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

* {
    box-sizing: border-box
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
    overflow-wrap: break-word
}

.site_header {
    position: relative;
    background: linear-gradient(135deg, #0d0d0b 0%, #1a1508 55%, #0d0d0b 100%);
    border-bottom: 1px solid #b494422e;
    z-index: 100
}

.site_header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #B49442 30%, #CEDAB5 60%, transparent 100%);
    pointer-events: none
}

.header_bar {
    max-width: 1024px;
    margin: 0 auto;
    padding: 24px 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap
}

.brand_unit {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    text-decoration: none
}

.logo_capsule {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 48px;
    border: 2px solid #B49442;
    background: #b4944214;
    box-shadow: 0 1px 4px 0 #b4944212 0 5px 22px 0 #b4944214;
    padding: 8px;
    flex-shrink: 0
}

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

.brand_text {
    display: flex;
    flex-direction: column;
    gap: 0
}

.brand_name {
    font-family: 'Figtree', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    color: #FDFDFB;
    letter-spacing: 0
}

.brand_tagline {
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #CEDAB5;
    font-style: italic
}

.header_accent {
    width: 6px;
    height: 6px;
    border-radius: 48px;
    background: #B49442;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px #b494422e
}

.primary_navigation {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px
}

.primary_navigation a {
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #CEDAB5;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: color .25s ease-in-out, border-color .28s cubic-bezier(0.4, 0, 0.2, 1), background .28s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    position: relative
}

.primary_navigation a:hover {
    color: #FDFDFB;
    border-color: #b4944266;
    background: #b4944217
}

.primary_navigation a:focus {
    outline: none;
    color: #FDFDFB;
    border-color: #B49442
}

.primary_navigation a:focus::before {
    content: 'focused';
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    color: #B49442;
    background: #0d0d0b;
    padding: 0 8px;
    border-radius: 6px;
    white-space: nowrap;
    pointer-events: none
}

.nav_cta {
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #B49442;
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 20px;
    border: 2px solid #B49442;
    background: transparent;
    transition: color .25s ease-in-out, background .32s cubic-bezier(0.4, 0, 0.2, 1), filter .25s ease-in-out;
    white-space: nowrap;
    position: relative
}

.nav_cta:hover {
    background: #b494421f;
    filter: brightness(1.15)
}

.nav_cta:focus {
    outline: none;
    background: #b4944226
}

.nav_cta:focus::before {
    content: 'focused';
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    color: #B49442;
    background: #0d0d0b;
    padding: 0 8px;
    border-radius: 6px;
    white-space: nowrap;
    pointer-events: none
}

.site_footer {
    background: linear-gradient(180deg, #0f0e09 0%, #181408 100%);
    border-top: 2px solid #b494424d
}

.footer_upper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 40px 40px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    border-bottom: 1px solid #cedab51a
}

.footer_brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.footer_logo_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 20px;
    border: 2px solid #b4944280;
    background: #b4944212;
    box-shadow: 0 1px 4px 0 #b4944212 0 5px 22px 0 #b4944214;
    padding: 8px
}

.footer_logo_wrap img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block
}

.footer_contact_links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center
}

.footer_contact_links a {
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #CEDAB5;
    text-decoration: none;
    transition: color .26s ease-in-out
}

.footer_contact_links a:hover {
    color: #FDFDFB
}

.footer_contact_links a:focus {
    outline: none;
    color: #B49442
}

.footer_address {
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #cedab599;
    text-align: center
}

.footer_lower {
    max-width: 1024px;
    margin: 0 auto;
    padding: 24px 40px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

.footer_policy_links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0
}

.footer_policy_links a {
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #cedab5b3;
    text-decoration: none;
    padding: 8px 16px;
    transition: color .26s ease-in-out;
    position: relative
}

.footer_policy_links a:hover {
    color: #CEDAB5
}

.footer_policy_links a:focus {
    outline: none;
    color: #B49442
}

.footer_policy_links a+a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #b494424d
}

.footer_copy {
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #cedab566
}

.cookie_strip {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #0f0e09;
    border-bottom: 2px solid #b4944266;
    z-index: 1000;
    box-shadow: 0 8px 52px 0 #b4944224
}

.cookie_strip_inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px
}

.cookie_message {
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #CEDAB5;
    flex: 1;
    min-width: 200px
}

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

.cookie_allow {
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: #B49442;
    background: transparent;
    border: 2px solid #B49442;
    border-radius: 20px;
    padding: 8px 24px;
    cursor: pointer;
    transition: background .32s cubic-bezier(0.4, 0, 0.2, 1), filter .25s ease-in-out;
    min-height: 44px
}

.cookie_allow:hover {
    background: #b494421f;
    filter: brightness(1.15)
}

.cookie_allow:focus {
    outline: 2px solid #B49442;
    outline-offset: 2px
}

.cookie_allow:active {
    box-shadow: inset 0 2px 6px 0 #b494424d
}

.cookie_refuse {
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: #cedab5b3;
    background: transparent;
    border: 2px solid #cedab54d;
    border-radius: 20px;
    padding: 8px 24px;
    cursor: pointer;
    transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1), color .26s ease-in-out;
    min-height: 44px
}

.cookie_refuse:hover {
    border-color: #cedab599;
    color: #CEDAB5
}

.cookie_refuse:focus {
    outline: 2px solid #cedab580;
    outline-offset: 2px
}

.cookie_refuse:active {
    box-shadow: inset 0 2px 6px 0 #cedab526
}

@media (max-width: 768px) {
    .header_bar {
        padding: 16px 24px;
        gap: 16px
    }

    .primary_navigation {
        justify-content: flex-start;
        width: 100%
    }

    .footer_upper {
        padding: 40px 24px 24px;
        flex-direction: column;
        align-items: flex-start
    }

    .footer_brand {
        align-items: flex-start
    }

    .footer_contact_links {
        align-items: flex-start
    }

    .footer_address {
        text-align: left
    }

    .footer_lower {
        padding: 24px 24px 40px;
        flex-direction: column;
        align-items: flex-start
    }

    .cookie_strip_inner {
        padding: 16px 24px
    }
}

