:root{--white:#ffffff;--black:#121111;--blue:#0884fe;--blue-hover:#0a74e0;--brand-blue:#3867dd;--grey-100:#f7f7f7;--grey-200:#ededed;--grey-300:#d9d9d9;--grey-600:#7a7a7a;--grey-700:#5a5a5a;--grey-900:#1f1f1f;--slate:#314158;--border:#cad5e2;--ok:#1a9c5b;--err:#eb4c4c;--font-display:var(--font-nohemi),"Inter","Helvetica Neue",Arial,sans-serif;--font-body:var(--font-inter),"Helvetica Neue",Arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{background:var(--white);font-family:var(--font-body);color:var(--black);-webkit-font-smoothing:antialiased}a,button{font:inherit;border:none;background:none;cursor:pointer}img{max-width:100%;display:block}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 30px;border-radius:100px;font-family:var(--font-body);font-weight:500;font-size:18px;line-height:1.2;color:var(--white);white-space:nowrap;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,opacity .2s ease}.btn-dark{background:var(--black)}.btn-dark:hover{background:#2a2727;transform:translateY(-2px);box-shadow:0 12px 26px rgba(18,17,17,.28)}.btn-primary{background:var(--blue)}.btn-primary:hover{background:var(--blue-hover);transform:translateY(-2px);box-shadow:0 12px 26px rgba(8,132,254,.38)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.4;cursor:default;transform:none;box-shadow:none}.btn-icon{width:17px;height:20px}.hero-wrapper{position:relative;height:200vh}.hero{position:relative;width:100%;max-width:1512px;margin:0 auto;height:100vh;overflow:hidden;background:var(--white)}.hero.hero-pinned{position:fixed;top:0;left:0;right:0;z-index:100;margin:0 auto}.hero.hero-released{position:absolute;bottom:0;left:0;right:0}.nav{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:12px 100px;background:var(--white);border-bottom:1px solid var(--border)}.nav-left{justify-self:start}.brand,.nav-left{display:flex;align-items:center}.brand{gap:10px;text-decoration:none}.brand-mark{width:34px;height:34px;border-radius:9px;background:linear-gradient(150deg,#35a0ff,var(--blue) 55%,var(--brand-blue));display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(8,132,254,.35)}.brand-mark svg{width:16px;height:16px;color:#fff}.brand-name{font-family:var(--font-display);font-size:24px;line-height:1;letter-spacing:-.48px;color:var(--brand-blue)}.nav-links{display:flex;align-items:center;gap:50px;justify-self:center}.nav-links a{font-size:18px;line-height:1;color:var(--grey-700);text-decoration:none;white-space:nowrap;transition:color .2s}.nav-links a:hover{color:var(--black)}.nav>.btn{justify-self:end}.listening-pill{position:absolute;z-index:1;left:50%;transform:translateX(-50%);top:50px;width:267px;height:48px;background:#1a1a1a;border-radius:0 0 20px 20px;overflow:hidden;transform-origin:top center}.listening-pill.pill-expanding{z-index:60}.pill-row{position:absolute;left:14px;top:14px;right:14px;display:flex;align-items:center;justify-content:space-between;transition:opacity .3s ease}.listening-pill.pill-expanding .pill-row{opacity:0}.pill-label{font-size:15px;line-height:1.4;color:#fff}.pill-glow{position:absolute;right:-6px;top:8px;width:80px;height:32px;background:var(--blue);filter:blur(20px);border-radius:50%;transition:opacity .3s ease}.listening-pill.pill-expanding .pill-glow{opacity:0}.pill-expanded-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;padding:40px 24px;opacity:0;pointer-events:none;transition:opacity .5s ease}.listening-pill.pill-expanding .pill-expanded-content{opacity:1;pointer-events:auto}.pill-expanded-title{font-family:var(--font-display);font-weight:400;font-size:clamp(38px,8vw,64px);line-height:1;letter-spacing:-1.4px;color:#fff;text-align:center}.pill-expanded-sub{font-size:clamp(14px,2.4vw,16px);line-height:1.5;color:rgba(255,255,255,.6);text-align:center;max-width:560px}.wave{display:inline-flex;align-items:center;gap:3px;height:26px}.wave span{width:3px;border-radius:2px;background:currentColor;animation:wave 1.1s ease-in-out infinite}.wave.wave-lg{height:44px;gap:4px}.wave.wave-lg span{width:4px}.wave span:first-child{height:40%;animation-delay:0s}.wave span:nth-child(2){height:80%;animation-delay:.12s}.wave span:nth-child(3){height:55%;animation-delay:.24s}.wave span:nth-child(4){height:100%;animation-delay:.36s}.wave span:nth-child(5){height:65%;animation-delay:.48s}.wave span:nth-child(6){height:90%;animation-delay:.6s}.wave span:nth-child(7){height:45%;animation-delay:.72s}@keyframes wave{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1)}}.pill-expanded-content .wave,.pill-row .wave{color:var(--blue)}.hero-content{position:relative;z-index:1;width:728px;max-width:calc(100% - 40px);margin:96px auto 0;align-items:center;gap:20px;text-align:center}.hero-content,.hero-copy{display:flex;flex-direction:column}.hero-copy{gap:14px;width:100%}.hero-title{font-family:var(--font-display);font-weight:400;font-size:clamp(40px,7vw,70px);line-height:1;letter-spacing:-1.4px;color:var(--black)}.hero-subtitle{font-size:clamp(15px,2.2vw,18px);line-height:1.45;color:var(--slate);max-width:640px;margin:0 auto}.showcase{max-width:1512px;margin:0 auto;padding:40px 24px 20px;display:flex;flex-direction:column;align-items:center;gap:22px}.showcase .eyebrow{font-size:15px}.app-window{position:relative;z-index:1;width:420px;max-width:calc(100% - 40px);margin:0 auto;background:var(--white);border:2px solid var(--blue);border-radius:28px;padding:14px;box-shadow:0 0 0 1px rgba(8,132,254,.15),0 30px 70px -20px rgba(8,132,254,.45)}.window-titlebar{display:flex;align-items:center;gap:12px;padding:4px 6px 12px}.traffic-lights{display:flex;align-items:center;gap:6px}.dot{width:11px;height:11px;border-radius:50%}.dot-red{background:#ff5f57}.dot-orange{background:#febc2e}.dot-green{background:#28c840}.window-filename{font-size:13px;font-weight:500;color:var(--grey-700);margin-left:4px}.video-frame{position:relative;width:100%;aspect-ratio:9/16;border-radius:16px;overflow:hidden;background:#000}.video-frame video{width:100%;height:100%;object-fit:cover;display:block}.video-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.15);transition:background .2s}.video-play:hover{background:rgba(0,0,0,.28)}.video-play-btn{width:68px;height:68px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.95);color:var(--blue);box-shadow:0 10px 25px rgba(0,0,0,.25);transition:transform .2s}.video-play:hover .video-play-btn{transform:scale(1.08)}.video-play-btn svg{width:28px;height:28px;margin-left:4px}.eyebrow{font-family:var(--font-body);font-weight:500;font-size:14px;line-height:1.4;color:var(--blue)}.section-title{font-family:var(--font-display);font-weight:400;font-size:clamp(32px,5vw,48px);line-height:1;letter-spacing:-.96px;color:var(--black)}.section-sub{font-size:15px;line-height:1.5;color:var(--slate)}.features{max-width:1512px;margin:0 auto;padding:68px clamp(24px,6.4vw,97px) 100px}.features-inner{gap:57px}.features-copy,.features-inner{display:flex;flex-direction:column}.features-copy{gap:14px;width:660px;max-width:100%}.features-title{font-family:var(--font-display);font-weight:400;font-size:clamp(32px,5vw,48px);line-height:1.02;letter-spacing:-.96px;color:var(--black)}.features-subtitle{font-size:15px;line-height:1.5;color:var(--slate)}.feature-cards{display:flex;gap:20px}.feature-card{position:relative;flex:1 1;min-height:360px;background:var(--grey-100);border-radius:32px;overflow:hidden;padding:30px}.card-copy,.feature-card{display:flex;flex-direction:column}.card-copy{gap:12px;max-width:344px}.card-title{font-family:var(--font-display);font-weight:400;font-size:26px;line-height:1.05;letter-spacing:-.52px;color:var(--black)}.card-text{font-size:14px;line-height:1.45;color:var(--grey-600)}.card-art{margin-top:auto;align-self:center;width:200px;height:200px;display:flex;align-items:center;justify-content:center;color:var(--blue)}.card-art svg{width:100%;height:100%}.today{max-width:1512px;margin:0 auto;padding:56px clamp(24px,6.55vw,99px) 40px}.today-head{display:flex;flex-direction:column;gap:16px;width:660px;max-width:100%;margin-bottom:48px}.bento{align-items:stretch}.bento,.bento-col{display:flex;gap:18px}.bento-col{flex-direction:column;flex:1 1 72%;min-width:0}.bento-row{display:flex;gap:18px;min-width:0}.tile{position:relative;background:var(--grey-100);border-radius:32px;overflow:hidden;padding:30px;min-height:220px;display:flex;flex-direction:column;gap:14px}.tile-title{font-family:var(--font-display);font-weight:400;font-size:22px;line-height:1.05;letter-spacing:-.48px;color:var(--black)}.tile-text{font-size:14px;line-height:1.45;color:var(--grey-600)}.tile-email{flex:0 1 36%}.tile-agents,.tile-teach{flex:1 1}.tile-terminal{flex:0 0 26%;min-width:220px}.tile-icon{margin-top:auto;align-self:flex-start;width:96px;height:96px;border-radius:22px;background:#fff;border:1px solid var(--grey-200);display:flex;align-items:center;justify-content:center;color:var(--blue)}.tile-icon svg{width:46px;height:46px}.tile-terminal .tile-icon{align-self:center;margin-top:20px}.how{max-width:1512px;margin:0 auto;padding:68px clamp(24px,6.55vw,99px);display:flex;gap:40px;align-items:flex-start}.how-left{gap:44px;flex-shrink:0;width:412px;max-width:100%}.how-head,.how-left{display:flex;flex-direction:column}.how-head{gap:12px}.steps{display:flex;flex-direction:column;gap:20px}.step{background:var(--grey-100);border-radius:32px;padding:30px 34px;display:flex;gap:18px;align-items:flex-start}.step-num{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--blue);color:#fff;font-family:var(--font-display);display:flex;align-items:center;justify-content:center;font-size:20px}.step-body{display:flex;flex-direction:column;gap:8px}.step-title{font-family:var(--font-display);font-weight:400;font-size:24px;line-height:1;letter-spacing:-.52px;color:var(--black)}.step-text{font-size:14px;line-height:1.45;color:var(--grey-900)}.diagram{flex:1 1;min-height:460px;align-self:stretch;border-radius:32px;background:radial-gradient(60% 60% at 50% 50%,rgba(8,132,254,.1),rgba(8,132,254,0) 70%),var(--grey-100);overflow:hidden;justify-content:center}.diagram,.diagram-node{position:relative;display:flex;align-items:center}.diagram-node{z-index:2;gap:10px;background:#fff;border:1px solid var(--border);border-radius:100px;padding:12px 22px;box-shadow:0 10px 30px rgba(8,132,254,.18)}.diagram-node .brand-mark{width:30px;height:30px}.diagram-node span{font-family:var(--font-display);font-size:22px;letter-spacing:-.48px;color:var(--brand-blue)}.diagram-ring{position:absolute;border:1px dashed rgba(8,132,254,.35);border-radius:50%}.diagram-ring.r1{width:200px;height:200px}.diagram-ring.r2{width:340px;height:340px}.diagram-ring.r3{width:480px;height:480px}.diagram-chip{position:absolute;z-index:3;background:#fff;border:1px solid var(--grey-200);border-radius:100px;padding:8px 16px;font-size:13px;color:var(--slate);box-shadow:0 6px 18px rgba(120,120,120,.14);white-space:nowrap}.cta{max-width:1512px;margin:0 auto;padding:0 0 20px}.cta-inner{position:relative;min-height:620px;background:radial-gradient(120% 120% at 50% 0,#7db8ff 0,#3f8ef0 42%,#0a63c8 100%);display:flex;flex-direction:column;align-items:center;gap:34px;padding:140px 24px 80px;overflow:hidden;text-align:center}.cta-inner,.cta-inner:after{border-radius:0 0 100px 100px}.cta-inner:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.06);pointer-events:none}.cta-copy{position:relative;z-index:1;width:660px;max-width:100%;display:flex;flex-direction:column;gap:14px}.cta-title{font-family:var(--font-display);font-weight:400;font-size:clamp(44px,8vw,80px);line-height:1;letter-spacing:-1.6px;color:#fff}.cta-sub{font-size:16px;line-height:1.5;color:rgba(255,255,255,.9)}.dl-block{position:relative;z-index:1;width:min(440px,100%);display:flex;flex-direction:column;gap:12px}.dl-mobile-note{display:none;padding:12px 16px;font-size:14px;font-weight:500;color:#fff;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.3);border-radius:14px}.dl-form{display:flex;flex-direction:column;gap:12px}.dl-input{width:100%;padding:16px 20px;font:inherit;font-size:16px;text-align:center;color:var(--black);background:#fff;border:none;border-radius:100px;outline:none;box-shadow:0 6px 20px rgba(0,0,0,.12)}.dl-input::placeholder{color:var(--grey-600)}.dl-form .btn{width:100%;background:var(--black)}.dl-form .btn:hover:not(:disabled){background:#2a2727}.dl-consent{font-size:13px;color:rgba(255,255,255,.85)}.dl-consent a{color:#fff;text-decoration:underline;text-underline-offset:2px}.dl-err{font-size:14px;background:rgba(235,76,76,.85);padding:8px 12px;border-radius:100px}.dl-err,.dl-ok{font-weight:600;color:#fff}.dl-ok{position:relative;z-index:1;font-size:17px;line-height:1.6}.dl-ok a{color:#fff;text-decoration:underline;text-underline-offset:3px}.footer{position:relative;max-width:1512px;margin:0 auto;padding:48px clamp(24px,6.6vw,100px) 40px;overflow:hidden}.footer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;margin-bottom:32px}.footer-brand{display:flex;flex-direction:column;gap:18px;width:438px;max-width:100%}.footer-desc{font-size:16px;line-height:1.5;color:var(--grey-700);opacity:.7}.footer-nav{display:flex;gap:24px;align-items:center;flex-wrap:wrap}.footer-nav a{font-weight:500;font-size:16px;color:var(--black);text-decoration:none}.footer-nav a:hover{color:var(--blue)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;position:relative;z-index:1}.copyright{font-weight:500;font-size:14px;line-height:1.5;color:var(--grey-700)}.footer-wordmark{font-family:var(--font-display);font-weight:700;font-size:clamp(72px,17.5vw,260px);line-height:1;letter-spacing:-.02em;color:var(--black);white-space:nowrap;width:max-content;margin:56px auto 0;text-align:center}@media (prefers-reduced-motion:no-preference){[data-anim]{opacity:0;transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1);will-change:opacity,transform}[data-anim=up]{transform:translateY(48px)}[data-anim=down]{transform:translateY(-48px)}[data-anim=left]{transform:translateX(-64px)}[data-anim=right]{transform:translateX(64px)}[data-anim=scale]{transform:scale(.93)}[data-anim].in-view{opacity:1;transform:none}}.legal{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:clamp(36px,7vw,80px) 18px;background:var(--white)}.legal-sheet{width:min(94vw,720px);color:#3c4046;font-size:clamp(15.5px,2.3vw,17.5px);line-height:1.65}.legal-eyebrow{font-family:var(--font-body);font-weight:600;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);margin-bottom:12px}.legal-title{font-family:var(--font-display);font-weight:400;font-size:clamp(30px,5vw,44px);letter-spacing:-1px;line-height:1.1;color:var(--black);margin-bottom:8px}.legal-updated{font-size:14.5px;color:var(--grey-600);margin-bottom:30px}.legal-sheet h2{font-family:var(--font-display);font-weight:400;font-size:clamp(20px,3vw,26px);letter-spacing:-.4px;color:var(--black);margin:32px 0 10px}.legal-sheet h3{font-size:clamp(16px,2.6vw,19px);font-weight:600;color:var(--black);margin:20px 0 8px}.legal-sheet p{margin-bottom:14px}.legal-list{list-style:none;margin:0 0 14px;padding:0;display:grid;grid-gap:9px;gap:9px}.legal-list li{position:relative;padding-left:22px}.legal-list li:before{content:"–";position:absolute;left:0;color:var(--blue)}.legal-sheet a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}.legal-sheet strong{color:var(--black)}.legal-back{margin-top:34px}.legal-back--top{margin:0 0 22px}.legal-back a{font-weight:600;font-size:15px;color:var(--blue);text-decoration:none}.legal-back a:hover{text-decoration:underline}@media (max-width:1024px){.nav{padding:12px 32px}.nav-links{gap:32px}}@media (max-width:900px){.bento,.bento-row,.feature-cards{flex-direction:column}.tile-terminal{min-width:0}.how{flex-direction:column}.diagram,.how-left{width:100%}.diagram{min-height:360px}}@media (max-width:768px){.nav{display:flex;justify-content:space-between;padding:12px 16px}.brand-name,.nav-links{display:none}.nav>.btn{padding:10px 18px;font-size:14px}.listening-pill{top:48px;width:170px;height:36px;border-radius:0 0 12px 12px}.pill-label{font-size:12px}.pill-glow{display:none}.hero-content{margin:64px auto 0;gap:16px}.app-window{width:320px;margin:32px auto 0}.dl-mobile-note{display:block}.footer-top{flex-direction:column;gap:28px}.footer-brand{width:100%}.footer-bottom{flex-direction:column-reverse;align-items:flex-start;gap:18px}.cta-inner{padding:96px 24px 72px;min-height:auto}.cta-inner,.cta-inner:after{border-radius:0 0 40px 40px}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}html{scroll-behavior:auto}}@font-face{font-family:Inter;font-style:normal;font-weight:300;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:300;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:300;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:300;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:300;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:300;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:300;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: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 Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_0fc2d1{font-family:Inter,Inter Fallback;font-style:normal}.__variable_0fc2d1{--font-inter:"Inter","Inter Fallback"}