@import "https://cdn.jsdelivr.net/npm/@fontsource/dm-sans@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/dm-sans@latest/700.css";

* {
    box-sizing: border-box
}

body {
    margin: 0;
    min-height: 100dvh;
    font-family: 'DM Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

.site-header {
    background: linear-gradient(160deg, #FFFFF5 0%, #e8faf6 45%, #f3ecfd 100%);
    border-bottom: 2px solid #0E997F;
    box-shadow: 2px 4px 14px -2px #0e997f1c;
    position: relative
}

.header-top-strip {
    background: #0E997F;
    padding: 8px 32px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px
}

.header-top-strip .avail-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #FFFFF5;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.2
}

.avail-dot {
    width: 8px;
    height: 8px;
    border-radius: 46px;
    background: #FFFFF5;
    flex-shrink: 0;
    animation: none
}

.header-top-strip .contact-link {
    font-size: 14px;
    color: #FFFFF5;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.2;
    transition: opacity .5s ease-in-out
}

.header-top-strip .contact-link:hover {
    opacity: .8
}

.header-top-strip .contact-link:focus {
    outline: 2px solid #FFFFF5;
    outline-offset: 2px;
    filter: invert(1)
}

.header-brand-pod {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 32px 16px;
    gap: 16px;
    max-width: 1170px;
    margin: 0 auto
}

.brand-logo-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background: #FFFFF5;
    border: 2px solid #0E997F;
    box-shadow: inset 2px 1px 4px -2px #0e997f0f 2px 4px 14px -2px #0e997f1c;
    flex-shrink: 0
}

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

.brand-name-row {
    display: flex;
    align-items: center;
    gap: 16px
}

.brand-name {
    font-family: 'DM Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #0b2e28;
    letter-spacing: 0
}

.brand-accent {
    color: #0E997F
}

.brand-divider {
    width: 2px;
    height: 32px;
    background: linear-gradient(to bottom, #0E997F, #9E4EF1);
    border-radius: 2px
}

.brand-tagline {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #2a4a44;
    text-transform: uppercase;
    letter-spacing: .12em
}

.header-nav-deck {
    border-top: 1px solid #0e997f2e;
    padding: 0 32px 16px
}

.primary-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 16px 0 0;
    list-style: none
}

.primary-nav li {
    margin: 0;
    padding: 0
}

.primary-nav a {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #0b2e28;
    text-decoration: none;
    border-radius: 46px;
    border: 2px solid transparent;
    transition: color .5s ease-in-out, border-color .55s ease-in-out, background .6s ease-in-out
}

.primary-nav a:hover {
    color: #0E997F;
    border-color: #0E997F;
    background: #0e997f0f
}

.primary-nav a:focus {
    outline: none;
    filter: invert(1)
}

.primary-nav a[data-current="true"] {
    background: #0E997F;
    color: #FFFFF5;
    border-color: #0E997F
}

.primary-nav a[data-current="true"]:hover {
    background: #0b8570;
    border-color: #0b8570;
    color: #FFFFF5
}

.site-footer {
    background: linear-gradient(135deg, #0b2e28 0%, #1a0a38 100%);
    border-top: 2px solid #9E4EF1;
    box-shadow: 2px 8px 60px -2px #9e4ef11c
}

.footer-plate {
    max-width: 1170px;
    margin: 0 auto;
    padding: 56px 32px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.footer-brand-cell {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer-logo-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 8px;
    background: #FFFFF5;
    border: 2px solid #9E4EF1;
    box-shadow: 2px 1px 4px -2px #9e4ef10f 2px 4px 14px -2px #9e4ef11c
}

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

.footer-brand-name {
    font-family: 'DM Sans', sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFF5
}

.footer-brand-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #fffff5b8;
    max-width: 320px
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.footer-contact-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: #0E997F;
    text-transform: uppercase;
    letter-spacing: .08em;
    flex-shrink: 0;
    min-width: 56px
}

.footer-contact-val {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #fffff5e0;
    text-decoration: none;
    transition: color .5s ease-in-out
}

.footer-contact-val:hover {
    color: #0E997F
}

.footer-contact-val:focus {
    outline: none;
    filter: invert(1)
}

.footer-nav-cell {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end
}

.footer-nav-heading {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #9E4EF1;
    text-transform: uppercase;
    letter-spacing: .12em
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-links a {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #fffff5b8;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color .55s ease-in-out, border-color .6s ease-in-out
}

.footer-links a:hover {
    color: #FFFFF5;
    border-bottom-color: #fffff566
}

.footer-links a:focus {
    outline: none;
    filter: invert(1)
}

.footer-bottom-strip {
    border-top: 1px solid #fffff51a;
    padding: 16px 32px;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px
}

.footer-copy {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #fffff573
}

.footer-location {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #fffff573
}

.consent-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1500;
    background: #0b2e28;
    border-bottom: 2px solid #0E997F;
    box-shadow: 2px 4px 14px -2px #0e997f1c;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

.consent-bar[hidden] {
    display: none
}

.consent-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #fffff5e0;
    flex: 1;
    min-width: 200px
}

.consent-text a {
    color: #0E997F;
    text-decoration: underline;
    transition: color .5s ease-in-out
}

.consent-text a:hover {
    color: #FFFFF5
}

.consent-text a:focus {
    outline: none;
    filter: invert(1)
}

.consent-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.consent-accept-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 32px;
    background: #0E997F;
    color: #FFFFF5;
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    border: 2px solid #0E997F;
    border-radius: 46px;
    cursor: pointer;
    transition: background .55s ease-in-out, border-color .55s ease-in-out
}

.consent-accept-btn:hover {
    background: #0b8570;
    border-color: #0b8570
}

.consent-accept-btn:focus {
    outline: none;
    filter: invert(1)
}

.consent-accept-btn:active {
    box-shadow: inset 2px 1px 4px -2px #0e997f0f
}

.consent-decline-link {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #fffff599;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
    transition: color .5s ease-in-out
}

.consent-decline-link:hover {
    color: #FFFFF5
}

.consent-decline-link:focus {
    outline: none;
    filter: invert(1)
}

@media (max-width: 768px) {
    .header-brand-pod {
        padding: 16px 16px 8px
    }

    .brand-name {
        font-size: 29px
    }

    .header-nav-deck {
        padding: 0 16px 16px
    }

    .primary-nav {
        gap: 8px;
        justify-content: center
    }

    .primary-nav a {
        padding: 8px 16px;
        font-size: 14px
    }

    .footer-plate {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 32px 16px 16px
    }

    .footer-nav-cell {
        align-items: flex-start
    }

    .footer-links {
        align-items: flex-start
    }

    .footer-bottom-strip {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px
    }

    .header-top-strip {
        padding: 8px 16px;
        flex-wrap: wrap;
        gap: 8px
    }

    .consent-bar {
        flex-direction: column;
        align-items: flex-start
    }
}

.rules-text-evf {
    max-width: 1170px;
    margin: 0 auto;
    padding: 56px 32px;
    color: #2a2a2a;
    background: #FFFFF5
}

.rules-text-evf h1 {
    font-size: 40px;
    line-height: 1.2;
    color: #0a2a24;
    margin-bottom: 32px;
    margin-top: 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #0E997F
}

.rules-text-evf h2 {
    font-size: 29px;
    line-height: 1.2;
    color: #0a2a24;
    margin-top: 56px;
    margin-bottom: 16px
}

.rules-text-evf h3 {
    font-size: 17px;
    line-height: 1.6;
    color: #0E997F;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: 32px;
    margin-bottom: 16px
}

.rules-text-evf h4 {
    font-size: 17px;
    line-height: 1.6;
    color: #0a2a24;
    margin-top: 32px;
    margin-bottom: 8px
}

.rules-text-evf h5 {
    font-size: 14px;
    line-height: 1.6;
    color: #0a2a24;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: 32px;
    margin-bottom: 8px
}

.rules-text-evf h6 {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5a5a;
    margin-top: 16px;
    margin-bottom: 8px
}

.rules-text-evf p {
    font-size: 17px;
    line-height: 2;
    color: #2a2a2a;
    margin-top: 0;
    margin-bottom: 16px
}

.rules-text-evf ul {
    margin: 0 0 16px;
    padding-left: 32px;
    list-style: none
}

.rules-text-evf ol {
    margin: 0 0 16px;
    padding-left: 32px;
    list-style: none;
    counter-reset: policy-counter
}

.rules-text-evf ul li {
    font-size: 17px;
    line-height: 2;
    color: #2a2a2a;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative
}

.rules-text-evf ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: #0E997F
}

.rules-text-evf ol li {
    font-size: 17px;
    line-height: 2;
    color: #2a2a2a;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative;
    counter-increment: policy-counter
}

.rules-text-evf ol li::before {
    content: counter(policy-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    font-weight: 600;
    color: #0E997F;
    transform: translateX(-100%);
    padding-right: 8px
}

.rules-text-evf ul ul,
.rules-text-evf ol ol,
.rules-text-evf ul ol,
.rules-text-evf ol ul {
    margin-top: 8px;
    margin-bottom: 0
}

.rules-text-evf strong,
.rules-text-evf b {
    font-weight: 700;
    color: #0a2a24
}

.rules-text-evf a {
    color: #0E997F;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .55s ease-in-out, text-decoration-color .45s ease-in-out
}

.rules-text-evf a:hover {
    color: #9E4EF1;
    text-decoration-color: #9E4EF1
}

.rules-text-evf a:visited {
    color: #7a3bbf
}

.rules-text-evf table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 4px 14px -2px #0e997f1c
}

.rules-text-evf thead {
    background: #0E997F
}

.rules-text-evf thead th {
    color: #FFFFF5;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 16px;
    text-align: left;
    border: none
}

.rules-text-evf tbody tr {
    border-bottom: 1px solid #0e997f26;
    transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

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

.rules-text-evf tbody tr:nth-child(even) {
    background: #0e997f0a
}

.rules-text-evf tbody tr:hover {
    background: #9e4ef10f
}

.rules-text-evf td {
    padding: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #2a2a2a;
    vertical-align: top;
    border: none
}

.rules-text-evf th {
    padding: 16px;
    vertical-align: top
}

.rules-text-evf hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, #0e997f66, #9e4ef14d, transparent);
    margin-top: 56px;
    margin-bottom: 56px
}

.rules-text-evf div {
    margin-bottom: 16px
}

@media (max-width: 768px) {
    .rules-text-evf {
        padding: 32px 16px
    }

    .rules-text-evf h1 {
        font-size: 29px
    }

    .rules-text-evf h2 {
        font-size: 17px;
        margin-top: 32px
    }

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

    .rules-text-evf hr {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

.lrn-prog {
    background: #FFFFF5;
    overflow-x: clip;
    position: relative
}

.lrn-prog .pg-cap {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px
}

.lrn-prog .drift-spot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 0
}

.lrn-prog .drift-spot::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 46px;
    background: #0e997f12;
    filter: blur(60px);
    animation: spotdrift 9s ease-in-out infinite alternate
}