@media (max-width: 375px) {
    .header_bar {
        padding: 16px;
        gap: 16px
    }

    .primary_navigation a {
        padding: 8px;
        font-size: 15px
    }

    .footer_upper {
        padding: 40px 16px 24px
    }

    .footer_lower {
        padding: 24px 16px 40px
    }

    .cookie_strip_inner {
        padding: 16px
    }

    .cookie_buttons {
        width: 100%
    }

    .cookie_allow,
    .cookie_refuse {
        flex: 1;
        text-align: center
    }
}

.doc-box {
    max-width: 1024px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #FDFDFB;
    background: #14120cf7;
    border-radius: 20px;
    box-shadow: 0 8px 52px 0 #b4944224
}

.doc-box h1 {
    font-size: 56px;
    line-height: 1.2;
    color: #B49442;
    margin-bottom: 40px;
    margin-top: 0;
    padding-bottom: 24px;
    border-bottom: 2px solid #b494424d
}

.doc-box h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #CEDAB5;
    margin-top: 80px;
    margin-bottom: 24px
}

.doc-box h3 {
    font-size: 19px;
    line-height: 1.2;
    color: #CEDAB5;
    margin-top: 40px;
    margin-bottom: 16px
}

.doc-box h4,
.doc-box h5,
.doc-box h6 {
    font-size: 15px;
    line-height: 1.7;
    color: #B49442;
    margin-top: 24px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .04em
}

.doc-box p {
    font-size: 15px;
    line-height: 1.7;
    color: #fdfdfbd1;
    margin-bottom: 16px;
    margin-top: 0
}

.doc-box ul,
.doc-box ol {
    font-size: 15px;
    line-height: 1.7;
    color: #fdfdfbd1;
    margin: 0 0 24px;
    padding-left: 24px
}

.doc-box ul {
    list-style: none;
    padding-left: 0
}

.doc-box ul li {
    padding-left: 24px;
    position: relative;
    margin-bottom: 8px
}

.doc-box ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #B49442
}

.doc-box ol {
    list-style: decimal
}

.doc-box ol li {
    margin-bottom: 8px;
    padding-left: 8px
}

.doc-box ol li::marker {
    color: #B49442
}

.doc-box em,
.doc-box i {
    color: #CEDAB5;
    font-style: italic
}

.doc-box strong {
    color: #FDFDFB;
    font-weight: 700
}

.doc-box table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0;
    font-size: 15px;
    line-height: 1.7;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 5px 22px 0 #b4944214
}

.doc-box thead {
    background: #b494422e
}

.doc-box thead th {
    color: #B49442;
    font-size: 15px;
    line-height: 1.2;
    padding: 16px 24px;
    text-align: left;
    border-bottom: 2px solid #b494424d
}

.doc-box tbody tr {
    border-bottom: 1px solid #cedab514;
    transition: background .25s ease-in-out
}

.doc-box tbody tr:hover {
    background: #cedab50d
}

.doc-box tbody tr:last-child {
    border-bottom: none
}

.doc-box td {
    padding: 16px 24px;
    color: #fdfdfbd1;
    vertical-align: top
}

.doc-box hr {
    border: none;
    height: 1px;
    background: #b4944233;
    margin: 40px 0
}

.doc-box div {
    font-size: 15px;
    line-height: 1.7
}

@media (max-width: 768px) {
    .doc-box {
        padding: 40px 24px;
        border-radius: 6px
    }

    .doc-box h1 {
        font-size: 24px
    }

    .doc-box h2 {
        font-size: 19px;
        margin-top: 40px
    }

    .doc-box table {
        display: block;
        overflow-x: auto
    }
}

@media (max-width: 375px) {
    .doc-box {
        padding: 24px 16px
    }

    .doc-box h1 {
        font-size: 19px
    }

    .doc-box thead th,
    .doc-box td {
        padding: 8px 16px
    }
}

.about-us {
    background: #0e0e0f;
    overflow-x: clip
}

.about-us .identity-block {
    position: relative;
    padding: 80px 24px;
    max-width: 1024px;
    margin: 0 auto
}

.about-us .identity-block .dot-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, #b494422e 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    overflow: hidden;
    border-radius: 6px
}

.about-us .identity-wrap {
    position: relative;
    background: linear-gradient(180deg, #1a1200 0%, #0e0e0f 100%);
    border-radius: 20px;
    overflow: hidden;
    border: 1.5px solid #b494422e;
    box-shadow: 0 8px 52px 0 #b4944224
}

.about-us .identity-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 80px 40px;
    align-items: flex-start
}

.about-us .identity-text-col {
    flex: 1 1 0;
    min-width: 0
}

.about-us .identity-image-col {
    flex: 0 0 380px;
    max-width: 380px
}

.about-us .identity-image-col .img-mask {
    width: 100%;
    aspect-ratio: 16/9;
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 5px 22px 0 #b4944214
}

.about-us .identity-image-col .img-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us .identity-image-col .img-mask:hover img {
    transform: scale(1.04)
}

