html {
    box-sizing: border-box
}

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

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: 'IBM Plex Sans', sans-serif;
    background-color: #0d0818
}

.brand-bar {
    background: linear-gradient(90deg, #521FA5 0%, #3a1270 50%, #521FA5 100%);
    padding: 8px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto
}

.brand-bar__contact {
    display: flex;
    align-items: center;
    gap: 32px
}

.brand-bar__item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF2F4;
    font-size: 16px;
    line-height: 1.35;
    text-decoration: none;
    opacity: .88;
    transition: opacity .38s ease-in-out
}

.brand-bar__item:hover,
.brand-bar__item:focus {
    opacity: 1;
    color: #FFF2F4;
    text-decoration: none;
    outline: none;
    border-bottom: 1px solid #fff2f480
}

.brand-bar__item i {
    font-size: 16px;
    color: #D93372
}

.brand-bar__badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #d9337226;
    border: 1px solid #d9337259;
    border-radius: 44px;
    padding: 8px 16px;
    color: #FFF2F4;
    font-size: 16px;
    line-height: 1.35
}

.brand-bar__badge i {
    color: #D93372;
    font-size: 16px
}

.site-header {
    position: relative;
    background: linear-gradient(180deg, #521fa52e 0%, #0d081800 100%);
    border-bottom: 1px solid #521fa538
}

.site-header__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 16px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px
}

.logo-box {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    border-radius: 8px 28px 8px 4px;
    background: #fff2f40f;
    box-shadow: 0 0 0 1px #521fa573 0 1px 5px 0 #521fa50d;
    padding: 8px
}

.logo-box__img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center
}

.primary-nav__link {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    line-height: 1.35;
    color: #fff2f4d1;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: color .35s ease-in-out, border-color .35s ease-in-out, background .4s cubic-bezier(0.34, 1.2, 0.64, 1);
    min-height: 44px;
    white-space: nowrap
}

.primary-nav__link:hover,
.primary-nav__link:focus {
    color: #FFF2F4;
    border-color: #521fa580;
    background: #521fa52e;
    text-decoration: none;
    outline: none
}

.primary-nav__link--active {
    color: #FFF2F4;
    border-color: #d9337266;
    background: #d933721a
}

.header-cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 32px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #FFF2F4;
    background: transparent;
    border: 2px solid #D93372;
    border-radius: 28px;
    text-decoration: none;
    min-height: 44px;
    transition: background .42s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s ease-in-out, box-shadow .38s ease-in-out;
    position: relative;
    overflow: hidden
}

.header-cta:hover,
.header-cta:focus {
    background: #D93372;
    color: #FFF2F4;
    text-decoration: none;
    outline: none;
    box-shadow: 0 5px 28px 0 #d9337217
}

.site-footer {
    background: linear-gradient(180deg, #0d0818 0%, #120a24 100%);
    border-top: 1px solid #521fa540;
    padding: 64px 32px 32px
}

.site-footer__grid {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    gap: 64px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.footer-about {
    flex: 1 1 280px;
    max-width: 360px
}

.footer-about__desc {
    font-size: 16px;
    line-height: 1.55;
    color: #fff2f4a6;
    margin-top: 16px;
    margin-bottom: 0
}

.footer-links {
    flex: 0 0 auto
}

.footer-links__label {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #fff2f480;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px
}

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

.footer-links__item a {
    font-size: 16px;
    line-height: 1.55;
    color: #fff2f4b3;
    text-decoration: none;
    transition: color .35s ease-in-out
}

.footer-links__item a:hover,
.footer-links__item a:focus {
    color: #FFF2F4;
    text-decoration: underline;
    outline: none
}

.footer-contact {
    flex: 0 0 auto
}

.footer-contact__label {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #fff2f480;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 16px
}

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

.footer-contact__entry {
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.footer-contact__entry i {
    color: #D93372;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0
}

.footer-contact__entry a,
.footer-contact__entry span {
    font-size: 16px;
    line-height: 1.55;
    color: #fff2f4b3;
    text-decoration: none;
    transition: color .35s ease-in-out
}

.footer-contact__entry a:hover,
.footer-contact__entry a:focus {
    color: #FFF2F4;
    text-decoration: underline;
    outline: none
}

.footer-bottom {
    max-width: 1440px;
    margin: 64px auto 0;
    padding-top: 32px;
    border-top: 1px solid #521fa52e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px
}

.footer-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px 28px 4px 28px;
    background: #fff2f40a;
    box-shadow: 0 0 0 1px #521fa566 0 1px 5px 0 #521fa50d;
    padding: 8px 16px
}

.footer-logo-box__img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    display: block
}

.footer-copy {
    font-size: 16px;
    line-height: 1.35;
    color: #fff2f461;
    text-align: center
}

.cookie-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 8000;
    background: linear-gradient(90deg, #120a24 0%, #1a0e35 100%);
    border-top: 1px solid #521fa559;
    box-shadow: 0 10px 52px 0 #521fa521;
    transform: translateY(100%);
    transition: transform .26s ease-in-out
}

.cookie-bar--visible {
    transform: translateY(0)
}

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

.cookie-bar__text {
    flex: 1 1 300px;
    font-size: 16px;
    line-height: 1.55;
    color: #fff2f4c7
}

.cookie-bar__text a {
    color: #D93372;
    text-decoration: underline
}

.cookie-bar__text a:hover {
    color: #FFF2F4
}

.cookie-bar__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0
}

.cookie-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 32px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    border-radius: 4px;
    border: 2px solid;
    cursor: pointer;
    min-height: 44px;
    background: transparent;
    transition: background .4s cubic-bezier(0.34, 1.2, 0.64, 1), color .35s ease-in-out
}

.cookie-btn--accept {
    color: #FFF2F4;
    border-color: #521FA5
}

.cookie-btn--accept:hover,
.cookie-btn--accept:focus {
    background: #521FA5;
    color: #FFF2F4;
    outline: none
}

.cookie-btn--decline {
    color: #fff2f4a6;
    border-color: #fff2f440
}

.cookie-btn--decline:hover,
.cookie-btn--decline:focus {
    background: #fff2f414;
    color: #FFF2F4;
    outline: none
}

@media (max-width: 768px) {
    .brand-bar {
        padding: 8px 16px;
        flex-wrap: wrap;
        gap: 8px
    }

    .brand-bar__contact {
        gap: 16px
    }

    .brand-bar__badge {
        display: none
    }

    .site-header__inner {
        padding: 16px;
        flex-wrap: wrap;
        gap: 16px
    }

    .primary-nav {
        gap: 8px;
        width: 100%;
        justify-content: flex-start
    }

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

    .header-cta {
        padding: 8px 16px
    }

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

    .site-footer__grid {
        gap: 32px;
        flex-direction: column
    }

    .footer-about {
        max-width: 100%
    }

    .cookie-bar__inner {
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .cookie-bar__actions {
        width: 100%;
        justify-content: flex-start
    }
}

@media (max-width: 375px) {
    .brand-bar__contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .primary-nav {
        flex-direction: column;
        align-items: flex-start
    }

    .cookie-bar__actions {
        flex-direction: column;
        gap: 8px
    }

    .cookie-btn {
        width: 100%
    }
}

.policy-layout {
    max-width: 1440px;
    margin: 0 auto;
    padding: 64px 32px;
    background: #0e0818;
    min-height: 100vh;
    color: #FFF2F4
}

.policy-layout h1 {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #FFF2F4;
    margin-bottom: 32px;
    margin-top: 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #521FA5
}

.policy-layout h2 {
    font-size: 32px;
    line-height: 1.35;
    letter-spacing: -.01em;
    color: #FFF2F4;
    margin-top: 64px;
    margin-bottom: 16px
}

.policy-layout h3 {
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: 0;
    color: #FFF2F4;
    margin-top: 32px;
    margin-bottom: 16px
}

.policy-layout h4 {
    font-size: 24px;
    line-height: 1.55;
    letter-spacing: .01em;
    color: #D93372;
    margin-top: 32px;
    margin-bottom: 8px
}

.policy-layout h5 {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #D93372;
    margin-top: 32px;
    margin-bottom: 8px
}

.policy-layout h6 {
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .04em;
    color: #fff2f4a6;
    margin-top: 16px;
    margin-bottom: 8px
}

.policy-layout p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff2f4d9;
    margin-top: 0;
    margin-bottom: 16px;
    max-width: 72ch
}

.policy-layout strong,
.policy-layout b {
    font-weight: 700;
    color: #FFF2F4
}

