html {
    box-sizing: border-box;
    font-size: 100%
}

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

html,
body {
    margin: 0
}

body {
    position: relative;
    min-height: 100vh;
    font-family: 'Red Hat Display', sans-serif
}

.hd-frame {
    border-bottom: 3px solid #340621;
    background: #fff;
    box-shadow: 1px 6px 20px 0 #34062117
}

.hd-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 40px 12px;
    border-bottom: 2px solid #633bd82e;
    background: linear-gradient(180deg, #633bd812 0%, #fff0 100%)
}

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

.logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: #fff;
    border: 2px solid #3406212e;
    border-radius: 6px;
    box-shadow: 1px 1px 3px 0 #34062114
}

.logo-card img {
    display: block;
    object-fit: contain
}

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

.brand-name {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #340621
}

.brand-topic {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #633BD8
}

.hd-region {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    border-radius: 36px;
    background: #09ff8426;
    border: 1px solid #09ff8480;
    margin-left: auto;
    position: absolute;
    right: 40px
}

.hd-region-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #09FF84;
    border: 1px solid #34062140;
    flex-shrink: 0
}

.hd-region-text {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #340621;
    white-space: nowrap
}

.hd-nav-row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 0 40px;
    gap: 4px
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center
}

.nav-list li {
    position: relative;
    display: flex;
    align-items: stretch
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #340621;
    text-decoration: none;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: background .1s ease-out, border-color .12s ease-out, color .1s linear;
    white-space: nowrap;
    min-height: 44px
}

.nav-link:hover,
.nav-link:focus {
    background: #633bd817;
    border-color: #633bd84d;
    color: #633BD8;
    outline: none
}

.nav-link:focus-visible {
    outline: 2px solid #633BD8;
    outline-offset: 2px
}

.nav-link svg {
    flex-shrink: 0
}

.nav-item-parent>.nav-link::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    margin-left: 4px;
    transition: transform .08s ease-out
}

.nav-item-parent:hover>.nav-link::after,
.nav-item-parent:focus-within>.nav-link::after {
    transform: rotate(180deg)
}

.sub-bridge {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 8px;
    z-index: 200;
    min-width: 200px
}

.nav-item-parent:hover .sub-bridge,
.nav-item-parent:focus-within .sub-bridge {
    display: block
}

.sub-list {
    list-style: none;
    margin: 0;
    padding: 8px;
    background: #fff;
    border: 2px solid #340621;
    border-radius: 6px;
    box-shadow: 1px 9px 48px 0 #34062124;
    min-width: 180px
}

.sub-list li {
    display: block
}

.sub-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #340621;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: background .1s ease-out, border-color .1s linear;
    white-space: nowrap;
    min-height: 44px
}

.sub-link:hover,
.sub-link:focus {
    background: #09ff8426;
    border-color: #09ff8480;
    outline: none
}

.sub-link:focus-visible {
    outline: 2px solid #633BD8;
    outline-offset: 2px
}

@media (max-width: 768px) {
    .hd-top {
        padding: 20px 20px 12px;
        position: relative
    }

    .hd-region {
        right: 20px;
        position: static;
        margin-left: 0;
        margin-top: 8px;
        align-self: flex-start
    }

    .hd-top {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .brand-mark {
        flex: 1
    }

    .hd-nav-row {
        padding: 0 20px
    }

    .nav-link {
        font-size: 15px;
        padding: 10px 12px
    }
}

@media (max-width: 390px) {
    .hd-top {
        padding: 12px
    }

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

    .brand-topic {
        font-size: 15px
    }

    .hd-nav-row {
        padding: 0 12px
    }

    .nav-link {
        padding: 10px 8px;
        font-size: 15px
    }
}

.ft-base {
    background: #340621;
    border-top: 3px solid #633BD8;
    padding: 80px 40px 40px
}

.ft-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto 80px
}

.ft-col-head {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .08em;
    color: #09FF84;
    text-transform: uppercase;
    margin: 0 0 20px
}

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

.ft-links a {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    color: #fffc;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    transition: color .1s ease-out;
    padding: 4px 0
}

.ft-links a:hover,
.ft-links a:focus {
    color: #09FF84;
    outline: none
}

.ft-links a:focus-visible {
    outline: 2px solid #09FF84;
    outline-offset: 2px
}

.ft-contact-item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #ffffffb3;
    margin: 0 0 8px
}

.ft-contact-item a {
    color: #ffffffd9;
    text-decoration: none;
    transition: color .1s ease-out
}

.ft-contact-item a:hover {
    color: #09FF84
}

.ft-bottom {
    border-top: 1px solid #ffffff1f;
    padding-top: 40px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.ft-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: #fff;
    border: 2px solid #09ff8466;
    border-radius: 12px;
    box-shadow: 1px 6px 20px 0 #34062117
}

.ft-logo-card img {
    display: block;
    object-fit: contain
}

.ft-copy {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff73;
    text-align: center;
    margin: 0
}

@media (max-width: 768px) {
    .ft-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px 20px
    }

    .ft-base {
        padding: 40px 20px
    }
}

@media (max-width: 390px) {
    .ft-grid {
        grid-template-columns: 1fr
    }

    .ft-base {
        padding: 40px 12px
    }
}

.ck-strip {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1500;
    max-width: 360px;
    width: calc(100% - 40px);
    background: #fff;
    border: 3px solid #340621;
    border-radius: 12px;
    box-shadow: 1px 9px 48px 0 #34062124;
    transform: translateX(-120%);
    transition: transform .42s ease-out;
    overflow: hidden
}

.ck-strip.ck-visible {
    transform: translateX(0)
}

.ck-body {
    padding: 20px
}

.ck-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #340621;
    margin: 0 0 12px;
    font-family: 'Red Hat Display', sans-serif
}

.ck-pref-panel {
    display: none;
    padding: 12px 0 0;
    border-top: 1px solid #3406211f;
    margin-top: 12px
}

.ck-pref-panel.pref-open {
    display: block
}

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

.ck-toggle-label {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #340621;
    font-family: 'Red Hat Display', sans-serif
}

.ck-opt-notice {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #633BD8;
    margin: 8px 0 0;
    font-family: 'Red Hat Display', sans-serif
}

.ck-opt-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #633BD8;
    text-decoration: underline;
    padding: 4px 0;
    font-family: 'Red Hat Display', sans-serif;
    transition: color .1s linear;
    min-height: 44px
}

.ck-opt-btn:hover,
.ck-opt-btn:focus {
    color: #340621;
    outline: none
}

.ck-opt-btn:focus-visible {
    outline: 2px solid #633BD8;
    outline-offset: 2px
}

.ck-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px
}

.ck-btn-accept {
    flex: 1;
    min-height: 44px;
    padding: 8px 20px;
    background: #340621;
    color: #09FF84;
    border: 2px solid #340621;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    font-family: 'Red Hat Display', sans-serif;
    transition: background .1s ease-out, color .1s linear;
    transform-origin: center
}

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

.ck-btn-accept:hover,
.ck-btn-accept:focus {
    background: #633BD8;
    border-color: #633BD8;
    outline: none
}

.ck-btn-accept:focus-visible {
    outline: 2px solid #633BD8;
    outline-offset: 2px
}

.ck-btn-deny {
    flex: 1;
    min-height: 44px;
    padding: 8px 20px;
    background: none;
    color: #340621;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
    text-decoration: underline;
    font-family: 'Red Hat Display', sans-serif;
    transition: color .1s linear
}

.ck-btn-deny:hover,
.ck-btn-deny:focus {
    color: #633BD8;
    outline: none
}

.ck-btn-deny:focus-visible {
    outline: 2px solid #633BD8;
    outline-offset: 2px
}

.ck-btn-pref {
    width: 100%;
    min-height: 44px;
    padding: 4px 0;
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #633BD8;
    text-decoration: underline;
    cursor: pointer;
    font-family: 'Red Hat Display', sans-serif;
    transition: color .1s linear;
    text-align: left
}

.ck-btn-pref:hover,
.ck-btn-pref:focus {
    color: #340621;
    outline: none
}

