:root {
    --neutral-050-w: #FCFCF8;
    --neutral-300-w: #C0C3B9;
    --neutral-500-w: #666765;
    --neutral-200-c: #BFCFD9;
    --neutral-300-c: #9EB6C4;
    --neutral-400-c: #849CAE;
    --primary-100: #8EE8AA;
    --primary-200: #4BD675;
    --primary-300: #37B971;
    --primary-400: #10845D;
    --primary-500: #036D59;
    --primary-600: #085544;
    --primary-700: #11314A;
    --primary-800: #0F2333;

    --w-white: #fff;
    --w-secondary-text-color: #819cb1;
    --w-neutral-50: #fcfcf8;
    --w-primary-300: #37b971;
    --w-primary-200: #4bd675;
    --w-primary-100: #8ee8aa;
    --w-primary-600: #08544a;
    --w-primary-50: #d1fae0;
    --w-primary-800: #0f2333;
    --w-primary-950: #0a1017;

    --w-max-width: 980px;
    --w-main-font: "Euclid Square", sans-serif;
    --w-secondary-font: "Inter", sans-serif;

    --euclid-regular: "Euclid Square", sans-serif;
    --euclid-semibold: "EuclidSquare Semi-Bold", sans-serif;
    --inter: "Inter Regular", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.company-hero {
    background: linear-gradient(288deg, #FFF 19.86%, #EAECE7 97.07%);
    padding: 10px 0 80px 0;
}

.company-hero h1 {
    font-family: 'Euclid Square', sans-serif;
    font-size: 64px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: var(--w-primary-800);
}


.company-hero h1 strong {
    font-weight: 700;
    font-style: italic;
    color: var(--w-primary-300);
}

.company-hero h2 {
    font-family: 'Inter Regular', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    margin: 2rem 0;
}

.company-hero h2 strong {
    font-family: 'Inter Bold', sans-serif;
    font-weight: 700;
}

.company-hero img.wp-post-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 25px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {

    .company-hero img.wp-post-image {
        margin:10px auto 30px auto;
    }


    .company-hero h1 {
        font-size: 32px;
        text-align: center;
    }

    .company-hero h2 {
        font-size: 18px;
        text-align: center;
    }
}

.breadcrumb-container {
    text-align: left;
    display: block;
    margin: 0;
    padding: 20px 0 30px 0;
    font-size: 16px;
    font-family: 'Inter Regular', sans-serif;
    color: var(--winston-text-blue);
}

.breadcrumb-container a {
    text-decoration: none;
    color: var(--winston-text-blue);
}

.breadcrumb-container a:visited {
    color: var(--winston-text-blue);
}

.breadcrumb-container img.breadcrumb-home-icon {
    display: inline-block !important;
    width: 20px;
    height: auto;
    margin: 0 10px 0 0;
    vertical-align: middle;
    font-family: 'Inter Regular', sans-serif;
}

h3.breadcrumb {
    color: var(--winston-text-blue);
    display: inline-block;
    font-family: 'Inter Regular', sans-serif;
}

@media screen and (max-width: 768px) {
    .breadcrumb-container {
        margin:60px 0 0 0;
    }
}

.container--customers {
    margin-bottom: 0;
}

.nbs-flexisel-inner {
    background: transparent !important;
}

.infinite-logo {
    padding: 0px 0 10px 0;
    display: block;
}

h4.carousel-title {
    font-family: "EuclidSquare Regular", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 16%;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 35px 0;
}

@media screen and (max-width: 768px) {
    h4.carousel-title {
        font-size: 16px;
        margin: 10px 0 20px 0;
        line-height: 1.5;
    }

}

h4.carousel-title strong {
    font-weight: 700;
    font-family: "EuclidSquare Semi-bold", sans-serif;
}

.sub-head-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 0 0;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 50px;
}

.sub-head-nav ul li {
    display: inline-block;
    text-align: center;
    padding: 5px 40px;
    position: relative;
}

.sub-head-nav ul li:not(:last-child)::after {
    content: "•";
    color: #92958E;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    pointer-events: none;
}

.sub-head-nav ul li a {
    cursor: pointer;
    transition: color 0.2s;
    font-family: 'Euclid Square', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    color: var(--w-primary-800);
    text-decoration: none;
}

.sub-head-nav ul li a:hover {
    color: var(--w-primary-300);
}

@media (max-width: 768px) {
    .sub-head-nav {
        flex-direction: column;
        padding: 10px 0;
        border-radius: 20px;
    }

    .sub-head-nav ul li {
        display: inline-block;
        text-align: center;
        padding: 5px 5px;
        position: relative;
        width: 45%;
    }

    .sub-head-nav ul li::after {
        display: none;
    }
}

/* Scroll Anchor */
.scroll-anchor {
    position: relative;
    top: -100px;
    /* adjust to your sticky header height */
    height: 0;
    visibility: hidden;
}

/* Our Story Section */
#our_story {
    margin: 0 auto;
    padding: 100px 0;
    background-color: var(--w-primary-800);
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#leadership {
    margin: 0 auto;
    padding: 100px 0;
    background-color: #08544A;
    position: relative;
    z-index: 0;
}

