body {
    margin: 0;
    overflow-x: hidden;
    overscroll-behavior: contain;
    word-break: break-word;
    overflow-wrap: anywhere;
    font-family: 'Roboto', sans-serif
}

.hx-band {
    background: linear-gradient(135deg, #51B26D 0%, #3d9458 60%, #2e7a47 100%);
    padding: 8px 0
}

.hx-band-plate {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 28px
}

.hx-band-item {
    align-items: center;
    color: #E9F2EA;
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    gap: 8px;
    letter-spacing: .04em;
    line-height: 1.5;
    text-decoration: none;
    transition: color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.hx-band-item:hover,
.hx-band-item:focus {
    background-color: #e9f2ea1f;
    border-radius: 5px;
    color: #fff;
    outline: none;
    padding: 4px 8px
}

.hx-band-item svg {
    flex-shrink: 0
}

.hx-shell {
    background: #fff;
    border-bottom: 2px solid #E9F2EA;
    box-shadow: 0 3px 6px 1px #51b26d14;
    position: relative
}

.hx-plate {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 28px
}

.hx-identity-row {
    align-items: center;
    border-bottom: 1px solid #E9F2EA;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    padding: 16px 0
}

.hx-logo-pod {
    align-items: center;
    background-color: #e9f2ea8c;
    border: 1px solid #51b26d40;
    border-radius: 5px;
    box-shadow: 0 3px 6px 1px #51b26d14;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    flex-shrink: 0;
    height: 70px;
    justify-content: center;
    padding: 8px;
    width: 70px
}

.hx-logo-pod img {
    display: block;
    height: 55px;
    object-fit: contain;
    width: 55px
}

.hx-brand-stack {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.hx-brand-name {
    color: #1b4d2e;
    font-family: 'Bitter', serif;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.2
}

.hx-brand-tag {
    color: #51B26D;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .06em;
    line-height: 1.5
}

.hx-brand-cell {
    align-items: center;
    display: flex;
    gap: 16px
}

.hx-address-label {
    border-left: 3px solid #9FC9B4;
    border-top: 1px solid #E9F2EA;
    color: #2c5f3a;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: .03em;
    line-height: 1.7;
    padding: 4px 8px 4px 16px
}

.hx-nav-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 8px 0
}

.hx-nav-link {
    border-radius: 5px;
    color: #1b4d2e;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.5;
    min-height: 44px;
    overflow: hidden;
    padding: 8px 16px;
    position: relative;
    text-decoration: none;
    transition: color .25s ease-in-out;
    vertical-align: middle
}

.hx-nav-link::before {
    background: #51B26D;
    bottom: 0;
    content: '';
    left: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: left .35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0
}

.hx-nav-link:hover::before,
.hx-nav-link:focus::before {
    left: 0
}

.hx-nav-link:hover,
.hx-nav-link:focus {
    color: #fff;
    outline: none
}

.hx-nav-link span {
    position: relative;
    z-index: 1
}

.hx-nav-link.active {
    background: #E9F2EA;
    color: #1b4d2e
}

.hx-nav-link.active::before {
    display: none
}

.hx-nav-sep {
    background: #9FC9B4;
    border-radius: 1px;
    display: inline-block;
    height: 16px;
    margin: 0 4px;
    width: 1px
}

.ft-shell {
    background: linear-gradient(180deg, #1b3a26 0%, #122a1c 100%);
    border-top: 3px solid #51B26D;
    box-shadow: 0 -3px 6px 1px #51b26d14;
    padding: 56px 0 28px
}

.ft-plate {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 28px
}

.ft-main-deck {
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
    justify-content: space-between
}

.ft-brand-pod {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 340px
}

.ft-logo-cell {
    align-items: center;
    align-self: flex-end;
    background-color: #e9f2ea14;
    border: 1px solid #9fc9b44d;
    border-radius: 5px;
    box-shadow: 0 3px 6px 1px #51b26d14;
    display: flex;
    height: 60px;
    justify-content: center;
    padding: 8px;
    width: 60px
}

.ft-logo-cell img {
    display: block;
    height: 50px;
    object-fit: contain;
    width: 50px
}

.ft-desc {
    color: #9FC9B4;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.7
}

.ft-contacts-deck {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ft-contact-label {
    color: #E9F2EA;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 1.5;
    text-transform: uppercase
}

.ft-contact-link {
    color: #9FC9B4;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    text-decoration: none;
    transition: color .28s ease-in-out
}

.ft-contact-link:hover,
.ft-contact-link:focus {
    background-color: #51b26d1a;
    border-radius: 5px;
    color: #51B26D;
    outline: none;
    padding: 4px 8px
}

.ft-contact-addr {
    color: #9FC9B4;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.7
}

.ft-links-deck {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ft-links-heading {
    color: #E9F2EA;
    font-family: 'Bitter', serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
    text-transform: uppercase
}

.ft-nav-link {
    border-bottom: 1px solid transparent;
    border-radius: 1px;
    color: #9FC9B4;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    text-decoration: none;
    transition: color .26s ease-in-out, border-bottom-color .26s ease-in-out
}

.ft-nav-link:hover,
.ft-nav-link:focus {
    border-bottom-color: #51B26D;
    color: #51B26D;
    outline: none
}

.ft-divider {
    background: #9fc9b433;
    border: none;
    border-radius: 1px;
    height: 1px;
    margin: 0
}

.ft-bottom-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between
}

.ft-copy {
    color: #9fc9b499;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: .03em;
    line-height: 1.5
}

.ck-tray {
    background: #fff;
    border: 1px solid #E9F2EA;
    border-radius: 20px;
    bottom: 28px;
    box-shadow: 0 8px 52px 1px #51b26d1c;
    display: none;
    max-width: 380px;
    padding: 28px;
    position: fixed;
    right: 28px;
    width: calc(100% - 56px);
    z-index: 2000
}

.ck-desc {
    color: #2c5f3a;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 8px
}

.ck-headline {
    color: #1b4d2e;
    font-family: 'Bitter', serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px
}

.ck-cats {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.ck-cat-row {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between
}

.ck-cat-name {
    color: #2c5f3a;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.5
}

.ck-cat-name.required {
    color: #51B26D;
    font-weight: 700
}

.ck-toggle {
    appearance: none;
    background: #E9F2EA;
    border: 1px solid #9FC9B4;
    border-radius: 34px;
    cursor: pointer;
    height: 22px;
    position: relative;
    transition: background .28s ease-in-out;
    width: 40px
}

.ck-toggle:checked {
    background: #51B26D;
    border-color: #51B26D
}

.ck-toggle::after {
    background: #fff;
    border-radius: 34px;
    content: '';
    height: 16px;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: left .28s ease-in-out;
    width: 16px
}

.ck-toggle:checked::after {
    left: 20px
}

.ck-toggle:disabled {
    cursor: not-allowed;
    opacity: .6
}

.ck-actions {
    display: flex;
    gap: 16px;
    justify-content: flex-end
}

.ck-btn {
    background: transparent;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    min-height: 44px;
    overflow: hidden;
    padding: 8px 16px;
    position: relative;
    transition: color .25s ease-in-out
}

.ck-btn-accept {
    color: #51B26D
}

.ck-btn-accept::before {
    background: #51B26D;
    bottom: 0;
    content: '';
    left: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: left .35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0
}

.ck-btn-accept:hover::before,
.ck-btn-accept:focus::before {
    left: 0
}

.ck-btn-accept:hover,
.ck-btn-accept:focus {
    color: #fff;
    outline: none
}

.ck-btn-accept span,
.ck-btn-reject span {
    position: relative;
    z-index: 1
}

.ck-btn-reject {
    color: #2c5f3a;
    text-decoration: underline
}

.ck-btn-reject:hover,
.ck-btn-reject:focus {
    background-color: #51b26d14;
    color: #1b4d2e;
    outline: none
}

.ck-pref-btn {
    align-items: center;
    background: #fff;
    border: 2px solid #51B26D;
    border-radius: 34px;
    bottom: 28px;
    box-shadow: 0 7px 22px 1px #51b26d1a;
    cursor: pointer;
    display: none;
    height: 48px;
    justify-content: center;
    min-height: 44px;
    position: fixed;
    right: 28px;
    transition: background .28s ease-in-out, box-shadow .28s ease-in-out;
    width: 48px;
    z-index: 1999
}

.ck-pref-btn:hover,
.ck-pref-btn:focus {
    background: #E9F2EA;
    box-shadow: 0 8px 52px 1px #51b26d1c;
    outline: none
}

.ck-pref-btn svg {
    display: block
}

.text-legal {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 56px 28px
}

.text-legal p {
    color: #2a2a2a;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 16px;
    margin-top: 0
}

.text-legal em,
.text-legal i {
    color: #3a7a52;
    font-style: italic
}

.text-legal a {
    background-image: linear-gradient(#51B26D, #51B26D);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    color: #51B26D;
    font-size: inherit;
    text-decoration: none;
    transition: background-size .28s cubic-bezier(0.4, 0, 0.2, 1), color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.text-legal a:hover {
    background-size: 100% 1px;
    color: #3a7a52
}

.text-legal a:focus-visible {
    border-radius: 1px;
    outline: 2px solid #51B26D;
    outline-offset: 2px
}

.text-legal table {
    border-collapse: collapse;
    border-radius: 5px;
    box-shadow: 0 3px 6px 1px #51b26d14;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 28px;
    margin-top: 8px;
    overflow: hidden;
    width: 100%
}

.text-legal thead {
    background-color: #51B26D
}

.text-legal thead th {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 16px;
    text-align: left
}

.text-legal tbody tr {
    border-bottom: 1px solid #E9F2EA;
    transition: background-color .25s ease-in-out
}

.text-legal tbody tr:last-child {
    border-bottom: none
}

.text-legal tbody tr:nth-child(even) {
    background-color: #f4faf6
}

.text-legal tbody tr:hover {
    background-color: #E9F2EA
}

.text-legal td {
    color: #2a2a2a;
    font-size: 15px;
    line-height: 1.5;
    padding: 16px;
    vertical-align: top
}

.text-legal th {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 16px;
    text-align: left;
    vertical-align: bottom
}

.text-legal hr {
    background-color: #9FC9B4;
    border: none;
    border-radius: 1px;
    height: 1px;
    margin-bottom: 28px;
    margin-top: 28px;
    opacity: .6
}

@media (max-width: 768px) {
    .text-legal {
        padding: 28px 16px
    }

    .text-legal table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .text-legal thead th,
    .text-legal td {
        padding: 16px 8px
    }
}

.mthd {
    background: #fff;
    overflow-x: clip;
    padding: 0
}

.mthd .pg-strip {
    background: linear-gradient(277deg, #51b26d14 0%, #9fc9b40a 60%, transparent 100%);
    padding: 56px 28px
}

.mthd .pg-strip .pg-inner {
    max-width: 1200px;
    margin: 0 auto
}

.mthd .title-area {
    text-align: center;
    position: relative
}

.mthd .title-area .curve-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 180px;
    pointer-events: none;
    overflow: hidden
}

.mthd .title-area .curve-bg svg {
    width: 100%;
    height: 100%;
    opacity: .22
}

.mthd .title-area .label-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #51B26D;
    border: 1px solid #51b26d59;
    border-radius: 20px;
    padding: 4px 16px;
    margin-bottom: 28px
}

.mthd .title-area .pg-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    color: #1b2e22;
    margin: 0 0 16px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.mthd .title-area .pg-desc {
    font-size: 21px;
    line-height: 1.7;
    color: #2d4a37;
    max-width: 560px;
    margin: 0 auto 28px;
    font-weight: 300
}

.mthd .title-area .pg-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #51B26D;
    text-decoration: none;
    border: 1.5px solid #51B26D;
    border-radius: 5px;
    padding: 8px 28px;
    position: relative;
    overflow: hidden;
    transition: color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.mthd .title-area .pg-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #51B26D;
    transform: translateX(101%);
    transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0
}

.mthd .title-area .pg-link:hover::before {
    transform: translateX(0)
}

.mthd .title-area .pg-link:hover {
    color: #fff
}

.mthd .title-area .pg-link span {
    position: relative;
    z-index: 1
}

.mthd .title-area .pg-link .arrow-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 14px;
    height: 14px;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity .25s ease-in-out, transform .25s ease-in-out
}

.mthd .title-area .pg-link:hover .arrow-icon {
    opacity: 1;
    transform: translateX(0)
}

.mthd .title-area .img-clip-wrap {
    margin: 28px auto 0;
    max-width: 820px;
    position: relative
}

.mthd .title-area .img-clip-wrap .img-shadow {
    border-radius: 34px 5px 34px 5px;
    overflow: hidden;
    box-shadow: 0 8px 52px 1px #51b26d1c;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%)
}

.mthd .title-area .img-clip-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block
}

.mthd .wavy-divider {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.mthd .wavy-divider svg {
    display: block;
    width: 100%
}

.mthd .steps-band {
    background: #E9F2EA;
    padding: 56px 28px;
    position: relative
}

.mthd .steps-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(277deg, #51b26d0f 0%, transparent 55%);
    pointer-events: none
}

.mthd .steps-band .band-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.mthd .steps-band .band-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 56px;
    margin-bottom: 56px
}

.mthd .steps-band .band-top-left {
    flex: 0 0 320px
}

.mthd .steps-band .band-top-right {
    flex: 1
}

.mthd .steps-band .section-eyebrow {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #51B26D;
    margin-bottom: 16px;
    display: block
}

.mthd .steps-band .section-h {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #1b2e22;
    margin: 0 0 16px
}

.mthd .steps-band .section-p {
    font-size: 15px;
    line-height: 1.7;
    color: #2d4a37;
    margin: 0
}

.mthd .steps-band .notch-block {
    position: relative;
    padding-left: 16px;
    margin-bottom: 16px
}

.mthd .steps-band .notch-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 3px;
    background: #51B26D;
    border-radius: 1px
}

.mthd .steps-band .notch-block .nb-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #51B26D;
    margin-bottom: 4px;
    display: block
}

.mthd .steps-band .notch-block .nb-val {
    font-size: 38px;
    font-weight: 700;
    color: #1b2e22;
    line-height: 1.2
}

.mthd .steps-band .notch-block .nb-sub {
    font-size: 13px;
    color: #4a7a5a;
    line-height: 1.5
}

.mthd .steps-band .metrics-row {
    display: flex;
    flex-direction: row;
    gap: 28px;
    flex-wrap: wrap
}

.mthd .steps-band .step-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

.mthd .steps-band .step-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 3px 6px 1px #51b26d14;
    position: relative;
    overflow: hidden;
    transition: box-shadow .32s cubic-bezier(0.4, 0, 0.2, 1), transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.mthd .steps-band .step-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    border: 2px solid transparent;
    transition: border-color .35s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.mthd .steps-band .step-card:hover {
    box-shadow: 0 7px 22px 1px #51b26d1a;
    transform: translateY(-3px)
}

.mthd .steps-band .step-card:hover::after {
    border-color: #51B26D
}

.mthd .steps-band .step-card .step-num {
    font-size: 38px;
    font-weight: 700;
    color: #51b26d2e;
    line-height: 1.2;
    margin-bottom: 8px
}

.mthd .steps-band .step-card .step-title {
    font-size: 15px;
    font-weight: 700;
    color: #1b2e22;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 8px
}

.mthd .steps-band .step-card .step-body {
    font-size: 13px;
    line-height: 1.7;
    color: #3a5e47;
    margin: 0
}

.mthd .brush-divider {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.mthd .brush-divider svg {
    display: block;
    width: 100%
}

.mthd .experts-row {
    background: #fff;
    padding: 56px 28px
}

.mthd .experts-row .exp-inner {
    max-width: 1200px;
    margin: 0 auto
}

.mthd .experts-row .sidebar-layout {
    display: grid;
    grid-template-columns: 220px 1fr 220px;
    gap: 56px;
    align-items: start
}

.mthd .experts-row .sidebar-left {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.mthd .experts-row .sidebar-right {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-top: 56px
}

.mthd .experts-row .exp-center {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.mthd .experts-row .exp-heading-block {
    text-align: center
}

.mthd .experts-row .exp-eyebrow {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #51B26D;
    margin-bottom: 16px;
    display: block
}

.mthd .experts-row .exp-h {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #1b2e22;
    margin: 0 0 16px
}

.mthd .experts-row .exp-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #2d4a37;
    margin: 0
}

.mthd .experts-row .portrait-card {
    background: #E9F2EA;
    border-radius: 20px;
    padding: 28px 16px;
    text-align: center;
    box-shadow: 0 3px 6px 1px #9fc9b414;
    transition: box-shadow .38s ease-in-out
}

.mthd .experts-row .portrait-card:hover {
    box-shadow: 0 7px 22px 1px #51b26d1a
}

.mthd .experts-row .portrait-card .portrait-img-wrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 16px;
    box-shadow: 0 7px 22px 1px #51b26d1a
}

.mthd .experts-row .portrait-card .portrait-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.mthd .experts-row .portrait-card .p-name {
    font-size: 15px;
    font-weight: 700;
    color: #1b2e22;
    margin: 0 0 4px
}

.mthd .experts-row .portrait-card .p-role {
    font-size: 13px;
    color: #4a7a5a;
    line-height: 1.5;
    margin: 0 0 8px
}

.mthd .experts-row .portrait-card .p-quote {
    font-size: 13px;
    line-height: 1.7;
    color: #3a5e47;
    font-style: italic;
    margin: 0
}

.mthd .experts-row .principle-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border-radius: 5px;
    background: #E9F2EA;
    position: relative;
    transition: background .28s ease-in-out
}

.mthd .experts-row .principle-item:hover {
    background: #51b26d1f
}

.mthd .experts-row .principle-item .pi-num {
    font-size: 13px;
    font-weight: 700;
    color: #51B26D;
    letter-spacing: .12em
}

.mthd .experts-row .principle-item .pi-title {
    font-size: 15px;
    font-weight: 700;
    color: #1b2e22;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .06em
}

.mthd .experts-row .principle-item .pi-text {
    font-size: 13px;
    line-height: 1.7;
    color: #3a5e47;
    margin: 0
}

.mthd .experts-row .img-frame {
    border-radius: 5px 34px 5px 34px;
    overflow: hidden;
    box-shadow: 0 8px 52px 1px #51b26d1c
}

.mthd .experts-row .img-frame img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    display: block
}

