:root {

  --wps-primary: var(--primary-color, hsl(111, 75%, 56%));
  --wps-secondary: var(--secondary-color, hsl(187, 60%, 56%));
  --wps-text: var(--text-color, hsl(111, 10%, 8%));
  --wps-bg: var(--bg-color, hsl(111, 7%, 97%));
  --wps-accent-gray: #e2e8f0;
  --wps-radius: var(--border-radius, 16px);
  --wps-shadow: var(--box-shadow, 0 10px 30px rgba(0,0,0,0.05));
  --wps-max-width: 1200px;
  --primary-color: hsl(15, 85%, 58%);
  --secondary-color: hsl(35, 88%, 52%);
  --bg-color: hsl(20, 15%, 97%);
  --text-color: hsl(20, 12%, 15%);
  --text-muted: hsl(20, 8%, 45%);
  --border-color: hsla(20, 10%, 10%, 0.08);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 28px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 20px rgba(225, 81, 61, 0.12);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.1);
  --nav-height: 80px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: hsla(20, 15%, 97%, 0.85);
  --nav-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --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%);
}
div.bea0__1cfc.be9f0d5_fva9{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--wps-text);
    background-color: var(--wps-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.bea0__1cfc.be9f0d5_fva9 .oj80f8bz{
    max-width: var(--wps-max-width);
    margin: 0 auto;
    padding: 0 40px;
    }
div.bea0__1cfc.be9f0d5_fva9 .dc6f150_e6{
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.bea0__1cfc.be9f0d5_fva9 .l0pz480fh{
    display: flex;
    min-height: 80vh;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 80px;
    gap: 60px;
    background: linear-gradient(135deg, #ffffff 0%, var(--wps-bg) 100%); color: #1a1a2e;}
div.bea0__1cfc.be9f0d5_fva9 .j94ae05{
    flex: 1;
    max-width: 680px;
    }
div.bea0__1cfc.be9f0d5_fva9 .y2412097e6{
    flex: 1;
    position: relative;
    }
div.bea0__1cfc.be9f0d5_fva9 .y2412097e6 img{
    width: 100%;
    height: auto;
    border-radius: var(--wps-radius);
    box-shadow: var(--wps-shadow);
    object-fit: cover;
    aspect-ratio: 4/3;
    }
div.bea0__1cfc.be9f0d5_fva9 h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--wps-text);
    font-weight: 800;
    }
div.bea0__1cfc.be9f0d5_fva9 .am1agtrmxs4w{
    font-size: 1.25rem;
    color: #4a5568;
    margin-bottom: 32px;
    max-width: 600px;
    }
div.bea0__1cfc.be9f0d5_fva9 .v8e4ed0{
    display: inline-flex;
    align-items: center;
    padding: 18px 36px;
    background-color: var(--wps-primary);
    color: #1a1a2e;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 15px 30px rgba(111, 212, 74, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
div.bea0__1cfc.be9f0d5_fva9 .v8e4ed0:hover{
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(111, 212, 74, 0.4);
    }
div.bea0__1cfc.be9f0d5_fva9 .gfa421_25{
    margin-bottom: 60px;
    text-align: left;
    }
div.bea0__1cfc.be9f0d5_fva9 .gfa421_25 h2{
    font-size: 2.5rem;
    color: var(--wps-text);
    position: relative;
    display: inline-block;
    }
div.bea0__1cfc.be9f0d5_fva9 .gfa421_25 h2::after{
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 80px;
    height: 4px;
    background: var(--wps-secondary); color: #1a1a2e;}
div.bea0__1cfc.be9f0d5_fva9 .p9c6f28a{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
    }
div.bea0__1cfc.be9f0d5_fva9 .m0cdf36_qi{
    background: white;
    padding: 40px;
    border-radius: var(--wps-radius);
    transition: all 0.3s ease;
    border: 1px solid var(--wps-accent-gray);
    display: flex;
    flex-direction: column; color: #1a1a2e;}
div.bea0__1cfc.be9f0d5_fva9 .m0cdf36_qi:hover{
    transform: translateY(-10px);
    border-color: var(--wps-primary);
    box-shadow: var(--wps-shadow);
    }
div.bea0__1cfc.be9f0d5_fva9 .owejxnbk0lp9{
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--wps-primary);
    }
div.bea0__1cfc.be9f0d5_fva9 .m0cdf36_qi h3{
    font-size: 1.4rem;
    margin-bottom: 16px;
    }
div.bea0__1cfc.be9f0d5_fva9 .m0cdf36_qi p{
    color: #718096;
    font-size: 0.95rem;
    }
div.bea0__1cfc.be9f0d5_fva9 .fyr0265h{
    padding: 100px 0;
    background-color: #fff; color: #1a1a2e;}
div.bea0__1cfc.be9f0d5_fva9 .a6161e3{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 50px;
    }
div.bea0__1cfc.be9f0d5_fva9 .n65a7__3482{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--wps-accent-gray);
    }
div.bea0__1cfc.be9f0d5_fva9 .p57bba0_pez4{
    font-size: 3rem;
    font-weight: 800;
    color: var(--wps-accent-gray);
    line-height: 1;
    }
div.bea0__1cfc.be9f0d5_fva9 .g675aa9_33p h4{
    font-size: 1.5rem;
    margin-bottom: 12px;
    }
div.bea0__1cfc.be9f0d5_fva9 .m10b993{
    padding: 100px 0;
    }
div.bea0__1cfc.be9f0d5_fva9 .kf10f4__c0c6{
    max-width: 800px;
    margin-left: 0; 
    }
div.bea0__1cfc.be9f0d5_fva9 .h7ff7_20{
    margin-bottom: 30px;
    }
div.bea0__1cfc.be9f0d5_fva9 .rbbc255d873{
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: var(--wps-text);
    }
div.bea0__1cfc.be9f0d5_fva9 .nh4v7fn3b500{
    color: #4a5568;
    }
div.bea0__1cfc.be9f0d5_fva9 .p12fa5_31ea{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    }
div.bea0__1cfc.be9f0d5_fva9 .cc653dcd725 h4{
    font-size: 1.5rem;
    margin-bottom: 10px;
    }
div.bea0__1cfc.be9f0d5_fva9 .p1e6__7de0{
    display: flex;
    gap: 60px;
    }
div.bea0__1cfc.be9f0d5_fva9 .link-group h5{
    margin-bottom: 20px;
    font-weight: 700;
    }
div.bea0__1cfc.be9f0d5_fva9 .link-group ul{
    list-style: none;
    padding: 0;
    }
div.bea0__1cfc.be9f0d5_fva9 .link-group li{
    margin-bottom: 10px;
    }
div.bea0__1cfc.be9f0d5_fva9 .link-group a{
    color: #718096;
    text-decoration: none;
    transition: color 0.2s;
    }
div.bea0__1cfc.be9f0d5_fva9 .link-group a:hover{
    color: var(--wps-primary);
    }
div.bea0__1cfc.be9f0d5_fva9 .copyright{
    margin-top: 60px;
    text-align: center;
    color: #a0aec0;
    font-size: 0.85rem;
    }
@media (max-width: 968px) {div.bea0__1cfc.be9f0d5_fva9 .l0pz480fh{
    flex-direction: column;
    padding-top: 60px;
    }
div.bea0__1cfc.be9f0d5_fva9 .j94ae05{
    max-width: 100%;
    }
div.bea0__1cfc.be9f0d5_fva9 .gfa421_25{
    text-align: left;
    }
div.bea0__1cfc.be9f0d5_fva9 .gfa421_25 h2::after{
    left: 0;
    right: auto;
    }}
.tc953__12e34{
    background-color: var(--bg-color);
    padding: 80px 24px 40px 24px;
    border-top: 1px solid var(--border-color); color: #1a1a2e;}
.ld35__a43c{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: left; 
    }
.c242__61d0{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 60px;
    }
.c5i3i74wkl5t{
    flex: 1;
    min-width: 280px;
    max-width: 400px;
    }
.i579__5ad{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    }
.q6sumwea{
    background-color: var(--primary-color);
    color: #1a1a2e;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    border-radius: 8px;
    }
.zcd7ecead5{
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.h507b35753{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 32px;
    max-width: 320px;
    }
.p506da_bb3{
    display: flex;
    }
.gffzuiuuwb{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius-lg);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    display: inline-block;
    }
.gffzuiuuwb:hover{
    transform: translateY(-2px);
    filter: brightness(1.1);
    box-shadow: 0 12px 24px rgba(225, 81, 61, 0.2);
    }
.qcf39b31a7{
    flex: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 40px;
    }
.d7de46252ae{
    display: flex;
    flex-direction: column;
    gap: 16px;
    }
.g10afb6{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 8px;
    }
.qd81de8_48{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
    width: fit-content;
    }
.qd81de8_48:hover{
    color: var(--primary-color);
    padding-left: 4px;
    }
.k8266_ef92{
    height: 1px;
    background-color: var(--border-color);
    width: 100%;
    margin-bottom: 32px; color: #ffffff;}
.j6d97f6_e8{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.fd2f38_289c{
    display: flex;
    align-items: center;
    gap: 24px;
    }
.f4645f08_7cn{
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
    }
.a796e1__94f3b{
    font-size: 13px;
    color: var(--text-muted);
    }
.v9751ada_t6iw{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 6px 16px;
    border-radius: 20px; color: #ffffff;}
.bpmp7l3l5{
    width: 8px;
    height: 8px;
    background-color: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.4); color: #1a1a2e;}
.vcfc95_8ec{
    font-size: 12px;
    font-weight: 500;
    color: var(--text-muted);
    }
@media (max-width: 768px){.tc953__12e34 {
    padding: 60px 20px 30px 20px;
    }
.c242__61d0 {
    flex-direction: column;
    gap: 48px;
    }
.c5i3i74wkl5t {
    max-width: 100%;
    }
.qcf39b31a7 {
    grid-template-columns: repeat(2, 1fr);
    }
.j6d97f6_e8 {
    flex-direction: column;
    align-items: flex-start;
    }}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: var(--nav-font);
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.xb85832_62f{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.ma417a1_d74d{
    max-width: var(--max-width);
    width: 92%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.idc47dc_lcz{
    text-decoration: none;
    margin-right: 40px; 
    display: flex;
    align-items: center;
    }
.pb62892_aquz{
    font-size: 28px;
    font-weight: 800;
    color: var(--primary-color);
    letter-spacing: -1px;
    text-transform: uppercase;
    }
.p418__580{
    list-style: none;
    display: flex;
    gap: 8px; 
    align-items: center;
    margin-right: auto; 
    }
.w23726__d6f81{
    position: relative;
    }
.e574a__770{
    text-decoration: none;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.e574a__770:hover{
    background-color: rgba(0, 0, 0, 0.04);
    color: var(--primary-color);
    }
.d339f5_90p{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.e53f1__64bb{
    text-decoration: none;
    background: var(--primary-color);
    color: #1a1a2e; 
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    }
.e53f1__64bb:hover{
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(255, 140, 66, 0.25); color: #1a1a2e;}
.e53f1__64bb:active{
    transform: translateY(0);
    }
.pf8f6f_3c{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.pf8f6f_3c .v48c4bd5055{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.p418__580 {
    display: none; 
    }
.pf8f6f_3c {
    display: flex;
    }
.ma417a1_d74d {
    justify-content: space-between;
    }
.idc47dc_lcz {
    margin-right: 0;
    }}
.xb85832_62f::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)); color: #1a1a2e;}
.e574a__770.active{background-color: rgba(0, 0, 0, 0.04); color: var(--primary-color);}
.e574a__770.active {background-color: rgba(0, 0, 0, 0.04); color: var(--primary-color);}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.bea0__1cfc img.a285ad515c5 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.bea0__1cfc img.a285ad515c5.ua83__3081 { aspect-ratio: 16 / 9; }
div.bea0__1cfc img.a285ad515c5.o4c991f22 { aspect-ratio: 16 / 10; }
div.bea0__1cfc img.a285ad515c5.k992__6bbb { aspect-ratio: 4 / 3; }
div.bea0__1cfc img.a285ad515c5.x283bd43f { aspect-ratio: 1 / 1; }
div.bea0__1cfc :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.bea0__1cfc .r6e8310d6 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.bea0__1cfc .r6e8310d6.ua83__3081 { aspect-ratio: 16 / 9; }
div.bea0__1cfc .r6e8310d6.o4c991f22 { aspect-ratio: 16 / 10; }
div.bea0__1cfc .r6e8310d6.k992__6bbb { aspect-ratio: 4 / 3; }
div.bea0__1cfc .r6e8310d6.x283bd43f { aspect-ratio: 1 / 1; }
div.bea0__1cfc .r6e8310d6 > img.a285ad515c5,
    div.bea0__1cfc .r6e8310d6 > picture > img.a285ad515c5 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.bea0__1cfc .w13d__74a6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 0;
    }
div.bea0__1cfc .w13d__74a6 > .p450__ceb6 {
    width: clamp(20px, 1.35em, 30px);
    height: clamp(20px, 1.35em, 30px);
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
    }
div.bea0__1cfc.be9f0d5_fva9 .v8e4ed0 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.bea0__1cfc.be9f0d5_fva9 .v8e4ed0 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.bea0__1cfc.be9f0d5_fva9 .v8e4ed0 a:not([class]):hover{opacity:0.92;}
div.bea0__1cfc.be9f0d5_fva9 .v8e4ed0 a[class=""]:hover{opacity:0.92;}
div.bea0__1cfc.be9f0d5_fva9 .v8e4ed0 a:not([class]):visited{color:#ffffff !important;}
div.bea0__1cfc.be9f0d5_fva9 .v8e4ed0 a[class=""]:visited{color:#ffffff !important;}
.h25f4f9b3b6 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.h25f4f9b3b6 > :first-child,
    .h25f4f9b3b6 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: var(--nav-font);
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.xb85832_62f{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.ma417a1_d74d{
    max-width: var(--max-width);
    width: 92%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.idc47dc_lcz{
    text-decoration: none;
    margin-right: 40px; 
    display: flex;
    align-items: center;
    }
.pb62892_aquz{
    font-size: 28px;
    font-weight: 800;
    color: var(--primary-color);
    letter-spacing: -1px;
    text-transform: uppercase;
    }
.p418__580{
    list-style: none;
    display: flex;
    gap: 8px; 
    align-items: center;
    margin-right: auto; 
    }
.w23726__d6f81{
    position: relative;
    }
.e574a__770{
    text-decoration: none;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.e574a__770:hover{
    background-color: rgba(0, 0, 0, 0.04);
    color: var(--primary-color);
    }
.d339f5_90p{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.e53f1__64bb{
    text-decoration: none;
    background: var(--primary-color);
    color: #1a1a2e; 
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    }
.e53f1__64bb:hover{
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(255, 140, 66, 0.25); color: #1a1a2e;}
.e53f1__64bb:active{
    transform: translateY(0);
    }
.pf8f6f_3c{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    }
.pf8f6f_3c .v48c4bd5055{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.p418__580 {
    display: none; 
    }
.pf8f6f_3c {
    display: flex;
    }
.ma417a1_d74d {
    justify-content: space-between;
    }
.idc47dc_lcz {
    margin-right: 0;
    }}
.xb85832_62f::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)); color: #1a1a2e;}
.e574a__770.active{background-color: rgba(0, 0, 0, 0.04); color: var(--primary-color);}
.e574a__770.active{background-color: rgba(0, 0, 0, 0.04); color: var(--primary-color);}
.tc953__12e34{
    background-color: var(--bg-color);
    padding: 80px 24px 40px 24px;
    border-top: 1px solid var(--border-color); color: #1a1a2e;}
.ld35__a43c{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: left; 
    }
.c242__61d0{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 60px;
    }
.c5i3i74wkl5t{
    flex: 1;
    min-width: 280px;
    max-width: 400px;
    }
.i579__5ad{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    }
.q6sumwea{
    background-color: var(--primary-color);
    color: #1a1a2e;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    border-radius: 8px;
    }
.zcd7ecead5{
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.h507b35753{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 32px;
    max-width: 320px;
    }
.p506da_bb3{
    display: flex;
    }
.gffzuiuuwb{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius-lg);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    display: inline-block;
    }
.gffzuiuuwb:hover{
    transform: translateY(-2px);
    filter: brightness(1.1);
    box-shadow: 0 12px 24px rgba(225, 81, 61, 0.2);
    }
.qcf39b31a7{
    flex: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 40px;
    }
.d7de46252ae{
    display: flex;
    flex-direction: column;
    gap: 16px;
    }
.g10afb6{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 8px;
    }
.qd81de8_48{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
    width: fit-content;
    }
.qd81de8_48:hover{
    color: var(--primary-color);
    padding-left: 4px;
    }
.k8266_ef92{
    height: 1px;
    background-color: var(--border-color);
    width: 100%;
    margin-bottom: 32px; color: #ffffff;}
.j6d97f6_e8{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.fd2f38_289c{
    display: flex;
    align-items: center;
    gap: 24px;
    }
.f4645f08_7cn{
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
    }
.a796e1__94f3b{
    font-size: 13px;
    color: var(--text-muted);
    }
.v9751ada_t6iw{
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 6px 16px;
    border-radius: 20px; color: #ffffff;}
.bpmp7l3l5{
    width: 8px;
    height: 8px;
    background-color: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.4); color: #1a1a2e;}
.vcfc95_8ec{
    font-size: 12px;
    font-weight: 500;
    color: var(--text-muted);
    }
@media (max-width: 768px){.tc953__12e34 {
    padding: 60px 20px 30px 20px;
    }
.c242__61d0 {
    flex-direction: column;
    gap: 48px;
    }
.c5i3i74wkl5t {
    max-width: 100%;
    }
.qcf39b31a7 {
    grid-template-columns: repeat(2, 1fr);
    }
.j6d97f6_e8 {
    flex-direction: column;
    align-items: flex-start;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: var(--nav-font);
  background-color: var(--bg-color);
  color: var(--text-color);
}
.xb85832_62f{
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center; color: #1a1a2e;}
.ma417a1_d74d{
  max-width: var(--max-width);
  width: 92%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
}
.idc47dc_lcz{
  text-decoration: none;
  margin-right: 40px; 
  display: flex;
  align-items: center;
}
.pb62892_aquz{
  font-size: 28px;
  font-weight: 800;
  color: var(--primary-color);
  letter-spacing: -1px;
  text-transform: uppercase;
}
.p418__580{
  list-style: none;
  display: flex;
  gap: 8px; 
  align-items: center;
  margin-right: auto; 
}
.w23726__d6f81{
  position: relative;
}
.e574a__770{
  text-decoration: none;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  white-space: nowrap;
}
.e574a__770:hover{
  background-color: rgba(0, 0, 0, 0.04);
  color: var(--primary-color);
}
.d339f5_90p{
  display: flex;
  align-items: center;
  gap: 16px;
}
.e53f1__64bb{
  text-decoration: none;
  background: var(--primary-color);
  color: #1a1a2e; 
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
}
.e53f1__64bb:hover{
  background: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255, 140, 66, 0.25); color: #1a1a2e;}
.e53f1__64bb:active{
  transform: translateY(0);
}
.pf8f6f_3c{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.pf8f6f_3c .v48c4bd5055{
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px;
  transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.p418__580 {
    display: none; 
  }
.pf8f6f_3c {
    display: flex;
  }
.ma417a1_d74d {
    justify-content: space-between;
  }
.idc47dc_lcz {
    margin-right: 0;
  }}
.xb85832_62f::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)); color: #1a1a2e;}
.e574a__770.active{background-color: rgba(0, 0, 0, 0.04); color: var(--primary-color);}
.e574a__770.active{background-color: rgba(0, 0, 0, 0.04); color: var(--primary-color);}
.b037bc_bc8c{
  background-color: var(--bg-color);
  padding: 80px 24px 40px 24px;
  border-top: 1px solid var(--border-color); color: #1a1a2e;}
.z0cc9d_f1ac{
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: left; 
}
.cee25385091{
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 60px;
}
.r0bfbe_5709{
  flex: 1;
  min-width: 280px;
  max-width: 400px;
}
.gae5__b52e{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.t418__9a0b{
  background-color: var(--primary-color);
  color: #1a1a2e;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  border-radius: 8px;
}
.b6e00c1a8f5{
  font-size: 22px;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: -0.5px;
}
.ja68a6bcdd2{
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 32px;
  max-width: 320px;
}
.qc53__f1f8{
  display: flex;
}
.v2b9c4_6f58{
  background-color: var(--primary-color);
  color: #1a1a2e;
  padding: 14px 32px;
  border-radius: var(--radius-lg);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: var(--shadow-md);
  display: inline-block;
}
.v2b9c4_6f58:hover{
  transform: translateY(-2px);
  filter: brightness(1.1);
  box-shadow: 0 12px 24px rgba(225, 81, 61, 0.2);
}
.xc00f3133a2{
  flex: 2;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 40px;
}
.l5819105722{
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ycf61b104{
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 8px;
}
.h10f90_2bb7{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 15px;
  transition: var(--transition);
  width: fit-content;
}
.h10f90_2bb7:hover{
  color: var(--primary-color);
  padding-left: 4px;
}
.j86d__f37f{
  height: 1px;
  background-color: var(--border-color);
  width: 100%;
  margin-bottom: 32px; color: #ffffff;}
.j45f58573{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.i837__4f81{
  display: flex;
  align-items: center;
  gap: 24px;
}
.ua27__049a{
  font-size: 14px;
  color: var(--text-color);
  font-weight: 500;
}
.s0ed__b025{
  font-size: 13px;
  color: var(--text-muted);
}
.lb7bf6_39f4{
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 6px 16px;
  border-radius: 20px; color: #ffffff;}
.w854__3e7b{
  width: 8px;
  height: 8px;
  background-color: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.4); color: #1a1a2e;}
.ae9baa_86ac{
  font-size: 12px;
  font-weight: 500;
  color: var(--text-muted);
}
@media (max-width: 768px){.b037bc_bc8c {
    padding: 60px 20px 30px 20px;
  }
.cee25385091 {
    flex-direction: column;
    gap: 48px;
  }
.r0bfbe_5709 {
    max-width: 100%;
  }
.xc00f3133a2 {
    grid-template-columns: repeat(2, 1fr);
  }
.j45f58573 {
    flex-direction: column;
    align-items: flex-start;
  }}
.of0df6d5ff3{box-sizing:border-box;}
.u2385369a{box-sizing:border-box;}
.zb1d__1b7c{display:block;max-width:100%;height:auto;}
.xd7fc8f2c{box-sizing:border-box;}
.y443f9f8b{box-sizing:border-box;}
@media (max-width: 768px) {.j6d97f6_e8 { 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; }}