*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--bg);line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block;height:auto}a{color:inherit;text-decoration:none}ul{list-style:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}table{border-collapse:collapse;width:100%}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.2;font-weight:600}h1{font-size:clamp(1.75rem,5vw,2.75rem);font-weight:700}h2{font-size:clamp(1.5rem,3.5vw,2rem);margin:0 0 12px}h3{font-size:1.15rem;margin:0}p{margin-bottom:1em}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}:root{--topbar-h:36px;--header-h:64px;--section-py:96px;--section-head-mb:40px;--grid-gap:24px;--card-gap:12px;--card-py:28px;--cta-mt:40px}section{padding:var(--section-py) 0}@media (max-width:1023px){:root{--section-py:64px;--section-head-mb:28px}}@media (max-width:639px){:root{--section-py:48px;--section-head-mb:28px}}.section-head{margin-bottom:var(--section-head-mb)}.section-head h2{margin:0 0 12px}.section-head p{margin:0}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 24px;border-radius:12px;font-weight:600;font-size:1rem;transition:transform .15s,box-shadow .15s;cursor:pointer;text-decoration:none}.btn-primary{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;box-shadow:0 4px 14px #00000026}.btn-primary:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2.5s infinite}.btn-primary{position:relative;overflow:hidden}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.btn-secondary{border:2px solid var(--primary);color:var(--primary);background:transparent}.btn-secondary:hover{background:var(--primary);color:#fff}.hero .btn-secondary{border-color:#fff;color:#fff}.hero .btn-secondary:hover{background:#ffffff26}@keyframes shimmer{0%{left:-100%}to{left:200%}}.topbar{height:var(--topbar-h);background:var(--primary-dark);color:#fff;font-size:13px;display:flex;align-items:center}.topbar .container{display:flex;align-items:center;justify-content:space-between;height:100%}.topbar-usps{display:flex;gap:20px;align-items:center}.topbar-usps li{display:flex;align-items:center;gap:5px}.topbar-usps svg{width:14px;height:14px;flex-shrink:0;color:#4ade80}.topbar-right{display:flex;gap:16px;align-items:center}.topbar-pill{display:inline-flex;align-items:center;gap:6px;padding:3px 12px;border-radius:999px;background:#ffffff26;color:#fff;text-decoration:none}.topbar-pill .stars{color:#fcd34d;letter-spacing:1px}.topbar-status{display:flex;align-items:center;gap:6px}.pulse-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #4ade8099}50%{opacity:.7;box-shadow:0 0 0 6px #4ade8000}}@media (max-width:640px){.topbar .container{white-space:nowrap;overflow:hidden}.topbar-usps{min-width:0;overflow:hidden}.topbar-usps li:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-usps li:not(:first-child){display:none}.topbar-pill{display:none}}.header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 1px 6px #00000014}.header .container{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:12px;position:relative}.logo{display:flex;align-items:center;gap:8px;font-family:var(--font-heading);font-weight:700;color:var(--primary);font-size:1.1rem;flex-shrink:0}.logo svg{width:24px;height:24px;flex-shrink:0}.nav{display:flex;gap:24px;align-items:center;flex:1;justify-content:center}.nav a{color:var(--text);font-weight:500;font-size:.95rem;transition:color .15s}.nav a:hover{color:var(--primary)}.header-call{display:inline-flex;align-items:center;gap:6px;min-height:48px;padding:0 20px;border-radius:12px;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;font-weight:600;cursor:pointer;position:relative;overflow:hidden;flex-shrink:0}.header-call:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2.5s infinite}.header-call:hover{transform:translateY(-1px)}.header-call-icon,.hamburger{display:none}@media (max-width:900px){.logo{font-size:13px;line-height:1.15;flex:1;min-width:0;white-space:normal;overflow:hidden}.nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#fff;padding:12px 20px 20px;gap:0;box-shadow:0 12px 24px #0000001f;border-top:1px solid var(--primary-light);z-index:150}.header .container:has(.hamburger input:checked) .nav{display:flex}.nav a{padding:14px 0;border-bottom:1px solid #eee;font-size:1.05rem}.nav a:last-child{border-bottom:none}.header-call{padding:8px 12px;min-height:40px;font-size:14px}.header-call-icon{display:none}.hamburger{display:flex;flex-direction:column;justify-content:center;width:44px;height:44px;background:transparent;cursor:pointer;flex-shrink:0;position:relative}.hamburger input{opacity:0;position:absolute;width:100%;height:100%;cursor:pointer;margin:0}.hamburger span{display:block;position:absolute;left:10px;width:24px;height:3px;background:var(--primary);border-radius:2px;transition:transform .3s,opacity .3s}.hamburger span:nth-child(2){top:14px}.hamburger span:nth-child(3){top:20px}.hamburger span:nth-child(4){top:26px}.hamburger input:checked~span:nth-child(2){transform:rotate(45deg);top:20px}.hamburger input:checked~span:nth-child(3){opacity:0}.hamburger input:checked~span:nth-child(4){transform:rotate(-45deg);top:20px}}@media (max-width:640px){.header-call{display:none}.header-call-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;font-size:18px;cursor:pointer;flex-shrink:0;position:relative;overflow:hidden}.header-call-icon:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2.5s infinite}.logo{white-space:normal}}.hero{background:linear-gradient(135deg,var(--hero-from),var(--hero-to));color:#fff;display:flex;align-items:center;padding:32px 0}@media (min-width:1024px){.hero{height:calc(100vh - var(--topbar-h) - var(--header-h));min-height:0}}@media (max-width:1023px){.hero{min-height:100svh}}@media (max-height:699px) and (min-width:1024px){.hero{height:auto;min-height:calc(100vh - var(--topbar-h) - var(--header-h))}}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;width:100%}.hero-label{display:inline-block;padding:6px 16px;border-radius:999px;background:#ffffff26;font-size:.85rem;font-weight:600;margin-bottom:14px}.hero h1{font-size:clamp(30px,2.6vw,40px);line-height:1.15;margin:0 0 14px}.hero-text{font-size:16px;line-height:1.55;opacity:.95;margin:0 0 18px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:20px}.hero-usps{display:grid;grid-template-columns:1fr 1fr;gap:6px 24px}.hero-usps li{display:flex;align-items:center;gap:8px;font-size:14.5px;line-height:1.35}.hero-usps svg{width:18px;height:18px;flex-shrink:0;color:#4ade80}.hero-image{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d;max-height:calc(100vh - var(--topbar-h) - var(--header-h) - 64px)}.hero-image img{width:100%;height:auto;max-height:100%;object-fit:contain}@media (min-width:1024px) and (max-height:760px){.hero{padding:24px 0}.hero h1{font-size:34px}.hero-text{font-size:15px}.hero-usps li{font-size:14px}}@media (max-width:640px){.hero{min-height:auto;padding:40px 0}.hero-grid{grid-template-columns:1fr;gap:24px}.hero-secondary{display:none!important}.hero-usps{grid-template-columns:1fr}.hero-image{max-height:220px;overflow:hidden;border-radius:16px}.hero-image img{width:100%;height:220px;object-fit:cover}}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--grid-gap);align-items:start}.service-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:var(--card-py);display:flex;flex-direction:column;gap:var(--card-gap);transition:box-shadow .2s,transform .2s}.service-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-3px)}.service-icon{width:48px;height:48px;border-radius:12px;background:var(--primary-light);display:flex;align-items:center;justify-content:center;color:var(--primary)}.service-icon svg{width:26px;height:26px}@media (max-width:768px){.services-grid{grid-template-columns:1fr}}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--grid-gap)}.step-card{text-align:center;display:flex;flex-direction:column;gap:var(--card-gap);padding:var(--card-py)}.step-num{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:1.4rem;margin:0 auto}@media (max-width:768px){.steps-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.steps-grid{grid-template-columns:1fr}}.pricing-table th{text-align:left;padding:14px 16px;background:var(--primary);color:#fff;font-family:var(--font-heading);font-weight:600}.pricing-table th:last-child{text-align:right}.pricing-table td{padding:14px 16px;border-bottom:1px solid #e2e8f0}.pricing-table td:last-child{text-align:right}.pricing-table tr:last-child td{border-bottom:none}.pricing-note{font-style:italic;color:var(--muted);font-size:.9rem;margin-top:12px}.price-link{color:var(--primary);font-weight:600;display:inline-flex;align-items:center;gap:5px;cursor:pointer;text-decoration:none;border-bottom:1px solid transparent}.price-link:hover{border-bottom-color:var(--primary)}.price-link svg{width:14px;height:14px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.about-image{border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0000001a}.about-image img{width:100%;height:auto;max-height:520px;object-fit:cover}@media (max-width:768px){.about-grid{grid-template-columns:1fr}}.area-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.area-chip{padding:8px 16px;border-radius:999px;background:var(--primary-light);color:var(--primary);font-weight:600;font-size:.9rem}.area-omgeving{margin-top:20px;color:var(--muted)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--grid-gap);align-items:start}.review-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:var(--card-py);display:flex;flex-direction:column;gap:var(--card-gap)}.review-stars{color:#fcd34d;font-size:1.2rem;letter-spacing:2px}.review-text{font-style:italic}.review-name{font-weight:600}.review-place{color:var(--muted);font-size:.9rem}@media (max-width:768px){.reviews-grid{grid-template-columns:1fr}}.faq-list{margin-top:0}.faq-item{border:1px solid #e2e8f0;border-radius:12px;margin-bottom:12px;overflow:hidden}.faq-item summary{padding:18px 20px;font-weight:600;font-family:var(--font-heading);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item summary:after{content:"+";font-size:1.5rem;color:var(--primary);transition:transform .2s}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item summary::-webkit-details-marker{display:none}.faq-answer{padding:0 20px 18px;color:var(--muted)}.contact-section{text-align:center}.contact-section .btn-primary{font-size:1.15rem;padding:0 40px;min-height:56px}.contact-availability{margin-top:16px;color:var(--muted)}.informatie{max-width:820px;margin:0 auto}.informatie h2{font-size:26px;margin:40px 0 12px}.informatie h2:first-child{margin-top:0}.informatie h3{font-size:20px;margin:28px 0 10px}.informatie p{color:var(--muted);line-height:1.7;margin:0 0 16px}.informatie a{color:var(--primary);text-decoration:underline}.footer{background:var(--primary-dark);color:#fff;padding:48px 0 0}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;align-items:start}.footer-brand{font-family:var(--font-heading);font-weight:700;font-size:1.1rem;margin-bottom:8px;display:flex;align-items:center;gap:8px}.footer-brand svg{width:20px;height:20px}.footer-tagline{color:#ffffffb3;font-size:.9rem}.footer-grid h4{font-family:var(--font-heading);font-size:1rem;margin-bottom:12px;color:#fff}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links a{color:#fffc;font-size:.9rem;transition:color .15s}.footer-links a:hover{color:#fff}.footer-phone{color:#fff;font-weight:700;font-size:20px}.footer-availability{color:#ffffffb3;font-size:.85rem;margin-top:4px}.footer-email-text{color:#ffffffb3;font-size:.85rem;margin-top:16px}.footer-bottom{margin-top:32px;padding:24px 0;border-top:1px solid rgba(255,255,255,.15);display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#fff9}.footer-bottom a{color:#fffc;text-decoration:underline}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;gap:24px}.footer-bottom{flex-direction:column;gap:8px;text-align:center}}.popup-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.popup-card{background:#fff;border-radius:16px;max-width:460px;width:100%;padding:32px;position:relative;box-shadow:0 20px 60px #0000004d}.popup-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--muted);cursor:pointer;border:none}.popup-close:hover{background:#e2e8f0}.popup-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;margin-bottom:12px;color:var(--text)}.popup-text{color:var(--muted);margin-bottom:24px;line-height:1.6}.popup-call{display:flex;align-items:center;justify-content:center;width:100%;min-height:64px;border-radius:12px;font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;position:relative;overflow:hidden;animation:popupPulse 2s infinite}.popup-call--green{background:#16a34a}.popup-call--green:hover{background:#15803d}.popup-call--red{background:#dc2626}.popup-call--red:hover{background:#b91c1c}.popup-call:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes popupPulse{0%,to{box-shadow:0 0 #16a34a66}50%{box-shadow:0 0 0 12px #16a34a00}}.popup-call--red{animation:popupPulseRed 2s infinite}@keyframes popupPulseRed{0%,to{box-shadow:0 0 #dc262666}50%{box-shadow:0 0 0 12px #dc262600}}.popup-disclaimer{font-size:.8rem;color:var(--muted);text-align:center;margin-top:12px}.privacy-content p{color:var(--muted);margin-bottom:12px;line-height:1.6}.privacy-content p:last-child{margin-bottom:0}.notfound{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center}.notfound h1{margin-bottom:16px}.notfound p{color:var(--muted);margin-bottom:24px}.notfound .btn-primary{margin:0 8px}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/montserrat-cyrillic-ext-wght-normal.CO5hGrJv.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/montserrat-cyrillic-wght-normal.EAA9jha_.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/montserrat-vietnamese-wght-normal.k7S-YeeD.woff2) format("woff2-variations");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:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/montserrat-latin-ext-wght-normal.BsZE-iaG.woff2) format("woff2-variations");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:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/montserrat-latin-wght-normal.l_AIctKy.woff2) format("woff2-variations");unicode-range:U+0000-00FF,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 Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-ext-wght-normal.BOeWTOD4.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-wght-normal.DqGufNeO.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-ext-wght-normal.DlzME5K_.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-wght-normal.CkhJZR-_.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-vietnamese-wght-normal.CBcvBZtf.woff2) format("woff2-variations");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 Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-ext-wght-normal.DO1Apj_S.woff2) format("woff2-variations");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 Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-wght-normal.Dx4kXJAl.woff2) format("woff2-variations");unicode-range:U+0000-00FF,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:Poppins;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/poppins-devanagari-500-normal.BIdkeU1p.woff2) format("woff2"),url(/_astro/poppins-devanagari-500-normal.DMPDjHtT.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/poppins-latin-ext-500-normal.CK-6C4Hw.woff2) format("woff2"),url(/_astro/poppins-latin-ext-500-normal.CgAe2rWW.woff) format("woff");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:Poppins;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/poppins-latin-500-normal.C8OXljZJ.woff2) format("woff2"),url(/_astro/poppins-latin-500-normal.DGXqpDMm.woff) format("woff");unicode-range:U+0000-00FF,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:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/poppins-devanagari-600-normal.STEjXBNN.woff2) format("woff2"),url(/_astro/poppins-devanagari-600-normal.ClASKHrr.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/poppins-latin-ext-600-normal.CAhIAdZj.woff2) format("woff2"),url(/_astro/poppins-latin-ext-600-normal.Df5ffKXP.woff) format("woff");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:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/poppins-latin-600-normal.zEkxB9Mr.woff2) format("woff2"),url(/_astro/poppins-latin-600-normal.BJdTmd5m.woff) format("woff");unicode-range:U+0000-00FF,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:Poppins;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/poppins-devanagari-700-normal.O-jipLrW.woff2) format("woff2"),url(/_astro/poppins-devanagari-700-normal.fHs-vx92.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/poppins-latin-ext-700-normal.cby-RkWa.woff2) format("woff2"),url(/_astro/poppins-latin-ext-700-normal.DctTR6Tg.woff) format("woff");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:Poppins;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/poppins-latin-700-normal.Qrb0O0WB.woff2) format("woff2"),url(/_astro/poppins-latin-700-normal.BVuQR_eA.woff) format("woff");unicode-range:U+0000-00FF,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:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/_astro/open-sans-cyrillic-ext-wght-normal.D8xHCTEw.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/_astro/open-sans-cyrillic-wght-normal.bOs07Rf4.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/_astro/open-sans-greek-ext-wght-normal.Bm9CHu9r.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/_astro/open-sans-greek-wght-normal.8neIfJ3r.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/_astro/open-sans-hebrew-wght-normal.BjjtG49P.woff2) format("woff2-variations");unicode-range:U+0307-0308,U+0590-05FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/_astro/open-sans-math-wght-normal.C1FvUlkR.woff2) format("woff2-variations");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/_astro/open-sans-symbols-wght-normal.BAf6-sld.woff2) format("woff2-variations");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/_astro/open-sans-vietnamese-wght-normal.UygKeDyW.woff2) format("woff2-variations");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:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/_astro/open-sans-latin-ext-wght-normal.DPNHYqvY.woff2) format("woff2-variations");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:Open Sans Variable;font-style:normal;font-display:swap;font-weight:300 800;src:url(/_astro/open-sans-latin-wght-normal.CWNzRldh.woff2) format("woff2-variations");unicode-range:U+0000-00FF,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}