.policy-layout em,
.policy-layout i {
    font-style: italic;
    color: #fff2f4e6
}

.policy-layout a {
    color: #D93372;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color .35s cubic-bezier(0.34, 1.2, 0.64, 1), text-decoration-color .35s ease-in-out
}

.policy-layout a:hover {
    color: #FFF2F4;
    text-decoration-color: #521FA5
}

.policy-layout a:visited {
    color: #d93372bf
}

.policy-layout hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, #521FA5 0%, #D93372 50%, transparent 100%);
    margin: 64px 0;
    opacity: .5
}

.policy-layout table {
    width: 100%;
    border-collapse: collapse;
    margin: 32px 0;
    font-size: 16px;
    line-height: 1.55;
    background: #521fa514;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 28px 0 #521fa517
}

.policy-layout thead {
    background: linear-gradient(90deg, #521fa599 0%, #d9337266 100%)
}

.policy-layout thead tr {
    border-bottom: 2px solid #d9337280
}

.policy-layout tbody tr {
    border-bottom: 1px solid #521fa540;
    transition: background .38s ease-in-out
}

.policy-layout tbody tr:last-child {
    border-bottom: none
}

.policy-layout tbody tr:hover {
    background: #521fa526
}

.policy-layout th {
    padding: 16px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #FFF2F4
}

.policy-layout td {
    padding: 16px;
    color: #fff2f4d1;
    vertical-align: top
}

.policy-layout ul,
.policy-layout ol {
    padding-left: 32px;
    margin-bottom: 16px
}

.policy-layout li {
    font-size: 16px;
    line-height: 1.8;
    color: #fff2f4d9;
    margin-bottom: 8px
}

@media (max-width: 768px) {
    .policy-layout {
        padding: 32px 16px
    }

    .policy-layout h1 {
        font-size: 32px;
        line-height: 1.35
    }

    .policy-layout h2 {
        font-size: 24px;
        margin-top: 32px
    }

    .policy-layout h3 {
        font-size: 16px;
        margin-top: 32px
    }

    .policy-layout table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 375px) {
    .policy-layout {
        padding: 16px 8px
    }

    .policy-layout h1 {
        font-size: 24px
    }

    .policy-layout th,
    .policy-layout td {
        padding: 8px
    }
}

.abt-us {
    background: #0d0818;
    overflow-x: clip;
    position: relative
}

.abt-us .geo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 0
}

.abt-us .geo-bg span {
    position: absolute;
    border-radius: 50%;
    border: 1px solid #521fa514;
    background: transparent
}

.abt-us .geo-bg span:nth-child(1) {
    width: 600px;
    height: 600px;
    top: -200px;
    left: -150px;
    opacity: .5
}

.abt-us .geo-bg span:nth-child(2) {
    width: 400px;
    height: 400px;
    top: 20%;
    right: -100px;
    opacity: .4
}

.abt-us .geo-bg span:nth-child(3) {
    width: 300px;
    height: 300px;
    bottom: 10%;
    left: 30%;
    opacity: .3
}

.abt-us .geo-bg span:nth-child(4) {
    width: 200px;
    height: 200px;
    top: 60%;
    left: 10%;
    opacity: .25
}

.abt-us .pg-bound {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px
}

.abt-us .divider-double {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 0
}

.abt-us .divider-double span {
    display: block;
    height: 1px;
    background: #521fa559
}

.abt-us .divider-double span:nth-child(2) {
    background: #d9337233
}

.abt-us .divider-gap {
    height: 4px;
    background: #521fa51f
}

.abt-us .divider-double+.divider-gap {
    display: none
}

.abt-us .title-blk {
    position: relative;
    z-index: 1;
    padding: 64px 0 0
}

.abt-us .title-blk .pg-bound {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: end
}

.abt-us .title-text {
    padding: 64px 0
}

.abt-us .title-label {
    display: inline-block;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: .14em;
    color: #D93372;
    text-transform: uppercase;
    margin-bottom: 32px
}

.abt-us .title-text h1 {
    font-size: 60px;
    line-height: 1.1;
    color: #FFF2F4;
    text-transform: uppercase;
    margin: 0 0 32px;
    letter-spacing: -.01em
}

.abt-us .title-text h1 em {
    font-style: normal;
    color: #521FA5;
    -webkit-text-stroke: 1px #D93372
}

.abt-us .title-pts {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .title-pts li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    font-size: 16px;
    line-height: 1.55;
    color: #fff2f4bf
}

.abt-us .title-pts li .arr {
    flex-shrink: 0;
    margin-top: 4px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.abt-us .title-pts li .arr svg {
    width: 12px;
    height: 12px
}

.abt-us .title-img-wrap {
    position: relative;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    height: 520px
}

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

.abt-us .title-img-wrap .img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, transparent 30%, #0d0818d1 100%)
}

.abt-us .corner-tl,
.abt-us .corner-br {
    position: absolute;
    width: 32px;
    height: 32px;
    z-index: 2
}

.abt-us .corner-tl {
    top: 16px;
    left: 16px;
    border-top: 2px solid #D93372;
    border-left: 2px solid #D93372;
    border-radius: 4px 0 0 0
}

.abt-us .corner-br {
    bottom: 16px;
    right: 16px;
    border-bottom: 2px solid #521FA5;
    border-right: 2px solid #521FA5;
    border-radius: 0 0 4px 0
}

.abt-us .story-blk {
    position: relative;
    z-index: 1;
    padding: 64px 0;
    background: radial-gradient(ellipse 70% 60% at 50% 50%, #521fa51a 0%, transparent 70%)
}

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

.abt-us .story-main h2 {
    font-size: 32px;
    line-height: 1.35;
    color: #FFF2F4;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: 0 0 32px
}

.abt-us .story-body {
    font-size: 16px;
    line-height: 1.8;
    color: #fff2f4c7;
    margin: 0 0 16px
}

.abt-us .story-quote {
    margin: 32px 0;
    padding: 16px 32px;
    background: #521fa526;
    border-radius: 8px;
    box-shadow: 0 5px 28px 0 #521fa517
}

.abt-us .story-quote p {
    font-size: 24px;
    line-height: 1.35;
    color: #FFF2F4;
    margin: 0;
    position: relative;
    padding: 0 16px
}

.abt-us .story-quote p::before {
    content: '"';
    position: absolute;
    left: -8px;
    top: -8px;
    font-size: 60px;
    line-height: 1;
    color: #D93372;
    font-family: Georgia, serif
}

.abt-us .story-quote p::after {
    content: '"';
    position: absolute;
    right: -8px;
    bottom: -16px;
    font-size: 60px;
    line-height: 1;
    color: #D93372;
    font-family: Georgia, serif
}

.abt-us .metrics-col {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 64px
}

.abt-us .metric-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background: #fff2f408;
    border-radius: 8px;
    box-shadow: 0 1px 5px 0 #521fa50d;
    transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.abt-us .metric-item:hover {
    box-shadow: 0 10px 52px 0 #521fa521;
    transform: translateY(-4px)
}

.abt-us .metric-num {
    font-size: 60px;
    line-height: 1.1;
    color: #521FA5;
    font-weight: 700;
    letter-spacing: -.02em
}

.abt-us .metric-num sup {
    font-size: 24px;
    color: #D93372;
    vertical-align: super
}

.abt-us .metric-label {
    font-size: 16px;
    line-height: 1.35;
    color: #fff2f4a6;
    letter-spacing: .06em;
    text-transform: uppercase
}

.abt-us .metric-bar {
    height: 2px;
    background: #fff2f41a;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 8px
}

.abt-us .metric-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #521FA5, #D93372);
    border-radius: 4px;
    animation: bar-grow 1.2s cubic-bezier(0.34, 1.2, 0.64, 1) forwards
}

@keyframes bar-grow {
    from {
        width: 0
    }
}

.abt-us .metric-item:nth-child(1) .metric-bar-fill {
    width: 78%;
    animation-delay: .1s
}

.abt-us .metric-item:nth-child(2) .metric-bar-fill {
    width: 62%;
    animation-delay: .25s
}

.abt-us .metric-item:nth-child(3) .metric-bar-fill {
    width: 85%;
    animation-delay: .4s
}

