:root {

  --faq-bg: #161210;
  --faq-surface: #261f1c;
  --faq-surface-hover: #332925;
  --faq-text: #fdfaf8;
  --faq-text-muted: #b8aba4;
  --faq-primary: hsl(20, 80%, 55%);
  --faq-primary-hover: hsl(20, 80%, 48%);
  --faq-primary-outline: hsl(20, 80%, 30%);
  --faq-radius: 6px;
  --faq-font: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --primary-color: #EA580C;
  --secondary-color: #C2410C;
  --bg-color: #1C1917;
  --text-color: #FAFAF9;
  --text-muted: #A8A29E;
  --border-color: rgba(250, 250, 249, 0.08);
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 4px 12px rgba(234, 88, 12, 0.25);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.5);
  --nav-height: 56px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(28, 25, 23, 0.85);
  --btn-text: #ffffff;
  --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%);
}
div.f521c4_aaa0.g587883_aa{
    font-family: var(--faq-font, system-ui);
    background-color: var(--faq-bg, #161210);
    color: var(--faq-text, #fdfaf8);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    }
div.f521c4_aaa0.g587883_aa .qaa00__e7e8{position: relative;
    min-height: 75vh;
    display: flex;
    align-items: center;
    padding: 140px 5% 100px;
    overflow: hidden; isolation: isolate;}
div.f521c4_aaa0.g587883_aa .f2f20_44{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    }
div.f521c4_aaa0.g587883_aa .f2f20_44 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.25;
    }
div.f521c4_aaa0.g587883_aa .f2f20_44::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--faq-bg, #161210) 0%, rgba(22, 18, 16, 0.85) 50%, rgba(22, 18, 16, 0.3) 100%); color: #ffffff;}
div.f521c4_aaa0.g587883_aa .bmqj8uvz{
    position: relative;
    z-index: 1;
    max-width: 680px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    }
div.f521c4_aaa0.g587883_aa .bmqj8uvz h1{
    font-size: clamp(3rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
    letter-spacing: -0.02em;
    color: var(--faq-text, #fdfaf8);
    }
div.f521c4_aaa0.g587883_aa .bmqj8uvz p{
    font-size: 1.25rem;
    color: var(--faq-text-muted, #b8aba4);
    margin: 0;
    }
div.f521c4_aaa0.g587883_aa .bmqj8uvz .wead__ea9{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    background-color: var(--faq-primary, #e0662a);
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 600;
    border-radius: var(--faq-radius, 6px);
    transition: background-color 0.2s ease;
    font-size: 1.1rem;
    box-shadow: 0 4px 14px rgba(224, 102, 42, 0.3);
    }
div.f521c4_aaa0.g587883_aa .bmqj8uvz .wead__ea9:hover{
    background-color: var(--faq-primary-hover, #c9551d); color: #1a1a2e;}
div.f521c4_aaa0.g587883_aa .r0fd59__31d{
    padding: 80px 5%;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    }
div.f521c4_aaa0.g587883_aa .ub029f_4ef5{
    margin-bottom: 48px;
    max-width: 680px;
    text-align: left;
    }
div.f521c4_aaa0.g587883_aa .ub029f_4ef5 h2{
    font-size: 2.25rem;
    margin: 0 0 16px 0;
    line-height: 1.25;
    font-weight: 700;
    color: var(--faq-text, #fdfaf8);
    }
div.f521c4_aaa0.g587883_aa .ub029f_4ef5 p{
    color: var(--faq-text-muted, #b8aba4);
    font-size: 1.1rem;
    margin: 0;
    }
div.f521c4_aaa0.g587883_aa .l1ce504_ff{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    }
div.f521c4_aaa0.g587883_aa .m3ad6c_08{
    background-color: var(--faq-surface, #261f1c);
    border-radius: var(--faq-radius, 6px);
    padding: 32px;
    transition: transform 0.2s ease, background-color 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left; color: #ffffff;}
div.f521c4_aaa0.g587883_aa .m3ad6c_08:hover{
    background-color: var(--faq-surface-hover, #332925);
    transform: translateY(-2px); color: #ffffff;}
div.f521c4_aaa0.g587883_aa .m3ad6c_08 h3{
    font-size: 1.2rem;
    margin: 0 0 16px 0;
    line-height: 1.4;
    font-weight: 600;
    color: var(--faq-text, #fdfaf8);
    }
div.f521c4_aaa0.g587883_aa .m3ad6c_08 p{
    font-size: 0.95rem;
    color: var(--faq-text-muted, #b8aba4);
    margin: 0 0 20px 0;
    flex-grow: 1;
    }
div.f521c4_aaa0.g587883_aa .m3ad6c_08 a{
    color: var(--faq-primary, #e0662a);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    font-size: 0.95rem;
    transition: opacity 0.2s ease;
    }
div.f521c4_aaa0.g587883_aa .m3ad6c_08 a:hover{
    opacity: 0.8;
    text-decoration: underline;
    }
div.f521c4_aaa0.g587883_aa .u9b88_69{
    background-color: var(--faq-surface, #261f1c);
    padding: 80px 5%;
    margin-top: 40px; color: #ffffff;}
div.f521c4_aaa0.g587883_aa .ogsumvjyhl80{
    max-width: 680px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    text-align: left;
    }
div.f521c4_aaa0.g587883_aa .ogsumvjyhl80 h2{
    font-size: 2.25rem;
    margin: 0;
    font-weight: 700;
    }
div.f521c4_aaa0.g587883_aa .ogsumvjyhl80 p{
    font-size: 1.1rem;
    color: var(--faq-text-muted, #b8aba4);
    margin: 0;
    }
div.f521c4_aaa0.g587883_aa .ogsumvjyhl80 .m5bfe30_gz{
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    background-color: var(--faq-primary-outline, #8a3a14);
    color: var(--faq-text, #fdfaf8);
    text-decoration: none;
    font-weight: 600;
    border: 1px solid var(--faq-primary, #e0662a);
    border-radius: var(--faq-radius, 6px);
    transition: all 0.2s ease;
    }
div.f521c4_aaa0.g587883_aa .ogsumvjyhl80 .m5bfe30_gz:hover{
    background-color: var(--faq-primary, #e0662a); color: #1a1a2e;}
div.f521c4_aaa0.g587883_aa .d96b8b_68aa{
    padding: 40px 5%;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    font-size: 0.9rem;
    color: var(--faq-text-muted, #b8aba4);
    background-color: var(--faq-bg, #161210);
    }
.k7a8fc_el1o{
    background-color: var(--bg-color, #1C1917);
    border-top: 1px solid var(--border-color, rgba(250, 250, 249, 0.08));
    padding-top: 64px;
    padding-bottom: 32px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; color: #ffffff;}
.alju0pbndh23{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 80px;
    box-sizing: border-box;
    }
.u1cf74__af1{
    display: flex;
    flex-direction: column;
    flex: 0 0 280px;
    box-sizing: border-box;
    align-items: flex-start;
    }
.f8i3ur38vu9x{
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color, #FAFAF9);
    margin-bottom: 12px;
    font-family: system-ui, -apple-system, sans-serif;
    letter-spacing: -0.5px;
    }
.afe9e_1812{
    font-size: 14px;
    color: var(--text-muted, #A8A29E);
    line-height: 1.6;
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    }
.vef85d11c4{
    display: flex;
    width: 100%;
    margin-top: 24px;
    box-sizing: border-box;
    }
.ub24fd8915f{
    background-color: var(--primary-color, #EA580C);
    color: #1a1a2e;
    padding: 12px 24px;
    border-radius: var(--radius-md, 6px);
    font-size: 14px;
    font-weight: 600;
    font-family: system-ui, -apple-system, sans-serif;
    cursor: pointer;
    transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
    box-shadow: var(--shadow-md, 0 4px 12px rgba(234, 88, 12, 0.25));
    text-align: center;
    }
.ub24fd8915f:hover{
    background-color: var(--secondary-color, #C2410C); color: #1a1a2e;}
.ze39__bf817{
    display: flex;
    flex-direction: row;
    flex: 1;
    gap: 48px;
    box-sizing: border-box;
    justify-content: space-between;
    }
.t12385_qu{
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 140px;
    box-sizing: border-box;
    align-items: flex-start;
    }
.r9810a_z4l{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color, #FAFAF9);
    margin-bottom: 20px;
    font-family: system-ui, -apple-system, sans-serif;
    }
.h8b34c2c_0pg{
    font-size: 14px;
    color: var(--text-muted, #A8A29E);
    margin-bottom: 12px;
    font-family: system-ui, -apple-system, sans-serif;
    cursor: default;
    transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
    }
.h8b34c2c_0pg:hover{
    color: var(--primary-color, #EA580C);
    }
.pz7jkvkaba7{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
    padding-top: 24px;
    border-top: 1px solid var(--border-color, rgba(250, 250, 249, 0.08));
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    box-sizing: border-box;
    }
.ma46d_19{
    font-size: 14px;
    color: var(--text-muted, #A8A29E);
    font-family: system-ui, -apple-system, sans-serif;
    }
@media (max-width: 768px){.alju0pbndh23{
    flex-direction: column;
    gap: 40px;
    }
.u1cf74__af1{
    flex: 0 0 auto;
    width: 100%;
    }
.ze39__bf817{
    flex-direction: column;
    gap: 32px;
    width: 100%;
    justify-content: flex-start;
    }
.t12385_qu{
    flex: 0 0 auto;
    width: 100%;
    }
.k7a8fc_el1o{
    padding-top: 48px;
    }
.pz7jkvkaba7{
    margin-top: 48px;
    }}
.n5a36a_e795{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    z-index: 1000;
    color: var(--text-color);
    box-sizing: border-box;
    }
.n5a36a_e795 *{
    box-sizing: border-box;
    }
.v7ef__6e1{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.td6fb094eab{
    display: flex;
    align-items: center;
    gap: 32px; 
    }
.k7ed0_62{
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.k7ed0_62:hover{
    opacity: 0.85;
    }
.ze7a0924{
    width: 22px;
    height: 22px;
    color: var(--primary-color); 
    }
.l07d9232975{
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: -0.01em;     
    }
.m572e9_pf{
    display: flex;
    align-items: center;
    gap: 20px;
    }
.bqok7syzfygz{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.8125rem;        
    font-weight: 500;
    transition: var(--transition);
    }
.bqok7syzfygz:hover{
    color: var(--text-color);
    }
.saefd_d4{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.pa73234_801e{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 14px;
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    border: none;
    }
.pa73234_801e:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.e7583f__78d2{
    display: none;
    background: transparent;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    padding: 4px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.e7583f__78d2:hover{
    color: #1a1a2e;
    background-color: rgba(255, 255, 255, 0.05);
    }
.a6dd3e_f757{
    width: 20px;
    height: 20px;
    display: block;
    }
@media (max-width: 860px){.m572e9_pf {
    display: none;
    }
.e7583f__78d2 {
    display: flex;
    align-items: center;
    justify-content: center;
    }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.f521c4_aaa0 img.x68d54618 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.f521c4_aaa0 img.x68d54618.zea91edf393 { aspect-ratio: 16 / 9; }
div.f521c4_aaa0 img.x68d54618.bb52966ea0a { aspect-ratio: 16 / 10; }
div.f521c4_aaa0 img.x68d54618.acbfea_5894 { aspect-ratio: 4 / 3; }
div.f521c4_aaa0 img.x68d54618.rd6d67098 { aspect-ratio: 1 / 1; }
div.f521c4_aaa0 :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.f521c4_aaa0 .i063__2975 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.f521c4_aaa0 .i063__2975.zea91edf393 { aspect-ratio: 16 / 9; }
div.f521c4_aaa0 .i063__2975.bb52966ea0a { aspect-ratio: 16 / 10; }
div.f521c4_aaa0 .i063__2975.acbfea_5894 { aspect-ratio: 4 / 3; }
div.f521c4_aaa0 .i063__2975.rd6d67098 { aspect-ratio: 1 / 1; }
div.f521c4_aaa0 .i063__2975 > img.x68d54618,
    div.f521c4_aaa0 .i063__2975 > picture > img.x68d54618 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.f521c4_aaa0.g587883_aa .bmqj8uvz .wead__ea9 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.f521c4_aaa0.g587883_aa .bmqj8uvz .wead__ea9 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.f521c4_aaa0.g587883_aa .bmqj8uvz .wead__ea9 a:not([class]):hover{opacity:0.92;}
div.f521c4_aaa0.g587883_aa .bmqj8uvz .wead__ea9 a[class=""]:hover{opacity:0.92;}
div.f521c4_aaa0.g587883_aa .bmqj8uvz .wead__ea9 a:not([class]):visited{color:#ffffff !important;}
div.f521c4_aaa0.g587883_aa .bmqj8uvz .wead__ea9 a[class=""]:visited{color:#ffffff !important;}
.n5a36a_e795{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    z-index: 1000;
    color: var(--text-color);
    box-sizing: border-box;
    }
.n5a36a_e795 *{
    box-sizing: border-box;
    }
.v7ef__6e1{
    max-width: var(--max-width);
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.td6fb094eab{
    display: flex;
    align-items: center;
    gap: 32px; 
    }
.k7ed0_62{
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.k7ed0_62:hover{
    opacity: 0.85;
    }
.ze7a0924{
    width: 22px;
    height: 22px;
    color: var(--primary-color); 
    }
.l07d9232975{
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: -0.01em;     
    }
.m572e9_pf{
    display: flex;
    align-items: center;
    gap: 20px;
    }
.bqok7syzfygz{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.8125rem;        
    font-weight: 500;
    transition: var(--transition);
    }
.bqok7syzfygz:hover{
    color: var(--text-color);
    }
.saefd_d4{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.pa73234_801e{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 14px;
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    border: none;
    }
.pa73234_801e:hover{
    background: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.e7583f__78d2{
    display: none;
    background: transparent;
    border: none;
    color: var(--text-muted);
    cursor: pointer;
    padding: 4px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.e7583f__78d2:hover{
    color: #1a1a2e;
    background-color: rgba(255, 255, 255, 0.05);
    }
.a6dd3e_f757{
    width: 20px;
    height: 20px;
    display: block;
    }
@media (max-width: 860px){.m572e9_pf {
    display: none;
    }
.e7583f__78d2 {
    display: flex;
    align-items: center;
    justify-content: center;
    }}
.k7a8fc_el1o{
    background-color: var(--bg-color, #1C1917);
    border-top: 1px solid var(--border-color, rgba(250, 250, 249, 0.08));
    padding-top: 64px;
    padding-bottom: 32px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; color: #ffffff;}
.alju0pbndh23{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 80px;
    box-sizing: border-box;
    }
.u1cf74__af1{
    display: flex;
    flex-direction: column;
    flex: 0 0 280px;
    box-sizing: border-box;
    align-items: flex-start;
    }
.f8i3ur38vu9x{
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color, #FAFAF9);
    margin-bottom: 12px;
    font-family: system-ui, -apple-system, sans-serif;
    letter-spacing: -0.5px;
    }
.afe9e_1812{
    font-size: 14px;
    color: var(--text-muted, #A8A29E);
    line-height: 1.6;
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    }
.vef85d11c4{
    display: flex;
    width: 100%;
    margin-top: 24px;
    box-sizing: border-box;
    }
.ub24fd8915f{
    background-color: var(--primary-color, #EA580C);
    color: #1a1a2e;
    padding: 12px 24px;
    border-radius: var(--radius-md, 6px);
    font-size: 14px;
    font-weight: 600;
    font-family: system-ui, -apple-system, sans-serif;
    cursor: pointer;
    transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
    box-shadow: var(--shadow-md, 0 4px 12px rgba(234, 88, 12, 0.25));
    text-align: center;
    }
.ub24fd8915f:hover{
    background-color: var(--secondary-color, #C2410C); color: #1a1a2e;}
.ze39__bf817{
    display: flex;
    flex-direction: row;
    flex: 1;
    gap: 48px;
    box-sizing: border-box;
    justify-content: space-between;
    }
.t12385_qu{
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: 140px;
    box-sizing: border-box;
    align-items: flex-start;
    }
.r9810a_z4l{
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color, #FAFAF9);
    margin-bottom: 20px;
    font-family: system-ui, -apple-system, sans-serif;
    }
.h8b34c2c_0pg{
    font-size: 14px;
    color: var(--text-muted, #A8A29E);
    margin-bottom: 12px;
    font-family: system-ui, -apple-system, sans-serif;
    cursor: default;
    transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
    }
.h8b34c2c_0pg:hover{
    color: var(--primary-color, #EA580C);
    }
.pz7jkvkaba7{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
    padding-top: 24px;
    border-top: 1px solid var(--border-color, rgba(250, 250, 249, 0.08));
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    box-sizing: border-box;
    }
.ma46d_19{
    font-size: 14px;
    color: var(--text-muted, #A8A29E);
    font-family: system-ui, -apple-system, sans-serif;
    }
@media (max-width: 768px){.alju0pbndh23{
    flex-direction: column;
    gap: 40px;
    }
.u1cf74__af1{
    flex: 0 0 auto;
    width: 100%;
    }
.ze39__bf817{
    flex-direction: column;
    gap: 32px;
    width: 100%;
    justify-content: flex-start;
    }
.t12385_qu{
    flex: 0 0 auto;
    width: 100%;
    }
.k7a8fc_el1o{
    padding-top: 48px;
    }
.pz7jkvkaba7{
    margin-top: 48px;
    }}
.n5a36a_e795{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  z-index: 1000;
  color: var(--text-color);
  box-sizing: border-box;
}
.n5a36a_e795 *{
  box-sizing: border-box;
}
.v7ef__6e1{
  max-width: var(--max-width);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.td6fb094eab{
  display: flex;
  align-items: center;
  gap: 32px; 
}
.k7ed0_62{
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--text-color);
  transition: var(--transition);
}
.k7ed0_62:hover{
  opacity: 0.85;
}
.ze7a0924{
  width: 22px;
  height: 22px;
  color: var(--primary-color); 
}
.l07d9232975{
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.01em;     
}
.m572e9_pf{
  display: flex;
  align-items: center;
  gap: 20px;
}
.bqok7syzfygz{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.8125rem;        
  font-weight: 500;
  transition: var(--transition);
}
.bqok7syzfygz:hover{
  color: var(--text-color);
}
.saefd_d4{
  display: flex;
  align-items: center;
  gap: 16px;
}
.pa73234_801e{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 14px;
  background: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: var(--radius-md);
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
  border: none;
}
.pa73234_801e:hover{
  background: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
.e7583f__78d2{
  display: none;
  background: transparent;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 4px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.e7583f__78d2:hover{
  color: #1a1a2e;
  background-color: rgba(255, 255, 255, 0.05);
}
.a6dd3e_f757{
  width: 20px;
  height: 20px;
  display: block;
}
@media (max-width: 860px){.m572e9_pf {
    display: none;
  }
.e7583f__78d2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }}
.kb202fc32{
  background-color: var(--bg-color, #1C1917);
  border-top: 1px solid var(--border-color, rgba(250, 250, 249, 0.08));
  padding-top: 64px;
  padding-bottom: 32px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column; color: #ffffff;}
.nabf__8316{
  width: var(--max-width, min(1200px, 92vw));
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 80px;
  box-sizing: border-box;
}
.gbad7f_56dc{
  display: flex;
  flex-direction: column;
  flex: 0 0 280px;
  box-sizing: border-box;
  align-items: flex-start;
}
.o4565f2b50a{
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color, #FAFAF9);
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, sans-serif;
  letter-spacing: -0.5px;
}
.l74c90_61a3{
  font-size: 14px;
  color: var(--text-muted, #A8A29E);
  line-height: 1.6;
  margin: 0;
  font-family: system-ui, -apple-system, sans-serif;
}
.eec2__65d0{
  display: flex;
  width: 100%;
  margin-top: 24px;
  box-sizing: border-box;
}
.e19609aec{
  background-color: var(--primary-color, #EA580C);
  color: #1a1a2e;
  padding: 12px 24px;
  border-radius: var(--radius-md, 6px);
  font-size: 14px;
  font-weight: 600;
  font-family: system-ui, -apple-system, sans-serif;
  cursor: pointer;
  transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
  box-shadow: var(--shadow-md, 0 4px 12px rgba(234, 88, 12, 0.25));
  text-align: center;
}
.e19609aec:hover{
  background-color: var(--secondary-color, #C2410C); color: #1a1a2e;}
.h278__6d45{
  display: flex;
  flex-direction: row;
  flex: 1;
  gap: 48px;
  box-sizing: border-box;
  justify-content: space-between;
}
.g60ff3ef073{
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 140px;
  box-sizing: border-box;
  align-items: flex-start;
}
.j50921a0d{
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color, #FAFAF9);
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, sans-serif;
}
.h27e03ec9{
  font-size: 14px;
  color: var(--text-muted, #A8A29E);
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, sans-serif;
  cursor: default;
  transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
}
.h27e03ec9:hover{
  color: var(--primary-color, #EA580C);
}
.c1db2fbc009{
  width: var(--max-width, min(1200px, 92vw));
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid var(--border-color, rgba(250, 250, 249, 0.08));
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  box-sizing: border-box;
}
.b55059_710c{
  font-size: 14px;
  color: var(--text-muted, #A8A29E);
  font-family: system-ui, -apple-system, sans-serif;
}
@media (max-width: 768px){.nabf__8316{
    flex-direction: column;
    gap: 40px;
  }
.gbad7f_56dc{
    flex: 0 0 auto;
    width: 100%;
  }
.h278__6d45{
    flex-direction: column;
    gap: 32px;
    width: 100%;
    justify-content: flex-start;
  }
.g60ff3ef073{
    flex: 0 0 auto;
    width: 100%;
  }
.kb202fc32{
    padding-top: 48px;
  }
.c1db2fbc009{
    margin-top: 48px;
  }}
.j64be77ee2d{box-sizing:border-box;}
.g816__a5b6{box-sizing:border-box;}
.a52c__4e39{box-sizing:border-box;}
.c64c12_319c{display:block;max-width:100%;height:auto;}
.n333__5f91{box-sizing:border-box;}
@media (max-width: 768px) {div.f521c4_aaa0.g587883_aa .d96b8b_68aa { 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; }}