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

*,
::before,
::after {
    box-sizing: border-box
}

body {
    margin: 0;
    min-height: 100dvh;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background-color: #fff;
    color: #01486F
}

:focus {
    outline: 2px dashed #FF96C2;
    outline-offset: 3px
}

.top-bar {
    background-color: #01486F;
    padding: 8px 32px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px
}

.top-bar__contact {
    display: flex;
    align-items: center;
    gap: 16px
}

.top-bar__link {
    color: #F4F6F7;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .18s ease-out
}

.top-bar__link:hover {
    color: #FF96C2
}

.top-bar__icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    flex-shrink: 0
}

.site-header {
    position: relative;
    background-color: #F4F6F7;
    border-bottom: 2px solid #FF96C2;
    box-shadow: 0 4px 28px -1px #ff96c217
}

.header-plate {
    max-width: 1200px;
    margin: 0 auto;
    padding: 32px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 32px
}

.brand-pod {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none
}

.brand-pod__frame {
    width: 90px;
    height: 110px;
    border: 1px solid #01486F;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 1px 2px -1px #01486f0f 0 4px 28px -1px #01486f17;
    flex-shrink: 0;
    padding: 8px
}

.brand-pod__logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.brand-pod__text {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.brand-pod__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
    color: #01486F;
    letter-spacing: .04em;
    text-transform: uppercase
}

.brand-pod__tagline {
    font-size: 16px;
    line-height: 1.4;
    color: #01486F;
    opacity: .75
}

.header-divider {
    width: 1px;
    height: 80px;
    background: linear-gradient(to bottom, transparent, #FF96C2, transparent);
    flex-shrink: 0
}

.primary-nav {
    display: flex;
    justify-content: flex-end
}

.primary-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end
}

.primary-nav__item {
    display: block
}

.primary-nav__link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    color: #01486F;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    transition: color .15s ease-out, border-color .15s ease-out;
    min-height: 44px
}

.primary-nav__link::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background-color: #01486F;
    transition: height .22s cubic-bezier(0.4, 0, 0.6, 1);
    z-index: 0
}

.primary-nav__link:hover::before {
    height: 100%
}

.primary-nav__link:hover {
    color: #fff;
    border-color: #01486F
}

.primary-nav__label {
    position: relative;
    z-index: 1
}

.primary-nav__arrow {
    position: relative;
    z-index: 1;
    width: 14px;
    height: 14px;
    flex-shrink: 0
}

.site-footer {
    background-color: #01486F;
    color: #F4F6F7;
    padding: 56px 32px 32px;
    position: relative;
    overflow: hidden
}

.footer-deco {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 68px;
    line-height: 1.15;
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    color: #ff96c21f;
    white-space: nowrap;
    pointer-events: none;
    user-select: none
}

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

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

.footer-left__heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #FF96C2;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 8px
}

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

.footer-nav__link {
    color: #F4F6F7;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .18s ease-out;
    min-height: 44px
}

.footer-nav__link:hover {
    color: #FF96C2
}

.footer-nav__dot {
    width: 5px;
    height: 5px;
    border-radius: 40px;
    background-color: #FF96C2;
    flex-shrink: 0
}

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

.footer-brand__frame {
    width: 90px;
    height: 110px;
    border: 1px solid #f4f6f74d;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 1px 2px -1px #ff96c20f 0 4px 28px -1px #ff96c217;
    padding: 8px
}

.footer-brand__logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.footer-brand__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.15;
    color: #F4F6F7;
    text-align: center;
    letter-spacing: .06em;
    text-transform: uppercase
}

.footer-brand__script {
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 16px;
    line-height: 1.4;
    color: #FF96C2;
    text-align: center
}

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

.footer-right__heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #FF96C2;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 8px
}

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

.contact-list__item {
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.contact-list__icon {
    width: 18px;
    height: 18px;
    fill: #FF96C2;
    flex-shrink: 0;
    margin-top: 2px
}

.contact-list__link {
    color: #F4F6F7;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6;
    transition: color .18s ease-out
}

.contact-list__link:hover {
    color: #FF96C2
}

.contact-list__text {
    color: #F4F6F7;
    font-size: 16px;
    line-height: 1.6
}

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

.footer-bottom__copy {
    font-size: 16px;
    line-height: 1.4;
    color: #f4f6f799
}

.footer-legal {
    display: flex;
    gap: 32px;
    flex-wrap: wrap
}

.footer-legal__link {
    font-size: 16px;
    line-height: 1.4;
    color: #f4f6f799;
    text-decoration: none;
    transition: color .18s ease-out
}

.footer-legal__link:hover {
    color: #FF96C2
}

.consent-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    background-color: #01486F;
    border-top: 2px solid #FF96C2;
    box-shadow: 0 9px 44px -1px #01486f21;
    z-index: 1500;
    padding: 32px
}

.consent-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between
}

.consent-bar__text-pod {
    flex: 1;
    min-width: 280px
}

.consent-bar__headline {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #F4F6F7;
    margin: 0 0 8px
}

.consent-bar__desc {
    font-size: 16px;
    line-height: 1.6;
    color: #f4f6f7d9;
    margin: 0
}

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

.consent-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #FF96C2;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .2s cubic-bezier(0.4, 0, 0.6, 1), background-color .2s cubic-bezier(0.4, 0, 0.6, 1);
    font-family: inherit
}

.consent-btn__accept {
    background-color: #FF96C2;
    color: #01486F
}

.consent-btn__accept:hover {
    background-color: #fff;
    color: #01486F;
    border-color: #fff
}

.consent-btn__decline {
    background-color: transparent;
    color: #FF96C2
}

.consent-btn__decline:hover {
    background-color: #ff96c21f;
    color: #fff
}

.pref-trigger {
    position: fixed;
    bottom: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    border-radius: 40px;
    background-color: #01486F;
    border: 2px solid #FF96C2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1400;
    box-shadow: 0 4px 28px -1px #01486f21;
    transition: background-color .18s ease-out
}

.pref-trigger:hover {
    background-color: #FF96C2
}

.pref-trigger__icon {
    width: 20px;
    height: 20px;
    fill: #F4F6F7
}

.pref-trigger:hover .pref-trigger__icon {
    fill: #01486F
}

@media (max-width: 900px) {
    .header-plate {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 32px 16px;
        text-align: center
    }

    .header-divider {
        width: 80px;
        height: 1px;
        background: linear-gradient(to right, transparent, #FF96C2, transparent);
        margin: 0 auto
    }

    .brand-pod {
        justify-content: center
    }

    .primary-nav {
        justify-content: center
    }

    .primary-nav__list {
        justify-content: center
    }

    .footer-plate {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center
    }

    .footer-left {
        align-items: center
    }

    .footer-right {
        align-items: center
    }

    .footer-nav__list {
        align-items: center
    }

    .contact-list__item {
        justify-content: center
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .top-bar {
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
        padding: 8px 16px
    }
}

@media (max-width: 600px) {
    .header-plate {
        padding: 16px
    }

    .brand-pod {
        flex-direction: column;
        gap: 8px
    }

    .brand-pod__text {
        align-items: center;
        text-align: center
    }

    .primary-nav__link {
        padding: 8px;
        font-size: 16px
    }

    .site-footer {
        padding: 56px 16px 32px
    }

    .consent-bar {
        padding: 16px
    }

    .consent-bar__actions {
        width: 100%;
        justify-content: stretch
    }

    .consent-btn {
        flex: 1;
        text-align: center
    }

    .footer-legal {
        gap: 16px;
        justify-content: center
    }
}

.text-policy {
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 56px
}

.text-policy h1 {
    font-size: 52px;
    line-height: 1.15;
    color: #01486F;
    padding-bottom: 32px;
    border-bottom: 2px solid #FF96C2;
    margin-bottom: 56px
}

.text-policy h2 {
    font-size: 18px;
    line-height: 1.4;
    color: #01486F;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: 56px;
    margin-bottom: 16px;
    padding-left: 16px;
    border-left: 4px solid #FF96C2;
    border-bottom: 1px solid #F4F6F7;
    padding-bottom: 8px
}

.text-policy h3 {
    font-size: 18px;
    line-height: 1.4;
    color: #01486F;
    margin-top: 32px;
    margin-bottom: 16px
}

.text-policy h4 {
    font-size: 16px;
    line-height: 1.4;
    color: #01486F;
    margin-top: 32px;
    margin-bottom: 8px
}

.text-policy h5 {
    font-size: 16px;
    line-height: 1.4;
    color: #01486F;
    margin-top: 16px;
    margin-bottom: 8px;
    opacity: .85
}

.text-policy h6 {
    font-size: 16px;
    line-height: 1.4;
    color: #01486F;
    margin-top: 16px;
    margin-bottom: 8px;
    opacity: .7
}

.text-policy p {
    font-size: 16px;
    line-height: 1.6;
    color: #1b2e3a;
    margin-bottom: 16px
}

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

.text-policy ol {
    margin: 16px 0 32px;
    padding-left: 32px;
    list-style: decimal
}

.text-policy ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #1b2e3a;
    padding: 8px 8px 8px 32px;
    margin-bottom: 8px;
    position: relative
}

.text-policy ul li::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #FF96C2
}

