:root {

  --primary-color: hsl(62, 85%, 54%);
  --secondary-color: hsl(207, 68%, 54%);
  --bg-color: hsl(240, 10%, 4%);
  --text-color: hsl(0, 0%, 98%);
  --text-muted: hsl(240, 5%, 65%);
  --border-color: rgba(255, 255, 255, 0.08);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 12px 24px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.5);
  --nav-height: 72px;
  --max-width: 1200px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(10, 10, 12, 0.85);
  --cta-text: hsl(62, 10%, 10%);
  --wps-bg-base: #0a0a0b;
  --wps-bg-surface: #141417;
  --wps-bg-surface-hover: #1f1f24;
  --wps-text-primary: #f4f4f5;
  --wps-text-secondary: #a1a1aa;
  --wps-text-muted: #71717a;
  --wps-accent: #0ea5e9;
  --wps-accent-hover: #0284c7;
  --wps-border-color: #27272a;
  --wps-radius-md: 12px;
  --wps-radius-lg: 24px;
  --wps-shadow-glow: 0 0 32px rgba(14, 165, 233, 0.15);
  --wps-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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%);
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.v355__cedf{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #ffffff;}
.d86c963_ae8c{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.rvrzk2nyh{
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
    }
.yc1482_8d25{
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--text-color);
    transition: var(--transition);
    }
.yc1482_8d25:hover{
    opacity: 0.8;
    }
.tfd6f80{
    display: flex;
    list-style: none;
    gap: 8px;
    margin: 0 20px;
    }
.o9e48c__ed64{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.o9e48c__ed64:hover{
    color: #1a1a2e;
    background-color: rgba(255, 255, 255, 0.05);
    }
.a14d3__9ad{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    }
.n0a6__1af{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px;
    background-color: var(--primary-color); 
    color: var(--cta-text);                 
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    }
.n0a6__1af:hover{
    background-color: #f4ff80; 
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.n0a6__1af:active{
    transform: translateY(0);
    }
.v27acd__616{
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 24px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.v27acd__616 .eqllvukd69f{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 10px;
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1024px){.tfd6f80 {
    display: none; 
    }
.v27acd__616 {
    display: flex;
    }}
@media (max-width: 640px){.d86c963_ae8c{
    padding: 0 16px;
    }
.n0a6__1af{
    padding: 0 14px;
    font-size: 13px;
    }}
.o9e48c__ed64.active{color: #1a1a2e; background-color: rgba(255, 255, 255, 0.05);}
.deddef2_kdlg{list-style:none;}
.o9e48c__ed64.active {color: #1a1a2e; background-color: rgba(255, 255, 255, 0.05);}
.f118__6faa3{
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    border-top: 1px solid var(--border-color); color: #ffffff;}
.yz0gppay{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    }
.l2df78e0049{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    width: 100%;
    }
.wdfb__f16{
    flex: 0 1 auto;
    width: 300px;
    }
.h8ef7f_ey{
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    }
.q0bdac_7eb{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.n5412167_16l{
    flex: 0 0 auto;
    }
.aa8f313_e5fa{
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--cta-text);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(234, 230, 36, 0.2);
    }
.aa8f313_e5fa:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(234, 230, 36, 0.3);
    filter: brightness(1.05);
    }
.pd4fd10b_tl5{
    height: 1px;
    background-color: var(--border-color);
    width: 100%;
    margin-bottom: 40px; color: #1a1a2e;}
.d5f4b44e_o7gq{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.wa8d51_414{
    flex: 0 0 auto;
    font-size: 14px;
    color: var(--text-muted);
    }
.ljdbwqmd{
    display: flex;
    gap: 32px;
    flex: 0 0 auto;
    }
.hf6bbf_nndw{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
    }
.hf6bbf_nndw:hover{
    color: var(--text-color);
    }
@media (max-width: 768px){.f118__6faa3{
    padding-top: 60px;
    padding-bottom: 32px;
    }
.l2df78e0049{
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
    margin-bottom: 48px;
    }
.wdfb__f16{
    width: 100%;
    }
.d5f4b44e_o7gq{
    flex-direction: column-reverse;
    gap: 24px;
    text-align: center;
    }
.ljdbwqmd{
    gap: 20px;
    }}
div.i5c482_ef17.w8b66_953.qb0aac1_8d{
    font-family: var(--wps-font-sans);
    background-color: var(--wps-bg-base);
    color: var(--wps-text-primary);
    line-height: 1.6;
    min-height: 100vh;
    padding-bottom: 60px;
    -webkit-font-smoothing: antialiased;
    }
div.i5c482_ef17.w8b66_953 .ua088c7_o3{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    }
div.i5c482_ef17.w8b66_953 .cee2f__c6da{
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;
    padding: 120px 0 80px;
    position: relative;
    }
div.i5c482_ef17.w8b66_953 .cee2f__c6da::before{
    content: "";
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 600px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.08) 0%, rgba(10, 10, 11, 0) 70%);
    z-index: 0;
    pointer-events: none; color: #1a1a2e;}
div.i5c482_ef17.w8b66_953 .fc2570__8b9b7{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 16px 0;
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, #ffffff 0%, #a1a1aa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; color: #1a1a2e;}
div.i5c482_ef17.w8b66_953 .m3e0ea3b_xbp1{
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 500;
    color: var(--wps-accent);
    margin: 0 0 32px 0;
    position: relative;
    z-index: 1;
    }
div.i5c482_ef17.w8b66_953 .x0bd0f_8z09{
    max-width: 760px; 
    font-size: 1.125rem;
    color: var(--wps-text-secondary);
    margin: 0 0 48px 0;
    position: relative;
    z-index: 1;
    }
div.i5c482_ef17.w8b66_953 .g27778_74{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wps-accent);
    color: #1a1a2e;
    font-weight: 600;
    font-size: 1.125rem;
    padding: 16px 40px;
    border-radius: var(--wps-radius-md);
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 8px 16px rgba(14, 165, 233, 0.2);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    }
div.i5c482_ef17.w8b66_953 .g27778_74:hover{
    background-color: var(--wps-accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(14, 165, 233, 0.3); color: #1a1a2e;}
div.i5c482_ef17.w8b66_953 .bcf93_722{
    padding: 80px 0;
    border-top: 1px solid var(--wps-border-color);
    }
div.i5c482_ef17.w8b66_953 .cyshpupirt{
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;
    margin-bottom: 64px;
    max-width: 760px;
    margin-left: 0;
    margin-right: auto;
    }
div.i5c482_ef17.w8b66_953 .cyshpupirt h2{
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 16px 0;
    color: var(--wps-text-primary);
    }
div.i5c482_ef17.w8b66_953 .cyshpupirt p{
    font-size: 1.0625rem;
    color: var(--wps-text-secondary);
    margin: 0;
    }
div.i5c482_ef17.w8b66_953 .u58569bbac1{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    }
div.i5c482_ef17.w8b66_953 .bjdw9h68{
    background-color: var(--wps-bg-surface);
    border: 1px solid var(--wps-border-color);
    border-radius: var(--wps-radius-lg);
    padding: 40px 32px;
    transition: background-color 0.3s ease;
    text-align: left; color: #ffffff;}
div.i5c482_ef17.w8b66_953 .bjdw9h68:hover{
    background-color: var(--wps-bg-surface-hover); color: #ffffff;}
div.i5c482_ef17.w8b66_953 .bjdw9h68 h3{
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 16px 0;
    color: var(--wps-text-primary);
    }
div.i5c482_ef17.w8b66_953 .bjdw9h68 p{
    font-size: 0.9375rem;
    color: var(--wps-text-secondary);
    margin: 0 0 16px 0;
    line-height: 1.7;
    }
div.i5c482_ef17.w8b66_953 .bjdw9h68 p:last-child{
    margin-bottom: 0;
    }
div.i5c482_ef17.w8b66_953 .gb8418b83e{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    }
div.i5c482_ef17.w8b66_953 .zw3u9khyf87{
    text-align: left;
    }
div.i5c482_ef17.w8b66_953 .zw3u9khyf87 h3{
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 24px 0;
    }
div.i5c482_ef17.w8b66_953 .zw3u9khyf87 p{
    font-size: 1.0625rem;
    color: var(--wps-text-secondary);
    margin: 0 0 20px 0;
    }
div.i5c482_ef17.w8b66_953 .zw3u9khyf87 ul{
    list-style: none;
    padding: 0;
    margin: 0;
    }
div.i5c482_ef17.w8b66_953 .zw3u9khyf87 li{
    font-size: 1rem;
    color: var(--wps-text-secondary);
    margin-bottom: 12px;
    position: relative;
    padding-left: 24px;
    }
div.i5c482_ef17.w8b66_953 .zw3u9khyf87 li::before{
    content: "→";
    position: absolute;
    left: 0;
    color: var(--wps-accent);
    }
div.i5c482_ef17.w8b66_953 .p4657ca{border-radius: var(--wps-radius-lg);
    overflow: hidden;
    border: 1px solid var(--wps-border-color);
    background-color: var(--wps-bg-surface);
    aspect-ratio: 16/10;
    position: relative; isolation: isolate; color: #ffffff;}
div.i5c482_ef17.w8b66_953 .p4657ca img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }
div.i5c482_ef17.w8b66_953 .ff9fa__fe58{
    color: var(--wps-accent);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    }
div.i5c482_ef17.w8b66_953 .ff9fa__fe58:hover{
    border-bottom-color: var(--wps-accent);
    }
div.i5c482_ef17.w8b66_953 .qc2cfb718{
    text-align: center;
    padding-top: 60px;
    border-top: 1px solid var(--wps-border-color);
    color: var(--wps-text-muted);
    font-size: 0.875rem;
    }
@media (max-width: 992px) {div.i5c482_ef17.w8b66_953 .gb8418b83e{
    grid-template-columns: 1fr;
    gap: 40px;
    }}
@media (max-width: 768px) {div.i5c482_ef17.w8b66_953 .cee2f__c6da{
    padding: 80px 0 60px;
    }
div.i5c482_ef17.w8b66_953 .bcf93_722{
    padding: 60px 0;
    }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.i5c482_ef17 img.g020bf42e {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.i5c482_ef17 img.g020bf42e.ve6b6e79e06 { aspect-ratio: 16 / 9; }
div.i5c482_ef17 img.g020bf42e.j37e547e0 { aspect-ratio: 16 / 10; }
div.i5c482_ef17 img.g020bf42e.t3a7e3_a5db { aspect-ratio: 4 / 3; }
div.i5c482_ef17 img.g020bf42e.c9802ece1ac { aspect-ratio: 1 / 1; }
div.i5c482_ef17 :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.i5c482_ef17 .ta75f4a72 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.i5c482_ef17 .ta75f4a72.ve6b6e79e06 { aspect-ratio: 16 / 9; }
div.i5c482_ef17 .ta75f4a72.j37e547e0 { aspect-ratio: 16 / 10; }
div.i5c482_ef17 .ta75f4a72.t3a7e3_a5db { aspect-ratio: 4 / 3; }
div.i5c482_ef17 .ta75f4a72.c9802ece1ac { aspect-ratio: 1 / 1; }
div.i5c482_ef17 .ta75f4a72 > img.g020bf42e,
    div.i5c482_ef17 .ta75f4a72 > picture > img.g020bf42e {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.u0f9__e08f {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.u0f9__e08f > :first-child,
    .u0f9__e08f > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.v355__cedf{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #ffffff;}
.d86c963_ae8c{
    width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.rvrzk2nyh{
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
    }
.yc1482_8d25{
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--text-color);
    transition: var(--transition);
    }
.yc1482_8d25:hover{
    opacity: 0.8;
    }
.tfd6f80{
    display: flex;
    list-style: none;
    gap: 8px;
    margin: 0 20px;
    }
.o9e48c__ed64{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.o9e48c__ed64:hover{
    color: #1a1a2e;
    background-color: rgba(255, 255, 255, 0.05);
    }
.a14d3__9ad{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    }
.n0a6__1af{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px;
    background-color: var(--primary-color); 
    color: var(--cta-text);                 
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    }
.n0a6__1af:hover{
    background-color: #f4ff80; 
    transform: translateY(-1px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.n0a6__1af:active{
    transform: translateY(0);
    }
.v27acd__616{
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 24px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.v27acd__616 .eqllvukd69f{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 10px;
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1024px){.tfd6f80 {
    display: none; 
    }
.v27acd__616 {
    display: flex;
    }}
@media (max-width: 640px){.d86c963_ae8c{
    padding: 0 16px;
    }
.n0a6__1af{
    padding: 0 14px;
    font-size: 13px;
    }}
.o9e48c__ed64.active{color: #1a1a2e; background-color: rgba(255, 255, 255, 0.05);}
.deddef2_kdlg{list-style:none;}
.o9e48c__ed64.active{color: #1a1a2e; background-color: rgba(255, 255, 255, 0.05);}
.f118__6faa3{
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    border-top: 1px solid var(--border-color); color: #ffffff;}
.yz0gppay{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    }
.l2df78e0049{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    width: 100%;
    }
.wdfb__f16{
    flex: 0 1 auto;
    width: 300px;
    }
.h8ef7f_ey{
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    }
.q0bdac_7eb{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.n5412167_16l{
    flex: 0 0 auto;
    }
.aa8f313_e5fa{
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--cta-text);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(234, 230, 36, 0.2);
    }
.aa8f313_e5fa:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(234, 230, 36, 0.3);
    filter: brightness(1.05);
    }
.pd4fd10b_tl5{
    height: 1px;
    background-color: var(--border-color);
    width: 100%;
    margin-bottom: 40px; color: #1a1a2e;}
.d5f4b44e_o7gq{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.wa8d51_414{
    flex: 0 0 auto;
    font-size: 14px;
    color: var(--text-muted);
    }
.ljdbwqmd{
    display: flex;
    gap: 32px;
    flex: 0 0 auto;
    }
.hf6bbf_nndw{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
    }
.hf6bbf_nndw:hover{
    color: var(--text-color);
    }
@media (max-width: 768px){.f118__6faa3{
    padding-top: 60px;
    padding-bottom: 32px;
    }
.l2df78e0049{
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
    margin-bottom: 48px;
    }
.wdfb__f16{
    width: 100%;
    }
.d5f4b44e_o7gq{
    flex-direction: column-reverse;
    gap: 24px;
    text-align: center;
    }
.ljdbwqmd{
    gap: 20px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.v355__cedf{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  display: flex;
  justify-content: center; color: #ffffff;}
.d86c963_ae8c{
  width: var(--max-width);
  height: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rvrzk2nyh{
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.yc1482_8d25{
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text-color);
  transition: var(--transition);
}
.yc1482_8d25:hover{
  opacity: 0.8;
}
.tfd6f80{
  display: flex;
  list-style: none;
  gap: 8px;
  margin: 0 20px;
}
.o9e48c__ed64{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  white-space: nowrap;
}
.o9e48c__ed64:hover{
  color: #1a1a2e;
  background-color: rgba(255, 255, 255, 0.05);
}
.a14d3__9ad{
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.n0a6__1af{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  background-color: var(--primary-color); 
  color: var(--cta-text);                 
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.n0a6__1af:hover{
  background-color: #f4ff80; 
  transform: translateY(-1px);
  box-shadow: var(--shadow-md); color: #1a1a2e;}
.n0a6__1af:active{
  transform: translateY(0);
}
.v27acd__616{
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 24px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.v27acd__616 .eqllvukd69f{
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 10px;
  transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1024px){.tfd6f80 {
    display: none; 
  }
.v27acd__616 {
    display: flex;
  }}
@media (max-width: 640px){.d86c963_ae8c{
    padding: 0 16px;
  }
.n0a6__1af{
    padding: 0 14px;
    font-size: 13px;
  }}
.o9e48c__ed64.active{color: #1a1a2e; background-color: rgba(255, 255, 255, 0.05);}
.deddef2_kdlg{list-style:none;}
.o9e48c__ed64.active{color: #1a1a2e; background-color: rgba(255, 255, 255, 0.05);}
.b0a161b2ff0{
  background-color: var(--bg-color);
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
  border-top: 1px solid var(--border-color); color: #ffffff;}
.j2ad70_6a92{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.s2f3__6880{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  width: 100%;
}
.ub36d028166{
  flex: 0 1 auto;
  width: 300px;
}
.u01a717c1{
  font-size: 24px;
  font-weight: 800;
  color: var(--text-color);
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.d1de1e_8181{
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}
.a24447_c551{
  flex: 0 0 auto;
}
.y77a8d4759f{
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--cta-text);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 28px;
  padding-right: 28px;
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 4px 12px rgba(234, 230, 36, 0.2);
}
.y77a8d4759f:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(234, 230, 36, 0.3);
  filter: brightness(1.05);
}
.s314d7cff{
  height: 1px;
  background-color: var(--border-color);
  width: 100%;
  margin-bottom: 40px; color: #1a1a2e;}
.vd7c0780277{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.qc4e5bd7d6c{
  flex: 0 0 auto;
  font-size: 14px;
  color: var(--text-muted);
}
.fe6f5a_35b3{
  display: flex;
  gap: 32px;
  flex: 0 0 auto;
}
.sd6590bae{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 14px;
  transition: var(--transition);
}
.sd6590bae:hover{
  color: var(--text-color);
}
@media (max-width: 768px){.b0a161b2ff0{
    padding-top: 60px;
    padding-bottom: 32px;
  }
.s2f3__6880{
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
    margin-bottom: 48px;
  }
.ub36d028166{
    width: 100%;
  }
.vd7c0780277{
    flex-direction: column-reverse;
    gap: 24px;
    text-align: center;
  }
.fe6f5a_35b3{
    gap: 20px;
  }}
.ua677366f4e{box-sizing:border-box;}
.bc70__d7ca{box-sizing:border-box;}
.ybe315caf{box-sizing:border-box;}
.z9b0a44bf{box-sizing:border-box;}
.x180__2915{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.d5f4b44e_o7gq { 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; }}