.card-image {
    margin: 100px auto;
}

.reverse-cards {
    display: flex;
    flex-direction: row-reverse;
    gap: 0;
}

@media (max-width: 768px) {
    .card-image{
        margin: 50px auto;
    }
}

.container--team {
    background-color: transparent;
    ;
}

.our-story-primary {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: left;
    color: #ffffff;
    background: transparent;
}

.our-story-primary h2 {
    font-family: 'Euclid Square', sans-serif;
    font-weight: 600;
    font-size: 5rem;
    color: #FFFFFF;
    margin: 2rem 0;
    line-height: 1.2;
    text-align: center;
    z-index: 3;
    position: relative;
}

.our-story-primary h2 span {
    color: var(--w-primary-200);
    font-style: italic;
    position: relative;
    z-index: -1;
}

.our-story-primary h2 span.vision-circle {
    position: relative;
    display: inline-block;
    z-index: -1;
}

.our-story-primary h2 span.vision-circle:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -2;
    background: url(../svg/vision-circle.svg) no-repeat center center/contain;
    transition: transform 0.3s ease-in-out;
    pointer-events: none;
}



.our-story-primary p {
    font-family: 'Inter Regular', sans-serif;
    font-size: 2rem;
    color: #fff;
    line-height: 1.6;
    margin: 20px 0;
}

.our-story-primary p strong {
    font-weight: 700;
    font-family: 'Inter Bold', sans-serif;
}

.our-story-card {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 60px;
    margin: 20px 0;
    text-align: left;
    transition: transform 0.2s, box-shadow 0.2s;
}

/* .our-story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0,0,0,0.10);
    transition: transform 0.2s, box-shadow 0.2s;
} */

.our-story-card p {
    font-family: 'Inter Regular', sans-serif;
    font-size: 1.5rem;
    color: var(--w-primary-800);
    line-height: 1.6;
    margin: 20px 0;
}

.our-story-card h2 {
    font-family: 'Euclid Square', sans-serif;
    font-weight: 600;
    font-size: 4rem;
    color: var(--w-primary-800);
    margin: 2rem 0;
    line-height: 1.2;
    text-align: center;
}

.our-story-card h2 span {
    color: var(--w-primary-300);
    font-style: italic;
}

.our-story-card h4 {
    color: #92958E;
    margin: 10px 0;
    font-family: 'Inter Regular', sans-serif;
    font-size: 1.5rem;
    ;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.our-story-card h5 {
    font-family: 'Euclid Square', sans-serif;
    font-weight: 400;
    font-size: 2.75rem;
    line-height: 1.35;
    color: var(--w-primary-800);
    margin: 1rem 0;
    text-align: left;
}

.our-story-card h5 span {
    color: var(--w-primary-300);
    font-style: italic;
}

@media screen and (max-width: 768px) {
    #our_story {
        padding: 20px 0;
    }

    #our_story .our-story-primary h2 {
        font-size: 3rem;
        text-align: center;
    }

    .our-story-primary p {
        font-size: 1.5rem;
        text-align: center;
    }

    .our-story-card {
        padding: 30px;
    }
}

