﻿:root {
    --grineu-green: #0f9447;
    --grineu-green-dark: #117A34;
    --grineu-navy: #07182E;
    --grineu-text: #40516A;
    --grineu-border: #D9E2E8;
    --grineu-white: #FFFFFF;
}



.about-hero {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    overflow: hidden;
    background: #02070c;
    color: #ffffff;
}

    .about-hero .min-vh-100 {
        min-height: 100vh !important;
    }

.about-hero__container {
    position: relative;
    z-index: 4;
    padding-top: 92px;
    padding-bottom: 56px;
}

.about-hero__content {
    max-width: 610px;
    padding-top: clamp(70px, 8vh, 116px);
    padding-bottom: clamp(36px, 6vh, 82px);
    animation: aboutHeroFadeUp .8s ease both;
}

.about-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, .74);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .about-hero__eyebrow span {
        display: inline-block;
        width: 34px;
        height: 1px;
        background: var(--grineu-green);
    }

.about-hero__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(64px, 6.1vw, 108px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: .89;
    text-shadow: 0 18px 40px rgba(0, 0, 0, .28);
}

    .about-hero__title span {
        display: block;
    }

        .about-hero__title span:last-child {
            color: #3CCB63;
        }

.about-hero__lead {
    margin: 30px 0 20px;
    color: #ffffff;
    font-size: clamp(24px, 1.85vw, 31px);
    font-weight: 800;
    line-height: 1.22;
    text-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}

.about-hero__description {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.72;
}

.about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 36px;
}

.about-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 194px;
    min-height: 58px;
    padding: 16px 25px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease, transform .25s ease;
}

    .about-hero__btn:focus-visible {
        outline: 3px solid rgba(60, 203, 99, .35);
        outline-offset: 4px;
    }

    .about-hero__btn:hover {
        transform: translateY(-2px);
    }

.about-hero__btn--primary {
    background: linear-gradient(135deg, #22A84B 0%, #117A34 100%);
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(17, 122, 52, .32);
}

    .about-hero__btn--primary:hover {
        color: #ffffff;
        box-shadow: 0 22px 44px rgba(17, 122, 52, .4);
    }

.about-hero__btn--secondary {
    border-color: rgba(255, 255, 255, .34);
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #ffffff;
}

    .about-hero__btn--secondary:hover {
        border-color: rgba(60, 203, 99, .62);
        background: rgba(255, 255, 255, .14);
        color: #ffffff;
    }

.about-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 690px;
    margin-top: 58px;
}

.about-hero__stat {
    min-width: 0;
    min-height: 112px;
    padding: 22px 20px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    background: rgba(255, 255, 255, .09);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    box-shadow: 0 22px 42px rgba(0, 0, 0, .18);
    color: #ffffff;
    animation: aboutHeroFadeUp .8s ease both;
    transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
}

    .about-hero__stat:nth-child(2) {
        animation-delay: .08s;
    }

    .about-hero__stat:nth-child(3) {
        animation-delay: .16s;
    }

    .about-hero__stat:hover {
        transform: translateY(-4px);
        border-color: rgba(60, 203, 99, .36);
        background: rgba(255, 255, 255, .13);
    }

    .about-hero__stat strong {
        display: block;
        margin: 0 0 9px;
        color: #ffffff;
        font-size: clamp(24px, 2.1vw, 34px);
        font-weight: 800;
        line-height: 1.04;
    }

    .about-hero__stat:nth-child(3) strong {
        color: #ffffff;
        font-size: clamp(20px, 1.5vw, 23px);
        line-height: 1.18;
    }

    .about-hero__stat span {
        display: block;
        margin: 0;
        color: rgba(255, 255, 255, .68);
        font-size: 13px;
        line-height: 1.45;
    }

.about-hero__visual {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.about-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 66% center;
    transform: scale(1.03);
    animation: aboutHeroKenBurns 24s ease-in-out infinite alternate;
}

.about-hero__blend {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, .86) 0%, rgba(0, 0, 0, .82) 22%, rgba(0, 0, 0, .6) 52%, rgba(0, 0, 0, .32) 76%, rgba(0, 0, 0, .26) 100%), linear-gradient(180deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, .16) 32%, rgba(0, 0, 0, .46) 100%);
}

.about-hero__bottom-fade {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 28%;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(2, 7, 12, .72) 0%, rgba(2, 7, 12, 0) 100%);
}

.about-hero__side {
    position: relative;
    z-index: 4;
    display: grid;
    justify-items: end;
    gap: 18px;
    padding-top: clamp(120px, 17vh, 178px);
    animation: aboutHeroFloatIn .9s ease .18s both;
}

.about-hero-inventory,
.about-hero-partners {
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(6, 16, 26, .3);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    box-shadow: 0 28px 58px rgba(0, 0, 0, .28);
}

.about-hero-inventory {
    width: min(330px, 100%);
    padding: 12px;
    border-radius: 22px;
    animation: aboutHeroFloat 6s ease-in-out infinite;
}

    .about-hero-inventory img {
        display: block;
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 16px;
        object-fit: cover;
    }

    .about-hero-inventory div {
        padding: 16px 14px 8px;
    }

    .about-hero-inventory h2 {
        margin: 0 0 5px;
        color: #ffffff;
        font-size: 20px;
        font-weight: 800;
        line-height: 1.2;
    }

    .about-hero-inventory p {
        margin: 0;
        color: rgba(255, 255, 255, .68);
        font-size: 13px;
        line-height: 1.4;
    }

.about-hero-partners {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    width: min(264px, 100%);
    margin-right: 62px;
    padding: 17px 18px;
    border-radius: 999px;
    animation: aboutHeroFloat 6.5s ease-in-out .35s infinite;
}

.about-hero-partners__avatars {
    display: flex;
    align-items: center;
}

    .about-hero-partners__avatars span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin-left: -10px;
        border: 2px solid rgba(255, 255, 255, .72);
        border-radius: 50%;
        background: rgba(23, 154, 67, .92);
        color: #ffffff;
        font-size: 14px;
    }

        .about-hero-partners__avatars span:first-child {
            margin-left: 0;
            background: rgba(255, 255, 255, .18);
        }