.text-policy ol li {
    font-size: 16px;
    line-height: 1.6;
    color: #1b2e3a;
    padding: 8px 0;
    margin-bottom: 8px;
    padding-left: 8px
}

.text-policy ol li::marker {
    color: #FF96C2;
    font-size: 16px
}

.text-policy ul li ul,
.text-policy ol li ol,
.text-policy ul li ol,
.text-policy ol li ul {
    margin: 8px 0 8px 16px
}

.text-policy strong {
    color: #01486F;
    font-weight: 700
}

.text-policy b {
    color: #01486F;
    font-weight: 700
}

.text-policy em {
    font-style: italic;
    color: #2a4a5e
}

.text-policy i {
    font-style: italic;
    color: #2a4a5e
}

.text-policy hr {
    border: none;
    height: 1px;
    background-color: #F4F6F7;
    margin: 56px 0;
    position: relative
}

.text-policy div {
    font-size: 16px;
    line-height: 1.6;
    color: #1b2e3a
}

.text-policy div+div {
    margin-top: 16px
}

@media (max-width: 1200px) {
    .text-policy {
        padding: 96px 32px
    }
}

@media (max-width: 900px) {
    .text-policy {
        padding: 56px 32px
    }

    .text-policy h1 {
        font-size: 52px;
        margin-bottom: 32px
    }
}

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

    .text-policy h1 {
        font-size: 18px;
        line-height: 1.4;
        padding-bottom: 16px;
        margin-bottom: 32px
    }

    .text-policy h2 {
        font-size: 16px;
        margin-top: 32px
    }

    .text-policy h3,
    .text-policy h4,
    .text-policy h5,
    .text-policy h6 {
        font-size: 16px
    }

    .text-policy ul li {
        padding-left: 24px
    }

    .text-policy ol {
        padding-left: 16px
    }

    .text-policy hr {
        margin: 32px 0
    }
}

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

.wbd .pg-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px
}

.wbd .divider-rad {
    width: 100%;
    height: 1px;
    background: radial-gradient(ellipse at center, #FF96C2 0%, transparent 70%);
    border: none;
    margin: 0
}

.wbd .spotlight-bg {
    position: relative;
    background: #fff;
    overflow: hidden
}

.wbd .spotlight-bg::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, #ff96c214 0%, transparent 70%);
    top: -100px;
    left: -200px;
    animation: spotdrift 12s ease-in-out infinite alternate;
    pointer-events: none
}

@keyframes spotdrift {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(300px, 200px)
    }
}

.wbd .title-sec {
    padding: 96px 0 56px;
    background: linear-gradient(180deg, #f4f6f7 0%, #fff 100%);
    position: relative
}

.wbd .title-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.wbd .title-left {
    padding: 56px 32px 56px 0
}

.wbd .tag-box {
    display: inline-block;
    border: 1px solid #01486F;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.4;
    color: #01486F;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 32px;
    border-radius: 5px
}

.wbd .main-h {
    font-size: 52px;
    line-height: 1.15;
    color: #01486F;
    margin: 0 0 32px;
    font-weight: 800;
    letter-spacing: -.01em
}

.wbd .sub-p {
    font-size: 18px;
    line-height: 1.6;
    color: #2c3e50;
    margin: 0 0 32px
}

.wbd .meta-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-bottom: 32px;
    flex-wrap: wrap
}

.wbd .meta-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.wbd .meta-label {
    font-size: 16px;
    line-height: 1.4;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .1em
}

.wbd .meta-val {
    font-size: 18px;
    line-height: 1.4;
    color: #01486F;
    font-weight: 700
}

.wbd .link-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    line-height: 1.4;
    color: #01486F;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    padding: 16px 32px;
    border-radius: 5px;
    border: 2px solid #01486F;
    background: transparent;
    transition: color .18s ease-out
}

.wbd .link-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #01486F;
    transition: height .22s cubic-bezier(0.4, 0, 0.6, 1);
    z-index: 0
}

.wbd .link-btn:hover::before {
    height: 100%
}

.wbd .link-btn:hover {
    color: #fff
}

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

.wbd .btn-arrow {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 18px;
    height: 18px
}

.wbd .btn-arrow svg {
    display: block
}

.wbd .title-right {
    position: relative
}

.wbd .img-wrap {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 1/1
}

.wbd .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: blur(0px);
    transition: filter .5s ease-out
}

.wbd .img-blur-fg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(0deg, #01486f59 0%, transparent 100%);
    pointer-events: none
}

.wbd .deco-bracket {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 48px;
    height: 48px;
    pointer-events: none;
    z-index: 2
}

.wbd .deco-bracket-bl {
    position: absolute;
    bottom: -16px;
    left: -16px;
    width: 48px;
    height: 48px;
    pointer-events: none;
    z-index: 2
}

.wbd .price-badge {
    position: absolute;
    bottom: 32px;
    right: 32px;
    background: #FF96C2;
    border-radius: 5px;
    padding: 16px;
    box-shadow: 0 4px 28px -1px #ff96c217;
    z-index: 3
}

.wbd .price-num {
    font-size: 52px;
    line-height: 1.15;
    color: #01486F;
    font-weight: 900;
    display: block
}

.wbd .price-desc {
    font-size: 16px;
    line-height: 1.4;
    color: #01486F;
    display: block;
    margin-top: 8px
}

.wbd .detail-sec {
    padding: 96px 0;
    background: linear-gradient(180deg, #fff 0%, #f4f6f7 100%);
    position: relative
}

.wbd .detail-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 56px;
    align-items: start
}

.wbd .prog-col {
    position: relative
}

.wbd .corner-bracket {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 32px;
    height: 32px;
    pointer-events: none
}

.wbd .sec-label {
    font-size: 16px;
    line-height: 1.4;
    color: #FF96C2;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 700;
    margin-bottom: 16px;
    display: block
}

.wbd .prog-heading {
    font-size: 52px;
    line-height: 1.15;
    color: #01486F;
    font-weight: 800;
    margin: 0 0 32px
}

.wbd .prog-body {
    font-size: 18px;
    line-height: 1.6;
    color: #2c3e50
}

.wbd .prog-body p {
    margin: 0 0 16px
}

.wbd .prog-body h2 {
    font-size: 18px;
    line-height: 1.4;
    color: #01486F;
    font-weight: 700;
    margin: 32px 0 16px
}

.wbd .prog-body strong {
    color: #01486F;
    font-weight: 700
}

.wbd .prog-body mark {
    background: #ff96c240;
    color: #01486F;
    padding: 0 8px;
    border-radius: 5px
}

.wbd .prog-body ol {
    padding-left: 32px;
    margin: 0 0 16px
}

.wbd .prog-body li {
    margin-bottom: 8px;
    line-height: 1.6
}

.wbd .prog-body dl {
    margin: 0 0 16px
}

.wbd .prog-body dt {
    font-weight: 700;
    color: #01486F
}

.wbd .prog-body dd {
    margin: 0 0 16px 16px
}

.wbd .prog-body blockquote {
    border-left: none;
    background: #01486f0d;
    border-radius: 5px;
    padding: 16px 32px;
    margin: 32px 0;
    font-style: italic;
    color: #01486F
}

.wbd .side-col {
    position: sticky;
    top: 32px
}

.wbd .info-card {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 28px -1px #01486f17;
    padding: 32px;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden
}

.wbd .info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(323deg, #FF96C2, #01486F)
}

.wbd .card-h {
    font-size: 18px;
    line-height: 1.4;
    color: #01486F;
    font-weight: 700;
    margin: 0 0 16px
}

.wbd .desc-body {
    font-size: 16px;
    line-height: 1.6;
    color: #2c3e50
}

.wbd .desc-body p {
    margin: 0 0 16px
}

.wbd .desc-body h2 {
    font-size: 18px;
    line-height: 1.4;
    color: #01486F;
    font-weight: 700;
    margin: 32px 0 16px
}

.wbd .desc-body small {
    font-size: 16px;
    color: #888;
    display: block;
    margin-top: 8px
}

.wbd .desc-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px
}

.wbd .desc-body ul li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 8px;
    line-height: 1.6
}

.wbd .desc-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #FF96C2;
    border-top: 2px solid #FF96C2;
    transform: rotate(45deg)
}

.wbd .desc-body ol {
    padding-left: 32px;
    margin: 0 0 16px
}

.wbd .desc-body li {
    margin-bottom: 8px;
    line-height: 1.6
}

.wbd .desc-body dl {
    margin: 0 0 16px
}

.wbd .desc-body dt {
    font-weight: 700;
    color: #01486F
}

.wbd .desc-body dd {
    margin: 0 0 16px 16px
}

.wbd .desc-body details {
    margin-bottom: 16px
}

.wbd .desc-body summary {
    cursor: pointer;
    font-weight: 700;
    color: #01486F;
    padding: 8px 0
}

.wbd .rating-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px
}

.wbd .stars {
    display: flex;
    flex-direction: row;
    gap: 8px
}

.wbd .star-svg {
    width: 20px;
    height: 20px
}

.wbd .rating-num {
    font-size: 18px;
    line-height: 1.4;
    color: #01486F;
    font-weight: 700
}