.ck-btn-pref:focus-visible {
    outline: 2px solid #633BD8;
    outline-offset: 2px
}

.ck-toggle-input {
    width: 40px;
    height: 22px;
    cursor: pointer;
    accent-color: #633BD8;
    flex-shrink: 0
}

.policy-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px
}

.policy-inner h1 {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #340621;
    margin-bottom: 40px;
    margin-top: 0
}

.policy-inner h2 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -.01em;
    color: #340621;
    margin-top: 80px;
    margin-bottom: 20px
}

.policy-inner h3 {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: -.01em;
    color: #340621;
    margin-top: 40px;
    margin-bottom: 12px
}

.policy-inner h4 {
    font-size: 20px;
    line-height: 1.4;
    color: #340621;
    margin-top: 40px;
    margin-bottom: 12px
}

.policy-inner h5 {
    font-size: 17px;
    line-height: 1.4;
    color: #340621;
    margin-top: 20px;
    margin-bottom: 8px
}

.policy-inner h6 {
    font-size: 15px;
    line-height: 1.4;
    color: #633BD8;
    margin-top: 20px;
    margin-bottom: 8px
}

.policy-inner p {
    font-size: 17px;
    line-height: 1.7;
    color: #1e0c15;
    margin-top: 0;
    margin-bottom: 20px
}

.policy-inner strong,
.policy-inner b {
    font-weight: 700;
    color: #340621
}

.policy-inner em,
.policy-inner i {
    font-style: italic;
    color: #4a1a33
}

.policy-inner a {
    color: #633BD8;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .1s ease-out, text-decoration-color .08s linear
}

.policy-inner a:hover {
    color: #340621;
    text-decoration-color: #09FF84
}

.policy-inner a:active {
    color: #340621
}

.policy-inner table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 20px;
    margin-bottom: 40px;
    box-shadow: 1px 6px 20px 0 #633bd817;
    border-radius: 12px;
    overflow: hidden
}

.policy-inner thead {
    background-color: #340621
}

.policy-inner thead th {
    color: #09FF84;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    padding: 12px 20px;
    text-align: left;
    letter-spacing: .03em;
    border: none
}

.policy-inner tbody tr {
    border-bottom: 1px solid #633bd81f;
    transition: background-color .1s ease-out
}

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

.policy-inner tbody tr:nth-child(even) {
    background-color: #633bd80a
}

.policy-inner tbody tr:hover {
    background-color: #09ff8414
}

.policy-inner td {
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #1e0c15;
    vertical-align: top;
    border: none
}

.policy-inner th {
    padding: 12px 20px;
    vertical-align: middle
}

@media (max-width: 768px) {
    .policy-inner {
        padding: 40px 20px
    }

    .policy-inner h1 {
        font-size: 36px
    }

    .policy-inner h2 {
        font-size: 26px;
        margin-top: 40px
    }

    .policy-inner h3 {
        font-size: 20px
    }

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

@media (max-width: 390px) {
    .policy-inner {
        padding: 40px 12px
    }

    .policy-inner h1 {
        font-size: 26px
    }

    .policy-inner h2 {
        font-size: 20px
    }

    .policy-inner h3 {
        font-size: 17px
    }

    .policy-inner td,
    .policy-inner thead th {
        padding: 8px 12px
    }
}

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

.tm-pg .ed-col {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px
}

.tm-pg .dash-div {
    border: none;
    height: 2px;
    background: repeating-linear-gradient(to right, #633BD8 0px, #633BD8 6px, transparent 6px, transparent 10px, #633BD8 10px, #633BD8 20px, transparent 20px, transparent 26px);
    margin: 0
}

.tm-pg .ttl-blk {
    position: relative;
    padding: 80px 0 0;
    background: linear-gradient(to left, #340621, #633BD8);
    animation: contrast-breath 6s ease-in-out infinite;
    overflow: clip
}

@keyframes contrast-breath {

    0%,
    100% {
        filter: contrast(1)
    }

    50% {
        filter: contrast(1.12)
    }
}

.tm-pg .ttl-blk .ed-col {
    position: relative;
    z-index: 1
}

.tm-pg .ttl-geo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: clip
}

.tm-pg .ttl-geo svg {
    position: absolute
}

.tm-pg .ttl-geo .geo-tl {
    top: 0;
    left: 0
}

.tm-pg .ttl-geo .geo-br {
    bottom: 0;
    right: 0
}

.tm-pg .ttl-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0
}

.tm-pg .ttl-txt-zone {
    flex: 0 0 55%;
    padding: 40px 40px 80px 0;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.tm-pg .ttl-eyebrow {
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    color: #09FF84;
    border: 2px solid #09FF84;
    border-radius: 6px;
    padding: 4px 12px;
    letter-spacing: .06em;
    text-transform: uppercase
}

.tm-pg .ttl-h1 {
    font-size: 68px;
    line-height: 1.1;
    color: #fff;
    font-weight: 900;
    letter-spacing: -.02em;
    margin: 0
}

.tm-pg .ttl-h1 .acc-word {
    color: #09FF84;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px
}

.tm-pg .ttl-sub {
    font-size: 17px;
    line-height: 1.7;
    color: #ffffffd1;
    max-width: 420px;
    margin: 0
}

.tm-pg .ttl-img-zone {
    flex: 0 0 45%;
    padding: 40px 0 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.tm-pg .ttl-img-wrap {
    border-radius: 12px 12px 0 0;
    overflow: clip;
    position: relative
}

.tm-pg .ttl-img-wrap img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
    filter: grayscale(1) contrast(1.2);
    transition: filter .12s ease-out
}

.tm-pg .ttl-img-wrap:hover img {
    filter: grayscale(0.6) contrast(1.1)
}

.tm-pg .ttl-stat-row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 20px 0 0
}

.tm-pg .stat-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.tm-pg .stat-num {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 900;
    color: #09FF84
}

.tm-pg .stat-bar {
    width: 48px;
    height: 3px;
    background: #fff3;
    border-radius: 4px;
    position: relative
}

.tm-pg .stat-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 4px;
    background: #09FF84
}

.tm-pg .stat-lbl {
    font-size: 15px;
    line-height: 1.4;
    color: #ffffffb3
}

.tm-pg .ppl-sec {
    padding: 80px 0;
    background: #fff
}

.tm-pg .ppl-sec .ed-col {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.tm-pg .ppl-hd {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px
}

.tm-pg .ppl-h2 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 900;
    color: #340621;
    letter-spacing: -.02em;
    margin: 0
}

.tm-pg .ppl-h2 .acc-line {
    color: #633BD8;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: #633BD8;
    text-decoration-thickness: 2px
}

.tm-pg .ppl-note {
    font-size: 17px;
    line-height: 1.7;
    color: #340621;
    max-width: 340px;
    text-align: right;
    margin: 0
}

.tm-pg .ppl-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1.5fr;
    grid-template-rows: auto auto;
    gap: 20px
}

.tm-pg .pm-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 1px 6px 20px 0 #633bd817;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow .1s ease-out
}

.tm-pg .pm-card:hover {
    box-shadow: 1px 9px 48px 0 #633bd824
}