.abt-us .team-blk {
    position: relative;
    z-index: 1;
    padding: 64px 0;
    background: linear-gradient(180deg, #0d0818 0%, #521fa514 50%, #0d0818 100%)
}

.abt-us .team-blk .pg-bound {
    display: flex;
    flex-direction: column;
    gap: 64px
}

.abt-us .team-heading {
    text-align: center
}

.abt-us .team-heading h2 {
    font-size: 32px;
    line-height: 1.35;
    color: #FFF2F4;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: 0 0 16px
}

.abt-us .team-heading p {
    font-size: 16px;
    line-height: 1.55;
    color: #fff2f4a6;
    max-width: 480px;
    margin: 0 auto
}

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

.abt-us .expert-card {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
    padding: 32px;
    background: #fff2f408;
    border-radius: 8px;
    box-shadow: 0 5px 28px 0 #521fa517;
    transition: box-shadow .42s cubic-bezier(0.34, 1.2, 0.64, 1), transform .42s cubic-bezier(0.34, 1.2, 0.64, 1);
    position: relative
}

.abt-us .expert-card:hover {
    box-shadow: 0 10px 52px 0 #521fa521;
    transform: translateY(-6px)
}

.abt-us .expert-portrait {
    flex-shrink: 0;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 5px 28px 0 #d9337217
}

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

.abt-us .expert-info {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .expert-info h4 {
    font-size: 24px;
    line-height: 1.35;
    color: #FFF2F4;
    margin: 0
}

.abt-us .expert-role {
    font-size: 16px;
    line-height: 1.35;
    color: #D93372;
    letter-spacing: .08em;
    text-transform: uppercase
}

.abt-us .expert-desc {
    font-size: 16px;
    line-height: 1.55;
    color: #fff2f4ad;
    margin: 0
}

.abt-us .expert-card--text-only {
    flex-direction: column;
    gap: 16px
}

.abt-us .expert-card--text-only .expert-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #521fa540;
    display: flex;
    align-items: center;
    justify-content: center
}

.abt-us .expert-card--text-only .expert-icon svg {
    width: 24px;
    height: 24px
}

.abt-us .approach-blk {
    position: relative;
    z-index: 1;
    padding: 64px 0;
    background: radial-gradient(ellipse 80% 50% at 50% 50%, #d9337212 0%, transparent 65%)
}

.abt-us .approach-blk .pg-bound {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center
}

.abt-us .approach-imgs {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px
}

.abt-us .img-primary {
    grid-column: 1 / -1;
    border-radius: 8px;
    overflow: hidden;
    height: 240px;
    box-shadow: 0 10px 52px 0 #521fa521
}

.abt-us .img-secondary {
    border-radius: 8px;
    overflow: hidden;
    height: 160px;
    box-shadow: 0 5px 28px 0 #521fa517
}

.abt-us .img-primary img,
.abt-us .img-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt-us .img-primary .vig,
.abt-us .img-secondary .vig {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, #0d08188c 100%);
    pointer-events: none
}

.abt-us .img-primary {
    position: relative
}

.abt-us .img-secondary {
    position: relative
}

.abt-us .approach-text {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.abt-us .approach-text h2 {
    font-size: 32px;
    line-height: 1.35;
    color: #FFF2F4;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: 0
}

.abt-us .step-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt-us .step-list li {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    animation: step-in .45s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.abt-us .step-list li:nth-child(1) {
    animation-delay: .05s
}

.abt-us .step-list li:nth-child(2) {
    animation-delay: .15s
}

.abt-us .step-list li:nth-child(3) {
    animation-delay: .25s
}

.abt-us .step-list li:nth-child(4) {
    animation-delay: .35s
}

@keyframes step-in {
    from {
        opacity: 0;
        transform: translateX(-16px)
    }

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

.abt-us .step-num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #521fa54d;
    border: 1px solid #521fa580;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    color: #D93372;
    font-weight: 700
}

.abt-us .step-body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt-us .step-body h5 {
    font-size: 16px;
    line-height: 1.35;
    color: #FFF2F4;
    margin: 0;
    letter-spacing: .04em;
    text-transform: uppercase
}

.abt-us .step-body p {
    font-size: 16px;
    line-height: 1.55;
    color: #fff2f4a6;
    margin: 0
}

.abt-us .approach-cta {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: 28px;
    border: 1px solid #d9337280;
    background: transparent;
    color: #D93372;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .35s ease-in-out, border-color .35s ease-in-out, box-shadow .35s ease-in-out;
    align-self: flex-start
}

.abt-us .approach-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #521FA5, #D93372);
    opacity: 0;
    transition: opacity .35s ease-in-out;
    border-radius: 28px;
    z-index: 0
}

.abt-us .approach-cta span {
    position: relative;
    z-index: 1
}

.abt-us .approach-cta:hover {
    color: #FFF2F4;
    border-color: transparent;
    box-shadow: 0 10px 52px 0 #d9337221
}

.abt-us .approach-cta:hover::before {
    opacity: 1
}

.abt-us .approach-cta:focus-visible {
    outline: 2px solid #D93372;
    outline-offset: 4px
}

.abt-us .section-divider {
    position: relative;
    z-index: 1;
    padding: 0 64px;
    max-width: 1440px;
    margin: 0 auto
}

.abt-us .section-divider .divider-double {
    width: 100%
}

@media (max-width: 1366px) {
    .abt-us .pg-bound {
        padding: 0 32px
    }

    .abt-us .section-divider {
        padding: 0 32px
    }

    .abt-us .title-text h1 {
        font-size: 60px
    }
}

@media (max-width: 768px) {
    .abt-us .pg-bound {
        padding: 0 16px
    }

    .abt-us .section-divider {
        padding: 0 16px
    }

    .abt-us .title-blk .pg-bound {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .abt-us .title-text {
        padding: 32px 0 0
    }

    .abt-us .title-text h1 {
        font-size: 32px
    }

    .abt-us .title-img-wrap {
        height: 320px;
        border-radius: 8px
    }

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

    .abt-us .metrics-col {
        padding-top: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 16px
    }

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

    .abt-us .approach-blk .pg-bound {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .abt-us .approach-imgs {
        order: 2
    }

    .abt-us .approach-text {
        order: 1
    }

    .abt-us .story-blk,
    .abt-us .team-blk,
    .abt-us .approach-blk {
        padding: 32px 0
    }

    .abt-us .title-blk {
        padding: 32px 0 0
    }
}

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

    .abt-us .expert-card {
        flex-direction: column;
        gap: 16px
    }

    .abt-us .metric-num {
        font-size: 32px
    }
}

.svc-pg {
    background: #0e0818;
    overflow-x: clip;
    position: relative
}

.svc-pg__schema {
    display: none
}

.svc-pg__divider {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow: hidden
}

.svc-pg__divider--geo {
    padding: 0 32px
}

.svc-pg__divider--geo span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #521FA5;
    transform: rotate(45deg);
    flex-shrink: 0;
    opacity: .5
}

.svc-pg__divider--geo span:nth-child(3n) {
    background: #D93372;
    opacity: .7
}

.svc-pg__divider--line {
    height: 1px;
    background: linear-gradient(to right, transparent, #521FA5 30%, #D93372 70%, transparent);
    margin: 0 64px
}

.svc-pg__divider--dots {
    gap: 16px
}

.svc-pg__divider--dots span {
    width: 4px;
    height: 4px;
    border-radius: 44px;
    background: #D93372;
    opacity: .4;
    flex-shrink: 0
}

.svc-pg__divider--dots span:nth-child(2n) {
    background: #521FA5;
    opacity: .6;
    width: 8px
}

.svc-title {
    max-width: 1440px;
    margin: 0 auto;
    padding: 96px 64px 64px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 64px;
    align-items: end;
    position: relative
}

.svc-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, #521FA5, #D93372)
}

.svc-title__left {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.svc-title__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    letter-spacing: .12em;
    color: #D93372;
    text-transform: uppercase
}

.svc-title__label-line {
    width: 32px;
    height: 1px;
    background: #D93372
}

.svc-title__heading {
    font-size: 60px;
    line-height: 1.1;
    color: #FFF2F4;
    text-transform: uppercase;
    margin: 0
}

.svc-title__heading em {
    font-style: normal;
    color: #D93372;
    display: block
}

.svc-title__sub {
    font-size: 16px;
    line-height: 1.55;
    color: #b8a8cc;
    max-width: 340px
}

.svc-title__right {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 32px
}

.svc-title__img-wrap {
    width: 100%;
    max-width: 560px;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 52px 0 #521fa521
}

.svc-title__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.svc-title__shape {
    position: absolute;
    top: -32px;
    right: -32px;
    width: 120px;
    height: 120px;
    border: 2px solid #521fa54d;
    border-radius: 28px;
    pointer-events: none;
    z-index: 0
}

.svc-title__shape--inner {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 80px;
    height: 80px;
    border: 1px solid #d9337233;
    border-radius: 8px;
    pointer-events: none;
    z-index: 0
}

.svc-title__stats {
    display: flex;
    flex-direction: row;
    gap: 32px;
    width: 100%;
    max-width: 560px
}

.svc-title__stat {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.svc-title__stat-num {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    color: #FFF2F4
}

.svc-title__stat-num sup {
    font-size: 16px;
    color: #D93372
}

.svc-title__stat-num span {
    color: #521FA5
}

.svc-title__stat-desc {
    font-size: 16px;
    line-height: 1.35;
    color: #b8a8cc
}

.svc-list {
    background: linear-gradient(180deg, #0e0818 0%, #1a0d30 100%);
    padding: 64px 0;
    position: relative
}

.svc-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, #D93372, transparent)
}

.svc-list__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px
}

.svc-list__top {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 64px;
    margin-bottom: 64px;
    align-items: start
}

.svc-list__heading {
    font-size: 32px;
    line-height: 1.35;
    color: #FFF2F4;
    text-transform: uppercase;
    margin: 0;
    text-align: center
}

.svc-list__aside {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 8px;
    border-top: 1px solid #521fa566
}

.svc-list__aside-text {
    font-size: 16px;
    line-height: 1.55;
    color: #b8a8cc;
    margin: 0
}

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

.svc-card {
    background: #521fa514;
    border: 1px solid #521fa533;
    border-radius: 8px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    overflow: hidden;
    transition: border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    cursor: default
}

.svc-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #521fa51f;
    transform: translateX(-100%);
    transition: transform .42s cubic-bezier(0.34, 1.2, 0.64, 1);
    pointer-events: none;
    z-index: 0
}

.svc-card:hover::before {
    transform: translateX(0)
}

.svc-card:hover {
    border-color: #d9337280;
    box-shadow: 0 5px 28px 0 #521fa517
}

.svc-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #521fa540;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1
}

.svc-card__icon i {
    font-size: 24px;
    color: #D93372
}

.svc-card__name {
    font-size: 24px;
    line-height: 1.35;
    color: #FFF2F4;
    margin: 0;
    position: relative;
    z-index: 1
}

.svc-card__desc {
    font-size: 16px;
    line-height: 1.55;
    color: #b8a8cc;
    margin: 0;
    position: relative;
    z-index: 1
}

.svc-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 1
}

