/*
 * css/index.css
 *
 * Purpose: migrationtarget for theme frontend styles that cannot be migrated to blocks/theme.json.
 * It is imported by `css/style.css` until that file is 100% redundant and removed.
*/

:root {
	--cream: #F9F9EA;
	--hybrid-green: #BED732;
	--heythere-green: #4E544B;
	--darker-green: #3C4439;
	--spiro-citron: #E1E17C;
	--nspiro-tangerine: #FF5C35;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.admin-bar header {
  top: 32px;
}

body {
  -webkit-font-smoothing: antialiased;
}

main :is(p, li) {
  text-rendering: optimizeLegibility;
}

main p a {
  text-decoration-color: transparent;

  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.2s ease-in-out;
  &:hover {
    text-decoration-color: var(--hybrid-green);
  }
}

:is(
    nav, 
    .section-4-up-cards-list, 
    .section-multi-items-awards, 
    .section-7-up-cards-list, 
    .exhibits-list-section-list, 
    .faq-accordion, 
    .mobile-menu-hold-box,
    ) ul:not(.wp-block-list)  {
  list-style-type: none !important;
}

:is(.section-fullvh, .home-intro,.home-footer-lg) .animated-title {
  text-transform: uppercase;
}

:is(h1, h2, h3, h4, .title-123, .title-76, .title-63, .title-39) strong {
  color: var(--hybrid-green);
  font-weight: 600;
}

.spiro-light-version :is(h1, h2, h3, h4, .title-123, .title-76, .title-63, .title-39) strong {
    color: var(--nspiro-tangerine);
  }

.has-cream-background-color {
  color: var(--heythere-green);
}

.spiro-light-version {
  background-color: #FCFCF8;
  color: var(--darker-green);
}

.spiro-light-version :is(h1, h2, h3, h4, .title-123, .title-76, .title-63, .title-39) {
    color: var(--darker-green);
}

.is-style-spiro-dark :is(h1, h2, h3, h4) {
    color: var(--hybrid-green) !important;
}

.home-intro {
  position: relative;
}

.animated-title br + br {
    display: none;
}

