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

body {
    margin: 0;
    min-height: 100dvh;
    font-family: 'Noto Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

:focus-visible {
    outline: 3px solid #E3A202;
    outline-offset: 2px
}

.hd {
    background: #363B41;
    position: relative
}

.hd-top {
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px 48px 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px
}

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

.brand-img-shell {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: #FFF;
    border: 2px solid #E3A202;
    box-shadow: 0 2px 2px 0 #e3a20214 0 5px 22px 0 #e3a20217 inset 0 1px 3px 0 #363b411f;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0
}

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

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

.brand-name {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    color: #FFF;
    letter-spacing: -.5px;
    text-decoration: none;
    display: block
}

.brand-name:hover {
    color: #E3A202;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.brand-tag {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    color: #E3A202;
    letter-spacing: .08em;
    text-transform: uppercase
}

.hd-contact-strip {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 8px
}

.hd-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    line-height: 1.3;
    color: #ffffffbf;
    text-decoration: none;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.hd-contact-item:hover {
    color: #E3A202
}

.hd-contact-item svg {
    flex-shrink: 0
}

.hd-bar {
    border-top: 1px solid #e3a20238;
    background: linear-gradient(90deg, #e3a20214 0%, #363b4100 60%)
}

.hd-bar-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 48px
}

.pri-nav {
    display: flex;
    align-items: stretch;
    gap: 0;
    flex-wrap: wrap
}

.pri-nav__link {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #fffc;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: color .15s cubic-bezier(0.4, 0, 0.2, 1), border-color .15s cubic-bezier(0.4, 0, 0.2, 1), background-color .15s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative
}

.pri-nav__link:hover {
    color: #E3A202;
    border-bottom-color: #E3A202;
    background-color: #e3a2020f
}

.pri-nav__link--active {
    color: #E3A202;
    border-bottom-color: #E3A202
}

.ft {
    background: #363B41;
    border-top: 3px solid #E3A202
}

.ft-upper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 24px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap
}

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

.ft-logo-shell {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #FFF;
    border: 1px solid #e3a20280;
    box-shadow: 0 2px 2px 0 #e3a20214 0 5px 22px 0 #e3a20217;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0
}

.ft-logo-shell img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block
}

.ft-brand-name {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    color: #FFF;
    text-decoration: none
}

.ft-sec-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.ft-sec-nav__link {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    color: #fff9;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 4px;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), background-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ft-sec-nav__link:hover {
    color: #E3A202;
    background-color: #e3a20214
}

.ft-divider {
    border: none;
    border-top: 1px solid #ffffff1a;
    margin: 0
}

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

.ft-copy {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff73
}

.ft-addr {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff59;
    font-style: normal
}

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

.ft-contact-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    line-height: 1.3;
    color: #ffffff80;
    text-decoration: none;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ft-contact-link:hover {
    color: #E3A202
}

.policy-view {
    max-width: 1440px;
    margin: 0 auto;
    padding: 48px 24px;
    color: #363B41;
    line-height: 1.9
}

.policy-view h1 {
    font-size: 62px;
    line-height: 1.1;
    color: #363B41;
    margin-bottom: 24px;
    margin-top: 0;
    letter-spacing: -.5px
}

.policy-view h2 {
    font-size: 46px;
    line-height: 1.3;
    color: #363B41;
    margin-top: 48px;
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 2px solid #E3A202
}

.policy-view h3 {
    font-size: 34px;
    line-height: 1.3;
    color: #363B41;
    margin-top: 48px;
    margin-bottom: 16px
}

.policy-view h4 {
    font-size: 19px;
    line-height: 1.6;
    color: #363B41;
    margin-top: 24px;
    margin-bottom: 8px;
    letter-spacing: .04em;
    text-transform: uppercase
}

.policy-view h5 {
    font-size: 19px;
    line-height: 1.6;
    color: #363B41;
    margin-top: 24px;
    margin-bottom: 8px;
    font-weight: 600
}

.policy-view h6 {
    font-size: 13px;
    line-height: 1.6;
    color: #363B41;
    margin-top: 16px;
    margin-bottom: 8px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 700
}

.policy-view strong,
.policy-view b {
    font-weight: 700;
    color: #363B41
}

.policy-view a {
    color: #E3A202;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

.policy-view a:hover {
    color: #363B41;
    text-decoration-color: #E3A202
}

.policy-view a:focus-visible {
    outline: 2px solid #E3A202;
    outline-offset: 2px;
    border-radius: 4px
}

.policy-view table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 24px;
    margin-bottom: 24px;
    box-shadow: 0 2px 2px 0 #e3a20214 0 5px 22px 0 #e3a20217;
    border-radius: 8px;
    overflow: hidden
}

.policy-view thead {
    background-color: #363B41;
    color: #FFF
}

.policy-view thead th {
    padding: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-align: left;
    color: #FFF;
    border: none
}

.policy-view tbody tr {
    border-bottom: 1px solid #363b411a;
    transition: background-color .15s cubic-bezier(0.4, 0, 0.2, 1)
}

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

.policy-view tbody tr:nth-child(even) {
    background-color: #e3a2020a
}

.policy-view tbody tr:hover {
    background-color: #e3a20214
}

.policy-view td {
    padding: 16px;
    font-size: 13px;
    line-height: 1.6;
    color: #363B41;
    vertical-align: top;
    border: none
}

.policy-view th {
    padding: 16px;
    font-size: 13px;
    line-height: 1.6;
    vertical-align: top;
    border: none
}

.policy-view hr {
    border: none;
    border-top: 1px solid #363b4126;
    margin-top: 48px;
    margin-bottom: 48px;
    position: relative
}

.policy-view hr::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background-color: #E3A202;
    border-radius: 4px;
    margin-top: -2px
}

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

    .policy-view h1 {
        font-size: 46px
    }

    .policy-view h2 {
        font-size: 34px;
        margin-top: 48px
    }

    .policy-view h3 {
        font-size: 19px;
        margin-top: 24px
    }

    .policy-view table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        border-radius: 8px
    }
}

@media (max-width: 480px) {
    .policy-view h1 {
        font-size: 34px;
        line-height: 1.3
    }

    .policy-view h2 {
        font-size: 19px;
        margin-top: 24px
    }

    .policy-view h3 {
        font-size: 19px
    }
}

.lp-pg {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden
}

.lp-pg .strip-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 480px;
    position: relative
}

.lp-pg .strip-img {
    width: 220px;
    min-width: 180px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden
}

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

.lp-pg .strip-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 3px, #363b411f 3px, #363b411f 4px);
    pointer-events: none
}

.lp-pg .strip-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
    position: relative;
    background: #fff
}

.lp-pg .frame-lines {
    position: absolute;
    inset: 16px;
    border: 1px solid #e3a20238;
    border-radius: 4px;
    pointer-events: none
}

.lp-pg .frame-lines::before {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1px solid #e3a2021a;
    border-radius: 4px
}

.lp-pg .eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #E3A202;
    margin-bottom: 16px
}

.lp-pg .h1-main {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 300;
    color: #363B41;
    letter-spacing: -.01em;
    margin: 0 0 24px;
    max-width: 640px
}