.svc-card__list li {
    font-size: 16px;
    line-height: 1.55;
    color: #c8b8dc;
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.svc-card__list li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #D93372;
    border-right: 1.5px solid #D93372;
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-top: 6px
}

.svc-card__img-wrap {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.svc-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.svc-card--wide {
    grid-column: span 2
}

.svc-card--featured {
    background: #d933721a;
    border-color: #d933724d
}

.svc-experts {
    padding: 64px 0;
    position: relative
}

.svc-experts::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, #521FA5, transparent)
}

.svc-experts__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px
}

.svc-experts__left {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.svc-experts__heading {
    font-size: 32px;
    line-height: 1.35;
    color: #FFF2F4;
    text-transform: uppercase;
    margin: 0;
    text-align: center
}

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

.svc-expert {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.svc-expert__photo {
    width: 100%;
    aspect-ratio: 4/5;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 5px 28px 0 #521fa517
}

.svc-expert__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.svc-expert__name {
    font-size: 16px;
    line-height: 1.35;
    color: #FFF2F4;
    margin: 0;
    text-align: center
}

.svc-expert__role {
    font-size: 16px;
    line-height: 1.35;
    color: #D93372;
    text-align: center
}

.svc-experts__quote {
    background: #521fa51f;
    border-radius: 8px;
    padding: 32px;
    position: relative
}

.svc-experts__quote-mark {
    font-size: 60px;
    line-height: 1.1;
    color: #D93372;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    font-family: Georgia, serif
}

.svc-experts__quote-text {
    font-size: 24px;
    line-height: 1.55;
    color: #FFF2F4;
    margin: 0 0 16px;
    font-style: italic
}

.svc-experts__quote-attr {
    font-size: 16px;
    color: #b8a8cc;
    display: flex;
    align-items: center;
    gap: 8px
}

.svc-experts__quote-attr::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #D93372
}

.svc-experts__right {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.svc-faq__heading {
    font-size: 32px;
    line-height: 1.35;
    color: #FFF2F4;
    text-transform: uppercase;
    margin: 0;
    text-align: center
}

.svc-faq__list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.svc-faq__item {
    background: #fff2f40a;
    border: 1px solid #521fa540;
    border-radius: 8px;
    overflow: hidden
}

.svc-faq__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 32px;
    width: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color .35s ease-in-out
}

.svc-faq__toggle:hover {
    background: #521fa526
}

.svc-faq__q {
    font-size: 16px;
    line-height: 1.55;
    color: #FFF2F4;
    flex: 1
}

.svc-faq__arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    position: relative
}

.svc-faq__arrow::before,
.svc-faq__arrow::after {
    content: "";
    position: absolute;
    background: #D93372;
    border-radius: 4px;
    transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.svc-faq__arrow::before {
    width: 10px;
    height: 2px;
    top: 9px;
    left: 2px;
    transform: rotate(45deg)
}

.svc-faq__arrow::after {
    width: 10px;
    height: 2px;
    top: 9px;
    right: 2px;
    transform: rotate(-45deg)
}

.svc-faq__item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0
}

.svc-faq__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .42s cubic-bezier(0.34, 1.2, 0.64, 1), padding .38s ease-in-out;
    padding: 0 32px
}

.svc-faq__item:focus-within .svc-faq__body,
.svc-faq__toggle:focus+.svc-faq__body {
    max-height: 200px;
    padding: 16px 32px
}

.svc-faq__item details {
    list-style: none
}

.svc-faq__item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 32px;
    cursor: pointer;
    list-style: none;
    transition: background-color .35s ease-in-out
}

.svc-faq__item summary:hover {
    background: #521fa526
}

.svc-faq__item summary::-webkit-details-marker {
    display: none
}

.svc-faq__item summary .svc-faq__q {
    font-size: 16px;
    line-height: 1.55;
    color: #FFF2F4;
    flex: 1
}

.svc-faq__item summary .svc-faq__arr {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    position: relative;
    display: inline-block
}