.bg-green-circle {
    position: absolute;
    pointer-events: none;
    z-index: -1;
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    background: radial-gradient(circle, #4BD675 0%, rgba(75, 214, 117, 0) 60%, rgba(75, 214, 117, 0) 100%);
    filter: blur(0px);
    opacity: 0.7;
}

.bg-green-circle.top.center {
    top: -500px;
    left: 0;
    transform: translateX(-50%);
}

.bg-green-circle.left.half {
    top: 75%;
    left: -600px;
    transform: translateY(-50%);
}

.bg-green-circle.right.half {
    top: 40%;
    right: -600px;
    transform: translateY(-50%);
}

@media (max-width: 900px) {
    .bg-green-circle {
        width: 350px;
        height: 350px;
    }

    .bg-green-circle.top.center {
        top: -100px;
    }

    .bg-green-circle.left.half,
    .bg-green-circle.right.half {
        top: 60%;
        left: -100px;
        right: -100px;
    }
}

/* Our Values */
.our-values-section h2 {
    font-family: 'Euclid Square', sans-serif;
    font-weight: 600;
    font-size: 5rem;
    color: var(--w-primary-800);
    margin: 4rem 0;
    text-align: center;
}

.our-values-section h2 span {
    color: #036D59;
    font-style: italic;
}

.value-img {
    display: block;
    height: 100px;
    width: auto;
    margin: 20px auto 50px;
    object-fit: contain;
}

.our-values-section p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.6;
    color: var(--w-primary-800);
    margin: 20px 0;
    font-family: 'Inter Regular', sans-serif;
}

.our-values-section p strong {
    font-weight: 700;
    font-family: 'Inter Bold', sans-serif;
}

@media screen and (max-width: 768px) {
    .our-values-section h2 {
        font-size: 3rem;
        margin: 2rem 0;
    }
}

/* 2025 Leadership Section */
.leadership-section {
    color: #fff;
    text-align: center;
}

.leadership-section p.lead {
    font-size: 2rem;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 1.5rem;
    font-family: 'Inter Regular', sans-serif;

}

.leadership-section h2 {
    color: #4BD675;
    font-family: 'Euclid Square', sans-serif;
    font-weight: 300;
    font-size: 4.5rem;
    margin: 1.5rem auto;
}

.leadership-section .card {
    border-radius: 12px;
    overflow: hidden;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    min-height: 400px;
    margin: 30px 0;
    transition: transform 0.2s, box-shadow 0.2s;
}

.leadership-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgb(0 255 144 / 53%), 0 2px 8px rgba(0, 0, 0, 0.10);
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
}

.leadership-section .card-body {
    padding: 20px 15px;
}

.leadership-section .card-img-top {
    height: 265px;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    #leadership {
        padding: 50px 0;
    }

    .leadership-section h2 {
        font-size: 3rem;
    }

    .leadership-section .card-img-top {
        height: auto;
        width:100%;
    }

}

.leadership-section .card-title {
    color: #0a1017;
    font-family: 'Euclid Square', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}

.leadership-section .card-text {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #555;
}

.leadership-lines-bg svg {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 200px;
    left: 0;
    z-index: -1;
}

.wavy-hills svg {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.animate-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}


/* When element is in view */
.animate-in.animate-in--active,
.animate-in--right.animate-in--active,
.animate-in--left.animate-in--active {
    opacity: 1;
    transform: none;
}

/* Add this class with JS when element is in view */
.animate-in.is-visible,
.animate-in--right.is-visible,
.animate-in--left.is-visible {
    opacity: 1;
    transform: none;
}


/* Rounded Green CTA Section */
.cta-bg.green {
    display: none;
    visibility: hidden;
    background: #37B971;
    border-radius: 150px;
    padding: 30px 50px;
    margin: 20px auto 100px;
}

.green-cta h4 {
    font-size: 28px;
    color: #0F2333;
    margin: 0;
    padding: 5px 0;
}

.green-cta p {
    font-size: 20px;
    color: #0F2333;
    margin: 0;
    padding: 5px 0;
}

.green-cta a.light-green.btn {
    padding: 20px 40px;
    font-size: 18px;
    background: #FFFFFF;
    width: 100%;
    max-width: unset;
    text-align: center;
    color: var(--winston-text-blue);
}

.green-cta a.light-green.btn:hover {
    background: #08544A;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .cta-bg.green {
        border-radius: 25px;
        padding: 30px 20px;
    }
}


/* Partner with SR */
.partner-with-SR {
    margin: 0 auto;
    background: #0F2333;
    padding: 100px 0;
    text-align: left;
}

