body {
    margin: 0
}

.h-plate,
.f-plate {
    box-sizing: border-box
}

.h-plate {
    background: #0d0b08;
    border-bottom: 2px solid #8B5C0A;
    box-shadow: -1px 9px 44px 1px #8b5c0a1c;
    font-family: 'Lexend', sans-serif;
    max-width: 100%;
    overflow: hidden
}

.h-top-bar {
    background: linear-gradient(90deg, #8B5C0A 0%, #5a3a04 60%, #1a0f02 100%);
    padding: 8px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap
}

.h-contact-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.h-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF9D4;
    font-size: 13px;
    line-height: 1.6;
    text-decoration: none;
    transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.h-contact-item:hover {
    color: #fff
}

.h-contact-item i {
    font-size: 16px;
    color: #FFF9D4
}

.h-lang-sel {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff9d41f;
    border: 1px solid #fff9d440;
    border-radius: 7px;
    padding: 4px 16px;
    color: #FFF9D4;
    font-size: 13px;
    font-family: 'Lexend', sans-serif;
    cursor: pointer;
    transition: background .42s ease-in-out, border-color .42s ease-in-out
}

.h-lang-sel:hover,
.h-lang-sel:focus {
    background: #fff9d438;
    border-color: #fff9d480;
    outline: none
}

.h-lang-sel i {
    font-size: 16px
}

.h-mid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 36px;
    gap: 36px;
    flex-wrap: wrap;
    border-bottom: 1px solid #8b5c0a4d
}

.h-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    text-decoration: none;
    flex-shrink: 0
}

.h-logo-img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block;
    border-radius: 7px;
    box-shadow: -1px 2px 2px 1px #8b5c0a14 -1px 7px 25px 1px #8b5c0a17;
    background: #fff9d414;
    padding: 4px
}

.h-tagline {
    font-size: 13px;
    color: #31B5F8;
    line-height: 1.2;
    letter-spacing: .04em;
    font-family: 'Lexend', sans-serif
}

.h-divider-accent {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, #31b5f800 0%, #31b5f859 50%, #8b5c0a00 100%);
    border-radius: 2px;
    min-width: 36px
}

.h-nav-pod {
    padding: 0 36px 16px
}

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

.h-nav li {
    display: flex
}

.h-nav-lnk {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    color: #c8bfa8;
    text-decoration: none;
    border-radius: 7px;
    line-height: 1.6;
    position: relative;
    transition: color .35s cubic-bezier(0.34, 1.2, 0.64, 1), background .35s cubic-bezier(0.34, 1.2, 0.64, 1);
    white-space: nowrap
}

.h-nav-lnk::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 16px;
    right: 16px;
    height: 2px;
    background: #8B5C0A;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.h-nav-lnk:hover,
.h-nav-lnk:focus {
    color: #FFF9D4;
    background: #8b5c0a26;
    outline: none
}

.h-nav-lnk:hover::after,
.h-nav-lnk:focus::after {
    transform: scaleX(1)
}

.h-nav-lnk[data-active="true"] {
    color: #FFF9D4;
    background: #8b5c0a33
}

.h-nav-lnk[data-active="true"]::after {
    transform: scaleX(1);
    background: #31B5F8
}

.h-nav-lnk:focus-visible {
    outline: 2px solid #31B5F8;
    outline-offset: 3px
}

@media (max-width: 768px) {
    .h-top-bar {
        padding: 8px 16px
    }

    .h-mid {
        padding: 16px;
        gap: 16px
    }

    .h-nav-pod {
        padding: 0 16px 16px
    }

    .h-divider-accent {
        display: none
    }

    .h-nav-lnk {
        font-size: 13px;
        padding: 8px
    }
}

@media (max-width: 320px) {
    .h-contact-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .h-nav-lnk {
        font-size: 13px;
        padding: 8px 4px
    }
}

.f-plate {
    background: #0d0b08;
    border-top: 2px solid #8B5C0A;
    font-family: 'Lexend', sans-serif;
    box-shadow: -1px 9px 44px 1px #8b5c0a1c
}

.f-inner-card {
    max-width: 1600px;
    margin: 0 auto;
    padding: 72px 36px 36px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px;
    align-items: start
}

.f-brand-pod {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
}

.f-logo-lnk {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    text-decoration: none
}

.f-logo-img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block;
    border-radius: 14px;
    box-shadow: -1px 2px 2px 1px #8b5c0a14 -1px 7px 25px 1px #8b5c0a17;
    background: #fff9d40f;
    padding: 8px
}

.f-brand-name {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.02em;
    background: linear-gradient(135deg, #FFF9D4 30%, #8B5C0A 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.f-brand-tag {
    font-size: 13px;
    color: #31B5F8;
    line-height: 1.6
}

.f-brand-desc {
    font-size: 13px;
    color: #8a7f6e;
    line-height: 1.9;
    max-width: 280px
}

.f-map-pod {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.f-sec-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #8B5C0A;
    text-transform: uppercase;
    line-height: 1.2
}

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

.f-nav-list li {
    display: flex
}

.f-nav-lnk {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #c8bfa8;
    text-decoration: none;
    line-height: 1.6;
    border-radius: 2px;
    transition: color .4s ease-in-out;
    padding: 4px 0;
    min-height: 44px
}

.f-nav-lnk i {
    font-size: 16px;
    color: #8B5C0A;
    flex-shrink: 0
}

.f-nav-lnk:hover,
.f-nav-lnk:focus {
    color: #FFF9D4;
    outline: none
}

.f-nav-lnk:focus-visible {
    outline: 2px solid #31B5F8;
    outline-offset: 2px
}

.f-contact-pod {
    display: flex;
    flex-direction: column;
    gap: 16px
}

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

.f-contact-list li {
    display: flex
}

.f-contact-lnk {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #8a7f6e;
    text-decoration: none;
    line-height: 1.9;
    transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    min-height: 44px
}

.f-contact-lnk i {
    font-size: 16px;
    color: #31B5F8;
    flex-shrink: 0;
    margin-top: 4px
}

.f-contact-lnk:hover,
.f-contact-lnk:focus {
    color: #FFF9D4;
    outline: none
}

.f-contact-lnk:focus-visible {
    outline: 2px solid #31B5F8;
    outline-offset: 2px
}

.f-bottom-bar {
    max-width: 1600px;
    margin: 0 auto;
    padding: 16px 36px 36px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    border-top: 1px solid #8b5c0a40
}

.f-copy {
    font-size: 13px;
    color: #5a5040;
    line-height: 1.6
}

.f-legal-lnk {
    font-size: 13px;
    color: #5a5040;
    text-decoration: none;
    border-bottom: 1px solid #8b5c0a4d;
    transition: color .35s ease-in-out, border-color .35s ease-in-out;
    padding-bottom: 2px
}

.f-legal-lnk:hover,
.f-legal-lnk:focus {
    color: #FFF9D4;
    border-color: #8B5C0A;
    outline: none
}

.f-legal-lnk:focus-visible {
    outline: 2px solid #31B5F8;
    outline-offset: 2px
}

@media (max-width: 1024px) {
    .f-inner-card {
        grid-template-columns: 1fr 1fr;
        padding: 36px 36px 16px
    }

    .f-brand-pod {
        grid-column: 1 / -1
    }
}

@media (max-width: 768px) {
    .f-inner-card {
        grid-template-columns: 1fr;
        padding: 36px 16px 16px;
        gap: 36px
    }

    .f-brand-pod {
        grid-column: auto
    }

    .f-bottom-bar {
        padding: 16px 16px 36px;
        flex-direction: column;
        align-items: flex-start
    }
}

.ck-band {
    position: fixed;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: min(680px, calc(100% - 32px));
    background: #1a1000;
    border: 1px solid #8b5c0a80;
    border-radius: 14px;
    box-shadow: -1px 9px 44px 1px #8b5c0a1c;
    z-index: 1000;
    font-family: 'Lexend', sans-serif;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity .42s ease-in-out
}

.ck-band[data-vis="true"] {
    opacity: 1
}

.ck-body {
    padding: 16px 16px 8px
}

.ck-intro {
    font-size: 13px;
    color: #c8bfa8;
    line-height: 1.9;
    margin: 0 0 8px
}

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

.ck-uses li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #8a7f6e;
    line-height: 1.6
}

.ck-uses li i {
    font-size: 13px;
    color: #8B5C0A;
    flex-shrink: 0
}

.ck-panel {
    background: #8b5c0a14;
    border-radius: 7px;
    padding: 16px;
    margin-top: 8px;
    display: none
}

.ck-panel[data-open="true"] {
    display: block
}

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

.ck-tog-label {
    font-size: 13px;
    color: #c8bfa8;
    line-height: 1.6;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.ck-tog-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #8B5C0A;
    cursor: pointer
}

.ck-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px 16px;
    gap: 16px;
    flex-wrap: wrap
}

