:root{--bg:#fff;--surface:#fff;--raise:#fafbfa;--ink:#0b0f0d;--ink-2:#454b48;--muted:#7a817c;--line:#ecefec;--line-2:#e1e5e1;--green:#0c7a52;--green-bright:#12b981;--green-soft:#eaf7f0;--green-soft-2:#f3faf6;--r:16px;--shadow:0 1px 2px rgba(11,15,13,.04),0 18px 50px -34px rgba(11,15,13,.22);--shadow-lg:0 30px 80px -44px rgba(11,15,13,.32)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;letter-spacing:-.01em}.wrap{max-width:1440px;margin:0 auto;padding:0 28px}h1,h2,h3,h4{font-weight:500;line-height:1.05;letter-spacing:-.035em}a{color:inherit;text-decoration:none}nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);background:hsla(0,0%,100%,.8);border-bottom:1px solid var(--line)}.nav-in{justify-content:space-between;height:74px}.logo,.nav-in{display:flex;align-items:center}.logo{gap:10px;font-weight:700;font-size:20px;letter-spacing:-.04em}.logo .mk{width:24px;height:24px;border-radius:7px;background:var(--ink);display:grid;place-items:center}.logo .mk:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--green-bright)}.nav-links{display:flex;align-items:center;gap:32px;font-weight:500;font-size:15px;color:var(--ink-2)}.nav-links a:hover{color:var(--ink)}.nav-links .nl{display:none}@media(min-width:880px){.nav-links .nl{display:inline}}.btn{display:inline-flex;align-items:center;gap:8px;font-family:inherit;font-weight:600;font-size:15px;padding:11px 20px;border-radius:10px;border:1px solid transparent;cursor:pointer;transition:transform .14s ease,box-shadow .2s ease,background .2s,border-color .2s;white-space:nowrap;letter-spacing:-.01em}.btn-ink{background:var(--ink);color:#fff}.btn-ink:hover{transform:translateY(-1px)}.btn-green{background:var(--green);color:#fff}.btn-green:hover{transform:translateY(-1px);box-shadow:0 16px 30px -14px rgba(12,122,82,.55)}.btn-ghost{background:var(--surface);border-color:var(--line-2);color:var(--ink)}.btn-ghost:hover{border-color:var(--ink)}.btn-lg{padding:15px 26px;font-size:16px}.btn-sm{padding:7px 14px;font-size:13px;border-radius:8px}header{padding:80px 0 40px}@media(max-width:639px){header{padding:52px 0 32px}}.hgrid{display:grid;grid-template-columns:1fr;grid-gap:44px;gap:44px;align-items:center}@media(min-width:768px){.hgrid{grid-template-columns:1.02fr .98fr;gap:52px}}@media(min-width:1024px){.hgrid{gap:72px}}.pill{display:inline-flex;align-items:center;gap:9px;font-size:13.5px;font-weight:500;color:var(--green);background:var(--green-soft);padding:7px 14px;border-radius:999px}.pill .d{width:7px;height:7px;border-radius:50%;background:var(--green-bright)}h1{font-size:clamp(28px,3.8vw,44px);margin:26px 0 0;font-weight:500;letter-spacing:-.045em;line-height:1.06}h1 .em{color:var(--green)}.lede{font-size:19px;color:var(--ink-2);margin-top:26px;max-width:520px;line-height:1.6}@media(max-width:639px){.lede{font-size:16px;margin-top:18px}}.hcta{display:flex;flex-wrap:wrap;gap:13px;align-items:center;margin-top:34px}@media(max-width:639px){.hcta{flex-direction:column;align-items:stretch}.hcta .btn{justify-content:center}}.micro{font-size:14px;color:var(--muted);margin-top:18px;display:flex;align-items:center;gap:9px}.micro b{color:var(--ink-2);font-weight:600}.check{color:var(--green)}.reveal{opacity:0;transform:translateY(14px);animation:rise .75s cubic-bezier(.2,.7,.2,1) forwards}@keyframes rise{to{opacity:1;transform:none}}.d1{animation-delay:.04s}.d2{animation-delay:.12s}.d3{animation-delay:.2s}.d4{animation-delay:.3s}.d5{animation-delay:.4s}.panel{position:relative}.panel-card{background:var(--surface);border:1px solid var(--line-2);border-radius:20px;box-shadow:var(--shadow-lg);overflow:hidden}.panel-top{display:flex;align-items:center;gap:8px;padding:14px 18px;border-bottom:1px solid var(--line)}.panel-top .dot{width:8px;height:8px;border-radius:50%;background:var(--line-2)}.panel-top .file{margin-left:6px;font-size:13px;color:var(--muted);font-weight:500}.panel-top .live{margin-left:auto;font-size:11.5px;font-weight:600;letter-spacing:.04em;color:var(--green);display:flex;align-items:center;gap:7px}.panel-top .live:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green-bright);box-shadow:0 0 0 3px rgba(18,185,129,.2)}.panel-body{padding:24px}.q{display:flex;gap:11px;align-items:flex-start;margin-bottom:16px}.q .ai{flex:0 0 28px;height:28px;border-radius:8px;background:var(--ink);color:#fff;display:grid;place-items:center;font-size:12px}.q .ai,.q .qt{font-weight:600}.q .qt{font-size:15.5px;line-height:1.4}.ans{font-size:14.5px;color:var(--ink-2);line-height:1.65;background:var(--raise);border:1px solid var(--line);border-radius:14px;padding:16px 17px}.ans .n{font-weight:700;color:var(--ink)}.ans .miss{display:inline-flex;align-items:center;gap:7px;margin-top:12px;font-size:13px;font-weight:600;color:#92650a;background:#fef9ec;border:1px solid #f5d87a;padding:6px 11px;border-radius:999px}.ans .miss:before{content:"";width:7px;height:7px;border-radius:50%;background:#d4a017;box-shadow:0 0 0 3px rgba(212,160,23,.25);animation:pulse-warn 1.6s ease-in-out infinite}@keyframes pulse-warn{0%,to{box-shadow:0 0 0 3px rgba(212,160,23,.25)}50%{box-shadow:0 0 0 5px rgba(212,160,23,0)}}.metrics{display:grid;grid-template-columns:1fr 1fr;grid-gap:13px;gap:13px;margin-top:16px}.metric{border:1px solid var(--line);border-radius:14px;padding:15px 16px}.metric .mlbl{font-size:11.5px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--muted)}.metric .mnum{font-weight:600;font-size:32px;line-height:1;margin-top:9px;letter-spacing:-.04em}.metric .mnum small{font-size:15px;color:var(--muted);font-weight:600}.bars{margin-top:13px;flex-direction:column;gap:8px}.bar,.bars{display:flex}.bar{align-items:center;gap:9px;font-size:11.5px;color:var(--muted);font-weight:500}.bar .track{flex:1 1;height:8px;border-radius:4px;background:var(--line);overflow:hidden}.bar .fill{height:100%;border-radius:4px;display:block}.panel-flag{margin-left:auto;background:var(--ink);color:#fff;font-size:11px;font-weight:600;letter-spacing:.04em;padding:4px 10px;border-radius:999px}.strip{padding:40px 0 48px}.strip .wrap{display:flex;flex-wrap:wrap;align-items:center;gap:14px 30px;justify-content:center}.strip .l{font-size:13.5px;color:var(--muted);font-weight:500}.strip .eng{font-weight:700;font-size:17px;color:#b7bdb8;letter-spacing:-.02em;transition:color .2s}.strip:hover .eng{color:#9aa29b}section{padding:104px 0}@media(max-width:767px){section{padding:64px 0}}@media(max-width:639px){section{padding:52px 0}}.sec-head{max-width:680px}.kicker{font-size:13px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--green)}h2{font-size:clamp(30px,4.2vw,46px);margin-top:16px;letter-spacing:-.04em;font-weight:500}.sec-head p{color:var(--ink-2);font-size:18px;margin-top:18px;line-height:1.6}.proof{background:var(--green-soft-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pnums{display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px;margin-top:56px}@media(min-width:600px){.pnums{grid-template-columns:repeat(3,1fr);gap:32px}}@media(max-width:639px){.pnums{margin-top:36px;gap:32px}}.pnum .big{font-weight:600;font-size:56px;color:var(--green);line-height:1;letter-spacing:-.05em}@media(max-width:639px){.pnum .big{font-size:44px}}.pnum h4{font-size:18px;margin:18px 0 9px;font-weight:600}.pnum p{color:var(--muted);font-size:15.5px;line-height:1.55}.mods{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;margin-top:56px}@media(min-width:640px){.mods{grid-template-columns:repeat(3,1fr);gap:24px}}@media(max-width:639px){.mods{margin-top:36px;gap:20px}}.mod{padding:4px 0}.mod .mn{font-size:13px;font-weight:600;color:var(--green);letter-spacing:.02em}.mod h3{font-size:21px;margin:14px 0 10px;letter-spacing:-.025em;font-weight:600}.mod p{font-size:15.5px;line-height:1.58}.mod .chip,.mod p{color:var(--ink-2)}.mod .chip{margin-top:18px;font-size:13px;background:var(--raise);border:1px solid var(--line);border-radius:12px;padding:13px 15px;line-height:1.9;font-weight:500}.mod .chip .g{color:var(--green);font-weight:600}.mod .chip .m{color:var(--muted)}.fixg{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px;margin-top:56px}@media(min-width:600px){.fixg{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.fixg{margin-top:36px}}.fxi{display:flex;gap:16px;padding:4px 0}.fxi .ic{flex:0 0 40px;height:40px;border-radius:11px;background:var(--green-soft);color:var(--green);display:grid;place-items:center}.fxi h4{font-size:17px;margin-bottom:5px;letter-spacing:-.02em;font-weight:600}.fxi p{font-size:14.5px;color:var(--muted);line-height:1.5}.pg{display:grid;grid-template-columns:1fr;grid-gap:22px;gap:22px;margin-top:56px;align-items:stretch}@media(min-width:680px){.pg{grid-template-columns:repeat(3,1fr);gap:20px}}@media(max-width:679px){.pg{max-width:480px}}@media(max-width:639px){.pg{margin-top:36px}}.plan{position:relative;background:var(--surface);padding:34px 30px;display:flex;flex-direction:column;border:1px solid var(--line-2);border-radius:20px}.plan.feat{border-color:var(--green);box-shadow:var(--shadow)}.ptag{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.01em;color:var(--muted);margin-bottom:16px;width:-moz-fit-content;width:fit-content}.plan.feat .ptag{color:var(--green);background:var(--green-soft);padding:5px 11px;border-radius:999px}.pname{font-weight:600;font-size:22px;letter-spacing:-.03em}.pdesc{color:var(--muted);font-size:14.5px;margin-top:8px;min-height:54px;line-height:1.5}.prow{display:flex;align-items:flex-end;gap:7px;margin:10px 0 4px}.prow .amt{font-weight:600;font-size:46px;line-height:.9;letter-spacing:-.05em}.prow .per{color:var(--muted);font-size:14.5px;padding-bottom:6px;font-weight:500}.founder{font-size:13px;font-weight:500;color:var(--green);background:var(--green-soft);padding:7px 12px;border-radius:8px;margin-top:12px;display:inline-block}.founder .s{color:var(--muted);text-decoration:line-through;margin-right:6px}.feats{list-style:none;margin:26px 0 30px;display:flex;flex-direction:column;gap:13px}.feats li{display:flex;gap:11px;font-size:14.5px;color:var(--ink-2);line-height:1.45}.feats li svg{flex:0 0 18px;margin-top:3px;color:var(--green)}.feats li b{color:var(--ink);font-weight:600}.plan .btn{width:100%;justify-content:center;margin-top:auto}.pnote{text-align:center;color:var(--muted);font-size:14px;margin-top:30px}.quote .wrap{max-width:860px;text-align:center}.quote blockquote{font-size:clamp(24px,3.4vw,35px);line-height:1.3;letter-spacing:-.035em;font-weight:500}.quote blockquote .hl{color:var(--green)}.quote .by{margin-top:24px;color:var(--muted);font-size:15px;line-height:1.55}.guar{display:inline-flex;gap:14px;align-items:center;margin-top:40px;background:var(--surface);border:1px solid var(--line-2);border-radius:15px;padding:18px 24px;box-shadow:var(--shadow);text-align:left}.guar .ic{flex:0 0 40px;height:40px;border-radius:11px;background:var(--green-soft);color:var(--green);display:grid;place-items:center}.guar h4{font-size:16px;letter-spacing:-.02em;font-weight:600}.guar p{font-size:13.5px;color:var(--muted);line-height:1.45}.faqs{margin-top:48px;border-top:1px solid var(--line-2)}details{border-bottom:1px solid var(--line-2)}summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:26px 2px;font-weight:500;font-size:19px;letter-spacing:-.025em}summary::-webkit-details-marker{display:none}summary .pl{flex:0 0 auto;width:26px;height:26px;border-radius:50%;border:1px solid var(--line-2);display:flex;align-items:center;justify-content:center;line-height:1;font-size:16px;transition:.25s;color:var(--muted)}details[open] summary .pl{transform:rotate(45deg);background:var(--green);color:#fff;border-color:var(--green)}details p{color:var(--ink-2);font-size:16px;padding:0 2px 28px;max-width:780px;line-height:1.6}.final .wrap{text-align:center;max-width:680px}.final h2{font-size:clamp(32px,4.6vw,50px)}.final p{color:var(--ink-2);font-size:18px;margin-top:18px}.final .btn{margin-top:32px}.final .micro{justify-content:center;margin-top:16px}footer{padding:64px 0 76px;color:var(--muted);font-size:15px}.fin{border-top:1px solid var(--line);padding-top:40px}.fin-top{gap:18px 28px;justify-content:space-between}.fin-links,.fin-top{display:flex;flex-wrap:wrap;align-items:center}.fin-links{gap:24px;font-size:15px}.fin-copy{text-align:center;margin-top:32px;font-size:14px;color:var(--muted)}@media(max-width:640px){.fin-top{text-align:center}.fin-links,.fin-top{justify-content:center}}.nb-wm{align-items:flex-end;font-weight:inherit;font-size:inherit;letter-spacing:inherit}.nb-fi,.nb-wm{display:inline-flex}.nb-fi{align-items:center;gap:.1em;margin-left:.2em;margin-bottom:.13em}.nb-bar{width:.62em;height:.15em;min-height:2px;border-radius:.075em}.nb-bar,.nb-dot{display:block;background:var(--green-bright);flex:0 0 auto}.nb-dot{width:.27em;height:.27em;min-width:4px;min-height:4px;border-radius:50%}.nb-wm--anim .nb-bar{animation:nb-logo-flow 2.4s cubic-bezier(.4,.1,.2,1) infinite alternate}.nb-wm--anim .nb-dot{animation:nb-dot-pulse 2.4s ease infinite alternate}@keyframes nb-logo-flow{0%{width:.08em}to{width:.62em}}@keyframes nb-dot-pulse{0%,60%{opacity:.45}to{opacity:1}}.sr{opacity:0;transform:translateY(18px);transition:opacity .65s cubic-bezier(.2,.7,.2,1),transform .65s cubic-bezier(.2,.7,.2,1)}.sr.sr-on{opacity:1;transform:none}.modal{position:fixed;inset:0;z-index:100;display:none;place-items:center;padding:22px;background:rgba(11,15,13,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal.on{display:grid}.mcard{background:var(--surface);border-radius:20px;max-width:430px;width:100%;padding:34px;box-shadow:var(--shadow-lg);position:relative}.mcard h3{font-size:25px;letter-spacing:-.03em;font-weight:500}.mcard p.sub{color:var(--ink-2);font-size:15px;margin-top:9px;line-height:1.5}.field{margin-top:16px}.field label{display:block;font-size:13px;font-weight:600;color:var(--ink-2);margin-bottom:7px}.field input{width:100%;padding:13px 15px;border:1px solid var(--line-2);border-radius:11px;font-family:inherit;font-size:15px;background:var(--raise);color:var(--ink)}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(18,185,129,.15)}.field select,.field textarea{width:100%;padding:13px 15px;border:1px solid var(--line-2);border-radius:11px;font-family:inherit;font-size:15px;background:var(--raise);color:var(--ink)}.name-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}@media(max-width:520px){.name-grid{grid-template-columns:1fr}}.lead-plan{display:inline-flex;align-items:center;gap:8px;margin-top:14px;font-size:13.5px;color:var(--green);background:var(--green-soft);padding:8px 13px;border-radius:10px}.lead-plan .d{width:7px;height:7px;border-radius:50%;background:var(--green-bright);flex:0 0 auto}.lead-plan b{font-weight:600;color:var(--green)}.consent{display:flex;gap:10px;align-items:flex-start;margin-top:18px;font-size:13px;line-height:1.5;color:var(--muted);cursor:pointer}.consent input{margin-top:2px;width:16px;height:16px;flex:0 0 auto;accent-color:var(--green);cursor:pointer}.consent a{color:var(--green);font-weight:600;text-decoration:underline}.form-error{margin-top:14px;font-size:13.5px;color:#b4232a;background:#fdf2f2;border:1px solid #f5c6cb;border-radius:9px;padding:10px 13px;line-height:1.5}.form-error a{color:#b4232a;font-weight:600;text-decoration:underline}.modal .btn{width:100%;justify-content:center;margin-top:20px}.modal .btn:disabled{opacity:.6;cursor:default}.close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:1px solid var(--line-2);background:var(--raise);cursor:pointer;display:grid;place-items:center;color:var(--muted)}.thanks{text-align:center;padding:12px 0}.thanks .big{width:58px;height:58px;border-radius:50%;background:var(--green-soft);color:var(--green);display:grid;place-items:center;margin:0 auto 16px}.hidden{display:none}.legal{max-width:760px}.legal-body{margin-top:24px;color:var(--ink-2);font-size:16px;line-height:1.75}.legal-body h3{font-size:19px;font-weight:500;letter-spacing:-.02em;color:var(--ink);margin:34px 0 10px}.legal-body p,.legal-body ul{margin:0 0 14px}.legal-body ul{padding-left:20px}.legal-body li{margin:6px 0}.legal-body a{color:var(--green);font-weight:600;text-decoration:underline}.legal-body b,.legal-body strong{color:var(--ink);font-weight:600}.datos{background:var(--raise);border:1px solid var(--line-2);border-radius:12px;padding:18px 22px;margin:0 0 14px}.datos dl{margin:0;display:grid;grid-template-columns:240px 1fr;grid-gap:8px 16px;gap:8px 16px}.datos dt{font-weight:600;color:var(--ink)}.datos dd{margin:0}@media(max-width:560px){.datos dl{grid-template-columns:1fr;gap:2px 0}.datos dt{margin-top:10px}}.cookie{position:fixed;left:0;right:0;bottom:0;z-index:60;padding:16px;animation:cookie-rise .4s cubic-bezier(.2,.7,.2,1) both}@keyframes cookie-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.cookie-in{max-width:1000px;margin:0 auto;background:var(--surface);border:1px solid var(--line-2);border-radius:16px;box-shadow:var(--shadow-lg);padding:16px 20px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.cookie-txt{font-size:13.5px;color:var(--ink-2);line-height:1.55;flex:1 1 320px;margin:0}.cookie-txt a{color:var(--green);font-weight:600;text-decoration:underline}.cookie-btns{display:flex;gap:10px;flex:0 0 auto}@media(max-width:560px){.cookie{padding:12px}.cookie-in{padding:16px}.cookie-btns{width:100%}.cookie-btns .btn{flex:1 1;justify-content:center}}@font-face{font-family:__Inter_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;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_48b81b;font-style:normal;font-weight:800;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_48b81b;font-style:normal;font-weight:800;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_48b81b;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_48b81b;font-style:normal;font-weight:800;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_48b81b;font-style:normal;font-weight:800;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_48b81b;font-style:normal;font-weight:800;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_48b81b;font-style:normal;font-weight:800;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_48b81b;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_48b81b{font-family:__Inter_48b81b,__Inter_Fallback_48b81b;font-style:normal}.__variable_48b81b{--font-inter:"__Inter_48b81b","__Inter_Fallback_48b81b"}