.svc-faq__item summary .svc-faq__arr::before,
.svc-faq__item summary .svc-faq__arr::after {
    content: "";
    position: absolute;
    background: #D93372;
    border-radius: 4px;
    transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.svc-faq__item summary .svc-faq__arr::before {
    width: 10px;
    height: 2px;
    top: 9px;
    left: 2px;
    transform: rotate(45deg)
}

.svc-faq__item summary .svc-faq__arr::after {
    width: 10px;
    height: 2px;
    top: 9px;
    right: 2px;
    transform: rotate(-45deg)
}

.svc-faq__item[open] summary .svc-faq__arr::before {
    transform: rotate(-45deg)
}

.svc-faq__item[open] summary .svc-faq__arr::after {
    transform: rotate(45deg)
}

.svc-faq__answer {
    padding: 0 32px 16px;
    font-size: 16px;
    line-height: 1.55;
    color: #b8a8cc
}

@media (max-width: 1366px) {
    .svc-title {
        padding: 64px 32px 32px;
        gap: 32px
    }

    .svc-list__inner {
        padding: 0 32px
    }

    .svc-experts__inner {
        padding: 0 32px
    }

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

    .svc-card--wide {
        grid-column: span 2
    }
}

@media (max-width: 768px) {
    .svc-title {
        grid-template-columns: 1fr;
        padding: 32px 16px;
        gap: 32px
    }

    .svc-title__heading {
        font-size: 32px
    }

    .svc-title__shape,
    .svc-title__shape--inner {
        display: none
    }

    .svc-title__stats {
        gap: 16px
    }

    .svc-list__inner {
        padding: 0 16px
    }

    .svc-list__top {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 32px
    }

    .svc-list__grid {
        grid-template-columns: 1fr
    }

    .svc-card--wide {
        grid-column: span 1
    }

    .svc-experts__inner {
        grid-template-columns: 1fr;
        padding: 0 16px;
        gap: 32px
    }

    .svc-experts__portraits {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 375px) {
    .svc-title__heading {
        font-size: 32px
    }

    .svc-title__stats {
        flex-direction: column;
        gap: 16px
    }

    .svc-experts__portraits {
        grid-template-columns: 1fr
    }
}

.svc-pg button {
    position: relative;
    overflow: hidden
}

.svc-pg button::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: #fff2f426;
    border-radius: 44px;
    transform: translate(-50%, -50%);
    transition: width .45s cubic-bezier(0.34, 1.2, 0.64, 1), height .45s cubic-bezier(0.34, 1.2, 0.64, 1), opacity .45s ease-in-out;
    opacity: 0;
    pointer-events: none
}

.svc-pg button:active::after {
    width: 200px;
    height: 200px;
    opacity: 1
}

.lp-pg {
    background: #0e0818;
    color: #f0eaf8;
    overflow-x: hidden;
    max-width: 1440px;
    margin: 0 auto
}

.lp-pg .reveal-rotate {
    animation: revealRotate .42s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

@keyframes revealRotate {
    from {
        opacity: 0;
        transform: rotate(-4deg) translateY(16px)
    }

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

.lp-pg ::selection {
    background: #521FA5;
    color: #fff
}

.lp-pg .prog-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 560px
}

.lp-pg .prog-split__img-side {
    position: relative;
    overflow: hidden
}

.lp-pg .prog-split__img-wrap {
    width: 100%;
    height: 100%;
    position: relative
}

.lp-pg .prog-split__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .45s ease-in-out, brightness .38s ease-in-out
}

.lp-pg .prog-split__img-wrap:hover img {
    transform: scale(1.04);
    filter: brightness(1.08)
}

.lp-pg .prog-split__grain {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 2
}

.lp-pg .prog-split__deco {
    position: absolute;
    bottom: 32px;
    left: 32px;
    width: 80px;
    height: 80px;
    border-radius: 44px;
    background: #521fa52e;
    z-index: 3;
    pointer-events: none
}

.lp-pg .prog-split__text-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px;
    background: linear-gradient(180deg, #0e0818 0%, #1a0d35 100%);
    position: relative
}

.lp-pg .prog-split__eyebrow {
    font-size: 16px;
    letter-spacing: .12em;
    color: #D93372;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.lp-pg .prog-split__h1 {
    font-size: 60px;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 16px;
    text-align: center;
    text-transform: uppercase
}

.lp-pg .prog-split__h1 em {
    font-style: normal;
    color: #D93372
}

.lp-pg .prog-split__sub {
    font-size: 24px;
    line-height: 1.35;
    color: #c9b8e8;
    margin: 0 0 32px;
    text-align: center
}

.lp-pg .prog-split__body {
    font-size: 16px;
    line-height: 1.55;
    color: #b8a8d4;
    margin: 0 0 32px;
    max-width: 480px
}

.lp-pg .prog-split__curve-deco {
    position: absolute;
    top: 64px;
    right: 32px;
    width: 2px;
    height: 120px;
    pointer-events: none
}

.lp-pg .prog-split__cta {
    display: inline-block;
    padding: 16px 32px;
    border: 2px solid #521FA5;
    border-radius: 8px;
    color: #c9b8e8;
    font-size: 16px;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    position: relative;
    overflow: hidden;
    align-self: flex-start;
    box-shadow: 0 5px 28px 0 #521fa517
}

.lp-pg .prog-split__cta:hover {
    background: #521FA5;
    color: #fff
}

.lp-pg .prog-split__cta:focus-visible {
    outline: 2px solid #D93372;
    outline-offset: 4px
}

.lp-pg .section-curve {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.lp-pg .section-curve svg {
    display: block;
    width: 100%
}

.lp-pg .detail-mosaic {
    background: #13092a;
    padding: 64px 0
}

.lp-pg .detail-mosaic__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px
}

.lp-pg .detail-mosaic__grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    align-items: start
}

.lp-pg .detail-mosaic__main {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.lp-pg .detail-mosaic__heading {
    font-size: 32px;
    line-height: 1.35;
    color: #fff;
    margin: 0 0 16px;
    text-align: center;
    text-transform: uppercase
}

.lp-pg .detail-mosaic__body {
    font-size: 16px;
    line-height: 1.55;
    color: #b8a8d4;
    margin: 0
}

.lp-pg .detail-mosaic__pull {
    font-size: 24px;
    line-height: 1.35;
    color: #FFF2F4;
    border-top: 2px solid #D93372;
    padding-top: 16px;
    margin: 0;
    position: relative
}

.lp-pg .detail-mosaic__pull::before {
    content: "\201C";
    font-size: 60px;
    line-height: 1;
    color: #D93372;
    display: block;
    margin-bottom: 8px;
    font-family: Georgia, serif
}

.lp-pg .detail-mosaic__pull::after {
    content: "\201D";
    font-size: 60px;
    line-height: .4;
    color: #D93372;
    display: inline-block;
    vertical-align: bottom;
    font-family: Georgia, serif
}

.lp-pg .detail-mosaic__steps {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lp-pg .detail-mosaic__steps-label {
    font-size: 16px;
    letter-spacing: .1em;
    color: #D93372;
    text-transform: uppercase;
    margin: 0 0 8px
}

.lp-pg .step-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    background: #521fa51f;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 1px 5px 0 #521fa50d;
    transition: box-shadow .35s cubic-bezier(0.34, 1.2, 0.64, 1), background .35s ease-in-out
}

.lp-pg .step-item:hover {
    background: #521fa538;
    box-shadow: 0 10px 52px 0 #521fa521
}

.lp-pg .step-item__arrow {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: #521FA5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.lp-pg .step-item__arrow svg {
    display: block
}

.lp-pg .step-item__num {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 1
}

.lp-pg .step-item__text {
    font-size: 16px;
    line-height: 1.55;
    color: #c9b8e8;
    margin: 0
}

.lp-pg .step-item__text strong {
    color: #fff;
    display: block;
    margin-bottom: 4px
}

.lp-pg .detail-mosaic__aside {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.lp-pg .aside-card {
    background: #d9337214;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 5px 28px 0 #d9337217
}

.lp-pg .aside-card__heading {
    font-size: 16px;
    letter-spacing: .08em;
    color: #D93372;
    text-transform: uppercase;
    margin: 0 0 16px
}

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

.lp-pg .aside-card__list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 1.55;
    color: #c9b8e8
}

.lp-pg .aside-card__list li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #D93372;
    border-right: 2px solid #D93372;
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-top: 6px
}

.lp-pg .aside-portrait {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    background: #521fa51a;
    border-radius: 8px;
    padding: 16px
}

.lp-pg .aside-portrait__img-wrap {
    width: 80px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px
}

.lp-pg .aside-portrait__img-wrap img {
    width: 80px;
    height: 103px;
    object-fit: cover;
    object-position: center;
    display: block;
    aspect-ratio: 7/9;
    transition: transform .4s ease-in-out
}

.lp-pg .aside-portrait__img-wrap:hover img {
    transform: scale(1.05)
}

.lp-pg .aside-portrait__meta {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lp-pg .aside-portrait__name {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 1.35
}

.lp-pg .aside-portrait__role {
    font-size: 16px;
    color: #b8a8d4;
    margin: 0;
    line-height: 1.35
}

.lp-pg .aside-portrait__note {
    font-size: 16px;
    color: #9a88c4;
    margin: 0;
    line-height: 1.55
}

.lp-pg .detail-mosaic__img-block {
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

.lp-pg .detail-mosaic__img-block img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .45s ease-in-out, brightness .38s ease-in-out
}

.lp-pg .detail-mosaic__img-block:hover img {
    transform: scale(1.04);
    filter: brightness(1.1)
}

.lp-pg .detail-mosaic__img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, #521fa573 100%);
    pointer-events: none
}

@media (max-width: 768px) {
    .lp-pg .prog-split {
        grid-template-columns: 1fr
    }

    .lp-pg .prog-split__img-side {
        min-height: 280px
    }

    .lp-pg .prog-split__text-side {
        padding: 32px
    }

    .lp-pg .prog-split__h1 {
        font-size: 32px
    }

    .lp-pg .prog-split__sub {
        font-size: 16px
    }

    .lp-pg .detail-mosaic__inner {
        padding: 0 16px
    }

    .lp-pg .detail-mosaic__grid {
        grid-template-columns: 1fr
    }

    .lp-pg .detail-mosaic__pull::before,
    .lp-pg .detail-mosaic__pull::after {
        font-size: 32px
    }
}

@media (max-width: 375px) {
    .lp-pg .prog-split__h1 {
        font-size: 24px
    }

    .lp-pg .prog-split__text-side {
        padding: 16px
    }

    .lp-pg .detail-mosaic__inner {
        padding: 0 8px
    }

    .lp-pg .detail-mosaic {
        padding: 32px 0
    }
}