.about-us .identity-text-col .label-tag {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    color: #B49442;
    border: 1.5px solid #b4944266;
    border-radius: 48px;
    padding: 8px 16px;
    margin-bottom: 24px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.about-us .identity-text-col h1 {
    font-size: 56px;
    line-height: 1.2;
    color: #FDFDFB;
    margin: 0 0 24px;
    text-transform: uppercase;
    font-weight: 800
}

.about-us .identity-text-col h1 sup {
    font-size: 19px;
    color: #B49442;
    font-weight: 400;
    vertical-align: super;
    line-height: 1
}

.about-us .identity-text-col .lead-statement {
    font-size: 19px;
    line-height: 1.7;
    color: #CEDAB5;
    margin: 0 0 24px
}

.about-us .identity-text-col .body-paragraph {
    font-size: 15px;
    line-height: 1.7;
    color: #fdfdfbb8;
    margin: 0 0 16px
}

.about-us .identity-text-col .body-paragraph:last-child {
    margin-bottom: 0
}

.about-us .identity-text-col .cta-link {
    display: inline-block;
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.2;
    color: #0e0e0f;
    background: #B49442;
    border: 2.5px solid #B49442;
    border-radius: 6px;
    padding: 16px 40px;
    text-decoration: none;
    font-weight: 700;
    transition: filter .28s ease-in-out, background .28s ease-in-out, color .28s ease-in-out
}

.about-us .identity-text-col .cta-link:hover {
    filter: brightness(1.14)
}

.about-us .identity-text-col .cta-link:active {
    box-shadow: inset 0 2px 8px 0 #b4944247
}

.about-us .identity-text-col .cta-link:focus-visible {
    outline: 2px solid #CEDAB5;
    outline-offset: 3px
}

.about-us .detail-block {
    padding: 80px 24px;
    max-width: 1024px;
    margin: 0 auto
}

.about-us .detail-wrap {
    position: relative;
    background: linear-gradient(0deg, #cedab50f 0%, #0e0e0f00 100%);
    border-radius: 20px;
    border: 1px solid #cedab51a;
    overflow: hidden
}

.about-us .zigzag-top {
    width: 100%;
    height: 16px;
    display: block;
    overflow: hidden;
    line-height: 0
}

.about-us .zigzag-top svg {
    display: block;
    width: 100%;
    height: 16px
}

.about-us .detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
    padding: 40px 40px 80px
}

.about-us .detail-featured {
    grid-column: 1;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.about-us .detail-featured .featured-image-wrap {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 5px 22px 0 #b4944214;
    position: relative
}

.about-us .detail-featured .featured-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    clip-path: inset(0 round 20px)
}

.about-us .detail-featured .featured-image-wrap .img-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(0deg, #0e0e0fd1 0%, transparent 100%);
    border-radius: 0 0 20px 20px;
    pointer-events: none
}

.about-us .detail-featured h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #FDFDFB;
    margin: 0 0 16px;
    font-weight: 700
}

.about-us .detail-featured .body-paragraph {
    font-size: 15px;
    line-height: 1.7;
    color: #fdfdfbb8;
    margin: 0 0 16px
}

.about-us .detail-featured .body-paragraph:last-child {
    margin-bottom: 0
}

.about-us .detail-side-top {
    grid-column: 2;
    grid-row: 1
}

.about-us .detail-side-bottom {
    grid-column: 2;
    grid-row: 2
}

.about-us .metric-card {
    background: #b4944212;
    border: 1.5px solid #b4944229;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 0 1px 4px 0 #b4944212;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1), border-color .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us .metric-card:hover {
    box-shadow: 0 8px 52px 0 #b4944224;
    border-color: #b4944261
}

.about-us .metric-card h3 {
    font-size: 19px;
    line-height: 1.2;
    color: #CEDAB5;
    margin: 0;
    font-weight: 600
}

.about-us .metric-card .body-paragraph {
    font-size: 15px;
    line-height: 1.7;
    color: #fdfdfbad;
    margin: 0
}

.about-us .metric-card .metric-stat {
    font-size: 56px;
    line-height: 1.2;
    color: #B49442;
    font-weight: 800;
    margin: 0
}

.about-us .metric-card .metric-label {
    font-size: 15px;
    line-height: 1.2;
    color: #cedab599;
    margin: 0
}

.about-us .image-pair-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 0 40px 40px
}

.about-us .image-pair-row .pair-item {
    flex: 1 1 0;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 5px 22px 0 #cedab514
}

.about-us .image-pair-row .pair-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.about-us .image-pair-row .pair-item:hover img {
    transform: scale(1.05)
}

.about-us .image-pair-row .pair-item .pair-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: linear-gradient(0deg, #0e0e0fe0 0%, transparent 100%);
    font-size: 15px;
    line-height: 1.2;
    color: #CEDAB5;
    font-weight: 600
}

.about-us .sq-pattern-accent {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 220px;
    pointer-events: none;
    overflow: hidden;
    border-radius: 0 20px 0 0;
    opacity: .07
}

.about-us .sq-pattern-accent svg {
    display: block
}

@keyframes about-zoom-out {
    from {
        transform: scale(1.08);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.about-us .identity-wrap {
    animation: about-zoom-out .55s cubic-bezier(0.4, 0, 0.2, 1) both
}

@keyframes about-fade-up {
    from {
        transform: translateY(32px);
        opacity: 0
    }

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

.about-us .detail-wrap {
    animation: about-fade-up .48s .18s cubic-bezier(0.4, 0, 0.2, 1) both
}

@media (max-width: 1024px) {
    .about-us .identity-inner {
        flex-direction: column;
        padding: 40px 24px;
        gap: 24px
    }

    .about-us .identity-image-col {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%
    }

    .about-us .detail-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        padding: 24px 24px 40px
    }

    .about-us .detail-featured {
        grid-column: 1;
        grid-row: auto
    }

    .about-us .detail-side-top {
        grid-column: 1;
        grid-row: auto
    }

    .about-us .detail-side-bottom {
        grid-column: 1;
        grid-row: auto
    }

    .about-us .image-pair-row {
        flex-direction: column;
        padding: 0 24px 40px
    }

    .about-us .identity-text-col h1 {
        font-size: 40px
    }
}

@media (max-width: 768px) {
    .about-us .identity-block {
        padding: 40px 16px
    }

    .about-us .identity-inner {
        padding: 24px 16px;
        gap: 24px
    }

    .about-us .identity-text-col h1 {
        font-size: 24px
    }

    .about-us .detail-block {
        padding: 40px 16px
    }

    .about-us .detail-grid {
        padding: 16px 16px 24px;
        gap: 24px
    }

    .about-us .image-pair-row {
        padding: 0 16px 24px;
        gap: 16px
    }

    .about-us .metric-card {
        padding: 24px
    }

    .about-us .metric-card .metric-stat {
        font-size: 40px
    }
}

@media (max-width: 375px) {
    .about-us .identity-text-col .cta-link {
        padding: 16px 24px
    }

    .about-us .identity-text-col h1 {
        font-size: 24px
    }
}

.trial_access_page {
    background-color: #0e0e0b;
    min-height: 100vh;
    overflow-x: clip
}

.trial_access_page .animated_bg {
    padding: 80px 24px;
    position: relative;
    animation: bg_shift 15s linear infinite
}

@keyframes bg_shift {
    0% {
        background-color: #0e0e0b
    }

    50% {
        background-color: #141208
    }

    100% {
        background-color: #0e0e0b
    }
}

.trial_access_page .animated_bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #b4944214 0%, #cedab50d 100%);
    pointer-events: none
}

.trial_access_page .frame_wrapper {
    max-width: 1024px;
    margin: 0 auto;
    position: relative
}

.trial_access_page .frame_border {
    border: 1px solid #b494424d;
    border-radius: 6px;
    padding: 80px;
    position: relative
}

.trial_access_page .frame_border::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #b494421f;
    border-radius: 6px;
    pointer-events: none
}