.lp-pg .h1-main em {
    font-style: normal;
    color: #E3A202
}

.lp-pg .strip-desc {
    font-size: 19px;
    line-height: 1.6;
    color: #363B41;
    max-width: 520px;
    margin: 0 0 24px
}

.lp-pg .strip-meta {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap
}

.lp-pg .meta-pill {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    color: #363B41;
    text-transform: uppercase;
    background: #e3a20214;
    border: 1px solid #e3a20247;
    border-radius: 4px;
    padding: 8px 16px
}

.lp-pg .meta-pill svg {
    flex-shrink: 0
}

.lp-pg .btn-primary {
    display: inline-block;
    background: #E3A202;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    padding: 16px 48px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 5px 22px 0 #e3a20217;
    transition: background-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    margin-top: 24px;
    align-self: flex-start
}

.lp-pg .btn-primary::after {
    content: "";
    position: absolute;
    inset: 3px;
    border: 2px solid #fff0;
    border-radius: 4px;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-pg .btn-primary:hover {
    background: #363B41;
    box-shadow: 0 10px 44px 0 #e3a2021f
}

.lp-pg .btn-primary:hover::after {
    border-color: #ffffff59
}

.lp-pg .btn-primary:focus {
    outline: 3px solid #E3A202;
    outline-offset: 3px
}

.lp-pg .btn-secondary {
    display: inline-block;
    background: transparent;
    color: #363B41;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    border: 2px solid #363B41;
    border-radius: 4px;
    padding: 14px 48px;
    cursor: pointer;
    position: relative;
    transition: background-color .15s cubic-bezier(0.0, 0, 0.2, 1), color .15s cubic-bezier(0.0, 0, 0.2, 1), border-color .15s cubic-bezier(0.0, 0, 0.2, 1);
    text-decoration: none
}

.lp-pg .btn-secondary::after {
    content: "";
    position: absolute;
    inset: 3px;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-pg .btn-secondary:hover {
    background: #363B41;
    color: #fff
}

.lp-pg .btn-secondary:hover::after {
    border-color: #ffffff40
}

.lp-pg .btn-secondary:focus {
    outline: 3px solid #363B41;
    outline-offset: 3px
}

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

.lp-pg .zigzag-div svg {
    display: block;
    width: 100%
}

.lp-pg .prog-sec {
    background: #363B41;
    padding: 48px;
    position: relative
}

.lp-pg .prog-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(120deg, transparent, transparent 38px, #e3a2020a 38px, #e3a2020a 40px);
    pointer-events: none;
    animation: patshift 18s linear infinite
}

@keyframes patshift {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 160px 80px
    }
}

.lp-pg .prog-inner {
    position: relative;
    z-index: 1;
    max-width: 1344px;
    margin: 0 auto
}

.lp-pg .prog-top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
    margin-bottom: 48px;
    flex-wrap: wrap
}

.lp-pg .prog-headline {
    flex: 1;
    min-width: 280px
}

.lp-pg .eyebrow-light {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #E3A202;
    margin-bottom: 16px
}

.lp-pg .h2-prog {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 300;
    color: #fff;
    letter-spacing: .02em;
    margin: 0
}

.lp-pg .prog-intro-text {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px
}

.lp-pg .prog-intro-text p {
    font-size: 19px;
    line-height: 1.6;
    color: #ffffffc7;
    margin: 0
}

.lp-pg .modules-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px
}

.lp-pg .mod-card {
    background: #ffffff0d;
    border: 1px solid #ffffff1a;
    border-radius: 8px;
    padding: 24px;
    box-shadow: inset 0 2px 2px 0 #363b4114;
    transition: background-color .2s cubic-bezier(0.4, 0, 0.2, 1), border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-pg .mod-card:hover {
    background: #e3a20214;
    border-color: #e3a2024d
}

.lp-pg .mod-num {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 700;
    color: #e3a2022e;
    letter-spacing: -.03em;
    margin-bottom: 8px;
    display: block
}

.lp-pg .mod-card h4 {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px
}

.lp-pg .mod-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #ffffffa6;
    margin: 0
}

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

.lp-pg .mod-topics li {
    font-size: 13px;
    line-height: 1.6;
    color: #ffffff8c;
    padding-left: 16px;
    position: relative
}

.lp-pg .mod-topics li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 44px;
    background: #E3A202;
    opacity: .6
}

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

.lp-pg .chart-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.lp-pg .donut-container {
    position: relative;
    width: 160px;
    height: 160px
}

.lp-pg .donut-container svg {
    width: 160px;
    height: 160px;
    transform: rotate(-90deg)
}

.lp-pg .donut-center {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.lp-pg .donut-num {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff
}

.lp-pg .donut-label {
    font-size: 13px;
    line-height: 1.3;
    color: #ffffff8c;
    text-align: center;
    letter-spacing: .04em;
    text-transform: uppercase
}

.lp-pg .chart-legend {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%
}

.lp-pg .legend-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #ffffffb3
}

.lp-pg .legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 44px;
    flex-shrink: 0
}

.lp-pg .outcome-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lp-pg .outcome-list h4 {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px;
    letter-spacing: .03em
}

.lp-pg .outcome-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.lp-pg .outcome-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #e3a20226;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.lp-pg .outcome-text {
    font-size: 13px;
    line-height: 1.6;
    color: #ffffffad
}

