:root {

  --primary-color: #d9534f;
  --secondary-color: #c9302c;
  --bg-color: #1a1a1a;
  --text-color: #f5f5f5;
  --text-muted: #999999;
  --border-color: rgba(255, 255, 255, 0.1);
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 10px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 4px 10px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 8px 20px rgba(0, 0, 0, 0.4);
  --nav-height: 64px;
  --max-width: 1200px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #ffffff;
  --wps-primary: var(--primary-color, hsl(169, 66%, 53%));
  --wps-secondary: var(--secondary-color, hsl(271, 53%, 53%));
  --wps-bg: var(--bg-color, hsl(169, 6, 96%));
  --wps-text: var(--text-color, hsl(169, 10%, 9%));
  --wps-gray: #666666;
  --wps-radius: 12px;
  --content-width: 1200px;
  --hero-width: 760px;
  --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%);
}
body{
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.f5989e_3b{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    box-shadow: var(--shadow-sm); color: #ffffff;}
.t5ca8e_6wvd{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    }
.ua635e5ff{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    }
.h439ba_82{
    color: var(--text-color);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.ob06a__b9727{
    flex: 1;
    display: flex;
    justify-content: center; 
    }
.n4c302_35e1{
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.tdbfccb73{
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: var(--transition);
    }
.tdbfccb73:hover{
    color: var(--text-color);
    }
.aa27bee_31{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    }
.xd66219fd{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 18px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: 0 2px 8px rgba(217, 83, 79, 0.3);
    }
.xd66219fd:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(217, 83, 79, 0.4); color: #1a1a2e;}
.lec49fdbaac{
    display: none;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    }
.usto1pyq{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 992px){.ob06a__b9727{
    display: none;
    }
.lec49fdbaac{
    display: flex;
    }
.aa27bee_31{
    margin-right: 16px;
    }
.t5ca8e_6wvd{
    justify-content: flex-start;
    }
.ua635e5ff{
    margin-right: auto;
    }}
.tdbfccb73.active{color: var(--text-color);}
.tdbfccb73.active {color: var(--text-color);}
.q019ed1c1d{
    background-color: var(--bg-color);
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color);
    width: 100%; color: #ffffff;}
.l0607__2b2{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;
    }
.hee5e75_81{
    width: 40px;
    height: 4px;
    background-color: var(--primary-color);
    border-radius: var(--radius-sm);
    margin-bottom: 48px; color: #1a1a2e;}
.r11271e_3e{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 760px; 
    gap: 40px;
    }
.gbf0eeb479{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    }
.w65af36164{
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.q3cpbf5u1au{
    font-size: 16px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
    }
.gldtggofb{
    display: flex;
    gap: 60px;
    justify-content: center;
    flex-wrap: wrap;
    }
.k71d__614{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-width: 120px;
    }
.nbd5ea_ip9{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
    }
.d1659d5_g0{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.d1659d5_g0:hover{
    color: var(--primary-color);
    }
.fc458_1b{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 32px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: var(--radius-lg);
    width: 100%; color: #1a1a2e;}
.pd109_0d6{
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
    }
.becb5397af2{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 12px 32px;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    border: none;
    display: inline-block;
    }
.becb5397af2:hover{
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.s0d7d_c5e{
    margin-top: 60px;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    }
.f18f421c4b{
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 500;
    }
.vabc3a_18{
    font-size: 12px;
    color: rgba(153, 153, 153, 0.5);
    }
@media (max-width: 768px){.q019ed1c1d{
    padding-top: 40px;
    }
.gldtggofb{
    gap: 32px;
    flex-direction: column;
    }
.k71d__614{
    min-width: 100%;
    }
.fc458_1b{
    padding: 24px 16px;
    }}
div.yff3__02e6.k877cf75f{
    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;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.yff3__02e6.k877cf75f div{
    width: 100%;
    max-width: var(--content-width);
    padding: 80px 24px;
    box-sizing: border-box;
    }
div.yff3__02e6.k877cf75f .a9818__fba5d{
    text-align: center;
    max-width: var(--hero-width);
    margin: 0 auto;
    }
div.yff3__02e6.k877cf75f .c758aa3_x1{
    padding: 120px 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(169, 237, 226, 0.1) 100%);
    display: flex;
    flex-direction: column;
    align-items: center; color: #1a1a2e;}
div.yff3__02e6.k877cf75f h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    margin-bottom: 24px;
    color: var(--wps-text);
    letter-spacing: -0.02em;
    }
div.yff3__02e6.k877cf75f .w22d616_30{
    font-size: 1.25rem;
    color: var(--wps-gray);
    margin-bottom: 40px;
    }
div.yff3__02e6.k877cf75f .y3c1__b75de{
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    }
div.yff3__02e6.k877cf75f .u027b8e1c{
    background-color: var(--wps-primary);
    color: #1a1a2e;
    padding: 16px 40px;
    border-radius: var(--wps-radius);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 10px 20px -5px rgba(43, 194, 172, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
    }
div.yff3__02e6.k877cf75f .u027b8e1c:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgba(43, 194, 172, 0.5);
    }
div.yff3__02e6.k877cf75f .i2bab3d_cskk{
    background-color: white;
    color: #1a1a2e;
    padding: 16px 40px;
    border-radius: var(--wps-radius);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    border: 1px solid rgba(0,0,0,0.1);
    transition: background-color 0.2s;
    }
div.yff3__02e6.k877cf75f .i2bab3d_cskk:hover{
    background-color: #f8f8f8; color: #1a1a2e;}
div.yff3__02e6.k877cf75f .g049__57a3{
    background: white;
    border-radius: 24px;
    margin: 40px 0; color: #1a1a2e;}
div.yff3__02e6.k877cf75f .x6c45__e15f2{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    margin-top: 48px;
    }
div.yff3__02e6.k877cf75f .yd77741b83a{
    padding: 32px;
    background: #fafafa;
    border-radius: var(--wps-radius);
    border-top: 4px solid var(--wps-primary); color: #1a1a2e;}
div.yff3__02e6.k877cf75f .p8b58e_5f{
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--wps-primary);
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
    }
div.yff3__02e6.k877cf75f .ojg5zcgn0p0{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    }
div.yff3__02e6.k877cf75f .t706__3454 img{
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    object-fit: cover;
    aspect-ratio: 4/3;
    }
div.yff3__02e6.k877cf75f .r95bf45_c732{
    list-style: none;
    padding: 0;
    }
div.yff3__02e6.k877cf75f .j6bcf9a5_pssx{
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
div.yff3__02e6.k877cf75f .j6bcf9a5_pssx a{
    color: var(--wps-primary);
    text-decoration: none;
    font-weight: 500;
    }
div.yff3__02e6.k877cf75f .vhflfoeedz{
    background-color: #1a1a1a;
    color: white;
    border-radius: 24px;
    margin: 60px 24px;
    width: calc(100% - 48px);
    }
div.yff3__02e6.k877cf75f .m291aa__52b{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px;
    }
div.yff3__02e6.k877cf75f .l532acd9_qyn4 h3{
    color: var(--wps-primary);
    margin-top: 0;
    }
div.yff3__02e6.k877cf75f .l532acd9_qyn4 p{
    color: #aaa;
    }
div.yff3__02e6.k877cf75f div.cdd9d4_bf05{
    width: 100%;
    padding: 60px 24px;
    border-top: 1px solid #eee;
    margin-top: 80px;
    text-align: center;
    }
div.yff3__02e6.k877cf75f .f4f0__f482{
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    }
div.yff3__02e6.k877cf75f .f4f0__f482 a{
    color: var(--wps-gray);
    text-decoration: none;
    font-size: 0.9rem;
    }
div.yff3__02e6.k877cf75f .f4f0__f482 a:hover{
    color: var(--wps-primary);
    }
div.yff3__02e6.k877cf75f .copyright{
    font-size: 0.85rem;
    color: #999;
    }
@media (max-width: 768px) {div.yff3__02e6.k877cf75f .ojg5zcgn0p0{
    grid-template-columns: 1fr;
    }
div.yff3__02e6.k877cf75f .m291aa__52b{
    grid-template-columns: 1fr;
    }
div.yff3__02e6.k877cf75f h1{
    font-size: 2.2rem;
    }}
div.yff3__02e6.k877cf75f .fe2c6b5_bw8{box-sizing:border-box;}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.yff3__02e6 img.aa30__6aac {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.yff3__02e6 img.aa30__6aac.ib0e0d2d5d6 { aspect-ratio: 16 / 9; }
div.yff3__02e6 img.aa30__6aac.j8a5__e7e8 { aspect-ratio: 16 / 10; }
div.yff3__02e6 img.aa30__6aac.d295ef203d9 { aspect-ratio: 4 / 3; }
div.yff3__02e6 img.aa30__6aac.da28__ce52 { aspect-ratio: 1 / 1; }
div.yff3__02e6 :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.yff3__02e6 .vf298c735 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.yff3__02e6 .vf298c735.ib0e0d2d5d6 { aspect-ratio: 16 / 9; }
div.yff3__02e6 .vf298c735.j8a5__e7e8 { aspect-ratio: 16 / 10; }
div.yff3__02e6 .vf298c735.d295ef203d9 { aspect-ratio: 4 / 3; }
div.yff3__02e6 .vf298c735.da28__ce52 { aspect-ratio: 1 / 1; }
div.yff3__02e6 .vf298c735 > img.aa30__6aac,
    div.yff3__02e6 .vf298c735 > picture > img.aa30__6aac {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.yff3__02e6.k877cf75f .u027b8e1c a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.yff3__02e6.k877cf75f .u027b8e1c a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.yff3__02e6.k877cf75f .u027b8e1c a:not([class]):hover{opacity:0.92;}
div.yff3__02e6.k877cf75f .u027b8e1c a[class=""]:hover{opacity:0.92;}
div.yff3__02e6.k877cf75f .u027b8e1c a:not([class]):visited{color:#ffffff !important;}
div.yff3__02e6.k877cf75f .u027b8e1c a[class=""]:visited{color:#ffffff !important;}
.k0ce__5ee6 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.k0ce__5ee6 > :first-child,
    .k0ce__5ee6 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
body{
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.f5989e_3b{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    box-shadow: var(--shadow-sm); color: #ffffff;}
.t5ca8e_6wvd{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    }
.ua635e5ff{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    }
.h439ba_82{
    color: var(--text-color);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: -0.5px;
    }
.ob06a__b9727{
    flex: 1;
    display: flex;
    justify-content: center; 
    }
.n4c302_35e1{
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
    }
.tdbfccb73{
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: var(--transition);
    }
.tdbfccb73:hover{
    color: var(--text-color);
    }
.aa27bee_31{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    }
.xd66219fd{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 18px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: 0 2px 8px rgba(217, 83, 79, 0.3);
    }
.xd66219fd:hover{
    background-color: var(--secondary-color);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(217, 83, 79, 0.4); color: #1a1a2e;}
.lec49fdbaac{
    display: none;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    }
.usto1pyq{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 992px){.ob06a__b9727{
    display: none;
    }
.lec49fdbaac{
    display: flex;
    }
.aa27bee_31{
    margin-right: 16px;
    }
.t5ca8e_6wvd{
    justify-content: flex-start;
    }
.ua635e5ff{
    margin-right: auto;
    }}
.tdbfccb73.active{color: var(--text-color);}
.tdbfccb73.active{color: var(--text-color);}
.q019ed1c1d{
    background-color: var(--bg-color);
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color);
    width: 100%; color: #ffffff;}
.l0607__2b2{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;
    }
.hee5e75_81{
    width: 40px;
    height: 4px;
    background-color: var(--primary-color);
    border-radius: var(--radius-sm);
    margin-bottom: 48px; color: #1a1a2e;}
.r11271e_3e{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 760px; 
    gap: 40px;
    }
.gbf0eeb479{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    }
.w65af36164{
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.q3cpbf5u1au{
    font-size: 16px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
    }
.gldtggofb{
    display: flex;
    gap: 60px;
    justify-content: center;
    flex-wrap: wrap;
    }
.k71d__614{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-width: 120px;
    }
.nbd5ea_ip9{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
    }
.d1659d5_g0{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.d1659d5_g0:hover{
    color: var(--primary-color);
    }
.fc458_1b{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 32px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: var(--radius-lg);
    width: 100%; color: #1a1a2e;}
.pd109_0d6{
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
    }
.becb5397af2{
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 12px 32px;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
    border: none;
    display: inline-block;
    }
.becb5397af2:hover{
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.s0d7d_c5e{
    margin-top: 60px;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    }
.f18f421c4b{
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 500;
    }
.vabc3a_18{
    font-size: 12px;
    color: rgba(153, 153, 153, 0.5);
    }
@media (max-width: 768px){.q019ed1c1d{
    padding-top: 40px;
    }
.gldtggofb{
    gap: 32px;
    flex-direction: column;
    }
.k71d__614{
    min-width: 100%;
    }
.fc458_1b{
    padding: 24px 16px;
    }}
body{
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
}
.f5989e_3b{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  box-shadow: var(--shadow-sm); color: #ffffff;}
.t5ca8e_6wvd{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--max-width);
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.ua635e5ff{
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.h439ba_82{
  color: var(--text-color);
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.5px;
}
.ob06a__b9727{
  flex: 1;
  display: flex;
  justify-content: center; 
}
.n4c302_35e1{
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tdbfccb73{
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: var(--transition);
}
.tdbfccb73:hover{
  color: var(--text-color);
}
.aa27bee_31{
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.xd66219fd{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 18px;
  background-color: var(--primary-color);
  color: #1a1a2e;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(217, 83, 79, 0.3);
}
.xd66219fd:hover{
  background-color: var(--secondary-color);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(217, 83, 79, 0.4); color: #1a1a2e;}
.lec49fdbaac{
  display: none;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}
.usto1pyq{
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px;
  transition: var(--transition); color: #1a1a2e;}
@media (max-width: 992px){.ob06a__b9727{
    display: none;
  }
.lec49fdbaac{
    display: flex;
  }
.aa27bee_31{
    margin-right: 16px;
  }
.t5ca8e_6wvd{
    justify-content: flex-start;
  }
.ua635e5ff{
    margin-right: auto;
  }}
.tdbfccb73.active{color: var(--text-color);}
.tdbfccb73.active{color: var(--text-color);}
.zceddc_fad0{
  background-color: var(--bg-color);
  padding-top: 60px;
  padding-bottom: 40px;
  border-top: 1px solid var(--border-color);
  width: 100%; color: #ffffff;}
.x073__e5b4{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center; 
  text-align: center;
}
.yeb9bea39{
  width: 40px;
  height: 4px;
  background-color: var(--primary-color);
  border-radius: var(--radius-sm);
  margin-bottom: 48px; color: #1a1a2e;}
.q57860d776a{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 760px; 
  gap: 40px;
}
.i0713177bbe{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.z56e51edf{
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: -0.5px;
}
.m4bf__927e{
  font-size: 16px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.6;
}
.w6a431499{
  display: flex;
  gap: 60px;
  justify-content: center;
  flex-wrap: wrap;
}
.s06f2a_d45a{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-width: 120px;
}
.haa33fe0b{
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.l675abcbf37{
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.l675abcbf37:hover{
  color: var(--primary-color);
}
.v516f242e05{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 32px;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: var(--radius-lg);
  width: 100%; color: #1a1a2e;}
.o6177daa32d{
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
}
.qd8ebe5d5{
  background-color: var(--primary-color);
  color: #1a1a2e;
  padding: 12px 32px;
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: var(--shadow-md);
  border: none;
  display: inline-block;
}
.qd8ebe5d5:hover{
  background-color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg); color: #1a1a2e;}
.fc8b__a4bd{
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.k152__950e{
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 500;
}
.dc8c0e17d35{
  font-size: 12px;
  color: rgba(153, 153, 153, 0.5);
}
@media (max-width: 768px){.zceddc_fad0{
    padding-top: 40px;
  }
.w6a431499{
    gap: 32px;
    flex-direction: column;
  }
.s06f2a_d45a{
    min-width: 100%;
  }
.v516f242e05{
    padding: 24px 16px;
  }}
.w1bd8cda7{box-sizing:border-box;}
.g932__f4f9{box-sizing:border-box;}
.rd4f48edf{box-sizing:border-box;}
.h51f1002d94{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {div.yff3__02e6.k877cf75f .j6bcf9a5_pssx { 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; }}