.about-hero-partners strong {
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

.about-hero-partners p {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    line-height: 1.2;
}

@keyframes aboutHeroKenBurns {
    from {
        transform: scale(1.03) translate3d(0, 0, 0);
    }

    to {
        transform: scale(1.1) translate3d(-1.4%, .6%, 0);
    }
}

@keyframes aboutHeroFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aboutHeroFloatIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aboutHeroFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-hero__image,
    .about-hero__content,
    .about-hero__stat,
    .about-hero__side,
    .about-hero-inventory,
    .about-hero-partners {
        animation: none;
    }
}

@media (max-width: 1399.98px) {
    .about-hero__title {
        font-size: clamp(58px, 6vw, 86px);
    }

    .about-hero__description {
        font-size: 16px;
        line-height: 1.68;
    }

    .about-hero__stats {
        margin-top: 44px;
    }
}

@media (max-width: 1199.98px) {
    .serinic-header-area.style-two .auto-container {
        max-width: min(1120px, calc(100vw - 34px));
    }

    .serinic-header-area.style-two .nav_scroll {
        padding: 0 18px;
    }

    .about-hero__content {
        max-width: 560px;
    }

    .about-hero__title {
        font-size: clamp(52px, 6.2vw, 72px);
    }

    .about-hero__lead {
        font-size: 24px;
    }

    .about-hero__btn {
        min-width: 178px;
    }

    .about-hero-inventory {
        width: 292px;
    }

    .about-hero-partners {
        margin-right: 24px;
    }
}

@media (max-width: 991.98px) {
    .about-hero {
        min-height: 100svh;
    }

        .about-hero .min-vh-100 {
            min-height: 100svh !important;
        }

    .about-hero__container {
        padding-top: 106px;
        padding-right: 24px;
        padding-left: 24px;
    }

    .about-hero__content {
        max-width: 660px;
        padding-top: 72px;
        padding-bottom: 44px;
    }

    .about-hero__image {
        object-position: 72% center;
    }

    .about-hero__blend {
        background: linear-gradient(90deg, rgba(0, 0, 0, .84) 0%, rgba(0, 0, 0, .78) 42%, rgba(0, 0, 0, .52) 100%), linear-gradient(180deg, rgba(0, 0, 0, .62) 0%, rgba(0, 0, 0, .18) 38%, rgba(0, 0, 0, .7) 100%);
    }

    .about-hero__title {
        font-size: clamp(48px, 10vw, 68px);
    }

    .about-hero__stats {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .serinic-header-area.style-two .auto-container {
        max-width: calc(100vw - 24px);
        padding: 8px 14px;
        border-radius: 24px;
    }

    .about-hero__container {
        padding-top: 96px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .about-hero__content {
        padding-top: 46px;
    }

    .about-hero__eyebrow {
        margin-bottom: 18px;
    }

    .about-hero__title {
        font-size: clamp(42px, 14vw, 56px);
        line-height: .94;
    }

    .about-hero__lead {
        margin-top: 25px;
        font-size: 21px;
    }

    .about-hero__description {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 15px;
        line-height: 1.62;
    }

    .about-hero__actions {
        gap: 12px;
        margin-top: 28px;
    }

    .about-hero__btn {
        width: 100%;
        min-width: 0;
        min-height: 54px;
    }

    .about-hero__stats {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 30px;
    }

    .about-hero__stat {
        min-height: 0;
        padding: 17px 18px;
    }

        .about-hero__stat strong {
            font-size: 26px;
        }
}

@media (max-width: 479.98px) {
    .about-hero__lead br {
        display: none;
    }

    .about-hero__title {
        font-size: clamp(39px, 13vw, 48px);
    }
}

.about-who {
    position: relative;
    overflow: hidden;
    padding: clamp(86px, 7vw, 112px) 0 clamp(76px, 6vw, 98px);
    background: #ffffff;
}

.about-who__container {
    position: relative;
}

.about-who__label {
    display: flex;
    align-items: center;
    gap: clamp(24px, 3vw, 42px);
    color: var(--grineu-green-dark);
    font-family: var(--title-font);
    line-height: 1;
    text-transform: uppercase;
}

.about-who__label-number {
    font-size: clamp(34px, 3.3vw, 44px);
    font-weight: 800;
}

.about-who__label-divider {
    width: 1px;
    height: 42px;
    background: rgba(7, 24, 46, .22);
}

.about-who__label-text {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .01em;
}

.about-who__intro-row {
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .about-who__intro-row > .col-xl-7 {
        flex: 0 0 auto;
        width: 54%;
    }

    .about-who__intro-row > .col-xl-5 {
        flex: 0 0 auto;
        width: 46%;
    }
}

.about-who__section-title {
    position: relative;
    max-width: 760px;
    margin-top: 0;
    isolation: isolate;
}

.about-who__section-title h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    padding-bottom: 0;
    color: #070b13;
    font-size: clamp(58px, 5.5vw, 62px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.02;
    text-transform: none;
}

.about-who__section-title h2::after {
    content: "";
    display: block;
    width: 78px;
    height: 3px;
    margin-top: 34px;
    border-radius: 999px;
    background: var(--grineu-green-dark);
}

.about-who__section-title h2 span {
    display: block;
    color: #070b13;
}

.about-who__section-title h2 span:nth-last-child(-n+2) {
    color: var(--grineu-green);
}

.about-who__section-title h2 span:nth-child(3) {
    margin-top: .34em;
}

.about-who__ghost {
    position: absolute;
    right: -34px;
    top: 2px;
    z-index: 0;
    color: rgba(7, 24, 46, .035);
    font-family: var(--title-font);
    font-size: clamp(260px, 24vw, 520px);
    font-weight: 900;
    line-height: .78;
    pointer-events: none;
}

.about-who__copy {
    max-width: 650px;
    padding-top: 30px;
}

.about-who__copy p {
    margin: 0;
    color: #10131a;
    font-size: clamp(18px, 1.45vw, 24px);
    line-height: 1.7;
}

.about-who__copy strong {
    color: var(--grineu-green-dark);
    font-weight: 800;
}

.about-who__line {
    display: block;
    width: 88px;
    height: 2px;
    margin: 36px 0 34px;
    border-radius: 999px;
    background: var(--grineu-green-dark);
}

.about-who__trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(58px, 6vw, 78px);
    padding-top: 46px;
    border-top: 1px solid rgba(7, 24, 46, .1);
}

.about-who-trust {
    position: relative;
    min-width: 0;
    padding: 0 clamp(26px, 3vw, 46px);
}

.about-who-trust:first-child {
    padding-left: clamp(8px, 1.5vw, 46px);
}

.about-who-trust:not(:last-child)::after {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    width: 1px;
    background: rgba(7, 24, 46, .16);
    content: "";
}

.about-who-trust__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 108px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .72) 0 42%, rgba(23, 154, 67, .1) 43% 100%);
    color: var(--grineu-green-dark);
    font-size: 38px;
}

