:root{--green:#2f7d4f;--green-dark:#225d3b;--wa:#25d366;--wa-dark:#1ebe5b;--ink:#22271f;--muted:#5c6358;--cream:#f6f3ea;--card:#ffffff;--wheat:#e3b23c;--line:#e7e2d4;--radius:18px;--shadow:0 10px 30px rgba(34,39,31,0.08)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);background:var(--cream);line-height:1.55;-webkit-font-smoothing:antialiased}.wrap{max-width:1080px;margin:0 auto;padding:0 20px}a{color:inherit}header{padding:18px 0}.bar{justify-content:space-between}.bar,.logo{display:flex;align-items:center}.logo{gap:9px;font-weight:800;font-size:20px;letter-spacing:-.02em}.logo .dot{width:30px;height:30px;border-radius:9px;background:var(--green);display:grid;place-items:center;color:#fff;font-size:17px}.logo small{font-weight:500;color:var(--muted);font-size:13px;margin-left:2px}.nav-cta{display:none}@media (min-width:720px){.nav-cta{display:inline-flex}}.btn{display:inline-flex;align-items:center;gap:10px;border:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:17px;text-decoration:none;padding:15px 26px;border-radius:999px;transition:transform .12s ease,box-shadow .12s ease}.btn:active{transform:translateY(1px)}.btn-wa{background:var(--wa);color:#06351b;box-shadow:0 8px 20px rgba(37,211,102,.35)}.btn-wa:hover{background:var(--wa-dark)}.btn-sm{padding:11px 18px;font-size:15px}.wa-ico{width:22px;height:22px;flex:0 0 auto}.stage{display:flex;flex-direction:column;align-items:center;padding:12px 16px 6px;position:relative}.stage:before{content:"";position:absolute;top:46%;left:50%;width:min(620px,96vw);height:min(620px,96vw);transform:translate(-50%,-52%);border-radius:50%;z-index:0;pointer-events:none;background:radial-gradient(closest-side,rgba(47,125,79,.1),rgba(47,125,79,0))}.stage>*{position:relative;z-index:1}.stage h1{font-size:clamp(21px,3.4vw,30px);line-height:1.12;letter-spacing:-.02em;font-weight:800;text-align:center;max-width:22em;margin-bottom:4px}.stage h1 .hl{color:var(--green)}.sub{color:var(--muted);font-size:clamp(14px,2vw,16px);text-align:center;margin-bottom:18px}.phone{width:min(400px,94vw);background:#0b141a;border-radius:42px;padding:12px;box-shadow:0 18px 44px rgba(34,39,31,.13);border:1px solid #0b141a;position:relative;z-index:1}.screen{background:#e6dfd3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Crect width='8' height='8' fill='%23e9e2d6'/%3E%3Ccircle cx='4' cy='4' r='.6' fill='%23ded6c6'/%3E%3C/svg%3E");border-radius:32px;overflow:hidden;height:clamp(470px,60vh,620px);display:flex;flex-direction:column}@media (min-width:720px){.phone,.screen{width:auto}.screen{height:clamp(540px,64vh,700px);aspect-ratio:9/18.4}}.wa-top{background:#075e54;color:#fff;display:flex;align-items:center;gap:10px;padding:13px 14px;flex:0 0 auto}.ava{width:38px;height:38px;border-radius:50%;background:var(--green);display:grid;place-items:center;flex:0 0 auto}.wa-top .nm{font-weight:700;font-size:15px;line-height:1.1}.wa-top .st{font-size:12px;opacity:.8;min-height:15px}.chat{padding:16px 12px;display:flex;flex-direction:column;gap:9px;flex:1 1 auto;overflow-y:auto;scroll-behavior:smooth;overscroll-behavior:contain}.chat::-webkit-scrollbar{width:0;height:0}.b{max-width:86%;padding:9px 12px;border-radius:12px;font-size:14px;box-shadow:0 1px 1px rgba(0,0,0,.06);position:relative;flex:0 0 auto}.b .tm{display:inline-block;font-size:10.5px;color:#8aa28d;margin-left:8px;transform:translateY(2px);float:right;margin-top:6px}.b.in-b{background:#fff;border-top-left-radius:3px;align-self:flex-start}.b.out{background:#d9fdd3;border-top-right-radius:3px;align-self:flex-end}.b.day{align-self:center;background:#d9efff;color:#3b5566;font-size:12px;padding:5px 11px;border-radius:8px;box-shadow:none}.b.pop{animation:msgIn .4s cubic-bezier(.2,.9,.3,1.2)}@keyframes msgIn{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:none}}.card-sub{background:#f3faf4;border:1px solid #d8ecdd;border-radius:10px;padding:10px;margin-top:6px;font-size:13.5px;clear:both}.card-sub b{color:var(--green-dark)}.card-sub .row{display:flex;gap:7px;margin-top:5px;color:#3f4a40}.typing{display:inline-flex;gap:4px;align-items:center;background:#fff;border-radius:12px;border-top-left-radius:3px;padding:12px 14px;align-self:flex-start;box-shadow:0 1px 1px rgba(0,0,0,.06)}.typing i{width:7px;height:7px;border-radius:50%;background:#b6c2b8;animation:blink 1.2s infinite}.typing i:nth-child(2){animation-delay:.2s}.typing i:nth-child(3){animation-delay:.4s}@keyframes blink{0%,60%,to{opacity:.35}30%{opacity:1}}.choices{display:flex;gap:7px;flex-wrap:wrap;align-self:flex-start;animation:msgIn .4s cubic-bezier(.2,.9,.3,1.2)}.choice{background:#fff;border:1.5px solid #9fd4ae;color:#1a6b3c;font-family:inherit;font-weight:600;font-size:13.5px;padding:8px 13px;border-radius:999px;cursor:pointer;transition:background .15s ease,transform .15s ease}.choice:hover{background:#eefaf1;transform:translateY(-1px)}.chat-cta{align-self:center;margin-top:4px;display:inline-flex;align-items:center;gap:9px;background:var(--wa);color:#06351b;font-weight:700;font-size:15px;text-decoration:none;padding:13px 22px;border-radius:999px;box-shadow:0 6px 16px rgba(37,211,102,.35);animation:msgIn .4s cubic-bezier(.2,.9,.3,1.2);position:relative}.chat-cta:hover{background:var(--wa-dark)}.chat-cta:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;animation:beat 3.4s ease-out .6s infinite}@keyframes beat{0%,8%{box-shadow:0 0 0 0 rgba(37,211,102,.45)}26%{box-shadow:0 0 0 12px rgba(37,211,102,0)}30%{box-shadow:0 0 0 0 rgba(37,211,102,.3)}48%{box-shadow:0 0 0 14px rgba(37,211,102,0)}to{box-shadow:0 0 0 0 rgba(37,211,102,0)}}.chat-cta .wa-ico{width:18px;height:18px}.wa-input{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:8px 10px 10px}.wa-input input{flex:1 1 auto;border:none;background:#fff;border-radius:999px;padding:11px 16px;font-family:inherit;font-size:14px;color:var(--ink);box-shadow:0 1px 1px rgba(0,0,0,.06);min-width:0}.wa-input input:focus{outline:2px solid rgba(47,125,79,.35)}.wa-input input::placeholder{color:#9aa39b}.wa-input button{width:42px;height:42px;border-radius:50%;background:#075e54;border:none;flex:0 0 auto;display:grid;place-items:center;cursor:pointer;transition:transform .12s ease}.wa-input button:hover{transform:scale(1.06)}.micro{font-size:13.5px;color:var(--muted);margin-top:16px;display:flex;flex-wrap:wrap;gap:5px 15px;justify-content:center}.micro span{display:inline-flex;align-items:center;gap:6px}.check{color:var(--green);font-weight:800}.again{margin-top:9px;background:none;border:none;font-family:inherit;font-size:13px;color:var(--muted);cursor:pointer;text-decoration:underline;text-underline-offset:3px}.again:hover{color:var(--green-dark)}.dots{display:flex;gap:7px;margin-top:14px}.dots i{width:8px;height:8px;border-radius:50%;background:#ddd6c4;transition:background .3s ease,transform .3s ease}.dots i.on{background:var(--green);transform:scale(1.15)}.mail-toggle{margin-top:4px;background:none;border:none;font-family:inherit;font-size:13px;color:var(--muted);cursor:pointer;text-decoration:underline;text-underline-offset:3px}.mail-toggle:hover{color:var(--green-dark)}.mailrow{display:none;margin-top:10px;gap:8px;flex-wrap:wrap;justify-content:center}.mailrow.open{display:flex}.mailrow input{font-family:inherit;font-size:16px;padding:10px 15px;border:1px solid var(--line);border-radius:999px;background:#fff;width:min(240px,60vw)}.mailrow input:focus{outline:2px solid var(--green);border-color:transparent}.mailrow button{font-family:inherit;font-size:14px;font-weight:700;color:#fff;background:var(--green);border:none;border-radius:999px;padding:10px 18px;cursor:pointer}.mailrow button:hover{background:var(--green-dark)}.mail-ok{display:none;margin-top:10px;font-size:13.5px;font-weight:600;color:var(--green-dark)}.mail-ok.show{display:block}@media (prefers-reduced-motion:reduce){.stage *{animation-duration:.01ms!important;animation-iteration-count:1!important}}section{padding:46px 0}.sec-head{text-align:center;max-width:34em;margin:0 auto 34px}h2{font-size:clamp(24px,4.5vw,34px);letter-spacing:-.02em;font-weight:800;margin-bottom:10px}.sec-head p{color:var(--muted);font-size:17px}.steps{display:grid;grid-gap:18px;gap:18px}@media (min-width:760px){.steps{grid-template-columns:repeat(3,1fr)}}.step{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:26px 22px;text-align:center}.step .ic{width:56px;height:56px;border-radius:16px;background:#eaf3ec;display:grid;place-items:center;font-size:27px;margin:0 auto 14px}.step h3{font-size:19px;margin-bottom:7px}.step p{color:var(--muted);font-size:15.5px}.step .num{font-weight:800;color:var(--wheat);font-size:14px;letter-spacing:.05em}.trust{background:var(--green);color:#fff;border-radius:24px;padding:34px 26px}.trust-grid{display:grid;grid-gap:20px;gap:20px}@media (min-width:680px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:980px){.trust-grid{grid-template-columns:repeat(4,1fr)}}.tcard .ti{font-size:26px;margin-bottom:6px}.tcard b{display:block;font-size:16px;margin-bottom:3px}.tcard span{color:#d7ecdd;font-size:14.5px}.faq{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}details{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:4px 20px}summary{cursor:pointer;font-weight:600;font-size:17px;padding:16px 0;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px}summary::-webkit-details-marker{display:none}summary:after{content:"+";font-size:24px;color:var(--green);font-weight:400;line-height:1}details[open] summary:after{content:"–"}details p{color:var(--muted);padding:0 0 18px;font-size:15.5px}.email{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:34px 26px;text-align:center;max-width:680px;margin:0 auto}.email h2{font-size:25px}.email p{color:var(--muted);margin:8px auto 20px;max-width:32em}.form{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.form input{flex:1 1 240px;max-width:340px;font-family:inherit;font-size:16px;padding:14px 16px;border:1px solid var(--line);border-radius:999px;background:var(--cream)}.form input:focus{outline:2px solid var(--green);border-color:transparent}.btn-green{background:var(--green);color:#fff}.btn-green:hover{background:var(--green-dark)}.form-note{font-size:13px;color:var(--muted);margin-top:12px}.form-ok{color:var(--green-dark);font-weight:600;margin-top:14px}.form-ok .spam-tip{font-weight:400;color:var(--muted);font-size:14.5px;margin:8px auto 0;max-width:34em}.form-err{color:#b3261e;font-weight:600;margin-top:14px}.final{text-align:center;background:linear-gradient(160deg,#eaf3ec,#f6f3ea);border-radius:24px;padding:48px 24px}.final h2{margin-bottom:18px}.legal{padding:40px 20px 60px;max-width:760px}.legal h1{margin-bottom:6px}.legal h2{font-size:19px;margin:26px 0 8px}.legal li,.legal p{color:var(--ink);font-size:16px}.legal ul{margin:8px 0 8px 22px}.legal li{margin-bottom:5px}.legal a{color:var(--green-dark)}.legal .muted{color:var(--muted)}.content{max-width:820px;margin:0 auto;padding:26px 20px 40px}.content h1{font-size:clamp(23px,4vw,32px);letter-spacing:-.02em;line-height:1.18;margin-bottom:10px}.content .lead{color:var(--muted);font-size:17px;margin-bottom:22px;max-width:40em}.content h2{font-size:21px;margin:30px 0 10px}.content p{margin-bottom:12px}.content a{color:var(--green-dark)}.crumbs{font-size:13.5px;margin-bottom:14px}.crumbs,.crumbs a{color:var(--muted)}.crumbs a{text-decoration:none}.crumbs a:hover{color:var(--green-dark)}.badge{display:inline-block;font-size:13px;font-weight:700;padding:4px 12px;border-radius:999px;margin-bottom:12px}.badge-open{background:#e2f5e8;color:#1a6b3c}.badge-verwacht{background:#fdf3dc;color:#8a6410}.badge-gesloten{background:#eee9dd;color:var(--muted)}.kern{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:20px 22px;margin:18px 0;display:grid;grid-gap:10px 24px;gap:10px 24px}@media (min-width:640px){.kern{grid-template-columns:1fr 1fr}}.kern .kv{display:flex;flex-direction:column;gap:1px}.kern dt{font-size:12.5px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.kern dd{font-size:16px;font-weight:600;margin:0}.mech-note{background:#f3faf4;border:1px solid #d8ecdd;border-radius:12px;padding:12px 16px;font-size:15px;color:#2c4a35;margin:14px 0}.bron{font-size:14px;color:var(--muted);margin-top:24px;padding-top:14px;border-top:1px solid var(--line)}.reg-list{display:flex;flex-direction:column;gap:12px;margin:18px 0}.reg-card{display:block;background:var(--card);border:1px solid var(--line);border-radius:14px;padding:16px 18px;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease}.reg-card:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.reg-card b{display:block;font-size:16px;line-height:1.3;margin-bottom:4px}.reg-card .meta{font-size:13.5px;color:var(--muted);display:flex;flex-wrap:wrap;gap:4px 14px}.reg-card .pill{font-weight:700}.pill-open{color:#1a6b3c}.pill-verwacht{color:#8a6410}.pill-gesloten{color:var(--muted)}.hub-links{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 6px}.hub-links a{font-size:14px;font-weight:600;color:#1a6b3c;background:#fff;border:1.5px solid #9fd4ae;border-radius:999px;padding:7px 14px;text-decoration:none}.hub-links a:hover{background:#eefaf1}footer{padding:30px 0 50px;text-align:center;color:var(--muted);font-size:14px}footer a{color:var(--green-dark);text-decoration:none}.footlinks{margin-top:8px;display:flex;gap:18px;justify-content:center;flex-wrap:wrap}@media (max-width:640px){.wrap{padding:0 16px}section{padding:30px 0}header{padding:14px 0}.stage{padding:8px 12px 4px}.sec-head{margin-bottom:24px}.sec-head p{font-size:16px}.step{padding:22px 18px}.trust{padding:26px 18px;border-radius:18px}.final{padding:34px 20px}.final h2{font-size:23px}.email{padding:26px 18px}.form input{flex:1 1 100%;max-width:none}.form .btn{width:100%}.legal{padding:28px 16px 48px}}.profiel{max-width:560px;margin:0 auto;padding:40px 20px 64px}.profiel h1{font-size:28px;margin:0 0 8px}.profiel .intro{color:var(--muted);margin:0 0 26px}.wiz-progress{height:5px;background:#e8e5da;border-radius:999px;overflow:hidden;margin-bottom:8px}.wiz-progress>div{height:100%;background:var(--green);border-radius:999px;transition:width .25s ease}.wiz-count{font-size:13px;color:var(--muted);margin-bottom:22px}.wiz-step{animation:wizIn .22s ease;text-align:left}@keyframes wizIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.wiz-q{font-size:22px;font-weight:700;margin:0 0 6px}.wiz-hint{font-size:14px;color:var(--muted);margin:0 0 18px}.wiz-step input[type=text]{width:100%;font-family:inherit;font-size:17px;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:var(--cream)}.wiz-step input[type=text]:focus{outline:2px solid var(--green);border-color:transparent}.opts{display:flex;flex-direction:column;gap:10px}.opts.grid2{display:grid;grid-template-columns:1fr 1fr}.opt{text-align:left;font-family:inherit;font-size:16px;font-weight:600;padding:14px 18px;border:1.5px solid var(--line);border-radius:12px;background:#fff;cursor:pointer;transition:border-color .12s ease,background .12s ease}.opt.sel,.opt:hover{border-color:var(--green)}.opt.sel{background:#f3faf4}.wiz-nav{display:flex;align-items:center;gap:14px;margin-top:22px}.wiz-back{background:none;border:none;font-family:inherit;font-size:14px;color:var(--muted);cursor:pointer;padding:0}.wiz-back:hover{color:var(--green-dark)}@media (max-width:640px){.profiel{padding:28px 16px 48px}.wiz-q{font-size:19px}.opts.grid2{grid-template-columns:1fr}}@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 Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_48b81b{font-family:Inter,Inter Fallback;font-style:normal}