.mthd .experts-row .cta-inline {
    background: linear-gradient(277deg, #51b26d1f 0%, #9fc9b414 100%);
    border-radius: 20px;
    padding: 28px;
    text-align: center
}

.mthd .experts-row .cta-inline .ci-h {
    font-size: 21px;
    font-weight: 700;
    color: #1b2e22;
    margin: 0 0 8px;
    line-height: 1.2
}

.mthd .experts-row .cta-inline .ci-p {
    font-size: 13px;
    line-height: 1.7;
    color: #3a5e47;
    margin: 0 0 16px
}

.mthd .experts-row .cta-inline .ci-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #51B26D;
    text-decoration: none;
    border: 1.5px solid #51B26D;
    border-radius: 5px;
    padding: 8px 28px;
    position: relative;
    overflow: hidden;
    transition: color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.mthd .experts-row .cta-inline .ci-link::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #51B26D;
    transform: translateX(101%);
    transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0
}

.mthd .experts-row .cta-inline .ci-link:hover::before {
    transform: translateX(0)
}

.mthd .experts-row .cta-inline .ci-link:hover {
    color: #fff
}

.mthd .experts-row .cta-inline .ci-link span {
    position: relative;
    z-index: 1
}

.mthd .experts-row .cta-inline .ci-link .lnk-arrow {
    position: relative;
    z-index: 1;
    width: 14px;
    height: 14px;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity .25s ease-in-out, transform .25s ease-in-out
}