.about-who-trust h3 {
    margin: 0;
    color: #070b13;
    font-size: clamp(22px, 1.9vw, 24px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
}

.about-who-trust__line {
    display: block;
    width: 42px;
    height: 3px;
    margin: 18px 0 16px;
    border-radius: 999px;
    background: var(--grineu-green-dark);
}

.about-who-trust p {
    max-width: 255px;
    margin: 0;
    color: #40516a;
    font-size: 16px;
    line-height: 1.48;
}

@media (max-width: 1199.98px) {
    .about-who__section-title h2 {
        font-size: clamp(52px, 5.7vw, 70px);
    }

    .about-who__copy p {
        font-size: 19px;
    }

    .about-who-trust {
        padding: 0 24px;
    }
}

@media (max-width: 991.98px) {
    .about-who {
        padding: 76px 0 80px;
    }

    .about-who__label {
        margin-bottom: 48px;
    }

    .about-who__copy {
        padding-top: 8px;
    }

    .about-who__ghost {
        right: 0;
        font-size: clamp(210px, 30vw, 320px);
    }

    .about-who__trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 0;
    }

    .about-who-trust:nth-child(2)::after {
        display: none;
    }

    .about-who-trust:nth-child(-n+2) {
        padding-bottom: 34px;
        border-bottom: 1px solid rgba(7, 24, 46, .1);
    }
}

@media (max-width: 767.98px) {
    .about-who {
        padding: 66px 0 70px;
    }

    .about-who__container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .about-who__label {
        gap: 20px;
        margin-bottom: 38px;
    }

    .about-who__label-divider {
        height: 34px;
    }

    .about-who__label-text {
        font-size: 15px;
    }

    .about-who__section-title h2 {
        font-size: clamp(42px, 11.6vw, 58px);
        line-height: 1.03;
    }

    .about-who__section-title h2::after {
        width: 70px;
        margin-top: 26px;
    }

    .about-who__ghost {
        top: 18px;
        right: 6px;
        color: rgba(7, 24, 46, .028);
        font-size: clamp(150px, 42vw, 220px);
    }

    .about-who__copy p {
        font-size: 17px;
        line-height: 1.66;
    }

    .about-who__line {
        margin: 28px 0 26px;
    }

    .about-who__trust-grid {
        margin-top: 48px;
        padding-top: 34px;
    }

    .about-who-trust {
        padding: 0 20px;
    }

    .about-who-trust:first-child {
        padding-left: 20px;
    }

    .about-who-trust__icon {
        width: 86px;
        height: 86px;
        font-size: 31px;
    }

    .about-who-trust h3 {
        font-size: 21px;
    }

    .about-who-trust p {
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    .about-who__trust-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .about-who-trust,
    .about-who-trust:first-child {
        padding: 0 0 28px;
    }

    .about-who-trust:not(:last-child) {
        margin-bottom: 28px;
        border-bottom: 1px solid rgba(7, 24, 46, .1);
    }

    .about-who-trust::after,
    .about-who-trust:nth-child(2)::after {
        display: none;
    }
}
.about-partnership {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 6vw, 90px) 0;
    background: #F4F8FA;
}

.about-partnership__container {
    position: relative;
}

/*.about-partnership__container::after {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: clamp(54px, 5vw, 70px);
    background: rgba(17, 122, 52, .18);
    content: "";
}
*/
.about-partnership__label {
    display: flex;
    align-items: center;
    gap: clamp(22px, 2.8vw, 36px);
    margin-bottom: clamp(46px, 5vw, 68px);
    color: var(--grineu-green-dark);
    font-family: var(--title-font);
    line-height: 1;
    text-transform: uppercase;
}

.about-partnership__label-number {
    font-size: clamp(34px, 3.3vw, 44px);
    font-weight: 800;
}

.about-partnership__label-divider {
    width: 1px;
    height: 42px;
    background: rgba(7, 24, 46, .22);
}

.about-partnership__label-text {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .01em;
}

.about-partnership__body {
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .about-partnership__body > .col-xl-4 {
        flex: 0 0 auto;
        width: 36%;
    }

    .about-partnership__body > .col-xl-8 {
        flex: 0 0 auto;
        width: 64%;
    }
}

.about-partnership__section-title {
    max-width: 540px;
    margin-top: 0;
}

.about-partnership__section-title h2 {
    margin: 0;
    padding-bottom: 0;
    color: #070b13;
    font-size: clamp(58px, 5.4vw, 62px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.03;
    text-transform: none;
}

.about-partnership__section-title h2::after {
    display: block;
    width: 78px;
    height: 3px;
    margin: 34px 0 32px;
    border-radius: 999px;
    background: var(--grineu-green-dark);
    content: "";
}

.about-partnership__section-title h2 span {
    display: block;
    color: #070b13;
}

.about-partnership__section-title h2 span:last-child {
    color: var(--grineu-green-dark);
}

.about-partnership__section-title p {
    max-width: 470px;
    margin: 0;
    color: #10131a;
    font-size: clamp(19px, 1.6vw, 24px);
    line-height: 1.66;
}

.about-partnership__statement {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    max-width: 450px;
    margin-top: clamp(42px, 4vw, 54px);
    padding-left: 18px;
    border-left: 3px solid var(--grineu-green);
}

.about-partnership__statement-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: rgba(23, 154, 67, .09);
    color: var(--grineu-green-dark);
    font-size: 33px;
}

.about-partnership__statement p {
    margin: 0;
    color: #07182e;
    font-size: clamp(21px, 1.8vw, 26px);
    font-weight: 900;
    line-height: 1.28;
}

.about-partnership__statement strong {
    display: block;
    color: var(--grineu-green-dark);
    font-weight: 900;
}