.trial_access_page .frame_border::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 40px;
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, #B49442, #CEDAB5)
}

.trial_access_page .photo_column {
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    width: 38%;
    border-radius: 0 6px 6px 0;
    overflow: hidden
}

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

.trial_access_page .photo_column::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #b4944200 40%, #b4944259 100%);
    transition: opacity .28s ease-in-out;
    opacity: 0
}

.trial_access_page .photo_column:hover::after {
    opacity: 1
}

.trial_access_page .photo_column:hover img {
    transform: scale(1.04)
}

.trial_access_page .vignette_overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 100% 50%, transparent 40%, #0e0e0bb3 100%);
    pointer-events: none
}

.trial_access_page .text_column {
    width: 56%;
    padding-right: 40px
}

.trial_access_page .superscript_accent {
    font-size: 15px;
    color: #B49442;
    vertical-align: super;
    line-height: 1.2
}

.trial_access_page .heading_primary {
    font-size: 56px;
    line-height: 1.2;
    color: #FDFDFB;
    text-transform: uppercase;
    margin: 0 0 40px;
    letter-spacing: 0
}

.trial_access_page .heading_primary span {
    color: #B49442
}

.trial_access_page .lead_paragraph {
    font-size: 19px;
    line-height: 1.7;
    color: #fdfdfbd9;
    margin: 0 0 24px
}

.trial_access_page .cta_button {
    display: inline-block;
    border: 2.5px solid #B49442;
    color: #B49442;
    background: transparent;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.2;
    padding: 16px 40px;
    cursor: pointer;
    text-decoration: none;
    transition: background .25s ease-in-out, color .25s ease-in-out, filter .28s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 16px
}

.trial_access_page .cta_button:hover {
    background: #b494421f;
    filter: brightness(1.18)
}

.trial_access_page .cta_button:focus {
    outline: 2px solid #CEDAB5;
    outline-offset: 3px
}

.trial_access_page .cta_button:active {
    box-shadow: inset 0 2px 8px 0 #b4944238
}

.trial_access_page .divider_row {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.trial_access_page .divider_row svg {
    width: 100%;
    height: 24px
}

.trial_access_page .details_band {
    padding: 80px 24px;
    background: #cedab50a;
    backdrop-filter: blur(4px);
    position: relative
}

.trial_access_page .details_band::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(90deg, #b4944206 0px, #b4944206 1px, transparent 1px, transparent 80px);
    pointer-events: none
}

.trial_access_page .details_grid {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start
}

.trial_access_page .quotemark {
    font-size: 70px;
    line-height: 1.2;
    color: #b494422e;
    pointer-events: none;
    display: block;
    margin-bottom: 8px;
    font-style: normal
}

.trial_access_page .quote_block {
    background: #b494420f;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 52px 0 #b4944224;
    position: relative
}

.trial_access_page .quote_text {
    font-size: 19px;
    line-height: 1.7;
    color: #fdfdfbe6;
    margin: 0 0 24px;
    font-style: italic
}

.trial_access_page .quote_attribution {
    font-size: 15px;
    line-height: 1.2;
    color: #CEDAB5;
    margin: 0
}

.trial_access_page .steps_column {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.trial_access_page .step_item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    background: #fdfdfb08;
    border-radius: 20px;
    box-shadow: 0 1px 4px 0 #b4944212;
    transition: background .32s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.trial_access_page .step_item:hover {
    background: #b4944214;
    box-shadow: 0 5px 22px 0 #b4944214
}

.trial_access_page .step_number_ring {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    position: relative
}

.trial_access_page .step_number_ring svg {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0
}

.trial_access_page .step_number_text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1.2;
    color: #B49442
}

.trial_access_page .step_label {
    font-size: 15px;
    line-height: 1.7;
    color: #fdfdfbcc;
    margin: 0;
    padding-top: 8px
}

.trial_access_page .step_label strong {
    color: #FDFDFB;
    display: block;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 8px
}

.trial_access_page .side_panel {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.trial_access_page .access_card {
    background: #cedab50f;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 5px 22px 0 #cedab514;
    border: 1px solid #cedab51f
}

.trial_access_page .access_card_heading {
    font-size: 19px;
    line-height: 1.2;
    color: #CEDAB5;
    margin: 0 0 16px;
    text-transform: none
}

.trial_access_page .access_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.trial_access_page .access_list li {
    font-size: 15px;
    line-height: 1.7;
    color: #fdfdfbcc;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px
}

.trial_access_page .access_list li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 48px;
    background: #B49442;
    flex-shrink: 0;
    margin-top: 7px
}

.trial_access_page .inner_subgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 16px
}

.trial_access_page .metric_cell {
    background: #b4944212;
    border-radius: 6px;
    padding: 16px;
    text-align: center
}