.wbd .rating-count {
    font-size: 16px;
    line-height: 1.4;
    color: #888
}

.wbd .enroll-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 16px 32px;
    background: #01486F;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .18s ease-out;
    box-shadow: 0 4px 28px -1px #01486f17
}

.wbd .enroll-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #FF96C2;
    transition: height .22s cubic-bezier(0.4, 0, 0.6, 1);
    z-index: 0
}

.wbd .enroll-btn:hover::before {
    height: 100%
}

.wbd .enroll-btn:hover {
    color: #01486F
}

.wbd .enroll-btn-txt {
    position: relative;
    z-index: 1
}

.wbd .anchor-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px
}

.wbd .anchor-svg {
    width: 56px;
    height: 56px;
    flex-shrink: 0
}

.wbd .anchor-label {
    font-size: 16px;
    line-height: 1.4;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .12em
}

.wbd .hover-head-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.wbd .hover-head-wrap .h-main {
    display: block;
    transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1), opacity .18s ease-out
}

.wbd .hover-head-wrap .h-alt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FF96C2;
    transform: translateY(100%);
    transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1), opacity .18s ease-out;
    opacity: 0
}

.wbd .hover-head-wrap:hover .h-main {
    transform: translateY(-100%);
    opacity: 0
}

.wbd .hover-head-wrap:hover .h-alt {
    transform: translateY(0);
    opacity: 1
}

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

    .wbd .title-left {
        padding: 32px 0 0
    }

    .wbd .detail-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .wbd .side-col {
        position: static
    }

    .wbd .main-h {
        font-size: 52px
    }

    .wbd .prog-heading {
        font-size: 52px
    }
}

@media (max-width: 600px) {
    .wbd .title-sec {
        padding: 56px 0 32px
    }

    .wbd .detail-sec {
        padding: 56px 0
    }

    .wbd .pg-wrap {
        padding: 0 16px
    }

    .wbd .main-h {
        font-size: 52px
    }

    .wbd .prog-heading {
        font-size: 52px
    }

    .wbd .meta-row {
        gap: 16px
    }

    .wbd .price-badge {
        bottom: 16px;
        right: 16px;
        padding: 8px 16px
    }

    .wbd .price-num {
        font-size: 18px
    }
}

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

.prt * {
    box-sizing: border-box
}

.prt .prt__lead {
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 56px 56px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: end;
    position: relative
}

.prt .prt__lead-deco {
    position: absolute;
    top: 56px;
    right: 56px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    pointer-events: none
}

.prt .prt__lead-deco span {
    display: block;
    width: 32px;
    height: 2px;
    background: #FF96C2
}

.prt .prt__lead-deco span:nth-child(2) {
    width: 22px
}

.prt .prt__lead-deco span:nth-child(3) {
    width: 14px
}

.prt .prt__text-col {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prt .prt__tag {
    display: inline-block;
    border: 1px solid #01486F;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.4;
    color: #01486F;
    letter-spacing: .08em;
    text-transform: uppercase;
    align-self: flex-start
}

.prt .prt__h1 {
    font-size: 68px;
    line-height: 1.15;
    color: #01486F;
    margin: 0;
    font-weight: 800
}

.prt .prt__h1 em {
    font-style: normal;
    color: #FF96C2
}

.prt .prt__lead-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prt .prt__lead-points li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    font-size: 18px;
    line-height: 1.6;
    color: #01486F
}

.prt .prt__lead-points li svg {
    flex-shrink: 0;
    margin-top: 4px
}

.prt .prt__img-col {
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.prt .prt__img-col img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
    border-radius: 5px;
    opacity: .18
}

.prt .prt__img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(323deg, #FF96C2 0%, #01486F 100%);
    border-radius: 5px;
    mix-blend-mode: multiply;
    opacity: .82
}

.prt .prt__img-stat {
    position: absolute;
    bottom: 32px;
    left: 32px;
    right: 32px;
    background: #ffffff1f;
    border: 1px solid #ffffff47;
    border-radius: 5px;
    padding: 16px 32px;
    box-shadow: 0 9px 44px -1px #01486f21;
    backdrop-filter: blur(6px)
}

.prt .prt__stat-num {
    font-size: 52px;
    line-height: 1.15;
    font-weight: 800;
    color: #fff;
    display: block
}

.prt .prt__stat-label {
    font-size: 16px;
    line-height: 1.4;
    color: #ffffffe0;
    display: block;
    margin-top: 8px
}

.prt .prt__grid-section {
    background: #F4F6F7;
    padding: 96px 0 56px;
    position: relative
}

.prt .prt__grid-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 56px
}

.prt .prt__grid-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 56px
}

.prt .prt__h2 {
    font-size: 52px;
    line-height: 1.15;
    color: #01486F;
    margin: 0;
    font-weight: 700;
    max-width: 520px
}

.prt .prt__grid-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #2c4a5a;
    max-width: 380px;
    margin: 0
}

.prt .prt__mesh-bg {
    background: linear-gradient(323deg, #ff96c21f 0%, #01486f14 60%, #f4f6f799 100%);
    border-radius: 40px;
    padding: 56px;
    margin-bottom: 56px;
    box-shadow: 0 4px 28px -1px #ff96c217
}

.prt .prt__table-wrap {
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #01486f24
}

.prt .prt__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.6
}

.prt .prt__table thead tr {
    background: #01486F;
    color: #fff
}

.prt .prt__table thead th {
    padding: 16px 32px;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-weight: 600
}

.prt .prt__table tbody tr {
    background: #fff;
    transition: background .18s ease-out
}

.prt .prt__table tbody tr:nth-child(even) {
    background: #F4F6F7
}

.prt .prt__table tbody tr:hover {
    background: #ff96c21f
}

.prt .prt__table tbody td {
    padding: 16px 32px;
    color: #01486F;
    border-bottom: 1px solid #01486f14;
    vertical-align: middle
}

.prt .prt__table tbody td:first-child {
    font-weight: 600
}

.prt .prt__table-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600
}

.prt .prt__table-badge.active {
    background: #01486f1a;
    color: #01486F
}

.prt .prt__table-badge.partner {
    background: #ff96c233;
    color: #c0006a
}

.prt .prt__cards-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 56px
}

.prt .prt__card {
    background: #fff;
    border-radius: 5px;
    padding: 32px;
    position: relative;
    box-shadow: 0 1px 2px -1px #ff96c20f 0 4px 28px -1px #ff96c217;
    transition: box-shadow .22s cubic-bezier(0.4, 0, 0.6, 1), transform .18s ease-out;
    overflow: hidden
}

.prt .prt__card:hover {
    box-shadow: 0 9px 44px -1px #01486f21;
    transform: translateY(-4px)
}

.prt .prt__card-corner-tag {
    position: absolute;
    top: 0;
    right: 0;
    background: #FF96C2;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    padding: 8px 16px;
    border-radius: 0 5px 0 5px;
    font-weight: 600
}

.prt .prt__card-icon {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background: linear-gradient(323deg, #FF96C2, #01486F);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    box-shadow: inset 0 1px 6px #ffffff2e
}

.prt .prt__card-h {
    font-size: 18px;
    line-height: 1.4;
    color: #01486F;
    font-weight: 700;
    margin: 0 0 16px
}

.prt .prt__card-p {
    font-size: 16px;
    line-height: 1.6;
    color: #2c4a5a;
    margin: 0
}

.prt .prt__card-img-wrap {
    margin-top: 16px;
    border-radius: 5px;
    overflow: hidden
}

.prt .prt__card-img-wrap img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    opacity: .14;
    display: block
}

.prt .prt__big-stat-row {
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: stretch;
    margin-top: 56px
}

.prt .prt__big-stat-box {
    flex: 0 0 340px;
    background: linear-gradient(323deg, #FF96C2 0%, #01486F 100%);
    border-radius: 40px;
    padding: 56px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 9px 44px -1px #01486f21;
    position: relative;
    overflow: hidden
}

.prt .prt__big-stat-box::before {
    content: "";
    position: absolute;
    top: -32px;
    left: -32px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #ffffff14;
    pointer-events: none
}

.prt .prt__big-num {
    font-size: 68px;
    line-height: 1.15;
    font-weight: 800;
    color: #fff;
    display: block;
    text-align: center
}

.prt .prt__big-unit {
    font-size: 52px;
    line-height: 1.15;
    font-weight: 800;
    color: #ffffffb3
}

.prt .prt__big-stat-label {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffffe6;
    text-align: center;
    margin-top: 16px;
    display: block
}

.prt .prt__big-stat-context {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center
}

.prt .prt__context-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.prt .prt__context-num {
    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
    color: #FF96C2;
    flex-shrink: 0;
    width: 80px;
    text-align: right
}

.prt .prt__context-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px
}

.prt .prt__context-text strong {
    font-size: 18px;
    line-height: 1.4;
    color: #01486F;
    font-weight: 700
}

.prt .prt__context-text span {
    font-size: 16px;
    line-height: 1.6;
    color: #2c4a5a
}

.prt .prt__mobile-cards {
    display: none;
    flex-direction: column;
    gap: 16px
}

.prt .prt__mob-card {
    background: #fff;
    border-radius: 5px;
    padding: 16px;
    box-shadow: 0 1px 2px -1px #ff96c20f 0 4px 28px -1px #ff96c217
}