.tm-pg .pm-card.featured {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    background: linear-gradient(to left, #340621, #633BD8);
    padding: 40px
}

.tm-pg .pm-card.wide {
    grid-column: 3 / 4;
    grid-row: 1 / 2
}

.tm-pg .pm-card.low {
    grid-column: 1 / 2;
    grid-row: 1 / 2
}

.tm-pg .pm-card.slim {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    background: #633BD8
}

.tm-pg .pm-card.extra {
    grid-column: 3 / 4;
    grid-row: 2 / 3
}

.tm-pg .pm-avatar {
    width: 56px;
    height: 56px;
    border-radius: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    flex-shrink: 0
}

.tm-pg .pm-avatar.av1 {
    background: #633BD8
}

.tm-pg .pm-avatar.av2 {
    background: #09FF84;
    color: #340621
}

.tm-pg .pm-avatar.av3 {
    background: #340621
}

.tm-pg .pm-avatar.av4 {
    background: #09FF84;
    color: #340621
}

.tm-pg .pm-avatar.av5 {
    background: #fff3
}

.tm-pg .pm-card.featured .pm-avatar {
    width: 72px;
    height: 72px;
    font-size: 26px;
    background: #09ff8433;
    border: 2px solid #09FF84
}

.tm-pg .pm-name {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #340621;
    margin: 0
}

.tm-pg .pm-card.featured .pm-name,
.tm-pg .pm-card.slim .pm-name {
    color: #fff
}

.tm-pg .pm-role {
    font-size: 15px;
    line-height: 1.4;
    color: #633BD8;
    font-weight: 600;
    margin: 0
}

.tm-pg .pm-card.featured .pm-role {
    color: #09FF84
}

.tm-pg .pm-card.slim .pm-role {
    color: #ffffffb3
}

.tm-pg .pm-bio {
    font-size: 15px;
    line-height: 1.7;
    color: #340621;
    margin: 0
}

.tm-pg .pm-card.featured .pm-bio {
    font-size: 17px;
    color: #ffffffd9
}

.tm-pg .pm-card.slim .pm-bio {
    color: #fffc
}

.tm-pg .pm-tag-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px
}

.tm-pg .pm-tag {
    font-size: 15px;
    line-height: 1.4;
    border-radius: 6px;
    padding: 4px 8px
}

.tm-pg .pm-tag.light {
    background: #633bd814;
    color: #633BD8
}

.tm-pg .pm-card.featured .pm-tag {
    background: #09ff8426;
    color: #09FF84
}

.tm-pg .pm-card.slim .pm-tag {
    background: #ffffff26;
    color: #fff
}

.tm-pg .res-sec {
    padding: 80px 0;
    background: #633BD8;
    position: relative
}

.tm-pg .res-sec .ed-col {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.tm-pg .res-hd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: end
}

.tm-pg .res-h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 900;
    color: #fff;
    letter-spacing: -.01em;
    margin: 0
}

.tm-pg .res-sub {
    font-size: 17px;
    line-height: 1.7;
    color: #fffc;
    margin: 0
}

.tm-pg .res-img-band {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 20px;
    align-items: start
}

.tm-pg .res-img-main {
    border-radius: 12px;
    overflow: clip
}

.tm-pg .res-img-main img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: filter .1s ease-out
}

.tm-pg .res-img-main:hover img {
    filter: saturate(0)
}

.tm-pg .res-card-col {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.tm-pg .res-dl-card {
    background: #ffffff1a;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    transition: background .09s linear;
    cursor: pointer
}

.tm-pg .res-dl-card:hover {
    background: #ffffff2e
}

.tm-pg .res-dl-icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #09FF84;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.tm-pg .res-dl-icon svg {
    display: block
}

.tm-pg .res-dl-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.tm-pg .res-dl-name {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff
}

.tm-pg .res-dl-meta {
    font-size: 15px;
    line-height: 1.4;
    color: #fff9;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center
}

.tm-pg .res-dl-sep {
    color: #09FF84;
    font-weight: 900
}

.tm-pg .vals-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap
}

.tm-pg .val-chip {
    background: #ffffff1f;
    border-radius: 36px;
    padding: 8px 20px;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    border: 1px solid #fff3;
    transition: background .08s ease-out, border-color .08s ease-out
}

.tm-pg .val-chip:hover {
    background: #09ff842e;
    border-color: #09FF84
}

.tm-pg .curve-svg {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: -1px
}

@media (max-width: 1280px) {
    .tm-pg .ttl-h1 {
        font-size: 50px
    }

    .tm-pg .ppl-h2 {
        font-size: 36px
    }

    .tm-pg .ppl-grid {
        grid-template-columns: 1fr 1.8fr 1.3fr
    }
}

@media (max-width: 768px) {
    .tm-pg .ed-col {
        padding-left: 20px;
        padding-right: 20px
    }

    .tm-pg .ttl-inner {
        flex-direction: column
    }

    .tm-pg .ttl-txt-zone {
        flex: unset;
        padding: 40px 0 20px
    }

    .tm-pg .ttl-img-zone {
        flex: unset;
        padding: 0
    }

    .tm-pg .ttl-img-wrap img {
        height: 220px
    }

    .tm-pg .ttl-h1 {
        font-size: 36px
    }

    .tm-pg .ttl-stat-row {
        gap: 20px
    }

    .tm-pg .ppl-hd {
        flex-direction: column;
        align-items: flex-start
    }

    .tm-pg .ppl-note {
        text-align: left
    }

    .tm-pg .ppl-grid {
        grid-template-columns: 1fr;
        grid-template-rows: unset
    }

    .tm-pg .pm-card.featured,
    .tm-pg .pm-card.wide,
    .tm-pg .pm-card.low,
    .tm-pg .pm-card.slim,
    .tm-pg .pm-card.extra {
        grid-column: unset;
        grid-row: unset
    }

    .tm-pg .res-hd {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .tm-pg .res-img-band {
        grid-template-columns: 1fr
    }

    .tm-pg .res-img-main img {
        height: 200px
    }

    .tm-pg .ppl-h2 {
        font-size: 26px
    }

    .tm-pg .res-h2 {
        font-size: 26px
    }
}

@media (max-width: 390px) {
    .tm-pg .ttl-h1 {
        font-size: 26px
    }

    .tm-pg .ttl-stat-row {
        flex-direction: column;
        gap: 12px
    }

    .tm-pg .ppl-grid {
        gap: 12px
    }

    .tm-pg .pm-card.featured {
        padding: 20px
    }

    .tm-pg .vals-row {
        gap: 8px
    }
}

.qz-pg {
    background: #fff;
    overflow-x: hidden
}

.qz-pg .split-row {
    display: flex;
    flex-direction: row;
    min-height: 520px
}

.qz-pg .split-left {
    background: #340621;
    flex: 0 0 52%;
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative
}

.qz-pg .split-right {
    background: #633BD8;
    flex: 0 0 48%;
    display: flex;
    align-items: flex-end;
    overflow: hidden
}

.qz-pg .split-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.7);
    transition: filter .12s ease-out;
    display: block
}

.qz-pg .split-right img:hover {
    filter: saturate(0)
}

.qz-pg .fade-mark {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 200px;
    line-height: 1.1;
    color: #fff;
    opacity: .06;
    pointer-events: none;
    user-select: none;
    font-weight: 700;
    letter-spacing: -8px
}

.qz-pg .split-label {
    font-size: 15px;
    line-height: 1.4;
    color: #09FF84;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.qz-pg .split-h1 {
    font-size: 68px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.03em;
    margin-bottom: 20px
}

.qz-pg .split-h1 .acc-word {
    color: #09FF84;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-color: #09FF84
}

.qz-pg .split-sub {
    font-size: 17px;
    line-height: 1.7;
    color: #ffffffbf;
    max-width: 400px
}

.qz-pg .split-curve {
    position: absolute;
    bottom: 80px;
    right: -20px;
    width: 60px;
    height: 80px;
    pointer-events: none
}

.qz-pg .sec-divider {
    height: 2px;
    background: linear-gradient(to left, transparent, #633BD8, transparent);
    margin: 0
}

.qz-pg .quiz-area {
    background: #09FF84;
    padding: 80px 40px;
    position: relative
}

.qz-pg .quiz-area-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, #09FF84 0%, #b8ffe0 100%);
    background-size: 200% 200%;
    animation: bg-breathe 10s ease-in-out infinite;
    z-index: 0
}

@keyframes bg-breathe {

    0%,
    100% {
        background-size: 200% 200%
    }

    50% {
        background-size: 210% 210%
    }
}

.qz-pg .quiz-inner {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto
}

.qz-pg .quiz-row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.qz-pg .quiz-col-left {
    flex: 0 0 340px
}

.qz-pg .quiz-col-right {
    flex: 1 1 0
}

.qz-pg .quiz-eyebrow {
    font-size: 15px;
    line-height: 1.4;
    color: #340621;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 12px
}

.qz-pg .quiz-h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    color: #340621;
    letter-spacing: -.02em;
    margin-bottom: 20px
}