.about-partnership__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.about-partnership-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    min-height: 340px;
    padding: 34px 28px 30px;
    border: 1px solid rgba(7, 24, 46, .1);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(7, 24, 46, .055);
    text-align: center;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.about-partnership-card:hover {
    border-color: rgba(17, 122, 52, .22);
    box-shadow: 0 16px 34px rgba(7, 24, 46, .075);
}

.about-partnership-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 108px;
    margin-bottom: 24px;
    border-radius: 50%;
    background: rgba(23, 154, 67, .09);
    color: var(--grineu-green-dark);
    font-size: 38px;
}

.about-partnership-card h3 {
    max-width: 260px;
    margin: 0;
    color: #07111f;
    font-size: clamp(22px, 1.8vw, 27px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.12;
}

.about-partnership-card__line {
    display: block;
    width: 40px;
    height: 3px;
    margin: 20px 0 18px;
    border-radius: 999px;
    background: var(--grineu-green-dark);
}

.about-partnership-card p {
    max-width: 270px;
    margin: 0;
    color: #10131a;
    font-size: 17px;
    line-height: 1.55;
}

@media (max-width: 1199.98px) {
    .about-partnership__section-title h2 {
        font-size: clamp(50px, 5.6vw, 66px);
    }

    .about-partnership__section-title p {
        font-size: 18px;
    }

    .about-partnership-card {
        min-height: 326px;
        padding: 30px 22px 28px;
    }

    .about-partnership-card p {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .about-partnership {
        padding: 76px 0 80px;
    }

    .about-partnership__label {
        margin-bottom: 44px;
    }

    .about-partnership__section-title {
        max-width: 720px;
    }

    .about-partnership__section-title p {
        max-width: 650px;
    }

    .about-partnership__statement {
        margin-bottom: 16px;
    }

    .about-partnership__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .about-partnership {
        padding: 66px 0 70px;
    }

    .about-partnership__container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .about-partnership__label {
        gap: 18px;
        margin-bottom: 38px;
    }

    .about-partnership__label-divider {
        height: 34px;
    }

    .about-partnership__label-text {
        font-size: 15px;
        line-height: 1.2;
    }

    .about-partnership__section-title h2 {
        font-size: clamp(42px, 11.6vw, 58px);
        line-height: 1.03;
    }

    .about-partnership__section-title h2::after {
        width: 70px;
        margin: 26px 0 26px;
    }

    .about-partnership__section-title p {
        font-size: 17px;
        line-height: 1.66;
    }

    .about-partnership__statement {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 18px;
        max-width: 100%;
        margin-top: 34px;
        padding-left: 16px;
    }

    .about-partnership__statement-icon {
        width: 68px;
        height: 68px;
        font-size: 28px;
    }

    .about-partnership__statement p {
        font-size: 21px;
    }

    .about-partnership__grid {
        gap: 18px;
    }

    .about-partnership-card {
        min-height: 0;
        padding: 28px 20px 26px;
    }

    .about-partnership-card__icon {
        width: 86px;
        height: 86px;
        margin-bottom: 20px;
        font-size: 31px;
    }

    .about-partnership-card h3 {
        font-size: 21px;
    }

    .about-partnership-card p {
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    .about-partnership__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 399.98px) {
    .about-partnership__statement {
        grid-template-columns: 1fr;
    }
}


.about-choose {
    position: relative;
    overflow: hidden;
    padding: clamp(86px, 7vw, 112px) 0 clamp(82px, 7vw, 112px);
    background: radial-gradient(circle at 74% 18%, rgba(23, 154, 67, .09) 0, transparent 28rem), linear-gradient(135deg, #030b13 0%, #06111c 52%, #03080f 100%);
    color: #ffffff;
}

.about-choose::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: min(430px, 45vw);
    height: 210px;
    background-image: radial-gradient(circle, rgba(99, 180, 71, .82) 0 2px, transparent 2.6px);
    background-size: 22px 22px;
    mask-image: radial-gradient(ellipse at left bottom, #000 0 18%, rgba(0, 0, 0, .72) 34%, transparent 74%);
    content: "";
    pointer-events: none;
}

.about-choose__container {
    position: relative;
    z-index: 1;
}

.about-choose__label {
    display: flex;
    align-items: center;
    gap: clamp(22px, 2.8vw, 36px);
    margin-bottom: clamp(54px, 5vw, 72px);
    color: #62b947;
    font-family: var(--title-font);
    line-height: 1;
    text-transform: uppercase;
}

.about-choose__label-number {
    font-size: clamp(34px, 3.3vw, 44px);
    font-weight: 800;
}

.about-choose__label-divider {
    width: 1px;
    height: 42px;
    background: rgba(255, 255, 255, .18);
}

.about-choose__label-text {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .01em;
}

.about-choose__body {
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .about-choose__body > .col-xl-5 {
        flex: 0 0 auto;
        width: 42%;
    }

    .about-choose__body > .col-xl-7 {
        flex: 0 0 auto;
        width: 58%;
    }
}

.about-choose__section-title {
    max-width: 540px;
    margin-top: 0;
}

.about-choose__section-title h2 {
    margin: 0;
    padding-bottom: 0;
    color: #ffffff;
    font-size: clamp(56px, 6.4vw, 62px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.02;
    text-transform: none;
}

.about-choose__section-title h2::after {
    display: block;
    width: 78px;
    height: 3px;
    margin: 34px 0 32px;
    border-radius: 999px;
    background: #62b947;
    content: "";
}

.about-choose__section-title h2 span {
    display: block;
    color: #ffffff;
}

.about-choose__section-title h2 span:last-child {
    color: #62b947;
}

.about-choose__section-title p {
    max-width: 520px;
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(19px, 1.55vw, 24px);
    line-height: 1.72;
}

.about-choose__quote {
    display: grid;
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    max-width: 520px;
    margin-top: clamp(44px, 4.6vw, 58px);
    padding-left: 26px;
    border-left: 3px solid #62b947;
}

.about-choose__quote-mark {
    color: #62b947;
    font-size: clamp(48px, 4.8vw, 72px);
    line-height: 1;
}

.about-choose__quote p {
    margin: 0;
    color: #ffffff;
    font-size: clamp(23px, 2vw, 30px);
    line-height: 1.42;
}

.about-choose__quote span {
    display: block;
}

.about-choose__quote strong {
    color: #62b947;
    font-weight: 500;
}

.about-choose__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-choose-reason {
    position: relative;
    min-width: 0;
    padding: clamp(30px, 4vw, 44px) clamp(34px, 4vw, 50px);
}

.about-choose-reason:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, .24);
}

.about-choose-reason:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, .24);
}

.about-choose-reason__number {
    display: block;
    margin-bottom: 14px;
    color: #62b947;
    font-family: var(--title-font);
    font-size: clamp(48px, 4.1vw, 62px);
    font-weight: 900;
    line-height: 1;
}

.about-choose-reason h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(23px, 2vw, 26px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.15;
}

.about-choose-reason__line {
    display: block;
    width: 40px;
    height: 2px;
    margin: 18px 0 18px;
    border-radius: 999px;
    background: #62b947;
}

.about-choose-reason p {
    max-width: 320px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.5;
}

@media (max-width: 1199.98px) {
    .about-choose__section-title h2 {
        font-size: clamp(58px, 7vw, 82px);
    }

    .about-choose-reason {
        padding: 32px 28px;
    }
}

@media (max-width: 991.98px) {
    .about-choose {
        padding: 76px 0 86px;
    }

    .about-choose__label {
        margin-bottom: 44px;
    }

    .about-choose__section-title {
        max-width: 720px;
    }

    .about-choose__section-title p {
        max-width: 650px;
    }

    .about-choose__quote {
        margin-bottom: 10px;
    }
}

@media (max-width: 767.98px) {
    .about-choose {
        padding: 66px 0 76px;
    }

    .about-choose::before {
        width: 78vw;
        height: 160px;
        opacity: .7;
    }

    .about-choose__container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .about-choose__label {
        gap: 18px;
        margin-bottom: 38px;
    }

    .about-choose__label-divider {
        height: 34px;
    }

    .about-choose__label-text {
        font-size: 15px;
        line-height: 1.2;
    }

    .about-choose__section-title h2 {
        font-size: clamp(48px, 13vw, 64px);
    }

    .about-choose__section-title h2::after {
        width: 70px;
        margin: 26px 0 26px;
    }

    .about-choose__section-title p {
        font-size: 17px;
        line-height: 1.66;
    }

    .about-choose__quote {
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 20px;
        margin-top: 36px;
        padding-left: 18px;
    }

    .about-choose__quote p {
        font-size: 22px;
    }

    .about-choose__grid {
        margin-top: 18px;
    }

    .about-choose-reason {
        padding: 28px 22px;
    }

    .about-choose-reason__number {
        font-size: 44px;
    }

    .about-choose-reason h3 {
        font-size: 22px;
    }

    .about-choose-reason p {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .about-choose__grid {
        grid-template-columns: 1fr;
    }

    .about-choose-reason {
        padding: 28px 0;
    }

    .about-choose-reason:nth-child(2n) {
        border-left: 0;
    }

    .about-choose-reason:nth-child(n+2) {
        border-top: 1px solid rgba(255, 255, 255, .18);
    }
}

@media (max-width: 399.98px) {
    .about-choose__quote {
        grid-template-columns: 1fr;
    }
}

.about-warehouse {
    position: relative;
    overflow: hidden;
    padding: 0 0 clamp(84px, 7vw, 112px);
    background: #ffffff;
}

.about-warehouse__container {
    position: relative;
}

.about-warehouse__label {
    display: flex;
    align-items: center;
    gap: clamp(22px, 2.8vw, 36px);
    margin-bottom: 30px;
    color: var(--grineu-green-dark);
    font-family: var(--title-font);
    line-height: 1;
    text-transform: uppercase;
}

.about-warehouse__label-number {
    font-size: clamp(34px, 3.3vw, 44px);
    font-weight: 800;
}

.about-warehouse__label-divider {
    width: 1px;
    height: 42px;
    background: rgba(7, 24, 46, .22);
}

.about-warehouse__label-text {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .01em;
}

.about-warehouse__visual {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    border-radius: 14px;
    background: #06111c;
}

.about-warehouse__visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 8, 14, .42) 0%, rgba(2, 8, 14, .08) 42%, rgba(2, 8, 14, .2) 100%), linear-gradient(180deg, rgba(2, 8, 14, .06) 0%, rgba(2, 8, 14, .38) 100%);
    content: "";
    pointer-events: none;
}