.lp-pg .instructors-col {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.lp-pg .instructors-col h4 {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px;
    letter-spacing: .03em
}

.lp-pg .instr-card {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    background: #ffffff0a;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #ffffff12;
    box-shadow: inset 0 2px 2px 0 #363b4114;
    transition: background-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.lp-pg .instr-card:hover {
    background: #ffffff14
}

.lp-pg .instr-img {
    width: 56px;
    height: 72px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0
}

.lp-pg .instr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.lp-pg .instr-info {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.lp-pg .instr-name {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .04em
}

.lp-pg .instr-role {
    font-size: 13px;
    line-height: 1.3;
    color: #ffffff80
}

.lp-pg .quote-block {
    background: #e3a2020f;
    border-radius: 8px;
    padding: 24px;
    position: relative;
    border: 1px solid #e3a20226;
    box-shadow: inset 0 2px 2px 0 #e3a20214
}

.lp-pg .quote-mark {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 700;
    color: #e3a20240;
    position: absolute;
    top: 8px;
    left: 16px;
    font-family: Georgia, serif;
    pointer-events: none
}

.lp-pg .quote-text {
    font-size: 13px;
    line-height: 1.9;
    color: #ffffffb3;
    margin: 0;
    padding-top: 24px
}

.lp-pg .quote-author {
    font-size: 13px;
    font-weight: 600;
    color: #E3A202;
    margin-top: 8px;
    letter-spacing: .06em
}

.lp-pg .bounce-load {
    animation: bounceIn .55s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes bounceIn {
    0% {
        transform: translateY(-32px);
        opacity: 0
    }

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

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

    100% {
        transform: translateY(0)
    }
}

@media (max-width: 1100px) {
    .lp-pg .modules-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .lp-pg .prog-bottom {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 800px) {
    .lp-pg .strip-row {
        flex-direction: column
    }

    .lp-pg .strip-img {
        width: 100%;
        height: 220px
    }

    .lp-pg .strip-body {
        padding: 48px 24px
    }

    .lp-pg .h1-main {
        font-size: 46px
    }

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

    .lp-pg .prog-bottom {
        grid-template-columns: 1fr
    }

    .lp-pg .prog-sec {
        padding: 48px 24px
    }

    .lp-pg .prog-top {
        flex-direction: column;
        gap: 24px
    }

    .lp-pg .h2-prog {
        font-size: 34px
    }

    .lp-pg .chart-wrap {
        flex-direction: row;
        align-items: flex-start
    }
}

.abt {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden
}

.abt .split-screen {
    display: flex;
    flex-direction: row;
    min-height: 640px
}

.abt .split-screen .text-half {
    flex: 1;
    background: #F5EDD6;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.abt .split-screen .text-half::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #E3A202
}

.abt .split-screen .text-half .dec-curl {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 80px;
    height: 80px;
    opacity: .12;
    pointer-events: none
}

.abt .split-screen .text-half .label-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #E3A202;
    background: #e3a2021a;
    border-radius: 4px;
    padding: 8px 16px;
    margin-bottom: 24px;
    width: fit-content
}

.abt .split-screen .text-half .split-h1 {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: .04em;
    color: #363B41;
    margin-bottom: 24px
}

.abt .split-screen .text-half .split-h1 strong {
    font-weight: 700;
    color: #E3A202
}

.abt .split-screen .text-half .split-lead {
    font-size: 19px;
    line-height: 1.6;
    color: #363B41;
    margin-bottom: 24px;
    max-width: 480px
}

.abt .split-screen .text-half .split-body {
    font-size: 13px;
    line-height: 1.9;
    color: #4A5158;
    max-width: 480px;
    margin-bottom: 48px
}

.abt .split-screen .text-half .divider-partial {
    width: 60px;
    height: 2px;
    background: #E3A202;
    margin-bottom: 24px
}

.abt .split-screen .text-half .stat-row {
    display: flex;
    flex-direction: row;
    gap: 48px
}

.abt .split-screen .text-half .stat-row .stat-item .stat-num {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
    color: #E3A202
}

.abt .split-screen .text-half .stat-row .stat-item .stat-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #363B41;
    letter-spacing: .06em;
    text-transform: uppercase
}

.abt .split-screen .img-half {
    flex: 1;
    position: relative;
    background: #363B41;
    overflow: hidden
}

.abt .split-screen .img-half img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: blur(0px);
    transition: filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt .split-screen .img-half:hover img {
    filter: blur(2px)
}

.abt .split-screen .img-half .img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #e3a20240 0%, #363b418c 100%);
    pointer-events: none
}

.abt .split-screen .img-half .founded-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: #FFF;
    border-radius: 8px;
    padding: 16px 24px;
    box-shadow: 0 5px 22px 0 #e3a20217
}

.abt .split-screen .img-half .founded-badge .badge-year {
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    color: #E3A202
}

.abt .split-screen .img-half .founded-badge .badge-label {
    font-size: 13px;
    line-height: 1.3;
    color: #363B41;
    letter-spacing: .08em;
    text-transform: uppercase
}

.abt .depth-block {
    background: #363B41;
    padding: 48px;
    position: relative
}

.abt .depth-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 48px;
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, #E3A202 0%, #e3a20200 100%)
}

.abt .depth-block .dec-spiral {
    position: absolute;
    top: 24px;
    right: 48px;
    width: 60px;
    height: 60px;
    opacity: .08;
    pointer-events: none
}

.abt .depth-block .db-inner {
    max-width: 1200px;
    margin: 0 auto
}

.abt .depth-block .db-top {
    display: flex;
    flex-direction: row;
    gap: 48px;
    margin-bottom: 48px;
    align-items: flex-start
}

.abt .depth-block .db-top .db-heading-col {
    flex: 1
}

.abt .depth-block .db-top .db-heading-col .db-eyebrow {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #E3A202;
    margin-bottom: 16px
}

.abt .depth-block .db-top .db-heading-col .db-h2 {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: .05em;
    color: #FFF
}

.abt .depth-block .db-top .db-heading-col .db-h2 em {
    font-style: normal;
    color: #E3A202
}

.abt .depth-block .db-top .db-text-col {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt .depth-block .db-top .db-text-col .db-para {
    font-size: 19px;
    line-height: 1.6;
    color: #ffffffe0
}

.abt .depth-block .db-top .db-text-col .db-sub {
    font-size: 13px;
    line-height: 1.9;
    color: #ffffff9e
}

.abt .depth-block .db-mid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 48px
}

.abt .depth-block .db-mid .db-card {
    background: #ffffff0a;
    border-radius: 8px;
    padding: 24px;
    position: relative;
    box-shadow: inset 0 2px 2px 0 #e3a20214;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden
}

.abt .depth-block .db-mid .db-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: #E3A202;
    border-radius: 0 0 0 0;
    transition: height .25s cubic-bezier(0.0, 0, 0.2, 1)
}

.abt .depth-block .db-mid .db-card:hover {
    background: #ffffff14
}

.abt .depth-block .db-mid .db-card:hover::after {
    height: 100%
}

.abt .depth-block .db-mid .db-card .card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px
}

.abt .depth-block .db-mid .db-card .card-h {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 8px
}

.abt .depth-block .db-mid .db-card .card-p {
    font-size: 13px;
    line-height: 1.9;
    color: #ffffff9e
}

.abt .depth-block .db-bottom {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: stretch
}

.abt .depth-block .db-bottom .db-img-wrap {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    min-height: 280px
}

.abt .depth-block .db-bottom .db-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    aspect-ratio: 16/9
}

.abt .depth-block .db-bottom .db-img-wrap .img-tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #e3a2022e 0%, #363b4173 100%);
    pointer-events: none
}

.abt .depth-block .db-bottom .db-person {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px
}

.abt .depth-block .db-bottom .db-person .person-card {
    background: #ffffff0a;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    box-shadow: inset 0 2px 2px 0 #e3a20214
}

.abt .depth-block .db-bottom .db-person .person-card .portrait-wrap {
    width: 80px;
    height: 103px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 22px 0 #e3a20217
}

.abt .depth-block .db-bottom .db-person .person-card .portrait-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.abt .depth-block .db-bottom .db-person .person-card .person-info {
    flex: 1
}

.abt .depth-block .db-bottom .db-person .person-card .person-info .person-name {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 8px
}

.abt .depth-block .db-bottom .db-person .person-card .person-info .person-role {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #E3A202;
    margin-bottom: 8px
}

.abt .depth-block .db-bottom .db-person .person-card .person-info .person-quote {
    font-size: 13px;
    line-height: 1.9;
    color: #ffffff9e
}

.abt .depth-block .db-bottom .db-person .approach-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt .depth-block .db-bottom .db-person .approach-list .ap-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    animation: reveal-item .3s cubic-bezier(0.4, 0, 0.2, 1) both
}

.abt .depth-block .db-bottom .db-person .approach-list .ap-item:nth-child(1) {
    animation-delay: .05s
}