.prt .prt__mob-card-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px
}

.prt .prt__mob-label {
    font-size: 16px;
    line-height: 1.4;
    color: #01486F;
    font-weight: 600
}

.prt .prt__mob-val {
    font-size: 16px;
    line-height: 1.4;
    color: #2c4a5a
}

@keyframes prt-elastic {
    0% {
        opacity: 0;
        transform: scale(0.88) translateY(24px)
    }

    60% {
        opacity: 1;
        transform: scale(1.03) translateY(-6px)
    }

    80% {
        transform: scale(0.98) translateY(2px)
    }

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

.prt .prt__lead-text-col {
    animation: prt-elastic .6s cubic-bezier(0.4, 0, 0.6, 1) both
}

.prt .prt__lead-img-col {
    animation: prt-elastic .72s .12s cubic-bezier(0.4, 0, 0.6, 1) both
}

@media (max-width: 900px) {
    .prt .prt__lead {
        grid-template-columns: 1fr;
        padding: 56px 32px 32px;
        gap: 32px
    }

    .prt .prt__lead-deco {
        top: 32px;
        right: 32px
    }

    .prt .prt__h1 {
        font-size: 52px
    }

    .prt .prt__grid-inner {
        padding: 0 32px
    }

    .prt .prt__grid-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .prt .prt__cards-row {
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }

    .prt .prt__big-stat-row {
        flex-direction: column;
        gap: 32px
    }

    .prt .prt__big-stat-box {
        flex: 0 0 auto;
        width: 100%;
        border-radius: 5px;
        padding: 32px
    }

    .prt .prt__mesh-bg {
        padding: 32px
    }
}

@media (max-width: 600px) {
    .prt .prt__lead {
        padding: 32px 16px
    }

    .prt .prt__h1 {
        font-size: 52px
    }

    .prt .prt__h2 {
        font-size: 52px
    }

    .prt .prt__grid-section {
        padding: 56px 0 32px
    }

    .prt .prt__grid-inner {
        padding: 0 16px
    }

    .prt .prt__cards-row {
        grid-template-columns: 1fr
    }

    .prt .prt__table-wrap {
        display: none
    }

    .prt .prt__mobile-cards {
        display: flex
    }

    .prt .prt__mesh-bg {
        padding: 16px;
        border-radius: 5px
    }

    .prt .prt__big-num {
        font-size: 52px
    }

    .prt .prt__context-num {
        font-size: 52px;
        width: 64px
    }

    .prt .prt__big-stat-row {
        margin-top: 32px
    }

    .prt .prt__big-stat-box {
        padding: 32px 16px
    }

    .prt .prt__img-stat {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 16px
    }

    .prt .prt__stat-num {
        font-size: 52px
    }
}

.wbn-root {
    overflow-x: hidden
}

.wbn-root .pg-head {
    padding: 96px 32px 56px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 56px;
    align-items: start;
    position: relative
}

.wbn-root .pg-head-left {
    position: relative;
    z-index: 1
}

.wbn-root .pg-bg-num {
    position: absolute;
    right: 360px;
    top: 56px;
    font-size: 220px;
    line-height: 1.15;
    color: #FF96C2;
    opacity: .08;
    pointer-events: none;
    user-select: none;
    z-index: 0
}

.wbn-root .pg-label {
    display: inline-block;
    border: 1px solid #01486F;
    color: #01486F;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 5px;
    margin-bottom: 32px
}

.wbn-root .pg-h1 {
    font-size: 68px;
    line-height: 1.15;
    color: #01486F;
    margin: 0 0 32px;
    animation: headLift .55s cubic-bezier(0.4, 0, 0.6, 1) both
}

.wbn-root .pg-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #2a3a45;
    max-width: 540px
}

.wbn-root .pg-img-col {
    position: relative
}

.wbn-root .pg-img-wrap {
    aspect-ratio: 1/1;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 9px 44px -1px #01486f21;
    position: relative
}

.wbn-root .pg-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    display: block;
    transition: filter .18s ease-out
}

.wbn-root .pg-img-wrap:hover img {
    filter: grayscale(0%) saturate(1.2)
}

.wbn-root .pg-img-tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(323deg, #ff96c259, #01486f33);
    opacity: 0;
    transition: opacity .18s ease-out;
    pointer-events: none;
    border-radius: 5px
}

.wbn-root .pg-img-wrap:hover .pg-img-tint {
    opacity: 1
}

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

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

.wbn-root .svg-divider {
    width: 100%;
    line-height: 0;
    display: block
}

.wbn-root .cards-area {
    background: #F4F6F7;
    padding: 56px 32px
}

.wbn-root .cards-inner {
    max-width: 1200px;
    margin: 0 auto
}

.wbn-root .cards-heading {
    font-size: 52px;
    line-height: 1.15;
    color: #01486F;
    margin: 0 0 16px
}

.wbn-root .cards-sub {
    font-size: 18px;
    line-height: 1.6;
    color: #2a3a45;
    margin: 0 0 56px;
    max-width: 600px
}

.wbn-root .cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px
}

.wbn-root .wbn-card {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 28px -1px #ff96c217;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow .18s ease-out, transform .18s ease-out
}

.wbn-root .wbn-card:hover {
    box-shadow: 0 9px 44px -1px #01486f21;
    transform: translateY(-4px)
}

.wbn-root .card-img-wrap {
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    max-height: 260px
}

.wbn-root .card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.wbn-root .wbn-card:hover .card-img-wrap img {
    transform: scale(1.04)
}

.wbn-root .card-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(323deg, #ff96c266, #01486f40);
    opacity: 0;
    transition: opacity .18s ease-out;
    pointer-events: none
}

.wbn-root .wbn-card:hover .card-img-overlay {
    opacity: 1
}

.wbn-root .card-body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.wbn-root .card-tag {
    display: inline-block;
    border: 1px solid #FF96C2;
    color: #01486F;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 5px;
    margin-bottom: 16px;
    align-self: flex-start
}

.wbn-root .card-title {
    font-size: 18px;
    line-height: 1.4;
    color: #01486F;
    margin: 0 0 16px;
    font-weight: 700
}

.wbn-root .card-text {
    font-size: 16px;
    line-height: 1.6;
    color: #2a3a45;
    margin: 0 0 32px;
    flex: 1
}

.wbn-root .card-meta {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 32px
}

.wbn-root .card-duration {
    font-size: 16px;
    line-height: 1.4;
    color: #01486F;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.wbn-root .card-duration-icon {
    width: 16px;
    height: 16px;
    display: block
}

.wbn-root .card-price-row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: auto
}

.wbn-root .card-price {
    font-size: 52px;
    line-height: 1.15;
    color: #01486F;
    font-weight: 700
}

.wbn-root .card-price-terms {
    font-size: 16px;
    line-height: 1.6;
    color: #5a7080;
    max-width: 180px;
    text-align: right
}

.wbn-root .card-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #01486F;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none;
    margin-top: 32px;
    padding: 16px 32px;
    border: 2px solid #01486F;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: color .18s ease-out;
    z-index: 1
}

.wbn-root .card-link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #01486F;
    transition: height .2s cubic-bezier(0.4, 0, 0.6, 1);
    z-index: -1
}

.wbn-root .card-link:hover::before {
    height: 100%
}

.wbn-root .card-link:hover {
    color: #fff !important
}

.wbn-root .card-link-arrow {
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0
}

.wbn-root .svg-divider2 {
    width: 100%;
    line-height: 0;
    display: block
}

.wbn-root .stats-area {
    padding: 96px 32px;
    background: #fff
}