.ck-btn-settings {
    font-size: 13px;
    color: #8B5C0A;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    font-family: 'Lexend', sans-serif;
    padding: 4px 0;
    min-height: 44px;
    transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ck-btn-settings:hover,
.ck-btn-settings:focus {
    color: #FFF9D4;
    outline: none
}

.ck-btn-settings:focus-visible {
    outline: 2px solid #31B5F8;
    outline-offset: 2px
}

.ck-btn-grp {
    display: flex;
    gap: 16px;
    align-items: center
}

.ck-btn-deny {
    font-size: 13px;
    color: #8a7f6e;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    font-family: 'Lexend', sans-serif;
    padding: 4px 0;
    min-height: 44px;
    transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

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

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

.ck-btn-ok {
    font-size: 13px;
    color: #0d0b08;
    background: #8B5C0A;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    font-family: 'Lexend', sans-serif;
    font-weight: 700;
    padding: 8px 16px;
    min-height: 44px;
    position: relative;
    overflow: hidden;
    transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ck-btn-ok::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: #31B5F8;
    transition: height .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    z-index: 0
}

.ck-btn-ok span {
    position: relative;
    z-index: 1
}

.ck-btn-ok:hover::before,
.ck-btn-ok:focus::before {
    height: 100%
}

.ck-btn-ok:hover,
.ck-btn-ok:focus {
    color: #0d0b08;
    outline: none
}

.ck-btn-ok:focus-visible {
    outline: 2px solid #FFF9D4;
    outline-offset: 2px
}

.text-fvy-legal {
    max-width: 860px;
    margin: 0 auto;
    padding: 72px 36px;
    color: #e8dcc8;
    background: #111009;
    min-height: 100vh
}

.text-fvy-legal h1 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #FFF9D4;
    margin-bottom: 36px;
    margin-top: 0;
    padding-bottom: 16px;
    border-bottom: 2px solid #8B5C0A
}

.text-fvy-legal h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #FFF9D4;
    margin-top: 72px;
    margin-bottom: 16px;
    padding-left: 16px;
    border-left: 4px solid #8B5C0A;
    border-bottom: 1px solid #8b5c0a38;
    padding-bottom: 8px
}

.text-fvy-legal h3 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -.01em;
    color: #31B5F8;
    margin-top: 36px;
    margin-bottom: 16px
}

.text-fvy-legal h4 {
    font-size: 21px;
    line-height: 1.6;
    letter-spacing: -.01em;
    color: #FFF9D4;
    margin-top: 36px;
    margin-bottom: 8px
}

.text-fvy-legal h5 {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #8B5C0A;
    margin-top: 36px;
    margin-bottom: 8px
}

.text-fvy-legal h6 {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #8b5c0abf;
    margin-top: 16px;
    margin-bottom: 8px
}

.text-fvy-legal p {
    font-size: 16px;
    line-height: 1.9;
    color: #cfc5ad;
    margin-top: 0;
    margin-bottom: 16px;
    max-width: 72ch
}

.text-fvy-legal ul,
.text-fvy-legal ol {
    font-size: 16px;
    line-height: 1.9;
    color: #cfc5ad;
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 36px
}

.text-fvy-legal ul {
    list-style: none;
    padding-left: 16px
}

.text-fvy-legal ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px
}

.text-fvy-legal ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .72em;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: #8B5C0A;
    transform: rotate(45deg)
}

.text-fvy-legal ol {
    list-style: decimal
}

.text-fvy-legal ol li {
    margin-bottom: 8px;
    padding-left: 8px
}

.text-fvy-legal ol li::marker {
    color: #8B5C0A;
    font-size: 13px;
    font-weight: 700
}

.text-fvy-legal strong,
.text-fvy-legal b {
    color: #FFF9D4;
    font-weight: 700
}

.text-fvy-legal a {
    color: #31B5F8;
    text-decoration: underline;
    text-decoration-color: #31b5f861;
    text-underline-offset: 3px;
    transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1), text-decoration-color .42s ease-in-out;
    border-radius: 2px
}

.text-fvy-legal a:hover {
    color: #FFF9D4;
    text-decoration-color: #fff9d499
}

.text-fvy-legal a:focus-visible {
    outline: 2px solid #31B5F8;
    outline-offset: 3px;
    border-radius: 2px
}

.text-fvy-legal table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
    margin-bottom: 36px;
    font-size: 16px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: -1px 7px 25px 1px #8b5c0a17
}

.text-fvy-legal thead {
    background: #8b5c0a2e
}

.text-fvy-legal thead th {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #FFF9D4;
    font-weight: 700;
    padding: 16px;
    text-align: left;
    border-bottom: 2px solid #8b5c0a80
}

.text-fvy-legal tbody tr {
    border-bottom: 1px solid #8b5c0a24;
    transition: background .35s ease-in-out
}

.text-fvy-legal tbody tr:last-child {
    border-bottom: none
}

.text-fvy-legal tbody tr:hover {
    background: #31b5f80d
}

.text-fvy-legal td {
    padding: 16px;
    color: #cfc5ad;
    line-height: 1.6;
    vertical-align: top
}

.text-fvy-legal hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, #8b5c0a80 20%, #31b5f84d 50%, #8b5c0a80 80%, transparent);
    margin-top: 36px;
    margin-bottom: 36px
}

@media (max-width: 768px) {
    .text-fvy-legal {
        padding: 36px 16px
    }

    .text-fvy-legal h1 {
        font-size: 38px
    }

    .text-fvy-legal h2 {
        font-size: 28px;
        margin-top: 36px
    }

    .text-fvy-legal h3 {
        font-size: 21px
    }

    .text-fvy-legal h4 {
        font-size: 16px
    }

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

@media (max-width: 320px) {
    .text-fvy-legal {
        padding: 36px 8px
    }

    .text-fvy-legal h1 {
        font-size: 28px
    }

    .text-fvy-legal h2 {
        font-size: 21px
    }

    .text-fvy-legal h3 {
        font-size: 16px
    }
}

.bys {
    background: #0e0b07;
    color: #f0ead6;
    overflow-x: hidden
}

.bys .schema-data {
    display: none
}

.bys .pg-desc {
    font-size: 13px;
    letter-spacing: .08em;
    color: #31B5F8;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.bys .t-block {
    background: #FFF9D4;
    padding: 72px 36px
}

.bys .t-block .t-inner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 72px
}

.bys .t-block .t-text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 0
}

.bys .t-block .t-label {
    font-size: 13px;
    letter-spacing: .12em;
    color: #8B5C0A;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

.bys .t-block .t-h1 {
    font-size: 66px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #0e0b07;
    -webkit-text-stroke: 2px #8B5C0A;
    -webkit-text-fill-color: transparent;
    margin-bottom: 36px
}

.bys .t-block .t-desc {
    font-size: 21px;
    line-height: 1.6;
    color: #3a2a0a;
    max-width: 520px;
    margin-bottom: 36px
}

.bys .t-block .t-badge {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    background: #8B5C0A;
    color: #FFF9D4;
    font-size: 13px;
    border-radius: 7px;
    padding: 8px 16px;
    letter-spacing: .06em
}

.bys .t-block .t-shapes {
    position: relative;
    flex: 0 0 420px;
    min-height: 340px
}

.bys .t-block .t-shape-a {
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    height: 320px;
    border-radius: 26px;
    background: conic-gradient(from 73deg, #8B5C0A 0%, #31B5F8 38%, #FFF9D4 70%, #8B5C0A 100%);
    opacity: .18
}

.bys .t-block .t-shape-b {
    position: absolute;
    top: 36px;
    right: 36px;
    width: 300px;
    height: 260px;
    border-radius: 14px;
    border: 2px solid #8B5C0A;
    background: transparent;
    opacity: .35
}

.bys .t-block .t-shape-c {
    position: absolute;
    top: 72px;
    right: 72px;
    width: 200px;
    height: 180px;
    border-radius: 42px;
    background: #FFF9D4;
    opacity: .55;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.bys .t-block .t-shape-c span {
    font-size: 38px;
    line-height: 1.2;
    color: #8B5C0A;
    font-weight: 700;
    letter-spacing: -.04em
}

.bys .t-block .t-shape-c small {
    font-size: 13px;
    color: #3a2a0a;
    letter-spacing: .06em
}

.bys .s-prereq {
    background: #0e0b07;
    padding: 72px 36px;
    position: relative
}

.bys .s-prereq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #8B5C0A 40%, #31B5F8 60%, transparent)
}

.bys .s-prereq .pr-inner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 72px;
    align-items: flex-start
}

.bys .s-prereq .pr-left {
    flex: 0 0 340px;
    position: sticky;
    top: 36px
}

.bys .s-prereq .pr-left .pr-h2 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.03em;
    -webkit-text-stroke: 1.5px #31B5F8;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px
}

.bys .s-prereq .pr-left .pr-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #a89070
}

.bys .s-prereq .pr-right {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 36px
}

.bys .s-prereq .pr-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 36px;
    background: #16110a;
    border-radius: 14px;
    border: 1px solid #2a1f0f;
    box-shadow: -1px 7px 25px 1px #8b5c0a17;
    transition: border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .42s ease-in-out
}

.bys .s-prereq .pr-item:hover {
    border-color: #8B5C0A;
    box-shadow: -1px 9px 44px 1px #8b5c0a1c
}

.bys .s-prereq .pr-num {
    font-size: 52px;
    line-height: 1.2;
    color: #8B5C0A;
    font-weight: 700;
    letter-spacing: -.04em;
    flex: 0 0 64px;
    opacity: .35
}

.bys .s-prereq .pr-body {
    flex: 1 1 0
}

.bys .s-prereq .pr-body .pr-name {
    font-size: 21px;
    line-height: 1.2;
    color: #FFF9D4;
    margin-bottom: 8px;
    letter-spacing: -.01em
}

.bys .s-prereq .pr-body .pr-txt {
    font-size: 16px;
    line-height: 1.6;
    color: #a89070
}

.bys .s-prereq .pr-body .pr-txt strong {
    color: #31B5F8;
    font-weight: 600
}

.bys .s-prereq .pr-arrow {
    width: 8px;
    height: 14px;
    border-right: 2px solid #8B5C0A;
    border-bottom: 2px solid #8B5C0A;
    transform: rotate(-45deg);
    flex: 0 0 8px;
    margin-top: 8px;
    opacity: .7
}

.bys .s-expert {
    background: #8B5C0A;
    padding: 72px 36px;
    position: relative;
    overflow: hidden
}

.bys .s-expert .ex-dec {
    position: absolute;
    top: -36px;
    right: -36px;
    width: 280px;
    height: 280px;
    border-radius: 42px;
    background: conic-gradient(from 73deg, #31b5f82e 0%, #fff9d41f 50%, #31b5f814 100%);
    pointer-events: none
}

.bys .s-expert .ex-dec2 {
    position: absolute;
    bottom: -16px;
    left: 72px;
    width: 160px;
    height: 160px;
    border-radius: 26px;
    border: 2px solid #fff9d42e;
    pointer-events: none
}

.bys .s-expert .ex-inner {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px;
    align-items: start
}

.bys .s-expert .ex-head {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 16px
}

.bys .s-expert .ex-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    -webkit-text-stroke: 1.5px #FFF9D4;
    -webkit-text-fill-color: transparent
}

