@import "https://cdn.jsdelivr.net/npm/@fontsource/lato@latest/400.css";
@import "https://cdn.jsdelivr.net/npm/@fontsource/lato@latest/700.css";

html {
    font-size: 100%
}

body {
    margin: 0;
    min-height: 100svh;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%
}

.brand-header {
    background: linear-gradient(160deg, #283B49 0%, #1e2e39 60%, #2a3f4f 100%);
    position: relative;
    overflow: hidden
}

.brand-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #b3b99a14 0%, transparent 50%);
    pointer-events: none
}

.header-top-bar {
    background: #283b49f2;
    border-bottom: 1px solid #b3b99a2e;
    padding: 8px 0
}

.header-contact-strip {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px
}

.header-contact-strip a {
    color: #B3B99A;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    transition: color .28s ease-in-out
}

.header-contact-strip a:focus {
    outline: none;
    border-bottom: 4px solid #B3B99A
}

.header-contact-strip a:hover {
    color: #fff
}

.header-sep {
    color: #b3b99a59;
    font-size: 15px
}

.header-main-area {
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 32px 0
}

.header-brand-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px
}

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

.brand-logo-wrap {
    width: 44px;
    height: 44px;
    border-radius: 6px 0 6px 0;
    background: #fff;
    box-shadow: inset 1px 2px 5px -2px #283b491f 1px 2px 5px -2px #283b4912;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0
}

.brand-logo-wrap img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block
}

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

.brand-name {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: .02em;
    text-decoration: none
}

.brand-name:focus {
    outline: none;
    border-bottom: 4px solid #B3B99A
}

.brand-tagline {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #B3B99A;
    line-height: 1.4;
    font-weight: 400
}

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

.nav-item {
    position: relative
}

.nav-link {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ffffffd1;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 6px;
    display: block;
    line-height: 1.4;
    transition: color .26s ease-in-out, background-color .26s ease-in-out;
    white-space: nowrap;
    min-height: 44px;
    display: flex;
    align-items: center
}

.nav-link:hover {
    color: #fff;
    background: #b3b99a1f
}

.nav-link:focus {
    outline: none;
    border-bottom: 4px solid #B3B99A;
    color: #fff
}

.nav-item-has-sub:hover .nav-sub,
.nav-item-has-sub:focus-within .nav-sub {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px)
}

.nav-sub {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    min-width: 220px;
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 1px 10px 60px -2px #283b4921;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .28s cubic-bezier(0.4, 0, 0.2, 1), transform .28s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
    padding: 8px 0
}

.nav-sub a {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #283B49;
    text-decoration: none;
    padding: 12px 20px;
    line-height: 1.4;
    min-height: 44px;
    display: flex;
    align-items: center;
    transition: background-color .25s ease-in-out, color .25s ease-in-out
}

.nav-sub a:hover {
    background: #283b490f;
    color: #283B49
}

.nav-sub a:focus {
    outline: none;
    border-bottom: 4px solid #283B49
}

.header-accent-bar {
    height: 4px;
    background: linear-gradient(90deg, #B3B99A 0%, #b3b99a4d 60%, transparent 100%);
    margin-top: 32px
}

.site-footer {
    background: #283B49;
    padding: 64px 0 0
}

.footer-grid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px
}

.footer-bento {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px
}

.bento-brand {
    grid-column: 1;
    grid-row: 1 / 3;
    background: #b3b99a14;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    box-shadow: 1px 4px 25px -2px #283b4914
}

.footer-logo-wrap {
    width: 36px;
    height: 36px;
    border-radius: 6px 0 6px 0;
    background: #fff;
    box-shadow: inset 1px 2px 5px -2px #283b4926;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0
}

.footer-logo-wrap img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block
}

.footer-brand-name {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-top: 12px
}

.footer-brand-desc {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #b3b99acc;
    line-height: 1.65
}

.footer-est {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #898989b3;
    line-height: 1.4
}

.bento-hours {
    grid-column: 2;
    grid-row: 1;
    background: #b3b99a0d;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 1px 2px 5px -2px #283b4912
}

.bento-contact {
    grid-column: 3;
    grid-row: 1;
    background: #283b4999;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 1px 2px 5px -2px #283b4912
}

.bento-legal {
    grid-column: 2 / 4;
    grid-row: 2;
    background: #b3b99a0a;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px
}

.bento-label {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #B3B99A;
    line-height: 1.4;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 20px
}

.hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #b3b99a1a
}

.hours-row:last-child {
    border-bottom: none
}

.hours-day {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #ffffffb3;
    line-height: 1.4
}

.hours-time {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #B3B99A;
    font-weight: 700;
    line-height: 1.4
}

.contact-detail {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.contact-line {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #ffffffbf;
    line-height: 1.65
}

.contact-link {
    color: #B3B99A;
    text-decoration: none;
    transition: color .27s ease-in-out
}

.contact-link:hover {
    color: #fff
}

.contact-link:focus {
    outline: none;
    border-bottom: 4px solid #B3B99A
}

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

.legal-link {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #b3b99ab3;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 6px;
    transition: color .25s ease-in-out, background-color .25s ease-in-out;
    white-space: nowrap;
    min-height: 44px;
    display: flex;
    align-items: center
}

.legal-link:hover {
    color: #fff;
    background: #b3b99a1a
}

.legal-link:focus {
    outline: none;
    border-bottom: 4px solid #B3B99A
}

.copyright-text {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #89898999;
    line-height: 1.4
}

.footer-bottom-bar {
    margin-top: 32px;
    padding: 20px 32px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #b3b99a1a;
    text-align: center
}

.footer-bottom-text {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #89898980;
    line-height: 1.4
}

@media (max-width: 992px) {
    .footer-bento {
        grid-template-columns: 1fr 1fr
    }

    .bento-brand {
        grid-column: 1 / 3;
        grid-row: 1
    }

    .bento-hours {
        grid-column: 1;
        grid-row: 2
    }

    .bento-contact {
        grid-column: 2;
        grid-row: 2
    }

    .bento-legal {
        grid-column: 1 / 3;
        grid-row: 3
    }

    .header-main-area {
        padding: 20px 20px 0
    }

    .header-contact-strip {
        padding: 0 20px
    }

    .footer-grid {
        padding: 0 20px
    }

    .footer-bottom-bar {
        padding: 20px
    }
}

@media (max-width: 576px) {
    .footer-bento {
        grid-template-columns: 1fr
    }

    .bento-brand {
        grid-column: 1;
        grid-row: 1
    }

    .bento-hours {
        grid-column: 1;
        grid-row: 2
    }

    .bento-contact {
        grid-column: 1;
        grid-row: 3
    }

    .bento-legal {
        grid-column: 1;
        grid-row: 4;
        flex-direction: column;
        align-items: flex-start
    }

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

    .primary-nav {
        width: 100%
    }

    .nav-sub {
        left: 0;
        right: auto
    }
}

.terms-block {
    max-width: 1400px;
    margin: 0 auto;
    padding: 64px 32px;
    color: #283B49
}

.terms-block h1 {
    font-size: 48px;
    line-height: 1.15;
    margin-bottom: 32px;
    margin-top: 0;
    color: #283B49
}

.terms-block h2 {
    font-size: 34px;
    line-height: 1.15;
    margin-top: 64px;
    margin-bottom: 20px;
    color: #283B49
}

.terms-block h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 32px;
    margin-bottom: 12px;
    color: #283B49
}

.terms-block h4 {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #283B49;
    letter-spacing: .04em;
    text-transform: uppercase
}

.terms-block h5 {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #898989
}

.terms-block h6 {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 12px;
    margin-bottom: 8px;
    color: #898989;
    font-weight: 400
}

.terms-block em,
.terms-block i {
    color: #283B49;
    font-style: italic
}

.terms-block hr {
    border: none;
    border-top: 1px solid #B3B99A;
    margin-top: 32px;
    margin-bottom: 32px;
    opacity: .6
}

.terms-block div {
    line-height: 1.65;
    font-size: 16px;
    color: #283B49
}

.terms-block table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 1.65;
    box-shadow: 1px 4px 25px -2px #283b4914;
    border-radius: 12px;
    overflow: hidden
}

.terms-block thead {
    background-color: #283B49;
    color: #fff
}

.terms-block thead th {
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: .03em;
    text-align: left;
    border: none;
    color: #fff
}

.terms-block tbody tr {
    border-bottom: 1px solid #b3b99a59;
    transition: background-color .25s ease-in-out
}

.terms-block tbody tr:last-child {
    border-bottom: none
}

.terms-block tbody tr:nth-child(even) {
    background-color: #b3b99a14
}

.terms-block tbody tr:hover {
    background-color: #b3b99a2e
}

.terms-block td {
    padding: 12px 20px;
    color: #283B49;
    font-size: 15px;
    line-height: 1.65;
    vertical-align: top;
    border: none
}

