html {
    font-size: 100%;
    scroll-behavior: auto
}

body {
    margin: 0;
    min-height: 100dvh;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

:focus {
    outline: none;
    border-bottom: 4px solid #2C014B
}

.brand-bar {
    align-items: center;
    background: linear-gradient(135deg, #2C014B 0%, #1a0030 100%);
    border-bottom: 1px solid #00fbe02e;
    display: flex;
    justify-content: space-between;
    padding: 12px 52px
}

.brand-bar__proof {
    align-items: center;
    color: #00FBE0;
    display: flex;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    gap: 6px;
    letter-spacing: .06em;
    line-height: 1.1
}

.brand-bar__proof-dot {
    background: #00FBE0;
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    width: 6px
}

.brand-bar__proof-text {
    color: #f6eae3bf;
    font-size: 14px;
    font-style: italic;
    letter-spacing: .04em
}

.brand-mark {
    align-items: center;
    background: #f6eae30f;
    border: 1px solid #f6eae338;
    border-radius: 6px;
    box-shadow: 0 1px 5px 0 #00fbe012 0 4px 28px 0 #2c014b1a;
    display: flex;
    justify-content: center;
    padding: 6px
}

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

.brand-rule {
    border: none;
    border-top: 1px solid #00fbe01f;
    margin: 0
}

.nav-strip {
    align-items: stretch;
    background: #2C014B;
    display: flex;
    justify-content: space-between;
    padding: 0 52px
}

.nav-strip__links {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

.nav-strip__links li {
    display: flex
}

.nav-strip__links a {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: #f6eae3d1;
    display: flex;
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    letter-spacing: .03em;
    line-height: 1.1;
    padding: 24px;
    text-decoration: none;
    transition: color .65s cubic-bezier(0.4, 0, 0.2, 1), border-color .65s cubic-bezier(0.4, 0, 0.2, 1)
}

.nav-strip__links a:hover {
    border-bottom-color: #00FBE0;
    color: #00FBE0
}

.nav-strip__links a:focus {
    border-bottom: 4px solid #F6EAE3;
    color: #F6EAE3;
    outline: none
}

.nav-strip__action {
    align-items: center;
    display: flex
}

.nav-strip__btn {
    border: 1.5px solid #00FBE0;
    border-radius: 2px;
    color: #00FBE0;
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    letter-spacing: .07em;
    line-height: 1.1;
    padding: 12px 24px;
    text-decoration: none;
    transition: background .72s cubic-bezier(0.0, 0, 0.2, 1), color .72s cubic-bezier(0.0, 0, 0.2, 1)
}

.nav-strip__btn:hover {
    background: #00FBE0;
    color: #2C014B
}

.nav-strip__btn:active {
    transform: scale(0.97)
}

.nav-strip__btn:focus {
    border-bottom: 4px solid #F6EAE3;
    outline: none
}

@media (max-width: 992px) {
    .brand-bar {
        padding: 12px 24px
    }

    .nav-strip {
        flex-direction: column;
        padding: 0 24px
    }

    .nav-strip__links a {
        font-size: 14px;
        padding: 12px
    }

    .nav-strip__action {
        padding: 12px 0
    }
}

@media (max-width: 576px) {
    .brand-bar {
        padding: 12px
    }

    .nav-strip {
        padding: 0 12px
    }

    .nav-strip__links {
        flex-direction: column
    }

    .nav-strip__links a {
        padding: 12px 6px
    }
}

.ft {
    background: linear-gradient(160deg, #2c014bf5 0%, #2c014be0 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-top: 1px solid #00fbe026
}

.ft__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 auto;
    max-width: 1024px;
    padding: 52px 52px 24px
}

.ft__logo-rule {
    border: none;
    border-top: 1px solid #00fbe024;
    margin: 0;
    width: 100%
}

.ft__logo-wrap {
    align-items: center;
    background: #f6eae30d;
    border: 1px solid #f6eae32e;
    border-radius: 6px;
    box-shadow: 0 1px 5px 0 #00fbe012 0 4px 28px 0 #2c014b1a;
    display: flex;
    justify-content: center;
    padding: 12px
}

.ft__logo-wrap img {
    display: block;
    height: 55px;
    object-fit: contain;
    width: 55px
}

.ft__card {
    background: #f6eae30a;
    border: 1px solid #00fbe01f;
    border-radius: 6px;
    box-shadow: 0 4px 28px 0 #2c014b1a inset 0 4px 10px 0 #00fbe00a;
    padding: 24px 52px;
    text-align: center;
    width: 100%
}

.ft__card-label {
    color: #00fbe0a6;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 1.1;
    margin-bottom: 12px;
    text-transform: uppercase
}

.ft__card-name {
    color: #F6EAE3;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px
}

.ft__contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.ft__contacts li {
    align-items: center;
    display: flex;
    gap: 6px
}

.ft__contacts-icon {
    color: #00FBE0;
    display: flex;
    flex-shrink: 0
}

.ft__contacts a,
.ft__contacts span {
    color: #f6eae3d1;
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    line-height: 1.75;
    text-decoration: none;
    transition: color .68s cubic-bezier(0.4, 0, 0.2, 1)
}

.ft__contacts a:hover {
    color: #00FBE0
}

.ft__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.ft__nav a {
    color: #f6eae38c;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    letter-spacing: .04em;
    line-height: 1.75;
    text-decoration: none;
    transition: color .62s cubic-bezier(0.0, 0, 0.2, 1)
}

.ft__nav a:hover {
    color: #00FBE0
}

.ft__copy {
    border-top: 1px solid #00fbe014;
    color: #f6eae361;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.75;
    padding-top: 12px;
    text-align: center;
    width: 100%
}

@media (max-width: 992px) {
    .ft__inner {
        padding: 52px 24px 24px
    }

    .ft__card {
        padding: 24px
    }
}

@media (max-width: 576px) {
    .ft__inner {
        padding: 24px 12px 12px
    }

    .ft__card {
        padding: 24px 12px
    }

    .ft__contacts {
        flex-direction: column;
        gap: 12px
    }
}

.ck-bar {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 2000
}

.ck-bar__card {
    background: #2c014bf7;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #00fbe033;
    box-shadow: 0 8px 48px 0 #2c014b21;
    margin: 0 auto;
    max-width: 1024px;
    padding: 24px 52px
}

.ck-bar__body {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between
}

.ck-bar__text {
    color: #f6eae3d1;
    flex: 1 1 340px;
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    line-height: 1.75
}

.ck-bar__text a {
    color: #00FBE0;
    text-decoration: underline;
    transition: color .65s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck-bar__text a:hover {
    color: #F6EAE3
}

.ck-bar__optout {
    color: #f6eae38c;
    flex-basis: 100%;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    line-height: 1.75
}

.ck-bar__optout-btn {
    background: none;
    border: none;
    color: #00FBE0;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    padding: 0;
    text-decoration: underline;
    transition: color .65s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck-bar__optout-btn:hover {
    color: #F6EAE3
}

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

.ck-bar__accept {
    background: #00FBE0;
    border: 1.5px solid #00FBE0;
    border-radius: 2px;
    color: #2C014B;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.1;
    padding: 12px 24px;
    transition: background .72s cubic-bezier(0.0, 0, 0.2, 1), color .72s cubic-bezier(0.0, 0, 0.2, 1)
}

.ck-bar__accept:hover {
    background: #F6EAE3;
    border-color: #F6EAE3;
    color: #2C014B
}

.ck-bar__accept:active {
    transform: scale(0.97)
}

.ck-bar__decline {
    background: transparent;
    border: 1.5px solid #f6eae359;
    border-radius: 2px;
    color: #f6eae3a6;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    letter-spacing: .04em;
    line-height: 1.1;
    padding: 12px;
    transition: border-color .68s cubic-bezier(0.4, 0, 0.2, 1), color .68s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck-bar__decline:hover {
    border-color: #f6eae3b3;
    color: #F6EAE3
}

.ck-bar__decline:active {
    transform: scale(0.97)
}

.ck-bar--hidden {
    transform: translateX(100%)
}

.ck-bar--visible {
    transform: translateX(0);
    transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.ck-bar--closing {
    transform: translateX(100%);
    transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1)
}

@media (max-width: 992px) {
    .ck-bar__card {
        padding: 24px
    }
}

@media (max-width: 576px) {
    .ck-bar__card {
        padding: 24px 12px
    }

    .ck-bar__actions {
        flex-direction: column;
        width: 100%
    }

    .ck-bar__accept,
    .ck-bar__decline {
        width: 100%
    }
}

.policy-page {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1024px;
    padding: 52px 24px
}

.policy-page div {
    box-sizing: border-box
}

.policy-page ul,
.policy-page ol {
    margin: 12px 0 24px;
    padding-left: 24px
}

.policy-page ul ul,
.policy-page ol ol,
.policy-page ul ol,
.policy-page ol ul {
    margin: 6px 0
}

.policy-page li {
    color: #2C014B;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 6px;
    padding-left: 6px
}

.policy-page ul li {
    list-style-type: disc
}

.policy-page ol li {
    list-style-type: decimal
}

.policy-page ul li::marker {
    color: #00FBE0;
    font-size: 14px
}

.policy-page ol li::marker {
    color: #2C014B;
    font-size: 14px;
    font-weight: 700
}

.policy-page strong,
.policy-page b {
    color: #2C014B;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: .01em
}

.policy-page a {
    border-bottom: 1px solid #00FBE0;
    color: #2C014B;
    text-decoration: none;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1), border-bottom-color .26s cubic-bezier(0.0, 0, 0.2, 1)
}

.policy-page a:hover {
    border-bottom-color: #2C014B;
    color: #00FBE0
}

.policy-page a:focus-visible {
    border-radius: 2px;
    color: #2C014B;
    outline: 2px solid #00FBE0;
    outline-offset: 2px
}

.policy-page table {
    border-collapse: collapse;
    border-radius: 6px;
    box-shadow: 0 1px 5px 0 #00fbe012 0 4px 28px 0 #00fbe01a;
    font-size: 14px;
    line-height: 1.75;
    margin: 24px 0;
    overflow: hidden;
    width: 100%
}

.policy-page thead {
    background-color: #2C014B
}

.policy-page thead th {
    color: #00FBE0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 12px 24px;
    text-align: left;
    text-transform: uppercase
}

.policy-page tbody {
    background-color: #fff
}

.policy-page tbody tr {
    border-bottom: 1px solid #2c014b14;
    transition: background-color .24s cubic-bezier(0.4, 0, 0.2, 1)
}

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

.policy-page tbody tr:hover {
    background-color: #F6EAE3
}

.policy-page td {
    color: #2C014B;
    font-size: 14px;
    line-height: 1.75;
    padding: 12px 24px;
    vertical-align: top
}

.policy-page th {
    font-size: 14px;
    font-weight: 700
}

@media (max-width: 576px) {
    .policy-page {
        padding: 24px 12px
    }

    .policy-page table {
        border-radius: 0;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .policy-page thead th,
    .policy-page td {
        padding: 12px;
        white-space: nowrap
    }

    .policy-page ul,
    .policy-page ol {
        padding-left: 12px
    }
}

@media (min-width: 577px) and (max-width: 992px) {
    .policy-page {
        padding: 52px 24px
    }

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

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

.lrn-prog .prog-title {
    position: relative;
    padding: 96px 24px;
    background: #fff;
    border-bottom: 1px solid #2C014B
}

.lrn-prog .prog-title__line {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #F6EAE3 0%, #00FBE0 50%, #2C014B 100%)
}

.lrn-prog .prog-title__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 52px;
    max-width: 1024px;
    margin: 0 auto
}

.lrn-prog .prog-title__img-wrap {
    flex: 0 0 220px;
    width: 220px;
    height: 320px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 48px 0 #00fbe021;
    position: relative
}

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

.lrn-prog .prog-title__img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23grain)' opacity='0.08'/%3E%3C/svg%3E");
    border-radius: 6px;
    pointer-events: none
}

.lrn-prog .prog-title__text {
    flex: 1 1 0
}

.lrn-prog .prog-title__label {
    display: inline-block;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: .12em;
    color: #2C014B;
    border: 1px solid #2C014B;
    border-radius: 2px;
    padding: 6px 12px;
    margin-bottom: 24px;
    text-transform: uppercase
}

.lrn-prog .prog-title__h1 {
    font-size: 56px;
    line-height: 1.1;
    color: #2C014B;
    margin: 0 0 24px;
    font-weight: 700
}

.lrn-prog .prog-title__sub {
    font-size: 15px;
    line-height: 1.75;
    color: #2C014B;
    opacity: .78;
    max-width: 480px
}

.lrn-prog .prog-title__img-wrap--right {
    flex: 0 0 180px;
    width: 180px;
    height: 260px
}

.lrn-prog .prog-body {
    padding: 96px 24px;
    background: #F6EAE3;
    position: relative
}

.lrn-prog .prog-body__bg-sym {
    position: absolute;
    right: 52px;
    top: 52px;
    font-size: 320px;
    line-height: 1.1;
    color: transparent;
    -webkit-text-stroke: 1px #2c014b12;
    pointer-events: none;
    user-select: none;
    font-weight: 700;
    z-index: 0
}

.lrn-prog .prog-body__inner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.lrn-prog .prog-body__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: start
}

.lrn-prog .prog-body__left {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lrn-prog .prog-body__h2 {
    font-size: 22px;
    line-height: 1.1;
    color: #2C014B;
    font-weight: 700;
    margin: 0
}

.lrn-prog .prog-body__para {
    font-size: 15px;
    line-height: 1.75;
    color: #2C014B;
    margin: 0
}

.lrn-prog .prog-ranked {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px
}

.lrn-prog .prog-ranked__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.lrn-prog .prog-ranked__num {
    font-size: 22px;
    line-height: 1.1;
    color: #00FBE0;
    font-weight: 700;
    min-width: 32px;
    text-align: right;
    flex-shrink: 0
}

.lrn-prog .prog-ranked__bar-wrap {
    flex: 1 1 0;
    height: 6px;
    background: #2c014b1f;
    border-radius: 2px;
    overflow: hidden
}

.lrn-prog .prog-ranked__bar {
    height: 100%;
    background: linear-gradient(90deg, #00FBE0 0%, #2C014B 100%);
    border-radius: 2px;
    transition: width .72s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog .prog-ranked__label {
    font-size: 14px;
    line-height: 1.1;
    color: #2C014B;
    min-width: 120px
}

.lrn-prog .prog-body__right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.lrn-prog .prog-compare {
    display: flex;
    flex-direction: row;
    gap: 12px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 28px 0 #2c014b1a
}

.lrn-prog .prog-compare__col {
    flex: 1 1 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lrn-prog .prog-compare__col--a {
    background: #2C014B
}

.lrn-prog .prog-compare__col--b {
    background: #fff
}

.lrn-prog .prog-compare__head {
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 6px
}

.lrn-prog .prog-compare__col--a .prog-compare__head {
    color: #00FBE0
}

.lrn-prog .prog-compare__col--b .prog-compare__head {
    color: #2C014B
}

.lrn-prog .prog-compare__item {
    font-size: 14px;
    line-height: 1.75;
    padding: 6px 0;
    border-bottom: 1px solid #ffffff14;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 6px
}

.lrn-prog .prog-compare__col--a .prog-compare__item {
    color: #F6EAE3;
    border-bottom-color: #f6eae31f
}

.lrn-prog .prog-compare__col--b .prog-compare__item {
    color: #2C014B;
    border-bottom-color: #2c014b1a
}

.lrn-prog .prog-compare__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 6px
}

.lrn-prog .prog-compare__col--a .prog-compare__dot {
    background: #00FBE0
}

.lrn-prog .prog-compare__col--b .prog-compare__dot {
    background: #2C014B
}

.lrn-prog .prog-subscribe {
    background: #fff;
    border-radius: 6px;
    padding: 24px;
    box-shadow: 0 1px 5px 0 #00fbe012;
    border-top: 2px solid #00FBE0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    animation: bg-pulse 6s ease-in-out infinite
}

@keyframes bg-pulse {

    0%,
    100% {
        background-color: #fff
    }

    50% {
        background-color: #f0fffe !important
    }
}

.lrn-prog .prog-subscribe__h3 {
    font-size: 22px;
    line-height: 1.1;
    color: #2C014B;
    font-weight: 700;
    margin: 0
}

.lrn-prog .prog-subscribe__desc {
    font-size: 14px;
    line-height: 1.75;
    color: #2C014B;
    opacity: .78;
    margin: 0
}

.lrn-prog .prog-subscribe__free {
    font-size: 14px;
    line-height: 1.1;
    color: #2C014B;
    background: #F6EAE3;
    border-radius: 2px;
    padding: 6px 12px;
    display: inline-block;
    font-weight: 700
}

.lrn-prog .prog-subscribe form {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.lrn-prog .prog-subscribe__input {
    width: 100%;
    padding: 12px;
    border: 1px solid #2c014b38;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.75;
    color: #2C014B;
    background: #fff;
    outline: none;
    box-sizing: border-box;
    transition: border-color .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog .prog-subscribe__input::placeholder {
    color: #2c014b61;
    transition: opacity .72s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog .prog-subscribe__input:focus::placeholder {
    opacity: 0
}

.lrn-prog .prog-subscribe__input:focus {
    border-color: #00FBE0;
    box-shadow: 0 1px 5px 0 #00fbe012
}

.lrn-prog .prog-subscribe__btn {
    padding: 12px 24px;
    border: 2px solid #2C014B;
    border-radius: 6px;
    background: transparent;
    color: #2C014B;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: .06em;
    transition: background-color .68s cubic-bezier(0.0, 0, 0.2, 1), color .68s cubic-bezier(0.0, 0, 0.2, 1)
}

.lrn-prog .prog-subscribe__btn:hover {
    background: #2C014B;
    color: #00FBE0
}

.lrn-prog .prog-subscribe__btn:active {
    transform: scale(0.97)
}

.lrn-prog .prog-subscribe__btn:focus-visible {
    outline: 2px solid #00FBE0;
    outline-offset: 2px
}

.lrn-prog .prog-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px
}

.lrn-prog .prog-divider__line {
    flex: 1 1 0;
    height: 1px;
    background: #2c014b26;
    position: relative
}

.lrn-prog .prog-divider__tick {
    width: 1px;
    height: 8px;
    background: #2c014b4d;
    position: absolute;
    top: -4px
}

.lrn-prog .prog-divider__tick:nth-child(1) {
    left: 20%
}

.lrn-prog .prog-divider__tick:nth-child(2) {
    left: 40%
}

.lrn-prog .prog-divider__tick:nth-child(3) {
    left: 60%
}

.lrn-prog .prog-divider__tick:nth-child(4) {
    left: 80%
}

.lrn-prog .prog-experts {
    padding: 96px 24px;
    background: #fff
}

.lrn-prog .prog-experts__inner {
    max-width: 1024px;
    margin: 0 auto
}

.lrn-prog .prog-experts__top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 52px;
    gap: 52px
}

.lrn-prog .prog-experts__h2 {
    font-size: 22px;
    line-height: 1.1;
    color: #2C014B;
    font-weight: 300;
    margin: 0;
    max-width: 420px
}

.lrn-prog .prog-experts__note {
    font-size: 14px;
    line-height: 1.75;
    color: #2C014B;
    opacity: .65;
    max-width: 260px;
    text-align: right
}

.lrn-prog .prog-experts__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px
}

.lrn-prog .prog-expert-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    border-radius: 6px;
    background: #F6EAE3;
    box-shadow: 0 1px 5px 0 #2c014b12;
    transition: box-shadow .82s cubic-bezier(0.4, 0, 0.2, 1), transform .82s cubic-bezier(0.4, 0, 0.2, 1)
}

.lrn-prog .prog-expert-card:hover {
    box-shadow: 0 8px 48px 0 #2c014b21;
    transform: translateY(-2px)
}

.lrn-prog .prog-expert-card__portrait {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 4px 28px 0 #00fbe01a
}

.lrn-prog .prog-expert-card__portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.lrn-prog .prog-expert-card__name {
    font-size: 15px;
    line-height: 1.1;
    color: #2C014B;
    font-weight: 700;
    margin: 0
}

.lrn-prog .prog-expert-card__role {
    font-size: 14px;
    line-height: 1.1;
    color: #2C014B;
    opacity: .6;
    margin: 0;
    letter-spacing: .06em
}

.lrn-prog .prog-expert-card__bio {
    font-size: 14px;
    line-height: 1.75;
    color: #2C014B;
    margin: 0
}

.lrn-prog .prog-expert-card--sidebar {
    background: #2C014B;
    grid-column: span 1
}

.lrn-prog .prog-expert-card--sidebar .prog-expert-card__name {
    color: #F6EAE3
}

.lrn-prog .prog-expert-card--sidebar .prog-expert-card__role {
    color: #00FBE0;
    opacity: 1
}

.lrn-prog .prog-expert-card--sidebar .prog-expert-card__bio {
    color: #F6EAE3;
    opacity: .82
}

@media (max-width: 992px) {
    .lrn-prog .prog-title__row {
        flex-direction: column;
        gap: 24px
    }

    .lrn-prog .prog-title__img-wrap {
        flex: 0 0 auto;
        width: 100%;
        height: 200px
    }

    .lrn-prog .prog-title__img-wrap--right {
        display: none
    }

    .lrn-prog .prog-title__h1 {
        font-size: 22px
    }

    .lrn-prog .prog-body__grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

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

    .lrn-prog .prog-experts__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 24px
    }

    .lrn-prog .prog-experts__note {
        text-align: left
    }
}

@media (max-width: 576px) {
    .lrn-prog .prog-title {
        padding: 52px 24px
    }

    .lrn-prog .prog-body {
        padding: 52px 24px
    }

    .lrn-prog .prog-experts {
        padding: 52px 24px
    }

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

    .lrn-prog .prog-compare {
        flex-direction: column
    }

    .lrn-prog .prog-title__h1 {
        font-size: 22px
    }

    .lrn-prog .prog-body__bg-sym {
        font-size: 120px;
        right: 12px;
        top: 12px
    }
}

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

.ctus .pg-strip {
    background: #2C014B;
    padding: 52px 24px;
    position: relative
}

.ctus .pg-strip::after {
    background: linear-gradient(117deg, #F6EAE3 0%, #00FBE0 48%, #2C014B 100%);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.ctus .pg-strip__inner {
    margin: 0 auto;
    max-width: 1024px
}

.ctus .pg-strip__label {
    color: #00FBE0;
    font-size: 14px;
    letter-spacing: .18em;
    line-height: 1.1;
    margin-bottom: 12px;
    text-transform: uppercase
}

.ctus .pg-strip__h1 {
    color: #F6EAE3;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 24px
}

.ctus .pg-strip__sub {
    color: #b8a8c8;
    font-size: 15px;
    line-height: 1.75;
    max-width: 520px
}

.ctus .pg-strip__deco {
    border: 1.5px dashed #00FBE0;
    border-radius: 0;
    bottom: 52px;
    height: 80px;
    opacity: .18;
    position: absolute;
    right: 80px;
    width: 80px
}

.ctus .pg-strip__deco--b {
    border-color: #F6EAE3;
    bottom: 80px;
    height: 40px;
    opacity: .1;
    right: 130px;
    width: 40px
}

.ctus .reach-band {
    background: #F6EAE3;
    padding: 52px 24px;
    position: relative
}

.ctus .reach-band::before {
    background: linear-gradient(90deg, transparent 0%, #2C014B 50%, transparent 100%);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ctus .reach-band__inner {
    display: flex;
    flex-direction: row;
    gap: 52px;
    margin: 0 auto;
    max-width: 1024px
}

.ctus .reach-band__col--main {
    flex: 1 1 0;
    min-width: 0
}

.ctus .reach-band__col--side {
    flex: 0 0 280px;
    min-width: 0
}

.ctus .reach-band__eyebrow {
    color: #2C014B;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.1;
    margin-bottom: 12px;
    text-transform: uppercase
}

.ctus .reach-band__h2 {
    color: #2C014B;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 24px
}

.ctus .reach-band__body {
    color: #3a1a5c;
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 24px
}

.ctus .reach-band__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0
}

.ctus .reach-band__items li {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 12px
}

.ctus .reach-band__items li .dot {
    background: #00FBE0;
    border-radius: 2px;
    flex-shrink: 0;
    height: 8px;
    margin-top: 7px;
    width: 8px
}

.ctus .reach-band__items li span {
    color: #2C014B;
    font-size: 15px;
    line-height: 1.75
}

.ctus .cert-frame {
    background: #fff;
    border: 2px solid #2C014B;
    border-radius: 6px;
    box-shadow: 0 4px 28px 0 #2c014b1a;
    padding: 24px;
    position: relative
}

.ctus .cert-frame::before {
    border: 1px dashed #00FBE0;
    border-radius: 2px;
    bottom: 8px;
    content: "";
    left: 8px;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 8px
}

.ctus .cert-frame__badge {
    align-items: center;
    background: #2C014B;
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    justify-content: center;
    margin-bottom: 12px;
    padding: 6px 12px
}

.ctus .cert-frame__badge-icon {
    background: #00FBE0;
    border-radius: 2px;
    flex-shrink: 0;
    height: 10px;
    width: 10px
}

.ctus .cert-frame__badge-text {
    color: #F6EAE3;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.1;
    text-transform: uppercase
}

.ctus .cert-frame__name {
    color: #2C014B;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 6px;
    text-align: center
}

.ctus .cert-frame__tagline {
    color: #5a3a7a;
    font-size: 14px;
    line-height: 1.75;
    margin: 0 0 12px;
    text-align: center
}

.ctus .cert-frame__divider {
    border: none;
    border-top: 1px solid #00FBE0;
    margin: 12px 0
}

.ctus .cert-frame__row {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 6px;
    margin-bottom: 6px
}

.ctus .cert-frame__row-icon {
    flex-shrink: 0;
    margin-top: 2px
}

.ctus .cert-frame__row-icon svg {
    display: block
}

.ctus .cert-frame__row-text {
    color: #2C014B;
    font-size: 14px;
    line-height: 1.75;
    word-break: break-word
}

.ctus .cert-frame__row-text a {
    color: #2C014B;
    text-decoration: underline;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .cert-frame__row-text a:hover {
    color: #00FBE0
}

.ctus .form-band {
    background: #fff;
    padding: 52px 24px 96px;
    position: relative
}

.ctus .form-band::before {
    background: #2C014B;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px
}

.ctus .form-band::after {
    background: #00FBE0;
    content: "";
    height: 3px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.ctus .form-band__inner {
    margin: 0 auto;
    max-width: 1024px
}

.ctus .form-band__split {
    display: flex;
    flex-direction: row;
    gap: 52px
}

.ctus .form-band__col--form {
    flex: 1 1 0;
    min-width: 0
}

.ctus .form-band__col--img {
    align-items: flex-start;
    display: flex;
    flex: 0 0 320px;
    flex-direction: column;
    gap: 24px;
    min-width: 0
}

.ctus .form-band__h2 {
    color: #2C014B;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 12px
}

.ctus .form-band__desc {
    color: #3a1a5c;
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 24px
}

.ctus .frm {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ctus .frm__group {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.ctus .frm__label {
    color: #2C014B;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.1
}

.ctus .frm__input {
    background: #fff;
    border: 1.5px solid #c4aad8;
    border-radius: 6px;
    box-shadow: 0 1px 5px 0 #2c014b12;
    color: #2C014B;
    font-size: 15px;
    line-height: 1.75;
    padding: 12px;
    transition: border-color .26s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .26s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%
}

.ctus .frm__input:focus {
    border-color: #2C014B;
    box-shadow: 0 4px 28px 0 #2c014b1a;
    outline: none
}

.ctus .frm__input::placeholder {
    color: #c4aad8;
    opacity: 1;
    transition: opacity .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .frm__input:focus::placeholder {
    opacity: 0
}

.ctus .frm__radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ctus .frm__radio-row {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 12px
}

.ctus .frm__radio-row input[type="radio"] {
    accent-color: #2C014B;
    cursor: pointer;
    flex-shrink: 0;
    height: 18px;
    width: 18px
}

.ctus .frm__radio-row label {
    color: #2C014B;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.75
}

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

.ctus .frm__check-row input[type="checkbox"] {
    accent-color: #2C014B;
    cursor: pointer;
    flex-shrink: 0;
    height: 18px;
    margin-top: 3px;
    width: 18px
}

.ctus .frm__check-row label {
    color: #3a1a5c;
    font-size: 14px;
    line-height: 1.75
}

.ctus .frm__check-row label a {
    color: #2C014B;
    text-decoration: underline;
    transition: color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .frm__check-row label a:hover {
    color: #00FBE0
}

.ctus .frm__btn {
    background: transparent;
    border: 2px solid #2C014B;
    border-radius: 6px;
    color: #2C014B;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .06em;
    overflow: hidden;
    padding: 12px 24px;
    position: relative;
    text-transform: uppercase;
    transition: color .28s cubic-bezier(0.0, 0, 0.2, 1), box-shadow .24s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0
}

.ctus .frm__btn::before {
    background: #2C014B;
    bottom: 0;
    content: "";
    left: -100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: left .28s cubic-bezier(0.0, 0, 0.2, 1);
    width: 100%;
    z-index: -1
}

.ctus .frm__btn:hover {
    box-shadow: 0 4px 28px 0 #2c014b1a;
    color: #00FBE0
}

.ctus .frm__btn:hover::before {
    left: 0
}

.ctus .frm__btn:active {
    transform: scale(0.97)
}

.ctus .frm__btn:focus-visible {
    outline: 2px solid #00FBE0;
    outline-offset: 2px
}

.ctus .img-reveal {
    border-radius: 6px;
    box-shadow: 0 8px 48px 0 #2c014b21;
    overflow: hidden;
    position: relative;
    width: 100%
}

.ctus .img-reveal img {
    display: block;
    height: 220px;
    object-fit: cover;
    transition: transform .7s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%
}

.ctus .img-reveal:hover img {
    transform: scale(1.04)
}

.ctus .img-reveal__cap {
    background: #2c014be0;
    bottom: 0;
    color: #F6EAE3;
    font-size: 14px;
    left: 0;
    line-height: 1.75;
    opacity: 0;
    padding: 12px;
    position: absolute;
    right: 0;
    transition: opacity .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .img-reveal:hover .img-reveal__cap {
    opacity: 1
}

.ctus .form-band__note {
    background: #F6EAE3;
    border-left: 4px solid #00FBE0;
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #c4aad8;
    color: #2C014B;
    font-size: 14px;
    line-height: 1.75;
    padding: 12px
}

.ctus .wave-anim .frm__group:nth-child(1) {
    animation: wv .7s cubic-bezier(0.4, 0, 0.2, 1) .05s both
}

.ctus .wave-anim .frm__group:nth-child(2) {
    animation: wv .7s cubic-bezier(0.4, 0, 0.2, 1) .15s both
}

.ctus .wave-anim .frm__group:nth-child(3) {
    animation: wv .7s cubic-bezier(0.4, 0, 0.2, 1) .25s both
}

.ctus .wave-anim .frm__group:nth-child(4) {
    animation: wv .7s cubic-bezier(0.4, 0, 0.2, 1) .35s both
}

.ctus .wave-anim .frm__check-row {
    animation: wv .7s cubic-bezier(0.4, 0, 0.2, 1) .45s both
}

.ctus .wave-anim .frm__btn {
    animation: wv .7s cubic-bezier(0.4, 0, 0.2, 1) .55s both
}

@keyframes wv {
    from {
        opacity: 0;
        transform: translateY(18px)
    }

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

@media (max-width: 992px) {
    .ctus .reach-band__inner {
        flex-direction: column;
        gap: 24px
    }

    .ctus .reach-band__col--side {
        flex: 0 0 auto;
        width: 100%
    }

    .ctus .form-band__split {
        flex-direction: column;
        gap: 24px
    }

    .ctus .form-band__col--img {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (max-width: 576px) {
    .ctus .pg-strip__h1 {
        font-size: 40px
    }

    .ctus .pg-strip {
        padding: 52px 12px
    }

    .ctus .reach-band {
        padding: 52px 12px
    }

    .ctus .form-band {
        padding: 52px 12px 96px
    }

    .ctus .cert-frame {
        padding: 12px
    }
}

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

.opn__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px
}

.opn__title-blk {
    background: #fff;
    padding: 96px 24px 52px;
    position: relative
}

.opn__title-blk .opn__inner {
    position: relative;
    z-index: 1
}

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

.opn__spot {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(ellipse at 30% 40%, #00fbe02e 0%, #f6eae31a 60%, transparent 100%);
    animation: spotdrift 12s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
    pointer-events: none
}

@keyframes spotdrift {
    0% {
        transform: translate(0px, 0px);
        opacity: .7
    }

    50% {
        transform: translate(80px, 30px);
        opacity: 1
    }

    100% {
        transform: translate(160px, -20px);
        opacity: .6
    }
}

.opn__tag {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .12em;
    color: #2C014B;
    background: #F6EAE3;
    padding: 6px 12px;
    border-radius: 2px;
    margin-bottom: 24px;
    text-transform: uppercase
}

.opn__h1 {
    font-size: 56px;
    line-height: 1.1;
    color: #2C014B;
    font-weight: 700;
    margin: 0 0 24px;
    max-width: 680px
}

.opn__h1 .opn__punct {
    color: #00FBE0
}

.opn__lead {
    font-size: 15px;
    line-height: 1.75;
    color: #3a1a5c;
    max-width: 520px;
    margin: 0 0 52px
}

.opn__title-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 52px
}

.opn__title-text {
    flex: 1 1 0;
    min-width: 0
}

.opn__title-img-wrap {
    flex: 0 0 260px;
    width: 260px;
    height: 320px;
    overflow: hidden;
    border-radius: 0;
    opacity: .72;
    box-shadow: 0 8px 48px 0 #2c014b21;
    align-self: flex-end
}

.opn__title-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .72s cubic-bezier(0.4, 0, 0.2, 1)
}

.opn__title-img-wrap:hover img {
    transform: scale(1.04)
}

.opn__stats-row {
    display: flex;
    flex-direction: row;
    gap: 52px;
    margin-top: 0
}

.opn__stat {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.opn__stat-num {
    font-size: 22px;
    font-weight: 700;
    color: #2C014B;
    line-height: 1.1
}

.opn__stat-lbl {
    font-size: 14px;
    letter-spacing: .08em;
    color: #6a3d8a;
    line-height: 1.75
}

.opn__bracket {
    position: relative;
    display: inline-block
}

.opn__bracket::before,
.opn__bracket::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    pointer-events: none
}

.opn__bracket::before {
    top: -8px;
    left: -12px;
    border-top: 2px solid #00FBE0;
    border-left: 2px solid #00FBE0
}

.opn__bracket::after {
    bottom: -8px;
    right: -12px;
    border-bottom: 2px solid #00FBE0;
    border-right: 2px solid #00FBE0
}

.opn__rep {
    background: #F6EAE3;
    padding: 96px 24px
}

.opn__rep .opn__inner {
    display: flex;
    flex-direction: row;
    gap: 52px;
    align-items: flex-start
}

.opn__rep-left {
    flex: 0 0 340px;
    width: 340px
}

.opn__rep-right {
    flex: 1 1 0;
    min-width: 0
}

.opn__rep-img-wrap {
    width: 340px;
    height: 240px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 4px 28px 0 #2c014b1a;
    margin-bottom: 24px
}

.opn__rep-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .84s cubic-bezier(0.0, 0, 0.2, 1)
}

.opn__rep-img-wrap:hover img {
    transform: scale(1.06)
}

.opn__h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    color: #2C014B;
    margin: 0 0 12px
}

.opn__h2--light {
    font-weight: 300
}

.opn__body {
    font-size: 15px;
    line-height: 1.75;
    color: #3a1a5c;
    margin: 0 0 24px
}

.opn__assoc-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.opn__assoc-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    line-height: 1.75;
    color: #3a1a5c
}

.opn__dot {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #00FBE0;
    margin-top: 8px
}

.opn__counter-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background: #2C014B;
    color: #00FBE0;
    border-radius: 6px;
    padding: 12px 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 28px 0 #2c014b1a
}

.opn__counter-badge .opn__big {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1
}

.opn__counter-badge .opn__small {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #F6EAE3;
    line-height: 1.75
}

.opn__current {
    background: #fff;
    padding: 52px 24px 96px
}

.opn__current .opn__inner {
    display: flex;
    flex-direction: column;
    gap: 52px
}

.opn__current-head {
    display: flex;
    flex-direction: row;
    gap: 52px;
    align-items: flex-start
}

.opn__current-text {
    flex: 1 1 0;
    min-width: 0
}

.opn__current-img-wrap {
    flex: 0 0 300px;
    width: 300px;
    height: 200px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 8px 48px 0 #00fbe021
}

.opn__current-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .66s cubic-bezier(0.4, 0, 0.2, 1)
}

.opn__current-img-wrap:hover img {
    transform: scale(1.05)
}

.opn__topics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.opn__topic {
    background: #F6EAE3;
    border-radius: 6px;
    padding: 24px;
    position: relative;
    box-shadow: 0 1px 5px 0 #00fbe012;
    transition: box-shadow .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.opn__topic:hover {
    box-shadow: 0 4px 28px 0 #2c014b1a
}

.opn__topic-num {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #00FBE0;
    background: #2C014B;
    border-radius: 2px;
    padding: 2px 6px;
    line-height: 1.75
}

.opn__topic-label {
    font-size: 14px;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #2C014B;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.1
}

.opn__topic-desc {
    font-size: 14px;
    line-height: 1.75;
    color: #3a1a5c;
    margin: 0
}

.opn__chart-wrap {
    background: #2C014B;
    border-radius: 10px;
    padding: 24px 24px 12px;
    box-shadow: 0 4px 28px 0 #2c014b1a
}

.opn__chart-title {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #00FBE0;
    margin-bottom: 12px;
    line-height: 1.75
}

.opn__chart-svg {
    width: 100%;
    height: 80px;
    display: block
}

.opn__chart-labels {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 6px
}

.opn__chart-lbl {
    font-size: 14px;
    color: #a07fc0;
    line-height: 1.75
}

.opn__team {
    background: #2C014B;
    padding: 96px 24px
}

.opn__team .opn__inner {
    display: flex;
    flex-direction: row;
    gap: 52px;
    align-items: flex-start
}

.opn__team-left {
    flex: 1 1 0;
    min-width: 0
}

.opn__team-right {
    flex: 0 0 300px;
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.opn__team-h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    color: #00FBE0;
    margin: 0 0 12px
}

.opn__team-body {
    font-size: 15px;
    line-height: 1.75;
    color: #d4b8ea;
    margin: 0 0 24px
}

.opn__team-label {
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #00FBE0;
    margin-bottom: 12px;
    line-height: 1.75
}

.opn__expert {
    background: #f6eae312;
    border-radius: 6px;
    padding: 24px;
    border-top: 2px solid #00FBE0;
    border-right: 1px solid #00fbe02e;
    box-shadow: 0 1px 5px 0 #00fbe012
}

.opn__expert-name {
    font-size: 15px;
    font-weight: 700;
    color: #F6EAE3;
    line-height: 1.1;
    margin-bottom: 6px
}

.opn__expert-role {
    font-size: 14px;
    letter-spacing: .07em;
    color: #00FBE0;
    margin-bottom: 12px;
    line-height: 1.75
}

.opn__expert-note {
    font-size: 14px;
    line-height: 1.75;
    color: #c0a0d8;
    margin: 0
}

.opn__portrait-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 8px 48px 0 #00fbe021
}

.opn__portrait-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: transform .78s cubic-bezier(0.0, 0, 0.2, 1)
}

.opn__portrait-wrap:hover img {
    transform: scale(1.04)
}

.opn__portrait-name {
    font-size: 14px;
    letter-spacing: .07em;
    color: #F6EAE3;
    line-height: 1.75;
    margin-top: 6px
}

.opn__creds {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px
}

.opn__cred {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    line-height: 1.75;
    color: #d4b8ea
}

.opn__cred-dot {
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: #00FBE0;
    margin-top: 9px
}

.opn__btn {
    display: inline-block;
    font-size: 15px;
    line-height: 1.75;
    color: #00FBE0;
    background: transparent;
    border: 1px solid #00FBE0;
    border-radius: 6px;
    padding: 12px 24px;
    cursor: pointer;
    text-decoration: none;
    transition: background .62s cubic-bezier(0.4, 0, 0.2, 1), color .62s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 12px
}

.opn__btn:hover {
    background: #00FBE0;
    color: #2C014B
}

.opn__btn:active {
    transform: scale(0.97)
}

.opn__btn:focus {
    outline: 2px solid #00FBE0;
    outline-offset: 2px
}

@media (max-width: 992px) {
    .opn__title-row {
        flex-direction: column;
        gap: 24px
    }

    .opn__title-img-wrap {
        flex: 0 0 auto;
        width: 100%;
        height: 220px
    }

    .opn__rep .opn__inner {
        flex-direction: column;
        gap: 24px
    }

    .opn__rep-left {
        flex: 0 0 auto;
        width: 100%
    }

    .opn__rep-img-wrap {
        width: 100%;
        height: 200px
    }

    .opn__current-head {
        flex-direction: column;
        gap: 24px
    }

    .opn__current-img-wrap {
        flex: 0 0 auto;
        width: 100%;
        height: 180px
    }

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

    .opn__team .opn__inner {
        flex-direction: column;
        gap: 24px
    }

    .opn__team-right {
        flex: 0 0 auto;
        width: 100%
    }

    .opn__h1 {
        font-size: 36px
    }

    .opn__stats-row {
        gap: 24px;
        flex-wrap: wrap
    }
}

@media (max-width: 576px) {
    .opn__title-blk {
        padding: 52px 24px 24px
    }

    .opn__h1 {
        font-size: 22px
    }

    .opn__topics-grid {
        grid-template-columns: 1fr
    }

    .opn__rep {
        padding: 52px 24px
    }

    .opn__team {
        padding: 52px 24px
    }

    .opn__current {
        padding: 52px 24px
    }

    .opn__stats-row {
        flex-direction: column;
        gap: 12px
    }

    .opn__counter-badge .opn__big {
        font-size: 36px
    }
}

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

.abt-us .pg-ld {
    display: none
}

.abt-us .title-blk {
    background: linear-gradient(157deg, #F6EAE3 0%, #00FBE0 38%, #2C014B 100%);
    padding: 52px 24px 96px;
    position: relative
}

.abt-us .title-blk::before {
    background-image: radial-gradient(circle, #2C014B 1px, transparent 1px);
    background-size: 22px 22px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .13;
    pointer-events: none;
    position: absolute;
    right: 50%;
    top: 0
}

.abt-us .title-blk__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 52px;
    margin: 0 auto;
    max-width: 1024px
}

.abt-us .title-blk__text {
    flex: 1 1 0
}

.abt-us .title-blk__label {
    border: 1.5px solid #2c014b47;
    border-radius: 2px;
    color: #2C014B;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .12em;
    line-height: 1.1;
    margin-bottom: 24px;
    padding: 6px 12px;
    text-transform: uppercase
}

.abt-us .title-blk__h1 {
    color: #2C014B;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    max-width: 560px
}

.abt-us .title-blk__desc {
    color: #2C014B;
    font-size: 15px;
    line-height: 1.75;
    max-width: 480px;
    opacity: .88
}

.abt-us .title-blk__img-col {
    flex: 0 0 320px;
    position: relative
}

.abt-us .title-blk__img-wrap {
    border-radius: 6px;
    box-shadow: 0 8px 48px 0 #00fbe021;
    overflow: hidden;
    position: relative
}

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

.abt-us .title-blk__img-badge {
    background: #2C014B;
    border-radius: 2px;
    bottom: 24px;
    color: #00FBE0;
    font-size: 14px;
    left: -24px;
    letter-spacing: .06em;
    line-height: 1.1;
    padding: 12px 24px;
    position: absolute
}

.abt-us .title-blk__img-badge strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1
}

.abt-us .story-blk {
    background: #fff;
    padding: 96px 24px
}

.abt-us .story-blk__inner {
    display: grid;
    gap: 52px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    max-width: 1024px
}

.abt-us .story-blk__visual {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.abt-us .story-blk__img-wrap {
    border-radius: 6px;
    box-shadow: 0 4px 28px 0 #2c014b1a;
    overflow: hidden
}

.abt-us .story-blk__img-wrap img {
    display: block;
    height: 280px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    transition: transform .7s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .story-blk__img-wrap:hover img {
    transform: scale(1.03)
}

.abt-us .story-blk__stat-row {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.abt-us .story-blk__stat {
    background: #F6EAE3;
    border-radius: 6px;
    flex: 1 1 0;
    padding: 24px
}

.abt-us .story-blk__stat-num {
    color: #2C014B;
    display: block;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1
}

.abt-us .story-blk__stat-lbl {
    color: #2C014B;
    display: block;
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 1.75;
    opacity: .72;
    text-transform: uppercase
}

.abt-us .story-blk__text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center
}

.abt-us .story-blk__eyebrow {
    color: #00FBE0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.1;
    text-transform: uppercase
}

.abt-us .story-blk__h2 {
    color: #2C014B;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 6px
}

.abt-us .story-blk__p {
    color: #2C014B;
    font-size: 15px;
    line-height: 1.75;
    opacity: .85
}

.abt-us .story-blk__quote-wrap {
    border-left: 3px solid #00FBE0;
    border-radius: 0 6px 6px 0;
    border-top: 1px solid #00fbe038;
    padding: 12px 24px;
    position: relative
}

.abt-us .story-blk__quote-mark {
    color: #00FBE0;
    font-size: 56px;
    font-weight: 900;
    left: 16px;
    line-height: 1.1;
    opacity: .22;
    pointer-events: none;
    position: absolute;
    top: -6px;
    user-select: none
}

.abt-us .story-blk__quote-text {
    color: #2C014B;
    font-size: 15px;
    font-style: italic;
    line-height: 1.75;
    padding-left: 12px
}

.abt-us .team-blk {
    background: #2C014B;
    padding: 96px 24px;
    position: relative
}

.abt-us .team-blk::before {
    background-image: linear-gradient(to right, #00fbe00a 1px, transparent 1px), linear-gradient(to bottom, #00fbe00a 1px, transparent 1px);
    background-size: 40px 40px;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.abt-us .team-blk__vignette {
    animation: vignette-breathe 7s ease-in-out infinite;
    bottom: 0;
    box-shadow: inset 0 0 80px 20px #2c014b8c;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

@keyframes vignette-breathe {

    0%,
    100% {
        box-shadow: inset 0 0 80px 20px #2c014b8c
    }

    50% {
        box-shadow: inset 0 0 120px 40px #2c014bb8
    }
}

.abt-us .team-blk__inner {
    margin: 0 auto;
    max-width: 1024px;
    position: relative
}

.abt-us .team-blk__header {
    margin-bottom: 52px;
    text-align: center
}

.abt-us .team-blk__h2 {
    color: #F6EAE3;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 12px
}

.abt-us .team-blk__h2 strong {
    display: block;
    font-size: 56px;
    font-weight: 800
}

.abt-us .team-blk__sub {
    color: #F6EAE3;
    font-size: 15px;
    line-height: 1.75;
    margin: 0 auto;
    max-width: 560px;
    opacity: .72
}

.abt-us .team-blk__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr)
}

.abt-us .team-blk__card {
    background: #f6eae30f;
    border: 1px solid #00fbe024;
    border-radius: 6px;
    padding: 24px;
    position: relative;
    transition: border-color .65s cubic-bezier(0.4, 0, 0.2, 1), background .65s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .team-blk__card:hover {
    background: #00fbe012;
    border-color: #00fbe061
}

.abt-us .team-blk__card--featured {
    grid-column: span 1
}

.abt-us .team-blk__portrait {
    border-radius: 6px;
    height: 200px;
    margin-bottom: 24px;
    overflow: hidden;
    width: 160px
}

.abt-us .team-blk__portrait img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 100%
}

.abt-us .team-blk__name {
    color: #00FBE0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 6px
}

.abt-us .team-blk__role {
    color: #F6EAE3;
    font-size: 14px;
    letter-spacing: .07em;
    line-height: 1.75;
    opacity: .62;
    text-transform: uppercase
}

.abt-us .team-blk__bio {
    color: #F6EAE3;
    font-size: 14px;
    line-height: 1.75;
    margin-top: 12px;
    opacity: .8
}

.abt-us .team-blk__no-portrait {
    align-items: center;
    background: #00fbe014;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    height: 52px;
    justify-content: center;
    margin-bottom: 24px;
    width: 52px
}

.abt-us .team-blk__no-portrait svg {
    height: 28px;
    width: 28px
}

.abt-us .approach-blk {
    background: #F6EAE3;
    padding: 96px 24px 52px;
    position: relative
}

.abt-us .approach-blk__hex-bg {
    bottom: 0;
    left: 0;
    opacity: .07;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.abt-us .approach-blk__inner {
    margin: 0 auto;
    max-width: 1024px;
    position: relative
}

.abt-us .approach-blk__top {
    display: grid;
    gap: 52px;
    grid-template-columns: 2fr 1fr;
    margin-bottom: 52px
}

.abt-us .approach-blk__h2 {
    color: #2C014B;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px
}

.abt-us .approach-blk__lead {
    color: #2C014B;
    font-size: 15px;
    line-height: 1.75;
    opacity: .85
}

.abt-us .approach-blk__ring-wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center
}

.abt-us .approach-blk__ring {
    position: relative
}

.abt-us .approach-blk__ring svg {
    display: block;
    height: 140px;
    width: 140px
}

.abt-us .approach-blk__ring-track {
    fill: none;
    stroke: #2c014b1f;
    stroke-width: 10
}

.abt-us .approach-blk__ring-fill {
    fill: none;
    stroke: #00FBE0;
    stroke-dasharray: 339.29;
    stroke-dashoffset: 67.86;
    stroke-linecap: round;
    stroke-width: 10;
    transform: rotate(-90deg);
    transform-origin: 60px 60px;
    transition: stroke-dashoffset .9s cubic-bezier(0.0, 0, 0.2, 1)
}

.abt-us .approach-blk__ring-num {
    color: #2C014B;
    font-size: 22px;
    font-weight: 800;
    left: 50%;
    line-height: 1.1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.abt-us .approach-blk__ring-lbl {
    color: #2C014B;
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 1.1;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.abt-us .approach-blk__items {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr)
}

.abt-us .approach-blk__item {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 5px 0 #00fbe012;
    padding: 24px;
    position: relative;
    transition: box-shadow .7s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .approach-blk__item:hover {
    box-shadow: 0 4px 28px 0 #00fbe01a
}

.abt-us .approach-blk__item-num {
    color: #00FBE0;
    font-size: 56px;
    font-weight: 900;
    line-height: 1.1;
    opacity: .3;
    position: absolute;
    right: 12px;
    top: 6px
}

.abt-us .approach-blk__item-icon {
    margin-bottom: 12px
}

.abt-us .approach-blk__item-h {
    color: #2C014B;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 12px
}

.abt-us .approach-blk__item-p {
    color: #2C014B;
    font-size: 14px;
    line-height: 1.75;
    opacity: .78
}

.abt-us .approach-blk__img-strip {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-top: 52px
}

.abt-us .approach-blk__img-wrap {
    border-radius: 6px;
    box-shadow: 0 4px 28px 0 #2c014b1a;
    overflow: hidden
}

.abt-us .approach-blk__img-wrap img {
    display: block;
    height: 220px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    transition: transform .8s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .approach-blk__img-wrap:hover img {
    transform: scale(1.04)
}

.abt-us .approach-blk__img-cap {
    background: #2C014B;
    border-radius: 0 0 6px 6px;
    color: #F6EAE3;
    font-size: 14px;
    letter-spacing: .06em;
    line-height: 1.75;
    padding: 12px 24px;
    text-transform: uppercase
}

.abt-us .tooltip-focus-wrap {
    display: inline-block;
    position: relative
}

.abt-us .tooltip-focus-wrap:focus-within .tooltip-focus-tip {
    opacity: 1;
    transform: translateY(0)
}

.abt-us .tooltip-focus-tip {
    background: #2C014B;
    border-radius: 6px;
    bottom: calc(100% + 10px);
    color: #00FBE0;
    font-size: 14px;
    left: 50%;
    line-height: 1.75;
    opacity: 0;
    padding: 6px 12px;
    pointer-events: none;
    position: absolute;
    transform: translateY(6px);
    transition: opacity .25s cubic-bezier(0.4, 0, 0.2, 1), transform .25s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    z-index: 10
}

.abt-us .approach-blk__btn-row {
    margin-top: 52px;
    text-align: center
}

.abt-us .btn-ghost {
    background: transparent;
    border: 2px solid #2C014B;
    border-radius: 6px;
    color: #2C014B;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 12px 52px;
    text-decoration: none;
    transition: background .65s cubic-bezier(0.4, 0, 0.2, 1), color .65s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .btn-ghost:hover,
.abt-us .btn-ghost:focus {
    background: #2C014B;
    color: #00FBE0;
    outline: none
}

.abt-us .btn-ghost:active {
    transform: scale(0.97)
}

.abt-us .wavy-divider {
    height: 36px;
    overflow: hidden;
    width: 100%
}

.abt-us .wavy-divider svg {
    display: block;
    height: 36px;
    width: 100%
}

@media (max-width: 992px) {
    .abt-us .title-blk__inner {
        flex-direction: column;
        gap: 24px
    }

    .abt-us .title-blk__img-col {
        flex: 0 0 auto
    }

    .abt-us .title-blk__h1 {
        font-size: 22px
    }

    .abt-us .story-blk__inner {
        grid-template-columns: 1fr
    }

    .abt-us .team-blk__grid {
        grid-template-columns: 1fr 1fr
    }

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

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

    .abt-us .approach-blk__img-strip {
        grid-template-columns: 1fr
    }

    .abt-us .approach-blk__h2 {
        font-size: 22px
    }
}

@media (max-width: 576px) {
    .abt-us .title-blk {
        padding: 24px 12px 52px
    }

    .abt-us .title-blk__h1 {
        font-size: 22px
    }

    .abt-us .story-blk {
        padding: 52px 12px
    }

    .abt-us .team-blk__grid {
        grid-template-columns: 1fr
    }

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

    .abt-us .team-blk {
        padding: 52px 12px
    }

    .abt-us .approach-blk {
        padding: 52px 12px
    }

    .abt-us .story-blk__stat-row {
        flex-direction: column
    }
}

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

.tech-pg .split-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 560px;
    position: relative
}

.tech-pg .split-hero__left {
    background: #2C014B;
    padding: 96px 52px 52px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden
}

.tech-pg .split-hero__right {
    background: #00FBE0;
    padding: 96px 52px 52px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden
}

.tech-pg .split-hero__geo {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 120px;
    height: 120px;
    border: 1px solid #f6eae31f;
    transform: rotate(45deg);
    pointer-events: none
}

.tech-pg .split-hero__geo--sm {
    width: 60px;
    height: 60px;
    top: 60px;
    right: 60px;
    border-color: #f6eae312
}

.tech-pg .split-hero__geo-r {
    position: absolute;
    bottom: 52px;
    left: 24px;
    width: 90px;
    height: 90px;
    border: 1px solid #2c014b26;
    transform: rotate(22deg);
    pointer-events: none
}

.tech-pg .split-hero__label {
    font-size: 14px;
    letter-spacing: .18em;
    color: #00FBE0;
    line-height: 1.1;
    margin-bottom: 24px;
    text-transform: uppercase
}

.tech-pg .split-hero__h1 {
    font-size: 56px;
    line-height: 1.1;
    color: #F6EAE3;
    font-weight: 700;
    margin-bottom: 24px;
    max-width: 420px
}

.tech-pg .split-hero__desc {
    font-size: 15px;
    line-height: 1.75;
    color: #f6eae3c7;
    max-width: 360px
}

.tech-pg .split-hero__img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.tech-pg .split-hero__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .08;
    filter: grayscale(1)
}

.tech-pg .split-hero__right-content {
    position: relative;
    z-index: 1
}

.tech-pg .split-hero__stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px
}

.tech-pg .stat-item__num {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    color: #2C014B
}

.tech-pg .stat-item__lbl {
    font-size: 14px;
    line-height: 1.75;
    color: #2C014B;
    letter-spacing: .06em
}

.tech-pg .split-hero__tagline {
    font-size: 15px;
    line-height: 1.75;
    color: #2C014B;
    border-top: 1px solid #2c014b33;
    padding-top: 24px
}

.tech-pg .divider-grad {
    height: 2px;
    background: linear-gradient(90deg, #00FBE0 0%, #F6EAE3 60%, #fff 100%)
}

.tech-pg .stack-section {
    background: #F6EAE3;
    padding: 96px 52px
}

.tech-pg .stack-section__inner {
    max-width: 1024px;
    margin: 0 auto
}

.tech-pg .stack-section__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    margin-bottom: 52px;
    align-items: end
}

.tech-pg .stack-section__h2 {
    font-size: 56px;
    line-height: 1.1;
    color: #2C014B;
    font-weight: 700
}

.tech-pg .stack-section__intro {
    font-size: 15px;
    line-height: 1.75;
    color: #3a2050
}

.tech-pg .steps-track {
    display: flex;
    flex-direction: column;
    gap: 0
}

.tech-pg .step-row {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 24px;
    position: relative
}

.tech-pg .step-row:not(:last-child) .step-line {
    position: absolute;
    left: 25px;
    top: 44px;
    bottom: -12px;
    width: 2px;
    background: linear-gradient(180deg, #2C014B 0%, #00FBE0 100%)
}

.tech-pg .step-num-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.tech-pg .step-dot {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #2C014B;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 28px 0 #2c014b1a
}

.tech-pg .step-dot__n {
    font-size: 15px;
    font-weight: 700;
    color: #00FBE0;
    line-height: 1.1
}

.tech-pg .step-body {
    padding-bottom: 52px
}

.tech-pg .step-body__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    letter-spacing: .12em;
    color: #2C014B;
    text-transform: uppercase;
    margin-bottom: 12px
}

.tech-pg .step-body__tag-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00FBE0;
    flex-shrink: 0
}

.tech-pg .step-body__h {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #2C014B;
    margin-bottom: 12px
}

.tech-pg .step-body__p {
    font-size: 15px;
    line-height: 1.75;
    color: #3a2050;
    max-width: 560px
}

.tech-pg .step-body__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px
}

.tech-pg .chip {
    font-size: 14px;
    line-height: 1.1;
    color: #2C014B;
    background: #fff;
    border: 1px solid #2c014b2e;
    border-radius: 2px;
    padding: 6px 12px;
    transition: background-color .22s cubic-bezier(0.4, 0, 0.2, 1), color .22s cubic-bezier(0.4, 0, 0.2, 1)
}

.tech-pg .chip:hover {
    background: #2C014B;
    color: #00FBE0
}

.tech-pg .stack-section__mosaic {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    margin-top: 52px
}

.tech-pg .mosaic-wide {
    background: #2C014B;
    border-radius: 6px;
    padding: 52px;
    box-shadow: 0 8px 48px 0 #2c014b21;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px
}

.tech-pg .mosaic-wide__h {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #F6EAE3;
    margin-bottom: 12px
}

.tech-pg .mosaic-wide__p {
    font-size: 15px;
    line-height: 1.75;
    color: #f6eae3c7
}

.tech-pg .mosaic-wide__metrics {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 12px
}

.tech-pg .metric-box {
    flex: 1;
    border-top: 2px solid #00FBE0;
    padding-top: 12px
}

.tech-pg .metric-box__val {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    color: #00FBE0
}

.tech-pg .metric-box__lbl {
    font-size: 14px;
    line-height: 1.75;
    color: #f6eae399
}

.tech-pg .mosaic-narrow {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.tech-pg .mosaic-card {
    background: #fff;
    border-radius: 6px;
    padding: 24px;
    box-shadow: 0 1px 5px 0 #2c014b12;
    border-left: 3px solid #00FBE0;
    border-top: 1px solid #2c014b14;
    transition: box-shadow .26s cubic-bezier(0.4, 0, 0.2, 1)
}

.tech-pg .mosaic-card:hover {
    box-shadow: 0 4px 28px 0 #2c014b1a
}

.tech-pg .mosaic-card__h {
    font-size: 15px;
    line-height: 1.1;
    font-weight: 700;
    color: #2C014B;
    margin-bottom: 6px
}

.tech-pg .mosaic-card__p {
    font-size: 14px;
    line-height: 1.75;
    color: #3a2050
}

.tech-pg .portrait-strip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    background: #fff;
    border-radius: 6px;
    padding: 24px;
    box-shadow: 0 1px 5px 0 #2c014b12;
    margin-top: 24px
}

.tech-pg .portrait-strip__img {
    width: 72px;
    height: 72px;
    border-radius: 6px;
    object-fit: cover;
    object-position: top;
    flex-shrink: 0;
    box-shadow: 0 4px 28px 0 #2c014b1a
}

.tech-pg .portrait-strip__quote {
    font-size: 15px;
    line-height: 1.75;
    color: #3a2050
}

.tech-pg .portrait-strip__name {
    font-size: 14px;
    font-weight: 700;
    color: #2C014B;
    margin-top: 6px;
    letter-spacing: .06em
}

.tech-pg .portrait-strip__role {
    font-size: 14px;
    color: #6a4a80
}

.tech-pg .reveal-split {
    animation: splitOpen .8s cubic-bezier(0.0, 0, 0.2, 1) both
}

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

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

@media (max-width: 992px) {
    .tech-pg .split-hero {
        grid-template-columns: 1fr
    }

    .tech-pg .split-hero__right {
        padding-top: 52px
    }

    .tech-pg .split-hero__stat-grid {
        grid-template-columns: 1fr 1fr
    }

    .tech-pg .stack-section__header {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .tech-pg .stack-section__mosaic {
        grid-template-columns: 1fr
    }

    .tech-pg .stack-section {
        padding: 52px 24px
    }
}

@media (max-width: 576px) {

    .tech-pg .split-hero__left,
    .tech-pg .split-hero__right {
        padding: 52px 24px 24px
    }

    .tech-pg .split-hero__h1 {
        font-size: 22px
    }

    .tech-pg .split-hero__stat-grid {
        grid-template-columns: 1fr
    }

    .tech-pg .stat-item__num {
        font-size: 22px
    }

    .tech-pg .stack-section__h2 {
        font-size: 22px
    }

    .tech-pg .mosaic-wide {
        padding: 24px
    }

    .tech-pg .mosaic-wide__metrics {
        flex-direction: column
    }

    .tech-pg .step-row {
        grid-template-columns: 36px 1fr
    }

    .tech-pg .step-dot {
        width: 36px;
        height: 36px
    }

    .tech-pg .step-row:not(:last-child) .step-line {
        left: 17px
    }

    .tech-pg .portrait-strip {
        flex-direction: column;
        align-items: flex-start
    }
}

.succ-page {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 72vh;
    padding: 96px 24px
}

.succ-page .succ-card {
    background: #fff;
    border: 1px solid #e8dfd8;
    border-radius: 10px;
    box-shadow: 0 4px 28px 0 #00fbe01a;
    max-width: 1024px;
    padding: 52px;
    text-align: center;
    width: 100%
}

.succ-page .succ-card .succ-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 24px
}

.succ-page .succ-card .succ-icon__shape {
    align-items: center;
    background: #F6EAE3;
    border-radius: 50%;
    display: flex;
    height: 72px;
    justify-content: center;
    width: 72px
}

.succ-page .succ-card .succ-icon__check {
    border-bottom: 3px solid #2C014B;
    border-right: 3px solid #2C014B;
    height: 22px;
    margin-bottom: 6px;
    transform: rotate(45deg);
    width: 12px
}

.succ-page .succ-card .succ-title {
    color: #2C014B;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 1.1;
    margin-bottom: 24px
}

.succ-page .succ-card .succ-label {
    background: #00FBE0;
    border-radius: 2px;
    color: #2C014B;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .12em;
    margin-bottom: 24px;
    padding: 6px 12px;
    text-transform: uppercase
}

.succ-page .succ-card .succ-desc {
    color: #3a2050;
    font-size: 15px;
    line-height: 1.75;
    margin: 0 auto 52px;
    max-width: 560px
}

.succ-page .succ-card .succ-divider {
    background: linear-gradient(135deg, #F6EAE3, #00FBE0, #2C014B);
    border: none;
    border-radius: 2px;
    height: 2px;
    margin: 0 auto 52px;
    width: 64px
}

.succ-page .succ-card .succ-actions {
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center
}

.succ-page .succ-card .succ-btn {
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
    padding: 12px 24px;
    text-decoration: none;
    transition: background-color .26s cubic-bezier(0.4, 0, 0.2, 1), color .26s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .22s cubic-bezier(0.0, 0, 0.2, 1), transform .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.succ-page .succ-card .succ-btn--primary {
    background: transparent;
    border: 2px solid #2C014B;
    box-shadow: 0 1px 5px 0 #2c014b12;
    color: #2C014B
}

.succ-page .succ-card .succ-btn--primary:hover {
    background: #2C014B;
    box-shadow: 0 4px 28px 0 #2c014b1a;
    color: #00FBE0
}

.succ-page .succ-card .succ-btn--primary:active {
    transform: scale(0.97)
}

.succ-page .succ-card .succ-btn--ghost {
    background: transparent;
    border: 2px solid #00FBE0;
    color: #2C014B
}

.succ-page .succ-card .succ-btn--ghost:hover {
    background: #00FBE0;
    box-shadow: 0 4px 28px 0 #00fbe01a;
    color: #2C014B
}

.succ-page .succ-card .succ-btn--ghost:active {
    transform: scale(0.97)
}

.succ-page .succ-card .succ-note {
    color: #7a6080;
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.75;
    margin-top: 24px
}

.succ-page .succ-card .succ-note a {
    color: #2C014B;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .24s cubic-bezier(0.4, 0, 0.2, 1)
}

.succ-page .succ-card .succ-note a:hover {
    color: #00FBE0
}

@media (max-width: 576px) {
    .succ-page {
        padding: 52px 12px
    }

    .succ-page .succ-card {
        padding: 24px
    }

    .succ-page .succ-card .succ-title {
        font-size: 22px
    }

    .succ-page .succ-card .succ-actions {
        flex-direction: column;
        gap: 12px
    }

    .succ-page .succ-card .succ-btn {
        text-align: center;
        width: 100%
    }
}

@media (min-width: 577px) and (max-width: 992px) {
    .succ-page .succ-card {
        padding: 52px 24px
    }

    .succ-page .succ-card .succ-title {
        font-size: 22px
    }
}