.wbn-root .stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.wbn-root .stats-left {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.wbn-root .stats-hero-num {
    font-size: 68px;
    line-height: 1.15;
    color: #FF96C2;
    font-weight: 700;
    box-shadow: inset 0 -8px 0 #ff96c22e;
    display: inline-block
}

.wbn-root .stats-hero-label {
    font-size: 18px;
    line-height: 1.6;
    color: #01486F;
    font-weight: 600;
    margin-top: 8px
}

.wbn-root .stats-hero-ctx {
    font-size: 16px;
    line-height: 1.6;
    color: #2a3a45;
    max-width: 420px
}

.wbn-root .stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.wbn-root .stat-item {
    background: #F4F6F7;
    border-radius: 5px;
    padding: 32px;
    box-shadow: 0 1px 2px -1px #ff96c20f
}

.wbn-root .stat-num {
    font-size: 52px;
    line-height: 1.15;
    color: #01486F;
    font-weight: 700
}

.wbn-root .stat-desc {
    font-size: 16px;
    line-height: 1.4;
    color: #5a7080;
    margin-top: 8px
}

.wbn-root .stats-right {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.wbn-root .stats-text-h {
    font-size: 52px;
    line-height: 1.15;
    color: #01486F;
    margin: 0 0 16px
}

.wbn-root .stats-text-p {
    font-size: 16px;
    line-height: 1.6;
    color: #2a3a45
}

.wbn-root .svg-divider3 {
    width: 100%;
    line-height: 0;
    display: block
}

.wbn-root .timeline-area {
    background: linear-gradient(323deg, #FF96C2, #01486F);
    padding: 96px 32px
}

.wbn-root .timeline-inner {
    max-width: 1200px;
    margin: 0 auto
}

.wbn-root .timeline-h {
    font-size: 52px;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 16px
}

.wbn-root .timeline-sub {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffffd9;
    margin: 0 0 56px;
    max-width: 560px
}

.wbn-root .timeline-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    padding-left: 56px
}

.wbn-root .timeline-line {
    position: absolute;
    left: 16px;
    top: 16px;
    bottom: 16px;
    width: 2px;
    background: #ffffff4d
}

.wbn-root .tl-item {
    position: relative;
    padding: 0 0 56px 32px
}

.wbn-root .tl-item:last-child {
    padding-bottom: 0
}

.wbn-root .tl-dot {
    position: absolute;
    left: -48px;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 40px;
    background: #FF96C2;
    border: 3px solid #fff;
    box-shadow: 0 1px 2px -1px #ff96c20f
}

.wbn-root .tl-dot-done {
    background: #fff
}

.wbn-root .tl-dot-active {
    background: #FF96C2;
    box-shadow: 0 4px 28px -1px #ff96c217 inset 0 0 0 3px #ffffff80
}

.wbn-root .tl-status {
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #ffffffb3;
    margin-bottom: 8px
}

.wbn-root .tl-title {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
    margin: 0 0 8px
}

.wbn-root .tl-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #fffc
}

.wbn-root .svg-divider4 {
    width: 100%;
    line-height: 0;
    display: block
}

.wbn-root .dashed-area {
    padding: 96px 32px;
    background: #fff
}

.wbn-root .dashed-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px
}

.wbn-root .dashed-featured {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.wbn-root .dashed-box {
    border: 2px dashed #FF96C2;
    border-radius: 5px;
    padding: 32px;
    position: relative
}

.wbn-root .dashed-h {
    font-size: 52px;
    line-height: 1.15;
    color: #01486F;
    margin: 0 0 16px
}

.wbn-root .dashed-p {
    font-size: 16px;
    line-height: 1.6;
    color: #2a3a45
}

.wbn-root .dashed-side {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.wbn-root .side-item {
    background: #F4F6F7;
    border-radius: 5px;
    padding: 32px;
    box-shadow: 0 1px 2px -1px #01486f0f
}

.wbn-root .side-item-h {
    font-size: 18px;
    line-height: 1.4;
    color: #01486F;
    font-weight: 700;
    margin: 0 0 8px
}

.wbn-root .side-item-p {
    font-size: 16px;
    line-height: 1.6;
    color: #2a3a45
}

.wbn-root .side-item-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: #01486F;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none;
    transition: gap .18s ease-out
}

.wbn-root .side-item-arrow:hover {
    gap: 16px
}

.wbn-root .arr-svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.wbn-root .info-area {
    background: #F4F6F7;
    padding: 56px 32px
}

.wbn-root .info-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px
}

.wbn-root .info-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.wbn-root .info-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 8px
}

.wbn-root .info-h {
    font-size: 18px;
    line-height: 1.4;
    color: #01486F;
    font-weight: 700
}

.wbn-root .info-p {
    font-size: 16px;
    line-height: 1.6;
    color: #2a3a45
}

@media (max-width: 1200px) {
    .wbn-root .pg-head {
        grid-template-columns: 1fr 280px
    }

    .wbn-root .pg-h1 {
        font-size: 52px
    }

    .wbn-root .pg-bg-num {
        font-size: 160px;
        right: 300px
    }
}

@media (max-width: 900px) {
    .wbn-root .pg-head {
        grid-template-columns: 1fr;
        padding: 56px 32px 32px
    }

    .wbn-root .pg-img-col {
        display: none
    }

    .wbn-root .pg-bg-num {
        right: 32px;
        font-size: 120px
    }

    .wbn-root .cards-grid {
        grid-template-columns: 1fr
    }

    .wbn-root .stats-inner {
        grid-template-columns: 1fr
    }

    .wbn-root .dashed-inner {
        grid-template-columns: 1fr
    }

    .wbn-root .dashed-featured {
        grid-column: span 1
    }

    .wbn-root .info-inner {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 600px) {
    .wbn-root .pg-h1 {
        font-size: 52px
    }

    .wbn-root .cards-area {
        padding: 56px 16px
    }

    .wbn-root .stats-grid {
        grid-template-columns: 1fr
    }

    .wbn-root .info-inner {
        grid-template-columns: 1fr
    }

    .wbn-root .stats-area {
        padding: 56px 16px
    }

    .wbn-root .timeline-area {
        padding: 56px 16px
    }

    .wbn-root .dashed-area {
        padding: 56px 16px
    }

    .wbn-root .card-price {
        font-size: 52px
    }
}

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

.abt-pg .schema-block {
    display: none
}

.abt-pg .split-lead {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 480px;
    position: relative
}

.abt-pg .split-lead__left {
    background: #01486F;
    padding: 56px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden
}

.abt-pg .split-lead__left::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    width: 180px;
    height: 180px;
    border: 1px solid #ff96c240;
    border-radius: 5px;
    transform: rotate(18deg);
    pointer-events: none
}

.abt-pg .split-lead__left::after {
    content: '';
    position: absolute;
    bottom: 32px;
    left: 32px;
    width: 60px;
    height: 1px;
    background: #FF96C2
}

.abt-pg .lead-eyebrow {
    font-size: 16px;
    line-height: 1.4;
    color: #ff96c2d9;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 16px
}

.abt-pg .lead-h1 {
    font-size: 68px;
    line-height: 1.15;
    color: #F4F6F7;
    font-weight: 800;
    margin-bottom: 32px
}

.abt-pg .lead-geo {
    font-size: 16px;
    line-height: 1.6;
    color: #f4f6f799
}

.abt-pg .split-lead__right {
    background: #F4F6F7;
    position: relative;
    overflow: hidden
}

.abt-pg .split-lead__right::before {
    content: '';
    position: absolute;
    top: 32px;
    right: 32px;
    width: 90px;
    height: 90px;
    border: 1px solid #01486f2e;
    border-radius: 5px;
    pointer-events: none
}

.abt-pg .lead-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    aspect-ratio: 1/1
}

.abt-pg .lead-img-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.abt-pg .color-bleed {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 260px;
    height: 260px;
    background: #ff96c22e;
    border-radius: 40px 0 0 0;
    animation: bleed-pulse 6s ease-in-out infinite;
    pointer-events: none;
    z-index: 0
}

@keyframes bleed-pulse {
    0% {
        opacity: .4;
        transform: scale(0.85)
    }

    50% {
        opacity: 1;
        transform: scale(1.08)
    }

    100% {
        opacity: .4;
        transform: scale(0.85)
    }
}

.abt-pg .about-story {
    padding: 96px 0;
    background: #fff;
    position: relative
}

.abt-pg .story-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 56px;
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 56px;
    align-items: start
}

.abt-pg .story-img-col {
    position: relative
}

.abt-pg .story-img-frame {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 9px 44px -1px #01486f21
}

.abt-pg .story-img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform .55s cubic-bezier(0.4, 0, 0.6, 1)
}

.abt-pg .story-img-frame:hover img {
    transform: scale(1.04)
}

.abt-pg .story-curve {
    position: absolute;
    bottom: -24px;
    left: -24px;
    width: 80px;
    height: 80px;
    border-bottom: 2px solid #FF96C2;
    border-left: 2px solid #FF96C2;
    border-radius: 0 0 0 40px;
    pointer-events: none
}

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

.abt-pg .story-label {
    display: inline-block;
    border: 1px solid #01486F;
    border-radius: 5px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.4;
    color: #01486F;
    letter-spacing: .06em;
    text-transform: uppercase;
    align-self: flex-start
}

.abt-pg .story-h2 {
    font-size: 52px;
    line-height: 1.15;
    color: #01486F;
    font-weight: 700;
    margin: 0
}

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

.abt-pg .story-p {
    font-size: 18px;
    line-height: 1.6;
    color: #1a2e3b;
    margin: 0
}

.abt-pg .story-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 8px
}

.abt-pg .metric-item {
    padding: 16px;
    background: #F4F6F7;
    border-radius: 5px;
    border-top: 3px solid #FF96C2;
    clip-path: inset(100% 0 0 0);
    animation: reveal-clip .52s cubic-bezier(0.4, 0, 0.6, 1) forwards
}

.abt-pg .metric-item:nth-child(1) {
    animation-delay: .08s
}

.abt-pg .metric-item:nth-child(2) {
    animation-delay: .18s
}

.abt-pg .metric-item:nth-child(3) {
    animation-delay: .28s
}

.abt-pg .metric-item:nth-child(4) {
    animation-delay: .38s
}

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

.abt-pg .metric-num {
    font-size: 52px;
    line-height: 1.15;
    font-weight: 800;
    color: #01486F;
    display: block
}

.abt-pg .metric-desc {
    font-size: 16px;
    line-height: 1.4;
    color: #4a6070;
    display: block;
    margin-top: 8px
}