.partner-with-SR span.small-title {
    font-family: 'Euclid Square', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 1rem;
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.partner-with-SR h2 {
    font-family: 'Euclid Square', sans-serif;
    font-weight: 600;
    font-size: 4rem;
    color: #fff;
    margin: 5px 0 20px 0;
    line-height: 1.25;
}

.partner-with-SR p {
    font-family: 'Inter Regular', sans-serif;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.5;
}

.partner-with-SR .btn-primary {
    background-color: #4BD675;
    padding: 15px 60px;
    font-size: 2rem;
    border-radius: 50px;
    transition: background-color 0.3s ease;
    max-width: unset;
    font-weight: 400;
    color: #141b38;
    font-family: 'EuclidSquare Regular';
    transition: background-color 0.3s ease;
}


@media screen and (max-width: 768px) {
    .partner-with-SR span.small-title{
        font-size: 1.25rem;
        text-align: center;
        margin:40px 0 20px 0;
    }

    .partner-with-SR h2 {
        font-size: 3rem;
        text-align: center;
    }

    .partner-with-SR p {
        font-size: 1.25rem;
        text-align: center;
    }

    .partner-with-SR .btn-primary{
        font-size:18px;
        margin:0 auto;
        display: block;
        width:auto;
    }
}


/* Locations Section */
.locations-section {
    background: #EAECE7;
    margin: 0 auto;
    padding: 100px 0;
    text-align: left;
}

.locations-section h2 {
    font-family: 'Euclid Square', sans-serif;
    font-weight: 600;
    font-size: 4rem;
    color: #0F2333;
    margin: 20px auto;
    text-align: center;
}

.locations-section p {
    font-family: 'Inter Regular', sans-serif;
    font-size: 1.5rem;
    color: #0F2333;
    margin-bottom: 40px;
    text-align: center;
}

.locations-section .card {
    background: transparent;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 20px 0;
    text-align: left;
    min-height: 140px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.locations-section .card span {
    font-family: 'Euclid Square', sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 1.5rem;
    color: #37B971;
}

.locations-section .card:hover {
    background: #FFFFFF;
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.10);
    transition: transform 0.2s, box-shadow 0.2s;
}

.locations-section .card-title {
    color: #036D59;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5rem;
    font-family: 'Euclid Square', sans-serif;
    margin: 10px 0;
}

.locations-section .card p {
    font-family: 'Inter Regular', sans-serif;
    font-size: 1.25rem;
    color: #0F2333;
    margin: 10px 0;
    text-align: left;
}

/* News & Press Section */
.news-press-section h2 {
    text-align: center;
}

#posts-grid {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    background: transparent;
    margin: 0 auto;
    position: relative;
}

section#posts-grid .posts-grid .post-item {
    margin-bottom: 2rem;
}

section#posts-grid .posts-grid .post-item.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1.5s;
}

section#posts-grid .posts-grid .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}

section#posts-grid .posts-grid .card .post-thumbnail {
    position: relative;
    overflow: hidden;
}

section#posts-grid .posts-grid .card .post-thumbnail .pill {
    position: absolute;
    top: 10px;
    left: 10px;
}

section#posts-grid .posts-grid .card .post-content h3 {
    color: var(--primary-700);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 122.727% */
    letter-spacing: -0.22px;
    margin: 0;
    padding: 0;
}

section#posts-grid .posts-grid .card .post-content h3 a {
    color: var(--primary-700);
    text-decoration: none;
}

section#posts-grid .posts-grid .card .post-content .post-meta {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--neutral-500-w);
    font-weight: 400;
    margin: 25px 0;
}

section#posts-grid .posts-grid .card .post-content .post-meta div {
    padding: 0 8px;
}

section#posts-grid .posts-grid .card .post-content .post-meta div:first-of-type {
    padding-left: 0;
}

section#posts-grid .posts-grid .card .post-content .post-meta div span {
    display: flex;
    align-items: center;
    min-height: 40px;
}

section#posts-grid .posts-grid .card .post-content .post-meta div span img {
    display: inline-block;
    margin-right: 8px;
}

section#posts-grid .posts-grid .card .post-content .post-meta .author {
    display: flex;
    align-items: center;
}

section#posts-grid .posts-grid .card .post-content .post-meta .author img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    border: solid 1px var(--primary-300);
}

section#posts-grid .posts-grid .card .post-content .post-meta .date {
    margin-left: auto;
}

#posts-grid .posts-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0;
    margin-right: 0;
}