@media (max-width: 576px) {
    .terms-block {
        padding: 32px 20px
    }

    .terms-block h1 {
        font-size: 34px
    }

    .terms-block h2 {
        font-size: 20px;
        margin-top: 32px
    }

    .terms-block h3 {
        font-size: 16px
    }

    .terms-block table {
        display: block;
        overflow-x: auto;
        border-radius: 6px
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    .terms-block {
        padding: 64px 32px
    }

    .terms-block h1 {
        font-size: 34px
    }

    .terms-block h2 {
        font-size: 20px
    }
}

.jrnl-det {
    background: #fff;
    overflow-x: clip
}

.jrnl-det .art-lead {
    background: linear-gradient(160deg, #283B49 0%, #3a5468 60%, #B3B99A 100%);
    padding: 64px 0 0;
    position: relative
}

.jrnl-det .art-lead-blob {
    position: absolute;
    top: -40px;
    left: -80px;
    width: 420px;
    height: 320px;
    background: #b3b99a21;
    border-radius: 50% 60% 40% 55%;
    filter: blur(48px);
    pointer-events: none
}

.jrnl-det .art-lead-blob2 {
    position: absolute;
    bottom: 40px;
    right: -60px;
    width: 300px;
    height: 240px;
    background: #283b492e;
    border-radius: 55% 40% 60% 45%;
    filter: blur(56px);
    pointer-events: none
}

.jrnl-det .lead-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px
}

.jrnl-det .lead-cols {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 64px
}

.jrnl-det .lead-text-col {
    flex: 1 1 0;
    padding: 32px 0 64px
}

.jrnl-det .lead-img-col {
    flex: 0 0 420px;
    padding: 32px 0 0;
    position: relative
}

.jrnl-det .art-tags {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap
}

.jrnl-det .tag-pill {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.4;
    background: #b3b99a38;
    color: #B3B99A;
    letter-spacing: .04em;
    text-transform: uppercase;
    border: 1px solid #b3b99a59
}

.jrnl-det .art-h1 {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px;
    letter-spacing: -.01em
}

.jrnl-det .art-h1 .accent-word {
    color: #B3B99A
}

.jrnl-det .art-meta-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap
}

.jrnl-det .meta-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #ffffffb3;
    font-size: 15px;
    line-height: 1.4
}

.jrnl-det .meta-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.jrnl-det .lead-num-badge {
    position: absolute;
    top: 32px;
    right: -20px;
    background: #fff;
    border-radius: 12px;
    padding: 12px 20px;
    box-shadow: 1px 4px 25px -2px #283b4921;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    z-index: 2
}

.jrnl-det .badge-num {
    font-size: 34px;
    font-weight: 800;
    color: #283B49;
    line-height: 1.15
}

.jrnl-det .badge-lbl {
    font-size: 15px;
    color: #898989;
    line-height: 1.4
}

.jrnl-det .img-frame {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    aspect-ratio: 4/3
}

.jrnl-det .img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity .38s ease-in-out
}

.jrnl-det .img-skeleton {
    position: absolute;
    inset: 0;
    background: #c8ccc6;
    border-radius: 12px 12px 0 0;
    z-index: 1;
    transition: opacity .38s ease-in-out
}

.jrnl-det .img-frame img.loaded+.img-skeleton,
.jrnl-det .img-skeleton.hidden {
    opacity: 0;
    pointer-events: none
}

.jrnl-det .img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, #283b498c 100%);
    z-index: 2;
    border-radius: 12px 12px 0 0
}

.jrnl-det .lead-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin-top: -1px
}

.jrnl-det .lead-divider svg {
    display: block;
    width: 100%
}

.jrnl-det .art-body-wrap {
    background: #fff;
    padding: 64px 0
}

.jrnl-det .body-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px
}

.jrnl-det .body-cols {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 64px
}

.jrnl-det .body-aside {
    flex: 0 0 260px;
    position: sticky;
    top: 32px
}

.jrnl-det .aside-dashed {
    border: 2px dashed #283b4938;
    border-radius: 12px;
    padding: 20px
}

.jrnl-det .aside-label {
    font-size: 15px;
    line-height: 1.4;
    color: #898989;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 12px
}

.jrnl-det .aside-stat {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.jrnl-det .stat-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #283b4914
}

.jrnl-det .stat-row:last-child {
    border-bottom: none
}

.jrnl-det .stat-ico {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #b3b99a2e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.jrnl-det .stat-ico svg {
    width: 16px;
    height: 16px
}

.jrnl-det .stat-val {
    font-size: 20px;
    font-weight: 700;
    color: #283B49;
    line-height: 1.15
}

.jrnl-det .stat-name {
    font-size: 15px;
    color: #898989;
    line-height: 1.4
}

.jrnl-det .aside-back-btn {
    display: block;
    margin-top: 20px;
    padding: 12px 20px;
    border-radius: 6px;
    border: 2px solid #283B49;
    background: transparent;
    color: #283B49;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color .28s cubic-bezier(0.4, 0, 0.2, 1), background .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.jrnl-det .aside-back-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 6px;
    border: 2px solid #B3B99A;
    opacity: 0;
    transition: opacity .35s ease-in-out
}

.jrnl-det .aside-back-btn:hover::before {
    opacity: 1
}

.jrnl-det .aside-back-btn:hover {
    background: #283B49;
    color: #fff
}

.jrnl-det .body-article {
    flex: 1 1 0;
    min-width: 0
}

.jrnl-det .art-text p {
    font-size: 16px;
    line-height: 1.85;
    color: #283B49;
    margin: 0 0 20px
}

.jrnl-det .art-text h2 {
    font-size: 34px;
    font-weight: 800;
    color: #283B49;
    line-height: 1.15;
    margin: 32px 0 12px
}

.jrnl-det .art-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: #283B49;
    line-height: 1.4;
    margin: 32px 0 12px
}

.jrnl-det .art-text ins {
    text-decoration: underline;
    text-decoration-color: #B3B99A;
    color: #283B49
}

.jrnl-det .art-text ul {
    margin: 0 0 20px 20px;
    padding: 0
}

.jrnl-det .art-text li {
    font-size: 16px;
    line-height: 1.85;
    color: #283B49;
    margin-bottom: 8px
}

.jrnl-det .art-text blockquote {
    margin: 32px 0;
    padding: 20px 32px;
    background: #b3b99a1f;
    border-radius: 12px;
    position: relative
}

.jrnl-det .art-text blockquote p {
    font-size: 20px;
    line-height: 1.65;
    color: #283B49;
    font-style: italic;
    margin: 0 0 8px
}

.jrnl-det .art-text blockquote cite {
    font-size: 15px;
    color: #898989;
    font-style: normal
}

.jrnl-det .art-text time {
    font-size: 15px;
    color: #898989
}

.jrnl-det .para-accent {
    display: block;
    width: 32px;
    height: 3px;
    background: #B3B99A;
    border-radius: 0;
    margin-bottom: 12px
}

.jrnl-det .metrics-band {
    background: #283B49;
    padding: 64px 0;
    position: relative;
    overflow: hidden
}

.jrnl-det .metrics-pattern {
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(0deg, #b3b99a0a 0px, #b3b99a0a 1px, transparent 1px, transparent 40px), repeating-linear-gradient(90deg, #b3b99a0a 0px, #b3b99a0a 1px, transparent 1px, transparent 40px);
    pointer-events: none
}

.jrnl-det .metrics-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px
}

.jrnl-det .metrics-head {
    text-align: center;
    margin-bottom: 64px
}

.jrnl-det .metrics-eyebrow {
    font-size: 15px;
    color: #B3B99A;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 12px;
    display: block
}

.jrnl-det .metrics-h2 {
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin: 0
}

.jrnl-det .metrics-h2 .accent-word {
    color: #B3B99A
}

.jrnl-det .metrics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px
}

.jrnl-det .metric-card {
    background: #ffffff0d;
    border: 1px solid #b3b99a33;
    border-radius: 12px;
    padding: 32px 20px;
    text-align: center;
    transition: background .32s ease-in-out, border-color .32s ease-in-out
}

.jrnl-det .metric-card:hover {
    background: #b3b99a1a;
    border-color: #b3b99a73
}

.jrnl-det .metric-num {
    font-size: 48px;
    font-weight: 800;
    color: #B3B99A;
    line-height: 1.15;
    display: block
}

.jrnl-det .metric-desc {
    font-size: 16px;
    color: #ffffffbf;
    line-height: 1.65;
    margin-top: 8px
}

.jrnl-det .metrics-divider {
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.jrnl-det .metrics-divider svg {
    display: block;
    width: 100%
}

.jrnl-det .flip-reveal {
    opacity: 0;
    transform: rotateX(18deg) translateY(24px);
    transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1), transform .4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: top center;
    backface-visibility: hidden
}

.jrnl-det .flip-reveal.visible {
    opacity: 1;
    transform: rotateX(0deg) translateY(0)
}

@media (max-width: 992px) {
    .jrnl-det .lead-cols {
        flex-direction: column;
        gap: 32px
    }

    .jrnl-det .lead-img-col {
        flex: none;
        width: 100%
    }

    .jrnl-det .lead-num-badge {
        right: 12px;
        top: 12px
    }

    .jrnl-det .body-cols {
        flex-direction: column;
        gap: 32px
    }

    .jrnl-det .body-aside {
        flex: none;
        width: 100%;
        position: static
    }

    .jrnl-det .metrics-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px
    }

    .jrnl-det .art-h1 {
        font-size: 34px
    }
}

@media (max-width: 576px) {

    .jrnl-det .lead-inner,
    .jrnl-det .body-inner,
    .jrnl-det .metrics-inner {
        padding: 0 20px
    }

    .jrnl-det .art-lead {
        padding: 32px 0 0
    }

    .jrnl-det .art-body-wrap {
        padding: 32px 0
    }

    .jrnl-det .metrics-band {
        padding: 32px 0
    }

    .jrnl-det .metrics-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .jrnl-det .art-h1 {
        font-size: 34px
    }

    .jrnl-det .metrics-head {
        margin-bottom: 32px
    }
}

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