.qz-pg .quiz-h2 .acc-word {
    color: #633BD8;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #633BD8
}

.qz-pg .quiz-desc {
    font-size: 17px;
    line-height: 1.7;
    color: #340621;
    margin-bottom: 40px
}

.qz-pg .quiz-meta {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.qz-pg .quiz-meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.4;
    color: #340621
}

.qz-pg .meta-dot {
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background: #340621;
    flex-shrink: 0
}

.qz-pg .meta-dot.purple {
    background: #633BD8
}

.qz-pg .qcard {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 1px 9px 48px 0 #633bd824;
    margin-bottom: 20px
}

.qz-pg .qcard:last-child {
    margin-bottom: 0
}

.qz-pg .q-num {
    font-size: 15px;
    line-height: 1.4;
    color: #633BD8;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 8px
}

.qz-pg .q-text {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #340621;
    letter-spacing: -.01em;
    margin-bottom: 20px
}

.qz-pg .q-opts {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.qz-pg .q-opt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    border-radius: 6px;
    border: 2px solid #e8d5e1;
    background: #fff;
    cursor: pointer;
    transition: border-color .1s ease-out, background .1s ease-out;
    font-size: 17px;
    line-height: 1.4;
    color: #340621;
    text-align: left;
    width: 100%
}

.qz-pg .q-opt:hover {
    border-color: #633BD8;
    background: #f3eeff
}

.qz-pg .q-opt:focus {
    outline: 2px solid #633BD8;
    outline-offset: 2px
}

.qz-pg .q-opt:active {
    transform: scale(0.98)
}

.qz-pg .q-opt.selected {
    border-color: #340621;
    background: #340621;
    color: #09FF84
}

.qz-pg .q-opt.correct {
    border-color: #09FF84;
    background: #09FF84;
    color: #340621
}

.qz-pg .q-opt.wrong {
    border-color: #c0145a;
    background: #fce8f0;
    color: #340621
}

.qz-pg .opt-letter {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: #f0e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: #340621;
    flex-shrink: 0;
    transition: background .1s ease-out, color .1s ease-out
}

.qz-pg .q-opt.selected .opt-letter {
    background: #09FF84;
    color: #340621
}

.qz-pg .q-opt.correct .opt-letter {
    background: #340621;
    color: #09FF84
}

.qz-pg .q-opt.wrong .opt-letter {
    background: #c0145a;
    color: #fff
}

.qz-pg .q-expl {
    margin-top: 12px;
    padding: 12px 20px;
    border-radius: 6px;
    background: #f3eeff;
    border: 2px solid #633BD8;
    font-size: 15px;
    line-height: 1.7;
    color: #340621;
    display: none
}

.qz-pg .q-expl.show {
    display: block
}

.qz-pg .q-action {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.qz-pg .btn-check {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 6px;
    background: #340621;
    color: #09FF84;
    font-size: 17px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: background .1s ease-out, transform .08s ease-out;
    box-shadow: 1px 6px 20px 0 #34062117
}

.qz-pg .btn-check:hover {
    background: #633BD8;
    color: #fff
}

.qz-pg .btn-check:active {
    transform: scale(0.97)
}

.qz-pg .btn-check:focus {
    outline: 2px solid #633BD8;
    outline-offset: 2px
}

.qz-pg .btn-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

.qz-pg .score-bar-wrap {
    margin-bottom: 40px
}

.qz-pg .score-bar-label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 15px;
    line-height: 1.4;
    color: #340621;
    margin-bottom: 8px;
    font-weight: 700
}

.qz-pg .score-bar-track {
    height: 12px;
    background: #34062126;
    border-radius: 36px;
    overflow: hidden
}

.qz-pg .score-bar-fill {
    height: 100%;
    border-radius: 36px;
    background: #340621;
    transition: width .15s ease-out;
    width: 0
}

.qz-pg .result-panel {
    background: #340621;
    border-radius: 12px;
    padding: 40px;
    display: none;
    margin-top: 20px
}

.qz-pg .result-panel.show {
    display: block
}

.qz-pg .result-score {
    font-size: 68px;
    line-height: 1.1;
    font-weight: 700;
    color: #09FF84;
    letter-spacing: -.03em
}

.qz-pg .result-label {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px
}

.qz-pg .result-msg {
    font-size: 17px;
    line-height: 1.7;
    color: #fffc;
    margin-bottom: 20px
}

.qz-pg .btn-retry {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 6px;
    background: #09FF84;
    color: #340621;
    font-size: 17px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: background .12s ease-out, transform .08s ease-out
}

.qz-pg .btn-retry:hover {
    background: #633BD8;
    color: #fff
}

.qz-pg .btn-retry:active {
    transform: scale(0.97)
}

.qz-pg .btn-retry:focus {
    outline: 2px solid #fff;
    outline-offset: 2px
}

@media (max-width: 1280px) {
    .qz-pg .split-h1 {
        font-size: 50px
    }

    .qz-pg .quiz-row {
        gap: 40px
    }

    .qz-pg .quiz-col-left {
        flex: 0 0 280px
    }
}

@media (max-width: 768px) {
    .qz-pg .split-row {
        flex-direction: column;
        min-height: unset
    }

    .qz-pg .split-left {
        flex: unset;
        padding: 80px 20px 40px
    }

    .qz-pg .split-right {
        flex: unset;
        height: 260px
    }

    .qz-pg .fade-mark {
        font-size: 120px
    }

    .qz-pg .split-h1 {
        font-size: 36px
    }

    .qz-pg .quiz-area {
        padding: 40px 20px
    }

    .qz-pg .quiz-row {
        flex-direction: column;
        gap: 40px
    }

    .qz-pg .quiz-col-left {
        flex: unset
    }

    .qz-pg .qcard {
        padding: 20px
    }
}

@media (max-width: 390px) {
    .qz-pg .split-h1 {
        font-size: 26px
    }

    .qz-pg .split-left {
        padding: 40px 20px
    }

    .qz-pg .q-text {
        font-size: 17px
    }

    .qz-pg .result-score {
        font-size: 50px
    }
}

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

.cont-us .pg-lead {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px
}

.cont-us .pg-lead .img-col {
    flex: 0 0 340px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.cont-us .pg-lead .img-frame {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 1px 9px 48px 0 #34062124;
    position: relative
}

.cont-us .pg-lead .img-frame img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    filter: saturate(0.85);
    transition: filter .12s ease-out
}

.cont-us .pg-lead .img-frame img:hover {
    filter: saturate(0)
}

.cont-us .pg-lead .img-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #633bd82e 0%, #34062152 100%);
    border-radius: 12px;
    pointer-events: none
}

.cont-us .pg-lead .txt-col {
    flex: 1;
    padding: 20px 20px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px
}

.cont-us .pg-lead .txt-col h1 {
    font-size: 68px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #340621;
    margin: 0
}

.cont-us .pg-lead .txt-col h1 span {
    color: #633BD8;
    text-decoration: underline;
    text-decoration-color: #09FF84;
    text-underline-offset: 8px
}

.cont-us .pg-lead .pt-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.cont-us .pg-lead .pt-list li {
    font-size: 17px;
    line-height: 1.4;
    color: #340621;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.cont-us .pg-lead .pt-list li .dot {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #09FF84;
    margin-top: 6px;
    border: 2px solid #633BD8
}

.cont-us .diamond-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 40px;
    overflow: hidden
}

.cont-us .diamond-divider .dmnd {
    width: 7px;
    height: 7px;
    background: #633BD8;
    transform: rotate(45deg);
    flex-shrink: 0;
    border-radius: 1px
}

.cont-us .diamond-divider .dmnd.sm {
    width: 5px;
    height: 5px;
    background: #09FF84
}

.cont-us .form-strip {
    background: #09FF84;
    position: relative
}

.cont-us .form-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(120deg, transparent 0px, transparent 18px, #633bd80f 18px, #633bd80f 20px);
    pointer-events: none;
    border-radius: 0
}

.cont-us .form-strip .form-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: flex-start;
    position: relative
}