#posts-grid .card {
    margin-bottom: 40px;
    border-radius: 12px;
}

#posts-grid .card .post-thumbnail {
    max-height: 190px;
}

@media all and (max-width: 768px) {
    #posts-grid .container{
        padding: 0;
    }
    
    #posts-grid .card .post-thumbnail {
        max-height: none;
    }
}

#posts-grid .card .post-content {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

#posts-grid .card .post-content h3 {
    color: #000;
    font-family: var(--euclid-semibold);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 122.727% */
    letter-spacing: -0.22px;
}

#posts-grid .card .post-content p {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5;
}

#posts-grid .card .post-content a.read-more-link {
    font-family: var(--euclid-semibold);
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: var(--primary-400);
}


.newscenter-list .newscenter-list-entry .newscenter-list-entry-inner .thumbContainer {
    background-size: cover;
}

a.read-more-link {
    white-space: nowrap;
    font-family: var(--euclid-semibold);
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: var(--primary-400);
}

.pill {
    width: auto;
    color: var(--text-text---dark-green, #036D59) !important;
    padding: 0.25rem 1.25rem;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: solid 1px var(--primary-500);
    border-radius: 100px;
    font-family: var(--inter);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
}

.all-news {
    text-align: center;
    width: 100%;
}

.all-news a.btn {
    padding: 20px 40px;
    font-size: 18px;
    background: var(--primary-300);
    color: #FFFFFF;
    border-radius: 50px;
    display: block;
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
}

.news-press-section {
    position: relative;
    z-index: 0;
}

.news-press-section .threads {
    position: absolute;
    top: 14.375rem;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
}

.news-press-section .threads svg {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Careers Section */
.careers-section {
    padding: 150px 0;
}

.careers-section .small-title {
    font-family: 'Euclid Square', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 1.65rem;
    color: #92958E;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.careers-section h2 {
    font-family: 'Euclid Square', sans-serif;
    font-weight: 600;
    font-size: 4rem;
    color: #0F2333;
    margin: 20px auto;
    text-align: left;
}

.careers-section p {
    font-family: 'Inter Regular', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #0F2333;
    margin-bottom: 40px;
    text-align: left;
}

.careers-section a.btn {
    padding: 20px 40px;
    font-size: 18px;
    background: #10845D;
    color: #FFFFFF;
    border-radius: 50px;
    display: block;
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin: 20px 0 0;
    text-decoration: none;
}

.careers-section {
    position: relative;
    z-index: 0;
}

.careers-section .threads {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
}

.careers-section .threads svg {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .careers-section .small-title {
        font-size: 1.25rem;
        text-align: center;
    }

    .careers-section h2 {
        font-size: 3rem;
        text-align: center;
    }

    .careers-section p {
        font-size: 1.25rem;
        text-align: center;
    }

    .careers-section a.btn{
        margin:30px auto 50px auto;
    }
}

section#pre-footer-cta {
    margin: 0 auto !important;
    min-height: 30vh;
    position: relative;
    padding: 80px 0 40px;
    overflow: hidden;
}

section#pre-footer-cta .lines {
    position: absolute;
    top: 0;
    left: 0;
}


section#pre-footer-cta .lines img {
    height: auto;
}

section#pre-footer-cta .radial-blur {
    position: absolute;
    top: -420px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: block;
    align-items: center;
    justify-content: center;
}

section#pre-footer-cta .radial-blur .blur {
    width: 640px;
    height: 640px;
    border-radius: 100%;
    background: var(--Primary-200, #4BD675);
    filter: blur(125.19999694824219px);
}

section#pre-footer-cta .radial-blur svg {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

@media all and (max-width: 900px) {
    section#pre-footer-cta .lines {
        display: none;
    }
}

section#pre-footer-cta .col-md-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4rem 2rem;
    z-index: 10;
}

section#pre-footer-cta .col-md-12 p.pre-headline {
    font-family: "EuclidSquare Regular", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 3%;
    text-align: center;
    color: #fff;
}

section#pre-footer-cta .col-md-12 h2.headline {
    font-family: "EuclidSquare Regular", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1.5%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    max-width: 900px;
}

section#pre-footer-cta .col-md-12 h2.headline strong {
    color: var(--text-text-cta-green-dark-mode, #4BD675);
    font-weight: 600;
    font-style: italic;
}

