.s-91560e2df54972e3dfe0:hover,
nav.s-e3b7c980d763196e9d13 a:hover {
    background: rgba(255, 255, 255, .06)
}

:root {
    --paper: #FFFFFF;
    --ink: #446e59;
    --ink-2: #075c49;
    --muted: #64748B;
    --accent: #2563EB;
    --accent-2: #1D4ED8;
    --link-color: #2563EB;
    --danger: #EF4444;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    --radius: 12px;
    --container: 1200px;
    --bg-secondary: #F8FAFC;
}

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

html:focus-within {
    scroll-behavior: smooth
}

body,
html {
    height: 100%
}

body {
    margin: 0;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Inter, Helvetica, Arial, sans-serif;
    color: #f2f5f7;
    background: radial-gradient(1200px 600px at 85% -20%, rgba(53, 195, 109, .25), transparent 60%), radial-gradient(800px 500px at -10% 120%, rgba(53, 195, 109, .18), transparent 55%), #12161b;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    overflow-x: hidden
}

button,
input,
select,
textarea {
    font: inherit
}

a {
    text-decoration: none
}

.s-255a762c36cdae2fe950 {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px
}

.s-212301c593df7a10ee64 {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #04130b;
    border: 0;
    padding: 14px 22px;
    border-radius: 14px;
    font-weight: 700;
    letter-spacing: .2px;
    cursor: pointer;
    box-shadow: var(--shadow);
    transition: transform .2s, box-shadow .2s, filter .2s;
    white-space: nowrap
}

.s-212301c593df7a10ee64:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .25);
    filter: saturate(1.05)
}

.s-91560e2df54972e3dfe0 {
    background: rgba(255, 255, 255, .02);
    color: #e6edf3;
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: none
}

.s-91560e2df54972e3dfe0:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .35)
}

.s-4f0aa52d656a3d75867f {
    color: var(--link-color);
    cursor: pointer
}

[data-clickable],
a,
button {
    cursor: pointer
}

header.s-f819d7dee1ee55de63a8 {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: saturate(140%) blur(10px);
    background: color-mix(in oklab, var(--ink) 80%, transparent);
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

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

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

.s-7d767248f14b8b8d87fc {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #0c1116;
    display: grid;
    place-items: center;
    flex: 0 0 36px
}

.s-5109b8ed055a6af8a9f4 .s-5807dd602664a565fe53 img,
.s-7d767248f14b8b8d87fc img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.s-755ea24aa34ee7d8efa5 {
    font-weight: 900;
    letter-spacing: .3px
}

nav.s-e3b7c980d763196e9d13 {
    display: flex;
    align-items: center;
    gap: 22px
}

nav.s-e3b7c980d763196e9d13 a {
    color: var(--paper);
    opacity: .9;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 8px
}

nav.s-e3b7c980d763196e9d13 a[aria-current=page] {
    background: rgba(53, 195, 109, .14);
    color: #e9fff3
}

.s-4aac12c56bbf05b275e9 {
    margin-left: 8px
}

.s-7a86b15480e0a870f0b0 {
    display: none;
    flex-direction: column;
    gap: 6px;
    width: 38px;
    height: 34px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    background: rgba(255, 255, 255, .04)
}

.s-7a86b15480e0a870f0b0 span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 3px
}

@media (max-width:980px) {
    nav.s-e3b7c980d763196e9d13 {
        position: fixed;
        inset: 72px 0 auto 0;
        background: color-mix(in oklab, var(--ink-2) 90%, transparent);
        display: grid;
        gap: 6px;
        padding: 18px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        transform: translateY(-120%);
        transition: transform .3s
    }

    nav.s-e3b7c980d763196e9d13.s-5fc7e38bffe00ca46add {
        transform: translateY(0)
    }

    .s-7a86b15480e0a870f0b0 {
        display: flex
    }

    .s-4aac12c56bbf05b275e9 {
        display: none
    }
}

main {
    flex: 1;
    display: block
}