.srv-pg .pg-frame {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px
}

.srv-pg .title-band {
    padding: 64px 0 48px;
    position: relative
}

.srv-pg .title-band::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: #B3B99A
}

.srv-pg .title-strip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 64px;
    border: 1px solid #B3B99A;
    padding: 32px;
    position: relative
}

.srv-pg .title-strip::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: 20%;
    height: 1px;
    background: #283B49
}

.srv-pg .title-strip::after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: -4px;
    left: 20%;
    height: 1px;
    background: #283B49
}

.srv-pg .title-num {
    font-size: 64px;
    line-height: 1.15;
    font-weight: 800;
    color: #B3B99A;
    letter-spacing: -2px;
    flex-shrink: 0
}

.srv-pg .title-text {
    flex: 1
}

.srv-pg .title-text h1 {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 800;
    color: #283B49;
    margin: 0 0 12px;
    letter-spacing: -.5px
}

.srv-pg .title-text p {
    font-size: 16px;
    line-height: 1.65;
    color: #898989;
    margin: 0;
    max-width: 520px
}

.srv-pg .title-img-wrap {
    width: 220px;
    height: 160px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative
}

.srv-pg .title-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    mix-blend-mode: multiply;
    filter: saturate(0.7) brightness(0.95)
}

.srv-pg .title-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #283b492e 0%, #b3b99a38 100%)
}

.srv-pg .analysis-area {
    background: #f4f4f0;
    padding: 64px 0;
    position: relative
}

.srv-pg .analysis-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23283B49' fill-opacity='0.03'%3E%3Cpath d='M0 0h1v40H0zm40 0h1v40H0zm0 0v1H0V0zm0 40v1H0v-1z'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none
}

.srv-pg .analysis-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 64px;
    align-items: start
}

.srv-pg .analysis-pull {
    position: sticky;
    top: 32px
}

.srv-pg .pull-quote {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 700;
    color: #283B49;
    margin: 0 0 20px;
    border-top: 3px solid #B3B99A;
    padding-top: 20px
}

.srv-pg .pull-meta {
    font-size: 15px;
    line-height: 1.65;
    color: #898989;
    margin: 0
}

.srv-pg .analysis-steps {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.srv-pg .step-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start
}

.srv-pg .step-num {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 800;
    color: #B3B99A;
    flex-shrink: 0;
    width: 64px;
    text-align: right
}

.srv-pg .step-body {
    flex: 1;
    padding-top: 8px
}

.srv-pg .step-body h4 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #283B49;
    margin: 0 0 8px
}

.srv-pg .step-body p {
    font-size: 15px;
    line-height: 1.65;
    color: #898989;
    margin: 0
}

.srv-pg .step-divider {
    width: 1px;
    background: #B3B99A;
    align-self: stretch;
    flex-shrink: 0
}

.srv-pg .expert-area {
    padding: 64px 0;
    background: #fff;
    position: relative
}

.srv-pg .expert-area::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, transparent 0%, #B3B99A 40%, #283B49 70%, transparent 100%)
}

.srv-pg .expert-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 64px;
    align-items: start
}

.srv-pg .portrait-wrap {
    width: 300px;
    height: 300px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 1px 10px 60px -2px #283b4921;
    position: relative
}

.srv-pg .portrait-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.85) brightness(0.97)
}

.srv-pg .portrait-wrap::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid #B3B99A;
    z-index: 0;
    pointer-events: none
}

.srv-pg .expert-info {
    padding-top: 12px
}

.srv-pg .expert-info h2 {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 800;
    color: #283B49;
    margin: 0 0 20px
}

.srv-pg .accent-bar {
    width: 40px;
    height: 3px;
    background: #B3B99A;
    margin-bottom: 20px
}

.srv-pg .expert-info p {
    font-size: 16px;
    line-height: 1.65;
    color: #283B49;
    margin: 0 0 20px
}

.srv-pg .expert-name {
    font-size: 15px;
    line-height: 1.4;
    color: #898989;
    margin: 0
}

.srv-pg .faq-area {
    background: #283B49;
    padding: 64px 0;
    position: relative
}

.srv-pg .faq-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 20% 50%, #b3b99a17 0%, transparent 70%);
    pointer-events: none
}

.srv-pg .faq-header {
    text-align: center;
    margin-bottom: 48px
}

.srv-pg .faq-header h2 {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px
}

.srv-pg .faq-header p {
    font-size: 16px;
    line-height: 1.65;
    color: #B3B99A;
    margin: 0
}

.srv-pg .faq-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 860px;
    margin: 0 auto
}

.srv-pg .faq-item {
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff0a
}

.srv-pg .faq-toggle {
    display: none
}

.srv-pg .faq-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 32px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
    gap: 20px;
    transition: background .28s ease-in-out
}

.srv-pg .faq-label:hover {
    background: #b3b99a1a
}

.srv-pg .faq-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    position: relative
}

.srv-pg .faq-icon::before,
.srv-pg .faq-icon::after {
    content: '';
    position: absolute;
    background: #B3B99A;
    transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1), opacity .25s ease-in-out
}

.srv-pg .faq-icon::before {
    width: 14px;
    height: 2px;
    top: 9px;
    left: 3px
}

.srv-pg .faq-icon::after {
    width: 2px;
    height: 14px;
    top: 3px;
    left: 9px
}

.srv-pg .faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.srv-pg .faq-body-inner {
    padding: 0 32px 20px;
    font-size: 15px;
    line-height: 1.85;
    color: #B3B99A
}

@media (max-width: 992px) {
    .srv-pg .title-strip {
        flex-direction: column;
        gap: 20px
    }

    .srv-pg .title-num {
        font-size: 48px
    }

    .srv-pg .title-text h1 {
        font-size: 34px
    }

    .srv-pg .title-img-wrap {
        width: 100%;
        height: 140px
    }

    .srv-pg .analysis-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .srv-pg .analysis-pull {
        position: static
    }

    .srv-pg .expert-layout {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .srv-pg .portrait-wrap {
        width: 240px;
        height: 240px
    }
}

@media (max-width: 576px) {
    .srv-pg .pg-frame {
        padding: 0 20px
    }

    .srv-pg .title-band {
        padding: 32px 0
    }

    .srv-pg .title-text h1 {
        font-size: 34px
    }

    .srv-pg .pull-quote {
        font-size: 20px
    }

    .srv-pg .step-num {
        font-size: 34px;
        width: 48px
    }

    .srv-pg .faq-label {
        padding: 16px 20px;
        font-size: 15px
    }

    .srv-pg .faq-body-inner {
        padding: 0 20px 16px
    }

    .srv-pg .analysis-area {
        padding: 32px 0
    }

    .srv-pg .expert-area {
        padding: 32px 0
    }

    .srv-pg .faq-area {
        padding: 32px 0
    }
}

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

.bse * {
    box-sizing: border-box
}

.bse .pg-limit {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px
}

.bse ::selection {
    background: #283B49;
    color: #fff
}

@keyframes rotReveal {
    from {
        opacity: 0;
        transform: rotate(-6deg) translateY(24px)
    }

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

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

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

@keyframes skelPulse {

    0%,
    100% {
        background-position: -400px 0
    }

    50% {
        background-position: 400px 0
    }
}

.bse .skel {
    background: linear-gradient(90deg, #e8e8e8 25%, #d4d4d4 50%, #e8e8e8 75%);
    background-size: 800px 100%;
    animation: skelPulse 1.6s ease-in-out infinite
}

.bse img {
    display: block
}

.bse img.loaded {
    animation: none
}

.bse .deco-circles {
    position: absolute;
    pointer-events: none;
    overflow: hidden;
    inset: 0;
    z-index: 0
}

.bse .deco-circles span {
    position: absolute;
    border-radius: 20px;
    border: 1.5px solid #283b4912;
    background: transparent
}

.bse .btn-prim {
    display: inline-block;
    padding: 12px 32px;
    background: #283B49;
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    border-radius: 6px;
    border: 2px solid #283B49;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: color .28s ease-in-out, background .28s ease-in-out
}

.bse .btn-prim::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 6px;
    border: 2px solid #B3B99A;
    opacity: 0;
    transition: opacity .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .btn-prim:hover {
    background: transparent;
    color: #283B49
}

.bse .btn-prim:hover::after {
    opacity: 1
}

.bse .btn-prim:focus-visible {
    outline: 2px solid #283B49;
    outline-offset: 4px
}

.bse .btn-sec {
    display: inline-block;
    padding: 12px 32px;
    background: transparent;
    color: #283B49;
    font-size: 15px;
    line-height: 1.4;
    border-radius: 6px;
    border: 2px solid #B3B99A;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    transition: border-color .25s ease-in-out, color .25s ease-in-out
}

.bse .btn-sec::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 6px;
    border: 2px solid #283B49;
    opacity: 0;
    transition: opacity .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .btn-sec:hover::after {
    opacity: 1
}

.bse .btn-sec:focus-visible {
    outline: 2px solid #283B49;
    outline-offset: 4px
}

.bse .accent-bar {
    width: 36px;
    height: 3px;
    background: #B3B99A;
    border-radius: 0;
    margin-bottom: 12px
}

.bse .lbl {
    font-size: 15px;
    color: #898989;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 8px
}

.bse .hd-flat {
    font-size: 34px;
    font-weight: 700;
    color: #283B49;
    line-height: 1.15;
    margin: 0 0 20px
}

.bse .body-txt {
    font-size: 16px;
    color: #283B49;
    line-height: 1.65;
    margin: 0 0 20px
}

.bse .body-txt:last-child {
    margin-bottom: 0
}

.bse .muted {
    color: #898989
}

.bse .ttl-blk {
    position: relative;
    padding-top: 64px;
    padding-bottom: 64px;
    background: #fff;
    animation: rotReveal .55s cubic-bezier(0.4, 0, 0.2, 1) both
}

.bse .ttl-blk .deco-circles span:nth-child(1) {
    width: 420px;
    height: 420px;
    top: -120px;
    left: -140px;
    border-radius: 20px;
    opacity: .5
}

.bse .ttl-blk .deco-circles span:nth-child(2) {
    width: 260px;
    height: 260px;
    top: 60px;
    left: 80px;
    border-radius: 20px;
    opacity: .35
}

.bse .ttl-blk .deco-circles span:nth-child(3) {
    width: 180px;
    height: 180px;
    bottom: 20px;
    right: 120px;
    border-radius: 20px;
    opacity: .25
}

.bse .ttl-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 64px;
    position: relative;
    z-index: 1
}

.bse .ttl-left {
    flex: 0 0 55%;
    max-width: 55%
}

.bse .ttl-problem {
    font-size: 20px;
    color: #898989;
    line-height: 1.4;
    margin: 0 0 12px
}

.bse .ttl-h1 {
    font-size: 48px;
    font-weight: 800;
    color: #283B49;
    line-height: 1.15;
    margin: 0 0 20px
}

.bse .ttl-sub {
    font-size: 16px;
    color: #283B49;
    line-height: 1.65;
    margin: 0 0 32px;
    max-width: 480px
}

.bse .ttl-actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.bse .ttl-right {
    flex: 1 1 auto;
    position: relative
}

.bse .ttl-img-wrap {
    width: 100%;
    max-width: 340px;
    aspect-ratio: 4/5;
    overflow: hidden;
    border-radius: 12px;
    position: relative
}

.bse .ttl-img-clip {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%);
    overflow: hidden;
    border-radius: 0
}

.bse .ttl-img-clip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.bse .ttl-stat-badge {
    position: absolute;
    bottom: -20px;
    left: -32px;
    background: #283B49;
    color: #fff;
    border-radius: 12px;
    padding: 12px 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: 1px 4px 25px -2px #283b4921
}

.bse .ttl-stat-num {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
    color: #B3B99A
}

.bse .ttl-stat-desc {
    font-size: 15px;
    line-height: 1.4;
    color: #fffc
}

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

.bse .invest-blk {
    background: #283B49;
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative
}

.bse .invest-blk .deco-circles span:nth-child(1) {
    width: 500px;
    height: 500px;
    top: -200px;
    right: -100px;
    border-color: #b3b99a1a;
    border-radius: 20px
}

.bse .invest-blk .deco-circles span:nth-child(2) {
    width: 240px;
    height: 240px;
    bottom: -60px;
    left: 60px;
    border-color: #b3b99a14;
    border-radius: 20px
}

.bse .invest-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    position: relative;
    z-index: 1
}