@media (min-width: 1366px) {
    .lp-pg .prog-split__h1 {
        font-size: 70px
    }
}

.ld-pg {
    background: #0e0818;
    color: #f0eaf8;
    overflow-x: hidden
}

.ld-pg .ld-pg__grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#521fa512 1px, transparent 1px), linear-gradient(90deg, #521fa512 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none
}

.ld-pg .ld-pg__strokes {
    position: absolute;
    top: 32px;
    right: 64px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    pointer-events: none
}

.ld-pg .ld-pg__strokes span {
    display: block;
    height: 2px;
    background: #d9337259;
    border-radius: 4px
}

.ld-pg .ld-pg__strokes span:nth-child(1) {
    width: 40px
}

.ld-pg .ld-pg__strokes span:nth-child(2) {
    width: 28px
}

.ld-pg .ld-pg__strokes span:nth-child(3) {
    width: 52px
}

.ld-pg .ld-pg__strokes span:nth-child(4) {
    width: 20px
}

.ld-pg .opener {
    position: relative;
    padding: 64px;
    background: linear-gradient(180deg, #1a0a2e 0%, #0e0818 100%);
    max-width: 1440px;
    margin: 0 auto
}

.ld-pg .opener__label {
    font-size: 16px;
    letter-spacing: .18em;
    color: #D93372;
    text-transform: uppercase;
    margin-bottom: 32px;
    display: block
}

.ld-pg .opener__body {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-end
}

.ld-pg .opener__left {
    flex: 2
}

.ld-pg .opener__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 8px
}

.ld-pg .opener__h1 {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 32px;
    letter-spacing: -.02em
}

.ld-pg .opener__h1 em {
    color: #D93372;
    font-style: normal
}

.ld-pg .opener__sub {
    font-size: 24px;
    line-height: 1.55;
    color: #c4b5e0;
    max-width: 560px;
    margin: 0
}

.ld-pg .opener__note {
    font-size: 16px;
    line-height: 1.8;
    color: #9b87c0
}

.ld-pg .opener__badge {
    display: inline-block;
    border: 1px solid #d9337266;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 16px;
    color: #FFF2F4;
    background: #d9337214
}

.ld-pg .divider--dots {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    padding: 32px 0
}

.ld-pg .divider--dots span {
    display: flex;
    flex-direction: row;
    gap: 8px
}

.ld-pg .divider--dots span i {
    width: 4px;
    height: 4px;
    border-radius: 44px;
    background: #521fa580;
    display: block
}

.ld-pg .hesitation {
    max-width: 1440px;
    margin: 0 auto;
    padding: 64px;
    display: flex;
    flex-direction: row;
    gap: 64px
}

.ld-pg .hesitation__img-col {
    flex: 1;
    position: relative
}

.ld-pg .hesitation__img-wrap {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 52px 0 #521fa521
}

.ld-pg .hesitation__img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .45s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ld-pg .hesitation__img-wrap:hover img {
    transform: scale(1.03)
}

.ld-pg .hesitation__text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center
}

.ld-pg .hesitation__tag {
    font-size: 16px;
    letter-spacing: .15em;
    color: #521FA5;
    text-transform: uppercase
}

.ld-pg .hesitation__h2 {
    font-size: 32px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0;
    text-align: center
}

.ld-pg .hesitation__h2 strong {
    color: #D93372;
    font-weight: inherit
}

.ld-pg .hesitation__cols {
    display: flex;
    flex-direction: row;
    gap: 32px
}

.ld-pg .hesitation__main {
    flex: 2
}

.ld-pg .hesitation__aside {
    flex: 1
}

.ld-pg .hesitation__p {
    font-size: 16px;
    line-height: 1.8;
    color: #c4b5e0;
    margin: 0 0 16px
}

.ld-pg .hesitation__quote {
    font-size: 16px;
    line-height: 1.55;
    color: #FFF2F4;
    border-top: 1px solid #521fa54d;
    padding-top: 16px
}

.ld-pg .hesitation__quote::before {
    content: '"';
    color: #D93372;
    font-size: 24px;
    display: block;
    margin-bottom: 8px
}

.ld-pg .divider--line {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px
}

.ld-pg .divider--line hr {
    border: none;
    border-top: 1px solid #521fa533;
    margin: 0
}

.ld-pg .team {
    max-width: 1440px;
    margin: 0 auto;
    padding: 64px;
    background: linear-gradient(180deg, #130a24 0%, #0e0818 100%)
}

.ld-pg .team__top {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
    margin-bottom: 64px
}

.ld-pg .team__heading-col {
    flex: 1
}

.ld-pg .team__tag {
    font-size: 16px;
    letter-spacing: .15em;
    color: #D93372;
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px
}

.ld-pg .team__h2 {
    font-size: 32px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0;
    text-align: center
}

.ld-pg .team__h2 strong {
    color: #D93372
}

.ld-pg .team__intro-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-end
}

.ld-pg .team__intro-p {
    font-size: 16px;
    line-height: 1.8;
    color: #c4b5e0;
    margin: 0
}

.ld-pg .team__profile {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
    background: #521fa514;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 5px 28px 0 #521fa517
}

.ld-pg .team__portrait {
    width: 100px;
    flex-shrink: 0
}

.ld-pg .team__portrait img {
    width: 100px;
    height: 133px;
    object-fit: cover;
    object-position: center;
    display: block
}

.ld-pg .team__bio {
    flex: 1
}

.ld-pg .team__name {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 8px;
    color: #FFF2F4
}

.ld-pg .team__role {
    font-size: 16px;
    color: #D93372;
    margin: 0 0 16px
}

.ld-pg .team__bio-p {
    font-size: 16px;
    line-height: 1.8;
    color: #c4b5e0;
    margin: 0
}

.ld-pg .team__credits {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap
}

.ld-pg .team__credit-item {
    border: 1px solid #521fa559;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 16px;
    color: #c4b5e0
}

.ld-pg .divider--space {
    height: 32px
}

.ld-pg .longterm {
    max-width: 1440px;
    margin: 0 auto;
    padding: 64px
}

.ld-pg .longterm__h2 {
    font-size: 32px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 64px;
    text-align: center
}

.ld-pg .longterm__h2 strong {
    color: #D93372
}

.ld-pg .longterm__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.ld-pg .longterm__item {
    background: #521fa512;
    border-radius: 8px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 1px 5px 0 #521fa50d;
    transition: box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1), transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ld-pg .longterm__item:hover {
    box-shadow: 0 10px 52px 0 #521fa521;
    transform: translateY(-4px)
}

.ld-pg .longterm__item--tall {
    grid-row: span 2;
    background: #d9337212
}

.ld-pg .longterm__icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #521fa533;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ld-pg .longterm__icon svg {
    width: 20px;
    height: 20px;
    fill: #D93372
}

.ld-pg .longterm__img-wrap {
    overflow: hidden;
    border-radius: 8px;
    flex: 1
}

.ld-pg .longterm__img-wrap img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    display: block
}

.ld-pg .longterm__item-h {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0;
    color: #FFF2F4
}

.ld-pg .longterm__item-p {
    font-size: 16px;
    line-height: 1.8;
    color: #c4b5e0;
    margin: 0
}

.ld-pg .conditions {
    max-width: 1440px;
    margin: 0 auto;
    padding: 64px;
    background: linear-gradient(180deg, #1a0a2e 0%, #0e0818 100%)
}

.ld-pg .conditions__inner {
    display: flex;
    flex-direction: row;
    gap: 64px
}

.ld-pg .conditions__left {
    flex: 1
}

.ld-pg .conditions__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ld-pg .conditions__tag {
    font-size: 16px;
    letter-spacing: .15em;
    color: #521FA5;
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px
}

.ld-pg .conditions__h2 {
    font-size: 32px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 32px;
    text-align: center
}

.ld-pg .conditions__h2 strong {
    color: #D93372
}

.ld-pg .conditions__img-wrap {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 52px 0 #d9337217
}

.ld-pg .conditions__img-wrap img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
    display: block
}

.ld-pg .conditions__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ld-pg .conditions__list li {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.8;
    color: #c4b5e0
}

.ld-pg .conditions__list li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #D93372;
    border-top: 2px solid #D93372;
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-top: 8px
}

.ld-pg .conditions__note {
    font-size: 16px;
    line-height: 1.55;
    color: #9b87c0;
    border-top: 1px solid #521fa540;
    padding-top: 16px;
    margin-top: 16px
}