.mthd .experts-row .cta-inline .ci-link:hover .lnk-arrow {
    opacity: 1;
    transform: translateX(0)
}

.mthd .wavy-bottom {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.mthd .wavy-bottom svg {
    display: block;
    width: 100%
}

@media (max-width: 900px) {
    .mthd .steps-band .band-top {
        flex-direction: column;
        gap: 28px
    }

    .mthd .steps-band .band-top-left {
        flex: none
    }

    .mthd .steps-band .step-cards {
        grid-template-columns: 1fr 1fr
    }

    .mthd .experts-row .sidebar-layout {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .mthd .experts-row .sidebar-right {
        padding-top: 0
    }

    .mthd .title-area .pg-heading {
        font-size: 38px
    }
}

@media (max-width: 600px) {
    .mthd .title-area .pg-heading {
        font-size: 38px
    }

    .mthd .steps-band .step-cards {
        grid-template-columns: 1fr
    }

    .mthd .steps-band .section-h {
        font-size: 21px
    }

    .mthd .experts-row .exp-h {
        font-size: 21px
    }

    .mthd .title-area .img-clip-wrap img {
        height: 240px
    }
}

.lp-prog {
    background: #fff;
    overflow-x: clip;
    position: relative
}

.lp-prog .fog-layer {
    position: fixed;
    top: 0;
    left: -20%;
    width: 140%;
    height: 100%;
    background: linear-gradient(277deg, #e9f2ea2e 0%, #ffffff38 40%, #9fc9b41a 100%);
    pointer-events: none;
    animation: fogDrift 18s ease-in-out infinite alternate;
    z-index: 0
}

@keyframes fogDrift {
    0% {
        transform: translateX(0) translateY(0);
        opacity: .7
    }

    100% {
        transform: translateX(6%) translateY(2%);
        opacity: 1
    }
}

.lp-prog .pg-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
    position: relative;
    z-index: 1
}

.lp-prog ::selection {
    background: #51B26D;
    color: #1b3a26
}

.lp-prog :focus-visible {
    outline: 2px solid #51B26D;
    outline-offset: 3px
}

.lp-prog .accent-bar {
    width: 48px;
    height: 3px;
    background: #51B26D;
    margin-bottom: 16px;
    border-radius: 1px
}

.lp-prog .corner-bracket {
    position: relative
}

.lp-prog .corner-bracket::before,
.lp-prog .corner-bracket::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    pointer-events: none
}

.lp-prog .corner-bracket::before {
    top: -8px;
    left: -8px;
    border-top: 2px solid #51B26D;
    border-left: 2px solid #51B26D
}

.lp-prog .corner-bracket::after {
    bottom: -8px;
    right: -8px;
    border-bottom: 2px solid #51B26D;
    border-right: 2px solid #51B26D
}

.lp-prog .zigzag-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0
}

.lp-prog .zigzag-divider svg {
    display: block;
    width: 100%
}

.lp-prog .zigzag-divider-alt {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.lp-prog .zigzag-divider-alt svg {
    display: block;
    width: 100%
}

.lp-prog .title-strip {
    padding: 56px 0;
    position: relative;
    background: #fff;
    border-bottom: none
}

.lp-prog .title-strip::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #51B26D 0%, #9FC9B4 100%);
    border-radius: 1px;
    pointer-events: none
}

.lp-prog .title-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 56px
}

.lp-prog .title-text {
    flex: 1 1 0;
    min-width: 0
}

.lp-prog .title-label {
    font-size: 13px;
    letter-spacing: .14em;
    color: #51B26D;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 16px
}

.lp-prog .title-h1 {
    font-size: 50px;
    line-height: 1.2;
    color: #1b3a26;
    font-weight: 700;
    margin-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: .03em
}

.lp-prog .title-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #2d4a36;
    max-width: 520px;
    margin-bottom: 28px
}

