:root {

  --brand-primary: var(--primary-color, hsl(110, 82%, 53%));
  --brand-secondary: var(--secondary-color, hsl(192, 66%, 53%));
  --brand-bg: var(--bg-color, hsl(110, 8%, 97%));
  --brand-text: var(--text-color, hsl(110, 10%, 6%));
  --container-width: 1200px;
  --content-reading-width: 680px;
  --border-radius: var(--radius-m, 12px);
  --transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --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);
  --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%);
}
div.je4e16fca.mb221bd61b{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--brand-bg);
    color: var(--brand-text);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.je4e16fca.mb221bd61b .zfd7d_abad{
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 80px 24px;
    }
div.je4e16fca.mb221bd61b .wddc853_2v21{
    text-align: left;
    max-width: var(--content-reading-width);
    }
div.je4e16fca.mb221bd61b .l14442cef83{
    display: inline-block;
    padding: 6px 12px;
    background: hsla(110, 82%, 53%, 0.1);
    color: #1a1a2e;
    font-weight: 600;
    font-size: 0.875rem;
    border-radius: 20px;
    margin-bottom: 20px;
    }
div.je4e16fca.mb221bd61b h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    color: var(--brand-text);
    }
div.je4e16fca.mb221bd61b .m2cd381c_cu{
    font-size: 1.25rem;
    color: hsla(110, 10%, 20%, 0.8);
    margin-bottom: 40px;
    }
div.je4e16fca.mb221bd61b .udce926_9u3{
    display: flex;
    gap: 16px;
    margin-bottom: 60px;
    }
div.je4e16fca.mb221bd61b .m598__81e{
    background-color: var(--brand-primary);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--border-radius);
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 10px 20px -10px hsla(110, 82%, 53%, 0.5);
    transition: var(--transition);
    }
div.je4e16fca.mb221bd61b .m598__81e:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -10px hsla(110, 82%, 53%, 0.6);
    }
div.je4e16fca.mb221bd61b .j3492bbf3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 80px;
    }
div.je4e16fca.mb221bd61b .f4j71vatz582{
    background: white;
    padding: 40px;
    border-radius: var(--border-radius);
    border: 1px solid rgba(0,0,0,0.05);
    transition: var(--transition);
    display: flex;
    flex-direction: column; color: #1a1a2e;}
div.je4e16fca.mb221bd61b .f4j71vatz582:hover{
    border-color: var(--brand-primary);
    transform: scale(1.02);
    }
div.je4e16fca.mb221bd61b .m790a0_yae{
    width: 48px;
    height: 48px;
    background: var(--brand-bg);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px; color: #ffffff;}
div.je4e16fca.mb221bd61b .f4j71vatz582 h3{
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: var(--brand-text);
    }
div.je4e16fca.mb221bd61b .f4j71vatz582 p{
    font-size: 1rem;
    color: hsla(110, 10%, 30%, 0.9);
    margin-bottom: 20px;
    }
div.je4e16fca.mb221bd61b .b212243_22{
    display: flex;
    align-items: center;
    gap: 60px;
    margin-top: 120px;
    }
div.je4e16fca.mb221bd61b .b212243_22:nth-child(even){
    flex-direction: row-reverse;
    }
div.je4e16fca.mb221bd61b .b4s3olreu{
    flex: 1;
    }
div.je4e16fca.mb221bd61b .d0b3e3f9ed{
    flex: 1;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }
div.je4e16fca.mb221bd61b .d0b3e3f9ed img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/10;
    }
div.je4e16fca.mb221bd61b .v4f76__ee69{
    list-style: none;
    padding: 0;
    margin: 24px 0;
    }
div.je4e16fca.mb221bd61b .h973a4__dfd9{
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 1rem;
    }
div.je4e16fca.mb221bd61b .k748a__9c9{
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: var(--brand-secondary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    }
div.je4e16fca.mb221bd61b .r1de18__05b{
    margin-top: 120px;
    padding: 60px;
    background: #fff;
    border-radius: var(--border-radius); color: #1a1a2e;}
div.je4e16fca.mb221bd61b .fr5ej55a{
    width: 100%;
    border-collapse: collapse;
    margin-top: 32px;
    }
div.je4e16fca.mb221bd61b .fr5ej55a th{
    text-align: left;
    padding: 16px;
    border-bottom: 2px solid var(--brand-bg);
    color: hsla(110, 10%, 40%, 1);
    }
div.je4e16fca.mb221bd61b .fr5ej55a td{
    padding: 16px;
    border-bottom: 1px solid var(--brand-bg);
    }
div.je4e16fca.mb221bd61b kbd{
    background: #f1f1f1;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 2px 6px;
    font-family: monospace;
    font-size: 0.9em; color: #1a1a2e;}
div.je4e16fca.mb221bd61b .e8m8gj5bdexj{
    margin-top: 120px;
    }
div.je4e16fca.mb221bd61b .mabb40509{
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    }
div.je4e16fca.mb221bd61b .u1df2c1_6b0{
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: var(--brand-text);
    }
div.je4e16fca.mb221bd61b .qe46deff8{
    color: hsla(110, 10%, 30%, 0.9);
    }
div.je4e16fca.mb221bd61b .i4fcfb_5d77{
    max-width: var(--container-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
div.je4e16fca.mb221bd61b .r4b6__29c2{
    display: flex;
    gap: 24px;
    }
div.je4e16fca.mb221bd61b .r4b6__29c2 a{
    color: hsla(110, 10%, 40%, 1);
    text-decoration: none;
    font-size: 0.9rem;
    }
div.je4e16fca.mb221bd61b .r4b6__29c2 a:hover{
    color: var(--brand-primary);
    }
@media (max-width: 968px) {div.je4e16fca.mb221bd61b .j3492bbf3{ grid-template-columns: 1fr; }
div.je4e16fca.mb221bd61b .b212243_22, div.je4e16fca.mb221bd61b .b212243_22:nth-child(even){ flex-direction: column; }
div.je4e16fca.mb221bd61b h1{ font-size: 2.5rem; }}
.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.mb221bd61b .m598__81e a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.je4e16fca.mb221bd61b .m598__81e a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.je4e16fca.mb221bd61b .m598__81e a:not([class]):hover{opacity:0.92;}
div.je4e16fca.mb221bd61b .m598__81e a[class=""]:hover{opacity:0.92;}
div.je4e16fca.mb221bd61b .m598__81e a:not([class]):visited{color:#ffffff !important;}
div.je4e16fca.mb221bd61b .m598__81e 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) {div.je4e16fca.mb221bd61b .b212243_22:nth-child(even) { flex-direction: column !important; }
div.je4e16fca.mb221bd61b .i4fcfb_5d77 { 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; }
.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; }}