.ld-pg .scale {
    max-width: 1440px;
    margin: 0 auto;
    padding: 64px
}

.ld-pg .scale__h2 {
    font-size: 32px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 64px;
    text-align: center
}

.ld-pg .scale__h2 strong {
    color: #D93372
}

.ld-pg .scale__row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-bottom: 32px
}

.ld-pg .scale__metric {
    flex: 1;
    background: #521fa517;
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 5px 28px 0 #521fa517;
    transition: transform .4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ld-pg .scale__metric:hover {
    transform: translateY(-6px)
}

.ld-pg .scale__num {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 800;
    color: #D93372;
    display: block;
    margin-bottom: 8px
}

.ld-pg .scale__num--accent {
    color: #521FA5
}

.ld-pg .scale__label {
    font-size: 16px;
    line-height: 1.55;
    color: #c4b5e0
}

.ld-pg .scale__img-strip {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-top: 32px
}

.ld-pg .scale__img-wrap {
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 28px 0 #521fa517
}

.ld-pg .scale__img-wrap img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform .45s ease-in-out
}

.ld-pg .scale__img-wrap:hover img {
    transform: scale(1.04)
}

.ld-pg .scale__img-caption {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 32px;
    background: #d9337212;
    border-radius: 8px
}

.ld-pg .scale__caption-h {
    font-size: 24px;
    line-height: 1.35;
    font-weight: 700;
    color: #FFF2F4;
    margin: 0
}

.ld-pg .scale__caption-p {
    font-size: 16px;
    line-height: 1.8;
    color: #c4b5e0;
    margin: 0
}

@keyframes ld-colorshift {
    0% {
        color: #c4b5e0
    }

    60% {
        color: #FFF2F4
    }

    100% {
        color: #FFF2F4
    }
}