.lp-prog .title-meta {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: center;
    flex-wrap: wrap
}

.lp-prog .meta-pill {
    font-size: 13px;
    color: #2d4a36;
    background: #E9F2EA;
    padding: 8px 16px;
    border-radius: 5px;
    letter-spacing: .06em;
    font-weight: 500
}

.lp-prog .title-img-card {
    flex: 0 0 300px;
    width: 300px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 52px 1px #51b26d1c;
    position: relative
}

.lp-prog .title-img-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.7) sepia(0.18) brightness(0.97)
}

.lp-prog .title-img-card .img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #1b3a26d1 0%, transparent 100%);
    padding: 28px 16px 16px;
    font-size: 13px;
    color: #E9F2EA;
    letter-spacing: .08em;
    text-transform: uppercase
}

.lp-prog .modules-strip {
    background: #E9F2EA;
    padding: 56px 0;
    position: relative
}

.lp-prog .modules-h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #1b3a26;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 8px
}

.lp-prog .modules-sub {
    font-size: 15px;
    line-height: 1.7;
    color: #2d4a36;
    margin-bottom: 56px;
    max-width: 560px
}

.lp-prog .modules-grid {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 0 28px
}

.lp-prog .modules-divider-line {
    background: #9FC9B4;
    width: 1px;
    border-radius: 1px
}

.lp-prog .modules-col {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.lp-prog .module-item {
    padding: 28px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 6px 1px #51b26d14;
    position: relative;
    transition: box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1), transform .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-prog .module-item:hover {
    box-shadow: 0 7px 22px 1px #51b26d1a;
    transform: translateY(-2px)
}

.lp-prog .module-num {
    font-size: 13px;
    letter-spacing: .12em;
    color: #51B26D;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px
}

.lp-prog .module-title {
    font-size: 21px;
    line-height: 1.2;
    color: #1b3a26;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .03em
}

.lp-prog .module-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #2d4a36
}

.lp-prog .module-tags {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px
}

.lp-prog .module-tag {
    font-size: 13px;
    color: #51B26D;
    border: 1px solid #9FC9B4;
    border-radius: 5px;
    padding: 4px 8px;
    letter-spacing: .06em
}

.lp-prog .contrast-strip {
    background: #fff;
    padding: 56px 0;
    position: relative
}

.lp-prog .contrast-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch
}

.lp-prog .contrast-before,
.lp-prog .contrast-after {
    border-radius: 20px;
    padding: 28px;
    position: relative
}

.lp-prog .contrast-before {
    background: #f4f4f2;
    box-shadow: inset 0 2px 4px 1px #9fc9b41f
}

.lp-prog .contrast-after {
    background: linear-gradient(277deg, #51b26d14 0%, #e9f2ea99 100%);
    box-shadow: 0 7px 22px 1px #51b26d1a
}

.lp-prog .contrast-label {
    font-size: 13px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
    padding: 4px 8px;
    border-radius: 5px;
    display: inline-block
}

.lp-prog .contrast-before .contrast-label {
    color: #6b6b6b;
    background: #e2e2de
}

.lp-prog .contrast-after .contrast-label {
    color: #1b3a26;
    background: #51b26d2e
}

.lp-prog .contrast-h3 {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: .03em
}

.lp-prog .contrast-before .contrast-h3 {
    color: #5a5a5a
}

.lp-prog .contrast-after .contrast-h3 {
    color: #1b3a26
}

.lp-prog .contrast-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lp-prog .contrast-list li {
    font-size: 15px;
    line-height: 1.5;
    padding-left: 16px;
    position: relative
}

.lp-prog .contrast-before .contrast-list li {
    color: #6b6b6b
}

.lp-prog .contrast-before .contrast-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 1px;
    background: #aaa
}

.lp-prog .contrast-after .contrast-list li {
    color: #2d4a36
}

.lp-prog .contrast-after .contrast-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #51B26D;
    border-radius: 1px
}

.lp-prog .contrast-img-row {
    margin-top: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px
}

.lp-prog .contrast-img-wrap {
    flex: 0 0 260px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 52px 1px #51b26d1c
}

.lp-prog .contrast-img-wrap img {
    width: 260px;
    height: 340px;
    object-fit: cover;
    object-position: center;
    display: block
}

.lp-prog .contrast-img-text {
    flex: 1 1 0;
    min-width: 0
}

.lp-prog .contrast-img-h3 {
    font-size: 21px;
    line-height: 1.2;
    color: #1b3a26;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 16px
}

.lp-prog .contrast-img-p {
    font-size: 15px;
    line-height: 1.7;
    color: #2d4a36
}

.lp-prog .experts-strip {
    background: linear-gradient(277deg, #e9f2eaf2 0%, #ffffffd9 60%, #9fc9b440 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 56px 0;
    position: relative
}

.lp-prog .experts-h2 {
    font-size: 38px;
    line-height: 1.2;
    color: #1b3a26;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 8px
}

.lp-prog .experts-sub {
    font-size: 15px;
    line-height: 1.7;
    color: #2d4a36;
    max-width: 500px;
    margin-bottom: 56px
}

.lp-prog .experts-row {
    display: flex;
    flex-direction: row;
    gap: 28px;
    align-items: flex-start;
    flex-wrap: wrap
}

.lp-prog .expert-card {
    flex: 1 1 280px;
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 7px 22px 1px #51b26d1a;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .35s ease-in-out, transform .35s ease-in-out
}

.lp-prog .expert-card:hover {
    box-shadow: 0 8px 52px 1px #51b26d1c;
    transform: translateY(-3px)
}

.lp-prog .expert-portrait {
    width: 80px;
    height: 80px;
    border-radius: 34px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 3px 6px 1px #51b26d14
}

.lp-prog .expert-portrait img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    display: block
}

.lp-prog .expert-name {
    font-size: 21px;
    line-height: 1.2;
    color: #1b3a26;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em
}

.lp-prog .expert-role {
    font-size: 13px;
    letter-spacing: .1em;
    color: #51B26D;
    text-transform: uppercase;
    font-weight: 500
}

.lp-prog .expert-quote {
    font-size: 15px;
    line-height: 1.7;
    color: #2d4a36;
    font-style: italic
}

.lp-prog .expert-card-no-photo {
    flex: 1 1 280px;
    background: #E9F2EA;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 3px 6px 1px #51b26d14;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lp-prog .expert-initials {
    width: 80px;
    height: 80px;
    border-radius: 34px;
    background: #9FC9B4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 700;
    color: #1b3a26;
    flex-shrink: 0
}

.lp-prog .enroll-btn {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #51B26D;
    background: transparent;
    border: 2px solid #51B26D;
    border-radius: 5px;
    padding: 16px 28px;
    cursor: pointer;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .26s cubic-bezier(0.4, 0, 0.2, 1), border-color .26s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1
}

.lp-prog .enroll-btn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: #51B26D;
    transition: right .32s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1
}

.lp-prog .enroll-btn:hover::after {
    right: 0
}

.lp-prog .enroll-btn:hover {
    color: #fff;
    border-color: #51B26D
}

.lp-prog .enroll-btn:active {
    opacity: .88
}

.lp-prog .link-icon {
    display: inline-block;
    margin-left: 4px;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity .25s ease-in-out, transform .25s ease-in-out
}

.lp-prog a:hover .link-icon {
    opacity: 1;
    transform: translateX(0)
}