.bse .invest-intro {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 64px
}

.bse .invest-intro-left {
    flex: 0 0 45%
}

.bse .invest-intro-right {
    flex: 1 1 auto;
    padding-top: 20px
}

.bse .invest-h2 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 20px
}

.bse .invest-desc {
    font-size: 16px;
    color: #ffffffbf;
    line-height: 1.65;
    margin: 0
}

.bse .invest-card {
    background: #ffffff0d;
    border: 1px solid #b3b99a33;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: background .28s ease-in-out, border-color .28s ease-in-out
}

.bse .invest-card:hover {
    background: #ffffff17;
    border-color: #b3b99a73
}

.bse .invest-card-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 4px
}

.bse .invest-card-icon svg {
    width: 36px;
    height: 36px
}

.bse .invest-card-ttl {
    font-size: 16px;
    font-weight: 700;
    color: #B3B99A;
    line-height: 1.4;
    margin: 0
}

.bse .invest-card-txt {
    font-size: 15px;
    color: #ffffffb3;
    line-height: 1.65;
    margin: 0
}

.bse .chart-blk {
    grid-column: 1 / -1;
    background: #ffffff0a;
    border: 1px solid #b3b99a26;
    border-radius: 12px;
    padding: 32px
}

.bse .chart-ttl {
    font-size: 16px;
    font-weight: 700;
    color: #B3B99A;
    margin: 0 0 20px;
    line-height: 1.4
}

.bse .bar-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px
}

.bse .bar-row:last-child {
    margin-bottom: 0
}

.bse .bar-label {
    font-size: 15px;
    color: #ffffffb3;
    line-height: 1.4;
    flex: 0 0 180px;
    min-width: 0
}

.bse .bar-track {
    flex: 1 1 auto;
    height: 12px;
    background: #ffffff14;
    border-radius: 6px;
    overflow: hidden
}

.bse .bar-fill {
    height: 100%;
    border-radius: 6px;
    background: linear-gradient(90deg, #B3B99A, #898989);
    animation: barGrow .9s cubic-bezier(0.4, 0, 0.2, 1) both;
    transform-origin: left
}

@keyframes barGrow {
    from {
        width: 0 !important
    }
}

.bse .bar-val {
    font-size: 15px;
    color: #B3B99A;
    font-weight: 700;
    flex: 0 0 44px;
    text-align: right;
    line-height: 1.4
}

.bse .comm-blk {
    background: #f5f5f2;
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative
}

.bse .comm-blk .deco-circles span:nth-child(1) {
    width: 360px;
    height: 360px;
    bottom: -80px;
    right: -80px;
    border-color: #283b490f;
    border-radius: 20px
}

.bse .comm-layout {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
    position: relative;
    z-index: 1
}

.bse .comm-right {
    flex: 0 0 42%
}

.bse .comm-left {
    flex: 1 1 auto
}

.bse .comm-img-wrap {
    width: 100%;
    aspect-ratio: 7/9;
    overflow: hidden;
    border-radius: 12px;
    position: relative
}

.bse .comm-img-skel {
    position: absolute;
    inset: 0;
    border-radius: 12px
}

.bse .comm-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1
}

.bse .comm-quote-card {
    margin-top: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 1px 4px 25px -2px #283b4914
}

.bse .comm-quote-txt {
    font-size: 15px;
    color: #283B49;
    line-height: 1.65;
    margin: 0 0 12px;
    font-style: italic
}

.bse .comm-quote-auth {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px
}

.bse .comm-portrait {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative
}

.bse .comm-portrait-skel {
    position: absolute;
    inset: 0
}

.bse .comm-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1
}

.bse .comm-auth-name {
    font-size: 15px;
    font-weight: 700;
    color: #283B49;
    line-height: 1.4
}

.bse .comm-auth-role {
    font-size: 15px;
    color: #898989;
    line-height: 1.4
}

.bse .comm-h2 {
    font-size: 34px;
    font-weight: 700;
    color: #283B49;
    line-height: 1.15;
    margin: 0 0 20px
}

.bse .comm-peers {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px
}

.bse .comm-peer-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 1px 2px 5px -2px #283b4912;
    transition: box-shadow .28s ease-in-out
}

.bse .comm-peer-item:hover {
    box-shadow: 1px 4px 25px -2px #283b4914
}

.bse .comm-peer-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #283B49;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bse .comm-peer-icon svg {
    width: 20px;
    height: 20px
}

.bse .comm-peer-ttl {
    font-size: 16px;
    font-weight: 700;
    color: #283B49;
    line-height: 1.4;
    margin: 0 0 4px
}

.bse .comm-peer-txt {
    font-size: 15px;
    color: #898989;
    line-height: 1.65;
    margin: 0
}

.bse .cond-blk {
    background: #fff;
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative
}

.bse .cond-blk .deco-circles span:nth-child(1) {
    width: 300px;
    height: 300px;
    top: -60px;
    left: -60px;
    border-color: #283b490d;
    border-radius: 20px
}

.bse .cond-inner {
    position: relative;
    z-index: 1
}

.bse .cond-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
    margin-bottom: 64px
}

.bse .cond-h2 {
    font-size: 34px;
    font-weight: 700;
    color: #283B49;
    line-height: 1.15;
    margin: 0 0 20px
}

.bse .cond-img-wrap {
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 12px;
    position: relative
}

.bse .cond-img-skel {
    position: absolute;
    inset: 0;
    border-radius: 12px
}

.bse .cond-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1
}

.bse .cond-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.bse .cond-check {
    padding: 20px;
    border: 1px solid #283b491a;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: border-color .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.bse .cond-check:hover {
    border-color: #B3B99A
}

.bse .cond-check-ttl {
    font-size: 16px;
    font-weight: 700;
    color: #283B49;
    line-height: 1.4;
    margin: 0
}

.bse .cond-check-txt {
    font-size: 15px;
    color: #898989;
    line-height: 1.65;
    margin: 0
}

.bse .cond-note {
    background: #f5f5f2;
    border-radius: 12px;
    padding: 32px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center
}

.bse .cond-note-img {
    flex: 0 0 280px;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 6px;
    position: relative
}