.about-warehouse__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.about-warehouse__panel {
    position: absolute;
    top: clamp(38px, 4vw, 68px);
    left: clamp(34px, 4vw, 58px);
    z-index: 1;
    width: 42%;
    padding: clamp(34px, 3.6vw, 48px);
    border: 1px solid rgba(7, 24, 46, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 42px rgba(7, 24, 46, .12);
}

.about-warehouse__section-title {
    margin-top: 0;
}

.about-warehouse__section-title::before {
    display: block;
    width: 42px;
    height: 2px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: var(--grineu-green-dark);
    content: "";
}

.about-warehouse__section-title h2 {
    margin: 0;
    padding-bottom: 0;
    color: #07111f;
    font-size: clamp(42px, 4.1vw, 62px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.05;
    text-transform: none;
}

.about-warehouse__section-title h2 span {
    display: block;
    color: #07111f;
}

.about-warehouse__section-title h2 span:last-child {
    color: var(--grineu-green-dark);
}

.about-warehouse__section-title p {
    max-width: 500px;
    margin: 24px 0 0;
    color: #17263d;
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.55;
}

.about-warehouse__feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    border-top: 1px solid rgba(7, 24, 46, .13);
}

.about-warehouse-feature {
    min-width: 0;
    padding: 24px 26px 20px 0;
}

.about-warehouse-feature:nth-child(2n) {
    padding-right: 0;
    padding-left: 26px;
    border-left: 1px solid rgba(7, 24, 46, .16);
}

.about-warehouse-feature:nth-child(n+3) {
    border-top: 1px solid rgba(7, 24, 46, .13);
}

.about-warehouse-feature__number {
    display: block;
    margin-bottom: 8px;
    color: var(--grineu-green-dark);
    font-family: var(--title-font);
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.about-warehouse-feature h3 {
    margin: 0 0 8px;
    color: #07111f;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
}

.about-warehouse-feature p {
    margin: 0;
    color: #17263d;
    font-size: 15px;
    line-height: 1.5;
}

.about-warehouse__operations {
    position: absolute;
    right: clamp(34px, 4vw, 58px);
    bottom: clamp(28px, 3.6vw, 42px);
    left: clamp(34px, 4vw, 58px);
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-radius: 16px;
    background: rgba(2, 12, 20, .94);
    color: #ffffff;
}

.about-warehouse-operation {
    position: relative;
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    min-width: 0;
    padding: 26px 34px;
}

.about-warehouse-operation:not(:last-child)::after {
    position: absolute;
    top: 26px;
    right: 0;
    bottom: 26px;
    width: 1px;
    background: rgba(255, 255, 255, .22);
    content: "";
}

.about-warehouse-operation__dot {
    width: 12px;
    height: 12px;
    margin-top: 7px;
    border-radius: 50%;
    background: #62b947;
}

.about-warehouse-operation h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
}

.about-warehouse-operation p {
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 15px;
    line-height: 1.5;
}

@media (max-width: 1199.98px) {
    .about-warehouse__visual {
        min-height: 760px;
    }

    .about-warehouse__panel {
        width: min(52%, 560px);
    }

    .about-warehouse__operations {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-warehouse-operation:nth-child(2)::after {
        display: none;
    }

    .about-warehouse-operation:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, .16);
    }
}