@keyframes spotdrift {
    0% {
        transform: translate(-60px, 40px)
    }

    100% {
        transform: translate(calc(100vw - 260px), 180px)
    }
}

.lrn-prog .prog-intro {
    padding: 96px 0 56px;
    position: relative;
    z-index: 1
}

.lrn-prog .prog-intro .pg-cap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 56px
}

.lrn-prog .intro-text-col {
    flex: 1 1 55%;
    position: relative
}

.lrn-prog .dot-grid {
    position: absolute;
    top: -24px;
    left: -32px;
    width: 220px;
    height: 180px;
    pointer-events: none;
    z-index: 0
}

.lrn-prog .dot-grid svg {
    width: 100%;
    height: 100%
}

.lrn-prog .intro-text-col .text-body {
    position: relative;
    z-index: 1
}

.lrn-prog .prog-eyebrow {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #0E997F;
    border: 1.5px dashed #0E997F;
    border-radius: 46px;
    padding: 8px 16px;
    margin-bottom: 32px
}

.lrn-prog .prog-h1 {
    font-size: 70px;
    line-height: 1.2;
    color: #1b2a26;
    margin: 0 0 32px;
    font-weight: 800
}

.lrn-prog .prog-h1 .accent-word {
    font-size: 70px;
    color: #9E4EF1;
    display: block
}

.lrn-prog .prog-lead {
    font-size: 17px;
    line-height: 1.6;
    color: #2d4a43;
    max-width: 520px;
    padding-left: 24px;
    border-top: 2px solid #0E997F;
    padding-top: 16px;
    margin: 0
}

.lrn-prog .intro-img-col {
    flex: 0 0 38%;
    position: relative
}

.lrn-prog .img-frame {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 8px 60px -2px #0e997f1c
}

.lrn-prog .img-frame img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: sepia(20%) saturate(110%) brightness(1.04)
}

.lrn-prog .img-frame:hover img {
    transform: scale(1.05)
}

.lrn-prog .img-dashed-border {
    position: absolute;
    inset: -10px;
    border: 2px dashed #0e997f59;
    border-radius: 8px;
    pointer-events: none
}

.lrn-prog .prog-stat-strip {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 32px
}

.lrn-prog .stat-item {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    flex: 1;
    box-shadow: 2px 4px 14px -2px #0e997f1c;
    transition: box-shadow .55s ease-in-out
}

.lrn-prog .stat-item:hover {
    box-shadow: 2px 8px 60px -2px #0e997f1c
}

.lrn-prog .stat-num {
    font-size: 40px;
    font-weight: 800;
    color: #0E997F;
    line-height: 1.2;
    display: block
}

.lrn-prog .stat-label {
    font-size: 14px;
    color: #2d4a43;
    line-height: 1.6;
    display: block
}

.lrn-prog .wave-div {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    position: relative;
    z-index: 1
}

.lrn-prog .wave-div svg {
    display: block;
    width: 100%
}

.lrn-prog .prog-steps {
    background: #1b2a26;
    padding: 56px 0;
    position: relative;
    z-index: 1
}

.lrn-prog .prog-steps .pg-cap {
    display: flex;
    flex-direction: column;
    gap: 56px
}

.lrn-prog .steps-head {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px
}

.lrn-prog .steps-h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #FFFFF5;
    font-weight: 700;
    margin: 0;
    max-width: 480px
}

.lrn-prog .steps-h2 .accent-word {
    color: #0E997F
}

.lrn-prog .steps-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #fffff5b3;
    max-width: 340px;
    text-align: right;
    margin: 0
}

.lrn-prog .steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.lrn-prog .step-card {
    background: #fffff50d;
    border: 1px solid #0e997f40;
    border-radius: 8px;
    padding: 32px 16px;
    position: relative;
    transition: background .5s ease-in-out, border-color .5s ease-in-out;
    cursor: default
}

.lrn-prog .step-card:active {
    background: #0e997f2e
}

.lrn-prog .step-num {
    font-size: 70px;
    font-weight: 800;
    color: #0e997f2e;
    line-height: 1.2;
    display: block;
    margin-bottom: 8px;
    transition: color .55s ease-in-out
}

.lrn-prog .step-card:hover .step-num {
    color: #0e997f73
}

.lrn-prog .step-title {
    font-size: 17px;
    font-weight: 700;
    color: #FFFFF5;
    line-height: 1.2;
    margin: 0 0 8px
}

.lrn-prog .step-text {
    font-size: 14px;
    line-height: 1.6;
    color: #fffff5a6;
    margin: 0
}

.lrn-prog .wave-div-light {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    position: relative;
    z-index: 1;
    background: #1b2a26
}

.lrn-prog .wave-div-light svg {
    display: block;
    width: 100%
}

.lrn-prog .prog-tiers {
    padding: 56px 0;
    background: #FFFFF5;
    position: relative;
    z-index: 1
}

.lrn-prog .prog-tiers .pg-cap {
    display: flex;
    flex-direction: column;
    gap: 56px
}

.lrn-prog .tiers-head {
    text-align: center
}

.lrn-prog .tiers-h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #1b2a26;
    margin: 0 0 16px
}

.lrn-prog .tiers-h2 .accent-word {
    color: #9E4EF1
}

.lrn-prog .tiers-sub {
    font-size: 17px;
    line-height: 1.6;
    color: #2d4a43;
    max-width: 520px;
    margin: 0 auto
}

.lrn-prog .tiers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: stretch
}

.lrn-prog .tier-card {
    border-radius: 8px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .55s ease-in-out, transform .55s ease-in-out;
    position: relative
}

.lrn-prog .tier-card.standard {
    background: #fff;
    border: 1.5px solid #0e997f33;
    box-shadow: 2px 1px 4px -2px #0e997f0f
}

.lrn-prog .tier-card.featured {
    background: #0E997F;
    border: 1.5px solid #0E997F;
    box-shadow: 2px 8px 60px -2px #0e997f1c
}

.lrn-prog .tier-card.premium {
    background: #1b2a26;
    border: 1.5px solid #9e4ef159;
    box-shadow: 2px 4px 14px -2px #9e4ef11c
}

.lrn-prog .tier-card:hover {
    transform: translateY(-4px);
    box-shadow: 2px 8px 60px -2px #0e997f1c
}

.lrn-prog .tier-card.premium:hover {
    box-shadow: 2px 8px 60px -2px #9e4ef11c
}

.lrn-prog .tier-badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: 46px;
    padding: 8px 16px;
    align-self: flex-start
}

.lrn-prog .tier-card.standard .tier-badge {
    background: #0e997f1a;
    color: #0E997F
}

.lrn-prog .tier-card.featured .tier-badge {
    background: #fffff533;
    color: #FFFFF5
}

.lrn-prog .tier-card.premium .tier-badge {
    background: #9e4ef133;
    color: #c48aff
}

.lrn-prog .tier-name {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0
}

.lrn-prog .tier-card.standard .tier-name {
    color: #1b2a26
}

.lrn-prog .tier-card.featured .tier-name {
    color: #FFFFF5
}

.lrn-prog .tier-card.premium .tier-name {
    color: #FFFFF5
}

.lrn-prog .tier-price {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0
}

.lrn-prog .tier-card.standard .tier-price {
    color: #1b2a26
}

.lrn-prog .tier-card.featured .tier-price {
    color: #FFFFF5
}

.lrn-prog .tier-card.premium .tier-price {
    color: #c48aff
}

.lrn-prog .tier-price span {
    font-size: 17px;
    font-weight: 400;
    opacity: .7
}

.lrn-prog .tier-desc {
    font-size: 14px;
    line-height: 1.6;
    margin: 0
}

.lrn-prog .tier-card.standard .tier-desc {
    color: #2d4a43
}

.lrn-prog .tier-card.featured .tier-desc {
    color: #fffff5d9
}

.lrn-prog .tier-card.premium .tier-desc {
    color: #fffff5b3
}

.lrn-prog .tier-feats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.lrn-prog .tier-feats li {
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.lrn-prog .tier-card.standard .tier-feats li {
    color: #2d4a43
}

.lrn-prog .tier-card.featured .tier-feats li {
    color: #fffff5e6
}

.lrn-prog .tier-card.premium .tier-feats li {
    color: #fffff5cc
}

.lrn-prog .feat-dot {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    flex-shrink: 0;
    margin-top: 6px
}

.lrn-prog .tier-card.standard .feat-dot {
    background: #0E997F
}

.lrn-prog .tier-card.featured .feat-dot {
    background: #FFFFF5
}

.lrn-prog .tier-card.premium .feat-dot {
    background: #9E4EF1
}

.lrn-prog .tier-cta {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 46px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: none;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out
}

.lrn-prog .tier-card.standard .tier-cta {
    background: #1b2a26;
    color: #FFFFF5
}

.lrn-prog .tier-card.featured .tier-cta {
    background: #FFFFF5;
    color: #0E997F
}

.lrn-prog .tier-card.premium .tier-cta {
    background: #9E4EF1;
    color: #FFFFF5
}

.lrn-prog .tier-cta:hover {
    opacity: .85;
    transform: translateY(-2px)
}

.lrn-prog .tier-cta:active {
    box-shadow: inset 2px 2px 6px #0e997f40;
    transform: translateY(0)
}

.lrn-prog .tier-cta.shake {
    animation: btn-shake .5s ease-in-out
}

@keyframes btn-shake {

    0%,
    100% {
        transform: translateX(0)
    }

    20% {
        transform: translateX(-5px)
    }

    40% {
        transform: translateX(5px)
    }

    60% {
        transform: translateX(-3px)
    }

    80% {
        transform: translateX(3px)
    }
}

.lrn-prog .prog-team {
    padding: 56px 0 96px;
    background: linear-gradient(113deg, #FFFFF5 62%, #0e997f17 100%);
    position: relative;
    z-index: 1
}

.lrn-prog .prog-team .pg-cap {
    display: flex;
    flex-direction: column;
    gap: 56px
}

.lrn-prog .team-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 56px
}

.lrn-prog .team-text-col {
    flex: 1 1 50%
}

.lrn-prog .team-h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #1b2a26;
    margin: 0 0 16px
}

.lrn-prog .team-h2 .accent-word {
    color: #0E997F;
    font-size: 40px
}

.lrn-prog .team-body {
    font-size: 17px;
    line-height: 1.6;
    color: #2d4a43;
    margin: 0 0 32px
}