.bse .cond-note-img-skel {
    position: absolute;
    inset: 0;
    border-radius: 6px
}

.bse .cond-note-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1
}

.bse .cond-note-txt {
    flex: 1 1 auto
}

.bse .cond-note-h {
    font-size: 20px;
    font-weight: 700;
    color: #283B49;
    line-height: 1.4;
    margin: 0 0 12px
}

.bse .cond-note-p {
    font-size: 15px;
    color: #898989;
    line-height: 1.65;
    margin: 0
}

.bse .avail-blk {
    background: #283B49;
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative
}

.bse .avail-blk .deco-circles span:nth-child(1) {
    width: 600px;
    height: 600px;
    top: -200px;
    left: -200px;
    border-color: #b3b99a12;
    border-radius: 20px
}

.bse .avail-blk .deco-circles span:nth-child(2) {
    width: 300px;
    height: 300px;
    bottom: -80px;
    right: 80px;
    border-color: #b3b99a0f;
    border-radius: 20px
}

.bse .avail-top {
    text-align: center;
    margin-bottom: 64px;
    position: relative;
    z-index: 1
}

.bse .avail-lbl {
    font-size: 15px;
    color: #B3B99A;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 12px
}

.bse .avail-h2 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 20px
}

.bse .avail-sub {
    font-size: 16px;
    color: #ffffffb3;
    line-height: 1.65;
    max-width: 560px;
    margin: 0 auto
}

.bse .avail-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1
}

.bse .avail-item {
    background: #ffffff0d;
    border: 1px solid #b3b99a2e;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color .28s ease-in-out, background .28s ease-in-out
}

.bse .avail-item:hover {
    border-color: #b3b99a73;
    background: #ffffff14
}

.bse .avail-img-wrap {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative
}

.bse .avail-img-skel {
    position: absolute;
    inset: 0
}

.bse .avail-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1
}

.bse .avail-item-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.bse .avail-tag {
    font-size: 15px;
    color: #B3B99A;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .1em
}

.bse .avail-item-ttl {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin: 0
}

.bse .avail-item-txt {
    font-size: 15px;
    color: #ffffffa6;
    line-height: 1.65;
    margin: 0
}

.bse .avail-item-link {
    font-size: 15px;
    color: #B3B99A;
    line-height: 1.4;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #b3b99a66;
    transition: text-decoration-color .25s ease-in-out, color .25s ease-in-out;
    display: inline-block;
    margin-top: 4px
}

.bse .avail-item-link:hover {
    color: #fff;
    text-decoration-color: #fff
}

.bse .avail-portrait-card {
    grid-column: span 1;
    background: #ffffff0d;
    border: 1px solid #b3b99a2e;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.bse .avail-portrait-img {
    width: 100%;
    aspect-ratio: 7/9;
    overflow: hidden;
    position: relative
}

.bse .avail-portrait-img-skel {
    position: absolute;
    inset: 0
}

.bse .avail-portrait-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1
}

.bse .avail-portrait-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.bse .avail-portrait-name {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin: 0
}

.bse .avail-portrait-role {
    font-size: 15px;
    color: #B3B99A;
    line-height: 1.4
}

.bse .avail-portrait-txt {
    font-size: 15px;
    color: #ffffffa6;
    line-height: 1.65;
    margin: 0
}

.bse .avail-cta-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    margin-top: 64px;
    position: relative;
    z-index: 1
}

.bse .icon-pair {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px
}

.bse .icon-pair svg {
    width: 28px;
    height: 28px;
    opacity: .55
}

@media (max-width: 1200px) {
    .bse .ttl-h1 {
        font-size: 40px
    }

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

    .bse .chart-blk {
        grid-column: 1 / -1
    }

    .bse .avail-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 992px) {
    .bse .ttl-inner {
        flex-direction: column;
        gap: 32px
    }

    .bse .ttl-left {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bse .ttl-right {
        width: 100%
    }

    .bse .ttl-img-wrap {
        max-width: 100%
    }

    .bse .ttl-stat-badge {
        left: 0;
        bottom: -20px
    }

    .bse .invest-intro {
        flex-direction: column;
        gap: 20px
    }

    .bse .invest-intro-left {
        flex: 0 0 100%
    }

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

    .bse .comm-layout {
        flex-direction: column;
        gap: 32px
    }

    .bse .comm-right {
        flex: 0 0 100%
    }

    .bse .cond-top {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .bse .cond-note {
        flex-direction: column;
        gap: 20px
    }

    .bse .cond-note-img {
        flex: 0 0 auto;
        width: 100%
    }

    .bse .avail-grid {
        grid-template-columns: 1fr
    }

    .bse .avail-portrait-card {
        grid-column: span 1
    }

    .bse .bar-label {
        flex: 0 0 120px
    }
}

@media (max-width: 576px) {
    .bse .pg-limit {
        padding-left: 20px;
        padding-right: 20px
    }

    .bse .ttl-h1 {
        font-size: 34px
    }

    .bse .hd-flat {
        font-size: 20px
    }

    .bse .invest-h2,
    .bse .comm-h2,
    .bse .cond-h2,
    .bse .avail-h2 {
        font-size: 20px
    }

    .bse .ttl-actions {
        flex-direction: column
    }

    .bse .cond-checks {
        grid-template-columns: 1fr
    }

    .bse .avail-cta-row {
        flex-direction: column;
        align-items: center
    }

    .bse .bar-label {
        flex: 0 0 90px;
        font-size: 13px
    }
}

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

.jrnl * {
    box-sizing: border-box
}

.jrnl .pg-lead {
    padding: 64px 20px 32px;
    background: radial-gradient(ellipse 80% 60% at 15% 40%, #283b4917 0%, transparent 70%);
    position: relative
}

.jrnl .pg-lead::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 32px;
    width: 120px;
    height: 1px;
    background: #B3B99A
}

.jrnl .pg-lead::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 32px;
    width: 1px;
    height: 80px;
    background: #B3B99A
}

.jrnl .lead-inner {
    max-width: 1400px;
    margin: 0 auto
}

.jrnl .lead-abbr {
    font-size: 64px;
    font-weight: 900;
    color: #283b490f;
    line-height: 1.15;
    letter-spacing: .12em;
    text-transform: uppercase;
    user-select: none;
    pointer-events: none;
    position: absolute;
    right: 64px;
    top: 32px
}

.jrnl .lead-label {
    font-size: 15px;
    color: #B3B99A;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-bottom: 12px
}

.jrnl .lead-heading {
    font-size: 48px;
    font-weight: 800;
    color: #283B49;
    line-height: 1.15;
    margin: 0 0 12px
}

.jrnl .lead-sub {
    font-size: 16px;
    color: #898989;
    line-height: 1.65;
    max-width: 520px
}

.jrnl .posts-grid {
    padding: 32px 20px 64px;
    max-width: 1400px;
    margin: 0 auto
}

.jrnl .grid-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.jrnl .pcard {
    background: #fff;
    border-radius: 12px;
    box-shadow: 1px 4px 25px -2px #283b4914;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1), transform .28s ease-in-out
}

.jrnl .pcard:hover {
    box-shadow: 1px 10px 60px -2px #283b4921;
    transform: translateY(-4px)
}

.jrnl .pcard-img-wrap {
    position: relative;
    width: 100%;
    height: 180px;
    background: #d8d8d8;
    overflow: hidden;
    flex-shrink: 0
}

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

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

.jrnl .pcard-cat {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #283B49;
    color: #fff;
    font-size: 15px;
    padding: 4px 8px;
    border-radius: 6px;
    line-height: 1.4
}

.jrnl .pcard-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.jrnl .pcard-tag {
    font-size: 15px;
    color: #B3B99A;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 8px
}

.jrnl .pcard-title {
    font-size: 16px;
    font-weight: 700;
    color: #283B49;
    line-height: 1.4;
    margin: 0 0 8px
}

.jrnl .pcard-desc {
    font-size: 15px;
    color: #898989;
    line-height: 1.65;
    margin: 0 0 12px;
    flex: 1
}

.jrnl .pcard-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #898989;
    border-top: 1px solid #b3b99a4d;
    padding-top: 12px;
    margin-top: auto
}

.jrnl .pcard-meta-item {
    display: flex;
    align-items: center;
    gap: 4px
}

.jrnl .pcard-meta-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0
}

.jrnl .pcard-link {
    display: inline-block;
    margin-top: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #283B49;
    text-decoration: none;
    border-bottom: 1px solid #B3B99A;
    transition: color .25s ease-in-out, border-color .25s ease-in-out;
    align-self: flex-start
}

.jrnl .pcard-link:hover {
    color: #B3B99A;
    border-color: #283B49
}

.jrnl .featured-strip {
    background: #283B49;
    padding: 64px 20px
}

.jrnl .featured-strip-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center
}

.jrnl .fstrip-img-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 360px;
    background: #3a5060
}

.jrnl .fstrip-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .75;
    transition: opacity .35s ease-in-out
}

.jrnl .fstrip-img-wrap:hover img {
    opacity: .9
}

.jrnl .fstrip-overlay {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 3px, #283b492e 3px, #283b492e 4px);
    pointer-events: none
}

.jrnl .fstrip-txt {
    color: #fff
}

.jrnl .fstrip-label {
    font-size: 15px;
    color: #B3B99A;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-bottom: 20px
}

.jrnl .fstrip-heading {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 20px;
    color: #fff
}