.trial_access_page .metric_value {
    font-size: 24px;
    line-height: 1.2;
    color: #B49442;
    display: block;
    margin-bottom: 8px
}

.trial_access_page .metric_label {
    font-size: 15px;
    line-height: 1.2;
    color: #fdfdfb99;
    display: block
}

@media (max-width: 1024px) {
    .trial_access_page .frame_border {
        padding: 40px
    }

    .trial_access_page .text_column {
        width: 58%
    }

    .trial_access_page .photo_column {
        width: 36%
    }

    .trial_access_page .heading_primary {
        font-size: 56px
    }
}

@media (max-width: 768px) {
    .trial_access_page .frame_border {
        padding: 40px 24px
    }

    .trial_access_page .text_column {
        width: 100%;
        padding-right: 0
    }

    .trial_access_page .photo_column {
        display: none !important
    }

    .trial_access_page .heading_primary {
        font-size: 56px
    }

    .trial_access_page .details_grid {
        grid-template-columns: 1fr
    }

    .trial_access_page .inner_subgrid {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 375px) {
    .trial_access_page .heading_primary {
        font-size: 24px
    }

    .trial_access_page .frame_border {
        padding: 40px 16px
    }

    .trial_access_page .inner_subgrid {
        grid-template-columns: 1fr
    }

    .trial_access_page .animated_bg {
        padding: 40px 16px
    }

    .trial_access_page .details_band {
        padding: 40px 16px
    }
}

.root {
    background: #0e0e0f;
    color: #FDFDFB;
    overflow-x: hidden
}

.root .diagonal_split {
    position: relative;
    padding: 80px 24px;
    background: linear-gradient(160deg, #B49442 0%, #B49442 48%, #CEDAB5 48%, #CEDAB5 100%)
}

.root .diagonal_split_inner {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center
}

.root .title_text_col {
    flex: 1;
    min-width: 0
}

.root .title_num_accent {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 800;
    color: #0e0e0f;
    display: block
}

.root .title_num_accent sup {
    font-size: 19px;
    color: #FDFDFB;
    font-weight: 400;
    vertical-align: super
}

.root .title_heading {
    font-size: 56px;
    line-height: 1.2;
    font-weight: 800;
    color: #0e0e0f;
    margin: 0 0 24px;
    text-transform: uppercase
}

.root .title_sub {
    font-size: 19px;
    line-height: 1.7;
    color: #1a0e00;
    max-width: 480px
}

.root .title_image_col {
    flex: 1;
    min-width: 0;
    position: relative
}

.root .bracket_frame {
    position: relative;
    display: inline-block;
    width: 100%
}

.root .bracket_frame::before,
.root .bracket_frame::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-color: #0e0e0f;
    border-style: solid;
    z-index: 2
}

.root .bracket_frame::before {
    top: -8px;
    left: -8px;
    border-width: 3px 0 0 3px
}

.root .bracket_frame::after {
    bottom: -8px;
    right: -8px;
    border-width: 0 3px 3px 0
}

.root .title_image_wrap {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 6px
}

.root .title_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: blur(4px);
    transform: scale(1.08);
    transition: filter .35s cubic-bezier(0.4, 0, 0.2, 1)
}

.root .title_image_wrap:hover img {
    filter: blur(0px)
}

.root .hesitation_band {
    padding: 80px 24px;
    background: #131315;
    border-right: 2px solid #b494422e
}

.root .hesitation_inner {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.root .hesitation_label {
    font-size: 15px;
    color: #B49442;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin: 0 0 16px
}

.root .hesitation_heading {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #FDFDFB;
    margin: 0 0 24px;
    text-transform: uppercase
}

.root .hesitation_body {
    font-size: 15px;
    line-height: 1.7;
    color: #CEDAB5
}

.root .hesitation_image_wrap {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 8px 52px 0 #b4944224
}

.root .hesitation_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .38s cubic-bezier(0.4, 0, 0.2, 1)
}

.root .hesitation_image_wrap:hover img {
    transform: scale(1.04)
}

.root .journey_band {
    padding: 80px 24px;
    position: relative;
    overflow: hidden
}

.root .journey_bg_wash {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #0e0e0f 0%, #1c1408 50%, #0e0e0f 100%);
    animation: color_wash 6s ease-in-out infinite alternate;
    z-index: 0
}