.abt-pg .approach-band {
    background: linear-gradient(323deg, #FF96C2, #01486F);
    padding: 96px 0;
    position: relative;
    overflow: hidden
}

.abt-pg .approach-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 39px, #f4f6f712 39px, #f4f6f712 40px), repeating-linear-gradient(90deg, transparent, transparent 39px, #f4f6f712 39px, #f4f6f712 40px);
    background-size: 40px 40px;
    pointer-events: none
}

.abt-pg .approach-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 56px;
    position: relative;
    z-index: 1
}

.abt-pg .approach-head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 56px;
    max-width: 560px
}

.abt-pg .approach-h2 {
    font-size: 52px;
    line-height: 1.15;
    color: #F4F6F7;
    font-weight: 700;
    margin: 0
}

.abt-pg .approach-sub {
    font-size: 18px;
    line-height: 1.6;
    color: #f4f6f7d1;
    margin: 0
}

.abt-pg .approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.abt-pg .appr-card {
    background: #f4f6f71a;
    border-radius: 5px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid #f4f6f72e;
    box-shadow: inset 0 1px 0 #ffffff1f;
    transition: background .18s ease-out, transform .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.abt-pg .appr-card:hover {
    background: #f4f6f72e;
    transform: translateY(-4px)
}

.abt-pg .appr-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0
}

.abt-pg .appr-h4 {
    font-size: 18px;
    line-height: 1.4;
    color: #F4F6F7;
    font-weight: 700;
    margin: 0
}

.abt-pg .appr-p {
    font-size: 16px;
    line-height: 1.6;
    color: #f4f6f7c7;
    margin: 0
}

.abt-pg .approach-img-strip {
    margin-top: 56px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 32px;
    align-items: center
}

.abt-pg .strip-img-wrap {
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 40px;
    box-shadow: 0 4px 28px -1px #01486f17
}

.abt-pg .strip-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt-pg .strip-text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-pg .strip-h3 {
    font-size: 52px;
    line-height: 1.15;
    color: #F4F6F7;
    font-weight: 700;
    margin: 0
}

.abt-pg .strip-p {
    font-size: 18px;
    line-height: 1.6;
    color: #f4f6f7d1;
    margin: 0
}

.abt-pg .strip-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-pg .strip-list li {
    font-size: 16px;
    line-height: 1.6;
    color: #f4f6f7d9;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.abt-pg .strip-list li::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #FF96C2;
    border-bottom: 2px solid #FF96C2;
    transform: rotate(-45deg);
    flex-shrink: 0;
    margin-top: 6px
}

.abt-pg .link-cta {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #FF96C2;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .04em;
    position: relative;
    overflow: hidden;
    padding: 8px 0;
    transition: color .18s ease-out;
    align-self: flex-start
}

.abt-pg .link-cta::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    flex-shrink: 0;
    transition: transform .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.abt-pg .link-cta:hover::after {
    transform: rotate(-45deg) translate(3px, 3px)
}

.abt-pg .link-cta:focus-visible {
    outline: 2px solid #FF96C2 !important;
    outline-offset: 4px !important;
    border-radius: 5px !important
}

@media (max-width: 1200px) {
    .abt-pg .split-lead__left {
        padding: 56px 32px
    }

    .abt-pg .lead-h1 {
        font-size: 52px
    }

    .abt-pg .story-inner {
        padding: 0 32px
    }

    .abt-pg .approach-inner {
        padding: 0 32px
    }
}

@media (max-width: 900px) {
    .abt-pg .split-lead {
        grid-template-columns: 1fr
    }

    .abt-pg .split-lead__right {
        height: 320px
    }

    .abt-pg .lead-img {
        aspect-ratio: auto
    }

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

    .abt-pg .story-img-col {
        max-width: 400px
    }

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

    .abt-pg .approach-img-strip {
        grid-template-columns: 1fr
    }

    .abt-pg .strip-img-wrap {
        max-width: 320px
    }

    .abt-pg .strip-h3 {
        font-size: 52px
    }
}

@media (max-width: 600px) {
    .abt-pg .split-lead__left {
        padding: 56px 16px 32px
    }

    .abt-pg .lead-h1 {
        font-size: 52px
    }

    .abt-pg .about-story {
        padding: 56px 0
    }

    .abt-pg .story-inner {
        padding: 0 16px;
        gap: 32px
    }

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

    .abt-pg .metric-num {
        font-size: 52px
    }

    .abt-pg .approach-band {
        padding: 56px 0
    }

    .abt-pg .approach-inner {
        padding: 0 16px
    }

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

    .abt-pg .approach-h2 {
        font-size: 52px
    }

    .abt-pg .strip-h3 {
        font-size: 52px
    }

    .abt-pg .story-h2 {
        font-size: 52px
    }
}

.prm {
    overflow-x: hidden
}

.prm .pg-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px
}

.prm .t-intro {
    background: #01486F;
    padding: 96px 0 56px;
    position: relative
}

.prm .t-intro-decor {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 320px;
    pointer-events: none;
    overflow: hidden
}

.prm .t-intro-decor svg {
    width: 100%;
    height: 100%;
    opacity: .07
}

.prm .t-intro-grid {
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start
}

.prm .t-intro-body {
    flex: 1 1 0;
    min-width: 0
}

.prm .t-intro-label {
    display: inline-block;
    border: 1px solid #ff96c280;
    color: #FF96C2;
    font-size: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 5px;
    margin-bottom: 32px;
    line-height: 1.15
}

.prm .t-intro-h1 {
    font-size: 68px;
    line-height: 1.15;
    color: #F4F6F7;
    margin: 0 0 32px;
    font-weight: 800
}

.prm .t-intro-sub {
    font-size: 18px;
    line-height: 1.6;
    color: #f4f6f7c7;
    max-width: 540px;
    margin: 0 0 32px
}

.prm .t-intro-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FF96C2;
    color: #01486F;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .18s ease-out
}

.prm .t-intro-cta::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: #01486F;
    transition: bottom .22s cubic-bezier(0.4, 0, 0.6, 1);
    z-index: 0
}

.prm .t-intro-cta:hover::before {
    bottom: 0
}

.prm .t-intro-cta:hover {
    color: #FF96C2
}

.prm .t-intro-cta span {
    position: relative;
    z-index: 1
}

.prm .t-intro-img-col {
    flex: 0 0 380px;
    position: relative
}

.prm .t-intro-img-wrap {
    width: 380px;
    aspect-ratio: 1/1;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    animation: imgScale .6s cubic-bezier(0.4, 0, 0.6, 1) both
}

@keyframes imgScale {
    from {
        transform: scale(0.97);
        opacity: .7
    }

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

.prm .t-intro-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.prm .t-intro-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(323deg, #01486fb3 0%, transparent 60%);
    pointer-events: none
}

.prm .who-sec {
    background: #F4F6F7;
    padding: 96px 0;
    position: relative
}

.prm .who-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.prm .who-text-col {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prm .who-label {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #FF96C2;
    font-weight: 700;
    line-height: 1.15
}

.prm .who-h2 {
    font-size: 52px;
    line-height: 1.15;
    color: #01486F;
    font-weight: 800;
    margin: 0
}

.prm .who-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #2a3d4a;
    margin: 0
}

.prm .who-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prm .who-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    font-size: 16px;
    line-height: 1.6;
    color: #2a3d4a
}

.prm .who-list li::before {
    content: '';
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin-top: 7px;
    border-right: 2px solid #FF96C2;
    border-bottom: 2px solid #FF96C2;
    transform: rotate(-45deg)
}

.prm .who-card-col {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prm .who-card {
    background: #fff;
    border-radius: 5px;
    padding: 32px;
    box-shadow: 0 4px 28px -1px #ff96c217
}

.prm .who-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #01486F;
    margin: 0 0 8px;
    line-height: 1.4
}

.prm .who-card-body {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4f5c;
    margin: 0
}

.prm .who-card-accent {
    background: #01486F;
    border-radius: 5px;
    padding: 32px
}

.prm .who-card-accent .who-card-title {
    color: #FF96C2
}

.prm .who-card-accent .who-card-body {
    color: #f4f6f7d9
}

.prm .method-sec {
    background: #fff;
    padding: 96px 0
}

.prm .method-top {
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start;
    margin-bottom: 56px
}

.prm .method-head {
    flex: 0 0 400px
}

.prm .method-label {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #FF96C2;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.15
}

.prm .method-h2 {
    font-size: 52px;
    line-height: 1.15;
    color: #01486F;
    font-weight: 800;
    margin: 0
}

.prm .method-intro {
    flex: 1 1 0;
    min-width: 0
}

.prm .method-intro-p {
    font-size: 18px;
    line-height: 1.6;
    color: #2a3d4a;
    margin: 0
}

.prm .method-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.prm .method-step {
    border-top: 2px solid #FF96C2;
    padding: 32px 0 0
}

.prm .method-step-num {
    font-size: 52px;
    font-weight: 800;
    color: #01486f1a;
    line-height: 1.15;
    margin-bottom: 8px
}

.prm .method-step-title {
    font-size: 18px;
    font-weight: 700;
    color: #01486F;
    margin: 0 0 8px;
    line-height: 1.4
}

.prm .method-step-body {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4f5c;
    margin: 0
}

.prm .method-img-row {
    margin-top: 56px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: stretch
}