@media screen and (max-width: 768px) {
    section#pre-footer-cta .col-md-12 h2.headline {
        font-size: 32px;
    }
}

section#pre-footer-cta .col-md-12 .btn-wrapper {
    margin-top: 2rem;
    justify-content: center;
    padding-right: 0;
    width: 100%;
}

section#pre-footer-cta .col-md-12 .btn-wrapper a.btn {
    padding: 20px 40px;
    color: var(--text-text-dark-blue, #11314A) !important;
    border: solid 1px #4BD675 !important;
    max-width: fit-content;
}

section#pre-footer-cta .col-md-12 .btn-wrapper a.btn:hover {
    background: transparent !important;
    color: #4BD675 !important;
    box-shadow: none;
}

/* Leadership Bio Page */
.company-hero.leadership-bio {
    background: #FFFFFF;
}

.company-hero.leadership-bio h1 {
    font-family: 'Euclid Square', sans-serif;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    color: #11314A;
}

.company-hero.leadership-bio h2 {
    font-family: 'Inter Regular', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    margin: 5px 0 20px 0;
    color: var(--w-primary-800);
}

.company-hero.leadership-bio p {
    font-family: 'Inter Regular', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 2rem 0;
    color: var(--w-primary-800);
}

.company-hero.leadership-bio img.img-fluid.wp-post-image {
    border-radius: 20px;
}

.company-hero.leadership-bio img.social-icon {
    display: inline-block;
    width: 40px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}


/* Valuable Insights */
section#related-resources {
    background: #e7e9e5;
    padding: 60px 0;
    text-align: center;
    box-shadow: 0px 4px 64px 0px rgba(15, 35, 51, 0.09) inset;
    min-height: 30vh;
    margin: 0;
}

section#related-resources h2.related-resources-header {
    font-size: clamp(1.8rem, 1.0335rem + 0.3902vw, 2.2rem);
    line-height: 1.3;
    letter-spacing: 4.4px;
    text-transform: uppercase;
    text-align: center;
    font-family: "EuclidSquare Regular", sans-serif;
    font-weight: 400 !important;
    color: #11314a;
}

section#related-resources h2.related-resources-header strong {
    font-weight: 700;
    text-decoration: underline;
}

section#related-resources ul.cards {
    list-style: none;
    display: flex;
    margin-block: 6.3rem 3rem;
    margin-inline: 0;
    padding-inline: 0;
}

section#related-resources ul.cards li {
    margin: 25px 0;
}

section#related-resources ul.cards li article.resource-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    block-size: 100%;
    gap: 2.5rem;
    padding: 16px 12px;
    border-radius: 1.2rem;
    background-color: var(--white, #fff);
}

section#related-resources ul.cards li article.resource-card:before {
    content: "";
    display: none;
}

section#related-resources ul.cards li article.resource-card .img-container {
    inline-size: 100%;
    aspect-ratio: 346/200;
    background: var(--primary-500);
    border-radius: 0.5rem;
}

section#related-resources ul.cards li article.resource-card .img-container img {
    block-size: 100%;
    object-fit: cover;
    border-radius: inherit;
}

section#related-resources ul.cards li article.resource-card .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.4rem 4.8rem;
    gap: 1rem;
    border-radius: 3rem;
    border: 0.1rem solid var(--primary-500);
    font-family: "EuclidSquare Regular", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

section#related-resources ul.cards li article.resource-card a {
    text-decoration: none;
    color: var(--winston-text-blue, #11314a);
    margin: 1rem auto;
}

section#related-resources ul.cards li article.resource-card h3.card-heading {
    font-family: "EuclidSquare Regular", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.5%;
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
}

section#related-resources ul.cards li article.resource-card .card-copy {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -2%;
    text-align: center;
}

section#related-resources .btn-wrapper .outline {
    background: transparent !important;
    border: solid 2px var(--primary-700, #11314A);
    color: var(--primary-700, #11314A) !important;
    font-family: "Euclid Square", sans-serif;
    padding: 12px 52px !important;
    font-size: 20px;
    font-weight: 400 !important;
    border-radius: 100px;
    max-width: fit-content;
    margin: 0 auto;
    letter-spacing: 1%;
    height: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

section#related-resources .btn-wrapper .outline:hover {
    box-shadow: 0px 5px 10px var(----neutral-500-c, #6A7B8C);
}