.cont-us .form-strip .form-desc {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.cont-us .form-strip .form-desc h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #340621;
    margin: 0;
    letter-spacing: -.02em
}

.cont-us .form-strip .form-desc p {
    font-size: 15px;
    line-height: 1.7;
    color: #340621;
    margin: 0
}

.cont-us .form-strip .form-desc .arr-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0
}

.cont-us .form-wrap {
    flex: 1
}

.cont-us .form-wrap form {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.cont-us .f-row {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cont-us .f-label {
    font-size: 15px;
    line-height: 1.4;
    color: #340621;
    font-weight: 700;
    letter-spacing: .02em
}

.cont-us .f-input {
    background: #fff;
    border: 2px solid #340621;
    border-radius: 6px;
    padding: 12px 20px;
    font-size: 17px;
    line-height: 1.4;
    color: #340621;
    outline: none;
    box-shadow: inset 1px 2px 4px 0 #34062114;
    transition: border-color .1s ease-out, box-shadow .1s ease-out;
    width: 100%;
    box-sizing: border-box
}

.cont-us .f-input::placeholder {
    color: #34062159;
    transition: opacity .15s ease-out
}

.cont-us .f-input:focus::placeholder {
    opacity: 0
}

.cont-us .f-input:focus {
    border-color: #633BD8;
    box-shadow: inset 1px 2px 4px 0 #34062114 0 0 0 3px #633bd81f
}

.cont-us .radio-grp {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.cont-us .radio-opt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    background: #fff;
    border: 2px solid #340621;
    border-radius: 36px;
    padding: 8px 20px;
    transition: border-color .1s ease-out, background .1s ease-out
}

.cont-us .radio-opt input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #633BD8;
    cursor: pointer
}

.cont-us .radio-opt:has(input:checked) {
    border-color: #633BD8;
    background: #633bd814
}

.cont-us .radio-opt span {
    font-size: 15px;
    line-height: 1.4;
    color: #340621
}

.cont-us .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    background: #3406210f;
    border-radius: 6px;
    padding: 12px
}

.cont-us .privacy-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #633BD8;
    cursor: pointer
}

.cont-us .privacy-row .priv-txt {
    font-size: 15px;
    line-height: 1.7;
    color: #340621
}

.cont-us .privacy-row .priv-txt a {
    color: #633BD8;
    text-decoration: underline;
    text-underline-offset: 4px
}

.cont-us .btn-submit {
    align-self: flex-start;
    background: #340621;
    color: #09FF84;
    border: none;
    border-radius: 4px;
    padding: 12px 40px;
    font-size: 17px;
    line-height: 1.4;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    box-shadow: 1px 6px 20px 0 #34062117;
    transition: box-shadow .1s ease-out, background .08s linear
}

.cont-us .btn-submit:hover {
    background: #633BD8;
    box-shadow: 1px 9px 48px 0 #34062124
}

.cont-us .btn-submit:active {
    transform: scale(0.97);
    box-shadow: 1px 1px 3px 0 #34062114
}

.cont-us .btn-submit:focus-visible {
    outline: 3px solid #09FF84;
    outline-offset: 3px
}

.cont-us .btn-submit svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0
}

.cont-us .diamond-divider-alt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 40px;
    overflow: hidden
}

.cont-us .diamond-divider-alt .dmnd-a {
    width: 6px;
    height: 6px;
    background: #09FF84;
    transform: rotate(45deg);
    border-radius: 1px;
    flex-shrink: 0
}

.cont-us .diamond-divider-alt .dmnd-b {
    width: 8px;
    height: 8px;
    background: #340621;
    transform: rotate(45deg);
    border-radius: 1px;
    flex-shrink: 0
}

.cont-us .info-strip {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.cont-us .info-card {
    flex: 1;
    border: 2px solid #340621;
    border-radius: 12px;
    padding: 40px 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 1px 1px 3px 0 #34062114;
    transition: box-shadow .12s ease-out, transform .12s ease-out;
    position: relative;
    overflow: hidden
}

.cont-us .info-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to left, #633BD8, #340621);
    border-radius: 12px 12px 0 0
}

.cont-us .info-card:hover {
    box-shadow: 1px 9px 48px 0 #34062124;
    transform: scale(1.025)
}

.cont-us .info-card .ic-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0
}

.cont-us .info-card h4 {
    font-size: 15px;
    line-height: 1.4;
    color: #633BD8;
    margin: 0;
    letter-spacing: .06em;
    text-transform: uppercase
}

.cont-us .info-card .ic-val {
    font-size: 17px;
    line-height: 1.4;
    color: #340621;
    margin: 0;
    font-weight: 700;
    word-break: break-word
}

.cont-us .info-card .ic-note {
    font-size: 15px;
    line-height: 1.7;
    color: #340621a6;
    margin: 0
}

.cont-us .info-card .ic-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, #633BD8, #340621);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity .12s ease-out;
    pointer-events: none
}

.cont-us .info-card:hover .ic-overlay {
    opacity: 1
}

.cont-us .info-card .ic-overlay .ov-txt {
    font-size: 17px;
    line-height: 1.4;
    color: #09FF84;
    text-align: center;
    font-weight: 700
}

.cont-us .checklist-block {
    flex: 0 0 320px;
    background: #340621;
    border-radius: 12px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 1px 9px 48px 0 #34062124
}

.cont-us .checklist-block h4 {
    font-size: 20px;
    line-height: 1.1;
    color: #09FF84;
    margin: 0
}

.cont-us .checklist-block .prog-bar-wrap {
    background: #ffffff1a;
    border-radius: 4px;
    height: 6px;
    overflow: hidden
}

.cont-us .checklist-block .prog-bar-fill {
    height: 100%;
    width: 66.66%;
    background: linear-gradient(to left, #633BD8, #09FF84);
    border-radius: 4px
}

.cont-us .checklist-block .prog-label {
    font-size: 15px;
    line-height: 1.4;
    color: #fff9;
    margin: 0
}

.cont-us .checklist-block .cl-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.cont-us .checklist-block .cl-item .cl-chk {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #09FF84;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px
}

.cont-us .checklist-block .cl-item.done .cl-chk {
    background: #09FF84
}

.cont-us .checklist-block .cl-item.done .cl-chk svg {
    display: block
}

.cont-us .checklist-block .cl-item .cl-chk svg {
    display: none;
    width: 12px;
    height: 12px
}

.cont-us .checklist-block .cl-item .cl-txt {
    font-size: 15px;
    line-height: 1.7;
    color: #fff
}

.cont-us .checklist-block .cl-item.done .cl-txt {
    color: #ffffff80;
    text-decoration: line-through;
    text-decoration-color: #09FF84
}

@media (max-width: 1280px) {
    .cont-us .pg-lead {
        padding: 40px 20px;
        gap: 0
    }

    .cont-us .pg-lead .img-col {
        flex: 0 0 260px
    }

    .cont-us .form-strip .form-inner {
        padding: 40px 20px;
        gap: 40px
    }

    .cont-us .info-strip {
        padding: 40px 20px;
        flex-wrap: wrap
    }

    .cont-us .checklist-block {
        flex: 0 0 100%
    }
}

@media (max-width: 768px) {
    .cont-us .pg-lead {
        flex-direction: column;
        padding: 40px 20px
    }

    .cont-us .pg-lead .img-col {
        flex: none;
        width: 100%;
        padding: 0
    }

    .cont-us .pg-lead .txt-col {
        padding: 20px 0 0
    }

    .cont-us .pg-lead .txt-col h1 {
        font-size: 36px
    }

    .cont-us .form-strip .form-inner {
        flex-direction: column;
        padding: 40px 20px;
        gap: 20px
    }

    .cont-us .form-strip .form-desc {
        flex: none;
        width: 100%
    }

    .cont-us .info-strip {
        flex-direction: column;
        padding: 40px 20px;
        gap: 20px
    }

    .cont-us .checklist-block {
        flex: none;
        width: 100%;
        box-sizing: border-box
    }

    .cont-us .radio-grp {
        flex-direction: column
    }

    .cont-us .diamond-divider,
    .cont-us .diamond-divider-alt {
        padding: 8px 20px
    }
}

@media (max-width: 390px) {
    .cont-us .pg-lead .txt-col h1 {
        font-size: 26px
    }

    .cont-us .btn-submit {
        width: 100%;
        justify-content: center
    }
}

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

.frst .pg-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px
}

