:root {

  --page-accent: hsl(111, 80%, 51%);
  --page-accent-dark: hsl(111, 70%, 45%);
  --page-secondary: hsl(163, 64%, 51%);
  --page-text: hsl(111, 10%, 9%);
  --page-bg: hsl(111, 8%, 96%);
  --page-card-bg: hsl(0, 0%, 100%);
  --page-border: hsl(111, 10%, 85%);
  --primary-color: hsl(111, 80%, 51%);
  --secondary-color: hsl(163, 64%, 51%);
  --bg-color: hsl(111, 12%, 8%);
  --text-color: hsl(111, 10%, 94%);
  --text-muted: hsl(111, 5%, 65%);
  --border-color: rgba(255, 255, 255, 0.08);
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.6);
  --nav-height: 64px;
  --max-width: 1440px;
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --nav-bg: rgba(15, 18, 15, 0.95);
  --font-main: "Georgia", "Times New Roman", serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --content-page-bg: hsl(220, 7%, 96%);
  --content-surface-bg: #ffffff;
  --content-text: hsl(220, 10%, 11%);
  --content-text-muted: rgba(31, 35, 40, 0.72);
  --content-border: rgba(0, 0, 0, 0.08);
  --content-accent-text: hsl(22, 78%, 38%);
}
div.n28a37_20c4.x515e8cd *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
div.n28a37_20c4.x515e8cd{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--page-text, #1a1a1a);
    background: var(--page-bg, #f5f5f5);
    line-height: 1.6;
    }
div.n28a37_20c4.x515e8cd{
    min-height: 100vh;
    }
div.n28a37_20c4.x515e8cd .u8mu5pys{
    background: linear-gradient(135deg, var(--page-accent, #7ed321) 0%, var(--page-secondary, #4ecdc4) 100%);
    padding: 120px 20px 80px;
    text-align: center;
    color: #1a1a2e;
    }
div.n28a37_20c4.x515e8cd .u8mu5pys h1{
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }
div.n28a37_20c4.x515e8cd .u8mu5pys p{
    font-size: 1.15rem;
    max-width: 680px;
    margin: 0 auto;
    opacity: 0.95;
    }
div.n28a37_20c4.x515e8cd .j3ac47f9ef1{
    max-width: 900px;
    margin: -40px auto 0;
    padding: 0 20px 80px;
    position: relative;
    z-index: 10;
    }
div.n28a37_20c4.x515e8cd .p8f12800d9{
    background: var(--page-card-bg, white);
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 40px; color: #1a1a2e;}
div.n28a37_20c4.x515e8cd .p8f12800d9 h2{
    font-size: 1.8rem;
    margin-bottom: 16px;
    color: var(--page-text, #1a1a1a);
    }
div.n28a37_20c4.x515e8cd .p8f12800d9 p{
    color: var(--page-text, #1a1a1a);
    opacity: 0.8;
    line-height: 1.7;
    }
div.n28a37_20c4.x515e8cd .p2utb9cygs{
    display: grid;
    gap: 24px;
    }
div.n28a37_20c4.x515e8cd .ewu4msypz9kl{
    background: var(--page-card-bg, white);
    border-radius: 10px;
    padding: 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.2s, box-shadow 0.2s; color: #1a1a2e;}
div.n28a37_20c4.x515e8cd .ewu4msypz9kl:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    }
div.n28a37_20c4.x515e8cd .ewu4msypz9kl h3{
    font-size: 1.3rem;
    color: var(--page-accent-dark, #6bc01e);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    }
div.n28a37_20c4.x515e8cd .ewu4msypz9kl h3::before{
    content: "Q";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--page-accent, #7ed321);
    color: #1a1a2e;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
    }
div.n28a37_20c4.x515e8cd .ewu4msypz9kl p{
    color: var(--page-text, #1a1a1a);
    opacity: 0.85;
    line-height: 1.8;
    margin-bottom: 12px;
    }
div.n28a37_20c4.x515e8cd .ewu4msypz9kl p:last-child{
    margin-bottom: 0;
    }
div.n28a37_20c4.x515e8cd .ewu4msypz9kl ul{
    margin: 12px 0;
    padding-left: 24px;
    }
div.n28a37_20c4.x515e8cd .ewu4msypz9kl li{
    margin: 8px 0;
    color: var(--page-text, #1a1a1a);
    opacity: 0.85;
    }
div.n28a37_20c4.x515e8cd .ewu4msypz9kl code{
    background: var(--page-bg, #f5f5f5);
    padding: 2px 8px;
    border-radius: 4px;
    font-family: "Courier New", monospace;
    font-size: 0.9em; color: #1a1a2e;}
div.n28a37_20c4.x515e8cd .ewu4msypz9kl a{
    color: var(--page-accent-dark, #6bc01e);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
    }
div.n28a37_20c4.x515e8cd .ewu4msypz9kl a:hover{
    border-bottom-color: var(--page-accent-dark, #6bc01e);
    }
div.n28a37_20c4.x515e8cd .ef157f_27c{
    background: var(--page-text, #1a1a1a);
    color: white;
    padding: 60px 20px;
    text-align: center;
    }
div.n28a37_20c4.x515e8cd .ef157f_27c h2{
    font-size: 2rem;
    margin-bottom: 20px;
    }
div.n28a37_20c4.x515e8cd .ef157f_27c p{
    font-size: 1.1rem;
    margin-bottom: 32px;
    opacity: 0.9;
    }
div.n28a37_20c4.x515e8cd .mebd5__c6d{
    display: inline-block;
    background: var(--page-accent, #7ed321);
    color: #1a1a2e;
    padding: 16px 48px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(126, 211, 33, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    }
div.n28a37_20c4.x515e8cd .mebd5__c6d:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(126, 211, 33, 0.4);
    }
@media (max-width: 768px) {div.n28a37_20c4.x515e8cd .u8mu5pys h1{
    font-size: 2rem;
    }
div.n28a37_20c4.x515e8cd .p8f12800d9, div.n28a37_20c4.x515e8cd .ewu4msypz9kl{
    padding: 24px;
    }
div.n28a37_20c4.x515e8cd .ewu4msypz9kl h3{
    font-size: 1.15rem;
    }}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    }
.kspnbhdpqu5z{
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(12px); color: #ffffff;}
.fd4ff35b_dxc0{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.q9hlpb8fc5{
    display: flex;
    align-items: center;
    }
.jde6__6d7f{
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--text-color);
    }
.g7e61__f1273{
    width: 24px;
    height: 24px;
    background: var(--primary-color);
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 15px rgba(124, 252, 0, 0.3); color: #1a1a2e;}
.mf34e__3d8ea{
    font-family: var(--font-main);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    }
.ye60a__3b3f{
    display: flex;
    align-items: center;
    gap: 2.5rem;
    height: 100%;
    }
.ge8329f{
    display: flex;
    list-style: none;
    gap: 1.5rem;
    }
.fbwmrjcbt3{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.875rem;
    font-weight: 500;
    transition: var(--transition);
    padding: 0.5rem 0;
    position: relative;
    }
.fbwmrjcbt3:hover{
    color: var(--primary-color);
    }
.fbwmrjcbt3::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.fbwmrjcbt3:hover::after{
    width: 100%;
    }
.i652f_6e5{
    display: flex;
    align-items: center;
    }
.k3ebf329_ji{
    background-color: var(--primary-color);
    color: #000000; 
    padding: 0.6rem 1.25rem;
    border-radius: var(--radius-sm);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    border: 1px solid transparent;
    }
.k3ebf329_ji:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.p7bbf__46603{
    width: 16px;
    height: 16px;
    }
.bb17d37_99{
    display: none;
    }
.p8c11df98dd{
    display: none;
    cursor: pointer;
    padding: 0.5rem;
    }
.oakxr9aaz57{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #1a1a2e;}
.oakxr9aaz57::before, .oakxr9aaz57::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
.oakxr9aaz57::before{ top: -6px; }
.oakxr9aaz57::after{ bottom: -6px; }
@media (max-width: 1024px){.ye60a__3b3f {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    flex-direction: column;
    background-color: var(--bg-color);
    padding: 0;
    gap: 0;
    transition: var(--transition);
    border-bottom: 0 solid var(--border-color); color: #ffffff;}
.ge8329f {
    flex-direction: column;
    width: 100%;
    padding: 2rem;
    gap: 2rem;
    align-items: center;
    }
.fbwmrjcbt3 {
    font-size: 1.125rem;
    }
.i652f_6e5 {
    padding: 2rem;
    width: 100%;
    justify-content: center;
    border-top: 1px solid var(--border-color);
    }
.p8c11df98dd {
    display: block;
    }
.bb17d37_99:checked ~ .ye60a__3b3f {
    height: calc(100vh - var(--nav-height));
    padding-bottom: 2rem;
    border-bottom-width: 1px;
    overflow-y: auto;
    }
.bb17d37_99:checked + .p8c11df98dd .oakxr9aaz57 {
    background: transparent;
    }
.bb17d37_99:checked + .p8c11df98dd .oakxr9aaz57::before {
    transform: rotate(45deg);
    top: 0;
    }
.bb17d37_99:checked + .p8c11df98dd .oakxr9aaz57::after {
    transform: rotate(-45deg);
    bottom: 0;
    }}
@media (max-width: 480px){.fd4ff35b_dxc0 {
    padding: 0 1.25rem;
    }
.mf34e__3d8ea {
    font-size: 1rem;
    }}
.fbwmrjcbt3.active{color: var(--primary-color);}
@media (min-width: 1025px){.kspnbhdpqu5z #nt1883def3d8, .kspnbhdpqu5z label[for="nt1883def3d8"]{ display: none !important; }}
@media (min-width: 1025px){.kspnbhdpqu5z .ye60a__3b3f{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.kspnbhdpqu5z .ye60a__3b3f{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.kspnbhdpqu5z .ye60a__3b3f a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.v5hnoxk5w{box-sizing:border-box;}
.kk8j8hx9ho{list-style:none;}
.fbwmrjcbt3.active {color: var(--primary-color);}
#nt1883def3d8:checked ~ .ye60a__3b3f { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.kspnbhdpqu5z.n0406b_21c0 .ye60a__3b3f { left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1024px) {#nt1883def3d8:checked ~ .ye60a__3b3f { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.kspnbhdpqu5z.n0406b_21c0 #nt1883def3d8, .kspnbhdpqu5z.n0406b_21c0 label[for="nt1883def3d8"] { display: none !important; }}
@media (min-width: 1025px) {.kspnbhdpqu5z.n0406b_21c0 .ye60a__3b3f { position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px) {.kspnbhdpqu5z.n0406b_21c0 .ye60a__3b3f { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px) {.kspnbhdpqu5z.n0406b_21c0 .ye60a__3b3f a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.s04eab6_4b7{
    background-color: var(--bg-color, #0f120f);
    padding: 80px 24px 40px 24px;
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    font-family: var(--font-sans, sans-serif); color: #ffffff;}
.h36550b{
    max-width: var(--max-width, 1440px);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    }
.ya3b3a94{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 64px;
    width: 100%;
    }
.q682d7f3_a6{
    font-family: var(--font-main, serif);
    font-size: 42px;
    color: var(--text-color, #f0f0f0);
    margin-top: 0;
    margin-bottom: 32px;
    letter-spacing: -0.02em;
    font-weight: 400;
    width: 100%;
    }
.g01b1_ed{
    width: auto;
    }
.x51b__2875{
    display: inline-block;
    background-color: var(--primary-color, #52ff05);
    color: #000000;
    padding: 16px 40px;
    border-radius: var(--radius-sm, 2px);
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    transition: var(--transition, all 0.3s ease);
    box-shadow: var(--shadow-md, 0 8px 24px rgba(0, 0, 0, 0.5));
    }
.x51b__2875:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 16px 48px rgba(0, 0, 0, 0.6));
    filter: brightness(1.1);
    }
.bcb5cr5fp{
    border: none;
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    margin-bottom: 64px;
    width: 100%;
    }
.w9fb32c{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 80px;
    width: 100%;
    }
.j427b9_5626{
    flex: 2;
    min-width: 280px;
    }
.jch2fcm8ycew{
    font-family: var(--font-main, serif);
    font-size: 24px;
    color: var(--text-color, #f0f0f0);
    margin-bottom: 16px;
    font-weight: bold;
    width: 100%;
    }
.hxharf4lbxhq{
    color: var(--text-muted, #a3a3a3);
    line-height: 1.6;
    font-size: 15px;
    max-width: 320px;
    width: 100%;
    }
.zfe8df5_3vm{
    flex: 1;
    min-width: 160px;
    }
.lb191ee_fu{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-color, #f0f0f0);
    margin-bottom: 24px;
    font-weight: 600;
    width: 100%;
    }
.w82ebc5_xrs{
    display: block;
    color: var(--text-muted, #a3a3a3);
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 12px;
    transition: color 0.2s ease;
    width: 100%;
    }
.w82ebc5_xrs:hover{
    color: var(--secondary-color, #30e3ac);
    }
.pf472__cc1fe{
    display: block;
    color: var(--text-muted, #a3a3a3);
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: normal;
    width: 100%;
    }
.j8ffa7064{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    width: 100%;
    }
.i47tegu8sp{
    color: var(--text-muted, #a3a3a3);
    font-size: 13px;
    width: auto;
    }
.ecdce_666{
    display: flex;
    gap: 24px;
    width: auto;
    }
.s18647__34c{
    color: var(--text-muted, #a3a3a3);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
    }
.s18647__34c:hover{
    color: var(--text-color, #f0f0f0);
    }
@media (max-width: 768px){.s04eab6_4b7{
    padding-top: 60px;
    }
.q682d7f3_a6{
    font-size: 32px;
    }
.w9fb32c{
    flex-direction: column;
    gap: 48px;
    }
.j427b9_5626{
    flex: 1;
    min-width: 100%;
    }
.j8ffa7064{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.n28a37_20c4 img.o3916c_20e0 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.n28a37_20c4 img.o3916c_20e0.nd83__8e00 { aspect-ratio: 16 / 9; }
div.n28a37_20c4 img.o3916c_20e0.v854__fa69 { aspect-ratio: 16 / 10; }
div.n28a37_20c4 img.o3916c_20e0.hca0b9_69b6 { aspect-ratio: 4 / 3; }
div.n28a37_20c4 img.o3916c_20e0.e25cd9_9e94 { aspect-ratio: 1 / 1; }
div.n28a37_20c4 :is(div, div, div, div, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote) {
    box-sizing: border-box !important;
    min-width: 0;
    max-width: 100%;
    }
div.n28a37_20c4 .h81603_be35 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.n28a37_20c4 .h81603_be35.nd83__8e00 { aspect-ratio: 16 / 9; }
div.n28a37_20c4 .h81603_be35.v854__fa69 { aspect-ratio: 16 / 10; }
div.n28a37_20c4 .h81603_be35.hca0b9_69b6 { aspect-ratio: 4 / 3; }
div.n28a37_20c4 .h81603_be35.e25cd9_9e94 { aspect-ratio: 1 / 1; }
div.n28a37_20c4 .h81603_be35 > img.o3916c_20e0,
    div.n28a37_20c4 .h81603_be35 > picture > img.o3916c_20e0 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.i112__4868 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.i112__4868 > :first-child,
    .i112__4868 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    }
.kspnbhdpqu5z{
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(12px); color: #ffffff;}
.fd4ff35b_dxc0{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.q9hlpb8fc5{
    display: flex;
    align-items: center;
    }
.jde6__6d7f{
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--text-color);
    }
.g7e61__f1273{
    width: 24px;
    height: 24px;
    background: var(--primary-color);
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 15px rgba(124, 252, 0, 0.3); color: #1a1a2e;}
.mf34e__3d8ea{
    font-family: var(--font-main);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    }
.ye60a__3b3f{
    display: flex;
    align-items: center;
    gap: 2.5rem;
    height: 100%;
    }
.ge8329f{
    display: flex;
    list-style: none;
    gap: 1.5rem;
    }
.fbwmrjcbt3{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.875rem;
    font-weight: 500;
    transition: var(--transition);
    padding: 0.5rem 0;
    position: relative;
    }
.fbwmrjcbt3:hover{
    color: var(--primary-color);
    }
.fbwmrjcbt3::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.fbwmrjcbt3:hover::after{
    width: 100%;
    }
.i652f_6e5{
    display: flex;
    align-items: center;
    }
.k3ebf329_ji{
    background-color: var(--primary-color);
    color: #000000; 
    padding: 0.6rem 1.25rem;
    border-radius: var(--radius-sm);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    border: 1px solid transparent;
    }
.k3ebf329_ji:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.p7bbf__46603{
    width: 16px;
    height: 16px;
    }
.bb17d37_99{
    display: none;
    }
.p8c11df98dd{
    display: none;
    cursor: pointer;
    padding: 0.5rem;
    }
.oakxr9aaz57{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    position: relative; color: #1a1a2e;}
.oakxr9aaz57::before, .oakxr9aaz57::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
.oakxr9aaz57::before{ top: -6px; }
.oakxr9aaz57::after{ bottom: -6px; }
@media (max-width: 1024px){.ye60a__3b3f {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    flex-direction: column;
    background-color: var(--bg-color);
    padding: 0;
    gap: 0;
    transition: var(--transition);
    border-bottom: 0 solid var(--border-color); color: #ffffff;}
.ge8329f {
    flex-direction: column;
    width: 100%;
    padding: 2rem;
    gap: 2rem;
    align-items: center;
    }
.fbwmrjcbt3 {
    font-size: 1.125rem;
    }
.i652f_6e5 {
    padding: 2rem;
    width: 100%;
    justify-content: center;
    border-top: 1px solid var(--border-color);
    }
.p8c11df98dd {
    display: block;
    }
.bb17d37_99:checked ~ .ye60a__3b3f {
    height: calc(100vh - var(--nav-height));
    padding-bottom: 2rem;
    border-bottom-width: 1px;
    overflow-y: auto;
    }
.bb17d37_99:checked + .p8c11df98dd .oakxr9aaz57 {
    background: transparent;
    }
.bb17d37_99:checked + .p8c11df98dd .oakxr9aaz57::before {
    transform: rotate(45deg);
    top: 0;
    }
.bb17d37_99:checked + .p8c11df98dd .oakxr9aaz57::after {
    transform: rotate(-45deg);
    bottom: 0;
    }}
@media (max-width: 480px){.fd4ff35b_dxc0 {
    padding: 0 1.25rem;
    }
.mf34e__3d8ea {
    font-size: 1rem;
    }}
.fbwmrjcbt3.active{color: var(--primary-color);}
@media (min-width: 1025px){.kspnbhdpqu5z #nt1883def3d8, .kspnbhdpqu5z label[for="nt1883def3d8"]{ display: none !important; }}
@media (min-width: 1025px){.kspnbhdpqu5z .ye60a__3b3f{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.kspnbhdpqu5z .ye60a__3b3f{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.kspnbhdpqu5z .ye60a__3b3f a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.v5hnoxk5w{box-sizing:border-box;}
.kk8j8hx9ho{list-style:none;}
.fbwmrjcbt3.active{color: var(--primary-color);}
#nt1883def3d8:checked ~ .ye60a__3b3f{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.kspnbhdpqu5z.n0406b_21c0 .ye60a__3b3f{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1024px){#nt1883def3d8:checked ~ .ye60a__3b3f{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.kspnbhdpqu5z.n0406b_21c0 #nt1883def3d8, .kspnbhdpqu5z.n0406b_21c0 label[for="nt1883def3d8"]{ display: none !important; }}
@media (min-width: 1025px){.kspnbhdpqu5z.n0406b_21c0 .ye60a__3b3f{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.kspnbhdpqu5z.n0406b_21c0 .ye60a__3b3f{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.kspnbhdpqu5z.n0406b_21c0 .ye60a__3b3f a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.s04eab6_4b7{
    background-color: var(--bg-color, #0f120f);
    padding: 80px 24px 40px 24px;
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    font-family: var(--font-sans, sans-serif); color: #ffffff;}
.h36550b{
    max-width: var(--max-width, 1440px);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    }
.ya3b3a94{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 64px;
    width: 100%;
    }
.q682d7f3_a6{
    font-family: var(--font-main, serif);
    font-size: 42px;
    color: var(--text-color, #f0f0f0);
    margin-top: 0;
    margin-bottom: 32px;
    letter-spacing: -0.02em;
    font-weight: 400;
    width: 100%;
    }
.g01b1_ed{
    width: auto;
    }
.x51b__2875{
    display: inline-block;
    background-color: var(--primary-color, #52ff05);
    color: #000000;
    padding: 16px 40px;
    border-radius: var(--radius-sm, 2px);
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    transition: var(--transition, all 0.3s ease);
    box-shadow: var(--shadow-md, 0 8px 24px rgba(0, 0, 0, 0.5));
    }
.x51b__2875:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 16px 48px rgba(0, 0, 0, 0.6));
    filter: brightness(1.1);
    }
.bcb5cr5fp{
    border: none;
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    margin-bottom: 64px;
    width: 100%;
    }
.w9fb32c{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 80px;
    width: 100%;
    }
.j427b9_5626{
    flex: 2;
    min-width: 280px;
    }
.jch2fcm8ycew{
    font-family: var(--font-main, serif);
    font-size: 24px;
    color: var(--text-color, #f0f0f0);
    margin-bottom: 16px;
    font-weight: bold;
    width: 100%;
    }
.hxharf4lbxhq{
    color: var(--text-muted, #a3a3a3);
    line-height: 1.6;
    font-size: 15px;
    max-width: 320px;
    width: 100%;
    }
.zfe8df5_3vm{
    flex: 1;
    min-width: 160px;
    }
.lb191ee_fu{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-color, #f0f0f0);
    margin-bottom: 24px;
    font-weight: 600;
    width: 100%;
    }
.w82ebc5_xrs{
    display: block;
    color: var(--text-muted, #a3a3a3);
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 12px;
    transition: color 0.2s ease;
    width: 100%;
    }
.w82ebc5_xrs:hover{
    color: var(--secondary-color, #30e3ac);
    }
.pf472__cc1fe{
    display: block;
    color: var(--text-muted, #a3a3a3);
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: normal;
    width: 100%;
    }
.j8ffa7064{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
    width: 100%;
    }
.i47tegu8sp{
    color: var(--text-muted, #a3a3a3);
    font-size: 13px;
    width: auto;
    }
.ecdce_666{
    display: flex;
    gap: 24px;
    width: auto;
    }
.s18647__34c{
    color: var(--text-muted, #a3a3a3);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
    }
.s18647__34c:hover{
    color: var(--text-color, #f0f0f0);
    }
@media (max-width: 768px){.s04eab6_4b7{
    padding-top: 60px;
    }
.q682d7f3_a6{
    font-size: 32px;
    }
.w9fb32c{
    flex-direction: column;
    gap: 48px;
    }
.j427b9_5626{
    flex: 1;
    min-width: 100%;
    }
.j8ffa7064{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}
.kspnbhdpqu5z{
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(12px); color: #ffffff;}
.fd4ff35b_dxc0{
  max-width: var(--max-width);
  height: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.q9hlpb8fc5{
  display: flex;
  align-items: center;
}
.jde6__6d7f{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--text-color);
}
.g7e61__f1273{
  width: 24px;
  height: 24px;
  background: var(--primary-color);
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 15px rgba(124, 252, 0, 0.3); color: #1a1a2e;}
.mf34e__3d8ea{
  font-family: var(--font-main);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.ye60a__3b3f{
  display: flex;
  align-items: center;
  gap: 2.5rem;
  height: 100%;
}
.ge8329f{
  display: flex;
  list-style: none;
  gap: 1.5rem;
}
.fbwmrjcbt3{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.875rem;
  font-weight: 500;
  transition: var(--transition);
  padding: 0.5rem 0;
  position: relative;
}
.fbwmrjcbt3:hover{
  color: var(--primary-color);
}
.fbwmrjcbt3::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--primary-color);
  transition: var(--transition); color: #1a1a2e;}
.fbwmrjcbt3:hover::after{
  width: 100%;
}
.i652f_6e5{
  display: flex;
  align-items: center;
}
.k3ebf329_ji{
  background-color: var(--primary-color);
  color: #000000; 
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  border: 1px solid transparent;
}
.k3ebf329_ji:hover{
  background-color: var(--secondary-color);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md); color: #1a1a2e;}
.p7bbf__46603{
  width: 16px;
  height: 16px;
}
.bb17d37_99{
  display: none;
}
.p8c11df98dd{
  display: none;
  cursor: pointer;
  padding: 0.5rem;
}
.oakxr9aaz57{
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text-color);
  position: relative; color: #1a1a2e;}
.oakxr9aaz57::before, .oakxr9aaz57::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--text-color);
  transition: var(--transition); color: #1a1a2e;}
.oakxr9aaz57::before{ top: -6px; }
.oakxr9aaz57::after{ bottom: -6px; }
@media (max-width: 1024px){.ye60a__3b3f {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    flex-direction: column;
    background-color: var(--bg-color);
    padding: 0;
    gap: 0;
    transition: var(--transition);
    border-bottom: 0 solid var(--border-color); color: #ffffff;}
.ge8329f {
    flex-direction: column;
    width: 100%;
    padding: 2rem;
    gap: 2rem;
    align-items: center;
  }
.fbwmrjcbt3 {
    font-size: 1.125rem;
  }
.i652f_6e5 {
    padding: 2rem;
    width: 100%;
    justify-content: center;
    border-top: 1px solid var(--border-color);
  }
.p8c11df98dd {
    display: block;
  }
.bb17d37_99:checked ~ .ye60a__3b3f {
    height: calc(100vh - var(--nav-height));
    padding-bottom: 2rem;
    border-bottom-width: 1px;
    overflow-y: auto;
  }
.bb17d37_99:checked + .p8c11df98dd .oakxr9aaz57 {
    background: transparent;
  }
.bb17d37_99:checked + .p8c11df98dd .oakxr9aaz57::before {
    transform: rotate(45deg);
    top: 0;
  }
.bb17d37_99:checked + .p8c11df98dd .oakxr9aaz57::after {
    transform: rotate(-45deg);
    bottom: 0;
  }}
@media (max-width: 480px){.fd4ff35b_dxc0 {
    padding: 0 1.25rem;
  }
.mf34e__3d8ea {
    font-size: 1rem;
  }}
.fbwmrjcbt3.active{color: var(--primary-color);}
@media (min-width: 1025px){.kspnbhdpqu5z #nt1883def3d8, .kspnbhdpqu5z label[for="nt1883def3d8"]{ display: none !important; }}
@media (min-width: 1025px){.kspnbhdpqu5z .ye60a__3b3f{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.kspnbhdpqu5z .ye60a__3b3f{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.kspnbhdpqu5z .ye60a__3b3f a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.v5hnoxk5w{box-sizing:border-box;}
.kk8j8hx9ho{list-style:none;}
.fbwmrjcbt3.active{color: var(--primary-color);}
#nt1883def3d8:checked ~ .ye60a__3b3f{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.kspnbhdpqu5z.n0406b_21c0 .ye60a__3b3f{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1024px){#nt1883def3d8:checked ~ .ye60a__3b3f{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.kspnbhdpqu5z.n0406b_21c0 #nt1883def3d8, .kspnbhdpqu5z.n0406b_21c0 label[for="nt1883def3d8"]{ display: none !important; }}
@media (min-width: 1025px){.kspnbhdpqu5z.n0406b_21c0 .ye60a__3b3f{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.kspnbhdpqu5z.n0406b_21c0 .ye60a__3b3f{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.kspnbhdpqu5z.n0406b_21c0 .ye60a__3b3f a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.p04d3f84a73{
  background-color: var(--bg-color, #0f120f);
  padding: 80px 24px 40px 24px;
  border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
  font-family: var(--font-sans, sans-serif); color: #ffffff;}
.a8487e_ea7a{
  max-width: var(--max-width, 1440px);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.vbe6ac099{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 64px;
  width: 100%;
}
.r3522ce5815{
  font-family: var(--font-main, serif);
  font-size: 42px;
  color: var(--text-color, #f0f0f0);
  margin-top: 0;
  margin-bottom: 32px;
  letter-spacing: -0.02em;
  font-weight: 400;
  width: 100%;
}
.q55df9e8b{
  width: auto;
}
.wdc066_293f{
  display: inline-block;
  background-color: var(--primary-color, #52ff05);
  color: #000000;
  padding: 16px 40px;
  border-radius: var(--radius-sm, 2px);
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  transition: var(--transition, all 0.3s ease);
  box-shadow: var(--shadow-md, 0 8px 24px rgba(0, 0, 0, 0.5));
}
.wdc066_293f:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg, 0 16px 48px rgba(0, 0, 0, 0.6));
  filter: brightness(1.1);
}
.id55__5bcc{
  border: none;
  border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
  margin-bottom: 64px;
  width: 100%;
}
.w6bae1_e744{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 80px;
  width: 100%;
}
.w089ea_e582{
  flex: 2;
  min-width: 280px;
}
.w11212a7f{
  font-family: var(--font-main, serif);
  font-size: 24px;
  color: var(--text-color, #f0f0f0);
  margin-bottom: 16px;
  font-weight: bold;
  width: 100%;
}
.z05ae354293{
  color: var(--text-muted, #a3a3a3);
  line-height: 1.6;
  font-size: 15px;
  max-width: 320px;
  width: 100%;
}
.occ039a0601{
  flex: 1;
  min-width: 160px;
}
.b04c58_2e33{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-color, #f0f0f0);
  margin-bottom: 24px;
  font-weight: 600;
  width: 100%;
}
.xce36f6d4{
  display: block;
  color: var(--text-muted, #a3a3a3);
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 12px;
  transition: color 0.2s ease;
  width: 100%;
}
.xce36f6d4:hover{
  color: var(--secondary-color, #30e3ac);
}
.jf625d80017{
  display: block;
  color: var(--text-muted, #a3a3a3);
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: normal;
  width: 100%;
}
.j002cd371{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.08));
  width: 100%;
}
.r3458ca766f{
  color: var(--text-muted, #a3a3a3);
  font-size: 13px;
  width: auto;
}
.o488a2580cf{
  display: flex;
  gap: 24px;
  width: auto;
}
.b0ef1a_ca12{
  color: var(--text-muted, #a3a3a3);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s ease;
}
.b0ef1a_ca12:hover{
  color: var(--text-color, #f0f0f0);
}
@media (max-width: 768px){.p04d3f84a73{
    padding-top: 60px;
  }
.r3522ce5815{
    font-size: 32px;
  }
.w6bae1_e744{
    flex-direction: column;
    gap: 48px;
  }
.w089ea_e582{
    flex: 1;
    min-width: 100%;
  }
.j002cd371{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }}
.f881__3e61{box-sizing:border-box;}
.r508__a92a{box-sizing:border-box;}
.g66b7e_5143{box-sizing:border-box;}
.y559e352f{box-sizing:border-box;}
.j669e5_48fb{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.j8ffa7064 { flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 14px !important; padding: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}