.jrnl .fstrip-para {
    font-size: 16px;
    line-height: 1.65;
    color: #ffffffbf;
    margin: 0 0 32px
}

.jrnl .fstrip-stat {
    display: flex;
    gap: 32px
}

.jrnl .stat-box {
    border: 2px solid #B3B99A;
    border-radius: 12px;
    padding: 20px;
    min-width: 120px;
    text-align: center
}

.jrnl .stat-num {
    font-size: 34px;
    font-weight: 900;
    color: #B3B99A;
    line-height: 1.15;
    display: block
}

.jrnl .stat-lbl {
    font-size: 15px;
    color: #fff9;
    line-height: 1.4
}

.jrnl .topics-band {
    padding: 64px 20px;
    background: #f5f5f2
}

.jrnl .topics-inner {
    max-width: 1400px;
    margin: 0 auto
}

.jrnl .topics-head {
    margin-bottom: 32px
}

.jrnl .topics-heading {
    font-size: 34px;
    font-weight: 800;
    color: #283B49;
    line-height: 1.15;
    margin: 0 0 8px
}

.jrnl .topics-sub {
    font-size: 16px;
    color: #898989;
    line-height: 1.65;
    max-width: 480px
}

.jrnl .topics-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.jrnl .topic-item {
    background: #fff;
    border-radius: 12px;
    padding: 32px 20px;
    box-shadow: 1px 2px 5px -2px #283b4912;
    position: relative;
    transition: box-shadow .3s ease-in-out
}

.jrnl .topic-item:hover {
    box-shadow: 1px 4px 25px -2px #283b4914
}

.jrnl .topic-accent {
    width: 32px;
    height: 3px;
    background: #B3B99A;
    border-radius: 0;
    margin-bottom: 12px
}

.jrnl .topic-name {
    font-size: 16px;
    font-weight: 700;
    color: #283B49;
    line-height: 1.4;
    margin: 0 0 8px
}

.jrnl .topic-desc {
    font-size: 15px;
    color: #898989;
    line-height: 1.65;
    margin: 0
}

.jrnl .newsletter-band {
    padding: 64px 20px;
    background: #fff;
    text-align: center
}

.jrnl .newsletter-inner {
    max-width: 560px;
    margin: 0 auto
}

.jrnl .nl-heading {
    font-size: 34px;
    font-weight: 800;
    color: #283B49;
    line-height: 1.15;
    margin: 0 0 12px
}

.jrnl .nl-sub {
    font-size: 16px;
    color: #898989;
    line-height: 1.65;
    margin: 0 0 32px
}

.jrnl .nl-form {
    display: flex;
    gap: 12px;
    flex-direction: row
}

.jrnl .nl-input {
    flex: 1;
    padding: 12px 20px;
    border: 1px solid #b3b99a80;
    border-radius: 6px;
    font-size: 15px;
    color: #283B49;
    background: #fff;
    box-shadow: inset 1px 2px 5px -2px #283b4912;
    outline: none;
    transition: border-color .28s ease-in-out;
    text-overflow: ellipsis
}

.jrnl .nl-input::placeholder {
    color: #898989;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.jrnl .nl-input:focus {
    border-color: #283B49
}

.jrnl .nl-btn {
    padding: 12px 32px;
    background: #283B49;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #283B49;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background .28s ease-in-out, color .28s ease-in-out;
    white-space: nowrap
}

.jrnl .nl-btn:hover {
    background: transparent;
    color: #283B49
}

@keyframes jrnl-rise {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

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

.jrnl .pg-lead .lead-inner {
    animation: jrnl-rise .4s cubic-bezier(0.4, 0, 0.2, 1) both
}

.jrnl .pcard {
    animation: jrnl-rise .35s cubic-bezier(0.4, 0, 0.2, 1) both
}

.jrnl .pcard:nth-child(1) {
    animation-delay: .05s
}

.jrnl .pcard:nth-child(2) {
    animation-delay: .1s
}

.jrnl .pcard:nth-child(3) {
    animation-delay: .15s
}

.jrnl .pcard:nth-child(4) {
    animation-delay: .2s
}

.jrnl .pcard:nth-child(5) {
    animation-delay: .25s
}

.jrnl .pcard:nth-child(6) {
    animation-delay: .3s
}

@media (max-width: 1200px) {
    .jrnl .grid-row {
        grid-template-columns: repeat(3, 1fr)
    }

    .jrnl .lead-abbr {
        display: none
    }
}

@media (max-width: 992px) {
    .jrnl .grid-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .jrnl .featured-strip-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .jrnl .fstrip-img-wrap {
        height: 260px
    }

    .jrnl .topics-list {
        grid-template-columns: repeat(2, 1fr)
    }

    .jrnl .lead-heading {
        font-size: 34px
    }
}

@media (max-width: 576px) {
    .jrnl .grid-row {
        grid-template-columns: 1fr
    }

    .jrnl .topics-list {
        grid-template-columns: 1fr
    }

    .jrnl .nl-form {
        flex-direction: column
    }

    .jrnl .fstrip-stat {
        flex-direction: column;
        gap: 12px
    }

    .jrnl .lead-heading {
        font-size: 34px
    }

    .jrnl .fstrip-heading {
        font-size: 20px
    }

    .jrnl .nl-heading {
        font-size: 20px
    }

    .jrnl .topics-heading {
        font-size: 20px
    }
}

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

.abt-us .abt-schema {
    display: none
}

.abt-us .abt-hero {
    position: relative;
    background: #fff;
    padding: 64px 0 0
}

.abt-us .abt-hero-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 64px
}

.abt-us .abt-hero-text {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 64px 0;
    position: relative;
    z-index: 1
}

.abt-us .abt-dot-grid {
    position: absolute;
    top: 0;
    left: -32px;
    width: calc(100% + 32px);
    height: 100%;
    pointer-events: none;
    z-index: 0;
    background-image: radial-gradient(circle, #B3B99A 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .38
}

.abt-us .abt-hero-label {
    font-size: 15px;
    line-height: 1.4;
    color: #898989;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}

.abt-us .abt-hero-h1 {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 800;
    color: #283B49;
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}

.abt-us .abt-hero-h1 .marked {
    display: inline;
    background: linear-gradient(180deg, transparent 55%, #B3B99A 55%);
    background-size: 100% 100%;
    padding-bottom: 2px
}

.abt-us .abt-hero-desc {
    font-size: 16px;
    line-height: 1.65;
    color: #283B49;
    max-width: 440px;
    position: relative;
    z-index: 1;
    margin-bottom: 32px
}

.abt-us .abt-hero-stat-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    position: relative;
    z-index: 1
}

.abt-us .abt-stat-item {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.abt-us .abt-stat-num {
    font-size: 34px;
    font-weight: 800;
    color: #283B49;
    line-height: 1.15
}

.abt-us .abt-stat-lbl {
    font-size: 15px;
    color: #898989;
    line-height: 1.4
}

.abt-us .abt-hero-img-col {
    flex: 1 1 0;
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border-radius: 0 0 0 0
}

.abt-us .abt-hero-img-col::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #B3B99A;
    z-index: 1;
    opacity: 0;
    mix-blend-mode: multiply;
    pointer-events: none
}

.abt-us .abt-hero-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: saturate(0.7) contrast(1.08);
    transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .abt-hero-img-col:hover img {
    transform: scale(1.03)
}

.abt-us .abt-hero-img-skeleton {
    position: absolute;
    inset: 0;
    background: #e8e8e2;
    z-index: 2;
    transition: opacity .35s ease-in-out
}

.abt-us .abt-hero-img-col img.loaded+.abt-hero-img-skeleton,
.abt-us .abt-hero-img-skeleton.hidden {
    opacity: 0;
    pointer-events: none
}

.abt-us .abt-divider-grad {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #283B49 0%, #B3B99A 55%, transparent 100%);
    margin: 0
}

.abt-us .abt-about-block {
    background: #f5f5f2;
    position: relative;
    padding: 64px 0;
    overflow: hidden
}

.abt-us .abt-stripe-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: repeating-linear-gradient(90deg, #283b490a 0px, #283b490a 1px, transparent 1px, transparent 36px)
}

.abt-us .abt-about-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1
}

.abt-us .abt-about-top {
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: flex-start;
    margin-bottom: 64px
}

.abt-us .abt-about-left {
    flex: 0 0 340px;
    max-width: 340px
}

.abt-us .abt-about-h2 {
    font-size: 34px;
    font-weight: 800;
    color: #283B49;
    line-height: 1.15;
    margin-bottom: 20px
}

.abt-us .abt-accent-bar {
    width: 48px;
    height: 4px;
    background: #B3B99A;
    border-radius: 0;
    margin-bottom: 20px
}

.abt-us .abt-about-intro {
    font-size: 16px;
    line-height: 1.65;
    color: #283B49;
    margin-bottom: 0
}

.abt-us .abt-about-right {
    flex: 1 1 0
}

.abt-us .abt-about-para {
    font-size: 16px;
    line-height: 1.65;
    color: #283B49;
    margin-bottom: 20px
}

.abt-us .abt-about-para:last-child {
    margin-bottom: 0
}

.abt-us .abt-three-cols {
    display: flex;
    flex-direction: row;
    gap: 0;
    position: relative;
    margin-bottom: 64px
}

.abt-us .abt-three-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #283B49 0%, #B3B99A 60%, #f5f5f2 100%);
    border-radius: 0
}