.bys .s-expert .ex-intro {
    font-size: 16px;
    line-height: 1.6;
    color: #FFF9D4;
    max-width: 400px;
    opacity: .88
}

.bys .s-expert .ex-portrait {
    grid-column: 1;
    position: relative
}

.bys .s-expert .ex-img-wrap {
    width: 100%;
    aspect-ratio: 7/9;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: -1px 9px 44px 1px #31b5f81c
}

.bys .s-expert .ex-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.bys .s-expert .ex-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0e0b07e0;
    padding: 16px;
    border-radius: 0 0 14px 14px;
    opacity: 0;
    transition: opacity .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.bys .s-expert .ex-img-wrap:hover .ex-caption {
    opacity: 1
}

.bys .s-expert .ex-caption-wrap {
    position: relative
}

.bys .s-expert .ex-caption-wrap .ex-caption {
    border-radius: 0 0 14px 14px
}

.bys .s-expert .ex-cap-name {
    font-size: 16px;
    color: #FFF9D4;
    font-weight: 600
}

.bys .s-expert .ex-cap-role {
    font-size: 13px;
    color: #31B5F8;
    margin-top: 4px
}

.bys .s-expert .ex-info {
    grid-column: 2 / 4;
    display: flex;
    flex-direction: column;
    gap: 36px
}

.bys .s-expert .ex-name {
    font-size: 28px;
    line-height: 1.2;
    color: #FFF9D4;
    letter-spacing: -.02em
}

.bys .s-expert .ex-role-tag {
    font-size: 13px;
    color: #31B5F8;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block
}

.bys .s-expert .ex-bio {
    font-size: 16px;
    line-height: 1.9;
    color: #FFF9D4;
    opacity: .88
}

.bys .s-expert .ex-bio strong {
    color: #FFF9D4;
    font-weight: 700
}

.bys .s-expert .ex-mini {
    background: #0e0b07;
    border-radius: 14px;
    padding: 36px;
    box-shadow: -1px 7px 25px 1px #31b5f817;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.bys .s-expert .ex-mini-label {
    font-size: 13px;
    color: #31B5F8;
    letter-spacing: .1em;
    text-transform: uppercase
}

.bys .s-expert .ex-mini-h {
    font-size: 21px;
    line-height: 1.2;
    color: #FFF9D4;
    letter-spacing: -.01em
}

.bys .s-expert .ex-mini-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.bys .s-expert .ex-mini-list li {
    font-size: 16px;
    line-height: 1.6;
    color: #a89070;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.bys .s-expert .ex-mini-list li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 10px;
    border-right: 2px solid #31B5F8;
    border-bottom: 2px solid #31B5F8;
    transform: rotate(-45deg);
    flex: 0 0 6px;
    margin-top: 4px
}

.bys .s-reviews {
    background: #110e08;
    padding: 72px 36px;
    position: relative
}

.bys .s-reviews::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #31B5F8 50%, transparent)
}

.bys .s-reviews .rv-inner {
    max-width: 1600px;
    margin: 0 auto
}

.bys .s-reviews .rv-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 72px
}

.bys .s-reviews .rv-h2 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.03em;
    -webkit-text-stroke: 1.5px #FFF9D4;
    -webkit-text-fill-color: transparent
}

.bys .s-reviews .rv-note {
    font-size: 16px;
    line-height: 1.6;
    color: #a89070;
    max-width: 360px
}

.bys .s-reviews .rv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px
}

.bys .s-reviews .rv-card {
    background: #16110a;
    border-radius: 14px;
    padding: 36px;
    border: 1px solid #2a1f0f;
    box-shadow: -1px 2px 2px 1px #8b5c0a14;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .45s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.bys .s-reviews .rv-card:hover {
    box-shadow: -1px 9px 44px 1px #8b5c0a1c
}

.bys .s-reviews .rv-card.featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 36px;
    background: #1c1408;
    border-color: #8B5C0A
}

.bys .s-reviews .rv-portrait-wrap {
    width: 140px;
    aspect-ratio: 7/9;
    border-radius: 14px;
    overflow: hidden;
    flex: 0 0 140px;
    box-shadow: -1px 7px 25px 1px #8b5c0a17
}

.bys .s-reviews .rv-portrait-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.bys .s-reviews .rv-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center
}

.bys .s-reviews .rv-quote {
    font-size: 21px;
    line-height: 1.6;
    color: #FFF9D4
}

.bys .s-reviews .rv-quote .accent {
    color: #31B5F8
}

.bys .s-reviews .rv-author {
    font-size: 13px;
    color: #8B5C0A;
    letter-spacing: .08em;
    text-transform: uppercase
}

.bys .s-reviews .rv-card:not(.featured) .rv-quote {
    font-size: 16px;
    line-height: 1.9;
    color: #c8b898
}

.bys .s-reviews .rv-card:not(.featured) .rv-author {
    font-size: 13px
}