@media (max-width: 991.98px) {
    .about-warehouse {
        padding: 76px 0 86px;
    }

    .about-warehouse__visual {
        display: grid;
        min-height: 0;
        background: #06111c;
    }

    .about-warehouse__visual::after {
        display: none;
    }

    .about-warehouse__image {
        position: static;
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        object-position: center center;
    }

    .about-warehouse__panel,
    .about-warehouse__operations {
        position: relative;
        inset: auto;
        width: auto;
        margin: 0;
    }

    .about-warehouse__panel {
        border-radius: 0;
        box-shadow: none;
    }

    .about-warehouse__operations {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .about-warehouse {
        padding: 66px 0 76px;
    }

    .about-warehouse__container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .about-warehouse__label {
        gap: 18px;
        margin-bottom: 24px;
    }

    .about-warehouse__label-divider {
        height: 34px;
    }

    .about-warehouse__label-text {
        font-size: 15px;
        line-height: 1.2;
    }

    .about-warehouse__visual {
        border-radius: 12px;
    }

    .about-warehouse__image {
        aspect-ratio: 4 / 3;
        object-position: center center;
    }

    .about-warehouse__panel {
        padding: 30px 22px 28px;
    }

    .about-warehouse__section-title h2 {
        font-size: clamp(36px, 10.6vw, 48px);
    }

    .about-warehouse__section-title p {
        font-size: 16px;
    }

    .about-warehouse__feature-grid {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .about-warehouse-feature,
    .about-warehouse-feature:nth-child(2n) {
        padding: 22px 0;
        border-left: 0;
    }

    .about-warehouse-feature:nth-child(n+2) {
        border-top: 1px solid rgba(7, 24, 46, .13);
    }

    .about-warehouse__operations {
        grid-template-columns: 1fr;
    }

    .about-warehouse-operation {
        padding: 22px;
    }

    .about-warehouse-operation::after,
    .about-warehouse-operation:nth-child(2)::after {
        display: none;
    }

    .about-warehouse-operation:nth-child(-n+3) {
        border-bottom: 1px solid rgba(255, 255, 255, .16);
    }
}

.about-leadership {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #fbfcfa 0%, #ffffff 55%, #fbfcfa 100%);
    border-bottom: 1px solid rgba(20, 121, 47, .22);
}

.about-leadership__container {
    position: relative;
    z-index: 1;
}

.about-leadership__label {
    display: flex;
    align-items: center;
    gap: 28px;
    text-transform: uppercase;
}

.about-leadership__label-number {
    color: #14792f;
    font-size: clamp(36px, 3.1vw, 48px);
    font-weight: 800;
    line-height: 1;
}

.about-leadership__label-divider {
    width: 1px;
    height: 44px;
    background: rgba(7, 24, 46, .25);
}

.about-leadership__label-text {
    color: #0f6f27;
    font-size: clamp(15px, 1.2vw, 20px);
    font-weight: 800;
    line-height: 1.1;
}

.about-leadership__body {
    min-height: clamp(650px, 62vw, 860px);
}

@media (min-width: 1200px) {
    .about-leadership__body > .col-xl-5 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .about-leadership__body > .col-xl-7 {
        flex: 0 0 55%;
        max-width: 55%;
    }
}

.about-leadership__portrait-wrap {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: clamp(560px, 57vw, 800px);
    overflow: hidden;
}

.about-leadership__portrait-wrap::before {
    content: "";
    position: absolute;
    left: 3%;
    bottom: 4%;
    width: 92%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20, 121, 47, .13) 0%, rgba(20, 121, 47, .08) 48%, rgba(20, 121, 47, 0) 72%);
    z-index: -1;
}

.about-leadership__portrait-wrap::after {
    content: "";
    position: absolute;
    top: 1%;
    right: -2%;
    width: min(54%, 320px);
    aspect-ratio: 1;
    background-image: radial-gradient(circle, rgba(20, 121, 47, .16) 1.1px, transparent 1.4px);
    background-size: 10px 10px;
    border-radius: 50%;
    opacity: .85;
    z-index: -1;
}

.about-leadership__portrait {
    display: block;
    width: min(100%, 610px);
    height: auto;
    object-fit: contain;
    object-position: bottom center;
}

.about-leadership__content {
    position: relative;
    max-width: 790px;
    margin-left: auto;
    padding: clamp(26px, 2vw, 36px) 0 clamp(88px, 8vw, 126px);
}

.about-leadership__line,
.about-leadership__quote-line {
    display: block;
    width: 60px;
    height: 3px;
    background: #14792f;
}

.about-leadership__line {
    margin-bottom: clamp(28px, 3vw, 42px);
}

.about-leadership__section-title {
    margin-bottom: 0;
}

