body,
nav a {
    color: #e9eef5
}

:root {
    --midnight: #0b3a1e;
    --midnight-2: #16572f;
    --gold: #c67d53;
    --gold-2: #e29a75;
    --light: #f9f7f2;
    --ink: #101d1a;
    --muted: #b0b8b1;
    --link-color: #c67d53;
    --shadow: 0 12px 45px rgba(20, 36, 32, 0.15);
    --radius: 12px;
    --container: 1180px;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

img {
    max-width: 100%;
    display: block
}

a,
button {
    background: 0 0;
    border: none;
    text-decoration: none;
    color: inherit
}

:focus {
    outline: currentColor dashed 2px;
    outline-offset: 2px
}

html {
    scroll-behavior: smooth
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
    line-height: 1.5;
    background: radial-gradient(1200px 600px at 70% -10%, rgba(212, 175, 55, .12), transparent 60%), linear-gradient(180deg, var(--midnight) 0, var(--midnight-2) 100%);
    min-height: 100vh;
    max-width: 100vw;
    overflow-x: hidden
}

a {
    color: var(--link-color)
}

.s-255a762c36cdae2fe950 {
    width: min(100%, var(--container));
    margin-inline: auto;
    padding-inline: clamp(16px, 2.5vw, 28px)
}

.s-212301c593df7a10ee64 {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .9rem 1.2rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: #0c1018;
    font-weight: 700;
    letter-spacing: .2px;
    box-shadow: 0 8px 24px rgba(212, 175, 55, .25);
    transition: transform .2s, box-shadow .2s, filter .2s
}

.s-d698cfbb7a55edf88401,
nav a {
    border-radius: 10px;
    cursor: pointer
}

.s-212301c593df7a10ee64:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(212, 175, 55, .35);
    filter: saturate(1.05)
}

.s-657ce6c21cc08f06a3a0 {
    color: var(--muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .8rem
}

header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(8px);
    background: color-mix(in oklab, var(--midnight) 85%, #000 15% / 72%);
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.s-ab75b8b1ff22d65876f0 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px
}

.s-63acf68c4f951d6412a8 {
    display: flex;
    align-items: center;
    gap: .75rem
}

.s-652029a08c148de48b20 {
    gap: .6rem
}

.s-63acf68c4f951d6412a8 img {
    width: 34px;
    height: 34px;
    border-radius: 8px
}

.s-755ea24aa34ee7d8efa5 {
    font-weight: 800;
    letter-spacing: .4px
}

nav a {
    padding: .6rem .8rem;
    opacity: .9;
    font-weight: 600;
    transition: background .2s, opacity .2s
}

nav a:hover {
    background: rgba(255, 255, 255, .06);
    opacity: 1
}

.s-48e571244e10c156dd4b {
    display: flex;
    align-items: center;
    gap: .25rem
}

.s-d698cfbb7a55edf88401 {
    display: none;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, .06)
}

.s-d698cfbb7a55edf88401 span,
.s-d698cfbb7a55edf88401::after,
.s-d698cfbb7a55edf88401::before {
    content: "";
    display: block;
    height: 2px;
    width: 22px;
    background: #fff;
    margin: 0 auto;
    border-radius: 2px;
    transform-origin: center;
    transition: transform .2s, opacity .2s
}

.s-d698cfbb7a55edf88401 span {
    margin-top: 20px
}

.s-d698cfbb7a55edf88401::before {
    position: relative;
    top: 12px
}

.s-d698cfbb7a55edf88401::after {
    position: relative;
    top: -12px
}

.s-38591decbaf4a67f37e3 {
    position: fixed;
    inset: 0 0 0 auto;
    width: 88vw;
    max-width: 360px;
    background: #0b1528;
    transform: translateX(100%);
    transition: transform .3s;
    box-shadow: var(--shadow);
    padding: 88px 22px 22px;
    display: flex;
    flex-direction: column;
    gap: .4rem
}

.s-38591decbaf4a67f37e3 a {
    font-size: 1.05rem;
    padding: .9rem 1rem;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 12px
}

.s-38591decbaf4a67f37e3.s-5fc7e38bffe00ca46add {
    transform: translateX(0)
}

.s-9d189dbb7f16defff440 {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s
}

.s-9d189dbb7f16defff440.s-9fb29051f2217270a7b2 {
    opacity: 1;
    pointer-events: auto
}

main {
    min-height: calc(100vh - 72px - 260px);
    padding-bottom: 60px
}

.s-20182fbc10716eb197ea {
    padding-block: clamp(52px, 7vw, 80px)
}

.s-8e44183d54e9adfec795 {
    background: radial-gradient(900px 400px at 10% -10%, rgba(255, 255, 255, .08), transparent 60%)
}

.s-4902abc708abd2ff2455 {
    display: flex;
    flex-direction: column;
    gap: clamp(22px, 3vw, 30px)
}

.s-ce713f486917d789b03b {
    max-width: 720px
}

.s-179059ffe4f02a616c0d {
    font-size: clamp(1.9rem, 1.3rem + 1.4vw, 2.6rem);
    margin-top: .35rem;
    letter-spacing: -.02em
}

.s-6ad93ff9b5ffd93b911d {
    margin-top: .6rem;
    color: #cdd6e3
}

.s-7eb76f1e480df2fc4014 {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .32rem .7rem;
    background: rgba(255, 255, 255, .04);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .1);
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--muted)
}

.s-fcf399e646ff30accf30 {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: clamp(24px, 4vw, 40px);
    align-items: flex-start
}

.s-ff5420be60bc96906a28 {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.s-9101426c5deda47088b5 {
    border-radius: 16px;
    padding: 1.05rem 1.1rem;
    background: rgba(9, 18, 40, .96);
    border: 1px solid rgba(255, 255, 255, .06);
    font-size: .95rem;
    color: #d5def0
}

.s-9101426c5deda47088b5 strong {
    display: block;
    margin-bottom: .25rem
}

.s-c51048b7325d60e326d1 {
    font-size: .9rem;
    color: #cfd7ea
}

[data-animate] {
    opacity: 0;
    transform: translateY(16px) scale(.98);
    transition: opacity .5s, transform .6s cubic-bezier(.2, .7, .2, 1)
}

[data-animate].s-af10ef20dd9060bbeead {
    opacity: 1;
    transform: none
}

footer {
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: #0a162c
}

.s-790f5a4f2e985b582ee9 {
    padding-block: clamp(40px, 5vw, 80px);
    display: grid;
    gap: 28px
}

.s-e53f6505fb12a7b7f678 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 40px
}

.s-e53f6505fb12a7b7f678 a {
    cursor: pointer;
    color: #dbe6f3;
    opacity: .9;
    padding: .3rem 0;
    display: block
}

.s-e53f6505fb12a7b7f678 a:hover {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: var(--gold)
}

.s-3e3ad2dbdd16803952ae {
    color: #b8c3d5;
    font-size: .95rem;
    display: grid;
    gap: .8rem;
    max-width: 80ch
}

@media (max-width:980px) {
    .s-48e571244e10c156dd4b {
        display: none
    }

    .s-d698cfbb7a55edf88401 {
        display: block
    }

    .s-fcf399e646ff30accf30 {
        grid-template-columns: 1fr
    }
}

.s-a0902bceb0d3ec3bb863 {
    margin-top: 8px
}