.bys .s-reviews .rv-no-portrait {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.bys .s-reviews .rv-no-portrait .rv-initials {
    width: 48px;
    height: 48px;
    border-radius: 42px;
    background: #2a1f0f;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #8B5C0A;
    font-weight: 700;
    letter-spacing: .04em;
    border: 1px solid #8B5C0A
}

.bys .img-banner {
    width: 100%;
    padding: 0 36px;
    max-width: 1600px;
    margin: 0 auto;
    display: block
}

.bys .img-banner-wrap {
    background: #0e0b07;
    padding: 36px
}

.bys .img-banner-wrap img {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: block;
    border-radius: 14px;
    object-fit: cover;
    height: 200px;
    box-shadow: -1px 7px 25px 1px #31b5f817
}

@media (max-width: 1024px) {
    .bys .t-block .t-inner {
        flex-direction: column;
        gap: 36px
    }

    .bys .t-block .t-shapes {
        flex: 0 0 220px;
        min-height: 220px;
        width: 100%
    }

    .bys .t-block .t-shape-a {
        width: 100%;
        height: 220px
    }

    .bys .t-block .t-shape-b {
        width: 80%;
        height: 180px
    }

    .bys .t-block .t-shape-c {
        width: 140px;
        height: 120px
    }

    .bys .s-prereq .pr-inner {
        flex-direction: column;
        gap: 36px
    }

    .bys .s-prereq .pr-left {
        flex: none;
        position: static
    }

    .bys .s-expert .ex-inner {
        grid-template-columns: 1fr 1fr
    }

    .bys .s-expert .ex-head {
        grid-column: 1 / -1
    }

    .bys .s-expert .ex-portrait {
        grid-column: 1
    }

    .bys .s-expert .ex-info {
        grid-column: 2
    }

    .bys .s-reviews .rv-grid {
        grid-template-columns: 1fr
    }

    .bys .s-reviews .rv-card.featured {
        grid-column: 1
    }
}

@media (max-width: 768px) {
    .bys .t-block {
        padding: 36px 16px
    }

    .bys .t-block .t-h1 {
        font-size: 38px
    }

    .bys .t-block .t-desc {
        font-size: 16px
    }

    .bys .s-prereq {
        padding: 36px 16px
    }

    .bys .s-prereq .pr-h2 {
        font-size: 38px
    }

    .bys .s-prereq .pr-item {
        padding: 16px
    }

    .bys .s-expert {
        padding: 36px 16px
    }

    .bys .s-expert .ex-inner {
        grid-template-columns: 1fr
    }

    .bys .s-expert .ex-portrait {
        grid-column: 1
    }

    .bys .s-expert .ex-info {
        grid-column: 1
    }

    .bys .s-expert .ex-h2 {
        font-size: 28px
    }

    .bys .s-reviews {
        padding: 36px 16px
    }

    .bys .s-reviews .rv-h2 {
        font-size: 38px
    }

    .bys .s-reviews .rv-top {
        flex-direction: column;
        align-items: flex-start
    }

    .bys .s-reviews .rv-card.featured {
        grid-template-columns: 1fr
    }

    .bys .img-banner-wrap {
        padding: 16px
    }
}

@media (max-width: 320px) {
    .bys .t-block .t-h1 {
        font-size: 28px
    }

    .bys .s-prereq .pr-h2 {
        font-size: 28px
    }

    .bys .s-reviews .rv-h2 {
        font-size: 28px
    }
}

.bys .anim-item {
    opacity: 0;
    transform: translateY(24px);
    animation: bys-rise .45s cubic-bezier(0.34, 1.2, 0.64, 1) forwards
}

.bys .anim-item:nth-child(1) {
    animation-delay: .08s
}

.bys .anim-item:nth-child(2) {
    animation-delay: .18s
}

.bys .anim-item:nth-child(3) {
    animation-delay: .28s
}

.bys .anim-item:nth-child(4) {
    animation-delay: .38s
}

@keyframes bys-rise {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.ct-us {
    background: #0e0b07;
    color: #f0ead8;
    overflow-x: clip;
    position: relative
}

.ct-us .pg-ld-1 {
    animation: slideUp .38s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.ct-us .pg-ld-2 {
    animation: slideUp .42s cubic-bezier(0.34, 1.2, 0.64, 1) .07s both
}

.ct-us .pg-ld-3 {
    animation: slideUp .45s cubic-bezier(0.34, 1.2, 0.64, 1) .14s both
}

.ct-us .pg-ld-4 {
    animation: slideUp .38s cubic-bezier(0.34, 1.2, 0.64, 1) .21s both
}

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

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

.ct-us .top-band {
    max-width: 1600px;
    margin: 0 auto;
    padding: 72px 36px 36px;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 36px;
    align-items: start;
    position: relative
}

.ct-us .top-band::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #8b5c0a59, #31b5f840, transparent)
}

.ct-us .curl-dec {
    position: absolute;
    top: 16px;
    right: 36px;
    width: 80px;
    height: 80px;
    opacity: .07;
    pointer-events: none
}

.ct-us .lbl-tag {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .08em;
    color: #31B5F8;
    border: 1px solid #31b5f84d;
    border-radius: 2px;
    padding: 4px 16px;
    margin-bottom: 16px;
    text-transform: uppercase
}

.ct-us .h-main {
    font-size: 66px;
    line-height: 1.2;
    letter-spacing: -.03em;
    margin: 0 0 16px;
    color: #f0ead8
}

.ct-us .h-main .acc {
    color: #8B5C0A;
    -webkit-background-clip: unset
}

.ct-us .h-sub {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0 0 16px;
    color: #f0ead8
}

.ct-us .h-out {
    -webkit-text-stroke: 1px #fff9d480;
    color: transparent;
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.03em;
    margin: 0 0 16px
}

.ct-us .desc-p {
    font-size: 16px;
    line-height: 1.6;
    color: #f0ead8bf;
    max-width: 520px;
    margin: 0 0 36px
}

.ct-us .wave-div {
    width: 100%;
    line-height: 0;
    overflow: hidden
}

.ct-us .wave-div svg {
    display: block;
    width: 100%
}

.ct-us .info-side {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 72px
}

.ct-us .info-card {
    background: #8b5c0a12;
    border: 1px solid #8b5c0a33;
    border-radius: 14px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    box-shadow: -1px 2px 2px 1px #8b5c0a14;
    transition: border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ct-us .info-card:hover {
    border-color: #8b5c0a80;
    box-shadow: -1px 7px 25px 1px #8b5c0a17
}

.ct-us .info-card .ic-wrap {
    width: 36px;
    height: 36px;
    border-radius: 7px;
    background: conic-gradient(from 73deg, #8b5c0a99, #31b5f84d, #8b5c0a99);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ct-us .info-card:hover .ic-wrap {
    transform: rotate(8deg) scale(1.1)
}

.ct-us .info-card .ic-wrap i {
    font-size: 16px;
    color: #FFF9D4
}

.ct-us .info-card .ic-lbl {
    font-size: 13px;
    color: #f0ead880;
    margin-bottom: 4px
}

.ct-us .info-card .ic-val {
    font-size: 16px;
    color: #f0ead8;
    line-height: 1.6;
    word-break: break-all
}

.ct-us .info-card .ic-val a {
    color: #31B5F8;
    text-decoration: none;
    transition: color .35s ease-in-out
}

.ct-us .info-card .ic-val a:hover {
    color: #FFF9D4
}

.ct-us .form-band {
    background: #130f08;
    position: relative;
    overflow: hidden
}

.ct-us .form-band::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    width: 320px;
    height: 320px;
    border-radius: 42px;
    background: conic-gradient(from 73deg, #31b5f80f, #8b5c0a0a, transparent);
    pointer-events: none
}

.ct-us .form-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 72px 36px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 72px;
    align-items: start
}

.ct-us .form-meta {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ct-us .form-meta .h-sub {
    margin: 0
}

.ct-us .metric-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px
}

.ct-us .met-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #f0ead8a6
}

.ct-us .met-item::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #8B5C0A;
    border-right: 1.5px solid #8B5C0A;
    transform: rotate(45deg);
    flex-shrink: 0
}

.ct-us .ch-label {
    font-size: 13px;
    color: #f0ead88c;
    line-height: 1.6
}

.ct-us .frm {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ct-us .frm-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.ct-us .fld-grp {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ct-us .fld-grp label {
    font-size: 13px;
    color: #f0ead8a6;
    letter-spacing: .04em
}

.ct-us .fld-grp input,
.ct-us .fld-grp select {
    background: #fff9d40a;
    border: 1px solid #8b5c0a40;
    border-radius: 7px;
    padding: 16px;
    font-size: 16px;
    color: #f0ead8;
    outline: none;
    transition: border-color .38s ease-in-out, box-shadow .38s ease-in-out;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none
}

.ct-us .fld-grp input::placeholder {
    color: #f0ead84d;
    font-size: 13px
}

.ct-us .fld-grp input:focus,
.ct-us .fld-grp select:focus {
    border-color: #31b5f899 !important;
    box-shadow: -1px 2px 2px 1px #31b5f814 !important
}

.ct-us .fld-grp input:focus-visible,
.ct-us .fld-grp select:focus-visible {
    outline: 2px solid #31B5F8 !important;
    outline-offset: 2px !important
}

.ct-us .sel-wrap {
    position: relative
}

.ct-us .sel-wrap select {
    cursor: pointer;
    padding-right: 36px;
    background-color: #fff9d40a
}

.ct-us .sel-wrap select option {
    background: #1a1100;
    color: #f0ead8
}

.ct-us .sel-arr {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 10px;
    height: 10px;
    border-right: 1.5px solid #8B5C0A;
    border-bottom: 1.5px solid #8B5C0A;
    transform: translateY(-65%) rotate(45deg)
}

.ct-us .ch-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
    background: #8b5c0a0d;
    border-radius: 7px;
    border: 1px solid #8b5c0a26
}

.ct-us .ch-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    accent-color: #8B5C0A;
    cursor: pointer;
    margin-top: 2px
}

.ct-us .ch-row .ch-txt {
    font-size: 13px;
    color: #f0ead8a6;
    line-height: 1.6
}

.ct-us .ch-row .ch-txt a {
    color: #31B5F8;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .35s ease-in-out
}

.ct-us .ch-row .ch-txt a:hover {
    color: #FFF9D4
}

.ct-us .btn-sub {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 36px;
    font-size: 16px;
    color: #FFF9D4;
    background: transparent;
    border: 2px solid #8B5C0A;
    border-radius: 14px;
    cursor: pointer;
    overflow: hidden;
    transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    align-self: flex-start;
    box-shadow: -1px 7px 25px 1px #8b5c0a17
}

.ct-us .btn-sub::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: #8B5C0A;
    transition: height .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    z-index: 0
}

.ct-us .btn-sub:hover::before {
    height: 100%
}

.ct-us .btn-sub:hover {
    color: #FFF9D4;
    border-color: #8B5C0A
}

.ct-us .btn-sub span,
.ct-us .btn-sub i {
    position: relative;
    z-index: 1
}

.ct-us .btn-sub:focus-visible {
    outline: 2px solid #31B5F8 !important;
    outline-offset: 3px !important
}

.ct-us .btn-sub i {
    font-size: 16px;
    transition: transform .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.ct-us .btn-sub:hover i {
    transform: translateX(4px)
}

.ct-us .ch-grp {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ct-us .ch-grp-lbl {
    font-size: 13px;
    color: #f0ead8a6;
    letter-spacing: .04em
}

.ct-us .ch-opts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px
}

.ct-us .ch-opt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px
}

.ct-us .ch-opt input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #8B5C0A;
    cursor: pointer;
    flex-shrink: 0
}

.ct-us .ch-opt label {
    font-size: 16px;
    color: #f0ead8bf;
    cursor: pointer;
    padding: 8px 16px;
    border: 1px solid #8b5c0a33;
    border-radius: 26px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    transition: border-color .35s ease-in-out, background .35s ease-in-out
}

.ct-us .ch-opt input[type="radio"]:checked+label {
    border-color: #8B5C0A;
    background: #8b5c0a26;
    color: #FFF9D4
}

.ct-us .ch-opt label:hover {
    border-color: #8b5c0a80
}

.ct-us .ch-opt label i {
    font-size: 16px;
    color: #31B5F8
}

.ct-us .ch-opt input[type="radio"] {
    display: none
}

@media (max-width: 1024px) {
    .ct-us .top-band {
        grid-template-columns: 1fr;
        padding: 36px
    }

    .ct-us .info-side {
        padding-top: 0;
        flex-direction: row;
        flex-wrap: wrap
    }

    .ct-us .info-card {
        flex: 1 1 200px
    }

    .ct-us .h-main {
        font-size: 52px
    }

    .ct-us .h-out {
        font-size: 38px
    }

    .ct-us .form-inner {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 36px
    }
}

@media (max-width: 768px) {
    .ct-us .top-band {
        padding: 36px 16px
    }

    .ct-us .h-main {
        font-size: 38px
    }

    .ct-us .h-out {
        font-size: 28px
    }

    .ct-us .frm-row {
        grid-template-columns: 1fr
    }

    .ct-us .form-inner {
        padding: 36px 16px;
        gap: 36px
    }

    .ct-us .info-side {
        flex-direction: column
    }

    .ct-us .ch-opts {
        flex-direction: column
    }
}

@media (max-width: 320px) {
    .ct-us .top-band {
        padding: 16px 8px
    }

    .ct-us .h-main {
        font-size: 28px
    }

    .ct-us .form-inner {
        padding: 16px 8px
    }

    .ct-us .btn-sub {
        padding: 16px;
        font-size: 13px
    }
}

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

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

.abt .geo-bg span {
    position: absolute;
    border-radius: 42px;
    border: 1px solid #8b5c0a0f;
    background: transparent
}

.abt .geo-bg span:nth-child(1) {
    width: 600px;
    height: 600px;
    top: -200px;
    right: -100px;
    border-radius: 42px;
    opacity: .5
}

.abt .geo-bg span:nth-child(2) {
    width: 400px;
    height: 400px;
    bottom: 20%;
    left: -150px;
    border-radius: 42px;
    opacity: .4
}

.abt .geo-bg span:nth-child(3) {
    width: 250px;
    height: 250px;
    top: 40%;
    left: 50%;
    border-radius: 42px;
    opacity: .25
}

.abt .pg-wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 36px;
    position: relative;
    z-index: 1
}