.lrn-prog .team-body-b {
    font-size: 17px;
    line-height: 1.6;
    color: #2d4a43;
    margin: 0
}

.lrn-prog .team-body-b .accent-span {
    color: #9E4EF1;
    font-weight: 600
}

.lrn-prog .team-portraits-col {
    flex: 0 0 42%;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.lrn-prog .portrait-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lrn-prog .portrait-img {
    width: 100%;
    aspect-ratio: 2/3;
    object-fit: cover;
    object-position: top;
    border-radius: 46px;
    display: block;
    box-shadow: 2px 4px 14px -2px #0e997f1c;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.lrn-prog .portrait-img:hover {
    transform: scale(1.03);
    box-shadow: 2px 8px 60px -2px #0e997f1c
}

.lrn-prog .portrait-name {
    font-size: 14px;
    font-weight: 600;
    color: #1b2a26;
    text-align: center;
    line-height: 1.6;
    margin: 0
}

.lrn-prog .portrait-role {
    font-size: 14px;
    color: #0E997F;
    text-align: center;
    line-height: 1.6;
    margin: 0
}

.lrn-prog .portrait-wrap.offset {
    margin-top: 32px
}

.lrn-prog .portrait-wrap.third {
    margin-top: 16px
}

.lrn-prog .team-quote-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: stretch
}

.lrn-prog .quote-block {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 2px 1px 4px -2px #0e997f0f;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lrn-prog .quote-mark {
    width: 32px;
    height: 24px;
    flex-shrink: 0
}

.lrn-prog .quote-text {
    font-size: 17px;
    line-height: 1.6;
    color: #2d4a43;
    margin: 0;
    flex: 1
}

.lrn-prog .quote-attr {
    font-size: 14px;
    color: #0E997F;
    font-weight: 600;
    margin: 0;
    text-align: right
}

.lrn-prog .quote-block.right-align {
    text-align: right
}

.lrn-prog .quote-block.right-align .quote-mark {
    align-self: flex-end
}

@media (max-width: 900px) {
    .lrn-prog .prog-intro .pg-cap {
        flex-direction: column;
        gap: 32px
    }

    .lrn-prog .intro-img-col {
        flex: 0 0 auto;
        width: 100%
    }

    .lrn-prog .prog-h1 {
        font-size: 40px
    }

    .lrn-prog .prog-h1 .accent-word {
        font-size: 40px
    }

    .lrn-prog .steps-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .lrn-prog .tiers-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .lrn-prog .team-top {
        flex-direction: column
    }

    .lrn-prog .team-portraits-col {
        width: 100%;
        flex: 0 0 auto
    }

    .lrn-prog .steps-head {
        flex-direction: column;
        align-items: flex-start
    }

    .lrn-prog .steps-desc {
        text-align: left
    }

    .lrn-prog .team-quote-row {
        flex-direction: column
    }
}

@media (max-width: 600px) {
    .lrn-prog .prog-h1 {
        font-size: 29px
    }

    .lrn-prog .prog-h1 .accent-word {
        font-size: 29px
    }

    .lrn-prog .steps-grid {
        grid-template-columns: 1fr
    }

    .lrn-prog .prog-stat-strip {
        flex-direction: column
    }

    .lrn-prog .team-portraits-col {
        flex-direction: column
    }

    .lrn-prog .portrait-wrap.offset,
    .lrn-prog .portrait-wrap.third {
        margin-top: 0
    }
}

.srvs-pg {
    overflow-x: hidden
}

