*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--white:#ffffff;--off-white:#fafaf9;--warm-50:#fdf8f4;--warm-100:#f7ede3;--warm-200:#eedcc7;--warm-300:#e1c49e;--warm-500:#c99a5c;--warm-600:#b07f3e;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--teal-50:#f0fdfa;--teal-100:#ccfbf1;--teal-200:#99f6e4;--teal-500:#14b8a6;--teal-600:#0d9488;--teal-700:#0f766e;--teal-800:#115e59;--teal-900:#134e4a;--rose-50:#fff1f2;--rose-500:#f43f5e;--rose-600:#e11d48;--amber-50:#fffbeb;--amber-500:#f59e0b;--text-primary:var(--slate-900);--text-secondary:var(--slate-600);--text-muted:var(--slate-400);--bg-primary:var(--white);--bg-warm:var(--warm-50);--border-light:var(--slate-200);--border-subtle:var(--slate-100);--font-display:"Outfit",sans-serif;--font-body:"Inter",sans-serif;--font-editorial:"Merriweather",serif;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:5rem;--space-5xl:6rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 3px rgba(0,0,0,0.04),0 1px 2px rgba(0,0,0,0.06);--shadow-md:0 4px 12px rgba(0,0,0,0.06),0 1px 3px rgba(0,0,0,0.04);--shadow-lg:0 10px 30px rgba(0,0,0,0.08),0 2px 8px rgba(0,0,0,0.04);--shadow-xl:0 20px 50px rgba(0,0,0,0.1);--max-width:1200px;--max-width-narrow:800px;--max-width-article:720px;--transition-fast:150ms ease;--transition-base:250ms ease;--transition-slow:400ms ease}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:1rem;line-height:1.7;color:var(--text-primary);background:var(--bg-primary)}img{max-width:100%;height:auto;display:block}a{color:var(--teal-700);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--teal-600)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.2;font-weight:700;color:var(--text-primary)}h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800}h2{font-size:clamp(1.5rem,3.5vw,2.25rem)}h3{font-size:clamp(1.125rem,2.5vw,1.5rem)}h4{font-size:1.125rem}p{margin-bottom:var(--space-md)}p:last-child{margin-bottom:0}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-lg)}.container--narrow{max-width:var(--max-width-narrow)}.container--article{max-width:var(--max-width-article)}.section{padding:var(--space-5xl) 0}.section--warm{background:var(--bg-warm)}.section--teal{background:linear-gradient(135deg,var(--teal-900) 0,var(--teal-800) 50%,var(--slate-900) 100%)}.section--teal,.section--teal h2,.section--teal h3{color:var(--white)}.section--teal p{color:var(--slate-300)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle)}.header__inner{justify-content:space-between;height:64px}.header__inner,.header__logo{display:flex;align-items:center}.header__logo{font-family:var(--font-display);font-size:1.125rem;font-weight:700;color:var(--text-primary);text-decoration:none;gap:var(--space-sm)}.header__logo-mark{width:32px;height:32px;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--teal-600),var(--teal-700));display:flex;align-items:center;justify-content:center;color:white;font-weight:800;font-size:.875rem}.header__nav{display:flex;align-items:center;gap:var(--space-xl);list-style:none}.header__nav a{font-size:.9375rem;font-weight:500;color:var(--text-secondary);text-decoration:none;transition:color var(--transition-fast);position:relative}.header__nav a:hover{color:var(--text-primary)}.header__nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--teal-600);transition:width var(--transition-base)}.header__nav a:hover:after{width:100%}.header__cta{font-size:.875rem;font-weight:600;color:var(--white)!important;background:linear-gradient(135deg,var(--teal-600),var(--teal-700));padding:.5rem 1.25rem;border-radius:var(--radius-full);transition:all var(--transition-base);box-shadow:0 2px 8px rgba(13,148,136,.25)}.header__cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(13,148,136,.35);color:var(--white)!important}.header__toggle{display:none;background:none;border:none;cursor:pointer;padding:var(--space-sm);color:var(--text-primary)}@media (max-width:768px){.header__toggle{display:block}.header__nav{display:none;position:absolute;top:64px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--border-light);flex-direction:column;padding:var(--space-lg);gap:var(--space-md);box-shadow:var(--shadow-lg)}.header__nav.is-open{display:flex}}.footer{background:var(--slate-900);color:var(--slate-400);padding:var(--space-4xl) 0 var(--space-xl)}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:var(--space-3xl);gap:var(--space-3xl);margin-bottom:var(--space-3xl)}.footer__brand p{font-size:.875rem;line-height:1.7;margin-top:var(--space-md);color:var(--slate-400)}.footer__links{list-style:none;display:flex;flex-direction:column;gap:var(--space-sm)}.footer__links a{font-size:.875rem;color:var(--slate-400);transition:color var(--transition-fast)}.footer__links a:hover{color:var(--teal-500)}.footer__bottom{border-top:1px solid var(--slate-800);padding-top:var(--space-xl);display:flex;align-items:center;justify-content:space-between;font-size:.8125rem}.footer__bottom a{color:var(--slate-400)}.footer__bottom a:hover{color:var(--teal-500)}.footer__divider{height:1px;background:var(--slate-800);margin-bottom:var(--space-xl)}.footer__legal{display:flex;gap:var(--space-lg);font-size:.8125rem}.footer__legal a{color:var(--slate-400);transition:color var(--transition-fast)}.footer__legal a:hover{color:var(--teal-500)}.footer__ecosystem-note{color:var(--slate-500)}.footer__heading{font-family:var(--font-display);font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--slate-200);margin-bottom:var(--space-lg)}.guide-card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--radius-md);background:rgba(20,184,166,.12);color:var(--teal-600);font-size:1.125rem;font-weight:800;font-family:var(--font-display);letter-spacing:-.02em}@media (max-width:768px){.footer__grid{grid-template-columns:1fr 1fr;gap:var(--space-2xl)}.footer__brand{grid-column:1/-1}.footer__bottom{flex-direction:column;gap:var(--space-md);text-align:center}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);font-family:var(--font-body);font-weight:600;font-size:.9375rem;padding:.75rem 1.75rem;border-radius:var(--radius-full);border:none;cursor:pointer;transition:all var(--transition-base);text-decoration:none;line-height:1.4}.btn-primary{background:linear-gradient(135deg,var(--teal-600),var(--teal-700));color:var(--white);box-shadow:0 2px 10px rgba(13,148,136,.25)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 20px rgba(13,148,136,.35);color:var(--white)}.btn-secondary{background:var(--white);color:var(--text-primary);border:1px solid var(--border-light);box-shadow:var(--shadow-sm)}.btn-secondary:hover{border-color:var(--teal-500);color:var(--teal-700)}.btn-outline{background:transparent;color:var(--teal-700);border:2px solid var(--teal-600)}.btn-outline:hover{background:var(--teal-50)}.btn-lg{font-size:1.0625rem;padding:.875rem 2rem}.card{background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:var(--space-xl);transition:all var(--transition-base)}.card:hover{border-color:var(--teal-200);box-shadow:var(--shadow-md);transform:translateY(-2px)}.card--flat{border:none;background:var(--slate-50)}.card--flat:hover{background:var(--teal-50)}.prose{font-family:var(--font-editorial);font-size:1.0625rem;line-height:1.85;color:var(--slate-700)}.prose h2{margin-top:var(--space-3xl);margin-bottom:var(--space-lg);font-size:1.625rem}.prose h2,.prose h3{font-family:var(--font-display)}.prose h3{margin-top:var(--space-2xl);margin-bottom:var(--space-md);font-size:1.25rem}.prose ol,.prose p,.prose ul{margin-bottom:var(--space-lg)}.prose ol,.prose ul{padding-left:var(--space-xl)}.prose li{margin-bottom:var(--space-sm)}.prose blockquote{border-left:4px solid var(--teal-500);padding:var(--space-lg) var(--space-xl);background:var(--teal-50);border-radius:0 var(--radius-md) var(--radius-md) 0;margin:var(--space-2xl) 0;font-style:italic;color:var(--slate-600)}.prose strong{color:var(--text-primary);font-weight:700}.prose a{color:var(--teal-700);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.prose a:hover{color:var(--teal-600);text-decoration-thickness:2px}.info-box{background:linear-gradient(135deg,var(--teal-50),var(--warm-50));border:1px solid var(--teal-200);border-radius:var(--radius-lg);padding:var(--space-xl);margin:var(--space-2xl) 0}.info-box__title{font-family:var(--font-display);font-weight:700;font-size:1.0625rem;margin-bottom:var(--space-sm);color:var(--teal-800)}.info-box p{font-family:var(--font-body);font-size:.9375rem;color:var(--slate-600);margin-bottom:var(--space-md)}.badge{display:inline-flex;align-items:center;gap:var(--space-sm);font-size:.8125rem;font-weight:600;padding:.375rem .875rem;border-radius:var(--radius-full);background:var(--teal-50);color:var(--teal-700);border:1px solid var(--teal-200)}.badge--warm{background:var(--warm-50);color:var(--warm-600);border-color:var(--warm-200)}.badge__dot{width:6px;height:6px;border-radius:50%;background:var(--teal-500);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.newsletter{background:linear-gradient(135deg,var(--slate-900),var(--teal-900));border-radius:var(--radius-xl);padding:var(--space-3xl) var(--space-2xl);text-align:center;color:var(--white)}.newsletter h3{font-size:1.5rem;margin-bottom:var(--space-sm);color:var(--white)}.newsletter p{color:var(--slate-300);font-size:.9375rem;margin-bottom:var(--space-xl)}.newsletter__form{display:flex;gap:var(--space-sm);max-width:480px;margin:0 auto}.newsletter__input{flex:1 1;padding:.75rem 1.25rem;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);color:var(--white);font-size:.9375rem;outline:none;transition:border-color var(--transition-fast)}.newsletter__input::placeholder{color:var(--slate-400)}.newsletter__input:focus{border-color:var(--teal-500)}.newsletter__btn{padding:.75rem 1.75rem;border-radius:var(--radius-full);border:none;background:var(--teal-500);color:var(--white);font-weight:600;font-size:.9375rem;cursor:pointer;transition:all var(--transition-base);white-space:nowrap}.newsletter__btn:hover{background:var(--teal-600);transform:translateY(-1px)}@media (max-width:480px){.newsletter__form{flex-direction:column}}.guide-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--border-light);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition-base);text-decoration:none;color:inherit}.guide-card:hover{border-color:var(--teal-200);box-shadow:var(--shadow-lg);transform:translateY(-3px);color:inherit}.guide-card__image{width:100%;height:200px;object-fit:cover;background:var(--slate-100)}.guide-card__body{padding:var(--space-xl);display:flex;flex-direction:column;flex:1 1}.guide-card__category{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--teal-600);margin-bottom:var(--space-sm)}.guide-card__title{font-family:var(--font-display);font-size:1.125rem;font-weight:700;margin-bottom:var(--space-sm);line-height:1.3}.guide-card__excerpt{font-size:.875rem;color:var(--text-secondary);line-height:1.6;flex:1 1}.guide-card__meta{display:flex;align-items:center;gap:var(--space-md);margin-top:var(--space-lg);font-size:.8125rem;color:var(--text-muted)}.grid-2{grid-template-columns:repeat(2,1fr);grid-gap:var(--space-xl)}.grid-2,.grid-3{display:grid;gap:var(--space-xl)}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:var(--space-xl)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--space-xl);gap:var(--space-xl)}@media (max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:var(--space-3xl) 0}}.fade-in-up{animation:fadeInUp .6s ease both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.stat{text-align:center;padding:var(--space-xl)}.stat__number{font-family:var(--font-display);font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,var(--teal-600),var(--teal-700));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}.stat__label{font-size:.875rem;color:var(--text-secondary);margin-top:var(--space-xs)}.breadcrumbs{display:flex;align-items:center;gap:var(--space-sm);font-size:.8125rem;margin-bottom:var(--space-xl);flex-wrap:wrap}.breadcrumbs,.breadcrumbs a{color:var(--text-muted)}.breadcrumbs a:hover{color:var(--teal-600)}.breadcrumbs__sep{color:var(--slate-300)}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.text-secondary{color:var(--text-secondary)}.text-teal{color:var(--teal-600)}.mt-xs{margin-top:var(--space-xs)}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mt-xl{margin-top:var(--space-xl)}.mt-2xl{margin-top:var(--space-2xl)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.mb-xl{margin-bottom:var(--space-xl)}.mb-2xl{margin-bottom:var(--space-2xl)}.location-page{min-height:100vh}.location-hero{background:linear-gradient(135deg,var(--teal-600) 0,var(--teal-700) 60%,#0a5a4e 100%);color:white;padding:var(--space-2xl) var(--space-lg) var(--space-xl)}.location-hero-inner{max-width:900px;margin:0 auto}.location-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;opacity:.75;margin-bottom:var(--space-md);flex-wrap:wrap}.location-breadcrumb a{color:white;text-decoration:none}.location-breadcrumb a:hover{opacity:.9;text-decoration:underline}.location-breadcrumb span[aria-hidden]{opacity:.5}.location-flag{font-size:2.5rem;margin-bottom:var(--space-sm)}.location-title{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.15;margin-bottom:var(--space-sm)}.location-excerpt{font-size:1.05rem;opacity:.9;line-height:1.6;max-width:700px;margin-bottom:var(--space-lg)}.location-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-sm);gap:var(--space-sm)}@media (min-width:560px){.location-stats-grid{grid-template-columns:repeat(4,1fr)}}.location-stat{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-md);padding:var(--space-sm) var(--space-md);text-align:center}.location-stat-value{display:block;font-family:var(--font-display);font-size:1.3rem;font-weight:800;line-height:1.2}.location-stat-label{display:block;font-size:.7rem;opacity:.75;margin-top:2px}.location-body{max-width:1100px;margin:0 auto;padding:var(--space-xl) var(--space-lg);display:grid;grid-template-columns:1fr;grid-gap:var(--space-xl);gap:var(--space-xl)}@media (min-width:900px){.location-body{grid-template-columns:1fr 280px}}.location-section{margin-bottom:var(--space-xl)}.location-section h2{font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:var(--text-primary);margin-bottom:var(--space-md);padding-bottom:var(--space-xs);border-bottom:2px solid var(--teal-100)}.location-section p{font-size:1rem;line-height:1.75;color:var(--text-secondary)}.location-keyfact{display:flex;gap:var(--space-sm);align-items:flex-start;background:var(--teal-50);border:1px solid var(--teal-200);border-left:4px solid var(--teal-500);border-radius:var(--radius-md);padding:var(--space-md);margin-bottom:var(--space-xl)}.location-keyfact-icon{font-size:1.4rem;flex-shrink:0}.location-keyfact p{font-size:.95rem;font-weight:500;color:var(--teal-700);line-height:1.6}.location-placement-grid{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.location-placement-tag{background:var(--teal-50);border:1px solid var(--teal-200);color:var(--teal-700);border-radius:999px;padding:.3rem .9rem;font-size:.85rem;font-weight:600}.location-table-note{font-size:.9rem;color:var(--text-muted);margin-bottom:var(--space-md)}.location-table-note a{color:var(--teal-600)}.location-table-wrap{overflow-x:auto}.location-table{width:100%;border-collapse:collapse;font-size:.9rem}.location-table th{background:var(--slate-50);color:var(--text-secondary);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;padding:.6rem 1rem;border-bottom:2px solid var(--slate-200);text-align:left}.location-table td{padding:.7rem 1rem;border-bottom:1px solid var(--slate-100);color:var(--text-secondary);vertical-align:middle}.location-table tr:last-child td{border-bottom:none}.location-table tr:hover td{background:var(--slate-50)}.location-table a{color:var(--teal-600);text-decoration:none;font-size:.85rem}.location-table a:hover{text-decoration:underline}.location-pay-comparison{display:grid;grid-template-columns:1fr;grid-gap:var(--space-md);gap:var(--space-md);margin-bottom:var(--space-md)}@media (min-width:560px){.location-pay-comparison{grid-template-columns:1fr 1fr}}.location-pay-card{border:1px solid var(--slate-200);border-radius:var(--radius-lg);padding:var(--space-md);background:var(--white)}.location-pay-card--ifa{border-color:var(--teal-200);background:var(--teal-50)}.location-pay-card-header{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:var(--space-xs)}.location-pay-card--ifa .location-pay-card-header{color:var(--teal-600)}.location-pay-amount{font-family:var(--font-display);font-size:1.6rem;font-weight:800;color:var(--text-primary);line-height:1.1}.location-pay-card--ifa .location-pay-amount{color:var(--teal-700)}.location-pay-label{font-size:.8rem;color:var(--text-muted);margin-bottom:var(--space-sm)}.location-pay-note{font-size:.85rem;color:var(--text-muted);line-height:1.5}.location-pay-cta-text{font-size:.9rem;color:var(--text-muted)}.location-pay-cta-text a{color:var(--teal-600)}.location-faqs{display:flex;flex-direction:column;gap:var(--space-sm)}.location-faq{border:1px solid var(--slate-200);border-radius:var(--radius-md);overflow:hidden}.location-faq-q{padding:var(--space-sm) var(--space-md);font-size:.95rem;font-weight:600;color:var(--text-primary);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:var(--space-sm)}.location-faq-q:after{content:"+";font-size:1.2rem;font-weight:300;color:var(--teal-600);flex-shrink:0}.location-faq[open] .location-faq-q:after{content:"−"}.location-faq-q:hover{background:var(--slate-50)}.location-faq-a{padding:0 var(--space-md) var(--space-md);font-size:.9rem;line-height:1.65;color:var(--text-secondary);border-top:1px solid var(--slate-100)}.location-cta-section{background:linear-gradient(135deg,var(--teal-600),var(--teal-700));color:white;border-radius:var(--radius-xl);padding:var(--space-xl);text-align:center;margin-top:var(--space-xl)}.location-cta-section h2{font-family:var(--font-display);font-size:1.5rem;font-weight:800;margin-bottom:var(--space-sm);border:none;padding:0;color:white}.location-cta-section p{opacity:.9;margin-bottom:var(--space-md);color:white}.location-cta-buttons{display:flex;flex-wrap:wrap;gap:var(--space-sm);justify-content:center}.location-sidebar{display:flex;flex-direction:column;gap:var(--space-md)}.location-sidebar-card{background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-lg);padding:var(--space-md)}.location-sidebar-card h3{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:var(--space-sm)}.location-sidebar-links{list-style:none;display:flex;flex-direction:column;gap:.4rem;margin-bottom:var(--space-sm)}.location-sidebar-links a{font-size:.88rem;color:var(--teal-600);text-decoration:none;line-height:1.4}.location-sidebar-links a:hover{text-decoration:underline}.location-sidebar-all{font-size:.8rem;color:var(--teal-600);text-decoration:none;font-weight:600}.location-sidebar-card--cta{background:linear-gradient(135deg,var(--teal-50),#f0f9ff);border-color:var(--teal-200);text-align:center}.location-sidebar-cta-icon{font-size:2rem;margin-bottom:var(--space-xs)}.location-sidebar-card--cta p{font-size:.85rem;color:var(--text-muted);margin-bottom:var(--space-sm);line-height:1.5}.location-index-page{min-height:100vh}.location-index-hero{background:linear-gradient(135deg,#0f766e,#0d9488 60%,#14b8a6);color:white;padding:var(--space-2xl) var(--space-lg) var(--space-xl);text-align:center}.location-index-hero-inner{max-width:720px;margin:0 auto}.location-index-hero h1{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;margin:var(--space-md) 0 var(--space-sm)}.location-index-subtitle{font-size:1.05rem;opacity:.9;line-height:1.6;margin-bottom:var(--space-lg)}.location-index-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-lg)}.location-index-stat{font-size:.9rem;opacity:.85}.location-index-stat strong{font-size:1.4rem;font-family:var(--font-display);font-weight:800;opacity:1;display:block;color:white}.location-index-body{max-width:1100px;margin:0 auto;padding:var(--space-2xl) var(--space-lg)}.location-nation-section{margin-bottom:var(--space-2xl)}.location-nation-heading{display:flex;align-items:center;gap:var(--space-sm);font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--text-primary);margin-bottom:var(--space-lg);padding-bottom:var(--space-sm);border-bottom:2px solid var(--slate-100)}.location-index-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:var(--space-md);gap:var(--space-md)}.location-index-card{background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-lg);padding:var(--space-md);display:flex;flex-direction:column;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s}.location-index-card:hover{border-color:var(--teal-400);box-shadow:0 4px 16px rgba(13,148,136,.1);transform:translateY(-2px)}.location-index-card-header{margin-bottom:var(--space-xs)}.location-index-card-header h3{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:2px}.location-index-card-region{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.location-index-card-excerpt{font-size:.85rem;color:var(--text-muted);line-height:1.5;flex:1 1;margin-bottom:var(--space-sm)}.location-index-card-stats{display:flex;gap:var(--space-sm);border-top:1px solid var(--slate-100);padding-top:var(--space-sm);margin-bottom:var(--space-sm)}.location-index-card-stat{text-align:center;flex:1 1}.location-index-card-stat-value{display:block;font-family:var(--font-display);font-size:.95rem;font-weight:700;color:var(--teal-700)}.location-index-card-stat-label{display:block;font-size:.65rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.location-index-card-cta{font-size:.8rem;font-weight:600;color:var(--teal-600)}.location-index-cta{background:var(--teal-50);border:1px solid var(--teal-200);border-radius:var(--radius-xl);padding:var(--space-xl);text-align:center}.location-index-cta h2{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--text-primary);margin-bottom:var(--space-sm)}.location-index-cta p{color:var(--text-muted);margin-bottom:var(--space-md)}.location-index-cta-buttons{display:flex;flex-wrap:wrap;gap:var(--space-sm);justify-content:center}.btn-sm{padding:.5rem 1.25rem;font-size:.875rem}.skip-to-content{position:absolute;top:-100%;left:16px;z-index:9999;padding:.75rem 1.5rem;background:var(--teal-700);color:var(--white);font-weight:600;font-size:.9375rem;border-radius:var(--radius-md);text-decoration:none;transition:top .2s ease}.skip-to-content:focus{top:16px;outline:3px solid var(--teal-500);outline-offset:2px}.reading-progress{position:fixed;top:0;left:0;width:0;height:3px;background:linear-gradient(90deg,var(--teal-500),var(--teal-600));z-index:9999;transition:width 50ms linear;pointer-events:none}@media (min-width:1100px){.guide-layout-grid{grid-template-columns:1fr 220px;max-width:calc(var(--max-width-article) + 280px);margin:0 auto}}.toc{position:-webkit-sticky;position:sticky;top:80px;align-self:start;display:none}@media (min-width:1100px){.toc{display:block}}.toc__heading{font-family:var(--font-display);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:var(--space-md)}.toc__list{list-style:none;display:flex;flex-direction:column;gap:2px}.toc__link{display:block;padding:4px 0 4px 12px;font-size:.8125rem;font-weight:500;color:var(--text-muted);text-decoration:none;border-left:2px solid transparent;transition:all var(--transition-fast);line-height:1.4}.toc__link:hover{color:var(--teal-700);border-left-color:var(--teal-300)}.toc__link--active{color:var(--teal-700);border-left-color:var(--teal-600);font-weight:600}.toc__link--h3{padding-left:24px;font-size:.75rem}.share-bar{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-lg) 0;border-top:1px solid var(--border-subtle);margin-top:var(--space-2xl)}.share-bar__label{font-size:.8125rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-right:var(--space-sm);white-space:nowrap}.share-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-full);border:1px solid var(--border-light);background:var(--white);color:var(--text-secondary);font-size:.875rem;cursor:pointer;transition:all var(--transition-fast);text-decoration:none}.share-btn:hover{transform:translateY(-1px)}.share-btn--copy.is-copied,.share-btn:hover{border-color:var(--teal-500);color:var(--teal-700);background:var(--teal-50)}.page-hero{background:var(--slate-900);padding:var(--space-4xl) 0}.page-hero .breadcrumbs,.page-hero .breadcrumbs a{color:var(--slate-400)}.page-hero .breadcrumbs a:hover{color:var(--teal-400)}.page-hero h1{color:var(--white);font-size:clamp(1.75rem,4vw,2.5rem);font-family:var(--font-display);line-height:1.15;margin-bottom:var(--space-lg)}.page-hero p{color:var(--slate-300);font-size:1.0625rem;line-height:1.65;max-width:520px}.page-hero .badge{background:rgba(20,184,166,.15);border:1px solid rgba(20,184,166,.3);color:var(--teal-400)}.search-overlay{position:fixed;inset:0;background:rgba(15,23,42,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;animation:fadeIn .15s ease}.search-modal{position:fixed;top:10vh;left:50%;transform:translateX(-50%);width:min(600px,calc(100vw - 32px));background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl),0 0 0 1px var(--border-subtle);z-index:9999;max-height:70vh;display:flex;flex-direction:column;animation:fadeInUp .2s ease}.search-modal__input-wrap{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-lg) var(--space-xl);border-bottom:1px solid var(--border-subtle)}.search-modal__input{flex:1 1;border:none;outline:none;font-size:1.0625rem;font-family:var(--font-body);color:var(--text-primary);background:transparent}.search-modal__input::placeholder{color:var(--text-muted)}.search-modal__kbd{font-size:.75rem;padding:2px 8px;border-radius:4px;border:1px solid var(--border-light);background:var(--slate-50);color:var(--text-muted);font-family:monospace}.search-modal__results{overflow-y:auto;padding:var(--space-sm);flex:1 1}.search-modal__empty{padding:var(--space-2xl);text-align:center;color:var(--text-muted);font-size:.9375rem}.search-result{display:block;padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);text-decoration:none;color:inherit;transition:background var(--transition-fast)}.search-result:focus,.search-result:hover{background:var(--teal-50);outline:none}.search-result__category{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--teal-600);margin-bottom:2px}.search-result__title{font-family:var(--font-display);font-size:.9375rem;font-weight:700;color:var(--text-primary);margin-bottom:2px}.search-result__excerpt{font-size:.8125rem;color:var(--text-secondary);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nav-overlay{position:fixed;inset:0;background:rgba(15,23,42,.4);z-index:99;animation:fadeIn .15s ease}@media (max-width:768px){.footer__grid{grid-template-columns:1fr}.footer__section{border-bottom:1px solid var(--slate-800);padding-bottom:var(--space-md)}.footer__heading{cursor:pointer;display:flex;align-items:center;justify-content:space-between;margin-bottom:0;padding:var(--space-sm) 0}.footer__heading:after{content:"+";font-size:1.2rem;font-weight:300;color:var(--slate-500);transition:transform .2s ease}.footer__section.is-open .footer__heading:after{content:"−"}.footer__links{max-height:0;overflow:hidden;transition:max-height .3s ease}.footer__section.is-open .footer__links{max-height:500px;padding-top:var(--space-sm)}}@media (prefers-color-scheme:dark){:root{--white:#0f172a;--off-white:#1e293b;--bg-primary:#0f172a;--bg-warm:#1e293b;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--border-light:#334155;--border-subtle:#1e293b;--warm-50:#1e293b;--warm-100:#334155;--slate-50:#1e293b;--slate-100:#334155}body{background:#0f172a;color:#f1f5f9}.header{background:rgba(15,23,42,.92);border-bottom-color:#334155}.card{background:#1e293b;border-color:#334155}.card:hover{border-color:var(--teal-700)}.guide-card{background:#1e293b;border-color:#334155}.guide-card:hover{border-color:var(--teal-700)}.newsletter{background:linear-gradient(135deg,#0f172a,#134e4a)}.btn-secondary{background:#1e293b;color:#f1f5f9;border-color:#334155}.search-modal{background:#1e293b;box-shadow:0 20px 50px rgba(0,0,0,.4)}.search-result:focus,.search-result:hover{background:#334155}.share-btn{background:#1e293b;border-color:#334155;color:#94a3b8}.share-btn:hover{background:#334155;border-color:var(--teal-600)}details{background:#1e293b!important;border-color:#334155!important}.prose{color:#cbd5e1}.prose blockquote{background:rgba(20,184,166,.1);border-left-color:var(--teal-600);color:#94a3b8}}@media print{.btn,.footer,.header,.info-box,.newsletter,.reading-progress,.share-bar,.skip-to-content,.toc,nav.breadcrumbs{display:none!important}body{font-size:12pt;line-height:1.6;color:#000;background:#fff}.container,.container--article,.container--narrow{max-width:100%;padding:0;margin:0}.prose{font-size:12pt;color:#000}.prose a{color:#000;text-decoration:underline}.prose a:after{content:" (" attr(href) ")";font-size:10pt;color:#666}h1,h2,h3{page-break-after:avoid;color:#000}img{max-width:100%;page-break-inside:avoid}section{padding:.5cm 0!important;background:none!important;border:none!important}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.guide-layout-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--space-2xl);gap:var(--space-2xl)}@media (min-width:1100px){.guide-layout-grid{grid-template-columns:1fr 240px}}.freshness-badge{display:inline-flex;align-items:center;gap:4px;font-size:.6875rem;font-weight:600;letter-spacing:.04em;padding:2px 8px;border-radius:99px;text-transform:uppercase}.freshness-badge--fresh{background:rgba(16,185,129,.1);color:#059669;border:1px solid rgba(16,185,129,.2)}.freshness-badge--recent{background:rgba(245,158,11,.1);color:#d97706;border:1px solid rgba(245,158,11,.2)}.freshness-badge--stale{background:rgba(107,114,128,.1);color:#6b7280;border:1px solid rgba(107,114,128,.2)}.skeleton{background:linear-gradient(90deg,var(--slate-100) 25%,var(--slate-50) 50%,var(--slate-100) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-md)}.skeleton--text{height:16px;width:100%;margin-bottom:8px}.skeleton--heading{height:28px;width:60%;margin-bottom:16px}.skeleton--block{height:120px;width:100%;margin-bottom:16px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.theme-toggle{background:none;border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;font-size:1.125rem;line-height:1;padding:6px 8px;transition:background .2s,border-color .2s;display:flex;align-items:center;justify-content:center}.theme-toggle:hover{background:var(--slate-100);border-color:var(--slate-300)}[data-theme=dark]{--white:#0f172a;--off-white:#1e293b;--warm-50:#131a2b;--warm-100:#182035;--warm-200:#1e2940;--warm-300:#2a3550;--warm-500:#c99a5c;--warm-600:#d4a76a;--slate-50:#1e293b;--slate-100:#1e293b;--slate-200:#334155;--slate-300:#475569;--slate-400:#94a3b8;--slate-500:#cbd5e1;--slate-600:#e2e8f0;--slate-700:#f1f5f9;--slate-800:#f8fafc;--slate-900:#0f172a;--teal-50:rgba(20,184,166,0.08);--teal-100:rgba(20,184,166,0.12);--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--border-subtle:#334155;--bg-card:#1e293b;color-scheme:dark}[data-theme=dark] body{background:#0f172a!important}[data-theme=dark] body,[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4{color:#f1f5f9!important}[data-theme=dark] main p{color:#cbd5e1!important}[data-theme=dark] main label,[data-theme=dark] main span{color:#94a3b8}[data-theme=dark] .header{background:rgba(15,23,42,.95)!important;border-bottom-color:#334155!important}[data-theme=dark] section{background:#0f172a!important}[data-theme=dark] section.section--teal{background:linear-gradient(180deg,#0c1425,#132230)!important}[data-theme=dark] section.section--warm{background:#111827!important}[data-theme=dark] .card,[data-theme=dark] .guide-card{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .guide-card:hover{border-color:#475569!important}[data-theme=dark] .guide-card__image{background:linear-gradient(135deg,rgba(20,184,166,.12),rgba(20,184,166,.06))!important;filter:brightness(.7)}[data-theme=dark] .guide-card__body{background:#1e293b!important}[data-theme=dark] .guide-card__category{color:var(--teal-400)!important}[data-theme=dark] .guide-card__title{color:#f1f5f9!important}[data-theme=dark] .guide-card__excerpt{color:#94a3b8!important}[data-theme=dark] .guide-card__meta{color:#64748b!important}[data-theme=dark] .stat__number{color:var(--teal-400)!important}[data-theme=dark] .stat__label{color:#94a3b8!important}[data-theme=dark] .btn-secondary{background:transparent!important;border-color:#475569!important;color:#e2e8f0!important}[data-theme=dark] .btn-secondary:hover{border-color:var(--teal-400)!important;color:var(--teal-400)!important;background:rgba(20,184,166,.08)!important}[data-theme=dark] .btn-outline{border-color:rgba(255,255,255,.3)!important;color:#f1f5f9!important}[data-theme=dark] .badge{background:rgba(20,184,166,.12)!important;border-color:rgba(20,184,166,.25)!important;color:var(--teal-400)!important}[data-theme=dark] .footer{background:#020617!important}[data-theme=dark] .newsletter{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .newsletter h3{color:#f1f5f9!important}[data-theme=dark] .newsletter p{color:#94a3b8!important}[data-theme=dark] .newsletter__input{background:#0f172a!important;border-color:#475569!important;color:#f1f5f9!important}[data-theme=dark] .theme-toggle{border-color:#475569!important}[data-theme=dark] .theme-toggle:hover{background:#334155!important;border-color:#64748b!important}[data-theme=dark] details{background:#1e293b!important;border-color:#334155!important;color:#e2e8f0!important}[data-theme=dark] details summary{color:#f1f5f9!important}[data-theme=dark] details p{color:#94a3b8!important}[data-theme=dark] .prose{color:#cbd5e1!important}[data-theme=dark] .prose a{color:var(--teal-400)!important}[data-theme=dark] .prose strong{color:#f1f5f9!important}[data-theme=dark] .prose blockquote{border-left-color:var(--teal-600)!important;background:rgba(20,184,166,.05)!important;color:#cbd5e1!important}[data-theme=dark] .prose table th{background:#334155!important;color:#f1f5f9!important}[data-theme=dark] .prose table td{border-color:#334155!important;color:#cbd5e1!important}[data-theme=dark] .prose li{color:#cbd5e1!important}[data-theme=dark] .prose li::marker{color:var(--teal-400)!important}[data-theme=dark] .guide-tldr,[data-theme=dark] .info-box,[data-theme=dark] [class*=guide-tldr],[data-theme=dark] [class*=info-box]{background:rgba(20,184,166,.08)!important;border-color:rgba(20,184,166,.2)!important;color:#cbd5e1!important}[data-theme=dark] .toc{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .toc a{color:#94a3b8!important}[data-theme=dark] .toc a:hover{color:#f1f5f9!important}[data-theme=dark] .toc a.active,[data-theme=dark] .toc a[style*="color: var(--teal"]{color:var(--teal-400)!important}[data-theme=dark] .guide-faq details{background:#1a2435!important}[data-theme=dark] input[type=email],[data-theme=dark] input[type=text],[data-theme=dark] select{background:#0f172a!important;color:#f1f5f9!important;border-color:#475569!important}[data-theme=dark] button{color:#e2e8f0}[data-theme=dark] [style*="background: 'var(--warm-50)"],[data-theme=dark] [style*="background: var(--warm-50)"]{background:#131a2b!important}[data-theme=dark] .card h3,[data-theme=dark] [style*="background: var(--warm-50)"] .card{color:#f1f5f9!important}[data-theme=dark] .card p{color:#94a3b8!important}[data-theme=dark] [style*="rgba(255,255,255,0.06)"]{background:rgba(255,255,255,.06)!important}[data-theme=dark] .header__cta{background:var(--teal-600)!important}[data-theme=dark] .reading-progress{background:#1e293b!important}[data-theme=dark] .freshness-badge--fresh{background:rgba(16,185,129,.2)!important;color:#6ee7b7!important}[data-theme=dark] .freshness-badge--recent{background:rgba(245,158,11,.2)!important;color:#fbbf24!important}[data-theme=dark] .freshness-badge--stale{background:rgba(107,114,128,.2)!important;color:#9ca3af!important}[data-theme=dark] .skeleton{background:linear-gradient(90deg,#1e293b 25%,#334155 50%,#1e293b 75%)!important;background-size:200% 100%}[data-theme=dark] .guide-layout__header{background:#0c1425!important}[data-theme=dark] .search-overlay{background:rgba(0,0,0,.8)!important}[data-theme=dark] .search-overlay input{background:#1e293b!important;color:#f1f5f9!important;border-color:#475569!important}[data-theme=dark] .search-overlay .search-result{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .search-overlay .search-result:hover{background:#334155!important}[data-theme=dark] section:first-of-type{background:linear-gradient(170deg,#0c1425,#0f172a 40%,rgba(20,184,166,.06))!important}[data-theme=dark] .breadcrumbs a{color:#94a3b8!important}[data-theme=dark] .breadcrumbs span{color:#64748b!important}[data-theme=dark] a.card{color:#f1f5f9!important}[data-theme=dark] a.card span{color:#94a3b8}[data-theme=dark] .prose+.share-bar+div{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] .info-box{background:rgba(20,184,166,.08)!important;border-color:rgba(20,184,166,.2)!important}[data-theme=dark] .info-box p{color:#94a3b8!important}[data-theme=dark] .info-box__title{color:#f1f5f9!important}[data-theme=dark] .footer-accordion summary{color:#e2e8f0!important}[data-theme=dark] .footer-accordion a{color:#94a3b8!important}[data-theme=dark] a{color:inherit}[data-theme=dark] .footer__links a{color:#94a3b8!important}[data-theme=dark] .footer__links a:hover{color:#f1f5f9!important}@media print{.badge,.btn,.footer,.guide-layout__cta-panel,.header,.header__cta,.newsletter,.reading-progress,.search-overlay,.skip-to-content,.social-share,.theme-toggle,.toc,nav{display:none!important}body{background:white!important;color:black!important;font-size:12pt!important;line-height:1.6!important}.container,.container--narrow{max-width:100%!important;padding:0!important;margin:0!important}main{padding:0!important}h1{font-size:20pt!important}h2{font-size:16pt!important}h2,h3{page-break-after:avoid}h3{font-size:13pt!important}li,p{orphans:3;widows:3}.prose a:after{content:" (" attr(href) ")";font-size:9pt;color:#666;font-weight:400}.prose a[href^="#"]:after,.prose a[href^=javascript]:after{content:""}table{page-break-inside:avoid}blockquote{border-left:3px solid #333!important;background:none!important;padding-left:12pt!important}.prose h2{page-break-before:auto}img{max-width:100%!important;page-break-inside:avoid}.prose:before{content:"AllAboutFostering.com — Printed Guide";display:block;font-size:9pt;color:#999;margin-bottom:12pt;padding-bottom:6pt;border-bottom:1px solid #ccc}}@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 Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_37ef13{font-family:Inter,Inter Fallback;font-style:normal}.__variable_37ef13{--font-body:"Inter","Inter Fallback"}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/98848575513c9742-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:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-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:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/98848575513c9742-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:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-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:Outfit;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/98848575513c9742-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:Outfit;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-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:Outfit Fallback;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_0dd153{font-family:Outfit,Outfit Fallback;font-style:normal}.__variable_0dd153{--font-display:"Outfit","Outfit Fallback"}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fe4c52824bfaed3e-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:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e8ab5100a4aa694-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b78b37b810acce9f-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:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/027647acf05c7ff8-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:Merriweather;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1f3fe8c6df3d47c1-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:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fe4c52824bfaed3e-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:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e8ab5100a4aa694-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b78b37b810acce9f-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:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/027647acf05c7ff8-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:Merriweather;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1f3fe8c6df3d47c1-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:Merriweather Fallback;src:local("Times New Roman");ascent-override:80.59%;descent-override:22.36%;line-gap-override:0.00%;size-adjust:122.09%}.__className_9dd3c0{font-family:Merriweather,Merriweather Fallback;font-style:normal}.__variable_9dd3c0{--font-editorial:"Merriweather","Merriweather Fallback"}