.abt .reveal {
    opacity: 0;
    transform: translateY(28px);
    animation: rise .42s cubic-bezier(0.34, 1.2, 0.64, 1) forwards
}

.abt .reveal.d1 {
    animation-delay: .08s
}

.abt .reveal.d2 {
    animation-delay: .18s
}

.abt .reveal.d3 {
    animation-delay: .28s
}

.abt .reveal.d4 {
    animation-delay: .38s
}

.abt .reveal.d5 {
    animation-delay: .48s
}

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

.abt .dot-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 36px 0
}

.abt .dot-div span {
    width: 6px;
    height: 6px;
    border-radius: 42px;
    background: #8B5C0A;
    opacity: .7
}

.abt .dot-div span:nth-child(2) {
    background: #31B5F8;
    opacity: .5
}

.abt .dot-div span:nth-child(3) {
    background: #8B5C0A;
    opacity: .7
}

.abt .lbl {
    font-size: 13px;
    letter-spacing: .12em;
    color: #31B5F8;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2
}

.abt .bracket {
    color: #8B5C0A
}

.abt .s-title {
    padding: 72px 0 36px;
    margin-left: 8%
}

.abt .s-title .t-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start
}

.abt .s-title .t-left {
    position: relative
}

.abt .s-title .curved-lines {
    position: absolute;
    top: -36px;
    left: -36px;
    width: 320px;
    height: 320px;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.abt .s-title .curved-lines svg {
    width: 100%;
    height: 100%;
    opacity: .13
}

.abt .s-title .t-eyebrow {
    position: relative;
    z-index: 1;
    margin-bottom: 16px
}

.abt .s-title .t-h1 {
    font-size: 66px;
    line-height: 1.2;
    letter-spacing: -.03em;
    font-weight: 900;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: conic-gradient(from 73deg, #8B5C0A, #FFF9D4, #31B5F8, #8B5C0A);
    position: relative;
    z-index: 1;
    margin: 0 0 36px
}

.abt .s-title .t-pts {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 1
}

.abt .s-title .t-pts li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #e8d9b8
}

.abt .s-title .t-pts li .arr {
    color: #31B5F8;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 2px
}

.abt .s-title .t-right {
    position: relative
}

.abt .s-title .img-wrap {
    position: relative;
    width: 100%;
    height: 480px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: -1px 7px 25px 1px #8b5c0a17 -1px 9px 44px 1px #8b5c0a1c
}

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

.abt .s-title .img-overlay {
    position: absolute;
    inset: 0;
    background: #8b5c0a52;
    mix-blend-mode: multiply
}

.abt .s-title .img-label {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: #0e0b07d1;
    border: 1px solid #8b5c0a4d;
    border-radius: 7px;
    padding: 8px 16px;
    font-size: 13px;
    color: #FFF9D4;
    line-height: 1.2;
    backdrop-filter: blur(4px)
}

.abt .s-story {
    padding: 36px 0 72px;
    margin-right: 8%
}

.abt .s-story .st-grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 72px;
    align-items: start
}

.abt .s-story .st-img-col {
    position: relative
}

.abt .s-story .st-img {
    width: 100%;
    height: 520px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: -1px 2px 2px 1px #31b5f814 -1px 9px 44px 1px #31b5f81c
}

.abt .s-story .st-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt .s-story .st-badge {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 100px;
    height: 100px;
    background: #8B5C0A;
    border-radius: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 7px 25px 1px #8b5c0a17
}

.abt .s-story .st-badge .yr {
    font-size: 28px;
    font-weight: 900;
    color: #FFF9D4;
    line-height: 1.2
}

.abt .s-story .st-badge .yr-lbl {
    font-size: 13px;
    color: #fff9d4b3;
    line-height: 1.2
}

.abt .s-story .st-txt {
    padding-top: 8px
}

.abt .s-story .st-h2 {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: transparent;
    -webkit-text-stroke: 1.5px #FFF9D4;
    margin: 0 0 36px
}

.abt .s-story .para {
    margin-bottom: 16px
}

.abt .s-story .para .lead {
    font-size: 13px;
    font-weight: 700;
    color: #8B5C0A;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-right: 8px
}

.abt .s-story .para p {
    font-size: 16px;
    line-height: 1.6;
    color: #c9baa0;
    display: inline
}

.abt .s-story .st-accent {
    margin-top: 36px;
    padding: 16px 36px;
    border-top: 1px solid #8b5c0a40;
    border-bottom: 1px solid #8b5c0a40;
    font-size: 21px;
    line-height: 1.6;
    color: #FFF9D4;
    font-style: italic
}

.abt .s-story .st-accent .bracket {
    color: #8B5C0A
}

.abt .s-team {
    padding: 72px 0;
    background: #8b5c0a12;
    position: relative
}

.abt .s-team::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #8B5C0A 40%, #31B5F8 60%, transparent)
}

.abt .s-team::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #31B5F8 40%, #8B5C0A 60%, transparent)
}

.abt .s-team .tm-head {
    text-align: center;
    margin-bottom: 72px
}

.abt .s-team .tm-h2 {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -.025em;
    color: transparent;
    -webkit-text-stroke: 1.5px #31B5F8;
    margin: 8px 0 16px
}

.abt .s-team .tm-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #c9baa0;
    max-width: 560px;
    margin: 0 auto
}

.abt .s-team .tm-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 3fr;
    gap: 36px;
    align-items: stretch
}

.abt .s-team .tm-card {
    background: #0e0b07b3;
    border: 1px solid #8b5c0a33;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    box-shadow: -1px 2px 2px 1px #8b5c0a14;
    display: flex;
    flex-direction: column
}

.abt .s-team .tm-card:hover {
    border-color: #8b5c0a80;
    box-shadow: -1px 7px 25px 1px #8b5c0a17
}

.abt .s-team .tm-card .port-wrap {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    flex-shrink: 0
}

.abt .s-team .tm-card .port-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt .s-team .tm-card .tm-info {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.abt .s-team .tm-card .tm-name {
    font-size: 21px;
    font-weight: 700;
    color: #FFF9D4;
    line-height: 1.2;
    margin: 0
}

.abt .s-team .tm-card .tm-role {
    font-size: 13px;
    color: #31B5F8;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    line-height: 1.2
}

.abt .s-team .tm-card .tm-bio {
    font-size: 13px;
    line-height: 1.6;
    color: #a89070;
    margin: 0
}

.abt .s-team .tm-card.no-port {
    background: #31b5f80d;
    border-color: #31b5f826
}

.abt .s-team .tm-card.no-port .tm-info {
    padding: 36px 16px;
    justify-content: center
}

.abt .s-team .tm-card.no-port .tm-icon {
    width: 56px;
    height: 56px;
    border-radius: 26px;
    background: #31b5f81f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px
}

.abt .s-team .tm-card.no-port .tm-icon i {
    font-size: 28px;
    color: #31B5F8
}

.abt .s-metrics {
    padding: 72px 0;
    margin-left: 6%
}

.abt .s-metrics .mx-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center
}

.abt .s-metrics .mx-left {
    position: relative
}

.abt .s-metrics .mx-img {
    width: 100%;
    height: 400px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: -1px 7px 25px 1px #8b5c0a17 -1px 9px 44px 1px #8b5c0a1c
}

.abt .s-metrics .mx-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.abt .s-metrics .mx-stat-bar {
    position: absolute;
    bottom: -36px;
    right: -16px;
    background: #0e0b07;
    border: 1px solid #8b5c0a4d;
    border-radius: 14px;
    padding: 16px;
    width: 200px;
    box-shadow: -1px 7px 25px 1px #8b5c0a17
}

.abt .s-metrics .mx-stat-bar .sb-num {
    font-size: 38px;
    font-weight: 900;
    color: #8B5C0A;
    line-height: 1.2
}

.abt .s-metrics .mx-stat-bar .sb-desc {
    font-size: 13px;
    color: #c9baa0;
    line-height: 1.6
}

.abt .s-metrics .mx-right {
    padding-left: 36px
}

.abt .s-metrics .mx-h2 {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #FFF9D4;
    margin: 8px 0 36px
}

.abt .s-metrics .mx-items {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt .s-metrics .mx-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 7px;
    border: 1px solid #31b5f81a;
    background: #31b5f80a;
    transition: background .35s ease-in-out, border-color .35s ease-in-out
}

.abt .s-metrics .mx-item:hover {
    background: #31b5f817;
    border-color: #31b5f847
}

.abt .s-metrics .mx-item .ic {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 7px;
    background: #8b5c0a2e;
    display: flex;
    align-items: center;
    justify-content: center
}

.abt .s-metrics .mx-item .ic i {
    font-size: 21px;
    color: #8B5C0A
}

.abt .s-metrics .mx-item .ic-txt h5 {
    font-size: 16px;
    font-weight: 700;
    color: #FFF9D4;
    line-height: 1.2;
    margin: 0 0 4px
}

.abt .s-metrics .mx-item .ic-txt p {
    font-size: 13px;
    line-height: 1.6;
    color: #a89070;
    margin: 0
}

.abt .s-metrics .mx-rating {
    margin-top: 36px;
    padding: 16px;
    background: #8b5c0a1a;
    border-radius: 14px;
    border: 1px solid #8b5c0a40;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.abt .s-metrics .mx-rating .rt-num {
    font-size: 52px;
    font-weight: 900;
    color: #8B5C0A;
    line-height: 1.2
}

.abt .s-metrics .mx-rating .rt-detail {
    flex: 1
}

.abt .s-metrics .mx-rating .rt-stars {
    display: flex;
    flex-direction: row;
    gap: 4px;
    margin-bottom: 4px
}

.abt .s-metrics .mx-rating .rt-stars i {
    font-size: 16px;
    color: #8B5C0A
}

.abt .s-metrics .mx-rating .rt-stars i.half {
    color: #8b5c0a73
}