@media (max-width: 900px) {
    .lp-prog .title-inner {
        flex-direction: column;
        gap: 28px
    }

    .lp-prog .title-img-card {
        flex: 0 0 auto;
        width: 100%
    }

    .lp-prog .title-img-card img {
        height: 260px
    }

    .lp-prog .title-h1 {
        font-size: 38px
    }

    .lp-prog .modules-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .lp-prog .modules-divider-line {
        display: none
    }

    .lp-prog .contrast-inner {
        grid-template-columns: 1fr
    }

    .lp-prog .contrast-img-row {
        flex-direction: column
    }

    .lp-prog .contrast-img-wrap {
        flex: 0 0 auto;
        width: 100%
    }

    .lp-prog .contrast-img-wrap img {
        width: 100%;
        height: 240px
    }

    .lp-prog .experts-row {
        flex-direction: column
    }

    .lp-prog .expert-card,
    .lp-prog .expert-card-no-photo {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (max-width: 600px) {
    .lp-prog .title-h1 {
        font-size: 38px
    }

    .lp-prog .modules-h2,
    .lp-prog .experts-h2 {
        font-size: 38px
    }

    .lp-prog .pg-wrap {
        padding: 0 16px
    }

    .lp-prog .title-strip {
        padding: 28px 0
    }

    .lp-prog .title-meta {
        gap: 8px
    }
}

.ct-us {
    background: #fff;
    overflow-x: clip;
    padding: 0
}

.ct-us .reach-strip {
    background: linear-gradient(277deg, #9FC9B4 0%, #E9F2EA 40%, #fff 100%);
    padding: 56px 28px
}

.ct-us .reach-strip-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 56px
}

.ct-us .reach-left {
    flex: 0 0 auto;
    max-width: 420px
}

.ct-us .reach-label {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #51B26D;
    margin-bottom: 16px;
    line-height: 1.2
}

.ct-us .reach-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a2e1f;
    margin: 0 0 28px
}

.ct-us .reach-heading span {
    display: block;
    font-weight: 300;
    font-size: 38px;
    color: #51B26D
}

.ct-us .reach-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #2d3e32;
    margin: 0
}

.ct-us .reach-right {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-end
}

.ct-us .contact-cards {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.ct-us .c-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 7px 22px 1px #51b26d1a;
    min-width: 200px;
    position: relative;
    overflow: hidden
}

.ct-us .c-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 40px;
    background: #51B26D;
    border-radius: 0 20px 0 5px
}

.ct-us .c-card-icon {
    width: 36px;
    height: 36px;
    border: 1.5px solid #51B26D;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.ct-us .c-card-icon svg {
    width: 18px;
    height: 18px;
    stroke: #51B26D;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.ct-us .c-card-label {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #51B26D;
    margin-bottom: 8px;
    line-height: 1.2
}

.ct-us .c-card-val {
    font-size: 15px;
    font-weight: 600;
    color: #1a2e1f;
    line-height: 1.5;
    text-decoration: none;
    display: block
}

.ct-us .c-card-val:hover {
    color: #51B26D;
    transition: color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .c-card-sub {
    font-size: 13px;
    color: #4a6052;
    line-height: 1.5;
    margin-top: 4px
}

.ct-us .wave-divider {
    display: block;
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.ct-us .wave-divider svg {
    display: block;
    width: 100%;
    height: 56px
}

.ct-us .form-band {
    background: #fff;
    padding: 56px 28px;
    position: relative
}

.ct-us .form-band::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(to bottom, transparent 0px, transparent 6px, #9fc9b412 6px, #9fc9b412 7px, transparent 7px, transparent 14px, #9fc9b40a 14px, #9fc9b40a 16px);
    pointer-events: none;
    z-index: 0
}

.ct-us .form-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start;
    position: relative;
    z-index: 1
}

.ct-us .form-aside {
    flex: 0 0 320px;
    padding-top: 8px
}

.ct-us .form-aside-tag {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #51B26D;
    margin-bottom: 16px;
    line-height: 1.2
}

.ct-us .form-aside-heading {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a2e1f;
    margin: 0 0 28px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.ct-us .form-aside-text {
    font-size: 15px;
    line-height: 1.7;
    color: #2d3e32;
    margin: 0 0 28px
}

.ct-us .bracket-box {
    position: relative;
    padding: 16px 16px 16px 28px;
    margin-top: 28px
}

.ct-us .bracket-box::before,
.ct-us .bracket-box::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-color: #51B26D;
    border-style: solid
}

.ct-us .bracket-box::before {
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px;
    border-radius: 1px 0 0 0
}

.ct-us .bracket-box::after {
    bottom: 0;
    left: 0;
    border-width: 0 0 2px 2px;
    border-radius: 0 0 0 1px
}

.ct-us .bracket-box-inner {
    position: relative
}

.ct-us .bracket-box-inner::before,
.ct-us .bracket-box-inner::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-color: #51B26D;
    border-style: solid
}

.ct-us .bracket-box-inner::before {
    top: 0;
    right: 0;
    border-width: 2px 2px 0 0;
    border-radius: 0 1px 0 0
}

.ct-us .bracket-box-inner::after {
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0;
    border-radius: 0 0 1px 0
}

.ct-us .bracket-note {
    font-size: 13px;
    line-height: 1.7;
    color: #4a6052;
    padding-right: 16px
}

.ct-us .form-wrap {
    flex: 1 1 auto;
    background: #E9F2EA;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 8px 52px 1px #51b26d1c
}

.ct-us .contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ct-us .field-row {
    display: flex;
    flex-direction: row;
    gap: 16px
}

.ct-us .field-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto
}

.ct-us .field-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #1a2e1f;
    line-height: 1.2
}

.ct-us .field-input {
    background: #fff;
    border: 1.5px solid #9FC9B4;
    border-radius: 5px;
    padding: 16px;
    font-size: 15px;
    color: #1a2e1f;
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 2px 4px #51b26d0f;
    transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    appearance: none
}

.ct-us .field-input::placeholder {
    color: #8aab96;
    font-weight: 300
}

.ct-us .field-input:focus {
    border-color: #51B26D;
    box-shadow: inset 0 2px 4px #51b26d14 0 0 0 3px #51b26d26
}

.ct-us .size-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ct-us .size-options {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap
}

.ct-us .size-opt {
    position: relative
}

.ct-us .size-opt input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none
}

.ct-us .size-opt label {
    display: block;
    padding: 8px 16px;
    border: 1.5px solid #9FC9B4;
    border-radius: 34px;
    font-size: 13px;
    font-weight: 600;
    color: #2d3e32;
    cursor: pointer;
    background: #fff;
    transition: background .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
    line-height: 1.5;
    user-select: none
}

.ct-us .size-opt input[type="radio"]:checked+label {
    background: #51B26D;
    border-color: #51B26D;
    color: #fff
}

.ct-us .size-opt label:hover {
    border-color: #51B26D;
    background: #E9F2EA
}

.ct-us .size-opt input[type="radio"]:focus-visible+label {
    outline: 2px solid #51B26D;
    outline-offset: 2px
}

.ct-us .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.ct-us .privacy-check {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    accent-color: #51B26D;
    margin-top: 2px;
    cursor: pointer;
    box-shadow: inset 0 1px 3px #51b26d1a
}

.ct-us .privacy-text {
    font-size: 13px;
    line-height: 1.7;
    color: #2d3e32
}

.ct-us .privacy-text a {
    color: #51B26D;
    text-decoration: none;
    font-weight: 600;
    position: relative
}

.ct-us .privacy-text a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #51B26D;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .privacy-text a:hover::after {
    transform: scaleX(1)
}

.ct-us .submit-btn {
    position: relative;
    overflow: hidden;
    background: transparent;
    border: 2px solid #51B26D;
    border-radius: 5px;
    padding: 16px 28px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #51B26D;
    cursor: pointer;
    align-self: flex-start;
    transition: color .35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0
}

.ct-us .submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    background: #51B26D;
    transition: left .35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1
}

.ct-us .submit-btn:hover {
    color: #fff
}

.ct-us .submit-btn:hover::before {
    left: 0
}

.ct-us .submit-btn:focus-visible {
    outline: 3px solid #51B26D;
    outline-offset: 3px
}

.ct-us .submit-btn:active {
    transform: translateY(1px)
}

.ct-us .form-heading {
    font-size: 21px;
    font-weight: 700;
    color: #1a2e1f;
    line-height: 1.2;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: .06em
}

.ct-us .size-hint {
    font-size: 13px;
    color: #4a6052;
    font-weight: 300;
    line-height: 1.5
}