.abt-us .abt-col-card {
    flex: 1 1 0;
    padding: 32px;
    background: #fff;
    border-right: 1px solid #283b491a;
    margin-top: 4px;
    transition: box-shadow .28s ease-in-out
}

.abt-us .abt-col-card:last-child {
    border-right: none
}

.abt-us .abt-col-card:hover {
    box-shadow: 1px 4px 25px -2px #283b4914
}

.abt-us .abt-col-num {
    font-size: 48px;
    font-weight: 800;
    color: #B3B99A;
    line-height: 1.15;
    margin-bottom: 8px
}

.abt-us .abt-col-h {
    font-size: 20px;
    font-weight: 700;
    color: #283B49;
    line-height: 1.4;
    margin-bottom: 12px
}

.abt-us .abt-col-p {
    font-size: 15px;
    line-height: 1.65;
    color: #898989
}

.abt-us .abt-timeline-label {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #898989;
    margin-bottom: 32px
}

.abt-us .abt-timeline {
    display: flex;
    flex-direction: row;
    gap: 0;
    position: relative;
    align-items: flex-start
}

.abt-us .abt-timeline::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #283B49 0%, #B3B99A 80%, transparent 100%);
    z-index: 0
}

.abt-us .abt-tl-item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-top: 36px
}

.abt-us .abt-tl-dot {
    position: absolute;
    top: 8px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background: #283B49;
    border: 3px solid #f5f5f2;
    z-index: 1;
    transition: background .25s ease-in-out
}

.abt-us .abt-tl-item:hover .abt-tl-dot {
    background: #B3B99A
}

.abt-us .abt-tl-year {
    font-size: 15px;
    font-weight: 700;
    color: #283B49;
    margin-bottom: 8px;
    line-height: 1.4
}

.abt-us .abt-tl-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-right: 20px;
    box-shadow: 1px 2px 5px -2px #283b4912;
    transition: box-shadow .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.abt-us .abt-tl-item:hover .abt-tl-card {
    box-shadow: 1px 10px 60px -2px #283b4921
}

.abt-us .abt-tl-card-h {
    font-size: 15px;
    font-weight: 700;
    color: #283B49;
    margin-bottom: 8px;
    line-height: 1.4
}

.abt-us .abt-tl-card-p {
    font-size: 15px;
    line-height: 1.65;
    color: #898989
}

.abt-us .abt-expert-row {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: center;
    margin-top: 64px;
    padding-top: 32px;
    border-top: 1px solid #283b491a
}

.abt-us .abt-portrait-wrap {
    flex: 0 0 auto;
    width: 110px;
    height: 154px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 4px 25px -2px #283b4914;
    position: relative
}

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

.abt-us .abt-portrait-skeleton {
    position: absolute;
    inset: 0;
    background: #e8e8e2;
    z-index: 2;
    transition: opacity .35s ease-in-out
}

.abt-us .abt-expert-bio {
    flex: 1 1 0
}

.abt-us .abt-expert-name {
    font-size: 20px;
    font-weight: 700;
    color: #283B49;
    margin-bottom: 4px;
    line-height: 1.4
}

.abt-us .abt-expert-role {
    font-size: 15px;
    color: #B3B99A;
    margin-bottom: 12px;
    line-height: 1.4
}

.abt-us .abt-expert-quote {
    font-size: 16px;
    line-height: 1.65;
    color: #283B49
}

.abt-us .abt-img2-wrap {
    flex: 0 0 260px;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 4px 25px -2px #283b4914
}

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

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

.abt-us .abt-img2-skeleton {
    position: absolute;
    inset: 0;
    background: #e8e8e2;
    z-index: 2;
    transition: opacity .35s ease-in-out
}

.abt-us .abt-img3-wrap {
    flex: 0 0 200px;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 2px 5px -2px #283b4912
}

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

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

.abt-us .abt-img3-skeleton {
    position: absolute;
    inset: 0;
    background: #e8e8e2;
    z-index: 2;
    transition: opacity .35s ease-in-out
}