.abt .s-metrics .mx-rating .rt-txt {
    font-size: 13px;
    color: #c9baa0;
    line-height: 1.6
}

@media (max-width: 1024px) {
    .abt .s-title {
        margin-left: 0
    }

    .abt .s-story {
        margin-right: 0
    }

    .abt .s-metrics {
        margin-left: 0
    }

    .abt .s-title .t-grid {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .abt .s-title .t-h1 {
        font-size: 52px
    }

    .abt .s-story .st-grid {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .abt .s-story .st-img {
        height: 320px
    }

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

    .abt .s-team .tm-h2 {
        font-size: 38px
    }

    .abt .s-metrics .mx-grid {
        grid-template-columns: 1fr;
        gap: 72px
    }

    .abt .s-metrics .mx-right {
        padding-left: 0
    }

    .abt .s-metrics .mx-stat-bar {
        bottom: -28px;
        right: 16px
    }
}

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

    .abt .s-title {
        padding: 36px 0 16px
    }

    .abt .s-title .t-h1 {
        font-size: 38px
    }

    .abt .s-title .img-wrap {
        height: 280px
    }

    .abt .s-story .st-h2 {
        font-size: 28px
    }

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

    .abt .s-team .tm-h2 {
        font-size: 28px
    }

    .abt .s-team .tm-head {
        margin-bottom: 36px
    }

    .abt .s-metrics .mx-img {
        height: 260px
    }

    .abt .s-metrics .mx-h2 {
        font-size: 28px
    }

    .abt .s-metrics .mx-stat-bar {
        position: static;
        width: auto;
        margin-top: 16px
    }
}

@media (max-width: 320px) {
    .abt .s-title .t-h1 {
        font-size: 28px
    }

    .abt .s-story .st-h2 {
        font-size: 21px
    }

    .abt .s-metrics .mx-h2 {
        font-size: 21px
    }

    .abt .s-metrics .mx-rating {
        flex-direction: column;
        align-items: flex-start
    }
}

.lp {
    background: #0d0a06;
    color: #f0ead8;
    overflow-x: hidden;
    position: relative
}

.lp .pg-wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 36px
}

@keyframes clipReveal {
    from {
        clip-path: inset(0 100% 0 0)
    }

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

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

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

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

.lp .reveal-up {
    animation: fadeUp .38s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

.lp .reveal-up.d1 {
    animation-delay: .08s
}

.lp .reveal-up.d2 {
    animation-delay: .16s
}

.lp .reveal-up.d3 {
    animation-delay: .24s
}

.lp .t-blk {
    padding: 72px 0;
    position: relative
}

.lp .t-blk .pg-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center
}

.lp .t-blk .atm {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0
}

.lp .t-blk .atm-spot {
    position: absolute;
    border-radius: 42px;
    filter: blur(80px);
    opacity: .13
}

.lp .t-blk .atm-spot.s1 {
    width: 420px;
    height: 320px;
    background: #8B5C0A;
    top: -60px;
    left: -80px
}

.lp .t-blk .atm-spot.s2 {
    width: 300px;
    height: 260px;
    background: #31B5F8;
    bottom: 0;
    right: 10%
}

.lp .t-blk .txt-z {
    position: relative;
    z-index: 1
}

.lp .t-blk .pre-lbl {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    letter-spacing: .08em;
    color: #31B5F8;
    margin-bottom: 16px;
    text-transform: uppercase
}

.lp .t-blk .pre-lbl .dash {
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #31B5F8;
    border-radius: 2px
}

.lp .t-blk .h1-out {
    font-size: 66px;
    line-height: 1.2;
    letter-spacing: -.03em;
    margin: 0 0 8px;
    -webkit-text-stroke: 1.5px #FFF9D4;
    color: transparent;
    -webkit-background-clip: unset
}

.lp .t-blk .h1-fill {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0 0 36px;
    color: #FFF9D4
}

.lp .t-blk .h1-fill .acc {
    color: #8B5C0A
}

.lp .t-blk .sub-p {
    font-size: 16px;
    line-height: 1.9;
    color: #c8bfa8;
    max-width: 480px
}

.lp .t-blk .sub-p strong {
    color: #FFF9D4
}

.lp .t-blk .img-z {
    position: relative;
    z-index: 1
}

.lp .t-blk .img-crop {
    width: 100%;
    aspect-ratio: 4/5;
    overflow: hidden;
    clip-path: polygon(0 8%, 92% 0, 100% 92%, 8% 100%);
    border-radius: 14px;
    box-shadow: -1px 9px 44px 1px #8b5c0a1c
}

.lp .t-blk .img-crop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.lp .t-blk .tag-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 36px
}

.lp .t-blk .tag {
    font-size: 13px;
    padding: 4px 16px;
    border-radius: 26px;
    border: 1px solid #31b5f84d;
    color: #31B5F8;
    background: #31b5f80f
}

.lp .div-zz {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.lp .prog {
    background: #110e08;
    padding: 72px 0;
    position: relative
}

.lp .prog .pg-wrap {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 72px;
    align-items: start
}

.lp .prog .side-head {
    position: sticky;
    top: 36px
}

.lp .prog .side-head h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.025em;
    -webkit-text-stroke: 1px #FFF9D4;
    color: transparent;
    margin: 0 0 16px
}

.lp .prog .side-head .acc-line {
    width: 48px;
    height: 3px;
    background: conic-gradient(from 73deg, #8B5C0A, #31B5F8, #FFF9D4, #8B5C0A);
    border-radius: 2px;
    margin-bottom: 36px
}

.lp .prog .side-head p {
    font-size: 16px;
    line-height: 1.6;
    color: #a89880
}

.lp .prog .side-head .meta-box {
    margin-top: 36px;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid #8b5c0a40;
    background: #8b5c0a0f;
    box-shadow: -1px 2px 2px 1px #8b5c0a14
}

.lp .prog .side-head .meta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #fff9d412;
    font-size: 13px;
    color: #c8bfa8
}

.lp .prog .side-head .meta-row:last-child {
    border-bottom: none
}

.lp .prog .side-head .meta-row i {
    font-size: 16px;
    color: #8B5C0A
}

.lp .prog .side-head .meta-row strong {
    color: #FFF9D4
}

.lp .prog .mod-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lp .prog .mod-item {
    border-radius: 14px;
    border: 1px solid #fff9d414;
    background: #ffffff06;
    overflow: hidden;
    transition: border-color .35s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .4s ease-in-out;
    box-shadow: -1px 2px 2px 1px #31b5f814
}

.lp .prog .mod-item:hover {
    border-color: #31b5f859;
    box-shadow: -1px 7px 25px 1px #31b5f817
}

.lp .prog .mod-num {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 16px 36px 16px 16px
}

.lp .prog .num-badge {
    width: 44px;
    height: 44px;
    border-radius: 7px;
    background: conic-gradient(from 73deg, #8B5C0A 0%, #31B5F8 60%, #8B5C0A 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #0d0a06;
    flex-shrink: 0
}

.lp .prog .mod-title {
    font-size: 21px;
    line-height: 1.2;
    color: #FFF9D4;
    letter-spacing: -.01em;
    margin: 0
}

.lp .prog .mod-body {
    padding: 0 16px 16px 76px
}

.lp .prog .mod-body p {
    font-size: 16px;
    line-height: 1.6;
    color: #a89880;
    margin: 0 0 8px
}

.lp .prog .mod-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.lp .prog .mod-body ul li {
    font-size: 13px;
    line-height: 1.6;
    color: #c8bfa8;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.lp .prog .mod-body ul li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #31B5F8;
    border-right: 1.5px solid #31B5F8;
    transform: rotate(45deg);
    margin-top: 5px;
    flex-shrink: 0
}

.lp .instr {
    padding: 72px 0;
    background: #150f07;
    position: relative
}

.lp .instr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #8B5C0A 30%, #31B5F8 70%, transparent)
}

.lp .instr .sec-lbl {
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #8B5C0A;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 36px
}

.lp .instr .sec-lbl .dash {
    width: 20px;
    height: 2px;
    background: #8B5C0A;
    border-radius: 2px
}

.lp .instr .sec-h {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #FFF9D4;
    margin: 0 0 72px;
    max-width: 600px
}

.lp .instr .sec-h .br-acc {
    color: #31B5F8
}

.lp .instr .team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px
}

.lp .instr .person {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lp .instr .port-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 1/1;
    box-shadow: -1px 7px 25px 1px #8b5c0a17
}

.lp .instr .port-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .42s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.lp .instr .port-wrap:hover img {
    transform: scale(1.04)
}

.lp .instr .cap {
    position: absolute;
    inset: 0;
    background: #0d0a06d1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    opacity: 0;
    transition: opacity .35s ease-in-out;
    border-radius: 14px
}

.lp .instr .port-wrap:hover .cap {
    opacity: 1
}

.lp .instr .cap p {
    font-size: 13px;
    line-height: 1.6;
    color: #FFF9D4;
    text-align: center;
    margin: 0
}

.lp .instr .p-name {
    font-size: 21px;
    line-height: 1.2;
    color: #FFF9D4;
    letter-spacing: -.01em;
    margin: 0
}

.lp .instr .p-role {
    font-size: 13px;
    line-height: 1.6;
    color: #8B5C0A;
    margin: 0
}

.lp .instr .no-port {
    border-radius: 14px;
    aspect-ratio: 1/1;
    background: #8b5c0a14;
    border: 1px solid #8b5c0a33;
    display: flex;
    align-items: center;
    justify-content: center
}

.lp .instr .no-port i {
    font-size: 52px;
    color: #8b5c0a66
}