@keyframes color_wash {
    0% {
        background: linear-gradient(180deg, #0e0e0f 0%, #1c1408 50%, #0e0e0f 100%)
    }

    100% {
        background: linear-gradient(180deg, #0e0e0f 0%, #0e1a10 50%, #0e0e0f 100%)
    }
}

.root .journey_inner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.root .journey_heading {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #FDFDFB;
    margin: 0 0 40px;
    text-transform: uppercase
}

.root .journey_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.root .journey_card {
    background: #fdfdfb0a;
    border: 1px solid #cedab51f;
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(8px);
    box-shadow: 0 5px 22px 0 #b4944214;
    transition: border-color .28s ease-in-out, box-shadow .28s ease-in-out
}

.root .journey_card:hover {
    border-color: #b4944259;
    box-shadow: 0 8px 52px 0 #b4944224
}

.root .journey_card_num {
    font-size: 56px;
    line-height: 1.2;
    font-weight: 800;
    color: #b494422e;
    display: block;
    margin: 0 0 16px
}

.root .journey_card_heading {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
    color: #CEDAB5;
    margin: 0 0 16px
}

.root .journey_card_text {
    font-size: 15px;
    line-height: 1.7;
    color: #fdfdfba6
}

.root .journey_image_strip {
    margin-top: 40px;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 8px 52px 0 #b4944224
}

.root .journey_image_strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.root .approach_band {
    padding: 80px 24px;
    background: #0b0b0c;
    border-right: 2px solid #cedab51f
}

.root .approach_inner {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start
}

.root .approach_image_col {
    position: relative
}

.root .approach_image_wrap {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 8px 52px 0 #b4944224
}

.root .approach_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.root .approach_image_wrap:hover img {
    transform: scale(1.05)
}

.root .cert_block {
    margin-top: 24px;
    border: 2px solid #B49442;
    border-radius: 6px;
    padding: 24px;
    position: relative;
    background: #b494420d;
    box-shadow: 0 1px 4px 0 #b4944212
}

.root .cert_block::before,
.root .cert_block::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-color: #CEDAB5;
    border-style: solid
}

.root .cert_block::before {
    top: 6px;
    left: 6px;
    border-width: 2px 0 0 2px
}

.root .cert_block::after {
    bottom: 6px;
    right: 6px;
    border-width: 0 2px 2px 0
}

.root .cert_label {
    font-size: 15px;
    color: #B49442;
    text-transform: uppercase;
    display: block;
    margin: 0 0 8px
}

.root .cert_name {
    font-size: 19px;
    font-weight: 700;
    color: #FDFDFB;
    display: block;
    margin: 0 0 8px
}

.root .cert_detail {
    font-size: 15px;
    color: #CEDAB5;
    line-height: 1.7
}

.root .approach_text_col {
    min-width: 0
}

.root .approach_heading {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #FDFDFB;
    margin: 0 0 24px;
    text-transform: uppercase
}

.root .feature_list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.root .feature_list li {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start
}

.root .feature_dot {
    width: 8px;
    height: 8px;
    border-radius: 48px;
    background: #B49442;
    flex-shrink: 0;
    margin-top: 7px
}

.root .feature_text {
    font-size: 15px;
    line-height: 1.7;
    color: #CEDAB5
}

.root .approach_body {
    font-size: 15px;
    line-height: 1.7;
    color: #fdfdfba6
}

.root .support_band {
    padding: 80px 24px;
    background: linear-gradient(160deg, #0e0e0f 0%, #131315 100%)
}

.root .support_inner {
    max-width: 1024px;
    margin: 0 auto
}

.root .support_heading {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #FDFDFB;
    margin: 0 0 40px;
    text-transform: uppercase
}

.root .support_cols {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: stretch
}

.root .support_quote_col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.root .support_quote_card {
    background: #cedab50d;
    border: 1px solid #cedab524;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 5px 22px 0 #cedab514;
    flex: 1;
    transition: background .32s ease-in-out
}

.root .support_quote_card:hover {
    background: #cedab517
}

.root .quote_text {
    font-size: 15px;
    line-height: 1.7;
    color: #CEDAB5;
    margin: 0 0 16px
}

.root .quote_author {
    font-size: 15px;
    color: #B49442;
    font-weight: 600
}

.root .support_desc_col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.root .support_desc_card {
    background: #b494420f;
    border: 1px solid #b494422e;
    border-radius: 6px;
    padding: 40px;
    box-shadow: 0 1px 4px 0 #b4944212
}

.root .support_desc_heading {
    font-size: 19px;
    font-weight: 600;
    color: #FDFDFB;
    margin: 0 0 16px
}

.root .support_desc_text {
    font-size: 15px;
    line-height: 1.7;
    color: #fdfdfba6
}

.root .trial_link {
    display: inline-block;
    margin-top: 24px;
    padding: 16px 40px;
    border: 2px solid #B49442;
    border-radius: 48px;
    color: #B49442;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    transition: brightness .26s ease-in-out, color .26s ease-in-out, background .26s ease-in-out
}

.root .trial_link:hover {
    filter: brightness(1.18);
    background: #b494421a;
    color: #FDFDFB
}

.root .trial_link:focus {
    outline: 2px solid #CEDAB5;
    outline-offset: 3px
}

.root .trial_link:active {
    box-shadow: inset 0 2px 8px 0 #b494422e
}

@media (max-width: 768px) {
    .root .diagonal_split_inner {
        flex-direction: column
    }

    .root .hesitation_inner {
        grid-template-columns: 1fr
    }

    .root .journey_grid {
        grid-template-columns: 1fr
    }

    .root .approach_inner {
        grid-template-columns: 1fr
    }

    .root .support_cols {
        flex-direction: column
    }

    .root .title_heading {
        font-size: 40px
    }

    .root .title_num_accent {
        font-size: 56px
    }
}

@media (max-width: 375px) {
    .root .title_heading {
        font-size: 24px
    }

    .root .title_num_accent {
        font-size: 40px
    }

    .root .diagonal_split {
        padding: 40px 16px
    }

    .root .hesitation_band,
    .root .journey_band,
    .root .approach_band,
    .root .support_band {
        padding: 40px 16px
    }
}

@media (min-width: 1024px) {

    .root .diagonal_split_inner,
    .root .hesitation_inner,
    .root .journey_inner,
    .root .approach_inner,
    .root .support_inner {
        padding: 0 40px
    }
}

.contact-us-page {
    background: #0e0d0b;
    min-height: 100vh;
    overflow-x: clip
}

.contact-us-page .reach-strip {
    max-width: 1024px;
    margin: 0 auto;
    padding: 80px 40px 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    position: relative
}

.contact-us-page .reach-strip::after {
    content: "";
    position: absolute;
    right: 0;
    top: 80px;
    bottom: 40px;
    width: 2px;
    background: linear-gradient(180deg, #B49442 0%, #CEDAB5 100%);
    border-radius: 6px
}

.contact-us-page .reach-label {
    writing-mode: horizontal-tb;
    flex: 0 0 auto;
    width: 220px
}

.contact-us-page .reach-label h1 {
    font-size: 56px;
    line-height: 1.2;
    color: #FDFDFB;
    margin: 0 0 16px;
    text-transform: uppercase;
    font-weight: 800
}

.contact-us-page .reach-label h1 sup {
    font-size: 15px;
    color: #B49442;
    font-weight: 400;
    vertical-align: super;
    line-height: 1
}

.contact-us-page .reach-label p {
    font-size: 15px;
    line-height: 1.7;
    color: #a8a89e;
    margin: 0
}

.contact-us-page .reach-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.contact-us-page .detail-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border: 1px solid #b4944226;
    border-radius: 6px;
    background: #ffffff05;
    backdrop-filter: blur(8px);
    transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .28s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us-page .detail-row:hover {
    border-color: #b4944266;
    box-shadow: 0 5px 22px 0 #b4944214
}

.contact-us-page .detail-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 6px;
    background: linear-gradient(180deg, #b494422e 0%, #cedab51a 100%);
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-us-page .detail_icon_svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #B49442;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round
}

.contact-us-page .detail-text h5 {
    font-size: 15px;
    line-height: 1.2;
    color: #B49442;
    margin: 0 0 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em
}

.contact-us-page .detail-text p {
    font-size: 15px;
    line-height: 1.7;
    color: #FDFDFB;
    margin: 0
}

.contact-us-page .detail-text a {
    color: #CEDAB5;
    text-decoration: none;
    transition: opacity .25s ease-in-out
}

.contact-us-page .detail-text a:hover {
    opacity: .7
}

.contact-us-page .arrows-divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 0;
    max-width: 1024px;
    margin: 0 auto
}

.contact-us-page .arrow-shape {
    width: 12px;
    height: 12px;
    border-right: 2px solid #b4944259;
    border-bottom: 2px solid #b4944259;
    transform: rotate(-45deg);
    display: inline-block;
    animation: arrow-pulse 1.6s ease-in-out infinite
}

.contact-us-page .arrow-shape:nth-child(2) {
    animation-delay: .18s;
    opacity: .7
}

.contact-us-page .arrow-shape:nth-child(3) {
    animation-delay: .36s;
    opacity: .45
}

.contact-us-page .arrow-shape:nth-child(4) {
    animation-delay: .54s;
    opacity: .25
}

@keyframes arrow-pulse {

    0%,
    100% {
        opacity: .9
    }

    50% {
        opacity: .3
    }
}

.contact-us-page .form-area {
    max-width: 1024px;
    margin: 0 auto;
    padding: 40px 40px 80px;
    position: relative;
    margin-left: 80px
}

.contact-us-page .form-area::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #CEDAB5 0%, #cedab51a 100%);
    border-radius: 6px
}

.contact-us-page .form-heading {
    margin: 0 0 40px
}

.contact-us-page .form-heading h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #FDFDFB;
    margin: 0 0 8px;
    font-weight: 700
}