.about-leadership__section-title h2 {
    margin: 0;
    color: #07182e !important;
    font-size: clamp(54px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: 0;
    text-transform: none;
}

.about-leadership__section-title h2 span {
    display: block;
    color: #07182e;
    text-transform: none;
}

.about-leadership__section-title h2 span:last-child {
    color: #14792f;
}

.about-leadership__divider {
    width: 100%;
    height: 1px;
    margin: clamp(34px, 4.3vw, 52px) 0 clamp(28px, 3.4vw, 42px);
    background: rgba(7, 24, 46, .12);
}

.about-leadership__quote {
    position: relative;
    margin: 0;
    padding: clamp(24px, 2.2vw, 34px) 80px 0 136px;
}

.about-leadership__quote blockquote {
    margin: 0;
    color: #07182e;
    font-size: clamp(27px, 2.5vw, 40px);
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0;
}

.about-leadership__quote-mark {
    position: absolute;
    color: rgba(20, 121, 47, .14);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(104px, 9vw, 152px);
    font-weight: 700;
    line-height: .65;
    pointer-events: none;
}

.about-leadership__quote-mark--open {
    top: 32px;
    left: 0;
}

.about-leadership__quote-mark--close {
    right: 4px;
    bottom: 78px;
}

.about-leadership__quote-line {
    margin: clamp(28px, 2.6vw, 38px) 0 28px;
}

.about-leadership__attribution {
    display: grid;
    gap: 10px;
}

.about-leadership__attribution strong {
    color: #07182e;
    font-size: clamp(16px, 1.25vw, 20px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-leadership__attribution span {
    color: rgba(7, 24, 46, .76);
    font-size: clamp(18px, 1.35vw, 22px);
    line-height: 1.2;
}

@media (max-width: 1199.98px) {
    .about-leadership__body {
        min-height: 0;
    }

    .about-leadership__content {
        max-width: none;
    }

    .about-leadership__quote {
        padding-left: 108px;
    }
}

@media (max-width: 991.98px) {
    .about-leadership {
        padding-top: 64px;
    }

    .about-leadership__label {
        margin-bottom: 34px;
    }

    .about-leadership__portrait-wrap {
        min-height: 0;
        justify-content: flex-start;
    }

    .about-leadership__portrait {
        width: min(78vw, 500px);
    }

    .about-leadership__content {
        margin-left: 0;
        padding-top: 8px;
        padding-bottom: 72px;
    }

    .about-leadership__section-title h2 {
        font-size: clamp(46px, 8vw, 66px);
    }
}

@media (max-width: 767.98px) {
    .about-leadership__label {
        gap: 20px;
    }

    .about-leadership__label-divider {
        height: 36px;
    }

    .about-leadership__portrait {
        width: min(88vw, 430px);
    }

    .about-leadership__quote {
        padding: 18px 0 0;
    }

    .about-leadership__quote-mark {
        font-size: 92px;
    }

    .about-leadership__quote-mark--open {
        position: static;
        display: block;
        margin-bottom: -18px;
    }

    .about-leadership__quote-mark--close {
        right: 0;
        bottom: 56px;
    }

    .about-leadership__quote blockquote {
        font-size: clamp(24px, 6vw, 34px);
    }
}

@media (max-width: 575.98px) {
    .about-leadership {
        padding-top: 52px;
    }

    .about-leadership__label {
        gap: 16px;
        margin-bottom: 26px;
    }

    .about-leadership__label-number {
        font-size: 36px;
    }

    .about-leadership__label-text {
        font-size: 14px;
    }

    .about-leadership__section-title h2 {
        font-size: clamp(38px, 11vw, 52px);
    }

    .about-leadership__divider {
        margin: 28px 0 22px;
    }

    .about-leadership__quote blockquote {
        font-size: 23px;
        line-height: 1.5;
    }

    .about-leadership__content {
        padding-bottom: 58px;
    }
}

.about-commitment {
    position: relative;
    overflow: hidden;
    padding: clamp(52px, 5vw, 72px) 0;
    background: #ffffff;
}

.about-commitment__container {
    position: relative;
    z-index: 1;
    padding-bottom: clamp(38px, 4vw, 56px);
}

.about-commitment__label {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: clamp(38px, 4vw, 56px);
    text-transform: uppercase;
}

.about-commitment__label-number {
    color: #14792f;
    font-size: clamp(36px, 3.1vw, 48px);
    font-weight: 800;
    line-height: 1;
}

.about-commitment__label-divider {
    width: 1px;
    height: 44px;
    background: rgba(7, 24, 46, .25);
}

.about-commitment__label-text {
    color: #0f6f27;
    font-size: clamp(15px, 1.2vw, 20px);
    font-weight: 800;
    line-height: 1.1;
}

.about-commitment__body {
    align-items: flex-start;
}

@media (min-width: 1200px) {
    .about-commitment__body > .col-xl-6:first-child {
        flex: 0 0 47%;
        max-width: 47%;
    }

    .about-commitment__body > .col-xl-6:last-child {
        flex: 0 0 53%;
        max-width: 53%;
    }
}

.about-commitment__intro {
    max-width: 660px;
}

.about-commitment__line {
    display: block;
    width: 68px;
    height: 3px;
    margin-bottom: clamp(26px, 2.6vw, 34px);
    background: #14792f;
}

.about-commitment__section-title {
    margin-bottom: 0;
    max-width: none;
}

.about-commitment__section-title h2 {
    max-width: none;
    margin: 0;
    color: #07182e !important;
    font-size: clamp(50px, 4.1vw, 62px);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: 0;
    text-transform: none;
}

.about-commitment__section-title h2 span {
    color: #07182e;
    text-transform: none;
}

.about-commitment__section-title h2 span:nth-last-child(-n+2) {
    color: #14792f;
}

.about-commitment__description {
    margin: clamp(30px, 3.2vw, 40px) 0 0;
    color: rgba(7, 24, 46, .92);
    font-size: clamp(20px, 1.55vw, 24px);
    font-weight: 400;
    line-height: 1.45;
}

.about-commitment__divider {
    height: 1px;
    margin: clamp(28px, 3vw, 36px) 0;
    background: rgba(7, 24, 46, .14);
}

.about-commitment__quote {
    position: relative;
    margin: 0;
    padding: 16px 70px 18px 96px;
    border-left: 2px solid #14792f;
}

.about-commitment__quote blockquote {
    margin: 0;
    color: #07182e;
    font-size: clamp(19px, 1.55vw, 24px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
}

.about-commitment__quote-mark {
    position: absolute;
    color: rgba(20, 121, 47, .15);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(70px, 5.8vw, 96px);
    font-weight: 700;
    line-height: .65;
    pointer-events: none;
}

.about-commitment__quote-mark--open {
    top: 15px;
    left: 30px;
}

.about-commitment__quote-mark--close {
    right: 0;
    bottom: -4px;
}

.about-commitment__list {
    display: grid;
}

.about-commitment-item {
    display: grid;
    grid-template-columns: 96px 1px minmax(0, 1fr);
    column-gap: clamp(24px, 2.6vw, 36px);
    align-items: start;
    padding: 0 0 clamp(14px, 1.65vw, 21px);
}

.about-commitment-item + .about-commitment-item {
    padding-top: clamp(14px, 1.65vw, 21px);
    border-top: 1px solid rgba(7, 24, 46, .13);
}

.about-commitment-item__number {
    color: #14792f;
    font-size: clamp(42px, 3.3vw, 54px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}

.about-commitment-item__divider {
    width: 1px;
    min-height: 80px;
    background: rgba(7, 24, 46, .18);
}

.about-commitment-item__content {
    max-width: 520px;
}

.about-commitment-item h3 {
    margin: 0 0 8px;
    color: #07182e;
    font-size: clamp(20px, 1.45vw, 24px);
    font-weight: 900;
    line-height: 1.18;
}

.about-commitment-item p {
    margin: 0;
    color: rgba(7, 24, 46, .82);
    font-size: clamp(16px, 1.06vw, 17px);
    line-height: 1.5;
}

.about-commitment__strip {
    background: #f4f5f2;
}

.about-commitment-strip {
    display: grid;
    grid-template-columns: 150px minmax(0, 1.15fr) minmax(0, .9fr);
    align-items: center;
    min-height: clamp(126px, 9vw, 148px);
}

.about-commitment-strip__icon,
.about-commitment-strip__statement,
.about-commitment-strip__future {
    min-width: 0;
}

.about-commitment-strip__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border: 1px solid #14792f;
    border-radius: 50%;
    color: #14792f;
    font-size: 36px;
}

.about-commitment-strip__statement {
    padding: 0 clamp(32px, 4vw, 52px);
    border-left: 1px solid rgba(20, 121, 47, .28);
}

.about-commitment-strip__statement p,
.about-commitment-strip__future p {
    margin: 0;
    color: #07182e;
    font-size: clamp(24px, 2vw, 30px);
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
}

.about-commitment-strip__statement strong {
    display: block;
    color: #14792f;
    font-size: clamp(24px, 2vw, 30px);
    font-weight: 900;
    line-height: 1.35;
}

.about-commitment-strip__future {
    padding-left: clamp(36px, 4vw, 58px);
    border-left: 1px solid rgba(7, 24, 46, .14);
}

.about-commitment-strip__future span {
    color: #14792f;
}

@media (max-width: 1199.98px) {
    .about-commitment__intro {
        max-width: none;
    }

    .about-commitment-item {
        grid-template-columns: 86px 1px minmax(0, 1fr);
        column-gap: 26px;
    }

    .about-commitment-strip {
        grid-template-columns: 118px minmax(0, 1fr);
        row-gap: 24px;
        padding: 28px 0;
    }

    .about-commitment-strip__future {
        grid-column: 2;
        padding: 24px 0 0;
        border-left: 0;
        border-top: 1px solid rgba(7, 24, 46, .14);
    }
}

@media (max-width: 991.98px) {
    .about-commitment {
        padding-top: 64px;
    }

    .about-commitment__label {
        margin-bottom: 38px;
    }

    .about-commitment__section-title h2 {
        font-size: clamp(46px, 8vw, 66px);
    }

    .about-commitment__list {
        margin-top: 18px;
    }
}

@media (max-width: 767.98px) {
    .about-commitment__label {
        gap: 20px;
    }

    .about-commitment__label-divider {
        height: 36px;
    }

    .about-commitment__description br,
    .about-commitment-strip__future br {
        display: none;
    }

    .about-commitment__quote {
        padding: 42px 0 18px 24px;
    }

    .about-commitment__quote-mark {
        font-size: 68px;
    }

    .about-commitment__quote-mark--open {
        top: 16px;
        left: 24px;
    }

    .about-commitment__quote-mark--close {
        right: 0;
        bottom: -2px;
    }

    .about-commitment-item {
        grid-template-columns: 62px 1px minmax(0, 1fr);
        column-gap: 18px;
    }

    .about-commitment-item__number {
        text-align: left;
    }

    .about-commitment-item__divider {
        min-height: 76px;
    }

    .about-commitment-strip {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        padding: 34px 0;
    }

    .about-commitment-strip__icon {
        width: 84px;
        height: 84px;
        margin-bottom: 24px;
        font-size: 34px;
    }

    .about-commitment-strip__statement,
    .about-commitment-strip__future {
        padding: 24px 0 0;
        border-left: 0;
        border-top: 1px solid rgba(7, 24, 46, .14);
    }

    .about-commitment-strip__future {
        grid-column: auto;
        margin-top: 24px;
    }
}

@media (max-width: 575.98px) {
    .about-commitment {
        padding-top: 52px;
    }

    .about-commitment__container {
        padding-bottom: 40px;
    }

    .about-commitment__label {
        gap: 16px;
        margin-bottom: 30px;
    }

    .about-commitment__label-number {
        font-size: 36px;
    }

    .about-commitment__label-text {
        font-size: 14px;
    }

    .about-commitment__section-title h2 {
        font-size: clamp(38px, 11vw, 52px);
    }

    .about-commitment__description {
        margin-top: 28px;
        font-size: 20px;
    }

    .about-commitment__divider {
        margin: 28px 0;
    }

    .about-commitment__quote blockquote {
        font-size: 19px;
    }

    .about-commitment-item {
        grid-template-columns: 58px 1px minmax(0, 1fr);
        column-gap: 14px;
        padding-bottom: 22px;
    }

    .about-commitment-item + .about-commitment-item {
        padding-top: 22px;
    }

    .about-commitment-item h3 {
        font-size: 20px;
    }

    .about-commitment-item p {
        font-size: 15px;
    }

    .about-commitment-strip__statement p,
    .about-commitment-strip__statement strong,
    .about-commitment-strip__future p {
        font-size: 23px;
    }
}


