:root {

  --primary-color: hsl(248, 59%, 63%);
  --secondary-color: hsl(180, 70%, 50%);
  --bg-color: hsl(117, 7%, 96%);
  --text-color: hsl(117, 10%, 8%);
  --text-muted: hsl(248, 10%, 45%);
  --border-color: rgba(0, 0, 0, 0.06);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 24px rgba(79, 70, 229, 0.15);
  --nav-height: 80px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(245, 246, 245, 0.85);
  --cta-text: #ffffff;
  --site-primary: var(--primary-color, hsl(117, 74%, 63%));
  --site-secondary: var(--secondary-color, hsl(248, 59%, 63%));
  --site-text: var(--text-color, hsl(117, 10%, 8%));
  --site-bg: var(--bg-color, hsl(117, 7%, 96%));
  --content-width: 680px;
  --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%);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-color);
    background-color: var(--bg-color);
    -webkit-font-smoothing: antialiased;
    }
.h91ee6__c7d{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.l98ba069f49{
    width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.w348126f{
    margin-right: 48px;
    flex-shrink: 0;
    }
.i15ff_ad{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: var(--transition);
    }
.oqxzj7bfg{
    width: 32px;
    height: 32px;
    }
.wdfac2_0fa1{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    }
.tb333d__29585{
    flex: 1;
    }
.c7fdc__f4a{
    list-style: none;
    display: flex;
    gap: 24px;
    align-items: center;
    }
.bcba2_2b{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 8px 4px;
    transition: var(--transition);
    position: relative;
    }
.bcba2_2b:hover{
    color: var(--primary-color);
    }
.bcba2_2b::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.bcba2_2b:hover::after{
    width: 100%;
    }
.p3d4a8cb{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto; 
    }
.czenttgpkyr{
    background: var(--primary-color);
    color: #1a1a2e;
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1);
    }
.czenttgpkyr:hover{
    background: hsl(248, 59%, 58%); 
    transform: translateY(-1px);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.czenttgpkyr:active{
    transform: translateY(0);
    }
.de2e145_2199{
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.be1cbbd_e791{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px; color: #ffffff;}
@media (max-width: 1024px){.c7fdc__f4a {
    gap: 12px;
    }
.bcba2_2b {
    font-size: 0.875rem;
    }}
@media (max-width: 860px){.tb333d__29585{
    display: none; 
    }
.de2e145_2199{
    display: flex;
    }
.w348126f{
    margin-right: auto;
    }
.l98ba069f49{
    width: 100%;
    }}
body{
    padding-top: var(--nav-height);
    }
.bcba2_2b.active{color: var(--primary-color);}
.ydsp525e{list-style:none;}
.bcba2_2b.active {color: var(--primary-color);}
.ih4yk84i41{
    background-color: var(--bg-color, hsl(117, 7%, 96%));
    padding: 100px 24px 60px 24px;
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.06));
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.d0706_44{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.h281bc0{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: flex-start;
    margin-bottom: 80px;
    }
.n4b5c0__97b{
    flex: 0 1 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.v34c79b_39b{
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color, hsl(117, 10%, 8%));
    margin-bottom: 24px;
    letter-spacing: -0.5px;
    }
.y0571de0e{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted, hsl(248, 10%, 45%));
    margin-bottom: 32px;
    max-width: 320px;
    }
.a07c14_abi{
    background: linear-gradient(135deg, var(--primary-color, hsl(248, 59%, 63%)), #8b5cf6);
    color: #1a1a2e;
    padding: 12px 28px;
    border-radius: var(--radius-md, 12px);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-md, 0 4px 12px rgba(0, 0, 0, 0.08));
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    }
.a07c14_abi:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 12px 24px rgba(79, 70, 229, 0.15));
    filter: brightness(1.1);
    }
.yc9dedf1_831{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
    }
.l044d6__a9329{
    flex: 0 1 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.b095d2_8b73{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color, hsl(117, 10%, 8%));
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
.o97425_5d9{
    font-size: 15px;
    color: var(--text-muted, hsl(248, 10%, 45%));
    text-decoration: none;
    margin-bottom: 14px;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    }
.o97425_5d9:hover{
    color: var(--primary-color, hsl(248, 59%, 63%));
    transform: translateX(4px);
    }
.o397e6be{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(0, 0, 0, 0.06));
    margin-bottom: 40px; color: #ffffff;}
.r7xo40ss093v{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.pwyjgmkuaqed{
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
    }
.p7fc10581ce{
    font-size: 14px;
    color: var(--text-muted, hsl(248, 10%, 45%));
    font-weight: 500;
    }
.ae3a0_0c5{
    font-size: 14px;
    color: var(--text-muted, hsl(248, 10%, 45%));
    opacity: 0.7;
    }
@media (max-width: 768px){.ih4yk84i41{
    padding: 60px 20px 40px 20px;
    }
.h281bc0{
    flex-direction: column;
    gap: 48px;
    }
.n4b5c0__97b{
    flex: 1 1 auto;
    }
.yc9dedf1_831{
    gap: 32px;
    }
.l044d6__a9329{
    flex: 1 1 140px;
    }}
div.m98e2d_414e.i4f39b_3b{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--site-text);
    background-color: var(--site-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.m98e2d_414e.i4f39b_3b .q2429967{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 60px 24px;
    }
div.m98e2d_414e.i4f39b_3b .t1813__5c4{
    text-align: left;
    max-width: var(--content-width);
    }
div.m98e2d_414e.i4f39b_3b h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    color: var(--site-text);
    }
div.m98e2d_414e.i4f39b_3b h2{
    font-size: 1.8rem;
    text-align: left; 
    margin-bottom: 40px;
    color: var(--site-secondary);
    border-bottom: 2px solid var(--site-primary);
    display: block;
    padding-bottom: 8px;
    }
div.m98e2d_414e.i4f39b_3b h3{
    font-size: 1.3rem;
    margin: 24px 0 12px;
    color: var(--site-text);
    }
div.m98e2d_414e.i4f39b_3b div{
    margin-bottom: 80px;
    }
div.m98e2d_414e.i4f39b_3b p{
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.8);
    }
div.m98e2d_414e.i4f39b_3b .o1f4248fe7{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 32px;
    }
div.m98e2d_414e.i4f39b_3b .ba146a4d4{
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
div.m98e2d_414e.i4f39b_3b .gf731104729{
    background-color: var(--site-primary);
    color: #1a1a2e;
    box-shadow: 0 10px 20px -5px hsla(117, 74%, 40%, 0.3);
    }
div.m98e2d_414e.i4f39b_3b .gf731104729:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px hsla(117, 74%, 40%, 0.4);
    }
div.m98e2d_414e.i4f39b_3b .ghhsqxd6{
    background-color: var(--site-secondary);
    color: #1a1a2e;
    }
div.m98e2d_414e.i4f39b_3b .ac18c4__de9c7{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
    }
div.m98e2d_414e.i4f39b_3b .o07a2fa_5tc{
    background: #fff;
    padding: 24px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0,0,0,0.03); color: #1a1a2e;}
div.m98e2d_414e.i4f39b_3b .o67eec23_ry3x{
    font-size: 24px;
    margin-bottom: 16px;
    display: block;
    }
div.m98e2d_414e.i4f39b_3b .s0257_5fb{
    margin: 40px 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }
div.m98e2d_414e.i4f39b_3b .s0257_5fb img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    }
div.m98e2d_414e.i4f39b_3b .g6e2c5e_fe80{
    margin-bottom: 24px;
    padding-left: 20px;
    border-left: 4px solid var(--site-primary);
    }
div.m98e2d_414e.i4f39b_3b div.z47c10_4d7a{
    background: #fff;
    padding: 60px 0;
    border-top: 1px solid rgba(0,0,0,0.05);
    margin-top: 100px; color: #1a1a2e;}
div.m98e2d_414e.i4f39b_3b .k4f917_2da3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    }
div.m98e2d_414e.i4f39b_3b .d938d__b33f9{
    color: var(--site-text);
    text-decoration: none;
    font-size: 0.9rem;
    opacity: 0.7;
    }
div.m98e2d_414e.i4f39b_3b .d938d__b33f9:hover{
    opacity: 1;
    color: var(--site-secondary);
    }
@media (max-width: 992px) {div.m98e2d_414e.i4f39b_3b .ac18c4__de9c7{ grid-template-columns: repeat(2, 1fr); }
div.m98e2d_414e.i4f39b_3b h2{ text-align: left; }}
@media (max-width: 600px) {div.m98e2d_414e.i4f39b_3b .ac18c4__de9c7{ grid-template-columns: 1fr; }
div.m98e2d_414e.i4f39b_3b h1{ font-size: 2rem; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.m98e2d_414e img.t43d__9fd1 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.m98e2d_414e img.t43d__9fd1.m1983bcdc91 { aspect-ratio: 16 / 9; }
div.m98e2d_414e img.t43d__9fd1.jc9a376c5 { aspect-ratio: 16 / 10; }
div.m98e2d_414e img.t43d__9fd1.bb9b__4ada { aspect-ratio: 4 / 3; }
div.m98e2d_414e img.t43d__9fd1.c5e4b8_b366 { aspect-ratio: 1 / 1; }
div.m98e2d_414e :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.m98e2d_414e .q5c3c638a {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.m98e2d_414e .q5c3c638a.m1983bcdc91 { aspect-ratio: 16 / 9; }
div.m98e2d_414e .q5c3c638a.jc9a376c5 { aspect-ratio: 16 / 10; }
div.m98e2d_414e .q5c3c638a.bb9b__4ada { aspect-ratio: 4 / 3; }
div.m98e2d_414e .q5c3c638a.c5e4b8_b366 { aspect-ratio: 1 / 1; }
div.m98e2d_414e .q5c3c638a > img.t43d__9fd1,
    div.m98e2d_414e .q5c3c638a > picture > img.t43d__9fd1 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.m98e2d_414e .qb15__7480 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 0;
    }
div.m98e2d_414e .qb15__7480 > .o21b__8056 {
    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.m98e2d_414e.i4f39b_3b .gf731104729 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.m98e2d_414e.i4f39b_3b .gf731104729 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.m98e2d_414e.i4f39b_3b .gf731104729 a:not([class]):hover{opacity:0.92;}
div.m98e2d_414e.i4f39b_3b .gf731104729 a[class=""]:hover{opacity:0.92;}
div.m98e2d_414e.i4f39b_3b .gf731104729 a:not([class]):visited{color:#ffffff !important;}
div.m98e2d_414e.i4f39b_3b .gf731104729 a[class=""]:visited{color:#ffffff !important;}
.b107f7_78c8 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.b107f7_78c8 > :first-child,
    .b107f7_78c8 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-color);
    background-color: var(--bg-color);
    -webkit-font-smoothing: antialiased;
    }
.h91ee6__c7d{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.l98ba069f49{
    width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    }
.w348126f{
    margin-right: 48px;
    flex-shrink: 0;
    }
.i15ff_ad{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: var(--transition);
    }
.oqxzj7bfg{
    width: 32px;
    height: 32px;
    }
.wdfac2_0fa1{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    }
.tb333d__29585{
    flex: 1;
    }
.c7fdc__f4a{
    list-style: none;
    display: flex;
    gap: 24px;
    align-items: center;
    }
.bcba2_2b{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 8px 4px;
    transition: var(--transition);
    position: relative;
    }
.bcba2_2b:hover{
    color: var(--primary-color);
    }
.bcba2_2b::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: var(--transition); color: #1a1a2e;}
.bcba2_2b:hover::after{
    width: 100%;
    }
.p3d4a8cb{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto; 
    }
.czenttgpkyr{
    background: var(--primary-color);
    color: #1a1a2e;
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1);
    }
.czenttgpkyr:hover{
    background: hsl(248, 59%, 58%); 
    transform: translateY(-1px);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.czenttgpkyr:active{
    transform: translateY(0);
    }
.de2e145_2199{
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    }
.be1cbbd_e791{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px; color: #ffffff;}
@media (max-width: 1024px){.c7fdc__f4a {
    gap: 12px;
    }
.bcba2_2b {
    font-size: 0.875rem;
    }}
@media (max-width: 860px){.tb333d__29585{
    display: none; 
    }
.de2e145_2199{
    display: flex;
    }
.w348126f{
    margin-right: auto;
    }
.l98ba069f49{
    width: 100%;
    }}
body{
    padding-top: var(--nav-height);
    }
.bcba2_2b.active{color: var(--primary-color);}
.ydsp525e{list-style:none;}
.bcba2_2b.active{color: var(--primary-color);}
.ih4yk84i41{
    background-color: var(--bg-color, hsl(117, 7%, 96%));
    padding: 100px 24px 60px 24px;
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.06));
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.d0706_44{
    max-width: var(--max-width, 1200px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.h281bc0{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: flex-start;
    margin-bottom: 80px;
    }
.n4b5c0__97b{
    flex: 0 1 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.v34c79b_39b{
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color, hsl(117, 10%, 8%));
    margin-bottom: 24px;
    letter-spacing: -0.5px;
    }
.y0571de0e{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted, hsl(248, 10%, 45%));
    margin-bottom: 32px;
    max-width: 320px;
    }
.a07c14_abi{
    background: linear-gradient(135deg, var(--primary-color, hsl(248, 59%, 63%)), #8b5cf6);
    color: #1a1a2e;
    padding: 12px 28px;
    border-radius: var(--radius-md, 12px);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-md, 0 4px 12px rgba(0, 0, 0, 0.08));
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    }
.a07c14_abi:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 12px 24px rgba(79, 70, 229, 0.15));
    filter: brightness(1.1);
    }
.yc9dedf1_831{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
    }
.l044d6__a9329{
    flex: 0 1 160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.b095d2_8b73{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color, hsl(117, 10%, 8%));
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
.o97425_5d9{
    font-size: 15px;
    color: var(--text-muted, hsl(248, 10%, 45%));
    text-decoration: none;
    margin-bottom: 14px;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    }
.o97425_5d9:hover{
    color: var(--primary-color, hsl(248, 59%, 63%));
    transform: translateX(4px);
    }
.o397e6be{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(0, 0, 0, 0.06));
    margin-bottom: 40px; color: #ffffff;}
.r7xo40ss093v{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.pwyjgmkuaqed{
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
    }
.p7fc10581ce{
    font-size: 14px;
    color: var(--text-muted, hsl(248, 10%, 45%));
    font-weight: 500;
    }
.ae3a0_0c5{
    font-size: 14px;
    color: var(--text-muted, hsl(248, 10%, 45%));
    opacity: 0.7;
    }
@media (max-width: 768px){.ih4yk84i41{
    padding: 60px 20px 40px 20px;
    }
.h281bc0{
    flex-direction: column;
    gap: 48px;
    }
.n4b5c0__97b{
    flex: 1 1 auto;
    }
.yc9dedf1_831{
    gap: 32px;
    }
.l044d6__a9329{
    flex: 1 1 140px;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--text-color);
  background-color: var(--bg-color);
  -webkit-font-smoothing: antialiased;
}
.h91ee6__c7d{
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center; color: #1a1a2e;}
.l98ba069f49{
  width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
}
.w348126f{
  margin-right: 48px;
  flex-shrink: 0;
}
.i15ff_ad{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: var(--transition);
}
.oqxzj7bfg{
  width: 32px;
  height: 32px;
}
.wdfac2_0fa1{
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: -0.02em;
}
.tb333d__29585{
  flex: 1;
}
.c7fdc__f4a{
  list-style: none;
  display: flex;
  gap: 24px;
  align-items: center;
}
.bcba2_2b{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 8px 4px;
  transition: var(--transition);
  position: relative;
}
.bcba2_2b:hover{
  color: var(--primary-color);
}
.bcba2_2b::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  transition: var(--transition); color: #1a1a2e;}
.bcba2_2b:hover::after{
  width: 100%;
}
.p3d4a8cb{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto; 
}
.czenttgpkyr{
  background: var(--primary-color);
  color: #1a1a2e;
  padding: 10px 24px;
  border-radius: var(--radius-lg);
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.czenttgpkyr:hover{
  background: hsl(248, 59%, 58%); 
  transform: translateY(-1px);
  box-shadow: var(--shadow-lg); color: #1a1a2e;}
.czenttgpkyr:active{
  transform: translateY(0);
}
.de2e145_2199{
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.be1cbbd_e791{
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px; color: #ffffff;}
@media (max-width: 1024px){.c7fdc__f4a {
    gap: 12px;
  }
.bcba2_2b {
    font-size: 0.875rem;
  }}
@media (max-width: 860px){.tb333d__29585{
    display: none; 
  }
.de2e145_2199{
    display: flex;
  }
.w348126f{
    margin-right: auto;
  }
.l98ba069f49{
    width: 100%;
  }}
body{
  padding-top: var(--nav-height);
}
.bcba2_2b.active{color: var(--primary-color);}
.ydsp525e{list-style:none;}
.bcba2_2b.active{color: var(--primary-color);}
.u491__0c62{
  background-color: var(--bg-color, hsl(117, 7%, 96%));
  padding: 100px 24px 60px 24px;
  border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.06));
  width: 100%;
  box-sizing: border-box; color: #1a1a2e;}
.jfcb99da6{
  max-width: var(--max-width, 1200px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.q09bf3_19cd{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: flex-start;
  margin-bottom: 80px;
}
.pee4__c66e{
  flex: 0 1 360px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.n9dd17_8121{
  font-size: 22px;
  font-weight: 700;
  color: var(--text-color, hsl(117, 10%, 8%));
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}
.f5c0__f050{
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted, hsl(248, 10%, 45%));
  margin-bottom: 32px;
  max-width: 320px;
}
.xc3853_1dad{
  background: linear-gradient(135deg, var(--primary-color, hsl(248, 59%, 63%)), #8b5cf6);
  color: #1a1a2e;
  padding: 12px 28px;
  border-radius: var(--radius-md, 12px);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--shadow-md, 0 4px 12px rgba(0, 0, 0, 0.08));
  transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
}
.xc3853_1dad:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg, 0 12px 24px rgba(79, 70, 229, 0.15));
  filter: brightness(1.1);
}
.ma279c_28c4{
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: flex-start;
}
.b4bb9e_e7c6{
  flex: 0 1 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pb4fc9d41d6{
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color, hsl(117, 10%, 8%));
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.g88f__6400{
  font-size: 15px;
  color: var(--text-muted, hsl(248, 10%, 45%));
  text-decoration: none;
  margin-bottom: 14px;
  transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
}
.g88f__6400:hover{
  color: var(--primary-color, hsl(248, 59%, 63%));
  transform: translateX(4px);
}
.g8b3__de05{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, rgba(0, 0, 0, 0.06));
  margin-bottom: 40px; color: #ffffff;}
.u8d32ed5c2e{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.ncf9b1160{
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.v2cc__aab0{
  font-size: 14px;
  color: var(--text-muted, hsl(248, 10%, 45%));
  font-weight: 500;
}
.se2c978f0fd{
  font-size: 14px;
  color: var(--text-muted, hsl(248, 10%, 45%));
  opacity: 0.7;
}
@media (max-width: 768px){.u491__0c62{
    padding: 60px 20px 40px 20px;
  }
.q09bf3_19cd{
    flex-direction: column;
    gap: 48px;
  }
.pee4__c66e{
    flex: 1 1 auto;
  }
.ma279c_28c4{
    gap: 32px;
  }
.b4bb9e_e7c6{
    flex: 1 1 140px;
  }}
.d0d305e5a{box-sizing:border-box;}
.o932__9080{box-sizing:border-box;}
.d91b41e41{box-sizing:border-box;}
.j126__7118{box-sizing:border-box;}
.u30d__a84d{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.r7xo40ss093v { 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; }}