.works-detail-gallery-items {
  padding-bottom: 54.2%;
}
.works-detail-gallery-items img {
  width: calc(100% - 100px);
  height: calc(100% - 56px);
  bottom: auto;
  right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ============================================================
   tranche: v2-hero-contact (cssKeep)
   Marketo form styling rooted at .contact-form
   These rules override Marketo's inline styles and cannot be
   expressed via block attrs or theme.json tokens.
   ============================================================ */

.contact-form .mktoForm {
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  width: 100% !important;
}

.contact-form .mktoOffset,
.contact-form .mktoGutter {
  display: none !important;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  float: none !important;
  font-family: 'Lufga', sans-serif !important;
  color: var(--heythere-green);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label .mktoAsterix {
  display: none !important;
}

.contact-form .mktoForm .mktoFieldWrap,
.contact-form .mktoForm .mktoOffset,
.contact-form .mktoForm .mktoGutter,
.contact-form .mktoForm .mktoFormCol {
  float: none !important;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol {
  margin-bottom: 16px !important;
}

.contact-form .mktoForm .mktoButtonWrap {
  display: block !important;
  margin: 32px 0 0 !important;
}

.contact-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  display: inline-block !important;
  cursor: pointer !important;
  background: var(--hybrid-green) !important;
  color: var(--heythere-green) !important;
  font-family: 'Lufga', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.29 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  padding: 24px 48px !important;
  transition: 0.2s linear !important;
  border: none !important;
  margin: 0 !important;
  border-radius: 9999px;
}

.contact-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background: var(--darker-green) !important;
  color: var(--hybrid-green) !important;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input.mktoHasWidth,
.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select,
.contact-form .mktoForm .mktoFormRow .nice-select,
.contact-form .mktoForm textarea {
  height: 39px !important;
  width: 100% !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid rgba(78, 84, 75, 0.3) !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  color: var(--heythere-green, #4E544B) !important;
  font-family: 'Lufga', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.48px !important;
  background: transparent !important;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::placeholder {
  color: var(--heythere-green);
  opacity: 0.4;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-webkit-input-placeholder {
  color: var(--heythere-green);
  opacity: 0.4;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-moz-placeholder {
  color: var(--heythere-green);
  opacity: 0.4;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-ms-input-placeholder {
  color: var(--heythere-green);
  opacity: 0.4;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select,
.contact-form .mktoForm .mktoFormRow .nice-select {
  background: transparent url(../img/icon-select-foirm-chevron-down.svg) no-repeat right center !important;
  padding-right: 48px !important;
}

.contact-form .mktoForm textarea {
  height: 96px !important;
  resize: none !important;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea::placeholder {
  color: var(--heythere-green);
  opacity: 0.4;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea::-webkit-input-placeholder {
  color: var(--heythere-green);
  opacity: 0.4;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea::-moz-placeholder {
  color: var(--heythere-green);
  opacity: 0.4;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea:-ms-input-placeholder {
  color: var(--heythere-green);
  opacity: 0.4;
}

/* nspiro light-version override for Marketo button */
.spiro-light-version .contact-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.spiro-light-version .contact-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background: var(--nspiro-tangerine) !important;
  color: var(--cream) !important;
}

/* tranche: v2-hero-contact (cssKeep) START */
/* generated: 2025-12-30T04:47:22.752Z */

.animated-title .word {
    display: inline-block;
    padding-right: 0.04em;
    transform: translateY( 185% );
    transition: transform 700ms cubic-bezier(.165,.84,.44,1);
    transition-delay: calc(75ms*var(--word-index));
}

.animated-title .word-word {
    display: inline-block;
    overflow: hidden;
	padding-top: 0.13em;
    padding-bottom: 0.3em;
    line-height: 57%;
    white-space: nowrap;
}

.animated-title.in-view .word {
    transform: translateY(0);
}

.btn-green,
.btn-green:focus,
.btn-green:active {
    display: inline-block;
    cursor: pointer;
    background: var(--hybrid-green);
    color: var(--heythere-green);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    text-transform: uppercase;
    text-align: center;
    padding: 24px 48px;
    transition: 0.2s linear;
	border-radius: 9999px;
    /* border: 1px solid var(--hybrid-green); */
}

.btn-green:hover {
    background: var(--darker-green);
    color: var(--hybrid-green);
}

.btn-green.btn-green-full,
.btn-green.btn-green-full:focus,
.btn-green.btn-green-full:active {
    width: 100%;
}

.contact-form .mktoForm .mktoButtonWrap {
    display: block !important;
    margin: 32px 0 0 !important;
}

.contact-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    display: inline-block !important;
    cursor: pointer !important;
    background: var(--hybrid-green) !important;
    color: var(--heythere-green) !important;
    font-family: 'Lufga', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.29 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding: 24px 48px !important;
    transition: 0.2s linear !important;
    border: none !important;
    margin: 0 !important;
	border-radius: 9999px;
}

.contact-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    background: var(--darker-green) !important;
    color: var(--hybrid-green) !important;
}

.contact-form .mktoForm .mktoFieldWrap,
.contact-form .mktoForm .mktoFormCol {
    float: none !important;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-moz-placeholder { /* Firefox 18- */
    color: var(--heythere-green);
    opacity: 0.4;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-ms-input-placeholder { /* IE 10+ */
    color: var(--heythere-green);
    opacity: 0.4;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-moz-placeholder { /* Firefox 19+ */
    color: var(--heythere-green);
    opacity: 0.4;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--heythere-green);
    opacity: 0.4;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::placeholder {
    color: var(--heythere-green);
    opacity: 0.4;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input.mktoHasWidth,
.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select,
.contact-form .mktoForm textarea {
    height: 39px !important;
    width: 100% !important;
    border-radius:0 !important;
    border: none !important;
    border-bottom: 1px solid rgba(78, 84, 75, 0.3) !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    color: var(--heythere-green, #4E544B) !important;
    font-family: 'Lufga', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: -0.48px !important;
    background: transparent !important;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label .mktoAsterix {
    display: none !important;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    font-family: 'Lufga', sans-serif !important;
    color: var(--heythere-green);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.31;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select {
    background: transparent url(../img/icon-select-foirm-chevron-down.svg) no-repeat right center !important;
    padding-right: 48px !important;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea:-moz-placeholder { /* Firefox 18- */
    color: var(--heythere-green);
    opacity: 0.4;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea:-ms-input-placeholder { /* IE 10+ */
    color: var(--heythere-green);
    opacity: 0.4;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea::-moz-placeholder { /* Firefox 19+ */
    color: var(--heythere-green);
    opacity: 0.4;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--heythere-green);
    opacity: 0.4;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea::placeholder {
    color: var(--heythere-green);
    opacity: 0.4;
}

.contact-form .mktoForm .mktoFormRow .mktoFormCol {
    margin-bottom: 16px !important;
}

.contact-form .mktoForm {
    padding: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    width: 100% !important;
}

.contact-form .mktoForm textarea {
   height: 96px !important;
   resize: none !important;
}

.contact-form .mktoOffset,
.contact-form .mktoGutter {
    display: none !important;
}

.contact-form-box .title-39, .contact-form-box .contact-form-box-title {
    color: var(--heythere-green);
    margin-bottom: 48px;
}

.contact-form-section .contact-type-intro-info {
    padding-top: 0;
}

.contact-type-intro-info {
    padding-top: 72px;
}

.contact-type-intro-left {
    padding-right: 70px;
}

.contact-type-intro-left.entry h2 {
    margin-bottom: 32px;
}

.contact-type-intro-left.entry h2 strong {
    color: var(--hybrid-green);
    font-weight: 700;
}

.contact-type-intro-left.entry h3 {
    margin-top: 56px;
    margin-bottom: 24px;
}

.contact-type-intro-left.entry ul {
    margin-bottom: 56px;
}

.contact-type-intro-left.entry ul li::before {
    top: 13px;
}

.fade-up {
    opacity: 0;
    transform: translateY(50px);
}
.fade-up.in-view {
  -webkit-animation: fade-up 1s forwards;
  animation: fade-up 1s forwards;
}
.fade-up.fade-up-later {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes fade-up {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
@keyframes fade-up {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.fade-in {
  opacity: 0;
}
.fade-in.in-view {
  -webkit-animation: fade-in 1s forwards;
  animation: fade-in 1s forwards;
}
.fade-in.fade-in-later {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes fade-in {
  to {
      opacity: 1;
  }
}
@keyframes fade-in {
  to {
      opacity: 1;
  }
}

.grid-container {
    width: 100%;
    max-width: 1320px;
    padding: 0 1.5rem;
    justify-content: center;
}

@media screen and (min-width: 64em) {
    .grid-container {
        padding: 0 2.5rem;
    }
}


.grid-container .alignwide {
    width: 100%;
}

.home-intro .animated-title {
    opacity: 0;
}

.home-intro.in-view .animated-title .word {
    transform: translateY(0);
}

.just-title-intro-btn {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

    padding-bottom: 18px;
}

.just-title-intro-section .text-16-upcase, .just-title-intro-section .hero-with-cta-eyebrow {
    margin-bottom: 16px;
}

.just-title-intro-section {
    padding: 130px 0 48px;
}

.object-fit {
	position: relative;
}

.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
   object-fit: cover;
}

.simple-hero-section .text-24, .simple-hero-section .simple-hero-lede {
    margin-top: 42px;
    max-width: 610px;
}

.simple-hero-section {
    padding: 146px 0 96px;
}

.spiro-light-version .btn-green,
.spiro-light-version .btn-green:focus,
.spiro-light-version .btn-green:active,
.spiro-light-version .btn-green:hover {
    background: var(--nspiro-tangerine);
    color: var(--cream);
}

.spiro-light-version .contact-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background: var(--nspiro-tangerine) !important;
    color: var(--cream) !important;
}

.spiro-light-version .just-title-intro-btn {
    padding-bottom: 0;
}

@media only screen and (max-width: 1023px) {
	.contact-type-intro-left {
	        padding-right: 0;
	        margin-bottom: 64px;
	    }

	.just-title-intro-btn {
	        display: block;
	        padding-bottom: 0;
	        padding-top: 32px;
	    }

	.simple-hero-section {
	        padding: 130px 0 80px;
	    }

}

@media screen and (max-width:359px) {
	.btn-green,
	.btn-green:focus,
	.btn-green:active {
	        padding: 16px 16px;
	    }

	.grid-container {
	        padding: 0 30px;
	    }

}

@media screen and (max-width:639px) {
	.animated-title .word-word {
	        line-height: 98%;
	    }

	.contact-type-intro-info {
	        padding-top: 64px;
	    }

	.contact-type-intro-left {
	        padding-right: 0;
	    }

	.contact-type-intro-left.entry ul li::before {
	        top: 10px;
	    }

	.home-intro .animated-title {
	        min-width: calc(100% + 30px);
	        margin-left: -15px;
	    }

}

/* tranche: v2-hero-contact (cssKeep) END */

/* tranche: v3-about-cta (cssKeep) START */
/* generated: 2025-12-30T05:13:20.570Z */

.animated-title .word {
    display: inline-block;
    padding-right: 0.04em;
    transform: translateY( 185% );
    transition: transform 700ms cubic-bezier(.165,.84,.44,1);
    transition-delay: calc(75ms*var(--word-index));
}

.animated-title .word-word {
    display: inline-block;
    overflow: hidden;
	padding-top: 0.13em;
    padding-bottom: 0.3em;
    line-height: 57%;
    white-space: nowrap;
}

.animated-title.in-view .word {
    transform: translateY(0);
}

.entry {
    color: var(--cream, #F9F9EA);
}

.entry > :first-child {
    margin-top: 0 !important;
}

.entry > :last-child {
    margin-bottom: 0 !important;
}

.entry a:not(.wp-block-button__link) {
    display: inline-block;
    color: var(--hybrid-green);
    transition: 0.2s ease-in-out;
    position: relative;
}

.entry a:not(.wp-block-button__link)::after {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--hybrid-green);
    opacity: 0;
    position: absolute;
    bottom: 3px; 
    left: 0;
    transition: 0.2s linear;
}

.entry ol {
    counter-reset: item;
}

.entry p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.entry ul li,
.entry ol li  {
    position: relative;
    margin-bottom: 0;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.5;
}

.entry ul,
.entry ol {
    margin-left: 0;
    margin-bottom: 16px;
    padding-left: 24px;
}

.entry.entry-lg > ul > li::before {
    top: 11px;
}

.entry.entry-lg li {
    color: var(--cream);
    font-size: 20px;
    letter-spacing: 0.24px;
}

.entry.entry-lg p {
    color: var(--cream);
    font-size: 20px;
    letter-spacing: 0.24px;
    margin-bottom: 20px;
}

.fade-up {
    opacity: 0;
    transform: translateY(50px);
}

.object-fit {
	position: relative;
}

.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
   object-fit: cover;
}

.secetion-relative {
    position: relative;
}

.section-awards-left .text-24 {
    padding: 0 13%;
}

.section-awards-left .title-76 {
    margin-bottom: 32px;
}

.title-63, .title-63 :is(h1, h2, h3, h4) {
    font-size: var(--wp--preset--font-size--large);
}

.section-awards-left {
    margin-bottom: 50px;
}

.section-awards-left > :last-child {
    margin-bottom: 0;
}

.section-awards-right ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    width: calc(100% + 20px);
    margin-bottom: -34px;
}

.section-awards-right ul li {
    float: left;
    width: calc(16.66% - 26px);
    margin: 0 20px 34px 0;
    height: 182px;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    background: #3C4439;
    padding: 12px;
}

.section-awards-right ul li img {
    max-height: 87px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.section-darkg {
    background: var(--darker-green);
}

.section-mission-statement-box .entry {
    display: inline-block;
    width: 100%;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.section-mission-statement-box .text-16-upcase {
    margin-bottom: 16px;
}

.section-mission-statement-box .title-76 img {
    max-height: 144px;
}

.section-mission-statement-box .title-76,
.section-mission-statement-box .entry {
    margin-bottom: 32px;
}

.section-mission-statement-box > div:last-child {
    margin-bottom: 0;
}

.section-mission-statement-box-btn {
    margin-bottom: 32px;
}

.section-mission-statement-logos {
    padding-top: 10px;
    overflow: hidden;
}

.section-mission-statement-logos ul {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    margin-bottom: -32px;
}

.section-mission-statement-logos ul li {
    margin: 0 32px 32px 0;
}

.section-mission-statement-logos ul li img {
    max-height: 124px;
}

.section-mission-statement-logos ul li:last-child {
    margin-right: 0;
}

.section-multi-items,
section.wp-block-group.section-multi-items {
    /* margin-bottom now via inline style on block (144px) */
    overflow: hidden;
}

.section-multi-items-awards {
    position: relative;
}

.section-padding-144 {
    padding: var(--wp--preset--spacing--144) 0;
}

.section-story-left .title-76 {
    margin-bottom: 16px;
}

.section-story-left {
    padding-right: 80px;
}

.section-story-left > :last-child {
    margin-bottom: 0;
}

.section-talent-acqu {
    padding: var(--wp--preset--spacing--144) 0;
}

.section-talent-acqu-bg-image {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
}

.section-talent-acqu-bg-image::after {
    content: '';
    width: 100%; height: 100%;
    background: #000;
    opacity: 0.4;
    position: absolute;
    top: 0; left: 0;
}

.section-talent-acqu-textbox .section-mission-statement-logos {
    padding-top: 0;
}

.section-talent-acqu-textbox .section-talent-acqu-textbox-btn + .section-mission-statement-logos {
    padding-top: 40px;
}

.section-talent-acqu-textbox .text-24 {
    margin-bottom: 56px;
}

.section-talent-acqu-textbox .text-overline-16 {
    margin-bottom: 16px;
}

.section-talent-acqu-textbox .title-76 {
    margin-bottom: 32px;
}

.section-talent-acqu-textbox > :last-child {
    margin-bottom: 0;
}

.section-talent-acqu-w-bg-image .text-24 {
    display: inline-block;
    width: 100%;
    max-width: 712px;
    margin-left: auto;
    margin-right: auto;
}

.section-talent-acqu-w-bg-image {
    position: relative;
    min-height: 100vh;

    
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.spiro-light-version .btn-green {
    background: var(--nspiro-tangerine);
    color: var(--cream);
}

.text-16-upcase {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--cream);
}

.text-24 {
    color: var(--cream);
    font-size: 20px;
    line-height: 1.29;
    letter-spacing: 0.24px;
}

.text-24 a:not(.wp-block-button__link) {
    display: inline-block;
    color: var(--hybrid-green);
    transition: 0.2s linear;
    word-break: break-all;
    position: relative;
}

.text-24 a:not(.wp-block-button__link)::after {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--hybrid-green);
    opacity: 0;
    position: absolute;
    bottom: 4px; 
    left: 0;
    transition: 0.2s linear;
}

.text-24 p {
    margin-bottom: 20px;
}

.text-24 strong {
    font-weight: 600;
    color: var(--hybrid-green);
}

.text-overline-16 {
    color: var(--cream);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.31;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.title-76, .title-76 :is(h1, h2, h3, h4) {
    font-size: var(--wp--preset--font-size--x-large);
    font-weight: 700;
    line-height: 93%;
    letter-spacing: -2.28px;
   /* text-transform: uppercase; */
    color: var(--cream);
}

.title-76 strong {
    font-weight: 700;
    color: var(--hybrid-green);
}

@media only screen and (max-width: 1023px) {
	.entry.entry-lg > ul > li::before {
	        top: 9px;
	    }

	.entry.entry-lg p,
	.entry.entry-lg li {
	        font-size: 18px;
	    }

	.section-awards-right ul li {
	        width: calc(33.333% - 26px);
	    }

	.section-mission-statement-box .title-76 img {
	        max-height: 106px;
	    }

	.section-story-left {
	        margin-bottom: 16px;
	        padding-right: 0;
	    }

	.section-talent-acqu {
	        padding: 120px 0;
	    }

	.section-talent-acqu-w-bg-image {
	        min-height: 1px;
	    }

	.text-24 {
	        font-size: 18px;
	    }

	.title-76 {
	        font-size: 56px;
	    }

}

@media screen and (max-width:359px) {
	.btn-green {
	        padding: 16px 16px;
	    }

}

@media screen and (max-width:639px) {
	.animated-title .word-word {
	        line-height: 98%;
	    }

	.entry p {
	        font-size: 14px;
	    }

	.entry ul li,
	.entry ol li {
	        font-size: 16px;
	    }

	.section-awards-left .text-24 {
	        padding: 0 0;
	    }

	.section-awards-left {
	        margin-bottom: 48px;
	    }

	.section-awards-right ul {
	        width: calc(100% + 12px);
	        margin-bottom: -12px;
	    }

	.section-awards-right ul li {
	        width: calc(50% - 12px);
	        height: 111px;
	        margin: 0 12px 12px 0;
	    }

	.section-mission-statement-box .title-76 img {
	        max-height: 84px;
	    }

	.section-mission-statement-logos ul {
	        width: calc(100% + 32px);
	    }

	.section-mission-statement-logos ul li {
	        float: left;
	        width: calc(50% - 32px);
	        margin: 0 32px 32px 0 !important;
	    }

	.section-multi-items,
	.wp-block-group.section-multi-items {
	        margin-bottom: 120px !important; /* Override inline style at smaller breakpoints */
	    }

	.section-padding-144 {
	        padding: 120px 0 !important; /* Override inline style at smaller breakpoints */
	    }

	.text-16-upcase {
	        font-size: 14px;
	        letter-spacing: 1.4px;
	    }

	.title-76 {
	        font-size: 38px;
	        letter-spacing: -1.14px;
	    }

}

/* Core block structure mappings for awards gallery */
/* Maps legacy .section-awards-right ul/li to core/gallery structure */

.section-awards-right .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-bottom: -34px;
    gap: 0; /* Override WP default gap */
}

.section-awards-right .wp-block-image {
    width: calc(16.66% - 26px);
    margin: 0 20px 34px 0;
    height: 182px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #3C4439;
    padding: 12px;
}

.section-awards-right .wp-block-image img {
    max-height: 87px;
    width: auto;
    height: auto;
    filter: grayscale(1);
    object-fit: contain !important;
}

@media only screen and (max-width: 1023px) {
    .section-awards-right .wp-block-image {
        width: calc(33.333% - 26px);
    }
}

@media screen and (max-width: 639px) {
    .section-awards-right .wp-block-gallery {
        width: calc(100% + 12px);
        margin-bottom: -12px;
    }
    .section-awards-right .wp-block-image {
        width: calc(50% - 12px);
        height: 111px;
        margin: 0 12px 12px 0;
    }
}

/* tranche: v3-about-cta (cssKeep) END */

/* -------------------------------------------------------------------------- */
/* Leadership block                                                           */
/* -------------------------------------------------------------------------- */

.leadership-list-photo {
    aspect-ratio: 3 / 4;
}

/* -------------------------------------------------------------------------- */
/* Archive section work items                                                   */
/* -------------------------------------------------------------------------- */

:is(.archive-section-work-items) .archive-section-work-items-img {
  padding-bottom: 54.44%;
}

.works-detail-overview-split-item-img {
    aspect-ratio: var(--wp--preset--aspect-ratio--7-8);
}

.featured-arcicle-owl-img {
    padding-bottom: 75%;
    margin-bottom: 24px;
}

.blog-archive-featured-owl-img {
    padding-bottom: 66.77%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.single-blog-content strong {
    color: inherit;
}

.single-blog-intro-img {
    padding-bottom: 50%;
    margin: 56px 0 0;
}

@media screen and (max-width: 47.99875em) {
	.btn-green, :root :where(.wp-element-button, .wp-block-button__link) {
		padding: 16px 36px !important;
	}
}

.pulse-circle-56p {
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 20px;
    -webkit-animation: pulse-circle 6000ms infinite;
    animation: pulse-circle 6000ms infinite;  
}

@-webkit-keyframes pulse-circle {
    0% {
		background: #BED732;
        -webkit-box-shadow: 0px 0px 15px 2px rgba(190,215,50,0.4); 
        box-shadow: 0px 0px 15px 2px rgba(190,215,50,0.4);
        filter: blur(0.8px);
	}
	33.333% {
        background: #A5B649;
        -webkit-box-shadow: 0px 0px 15px 2px rgba(190,215,50,0); 
        box-shadow: 0px 0px 15px 2px rgba(190,215,50,0);
        filter: blur(0);
	}
    66.666% {
        background: #A5B649;
        -webkit-box-shadow: 0px 0px 15px 2px rgba(190,215,50,0); 
        box-shadow: 0px 0px 15px 2px rgba(190,215,50,0);
        filter: blur(0);
	}
	100% {
		background: #BED732;
        -webkit-box-shadow: 0px 0px 15px 2px rgba(190,215,50,0.4); 
        box-shadow: 0px 0px 15px 2px rgba(190,215,50,0.4);
        filter: blur(0.8px);
	}
}
@keyframes pulse-circle {
    0% {
		background: #BED732;
        -webkit-box-shadow: 0px 0px 15px 2px rgba(190,215,50,0.4); 
        box-shadow: 0px 0px 15px 2px rgba(190,215,50,0.4);
        filter: blur(0.8px);
	}
	33.333% {
        background: #A5B649;
        -webkit-box-shadow: 0px 0px 15px 2px rgba(190,215,50,0); 
        box-shadow: 0px 0px 15px 2px rgba(190,215,50,0);
        filter: blur(0);
	}
    66.666% {
        background: #A5B649;
        -webkit-box-shadow: 0px 0px 15px 2px rgba(190,215,50,0); 
        box-shadow: 0px 0px 15px 2px rgba(190,215,50,0);
        filter: blur(0);
	}
	100% {
		background: #BED732;
        -webkit-box-shadow: 0px 0px 15px 2px rgba(190,215,50,0.4); 
        box-shadow: 0px 0px 15px 2px rgba(190,215,50,0.4);
        filter: blur(0.8px);
	}
}

@media screen and (max-width: 63.99875em) {
    .pulse-circle-56p {
        width: 1rem;
        height: 1rem;
        margin-right: 0.75rem;
    }
}

.archive-section-work-items-xsm .archive-section-work-items-img {
    padding-bottom: 102.8%;
}

.page-template-default .page-content-section {
    padding-top: var(--wp--preset--spacing--144);
}