.prm .method-img-wrap {
    flex: 0 0 340px;
    aspect-ratio: 1/1;
    border-radius: 5px;
    overflow: hidden;
    animation: imgScale .7s cubic-bezier(0.4, 0, 0.6, 1) .12s both
}

.prm .method-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.prm .method-aside {
    flex: 1 1 0;
    min-width: 0;
    background: linear-gradient(323deg, #FF96C2 0%, #01486F 100%);
    border-radius: 5px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px
}

.prm .method-aside-text {
    font-size: 18px;
    line-height: 1.6;
    color: #F4F6F7;
    margin: 0
}

.prm .method-aside-stat {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15
}

.prm .method-aside-stat-label {
    font-size: 16px;
    color: #f4f6f7cc;
    line-height: 1.4
}

.prm .outcomes-sec {
    background: #01486F;
    padding: 96px 0;
    position: relative;
    overflow: hidden
}

.prm .outcomes-diag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
    pointer-events: none;
    overflow: hidden
}

.prm .outcomes-diag svg {
    opacity: .06
}

.prm .outcomes-label {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #FF96C2;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.15
}

.prm .outcomes-h2 {
    font-size: 52px;
    line-height: 1.15;
    color: #F4F6F7;
    font-weight: 800;
    margin: 0 0 56px;
    max-width: 600px
}

.prm .outcomes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.prm .outcomes-item {
    background: #f4f6f70f;
    border-radius: 5px;
    padding: 32px;
    border: 1px solid #ff96c22e;
    transition: background .18s ease-out
}

.prm .outcomes-item:hover {
    background: #f4f6f71c
}

.prm .outcomes-item-title {
    font-size: 18px;
    font-weight: 700;
    color: #FF96C2;
    margin: 0 0 8px;
    line-height: 1.4
}

.prm .outcomes-item-body {
    font-size: 16px;
    line-height: 1.6;
    color: #f4f6f7d1;
    margin: 0
}

.prm .outcomes-mini {
    margin-top: 32px;
    background: #FF96C2;
    border-radius: 5px;
    padding: 32px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center
}

.prm .outcomes-mini-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px
}

.prm .outcomes-mini-icon svg {
    width: 56px;
    height: 56px
}

.prm .outcomes-mini-text {
    flex: 1 1 0;
    min-width: 0
}

.prm .outcomes-mini-title {
    font-size: 18px;
    font-weight: 700;
    color: #01486F;
    margin: 0 0 8px;
    line-height: 1.4
}

.prm .outcomes-mini-body {
    font-size: 16px;
    line-height: 1.6;
    color: #01486F;
    margin: 0
}

.prm .env-sec {
    background: #F4F6F7;
    padding: 96px 0
}

.prm .env-top {
    display: flex;
    flex-direction: row;
    gap: 56px;
    align-items: flex-start;
    margin-bottom: 56px
}

.prm .env-head {
    flex: 1 1 0;
    min-width: 0
}

.prm .env-label {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #FF96C2;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.15
}

.prm .env-h2 {
    font-size: 52px;
    line-height: 1.15;
    color: #01486F;
    font-weight: 800;
    margin: 0
}

.prm .env-intro-col {
    flex: 0 0 420px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prm .env-intro-p {
    font-size: 18px;
    line-height: 1.6;
    color: #2a3d4a;
    margin: 0
}

.prm .env-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px
}

.prm .env-card {
    background: #fff;
    border-radius: 5px;
    padding: 32px;
    box-shadow: 0 1px 2px -1px #01486f0f 0 4px 28px -1px #01486f17;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .2s cubic-bezier(0.4, 0, 0.6, 1)
}

.prm .env-card:hover {
    box-shadow: 0 9px 44px -1px #01486f21
}

.prm .env-card-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0
}

.prm .env-card-icon svg {
    width: 40px;
    height: 40px
}

.prm .env-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #01486F;
    margin: 0;
    line-height: 1.4
}

.prm .env-card-body {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4f5c;
    margin: 0
}

.prm .env-img-row {
    margin-top: 56px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center
}

.prm .env-img-wrap {
    flex: 0 0 320px;
    aspect-ratio: 1/1;
    border-radius: 40px;
    overflow: hidden;
    animation: imgScale .65s cubic-bezier(0.4, 0, 0.6, 1) .08s both
}

.prm .env-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.prm .env-partners {
    flex: 1 1 0;
    min-width: 0;
    background: #01486F;
    border-radius: 5px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.prm .env-partners-title {
    font-size: 18px;
    font-weight: 700;
    color: #FF96C2;
    margin: 0;
    line-height: 1.4
}

.prm .env-partners-body {
    font-size: 16px;
    line-height: 1.6;
    color: #f4f6f7d1;
    margin: 0
}

.prm .env-partners-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #FF96C2;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #ff96c24d;
    padding-bottom: 4px;
    transition: border-color .18s ease-out;
    align-self: flex-start
}

.prm .env-partners-link:hover {
    border-color: #FF96C2
}

.prm .env-partners-link svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.prm .doubt-sec {
    background: #fff;
    padding: 96px 0
}

.prm .doubt-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start
}

.prm .doubt-left {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prm .doubt-label {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #FF96C2;
    font-weight: 700;
    line-height: 1.15
}

.prm .doubt-h2 {
    font-size: 52px;
    line-height: 1.15;
    color: #01486F;
    font-weight: 800;
    margin: 0
}

.prm .doubt-p {
    font-size: 18px;
    line-height: 1.6;
    color: #2a3d4a;
    margin: 0
}

.prm .doubt-bordered {
    display: inline-block;
    border: 1px solid #01486F;
    border-radius: 5px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.6;
    color: #01486F
}

.prm .doubt-right {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.prm .doubt-qa {
    border-top: 1px solid #01486f26;
    padding-top: 32px
}

.prm .doubt-q {
    font-size: 18px;
    font-weight: 700;
    color: #01486F;
    margin: 0 0 8px;
    line-height: 1.4
}

.prm .doubt-a {
    font-size: 16px;
    line-height: 1.6;
    color: #3a4f5c;
    margin: 0
}

.prm .doubt-qa-list {
    display: flex;
    flex-direction: column;
    gap: 0
}

@media (max-width: 900px) {
    .prm .t-intro-grid {
        flex-direction: column;
        gap: 32px
    }

    .prm .t-intro-img-col {
        flex: unset;
        width: 100%
    }

    .prm .t-intro-img-wrap {
        width: 100%
    }

    .prm .t-intro-h1 {
        font-size: 52px
    }

    .prm .who-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .prm .method-top {
        flex-direction: column;
        gap: 32px
    }

    .prm .method-head {
        flex: unset
    }

    .prm .method-steps {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .prm .method-img-row {
        flex-direction: column;
        gap: 32px
    }

    .prm .method-img-wrap {
        flex: unset;
        width: 100%
    }

    .prm .outcomes-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .prm .outcomes-mini {
        flex-direction: column;
        gap: 16px
    }

    .prm .env-top {
        flex-direction: column;
        gap: 32px
    }

    .prm .env-intro-col {
        flex: unset
    }

    .prm .env-cards {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .prm .env-img-row {
        flex-direction: column;
        gap: 32px
    }

    .prm .env-img-wrap {
        flex: unset;
        width: 100%
    }

    .prm .doubt-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }
}

@media (max-width: 600px) {
    .prm .t-intro {
        padding: 56px 0 32px
    }

    .prm .t-intro-h1 {
        font-size: 52px
    }

    .prm .pg-wrap {
        padding: 0 16px
    }

    .prm .who-sec,
    .prm .method-sec,
    .prm .outcomes-sec,
    .prm .env-sec,
    .prm .doubt-sec {
        padding: 56px 0
    }

    .prm .who-h2,
    .prm .method-h2,
    .prm .outcomes-h2,
    .prm .env-h2,
    .prm .doubt-h2 {
        font-size: 52px
    }

    .prm .method-steps {
        grid-template-columns: 1fr
    }

    .prm .env-cards {
        grid-template-columns: 1fr
    }
}

@media (max-width: 1200px) {
    .prm .method-steps {
        grid-template-columns: 1fr 1fr
    }
}

.ctus {
    background: #fff;
    overflow-x: clip
}

.ctus .pg-open {
    background: #01486F;
    padding: 96px 32px 56px;
    position: relative;
    overflow: hidden
}

.ctus .pg-open__bg-blob {
    position: absolute;
    top: -40px;
    left: -60px;
    width: 420px;
    height: 340px;
    background: #FF96C2;
    opacity: .07;
    border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
    pointer-events: none
}

.ctus .pg-open__bg-blob-b {
    position: absolute;
    bottom: -60px;
    right: -40px;
    width: 360px;
    height: 300px;
    background: #FF96C2;
    opacity: .05;
    border-radius: 45% 55% 40% 60% / 60% 40% 55% 45%;
    pointer-events: none
}

.ctus .pg-open__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.ctus .pg-open__label {
    display: inline-block;
    border: 1px solid #ff96c280;
    color: #FF96C2;
    font-size: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 5px;
    width: fit-content;
    line-height: 1.4
}

.ctus .pg-open__h1 {
    font-size: 68px;
    line-height: 1.15;
    color: #fff;
    margin: 0;
    font-weight: 700
}

.ctus .pg-open__h1 span {
    color: #FF96C2;
    display: block
}

.ctus .pg-open__sub {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffffc7;
    max-width: 560px;
    margin: 0
}

.ctus .pg-open__meta {
    display: flex;
    flex-direction: row;
    gap: 32px;
    flex-wrap: wrap
}

.ctus .pg-open__meta-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctus .pg-open__meta-label {
    font-size: 16px;
    color: #ffffff80;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.4
}

.ctus .pg-open__meta-val {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    font-weight: 600
}

.ctus .pg-open__meta-val a {
    color: #FF96C2;
    text-decoration: none;
    transition: color .18s ease-out
}

.ctus .pg-open__meta-val a:hover {
    color: #fff
}

.ctus .pg-open__divider {
    width: 100%;
    height: 1px;
    background: #ffffff1f;
    position: relative
}

.ctus .pg-open__divider::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 80px;
    height: 1px;
    background: #FF96C2
}

.ctus .form-sec {
    background: linear-gradient(323deg, #F4F6F7 0%, #fff 100%);
    padding: 96px 32px 56px;
    position: relative
}

.ctus .form-sec__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 56px;
    align-items: start
}

.ctus .form-sec__aside {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 32px
}

.ctus .form-sec__aside-h {
    font-size: 52px;
    line-height: 1.15;
    color: #01486F;
    font-weight: 700;
    margin: 0
}

.ctus .form-sec__aside-p {
    font-size: 18px;
    line-height: 1.6;
    color: #2a3d4a;
    margin: 0
}

.ctus .form-sec__compare {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border: 1px solid #d0dde5;
    border-radius: 5px;
    overflow: hidden
}

.ctus .compare-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background: #fff;
    transition: background .16s ease-out
}

.ctus .compare-row.rec {
    background: #01486F
}

.ctus .compare-row__label {
    font-size: 16px;
    line-height: 1.4;
    color: #01486F;
    font-weight: 600;
    padding: 16px;
    width: 140px;
    flex-shrink: 0;
    border-right: 1px solid #d0dde5
}

.ctus .compare-row.rec .compare-row__label {
    color: #FF96C2;
    border-right-color: #ffffff26
}

.ctus .compare-row__body {
    font-size: 16px;
    line-height: 1.4;
    color: #2a3d4a;
    padding: 16px;
    flex: 1
}

.ctus .compare-row.rec .compare-row__body {
    color: #fff
}

.ctus .compare-row__badge {
    font-size: 16px;
    color: #FF96C2;
    font-weight: 700;
    padding: 16px;
    white-space: nowrap;
    display: flex;
    align-items: center
}

.ctus .form-sec__aside-divider {
    width: 100%;
    height: 1px;
    background: #d0dde5;
    position: relative
}

.ctus .form-sec__aside-divider::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 56px;
    height: 1px;
    background: #FF96C2
}