.s-c20801c1d81cd2081e05 {
    padding: 80px 0 72px;
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.s-ce713f486917d789b03b {
    margin-bottom: 32px;
    max-width: 820px
}

.s-675f86fe814f97648b78 {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .78rem;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 8px
}

.s-179059ffe4f02a616c0d {
    font-size: clamp(26px, 3vw, 36px);
    margin: 0 0 10px
}

.s-6ad93ff9b5ffd93b911d {
    margin: 0;
    color: #d3dee6;
    max-width: 70ch
}

.s-b94ee319c10824907da0 {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center
}

.s-251708a6e96c08aac6c2 {
    display: grid;
    gap: 16px
}

.s-cacd4422119e449d42a3 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.s-9dfa2da3d21e4b730d65 {
    border-radius: 999px;
    padding: 4px 9px;
    border: 1px solid rgba(255, 255, 255, .14);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #c5d1db;
    background: rgba(6, 10, 16, .85)
}

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

.s-d848fc69956a6c6cd4bc,
.s-e778abd53fa7e94ab304,
.s-ee239916e89ea9c0637d {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.s-e30d08993f973560b89b p {
    margin: 0;
    color: #c4d0da;
    font-size: .95rem
}

.s-d848fc69956a6c6cd4bc {
    display: grid;
    gap: 14px;
    margin-top: 4px
}

.s-ceb6c9da5111c1075138 {
    padding: 10px 10px 9px;
    border-radius: 12px;
    background: radial-gradient(circle at 0 0, rgba(255, 255, 255, .06), transparent 55%), #0c1217;
    border: 1px solid rgba(255, 255, 255, .08);
    font-size: 11px;
    color: #c9d3dd
}

.s-ceb6c9da5111c1075138 span {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #f4faf6;
    margin-bottom: 2px
}

.s-770f60baba8922172587 {
    border-radius: 20px;
    background: conic-gradient(from 210deg at 20% 10%, rgba(53, 195, 109, .45), transparent 55%), radial-gradient(circle at 85% 10%, rgba(255, 255, 255, .1), transparent 55%), #05080c;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: var(--shadow);
    padding: 18px 18px 16px;
    display: grid;
    gap: 10px
}

.s-ebf37ebee6e6369387d4 {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #def9eb;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(4, 19, 11, .8);
    border: 1px solid rgba(222, 249, 235, .45);
    width: max-content
}

.s-e778abd53fa7e94ab304 {
    display: grid;
    gap: 8px;
    margin-top: 4px
}

.s-a8570821101199d34c0a {
    border-radius: 10px;
    background: rgba(6, 11, 17, .95);
    padding: 8px 8px 10px;
    border: 1px solid rgba(255, 255, 255, .06)
}

.s-69ac5d8ba62b465a3f84 {
    height: 42px;
    border-radius: 9px;
    background: linear-gradient(180deg, #35c36d, #13783c);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .7), 0 12px 24px rgba(0, 0, 0, .55);
    position: relative;
    overflow: hidden
}

.s-7e7e875c3deb257dfbb7 {
    height: 52px
}

.s-7a6df3a959b6ee50e8b8 {
    height: 34px
}

.s-69ac5d8ba62b465a3f84::after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(to top, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, .25) 2px, transparent 2px, transparent 4px);
    mix-blend-mode: soft-light;
    opacity: .7
}

.s-7f6c148746b8e9a74262 {
    margin-top: 6px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #aebbc9
}

.s-10ba507b322cb998063d {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
    font-size: 11px;
    color: #e3edf4
}

.s-10ba507b322cb998063d strong {
    color: #57d087
}

.s-653222112bc61c6079d1 {
    border-radius: 16px;
    overflow: hidden;
    margin-top: 6px;
    background: #05080c;
    height: 120px
}

.s-653222112bc61c6079d1 div {
    width: 100%;
    height: 100%
}

.s-653222112bc61c6079d1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.s-16c00449a9a3f15a3214 {
    margin-top: 10px;
    display: grid;
    gap: 16px;
    border-left: 1px solid rgba(255, 255, 255, .16);
    padding-left: 18px
}

.s-f594fba69915add4318e {
    position: relative
}

.s-f594fba69915add4318e::before {
    content: "";
    position: absolute;
    left: -19px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 99px;
    background: var(--accent);
    box-shadow: 0 0 0 4px rgba(53, 195, 109, .28)
}

.s-2166fb19fa0f3dfe3667 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #9fb0c1
}

