:root{--bg:#f7f3ea;--ink:#10312e;--teal:#0e7c6b;--coral:#ff5a3c;--coral-dark:#e84a2e;--mango:#ffb43a;--mango-light:#ffc35c;--muted:#526b63;--muted-2:#526b63;--muted-3:#6f6753;--line:#e7dfce;--line-2:#f0eadb;--card-bg:#fcfaf4;--green-ok:#0e9f6e;--gold:#b8860b;--danger:#c0392b;--danger-bg:#fdece7;--gold-bg:#fcf4e2;--teal-bg:#e9f2ee;--font-display:var(--font-bricolage),sans-serif;--font-body:var(--font-schibsted),sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{margin:0;padding:0;background:var(--bg)}body{font-family:var(--font-body);color:var(--ink);-webkit-font-smoothing:antialiased;min-height:100vh}a{color:var(--teal);text-decoration:none}a:hover{color:var(--coral)}button,input,select,textarea{font-family:var(--font-body);font-size:14px}input:focus,textarea:focus{outline:2px solid var(--teal);outline-offset:1px}button{cursor:pointer}::selection{background:var(--mango);color:var(--ink)}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.fade-up{animation:fadeUp .6s ease both}@media (prefers-reduced-motion:reduce){.fade-up{animation:none}html{scroll-behavior:auto}}.wrap{max-width:1220px;margin:0 auto}.px{padding-left:clamp(16px,4vw,40px);padding-right:clamp(16px,4vw,40px)}.section{padding-top:clamp(32px,5vw,56px)}main{flex:1 1}.page-shell{min-height:100vh;display:flex;flex-direction:column}.display{font-family:var(--font-display);font-weight:800;letter-spacing:-.5px}h1.display{letter-spacing:-1px;line-height:1.05;text-wrap:pretty;margin:0}.h-page{font-size:clamp(28px,4vw,42px)}.h-section{font-size:clamp(22px,3vw,30px);margin:0 0 18px}.kicker{font-size:13px;letter-spacing:2.5px;text-transform:uppercase;color:var(--mango);font-weight:700}.sub{color:var(--muted);font-size:15px;line-height:1.5}.small-note{font-size:12px;color:var(--muted-2)}.btn{border:none;border-radius:14px;font-weight:700;transition:background .15s,color .15s,border-color .15s,transform .15s;display:inline-flex;align-items:center;justify-content:center;gap:6px;text-align:center}.btn-coral{background:var(--coral);color:var(--ink);padding:14px 24px;font-size:15px}.btn-coral:hover{background:var(--coral-dark);color:var(--ink)}.btn-mango{background:var(--mango);color:var(--ink);padding:15px 26px;font-size:15px;font-weight:800}.btn-mango:hover{background:var(--mango-light);color:var(--ink)}.btn-ink{background:var(--ink);color:#fff;padding:14px 24px;font-size:14px}.btn-ink:hover{background:var(--teal);color:#fff}.btn-outline{border:1.5px solid var(--ink);background:transparent;color:var(--ink);padding:14px 24px;font-size:15px;font-weight:700;border-radius:14px}.btn-outline:hover{background:var(--ink);color:#fff}.btn-outline-teal{border:1.5px solid var(--teal);background:#fff;color:var(--teal);border-radius:99px;padding:5px 12px;font-size:12px;font-weight:700}.btn-outline-teal:hover{background:var(--teal);color:#fff}.btn-wa{background:#25d366;color:var(--ink);border-radius:12px;padding:11px 18px;font-size:14px;font-weight:700;display:inline-flex;align-items:center}.btn-wa:hover{background:#1fb958;color:var(--ink)}.btn-dashed{border:1.5px dashed #c9bfa8;background:transparent;color:var(--muted);border-radius:10px;padding:10px 16px;font-size:13px;font-weight:700}.btn-dashed:hover{border-color:var(--teal);color:var(--teal)}.btn-ghost{border:none;background:transparent;color:var(--muted-3);font-size:13px;font-weight:700}.btn-ghost:hover{color:var(--coral)}.chip{border:1.5px solid var(--line);background:#fff;color:#3d5a52;border-radius:99px;padding:7px 15px;font-size:13px;font-weight:700;transition:all .15s}.chip.on{border-color:var(--ink);background:var(--ink);color:#fff}.chip-free{border:1.5px solid var(--line);background:#fff;color:#3d5a52;border-radius:99px;padding:11px 20px;font-size:13px;font-weight:700}.chip-free.on{border-color:var(--green-ok);background:var(--green-ok);color:#fff}.card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 2px 10px rgba(16,49,46,.07);display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:0 14px 30px rgba(16,49,46,.14);transform:translateY(-3px)}.card-static{background:#fff;border-radius:20px;padding:22px}.banner{height:140px;position:relative;cursor:pointer;display:block}.banner-initial{position:absolute;left:14px;bottom:10px;font-family:var(--font-display);font-size:64px;font-weight:800;opacity:.28;color:#fff;line-height:1}.badge-sponsored{left:12px;background:var(--mango);color:var(--ink);font-weight:800;letter-spacing:.5px;text-transform:uppercase}.badge-cat,.badge-sponsored{position:absolute;top:12px;font-size:11px;border-radius:99px;padding:4px 10px}.badge-cat{right:12px;background:rgba(16,49,46,.75);color:#fff;font-weight:700}.badge-sched{position:absolute;bottom:10px;right:12px;background:rgba(255,255,255,.92);color:var(--teal);font-size:11px;font-weight:800;border-radius:99px;padding:4px 10px}.card-body{padding:16px 16px 14px;display:flex;flex-direction:column;gap:8px;flex:1 1}.card-title{font-family:var(--font-display);font-size:18px;font-weight:700;line-height:1.2;cursor:pointer;color:var(--ink)}.card-meta{font-size:13px;color:var(--muted)}.rating{font-size:13px;font-weight:700;color:#8a6d1c}.rating .rc{color:var(--muted-2);font-weight:400}.fav-btn{border:1.5px solid var(--line);background:#fff;color:var(--coral);border-radius:99px;width:30px;height:30px;font-size:15px;line-height:1;padding:0}.fav-btn.on{border-color:var(--coral);background:var(--danger-bg)}.grid-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(265px,1fr));grid-gap:18px;gap:18px}.grid-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:14px;gap:14px}.grid-regions{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:14px;gap:14px}.grid-guide{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:18px;gap:18px}.grid-infos{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:12px;gap:12px}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(380px,100%),1fr));grid-gap:20px;gap:20px;align-items:start}.input{width:100%;border:1.5px solid var(--line);border-radius:12px;padding:12px 16px;font-size:14px;color:var(--ink)}.input,.input-sm{background:var(--card-bg)}.input-sm{border:1.5px solid var(--line);border-radius:10px;padding:10px 13px;font-size:13px}.label{font-size:13px;font-weight:700;display:block;margin-bottom:6px}.form-error{background:var(--danger-bg);color:var(--danger);border-radius:12px;padding:12px 16px;font-size:14px;font-weight:600}.form-card{background:#fff;border-radius:22px;padding:clamp(20px,3vw,32px);display:flex;flex-direction:column;gap:18px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--ink);color:var(--bg)}.header-inner{display:flex;align-items:center;flex-wrap:wrap;gap:6px 22px;min-height:64px;padding-top:8px;padding-bottom:8px}.logo{display:flex;align-items:baseline;gap:2px;font-family:var(--font-display)}.logo span{font-size:26px;font-weight:800;letter-spacing:-.5px;color:var(--bg)}.logo .tld{color:var(--mango)}.nav-desktop{display:flex;flex-wrap:wrap;gap:2px;flex:1 1;align-items:center}.nav-link{border:none;background:transparent;color:#bfd6ce;border-radius:99px;padding:8px 14px;font-size:14px;font-weight:700;display:inline-flex;align-items:center}.nav-link:hover{color:var(--bg)}.nav-link.on{background:rgba(255,255,255,.12);color:var(--mango)}.nav-plan{border:1.5px solid rgba(255,255,255,.25)}.badge-count{background:var(--coral)}.badge-count,.badge-count-mango{color:var(--ink);border-radius:99px;font-size:11px;font-weight:800;padding:1px 7px;margin-left:6px}.badge-count-mango{background:var(--mango)}.header-right{display:flex;gap:4px;align-items:center}.lang-btn{border:none;background:rgba(255,255,255,.1);color:#bfd6ce;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:800}.lang-btn.on{background:var(--mango);color:var(--ink)}.acc-btn{border:1.5px solid rgba(255,255,255,.3);background:transparent;color:var(--bg);border-radius:99px;padding:6px 14px;font-size:12px;font-weight:800;margin-left:6px;white-space:nowrap;display:inline-flex;align-items:center}.acc-btn.on{background:var(--mango);color:var(--ink)}.alert-btn{border:none;background:rgba(255,255,255,.1);color:var(--bg);border-radius:99px;padding:7px 13px;font-size:12px;font-weight:800;display:inline-flex;align-items:center;white-space:nowrap}.alert-btn:hover{background:rgba(255,255,255,.2)}.burger{border:none;background:rgba(255,255,255,.12);color:var(--bg);border-radius:10px;padding:8px 13px;font-size:18px;line-height:1;font-weight:700}.nav-mobile{display:flex;flex-direction:column;gap:2px;padding:6px 0 16px;border-top:1px solid rgba(255,255,255,.12)}.nav-mobile .nav-link{border-radius:12px;padding:13px 14px;font-size:16px;text-align:left;color:var(--bg);justify-content:flex-start}.nav-mobile .nav-link.on{color:var(--mango)}.nav-desktop-only{display:none}.nav-mobile-only{display:flex}@media (min-width:900px){.nav-desktop-only{display:flex}.nav-mobile-only{display:none}}.hero{background:var(--ink);color:var(--bg);padding-top:clamp(40px,7vw,90px);padding-bottom:clamp(48px,7vw,90px);position:relative;overflow:hidden}.hero-orb-1{right:-120px;top:-140px;width:480px;height:480px;background:radial-gradient(circle at 40% 40%,#0e7c6b55,transparent 70%)}.hero-orb-1,.hero-orb-2{position:absolute;border-radius:50%}.hero-orb-2{left:-80px;bottom:-180px;width:380px;height:380px;background:radial-gradient(circle at 60% 40%,#ffb43a22,transparent 70%)}.hero h1{font-family:var(--font-display);font-size:clamp(34px,6vw,72px);line-height:1.02;font-weight:800;letter-spacing:-1.5px;margin:0 0 16px;max-width:760px;text-wrap:pretty}.hero p{font-size:clamp(15px,1.6vw,19px);color:#bfd6ce;max-width:560px;margin:0 0 32px;line-height:1.5}.hero-search{display:flex;gap:10px;flex-wrap:wrap;max-width:640px}.hero-search input{flex:1 1;min-width:220px;padding:16px 20px;background:var(--bg)}.hero-search button,.hero-search input{border:none;border-radius:14px;font-size:16px;color:var(--ink)}.hero-search button{background:var(--coral);padding:16px 28px;font-weight:800}.hero-search button:hover{background:var(--coral-dark)}.hero-trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px;font-size:13px;color:#7fa99c}.site-footer{background:var(--ink);color:#7fa99c;padding-top:36px;padding-bottom:36px;margin-top:auto}.footer-inner{gap:20px;justify-content:space-between}.footer-inner,.footer-links{display:flex;flex-wrap:wrap;align-items:center}.footer-links{font-size:13px;gap:18px}.footer-links a{color:#bfd6ce}.detail-banner{position:relative;border-radius:22px;overflow:hidden;margin-top:16px;height:clamp(180px,30vw,280px)}.detail-banner .banner-initial{left:28px;bottom:14px;font-size:120px;opacity:.22}.badge-ai{position:absolute;bottom:18px;right:18px;background:rgba(255,255,255,.9);color:var(--ink);font-size:11px;font-weight:600;padding:5px 12px;white-space:nowrap}.badge-ai,.pill{border-radius:99px}.pill{padding:5px 13px;font-size:13px;font-weight:700;display:inline-block}.pill-teal{background:var(--teal-bg);color:var(--teal)}.pill-gold{background:var(--gold-bg);color:#8a6d1c}.pill-ink{background:var(--ink);color:var(--mango);font-size:12px;font-weight:800}.info-tile{background:#fff;border-radius:14px;padding:14px 16px;position:relative}.info-tile .k{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--muted-2);font-weight:700}.info-tile .v{font-weight:700;margin-top:4px;font-size:14px;line-height:1.4}.row-item{display:flex;gap:10px;align-items:flex-start;background:var(--card-bg);border:1px solid var(--line-2);border-radius:12px;padding:11px 12px}.dot{width:10px;height:10px;border-radius:50%;margin-top:5px}.dot,.toggle{flex-shrink:0}.toggle{width:46px;height:26px;border-radius:99px;background:#d8d0bc;position:relative;display:inline-block;transition:background .15s;border:none;padding:0}.toggle.on{background:var(--green-ok)}.toggle .knob{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:left .15s;display:block;box-shadow:0 1px 3px rgba(16,49,46,.3)}.toggle.on .knob{left:23px}.modal-overlay{position:fixed;inset:0;background:rgba(16,49,46,.6);z-index:100;display:flex;align-items:center;justify-content:center;padding:18px}.modal{background:var(--bg);border-radius:22px;max-width:540px;width:100%;max-height:82vh;overflow:auto;padding:clamp(20px,3vw,28px);animation:fadeUp .25s ease both}.modal-close{border:none;background:var(--line);color:var(--ink);border-radius:50%;width:30px;height:30px;font-size:15px;line-height:1;font-weight:700}.modal-close:hover{background:var(--coral);color:#fff}.empty-dashed{text-align:center;padding:70px 20px;border:2px dashed #c9bfa8;border-radius:22px}.gradient-cta{background:linear-gradient(120deg,var(--teal),var(--ink));border-radius:22px;padding:clamp(28px,4vw,44px);color:var(--bg);display:flex;flex-wrap:wrap;align-items:center;gap:20px;justify-content:space-between}.tag-badge{position:absolute;top:12px;left:12px;background:rgba(16,49,46,.8);color:#fff;font-size:11px;font-weight:800;border-radius:99px;padding:4px 11px;pointer-events:none;z-index:1}.article-body p{font-size:16px;line-height:1.75;color:#3d5a52;margin:0 0 18px}.skip-link{position:absolute;left:-9999px;top:0;background:var(--mango);color:var(--ink);padding:10px 16px;border-radius:0 0 10px 0;font-weight:800;z-index:200}.skip-link:focus{left:0}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-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:Bricolage Grotesque;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-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:Bricolage Grotesque;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-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:Bricolage Grotesque;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-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:Bricolage Grotesque;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-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:Bricolage Grotesque;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-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:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-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:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-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:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-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:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-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:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-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:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-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:Bricolage Grotesque Fallback;src:local("Arial");ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.00%;size-adjust:105.43%}.__className_9db53c{font-family:Bricolage Grotesque,Bricolage Grotesque Fallback;font-style:normal}.__variable_9db53c{--font-bricolage:"Bricolage Grotesque","Bricolage Grotesque Fallback"}@font-face{font-family:Schibsted Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/56069e83bb5b2425-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:Schibsted Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/91601dd83defba07-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:Schibsted Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/56069e83bb5b2425-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:Schibsted Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/91601dd83defba07-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:Schibsted Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/56069e83bb5b2425-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:Schibsted Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/91601dd83defba07-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:Schibsted Grotesk Fallback;src:local("Arial");ascent-override:93.46%;descent-override:24.67%;line-gap-override:0.00%;size-adjust:104.49%}.__className_0ddbdc{font-family:Schibsted Grotesk,Schibsted Grotesk Fallback;font-style:normal}.__variable_0ddbdc{--font-schibsted:"Schibsted Grotesk","Schibsted Grotesk Fallback"}