.abt .depth-block .db-bottom .db-person .approach-list .ap-item:nth-child(2) {
    animation-delay: .15s
}

.abt .depth-block .db-bottom .db-person .approach-list .ap-item:nth-child(3) {
    animation-delay: .25s
}

@keyframes reveal-item {
    from {
        opacity: 0;
        transform: translateY(12px)
    }

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

.abt .depth-block .db-bottom .db-person .approach-list .ap-item .ap-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #E3A202;
    flex-shrink: 0;
    margin-top: 6px
}

.abt .depth-block .db-bottom .db-person .approach-list .ap-item .ap-text {
    font-size: 13px;
    line-height: 1.9;
    color: #ffffffb8
}

.abt .depth-block .db-bottom .db-img-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.abt .depth-block .db-bottom .db-img-col .img-pair {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex: 1
}

.abt .depth-block .db-bottom .db-img-col .img-pair .pair-img {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.abt .depth-block .db-bottom .db-img-col .img-pair .pair-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    aspect-ratio: 16/9
}

.abt .depth-block .db-bottom .db-img-col .img-pair .pair-img .img-tint {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #e3a20226 0%, #363b4166 100%);
    pointer-events: none
}

@media (max-width: 1024px) {
    .abt .split-screen {
        flex-direction: column
    }

    .abt .split-screen .img-half {
        min-height: 360px
    }

    .abt .depth-block .db-top {
        flex-direction: column;
        gap: 24px
    }

    .abt .depth-block .db-mid {
        grid-template-columns: 1fr 1fr
    }

    .abt .depth-block .db-bottom {
        flex-direction: column;
        gap: 24px
    }
}

@media (max-width: 640px) {
    .abt .split-screen .text-half {
        padding: 48px 24px
    }

    .abt .split-screen .text-half .stat-row {
        gap: 24px;
        flex-wrap: wrap
    }

    .abt .depth-block {
        padding: 48px 24px
    }

    .abt .depth-block .db-mid {
        grid-template-columns: 1fr
    }

    .abt .depth-block .db-bottom .db-person .person-card {
        flex-direction: column
    }

    .abt .depth-block .db-bottom .db-img-col .img-pair {
        flex-direction: column
    }
}

.msn {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden
}

.msn .split-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 560px
}

.msn .split-hero__left {
    background: #363B41;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.msn .split-hero__grid-bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#e3a20212 1px, transparent 1px), linear-gradient(90deg, #e3a20212 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none
}

.msn .split-hero__label {
    font-size: 13px;
    letter-spacing: .18em;
    color: #E3A202;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 300;
    position: relative
}

.msn .split-hero__h1 {
    font-size: 46px;
    line-height: 1.1;
    color: #FFF;
    font-weight: 300;
    letter-spacing: .04em;
    margin-bottom: 24px;
    position: relative
}

.msn .split-hero__h1 span {
    color: #E3A202;
    font-weight: 600
}

.msn .split-hero__desc {
    font-size: 19px;
    line-height: 1.6;
    color: #ffffffb8;
    max-width: 420px;
    position: relative
}

.msn .split-hero__right {
    background: #E3A202;
    position: relative;
    overflow: hidden
}

.msn .split-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.msn .split-hero__vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 0% 0%, #363b418c 0%, transparent 55%), radial-gradient(ellipse at 100% 100%, #363b4173 0%, transparent 50%);
    pointer-events: none
}

.msn .diag-divider {
    height: 48px;
    background: linear-gradient(105deg, #363B41 50%, #E3A202 50%);
    position: relative
}

.msn .vals {
    background: #FFF;
    padding: 48px
}

.msn .vals__head {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 48px
}

.msn .vals__eyebrow {
    font-size: 13px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #E3A202;
    font-weight: 300;
    margin-bottom: 16px
}

.msn .vals__h2 {
    font-size: 34px;
    line-height: 1.3;
    color: #363B41;
    font-weight: 300;
    letter-spacing: .05em
}

.msn .vals__intro {
    font-size: 19px;
    line-height: 1.6;
    color: #363B41;
    padding-top: 16px
}

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

.msn .val-card {
    border: 1px solid #363b411f;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 2px 0 #e3a20214;
    transition: box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1), transform .2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    background: #fff
}

.msn .val-card:hover {
    box-shadow: 0 5px 22px 0 #e3a20217;
    transform: translateY(-2px)
}

.msn .val-card__num {
    position: relative;
    width: 48px;
    height: 48px;
    margin-bottom: 16px
}

.msn .val-card__num svg {
    position: absolute;
    inset: 0;
    width: 48px;
    height: 48px
}

.msn .val-card__num-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #363B41;
    letter-spacing: .04em
}

.msn .val-card__h {
    font-size: 19px;
    line-height: 1.3;
    color: #363B41;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: .02em
}

.msn .val-card__p {
    font-size: 13px;
    line-height: 1.6;
    color: #363b41bf
}

.msn .val-card:nth-child(1) {
    animation: wave-in .4s cubic-bezier(0.0, 0, 0.2, 1) .05s both
}

.msn .val-card:nth-child(2) {
    animation: wave-in .4s cubic-bezier(0.0, 0, 0.2, 1) .15s both
}

.msn .val-card:nth-child(3) {
    animation: wave-in .4s cubic-bezier(0.0, 0, 0.2, 1) .25s both
}

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

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

.msn .mesh-section {
    background: linear-gradient(135deg, #e3a2021f 0%, #363b410f 40%, #e3a20214 100%), #f5f2ec;
    padding: 48px;
    position: relative
}

.msn .mesh-section__bleed {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 220px;
    background: radial-gradient(ellipse at 0% 0%, #e3a2022e 0%, transparent 70%);
    pointer-events: none;
    animation: bleed-corner 8s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate
}

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

    100% {
        opacity: .9;
        transform: scale(1.15)
    }
}

.msn .milestone-track {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    position: relative;
    margin-top: 48px
}

.msn .milestone-track::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
    height: 2px;
    background: linear-gradient(90deg, #E3A202 0%, #363b4133 100%)
}

.msn .ms-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative
}