.ctus .form-sec__form-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.ctus .form-sec__form-h {
    font-size: 18px;
    line-height: 1.4;
    color: #01486F;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .1em
}

.ctus .contact-form {
    display: flex;
    flex-direction: column;
    gap: 32px
}

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

.ctus .form-field__label {
    font-size: 16px;
    line-height: 1.4;
    color: #01486F;
    font-weight: 600
}

.ctus .form-field__input {
    font-size: 18px;
    line-height: 1.4;
    color: #01486F;
    background: #fff;
    border: 1.5px solid #b8cdd8;
    border-radius: 5px;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .16s ease-out, box-shadow .16s ease-out;
    appearance: none;
    -webkit-appearance: none
}

.ctus .form-field__input::placeholder {
    color: #8aabb8;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ctus .form-field__input:focus {
    outline: none;
    border-color: #01486F;
    box-shadow: 0 4px 28px -1px #01486f17
}

.ctus .form-field__select {
    font-size: 18px;
    line-height: 1.4;
    color: #01486F;
    background: #fff;
    border: 1.5px solid #b8cdd8;
    border-radius: 5px;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .16s ease-out, box-shadow .16s ease-out;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%2301486F' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    cursor: pointer
}

.ctus .form-field__select:focus {
    outline: none;
    border-color: #01486F;
    box-shadow: 0 4px 28px -1px #01486f17
}

.ctus .form-field__textarea {
    font-size: 18px;
    line-height: 1.6;
    color: #01486F;
    background: #fff;
    border: 1.5px solid #b8cdd8;
    border-radius: 5px;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    min-height: 140px;
    resize: vertical;
    transition: border-color .16s ease-out, box-shadow .16s ease-out
}

.ctus .form-field__textarea::placeholder {
    color: #8aabb8
}

.ctus .form-field__textarea:focus {
    outline: none;
    border-color: #01486F;
    box-shadow: 0 4px 28px -1px #01486f17
}

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

.ctus .privacy-row__check {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #01486F;
    cursor: pointer
}

.ctus .privacy-row__text {
    font-size: 16px;
    line-height: 1.6;
    color: #2a3d4a
}

.ctus .privacy-row__text a {
    color: #01486F;
    text-decoration: underline;
    transition: color .14s ease-out
}

.ctus .privacy-row__text a:hover {
    color: #FF96C2
}

.ctus .submit-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #01486F;
    background: transparent;
    border: 2px solid #01486F;
    border-radius: 5px;
    padding: 16px 32px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .2s ease-out, border-color .2s ease-out;
    width: fit-content
}

.ctus .submit-btn__bg {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: #01486F;
    transition: bottom .22s cubic-bezier(0.4, 0, 0.6, 1);
    z-index: 0;
    pointer-events: none
}

.ctus .submit-btn:hover .submit-btn__bg {
    bottom: 0
}

.ctus .submit-btn:hover {
    color: #fff;
    border-color: #01486F
}

.ctus .submit-btn__text {
    position: relative;
    z-index: 1
}

.ctus .submit-btn__arrow {
    position: relative;
    z-index: 1;
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

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

@keyframes dropbounce {
    0% {
        opacity: 0;
        transform: translateY(-40px)
    }

    65% {
        opacity: 1;
        transform: translateY(6px)
    }

    80% {
        transform: translateY(-3px)
    }

    90% {
        transform: translateY(2px)
    }

    100% {
        transform: translateY(0)
    }
}

.ctus .pg-open__inner {
    animation: dropbounce .55s cubic-bezier(0.4, 0, 0.6, 1) both
}

.ctus .form-sec__form-wrap {
    animation: dropbounce .5s .12s cubic-bezier(0.4, 0, 0.6, 1) both
}

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

    .ctus .form-sec__aside {
        position: static
    }

    .ctus .pg-open__h1 {
        font-size: 52px
    }

    .ctus .form-sec__aside-h {
        font-size: 36px
    }
}

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

    .ctus .pg-open__h1 {
        font-size: 36px
    }

    .ctus .pg-open__meta {
        flex-direction: column;
        gap: 16px
    }

    .ctus .form-sec {
        padding: 56px 16px 32px
    }

    .ctus .form-sec__aside-h {
        font-size: 28px
    }

    .ctus .compare-row {
        flex-direction: column
    }

    .ctus .compare-row__label {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #d0dde5
    }

    .ctus .compare-row.rec .compare-row__label {
        border-bottom-color: #ffffff26
    }
}

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

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

.success-pg .success-icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0
}

.success-pg .success-card {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 28px -1px #01486f17;
    padding: 56px;
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center
}

.success-pg .success-card .success-label {
    display: inline-block;
    border: 1.5px solid #FF96C2;
    border-radius: 5px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #01486F
}

.success-pg .success-card .success-heading {
    font-size: 52px;
    line-height: 1.15;
    color: #01486F;
    margin: 0;
    letter-spacing: -.01em
}

.success-pg .success-card .success-text {
    font-size: 18px;
    line-height: 1.6;
    color: #2c4a5a;
    margin: 0;
    max-width: 460px
}

.success-pg .success-card .success-divider {
    width: 48px;
    height: 2px;
    background: linear-gradient(323deg, #FF96C2, #01486F);
    border-radius: 5px;
    flex-shrink: 0
}

.success-pg .success-card .success-detail {
    font-size: 16px;
    line-height: 1.6;
    color: #3a5a6a;
    margin: 0
}

.success-pg .success-card .success-detail strong {
    color: #01486F
}

.success-pg .success-card .success-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #01486F;
    text-decoration: none;
    border-bottom: 1.5px solid #FF96C2;
    padding-bottom: 8px;
    position: relative;
    overflow: hidden;
    transition: color .18s ease-out, border-color .22s cubic-bezier(0.4, 0, 0.6, 1)
}

.success-pg .success-card .success-btn svg {
    transition: transform .18s ease-out
}

.success-pg .success-card .success-btn:hover {
    color: #FF96C2;
    border-color: #01486F
}

.success-pg .success-card .success-btn:hover svg {
    transform: translateX(4px)
}

.success-pg .success-card .success-btn:focus-visible {
    outline: 2px solid #FF96C2;
    outline-offset: 4px;
    border-radius: 5px
}

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

    .success-pg .success-card {
        padding: 32px 16px;
        gap: 16px
    }

    .success-pg .success-card .success-heading {
        font-size: 52px
    }
}