@keyframes ct-zoom-settle {
    from {
        transform: scale(1.06);
        opacity: .6
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.ct-us .reach-strip-inner {
    animation: ct-zoom-settle .38s cubic-bezier(0.4, 0, 0.2, 1) both
}

.ct-us .strips-reveal {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 28px
}

.ct-us .strip-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    background: #E9F2EA;
    border-radius: 5px;
    padding: 8px 16px;
    overflow: hidden;
    position: relative;
    cursor: default
}

.ct-us .strip-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, #51b26d1f 50%, transparent 100%);
    transition: left .4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.ct-us .strip-item:hover::after {
    left: 100%
}

.ct-us .strip-dot {
    width: 8px;
    height: 8px;
    border-radius: 1px;
    background: #51B26D;
    flex-shrink: 0
}

.ct-us .strip-text {
    font-size: 13px;
    color: #2d3e32;
    line-height: 1.5;
    font-weight: 500
}

@media (max-width: 900px) {
    .ct-us .reach-strip-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px
    }

    .ct-us .reach-right {
        align-items: flex-start;
        width: 100%
    }

    .ct-us .contact-cards {
        justify-content: flex-start
    }

    .ct-us .form-inner {
        flex-direction: column;
        gap: 28px
    }

    .ct-us .form-aside {
        flex: 0 0 auto
    }

    .ct-us .field-row {
        flex-direction: column
    }

    .ct-us .reach-heading {
        font-size: 38px
    }

    .ct-us .reach-heading span {
        font-size: 28px
    }
}

@media (max-width: 560px) {
    .ct-us .reach-strip {
        padding: 56px 16px
    }

    .ct-us .form-band {
        padding: 56px 16px
    }

    .ct-us .form-wrap {
        padding: 16px
    }

    .ct-us .contact-cards {
        flex-direction: column;
        gap: 16px
    }

    .ct-us .c-card {
        min-width: 0
    }

    .ct-us .size-options {
        gap: 8px
    }

    .ct-us .submit-btn {
        width: 100%;
        text-align: center
    }
}

.abt-us {
    overflow-x: clip;
    position: relative
}

.abt-us .reveal-mask {
    animation: clipReveal .8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    clip-path: inset(0 100% 0 0)
}

@keyframes clipReveal {
    from {
        clip-path: inset(0 100% 0 0)
    }

    to {
        clip-path: inset(0 0% 0 0)
    }
}

.abt-us .fade-up {
    animation: fadeUp .65s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.abt-us .fade-up:nth-child(2) {
    animation-delay: .12s
}

.abt-us .fade-up:nth-child(3) {
    animation-delay: .22s
}

.abt-us .fade-up:nth-child(4) {
    animation-delay: .32s
}

.abt-us .title-block {
    background: #fff;
    padding: 56px 28px 80px;
    position: relative
}

.abt-us .title-block-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 56px;
    margin: 0 auto;
    max-width: 1200px
}

.abt-us .title-text-zone {
    flex: 1 1 0;
    position: relative;
    z-index: 1
}

.abt-us .label-tag {
    color: #51B26D;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .18em;
    margin-bottom: 28px;
    text-transform: uppercase
}

.abt-us .main-heading {
    color: #1b2e22;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: .04em;
    line-height: 1.2;
    margin: 0 0 28px;
    text-transform: uppercase
}

.abt-us .main-heading strong {
    background: #E9F2EA;
    font-weight: 700;
    padding: 0 8px
}

.abt-us .action-link {
    align-items: center;
    border: 1.5px solid #51B26D;
    border-radius: 5px;
    color: #51B26D;
    display: inline-flex;
    flex-direction: row;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    letter-spacing: .06em;
    overflow: hidden;
    padding: 16px 28px;
    position: relative;
    text-decoration: none;
    transition: color .28s ease-in-out
}

.abt-us .action-link::before {
    background: #51B26D;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 100%;
    top: 0;
    transition: right .35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0
}

.abt-us .action-link:hover::before {
    right: 0
}

.abt-us .action-link:hover {
    color: #fff
}

.abt-us .action-link span {
    position: relative;
    z-index: 1
}

.abt-us .action-link svg {
    position: relative;
    transition: transform .28s ease-in-out;
    z-index: 1
}

.abt-us .action-link:hover svg {
    transform: translateX(4px)
}