.msn .ms-step__icon {
    width: 48px;
    height: 48px;
    border-radius: 44px;
    background: #363B41;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #E3A202;
    position: relative;
    z-index: 1;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.msn .ms-step:hover .ms-step__icon {
    background: #E3A202
}

.msn .ms-step__icon svg {
    width: 22px;
    height: 22px
}

.msn .ms-step__date {
    font-size: 13px;
    color: #E3A202;
    letter-spacing: .12em;
    font-weight: 600;
    text-transform: uppercase
}

.msn .ms-step__label {
    font-size: 13px;
    line-height: 1.6;
    color: #363B41;
    text-align: center;
    max-width: 130px
}

.msn .mesh-section__cols {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: start
}

.msn .mesh-section__h2 {
    font-size: 34px;
    line-height: 1.3;
    color: #363B41;
    font-weight: 300;
    letter-spacing: .05em
}

.msn .mesh-section__eyebrow {
    font-size: 13px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #E3A202;
    font-weight: 300;
    margin-bottom: 16px
}

.msn .mesh-section__body {
    font-size: 19px;
    line-height: 1.6;
    color: #363B41;
    margin-bottom: 16px
}

.msn .mesh-section__body+.mesh-section__body {
    margin-top: 0
}

.msn .diag-divider-2 {
    height: 48px;
    background: linear-gradient(105deg, #E3A202 50%, #363B41 50%)
}

.msn .team-section {
    background: #363B41;
    padding: 48px
}

.msn .team-section__eyebrow {
    font-size: 13px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #E3A202;
    font-weight: 300;
    margin-bottom: 16px
}

.msn .team-section__h2 {
    font-size: 34px;
    line-height: 1.1;
    color: #FFF;
    font-weight: 300;
    letter-spacing: .05em;
    margin-bottom: 48px
}

.msn .team-cols {
    display: grid;
    grid-template-columns: 1fr 2fr 3fr;
    gap: 24px;
    align-items: start
}

.msn .team-portrait {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.msn .portrait-wrap {
    width: 100%;
    aspect-ratio: 2/3;
    overflow: hidden;
    border-radius: 4px
}

.msn .portrait-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.msn .portrait-name {
    font-size: 19px;
    color: #FFF;
    font-weight: 600;
    line-height: 1.3
}

.msn .portrait-role {
    font-size: 13px;
    color: #E3A202;
    letter-spacing: .1em;
    text-transform: uppercase
}

.msn .portrait-bio {
    font-size: 13px;
    line-height: 1.6;
    color: #ffffffa6
}

.msn .team-quote {
    border-radius: 8px;
    background: #ffffff0d;
    box-shadow: inset 0 2px 2px 0 #e3a20214;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.msn .team-quote__text {
    font-size: 19px;
    line-height: 1.6;
    color: #ffffffd9;
    font-weight: 300;
    font-style: italic
}

.msn .team-quote__attr {
    font-size: 13px;
    color: #E3A202;
    letter-spacing: .1em;
    text-transform: uppercase
}

.msn .team-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 16px
}

.msn .metric-box {
    background: #e3a20214;
    border-radius: 8px;
    padding: 24px;
    border: 1px solid #e3a2022e;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.msn .metric-box:hover {
    border-color: #e3a20280
}

.msn .metric-box__num {
    font-size: 46px;
    line-height: 1.1;
    color: #E3A202;
    font-weight: 300;
    letter-spacing: .02em
}

.msn .metric-box__label {
    font-size: 13px;
    line-height: 1.6;
    color: #fff9;
    margin-top: 8px
}

.msn .team-right {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.msn .team-approach {
    font-size: 19px;
    line-height: 1.6;
    color: #ffffffbf
}

@media (max-width: 1024px) {
    .msn .split-hero {
        grid-template-columns: 1fr
    }

    .msn .split-hero__right {
        height: 320px
    }

    .msn .vals__head {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .msn .vals__grid {
        grid-template-columns: 1fr 1fr
    }

    .msn .mesh-section__cols {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .msn .team-cols {
        grid-template-columns: 1fr 1fr
    }

    .msn .team-portrait:nth-child(2) {
        display: none
    }
}

@media (max-width: 768px) {
    .msn .split-hero__left {
        padding: 48px 24px
    }

    .msn .split-hero__h1 {
        font-size: 34px
    }

    .msn .vals {
        padding: 48px 24px
    }

    .msn .vals__grid {
        grid-template-columns: 1fr
    }

    .msn .mesh-section {
        padding: 48px 24px
    }

    .msn .milestone-track {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px
    }

    .msn .milestone-track::before {
        display: none
    }

    .msn .ms-step {
        flex-direction: row;
        align-items: center;
        gap: 16px
    }

    .msn .ms-step__label {
        text-align: left;
        max-width: none
    }

    .msn .team-section {
        padding: 48px 24px
    }

    .msn .team-cols {
        grid-template-columns: 1fr
    }

    .msn .team-metrics {
        grid-template-columns: 1fr 1fr
    }
}

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

.ctus .pg-top {
    max-width: 1440px;
    margin: 0 auto;
    padding: 48px 48px 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    position: relative
}

.ctus .pg-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 48px;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #E3A202 0%, #363B41 100%);
    border-radius: 4px
}

.ctus .pg-top__text {
    flex: 1 1 60%;
    padding: 48px 48px 48px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px
}

.ctus .pg-top__strip {
    flex: 0 0 320px;
    max-width: 320px;
    background: linear-gradient(160deg, #363B41 0%, #E3A202 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 48px 24px;
    position: relative;
    filter: grayscale(1) contrast(1.1);
    border-radius: 8px 8px 0 0
}

.ctus .pg-top__strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(90deg, #ffffff0a 0px, #ffffff0a 1px, transparent 1px, transparent 32px);
    border-radius: 8px 8px 0 0
}

.ctus .strip-label {
    font-size: 13px;
    letter-spacing: .18em;
    color: #ffffff8c;
    text-transform: uppercase;
    line-height: 1.6;
    position: relative;
    z-index: 1
}

.ctus .strip-addr {
    font-size: 13px;
    color: #FFF;
    line-height: 1.9;
    margin-top: 8px;
    position: relative;
    z-index: 1
}

.ctus .strip-contact {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 1
}

.ctus .strip-contact a {
    font-size: 13px;
    color: #E3A202;
    text-decoration: none;
    line-height: 1.6;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .strip-contact a:hover {
    color: #FFF
}

.ctus .pg-top__eyebrow {
    font-size: 13px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #E3A202;
    line-height: 1.6
}

.ctus .pg-top__h1 {
    font-size: 46px;
    line-height: 1.1;
    color: #363B41;
    font-weight: 700;
    margin: 0
}

.ctus .pg-top__h1 .outlined {
    -webkit-text-stroke: 2px #363B41;
    color: transparent
}

.ctus .pg-top__desc {
    font-size: 19px;
    line-height: 1.6;
    color: #555a61;
    max-width: 520px;
    margin: 0
}

.ctus .strokes-deco {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    margin-top: 8px
}

.ctus .strokes-deco span {
    display: block;
    height: 3px;
    border-radius: 4px;
    background: #E3A202
}

.ctus .strokes-deco span:nth-child(1) {
    width: 32px
}

.ctus .strokes-deco span:nth-child(2) {
    width: 22px;
    opacity: .6
}

.ctus .strokes-deco span:nth-child(3) {
    width: 14px;
    opacity: .35
}

.ctus .strokes-deco span:nth-child(4) {
    width: 8px;
    opacity: .18
}

.ctus .divider-curve {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0
}

.ctus .divider-curve svg {
    display: block;
    width: 100%
}

.ctus .form-section {
    background-color: #363B41;
    background-image: linear-gradient(200deg, #363B41 60%, #2a2e33 100%);
    animation: bg-shift 15s linear infinite;
    padding: 48px 0
}

@keyframes bg-shift {
    0% {
        background-color: #363B41
    }

    50% {
        background-color: #2e3338
    }

    100% {
        background-color: #363B41
    }
}

.ctus .form-section__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.ctus .form-aside {
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 16px
}

.ctus .form-aside__tag {
    font-size: 13px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #fff6;
    line-height: 1.6
}

.ctus .form-aside__h2 {
    font-size: 34px;
    line-height: 1.3;
    color: #FFF;
    font-weight: 600;
    margin: 0
}

.ctus .form-aside__h2 .outlined-w {
    -webkit-text-stroke: 1.5px #E3A202;
    color: transparent
}

.ctus .form-aside__note {
    font-size: 13px;
    line-height: 1.9;
    color: #ffffff8c;
    margin: 0
}

.ctus .form-aside__metrics {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.ctus .metric-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ctus .metric-item__val {
    font-size: 34px;
    font-weight: 700;
    color: #E3A202;
    line-height: 1.1
}

.ctus .metric-item__lbl {
    font-size: 13px;
    color: #ffffff73;
    line-height: 1.6;
    letter-spacing: .08em
}

.ctus .form-card {
    flex: 1 1 auto;
    background: #FFF;
    border-radius: 8px;
    padding: 48px;
    box-shadow: 0 10px 44px 0 #e3a2021f
}

.ctus .form-card__top {
    margin-bottom: 24px
}

.ctus .form-card__h3 {
    font-size: 19px;
    font-weight: 600;
    color: #363B41;
    line-height: 1.3;
    margin: 0 0 8px
}

.ctus .form-card__sub {
    font-size: 13px;
    color: #7a8088;
    line-height: 1.6;
    margin: 0
}

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

.ctus .field-row {
    display: flex;
    flex-direction: row;
    gap: 16px
}

.ctus .field-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 auto
}

.ctus .field-group label {
    font-size: 13px;
    font-weight: 600;
    color: #363B41;
    line-height: 1.6;
    letter-spacing: .05em;
    text-transform: uppercase
}

.ctus .field-group input,
.ctus .field-group select,
.ctus .field-group textarea {
    width: 100%;
    padding: 16px;
    border: 1.5px solid #dde0e5;
    border-radius: 4px;
    font-size: 13px;
    color: #363B41;
    background: #f8f5ef;
    line-height: 1.6;
    box-shadow: inset 0 2px 2px 0 #363b410f;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none
}

.ctus .field-group input::placeholder,
.ctus .field-group textarea::placeholder {
    color: #b0b5bc;
    font-weight: 300
}

.ctus .field-group input:focus,
.ctus .field-group select:focus,
.ctus .field-group textarea:focus {
    outline: none;
    border-color: #E3A202;
    box-shadow: inset 0 2px 2px 0 #363b410f 0 0 0 3px #e3a20226
}

.ctus .field-group select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23363B41' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px
}

.ctus .field-group textarea {
    resize: vertical;
    min-height: 100px
}

.ctus .topic-check-row {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ctus .topic-check-row .topic-label {
    font-size: 13px;
    font-weight: 600;
    color: #363B41;
    line-height: 1.6;
    letter-spacing: .05em;
    text-transform: uppercase
}

.ctus .topic-opts {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap
}

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

.ctus .topic-opts label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1.5px solid #dde0e5;
    border-radius: 44px;
    font-size: 13px;
    color: #363B41;
    cursor: pointer;
    line-height: 1.6;
    background: #f8f5ef;
    transition: border-color .15s cubic-bezier(0.4, 0, 0.2, 1), background .15s cubic-bezier(0.4, 0, 0.2, 1), color .15s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none
}

.ctus .topic-opts input[type="checkbox"]:checked+label {
    border-color: #E3A202;
    background: #E3A202;
    color: #FFF
}

.ctus .topic-opts label:hover {
    border-color: #E3A202
}

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

.ctus #topic-other:checked~.cond-field {
    display: flex
}

.ctus .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    background: #f4f1eb;
    border-radius: 4px
}

.ctus .privacy-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    accent-color: #E3A202;
    margin-top: 2px;
    cursor: pointer
}

.ctus .privacy-row .priv-text {
    font-size: 13px;
    color: #555a61;
    line-height: 1.9;
    margin: 0
}

.ctus .privacy-row .priv-text a {
    color: #E3A202;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .privacy-row .priv-text a:hover {
    color: #363B41
}

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

.ctus .btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 48px;
    background: #E3A202;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 5px 22px 0 #e3a20217;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.ctus .btn-submit::after {
    content: '';
    position: absolute;
    inset: 3px;
    border: 1.5px solid #fff0;
    border-radius: 4px;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none
}

.ctus .btn-submit:hover {
    background: #c98f00;
    box-shadow: 0 10px 44px 0 #e3a2021f
}

.ctus .btn-submit:hover::after {
    border-color: #ffffff73
}

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

.ctus .btn-submit:active {
    background: #b57e00
}

.ctus .submit-note {
    font-size: 13px;
    color: #fff6;
    line-height: 1.6
}

@media (max-width: 1024px) {
    .ctus .pg-top {
        flex-direction: column;
        padding: 48px 24px 0
    }

    .ctus .pg-top::before {
        left: 24px;
        height: 4px;
        width: calc(100% - 48px);
        top: 0
    }

    .ctus .pg-top__text {
        padding: 48px 24px 24px
    }

    .ctus .pg-top__strip {
        flex: none;
        max-width: 100%;
        width: 100%;
        border-radius: 8px;
        padding: 24px
    }

    .ctus .form-section__inner {
        flex-direction: column;
        padding: 0 24px
    }

    .ctus .form-aside {
        flex: none;
        width: 100%
    }

    .ctus .form-card {
        padding: 24px
    }

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

@media (max-width: 640px) {
    .ctus .pg-top__h1 {
        font-size: 34px
    }

    .ctus .form-aside__h2 {
        font-size: 34px
    }

    .ctus .topic-opts {
        flex-direction: column
    }

    .ctus .submit-row {
        flex-direction: column;
        align-items: flex-start
    }

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

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

.dbt .frame {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 48px
}

.dbt .t-blk {
    background: #fff;
    padding: 48px 0 0;
    position: relative
}

.dbt .t-blk .frame {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 48px;
    min-height: 560px
}

.dbt .t-blk .dots-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.dbt .t-blk .dots-bg::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, #e3a20221 1.5px, transparent 1.5px);
    background-size: 28px 28px
}

.dbt .t-col {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 0;
    position: relative;
    z-index: 1
}

.dbt .t-label {
    font-size: 13px;
    letter-spacing: .18em;
    color: #E3A202;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px
}

.dbt .t-h1 {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 300;
    color: #363B41;
    margin: 0 0 24px;
    letter-spacing: -.01em
}

.dbt .t-h1 .und {
    position: relative;
    display: inline-block;
    font-weight: 700
}

.dbt .t-h1 .und::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: #E3A202;
    border-radius: 4px
}

.dbt .t-thesis {
    font-size: 19px;
    line-height: 1.6;
    color: #363B41;
    margin: 0 0 16px;
    max-width: 520px
}

.dbt .t-thesis+.t-thesis {
    margin-top: 0
}

.dbt .t-actions {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center
}

.dbt .btn-pri {
    display: inline-block;
    padding: 16px 48px;
    background: #E3A202;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    border: 2px solid #E3A202;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), color .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 2px 0 #e3a20214
}

.dbt .btn-pri::after {
    content: '';
    display: block;
    position: absolute;
    inset: 3px;
    border: 1.5px solid #fff0;
    border-radius: 2px;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.dbt .btn-pri:hover {
    background: #363B41;
    border-color: #363B41;
    box-shadow: 0 5px 22px 0 #e3a20217
}

.dbt .btn-pri:hover::after {
    border-color: #ffffff59
}

.dbt .btn-sec {
    display: inline-block;
    padding: 16px 48px;
    background: transparent;
    color: #363B41;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    border: 2px solid #363B41;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    transition: background .2s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.dbt .btn-sec::after {
    content: '';
    display: block;
    position: absolute;
    inset: 3px;
    border: 1.5px solid transparent;
    border-radius: 2px;
    transition: border-color .18s cubic-bezier(0.4, 0, 0.2, 1)
}

.dbt .btn-sec:hover {
    background: #363B41;
    color: #fff
}

.dbt .btn-sec:hover::after {
    border-color: #ffffff4d
}

.dbt .t-img-col {
    flex: 0 0 40%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 1
}

.dbt .t-img-wrap {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 44px 0 #e3a2021f;
    position: relative
}

.dbt .t-img-wrap::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #e3a2022e 0%, #363b4114 100%);
    pointer-events: none
}

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

.dbt .t-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 0 0
}

.dbt .arr {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #E3A202;
    opacity: .45
}

.dbt .arr.dim {
    opacity: .2
}

.dbt .hesit {
    background: #363B41;
    padding: 48px 0
}

.dbt .hesit .frame {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.dbt .hesit-side {
    flex: 0 0 220px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.dbt .hesit-mark {
    font-size: 62px;
    line-height: 1.1;
    font-weight: 700;
    color: #e3a2022e;
    letter-spacing: -.04em;
    user-select: none
}

.dbt .hesit-label {
    font-size: 13px;
    letter-spacing: .16em;
    color: #ffffff80;
    text-transform: uppercase;
    font-weight: 600
}

.dbt .hesit-main {
    flex: 1 1 auto
}

.dbt .hesit-h {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 300;
    color: #fff;
    margin: 0 0 24px;
    letter-spacing: .01em
}

.dbt .hesit-h strong {
    font-weight: 700;
    color: #E3A202
}

.dbt .hesit-body {
    font-size: 19px;
    line-height: 1.6;
    color: #ffffffd1;
    margin: 0 0 16px
}

.dbt .hesit-cards {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 24px
}

.dbt .hesit-card {
    flex: 1 1 0;
    background: #ffffff0f;
    border-radius: 8px;
    padding: 24px;
    box-shadow: inset 0 2px 2px 0 #363b412e
}

.dbt .hesit-card-ico {
    width: 36px;
    height: 36px;
    margin-bottom: 16px
}

.dbt .hesit-card-h {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #E3A202;
    margin: 0 0 8px
}

.dbt .hesit-card-p {
    font-size: 13px;
    line-height: 1.6;
    color: #ffffffb8;
    margin: 0
}

.dbt .invest {
    background: #fff;
    padding: 48px 0;
    position: relative
}

.dbt .invest-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center
}

.dbt .invest-txt {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.dbt .invest-eyebrow {
    font-size: 13px;
    letter-spacing: .16em;
    color: #E3A202;
    font-weight: 700;
    text-transform: uppercase
}

.dbt .invest-h {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 300;
    color: #363B41;
    margin: 0
}

.dbt .invest-h strong {
    font-weight: 700
}

.dbt .invest-p {
    font-size: 19px;
    line-height: 1.6;
    color: #363B41;
    margin: 0
}

.dbt .invest-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative
}

.dbt .invest-tl-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #363b411a
}

.dbt .invest-tl-row:last-child {
    border-bottom: none
}

.dbt .invest-tl-dot {
    flex: 0 0 40px;
    height: 40px;
    border-radius: 44px;
    background: #E3A202;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .05em;
    box-shadow: 0 2px 2px 0 #e3a20214
}

.dbt .invest-tl-body {
    flex: 1 1 auto
}

.dbt .invest-tl-h {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #363B41;
    margin: 0 0 8px
}

.dbt .invest-tl-p {
    font-size: 13px;
    line-height: 1.6;
    color: #363b41b8;
    margin: 0
}

.dbt .ppl {
    background: linear-gradient(112deg, #E3A202 0%, #363B41 100%);
    padding: 48px 0
}

.dbt .ppl .frame {
    display: flex;
    flex-direction: column;
    gap: 48px
}

.dbt .ppl-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px
}

.dbt .ppl-head {
    flex: 1 1 auto
}

.dbt .ppl-eyebrow {
    font-size: 13px;
    letter-spacing: .16em;
    color: #fff9;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px
}

.dbt .ppl-h {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 300;
    color: #fff;
    margin: 0
}

.dbt .ppl-h strong {
    font-weight: 700
}

.dbt .ppl-sub {
    font-size: 19px;
    line-height: 1.6;
    color: #ffffffd1;
    max-width: 480px;
    margin: 0
}

.dbt .ppl-cards {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.dbt .ppl-card {
    flex: 1 1 0;
    background: #ffffff1a;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: inset 0 2px 2px 0 #363b411f;
    animation: cardflip .55s cubic-bezier(0.4, 0, 0.2, 1) both
}

.dbt .ppl-card:nth-child(1) {
    animation-delay: .08s
}

.dbt .ppl-card:nth-child(2) {
    animation-delay: .22s
}

.dbt .ppl-card:nth-child(3) {
    animation-delay: .38s
}

@keyframes cardflip {
    from {
        opacity: 0;
        transform: rotateY(30deg) translateY(16px)
    }

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

.dbt .ppl-portrait {
    width: 80px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0
}

.dbt .ppl-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block
}

.dbt .ppl-card-head {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.dbt .ppl-card-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center
}

.dbt .ppl-name {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.dbt .ppl-role {
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #E3A202;
    font-weight: 600
}

.dbt .ppl-bio {
    font-size: 13px;
    line-height: 1.6;
    color: #ffffffc7;
    margin: 0
}

.dbt .ppl-card-no-portrait {
    flex: 1 1 0;
    background: #ffffff1a;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: inset 0 2px 2px 0 #363b411f;
    animation: cardflip .55s cubic-bezier(0.4, 0, 0.2, 1) both;
    animation-delay: .52s
}

.dbt .ppl-card-no-portrait .ppl-name {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.dbt .ppl-card-no-portrait .ppl-role {
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #E3A202;
    font-weight: 600
}

.dbt .ppl-card-no-portrait .ppl-bio {
    font-size: 13px;
    line-height: 1.6;
    color: #ffffffc7;
    margin: 0
}

.dbt .ppl-ico {
    width: 48px;
    height: 48px;
    border-radius: 44px;
    background: #e3a20238;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.dbt .appr {
    background: #f5f0e8;
    padding: 48px 0;
    position: relative
}

.dbt .appr-inner {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 48px;
    align-items: start
}

.dbt .appr-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 48px
}

.dbt .appr-eyebrow {
    font-size: 13px;
    letter-spacing: .16em;
    color: #E3A202;
    font-weight: 700;
    text-transform: uppercase
}

.dbt .appr-h {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 300;
    color: #363B41;
    margin: 0
}

.dbt .appr-h strong {
    font-weight: 700
}

.dbt .appr-img-wrap {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 22px 0 #363b4117
}

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

.dbt .appr-main {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.dbt .appr-item {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    box-shadow: inset 0 2px 2px 0 #e3a20214 0 2px 2px 0 #e3a20214
}

.dbt .appr-num {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
    color: #e3a2022e;
    flex: 0 0 56px;
    letter-spacing: -.04em
}

.dbt .appr-item-body {
    flex: 1 1 auto
}

.dbt .appr-item-h {
    font-size: 19px;
    font-weight: 700;
    color: #363B41;
    margin: 0 0 8px;
    line-height: 1.3
}

.dbt .appr-item-p {
    font-size: 13px;
    line-height: 1.6;
    color: #363b41bf;
    margin: 0
}

.dbt .appr-img2 {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 22px 0 #363b4117
}

.dbt .appr-img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.dbt .gap-sec {
    background: #fff;
    padding: 48px 0
}

.dbt .gap-inner {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: stretch
}

.dbt .gap-img-col {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.dbt .gap-img-wrap {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 44px 0 #363b411f
}

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

.dbt .gap-txt-col {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center
}

.dbt .gap-eyebrow {
    font-size: 13px;
    letter-spacing: .16em;
    color: #E3A202;
    font-weight: 700;
    text-transform: uppercase
}

.dbt .gap-h {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 300;
    color: #363B41;
    margin: 0
}

.dbt .gap-h strong {
    font-weight: 700
}

.dbt .gap-p {
    font-size: 19px;
    line-height: 1.6;
    color: #363B41;
    margin: 0
}

.dbt .gap-stat-row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 8px
}

.dbt .gap-stat {
    flex: 1 1 0;
    background: #e3a20212;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: inset 0 2px 2px 0 #e3a20214
}

.dbt .gap-stat-num {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
    color: #E3A202
}

.dbt .gap-stat-desc {
    font-size: 13px;
    line-height: 1.6;
    color: #363b41bf
}

.dbt .gap-link {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #363B41;
    text-decoration: none;
    border-bottom: 2px solid #E3A202;
    padding-bottom: 4px;
    transition: color .2s cubic-bezier(0.4, 0, 0.2, 1), background .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.dbt .gap-link:hover {
    color: #fff;
    background: #363B41;
    padding: 4px 8px;
    border-radius: 4px;
    border-bottom-color: transparent
}

.dbt .div-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 0;
    background: transparent
}

.dbt .div-row.on-dark {
    background: #363B41
}

.dbt .div-row .arr {
    opacity: .35
}

.dbt .div-row .arr.dim {
    opacity: .15
}

@media (max-width: 1024px) {
    .dbt .frame {
        padding: 0 24px
    }

    .dbt .t-h1 {
        font-size: 46px
    }

    .dbt .invest-grid {
        grid-template-columns: 1fr
    }

    .dbt .appr-inner {
        grid-template-columns: 1fr
    }

    .dbt .appr-side {
        position: static
    }

    .dbt .gap-inner {
        flex-direction: column
    }

    .dbt .gap-img-col {
        flex: none
    }
}

@media (max-width: 768px) {
    .dbt .frame {
        padding: 0 16px
    }

    .dbt .t-blk .frame {
        flex-direction: column;
        min-height: auto
    }

    .dbt .t-img-col {
        flex: none;
        width: 100%
    }

    .dbt .t-h1 {
        font-size: 34px
    }

    .dbt .hesit .frame {
        flex-direction: column
    }

    .dbt .hesit-side {
        flex: none
    }

    .dbt .hesit-cards {
        flex-direction: column
    }

    .dbt .ppl-cards {
        flex-direction: column
    }

    .dbt .ppl-top {
        flex-direction: column;
        align-items: flex-start
    }

    .dbt .ppl-h {
        font-size: 34px
    }

    .dbt .invest-h {
        font-size: 34px
    }

    .dbt .gap-h {
        font-size: 34px
    }

    .dbt .gap-stat-row {
        flex-direction: column
    }

    .dbt .t-actions {
        flex-direction: column;
        align-items: flex-start
    }
}

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

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

.suc-page .suc-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 44px;
    background: linear-gradient(135deg, #E3A202 0%, #363B41 100%);
    box-shadow: 0 5px 22px 0 #e3a20217
}

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

.suc-page .suc-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #E3A202;
    background: #e3a20214;
    border-radius: 4px;
    padding: 8px 16px;
    margin-bottom: 24px
}

.suc-page .suc-title {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
    color: #363B41;
    margin: 0 0 16px;
    letter-spacing: -.01em
}

.suc-page .suc-title span {
    color: #E3A202
}

.suc-page .suc-desc {
    font-size: 19px;
    line-height: 1.6;
    color: #363B41;
    opacity: .75;
    margin: 0 0 48px
}

.suc-page .suc-divider {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #E3A202 0%, #363B41 100%);
    border-radius: 4px;
    margin: 0 auto 48px
}

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

.suc-page .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    background: #363B41;
    border: 2px solid #363B41;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 2px 0 #363b4114;
    transition: background .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none
}

.suc-page .btn-primary::after {
    content: '';
    position: absolute;
    inset: 3px;
    border: 1.5px solid #fff0;
    border-radius: 6px;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.suc-page .btn-primary:hover {
    background: #E3A202;
    border-color: #E3A202;
    box-shadow: 0 5px 22px 0 #e3a20217
}

.suc-page .btn-primary:hover::after {
    border-color: #ffffff59
}

.suc-page .btn-primary:focus-visible {
    outline: 2px solid #E3A202;
    outline-offset: 3px
}

.suc-page .btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #363B41;
    background: transparent;
    border: 2px solid #363b4133;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1), color .2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none
}

.suc-page .btn-ghost::after {
    content: '';
    position: absolute;
    inset: 3px;
    border: 1.5px solid #363b4100;
    border-radius: 6px;
    transition: border-color .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.suc-page .btn-ghost:hover {
    border-color: #363B41;
    color: #363B41
}

.suc-page .btn-ghost:hover::after {
    border-color: #363b4126
}

.suc-page .btn-ghost:focus-visible {
    outline: 2px solid #E3A202;
    outline-offset: 3px
}

.suc-page .suc-note {
    margin-top: 48px;
    padding: 24px;
    background: #e3a2020d;
    border-radius: 8px;
    box-shadow: inset 0 2px 2px 0 #e3a20214
}

.suc-page .suc-note .note-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #E3A202;
    margin-bottom: 8px;
    display: block
}

.suc-page .suc-note .note-text {
    font-size: 13px;
    line-height: 1.6;
    color: #363B41;
    opacity: .7;
    margin: 0
}

@media (max-width: 480px) {
    .suc-page .suc-title {
        font-size: 34px
    }

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

    .suc-page .btn-primary,
    .suc-page .btn-ghost {
        justify-content: center
    }
}