.srvs-pg .drop-reveal {
    animation: dropIn .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.srvs-pg .drop-reveal:nth-child(2) {
    animation-delay: .1s
}

.srvs-pg .drop-reveal:nth-child(3) {
    animation-delay: .2s
}

.srvs-pg .drop-reveal:nth-child(4) {
    animation-delay: .3s
}

.srvs-pg .drop-reveal:nth-child(5) {
    animation-delay: .4s
}

@keyframes dropIn {
    from {
        opacity: 0;
        transform: translateY(-32px)
    }

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

.srvs-pg .pg-bound {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding-left: 32px;
    padding-right: 32px
}

.srvs-pg .strk-deco {
    display: flex;
    flex-direction: column;
    gap: 8px;
    pointer-events: none
}

.srvs-pg .strk-deco span {
    background: #0E997F;
    border-radius: 2px;
    display: block;
    height: 2px;
    opacity: .22
}

.srvs-pg .strk-deco span:nth-child(1) {
    width: 32px
}

.srvs-pg .strk-deco span:nth-child(2) {
    width: 22px
}

.srvs-pg .strk-deco span:nth-child(3) {
    width: 16px
}

.srvs-pg .strk-deco span:nth-child(4) {
    width: 10px
}

.srvs-pg .diag-bg {
    background-image: repeating-linear-gradient(113deg, transparent, transparent 18px, #0e997f0a 18px, #0e997f0a 20px)
}

.srvs-pg .tri-divider {
    display: block;
    height: 48px;
    width: 100%
}

.srvs-pg .tri-divider svg {
    display: block;
    height: 48px;
    width: 100%
}

.srvs-pg .vert-bar {
    background: linear-gradient(113deg, #0E997F 0%, #9E4EF1 100%);
    border-radius: 2px;
    bottom: 0;
    left: -16px;
    position: absolute;
    top: 0;
    width: 3px
}

.srvs-pg .lede-strip {
    background: linear-gradient(113deg, #FFFFF5 60%, #9e4ef112 100%);
    padding-bottom: 56px;
    padding-top: 96px;
    position: relative
}

.srvs-pg .lede-strip .diag-bg {
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.srvs-pg .lede-inner {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    gap: 56px;
    position: relative;
    z-index: 1
}

.srvs-pg .lede-left {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    gap: 32px;
    justify-content: center
}

.srvs-pg .lede-eyebrow {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 16px
}

.srvs-pg .lede-tag {
    background: #0e997f1a;
    border-radius: 46px;
    color: #0E997F;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .12em;
    padding: 8px 16px;
    text-transform: uppercase
}

.srvs-pg .lede-h1 {
    color: #1a2e28;
    font-size: 70px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0
}

.srvs-pg .lede-h1 .punct {
    color: #9E4EF1
}

.srvs-pg .lede-h1 .first-word {
    color: #0E997F
}

.srvs-pg .lede-body {
    color: #2c3e38;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
    max-width: 480px;
    padding-left: 16px;
    position: relative
}

.srvs-pg .lede-body .vert-bar {
    left: 0
}

.srvs-pg .lede-right {
    flex: 0 0 340px;
    position: relative
}

.srvs-pg .lede-img-wrap {
    border-radius: 8px;
    box-shadow: 2px 8px 60px -2px #0e997f1c;
    overflow: hidden;
    position: relative
}

.srvs-pg .lede-img-wrap img {
    display: block;
    height: 460px;
    object-fit: cover;
    object-position: center;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%
}

.srvs-pg .lede-img-wrap:hover img {
    transform: scale(1.04)
}

.srvs-pg .lede-img-glow {
    background: radial-gradient(circle at 70% 30%, #fffff58c 0%, transparent 65%);
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.srvs-pg .lede-deco {
    bottom: 32px;
    position: absolute;
    right: -16px
}

.srvs-pg .lede-metrics {
    background: #FFFFF5;
    border-radius: 8px;
    border-top: 3px solid #0E997F;
    box-shadow: 2px 4px 14px -2px #0e997f1c;
    display: flex;
    flex-direction: row;
    gap: 0;
    margin-top: 8px
}

.srvs-pg .met-item {
    border-right: 1px solid #0e997f1f;
    flex: 1 1 0;
    padding: 16px;
    text-align: center
}

.srvs-pg .met-item:last-child {
    border-right: none
}

.srvs-pg .met-num {
    color: #0E997F;
    display: block;
    font-size: 29px;
    font-weight: 800;
    line-height: 1.2
}

.srvs-pg .met-label {
    color: #4a6358;
    display: block;
    font-size: 14px;
    line-height: 1.6
}

.srvs-pg .svc-strip {
    background: linear-gradient(113deg, #1a2e28 0%, #0d1f1a 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 48px), 50% 100%, 0 calc(100% - 48px));
    padding-bottom: 96px;
    padding-top: 56px;
    position: relative
}

.srvs-pg .svc-strip::before {
    background: repeating-linear-gradient(113deg, transparent, transparent 28px, #9e4ef10a 28px, #9e4ef10a 30px);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.srvs-pg .svc-head-row {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    gap: 56px;
    margin-bottom: 56px;
    position: relative;
    z-index: 1
}

.srvs-pg .svc-h2 {
    color: #FFFFF5;
    flex: 1 1 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0
}

.srvs-pg .svc-h2 .first-word {
    font-size: 70px;
    line-height: 1
}

.srvs-pg .svc-h2 .accent-span {
    color: #9E4EF1
}

.srvs-pg .svc-intro {
    color: #fffff5b8;
    flex: 0 0 320px;
    font-size: 17px;
    line-height: 1.6;
    margin: 0
}

.srvs-pg .svc-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    z-index: 1
}

.srvs-pg .svc-card {
    background: #fffff50a;
    border-radius: 8px;
    border-top: 2px solid #0e997f66;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px;
    position: relative;
    transition: background .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srvs-pg .svc-card::after {
    background: linear-gradient(113deg, #0e997f1f 0%, transparent 60%);
    border-radius: 8px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srvs-pg .svc-card:hover {
    background: #fffff514;
    box-shadow: 2px 8px 60px -2px #0e997f1c
}

.srvs-pg .svc-card:hover::after {
    opacity: 1
}

.srvs-pg .svc-card.fold-card {
    overflow: hidden
}

.srvs-pg .svc-card.fold-card::before {
    background: linear-gradient(225deg, #9e4ef159 0%, transparent 50%);
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: height .55s cubic-bezier(0.25, 0.46, 0.45, 0.94), width .55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 0;
    z-index: 2
}

.srvs-pg .svc-card.fold-card:hover::before {
    height: 48px;
    width: 48px
}

.srvs-pg .card-num {
    color: #0e997f40;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2
}

.srvs-pg .card-ico {
    align-items: center;
    background: #0e997f26;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    height: 48px;
    justify-content: center;
    width: 48px
}

.srvs-pg .card-ico svg {
    fill: #0E997F;
    height: 24px;
    width: 24px
}

.srvs-pg .card-h3 {
    color: #FFFFF5;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0
}

.srvs-pg .card-desc {
    color: #fffff5ad;
    font-size: 14px;
    line-height: 1.6;
    margin: 0
}

.srvs-pg .card-img-wrap {
    border-radius: 8px;
    margin-top: 8px;
    overflow: hidden
}

.srvs-pg .card-img-wrap img {
    display: block;
    height: 180px;
    object-fit: cover;
    object-position: center;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%
}

.srvs-pg .svc-card:hover .card-img-wrap img {
    transform: scale(1.06)
}

.srvs-pg .card-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px
}

.srvs-pg .card-tag {
    background: #9e4ef126;
    border-radius: 46px;
    color: #fffff5cc;
    font-size: 14px;
    padding: 8px 16px
}

.srvs-pg .svc-bottom-row {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 56px;
    position: relative;
    z-index: 1
}

.srvs-pg .svc-faq {
    flex: 1 1 0
}

.srvs-pg .faq-h4 {
    color: #FFFFF5;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 32px
}

.srvs-pg .faq-item {
    border-bottom: 1px solid #fffff51a;
    padding-bottom: 16px;
    padding-top: 16px
}

.srvs-pg .faq-item:first-of-type {
    border-top: 1px solid #fffff51a
}

.srvs-pg .faq-q {
    color: #FFFFF5;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 8px
}

.srvs-pg .faq-a {
    color: #fffff5a6;
    font-size: 14px;
    line-height: 1.6;
    margin: 0
}

.srvs-pg .svc-portrait-col {
    flex: 0 0 260px
}

.srvs-pg .portrait-card {
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.srvs-pg .portrait-card img {
    aspect-ratio: 7/9;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: top;
    width: 100%
}

.srvs-pg .portrait-overlay {
    background: linear-gradient(to top, #0d1f1ad9 0%, transparent 50%);
    bottom: 0;
    left: 0;
    padding: 16px;
    position: absolute;
    right: 0
}

.srvs-pg .portrait-name {
    color: #FFFFF5;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2
}

.srvs-pg .portrait-role {
    color: #fffff5b3;
    display: block;
    font-size: 14px;
    line-height: 1.6
}

.srvs-pg .svc-cta-row {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 32px
}

.srvs-pg .btn-primary {
    background: #FFFFF5;
    border: none;
    border-radius: 46px;
    box-shadow: 2px 4px 14px -2px #0e997f1c;
    color: #0E997F;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    padding: 16px 32px;
    transition: background .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .45s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srvs-pg .btn-primary:hover {
    background: #0E997F;
    box-shadow: 2px 8px 60px -2px #0e997f1c;
    color: #FFFFF5
}

.srvs-pg .btn-primary:active {
    box-shadow: inset 2px 1px 4px -2px #0e997f0f
}

.srvs-pg .btn-primary:focus-visible {
    outline: 2px solid #9E4EF1;
    outline-offset: 4px
}

.srvs-pg .btn-ghost {
    background: transparent;
    border: 2px solid #fffff54d;
    border-radius: 46px;
    color: #fffff5d9;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 32px;
    transition: border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.srvs-pg .btn-ghost:hover {
    border-color: #9E4EF1;
    color: #FFFFF5
}

.srvs-pg .btn-ghost:focus-visible {
    outline: 2px solid #9E4EF1;
    outline-offset: 4px
}

.srvs-pg .btn-primary.shake,
.srvs-pg .btn-ghost.shake {
    animation: btnShake .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

@keyframes btnShake {

    0%,
    100% {
        transform: translateX(0)
    }

    20% {
        transform: translateX(-6px)
    }

    40% {
        transform: translateX(6px)
    }

    60% {
        transform: translateX(-4px)
    }

    80% {
        transform: translateX(4px)
    }
}

.srvs-pg .portrait-card-2 {
    border-radius: 8px;
    margin-top: 16px;
    overflow: hidden;
    position: relative
}

.srvs-pg .portrait-card-2 img {
    aspect-ratio: 7/9;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: top;
    width: 100%
}

.srvs-pg .portrait-overlay-2 {
    background: linear-gradient(to top, #0d1f1ad9 0%, transparent 50%);
    bottom: 0;
    left: 0;
    padding: 16px;
    position: absolute;
    right: 0
}

@media (max-width: 960px) {
    .srvs-pg .lede-inner {
        flex-direction: column;
        gap: 32px
    }

    .srvs-pg .lede-right {
        flex: 0 0 auto
    }

    .srvs-pg .lede-h1 {
        font-size: 40px
    }

    .srvs-pg .svc-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .srvs-pg .svc-head-row {
        flex-direction: column;
        gap: 16px
    }

    .srvs-pg .svc-h2 .first-word {
        font-size: 40px
    }

    .srvs-pg .svc-bottom-row {
        flex-direction: column
    }

    .srvs-pg .svc-portrait-col {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (max-width: 600px) {
    .srvs-pg .svc-grid {
        grid-template-columns: 1fr
    }

    .srvs-pg .lede-h1 {
        font-size: 29px
    }

    .srvs-pg .lede-metrics {
        flex-direction: column
    }

    .srvs-pg .met-item {
        border-bottom: 1px solid #0e997f1f;
        border-right: none
    }

    .srvs-pg .met-item:last-child {
        border-bottom: none
    }

    .srvs-pg .svc-cta-row {
        flex-direction: column
    }
}

.ctus-pg {
    background-color: #FFFFF5;
    overflow-x: clip;
    position: relative
}

.ctus-pg .pg-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 8px 0
}

.ctus-pg .pg-divider__line {
    flex: 1;
    height: 1px;
    background: linear-gradient(113deg, #0E997F 0%, #9E4EF1 100%);
    opacity: .18
}

.ctus-pg .pg-divider__crosses {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.ctus-pg .pg-divider__cross {
    position: relative;
    width: 10px;
    height: 10px;
    flex-shrink: 0
}

.ctus-pg .pg-divider__cross::before,
.ctus-pg .pg-divider__cross::after {
    content: '';
    position: absolute;
    background-color: #0E997F;
    opacity: .35
}

.ctus-pg .pg-divider__cross::before {
    width: 10px;
    height: 2px;
    top: 4px;
    left: 0
}

.ctus-pg .pg-divider__cross::after {
    width: 2px;
    height: 10px;
    top: 0;
    left: 4px
}

.ctus-pg .reach-band {
    position: relative;
    padding: 56px 0;
    overflow: hidden
}

.ctus-pg .reach-band__geo {
    position: absolute;
    top: -40px;
    right: -60px;
    width: 320px;
    height: 320px;
    border: 2px solid #0e997f1f;
    border-radius: 46px;
    transform: rotate(22deg);
    pointer-events: none
}

.ctus-pg .reach-band__geo-sm {
    position: absolute;
    bottom: 16px;
    left: -32px;
    width: 160px;
    height: 160px;
    border: 2px solid #9e4ef11a;
    border-radius: 46px;
    transform: rotate(-14deg);
    pointer-events: none
}

.ctus-pg .reach-band__inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center
}

.ctus-pg .reach-band__spotlight {
    background: linear-gradient(113deg, #0e997f12 0%, #fffff500 70%);
    border-radius: 8px;
    padding: 32px;
    position: relative
}

.ctus-pg .reach-band__corner-tl {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-top: 2px solid #0E997F;
    border-left: 2px solid #0E997F;
    border-radius: 8px 0 0 0;
    opacity: .5
}

.ctus-pg .reach-band__corner-br {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-bottom: 2px solid #9E4EF1;
    border-right: 2px solid #9E4EF1;
    border-radius: 0 0 8px 0;
    opacity: .5
}

.ctus-pg .reach-band__kicker {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #0E997F;
    margin-bottom: 16px;
    display: block
}

.ctus-pg .reach-band__h1 {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 800;
    color: #0d1a17;
    margin-bottom: 16px
}

.ctus-pg .reach-band__h1 .word-em {
    display: block;
    font-size: 40px;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 1.2
}

.ctus-pg .reach-band__h1 .underline-kw {
    text-decoration: underline;
    text-decoration-color: #9E4EF1;
    text-underline-offset: 6px;
    text-decoration-thickness: 3px
}

.ctus-pg .reach-band__desc {
    font-size: 17px;
    line-height: 1.6;
    color: #2e3830;
    margin-bottom: 32px
}

.ctus-pg .reach-band__pull {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 600;
    color: #9E4EF1;
    border-top: 2px solid #9e4ef133;
    padding-top: 16px;
    font-style: italic
}

.ctus-pg .reach-band__contacts {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.ctus-pg .contact-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.ctus-pg .contact-item__icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(113deg, #0E997F 0%, #0a7a64 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 2px 4px 14px -2px #0e997f1c
}

.ctus-pg .contact-item__icon svg {
    width: 18px;
    height: 18px;
    fill: #FFFFF5
}

.ctus-pg .contact-item__body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctus-pg .contact-item__label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #0E997F;
    line-height: 1.2
}

.ctus-pg .contact-item__val {
    font-size: 17px;
    line-height: 1.6;
    color: #1a2e28
}

.ctus-pg .contact-item__val a {
    color: #1a2e28;
    text-decoration: none;
    border-bottom: 1px solid #0e997f4d;
    transition: color .5s ease-in-out, border-color .5s ease-in-out
}

.ctus-pg .contact-item__val a:hover {
    color: #0E997F;
    border-bottom-color: #0E997F
}

.ctus-pg .form-band {
    background: linear-gradient(113deg, #9e4ef10d 0%, #0e997f0a 100%);
    padding: 56px 0;
    position: relative;
    overflow: hidden
}

.ctus-pg .form-band__geo-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(30deg);
    width: 500px;
    height: 500px;
    border: 1px solid #9e4ef112;
    border-radius: 46px;
    pointer-events: none
}

.ctus-pg .form-band__inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 56px;
    align-items: start
}

.ctus-pg .form-band__aside {
    padding-top: 8px
}

.ctus-pg .form-band__aside-h {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    color: #0d1a17;
    margin-bottom: 16px
}

.ctus-pg .form-band__aside-h .word-lg {
    font-size: 70px;
    font-weight: 800;
    display: block;
    line-height: 1.2;
    color: #0E997F
}

.ctus-pg .form-band__aside-p {
    font-size: 17px;
    line-height: 1.6;
    color: #2e3830;
    margin-bottom: 32px
}

.ctus-pg .form-band__nums {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ctus-pg .form-num {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px
}

.ctus-pg .form-num__digit {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    color: #0e997f26;
    flex-shrink: 0;
    min-width: 40px
}

.ctus-pg .form-num__text {
    font-size: 14px;
    line-height: 1.6;
    color: #2e3830;
    padding-top: 8px
}

.ctus-pg .ctus-form {
    background: #FFFFF5;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 2px 8px 60px -2px #0e997f1c;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ctus-pg .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.ctus-pg .field-grp {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctus-pg .field-grp.full {
    grid-column: 1 / -1
}

.ctus-pg .field-lbl {
    font-size: 14px;
    font-weight: 600;
    color: #1a2e28;
    line-height: 1.2
}

.ctus-pg .field-lbl .req-mark {
    color: #9E4EF1;
    margin-left: 4px
}

.ctus-pg .field-inp {
    height: 48px;
    border: 1px solid #0e997f4d;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 17px;
    color: #1a2e28;
    background: #FFFFF5;
    transition: border-color .5s ease-in-out, box-shadow .5s ease-in-out;
    outline: none;
    width: 100%;
    box-sizing: border-box
}

.ctus-pg .field-inp::placeholder {
    color: #1a2e2859;
    font-weight: 300
}

.ctus-pg .field-inp:focus {
    border-color: #0E997F;
    box-shadow: 2px 4px 14px -2px #0e997f1c
}

.ctus-pg .field-inp:invalid:not(:placeholder-shown) {
    border-color: #9E4EF1
}

.ctus-pg .radio-grp-label {
    font-size: 14px;
    font-weight: 600;
    color: #1a2e28;
    line-height: 1.2;
    margin-bottom: 8px;
    display: block
}

.ctus-pg .radio-grp-label .req-mark {
    color: #9E4EF1;
    margin-left: 4px
}

.ctus-pg .radio-opts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.ctus-pg .radio-opt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.ctus-pg .radio-opt__input {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #0e997f66;
    border-radius: 46px;
    background: #FFFFF5;
    cursor: pointer;
    transition: border-color .45s ease-in-out, background .45s ease-in-out;
    flex-shrink: 0;
    position: relative
}

.ctus-pg .radio-opt__input:checked {
    border-color: #0E997F;
    background: #0E997F;
    box-shadow: inset 0 0 0 4px #FFFFF5
}

.ctus-pg .radio-opt__input:focus {
    outline: 2px solid #9E4EF1;
    outline-offset: 2px
}

.ctus-pg .radio-opt__text {
    font-size: 14px;
    color: #2e3830;
    line-height: 1.6;
    cursor: pointer
}

.ctus-pg .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: #0e997f0a;
    border-radius: 8px;
    border: 1px solid #0e997f1f
}

.ctus-pg .privacy-chk {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #0e997f66;
    border-radius: 2px;
    background: #FFFFF5;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
    transition: border-color .45s ease-in-out, background .45s ease-in-out;
    position: relative
}

.ctus-pg .privacy-chk:checked {
    border-color: #0E997F;
    background: #0E997F;
    box-shadow: inset 0 0 0 3px #FFFFF5, inset 0 0 0 5px #0E997F
}

.ctus-pg .privacy-chk:focus {
    outline: 2px solid #9E4EF1;
    outline-offset: 2px
}

.ctus-pg .privacy-text {
    font-size: 14px;
    line-height: 1.6;
    color: #2e3830
}

.ctus-pg .privacy-text a {
    color: #0E997F;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .5s ease-in-out
}

.ctus-pg .privacy-text a:hover {
    color: #9E4EF1
}

.ctus-pg .submit-btn {
    height: 56px;
    padding: 0 32px;
    background: #0d1a17;
    color: #FFFFF5;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: background .5s ease-in-out, box-shadow .5s ease-in-out, transform .45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    align-self: flex-start;
    letter-spacing: .02em;
    box-shadow: 2px 4px 14px -2px #0e997f1c
}

.ctus-pg .submit-btn:hover {
    background: #0E997F;
    box-shadow: 2px 8px 60px -2px #0e997f1c
}

.ctus-pg .submit-btn:active {
    box-shadow: inset 2px 1px 4px -2px #0e997f0f;
    transform: scale(0.98)
}

.ctus-pg .submit-btn:focus-visible {
    outline: 2px solid #9E4EF1;
    outline-offset: 3px
}

@keyframes ctus-shake {

    0%,
    100% {
        transform: translateX(0)
    }

    20% {
        transform: translateX(-6px)
    }

    40% {
        transform: translateX(6px)
    }

    60% {
        transform: translateX(-4px)
    }

    80% {
        transform: translateX(4px)
    }
}

.ctus-pg .submit-btn:invalid-feedback {
    animation: ctus-shake .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctus-pg .ctus-form:invalid .submit-btn:focus {
    animation: ctus-shake .45s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ctus-pg .info-band {
    padding: 56px 0 96px;
    position: relative
}

.ctus-pg .info-band__inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: stretch
}

.ctus-pg .info-card {
    border-radius: 8px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease-in-out, transform .6s ease-in-out, box-shadow .5s ease-in-out
}

.ctus-pg .info-card.col-1 {
    background: #0d1a17;
    animation: col-reveal .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s forwards
}

.ctus-pg .info-card.col-2 {
    background: linear-gradient(113deg, #0E997F 0%, #0a7a64 100%);
    animation: col-reveal .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .3s forwards
}

.ctus-pg .info-card.col-3 {
    background: linear-gradient(113deg, #9e4ef114 0%, #0e997f0f 100%);
    border: 1px solid #0e997f26;
    animation: col-reveal .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) .5s forwards
}

@keyframes col-reveal {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.ctus-pg .info-card__num {
    font-size: 70px;
    font-weight: 800;
    line-height: 1.2;
    opacity: .1;
    position: absolute;
    bottom: 8px;
    right: 16px;
    pointer-events: none
}

.ctus-pg .info-card.col-1 .info-card__num {
    color: #FFFFF5
}

.ctus-pg .info-card.col-2 .info-card__num {
    color: #FFFFF5
}

.ctus-pg .info-card.col-3 .info-card__num {
    color: #0E997F
}

.ctus-pg .info-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ctus-pg .info-card.col-1 .info-card__icon {
    background: #fffff51a
}

.ctus-pg .info-card.col-2 .info-card__icon {
    background: #fffff526
}

.ctus-pg .info-card.col-3 .info-card__icon {
    background: #0e997f1a
}

.ctus-pg .info-card__icon svg {
    width: 22px;
    height: 22px
}

.ctus-pg .info-card.col-1 .info-card__icon svg {
    fill: #FFFFF5
}

.ctus-pg .info-card.col-2 .info-card__icon svg {
    fill: #FFFFF5
}

.ctus-pg .info-card.col-3 .info-card__icon svg {
    fill: #0E997F
}

.ctus-pg .info-card__h {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px
}

.ctus-pg .info-card.col-1 .info-card__h {
    color: #FFFFF5
}

.ctus-pg .info-card.col-2 .info-card__h {
    color: #FFFFF5
}

.ctus-pg .info-card.col-3 .info-card__h {
    color: #0d1a17
}

.ctus-pg .info-card__p {
    font-size: 14px;
    line-height: 1.6;
    flex: 1
}

.ctus-pg .info-card.col-1 .info-card__p {
    color: #fffff5bf
}

.ctus-pg .info-card.col-2 .info-card__p {
    color: #fffff5e6
}

.ctus-pg .info-card.col-3 .info-card__p {
    color: #2e3830
}

.ctus-pg .info-card:hover {
    box-shadow: 2px 8px 60px -2px #0e997f1c
}

@media (max-width: 900px) {
    .ctus-pg .reach-band__inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ctus-pg .reach-band__h1 {
        font-size: 40px
    }

    .ctus-pg .reach-band__h1 .word-em {
        font-size: 29px
    }

    .ctus-pg .form-band__inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ctus-pg .form-band__aside-h .word-lg {
        font-size: 40px
    }

    .ctus-pg .form-band__aside-h {
        font-size: 29px
    }

    .ctus-pg .info-band__inner {
        grid-template-columns: 1fr;
        gap: 16px
    }
}

@media (max-width: 600px) {
    .ctus-pg .form-row {
        grid-template-columns: 1fr
    }

    .ctus-pg .radio-opts {
        flex-direction: column
    }

    .ctus-pg .reach-band__inner,
    .ctus-pg .form-band__inner,
    .ctus-pg .info-band__inner {
        padding: 0 16px
    }

    .ctus-pg .reach-band__h1 {
        font-size: 29px
    }
}

.abt-pg {
    max-width: 100%;
    overflow-x: hidden
}

.abt-pg .pg-bound {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

.abt-pg .diamond-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 0
}

.abt-pg .diamond-div__gem {
    width: 6px;
    height: 6px;
    background: #0E997F;
    transform: rotate(45deg);
    flex-shrink: 0
}

.abt-pg .diamond-div__line {
    flex: 1;
    height: 1px;
    background: linear-gradient(113deg, #0E997F 0%, #9E4EF1 100%);
    opacity: .3
}

.abt-pg .diamond-div__gem.alt {
    background: #9E4EF1
}

.abt-pg .diamond-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: 100%;
    overflow: hidden
}

.abt-pg .diamond-row__gem {
    width: 5px;
    height: 5px;
    background: #0E997F;
    transform: rotate(45deg);
    flex-shrink: 0;
    opacity: .4
}

.abt-pg .diamond-row__gem:nth-child(even) {
    background: #9E4EF1;
    opacity: .3
}

.abt-pg .sect-opener {
    background: linear-gradient(113deg, #0E997F 0%, #0E997F 40%, #9E4EF1 100%);
    padding: 96px 0 56px;
    position: relative
}

.abt-pg .sect-opener__pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}

.abt-pg .sect-opener__dot {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #fffff533
}

.abt-pg .sect-opener__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: end
}

.abt-pg .sect-opener__label {
    font-size: 14px;
    line-height: 1.6;
    color: #fffff5b3;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 16px
}

.abt-pg .sect-opener__desc {
    font-size: 17px;
    line-height: 1.6;
    color: #fffff5d9;
    margin-bottom: 32px
}

.abt-pg .sect-opener__h1 {
    font-size: 70px;
    line-height: 1.2;
    color: #FFFFF5;
    margin-bottom: 16px
}

.abt-pg .sect-opener__h1 span {
    display: block;
    font-size: 40px;
    line-height: 1.2;
    color: #fffff5bf
}

.abt-pg .opener-stat {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-end
}

.abt-pg .opener-stat__num {
    font-size: 70px;
    line-height: 1.2;
    color: #FFFFF5;
    text-align: right
}

.abt-pg .opener-stat__num em {
    font-style: normal;
    font-size: 29px;
    color: #fffff599;
    display: block;
    line-height: 1.6
}

.abt-pg .opener-stat__tagline {
    font-size: 17px;
    line-height: 1.6;
    color: #fffff5cc;
    text-align: right;
    max-width: 360px
}

.abt-pg .opener-badges {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap
}

.abt-pg .opener-badge {
    padding: 8px 16px;
    border: 1px solid #fffff559;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1.6;
    color: #FFFFF5;
    background: #fffff514
}

.abt-pg .sect-story {
    background: #FFFFF5;
    padding: 96px 0
}

.abt-pg .story-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 56px;
    align-items: start
}

.abt-pg .story-sidebar {
    position: sticky;
    top: 32px
}

.abt-pg .story-sidebar__img-frame {
    border: 2px solid #0E997F;
    border-radius: 8px;
    box-shadow: 2px 8px 60px -2px #0e997f1c;
    overflow: hidden;
    margin-bottom: 32px
}

.abt-pg .story-sidebar__img-frame img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    display: block;
    max-width: 100%
}

.abt-pg .story-sidebar__portrait-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #FFFFF5;
    border: 1px solid #0e997f33;
    border-radius: 8px;
    box-shadow: 2px 1px 4px -2px #0e997f0f
}

.abt-pg .story-sidebar__portrait {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #0E997F
}

.abt-pg .story-sidebar__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.abt-pg .story-sidebar__person-name {
    font-size: 17px;
    line-height: 1.2;
    color: #0a2e28
}

.abt-pg .story-sidebar__person-role {
    font-size: 14px;
    line-height: 1.6;
    color: #0E997F
}

.abt-pg .story-body {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt-pg .story-body__eyebrow {
    font-size: 14px;
    line-height: 1.6;
    color: #9E4EF1;
    text-transform: uppercase;
    letter-spacing: .1em
}

.abt-pg .story-body__h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #0a2e28
}

.abt-pg .story-body__h2 strong {
    font-size: 29px;
    color: #0E997F;
    display: block;
    line-height: 1.6
}

.abt-pg .story-body__para {
    font-size: 17px;
    line-height: 1.6;
    color: #2a3d38;
    text-indent: -16px;
    padding-left: 16px
}

.abt-pg .story-body__para .accent {
    color: #9E4EF1
}

.abt-pg .story-vals {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid #0e997f26;
    padding-top: 32px
}

.abt-pg .story-val {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 16px
}

.abt-pg .story-val__num {
    font-size: 40px;
    line-height: 1.2;
    color: #0e997f2e;
    flex-shrink: 0;
    width: 48px;
    text-align: right
}

.abt-pg .story-val__body {
    flex: 1
}

.abt-pg .story-val__head {
    font-size: 17px;
    line-height: 1.2;
    color: #0a2e28;
    margin-bottom: 8px
}

.abt-pg .story-val__text {
    font-size: 14px;
    line-height: 1.6;
    color: #3a4e49
}

.abt-pg .sect-reach {
    background: linear-gradient(113deg, #f0faf8 0%, #f5f0ff 100%);
    padding: 96px 0;
    position: relative
}

.abt-pg .reach-geom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.abt-pg .reach-geom__shape {
    position: absolute;
    border-radius: 46px;
    opacity: .06
}

.abt-pg .reach-geom__shape.s1 {
    width: 280px;
    height: 280px;
    background: #0E997F;
    top: -56px;
    right: 10%;
    transform: rotate(20deg)
}

.abt-pg .reach-geom__shape.s2 {
    width: 180px;
    height: 180px;
    background: #9E4EF1;
    bottom: -32px;
    left: 5%;
    transform: rotate(-15deg)
}

.abt-pg .reach-top {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 56px;
    align-items: end;
    margin-bottom: 56px
}

.abt-pg .reach-top__h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #0a2e28
}

.abt-pg .reach-top__h2 strong {
    font-size: 70px;
    color: #0E997F;
    display: block;
    line-height: 1.2
}

.abt-pg .reach-top__aside {
    text-align: right
}

.abt-pg .reach-top__aside p {
    font-size: 17px;
    line-height: 1.6;
    color: #2a3d38
}

.abt-pg .reach-imgs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 56px
}

.abt-pg .reach-img-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 4px 14px -2px #0e997f1c;
    border: 1px solid #0e997f26;
    transition: box-shadow .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-pg .reach-img-card:hover {
    box-shadow: 2px 8px 60px -2px #0e997f1c
}

.abt-pg .reach-img-card.tall {
    grid-row: span 2
}

.abt-pg .reach-img-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    display: block;
    max-width: 100%;
    transition: transform .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.abt-pg .reach-img-card.tall img {
    height: 456px
}

.abt-pg .reach-img-card:hover img {
    transform: scale(1.03)
}

.abt-pg .reach-img-card__cap {
    padding: 16px;
    background: #FFFFF5
}

.abt-pg .reach-img-card__cap p {
    font-size: 14px;
    line-height: 1.6;
    color: #2a3d38
}

.abt-pg .reach-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.abt-pg .reach-metric {
    padding: 32px 16px;
    background: #FFFFF5;
    border-radius: 8px;
    border: 1px solid #0e997f1f;
    box-shadow: 2px 1px 4px -2px #0e997f0f;
    text-align: center;
    transition: box-shadow .5s ease-in-out, border-color .5s ease-in-out
}

.abt-pg .reach-metric:hover {
    box-shadow: 2px 4px 14px -2px #9e4ef11c;
    border-color: #9e4ef140
}

.abt-pg .reach-metric__val {
    font-size: 40px;
    line-height: 1.2;
    color: #0E997F;
    display: block;
    margin-bottom: 8px
}

.abt-pg .reach-metric__label {
    font-size: 14px;
    line-height: 1.6;
    color: #3a4e49
}

.abt-pg .abt-pg-load {
    opacity: 0;
    transform: translateX(-24px) translateY(16px);
    animation: diag-reveal .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards
}

.abt-pg .abt-pg-load.d1 {
    animation-delay: .1s
}

.abt-pg .abt-pg-load.d2 {
    animation-delay: .25s
}

.abt-pg .abt-pg-load.d3 {
    animation-delay: .4s
}

.abt-pg .abt-pg-load.d4 {
    animation-delay: .55s
}

.abt-pg .abt-pg-load.d5 {
    animation-delay: .7s
}

@keyframes diag-reveal {
    to {
        opacity: 1;
        transform: translateX(0) translateY(0)
    }
}

@media (max-width: 900px) {
    .abt-pg .sect-opener__inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .abt-pg .opener-stat {
        align-items: flex-start
    }

    .abt-pg .opener-stat__num {
        text-align: left
    }

    .abt-pg .opener-stat__tagline {
        text-align: left
    }

    .abt-pg .story-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .abt-pg .story-sidebar {
        position: static
    }

    .abt-pg .reach-top {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .abt-pg .reach-top__aside {
        text-align: left
    }

    .abt-pg .reach-imgs {
        grid-template-columns: 1fr 1fr
    }

    .abt-pg .reach-img-card.tall {
        grid-row: span 1
    }

    .abt-pg .reach-img-card.tall img {
        height: 220px
    }

    .abt-pg .reach-metrics {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 600px) {
    .abt-pg .sect-opener__h1 {
        font-size: 40px
    }

    .abt-pg .sect-opener__h1 span {
        font-size: 29px
    }

    .abt-pg .opener-stat__num {
        font-size: 40px
    }

    .abt-pg .reach-top__h2 strong {
        font-size: 40px
    }

    .abt-pg .reach-imgs {
        grid-template-columns: 1fr
    }

    .abt-pg .reach-metrics {
        grid-template-columns: 1fr 1fr
    }

    .abt-pg .pg-bound {
        padding-left: 16px;
        padding-right: 16px
    }
}

.vsn-pg {
    background: #FFFFF5;
    overflow-x: clip
}

.vsn-pg .pg-bound {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

@keyframes drop-in {
    from {
        opacity: 0;
        transform: translateY(-32px)
    }

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

@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

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

.vsn-pg .lbl-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #0E997F;
    border: 1.5px solid #0E997F;
    border-radius: 46px;
    padding: 8px 16px;
    animation: drop-in .55s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation-delay: .05s
}

.vsn-pg .blk-one {
    padding-top: 96px;
    padding-bottom: 56px;
    position: relative
}

.vsn-pg .blk-one::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 56px;
    background: linear-gradient(180deg, #0E997F 0%, #9E4EF1 100%);
    border-radius: 2px
}

.vsn-pg .blk-one-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: end
}

.vsn-pg .blk-one-text {
    animation: drop-in .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation-delay: .1s
}

.vsn-pg .blk-one-text .lbl-tag {
    margin-bottom: 16px
}

.vsn-pg .pg-h1 {
    font-size: 70px;
    line-height: 1.2;
    color: #0d1a16;
    margin-bottom: 16px;
    animation: drop-in .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation-delay: .18s
}

.vsn-pg .pg-h1 .accent-word {
    color: #9E4EF1
}

.vsn-pg .pg-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #1e3530;
    max-width: 480px;
    animation: drop-in .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation-delay: .28s
}

.vsn-pg .blk-one-img-col {
    position: relative;
    animation: fade-up .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation-delay: .35s
}

.vsn-pg .hero-img-wrap {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 8px 60px -2px #0e997f1c
}

.vsn-pg .hero-img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .55s ease-in-out, brightness .55s ease-in-out
}

.vsn-pg .hero-img-wrap:hover img {
    transform: scale(1.03)
}

.vsn-pg .corner-tri {
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-top: 40px solid #9E4EF1;
    opacity: .18;
    pointer-events: none
}

.vsn-pg .corner-tri-tl {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 0;
    height: 0;
    border-right: 32px solid transparent;
    border-bottom: 32px solid #0E997F;
    opacity: .14;
    pointer-events: none
}

.vsn-pg .divider-a {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 32px;
    max-width: 1170px;
    margin: 0 auto
}

.vsn-pg .divider-a .line-thin {
    flex: 1;
    height: 1px;
    background: #0E997F;
    opacity: .22
}

.vsn-pg .divider-a .line-thick {
    flex: 2;
    height: 3px;
    background: linear-gradient(113deg, #0E997F 30%, #9E4EF1 100%);
    border-radius: 2px;
    opacity: .55
}

.vsn-pg .divider-a .line-mid {
    flex: 1.2;
    height: 2px;
    background: #9E4EF1;
    opacity: .28
}

.vsn-pg .blk-two {
    padding-top: 56px;
    padding-bottom: 96px;
    background: linear-gradient(113deg, #0e997f12 0%, #9e4ef117 55%, #fffff5fa 100%)
}

.vsn-pg .blk-two-inner {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 32px;
    align-items: start
}

.vsn-pg .blk-two-aside {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.vsn-pg .stat-card {
    background: #FFFFF5;
    border-radius: 8px;
    padding: 32px 16px;
    box-shadow: 2px 4px 14px -2px #0e997f1c;
    text-align: right;
    transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: fade-up .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.vsn-pg .stat-card:hover {
    box-shadow: 2px 8px 60px -2px #0e997f1c;
    transform: translateY(-4px)
}

.vsn-pg .stat-card.left-al {
    text-align: left
}

.vsn-pg .stat-num {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
    color: #0E997F;
    display: block
}

.vsn-pg .stat-label {
    font-size: 14px;
    line-height: 1.6;
    color: #2a4a42
}

.vsn-pg .blk-two-center {
    display: flex;
    flex-direction: column;
    gap: 32px;
    animation: fade-up .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation-delay: .1s
}

.vsn-pg .blk-two-heading {
    font-size: 40px;
    line-height: 1.2;
    color: #0d1a16
}

.vsn-pg .blk-two-heading .first-word {
    font-size: 70px;
    display: block;
    color: #9E4EF1;
    line-height: 1.2
}

.vsn-pg .pillar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.vsn-pg .pillar-list li {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.vsn-pg .pillar-num {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
    color: #0E997F;
    opacity: .18;
    min-width: 48px;
    flex-shrink: 0
}

.vsn-pg .pillar-body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.vsn-pg .pillar-body h4 {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 700;
    color: #0d1a16;
    margin: 0
}

.vsn-pg .pillar-body p {
    font-size: 14px;
    line-height: 1.6;
    color: #2a4a42;
    margin: 0
}

.vsn-pg .pillar-body .accent-inline {
    color: #9E4EF1;
    font-weight: 600
}

.vsn-pg .portrait-pair {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.vsn-pg .portrait-card {
    background: #FFFFF5;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 1px 4px -2px #9e4ef10f;
    transition: box-shadow .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: fade-up .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation-delay: .2s
}

.vsn-pg .portrait-card:hover {
    box-shadow: 2px 4px 14px -2px #9e4ef11c;
    transform: translateY(-3px)
}

.vsn-pg .portrait-img-wrap {
    overflow: hidden;
    aspect-ratio: 3/4
}

.vsn-pg .portrait-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: transform .55s ease-in-out
}

.vsn-pg .portrait-card:hover .portrait-img-wrap img {
    transform: scale(1.04)
}

.vsn-pg .portrait-meta {
    padding: 16px
}

.vsn-pg .portrait-name {
    font-size: 14px;
    font-weight: 700;
    color: #0d1a16;
    display: block
}

.vsn-pg .portrait-role {
    font-size: 14px;
    color: #2a4a42;
    line-height: 1.6
}

.vsn-pg .quote-strip {
    background: #0E997F;
    border-radius: 8px;
    padding: 32px;
    position: relative;
    overflow: hidden
}

.vsn-pg .quote-strip::after {
    content: '';
    position: absolute;
    top: -24px;
    right: -24px;
    width: 0;
    height: 0;
    border-left: 64px solid transparent;
    border-bottom: 64px solid #9e4ef138;
    pointer-events: none
}

.vsn-pg .quote-strip blockquote {
    margin: 0;
    padding: 0
}

.vsn-pg .quote-strip blockquote p {
    font-size: 17px;
    line-height: 1.6;
    color: #FFFFF5;
    font-style: italic;
    margin: 0 0 16px
}

.vsn-pg .quote-attr {
    font-size: 14px;
    color: #fffff5bf;
    font-style: normal
}

.vsn-pg .underline-hover {
    display: inline-block;
    position: relative;
    color: #0E997F;
    font-weight: 600;
    text-decoration: none
}

.vsn-pg .underline-hover::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    right: 50%;
    height: 2px;
    background: #0E997F;
    border-radius: 2px;
    transition: left .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), right .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.vsn-pg .underline-hover:hover::after {
    left: 0;
    right: 0
}

@media (max-width: 900px) {
    .vsn-pg .blk-one-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .vsn-pg .blk-two-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .vsn-pg .blk-two-aside {
        flex-direction: row;
        flex-wrap: wrap
    }

    .vsn-pg .stat-card {
        flex: 1 1 140px
    }

    .vsn-pg .portrait-pair {
        flex-direction: row
    }

    .vsn-pg .portrait-card {
        flex: 1
    }

    .vsn-pg .pg-h1 {
        font-size: 40px
    }

    .vsn-pg .blk-two-heading .first-word {
        font-size: 40px
    }
}

@media (max-width: 560px) {
    .vsn-pg .pg-h1 {
        font-size: 29px
    }

    .vsn-pg .blk-two-heading .first-word {
        font-size: 29px
    }

    .vsn-pg .blk-two-heading {
        font-size: 29px
    }

    .vsn-pg .stat-num {
        font-size: 29px
    }

    .vsn-pg .portrait-pair {
        flex-direction: column
    }

    .vsn-pg .blk-two-aside {
        flex-direction: column
    }
}

.ptl {
    background: #FFFFF5
}

.ptl .split-screen {
    display: flex;
    flex-direction: row;
    min-height: 480px;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.ptl .split-left {
    background: #0E997F;
    flex: 0 0 42%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 56px 32px 56px 56px;
    position: relative
}

.ptl .split-right {
    flex: 1;
    background: #9E4EF1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 56px 56px 32px;
    overflow: hidden
}

.ptl .split-right img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .38;
    filter: blur(0px);
    transition: filter .55s ease-in-out, opacity .55s ease-in-out
}

.ptl .split-right:hover img {
    opacity: .52;
    filter: blur(0px) brightness(1.08)
}

.ptl .split-deco {
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fffff52e;
    pointer-events: none
}

.ptl .split-deco.d1 {
    width: 180px;
    height: 180px;
    top: -40px;
    left: -40px
}

.ptl .split-deco.d2 {
    width: 90px;
    height: 90px;
    bottom: 56px;
    right: 24px;
    border-color: #fffff547
}

.ptl .split-deco.d3 {
    width: 260px;
    height: 260px;
    bottom: -80px;
    right: -80px;
    border-color: #fffff51a
}

.ptl .tag-line {
    font-size: 14px;
    color: #fffff5b8;
    letter-spacing: .12em;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 16px
}

.ptl .hero-h1 {
    font-size: 70px;
    line-height: 1.2;
    color: #FFFFF5;
    margin: 0 0 16px;
    font-weight: 700
}

.ptl .hero-h1 span {
    font-size: 40px;
    font-weight: 400;
    display: block;
    line-height: 1.2
}

.ptl .hero-sub {
    font-size: 17px;
    color: #fffff5e0;
    line-height: 1.6;
    max-width: 340px
}

.ptl .hero-right-text {
    position: relative;
    z-index: 2
}

.ptl .hero-right-text h2 {
    font-size: 40px;
    color: #FFFFF5;
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 700
}

.ptl .hero-right-text p {
    font-size: 17px;
    color: #fffff5e6;
    line-height: 1.6;
    max-width: 360px
}

.ptl .hero-badge {
    display: inline-block;
    background: #fffff526;
    border: 1px solid #fffff559;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 14px;
    color: #FFFFF5;
    margin-top: 32px;
    line-height: 1.2
}

.ptl .divider-tri {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 0;
    background: #FFFFF5
}

.ptl .divider-tri svg {
    display: block
}

.ptl .situations {
    background: #FFFFF5;
    padding: 56px 0
}

.ptl .situations-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 56px
}

.ptl .sit-head {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 56px;
    margin-bottom: 56px
}

.ptl .sit-head-left {
    flex: 0 0 320px
}

.ptl .sit-head-right {
    flex: 1;
    padding-top: 8px
}

.ptl .sit-head-left h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #0a2a24;
    margin: 0;
    font-weight: 700
}

.ptl .sit-head-left h2 em {
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    color: #9E4EF1;
    display: block
}

.ptl .sit-head-right p {
    font-size: 17px;
    line-height: 1.6;
    color: #1e3a34;
    margin: 0;
    padding-left: 17px;
    text-indent: -17px
}

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

.ptl .sit-card {
    background: linear-gradient(113deg, #f4fff9 0%, #eef6ff 60%, #f7f0ff 100%);
    border-radius: 8px;
    padding: 32px;
    position: relative;
    box-shadow: 2px 4px 14px -2px #0e997f1c;
    transition: box-shadow .5s ease-in-out, transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ptl .sit-card:hover {
    box-shadow: 2px 8px 60px -2px #0e997f1c;
    transform: translateY(-4px)
}

.ptl .sit-num {
    font-size: 70px;
    font-weight: 700;
    color: #0e997f14;
    line-height: 1.2;
    position: absolute;
    top: 16px;
    right: 16px;
    pointer-events: none;
    user-select: none
}

.ptl .sit-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0E997F;
    display: inline-block;
    margin-bottom: 16px
}

.ptl .sit-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #0a2a24;
    line-height: 1.2;
    margin: 0 0 8px
}

.ptl .sit-card p {
    font-size: 14px;
    color: #2a4a42;
    line-height: 1.6;
    margin: 0
}

.ptl .divider-tri2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 0;
    background: linear-gradient(113deg, #f0fdf8 0%, #f5f0ff 100%)
}

.ptl .objection {
    background: linear-gradient(113deg, #f0fdf8 0%, #f5f0ff 100%);
    padding: 56px 0;
    position: relative
}

.ptl .obj-deco-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: .1
}

.ptl .obj-deco-circle.c1 {
    width: 320px;
    height: 320px;
    background: #0E997F;
    top: -80px;
    right: -80px
}

.ptl .obj-deco-circle.c2 {
    width: 180px;
    height: 180px;
    background: #9E4EF1;
    bottom: -56px;
    left: 56px
}

.ptl .obj-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 56px;
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: stretch
}

.ptl .obj-img-col {
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ptl .obj-img-wrap {
    border-radius: 8px;
    overflow: hidden;
    flex: 1;
    box-shadow: 2px 4px 14px -2px #9e4ef11c
}

.ptl .obj-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: blur(3px);
    transition: filter .6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ptl .obj-img-wrap:hover img {
    filter: blur(0px)
}

.ptl .obj-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.ptl .obj-q {
    font-size: 29px;
    font-weight: 700;
    color: #0a2a24;
    line-height: 1.2;
    margin: 0 0 16px
}

.ptl .obj-q span {
    color: #9E4EF1
}

.ptl .obj-text-col p {
    font-size: 17px;
    line-height: 1.6;
    color: #1e3a34;
    margin: 0 0 16px;
    padding-left: 17px;
    text-indent: -17px
}

.ptl .obj-text-col p:last-child {
    margin-bottom: 0
}

.ptl .obj-facts {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ptl .obj-fact {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.ptl .obj-fact-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #9E4EF1;
    flex-shrink: 0;
    margin-top: 6px
}

.ptl .obj-fact p {
    font-size: 14px;
    color: #2a4a42;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    text-indent: 0
}

.ptl .divider-tri3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 0;
    background: #FFFFF5
}

.ptl .who-fits {
    background: #FFFFF5;
    padding: 56px 0;
    position: relative
}

.ptl .who-deco {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: .06;
    border: 2px dashed #0E997F
}

.ptl .who-deco.w1 {
    width: 400px;
    height: 400px;
    top: -100px;
    left: -100px
}

.ptl .who-deco.w2 {
    width: 200px;
    height: 200px;
    bottom: 32px;
    right: 32px;
    border-color: #9E4EF1
}

.ptl .who-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 56px
}

.ptl .who-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 32px
}

.ptl .who-lbl {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #0E997F;
    line-height: 1.2;
    margin: 0 0 16px
}

.ptl .who-h2 {
    font-size: 40px;
    font-weight: 700;
    color: #0a2a24;
    line-height: 1.2;
    margin: 0 0 16px
}

.ptl .who-h2 span {
    color: #9E4EF1
}

.ptl .who-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #1e3a34;
    margin: 0
}

.ptl .who-portraits {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.ptl .portrait-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ptl .portrait-img-wrap {
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 2px 4px 14px -2px #0e997f1c
}

.ptl .portrait-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    filter: blur(3px);
    transition: filter .55s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ptl .portrait-img-wrap:hover img {
    filter: blur(0px)
}

.ptl .portrait-info {
    padding: 0
}

.ptl .portrait-name {
    font-size: 17px;
    font-weight: 700;
    color: #0a2a24;
    line-height: 1.2;
    margin: 0 0 8px
}

.ptl .portrait-context {
    font-size: 14px;
    color: #2a4a42;
    line-height: 1.6;
    margin: 0
}

.ptl .who-stories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 32px
}

.ptl .story-item {
    background: linear-gradient(113deg, #eefcf7 0%, #f5f0ff 100%);
    border-radius: 8px;
    padding: 32px;
    position: relative
}

.ptl .story-num {
    font-size: 70px;
    font-weight: 700;
    color: #9e4ef112;
    line-height: 1.2;
    position: absolute;
    top: 8px;
    right: 16px;
    pointer-events: none;
    user-select: none
}

.ptl .story-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #9E4EF1;
    display: inline-block;
    margin-bottom: 16px
}

.ptl .story-item h4 {
    font-size: 17px;
    font-weight: 700;
    color: #0a2a24;
    line-height: 1.2;
    margin: 0 0 8px
}

.ptl .story-item p {
    font-size: 14px;
    color: #2a4a42;
    line-height: 1.6;
    margin: 0
}

.ptl .divider-tri4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 0;
    background: #1a3d34
}

.ptl .evidence {
    background: #1a3d34;
    padding: 96px 0 56px;
    position: relative;
    overflow: hidden
}

.ptl .ev-bg-deco {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: .06;
    border: 2px dashed #fffff580
}

.ptl .ev-bg-deco.e1 {
    width: 500px;
    height: 500px;
    top: -150px;
    right: -100px
}

.ptl .ev-bg-deco.e2 {
    width: 250px;
    height: 250px;
    bottom: 32px;
    left: 56px
}

.ptl .ev-inner {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 56px
}

.ptl .ev-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 56px;
    gap: 56px
}

.ptl .ev-h2 {
    font-size: 40px;
    font-weight: 700;
    color: #FFFFF5;
    line-height: 1.2;
    margin: 0
}

.ptl .ev-h2 span {
    color: #0E997F
}

.ptl .ev-sub {
    font-size: 17px;
    color: #fffff5b3;
    line-height: 1.6;
    max-width: 380px;
    margin: 0;
    text-align: right
}

.ptl .ev-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 16px
}

.ptl .ev-img-tile {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 8px 60px -2px #0e997f1c
}

.ptl .ev-img-tile img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: blur(3px);
    transition: filter .65s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.ptl .ev-img-tile:hover img {
    filter: blur(0px)
}

.ptl .ev-img-tile.tall img {
    height: 380px
}

.ptl .ev-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 56px
}

.ptl .ev-stat {
    background: #fffff50f;
    border-radius: 8px;
    padding: 32px 16px;
    text-align: center;
    border: 1px solid #fffff51a;
    transition: background .5s ease-in-out
}

.ptl .ev-stat:hover {
    background: #fffff51a
}

.ptl .ev-stat-val {
    font-size: 40px;
    font-weight: 700;
    color: #0E997F;
    line-height: 1.2;
    display: block
}

.ptl .ev-stat-lbl {
    font-size: 14px;
    color: #fffff5a6;
    line-height: 1.6;
    display: block;
    margin-top: 8px
}

.ptl .ev-quotes {
    margin-top: 56px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.ptl .ev-quote {
    background: #fffff50d;
    border-radius: 8px;
    padding: 32px;
    border: 1px solid #0e997f38;
    transition: border-color .5s ease-in-out
}

.ptl .ev-quote:hover {
    border-color: #0e997f73
}

.ptl .ev-quote-text {
    font-size: 17px;
    color: #fffff5e0;
    line-height: 1.6;
    margin: 0 0 16px;
    font-style: italic
}

.ptl .ev-quote-name {
    font-size: 14px;
    color: #0E997F;
    line-height: 1.2;
    margin: 0;
    font-weight: 700
}

.ptl .ev-quote-role {
    font-size: 14px;
    color: #fffff573;
    line-height: 1.2
}

@keyframes spin-slow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.ptl .spin-ring {
    animation: spin-slow 18s linear infinite;
    transform-origin: center center
}

@keyframes bounce-settle {
    0% {
        opacity: 0;
        transform: translateY(32px)
    }

    60% {
        opacity: 1;
        transform: translateY(-8px)
    }

    80% {
        transform: translateY(4px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.ptl .sit-card {
    animation: bounce-settle .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.ptl .sit-card:nth-child(1) {
    animation-delay: .05s
}

.ptl .sit-card:nth-child(2) {
    animation-delay: .15s
}

.ptl .sit-card:nth-child(3) {
    animation-delay: .25s
}

.ptl .sit-card:nth-child(4) {
    animation-delay: .35s
}

.ptl .sit-card:nth-child(5) {
    animation-delay: .45s
}

.ptl .sit-card:nth-child(6) {
    animation-delay: .55s
}

.ptl .ev-stat {
    animation: bounce-settle .65s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
}

.ptl .ev-stat:nth-child(1) {
    animation-delay: .1s
}

.ptl .ev-stat:nth-child(2) {
    animation-delay: .2s
}

.ptl .ev-stat:nth-child(3) {
    animation-delay: .3s
}

.ptl .ev-stat:nth-child(4) {
    animation-delay: .4s
}

@media (max-width: 900px) {
    .ptl .split-screen {
        flex-direction: column
    }

    .ptl .split-left {
        flex: none;
        padding: 56px 32px
    }

    .ptl .split-right {
        padding: 56px 32px;
        min-height: 320px
    }

    .ptl .hero-h1 {
        font-size: 40px
    }

    .ptl .sit-grid {
        grid-template-columns: 1fr 1fr
    }

    .ptl .obj-inner {
        flex-direction: column
    }

    .ptl .obj-img-col {
        flex: none
    }

    .ptl .who-top {
        grid-template-columns: 1fr
    }

    .ptl .who-stories {
        grid-template-columns: 1fr 1fr
    }

    .ptl .ev-stats {
        grid-template-columns: repeat(2, 1fr)
    }

    .ptl .ev-quotes {
        grid-template-columns: 1fr
    }

    .ptl .ev-grid {
        grid-template-columns: 1fr
    }

    .ptl .sit-head {
        flex-direction: column;
        gap: 16px
    }

    .ptl .sit-head-left {
        flex: none
    }
}

@media (max-width: 600px) {

    .ptl .situations-inner,
    .ptl .obj-inner,
    .ptl .who-inner,
    .ptl .ev-inner {
        padding: 0 16px
    }

    .ptl .sit-grid {
        grid-template-columns: 1fr
    }

    .ptl .who-stories {
        grid-template-columns: 1fr
    }

    .ptl .ev-stats {
        grid-template-columns: 1fr 1fr
    }

    .ptl .who-portraits {
        flex-direction: column
    }

    .ptl .ev-top {
        flex-direction: column;
        align-items: flex-start
    }

    .ptl .ev-sub {
        text-align: left
    }

    .ptl .split-left {
        padding: 32px 16px
    }

    .ptl .split-right {
        padding: 32px 16px
    }

    .ptl .hero-h1 {
        font-size: 40px
    }
}

.success-pg {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 96px 32px;
    background: #FFFFF5
}

.success-pg .success-wrap {
    max-width: 1170px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px
}

.success-pg .success-mark {
    width: 72px;
    height: 72px;
    border-radius: 46px;
    background: #0E997F;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 4px 14px -2px #0e997f1c;
    flex-shrink: 0
}

.success-pg .success-mark svg {
    display: block
}

.success-pg .success-heading {
    font-size: 40px;
    line-height: 1.2;
    color: #111210;
    text-align: center;
    margin: 0
}

.success-pg .success-heading span {
    color: #9E4EF1
}

.success-pg .success-body {
    font-size: 17px;
    line-height: 1.6;
    color: #2a2a25;
    text-align: center;
    max-width: 520px;
    margin: 0
}

.success-pg .success-divider {
    width: 56px;
    height: 2px;
    background: linear-gradient(113deg, #0E997F 30%, #9E4EF1 100%);
    border-radius: 2px
}

.success-pg .success-actions {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center
}

.success-pg .action-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #111210;
    color: #FFFFF5;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid #111210;
    box-shadow: 2px 4px 14px -2px #0e997f1c;
    transition: background .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color .5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow .45s ease-in-out;
    cursor: pointer
}

.success-pg .action-primary:hover {
    background: #0E997F;
    border-color: #0E997F;
    box-shadow: 2px 8px 60px -2px #0e997f1c
}

.success-pg .action-primary:focus {
    outline: 2px solid #9E4EF1;
    outline-offset: 3px
}

.success-pg .action-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: transparent;
    color: #111210;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid #0E997F;
    transition: background .55s ease-in-out, color .55s ease-in-out;
    cursor: pointer
}

.success-pg .action-secondary:hover {
    background: #0E997F;
    color: #FFFFF5
}

.success-pg .action-secondary:focus {
    outline: 2px solid #9E4EF1;
    outline-offset: 3px
}

.success-pg .success-note {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5a50;
    text-align: center;
    max-width: 420px;
    margin: 0;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
    box-shadow: 2px 1px 4px -2px #0e997f0f
}

.success-pg .success-note span {
    color: #9E4EF1;
    font-size: 14px
}

@media (max-width: 600px) {
    .success-pg {
        padding: 56px 16px
    }

    .success-pg .success-heading {
        font-size: 29px
    }

    .success-pg .action-primary,
    .success-pg .action-secondary {
        width: 100%;
        justify-content: center
    }

    .success-pg .success-actions {
        flex-direction: column;
        width: 100%;
        max-width: 360px
    }
}