:root{--bg:#050505;--bg-elevated:#0b0b0c;--surface:#101012;--border:#1e1e21;--border-strong:#2c2c30;--red:#e11d2e;--red-bright:#ff3145;--red-dim:rgba(225,29,46,0.12);--red-glow:rgba(225,29,46,0.35);--text:#f5f5f4;--text-muted:#a1a1aa;--text-faint:#64646c;--font-display:"Barlow Condensed",sans-serif;--font-body:"Inter",sans-serif;--radius:10px;--nav-h:72px;--container:1200px;--ease-out:cubic-bezier(0.22,1,0.36,1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}::selection{background:var(--red);color:#fff}img{max-width:100%;display:block}a{text-decoration:none}a,button{color:inherit}button{cursor:pointer;border:none;background:none}button,input{font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#26262a;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--red)}.container{width:min(var(--container),100% - 48px);margin-inline:auto}.kicker{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:600;font-size:.95rem;letter-spacing:.28em;text-transform:uppercase;color:var(--red-bright)}.kicker:before{content:"";width:28px;height:2px;background:var(--red)}.section-title{font-family:var(--font-display);font-weight:800;text-transform:uppercase;font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.02;letter-spacing:.01em;margin-top:14px}.section-head{margin-bottom:48px}.section{padding:110px 0;position:relative}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--font-display);font-weight:700;font-size:1.05rem;letter-spacing:.14em;text-transform:uppercase;padding:14px 30px;border-radius:6px;min-height:48px;transition:transform .2s var(--ease-out),background .2s,color .2s,box-shadow .2s,border-color .2s;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn:active{transform:scale(.97)}.btn-primary{background:var(--red);color:#fff;box-shadow:0 0 0 rgba(225,29,46,0)}.btn-primary:hover{background:var(--red-bright);box-shadow:0 8px 32px var(--red-glow);transform:translateY(-2px)}.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--border-strong)}.btn-ghost:hover{border-color:var(--red);color:var(--red-bright);transform:translateY(-2px)}.btn:focus-visible,a:focus-visible,button:focus-visible{outline:2px solid var(--red-bright);outline-offset:3px}.gs-reveal{will-change:transform,opacity}.cart_overlay__Wf_Jz{position:fixed;inset:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:200}.cart_panel__AoRxb{position:fixed;top:0;right:0;bottom:0;width:min(420px,100vw);background:var(--bg-elevated);border-left:1px solid var(--border);z-index:201;display:flex;flex-direction:column}.cart_head__nPBvn{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid var(--border)}.cart_head__nPBvn h2{font-family:var(--font-display);font-weight:800;text-transform:uppercase;font-size:1.5rem;letter-spacing:.08em}.cart_closeBtn___Gzbz{width:40px;height:40px;border-radius:8px;border:1px solid var(--border-strong);color:var(--text-muted);font-size:1rem;transition:color .2s,border-color .2s}.cart_closeBtn___Gzbz:hover{color:var(--red-bright);border-color:var(--red)}.cart_items__S8zu5{flex:1 1;overflow-y:auto;padding:18px 24px;display:flex;flex-direction:column;gap:14px}.cart_empty__DdxNr{color:var(--text-faint);text-align:center;margin-top:40px}.cart_item__I2o4R{display:flex;align-items:center;gap:14px;padding:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.cart_itemImg__B9_mF{width:52px;height:52px;object-fit:cover;border-radius:8px}.cart_itemInfo__2Dyo1{flex:1 1;display:flex;flex-direction:column;gap:2px}.cart_itemName__0jBb0{font-weight:600;font-size:.92rem}.cart_itemPrice__guAQF{color:var(--red-bright);font-weight:700;font-size:.9rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cart_removeBtn__Rdq_v{width:38px;height:38px;border-radius:8px;display:grid;place-items:center;color:var(--text-faint);transition:color .2s,background .2s}.cart_removeBtn__Rdq_v:hover{color:var(--red-bright);background:var(--red-dim)}.cart_footer__cQUmW{border-top:1px solid var(--border);padding:20px 24px 24px;display:flex;flex-direction:column;gap:14px}.cart_couponRow__bGm01{display:flex;gap:10px}.cart_couponInput__d02Uq{flex:1 1;background:var(--surface);border:1px solid var(--border-strong);border-radius:6px;color:var(--text);padding:12px 14px;font-size:.9rem;min-height:44px}.cart_couponInput__d02Uq:focus{outline:none;border-color:var(--red)}.cart_couponBtn__bCFX_{font-family:var(--font-display);font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:0 18px;min-height:44px;border-radius:6px;border:1px solid var(--border-strong);color:var(--text);transition:border-color .2s,color .2s}.cart_couponBtn__bCFX_:hover{border-color:var(--red);color:var(--red-bright)}.cart_msgOk__ssDIo{color:#4ade80;font-size:.85rem}.cart_msgErr__YnPNi{color:var(--red-bright);font-size:.85rem}.cart_summary__hWzdK{display:flex;flex-direction:column;gap:8px;padding:14px 0;border-top:1px dashed var(--border-strong)}.cart_row__dpG1l{display:flex;justify-content:space-between;color:var(--text-muted);font-size:.92rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cart_discount__gz_80 span:last-child{color:#4ade80}.cart_total__N2FzW{color:var(--text);font-weight:700;font-size:1.1rem}.cart_total__N2FzW span:last-child{color:var(--red-bright)}.cart_checkoutBtn__SD5OZ{width:100%}.cart_checkoutBtn__SD5OZ:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.footer_footer__mqdak{border-top:1px solid var(--border);background:var(--bg-elevated);position:relative}.footer_lightbar__dMnGk{height:2px;background:linear-gradient(90deg,transparent,var(--red),transparent);opacity:.7}.footer_inner__o6Jv8{width:min(var(--container),100% - 48px);margin-inline:auto;padding:48px 0 36px;display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}.footer_brand__52Y1r{font-family:var(--font-display);font-weight:800;font-size:1.4rem;letter-spacing:.06em}.footer_brand__52Y1r em{font-style:normal;color:var(--red-bright)}.footer_links__E_sY3{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 26px}.footer_links__E_sY3 a{color:var(--text-muted);font-size:.85rem;transition:color .2s}.footer_links__E_sY3 a:hover{color:var(--red-bright)}.footer_copy__FuqJW{color:var(--text-faint);font-size:.78rem}.login_overlay__A5nrZ{position:fixed;inset:0;background:rgba(0,0,0,.65);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:300;align-items:center;justify-content:center;padding:24px}.login_box__Cyq1Q{width:min(430px,100%);background:var(--bg-elevated);border:1px solid var(--border);border-top:2px solid var(--red);border-radius:var(--radius);padding:26px 28px 24px}.login_head__PZtr4{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.login_head__PZtr4 h3{font-family:var(--font-display);font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-size:1.4rem}.login_closeBtn__9_1Yv{width:38px;height:38px;border-radius:8px;color:var(--text-faint);transition:color .2s,background .2s}.login_closeBtn__9_1Yv:hover{color:var(--red-bright);background:var(--red-dim)}.login_text__xSikx{color:var(--text-muted);font-size:.94rem;margin-bottom:22px}.login_discordBtn__0Uain{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;background:#5865f2;color:#fff;padding:14px;min-height:48px;border-radius:8px;font-size:1rem;transition:filter .2s,transform .2s}.login_discordBtn__0Uain:hover{filter:brightness(1.12);transform:translateY(-1px)}.login_footer__1HHw7{display:block;text-align:center;color:var(--text-faint);margin-top:16px;font-size:.78rem}.navbar_navbar__vdWdK{position:fixed;inset:0 0 auto 0;z-index:100;height:var(--nav-h);background:rgba(5,5,5,.72);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.navbar_inner__iYcLt{width:min(var(--container),100% - 48px);margin-inline:auto;height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.navbar_brand__Fx_e1{display:flex;align-items:center;gap:12px}.navbar_badge__4PX1w{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:var(--red-dim);color:var(--red-bright);border:1px solid rgba(225,29,46,.3)}.navbar_brandText__y8gZT{font-family:var(--font-display);font-weight:800;font-size:1.45rem;letter-spacing:.06em}.navbar_brandText__y8gZT em{font-style:normal;color:var(--red-bright)}.navbar_links__jysVN{display:flex;gap:34px}.navbar_links__jysVN a{font-family:var(--font-display);font-weight:600;font-size:1.02rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);padding:8px 2px;position:relative;transition:color .2s}.navbar_links__jysVN a:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .25s var(--ease-out)}.navbar_links__jysVN a.navbar_active__Oz98t,.navbar_links__jysVN a:hover{color:var(--text)}.navbar_links__jysVN a.navbar_active__Oz98t:after,.navbar_links__jysVN a:hover:after{transform:scaleX(1)}.navbar_actions__e4I9L{display:flex;align-items:center;gap:14px}.navbar_cartBtn___hL6z{position:relative;display:grid;place-items:center;width:44px;height:44px;border-radius:8px;border:1px solid var(--border-strong);color:var(--text);transition:border-color .2s,color .2s,transform .2s}.navbar_cartBtn___hL6z:hover{border-color:var(--red);color:var(--red-bright);transform:translateY(-1px)}.navbar_cartCount__7BIyU{position:absolute;top:-7px;right:-7px;min-width:20px;height:20px;border-radius:10px;background:var(--red);color:#fff;font-size:.72rem;font-weight:700;display:grid;place-items:center;padding:0 5px}.navbar_loginBtn__thywc{font-family:var(--font-display);font-weight:700;letter-spacing:.16em;text-transform:uppercase;font-size:.95rem;padding:11px 22px;min-height:44px;border-radius:6px;background:var(--red);color:#fff;transition:background .2s,box-shadow .2s,transform .2s}.navbar_loginBtn__thywc:hover{background:var(--red-bright);box-shadow:0 6px 24px var(--red-glow);transform:translateY(-1px)}.navbar_userBtn__QL24s{display:flex;align-items:center;gap:10px;padding:6px 14px 6px 6px;min-height:44px;border-radius:999px;border:1px solid var(--border-strong);color:var(--text);font-weight:600;font-size:.88rem;transition:border-color .2s}.navbar_userBtn__QL24s:hover{border-color:var(--red)}.navbar_avatar__g4orv{width:30px;height:30px;border-radius:50%}@media (max-width:820px){.navbar_links__jysVN{display:none}}@media (max-width:520px){.navbar_userBtn__QL24s span{display:none}}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5de5dda68c9a1053-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ac44098818d287e8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3667c091265cf81b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d6e015f239232eb3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55b35d87b6156eea-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5fb5c05ff73c0616-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8599be8653318abe-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3352fdb488e19d84-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/437e5f23c97e320c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/bd4099f982a70777-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/adc67d25e358ad72-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/79f0f365efbf4f90-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Barlow Condensed Fallback;src:local("Arial");ascent-override:130.73%;descent-override:26.15%;line-gap-override:0.00%;size-adjust:76.49%}.__className_df07ce{font-family:Barlow Condensed,Barlow Condensed Fallback;font-style:normal}.__variable_df07ce{--font-display:"Barlow Condensed","Barlow Condensed Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-body:"Inter","Inter Fallback"}