:root {

  --primary-color: #5A189A;
  --secondary-color: #4CC9F0;
  --bg-color: #F8F7FA;
  --text-color: #10002B;
  --text-muted: #6C757D;
  --border-color: rgba(255, 255, 255, 0.15);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 20px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.15);
  --shadow-md: 0 8px 16px rgba(0, 0, 0, 0.2);
  --shadow-lg: 0 16px 32px rgba(76, 201, 240, 0.25);
  --nav-height: 64px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: #10002B;
  --nav-text: #FFFFFF;
  --gb-bg-main: #F4F6F9;
  --gb-bg-alt: #FFFFFF;
  --gb-bg-dark: #0F172A;
  --gb-text-main: #1E293B;
  --gb-text-light: #475569;
  --gb-text-inverse: #F8FAFC;
  --gb-primary: #3B82F6;
  --gb-primary-hover: #2563EB;
  --gb-accent: #8B5CF6;
  --gb-border: #E2E8F0;
  --gb-radius: 12px;
  --gb-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
  --gb-shadow-hover: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
body{
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    }
.ga8bb5_76{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    box-shadow: var(--shadow-sm);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center; color: #ffffff;}
.vac121_a480{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.wnybi4wx{
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--nav-text);
    letter-spacing: -0.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    }
.wnybi4wx::before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: conic-gradient(from 180deg at 50% 50%, var(--primary-color) 0deg, var(--secondary-color) 360deg);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(76, 201, 240, 0.5); color: #1a1a2e;}
.o8812e0{
    display: flex;
    align-items: center;
    gap: 2rem;
    }
.i3a0e8_e139{
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: var(--transition);
    padding: 0.5rem 0;
    position: relative;
    }
.i3a0e8_e139::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: var(--transition); color: #1a1a2e;}
.i3a0e8_e139:hover{
    color: var(--nav-text);
    }
.i3a0e8_e139:hover::after{
    width: 100%;
    }
.ece725__7da{
    display: flex;
    align-items: center;
    gap: 1rem;
    }
.ped0395{
    background: var(--secondary-color);
    color: #000000;
    text-decoration: none;
    padding: 0.6rem 1.25rem;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(76, 201, 240, 0.3);
    display: inline-block;
    }
.ped0395:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    background: #fff; color: #1a1a2e;}
.q81727bf2f{
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    width: 40px;
    height: 40px;
    position: relative;
    }
.krummo8a6m{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--nav-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: var(--transition); color: #1a1a2e;}
.krummo8a6m::before, .krummo8a6m::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--nav-text);
    left: 0;
    transition: var(--transition); color: #1a1a2e;}
.krummo8a6m::before{ top: -6px; }
.krummo8a6m::after{ bottom: -6px; }
@media (max-width: 768px){.o8812e0{
    display: none; 
    }
.q81727bf2f{
    display: block;
    }}
.a3m8q6n5{
    background-color: var(--nav-bg, #10002B);
    padding: 80px 0 40px 0;
    color: var(--nav-text, #FFFFFF);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.wdbhfhu4fkdm{
    width: var(--max-width, 1200px);
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
    }
.l9329f66459{
    flex: 2;
    min-width: 280px;
    }
.f151a2ba696{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    background: linear-gradient(90deg, #FFFFFF, var(--secondary-color, #4CC9F0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; color: #1a1a2e;}
.he17__c401{
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    max-width: 360px;
    margin: 0;
    }
.a9c10_4e5{
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.px39fr52elp{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--secondary-color, #4CC9F0);
    margin-bottom: 8px;
    }
.icfb69_lrqt{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    width: fit-content;
    }
.icfb69_lrqt:hover{
    color: var(--secondary-color, #4CC9F0);
    transform: translateX(4px);
    }
.w72e84552a{
    flex: 1.5;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    }
.li8phqzmdbd{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    }
.da40f2__ed9{
    background: var(--secondary-color, #4CC9F0);
    color: var(--nav-bg, #10002B);
    padding: 14px 28px;
    border-radius: var(--radius-md, 10px);
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    box-shadow: var(--shadow-lg, 0 16px 32px rgba(76, 201, 240, 0.25));
    transition: var(--transition, all 0.3s ease);
    text-align: center;
    }
.da40f2__ed9:hover{
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(76, 201, 240, 0.4);
    filter: brightness(1.1);
    }
.o06054_08c{
    width: var(--max-width, 1200px);
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.15));
    margin-bottom: 30px; color: #1a1a2e;}
.oi806j6f62t{
    width: var(--max-width, 1200px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.y07386_95{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    }
.h3b94__76c{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    }
.h4f84fce{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.h4f84fce:hover{
    color: #FFFFFF;
    }
@media (max-width: 768px){.a3m8q6n5{
    padding: 60px 20px 30px 20px;
    }
.wdbhfhu4fkdm{
    flex-direction: column;
    gap: 40px;
    }
.l9329f66459, .a9c10_4e5, .w72e84552a{
    width: 100%;
    min-width: 0;
    }
.oi806j6f62t{
    flex-direction: column;
    align-items: flex-start;
    }
.h3b94__76c{
    gap: 16px;
    }}
div.e9d0cc3e9f9.c475d50b_d2{
    font-family: var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
    color: var(--text-color, var(--gb-text-main));
    background-color: var(--gb-bg-alt);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.e9d0cc3e9f9.c475d50b_d2 .b84dcc_7mw2{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    }
div.e9d0cc3e9f9.c475d50b_d2 h1, div.e9d0cc3e9f9.c475d50b_d2 h2, div.e9d0cc3e9f9.c475d50b_d2 h3{
    line-height: 1.2;
    margin-top: 0;
    font-weight: 700;
    }
div.e9d0cc3e9f9.c475d50b_d2 .q51e9b__7cc5{
    text-align: center;
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 4rem;
    color: var(--gb-text-main);
    position: relative;
    }
div.e9d0cc3e9f9.c475d50b_d2 .q51e9b__7cc5::after{
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--gb-primary), var(--gb-accent));
    margin: 1.25rem auto 0;
    border-radius: 2px; color: #1a1a2e;}
div.e9d0cc3e9f9.c475d50b_d2 .u94056_s6t{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    font-size: 1.0625rem;
    font-weight: 600;
    border-radius: var(--gb-radius);
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    }
div.e9d0cc3e9f9.c475d50b_d2 .a768b6_2ch{
    background: linear-gradient(135deg, var(--gb-primary) 0%, var(--gb-accent) 100%);
    color: #1a1a2e;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.4);
    border: none;
    }
div.e9d0cc3e9f9.c475d50b_d2 .a768b6_2ch:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.6);
    }
div.e9d0cc3e9f9.c475d50b_d2 .l2431d56b79{
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    }
div.e9d0cc3e9f9.c475d50b_d2 .l2431d56b79:hover{
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5); color: #1a1a2e;}
div.e9d0cc3e9f9.c475d50b_d2 .h5874_39f{background: linear-gradient(145deg, #09090b 0%, #17171d 100%);
    color: var(--gb-text-inverse);
    padding: 8rem 0 7rem;
    text-align: center;
    position: relative;
    overflow: hidden; isolation: isolate;}
div.e9d0cc3e9f9.c475d50b_d2 .h5874_39f::before{
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.08) 0%, transparent 50%);
    pointer-events: none; color: #1a1a2e;}
div.e9d0cc3e9f9.c475d50b_d2 .dtc67cz9{
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    }
div.e9d0cc3e9f9.c475d50b_d2 .h5874_39f h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, #60A5FA, #C084FC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; color: #1a1a2e;}
div.e9d0cc3e9f9.c475d50b_d2 .yb4c441_67{
    font-size: 1.125rem;
    color: #94A3B8;
    margin-bottom: 2.5rem;
    max-width: 700px;
    margin-left: 0;
    margin-right: auto;
    }
div.e9d0cc3e9f9.c475d50b_d2 .f1130b43f{
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    }
div.e9d0cc3e9f9.c475d50b_d2 .r6c2__e61{
    padding: 6rem 0;
    background: var(--gb-bg-alt); color: #1a1a2e;}
div.e9d0cc3e9f9.c475d50b_d2 .q9c76f_ae2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    margin-bottom: 7rem;
    }
div.e9d0cc3e9f9.c475d50b_d2 .q9c76f_ae2:last-child{
    margin-bottom: 0;
    }
div.e9d0cc3e9f9.c475d50b_d2 .g0cfc36f8 h3{
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
    color: var(--gb-text-main);
    }
div.e9d0cc3e9f9.c475d50b_d2 .g0cfc36f8 p{
    color: var(--gb-text-light);
    margin-bottom: 1.5rem;
    font-size: 1.0625rem;
    }
div.e9d0cc3e9f9.c475d50b_d2 .g0cfc36f8 a{
    color: var(--gb-primary);
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    transition: color 0.2s ease;
    }
div.e9d0cc3e9f9.c475d50b_d2 .g0cfc36f8 a:hover{
    color: var(--gb-primary-hover);
    }
div.e9d0cc3e9f9.c475d50b_d2 .v456__e000{
    list-style: none;
    padding: 0;
    margin: 0;
    }
div.e9d0cc3e9f9.c475d50b_d2 .v456__e000 li{
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
    color: var(--gb-text-main);
    font-weight: 500;
    }
div.e9d0cc3e9f9.c475d50b_d2 .v456__e000 li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--gb-primary);
    font-weight: bold;
    font-size: 1.1rem;
    }
div.e9d0cc3e9f9.c475d50b_d2 .ry4gm2uvp img{
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: var(--gb-radius);
    box-shadow: var(--gb-shadow);
    display: block;
    transition: transform 0.3s ease;
    }
div.e9d0cc3e9f9.c475d50b_d2 .ry4gm2uvp:hover img{
    transform: scale(1.02);
    }
div.e9d0cc3e9f9.c475d50b_d2 .j50d__800f{
    padding: 6rem 0;
    background: var(--gb-bg-main); color: #1a1a2e;}
div.e9d0cc3e9f9.c475d50b_d2 .n6bfc313_bd5{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    }
div.e9d0cc3e9f9.c475d50b_d2 .nf57a__4f8{
    background: var(--gb-bg-alt);
    border: 1px solid var(--gb-border);
    padding: 2.5rem;
    border-radius: var(--gb-radius);
    box-shadow: var(--gb-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease; color: #1a1a2e;}
div.e9d0cc3e9f9.c475d50b_d2 .nf57a__4f8:hover{
    transform: translateY(-5px);
    box-shadow: var(--gb-shadow-hover);
    }
div.e9d0cc3e9f9.c475d50b_d2 .icfa5601a8{
    width: 48px;
    height: 48px;
    margin-bottom: 1.5rem;
    color: #1a1a2e;
    background: rgba(59, 130, 246, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
div.e9d0cc3e9f9.c475d50b_d2 .icfa5601a8 svg{
    width: 24px;
    height: 24px;
    }
div.e9d0cc3e9f9.c475d50b_d2 .nf57a__4f8 h3{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--gb-text-main);
    }
div.e9d0cc3e9f9.c475d50b_d2 .nf57a__4f8 p{
    color: var(--gb-text-light);
    font-size: 1rem;
    margin-bottom: 0;
    }
div.e9d0cc3e9f9.c475d50b_d2 .kd428f48_o8lm{
    padding: 7rem 0;
    background: var(--gb-bg-dark);
    color: var(--gb-text-inverse);
    text-align: center;
    }
div.e9d0cc3e9f9.c475d50b_d2 .i2013c__5eecc{
    max-width: 650px;
    margin: 0 auto;
    }
div.e9d0cc3e9f9.c475d50b_d2 .i2013c__5eecc h2{
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
    color: var(--gb-text-inverse);
    }
div.e9d0cc3e9f9.c475d50b_d2 .i2013c__5eecc p{
    color: #94A3B8;
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
    }
div.e9d0cc3e9f9.c475d50b_d2 .x855__d9ae{
    background: #020617;
    color: #64748B;
    padding: 3rem 0;
    text-align: center;
    font-size: 0.875rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    }
div.e9d0cc3e9f9.c475d50b_d2 .x855__d9ae p{
    margin: 0.25rem 0;
    }
div.e9d0cc3e9f9.c475d50b_d2 .ld3f8236174{
    opacity: 0.8;
    }
@media (min-width: 900px) {div.e9d0cc3e9f9.c475d50b_d2 .jc2b55375 .g0cfc36f8{
    order: 2;
    }
div.e9d0cc3e9f9.c475d50b_d2 .jc2b55375 .ry4gm2uvp{
    order: 1;
    }}
@media (max-width: 899px) {div.e9d0cc3e9f9.c475d50b_d2 .q9c76f_ae2{
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 5rem;
    }
div.e9d0cc3e9f9.c475d50b_d2 .jc2b55375 .g0cfc36f8, div.e9d0cc3e9f9.c475d50b_d2 .jc2b55375 .ry4gm2uvp{
    order: 0;
    }
div.e9d0cc3e9f9.c475d50b_d2 .q51e9b__7cc5{
    margin-bottom: 3rem;
    }}
@media (max-width: 480px) {div.e9d0cc3e9f9.c475d50b_d2 .f1130b43f{
    flex-direction: column;
    }
div.e9d0cc3e9f9.c475d50b_d2 .f1130b43f .u94056_s6t{
    width: 100%;
    }
div.e9d0cc3e9f9.c475d50b_d2 .b84dcc_7mw2{
    padding: 0 1.5rem;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.e9d0cc3e9f9 img.g40a89dba48 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.e9d0cc3e9f9 img.g40a89dba48.y9e69a231 { aspect-ratio: 16 / 9; }
div.e9d0cc3e9f9 img.g40a89dba48.ha2544de4de { aspect-ratio: 16 / 10; }
div.e9d0cc3e9f9 img.g40a89dba48.n64f__bdc7 { aspect-ratio: 4 / 3; }
div.e9d0cc3e9f9 img.g40a89dba48.ne2c__815a { aspect-ratio: 1 / 1; }
div.e9d0cc3e9f9 :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.e9d0cc3e9f9 .s6f65cde3 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.e9d0cc3e9f9 .s6f65cde3.y9e69a231 { aspect-ratio: 16 / 9; }
div.e9d0cc3e9f9 .s6f65cde3.ha2544de4de { aspect-ratio: 16 / 10; }
div.e9d0cc3e9f9 .s6f65cde3.n64f__bdc7 { aspect-ratio: 4 / 3; }
div.e9d0cc3e9f9 .s6f65cde3.ne2c__815a { aspect-ratio: 1 / 1; }
div.e9d0cc3e9f9 .s6f65cde3 > img.g40a89dba48,
    div.e9d0cc3e9f9 .s6f65cde3 > picture > img.g40a89dba48 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.e9d0cc3e9f9.c475d50b_d2 .a768b6_2ch a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.e9d0cc3e9f9.c475d50b_d2 .a768b6_2ch a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.e9d0cc3e9f9.c475d50b_d2 .a768b6_2ch a:not([class]):hover{opacity:0.92;}
div.e9d0cc3e9f9.c475d50b_d2 .a768b6_2ch a[class=""]:hover{opacity:0.92;}
div.e9d0cc3e9f9.c475d50b_d2 .a768b6_2ch a:not([class]):visited{color:#ffffff !important;}
div.e9d0cc3e9f9.c475d50b_d2 .a768b6_2ch a[class=""]:visited{color:#ffffff !important;}
.c1f0__8740 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.c1f0__8740 > :first-child,
    .c1f0__8740 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
body{
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    }
.ga8bb5_76{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    box-shadow: var(--shadow-sm);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center; color: #ffffff;}
.vac121_a480{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.wnybi4wx{
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--nav-text);
    letter-spacing: -0.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    }
.wnybi4wx::before{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: conic-gradient(from 180deg at 50% 50%, var(--primary-color) 0deg, var(--secondary-color) 360deg);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(76, 201, 240, 0.5); color: #1a1a2e;}
.o8812e0{
    display: flex;
    align-items: center;
    gap: 2rem;
    }
.i3a0e8_e139{
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: var(--transition);
    padding: 0.5rem 0;
    position: relative;
    }
.i3a0e8_e139::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary-color);
    transition: var(--transition); color: #1a1a2e;}
.i3a0e8_e139:hover{
    color: var(--nav-text);
    }
.i3a0e8_e139:hover::after{
    width: 100%;
    }
.ece725__7da{
    display: flex;
    align-items: center;
    gap: 1rem;
    }
.ped0395{
    background: var(--secondary-color);
    color: #000000;
    text-decoration: none;
    padding: 0.6rem 1.25rem;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(76, 201, 240, 0.3);
    display: inline-block;
    }
.ped0395:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    background: #fff; color: #1a1a2e;}
.q81727bf2f{
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    width: 40px;
    height: 40px;
    position: relative;
    }
.krummo8a6m{
    display: block;
    width: 24px;
    height: 2px;
    background: var(--nav-text);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: var(--transition); color: #1a1a2e;}
.krummo8a6m::before, .krummo8a6m::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: var(--nav-text);
    left: 0;
    transition: var(--transition); color: #1a1a2e;}
.krummo8a6m::before{ top: -6px; }
.krummo8a6m::after{ bottom: -6px; }
@media (max-width: 768px){.o8812e0{
    display: none; 
    }
.q81727bf2f{
    display: block;
    }}
.a3m8q6n5{
    background-color: var(--nav-bg, #10002B);
    padding: 80px 0 40px 0;
    color: var(--nav-text, #FFFFFF);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
.wdbhfhu4fkdm{
    width: var(--max-width, 1200px);
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
    }
.l9329f66459{
    flex: 2;
    min-width: 280px;
    }
.f151a2ba696{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    background: linear-gradient(90deg, #FFFFFF, var(--secondary-color, #4CC9F0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; color: #1a1a2e;}
.he17__c401{
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    max-width: 360px;
    margin: 0;
    }
.a9c10_4e5{
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.px39fr52elp{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--secondary-color, #4CC9F0);
    margin-bottom: 8px;
    }
.icfb69_lrqt{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    width: fit-content;
    }
.icfb69_lrqt:hover{
    color: var(--secondary-color, #4CC9F0);
    transform: translateX(4px);
    }
.w72e84552a{
    flex: 1.5;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    }
.li8phqzmdbd{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    }
.da40f2__ed9{
    background: var(--secondary-color, #4CC9F0);
    color: var(--nav-bg, #10002B);
    padding: 14px 28px;
    border-radius: var(--radius-md, 10px);
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    box-shadow: var(--shadow-lg, 0 16px 32px rgba(76, 201, 240, 0.25));
    transition: var(--transition, all 0.3s ease);
    text-align: center;
    }
.da40f2__ed9:hover{
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(76, 201, 240, 0.4);
    filter: brightness(1.1);
    }
.o06054_08c{
    width: var(--max-width, 1200px);
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.15));
    margin-bottom: 30px; color: #1a1a2e;}
.oi806j6f62t{
    width: var(--max-width, 1200px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.y07386_95{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    }
.h3b94__76c{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    }
.h4f84fce{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.h4f84fce:hover{
    color: #FFFFFF;
    }
@media (max-width: 768px){.a3m8q6n5{
    padding: 60px 20px 30px 20px;
    }
.wdbhfhu4fkdm{
    flex-direction: column;
    gap: 40px;
    }
.l9329f66459, .a9c10_4e5, .w72e84552a{
    width: 100%;
    min-width: 0;
    }
.oi806j6f62t{
    flex-direction: column;
    align-items: flex-start;
    }
.h3b94__76c{
    gap: 16px;
    }}
body{
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.ga8bb5_76{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  box-shadow: var(--shadow-sm);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center; color: #ffffff;}
.vac121_a480{
  width: var(--max-width);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wnybi4wx{
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--nav-text);
  letter-spacing: -0.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
.wnybi4wx::before{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: conic-gradient(from 180deg at 50% 50%, var(--primary-color) 0deg, var(--secondary-color) 360deg);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(76, 201, 240, 0.5); color: #1a1a2e;}
.o8812e0{
  display: flex;
  align-items: center;
  gap: 2rem;
}
.i3a0e8_e139{
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: var(--transition);
  padding: 0.5rem 0;
  position: relative;
}
.i3a0e8_e139::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--secondary-color);
  transition: var(--transition); color: #1a1a2e;}
.i3a0e8_e139:hover{
  color: var(--nav-text);
}
.i3a0e8_e139:hover::after{
  width: 100%;
}
.ece725__7da{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ped0395{
  background: var(--secondary-color);
  color: #000000;
  text-decoration: none;
  padding: 0.6rem 1.25rem;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: var(--radius-md);
  transition: var(--transition);
  box-shadow: 0 4px 12px rgba(76, 201, 240, 0.3);
  display: inline-block;
}
.ped0395:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  background: #fff; color: #1a1a2e;}
.q81727bf2f{
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  width: 40px;
  height: 40px;
  position: relative;
}
.krummo8a6m{
  display: block;
  width: 24px;
  height: 2px;
  background: var(--nav-text);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--transition); color: #1a1a2e;}
.krummo8a6m::before, .krummo8a6m::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--nav-text);
  left: 0;
  transition: var(--transition); color: #1a1a2e;}
.krummo8a6m::before{ top: -6px; }
.krummo8a6m::after{ bottom: -6px; }
@media (max-width: 768px){.o8812e0{
    display: none; 
  }
.q81727bf2f{
    display: block;
  }}
.h7630b49efc{
    background-color: var(--nav-bg, #10002B);
    padding: 80px 0 40px 0;
    color: var(--nav-text, #FFFFFF);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.r9fd93295e7{
    width: var(--max-width, 1200px);
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
}
.ta55e046801{
    flex: 2;
    min-width: 280px;
}
.d12425_cb96{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    background: linear-gradient(90deg, #FFFFFF, var(--secondary-color, #4CC9F0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; color: #1a1a2e;}
.y3dc9cd65{
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    max-width: 360px;
    margin: 0;
}
.u5cc732a1a3{
    flex: 1;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.g09aa0a14{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--secondary-color, #4CC9F0);
    margin-bottom: 8px;
}
.p7a8d28fe93{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    width: fit-content;
}
.p7a8d28fe93:hover{
    color: var(--secondary-color, #4CC9F0);
    transform: translateX(4px);
}
.m096df_bca7{
    flex: 1.5;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.k002__a46a{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.c31f64_ce9a{
    background: var(--secondary-color, #4CC9F0);
    color: var(--nav-bg, #10002B);
    padding: 14px 28px;
    border-radius: var(--radius-md, 10px);
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    box-shadow: var(--shadow-lg, 0 16px 32px rgba(76, 201, 240, 0.25));
    transition: var(--transition, all 0.3s ease);
    text-align: center;
}
.c31f64_ce9a:hover{
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(76, 201, 240, 0.4);
    filter: brightness(1.1);
}
.x09fbd1f2{
    width: var(--max-width, 1200px);
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.15));
    margin-bottom: 30px; color: #1a1a2e;}
.iff6895a6{
    width: var(--max-width, 1200px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.a31a__d225{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.fbc612_d7a4{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.p9a0__8d09{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
}
.p9a0__8d09:hover{
    color: #FFFFFF;
}
@media (max-width: 768px){.h7630b49efc{
        padding: 60px 20px 30px 20px;
    }
.r9fd93295e7{
        flex-direction: column;
        gap: 40px;
    }
.ta55e046801, .u5cc732a1a3, .m096df_bca7{
        width: 100%;
        min-width: 0;
    }
.iff6895a6{
        flex-direction: column;
        align-items: flex-start;
    }
.fbc612_d7a4{
        gap: 16px;
    }}
.bb0b61_55a4{box-sizing:border-box;}
.w8ca__ece4{box-sizing:border-box;}
.dce2a792e{box-sizing:border-box;}
.dabfc2_7883{display:block;max-width:100%;height:auto;}
.ld1349_c445{box-sizing:border-box;}
@media (max-width: 768px) {.oi806j6f62t { 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; }}