.gl-root{--bg:#faf9f7;--card:#fff;--ink:#1a1a1e;--muted:#6b6b74;--red:#c40c0c;--red-soft:#fdeaea;--line:#e8e6e2;--dark:#161215;--display:var(--gl-display),system-ui,sans-serif;--body:var(--gl-body),system-ui,sans-serif;--shadow:0 10px 34px rgba(26,26,30,.09);background:var(--bg);color:var(--ink);font-family:var(--body);line-height:1.65;overflow-x:hidden;min-height:100vh}.gl-root *{box-sizing:border-box}.gl-root img{max-width:100%;display:block}.gl-root a{color:inherit;text-decoration:none}.gl-root h1,.gl-root h2,.gl-root h3{font-family:var(--display);font-weight:800;line-height:1.12;letter-spacing:-.02em}.gl-root h1{font-size:clamp(2.6rem,5.6vw,4.4rem)}.gl-root h2{font-size:clamp(1.9rem,4vw,2.9rem)}.gl-root h3{font-size:1.25rem;font-weight:600}.gl-root .red{color:var(--red)}.gl-root .eyebrow{font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;color:var(--red);font-weight:600;margin-bottom:1rem}.gl-root .eyebrow-light{color:#ff9d9d}.gl-root .nav{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:.9rem 4vw;transition:background .3s,box-shadow .3s}.gl-root .nav.scrolled{background:hsla(40,23%,97%,.9);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--line)}.gl-root .nav-logo{display:flex;align-items:center;gap:.6rem;font-family:var(--display);font-weight:800;font-size:1.15rem}.gl-root .nav-logo img{width:30px;height:30px}.gl-root .nav-links{display:flex;gap:1.8rem;font-size:.92rem;color:var(--muted)}.gl-root .nav-links a{cursor:pointer}.gl-root .nav-links a:focus-visible,.gl-root .nav-links a:hover{color:var(--ink)}.gl-root .btn{display:inline-block;padding:.85rem 1.8rem;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:transform .18s,box-shadow .18s,background .18s,color .18s}.gl-root .btn:active{transform:scale(.97)}.gl-root .btn-red{background:var(--red);color:#fff;border:none}.gl-root .btn-red:focus-visible,.gl-root .btn-red:hover{background:#a50a0a;box-shadow:0 8px 26px rgba(196,12,12,.32);transform:translateY(-2px)}.gl-root .btn-ghost{border:1.5px solid var(--line);color:var(--ink);background:var(--card)}.gl-root .btn-ghost:focus-visible,.gl-root .btn-ghost:hover{border-color:var(--red);color:var(--red)}.gl-root .btn-big{font-size:1.1rem;padding:1rem 2.4rem}.gl-root a:focus-visible,.gl-root button:focus-visible{outline:2px solid var(--red);outline-offset:3px}.gl-root .hero{display:grid;grid-template-columns:1.05fr 1fr;gap:3rem;align-items:center;min-height:100svh;padding:7rem 4vw 4rem;max-width:1360px;margin:0 auto}.gl-root .hero-copy h1{margin-bottom:1.3rem}.gl-root .hero-sub{color:var(--muted);font-size:1.12rem;max-width:48ch;margin-bottom:2rem}.gl-root .hero-ctas{display:flex;gap:.9rem;flex-wrap:wrap;margin-bottom:2rem}.gl-root .hero-points{list-style:none;display:flex;gap:1.6rem;flex-wrap:wrap;color:var(--muted);font-size:.88rem}.gl-root .hero-points li{padding-left:1.3rem;position:relative}.gl-root .hero-points li:before{content:"✓";position:absolute;left:0;color:var(--red);font-weight:700}.gl-root .hero-mock{position:relative;height:560px}.gl-root .mock-window{position:absolute;background:var(--card);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:1rem;width:270px;opacity:0;transform:translateY(30px) scale(.96);transition:opacity .55s ease,transform .55s cubic-bezier(.34,1.56,.64,1)}.gl-root .hero-mock.shown .mock-window{opacity:1;transform:none}.gl-root .mock-bar{display:flex;align-items:center;gap:.35rem;margin-bottom:.8rem;font-size:.8rem;color:var(--muted)}.gl-root .mock-bar b{margin-left:.4rem;color:var(--ink);font-size:.85rem}.gl-root .dot{width:8px;height:8px;border-radius:50%;background:var(--line)}.gl-root .mock-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.45rem 0;border-bottom:1px solid var(--line);font-size:.8rem}.gl-root .mock-row:last-of-type{border-bottom:none}.gl-root .mock-row i{font-style:normal;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gl-root .chip{font-size:.62rem;font-weight:700;letter-spacing:.06em;padding:.2rem .5rem;border-radius:99px;background:#f0efec;color:var(--muted);white-space:nowrap}.gl-root .chip-red{background:var(--red-soft);color:var(--red)}.gl-root .chip-green{background:#e7f6ec;color:#177c3d}.gl-root .mock-progress{height:6px;border-radius:99px;background:#f0efec;margin-top:.8rem;overflow:hidden}.gl-root .mock-progress span{display:block;height:100%;width:var(--w);border-radius:99px;background:var(--red)}.gl-root .mock-line{height:10px;border-radius:6px;background:#f0efec;margin:.5rem 0}.gl-root .w80{width:80%}.gl-root .w60{width:60%}.gl-root .mock-total{display:flex;justify-content:space-between;margin-top:.8rem;font-size:.9rem}.gl-root .mock-badge{margin-top:.7rem;font-size:.72rem;color:#177c3d;font-weight:600}.gl-root .mock-mail{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.45rem 0;border-bottom:1px solid var(--line);font-size:.78rem}.gl-root .mock-mail:last-child{border-bottom:none}.gl-root .mock-mail b{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gl-root .mock-wa{background:#eefaf1;border-color:#cdeeda}.gl-root .mock-wa b{font-size:.85rem}.gl-root .mock-wa p{font-size:.78rem;color:#3c5c48;margin:.5rem 0}.gl-root #mockOrders{top:0;left:6%;z-index:3;transition-delay:0s}.gl-root #mockInvoice{top:120px;right:0;z-index:4;transition-delay:.24s}.gl-root #mockInbox{top:265px;left:0;z-index:5;transition-delay:.36s}.gl-root #mockBank{top:60px;right:28%;z-index:2;width:220px;transition-delay:.12s}.gl-root #mockWa{bottom:0;right:6%;z-index:6;width:240px;transition-delay:.48s}@keyframes gl-floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.gl-root .floating .float-a{animation:gl-floaty 6s ease-in-out infinite}.gl-root .floating .float-b{animation:gl-floaty 7s ease-in-out .5s infinite}.gl-root .floating .float-c{animation:gl-floaty 6.5s ease-in-out 1s infinite}.gl-root .floating .float-d{animation:gl-floaty 7.5s ease-in-out .3s infinite}.gl-root .floating .float-e{animation:gl-floaty 6.8s ease-in-out .8s infinite}.gl-root .marquee{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--card);padding:.9rem 0}.gl-root .marquee-track{display:flex;gap:2rem;white-space:nowrap;width:-moz-max-content;width:max-content;font-family:var(--display);font-weight:600;font-size:.95rem;color:var(--muted);animation:gl-marquee 26s linear infinite}.gl-root .marquee-track i{color:var(--red);font-style:normal}@keyframes gl-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.gl-root .section{padding:6.5rem 4vw;max-width:1240px;margin:0 auto}.gl-root .section-head{margin-bottom:3rem;max-width:680px}.gl-root .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}.gl-root .feature{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:1.9rem;transition:transform .22s,box-shadow .22s,border-color .22s}.gl-root .feature:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#f3b8b8}.gl-root .feature-icon{font-size:1.7rem;margin-bottom:1rem}.gl-root .feature h3{margin-bottom:.5rem}.gl-root .feature p{color:var(--muted);font-size:.94rem}.gl-root .ai-band{background:var(--dark);color:#f5f2ee;padding:6.5rem 4vw}.gl-root .ai-inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center}.gl-root .ai-copy h2{color:#fff;margin-bottom:1rem}.gl-root .ai-copy>p{color:#b9b4ae;max-width:52ch}.gl-root .checklist{list-style:none;margin-top:1.6rem}.gl-root .checklist li{padding-left:1.7rem;position:relative;margin-bottom:.7rem;color:#d8d3cd}.gl-root .checklist li:before{content:"✓";position:absolute;left:0;color:#ff6b6b;font-weight:700}.gl-root .ai-stats{display:flex;flex-direction:column;gap:1.5rem}.gl-root .ai-stat{border-left:3px solid var(--red);padding-left:1.4rem}.gl-root .stat-num{display:block;font-family:var(--display);font-weight:800;font-size:clamp(2.2rem,4.5vw,3.4rem);color:#fff;line-height:1.1}.gl-root .ai-stat>span:last-child{color:#b9b4ae;font-size:.9rem}.gl-root .section-split{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.gl-root .split-copy p{color:var(--muted);margin:1rem 0 1.8rem;max-width:48ch}.gl-root .phone-wrap{display:flex;justify-content:center}.gl-root .phone{width:280px;background:#111;border-radius:38px;padding:10px;box-shadow:0 30px 60px rgba(26,26,30,.25)}.gl-root .phone-notch{width:110px;height:22px;background:#111;border-radius:0 0 14px 14px;margin:0 auto;position:relative;z-index:2}.gl-root .phone-screen{background:var(--bg);border-radius:30px;padding:1.4rem 1rem 1rem;margin-top:-22px;min-height:520px}.gl-root .phone-head{display:flex;align-items:center;gap:.5rem;font-family:var(--display);font-weight:800;padding:1.2rem 0 .8rem}.gl-root .phone-head img{width:24px;height:24px}.gl-root .phone-card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:.9rem;margin-bottom:.7rem;font-size:.82rem;box-shadow:0 3px 12px rgba(26,26,30,.05)}.gl-root .phone-card b{font-family:var(--display)}.gl-root .phone-card p{color:var(--muted);margin-top:.3rem}.gl-root .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-bottom:4rem}.gl-root .step{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:1.9rem}.gl-root .step-num{font-family:var(--display);font-weight:800;font-size:2.6rem;color:var(--red);display:block;margin-bottom:.5rem;line-height:1}.gl-root .step p{color:var(--muted);font-size:.94rem;margin-top:.4rem}.gl-root .cta-box{background:linear-gradient(135deg,#fff 0,var(--red-soft) 100%);border:1px solid #f3c9c9;border-radius:22px;padding:4rem 2rem;text-align:center}.gl-root .cta-box p{color:var(--muted);margin:.8rem 0 1.8rem}.gl-root .cta-alt{display:block;margin-top:1.2rem;font-size:.88rem;color:var(--muted)}.gl-root .cta-alt a{color:var(--red);font-weight:600;cursor:pointer}.gl-root .footer{padding:3rem 4vw;text-align:center;border-top:1px solid var(--line);color:var(--muted);font-size:.85rem}.gl-root .footer-brand{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--display);font-weight:800;color:var(--ink);margin-bottom:.8rem}.gl-root .footer-brand img{width:24px;height:24px}.gl-root .showcase{padding:6.5rem 4vw;max-width:1280px;margin:0 auto}.gl-root .showcase-grid{display:grid;grid-template-columns:1.4fr 1fr;grid-auto-rows:min-content;gap:1.4rem;margin-top:3rem}.gl-root .app-frame{background:var(--card);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column}.gl-root .app-frame.main{grid-row:1/span 2}.gl-root .frame-bar{display:flex;align-items:center;gap:.45rem;padding:.7rem .9rem;border-bottom:1px solid var(--line);background:#f6f5f2}.gl-root .frame-bar .dot{width:10px;height:10px}.gl-root .frame-url{margin-left:.55rem;font-size:.72rem;color:var(--muted);background:var(--card);border:1px solid var(--line);border-radius:99px;padding:.18rem .7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gl-root .frame-body{padding:1rem;position:relative;flex:1}.gl-root .kanban{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem}.gl-root .kan-col{background:#f6f5f2;border-radius:12px;padding:.55rem;min-height:230px}.gl-root .kan-head{display:flex;align-items:center;justify-content:space-between;font-size:.66rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:.55rem;padding:0 .15rem}.gl-root .kan-head .count{background:var(--card);border:1px solid var(--line);border-radius:99px;padding:0 .38rem;font-size:.64rem;color:var(--muted)}.gl-root .order-card{background:var(--card);border-left:1px solid var(--line);border:1px solid var(--line);border-left-width:3px;border-radius:9px;padding:.55rem;margin-bottom:.5rem;box-shadow:0 2px 8px rgba(26,26,30,.05)}.gl-root .order-card.c-red{border-left-color:var(--red)}.gl-root .order-card.c-amber{border-left-color:#e0932f}.gl-root .order-card.c-green{border-left-color:#177c3d}.gl-root .order-card b{font-size:.76rem;display:block;margin-bottom:.15rem}.gl-root .order-card .desc{font-size:.7rem;color:var(--muted);display:block;margin-bottom:.4rem;line-height:1.4}.gl-root .order-meta{display:flex;align-items:center;justify-content:space-between;gap:.4rem}.gl-root .order-meta .due{font-size:.62rem;color:var(--muted)}@keyframes gl-cardin{0%{opacity:0;transform:translateY(-10px) scale(.96)}to{opacity:1;transform:none}}@keyframes gl-cardpulse{0%,to{box-shadow:0 2px 8px rgba(26,26,30,.05)}50%{box-shadow:0 0 0 2px var(--red-soft),0 4px 12px rgba(196,12,12,.16)}}.gl-root .order-card.live{animation:gl-cardin .6s ease .3s both,gl-cardpulse 3.6s ease-in-out 1.2s infinite}.gl-root .live-toast{position:absolute;top:.8rem;right:.8rem;background:#177c3d;color:#fff;font-size:.7rem;font-weight:600;padding:.45rem .7rem;border-radius:8px;box-shadow:0 6px 18px rgba(23,124,61,.28);opacity:0;pointer-events:none;animation:gl-toast 7s ease-in-out 2s infinite}@keyframes gl-toast{0%,to{opacity:0;transform:translateY(-6px)}34%,8%{opacity:1;transform:none}44%{opacity:0}}.gl-root .inv-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.6rem}.gl-root .inv-title{font-family:var(--display);font-weight:800;font-size:.92rem}.gl-root .inv-cust{font-size:.7rem;color:var(--muted);margin-top:.1rem}.gl-root .inv-row{display:flex;justify-content:space-between;font-size:.71rem;padding:.32rem 0;border-bottom:1px solid var(--line)}.gl-root .inv-row:first-of-type{border-top:1px solid var(--line)}.gl-root .inv-row span:last-child{color:var(--muted)}.gl-root .inv-total{display:flex;justify-content:space-between;font-size:.85rem;font-weight:700;margin-top:.55rem}.gl-root .inv-status{margin-top:.7rem;display:inline-flex;align-items:center;gap:.35rem;font-size:.68rem;font-weight:600;color:#177c3d;background:#e7f6ec;border-radius:99px;padding:.25rem .6rem}.gl-root .ib-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .1rem;border-bottom:1px solid var(--line);font-size:.72rem}.gl-root .ib-row:last-child{border-bottom:none}.gl-root .ib-row.dim{opacity:.5}.gl-root .ib-from{font-weight:600}.gl-root .ib-from,.gl-root .ib-sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gl-root .ib-sub{color:var(--muted)}.gl-root .ib-text{min-width:0}.gl-root .ib-sync{display:flex;align-items:center;gap:.4rem;font-size:.66rem;color:var(--muted);margin-top:.6rem}.gl-root .ib-sync .pulse{width:7px;height:7px;border-radius:50%;background:#177c3d;animation:gl-pulse 1.6s ease-in-out infinite}@keyframes gl-pulse{0%,to{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}@media(max-width:900px){.gl-root .showcase-grid{grid-template-columns:1fr}.gl-root .app-frame.main{grid-row:auto}}@media(max-width:560px){.gl-root .kanban{grid-template-columns:1fr 1fr}}.gl-root .reveal{opacity:0;transform:translateY(32px);transition:opacity .8s ease,transform .8s ease}.gl-root .reveal.in{opacity:1;transform:none}@media(max-width:980px){.gl-root .hero{grid-template-columns:1fr;min-height:auto;padding-top:6.5rem}.gl-root .hero-mock{height:520px;max-width:560px;margin:0 auto;width:100%}.gl-root .nav-links{display:none}.gl-root .grid{grid-template-columns:1fr 1fr}.gl-root .ai-inner{grid-template-columns:1fr;gap:2.5rem}.gl-root .ai-stats{flex-direction:row;flex-wrap:wrap;gap:2rem}.gl-root .section-split,.gl-root .steps{grid-template-columns:1fr}}@media(max-width:600px){.gl-root .grid{grid-template-columns:1fr}.gl-root .hero-mock{height:600px}.gl-root #mockBank{display:none}.gl-root .mock-window{width:240px}}@media(prefers-reduced-motion:reduce){.gl-root .mock-window,.gl-root .reveal{opacity:1!important;transform:none!important}.gl-root .floating .float-a,.gl-root .floating .float-b,.gl-root .floating .float-c,.gl-root .floating .float-d,.gl-root .floating .float-e{animation:none}.gl-root .marquee-track{animation:none!important}.gl-root .order-card.live{animation:none}.gl-root .live-toast{opacity:1;animation:none}.gl-root .ib-sync .pulse{animation:none}}@font-face{font-family:__Sora_438e8d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-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:__Sora_438e8d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-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:__Sora_438e8d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-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:__Sora_438e8d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-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:__Sora_438e8d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-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:__Sora_438e8d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-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:__Sora_438e8d;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5f10e9e72d35c52-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:__Sora_438e8d;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/3dc379dc9b5dec12-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:__Sora_Fallback_438e8d;src:local("Arial");ascent-override:85.29%;descent-override:25.50%;line-gap-override:0.00%;size-adjust:113.73%}.__className_438e8d{font-family:__Sora_438e8d,__Sora_Fallback_438e8d;font-style:normal}.__variable_438e8d{--gl-display:"__Sora_438e8d","__Sora_Fallback_438e8d"}@font-face{font-family:__Inter_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_8b3a0b{font-family:__Inter_8b3a0b,__Inter_Fallback_8b3a0b;font-style:normal}.__variable_8b3a0b{--gl-body:"__Inter_8b3a0b","__Inter_Fallback_8b3a0b"}