.frst .title-blk {
    position: relative;
    padding: 80px 20px;
    background: #fff;
    text-align: center
}

.frst .title-blk .blob-a {
    position: absolute;
    top: -40px;
    left: 10%;
    width: 320px;
    height: 320px;
    background: #633bd821;
    border-radius: 36px;
    filter: blur(60px);
    pointer-events: none
}

.frst .title-blk .blob-b {
    position: absolute;
    bottom: -20px;
    right: 8%;
    width: 260px;
    height: 260px;
    background: #09ff8429;
    border-radius: 36px;
    filter: blur(48px);
    pointer-events: none
}

.frst .title-blk .blob-c {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 480px;
    height: 200px;
    background: #3406210f;
    border-radius: 36px;
    filter: blur(80px);
    pointer-events: none
}

.frst .title-blk__inner {
    position: relative;
    max-width: 900px;
    margin: 0 auto
}

.frst .title-blk__label {
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    color: #633BD8;
    border: 1px solid #633bd859;
    border-radius: 36px;
    padding: 4px 20px;
    margin-bottom: 20px;
    letter-spacing: .04em
}

.frst .title-blk__h1 {
    font-size: 68px;
    line-height: 1.1;
    letter-spacing: -.03em;
    color: #340621;
    margin: 0 0 20px;
    font-weight: 900
}

.frst .title-blk__h1 .grad-word {
    background: linear-gradient(to left, #633BD8, #340621);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.frst .title-blk__sub {
    font-size: 20px;
    line-height: 1.7;
    color: #340621;
    opacity: .72;
    max-width: 600px;
    margin: 0 auto 40px
}

.frst .title-blk__img-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: flex-end;
    margin-top: 40px
}

.frst .title-blk__img-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 1px 9px 48px 0 #34062124;
    flex-shrink: 0
}

.frst .title-blk__img-wrap img {
    display: block;
    object-fit: cover;
    transition: filter .12s ease-out, brightness .12s ease-out;
    filter: saturate(0.85) brightness(0.95)
}

.frst .title-blk__img-wrap:hover img {
    filter: saturate(1) brightness(1.08)
}

.frst .title-blk__img-wrap.sz-lg {
    width: 360px;
    height: 240px
}

.frst .title-blk__img-wrap.sz-lg img {
    width: 360px;
    height: 240px
}

.frst .title-blk__img-wrap.sz-sm {
    width: 220px;
    height: 180px
}

.frst .title-blk__img-wrap.sz-sm img {
    width: 220px;
    height: 180px
}

.frst .title-blk__btns {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

.frst .btn-pri {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
    background: #633BD8;
    border: none;
    border-radius: 6px;
    padding: 12px 40px;
    cursor: pointer;
    box-shadow: 1px 6px 20px 0 #633bd817;
    transition: background .1s ease-out, transform .08s ease-out
}

.frst .btn-pri:hover {
    background: #340621
}

.frst .btn-pri:active {
    transform: scale(0.97)
}

.frst .btn-sec {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    line-height: 1.4;
    color: #340621;
    background: transparent;
    border: 1.5px solid #340621;
    border-radius: 6px;
    padding: 12px 40px;
    cursor: pointer;
    transition: border-color .1s ease-out, color .1s ease-out, transform .08s ease-out
}

.frst .btn-sec:hover {
    border-color: #633BD8;
    color: #633BD8
}

.frst .btn-sec:active {
    transform: scale(0.97)
}

.frst .val-sec {
    background: #340621;
    padding: 80px 20px
}

.frst .val-sec__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center
}

.frst .val-sec__quote-block {
    position: relative;
    padding: 40px;
    background: #633bd82e;
    border-radius: 12px
}

.frst .val-sec__qmark {
    display: block;
    font-size: 120px;
    line-height: 1.1;
    color: #09FF84;
    opacity: .25;
    position: absolute;
    top: 8px;
    left: 20px;
    pointer-events: none;
    font-weight: 900
}

.frst .val-sec__quote-text {
    font-size: 26px;
    line-height: 1.4;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0
}

.frst .val-sec__quote-text em {
    font-style: normal;
    text-decoration: underline;
    text-decoration-color: #09FF84;
    text-underline-offset: 6px
}

.frst .val-sec__right {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.frst .val-sec__h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 0
}

.frst .val-sec__h2 span {
    font-weight: 300;
    color: #09FF84
}

.frst .val-sec__p {
    font-size: 17px;
    line-height: 1.7;
    color: #ffffffc7;
    margin: 0
}

.frst .val-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px
}

.frst .val-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 20px;
    background: #ffffff0f;
    border-radius: 6px;
    transition: background .1s linear
}

.frst .val-item:hover {
    background: #09ff841a
}

.frst .val-item__dot {
    width: 10px;
    height: 10px;
    min-width: 10px;
    border-radius: 36px;
    background: #09FF84;
    margin-top: 6px
}

.frst .val-item__text {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffd1;
    margin: 0
}

.frst .div-line {
    height: 1px;
    background: #3406211f;
    margin: 0 20px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto
}

.frst .who-sec {
    background: #fff;
    padding: 80px 20px
}

.frst .who-sec__inner {
    max-width: 1400px;
    margin: 0 auto
}

.frst .who-sec__top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 40px
}

.frst .who-sec__h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #340621;
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 0;
    flex: 1
}

.frst .who-sec__lead {
    font-size: 17px;
    line-height: 1.7;
    color: #340621;
    opacity: .7;
    max-width: 420px;
    margin: 0
}

.frst .who-grid {
    display: grid;
    grid-template-columns: 3fr 1fr 2fr;
    gap: 20px
}

.frst .who-card {
    border-radius: 12px;
    padding: 40px;
    position: relative;
    overflow: hidden
}

.frst .who-card.fit {
    background: linear-gradient(to left, #633BD8, #340621)
}

.frst .who-card.fit .stripe {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #09FF84;
    border-radius: 4px 0 0 4px;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .12s ease-out
}

.frst .who-card.fit:hover .stripe {
    transform: scaleY(1)
}

.frst .who-card.fit .who-card__h {
    color: #fff
}

.frst .who-card.fit .who-card__list {
    color: #ffffffd9
}

.frst .who-card.sep {
    background: #09FF84;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px
}

.frst .who-card.sep .sep-label {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #340621;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    text-orientation: mixed
}

.frst .who-card.skip {
    background: #3406210d;
    border: 1.5px solid #3406211f
}

.frst .who-card.skip .who-card__h {
    color: #340621
}

.frst .who-card.skip .who-card__list {
    color: #340621b8
}

.frst .who-card__h {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 20px
}

.frst .who-card__list {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.frst .who-card__list li {
    padding-left: 12px;
    position: relative
}

.frst .who-card__list li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 36px;
    background: #09FF84
}

.frst .who-card.skip .who-card__list li::before {
    background: #633BD8
}

.frst .exp-sec {
    background: #f5f0f3;
    padding: 80px 20px;
    position: relative
}

.frst .exp-sec__inner {
    max-width: 1400px;
    margin: 0 auto
}

.frst .exp-sec__h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #340621;
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 0 0 8px;
    text-align: center
}

.frst .exp-sec__sub {
    font-size: 17px;
    line-height: 1.7;
    color: #340621a6;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 560px
}

.frst .exp-timeline {
    display: flex;
    flex-direction: column;
    gap: 0
}

.frst .exp-phase {
    display: grid;
    grid-template-columns: 120px 40px 1fr;
    align-items: stretch;
    gap: 0
}

.frst .exp-phase__label {
    font-size: 15px;
    line-height: 1.4;
    color: #633BD8;
    font-weight: 700;
    text-align: right;
    padding: 20px 20px 20px 0;
    letter-spacing: .03em
}