.contact-us-page .form-heading p {
    font-size: 15px;
    line-height: 1.7;
    color: #a8a89e;
    margin: 0
}

.contact-us-page .contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.contact-us-page .field-pair {
    display: flex;
    flex-direction: row;
    gap: 24px
}

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

.contact-us-page .field-group label {
    font-size: 15px;
    line-height: 1.2;
    color: #CEDAB5;
    font-weight: 500
}

.contact-us-page .field-group input,
.contact-us-page .field-group textarea {
    background: #ffffff0a;
    border: 1.5px solid #b4944233;
    border-radius: 6px;
    padding: 16px;
    font-size: 15px;
    line-height: 1.7;
    color: #FDFDFB;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none
}

.contact-us-page .field-group input::placeholder,
.contact-us-page .field-group textarea::placeholder {
    color: #5a5a52;
    font-size: 15px
}

.contact-us-page .field-group input:focus,
.contact-us-page .field-group textarea:focus {
    border-color: #B49442;
    box-shadow: 0 1px 4px 0 #b4944212 0 5px 22px 0 #b4944214
}

.contact-us-page .field-group textarea {
    min-height: 120px;
    resize: vertical
}

.contact-us-page .rating-group {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.contact-us-page .rating-group legend {
    font-size: 15px;
    line-height: 1.2;
    color: #CEDAB5;
    font-weight: 500;
    margin-bottom: 8px;
    display: block
}

.contact-us-page .rating-options {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap
}

.contact-us-page .rating-option {
    position: relative
}

.contact-us-page .rating-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.contact-us-page .rating-option label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1.5px solid #b4944240;
    border-radius: 6px;
    font-size: 15px;
    color: #a8a89e;
    cursor: pointer;
    transition: border-color .25s ease-in-out, color .25s ease-in-out, background .25s ease-in-out, box-shadow .25s ease-in-out;
    background: #ffffff05;
    user-select: none
}

.contact-us-page .rating-option label:hover {
    border-color: #B49442;
    color: #B49442;
    background: #b494420f
}

.contact-us-page .rating-option input[type="radio"]:checked+label {
    border-color: #B49442;
    background: #b4944226;
    color: #FDFDFB;
    box-shadow: inset 0 1px 4px 0 #b494422e
}

.contact-us-page .rating-option input[type="radio"]:focus-visible+label {
    outline: 2px solid #CEDAB5;
    outline-offset: 2px
}

.contact-us-page .rating-labels {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 4px
}

.contact-us-page .rating-labels span {
    font-size: 15px;
    color: #5a5a52;
    line-height: 1.2
}

.contact-us-page .privacy-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border: 1px solid #cedab51a;
    border-radius: 6px;
    background: #ffffff05
}

.contact-us-page .privacy-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-top: 2px;
    accent-color: #B49442;
    cursor: pointer
}

.contact-us-page .privacy-row input[type="checkbox"]:checked {
    box-shadow: inset 0 1px 4px 0 #b4944233
}

.contact-us-page .privacy-row label {
    font-size: 15px;
    line-height: 1.7;
    color: #a8a89e;
    cursor: pointer
}

.contact-us-page .privacy-row label a {
    color: #CEDAB5;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity .25s ease-in-out
}

.contact-us-page .privacy-row label a:hover {
    opacity: .7
}

.contact-us-page .submit-button {
    align-self: flex-start;
    padding: 16px 40px;
    border: 2.5px solid #B49442;
    border-radius: 20px;
    background: transparent;
    color: #B49442;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
    transition: background .28s cubic-bezier(0.4, 0, 0.2, 1), color .28s cubic-bezier(0.4, 0, 0.2, 1), filter .25s ease-in-out, box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: .02em
}