@media (max-width: 1024px) {
    .lp .t-blk .pg-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 36px
    }

    .lp .t-blk .h1-out {
        font-size: 52px
    }

    .lp .t-blk .h1-fill {
        font-size: 38px
    }

    .lp .prog .pg-wrap {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .lp .prog .side-head {
        position: static
    }

    .lp .instr .team-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .lp .t-blk .pg-wrap {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .lp .t-blk .img-z {
        order: -1
    }

    .lp .t-blk .img-crop {
        aspect-ratio: 3/2
    }

    .lp .t-blk .h1-out {
        font-size: 38px
    }

    .lp .t-blk .h1-fill {
        font-size: 28px
    }

    .lp .prog .mod-body {
        padding: 0 16px 16px
    }

    .lp .instr .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }

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

@media (max-width: 320px) {
    .lp .instr .team-grid {
        grid-template-columns: 1fr
    }

    .lp .t-blk .h1-out {
        font-size: 28px
    }
}

.lp .btn-pri {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 36px;
    border-radius: 7px;
    border: 1px solid #8B5C0A;
    background: transparent;
    color: #FFF9D4;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .38s ease-in-out;
    text-decoration: none
}

.lp .btn-pri::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #8B5C0A;
    transition: height .35s cubic-bezier(0.34, 1.2, 0.64, 1);
    z-index: 0;
    border-radius: 0 0 7px 7px
}

.lp .btn-pri:hover::after {
    height: 100%
}

.lp .btn-pri span {
    position: relative;
    z-index: 1
}

.lp .btn-pri i {
    position: relative;
    z-index: 1
}

.lp .btn-pri:focus-visible {
    outline: 2px solid #31B5F8;
    outline-offset: 3px
}

.opn {
    background: #0e0b07;
    overflow-x: hidden
}

.opn .ttl-blk {
    position: relative;
    padding: 72px 36px;
    max-width: 1600px;
    margin: 0 auto
}

.opn .ttl-blk .eye-lbl {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .12em;
    color: #31B5F8;
    text-transform: uppercase;
    border: 1px solid #31b5f84d;
    border-radius: 2px;
    padding: 4px 16px;
    margin-bottom: 36px
}

.opn .ttl-blk .ttl-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center
}

.opn .ttl-blk .ttl-left {
    padding-left: 72px
}

.opn .ttl-blk .deco-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: conic-gradient(from 73deg at 30% 50%, #8b5c0a2e 0deg, #fff9d40a 120deg, #31b5f80f 240deg, #8b5c0a2e 360deg);
    pointer-events: none;
    z-index: 0
}

.opn .ttl-blk .deco-dots {
    position: absolute;
    top: 36px;
    left: 16px;
    pointer-events: none;
    z-index: 0
}

.opn .ttl-blk .deco-dots span {
    display: block;
    border-radius: 42px;
    background: #8b5c0a59
}

.opn .ttl-blk .deco-dots .d1 {
    width: 8px;
    height: 8px;
    margin-bottom: 8px
}

.opn .ttl-blk .deco-dots .d2 {
    width: 14px;
    height: 14px;
    margin-bottom: 8px;
    margin-left: 8px;
    background: #31b5f840
}

.opn .ttl-blk .deco-dots .d3 {
    width: 5px;
    height: 5px;
    margin-left: 4px;
    background: #fff9d433
}

.opn .ttl-blk .ttl-h1 {
    font-size: 66px;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: transparent;
    -webkit-text-stroke: 1.5px #FFF9D4;
    margin: 0 0 36px;
    position: relative;
    z-index: 1
}

.opn .ttl-blk .ttl-h1 .acc {
    color: #8B5C0A;
    -webkit-text-stroke: 1.5px #8B5C0A
}

.opn .ttl-blk .ttl-img-wrap {
    position: relative;
    z-index: 1;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: -1px 9px 44px 1px #8b5c0a1c
}

.opn .ttl-blk .ttl-img-wrap img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.85) contrast(1.05);
    transition: filter .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.opn .ttl-blk .ttl-img-wrap:hover img {
    filter: saturate(0) contrast(1.1)
}

.opn .ttl-blk .ttl-img-wrap:not(:hover) img {
    filter: saturate(0.85) contrast(1.05)
}

.opn .ttl-reveal {
    position: relative;
    overflow: hidden
}

.opn .ttl-reveal .rev-inner {
    animation: splitOpen .7s cubic-bezier(0.34, 1.2, 0.64, 1) both
}

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

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

.opn .band-div {
    height: 4px;
    background: linear-gradient(90deg, #8B5C0A 0%, #8b5c0a66 50%, transparent 100%);
    max-width: 1600px;
    margin: 0 auto
}

.opn .exp-sec {
    padding: 72px 36px;
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 72px;
    align-items: start
}

.opn .exp-sec .exp-img-col {
    position: relative
}

.opn .exp-sec .exp-img-wrap {
    border-radius: 26px;
    overflow: hidden;
    box-shadow: -1px 7px 25px 1px #31b5f817
}

.opn .exp-sec .exp-img-wrap img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .42s ease-in-out
}

.opn .exp-sec .exp-img-wrap:hover img {
    filter: saturate(0)
}

.opn .exp-sec .exp-tag {
    position: absolute;
    bottom: 36px;
    left: -16px;
    background: #8B5C0A;
    color: #FFF9D4;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 7px;
    border-left: 3px solid #FFF9D4;
    border-top: 1px solid #fff9d44d;
    box-shadow: -1px 2px 2px 1px #8b5c0a14
}

.opn .exp-sec .exp-txt {
    padding-top: 36px
}

.opn .exp-sec .exp-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: transparent;
    -webkit-text-stroke: 1px #FFF9D4;
    margin: 0 0 36px
}

.opn .exp-sec .person-cards {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.opn .exp-sec .p-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    background: #8b5c0a14;
    border-radius: 14px;
    padding: 16px;
    border: 1px solid #8b5c0a33;
    box-shadow: -1px 2px 2px 1px #8b5c0a14;
    transition: border-color .35s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.opn .exp-sec .p-card:hover {
    border-color: #31b5f866;
    box-shadow: -1px 7px 25px 1px #31b5f817
}

.opn .exp-sec .p-port {
    width: 64px;
    height: 80px;
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: -1px 2px 2px 1px #31b5f814
}

.opn .exp-sec .p-port img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.opn .exp-sec .p-info {
    flex: 1
}

.opn .exp-sec .p-name {
    font-size: 16px;
    color: #31B5F8;
    margin: 0 0 4px;
    line-height: 1.2
}

.opn .exp-sec .p-role {
    font-size: 13px;
    color: #fff9d480;
    margin: 0 0 8px
}

.opn .exp-sec .p-quote {
    font-size: 16px;
    line-height: 1.6;
    color: #fff9d4d9;
    margin: 0
}

.opn .exp-sec .p-quote .acc-br {
    color: #8B5C0A
}

.opn .band-div-2 {
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #31b5f880 50%, transparent 100%);
    max-width: 1600px;
    margin: 0 auto
}

.opn .val-sec {
    background: #12100a;
    padding: 72px 36px;
    position: relative
}

.opn .val-sec .val-inner {
    max-width: 1600px;
    margin: 0 auto
}

.opn .val-sec .diag-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(137deg, #8b5c0a1f 0%, transparent 55%, #31b5f80d 100%);
    pointer-events: none
}

.opn .val-sec .val-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 72px;
    gap: 36px;
    position: relative;
    z-index: 1
}

.opn .val-sec .val-h2 {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: transparent;
    -webkit-text-stroke: 1px #FFF9D4;
    margin: 0;
    max-width: 600px
}

.opn .val-sec .val-lead {
    font-size: 16px;
    line-height: 1.6;
    color: #fff9d4b3;
    max-width: 420px;
    margin: 0
}

.opn .val-sec .val-lead strong {
    color: #31B5F8
}

.opn .val-sec .val-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    position: relative;
    z-index: 1
}

.opn .val-sec .v-item {
    border-radius: 14px;
    padding: 36px;
    border: 1px solid #fff9d414;
    position: relative;
    transition: transform .4s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .4s ease-in-out
}

.opn .val-sec .v-item:hover {
    transform: translateY(-4px);
    border-color: #fff9d433
}

.opn .val-sec .v-item.c1 {
    background: #8b5c0a1f
}

.opn .val-sec .v-item.c2 {
    background: #31b5f812
}

.opn .val-sec .v-item.c3 {
    background: #fff9d40a
}

.opn .val-sec .v-item .v-num {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.04em;
    margin: 0 0 16px;
    font-weight: 700
}

.opn .val-sec .v-item.c1 .v-num {
    color: #8B5C0A
}

.opn .val-sec .v-item.c2 .v-num {
    color: #31B5F8
}

.opn .val-sec .v-item.c3 .v-num {
    color: #FFF9D4
}

.opn .val-sec .v-item .v-lbl {
    font-size: 16px;
    color: #fff9d4e6;
    line-height: 1.6;
    margin: 0 0 8px
}

.opn .val-sec .v-item .v-desc {
    font-size: 13px;
    color: #fff9d480;
    line-height: 1.6;
    margin: 0
}

.opn .val-sec .val-img-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 36px;
    position: relative;
    z-index: 1
}

.opn .val-sec .v-img-wrap {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: -1px 7px 25px 1px #8b5c0a17
}

.opn .val-sec .v-img-wrap img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .45s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.opn .val-sec .v-img-wrap:hover img {
    filter: saturate(0)
}

.opn .band-div-3 {
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #8b5c0a99 40%, #31b5f866 100%);
    max-width: 1600px;
    margin: 0 auto
}

.opn .feel-sec {
    padding: 72px 36px;
    max-width: 1600px;
    margin: 0 auto
}

.opn .feel-sec .feel-head {
    margin-bottom: 72px
}

.opn .feel-sec .feel-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: transparent;
    -webkit-text-stroke: 1px #FFF9D4;
    margin: 0 0 16px;
    max-width: 700px
}

.opn .feel-sec .feel-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #fff9d499;
    max-width: 500px;
    margin: 0
}

.opn .feel-sec .feel-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: start
}

.opn .feel-sec .feel-img-wrap {
    border-radius: 26px;
    overflow: hidden;
    box-shadow: -1px 9px 44px 1px #31b5f81c
}