@keyframes abt-clip-reveal {
    from {
        clip-path: inset(0 0 100% 0);
        opacity: .4
    }

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

.abt-us .abt-reveal {
    animation: abt-clip-reveal .55s cubic-bezier(0.4, 0, 0.2, 1) both
}

.abt-us .abt-reveal-2 {
    animation: abt-clip-reveal .65s .12s cubic-bezier(0.4, 0, 0.2, 1) both
}

.abt-us .abt-reveal-3 {
    animation: abt-clip-reveal .72s .22s cubic-bezier(0.4, 0, 0.2, 1) both
}

@media (max-width: 992px) {
    .abt-us .abt-hero-inner {
        flex-direction: column;
        gap: 32px;
        padding: 0 20px
    }

    .abt-us .abt-hero-text {
        flex: unset;
        max-width: 100%;
        padding: 32px 0 0
    }

    .abt-us .abt-hero-img-col {
        min-height: 280px;
        width: 100%
    }

    .abt-us .abt-hero {
        padding: 32px 0 0
    }

    .abt-us .abt-about-top {
        flex-direction: column;
        gap: 32px
    }

    .abt-us .abt-about-left {
        flex: unset;
        max-width: 100%
    }

    .abt-us .abt-three-cols {
        flex-direction: column;
        gap: 0
    }

    .abt-us .abt-col-card {
        border-right: none;
        border-bottom: 1px solid #283b491a
    }

    .abt-us .abt-col-card:last-child {
        border-bottom: none
    }

    .abt-us .abt-timeline {
        flex-direction: column;
        gap: 32px
    }

    .abt-us .abt-timeline::before {
        top: 0;
        bottom: 0;
        left: 7px;
        right: auto;
        width: 2px;
        height: auto
    }

    .abt-us .abt-tl-item {
        padding-top: 0;
        padding-left: 32px
    }

    .abt-us .abt-tl-dot {
        top: 0;
        left: 0
    }

    .abt-us .abt-tl-card {
        margin-right: 0
    }

    .abt-us .abt-expert-row {
        flex-direction: column;
        align-items: flex-start
    }

    .abt-us .abt-img2-wrap,
    .abt-us .abt-img3-wrap {
        width: 100%;
        flex: unset;
        height: 180px
    }

    .abt-us .abt-about-inner {
        padding: 0 20px
    }
}

@media (max-width: 576px) {
    .abt-us .abt-hero-h1 {
        font-size: 34px
    }

    .abt-us .abt-about-h2 {
        font-size: 34px
    }

    .abt-us .abt-hero-stat-row {
        flex-direction: column;
        gap: 20px
    }

    .abt-us .abt-about-block {
        padding: 32px 0
    }

    .abt-us .abt-col-card {
        padding: 20px
    }
}

@media (min-width: 1200px) {
    .abt-us .abt-hero-inner {
        padding: 0 64px
    }

    .abt-us .abt-about-inner {
        padding: 0 64px
    }
}

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

.ct-us .pg-lead {
    padding: 64px 0;
    position: relative;
    background: linear-gradient(160deg, #fff 0%, #f4f5f0 60%, #e8eae0 100%);
    overflow: hidden
}

.ct-us .pg-lead::before {
    content: '';
    position: absolute;
    left: -120px;
    top: -80px;
    width: 480px;
    height: 380px;
    background: radial-gradient(ellipse 70% 60% at 20% 40%, #283b491a 0%, transparent 70%);
    pointer-events: none
}

.ct-us .pg-lead::after {
    content: '';
    position: absolute;
    right: -60px;
    bottom: -40px;
    width: 320px;
    height: 260px;
    background: radial-gradient(ellipse 60% 55% at 80% 70%, #b3b99a2e 0%, transparent 70%);
    pointer-events: none
}

.ct-us .lead-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px
}

.ct-us .lead-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    align-items: end
}

.ct-us .lead-col-a {
    grid-column: 1 / 3
}

.ct-us .lead-col-b {
    grid-column: 3 / 4;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end
}

.ct-us .lead-eyebrow {
    font-size: 15px;
    color: #B3B99A;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block
}

.ct-us .lead-h1 {
    font-size: 48px;
    line-height: 1.15;
    color: #283B49;
    font-weight: 800;
    margin: 0 0 20px;
    max-width: 560px
}

.ct-us .lead-h1 em {
    font-style: normal;
    display: inline;
    background: linear-gradient(90deg, #b3b99a8c 0%, #b3b99a2e 100%);
    padding: 0 4px;
    border-radius: 6px
}

.ct-us .lead-desc {
    font-size: 16px;
    line-height: 1.65;
    color: #283B49;
    max-width: 480px;
    margin: 0
}

.ct-us .lead-shape {
    width: 180px;
    height: 180px;
    position: relative;
    flex-shrink: 0
}

.ct-us .lead-shape svg {
    width: 100%;
    height: 100%
}

.ct-us .lead-link {
    font-size: 15px;
    color: #283B49;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #B3B99A;
    transition: color .28s ease-in-out, text-decoration-color .28s ease-in-out
}

.ct-us .lead-link:hover {
    color: #B3B99A;
    text-decoration-color: #283B49
}

.ct-us .divider-a {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px
}

.ct-us .dash-line {
    border: none;
    height: 2px;
    background: repeating-linear-gradient(90deg, #B3B99A 0px, #B3B99A 6px, transparent 6px, transparent 10px, #B3B99A 10px, #B3B99A 22px, transparent 22px, transparent 28px);
    margin: 0
}

.ct-us .form-belt {
    padding: 64px 0;
    background: #fff;
    position: relative
}

.ct-us .form-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 64px;
    align-items: start
}

.ct-us .form-meta {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 32px
}

.ct-us .meta-label {
    font-size: 15px;
    color: #898989;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block
}

.ct-us .meta-h2 {
    font-size: 34px;
    line-height: 1.15;
    color: #283B49;
    font-weight: 700;
    margin: 0 0 12px
}

.ct-us .meta-p {
    font-size: 15px;
    line-height: 1.65;
    color: #898989;
    margin: 0
}

.ct-us .float-card {
    background: #ffffffb8;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid #b3b99a61;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 1px 4px 25px -2px #283b4914;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ct-us .card-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #b3b99a38
}

.ct-us .card-row:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.ct-us .card-dot {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #B3B99A;
    flex-shrink: 0
}

.ct-us .card-dot.active {
    background: #283B49
}

.ct-us .card-key {
    font-size: 15px;
    color: #898989;
    flex: 1
}

.ct-us .card-val {
    font-size: 15px;
    color: #283B49;
    font-weight: 600;
    text-align: right
}

.ct-us .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.ct-us .field-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

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

.ct-us .f-label {
    font-size: 15px;
    color: #283B49;
    font-weight: 600
}

.ct-us .f-input {
    width: 100%;
    padding: 12px 20px;
    border: 1.5px solid #b3b99a80;
    border-radius: 6px;
    font-size: 16px;
    color: #283B49;
    background: #fff;
    box-shadow: inset 1px 2px 5px -2px #283b4912;
    transition: border-color .25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
    text-overflow: ellipsis
}

.ct-us .f-input::placeholder {
    color: #B3B99A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ct-us .f-input:focus {
    outline: none;
    border-color: #283B49;
    box-shadow: inset 1px 2px 5px -2px #283b4912 0 0 0 3px #b3b99a47
}

.ct-us .channel-group {
    display: flex;
    flex-direction: column;
    gap: 8px
}

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

.ct-us .ch-opt {
    position: relative
}

.ct-us .ch-opt input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.ct-us .ch-lbl {
    display: inline-block;
    padding: 8px 20px;
    border: 1.5px solid #b3b99a80;
    border-radius: 20px;
    font-size: 15px;
    color: #898989;
    cursor: pointer;
    transition: border-color .28s ease-in-out, color .28s ease-in-out, background .28s ease-in-out;
    user-select: none
}

.ct-us .ch-opt input[type="radio"]:checked+.ch-lbl {
    border-color: #283B49;
    color: #283B49;
    background: #283b490f;
    font-weight: 600
}

.ct-us .ch-lbl:hover {
    border-color: #B3B99A;
    color: #283B49
}

.ct-us .ch-opt input[type="radio"]:focus-visible+.ch-lbl {
    outline: 2px solid #283B49;
    outline-offset: 2px
}

.ct-us .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px
}

.ct-us .priv-check {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #283B49;
    flex-shrink: 0;
    cursor: pointer
}

.ct-us .priv-text {
    font-size: 15px;
    line-height: 1.65;
    color: #898989
}

.ct-us .priv-text a {
    color: #283B49;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: #B3B99A;
    transition: color .26s ease-in-out
}

.ct-us .priv-text a:hover {
    color: #B3B99A
}

.ct-us .btn-submit {
    align-self: flex-start;
    padding: 12px 32px;
    background: #283B49;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #283B49;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background .28s cubic-bezier(0.4, 0, 0.2, 1), color .28s cubic-bezier(0.4, 0, 0.2, 1), border-color .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.ct-us .btn-submit::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 6px;
    border: 2px solid #B3B99A;
    opacity: 0;
    transition: opacity .32s ease-in-out;
    pointer-events: none
}

.ct-us .btn-submit:hover {
    background: #fff;
    color: #283B49;
    border-color: #283B49
}

.ct-us .btn-submit:hover::before {
    opacity: 1
}

.ct-us .btn-submit:focus-visible {
    outline: 3px solid #B3B99A;
    outline-offset: 3px
}

.ct-us .btn-submit:active {
    background: #B3B99A;
    color: #283B49;
    border-color: #B3B99A
}

.ct-us .divider-b {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px
}

.ct-us .addr-belt {
    padding: 64px 0;
    background: linear-gradient(155deg, #283B49 0%, #1e2d38 100%);
    position: relative;
    overflow: hidden
}

.ct-us .addr-blob {
    position: absolute;
    right: -80px;
    top: -60px;
    width: 420px;
    height: 340px;
    background: radial-gradient(ellipse 65% 55% at 75% 30%, #b3b99a24 0%, transparent 70%);
    pointer-events: none
}

.ct-us .addr-curve {
    position: absolute;
    left: -30px;
    bottom: -20px;
    width: 260px;
    height: 200px;
    pointer-events: none;
    opacity: .18
}

.ct-us .addr-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 32px;
    align-items: start
}

.ct-us .addr-col-label {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ct-us .addr-eyebrow {
    font-size: 15px;
    color: #B3B99A;
    letter-spacing: .1em;
    text-transform: uppercase
}

.ct-us .addr-h3 {
    font-size: 34px;
    line-height: 1.15;
    color: #fff;
    font-weight: 700;
    margin: 0
}

.ct-us .addr-sub {
    font-size: 15px;
    line-height: 1.65;
    color: #fff9;
    margin: 0
}

.ct-us .addr-details {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.ct-us .addr-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    opacity: 0;
    transform: translateY(16px);
    animation: fadeup .38s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.ct-us .addr-item:nth-child(1) {
    animation-delay: .08s
}

.ct-us .addr-item:nth-child(2) {
    animation-delay: .18s
}

.ct-us .addr-item:nth-child(3) {
    animation-delay: .28s
}

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

.ct-us .addr-item-key {
    font-size: 15px;
    color: #B3B99A;
    letter-spacing: .06em;
    text-transform: uppercase
}

.ct-us .addr-item-val {
    font-size: 16px;
    color: #fff;
    line-height: 1.4
}

.ct-us .addr-item-val a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #b3b99a80;
    transition: text-decoration-color .26s ease-in-out, color .26s ease-in-out
}

.ct-us .addr-item-val a:hover {
    color: #B3B99A;
    text-decoration-color: #B3B99A
}

.ct-us .addr-svc {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end
}

.ct-us .svc-badge {
    background: #b3b99a26;
    border: 1px solid #b3b99a4d;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 240px
}

.ct-us .svc-badge-label {
    font-size: 15px;
    color: #ffffff8c
}

.ct-us .svc-badge-val {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1.15
}

.ct-us .svc-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 15px;
    color: #B3B99A;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: #b3b99a66;
    transition: color .28s ease-in-out, text-decoration-color .28s ease-in-out
}

.ct-us .svc-link:hover {
    color: #fff;
    text-decoration-color: #fff
}

@media (max-width: 992px) {
    .ct-us .lead-grid {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ct-us .lead-col-a {
        grid-column: 1
    }

    .ct-us .lead-col-b {
        grid-column: 1;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap
    }

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

    .ct-us .form-meta {
        position: static
    }

    .ct-us .addr-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .ct-us .addr-svc {
        align-items: flex-start
    }

    .ct-us .svc-badge {
        max-width: 100%
    }
}

@media (max-width: 576px) {
    .ct-us .lead-h1 {
        font-size: 34px
    }

    .ct-us .field-row {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .ct-us .lead-inner,
    .ct-us .form-inner,
    .ct-us .addr-inner,
    .ct-us .divider-a,
    .ct-us .divider-b {
        padding: 0 20px
    }

    .ct-us .pg-lead,
    .ct-us .form-belt,
    .ct-us .addr-belt {
        padding: 32px 0
    }

    .ct-us .meta-h2 {
        font-size: 20px
    }

    .ct-us .channel-opts {
        gap: 8px
    }
}

.success-pg {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 20px;
    background: linear-gradient(160deg, #f5f6f3 0%, #eef0ea 60%, #f7f8f5 100%)
}

.success-pg .result-card {
    max-width: 560px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 64px 32px;
    box-shadow: 1px 10px 60px -2px #283b4921;
    text-align: center
}

.success-pg .icon-wrap {
    width: 72px;
    height: 72px;
    margin: 0 auto 32px;
    border-radius: 20px;
    background: #B3B99A;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.success-pg .icon-wrap svg {
    display: block
}

.success-pg .result-heading {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    color: #283B49;
    margin: 0 0 20px;
    letter-spacing: -.01em
}

.success-pg .result-text {
    font-size: 16px;
    line-height: 1.65;
    color: #898989;
    margin: 0 0 32px
}

.success-pg .accent-bar {
    width: 40px;
    height: 3px;
    background: #B3B99A;
    border-radius: 0;
    margin: 0 auto 32px
}

.success-pg .back-link {
    display: inline-block;
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    background: #283B49;
    border-radius: 12px;
    text-decoration: none;
    border: 2px solid #283B49;
    transition: background .28s ease-in-out, color .28s ease-in-out, border-color .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.success-pg .back-link:hover {
    background: transparent;
    color: #283B49
}

.success-pg .back-link:focus-visible {
    outline: 3px solid #B3B99A;
    outline-offset: 4px
}

@media (max-width: 576px) {
    .success-pg .result-card {
        padding: 32px 20px
    }

    .success-pg .result-heading {
        font-size: 20px
    }
}