:root {

  --ts-primary: hsl(28, 90%, 55%);
  --ts-primary-hover: hsl(28, 90%, 45%);
  --ts-surface: hsl(0, 0%, 12%);
  --ts-surface-alt: hsl(0, 0%, 10%);
  --ts-text-main: hsl(0, 0%, 96%);
  --ts-text-muted: hsl(0, 0%, 65%);
  --ts-border: hsl(0, 0%, 20%);
  --ts-radius-md: 8px;
  --ts-radius-lg: 12px;
  --ts-container-width: 1200px;
  --ts-read-width: 680px;
  --ts-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  --ts-shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.4);
  --primary-color: #e04d00;
  --secondary-color: #b33d00;
  --bg-color: #110d0a;
  --text-color: #f5ece5;
  --text-muted: #9e9389;
  --border-color: rgba(245, 236, 229, 0.1);
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.6);
  --nav-height: 60px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(17, 13, 10, 0.85);
  --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%);
}
@media (prefers-color-scheme: dark) {}
div.je4e16fca.nb4e29e0.cc2e54__8231e{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--ts-surface-alt);
    color: var(--ts-text-main);
    line-height: 1.6;
    padding-bottom: 80px;
    
    text-align: left;
    }
div.je4e16fca.nb4e29e0 .uut3xsenpm{
    max-width: var(--ts-container-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    
    align-items: flex-start;
    }
div.je4e16fca.nb4e29e0 .t64f389f_4d{
    width: 100%;
    padding: 60px 0;
    border-bottom: 1px solid var(--ts-border);
    }
div.je4e16fca.nb4e29e0 .t64f389f_4d:last-of-type{
    border-bottom: none;
    }
div.je4e16fca.nb4e29e0 .fa270_4717{
    max-width: var(--ts-read-width);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.je4e16fca.nb4e29e0 h1, div.je4e16fca.nb4e29e0 h2, div.je4e16fca.nb4e29e0 h3{
    margin: 0 0 16px 0;
    font-weight: 700;
    color: var(--ts-text-main);
    letter-spacing: -0.02em;
    }
div.je4e16fca.nb4e29e0 h1{ font-size: clamp(2.5rem, 5vw, 3.5rem); line-height: 1.1; margin-bottom: 24px; }
div.je4e16fca.nb4e29e0 h2{ font-size: 1.75rem; margin-bottom: 20px; }
div.je4e16fca.nb4e29e0 h3{ font-size: 1.25rem; }
div.je4e16fca.nb4e29e0 p{ margin: 0 0 16px 0; color: var(--ts-text-muted); }
div.je4e16fca.nb4e29e0 ul{ margin: 0 0 24px 0; padding-left: 20px; color: var(--ts-text-muted); }
div.je4e16fca.nb4e29e0 li{ margin-bottom: 8px; }
div.je4e16fca.nb4e29e0 a.w8b0a93_38e{
    color: var(--ts-primary);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
    }
div.je4e16fca.nb4e29e0 a.w8b0a93_38e:hover{
    border-color: var(--ts-primary);
    }
div.je4e16fca.nb4e29e0 .hlkjm9xiv1ur{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--ts-primary);
    color: #1a1a2e;
    padding: 14px 28px;
    border-radius: var(--ts-radius-md);
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(230, 100, 20, 0.25);
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    margin-top: 16px;
    }
div.je4e16fca.nb4e29e0 .hlkjm9xiv1ur:hover{
    background: var(--ts-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(230, 100, 20, 0.35);
    color: #1a1a2e;
    }
div.je4e16fca.nb4e29e0 .m618__1e7{
    background: transparent;
    color: var(--ts-text-main);
    border: 1px solid var(--ts-border);
    box-shadow: none;
    }
div.je4e16fca.nb4e29e0 .m618__1e7:hover{
    background: var(--ts-surface);
    box-shadow: var(--ts-shadow);
    color: var(--ts-text-main);
    }
div.je4e16fca.nb4e29e0 .ucae720_2i{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }
div.je4e16fca.nb4e29e0 .tf53119_da{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    width: 100%;
    margin-top: 32px;
    align-items: stretch;
    }
div.je4e16fca.nb4e29e0 .jyy9c7w530h{
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    align-items: flex-start;
    }
div.je4e16fca.nb4e29e0 .j66045c1{
    width: 100%;
    border-radius: var(--ts-radius-lg);
    overflow: hidden;
    background: var(--ts-surface);
    box-shadow: var(--ts-shadow); color: #ffffff;}
div.je4e16fca.nb4e29e0 .j66045c1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 10;
    display: block;
    }
div.je4e16fca.nb4e29e0 .na81dc__0878{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
    margin-top: 32px;
    }
@media (max-width: 1024px) {div.je4e16fca.nb4e29e0 .na81dc__0878{ grid-template-columns: repeat(2, 1fr); }}
@media (max-width: 640px) {div.je4e16fca.nb4e29e0 .na81dc__0878{ grid-template-columns: 1fr; }}
div.je4e16fca.nb4e29e0 .c248cca{
    background: var(--ts-surface);
    border: 1px solid var(--ts-border);
    padding: 32px 24px;
    border-radius: var(--ts-radius-lg);
    box-shadow: var(--ts-shadow);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    align-items: flex-start; color: #ffffff;}
div.je4e16fca.nb4e29e0 .c248cca:hover{
    transform: translateY(-4px);
    box-shadow: var(--ts-shadow-hover);
    }
div.je4e16fca.nb4e29e0 .ieb283__3889{
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: var(--ts-primary);
    background: color-mix(in srgb, var(--ts-primary) 15%, transparent);
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 16px;
    }
.q58873a89{
    background-color: var(--bg-color, #110d0a);
    border-top: 1px solid var(--border-color, rgba(245, 236, 229, 0.1));
    padding-top: 56px;
    padding-bottom: 32px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #ffffff;}
.j3fc6a7d2a{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.d1b529_dfea{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 48px;
    }
.oyrcjjmebz{
    width: 35%;
    display: flex;
    flex-direction: column;
    }
.j35b3d2b_5n6{
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color, #f5ece5);
    margin-bottom: 12px;
    letter-spacing: -0.01em;
    }
.mb32677{
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted, #9e9389);
    width: 85%;
    }
.vr4d1gnrcr{
    width: 65%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 80px;
    }
.a4ae__9cc{
    display: flex;
    flex-direction: column;
    width: 120px;
    }
.ya6e2d_2t{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color, #f5ece5);
    margin-bottom: 16px;
    letter-spacing: 0.05em;
    }
.ofc0df68e77{
    font-size: 14px;
    color: var(--text-muted, #9e9389);
    text-decoration: none;
    margin-bottom: 10px;
    transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
    }
.ofc0df68e77:hover{
    color: var(--primary-color, #e04d00);
    }
.d1qa11cn{
    font-size: 14px;
    color: var(--text-muted, #9e9389);
    margin-bottom: 10px;
    cursor: default;
    }
.v4927fe6_l7{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(245, 236, 229, 0.1));
    margin-bottom: 24px; color: #1a1a2e;}
.g12ac6c_ebb{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.bc866c__9c0{
    font-size: 13px;
    color: var(--text-muted, #9e9389);
    width: 50%;
    }
.ye0b5258d{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 24px;
    width: 50%;
    }
.p6b8__c35{
    font-size: 13px;
    color: var(--text-muted, #9e9389);
    cursor: default;
    }
@media (max-width: 768px){.q58873a89{
    padding-top: 40px;
    padding-bottom: 24px;
    }
.d1b529_dfea{
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
    }
.oyrcjjmebz{
    width: 100%;
    }
.mb32677{
    width: 100%;
    }
.vr4d1gnrcr{
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 32px;
    }
.a4ae__9cc{
    width: calc(50% - 16px);
    }
.g12ac6c_ebb{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
.bc866c__9c0{
    width: 100%;
    }
.ye0b5258d{
    width: 100%;
    justify-content: flex-start;
    }}
.h23cfd5_202, .h23cfd5_202 *, .h23cfd5_202 *::before, .h23cfd5_202 *::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
.h23cfd5_202{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    position: sticky;
    top: 0;
    left: 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);
    z-index: 1000; color: #ffffff;}
.xee02__aaa1{
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.rbruu6sf3{
    display: flex;
    align-items: center;
    height: 100%;
    }
.jfa1e__031{
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.jfa1e__031:hover{
    opacity: 0.8;
    }
.m1ogj1vhb{
    width: 20px;
    height: 20px;
    color: var(--primary-color);
    }
.i5211f3f_215{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    }
.o139a1e_8mrg{
    margin-left: 32px;
    height: 100%;
    }
.z2c9263f{
    display: flex;
    align-items: center;
    list-style: none;
    height: 100%;
    gap: 24px;
    }
.j65k22ll{
    height: 100%;
    display: flex;
    align-items: center;
    }
.cae4__0400{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.cae4__0400:hover{
    color: var(--text-color);
    }
.pbaaaa86_ad{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.ma35c24_eae1{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 0 16px;
    height: 32px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    border: 1px solid transparent;
    }
.ma35c24_eae1:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-sm); color: #ffffff;}
.ma35c24_eae1:active{
    transform: translateY(1px);
    }
.tdc170_y8y{
    display: none;
    }
.f25793_yfyx{
    display: none;
    cursor: pointer;
    color: var(--text-color);
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.f25793_yfyx:hover{
    background-color: rgba(255, 255, 255, 0.05); color: #1a1a2e;}
.xdc1c602fca, .p760e__849f1{
    width: 20px;
    height: 20px;
    }
.p760e__849f1{
    display: none;
    }
@media (max-width: 960px){.o139a1e_8mrg {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: var(--transition);
    max-height: 0;
    overflow: hidden; color: #ffffff;}
.z2c9263f {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px min(4vw, 32px);
    gap: 0;
    height: auto;
    }
.j65k22ll {
    width: 100%;
    height: auto;
    }
.cae4__0400 {
    display: block;
    width: 100%;
    padding: 14px 0;
    font-size: 15px;
    border-bottom: 1px solid var(--border-color);
    }
.j65k22ll:last-child .cae4__0400 {
    border-bottom: none;
    }
.f25793_yfyx {
    display: flex;
    }
.tdc170_y8y:checked ~ .rbruu6sf3 .o139a1e_8mrg {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: calc(100vh - var(--nav-height));
    overflow-y: auto;
    }
.tdc170_y8y:checked ~ .pbaaaa86_ad .f25793_yfyx .xdc1c602fca {
    display: none;
    }
.tdc170_y8y:checked ~ .pbaaaa86_ad .f25793_yfyx .p760e__849f1 {
    display: block;
    }}
@media (max-width: 480px){.ma35c24_eae1 {
    padding: 0 12px;
    font-size: 12px;
    }
.i5211f3f_215 {
    display: none; 
    }}
.cae4__0400.active{color: var(--text-color);}
@media (min-width: 961px){.h23cfd5_202 #nt661e74b3bb, .h23cfd5_202 label[for="nt661e74b3bb"]{ display: none !important; }}
@media (min-width: 961px){.h23cfd5_202 .rbruu6sf3{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 961px){.h23cfd5_202 .rbruu6sf3{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 961px){.h23cfd5_202 .rbruu6sf3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.cae4__0400.active {color: var(--text-color);}
#nt661e74b3bb:checked ~ .rbruu6sf3 { right: 0 !important; left: auto !important; }
@media (max-width: 960px) {.h23cfd5_202.mf1fef_bd50 .rbruu6sf3 { left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 960px) {#nt661e74b3bb:checked ~ .rbruu6sf3 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 961px) {.h23cfd5_202.mf1fef_bd50 #nt661e74b3bb, .h23cfd5_202.mf1fef_bd50 label[for="nt661e74b3bb"] { display: none !important; }}
@media (min-width: 961px) {.h23cfd5_202.mf1fef_bd50 .rbruu6sf3 { position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 961px) {.h23cfd5_202.mf1fef_bd50 .rbruu6sf3 { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 961px) {.h23cfd5_202.mf1fef_bd50 .rbruu6sf3 a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.je4e16fca img.f603b0253 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.je4e16fca img.f603b0253.g72d05_d53e { aspect-ratio: 16 / 9; }
div.je4e16fca img.f603b0253.e907fa_540a { aspect-ratio: 16 / 10; }
div.je4e16fca img.f603b0253.s536__c731 { aspect-ratio: 4 / 3; }
div.je4e16fca img.f603b0253.lfd564224 { aspect-ratio: 1 / 1; }
div.je4e16fca :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.je4e16fca .a0f901_1fc3 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.je4e16fca .a0f901_1fc3.g72d05_d53e { aspect-ratio: 16 / 9; }
div.je4e16fca .a0f901_1fc3.e907fa_540a { aspect-ratio: 16 / 10; }
div.je4e16fca .a0f901_1fc3.s536__c731 { aspect-ratio: 4 / 3; }
div.je4e16fca .a0f901_1fc3.lfd564224 { aspect-ratio: 1 / 1; }
div.je4e16fca .a0f901_1fc3 > img.f603b0253,
    div.je4e16fca .a0f901_1fc3 > picture > img.f603b0253 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.je4e16fca.nb4e29e0 .hlkjm9xiv1ur a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.je4e16fca.nb4e29e0 .hlkjm9xiv1ur a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.je4e16fca.nb4e29e0 .hlkjm9xiv1ur a:not([class]):hover{opacity:0.92;}
div.je4e16fca.nb4e29e0 .hlkjm9xiv1ur a[class=""]:hover{opacity:0.92;}
div.je4e16fca.nb4e29e0 .hlkjm9xiv1ur a:not([class]):visited{color:#ffffff !important;}
div.je4e16fca.nb4e29e0 .hlkjm9xiv1ur a[class=""]:visited{color:#ffffff !important;}
div.je4e16fca.nb4e29e0 .hlkjm9xiv1ur:hover a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.je4e16fca.nb4e29e0 .hlkjm9xiv1ur:hover a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.je4e16fca.nb4e29e0 .hlkjm9xiv1ur:hover a:not([class]):hover{opacity:0.92;}
div.je4e16fca.nb4e29e0 .hlkjm9xiv1ur:hover a[class=""]:hover{opacity:0.92;}
div.je4e16fca.nb4e29e0 .hlkjm9xiv1ur:hover a:not([class]):visited{color:#ffffff !important;}
div.je4e16fca.nb4e29e0 .hlkjm9xiv1ur:hover a[class=""]:visited{color:#ffffff !important;}
.n771b2a4905 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.n771b2a4905 > :first-child,
    .n771b2a4905 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.h23cfd5_202, .h23cfd5_202 *, .h23cfd5_202 *::before, .h23cfd5_202 *::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
.h23cfd5_202{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    position: sticky;
    top: 0;
    left: 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);
    z-index: 1000; color: #ffffff;}
.xee02__aaa1{
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.rbruu6sf3{
    display: flex;
    align-items: center;
    height: 100%;
    }
.jfa1e__031{
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.jfa1e__031:hover{
    opacity: 0.8;
    }
.m1ogj1vhb{
    width: 20px;
    height: 20px;
    color: var(--primary-color);
    }
.i5211f3f_215{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    }
.o139a1e_8mrg{
    margin-left: 32px;
    height: 100%;
    }
.z2c9263f{
    display: flex;
    align-items: center;
    list-style: none;
    height: 100%;
    gap: 24px;
    }
.j65k22ll{
    height: 100%;
    display: flex;
    align-items: center;
    }
.cae4__0400{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.cae4__0400:hover{
    color: var(--text-color);
    }
.pbaaaa86_ad{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.ma35c24_eae1{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 0 16px;
    height: 32px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    border: 1px solid transparent;
    }
.ma35c24_eae1:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-sm); color: #ffffff;}
.ma35c24_eae1:active{
    transform: translateY(1px);
    }
.tdc170_y8y{
    display: none;
    }
.f25793_yfyx{
    display: none;
    cursor: pointer;
    color: var(--text-color);
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.f25793_yfyx:hover{
    background-color: rgba(255, 255, 255, 0.05); color: #1a1a2e;}
.xdc1c602fca, .p760e__849f1{
    width: 20px;
    height: 20px;
    }
.p760e__849f1{
    display: none;
    }
@media (max-width: 960px){.o139a1e_8mrg {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: var(--transition);
    max-height: 0;
    overflow: hidden; color: #ffffff;}
.z2c9263f {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px min(4vw, 32px);
    gap: 0;
    height: auto;
    }
.j65k22ll {
    width: 100%;
    height: auto;
    }
.cae4__0400 {
    display: block;
    width: 100%;
    padding: 14px 0;
    font-size: 15px;
    border-bottom: 1px solid var(--border-color);
    }
.j65k22ll:last-child .cae4__0400 {
    border-bottom: none;
    }
.f25793_yfyx {
    display: flex;
    }
.tdc170_y8y:checked ~ .rbruu6sf3 .o139a1e_8mrg {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: calc(100vh - var(--nav-height));
    overflow-y: auto;
    }
.tdc170_y8y:checked ~ .pbaaaa86_ad .f25793_yfyx .xdc1c602fca {
    display: none;
    }
.tdc170_y8y:checked ~ .pbaaaa86_ad .f25793_yfyx .p760e__849f1 {
    display: block;
    }}
@media (max-width: 480px){.ma35c24_eae1 {
    padding: 0 12px;
    font-size: 12px;
    }
.i5211f3f_215 {
    display: none; 
    }}
.cae4__0400.active{color: var(--text-color);}
@media (min-width: 961px){.h23cfd5_202 #nt661e74b3bb, .h23cfd5_202 label[for="nt661e74b3bb"]{ display: none !important; }}
@media (min-width: 961px){.h23cfd5_202 .rbruu6sf3{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 961px){.h23cfd5_202 .rbruu6sf3{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 961px){.h23cfd5_202 .rbruu6sf3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.cae4__0400.active{color: var(--text-color);}
#nt661e74b3bb:checked ~ .rbruu6sf3{ right: 0 !important; left: auto !important; }
@media (max-width: 960px){.h23cfd5_202.mf1fef_bd50 .rbruu6sf3{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 960px){#nt661e74b3bb:checked ~ .rbruu6sf3{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 961px){.h23cfd5_202.mf1fef_bd50 #nt661e74b3bb, .h23cfd5_202.mf1fef_bd50 label[for="nt661e74b3bb"]{ display: none !important; }}
@media (min-width: 961px){.h23cfd5_202.mf1fef_bd50 .rbruu6sf3{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 961px){.h23cfd5_202.mf1fef_bd50 .rbruu6sf3{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 961px){.h23cfd5_202.mf1fef_bd50 .rbruu6sf3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.q58873a89{
    background-color: var(--bg-color, #110d0a);
    border-top: 1px solid var(--border-color, rgba(245, 236, 229, 0.1));
    padding-top: 56px;
    padding-bottom: 32px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #ffffff;}
.j3fc6a7d2a{
    width: var(--max-width, min(1200px, 92vw));
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.d1b529_dfea{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 48px;
    }
.oyrcjjmebz{
    width: 35%;
    display: flex;
    flex-direction: column;
    }
.j35b3d2b_5n6{
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color, #f5ece5);
    margin-bottom: 12px;
    letter-spacing: -0.01em;
    }
.mb32677{
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted, #9e9389);
    width: 85%;
    }
.vr4d1gnrcr{
    width: 65%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 80px;
    }
.a4ae__9cc{
    display: flex;
    flex-direction: column;
    width: 120px;
    }
.ya6e2d_2t{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color, #f5ece5);
    margin-bottom: 16px;
    letter-spacing: 0.05em;
    }
.ofc0df68e77{
    font-size: 14px;
    color: var(--text-muted, #9e9389);
    text-decoration: none;
    margin-bottom: 10px;
    transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
    }
.ofc0df68e77:hover{
    color: var(--primary-color, #e04d00);
    }
.d1qa11cn{
    font-size: 14px;
    color: var(--text-muted, #9e9389);
    margin-bottom: 10px;
    cursor: default;
    }
.v4927fe6_l7{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(245, 236, 229, 0.1));
    margin-bottom: 24px; color: #1a1a2e;}
.g12ac6c_ebb{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }
.bc866c__9c0{
    font-size: 13px;
    color: var(--text-muted, #9e9389);
    width: 50%;
    }
.ye0b5258d{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 24px;
    width: 50%;
    }
.p6b8__c35{
    font-size: 13px;
    color: var(--text-muted, #9e9389);
    cursor: default;
    }
@media (max-width: 768px){.q58873a89{
    padding-top: 40px;
    padding-bottom: 24px;
    }
.d1b529_dfea{
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
    }
.oyrcjjmebz{
    width: 100%;
    }
.mb32677{
    width: 100%;
    }
.vr4d1gnrcr{
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 32px;
    }
.a4ae__9cc{
    width: calc(50% - 16px);
    }
.g12ac6c_ebb{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
.bc866c__9c0{
    width: 100%;
    }
.ye0b5258d{
    width: 100%;
    justify-content: flex-start;
    }}
.h23cfd5_202, .h23cfd5_202 *, .h23cfd5_202 *::before, .h23cfd5_202 *::after{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.h23cfd5_202{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: sticky;
  top: 0;
  left: 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);
  z-index: 1000; color: #ffffff;}
.xee02__aaa1{
  max-width: var(--max-width);
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rbruu6sf3{
  display: flex;
  align-items: center;
  height: 100%;
}
.jfa1e__031{
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--text-color);
  transition: var(--transition);
}
.jfa1e__031:hover{
  opacity: 0.8;
}
.m1ogj1vhb{
  width: 20px;
  height: 20px;
  color: var(--primary-color);
}
.i5211f3f_215{
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.o139a1e_8mrg{
  margin-left: 32px;
  height: 100%;
}
.z2c9263f{
  display: flex;
  align-items: center;
  list-style: none;
  height: 100%;
  gap: 24px;
}
.j65k22ll{
  height: 100%;
  display: flex;
  align-items: center;
}
.cae4__0400{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
}
.cae4__0400:hover{
  color: var(--text-color);
}
.pbaaaa86_ad{
  display: flex;
  align-items: center;
  gap: 16px;
}
.ma35c24_eae1{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 0 16px;
  height: 32px;
  border-radius: var(--radius-md);
  transition: var(--transition);
  border: 1px solid transparent;
}
.ma35c24_eae1:hover{
  background-color: var(--secondary-color);
  box-shadow: var(--shadow-sm); color: #ffffff;}
.ma35c24_eae1:active{
  transform: translateY(1px);
}
.tdc170_y8y{
  display: none;
}
.f25793_yfyx{
  display: none;
  cursor: pointer;
  color: var(--text-color);
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.f25793_yfyx:hover{
  background-color: rgba(255, 255, 255, 0.05); color: #1a1a2e;}
.xdc1c602fca, .p760e__849f1{
  width: 20px;
  height: 20px;
}
.p760e__849f1{
  display: none;
}
@media (max-width: 960px){.o139a1e_8mrg {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: var(--transition);
    max-height: 0;
    overflow: hidden; color: #ffffff;}
.z2c9263f {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px min(4vw, 32px);
    gap: 0;
    height: auto;
  }
.j65k22ll {
    width: 100%;
    height: auto;
  }
.cae4__0400 {
    display: block;
    width: 100%;
    padding: 14px 0;
    font-size: 15px;
    border-bottom: 1px solid var(--border-color);
  }
.j65k22ll:last-child .cae4__0400 {
    border-bottom: none;
  }
.f25793_yfyx {
    display: flex;
  }
.tdc170_y8y:checked ~ .rbruu6sf3 .o139a1e_8mrg {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: calc(100vh - var(--nav-height));
    overflow-y: auto;
  }
.tdc170_y8y:checked ~ .pbaaaa86_ad .f25793_yfyx .xdc1c602fca {
    display: none;
  }
.tdc170_y8y:checked ~ .pbaaaa86_ad .f25793_yfyx .p760e__849f1 {
    display: block;
  }}
@media (max-width: 480px){.ma35c24_eae1 {
    padding: 0 12px;
    font-size: 12px;
  }
.i5211f3f_215 {
    display: none; 
  }}
.cae4__0400.active{color: var(--text-color);}
@media (min-width: 961px){.h23cfd5_202 #nt661e74b3bb, .h23cfd5_202 label[for="nt661e74b3bb"]{ display: none !important; }}
@media (min-width: 961px){.h23cfd5_202 .rbruu6sf3{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 961px){.h23cfd5_202 .rbruu6sf3{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 961px){.h23cfd5_202 .rbruu6sf3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.cae4__0400.active{color: var(--text-color);}
#nt661e74b3bb:checked ~ .rbruu6sf3{ right: 0 !important; left: auto !important; }
@media (max-width: 960px){.h23cfd5_202.mf1fef_bd50 .rbruu6sf3{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 960px){#nt661e74b3bb:checked ~ .rbruu6sf3{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 961px){.h23cfd5_202.mf1fef_bd50 #nt661e74b3bb, .h23cfd5_202.mf1fef_bd50 label[for="nt661e74b3bb"]{ display: none !important; }}
@media (min-width: 961px){.h23cfd5_202.mf1fef_bd50 .rbruu6sf3{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 961px){.h23cfd5_202.mf1fef_bd50 .rbruu6sf3{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 961px){.h23cfd5_202.mf1fef_bd50 .rbruu6sf3 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.fe7189_0e81{
  background-color: var(--bg-color, #110d0a);
  border-top: 1px solid var(--border-color, rgba(245, 236, 229, 0.1));
  padding-top: 56px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #ffffff;}
.v89d2b519{
  width: var(--max-width, min(1200px, 92vw));
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.n274__a3f8{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 48px;
}
.w146b559f46{
  width: 35%;
  display: flex;
  flex-direction: column;
}
.d12aae_21c7{
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color, #f5ece5);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.f1b1__a36a{
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted, #9e9389);
  width: 85%;
}
.o730b3c5e{
  width: 65%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 80px;
}
.b073__481f{
  display: flex;
  flex-direction: column;
  width: 120px;
}
.tcbf82e178f{
  font-size: 13px;
  font-weight: 600;
  color: var(--text-color, #f5ece5);
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.ga031e_00d4{
  font-size: 14px;
  color: var(--text-muted, #9e9389);
  text-decoration: none;
  margin-bottom: 10px;
  transition: var(--transition, all 0.2s cubic-bezier(0.4, 0, 0.2, 1));
}
.ga031e_00d4:hover{
  color: var(--primary-color, #e04d00);
}
.c855__f03e{
  font-size: 14px;
  color: var(--text-muted, #9e9389);
  margin-bottom: 10px;
  cursor: default;
}
.o4bcd86a7d0{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, rgba(245, 236, 229, 0.1));
  margin-bottom: 24px; color: #1a1a2e;}
.s6ff05a9b{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.ye0b06_38e3{
  font-size: 13px;
  color: var(--text-muted, #9e9389);
  width: 50%;
}
.t259__7e67{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 24px;
  width: 50%;
}
.qecb__b6fd{
  font-size: 13px;
  color: var(--text-muted, #9e9389);
  cursor: default;
}
@media (max-width: 768px){.fe7189_0e81{
    padding-top: 40px;
    padding-bottom: 24px;
  }
.n274__a3f8{
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
.w146b559f46{
    width: 100%;
  }
.f1b1__a36a{
    width: 100%;
  }
.o730b3c5e{
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 32px;
  }
.b073__481f{
    width: calc(50% - 16px);
  }
.s6ff05a9b{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
.ye0b06_38e3{
    width: 100%;
  }
.t259__7e67{
    width: 100%;
    justify-content: flex-start;
  }}
.tbfa83_74fc{box-sizing:border-box;}
.q7db0c6a670{box-sizing:border-box;}
.z5d768_15c0{box-sizing:border-box;}
@media (max-width: 768px) {.g12ac6c_ebb { 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; }}