.abt-us .deco-shapes {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.abt-us .deco-arc {
    fill: none;
    stroke: #9FC9B4;
    stroke-width: 1.5
}

.abt-us .title-card-zone {
    flex: 0 0 340px;
    position: relative
}

.abt-us .title-img-wrap {
    border-radius: 20px;
    box-shadow: 0 8px 52px 1px #51b26d1c;
    overflow: hidden;
    position: relative
}

.abt-us .title-img-wrap img {
    display: block;
    filter: sepia(0.28) contrast(1.08) brightness(0.96) saturate(0.85);
    height: 420px;
    object-fit: cover;
    object-position: center;
    width: 340px
}

.abt-us .img-badge {
    background: #51B26D;
    border-radius: 5px;
    bottom: 28px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    left: -16px;
    letter-spacing: .1em;
    padding: 8px 16px;
    position: absolute;
    text-transform: uppercase
}

.abt-us .abbrev-deco {
    color: #E9F2EA;
    font-size: 160px;
    font-weight: 900;
    left: -20px;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    top: -28px;
    user-select: none;
    z-index: 0
}

.abt-us .curve-divider {
    display: block;
    line-height: 0;
    overflow: hidden
}

.abt-us .curve-divider svg {
    display: block;
    width: 100%
}

.abt-us .detail-block {
    background: linear-gradient(277deg, #E9F2EA 0%, #fff 40%, #E9F2EA 100%);
    padding: 56px 28px;
    position: relative
}

.abt-us .detail-block::before {
    background: linear-gradient(277deg, transparent 48%, #9FC9B4 49%, #9FC9B4 51%, transparent 52%);
    bottom: 0;
    content: "";
    left: 0;
    opacity: .18;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.abt-us .detail-inner {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1
}

.abt-us .detail-grid {
    display: grid;
    gap: 56px;
    grid-template-columns: 1fr 1fr
}

.abt-us .detail-left {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.abt-us .section-eyebrow {
    color: #51B26D;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase
}

.abt-us .detail-heading {
    color: #1b2e22;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase
}

.abt-us .detail-heading em {
    background: #9FC9B4;
    font-style: normal;
    font-weight: 700;
    padding: 0 4px
}

.abt-us .body-text {
    color: #2c4035;
    font-size: 15px;
    line-height: 1.7;
    margin: 0
}

.abt-us .compare-wrap {
    border-radius: 20px;
    box-shadow: 0 7px 22px 1px #51b26d1a;
    overflow: hidden
}

.abt-us .compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.abt-us .compare-head {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.abt-us .compare-col-a {
    background: #2c4035;
    color: #9FC9B4;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    padding: 16px 28px;
    text-transform: uppercase
}

.abt-us .compare-col-b {
    background: #51B26D;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    padding: 16px 28px;
    text-transform: uppercase
}

.abt-us .compare-cell-a {
    background: #fff;
    border-bottom: 1px solid #E9F2EA;
    color: #4a5e52;
    font-size: 15px;
    line-height: 1.5;
    padding: 16px 28px
}

.abt-us .compare-cell-b {
    background: #f2faf5;
    border-bottom: 1px solid #E9F2EA;
    color: #1b2e22;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    padding: 16px 28px
}

.abt-us .compare-row:last-child .compare-cell-a,
.abt-us .compare-row:last-child .compare-cell-b {
    border-bottom: none
}

.abt-us .detail-right {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.abt-us .team-strip {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.abt-us .team-card {
    align-items: flex-start;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 6px 1px #51b26d14;
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 28px;
    transition: box-shadow .27s ease-in-out, transform .27s ease-in-out
}

.abt-us .team-card:hover {
    box-shadow: 0 7px 22px 1px #51b26d1a;
    transform: translateY(-4px)
}

.abt-us .portrait-wrap {
    border-radius: 50%;
    flex-shrink: 0;
    height: 72px;
    overflow: hidden;
    width: 72px
}

.abt-us .portrait-wrap img {
    display: block;
    height: 72px;
    object-fit: cover;
    object-position: center;
    width: 72px
}

.abt-us .team-info {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.abt-us .team-name {
    color: #1b2e22;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    margin: 0
}

.abt-us .team-role {
    color: #51B26D;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    margin: 0 0 4px;
    text-transform: uppercase
}

.abt-us .team-bio {
    color: #4a5e52;
    font-size: 13px;
    line-height: 1.7;
    margin: 0
}

.abt-us .metrics-mosaic {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr
}

.abt-us .metric-tile {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 6px 1px #9fc9b414;
    padding: 28px 16px;
    text-align: center;
    transition: background .32s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .metric-tile:hover {
    background: #E9F2EA;
    box-shadow: 0 7px 22px 1px #51b26d1a
}

.abt-us .metric-num {
    color: #51B26D;
    display: block;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.2
}

.abt-us .metric-label {
    color: #2c4035;
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.5;
    margin-top: 4px;
    text-transform: uppercase
}

.abt-us .img-pair {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr
}

.abt-us .img-pair-item {
    border-radius: 20px;
    box-shadow: 0 7px 22px 1px #51b26d1a;
    overflow: hidden
}

.abt-us .img-pair-item img {
    display: block;
    height: 180px;
    object-fit: cover;
    object-position: center;
    width: 100%
}

.abt-us .full-img-wrap {
    border-radius: 20px;
    box-shadow: 0 7px 22px 1px #51b26d1a;
    overflow: hidden
}

.abt-us .full-img-wrap img {
    display: block;
    height: 220px;
    object-fit: cover;
    object-position: center;
    width: 100%
}

.abt-us .method-link {
    align-items: center;
    color: #51B26D;
    display: inline-flex;
    flex-direction: row;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    letter-spacing: .04em;
    position: relative;
    text-decoration: none;
    transition: gap .25s ease-in-out
}

.abt-us .method-link::after {
    background: #51B26D;
    bottom: -2px;
    content: "";
    height: 1.5px;
    left: 0;
    position: absolute;
    right: 100%;
    transition: right .3s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .method-link:hover::after {
    right: 0
}

.abt-us .method-link:hover {
    gap: 16px
}

.abt-us .method-link .link-arrow {
    opacity: 0;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out;
    transform: translateX(-8px)
}

.abt-us .method-link:hover .link-arrow {
    opacity: 1;
    transform: translateX(0)
}

.abt-us .corner-texture {
    bottom: 0;
    height: 320px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 320px;
    z-index: 0
}

@media (max-width: 900px) {
    .abt-us .title-block-inner {
        flex-direction: column;
        gap: 28px
    }

    .abt-us .title-card-zone {
        flex: none;
        width: 100%
    }

    .abt-us .title-img-wrap img {
        height: 280px;
        width: 100%
    }

    .abt-us .detail-grid {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .abt-us .main-heading {
        font-size: 38px
    }

    .abt-us .abbrev-deco {
        font-size: 80px
    }
}

@media (max-width: 600px) {
    .abt-us .metrics-mosaic {
        grid-template-columns: 1fr 1fr
    }

    .abt-us .img-pair {
        grid-template-columns: 1fr
    }

    .abt-us .compare-cell-a,
    .abt-us .compare-cell-b {
        font-size: 13px;
        padding: 8px 16px
    }

    .abt-us .main-heading {
        font-size: 38px
    }

    .abt-us .title-block {
        padding: 28px 16px 56px
    }

    .abt-us .detail-block {
        padding: 28px 16px 56px
    }
}

.rt {
    overflow-x: hidden
}

.rt .pg-reveal {
    animation: split-open .7s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes split-open {
    0% {
        clip-path: inset(0 50% 0 50%);
        opacity: 0
    }

    100% {
        clip-path: inset(0 0% 0 0%);
        opacity: 1
    }
}

.rt .pg-reveal-delayed {
    animation: split-open .65s cubic-bezier(0.4, 0, 0.2, 1) .18s both
}

.rt .cross-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 0;
    overflow: hidden
}

.rt .cross-divider span {
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
    flex-shrink: 0
}

.rt .cross-divider span::before,
.rt .cross-divider span::after {
    content: "";
    position: absolute;
    background: #9FC9B4;
    border-radius: 1px
}

.rt .cross-divider span::before {
    width: 2px;
    height: 8px;
    left: 3px;
    top: 0
}

.rt .cross-divider span::after {
    width: 8px;
    height: 2px;
    top: 3px;
    left: 0
}

.rt .circles-deco {
    position: absolute;
    pointer-events: none;
    overflow: hidden;
    border-radius: 1px
}

.rt .circles-deco .c1,
.rt .circles-deco .c2,
.rt .circles-deco .c3 {
    position: absolute;
    border-radius: 34px;
    border: 1.5px solid #51b26d21
}

.rt .circles-deco .c1 {
    width: 220px;
    height: 220px;
    bottom: -60px;
    right: -60px
}

.rt .circles-deco .c2 {
    width: 150px;
    height: 150px;
    bottom: -20px;
    right: -20px
}

.rt .circles-deco .c3 {
    width: 80px;
    height: 80px;
    bottom: 20px;
    right: 20px
}

.rt .title-blk {
    background: #fff;
    position: relative
}

.rt .title-blk .grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#51b26d0a 1px, transparent 1px), linear-gradient(90deg, #51b26d0a 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none
}

.rt .title-blk .streak {
    position: absolute;
    inset: 0;
    background: linear-gradient(277deg, transparent 48%, #9fc9b412 50%, transparent 52%);
    pointer-events: none
}

.rt .title-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 28px;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 28px;
    align-items: center
}

.rt .title-left {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.rt .label-sup {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .12em;
    color: #51B26D;
    text-transform: uppercase;
    border: 1px solid #51b26d4d;
    border-radius: 5px;
    padding: 4px 16px;
    width: fit-content
}

.rt .title-h1 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    color: #1e3a28;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin: 0
}

.rt .title-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #3d5244;
    max-width: 560px;
    margin: 0
}

.rt .title-right {
    position: relative
}

.rt .title-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 52px 1px #51b26d1c
}

.rt .title-img-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    display: block
}

.rt .title-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 60% 40%, transparent 40%, #e9f2ea73 100%);
    pointer-events: none
}

.rt .outcomes-blk {
    background: #E9F2EA;
    position: relative
}

.rt .outcomes-blk .streak-alt {
    position: absolute;
    inset: 0;
    background: linear-gradient(277deg, transparent 44%, #51b26d0f 46%, transparent 48%);
    pointer-events: none
}

.rt .outcomes-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 28px
}

.rt .outcomes-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px
}

.rt .outcomes-h2 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: #1e3a28;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin: 0
}

.rt .outcomes-sub {
    font-size: 15px;
    line-height: 1.5;
    color: #3d5244;
    margin: 0;
    max-width: 520px
}

.rt .outcomes-grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 28px;
    align-items: start
}

.rt .outcomes-left {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.rt .outcome-item {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 3px 6px 1px #51b26d14;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: start;
    transition: box-shadow .28s ease-in-out, transform .28s ease-in-out;
    cursor: default
}

.rt .outcome-item:hover {
    box-shadow: 0 7px 22px 1px #51b26d1a;
    transform: translateY(-2px)
}

.rt .outcome-item:active {
    animation: border-pulse .35s cubic-bezier(0.4, 0, 0.2, 1)
}

@keyframes border-pulse {
    0% {
        outline: 2px solid transparent;
        outline-offset: 0
    }

    40% {
        outline: 2px solid #51b26d80;
        outline-offset: 4px
    }

    100% {
        outline: 2px solid transparent;
        outline-offset: 0
    }
}

.rt .outcome-num {
    width: 48px;
    height: 48px;
    border-radius: 20px;
    background: linear-gradient(277deg, #51B26D, #9FC9B4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0
}

.rt .outcome-text {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.rt .outcome-text h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1e3a28;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .06em
}

.rt .outcome-text p {
    font-size: 13px;
    line-height: 1.7;
    color: #3d5244;
    margin: 0
}

.rt .outcomes-right {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.rt .outcomes-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 7px 22px 1px #51b26d1a;
    position: relative
}

.rt .outcomes-img-wrap img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    display: block
}

.rt .outcomes-badge {
    background: #51B26D;
    border-radius: 20px;
    padding: 16px;
    color: #fff
}

.rt .outcomes-badge .big-num {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    display: block
}

.rt .outcomes-badge p {
    font-size: 13px;
    line-height: 1.5;
    margin: 4px 0 0;
    opacity: .9
}

.rt .current-blk {
    background: #fff;
    position: relative
}

.rt .current-blk .circles-deco {
    width: 340px;
    height: 340px;
    top: -60px;
    left: -80px
}

.rt .current-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 28px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 56px;
    align-items: center
}

.rt .current-left {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.rt .current-label {
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #51B26D;
    font-weight: 300
}

.rt .current-h2 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: #1e3a28;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin: 0
}

.rt .current-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #3d5244;
    margin: 0
}

.rt .current-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 52px 1px #51b26d1c;
    position: relative
}

.rt .current-img-wrap img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
    display: block
}

.rt .current-right {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.rt .signals-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.rt .signal-card {
    background: #E9F2EA;
    border-radius: 20px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: background .25s ease-in-out
}

.rt .signal-card:hover {
    background: #d4e9db
}

.rt .signal-card .sig-val {
    font-size: 21px;
    font-weight: 700;
    color: #1e3a28;
    line-height: 1.2
}

.rt .signal-card .sig-label {
    font-size: 13px;
    line-height: 1.5;
    color: #3d5244
}

.rt .expert-row {
    display: flex;
    flex-direction: row;
    gap: 16px
}

.rt .expert-card {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 3px 6px 1px #9fc9b414;
    flex: 1;
    border: 1px solid #9fc9b440
}

.rt .expert-portrait {
    width: 64px;
    height: 96px;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0
}

.rt .expert-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.rt .expert-info {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.rt .expert-name {
    font-size: 15px;
    font-weight: 700;
    color: #1e3a28;
    margin: 0
}

.rt .expert-role {
    font-size: 13px;
    color: #51B26D;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin: 0
}

.rt .expert-note {
    font-size: 13px;
    line-height: 1.5;
    color: #3d5244;
    margin: 0
}

.rt .conditions-blk {
    background-image: url(./picture_assets/21_crew.jpg);
    background-size: cover;
    background-position: center;
    position: relative
}

.rt .conditions-overlay {
    position: absolute;
    inset: 0;
    background: #e9f2eae0;
    pointer-events: none
}

.rt .conditions-streak {
    position: absolute;
    inset: 0;
    background: linear-gradient(277deg, transparent 46%, #51b26d14 48%, transparent 50%);
    pointer-events: none
}

.rt .conditions-inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 28px
}

.rt .conditions-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px;
    max-width: 600px
}

.rt .conditions-h2 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    color: #1e3a28;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin: 0
}

.rt .conditions-lead {
    font-size: 15px;
    line-height: 1.7;
    color: #2d4a35;
    margin: 0
}

.rt .conditions-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 28px;
    align-items: start
}