.frst .exp-phase__track {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.frst .exp-phase__dot {
    width: 16px;
    height: 16px;
    min-height: 16px;
    border-radius: 36px;
    background: #633BD8;
    border: 3px solid #fff;
    box-shadow: 1px 1px 3px 0 #633bd814;
    z-index: 1;
    margin-top: 24px
}

.frst .exp-phase__line {
    width: 2px;
    flex: 1;
    background: #633bd82e
}

.frst .exp-phase:last-child .exp-phase__line {
    display: none
}

.frst .exp-phase__body {
    padding: 20px 0 20px 20px
}

.frst .exp-phase__h {
    font-size: 20px;
    line-height: 1.4;
    color: #340621;
    font-weight: 700;
    margin: 0 0 8px
}

.frst .exp-phase__p {
    font-size: 15px;
    line-height: 1.7;
    color: #340621b8;
    margin: 0
}

.frst .exp-phase__img {
    margin-top: 12px;
    border-radius: 12px;
    overflow: hidden;
    display: inline-block;
    box-shadow: 1px 6px 20px 0 #34062117
}

.frst .exp-phase__img img {
    display: block;
    width: 320px;
    height: 180px;
    object-fit: cover;
    filter: saturate(0.8) brightness(0.92);
    transition: filter .12s ease-out
}

.frst .exp-phase__img:hover img {
    filter: saturate(1) brightness(1.1)
}

.frst .cur-sec {
    background: #fff;
    padding: 80px 20px
}

.frst .cur-sec__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 80px;
    align-items: start
}

.frst .cur-sec__left {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.frst .cur-sec__h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #340621;
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 0
}

.frst .cur-sec__p {
    font-size: 17px;
    line-height: 1.7;
    color: #340621b8;
    margin: 0
}

.frst .cur-sec__badge {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: #09ff842e;
    border-radius: 36px;
    font-size: 15px;
    color: #340621;
    font-weight: 700
}

.frst .cur-sec__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 36px;
    background: #09FF84
}

.frst .cur-tbl-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 1px 6px 20px 0 #633bd817
}

.frst .cur-tbl {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.4
}

.frst .cur-tbl thead tr {
    background: #340621
}

.frst .cur-tbl thead th {
    color: #fff;
    font-weight: 700;
    padding: 12px 20px;
    text-align: left;
    font-size: 15px
}

.frst .cur-tbl tbody tr {
    border-bottom: 1px solid #34062114;
    transition: background .08s linear
}

.frst .cur-tbl tbody tr:nth-child(even) {
    background: #633bd80a
}

.frst .cur-tbl tbody tr:nth-child(odd) {
    background: #fff
}

.frst .cur-tbl tbody tr:hover {
    background: #09ff841f !important
}

.frst .cur-tbl tbody td {
    padding: 12px 20px;
    color: #340621
}

.frst .cur-tbl tbody td.tag {
    color: #633BD8;
    font-weight: 700
}

.frst .sup-sec {
    background: linear-gradient(to left, #633BD8, #340621);
    padding: 80px 20px
}

.frst .sup-sec__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    align-items: start
}

.frst .sup-sec__intro {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 20px
}

.frst .sup-sec__h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 0 0 8px
}

.frst .sup-sec__sub {
    font-size: 17px;
    line-height: 1.7;
    color: #ffffffb8;
    max-width: 520px;
    margin: 0 auto
}

.frst .sup-card {
    background: #ffffff14;
    border: 1px solid #ffffff26;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    overflow: hidden;
    transition: background .12s ease-out
}

.frst .sup-card:hover {
    background: #ffffff24
}

.frst .sup-card .stripe-v {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #09FF84;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .12s ease-out
}

.frst .sup-card:hover .stripe-v {
    transform: scaleX(1)
}

.frst .sup-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #09ff842e;
    display: flex;
    align-items: center;
    justify-content: center
}

.frst .sup-card__icon svg {
    display: block
}

.frst .sup-card__h {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    font-weight: 700;
    margin: 0
}

.frst .sup-card__p {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffbf;
    margin: 0
}

.frst .sup-card__circle {
    width: 10px;
    height: 10px;
    border-radius: 36px;
    background: #09FF84;
    margin-top: 4px;
    flex-shrink: 0
}

@media (max-width: 1280px) {
    .frst .val-sec__inner {
        gap: 40px
    }

    .frst .cur-sec__inner {
        gap: 40px
    }

    .frst .who-grid {
        grid-template-columns: 2fr 1fr 2fr
    }
}

@media (max-width: 768px) {
    .frst .title-blk__h1 {
        font-size: 36px
    }

    .frst .title-blk__img-row {
        flex-direction: column;
        align-items: center
    }

    .frst .title-blk__img-wrap.sz-lg,
    .frst .title-blk__img-wrap.sz-sm {
        width: 100%;
        max-width: 360px;
        height: 200px
    }

    .frst .title-blk__img-wrap.sz-lg img,
    .frst .title-blk__img-wrap.sz-sm img {
        width: 100%;
        height: 200px
    }

    .frst .val-sec__inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .frst .who-grid {
        grid-template-columns: 1fr
    }

    .frst .who-card.sep {
        padding: 20px;
        min-height: 60px
    }

    .frst .who-card.sep .sep-label {
        writing-mode: horizontal-tb
    }

    .frst .exp-phase {
        grid-template-columns: 80px 32px 1fr
    }

    .frst .exp-phase__img img {
        width: 100%;
        height: 140px
    }

    .frst .cur-sec__inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .frst .sup-sec__inner {
        grid-template-columns: 1fr
    }
}

@media (max-width: 390px) {
    .frst .title-blk {
        padding: 40px 12px
    }

    .frst .title-blk__h1 {
        font-size: 26px
    }

    .frst .title-blk__sub {
        font-size: 15px
    }

    .frst .val-sec,
    .frst .who-sec,
    .frst .exp-sec,
    .frst .cur-sec,
    .frst .sup-sec {
        padding: 40px 12px
    }

    .frst .who-sec__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .frst .exp-phase {
        grid-template-columns: 64px 28px 1fr
    }

    .frst .val-sec__h2,
    .frst .who-sec__h2,
    .frst .exp-sec__h2,
    .frst .cur-sec__h2,
    .frst .sup-sec__h2 {
        font-size: 26px
    }
}

.abt-us {
    overflow-x: clip
}

.abt-us .reveal {
    opacity: 0;
    animation: fadeIn .12s ease-out forwards
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

.abt-us .reveal-1 {
    animation-delay: .08s
}

.abt-us .reveal-2 {
    animation-delay: .15s
}

.abt-us .reveal-3 {
    animation-delay: .22s
}

.abt-us .cross-divider {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    overflow: hidden
}

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

.abt-us .cross-divider span::before,
.abt-us .cross-divider span::after {
    content: '';
    position: absolute;
    background: #633BD8
}

.abt-us .cross-divider span::before {
    width: 2px;
    height: 10px;
    left: 4px;
    top: 0
}

.abt-us .cross-divider span::after {
    width: 10px;
    height: 2px;
    left: 0;
    top: 4px
}

.abt-us .top-block {
    background: #340621;
    padding: 80px 20px;
    position: relative
}

.abt-us .top-block__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start
}

.abt-us .top-block__text-col {
    padding-top: 20px
}

.abt-us .top-block__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #09FF84;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 20px
}

.abt-us .top-block__eyebrow-line {
    width: 32px;
    height: 2px;
    background: #09FF84;
    display: inline-block
}

.abt-us .top-block__h1 {
    font-size: 68px;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -.02em;
    margin-bottom: 20px
}

.abt-us .top-block__h1 .acc-word {
    color: #09FF84;
    text-decoration: underline;
    text-decoration-color: #09FF84;
    text-underline-offset: 6px
}

.abt-us .top-block__desc {
    font-size: 17px;
    line-height: 1.7;
    color: #ffffffbf;
    max-width: 480px;
    margin-bottom: 40px
}

.abt-us .top-block__stat-row {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: flex-start
}

.abt-us .stat-item__num {
    font-size: 36px;
    line-height: 1.1;
    color: #09FF84;
    letter-spacing: -.02em
}