.s-a0a51f1c73695b757df9 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 3px
}

.s-78bafa7afe8855dbf524 {
    font-size: .95rem;
    color: #c3cfda;
    margin: 0
}

.s-ee239916e89ea9c0637d {
    margin-top: 22px;
    display: grid;
    gap: 20px
}

.s-12a7402837b05882c37b {
    border-radius: 16px;
    background: radial-gradient(circle at 0 0, rgba(255, 255, 255, .04), transparent 45%), #0a1016;
    border: 1px solid rgba(255, 255, 255, .08);
    padding: 16px 16px 14px;
    display: grid;
    gap: 6px
}

.s-aeb505005944a248d2de {
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #8fa0b2
}

.s-51c6f78d009e235ed4a3 {
    font-size: 15px;
    font-weight: 600;
    margin: 0
}

.s-1dad72282a33a121f39c {
    font-size: .95rem;
    color: #c5d1db;
    margin: 0
}

.s-f9297b31869eb9108de6 {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #cdead8;
    padding: 2px 7px;
    border-radius: 999px;
    border: 1px dashed rgba(53, 195, 109, .7);
    width: max-content
}

@media (max-width:960px) {
    .s-b94ee319c10824907da0 {
        grid-template-columns: 1fr;
        gap: 32px
    }

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

@media (max-width:680px) {

    .s-e30d08993f973560b89b,
    .s-ee239916e89ea9c0637d {
        grid-template-columns: 1fr
    }

    .s-c20801c1d81cd2081e05 {
        padding: 64px 0 60px
    }
}

footer.s-a928d4c5751e4352ec16 {
    background: linear-gradient(0deg, var(--ink-2), var(--ink));
    border-top: 1px solid rgba(255, 255, 255, .06);
    margin-top: 80px
}

.s-57af18394ef051b5bec5 {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 40px;
    padding: 48px 0
}

@media (max-width:900px) {
    .s-57af18394ef051b5bec5 {
        grid-template-columns: 1fr;
        gap: 28px
    }
}

.s-5109b8ed055a6af8a9f4 {
    display: grid;
    gap: 10px
}

.s-5109b8ed055a6af8a9f4 .s-5807dd602664a565fe53 {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    overflow: hidden;
    background: #0c1116;
    box-shadow: var(--shadow)
}

.s-5109b8ed055a6af8a9f4 p {
    color: #c9d2da;
    max-width: 60ch
}

.s-5ab97e7baeed3b39b1b4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.s-5ab97e7baeed3b39b1b4 a {
    color: #e6edf3;
    opacity: .9;
    padding: 6px 0
}

.s-5ab97e7baeed3b39b1b4 a:hover {
    opacity: 1
}

.s-e53511877ed60d7daf6d {
    border-top: 1px solid rgba(255, 255, 255, .06);
    padding: 18px 0 46px;
    color: #adbac5
}

.s-e53511877ed60d7daf6d p {
    margin: 10px 0
}

.s-71babb24ece4739fa748 {
    color: #dde6ec;
    margin-top: 10px
}

.s-71babb24ece4739fa748 a {
    color: #eaf6ef
}

.s-658c8286c17e402644ee {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .7s, transform .7s
}

.s-658c8286c17e402644ee.s-db3d405b10675998c030 {
    opacity: 1;
    transform: none
}

.s-3cd4ba480c9470c201d1 {
    color: #c5d0da;
    font-size: .95rem;
    margin: 16px 0 10px
}