.opn .feel-sec .feel-img-wrap img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .38s ease-in-out
}

.opn .feel-sec .feel-img-wrap:hover img {
    filter: saturate(0)
}

.opn .feel-sec .feel-phases {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.opn .feel-sec .ph-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid #fff9d412;
    background: #fff9d405;
    transition: background .35s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .35s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.opn .feel-sec .ph-item:hover {
    background: #8b5c0a1a;
    border-color: #8b5c0a4d
}

.opn .feel-sec .ph-icon {
    width: 36px;
    height: 36px;
    border-radius: 7px;
    background: #8b5c0a33;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #8b5c0a4d
}

.opn .feel-sec .ph-icon svg {
    width: 18px;
    height: 18px
}

.opn .feel-sec .ph-txt {
    flex: 1
}

.opn .feel-sec .ph-lbl {
    font-size: 16px;
    color: #31B5F8;
    margin: 0 0 4px;
    line-height: 1.2
}

.opn .feel-sec .ph-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #fff9d4a6;
    margin: 0
}

.opn .feel-sec .ph-desc .acc-br {
    color: #8B5C0A
}

.opn .band-div-4 {
    height: 4px;
    background: linear-gradient(90deg, #31b5f880 0%, #8b5c0a4d 60%, transparent 100%);
    max-width: 1600px;
    margin: 0 auto
}

.opn .rev-sec {
    background: #8B5C0A;
    padding: 72px 36px;
    position: relative
}

.opn .rev-sec .rev-inner {
    max-width: 1600px;
    margin: 0 auto
}

.opn .rev-sec .rev-deco {
    position: absolute;
    bottom: 36px;
    right: 36px;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px
}

.opn .rev-sec .rev-deco span {
    display: block;
    border-radius: 42px;
    background: #fff9d426
}

.opn .rev-sec .rev-deco .rd1 {
    width: 40px;
    height: 6px
}

.opn .rev-sec .rev-deco .rd2 {
    width: 24px;
    height: 6px
}

.opn .rev-sec .rev-deco .rd3 {
    width: 12px;
    height: 6px
}

.opn .rev-sec .rev-h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #FFF9D4;
    margin: 0 0 72px;
    max-width: 600px
}

.opn .rev-sec .rev-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: start
}

.opn .rev-sec .rev-img-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.opn .rev-sec .rev-img-wrap {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: -1px 7px 25px 1px #31b5f817
}

.opn .rev-sec .rev-img-wrap img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: filter .4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.opn .rev-sec .rev-img-wrap:hover img {
    filter: saturate(0)
}

.opn .rev-sec .rev-cards {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.opn .rev-sec .rc {
    background: #fff9d414;
    border-radius: 14px;
    padding: 36px;
    border: 1px solid #fff9d426;
    box-shadow: -1px 2px 2px 1px #31b5f814;
    transition: background .4s ease-in-out, border-color .4s ease-in-out
}

.opn .rev-sec .rc:hover {
    background: #fff9d424;
    border-color: #fff9d44d
}

.opn .rev-sec .rc-head {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px
}

.opn .rev-sec .rc-port {
    width: 56px;
    height: 70px;
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #fff9d440
}

.opn .rev-sec .rc-port img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.opn .rev-sec .rc-meta {
    flex: 1
}

.opn .rev-sec .rc-name {
    font-size: 16px;
    color: #FFF9D4;
    margin: 0 0 4px;
    line-height: 1.2
}

.opn .rev-sec .rc-role {
    font-size: 13px;
    color: #fff9d499;
    margin: 0
}

.opn .rev-sec .rc-body {
    font-size: 16px;
    line-height: 1.6;
    color: #fff9d4e6;
    margin: 0 0 16px
}

.opn .rev-sec .rc-result {
    display: inline-block;
    font-size: 13px;
    color: #0e0b07;
    background: #FFF9D4;
    border-radius: 7px;
    padding: 4px 16px
}

@media (max-width: 1024px) {
    .opn .ttl-blk .ttl-grid {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .opn .ttl-blk .ttl-left {
        padding-left: 16px
    }

    .opn .ttl-blk .ttl-h1 {
        font-size: 52px
    }

    .opn .exp-sec {
        grid-template-columns: 1fr;
        gap: 36px
    }

    .opn .exp-sec .exp-tag {
        left: 0
    }

    .opn .val-sec .val-top {
        flex-direction: column;
        align-items: flex-start
    }

    .opn .val-sec .val-grid {
        grid-template-columns: 1fr 1fr
    }

    .opn .feel-sec .feel-layout {
        grid-template-columns: 1fr
    }

    .opn .rev-sec .rev-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width: 768px) {
    .opn .ttl-blk {
        padding: 36px 16px
    }

    .opn .ttl-blk .ttl-h1 {
        font-size: 38px
    }

    .opn .exp-sec {
        padding: 36px 16px
    }

    .opn .val-sec {
        padding: 36px 16px
    }

    .opn .val-sec .val-grid {
        grid-template-columns: 1fr
    }

    .opn .val-sec .val-img-strip {
        grid-template-columns: 1fr
    }

    .opn .feel-sec {
        padding: 36px 16px
    }

    .opn .rev-sec {
        padding: 36px 16px
    }

    .opn .val-sec .val-h2 {
        font-size: 38px
    }

    .opn .feel-sec .feel-h2 {
        font-size: 28px
    }

    .opn .rev-sec .rev-h2 {
        font-size: 28px
    }
}

@media (max-width: 320px) {
    .opn .ttl-blk .ttl-h1 {
        font-size: 28px
    }

    .opn .val-sec .val-h2 {
        font-size: 28px
    }

    .opn .exp-sec .exp-h2 {
        font-size: 28px
    }
}

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

.opn .arr-list li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #fff9d4cc
}

.opn .arr-list li::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 4px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M2 7h10M8 3l4 4-4 4' stroke='%238B5C0A' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.suc-pg {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0d0b08;
    padding: 72px 16px
}

.suc-pg .suc-wrap {
    max-width: 620px;
    width: 100%;
    text-align: center
}

.suc-pg .suc-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 36px;
    border-radius: 26px;
    background: linear-gradient(73deg, #8B5C0A 0%, #31B5F8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 7px 25px 1px #31b5f817 -1px 9px 44px 1px #31b5f81c
}

.suc-pg .suc-icon svg {
    width: 36px;
    height: 36px
}

.suc-pg .suc-head {
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(73deg, #FFF9D4 30%, #31B5F8 100%);
    margin: 0 0 16px
}

.suc-pg .suc-sub {
    font-size: 21px;
    line-height: 1.6;
    color: #c8bfa8;
    margin: 0 0 36px
}

.suc-pg .suc-sub strong {
    color: #FFF9D4;
    font-weight: 600
}

.suc-pg .suc-divider {
    width: 48px;
    height: 2px;
    background: linear-gradient(73deg, #8B5C0A, #31B5F8);
    border-radius: 2px;
    margin: 0 auto 36px
}

.suc-pg .suc-info {
    font-size: 16px;
    line-height: 1.9;
    color: #a89e8a;
    margin: 0 0 36px
}

.suc-pg .suc-info a {
    color: #31B5F8;
    text-decoration: none;
    border-bottom: 1px solid #31b5f84d;
    transition: color .38s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .38s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.suc-pg .suc-info a:hover {
    color: #FFF9D4;
    border-color: #fff9d466
}

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

.suc-pg .btn-prim {
    display: inline-block;
    padding: 16px 36px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #0d0b08;
    background: #31B5F8;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: -1px 2px 2px 1px #31b5f814 -1px 7px 25px 1px #31b5f817;
    transition: color .35s cubic-bezier(0.34, 1.2, 0.64, 1), box-shadow .42s ease-in-out
}

.suc-pg .btn-prim::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #8B5C0A;
    border-radius: 14px;
    transition: height .38s cubic-bezier(0.34, 1.2, 0.64, 1);
    z-index: 0
}

.suc-pg .btn-prim:hover::before {
    height: 100%
}

.suc-pg .btn-prim:hover {
    color: #FFF9D4;
    box-shadow: -1px 9px 44px 1px #8b5c0a1c
}

.suc-pg .btn-prim span {
    position: relative;
    z-index: 1
}

.suc-pg .btn-sec {
    display: inline-block;
    padding: 16px 36px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #FFF9D4;
    background: transparent;
    border: 1px solid #fff9d433;
    border-radius: 14px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .35s cubic-bezier(0.34, 1.2, 0.64, 1), border-color .35s ease-in-out
}

.suc-pg .btn-sec::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #fff9d412;
    border-radius: 14px;
    transition: height .42s cubic-bezier(0.34, 1.2, 0.64, 1);
    z-index: 0
}

.suc-pg .btn-sec:hover::before {
    height: 100%
}

.suc-pg .btn-sec:hover {
    border-color: #fff9d480
}

.suc-pg .btn-sec span {
    position: relative;
    z-index: 1
}

.suc-pg .suc-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 36px;
    padding: 8px 16px;
    border-radius: 42px;
    background: #8b5c0a26;
    border: 1px solid #8b5c0a4d;
    font-size: 13px;
    line-height: 1.2;
    color: #c8a96e;
    letter-spacing: .04em;
    text-transform: uppercase
}

.suc-pg .suc-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 42px;
    background: #8B5C0A;
    flex-shrink: 0
}

@media (max-width: 768px) {
    .suc-pg {
        padding: 36px 16px
    }

    .suc-pg .suc-head {
        font-size: 38px
    }

    .suc-pg .suc-sub {
        font-size: 16px
    }

    .suc-pg .suc-actions {
        flex-direction: column;
        align-items: center
    }

    .suc-pg .btn-prim,
    .suc-pg .btn-sec {
        width: 100%;
        text-align: center
    }
}

@media (max-width: 320px) {
    .suc-pg .suc-head {
        font-size: 28px
    }
}