.rt .conditions-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.rt .cond-item {
    background: #ffffffd1;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 3px 6px 1px #51b26d14;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: background .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.rt .cond-item:hover {
    background: #fffffff7
}

.rt .cond-item h5 {
    font-size: 15px;
    font-weight: 700;
    color: #1e3a28;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .07em
}

.rt .cond-item p {
    font-size: 13px;
    line-height: 1.7;
    color: #2d4a35;
    margin: 0
}

.rt .conditions-aside {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.rt .aside-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 7px 22px 1px #51b26d1a
}

.rt .aside-img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    display: block
}

.rt .aside-note {
    background: #51B26D;
    border-radius: 20px;
    padding: 28px;
    color: #fff
}

.rt .aside-note .accent-line {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    margin-bottom: 8px
}

.rt .aside-note p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
    opacity: .92
}

.rt .nav-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #51B26D;
    text-decoration: none;
    border: 1.5px solid #51B26D;
    border-radius: 5px;
    padding: 8px 28px;
    position: relative;
    overflow: hidden;
    transition: color .28s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    margin-top: 8px
}

.rt .nav-link-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #51B26D;
    transform: translateX(100%);
    transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
    border-radius: 4px
}

.rt .nav-link-btn:hover {
    color: #fff
}

.rt .nav-link-btn:hover::after {
    transform: translateX(0)
}

.rt .nav-link-btn span {
    position: relative;
    z-index: 1
}

.rt .nav-link-btn:focus-visible {
    outline: 2px solid #51B26D;
    outline-offset: 4px
}

@media (max-width: 900px) {
    .rt .title-inner {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .rt .title-right {
        display: none
    }

    .rt .outcomes-grid {
        grid-template-columns: 1fr
    }

    .rt .outcomes-right {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }

    .rt .current-inner {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .rt .current-left {
        order: 2
    }

    .rt .current-right {
        order: 1
    }

    .rt .signals-row {
        grid-template-columns: repeat(3, 1fr)
    }

    .rt .expert-row {
        flex-direction: column
    }

    .rt .conditions-layout {
        grid-template-columns: 1fr
    }

    .rt .conditions-aside {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }
}

@media (max-width: 600px) {
    .rt .title-h1 {
        font-size: 38px
    }

    .rt .outcomes-h2,
    .rt .current-h2,
    .rt .conditions-h2 {
        font-size: 38px
    }

    .rt .signals-row {
        grid-template-columns: 1fr 1fr
    }

    .rt .outcomes-right {
        grid-template-columns: 1fr
    }

    .rt .conditions-aside {
        grid-template-columns: 1fr
    }

    .rt .expert-row {
        flex-direction: column
    }
}

.success-page {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px 28px;
    background: linear-gradient(277deg, #9FC9B4 0%, #E9F2EA 60%, #fff 100%)
}

.success-page .card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 52px 1px #51b26d1c;
    max-width: 560px;
    padding: 56px;
    width: 100%;
    text-align: center
}

.success-page .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    width: 72px;
    height: 72px
}

.success-page .icon-wrap svg {
    display: block;
    width: 72px;
    height: 72px
}

.success-page .heading {
    color: #1b3a27;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.2;
    margin: 0 0 16px;
    text-transform: uppercase
}

.success-page .subtext {
    color: #2d5c3f;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 28px
}

.success-page .divider {
    background: linear-gradient(277deg, #51B26D, #9FC9B4);
    border: none;
    border-radius: 1px;
    height: 2px;
    margin: 0 auto 28px;
    width: 56px
}

.success-page .note {
    background: #E9F2EA;
    border-radius: 5px;
    color: #2d5c3f;
    font-size: 13px;
    letter-spacing: .04em;
    line-height: 1.5;
    margin: 0 0 28px;
    padding: 16px
}

.success-page .back-link {
    border: 2px solid #51B26D;
    border-radius: 5px;
    color: #51B26D;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .06em;
    overflow: hidden;
    padding: 16px 28px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .28s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0
}

.success-page .back-link::after {
    background: #51B26D;
    border-radius: 5px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 100%;
    top: 0;
    transition: right .35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1
}

.success-page .back-link:hover {
    color: #fff
}

.success-page .back-link:hover::after {
    right: 0
}

.success-page .back-link:focus-visible {
    outline: 2px solid #51B26D;
    outline-offset: 4px
}

@media (max-width: 600px) {
    .success-page .card {
        padding: 28px 16px
    }

    .success-page .heading {
        font-size: 21px
    }
}