:root{--brand:#139e1c;--brand-dark:#0d7714;--brand-tint:#eaf6ea;--brand-on-dark:#7fd287;--savings:#139e1c;--savings-on-dark:#4ade55;--ink:#111315;--ink-2:#1c1f21;--grey-700:#4a4f54;--grey-500:#71777d;--grey-300:#d6d9dc;--grey-150:#e9ebed;--grey-100:#f3f4f5;--white:#fff;--wrap:1120px;--r:4px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;font-feature-settings:"tnum" 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}img{max-width:100%;display:block}.display{text-transform:uppercase;letter-spacing:.005em;font-family:Big Shoulders Display,Inter,sans-serif;font-weight:700;line-height:.95}h1.display{font-size:clamp(2.9rem,8vw,5.4rem)}h2.display{font-size:clamp(2rem,4.6vw,3.2rem)}h3.display{font-size:clamp(1.35rem,2.4vw,1.7rem)}.eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--brand);margin-bottom:1rem;font-size:.72rem;font-weight:600}.eyebrow.on-dark{color:var(--brand-on-dark)}.lead{color:var(--grey-700);max-width:62ch;font-size:clamp(1.03rem,1.6vw,1.22rem)}.num{font-variant-numeric:tabular-nums}.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}.band{padding:clamp(56px,8vw,104px) 0}.band--grey{background:var(--grey-100)}.band--dark{background:var(--ink);color:var(--white)}.band--dark .lead{color:#b9bec3}.band--brand{background:var(--brand);color:var(--white)}.rule{background:var(--brand);width:56px;height:4px;margin-bottom:1.5rem}.rule.on-dark{background:var(--brand)}.subheader{background:var(--ink);color:#e6e8ea}.subheader-in{justify-content:center;align-items:center;gap:24px;min-height:40px;font-size:.82rem;line-height:1.3;display:flex}.subheader-claim{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 18px;min-width:0;margin:0;padding:0;list-style:none;display:flex}.subheader-claim li{white-space:nowrap;align-items:center;display:flex}.subheader-claim li+li:before{content:"·";color:#6c7278;margin-right:18px}@media (width<=599px){.subheader-in{min-height:34px}}header{z-index:60;backdrop-filter:blur(8px);border-bottom:4px solid var(--brand);background:#fffffff0;position:sticky;top:0}.bar{justify-content:space-between;align-items:center;gap:16px;min-height:74px;padding-block:20px;display:flex}.logo{color:var(--ink);flex-shrink:1;align-items:center;min-width:0;text-decoration:none;display:flex}.logo-img{width:auto;max-width:100%;height:44px;display:block}@media (width>=480px){.logo-img{height:70px}}.nav{align-items:center;gap:30px;display:none}.nav a{color:var(--grey-700);font-size:.9rem;font-weight:500;text-decoration:none}.nav a:hover{color:var(--brand)}@media (width>=920px){.nav{display:flex}}.header-actions{align-items:center;gap:14px;display:flex}.header-actions .header-cta{display:none}@media (width>=920px){.header-actions .header-cta{display:inline-flex}}.nav-toggle{border:1.5px solid var(--grey-300);background:var(--white);border-radius:var(--r);cursor:pointer;flex:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex}.nav-toggle:hover{border-color:var(--brand)}.nav-toggle:focus-visible{outline:3px solid var(--ink);outline-offset:2px}@media (width>=920px){.nav-toggle{display:none}}.nav-toggle-bars,.nav-toggle-bars:before,.nav-toggle-bars:after{content:"";background:var(--ink);width:18px;height:2px;transition:transform .18s,opacity .18s,background .18s;display:block}.nav-toggle-bars{position:relative}.nav-toggle-bars:before{position:absolute;top:-6px;left:0}.nav-toggle-bars:after{position:absolute;top:6px;left:0}.nav-toggle[aria-expanded=true] .nav-toggle-bars{background:0 0}.nav-toggle[aria-expanded=true] .nav-toggle-bars:before{transform:translateY(6px)rotate(45deg)}.nav-toggle[aria-expanded=true] .nav-toggle-bars:after{transform:translateY(-6px)rotate(-45deg)}.mobile-nav{backdrop-filter:blur(8px);border-bottom:1px solid var(--grey-150);background:#fffffffa;flex-direction:column;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 16px 30px -20px #00000059}.mobile-nav.is-open{display:flex}.mobile-nav a{color:var(--grey-700);border-top:1px solid var(--grey-150);padding:16px 24px;font-size:.98rem;font-weight:500;text-decoration:none}.mobile-nav a:first-child{border-top:0}.mobile-nav a:hover{color:var(--brand);background:var(--grey-100)}.mobile-nav a.mobile-nav-cta{color:var(--white);background:var(--brand);text-align:center;border-radius:var(--r);border-top:0;margin:12px 24px 16px;padding:14px 20px;font-weight:600}.mobile-nav a.mobile-nav-cta:hover{background:var(--brand-dark);color:var(--white)}@media (width>=920px){.mobile-nav{display:none!important}}.btn{background:var(--brand);color:var(--white);border-radius:var(--r);cursor:pointer;border:0;justify-content:center;align-items:center;gap:10px;padding:16px 30px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;line-height:1.2;text-decoration:none;transition:background .16s,transform .16s;display:inline-flex}.btn:hover{background:var(--brand-dark)}.btn:active{transform:translateY(1px)}.btn:focus-visible{outline:3px solid var(--ink);outline-offset:3px}.btn--sm{padding:11px 20px;font-size:.9rem}.btn--ghost{color:var(--white);background:0 0;border:1.5px solid #ffffff73}.btn--ghost:hover{background:#ffffff1f}.btn[disabled]{background:var(--grey-300);color:var(--grey-500);cursor:not-allowed}.btn-note{color:var(--grey-500);margin-top:14px;font-size:.82rem}.band--dark .btn-note{color:#9aa0a6}.hero{background:var(--white);padding:clamp(48px,7vw,88px) 0 clamp(48px,7vw,80px);position:relative;overflow:hidden}.hero:after{content:"";border:90px solid var(--brand-tint);z-index:0;border-radius:50%;width:520px;height:520px;position:absolute;top:-120px;right:-160px}.hero:has(.hero-bg-layer):after{content:none}.hero .hero-bg-layer{z-index:0;position:absolute;inset:0}.hero-bg-layer img{object-fit:cover;width:100%;height:100%}.hero-bg-layer.bild-wrap img,.bild-wrap.hero-bg-layer img{object-fit:cover;height:100%}.hero-bg-overlay{z-index:0;background:linear-gradient(100deg,#0b0d0edb 0%,#0b0d0ec7 30%,#0b0d0e85 58%,#0b0d0e47 100%);position:absolute;inset:0}.hero .wrap{z-index:1;position:relative}@media (width>=900px){.hero:has(.hero-video) .hero-bg-overlay{background:linear-gradient(100deg,#0b0d0ee6 0%,#0b0d0ed6 30%,#0b0d0e9e 58%,#0b0d0e66 100%)}.hero:has(.hero-video) .hero-bg-layer img{filter:blur(1.6px);transform:scale(1.05)}}.hero-grid{align-items:center;gap:44px;display:grid}@media (width>=900px){.hero-grid{grid-template-columns:1.15fr .85fr;gap:56px}}.hero h1{margin-bottom:1.4rem}.hero h1 em{color:var(--brand);font-style:normal}.hero-sub{color:var(--grey-700);max-width:54ch;margin-bottom:2rem;font-size:clamp(1.05rem,1.8vw,1.3rem)}.hero-cta{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.hero-facts{flex-wrap:wrap;gap:8px;margin-top:26px;display:flex}.fact{color:var(--grey-700);border:1px solid var(--grey-300);background:var(--white);border-radius:100px;padding:7px 15px;font-size:.82rem;font-weight:500}.fact b{color:var(--brand);font-weight:700}.hero:has(.hero-bg-layer){background:#0b0d0e}.hero:has(.hero-bg-layer) h1 em{color:var(--savings-on-dark)}.hero:has(.hero-bg-layer) .hero-sub{color:#eceff2}.hero:has(.hero-bg-layer) .eyebrow{color:var(--brand-on-dark)}.hero:has(.hero-bg-layer) h1{color:#fff}.hero:has(.hero-bg-layer) .btn-note{color:#c9ced3}.hero:has(.hero-bg-layer) .fact{color:#e9ebed;background:#ffffff14;border-color:#ffffff38}.hero:has(.hero-bg-layer) .fact b{color:var(--savings-on-dark)}@media (width<=899px){.hero-bg-overlay{background:linear-gradient(#0b0d0eb8 0%,#0b0d0edb 100%)}}.sheet{background:var(--white);border:1px solid var(--grey-300);padding:26px 24px 22px;box-shadow:0 20px 50px -28px #0006}.sheet-head{border-bottom:2px solid var(--ink);justify-content:space-between;align-items:baseline;margin-bottom:6px;padding-bottom:10px;display:flex}.sheet-head span{letter-spacing:.16em;text-transform:uppercase;color:var(--grey-500);font-size:.66rem;font-weight:600}.sheet-head strong{text-transform:uppercase;font-family:Big Shoulders Display,Inter,sans-serif;font-size:1.25rem;font-weight:700}.row{align-items:baseline;gap:8px;padding:9px 0;font-size:.9rem;display:flex}.row+.row{border-top:1px dotted var(--grey-300)}.row .k{color:var(--grey-700)}.row .dots{border-bottom:1px dotted var(--grey-300);flex:1;transform:translateY(-4px)}.row .v{font-variant-numeric:tabular-nums;color:var(--grey-500);font-weight:600;text-decoration:line-through}.row .v2{font-variant-numeric:tabular-nums;color:var(--savings);font-weight:700}.sheet-total{background:var(--ink);color:var(--white);justify-content:space-between;align-items:center;margin-top:14px;padding:14px 16px;display:flex;position:relative}.sheet-total span{letter-spacing:.14em;text-transform:uppercase;color:#b9bec3;font-size:.72rem;font-weight:600}.sheet-total strong{color:var(--savings-on-dark);font-variant-numeric:tabular-nums;font-family:Big Shoulders Display,Inter,sans-serif;font-size:1.9rem;font-weight:800;line-height:1}.sheet-foot{color:var(--grey-500);text-align:left;margin-top:12px;font-size:.7rem;line-height:1.5}.sheet-foot .hl{color:var(--savings);margin-top:6px;font-weight:700;display:block}.sheet-arrow{pointer-events:none;width:116px;height:auto;color:var(--savings);position:absolute;top:-4px;right:-50px;overflow:visible}@media (width<=599px){.sheet-arrow{display:none}}.sheet-arrow-mob{display:none}@media (width<=599px){.sheet-head strong{font-size:1rem}.sheet-total{flex-direction:column;align-items:flex-start;gap:6px;padding:16px;position:relative}.sheet-total strong{white-space:nowrap;font-size:2.2rem}.sheet-foot{padding-right:70px}.sheet-arrow-mob{pointer-events:none;width:72px;height:auto;display:block;position:absolute;top:30px;right:2px}}.pain{gap:14px;margin-top:34px;display:grid}@media (width>=760px){.pain{grid-template-columns:1fr 1fr;gap:16px 28px}}.pain li{background:var(--white);border:1px solid var(--grey-150);gap:14px;padding:20px 22px;list-style:none;display:flex}.pain li b{color:var(--grey-300);flex:none;font-family:Big Shoulders Display,Inter,sans-serif;font-size:1.5rem;font-weight:700;line-height:1}.pain li p{color:var(--grey-700);font-size:.96rem}.bridge{text-transform:uppercase;margin-top:34px;font-family:Big Shoulders Display,Inter,sans-serif;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;line-height:1.05}.bridge em{color:var(--brand);font-style:normal}.steps{background:#ffffff24;gap:2px;margin-top:44px;display:grid}@media (width>=820px){.steps{grid-template-columns:repeat(3,1fr)}}.step{background:var(--ink);padding:32px 28px 34px}.step-n{color:var(--brand);margin-bottom:18px;font-family:Big Shoulders Display,Inter,sans-serif;font-size:3.4rem;font-weight:800;line-height:.8;display:block}.step h3{color:var(--white);margin-bottom:10px}.step p{color:#b9bec3;font-size:.96rem}.steps-note{border-left:3px solid var(--brand);color:#d3d7da;max-width:60ch;margin-top:34px;padding:4px 0 4px 20px;font-size:1rem}.steps-note b{color:var(--white)}.areas-head{max-width:60ch}.tiles{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:34px;display:grid}@media (width>=640px){.tiles{grid-template-columns:repeat(3,1fr)}}@media (width>=960px){.tiles{grid-template-columns:repeat(4,1fr)}.tiles.tiles--3col{grid-template-columns:repeat(3,1fr)}}.tile{background:var(--white);border:1.5px solid var(--grey-300);text-align:left;cursor:pointer;color:var(--ink);padding:20px 16px 18px;font-family:inherit;font-size:.94rem;font-weight:600;line-height:1.3;transition:border-color .14s,background .14s,box-shadow .14s;position:relative}.tile small{color:var(--grey-500);margin-top:5px;font-size:.78rem;font-weight:400;line-height:1.4;display:block}.tile:hover{border-color:var(--brand)}.tile:focus-visible{outline:3px solid var(--ink);outline-offset:2px}.tile[aria-pressed=true]{border-color:var(--brand);background:var(--brand-tint);box-shadow:inset 0 0 0 1px var(--brand)}.tick{background:var(--brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:19px;height:19px;display:none;position:absolute;top:11px;right:11px}.tile[aria-pressed=true] .tick{display:flex}.tick svg{width:11px;height:11px}.order{background:var(--white);border:1px solid var(--grey-300);gap:0;margin-top:34px;display:grid}@media (width>=860px){.order{grid-template-columns:1.25fr .75fr}}.order-list{padding:26px 26px 24px}.order-head{border-bottom:2px solid var(--ink);justify-content:space-between;align-items:baseline;margin-bottom:4px;padding-bottom:10px;display:flex}.order-head strong{text-transform:uppercase;font-family:Big Shoulders Display,Inter,sans-serif;font-size:1.3rem;font-weight:700}.order-head span{letter-spacing:.14em;text-transform:uppercase;color:var(--grey-500);font-size:.7rem;font-weight:600}.order-items{list-style:none}.order-items li{align-items:baseline;gap:8px;padding:10px 0;font-size:.93rem;animation:.22s slide;display:flex}.order-items li+li{border-top:1px dotted var(--grey-300)}.order-items .dots{border-bottom:1px dotted var(--grey-300);flex:1;transform:translateY(-4px)}.order-items .st{color:var(--brand);letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:600}@keyframes slide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.order-empty{color:var(--grey-500);padding:16px 0 6px;font-size:.93rem}.order-act{background:var(--grey-100);border-top:1px solid var(--grey-300);flex-direction:column;justify-content:center;gap:12px;padding:26px;display:flex}@media (width>=860px){.order-act{border-top:0;border-left:1px solid var(--grey-300)}}.order-count{color:var(--ink);font-family:Big Shoulders Display,Inter,sans-serif;font-size:3rem;font-weight:800;line-height:.85}.order-count small{color:var(--grey-500);letter-spacing:.03em;text-transform:none;margin-top:8px;font-family:Inter,sans-serif;font-size:.78rem;font-weight:500;line-height:1.4;display:block}.price-claim{text-transform:uppercase;margin-bottom:1.6rem;font-family:Big Shoulders Display,Inter,sans-serif;font-size:clamp(2.4rem,7vw,4.6rem);font-weight:800;line-height:.92}.calc{background:#ffffff47;gap:2px;margin-top:40px;display:grid}@media (width>=720px){.calc{grid-template-columns:repeat(3,1fr)}}.calc div{background:var(--brand);padding:24px 22px}.calc .lbl{letter-spacing:.13em;text-transform:uppercase;color:#fffc;margin-bottom:8px;font-size:.72rem;font-weight:600}.calc .val{font-variant-numeric:tabular-nums;font-family:Big Shoulders Display,Inter,sans-serif;font-size:2.5rem;font-weight:800;line-height:1}.calc .hint{color:#ffffffd1;margin-top:6px;font-size:.82rem}.calc div.keep{background:var(--white);color:var(--ink)}.calc div.keep .lbl{color:var(--savings)}.calc div.keep .hint{color:var(--grey-500)}.calc-note{color:#ffffffd1;margin-top:16px;font-size:.83rem}.partner{align-items:start;gap:34px;margin-top:38px;display:grid}@media (width>=860px){.partner{grid-template-columns:.9fr 1.1fr;gap:48px}}.pcard{background:var(--white);border:1px solid var(--grey-300);padding:26px}.pavatar{background:var(--grey-150);border:3px solid var(--brand);width:104px;height:104px;color:var(--grey-500);text-align:center;border-radius:50%;justify-content:center;align-items:center;margin-bottom:18px;padding:8px;font-size:.68rem;line-height:1.3;display:flex}.pcard h3{margin-bottom:4px}.pcard .role{color:var(--brand);letter-spacing:.04em;text-transform:uppercase;margin-bottom:14px;font-size:.83rem;font-weight:600}.pcard p{color:var(--grey-700);font-size:.95rem}.assure{gap:16px;display:grid}.assure li{align-items:flex-start;gap:14px;list-style:none;display:flex}.assure svg{width:22px;height:22px;color:var(--brand);flex:none;margin-top:2px}.assure b{margin-bottom:3px;display:block}.assure p{color:var(--grey-700);font-size:.93rem}.seal{background:var(--grey-100);border:1px solid var(--grey-150);align-items:center;gap:16px;margin-top:26px;padding:18px 20px;display:flex}.seal-badge{border:2px solid var(--grey-300);text-align:center;width:62px;height:62px;color:var(--grey-500);background:var(--white);border-radius:50%;flex:none;justify-content:center;align-items:center;padding:6px;font-size:.56rem;line-height:1.2;display:flex}.seal p{color:var(--grey-700);font-size:.87rem}.cases{gap:16px;margin-top:38px;display:grid}@media (width>=820px){.cases{grid-template-columns:repeat(3,1fr)}}.case{border:1.5px dashed var(--grey-300);background:var(--white);padding:26px 24px}.case .meta{letter-spacing:.12em;text-transform:uppercase;color:var(--grey-500);margin-bottom:14px;font-size:.75rem;font-weight:600}.case .big{color:var(--savings);font-variant-numeric:tabular-nums;font-family:Big Shoulders Display,Inter,sans-serif;font-size:2.6rem;font-weight:800;line-height:.9}.case .big small{color:var(--grey-500);text-transform:none;margin-top:8px;font-family:Inter,sans-serif;font-size:.78rem;font-weight:500;display:block}.case q{color:var(--grey-700);border-top:1px solid var(--grey-150);margin-top:16px;padding-top:16px;font-size:.9rem;font-style:italic;display:block}.ph{color:#7a5c00;background:#fff8e1;border:1px solid #f0d98a;margin-top:24px;padding:12px 16px;font-size:.83rem}.faq{border-top:1px solid var(--grey-300);max-width:840px;margin-top:38px}details{border-bottom:1px solid var(--grey-300)}summary{cursor:pointer;padding:20px 44px 20px 0;font-size:1.02rem;font-weight:600;list-style:none;position:relative}summary::-webkit-details-marker{display:none}summary:focus-visible{outline:3px solid var(--brand);outline-offset:2px}summary:after{content:"";border-right:2px solid var(--brand);border-bottom:2px solid var(--brand);width:11px;height:11px;transition:transform .18s;position:absolute;top:50%;right:8px;transform:translateY(-70%)rotate(45deg)}details[open] summary:after{transform:translateY(-30%)rotate(-135deg)}details p{color:var(--grey-700);max-width:70ch;padding:0 0 22px;font-size:.97rem}.formwrap{gap:38px;margin-top:38px;display:grid}@media (width>=900px){.formwrap{grid-template-columns:.85fr 1.15fr;gap:52px}}.formcard{background:var(--white);border:1px solid var(--grey-300);border-radius:10px;padding:30px 28px 32px}.chips{flex-wrap:wrap;gap:7px;margin-bottom:22px;display:flex}.chip{background:var(--brand-tint);border:1px solid var(--brand);color:var(--brand-dark);border-radius:100px;padding:6px 12px;font-size:.79rem;font-weight:600}.chip--none{background:var(--grey-100);border-color:var(--grey-300);color:var(--grey-500);font-weight:500}.fields{gap:16px;display:grid}@media (width>=560px){.fields{grid-template-columns:1fr 1fr}.f-full{grid-column:1/-1}}label{color:var(--grey-700);margin-bottom:6px;font-size:.82rem;font-weight:600;display:block}.optional-tag{color:var(--grey-500);text-transform:none;letter-spacing:0;font-weight:400}input{border:1.5px solid var(--grey-300);border-radius:var(--r);width:100%;color:var(--ink);background:var(--white);padding:13px 14px;font-family:inherit;font-size:.98rem}input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint);outline:0}.consent{color:var(--grey-500);max-width:60ch;margin-top:18px;font-size:.8rem}.formcard .btn{width:100%;margin-top:22px}.reasons{align-self:start;gap:50px;display:grid}.reasons li{align-items:flex-start;gap:13px;list-style:none;display:flex}.reasons svg{width:20px;height:20px;color:var(--brand);flex:none;margin-top:3px}.reasons b{font-size:.98rem;display:block}.reasons p{color:#b9bec3;font-size:.9rem}.slotgrid{gap:10px;margin:22px 0 6px;display:grid}@media (width>=520px){.slotgrid{grid-template-columns:1fr 1fr}}.slot{border:1.5px solid var(--grey-300);background:var(--white);text-align:left;cursor:pointer;color:var(--ink);padding:15px 16px;font-family:inherit;font-size:.93rem;font-weight:600}.slot small{color:var(--grey-500);margin-top:3px;font-size:.8rem;font-weight:400;display:block}.slot:hover{border-color:var(--brand)}.slot[aria-pressed=true]{border-color:var(--brand);background:var(--brand-tint)}.stage-title{margin-bottom:6px}.done{text-align:center;padding:12px 0 4px}.done-ring{background:var(--brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 18px;display:flex}.done-ring svg{width:28px;height:28px}.hidden{display:none}.hp{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.consent-check{margin-top:14px}.consent-check label{color:var(--grey-700);cursor:pointer;align-items:flex-start;gap:9px;font-size:.85rem;font-weight:400;display:flex}.consent-check input[type=checkbox]{width:auto;accent-color:var(--brand);flex:none;margin-top:3px;padding:0}.form-error{color:#a3352a;border-radius:var(--r);background:#fdeceb;border:1px solid #e7b3ad;margin-top:14px;padding:12px 14px;font-size:.85rem}.form-error a{color:inherit;font-weight:600}.btn:disabled{opacity:.6;cursor:not-allowed}footer{background:var(--ink);color:#9aa0a6;padding:56px 0 34px;font-size:.88rem}.fgrid{gap:30px;display:grid}@media (width>=760px){.fgrid{grid-template-columns:1.4fr 1fr 1fr}}footer h4{text-transform:uppercase;color:var(--white);letter-spacing:.05em;margin-bottom:14px;font-family:Big Shoulders Display,Inter,sans-serif;font-size:1.05rem;font-weight:700}footer a{color:#9aa0a6;padding:4px 0;text-decoration:none;display:block}footer a:hover{color:var(--brand)}.franchise-link{border:1px solid #33383c;margin-top:26px;padding:18px 20px}.franchise-link b{color:var(--white)}.franchise-link a{color:var(--brand);text-decoration:underline;display:inline}.fbottom{color:#71777d;border-top:1px solid #2a2e31;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:38px;padding-top:22px;font-size:.8rem;display:flex}.social{flex:none;gap:10px;display:flex}.social-link{color:#9aa0a6;border:1px solid #33383c;border-radius:50%;flex:none;justify-content:center;align-items:center;width:34px;height:34px;transition:border-color .16s,color .16s;display:flex}.social-link:hover{border-color:var(--brand);color:var(--brand)}.social-link svg{width:16px;height:16px}.legal{flex-direction:column;gap:32px;max-width:70ch;margin-top:38px;display:flex}.legal-section h3{margin-bottom:10px}.legal-section p{color:var(--grey-700);font-size:.97rem;line-height:1.7}.legal-section p+p{margin-top:10px}.legal-section a{color:var(--brand);text-decoration:underline}.legal-section a:hover{color:var(--brand-dark)}.photo{border:1px solid var(--grey-300);line-height:0;overflow:hidden}.photo img{width:100%;height:auto;display:block}.photo--dark{border-color:#3a3f43}.mkt-list{gap:14px;margin-top:34px;display:grid}@media (width>=760px){.mkt-list{grid-template-columns:1fr 1fr;gap:14px 24px}}.mkt-list li{background:var(--white);border:1px solid var(--grey-150);align-items:flex-start;gap:12px;padding:16px 18px;list-style:none;display:flex}.mkt-list svg{width:19px;height:19px;color:var(--brand);flex:none;margin-top:3px}.mkt-list p{color:var(--grey-700);font-size:.95rem}.mkt-list b{color:var(--ink)}.fit-grid{align-items:center;gap:34px;margin-top:34px;display:grid}@media (width>=860px){.fit-grid{grid-template-columns:1fr 1fr;gap:48px}}.pillars{background:#ffffff24;gap:2px;margin-top:44px;display:grid}@media (width>=640px){.pillars{grid-template-columns:repeat(2,1fr)}}@media (width>=960px){.pillars{grid-template-columns:repeat(3,1fr)}}.pillar{background:var(--ink);padding:28px 26px 30px}.pillar-n{color:var(--brand);margin-bottom:14px;font-family:Big Shoulders Display,Inter,sans-serif;font-size:2.6rem;font-weight:800;line-height:.8;display:block}.pillar h3{color:var(--white);margin-bottom:8px}.pillar p{color:#b9bec3;font-size:.93rem}.compare{gap:20px;margin-top:38px;display:grid}@media (width>=760px){.compare{grid-template-columns:1fr 1fr;gap:28px}}.compare-card{background:var(--white);border:1.5px solid var(--grey-300);padding:28px 26px}.compare-card.is-featured{border-color:var(--brand);box-shadow:inset 0 0 0 1px var(--brand)}.compare-label{letter-spacing:.13em;text-transform:uppercase;color:var(--grey-500);margin-bottom:12px;font-size:.72rem;font-weight:600}.compare-card.is-featured .compare-label{color:var(--brand)}.compare-card p{color:var(--grey-700);font-size:.95rem}.compare-card p+p{margin-top:10px}.compare-note{border-left:3px solid var(--brand);color:var(--grey-700);max-width:70ch;margin-top:28px;padding:4px 0 4px 20px;font-size:1rem}.compare-note b{color:var(--ink)}.terms{background:var(--grey-300);gap:2px;margin-top:38px;display:grid}@media (width>=720px){.terms{grid-template-columns:repeat(2,1fr)}}.terms div{background:var(--white);padding:22px}.terms .lbl{letter-spacing:.13em;text-transform:uppercase;color:var(--grey-500);margin-bottom:8px;font-size:.72rem;font-weight:600}.terms .lbl-sub{color:var(--grey-500);white-space:nowrap;font-weight:400}.terms .val{color:var(--brand);font-family:Big Shoulders Display,Inter,sans-serif;font-size:1.7rem;font-weight:800;line-height:1}.terms-note{color:var(--grey-700);max-width:70ch;margin-top:24px;font-size:.9rem}.close-grid{align-items:center;gap:34px;margin-top:38px;display:grid}@media (width>=860px){.close-grid{grid-template-columns:1fr 1fr;gap:48px}}.close-cta{margin-top:38px}.bild-wrap{line-height:0;display:block;position:relative}.bild-wrap img{width:100%;height:auto;display:block}.bild-ki-badge{z-index:2;color:var(--white);backdrop-filter:blur(2px);letter-spacing:.02em;background:#111315b8;border-radius:100px;padding:6px 10px;font-size:.7rem;font-weight:600;line-height:1;position:absolute;bottom:10px;right:10px}.reveal{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(24px)}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1!important;transition:none!important;transform:none!important}}.sticky{z-index:70;background:var(--white);border-top:1px solid var(--grey-300);padding:11px 16px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 22px -14px #00000080}.sticky .btn{width:100%}@media (width>=900px){.sticky{display:none}}@media (width<=899px){body{padding-bottom:78px}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}html{scroll-behavior:auto}}.verdienst{max-width:640px;margin-top:26px}.verdienst .v-group{letter-spacing:.14em;text-transform:uppercase;color:var(--grey-500);margin:18px 0 6px;font-size:.72rem;font-weight:700}.verdienst .v-row{border-top:1px dotted var(--grey-300);color:var(--grey-700);justify-content:space-between;align-items:baseline;gap:16px;padding:9px 0;font-size:.95rem;display:flex}.verdienst .v-row .num{font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:600}.verdienst .v-sum{color:var(--ink);font-weight:700}.verdienst .v-result{background:var(--ink);color:var(--white);border-top:0;margin-top:8px;padding:14px 16px}.verdienst .v-result span:first-child{font-weight:700}.verdienst .v-result .num{color:var(--savings-on-dark);font-family:Big Shoulders Display,Inter,sans-serif;font-size:1.6rem;font-weight:800;line-height:1}.hero-video{width:100%;max-width:300px;margin:0 auto;position:relative}.hero-video-el{aspect-ratio:9/16;object-fit:cover;background:#000;border:15px solid #ffffffd9;border-radius:10px;width:100%;display:block;box-shadow:0 24px 60px -30px #000000b3}.hero-video-ctrls{justify-content:center;gap:10px;margin-top:12px;display:flex}.vbtn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff59;border-radius:100px;align-items:center;gap:6px;padding:8px 14px;font-size:.82rem;font-weight:600;display:inline-flex}.vbtn:hover{background:#fff3}.vbtn:focus-visible{outline:3px solid var(--brand-on-dark);outline-offset:2px}.verdienst-grid{grid-template-columns:1fr;align-items:start;gap:32px;margin-top:26px;display:grid}@media (width>=980px){.verdienst-grid{grid-template-columns:minmax(0,640px) minmax(260px,360px)}}.verdienst-grid .verdienst{margin-top:0}.rechenbasis{background:var(--grey-100,#f3f4f6);color:var(--grey-700,#3a3d42);border-radius:10px;padding:22px 24px;font-size:.9rem;line-height:1.55}.rechenbasis .rb-title{color:var(--ink,#111315);margin:0 0 8px;font-weight:700}.rechenbasis p{margin:0 0 10px}.rechenbasis .rb-disclaimer{color:var(--grey-500,#6b7076);margin:12px 0 0;font-size:.75rem;line-height:1.5}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-cyrillic-ext-400-normal.BQZuk6qB.woff2)format("woff2"),url(/_astro/inter-cyrillic-ext-400-normal.DQukG94-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-cyrillic-400-normal.obahsSVq.woff2)format("woff2"),url(/_astro/inter-cyrillic-400-normal.HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-greek-ext-400-normal.DGGRlc-M.woff2)format("woff2"),url(/_astro/inter-greek-ext-400-normal.KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-greek-400-normal.B4URO6DV.woff2)format("woff2"),url(/_astro/inter-greek-400-normal.q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-vietnamese-400-normal.DMkecbls.woff2)format("woff2"),url(/_astro/inter-vietnamese-400-normal.Bbgyi5SW.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/inter-latin-ext-400-normal.C1nco2VV.woff2)format("woff2"),url(/_astro/inter-latin-ext-400-normal.77YHD8bZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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-display:swap;font-weight:400;src:url(/_astro/inter-latin-400-normal.C38fXH4l.woff2)format("woff2"),url(/_astro/inter-latin-400-normal.CyCys3Eg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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-display:swap;font-weight:500;src:url(/_astro/inter-cyrillic-ext-500-normal.B0yAr1jD.woff2)format("woff2"),url(/_astro/inter-cyrillic-ext-500-normal.BmqWE9Dz.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/inter-cyrillic-500-normal.BasfLYem.woff2)format("woff2"),url(/_astro/inter-cyrillic-500-normal.CxZf_p3X.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/inter-greek-ext-500-normal.C4iEst2y.woff2)format("woff2"),url(/_astro/inter-greek-ext-500-normal.2j5mBUwD.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/inter-greek-500-normal.BIZE56-Y.woff2)format("woff2"),url(/_astro/inter-greek-500-normal.Xzm54t5V.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/inter-vietnamese-500-normal.DOriooB6.woff2)format("woff2"),url(/_astro/inter-vietnamese-500-normal.mJboJaSs.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/inter-latin-ext-500-normal.CV4jyFjo.woff2)format("woff2"),url(/_astro/inter-latin-ext-500-normal.BxGbmqWO.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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-display:swap;font-weight:500;src:url(/_astro/inter-latin-500-normal.Cerq10X2.woff2)format("woff2"),url(/_astro/inter-latin-500-normal.BL9OpVg8.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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-display:swap;font-weight:600;src:url(/_astro/inter-cyrillic-ext-600-normal.Dfes3d0z.woff2)format("woff2"),url(/_astro/inter-cyrillic-ext-600-normal.Bcila6Z-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/inter-cyrillic-600-normal.CWCymEST.woff2)format("woff2"),url(/_astro/inter-cyrillic-600-normal.4D_pXhcN.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/inter-greek-ext-600-normal.DRtmH8MT.woff2)format("woff2"),url(/_astro/inter-greek-ext-600-normal.B8X0CLgF.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/inter-greek-600-normal.plRanbMR.woff2)format("woff2"),url(/_astro/inter-greek-600-normal.BZpKdvQh.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/inter-vietnamese-600-normal.Cc8MFFhd.woff2)format("woff2"),url(/_astro/inter-vietnamese-600-normal.BuLX-rYi.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/inter-latin-ext-600-normal.D2bJ5OIk.woff2)format("woff2"),url(/_astro/inter-latin-ext-600-normal.CIVaiw4L.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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-display:swap;font-weight:600;src:url(/_astro/inter-latin-600-normal.LgqL8muc.woff2)format("woff2"),url(/_astro/inter-latin-600-normal.CiBQ2DWP.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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-display:swap;font-weight:700;src:url(/_astro/inter-cyrillic-ext-700-normal.BjwYoWNd.woff2)format("woff2"),url(/_astro/inter-cyrillic-ext-700-normal.LO58E6JB.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-cyrillic-700-normal.CjBOestx.woff2)format("woff2"),url(/_astro/inter-cyrillic-700-normal.DrXBdSj3.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-greek-ext-700-normal.qfdV9bQt.woff2)format("woff2"),url(/_astro/inter-greek-ext-700-normal.BoQ6DsYi.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-greek-700-normal.C3JjAnD8.woff2)format("woff2"),url(/_astro/inter-greek-700-normal.BUv2fZ6O.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-vietnamese-700-normal.DlLaEgI2.woff2)format("woff2"),url(/_astro/inter-vietnamese-700-normal.BZaoP0fm.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/inter-latin-ext-700-normal.Ca8adRJv.woff2)format("woff2"),url(/_astro/inter-latin-ext-700-normal.TidjK2hL.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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-display:swap;font-weight:700;src:url(/_astro/inter-latin-700-normal.Yt3aPRUw.woff2)format("woff2"),url(/_astro/inter-latin-700-normal.BLAVimhd.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Big Shoulders Display;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/big-shoulders-display-vietnamese-400-normal.GNMcivVJ.woff2)format("woff2"),url(/_astro/big-shoulders-display-vietnamese-400-normal.DFctFUzC.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Big Shoulders Display;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/big-shoulders-display-latin-ext-400-normal.DRHFpPSL.woff2)format("woff2"),url(/_astro/big-shoulders-display-latin-ext-400-normal.CZkP5-1L.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Big Shoulders Display;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/big-shoulders-display-latin-400-normal.8hLphHNs.woff2)format("woff2"),url(/_astro/big-shoulders-display-latin-400-normal.4NdxRIbJ.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Big Shoulders Display;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/big-shoulders-display-vietnamese-500-normal.B9dDdTK3.woff2)format("woff2"),url(/_astro/big-shoulders-display-vietnamese-500-normal.D9XSkwC3.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Big Shoulders Display;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/big-shoulders-display-latin-ext-500-normal.DEwveyE0.woff2)format("woff2"),url(/_astro/big-shoulders-display-latin-ext-500-normal.B8eQa82p.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Big Shoulders Display;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/big-shoulders-display-latin-500-normal.BJcWgFi3.woff2)format("woff2"),url(/_astro/big-shoulders-display-latin-500-normal.BHpk_4SD.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Big Shoulders Display;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/big-shoulders-display-vietnamese-600-normal.DFOHoAUN.woff2)format("woff2"),url(/_astro/big-shoulders-display-vietnamese-600-normal.CBD8Wfz0.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Big Shoulders Display;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/big-shoulders-display-latin-ext-600-normal.D59XNmBM.woff2)format("woff2"),url(/_astro/big-shoulders-display-latin-ext-600-normal.BQAez9cc.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Big Shoulders Display;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/big-shoulders-display-latin-600-normal.DBjJvcBA.woff2)format("woff2"),url(/_astro/big-shoulders-display-latin-600-normal.DVaYP2lT.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Big Shoulders Display;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/big-shoulders-display-vietnamese-700-normal.DCH5bIkD.woff2)format("woff2"),url(/_astro/big-shoulders-display-vietnamese-700-normal.D5dmK5Ek.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Big Shoulders Display;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/big-shoulders-display-latin-ext-700-normal.C8xZtiKd.woff2)format("woff2"),url(/_astro/big-shoulders-display-latin-ext-700-normal.D98SaizC.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Big Shoulders Display;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/big-shoulders-display-latin-700-normal.KM2fueoL.woff2)format("woff2"),url(/_astro/big-shoulders-display-latin-700-normal.CMi6UoP4.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Big Shoulders Display;font-style:normal;font-display:swap;font-weight:800;src:url(/_astro/big-shoulders-display-vietnamese-800-normal.TfqTMNKp.woff2)format("woff2"),url(/_astro/big-shoulders-display-vietnamese-800-normal.zHzF0To4.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Big Shoulders Display;font-style:normal;font-display:swap;font-weight:800;src:url(/_astro/big-shoulders-display-latin-ext-800-normal.fpv_pHPA.woff2)format("woff2"),url(/_astro/big-shoulders-display-latin-ext-800-normal.BQnXNQRw.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Big Shoulders Display;font-style:normal;font-display:swap;font-weight:800;src:url(/_astro/big-shoulders-display-latin-800-normal.DDUD9Xuh.woff2)format("woff2"),url(/_astro/big-shoulders-display-latin-800-normal.CI0lhnTM.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