.abt-us .stat-item__label {
    font-size: 15px;
    line-height: 1.4;
    color: #fff9;
    margin-top: 4px
}

.abt-us .top-block__img-col {
    position: relative
}

.abt-us .img-leak-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 1px 9px 48px 0 #34062124
}

.abt-us .img-leak-wrap img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    filter: saturate(0.8);
    transition: filter .12s ease-out
}

.abt-us .img-leak-wrap:hover img {
    filter: saturate(1)
}

.abt-us .img-leak-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 60%;
    background: radial-gradient(ellipse at top right, #633bd859 0%, transparent 70%);
    pointer-events: none
}

.abt-us .dots-path {
    position: absolute;
    bottom: -20px;
    left: -20px;
    display: grid;
    grid-template-columns: repeat(6, 8px);
    gap: 8px;
    pointer-events: none;
    z-index: 1
}

.abt-us .dots-path span {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #09FF84;
    opacity: .5;
    display: block
}

.abt-us .diag-line {
    position: absolute;
    top: 0;
    right: 80px;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #633bd84d, transparent);
    transform: rotate(12deg);
    transform-origin: top center;
    pointer-events: none
}

.abt-us .detail-block {
    padding: 80px 20px;
    background: #fff
}

.abt-us .detail-block__inner {
    max-width: 1400px;
    margin: 0 auto
}

.abt-us .detail-block__top {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: start;
    margin-bottom: 80px
}

.abt-us .detail-block__label {
    font-size: 15px;
    line-height: 1.4;
    color: #633BD8;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding-top: 8px
}

.abt-us .detail-block__h2 {
    font-size: 50px;
    line-height: 1.1;
    color: #340621;
    letter-spacing: -.02em;
    margin-bottom: 20px
}

.abt-us .detail-block__lead {
    font-size: 20px;
    line-height: 1.7;
    color: #340621;
    margin-bottom: 20px
}

.abt-us .detail-block__body {
    font-size: 17px;
    line-height: 1.7;
    color: #340621b8
}

.abt-us .split-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
    position: relative
}

.abt-us .split-cols::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #633BD8, #09FF84);
    transform: translateX(-50%)
}

.abt-us .split-col {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 1px 6px 20px 0 #34062117;
    border-top: 4px solid #633BD8
}

.abt-us .split-col.alt {
    border-top-color: #09FF84
}

.abt-us .split-col__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px
}

.abt-us .split-col__h3 {
    font-size: 26px;
    line-height: 1.1;
    color: #340621;
    margin-bottom: 12px
}

.abt-us .split-col__text {
    font-size: 15px;
    line-height: 1.7;
    color: #340621b8
}

.abt-us .team-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 80px
}

.abt-us .person-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 1px 1px 3px 0 #34062114;
    border-right: 3px solid #09FF84;
    background: #fff;
    transition: box-shadow .1s ease-out
}

.abt-us .person-card:hover {
    box-shadow: 1px 9px 48px 0 #34062124
}

.abt-us .person-card__img-wrap {
    overflow: hidden
}

.abt-us .person-card__img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    filter: saturate(0.75);
    transition: filter .12s ease-out
}

.abt-us .person-card:hover .person-card__img-wrap img {
    filter: saturate(1)
}

.abt-us .person-card__info {
    padding: 20px
}

.abt-us .person-card__name {
    font-size: 17px;
    line-height: 1.4;
    color: #340621;
    margin-bottom: 4px
}

.abt-us .person-card__role {
    font-size: 15px;
    line-height: 1.4;
    color: #633BD8
}

.abt-us .approach-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: stretch;
    background: #340621;
    border-radius: 12px;
    padding: 40px;
    overflow: hidden;
    position: relative
}

.abt-us .approach-row__text {
    flex: 1
}

.abt-us .approach-row__h4 {
    font-size: 26px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 12px
}

.abt-us .approach-row__body {
    font-size: 15px;
    line-height: 1.7;
    color: #ffffffb3
}

.abt-us .approach-row__link {
    color: #09FF84;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 15px;
    margin-top: 12px;
    display: inline-block;
    transition: opacity .1s ease-out
}

.abt-us .approach-row__link:hover {
    opacity: .8
}

.abt-us .approach-row__img-wrap {
    width: 280px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden
}

.abt-us .approach-row__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.7);
    transition: filter .15s ease-out
}

.abt-us .approach-row__img-wrap:hover img {
    filter: saturate(1)
}

.abt-us .approach-row::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 320px;
    width: 1px;
    height: calc(100% - 40px);
    background: #09ff8440
}

.abt-us .pulse-dot {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: #09FF84;
    display: inline-block;
    animation: pulseDot 1.6s ease-out infinite
}

@keyframes pulseDot {

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

    50% {
        opacity: .5;
        transform: scale(0.75)
    }
}

.abt-us .inline-sep {
    display: inline;
    color: #633BD8;
    margin: 0 8px;
    font-size: 17px
}

@media (max-width: 1280px) {
    .abt-us .top-block__h1 {
        font-size: 50px
    }

    .abt-us .detail-block__h2 {
        font-size: 36px
    }

    .abt-us .top-block__inner {
        gap: 40px
    }

    .abt-us .detail-block__top {
        gap: 40px
    }
}

@media (max-width: 768px) {
    .abt-us .top-block__inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .abt-us .top-block__h1 {
        font-size: 36px
    }

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

    .abt-us .split-cols {
        grid-template-columns: 1fr
    }

    .abt-us .split-cols::before {
        display: none
    }

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

    .abt-us .approach-row {
        flex-direction: column
    }

    .abt-us .approach-row__img-wrap {
        width: 100%;
        height: 200px
    }

    .abt-us .approach-row::before {
        display: none
    }

    .abt-us .diag-line {
        display: none
    }
}

@media (max-width: 390px) {
    .abt-us .top-block {
        padding: 40px 12px
    }

    .abt-us .detail-block {
        padding: 40px 12px
    }

    .abt-us .top-block__h1 {
        font-size: 26px
    }

    .abt-us .detail-block__h2 {
        font-size: 26px
    }

    .abt-us .top-block__stat-row {
        flex-direction: column;
        gap: 20px
    }

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

    .abt-us .approach-row {
        padding: 20px
    }
}

.ok-page {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background: #fff
}

.ok-page .ok-wrap {
    max-width: 520px;
    width: 100%;
    text-align: center
}

.ok-page .ok-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 40px;
    border-radius: 36px;
    background: #09FF84;
    box-shadow: 1px 6px 20px 0 #633bd817
}

.ok-page .ok-icon svg {
    display: block
}

.ok-page .ok-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
    color: #340621;
    margin: 0 0 12px
}

.ok-page .ok-sub {
    font-size: 17px;
    line-height: 1.7;
    color: #340621;
    margin: 0 0 40px;
    opacity: .72
}

.ok-page .ok-divider {
    width: 48px;
    height: 3px;
    border-radius: 4px;
    background: linear-gradient(to left, #633BD8, #340621);
    margin: 0 auto 40px
}

.ok-page .ok-actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap
}

.ok-page .ok-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #633BD8;
    border: 2px solid #633BD8;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 1px 1px 3px 0 #633bd814;
    transition: background .12s ease-out, border-color .12s ease-out
}

.ok-page .ok-btn-primary:hover {
    background: #340621;
    border-color: #340621
}

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

.ok-page .ok-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #633BD8;
    background: #fff;
    border: 2px solid #633BD8;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 1px 1px 3px 0 #633bd814;
    transition: background .09s linear, color .09s linear
}

.ok-page .ok-btn-secondary:hover {
    background: #633BD8;
    color: #fff
}

.ok-page .ok-btn-secondary:active {
    transform: scale(0.97)
}

@media (max-width: 390px) {
    .ok-page {
        padding: 40px 12px
    }

    .ok-page .ok-heading {
        font-size: 26px
    }

    .ok-page .ok-actions {
        flex-direction: column;
        align-items: stretch
    }

    .ok-page .ok-btn-primary,
    .ok-page .ok-btn-secondary {
        justify-content: center
    }
}