:root{--black:#0a0a0a;--ink:#111111;--white:#ffffff;--paper:#fafafa;--grey-50:#f5f5f5;--grey-100:#efefef;--grey-200:#e4e4e4;--grey-300:#d4d4d4;--grey-400:#a3a3a3;--grey-500:#737373;--grey-600:#525252;--grey-700:#3a3a3a;--accent:#22c55e;--accent-soft:#eafbf0;--radius:22px;--shadow-md:0 10px 30px rgba(0,0,0,.08);--shadow-lg:0 40px 90px rgba(0,0,0,.20);--maxw:1160px;--nav-h:66px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-h);-webkit-text-size-adjust:100%}body{background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none}section{position:relative}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}.nav{position:fixed;top:0;left:0;right:0;height:var(--nav-h);z-index:100;background:rgba(255,255,255,.72);backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px);border-bottom:1px solid transparent;transition:border-color .3s ease,background .3s ease}.nav.scrolled{border-color:var(--grey-200);background:rgba(255,255,255,.88)}.nav-inner{max-width:var(--maxw);margin:0 auto;height:100%;padding:0 24px;justify-content:space-between}.brand,.nav-inner{display:flex;align-items:center}.brand{gap:10px;font-weight:900;letter-spacing:.08em;font-size:18px}.brand img{width:26px;height:26px}.nav-links{display:flex;align-items:center;gap:4px}.nav-links button{background:none;font-size:14.5px;font-weight:600;color:var(--grey-600);padding:9px 15px;border-radius:999px;transition:all .2s ease}.nav-links button:hover{color:var(--black);background:var(--grey-100)}.nav-links button.active{color:var(--black)}.nav-cta{background:var(--black)!important;color:var(--white)!important;font-weight:700;padding:10px 20px!important}.nav-cta:hover{transform:translateY(-1px)}.burger{display:none;flex-direction:column;gap:5px;background:none;padding:8px}.burger span{width:22px;height:2px;background:var(--black);border-radius:2px;transition:.3s}.btn{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:15.5px;padding:15px 26px;border-radius:999px;transition:all .2s ease;font-family:inherit}.btn-dark{background:var(--black);color:var(--white)}.btn-dark:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-ghost{background:var(--white);color:var(--black);border:1.5px solid var(--grey-200)}.btn-ghost:hover{border-color:var(--grey-400);transform:translateY(-2px)}.hero{position:relative;padding:calc(var(--nav-h) + 70px) 0 90px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:48px;gap:48px;align-items:center}.hero-pill{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--grey-600);background:var(--grey-100);padding:8px 14px;border-radius:999px;margin-bottom:22px}.hero-pill .dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.hero h1{font-size:clamp(40px,6vw,72px);line-height:1.02;font-weight:900;letter-spacing:-.03em;margin-bottom:22px}.hero h1 .grey{color:var(--grey-400)}.hero-sub{font-size:clamp(17px,2vw,20px);color:var(--grey-600);max-width:520px;margin-bottom:34px;line-height:1.55}.hero-actions{gap:14px;align-items:center}.hero-actions,.hero-meta{display:flex;flex-wrap:wrap}.hero-meta{gap:28px;margin-top:38px}.hero-meta .m{display:flex;flex-direction:column}.hero-meta .m b{font-size:26px;font-weight:900;letter-spacing:-.02em}.hero-meta .m span{font-size:13px;color:var(--grey-500);font-weight:500}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;min-height:640px}.hero-blob{position:absolute;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle at 30% 30%,var(--grey-100),var(--grey-50));filter:blur(12px);z-index:0}.hero-mini{position:absolute;z-index:1}.hero-mini.left{left:-18px;bottom:40px}.hero-mini.right{right:-14px;top:60px}.phone{position:relative;background:var(--black);border-radius:44px;padding:11px;box-shadow:var(--shadow-lg);z-index:2}.phone-inner{position:relative;border-radius:34px;overflow:hidden;background:#fff;line-height:0}.phone img{width:100%;height:auto;display:block}.sec{padding:100px 0}.sec-alt{background:var(--paper)}.eyebrow{font-size:12.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--grey-400);margin-bottom:16px}.sec-title{font-size:clamp(30px,4.4vw,50px);font-weight:900;letter-spacing:-.03em;line-height:1.05;max-width:760px}.sec-lead{font-size:18px;color:var(--grey-600);max-width:600px;margin-top:18px;line-height:1.6}.sec-head{margin-bottom:56px}.pillars{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.pillar{border:1.5px solid var(--grey-200);border-radius:var(--radius);padding:28px 24px;background:var(--white)}.pillar .pic{width:52px;height:52px;border-radius:15px;background:var(--black);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.pillar .pic svg{width:26px;height:26px}.pillar h3{font-size:19px;font-weight:800;margin-bottom:9px;letter-spacing:-.01em}.pillar p{font-size:14.5px;color:var(--grey-600);line-height:1.55}.feat-wrap{display:grid;grid-template-columns:1fr 340px;grid-gap:56px;gap:56px;align-items:start}.feat-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.feat{border:1.5px solid var(--grey-200);border-radius:var(--radius);padding:28px 24px;background:var(--white);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.feat:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--grey-300)}.feat .fic{width:46px;height:46px;border-radius:13px;background:var(--grey-100);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.feat .fic svg{width:24px;height:24px}.feat h3{font-size:17.5px;font-weight:800;margin-bottom:9px;letter-spacing:-.01em}.feat p{font-size:14px;color:var(--grey-600);line-height:1.55}.feat-sticky{position:-webkit-sticky;position:sticky;top:calc(var(--nav-h) + 30px);display:flex;justify-content:center}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center;margin-bottom:120px}.split:last-child{margin-bottom:0}.split-text h3{font-size:clamp(26px,3.4vw,38px);font-weight:900;letter-spacing:-.025em;line-height:1.08;margin-bottom:18px}.split-text p{font-size:17px;color:var(--grey-600);line-height:1.6;margin-bottom:22px}.check-list{display:flex;flex-direction:column;gap:14px}.check-list li{display:flex;gap:12px;align-items:flex-start;list-style:none;font-size:15.5px;color:var(--ink)}.check-list .ck{flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:var(--black);color:#fff;align-items:center;font-size:12px;margin-top:1px}.check-list .ck,.split-visual{display:flex;justify-content:center}.split-visual{position:relative}.lib-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.blend-list{display:flex;flex-direction:column;gap:12px;margin-top:26px}.blend{border:1.5px solid var(--grey-200);border-radius:16px;padding:18px 20px;background:var(--white);display:flex;align-items:center;justify-content:space-between;transition:border-color .2s ease,transform .2s ease}.blend:hover{border-color:var(--black);transform:translateX(4px)}.blend .bl{display:flex;flex-direction:column;gap:2px}.blend h4{font-size:15.5px;font-weight:800}.blend span{font-size:11px;font-weight:700;color:var(--grey-400);text-transform:uppercase;letter-spacing:.08em}.blend-more{justify-content:center;border-style:dashed;background:transparent}.blend-more:hover{transform:none;border-color:var(--grey-300)}.blend-more h4{color:var(--grey-400);font-weight:700}.lib-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-bottom:64px}.lib-card{border:1.5px solid var(--grey-200);border-radius:var(--radius);padding:26px;transition:border-color .2s,box-shadow .2s,transform .25s}.lib-card:hover{border-color:var(--grey-300);box-shadow:var(--shadow-md);transform:translateY(-4px)}.lib-card .lic{width:52px;height:52px;border-radius:15px;background:var(--grey-100);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.lib-card .lic svg{width:26px;height:26px}.lib-card h4{font-size:17px;font-weight:800;margin-bottom:6px}.lib-card p{font-size:13.5px;color:var(--grey-600);line-height:1.5}.ctaband{background:var(--black);color:#fff;border-radius:34px;padding:78px 40px;text-align:center;overflow:hidden;position:relative}.ctaband h2{font-size:clamp(30px,4.5vw,52px);font-weight:900;letter-spacing:-.03em;line-height:1.05;margin-bottom:20px}.ctaband p{font-size:18px;color:var(--grey-400);max-width:520px;margin:0 auto 34px}.ctaband .btn-dark{background:#fff;color:#000}.ctaband .btn-dark:hover{background:var(--grey-100)}.ctaband .btn-ghost{background:transparent;color:#fff;border-color:var(--grey-700)}.ctaband .btn-ghost:hover{border-color:var(--grey-500)}.cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}footer{padding:70px 0 40px;border-top:1px solid var(--grey-200)}.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:44px}.foot-brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.08em;font-size:20px;margin-bottom:16px}.foot-brand img{width:28px;height:28px}.foot-col h5{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--grey-400);margin-bottom:16px}.foot-col button{display:block;background:none;font-size:14.5px;color:var(--grey-600);margin-bottom:11px;transition:color .2s;text-align:left;font-weight:500}.foot-col button:hover{color:var(--black)}.foot-about{font-size:14.5px;color:var(--grey-500);max-width:320px;line-height:1.6;margin-bottom:20px}.socials{display:flex;gap:12px}.socials a{width:40px;height:40px;border-radius:12px;border:1.5px solid var(--grey-200);display:flex;align-items:center;justify-content:center;transition:all .2s}.socials a:hover{background:var(--black);border-color:var(--black);color:#fff}.socials svg{width:20px;height:20px}.disclaimer{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:16px;padding:20px 24px;font-size:13px;color:var(--grey-500);line-height:1.6;margin-bottom:32px}.disclaimer b{color:var(--grey-700)}.foot-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;font-size:13px;color:var(--grey-400)}.foot-bottom .fl{display:flex;gap:22px}.foot-bottom .fl a,.foot-bottom button{background:none;color:var(--grey-400);font-weight:500}.foot-bottom .fl a:hover,.foot-bottom button:hover{color:var(--black)}.legal-nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;height:var(--nav-h);background:rgba(255,255,255,.88);backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px);border-bottom:1px solid var(--grey-200)}.legal-nav .nav-inner{justify-content:space-between}.legal-back{display:inline-flex;align-items:center;gap:8px;font-size:14.5px;font-weight:600;color:var(--grey-600);padding:9px 15px;border-radius:999px;transition:all .2s ease}.legal-back:hover{color:var(--black);background:var(--grey-100)}.legal{max-width:760px;margin:0 auto;padding:64px 24px 100px}.legal .eyebrow,.legal h1{margin-bottom:14px}.legal h1{font-size:clamp(34px,5vw,52px);font-weight:900;letter-spacing:-.03em;line-height:1.04}.legal .updated{font-size:14px;color:var(--grey-400);margin-bottom:14px}.legal .lede{font-size:17px;margin-bottom:20px}.legal .callout,.legal .lede{color:var(--grey-600);line-height:1.6}.legal .callout{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:16px;padding:18px 22px;font-size:14px;margin:26px 0}.legal .callout b{color:var(--grey-700)}.legal h2{font-size:22px;font-weight:800;letter-spacing:-.01em;margin:38px 0 12px}.legal p{font-size:15.5px;color:var(--grey-700);line-height:1.7;margin-bottom:14px}.legal ul{margin:0 0 14px;padding-left:22px}.legal li{font-size:15.5px;color:var(--grey-700);line-height:1.7;margin-bottom:8px}.legal a{color:var(--ink);text-decoration:underline;text-underline-offset:2px}.legal .foot-note{margin-top:40px;padding-top:24px;border-top:1px solid var(--grey-200);font-size:14px;color:var(--grey-500)}@media(max-width:640px){.legal{padding:44px 22px 72px}.legal .eyebrow,.legal .updated,.legal h1{text-align:center}}@media(max-width:980px){.hero-grid{grid-template-columns:1fr;text-align:center}.hero-sub{margin-left:auto;margin-right:auto}.hero-copy{display:flex;flex-direction:column;align-items:center}.hero-actions,.hero-meta,.hero-pill{justify-content:center}.pillars{grid-template-columns:1fr 1fr}.feat-wrap{grid-template-columns:1fr;gap:40px}.feat-sticky{position:static;order:-1}.split{grid-template-columns:1fr;gap:36px;margin-bottom:80px;text-align:center}.split-visual{order:-1}.split .check-list{align-items:center;text-align:left;display:inline-flex;margin:0 auto}.lib-grid{grid-template-columns:1fr;gap:40px;text-align:center}.lib-grid .lib-visual{order:-1}.blend{text-align:left}.foot-grid{grid-template-columns:1fr;text-align:center}.foot-brand{justify-content:center}.foot-about{margin-left:auto;margin-right:auto}.socials{justify-content:center}.foot-col button{text-align:center}}@media(max-width:640px){.nav-links{position:fixed;top:var(--nav-h);left:0;right:0;flex-direction:column;gap:0;background:#fff;border-bottom:1px solid var(--grey-200);padding:14px 20px 20px;transform:translateY(-150%);transition:transform .35s cubic-bezier(.16,1,.3,1);align-items:stretch}.nav-links.open{transform:translateY(0)}.nav-links button{padding:14px 12px;border-radius:12px;text-align:center}.burger{display:flex}.feat-grid,.lib-cards,.pillars{grid-template-columns:1fr}.sec{padding:66px 0}.hero{padding-top:calc(var(--nav-h) + 34px)}.ctaband{padding:54px 22px}.hero-meta{gap:20px}.blend{padding:16px 18px}.sec-head{text-align:center;display:flex;flex-direction:column;align-items:center}.sec-lead,.sec-title{margin-left:auto;margin-right:auto}.feat,.lib-card,.pillar{text-align:center;display:flex;flex-direction:column;align-items:center}.blend{justify-content:center;text-align:center}.blend .arw{display:none}.check-list{align-items:center}.check-list li{text-align:left}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;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;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;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;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;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;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;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;font-style:normal;font-weight:900;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:900;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:900;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:900;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:900;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:900;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:900;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_d0be19{font-family:Inter,Inter Fallback;font-style:normal}