.contact-us-page .submit-button:hover {
    filter: brightness(1.18);
    background: #b4944214;
    box-shadow: 0 8px 52px 0 #b4944224
}

.contact-us-page .submit-button:active {
    box-shadow: inset 0 1px 4px 0 #b4944233;
    filter: brightness(0.95)
}

.contact-us-page .submit-button:focus-visible {
    outline: 2px solid #CEDAB5;
    outline-offset: 3px
}

.contact-us-page .alt-block {
    background: linear-gradient(180deg, #b4944212 0%, #cedab50a 100%);
    border-top: 1px solid #b494421f;
    border-bottom: 1px solid #cedab514
}

.contact-us-page .alt-block-inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    position: relative
}

.contact-us-page .alt-block-inner::after {
    content: "";
    position: absolute;
    right: 0;
    top: 16px;
    bottom: 16px;
    width: 2px;
    background: linear-gradient(180deg, #cedab54d 0%, #b494421a 100%);
    border-radius: 6px
}

.contact-us-page .alt-text {
    flex: 1
}

.contact-us-page .alt-text h3 {
    font-size: 24px;
    line-height: 1.2;
    color: #FDFDFB;
    margin: 0 0 16px;
    font-weight: 700
}

.contact-us-page .alt-text p {
    font-size: 15px;
    line-height: 1.7;
    color: #a8a89e;
    margin: 0
}

.contact-us-page .alt-stat-group {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 180px
}

.contact-us-page .stat-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border: 1px solid #b4944226;
    border-radius: 6px;
    background: #0003;
    backdrop-filter: blur(6px);
    transition: box-shadow .32s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-us-page .stat-item:hover {
    box-shadow: 0 5px 22px 0 #b4944214
}

.contact-us-page .stat-number {
    font-size: 56px;
    line-height: 1.2;
    color: #B49442;
    font-weight: 800;
    display: block
}

.contact-us-page .stat-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #CEDAB5
}

@media (max-width: 1024px) {
    .contact-us-page .reach-strip {
        padding: 80px 24px 40px
    }

    .contact-us-page .form-area {
        margin-left: 40px;
        padding: 40px 24px 80px
    }

    .contact-us-page .alt-block-inner {
        padding: 40px 24px
    }
}

@media (max-width: 768px) {
    .contact-us-page .reach-strip {
        flex-direction: column;
        padding: 40px 24px 24px
    }

    .contact-us-page .reach-strip::after {
        display: none
    }

    .contact-us-page .reach-label {
        width: 100%
    }

    .contact-us-page .reach-label h1 {
        font-size: 56px
    }

    .contact-us-page .field-pair {
        flex-direction: column
    }

    .contact-us-page .form-area {
        margin-left: 0;
        padding: 24px 24px 80px
    }

    .contact-us-page .form-area::after {
        display: none
    }

    .contact-us-page .alt-block-inner {
        flex-direction: column;
        padding: 40px 24px
    }

    .contact-us-page .alt-block-inner::after {
        display: none
    }

    .contact-us-page .alt-stat-group {
        flex-direction: row;
        min-width: 0;
        width: 100%
    }

    .contact-us-page .stat-item {
        flex: 1
    }

    .contact-us-page .stat-number {
        font-size: 24px
    }
}

@media (max-width: 375px) {
    .contact-us-page .reach-label h1 {
        font-size: 56px
    }

    .contact-us-page .rating-options {
        gap: 8px
    }

    .contact-us-page .rating-option label {
        width: 40px;
        height: 40px
    }

    .contact-us-page .submit-button {
        padding: 16px 24px;
        font-size: 15px
    }

    .contact-us-page .alt-stat-group {
        flex-direction: column
    }
}

.success_page {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px;
    background: #0e0e0c
}

.success_page .success_card {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    background: #b494420a;
    border: 1.5px solid #b494422e;
    border-radius: 20px;
    padding: 80px 40px;
    text-align: center;
    box-shadow: 0 8px 52px 0 #b4944224;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px)
}

.success_page .success_icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.success_page .success_icon svg {
    width: 64px;
    height: 64px
}

.success_page .success_heading {
    font-size: 56px;
    line-height: 1.2;
    color: #FDFDFB;
    margin: 0 0 24px;
    text-transform: uppercase;
    letter-spacing: 0
}

.success_page .success_heading span {
    color: #B49442;
    font-size: 15px;
    vertical-align: super;
    line-height: 1
}

.success_page .success_message {
    font-size: 19px;
    line-height: 1.7;
    color: #CEDAB5;
    margin: 0 0 40px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto
}

.success_page .success_divider {
    width: 48px;
    height: 2px;
    background: linear-gradient(180deg, #B49442 50%, #CEDAB5 50%);
    margin: 0 auto 40px;
    border-radius: 6px
}

.success_page .success_detail {
    font-size: 15px;
    line-height: 1.7;
    color: #cedab599;
    margin: 0 0 40px
}

.success_page .return_link {
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    color: #FDFDFB;
    background: transparent;
    border: 2px solid #B49442;
    border-radius: 6px;
    padding: 16px 40px;
    text-decoration: none;
    transition: border-color .28s ease-in-out, color .28s ease-in-out, filter .25s cubic-bezier(0.4, 0, 0.2, 1)
}

.success_page .return_link:hover {
    filter: brightness(1.18);
    color: #B49442
}

.success_page .return_link:focus {
    outline: 2px solid #B49442;
    outline-offset: 4px
}

@media (max-width: 768px) {
    .success_page {
        padding: 40px 16px
    }

    .success_page .success_card {
        padding: 40px 24px
    }

    .success_page .success_heading {
        font-size: 24px
    }

    .success_page .success_message {
        font-size: 15px
    }
}

@media (max-width: 375px) {
    .success_page .success_card {
        padding: 40px 16px
    }
}