.stol-landing{--l-orange:var(--brand);--l-orange-hover:color-mix(in srgb,var(--brand) 93%,#000);--l-orange-deep:color-mix(in srgb,var(--brand) 76%,#000);--l-orange-text:color-mix(in srgb,var(--brand) 62%,#000);--l-orange-text-hover:color-mix(in srgb,var(--brand) 54%,#000);--l-orange-sheet:color-mix(in srgb,var(--brand) 90%,#fff);--l-hero:color-mix(in srgb,var(--brand) 90%,#000);--l-ink:#1a1a1c;--l-ink-deep:#111113;--l-muted:#6b6b72;--l-muted-2:#8a8a92;--l-muted-3:#a2a2aa;--l-inactive:#b7b7bf;--l-bg:#f5f5f7;--l-bg-nav:#fbfbfc;--l-panel:#ffffff;--l-panel-alt:#f4f4f7;--l-panel-alt-2:#f1f1f4;--l-line:#e4e4e9;--l-line-soft:#e8e8ee;--l-line-2:#e9e9ee;--l-line-ghost:#dcdce2;--l-check:#c9c9d0;--l-dot:#c9c9cf;--l-switch-off:#d9d9e1;--l-glow-base:#f0ebef;--l-dark:#161619;--l-dark-2:#0b0b0c;--l-dark-btn:#1b1b1e;--l-dark-btn-hover:#26262a;--l-dark-ink:#edede8;--l-dark-muted:#8a8a93;--l-dark-muted-2:#8b8b85;--l-dark-line:#232326;--l-error:#dc2626;--l-container:1400px;--l-pad:clamp(18px,3vw,34px);--l-sec-pad:clamp(84px,10.5vw,148px);--l-nav-h:72px;--l-sheet-h:clamp(180px,23vw,368px);--l-ease:cubic-bezier(0.22,1,0.36,1);--l-glow:radial-gradient(38% 26% at 6% 4%,rgba(255,120,32,0.62) 0%,rgba(255,120,32,0) 68%),radial-gradient(30% 22% at 96% 22%,rgba(255,138,58,0.5) 0%,rgba(255,138,58,0) 70%),radial-gradient(46% 30% at 22% 104%,rgba(255,120,32,0.5) 0%,rgba(255,120,32,0) 66%),radial-gradient(34% 24% at 92% 96%,rgba(255,150,70,0.42) 0%,rgba(255,150,70,0) 70%);font-family:var(--font-onest),system-ui,sans-serif;font-weight:400;color:var(--l-ink);background:var(--l-bg);min-height:100vh;overflow-x:clip;-webkit-font-smoothing:antialiased}.stol-landing h1,.stol-landing h2,.stol-landing h3,.stol-landing p{margin:0}.stol-landing a{color:var(--l-orange-text);text-decoration:none}.stol-landing a:hover{color:var(--l-orange-text-hover)}.stol-landing :focus-visible{outline:2px solid var(--l-orange);outline-offset:3px;border-radius:4px}.stol-landing ::selection{background:#f7dcc4;color:var(--l-ink)}.stol-landing .tabular{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stol-landing .l-skip{position:absolute;left:-9999px;top:0;z-index:100;background:var(--l-panel);color:var(--l-ink);padding:12px 18px;font-weight:500}.stol-landing .l-skip:focus{left:12px;top:12px}.stol-landing .l-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;font-family:inherit;font-weight:500;line-height:1;text-decoration:none;cursor:pointer;white-space:nowrap;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s var(--l-ease)}.stol-landing .l-btn:disabled{opacity:.6;cursor:default}.stol-landing .l-btn--orange{background:var(--l-orange);color:var(--l-panel);font-size:14.5px;padding:12px 20px}.stol-landing .l-btn--orange:hover{background:var(--l-orange-hover);color:var(--l-panel)}.stol-landing .l-btn--ghost{background:none;border:1px solid var(--l-line-ghost);color:var(--l-ink);font-size:14.5px;padding:11px 20px}.stol-landing .l-btn--ghost:hover{border-color:var(--l-ink);color:var(--l-ink)}.stol-landing .l-btn--white{background:var(--l-panel);color:var(--l-ink);font-size:17.5px;padding:20px 38px}.stol-landing .l-btn--white:hover{background:var(--l-bg);color:var(--l-ink)}.stol-landing .l-btn--dark{background:var(--l-ink-deep);color:var(--l-panel);font-size:16.5px;padding:19px 34px}.stol-landing .l-btn--dark:hover{background:#000;color:var(--l-panel)}.stol-landing .l-btn--dark:active{transform:scale(.98)}.stol-landing .l-btn--light{background:var(--l-dark-ink);color:var(--l-dark-2);font-size:15.5px;padding:15px 26px}.stol-landing .l-btn--light:hover{background:var(--l-panel);color:var(--l-dark-2)}.stol-landing .l-btn--dim{background:var(--l-dark-btn);color:var(--l-dark-ink);font-size:15.5px;padding:15px 26px}.stol-landing .l-btn--dim:hover{background:var(--l-dark-btn-hover);color:var(--l-panel)}.stol-landing .l-nav{position:fixed;top:0;left:0;right:0;z-index:40;background:var(--l-bg-nav);border-bottom:1px solid var(--l-line)}.stol-landing .l-nav-inner{max-width:var(--l-container);margin:0 auto;padding:0 var(--l-pad);height:var(--l-nav-h);display:flex;align-items:center;gap:clamp(16px,3vw,40px)}.stol-landing .l-logo{font-family:var(--font-unbounded),sans-serif;font-weight:800;font-size:26px;letter-spacing:-.02em;color:var(--l-ink);flex:0 0 auto;line-height:1}.stol-landing .l-logo:hover{color:var(--l-ink)}.stol-landing .l-logo span{color:var(--l-orange)}.stol-landing .l-nav-links{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:clamp(14px,2.2vw,28px);white-space:nowrap;overflow-x:auto;scrollbar-width:none;mask-image:linear-gradient(90deg,#000,#000 calc(100% - 24px),transparent);-webkit-mask-image:linear-gradient(90deg,#000,#000 calc(100% - 24px),transparent)}.stol-landing .l-nav-links::-webkit-scrollbar{display:none}.stol-landing .l-nav-links a{font-size:15px;color:var(--l-ink)}.stol-landing .l-nav-links a:hover{color:var(--l-orange-text)}.stol-landing .l-nav-actions{flex:0 0 auto;display:flex;align-items:center;gap:10px}.stol-landing .l-burger{display:none;flex:0 0 auto;width:40px;height:40px;border:0;background:none;cursor:pointer;padding:8px;flex-direction:column;justify-content:center;gap:5px}.stol-landing .l-burger span{display:block;height:2px;border-radius:2px;background:var(--l-ink);transition:transform .25s var(--l-ease),opacity .2s ease}.stol-landing .l-burger.active span:first-child{transform:translateY(7px) rotate(45deg)}.stol-landing .l-burger.active span:nth-child(2){opacity:0}.stol-landing .l-burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.stol-landing .l-mobile-menu{position:fixed;left:0;right:0;top:var(--l-nav-h);bottom:0;z-index:39;display:none;flex-direction:column;gap:4px;padding:20px var(--l-pad) 32px;background:var(--l-bg-nav);overflow-y:auto}.stol-landing .l-mobile-menu.open{display:flex}.stol-landing .l-mobile-menu a,.stol-landing .l-mobile-menu button{font-family:inherit;font-size:22px;font-weight:500;letter-spacing:-.015em;color:var(--l-ink);background:none;border:0;border-bottom:1px solid var(--l-line-soft);text-align:left;padding:16px 0;cursor:pointer}.stol-landing .l-mobile-menu .l-mobile-menu-accent{color:var(--l-orange-text)}.stol-landing .l-main{padding-top:var(--l-nav-h)}.stol-landing .l-container{max-width:var(--l-container);margin:0 auto;padding:0 var(--l-pad)}.stol-landing .l-section{padding:var(--l-sec-pad) 0 0;scroll-margin-top:80px}.stol-landing .l-section--white{background:var(--l-panel);padding:var(--l-sec-pad) 0}.stol-landing .l-section--tight{padding-top:calc(var(--l-sec-pad) * .55)}.stol-landing .l-section--both{padding:var(--l-sec-pad) 0}.stol-landing .l-h2{font-size:clamp(30px,4vw,50px);font-weight:500;line-height:1.06;letter-spacing:-.028em;max-width:22ch;text-wrap:balance}.stol-landing .l-lede{margin-top:20px;font-size:clamp(17px,1.6vw,20px);line-height:1.55;color:var(--l-muted);max-width:54ch;text-wrap:pretty}.stol-landing .l-lede--ink{color:var(--l-ink)}.stol-landing .l-center{text-align:center}.stol-landing .l-center .l-h2,.stol-landing .l-center .l-lede{margin-left:auto;margin-right:auto}.stol-landing .l-hero{position:relative;overflow:hidden;background:var(--l-hero)}.stol-landing .l-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.stol-landing .l-hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(24,13,4,.5),rgba(24,13,4,.44) 42%,rgba(24,13,4,.56))}.stol-landing .l-hero-inner{position:relative;max-width:1240px;margin:0 auto;padding:clamp(48px,7vw,96px) var(--l-pad) clamp(40px,5vw,72px);display:flex;flex-direction:column;align-items:center;text-align:center}.stol-landing .l-hero h1{font-size:clamp(46px,8.6vw,124px);font-weight:500;line-height:.96;letter-spacing:-.038em;color:var(--l-panel);max-width:13ch;text-wrap:balance}.stol-landing .l-hero-sub{margin-top:clamp(22px,2.6vw,34px);font-size:clamp(17px,1.7vw,21px);line-height:1.5;color:var(--l-panel);max-width:44ch;text-wrap:pretty}.stol-landing .l-hero-cta{margin-top:clamp(26px,3vw,40px)}.stol-landing .l-hero-rule{margin-top:clamp(48px,6.4vw,96px);width:100%;display:flex;align-items:center;gap:clamp(16px,2.4vw,32px)}.stol-landing .l-hero-rule span{flex:1 1 auto;height:1px;background:rgba(255,255,255,.32)}.stol-landing .l-hero-rule p{flex:0 0 auto;font-size:15px;color:var(--l-panel)}.stol-landing .l-hero-fits{margin-top:clamp(24px,3vw,40px);width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px clamp(28px,4.6vw,64px);font-size:clamp(17px,1.9vw,24px);font-weight:500;letter-spacing:-.02em;color:var(--l-panel)}.stol-landing .l-bento{margin-top:clamp(40px,5vw,64px);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:16px}.stol-landing .l-card{border-radius:20px;overflow:hidden;display:flex;flex-direction:column;min-height:clamp(400px,30vw,520px);transition:transform .35s var(--l-ease),box-shadow .35s ease}.stol-landing .l-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(20,20,30,.1)}.stol-landing .l-card--dark{background:var(--l-dark);color:var(--l-panel);padding:clamp(24px,2vw,32px) clamp(22px,1.8vw,30px)}.stol-landing .l-card--dark:hover{box-shadow:0 18px 40px rgba(20,20,30,.14)}.stol-landing .l-card--light{background:var(--l-panel-alt)}.stol-landing .l-card-body{padding:clamp(24px,2vw,32px) clamp(22px,1.8vw,30px);display:flex;flex-direction:column;flex:1 1 auto}.stol-landing .l-card-body--top{flex:0 0 auto;padding-bottom:0}.stol-landing .l-card-label{font-size:13.5px;font-weight:500;color:var(--l-muted-2)}.stol-landing .l-card--dark .l-card-label{color:rgba(255,255,255,.5)}.stol-landing .l-card-title{margin-top:12px;font-size:clamp(21px,1.7vw,27px);font-weight:500;letter-spacing:-.022em;line-height:1.14;text-wrap:balance}.stol-landing .l-card-desc{margin-top:12px;font-size:15.5px;line-height:1.55;color:var(--l-muted)}.stol-landing .l-card--dark .l-card-desc{color:rgba(255,255,255,.62)}.stol-landing .l-card-fill{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;gap:8px;padding-top:22px}.stol-landing .l-card-fill--center{flex-direction:row;align-items:center;padding-top:24px}.stol-landing .l-card-shot{position:relative;flex:1 1 auto;min-height:130px;margin-top:clamp(18px,1.6vw,26px)}.stol-landing .l-card-shot img{position:absolute;top:0;right:-16%;width:84%;height:auto}.stol-landing .l-mini{background:var(--l-panel);border-radius:14px;padding:11px 12px;color:var(--l-ink)}.stol-landing .l-mini-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.stol-landing .l-mini-strong{font-size:12px;font-weight:700}.stol-landing .l-mini-line{margin-top:11px;display:flex;align-items:center;gap:8px}.stol-landing .l-mini-name{flex:1 1 auto;min-width:0;font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stol-landing .l-mini-price{flex:0 0 auto;font-size:11.5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stol-landing .l-qty{flex:0 0 auto;display:flex;align-items:center;gap:6px;background:var(--l-panel-alt-2);border-radius:999px;padding:4px 8px;font-size:11px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stol-landing .l-qty svg{width:11px;height:11px;color:var(--l-orange-deep)}.stol-landing .l-mini-head{display:flex;align-items:center;gap:7px}.stol-landing .l-mini-head svg{width:13px;height:13px;color:var(--l-muted)}.stol-landing .l-mini-check{margin-top:10px;display:flex;align-items:center;gap:9px;font-size:11.5px}.stol-landing .l-mini-check i{flex:0 0 auto;width:14px;height:14px;border:1.5px solid var(--l-check);border-radius:4px}.stol-landing .l-mini-slot{margin-top:10px;background:var(--l-panel-alt-2);border-radius:9px;padding:8px;text-align:center;font-size:11.5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stol-landing .l-push{width:100%;background:var(--l-panel);border-radius:17px;padding:12px;display:flex;gap:9px;box-shadow:0 8px 22px rgba(20,20,30,.07);color:var(--l-ink)}.stol-landing .l-push-icon{flex:0 0 auto;width:32px;height:32px;border-radius:10px;background:var(--l-orange);display:flex;align-items:center;justify-content:center;font-family:var(--font-unbounded),sans-serif;font-weight:800;font-size:11.5px;color:var(--l-panel)}.stol-landing .l-push-body{flex:1 1 auto;min-width:0}.stol-landing .l-push-top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.stol-landing .l-push-app{font-size:12px;font-weight:700;letter-spacing:-.005em}.stol-landing .l-push-time{font-size:11px;color:var(--l-muted-3)}.stol-landing .l-push-text{margin-top:3px;font-size:11px;line-height:1.36}.stol-landing .l-reco{width:100%;background:var(--l-panel);border-radius:17px;padding:13px 14px;color:var(--l-ink)}.stol-landing .l-reco-heading{font-size:11.5px;font-weight:500;color:var(--l-muted-2)}.stol-landing .l-reco-row{margin-top:11px;display:flex;align-items:center;gap:10px}.stol-landing .l-reco-row img{flex:0 0 auto;width:42px;height:42px;border-radius:11px;object-fit:cover;background:var(--l-panel-alt)}.stol-landing .l-reco-body{flex:1 1 auto;min-width:0}.stol-landing .l-reco-top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.stol-landing .l-reco-name{flex:0 1 auto;min-width:0;font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stol-landing .l-reco-price{flex:0 0 auto;font-size:11.5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stol-landing .l-reco-sub{margin-top:2px;font-size:11px;line-height:1.35;color:var(--l-muted-2)}.stol-landing .l-split{border-radius:24px;overflow:hidden;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr))}.stol-landing .l-split-text{background:var(--l-panel);padding:clamp(30px,4vw,56px) clamp(30px,4vw,62px);display:flex;flex-direction:column;justify-content:flex-start}.stol-landing .l-split-text .l-h2{font-size:clamp(30px,3.6vw,48px);line-height:1.05;letter-spacing:-.03em;max-width:16ch}.stol-landing .l-split-text .l-lede{font-size:17px;max-width:44ch}.stol-landing .l-glow{background-color:var(--l-glow-base);background-image:var(--l-glow)}.stol-landing .l-split-media--stage{position:relative;padding:clamp(30px,3.4vw,48px) clamp(22px,3vw,40px) 0;min-height:clamp(340px,30vw,440px)}.stol-landing .l-split-media--stage,.stol-landing .l-stage-panel{overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.stol-landing .l-stage-panel{width:100%;flex:1 1 auto}.stol-landing .l-stage-panel[hidden]{display:none}.stol-landing .l-phone{width:min(300px,80%);aspect-ratio:300/428;display:flex;align-items:flex-start;overflow:hidden}.stol-landing .l-phone img{display:block;width:100%;height:auto;flex:0 0 auto}.stol-landing .l-split-media--cover{position:relative;overflow:hidden;background:var(--l-dark);min-height:clamp(430px,46vw,600px)}.stol-landing .l-cover-panel{position:absolute;inset:0}.stol-landing .l-cover-panel[hidden]{display:none}.stol-landing .l-cover-panel>img{display:block;width:100%;height:100%;object-fit:cover}.stol-landing .l-cover-panel--glow{display:flex;align-items:center;justify-content:center;padding:clamp(22px,3vw,44px)}.stol-landing .l-cover-panel--glow>img{width:auto;height:auto;max-width:min(300px,80%);max-height:100%;object-fit:contain;flex:0 0 auto}.stol-landing .l-rail{margin-top:clamp(30px,3.6vw,48px);border-top:1px solid var(--l-line-soft)}.stol-landing .l-tab{width:100%;display:flex;flex-direction:column;align-items:stretch;background:none;border:0;border-bottom:1px solid var(--l-line-soft);padding:20px 0;cursor:pointer;text-align:left;font-family:inherit;color:var(--l-inactive);transition:color .3s ease}.stol-landing .l-tab:last-child{border-bottom:0}.stol-landing .l-tab[aria-selected=true]{color:var(--l-ink)}.stol-landing .l-tab-head{display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:clamp(21px,2.3vw,31px);font-weight:400;line-height:1.15;letter-spacing:-.024em}.stol-landing .l-tab-arrow{flex:0 0 auto;width:38px;height:38px;border-radius:50%;border:1px solid var(--l-orange);color:var(--l-orange-text);display:flex;align-items:center;justify-content:center;font-size:15px;opacity:0;transition:opacity .3s ease}.stol-landing .l-tab[aria-selected=true] .l-tab-arrow{opacity:1}.stol-landing .l-tab-cap{display:grid;grid-template-rows:0fr;opacity:0;font-size:15.5px;font-weight:400;line-height:1.5;letter-spacing:-.005em;color:var(--l-ink);max-width:40ch;text-wrap:pretty;transition:grid-template-rows .28s ease,opacity .28s ease,margin-top .28s ease}.stol-landing .l-tab-cap>span{display:block;min-height:0;overflow:hidden}.stol-landing .l-tab[aria-selected=true] .l-tab-cap{grid-template-rows:1fr;opacity:1;margin-top:10px}.stol-landing .l-stack{margin:clamp(34px,4vw,52px) auto 0;width:100%;max-width:660px;display:flex;flex-direction:column;gap:18px}.stol-landing .l-sticky{position:sticky}.stol-landing .l-sticky:first-child{top:116px}.stol-landing .l-sticky:nth-child(2){top:136px}.stol-landing .l-sticky:nth-child(3){top:156px}.stol-landing .l-lcard{background:var(--l-panel);border:1px solid var(--l-line);border-radius:24px;padding:clamp(28px,3.2vw,52px);min-height:clamp(440px,56vw,580px);box-shadow:0 -10px 40px rgba(26,26,28,.1);display:flex;flex-direction:column;gap:clamp(24px,3vw,40px)}.stol-landing .l-lcard--wallet{padding-bottom:0;gap:clamp(20px,2.4vw,32px);overflow:hidden}.stol-landing .l-lcard--orange{background:var(--l-orange);border-color:transparent;color:var(--l-panel);box-shadow:0 -10px 40px rgba(140,70,10,.18)}.stol-landing .l-lcard h3{font-size:clamp(24px,2.6vw,38px);font-weight:500;line-height:1.1;letter-spacing:-.024em;max-width:18ch;text-wrap:balance}.stol-landing .l-lcard-text p{margin-top:16px;font-size:clamp(16px,1.5vw,18.5px);line-height:1.55;color:var(--l-muted);max-width:38ch;text-wrap:pretty}.stol-landing .l-lcard--orange .l-lcard-text p{color:var(--l-panel)}.stol-landing .l-wallet{margin-top:auto;display:flex;justify-content:center}.stol-landing .l-wallet img{width:100%;max-width:290px;height:clamp(260px,26vw,360px);object-fit:cover;object-position:top center;display:block}.stol-landing .l-bill{position:relative;width:100%;background-color:rgba(245,245,247,.72);background-image:linear-gradient(165deg,rgba(255,255,255,.85),rgba(255,255,255,.25) 34%,rgba(255,255,255,0) 62%);border:1px solid rgba(228,228,233,.9);border-radius:18px;padding:20px;box-shadow:0 10px 26px rgba(26,26,28,.07),inset 0 1px 0 rgba(255,255,255,.9)}.stol-landing .l-bill-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:17.5px}.stol-landing .l-bill-row+.l-bill-row{margin-top:12px}.stol-landing .l-bill-row span:last-child{color:var(--l-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stol-landing .l-bill-row--points{margin-top:16px;padding-top:16px;border-top:1px solid rgba(228,228,233,.85);align-items:center;color:var(--l-orange-text)}.stol-landing .l-bill-row--points span:last-child{color:var(--l-orange-text)}.stol-landing .l-bill-row--total{margin-top:14px;font-size:18px;font-weight:500}.stol-landing .l-bill-row--total span:last-child{font-size:22px;letter-spacing:-.014em;color:var(--l-ink)}.stol-landing .l-mech{width:100%;background:var(--l-panel);border-radius:18px;box-shadow:0 14px 32px rgba(90,44,6,.18);padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--l-ink)}.stol-landing .l-mech-window{min-width:0;height:32px;overflow:hidden;flex:1 1 auto}.stol-landing .l-mech-list{display:flex;flex-direction:column;animation:l-name-cycle 15s cubic-bezier(.6,0,.2,1) infinite}.stol-landing .l-mech-list.paused{animation-play-state:paused}.stol-landing .l-mech-list span{display:block;height:32px;line-height:32px;font-size:16.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stol-landing .l-switch{flex:0 0 auto;width:46px;height:27px;border:0;border-radius:99px;cursor:pointer;padding:3px;display:flex;align-items:center;justify-content:flex-start;background:var(--l-switch-off);transition:background .25s ease}.stol-landing .l-switch[aria-pressed=true]{background:var(--l-orange);justify-content:flex-end}.stol-landing .l-switch span{width:21px;height:21px;border-radius:50%;background:var(--l-panel);box-shadow:0 1px 3px rgba(122,82,48,.28)}.stol-landing .l-eyebrow-lg{font-size:clamp(15px,1.4vw,19px);color:var(--l-muted)}.stol-landing .l-h2--xl{margin:10px auto 0;font-size:clamp(32px,4.6vw,64px);line-height:1.04;letter-spacing:-.032em;max-width:24ch}.stol-landing .l-ctx{margin-top:clamp(38px,4.6vw,72px);display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr))}.stol-landing .l-ctx-card{background:var(--l-panel);border-radius:20px;padding:clamp(22px,2.2vw,28px) clamp(20px,2vw,26px);display:flex;flex-direction:column;gap:clamp(20px,2.2vw,30px)}.stol-landing .l-ctx-card>svg{width:34px;height:34px;color:var(--l-muted-3)}.stol-landing .l-ctx-card h3{font-size:16.5px;font-weight:500;letter-spacing:-.01em}.stol-landing .l-ctx-card p{margin-top:8px;font-size:15.5px;line-height:1.5;color:var(--l-muted)}.stol-landing .l-syn{position:relative;overflow:hidden;background:var(--l-dark);border-radius:24px;padding:clamp(44px,5.4vw,88px) clamp(22px,3.4vw,64px) clamp(40px,4.6vw,76px)}.stol-landing .l-syn-head{text-align:center}.stol-landing .l-syn-head h2{font-size:clamp(38px,7vw,104px);font-weight:500;line-height:1;letter-spacing:-.038em;color:var(--l-panel);max-width:18ch;margin:0 auto;text-wrap:balance}.stol-landing .l-syn-head p{margin:20px auto 0;font-size:clamp(17px,1.6vw,20px);line-height:1.55;color:var(--l-dark-muted);max-width:52ch;text-wrap:pretty}.stol-landing .l-arc{position:relative;overflow:hidden;height:clamp(190px,24vw,340px);margin:clamp(4px,1vw,16px) calc(clamp(22px, 3.4vw, 64px) * -1) 0}.stol-landing .l-arc:after,.stol-landing .l-arc:before{content:"";position:absolute;left:50%;top:26%;width:132%;aspect-ratio:2.05/1;border-radius:50%}.stol-landing .l-arc:before{transform:translateX(-50%);background:linear-gradient(90deg,#8a3c0c,#c05f13 14%,#ff8220 32%,#ffe6ce 50%,#ff8220 68%,#c05f13 86%,#8a3c0c);filter:blur(11px)}.stol-landing .l-arc:after{transform:translateX(-50%) scale(.995);background:var(--l-dark)}.stol-landing .l-flow{--slot-h:clamp(112px,11vw,150px);margin-top:clamp(8px,1.4vw,20px);display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);column-gap:clamp(14px,1.6vw,26px);row-gap:20px;align-items:end}.stol-landing .l-pair{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;gap:clamp(16px,1.8vw,26px)}.stol-landing .l-pair h3{font-size:clamp(19px,1.9vw,25px);font-weight:500;line-height:1.2;letter-spacing:-.02em;color:var(--l-panel);max-width:19ch;text-wrap:balance}.stol-landing .l-slot{width:100%;height:var(--slot-h);flex:0 0 auto;position:relative;overflow:hidden;border-radius:26px;background:rgba(255,255,255,.05);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 1px 1px rgba(255,255,255,.24),inset 0 -14px 30px rgba(255,255,255,.04),0 26px 60px rgba(0,0,0,.45)}.stol-landing .l-slot:before{content:"";position:absolute;left:-10%;top:-72%;width:120%;height:120%;border-radius:50%;background:radial-gradient(closest-side,rgba(255,255,255,.09),rgba(255,255,255,0) 72%);pointer-events:none}.stol-landing .l-cyc{position:relative;animation:l-cyc3 9s cubic-bezier(.6,0,.2,1) infinite}.stol-landing .l-cyc>*{height:var(--slot-h)}.stol-landing .l-cyc-text{display:flex;align-items:center;justify-content:center;text-align:center;padding:0 clamp(18px,2vw,26px);font-size:clamp(16.5px,1.6vw,19px);line-height:1.4;color:var(--l-dark-ink)}.stol-landing .l-cyc-card{display:flex;align-items:center;text-align:left;padding:0 clamp(16px,1.8vw,22px)}.stol-landing .l-cyc-card>div{width:100%;background:rgba(255,255,255,.9);border-radius:14px;padding:12px 14px;color:var(--l-ink)}.stol-landing .l-cyc-dish{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-size:15px}.stol-landing .l-cyc-dish span:last-child{color:var(--l-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stol-landing .l-cyc-upsell{margin-top:9px;padding-top:9px;border-top:1px solid var(--l-line-2);font-size:14.5px;line-height:1.35;color:var(--l-orange-text)}.stol-landing .l-cyc-from{font-size:12.5px;font-weight:500;letter-spacing:.04em;color:var(--l-muted)}.stol-landing .l-cyc-push{margin-top:5px;font-size:15px;line-height:1.35;text-wrap:pretty}.stol-landing .l-dots{display:flex;align-items:center;gap:9px;margin-bottom:calc(var(--slot-h) / 2 - 4px)}.stol-landing .l-dots span{width:7px;height:7px;border-radius:50%;background:var(--l-dot);opacity:.18;animation:l-dot 1.9s ease-in-out infinite}.stol-landing .l-dots span:nth-child(2){animation-delay:.22s}.stol-landing .l-dots span:nth-child(3){animation-delay:.44s}.stol-landing .l-dots span:nth-child(4){animation-delay:.66s}.stol-landing .l-dots span:nth-child(5){animation-delay:.88s}.stol-landing .l-price-card{margin-top:clamp(36px,4.4vw,60px);background:var(--l-panel);border-radius:20px;padding:clamp(26px,3.2vw,48px) clamp(22px,3vw,44px)}.stol-landing .l-rate{display:grid;grid-template-columns:minmax(0,auto) minmax(0,1fr);align-items:center;gap:clamp(14px,2.4vw,56px)}.stol-landing .l-rate+.l-rate{margin-top:clamp(24px,2.8vw,40px);padding-top:clamp(24px,2.8vw,40px);border-top:1px solid var(--l-line-2)}.stol-landing .l-rate-num{font-size:clamp(44px,6.2vw,86px);font-weight:500;line-height:.92;letter-spacing:-.04em;color:var(--l-orange);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stol-landing .l-rate-desc{font-size:17px;line-height:1.5;max-width:40ch;text-wrap:pretty}.stol-landing .l-lead-head{text-align:center}.stol-landing .l-lead-head .l-h2{font-size:clamp(28px,3.8vw,50px);white-space:nowrap;max-width:none}.stol-landing .l-lead-head p{margin:16px auto 0;max-width:44ch;font-size:17.5px;line-height:1.55;color:var(--l-muted);text-wrap:pretty}.stol-landing .l-form,.stol-landing .l-sent{max-width:760px;margin:clamp(30px,3.6vw,48px) auto 0;background:var(--l-bg);border-radius:24px}.stol-landing .l-form{padding:clamp(26px,3vw,44px);display:grid;gap:18px}.stol-landing .l-form-row{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.stol-landing .l-label{display:block;font-size:14px;line-height:1.3;color:var(--l-muted)}.stol-landing .l-input{margin-top:8px;width:100%;height:54px;padding:0 18px;background:var(--l-panel);border:1px solid var(--l-line);border-radius:14px;font:inherit;font-size:16.5px;color:var(--l-ink);appearance:none;transition:border-color .16s ease}.stol-landing .l-input:focus{outline:none;border-color:var(--l-ink)}.stol-landing .l-input::placeholder{color:var(--l-inactive)}.stol-landing .l-chips{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.stol-landing .l-chip{display:inline-flex;align-items:center;height:44px;padding:0 20px;border-radius:999px;font:inherit;font-size:15.5px;cursor:pointer;background:var(--l-panel);color:var(--l-ink);border:1px solid var(--l-line);transition:background .16s ease,color .16s ease,border-color .16s ease}.stol-landing .l-chip--all{font-weight:500}.stol-landing .l-chip[aria-pressed=true]{background:var(--l-ink);color:var(--l-panel);border-color:var(--l-ink)}.stol-landing .l-consent{display:grid;gap:8px}.stol-landing .l-check{display:flex;align-items:flex-start;gap:10px;font-size:15px;line-height:1.45;color:var(--l-ink);cursor:pointer}.stol-landing .l-check input{flex:0 0 auto;width:20px;height:20px;margin:1px 0 0;accent-color:var(--l-orange);cursor:pointer}.stol-landing .l-check a,.stol-landing .l-form-note a{color:var(--l-orange-text);text-decoration:underline;text-underline-offset:2px}.stol-landing .l-form-note{margin-top:-6px;justify-self:center;text-align:center;font-size:13.5px;line-height:1.45;color:var(--l-muted);max-width:60ch}.stol-landing .l-form-submit{margin-top:6px;justify-self:center}.stol-landing .l-form-error{font-size:14px;line-height:1.4;color:var(--l-error);text-align:center}.stol-landing .l-sent{padding:clamp(30px,3.4vw,48px);text-align:center}.stol-landing .l-sent h3{font-size:clamp(19px,2vw,24px);font-weight:500;line-height:1.3;letter-spacing:-.016em}.stol-landing .l-sent p{margin:10px auto 0;font-size:16.5px;line-height:1.5;color:var(--l-muted);max-width:48ch}.stol-landing .l-sent-actions{margin-top:22px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.stol-landing .l-foot-wrap{position:relative}.stol-landing .l-foot-bg{position:absolute;left:0;right:0;top:0;bottom:var(--l-sheet-h);background:var(--l-orange-sheet);z-index:0}.stol-landing .l-footer{position:relative;z-index:2;background:var(--l-dark-2);color:var(--l-dark-ink);padding:clamp(48px,6vw,84px) 0;border-radius:0 0 clamp(22px,2.6vw,36px) clamp(22px,2.6vw,36px);box-shadow:0 26px 44px -12px rgba(0,0,0,.42)}.stol-landing .l-foot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:clamp(28px,3vw,44px)}.stol-landing .l-foot-brand{display:flex;flex-direction:column;gap:16px}.stol-landing .l-logo--foot{font-size:18px;color:var(--l-dark-ink)}.stol-landing .l-foot-brand p{font-size:14.5px;line-height:1.55;color:var(--l-dark-muted-2);max-width:26ch;text-wrap:pretty}.stol-landing .l-foot-col{padding-left:clamp(16px,2vw,28px);border-left:1px solid var(--l-dark-line)}.stol-landing .l-foot-title{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--l-dark-muted)}.stol-landing .l-foot-links{margin-top:18px;display:flex;flex-direction:column;gap:11px}.stol-landing .l-foot-links a{font-size:16.5px;line-height:1.35;color:var(--l-dark-ink)}.stol-landing .l-foot-links a:hover{color:var(--l-orange)}.stol-landing .l-foot-cta{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.stol-landing .l-foot-mail{margin-top:8px;font-size:14.5px;color:var(--l-dark-muted-2)}.stol-landing .l-foot-mail:hover{color:var(--l-orange)}.stol-landing .l-foot-copy{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--l-dark-muted-2)}.stol-landing .l-foot-legal{margin-top:2px;display:grid;gap:3px;font-size:12.5px;line-height:1.5;color:var(--l-dark-muted);max-width:30ch}.stol-landing .l-foot-legal span:first-child{color:var(--l-dark-ink)}.stol-landing .l-foot-sheet{position:relative;height:var(--l-sheet-h);overflow:clip;background:var(--l-bg)}.stol-landing .l-foot-sheet-inner{position:absolute;inset:0;background:var(--l-orange-sheet);animation:l-sheet-rise 1s linear both;animation-timeline:view();animation-range:entry 0 entry 100%}.stol-landing .l-foot-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100% - clamp(36px, 6vw, 68px));max-width:var(--l-container);aspect-ratio:4.9/1;overflow:hidden}.stol-landing .l-foot-logo video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%;mix-blend-mode:lighten}.stol-landing .l-foot-wordmark{display:none;position:absolute;inset:0;align-items:center;justify-content:center;font-family:var(--font-unbounded),sans-serif;font-weight:800;font-size:clamp(56px,19vw,150px);line-height:1;letter-spacing:-.03em;color:var(--l-panel)}.stol-landing .l-foot-wordmark span{color:var(--l-dark-2)}.stol-landing.js-ready [data-rv]{opacity:0;transform:translateY(14px);transition:opacity .7s ease,transform .7s var(--l-ease)}.stol-landing.js-ready [data-rv].in{opacity:1;transform:none}@keyframes l-name-cycle{0%,12%{transform:translateY(0)}16.67%,28.67%{transform:translateY(-32px)}33.33%,45.33%{transform:translateY(-64px)}50%,62%{transform:translateY(-96px)}66.67%,78.67%{transform:translateY(-128px)}83.33%,95.33%{transform:translateY(-160px)}to{transform:translateY(-192px)}}@keyframes l-cyc3{0%,28%{transform:translateY(0)}33.4%,61%{transform:translateY(-33.333%)}66.7%,95%{transform:translateY(-66.666%)}to{transform:translateY(0)}}@keyframes l-dot{0%,to{opacity:.14}50%{opacity:.78}}@keyframes l-sheet-rise{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.demo-sheet-overlay{position:fixed;inset:0;z-index:2000;background:rgba(10,10,12,.48);display:flex;align-items:center;justify-content:center;padding:16px;animation:demo-overlay-in .2s ease}@keyframes demo-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes demo-popup-in{0%{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:none}}.demo-sheet{background:var(--l-panel);color:var(--l-ink);border-radius:24px;padding:28px 28px 24px;width:100%;max-width:440px;position:relative;box-shadow:0 24px 64px rgba(0,0,0,.22);animation:demo-popup-in .28s var(--l-ease)}.demo-sheet-handle{display:none}.demo-sheet h2{font-size:clamp(22px,2.2vw,26px);font-weight:500;line-height:1.15;letter-spacing:-.024em;color:var(--l-ink);margin:0;text-wrap:balance}.demo-sheet h2+.demo-sheet-choices{margin-top:22px}.demo-sheet-loading{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:28px 0 8px}.demo-sheet-loading h2{margin:0;font-size:20px}.demo-sheet-loading p{color:var(--l-muted);font-size:15.5px;line-height:1.5;margin:0;max-width:30ch}.demo-sheet-spinner{width:44px;height:44px;border:3px solid var(--l-line);border-top-color:var(--l-orange);border-radius:50%;animation:demo-spin .8s linear infinite}@keyframes demo-spin{to{transform:rotate(1turn)}}.demo-sheet-choices{display:grid;gap:10px}.demo-sheet-card{display:flex;align-items:center;gap:16px;text-align:left;padding:16px 18px;border:1px solid var(--l-line);border-radius:18px;background:var(--l-panel);color:var(--l-ink);cursor:pointer;font-family:inherit;transition:border-color .2s var(--l-ease),background .2s var(--l-ease),transform .2s var(--l-ease)}.demo-sheet-card:hover{border-color:var(--l-orange);background:rgba(var(--brand-rgb),.05)}.demo-sheet-card:active{transform:scale(.985)}.demo-sheet-card-icon{font-size:26px;line-height:1;flex-shrink:0;width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:rgba(var(--brand-rgb),.1);border-radius:14px}.demo-sheet-card-text{display:grid;gap:3px;min-width:0}.demo-sheet-card-text strong{font-size:16.5px;font-weight:500;letter-spacing:-.012em;line-height:1.25;color:var(--l-ink)}.demo-sheet-card-text span{font-size:14px;color:var(--l-muted);line-height:1.45}@media (max-width:1119px){.stol-landing .l-ctx{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1099px){.stol-landing .l-flow{grid-template-columns:1fr}.stol-landing .l-dots{justify-content:center;margin:0}}@media (max-width:900px){.stol-landing .l-nav-actions,.stol-landing .l-nav-links{display:none}.stol-landing .l-burger{display:flex;margin-left:auto}.stol-landing .l-sticky{position:static}.stol-landing .l-lcard{min-height:0}.stol-landing .l-split-text{order:0}.stol-landing .l-split-media--cover,.stol-landing .l-split-media--stage{order:1}.stol-landing .l-split-media--cover{min-height:clamp(380px,110vw,520px)}.stol-landing .l-foot-col{padding-left:0;border-left:0;padding-top:20px;border-top:1px solid var(--l-dark-line)}.stol-landing .l-foot-logo video{display:none}.stol-landing .l-foot-wordmark{display:flex}}@media (max-width:640px){.stol-landing{--l-sec-pad:clamp(56px,15vw,84px);--l-sheet-h:clamp(96px,26vw,180px)}.stol-landing .l-card{min-height:340px}.stol-landing .l-card-shot{min-height:220px}.stol-landing .l-lcard{padding:26px 22px}.stol-landing .l-lcard--wallet{padding-bottom:0}.stol-landing .l-syn{border-radius:20px}}@media (max-width:679px){.stol-landing .l-rate{grid-template-columns:1fr}}@media (max-width:639px){.stol-landing .l-form-row{grid-template-columns:1fr}}@media (max-width:559px){.stol-landing .l-ctx{grid-template-columns:1fr}}@media (max-width:429px){.stol-landing .l-lead-head .l-h2{white-space:normal}}@media (prefers-reduced-motion:reduce){.stol-landing.js-ready [data-rv]{opacity:1;transform:none;transition:none}.stol-landing .l-cyc,.stol-landing .l-dots span,.stol-landing .l-foot-sheet-inner,.stol-landing .l-mech-list{animation:none}.stol-landing .l-foot-sheet-inner{transform:none}.stol-landing .l-btn,.stol-landing .l-card{transition:none}}@font-face{font-family:Onest;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/be4f912c06e1e110-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:Onest;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6961d055d00ff7ec-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Onest;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1dd116e7162c5f47-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Onest;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/25408a68d73c6c69-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Onest;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a2a4a14ada96f862-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:Onest;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c1b02c1a57568c67-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:Onest;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cd87a8f174d93ac6-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:Onest;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/be4f912c06e1e110-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:Onest;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6961d055d00ff7ec-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Onest;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1dd116e7162c5f47-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Onest;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/25408a68d73c6c69-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Onest;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a2a4a14ada96f862-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:Onest;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c1b02c1a57568c67-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:Onest;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cd87a8f174d93ac6-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:Onest;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/be4f912c06e1e110-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:Onest;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6961d055d00ff7ec-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Onest;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1dd116e7162c5f47-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Onest;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/25408a68d73c6c69-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Onest;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a2a4a14ada96f862-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:Onest;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c1b02c1a57568c67-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:Onest;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cd87a8f174d93ac6-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:Onest Fallback;src:local("Arial");ascent-override:92.20%;descent-override:28.99%;line-gap-override:0.00%;size-adjust:105.20%}.__className_9f1689{font-family:Onest,Onest Fallback;font-style:normal}.__variable_9f1689{--font-onest:"Onest","Onest Fallback"}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/1420aef599281066-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:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/42f2ec725e0f42ac-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/73289386ebe7cfce-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:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/da673b903ed44dc9-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:Unbounded;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/f080495b14f752ce-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:Unbounded Fallback;src:local("Arial");ascent-override:73.93%;descent-override:18.20%;line-gap-override:0.00%;size-adjust:134.59%}.__className_a54098{font-family:Unbounded,Unbounded Fallback;font-weight:800;font-style:normal}.__variable_a54098{--font-unbounded:"Unbounded","Unbounded Fallback"}