.ld-pg .opener__h1 {
    animation: ld-colorshift .9s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

@media (max-width: 768px) {
    .ld-pg .opener {
        padding: 64px 16px
    }

    .ld-pg .opener__body {
        flex-direction: column;
        gap: 32px
    }

    .ld-pg .opener__h1 {
        font-size: 32px
    }

    .ld-pg .opener__sub {
        font-size: 16px
    }

    .ld-pg .hesitation {
        flex-direction: column;
        padding: 64px 16px;
        gap: 32px
    }

    .ld-pg .hesitation__cols {
        flex-direction: column
    }

    .ld-pg .team {
        padding: 64px 16px
    }

    .ld-pg .team__top {
        flex-direction: column;
        gap: 32px
    }

    .ld-pg .team__profile {
        flex-direction: column
    }

    .ld-pg .longterm {
        padding: 64px 16px
    }

    .ld-pg .longterm__grid {
        grid-template-columns: 1fr
    }

    .ld-pg .longterm__item--tall {
        grid-row: span 1
    }

    .ld-pg .conditions {
        padding: 64px 16px
    }

    .ld-pg .conditions__inner {
        flex-direction: column;
        gap: 32px
    }

    .ld-pg .scale {
        padding: 64px 16px
    }

    .ld-pg .scale__row {
        flex-direction: column
    }

    .ld-pg .scale__img-strip {
        flex-direction: column
    }

    .ld-pg .divider--line {
        padding: 0 16px
    }

    .ld-pg .ld-pg__strokes {
        right: 16px
    }
}

@media (max-width: 375px) {
    .ld-pg .opener__h1 {
        font-size: 32px
    }

    .ld-pg .opener {
        padding: 64px 8px
    }

    .ld-pg .hesitation,
    .ld-pg .team,
    .ld-pg .longterm,
    .ld-pg .conditions,
    .ld-pg .scale {
        padding: 64px 8px
    }
}

@media (min-width: 1366px) {
    .ld-pg .opener__h1 {
        font-size: 70px
    }
}

.ctc-pg {
    background: #0e0818;
    padding: 0;
    overflow: hidden
}

.ctc-pg .split-screen {
    display: grid;
    grid-template-columns: 5fr 7fr;
    min-height: 100vh
}

.ctc-pg .split-left {
    background: linear-gradient(180deg, #521FA5 0%, #1a0a35 100%);
    padding: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

.ctc-pg .split-left::before {
    content: '';
    position: absolute;
    top: 32px;
    right: 32px;
    width: 48px;
    height: 1px;
    background: #fff2f459
}

.ctc-pg .split-left::after {
    content: '';
    position: absolute;
    top: 32px;
    right: 32px;
    width: 1px;
    height: 48px;
    background: #fff2f459
}

.ctc-pg .geo-corner {
    position: absolute;
    bottom: 32px;
    left: 32px;
    width: 48px;
    height: 48px;
    border-bottom: 1px solid #d9337280;
    border-left: 1px solid #d9337280
}

.ctc-pg .left-label {
    font-size: 16px;
    letter-spacing: .18em;
    color: #fff2f48c;
    text-transform: uppercase;
    line-height: 1.35;
    margin-bottom: 32px
}

.ctc-pg .left-heading {
    font-size: 60px;
    line-height: 1.1;
    color: #FFF2F4;
    text-transform: uppercase;
    margin-bottom: 32px
}

.ctc-pg .left-heading em {
    font-style: normal;
    color: #D93372
}

.ctc-pg .left-desc {
    font-size: 16px;
    line-height: 1.55;
    color: #fff2f4c7;
    max-width: 340px;
    margin-bottom: 64px
}

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

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

.ctc-pg .contact-list__icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #fff2f41a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 1px 5px 0 #521fa50d
}

.ctc-pg .contact-list__icon i {
    font-size: 16px;
    color: #D93372
}

.ctc-pg .contact-list__body {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctc-pg .contact-list__lbl {
    font-size: 16px;
    letter-spacing: .12em;
    color: #fff2f473;
    text-transform: uppercase;
    line-height: 1.35
}

.ctc-pg .contact-list__val {
    font-size: 16px;
    line-height: 1.55;
    color: #FFF2F4
}

.ctc-pg .contact-list__val a {
    color: #FFF2F4;
    text-decoration: none;
    transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ctc-pg .contact-list__val a:hover {
    color: #D93372
}

.ctc-pg .split-right {
    background: #130920;
    padding: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.ctc-pg .form-eyebrow {
    font-size: 16px;
    letter-spacing: .15em;
    color: #fff2f473;
    text-transform: uppercase;
    line-height: 1.35;
    margin-bottom: 16px
}

.ctc-pg .form-heading {
    font-size: 32px;
    line-height: 1.35;
    color: #FFF2F4;
    margin-bottom: 32px
}

.ctc-pg .contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 560px
}

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

.ctc-pg .field-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctc-pg .field-group--full {
    grid-column: 1 / -1
}

.ctc-pg .field-lbl {
    font-size: 16px;
    color: #fff2f4a6;
    line-height: 1.35
}

.ctc-pg .field-input {
    background: #fff2f40f;
    border: 1px solid #fff2f41f;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    color: #FFF2F4;
    line-height: 1.55;
    outline: none;
    transition: border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    width: 100%;
    box-sizing: border-box
}

.ctc-pg .field-input::placeholder {
    color: #d9337273
}

.ctc-pg .field-input:focus {
    border-color: #521FA5;
    box-shadow: 0 5px 28px 0 #521fa517
}

.ctc-pg .field-select {
    background: #fff2f40f;
    border: 1px solid #fff2f41f;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    color: #FFF2F4;
    line-height: 1.55;
    outline: none;
    transition: border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    width: 100%;
    box-sizing: border-box;
    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='%23D93372' d='M8 10.5L3 5.5h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    cursor: pointer
}

.ctc-pg .field-select option {
    background: #1a0a35;
    color: #FFF2F4
}

.ctc-pg .field-select:focus {
    border-color: #521FA5
}

.ctc-pg .radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctc-pg .radio-group__label {
    font-size: 16px;
    color: #fff2f4a6;
    line-height: 1.35;
    margin-bottom: 8px
}

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

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

.ctc-pg .radio-opt input[type="radio"] {
    accent-color: #521FA5;
    width: 18px;
    height: 18px;
    cursor: pointer
}

.ctc-pg .radio-opt__text {
    font-size: 16px;
    color: #fff2f4c7;
    line-height: 1.55
}

.ctc-pg .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    margin-top: 8px
}

.ctc-pg .privacy-row input[type="checkbox"] {
    accent-color: #521FA5;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer
}

.ctc-pg .privacy-text {
    font-size: 16px;
    color: #fff2f48c;
    line-height: 1.55
}

.ctc-pg .privacy-text a {
    color: #D93372;
    text-decoration: underline;
    transition: opacity .35s ease-in-out
}

.ctc-pg .privacy-text a:hover {
    opacity: .75
}

.ctc-pg .submit-btn {
    align-self: flex-start;
    background: transparent;
    border: 1px solid #521FA5;
    border-radius: 28px;
    padding: 16px 32px;
    font-size: 16px;
    color: #FFF2F4;
    letter-spacing: .08em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .4s cubic-bezier(0.34, 1.2, 0.64, 1), background .4s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .4s cubic-bezier(0.34, 1.2, 0.64, 1);
    box-shadow: 0 1px 5px 0 #521fa50d
}

.ctc-pg .submit-btn:hover {
    background: #521FA5;
    border-color: #521FA5;
    color: #FFF2F4;
    box-shadow: 0 10px 52px 0 #521fa521
}

.ctc-pg .submit-btn:focus {
    outline: 2px solid #D93372;
    outline-offset: 3px
}

.ctc-pg .submit-btn:active {
    background: #D93372;
    border-color: #D93372
}

.ctc-pg .dots-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 32px 0;
    background: #0e0818
}

.ctc-pg .dots-divider__dot {
    width: 5px;
    height: 5px;
    border-radius: 44px;
    background: #521fa580
}

.ctc-pg .dots-divider__dot--mid {
    background: #D93372;
    width: 7px;
    height: 7px
}

.ctc-pg .feed-section {
    background: #0e0818;
    padding: 64px
}

.ctc-pg .feed-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 64px;
    max-width: 1440px;
    margin: 0 auto
}

.ctc-pg .feed-intro {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ctc-pg .feed-intro__eyebrow {
    font-size: 16px;
    letter-spacing: .15em;
    color: #fff2f473;
    text-transform: uppercase;
    line-height: 1.35
}

.ctc-pg .feed-intro__heading {
    font-size: 32px;
    line-height: 1.35;
    color: #FFF2F4;
    text-align: center;
    margin-bottom: 8px
}

.ctc-pg .feed-intro__body {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    align-items: start
}

.ctc-pg .feed-intro__main {
    font-size: 16px;
    line-height: 1.8;
    color: #fff2f4c7
}

.ctc-pg .feed-intro__aside {
    font-size: 16px;
    line-height: 1.55;
    color: #fff2f480;
    border-top: 1px solid #521fa566;
    padding-top: 16px
}

.ctc-pg .pull-quote {
    font-size: 24px;
    line-height: 1.55;
    color: #FFF2F4;
    position: relative;
    padding: 32px;
    background: #521fa51f;
    border-radius: 8px;
    box-shadow: 0 5px 28px 0 #521fa517;
    margin-top: 32px
}

.ctc-pg .pull-quote::before {
    content: '"';
    font-size: 70px;
    line-height: 1.1;
    color: #D93372;
    position: absolute;
    top: 8px;
    left: 16px;
    font-style: normal
}

.ctc-pg .pull-quote::after {
    content: '"';
    font-size: 70px;
    line-height: 1.1;
    color: #D93372;
    position: absolute;
    bottom: -16px;
    right: 16px;
    font-style: normal
}

.ctc-pg .pull-quote__text {
    font-size: 24px;
    line-height: 1.55;
    color: #FFF2F4;
    padding: 0 16px
}

.ctc-pg .activity-feed {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #fff2f408;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 28px 0 #521fa517
}

.ctc-pg .activity-feed__header {
    padding: 16px;
    background: #521fa540;
    font-size: 16px;
    letter-spacing: .1em;
    color: #fff2f4a6;
    text-transform: uppercase;
    line-height: 1.35
}

.ctc-pg .feed-entry {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-bottom: 1px solid #fff2f40f;
    transition: background .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ctc-pg .feed-entry:last-child {
    border-bottom: none
}

.ctc-pg .feed-entry:hover {
    background: #521fa51a
}

.ctc-pg .feed-entry__icon {
    width: 32px;
    height: 32px;
    border-radius: 44px;
    background: #d933722e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ctc-pg .feed-entry__icon i {
    font-size: 16px;
    color: #D93372
}

.ctc-pg .feed-entry__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.ctc-pg .feed-entry__desc {
    font-size: 16px;
    line-height: 1.55;
    color: #fff2f4c7
}

.ctc-pg .feed-entry__time {
    font-size: 16px;
    color: #fff2f459;
    letter-spacing: .06em;
    line-height: 1.35
}

.ctc-pg .zigzag-top {
    width: 100%;
    height: 16px;
    background: #0e0818;
    position: relative
}

.ctc-pg .zigzag-top svg {
    display: block;
    width: 100%;
    height: 100%
}

@keyframes ctc-cascade-in {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

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

.ctc-pg .split-left {
    animation: ctc-cascade-in .42s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.ctc-pg .split-right {
    animation: ctc-cascade-in .45s .08s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.ctc-pg .feed-entry:nth-child(1) {
    animation: ctc-cascade-in .38s .05s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.ctc-pg .feed-entry:nth-child(2) {
    animation: ctc-cascade-in .38s .12s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.ctc-pg .feed-entry:nth-child(3) {
    animation: ctc-cascade-in .38s .19s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.ctc-pg .feed-entry:nth-child(4) {
    animation: ctc-cascade-in .38s .26s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

@media (max-width: 1366px) {
    .ctc-pg .split-screen {
        grid-template-columns: 1fr 1fr
    }

    .ctc-pg .split-left {
        padding: 64px 32px
    }

    .ctc-pg .split-right {
        padding: 64px 32px
    }

    .ctc-pg .feed-section {
        padding: 64px 32px
    }

    .ctc-pg .feed-grid {
        gap: 32px
    }
}

@media (max-width: 768px) {
    .ctc-pg .split-screen {
        grid-template-columns: 1fr
    }

    .ctc-pg .split-left {
        padding: 64px 32px 32px;
        min-height: auto
    }

    .ctc-pg .left-heading {
        font-size: 32px
    }

    .ctc-pg .split-right {
        padding: 32px
    }

    .ctc-pg .field-row {
        grid-template-columns: 1fr
    }

    .ctc-pg .feed-section {
        padding: 32px 16px
    }

    .ctc-pg .feed-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ctc-pg .feed-intro__body {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .ctc-pg .pull-quote {
        margin-top: 16px
    }
}

@media (max-width: 375px) {
    .ctc-pg .split-left {
        padding: 32px 16px
    }

    .ctc-pg .split-right {
        padding: 32px 16px
    }

    .ctc-pg .left-heading {
        font-size: 24px
    }

    .ctc-pg .feed-section {
        padding: 32px 16px
    }

    .ctc-pg .submit-btn {
        width: 100%;
        text-align: center
    }
}

.success-page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 32px;
    background: linear-gradient(180deg, #0d0618 0%, #1a0a35 100%)
}

.success-page .success-card {
    max-width: 560px;
    width: 100%;
    background: #521fa514;
    border: 1px solid #521fa547;
    border-radius: 28px;
    padding: 64px 32px;
    text-align: center;
    box-shadow: 0 10px 52px 0 #521fa521
}

.success-page .success-card__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 32px;
    border-radius: 44px;
    background: linear-gradient(180deg, #521fa552 0%, #d933722e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 28px 0 #d9337217
}

.success-page .success-card__icon svg {
    display: block
}

.success-page .success-card__heading {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff2f4;
    margin-bottom: 16px
}

.success-page .success-card__text {
    font-size: 16px;
    line-height: 1.55;
    color: #fff2f4b8;
    margin-bottom: 32px
}

.success-page .success-card__action {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 8px;
    border: 1px solid #521fa599;
    font-size: 16px;
    line-height: 1.35;
    color: #d93372;
    text-decoration: none;
    letter-spacing: .04em;
    transition: background .38s cubic-bezier(0.34, 1.2, 0.64, 1), color .38s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .42s ease-in-out;
    background: transparent
}

.success-page .success-card__action:hover,
.success-page .success-card__action:focus {
    background: #d9337224;
    border-color: #d93372;
    color: #fff2f4;
    outline: none
}

.success-page .success-card__action:focus-visible {
    outline: 2px solid #d93372;
    outline-offset: 4px
}

@media (max-width: 768px) {
    .success-page {
        padding: 32px 16px
    }

    .success-page .success-card {
        padding: 32px 16px
    }

    .success-page .success-card__heading {
        font-size: 24px
    }
}