@media (max-width:480px){.obc{padding:1.25rem!important}.obfg{grid-template-columns:1fr!important}}:root{--brand-orange:#ff8c42;--brand-teal:#4ecdc4;--brand-coral:#ff6b9d;--ui-primary:#e86f2a;--ui-primary-hover:#cf5f1f;--ui-secondary:#2fafab;--ui-secondary-hover:#26958e;--ui-accent:#e45486;--color-accent-deep:#c44d1a;--color-cream:#fffdf9;--color-cream-dark:#f7f8fa;--color-sage:var(--ui-secondary);--color-sage-light:#79dad3;--color-sage-dark:var(--ui-secondary-hover);--color-bark:#1f2937;--color-bark-light:#6b7280;--color-rose:var(--ui-accent);--color-rose-light:#ff9dbc;--color-rose-dark:#c93e6e;--color-green:#4caf50;--color-yellow:#ffb300;--color-orange:#ff7043;--color-red:#e53935;--color-white:#fff;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-500:#6b7280;--color-gray-700:#374151;--color-gray-900:#111827;--color-surface-warm:#fff8f3;--color-surface-cool:#f0f7f7;--color-success-soft:#e8f5e9;--color-warning-soft:#fff3e0;--color-danger-soft:#ffebee;--border-subtle:#dbe4ee;--font-sans-fallback:system-ui,-apple-system,sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 3px 0 rgba(61,44,30,.08);--shadow-md:0 4px 12px 0 rgba(61,44,30,.1);--shadow-lg:0 8px 24px 0 rgba(61,44,30,.12);--shadow-card:0 14px 34px rgba(15,23,42,.06);--shadow-card-soft:0 8px 24px rgba(15,23,42,.05);--shadow-card-hover:0 20px 48px rgba(15,23,42,.11);--transition-fast:150ms ease;--transition-normal:250ms ease;--transition-card:transform 200ms ease,box-shadow 200ms ease,border-color 200ms ease;--transition-fade:opacity 220ms ease,transform 220ms ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans),var(--font-sans-fallback);background-color:var(--color-surface-warm);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6{color:var(--color-bark)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display),var(--font-sans),var(--font-sans-fallback);font-weight:700;line-height:1.25}h1{font-size:clamp(1.75rem,5vw,2.75rem)}h2{font-size:clamp(1.4rem,4vw,2rem)}h3{font-size:clamp(1.15rem,3vw,1.5rem)}h4{font-size:1.125rem}p{color:var(--color-bark-light)}a{color:var(--ui-secondary-hover);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--ui-secondary)}img,video{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1100px;margin-inline:auto;padding-inline:1.25rem}.card{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);box-shadow:var(--shadow-card-soft);padding:1.5rem;transition:var(--transition-card)}.card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--ui-primary);color:var(--color-white);font-family:var(--font-sans);font-weight:700;font-size:1rem;padding:.75rem 1.75rem;border-radius:var(--radius-full);border:none;cursor:pointer;transition:background var(--transition-fast),transform var(--transition-fast);text-decoration:none}.btn-primary:hover{background:var(--color-accent-deep);color:var(--color-white);transform:translateY(-2px) scale(1.02);box-shadow:0 16px 32px rgba(232,111,42,.18)}.btn-primary:active{transform:translateY(0)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--ui-secondary-hover);font-family:var(--font-sans);font-weight:700;font-size:1rem;padding:.75rem 1.75rem;border-radius:var(--radius-full);border:2px solid var(--ui-secondary);cursor:pointer;transition:all var(--transition-fast);text-decoration:none}.btn-secondary:hover{background:var(--ui-secondary);color:var(--color-white);transform:translateY(-2px)}.badge{display:inline-block;font-size:.75rem;font-weight:600;padding:.2rem .65rem;border-radius:var(--radius-full)}.badge-sage{background:#def7f4;color:var(--ui-secondary-hover)}.badge-rose{background:#ffe4ee;color:var(--color-rose-dark)}.badge-bark{background:#ede8e3;color:var(--color-bark)}.badge-cream{background:var(--color-cream-dark);color:var(--color-bark-light)}.section{padding-block:4rem}.section-title{text-align:center;margin-bottom:.75rem}.section-subtitle{text-align:center;font-size:1.125rem;color:var(--color-bark-light);max-width:600px;margin-inline:auto;margin-bottom:2.5rem}.grid-2{grid-gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-2,.grid-3{display:grid;gap:1.5rem}.grid-3{grid-gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.grid-4{display:grid;grid-gap:1.25rem;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.severity-green{color:var(--color-green)}.severity-yellow{color:var(--color-yellow)}.severity-orange{color:var(--color-orange)}.severity-red{color:var(--color-red)}.input{width:100%;padding:.625rem 1rem;border:1.5px solid var(--color-gray-200);border-radius:var(--radius-md);font-family:var(--font-sans);font-size:1rem;color:var(--color-bark);background:var(--color-white);transition:border-color var(--transition-fast);outline:none}.input:focus{border-color:var(--ui-secondary);box-shadow:0 0 0 3px rgba(47,175,171,.16)}.input::placeholder{color:var(--color-gray-300)}.label{display:block;font-size:.875rem;font-weight:600;color:var(--color-bark);margin-bottom:.35rem}.divider{border:none;border-top:1px solid var(--color-gray-200);margin-block:1.5rem}.page-wrapper{min-height:100dvh;display:flex;flex-direction:column}.page-content{flex:1 1;padding-top:72px;padding-bottom:80px}.pv-card-info{background:#fff;border:1px solid var(--border-subtle);border-radius:16px;box-shadow:var(--shadow-card-soft);transition:var(--transition-card)}.pv-card-info:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}.pv-card-action{background:linear-gradient(135deg,var(--color-surface-warm) 0,#fff 100%);border:none;border-radius:16px;box-shadow:var(--shadow-card-soft);transition:var(--transition-card)}.pv-card-action:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}.pv-card-alert{background:#fff;border:1px solid var(--border-subtle);border-left:4px solid var(--ui-primary);border-radius:16px;box-shadow:var(--shadow-card-soft);transition:var(--transition-card)}.pv-card-alert:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover)}.pv-inline-link{color:var(--ui-primary);font-weight:800;text-decoration:none}@keyframes pv-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pv-slide-fade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pv-check-pop{0%{transform:scale(.72);opacity:.35}65%{transform:scale(1.08);opacity:1}to{transform:scale(1);opacity:1}}.skeleton{background:linear-gradient(90deg,var(--color-gray-100) 25%,var(--color-gray-200) 50%,var(--color-gray-100) 75%);background-size:200% 100%;animation:skeleton-loading 1.4s ease infinite;border-radius:var(--radius-md)}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.toast{position:fixed;bottom:90px;left:50%;transform:translateX(-50%);background:var(--color-bark);color:var(--color-white);padding:.75rem 1.5rem;border-radius:var(--radius-full);font-size:.9rem;font-weight:600;z-index:1000;animation:toast-in .3s ease}@keyframes toast-in{0%{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-cream)}::-webkit-scrollbar-thumb{background:var(--color-sage-light);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-sage)}::selection{background:rgba(123,166,138,.25);color:var(--color-bark)}:focus-visible{outline:3px solid var(--ui-primary);outline-offset:2px}@media (max-width:768px){.hide-mobile{display:none!important}.section{padding-block:2.5rem}}@media (min-width:769px){.hide-desktop{display:none!important}}@media (max-width:980px){.hero-shell{grid-template-columns:1fr!important;gap:2rem!important}.hero-copy{max-width:100%!important}.hero-visual{max-width:100%;width:100%;margin-inline:auto;min-height:350px}}@media (max-width:680px){.hero-shell{gap:1rem!important}.hero-visual{min-height:280px;padding:1rem!important}.hero-phones{grid-template-columns:1fr!important}.hero-phones>div{min-height:220px!important;transform:none!important}}@media (max-width:480px){.hero-copy h1{font-size:1.5rem!important}.hero-copy p{font-size:.9rem!important}.hero-visual{min-height:240px}}@media (max-width:860px){[style*=solutionGrid]{grid-template-columns:1fr!important;gap:2rem!important}[style*=featRow]{flex-direction:column!important;gap:1.5rem!important}[style*=featRow] [style*=featVisual]{flex:none!important;width:100%!important}[style*=featIconBox]{width:140px!important;height:140px!important}[style*=downloadGrid],[style*=vetInner]{grid-template-columns:1fr!important}}@media (max-width:600px){.container{padding-inline:1rem!important}.section{padding-block:1.75rem!important}.grid-3,.grid-4{grid-template-columns:1fr!important;gap:.75rem!important}[style*=painCard],[style*=planCard],[style*=testimonialCard]{padding:1rem!important}[style*=vetCards]{flex-direction:column!important}}.hp-accent--orange{color:var(--brand-orange)}.hp-accent--teal{color:var(--brand-teal)}.hp-section{padding-block:5rem}.hp-section--white{background:#fff}.hp-section--gray{background:#f8f9fa}.hp-section__title{text-align:center;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:900;color:#1a1a2e;margin-bottom:.6rem}.hp-section__subtitle{text-align:center;font-size:1rem;color:#6b7280;max-width:560px;margin:0 auto 2.5rem;line-height:1.6}.hp-hero{background:radial-gradient(circle at 12% 18%,rgba(232,111,42,.14) 0,transparent 32%),linear-gradient(135deg,var(--color-surface-warm) 0,#fff 48%,var(--color-surface-cool) 100%);padding:4rem 0 3rem;overflow:hidden}.hp-hero__inner{display:grid;grid-template-columns:1fr 1.2fr;align-items:center;grid-gap:3rem;gap:3rem;max-width:1200px}.hp-hero__copy{max-width:520px}.hp-hero__eyebrow{gap:.45rem;margin-bottom:.85rem;padding:.45rem .8rem;border:1px solid rgba(232,111,42,.18);border-radius:9999px;background:hsla(0,0%,100%,.78);color:#9a4b1f;font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.hp-hero__brand,.hp-hero__eyebrow{display:inline-flex;align-items:center}.hp-hero__brand{gap:.5rem;margin-bottom:1.5rem}.hp-hero__brand-icon{font-size:1.6rem}.hp-hero__brand-name{font-weight:900;font-size:1.15rem;color:var(--brand-orange)}@media (max-width:768px){.hp-hero__brand{display:none}}.hp-hero__title{font-size:clamp(2rem,4vw,3.4rem);font-weight:900;color:#1a1a2e;line-height:1.08;margin-bottom:1.2rem;letter-spacing:-.02em;animation:pv-fade-up .52s ease both}.hp-hero__subtitle{font-size:1.05rem;color:#52525b;line-height:1.65;margin-bottom:1rem;animation:pv-fade-up .62s ease both}.hp-hero__checks{list-style:none;display:grid;grid-gap:.65rem;gap:.65rem;margin:0 0 1.8rem;padding:0}.hp-hero__check{display:flex;align-items:center;gap:.65rem;color:#27272a;font-size:.96rem;font-weight:700}.hp-hero__check:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;border-radius:9999px;background:rgba(78,205,196,.18);color:#13716d;flex-shrink:0}.hp-hero__ctas{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem;animation:pv-fade-up .74s ease both}.hp-hero__proof{display:flex;flex-direction:column;gap:.5rem}.hp-hero__proof-text{margin:0;font-size:.88rem;color:#3f3f46;font-weight:700}.hp-hero__proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.hp-hero__proof-card{display:flex;flex-direction:column;gap:.15rem;padding:.9rem 1rem;background:hsla(0,0%,100%,.78);border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 14px 28px rgba(15,23,42,.06)}.hp-hero__proof-card strong{font-size:.95rem;line-height:1.2;color:#18181b}.hp-hero__proof-card span{font-size:.82rem;color:#52525b;line-height:1.4}.hp-hero__rating{background:#fff;color:#44403c;border-radius:9999px;padding:.22rem .75rem;border:1px solid #e5e7eb;font-size:.78rem;font-weight:700}.hp-hero__phones{display:flex;justify-content:center;align-items:flex-end;gap:0;perspective:1200px;position:relative;min-height:420px}.hp-phone{position:relative;flex-shrink:0;transition:transform .4s ease}.hp-phone__img{border-radius:28px;box-shadow:0 20px 60px rgba(0,0,0,.18),0 4px 12px rgba(0,0,0,.08);object-fit:cover;width:180px;height:auto}.hp-phone--left{transform:translateX(15px) translateY(30px) rotateY(18deg) rotate(-6deg);z-index:1}.hp-phone--center{transform:scale(1.12) translateZ(0);z-index:10}.hp-phone--right{transform:translateX(-15px) translateY(30px) rotateY(-18deg) rotate(6deg);z-index:1}.hp-subhero{background:linear-gradient(135deg,#4ecdc4,#38b2ac);padding:2.5rem 0;text-align:center;position:relative;overflow:hidden}.hp-subhero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10c-3.3-5-9-8-15-8S4 5 2 10c-1.5 4-.5 9 3 12s8 4 12 3c2-.5 4-1 6-1s4 .5 6 1c4 1 8.5 0 12-3s4.5-8 3-12c-2-5-8-8-14-8z' fill='rgba(255,255,255,0.05)'/%3E%3C/svg%3E") repeat}.hp-subhero__flow{display:flex;justify-content:center;align-items:center;gap:1.25rem;flex-wrap:wrap;position:relative;z-index:1}.hp-subhero__step{display:flex;flex-direction:column;align-items:center;gap:.4rem;background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;padding:1.25rem 1.75rem;min-width:150px;transition:background .2s ease}.hp-subhero__step:hover{background:hsla(0,0%,100%,.3)}.hp-subhero__step-icon{font-size:2rem}.hp-subhero__step-text{font-size:.92rem;font-weight:800;color:#fff}.hp-subhero__arrow{font-size:1.6rem;color:hsla(0,0%,100%,.6);font-weight:900;position:relative;z-index:1}.hp-subhero__tagline{margin:1.25rem 0 0;font-size:1.02rem;color:hsla(0,0%,100%,.88);font-weight:600;position:relative;z-index:1}.hp-emergency{background:linear-gradient(135deg,rgba(255,235,238,.96),rgba(255,248,243,.92));padding-block:4rem;border-top:1px solid rgba(185,28,28,.08);border-bottom:1px solid rgba(185,28,28,.08)}.hp-emergency__title{text-align:center;font-size:clamp(1.4rem,3vw,2rem);font-weight:900;color:#1f2937;margin:0 0 .4rem}.hp-emergency__subtitle{text-align:center;color:#6b7280;font-size:1rem;margin:0 0 2rem}.hp-emergency__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:800px;margin:0 auto 2rem}.hp-emergency__card{background:#fff;border-radius:20px;border:1px solid hsla(0,91%,71%,.18);padding:2rem 1.5rem;box-shadow:0 12px 28px rgba(220,38,38,.08);transition:var(--transition-card)}.hp-emergency__card:hover{transform:translateY(-2px);box-shadow:0 22px 48px rgba(220,38,38,.14)}.hp-emergency__card-icon{font-size:2.2rem;display:block;margin-bottom:.75rem}.hp-emergency__card-title{font-size:1.05rem;font-weight:800;color:#1f2937;margin:0 0 .5rem}.hp-emergency__card-desc{font-size:.88rem;color:#6b7280;line-height:1.65;margin:0}.hp-emergency__cta{display:block;width:-moz-fit-content;width:fit-content;margin:0 auto;background:linear-gradient(135deg,#dc2626,#ea580c);color:#fff;padding:.85rem 2.5rem;border-radius:9999px;font-weight:800;font-size:1.05rem;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 16px rgba(220,38,38,.25)}.hp-emergency__cta:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(220,38,38,.35)}@media (max-width:640px){.hp-emergency__grid{grid-template-columns:1fr}}.hp-pain-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.hp-compare{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-gap:1.25rem;gap:1.25rem;align-items:stretch;margin:0 auto 1.5rem}.hp-compare__panel{background:linear-gradient(180deg,#fff,#fcfcfd);border-radius:24px;padding:1.5rem;border:1px solid #eceef2;box-shadow:0 10px 30px rgba(15,23,42,.05)}.hp-compare__panel--before{background:linear-gradient(180deg,#fff7f5,#fff)}.hp-compare__panel--after{background:linear-gradient(180deg,#f2fffd,#fff)}.hp-compare__eyebrow{margin:0 0 .65rem;font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#b45309}.hp-compare__eyebrow--after{color:#0f766e}.hp-compare__title{margin:0 0 1rem;font-size:1.12rem;line-height:1.3;color:#18181b}.hp-compare__list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.75rem;gap:.75rem}.hp-compare__item{display:flex;align-items:flex-start;gap:.7rem;font-size:.93rem;line-height:1.6;color:#3f3f46}.hp-compare__item:before{width:1.5rem;height:1.5rem;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.82rem;font-weight:900}.hp-compare__item--before:before{content:"!";background:#ffedd5;color:#c2410c}.hp-compare__item--after:before{content:"✓";background:#ccfbf1;color:#0f766e}.hp-compare__bridge{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-width:56px}.hp-compare__bridge-icon{width:3rem;height:3rem;border-radius:9999px;background:#fff;border:1px solid #e5e7eb;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;box-shadow:0 8px 24px rgba(15,23,42,.08)}.hp-compare__bridge-line{width:2px;flex:1 1;min-height:58px;background:linear-gradient(180deg,#fdba74,#5eead4);border-radius:9999px}.hp-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin:0 0 1.5rem}.hp-process__step{background:#fff;border:1px solid #eef2f7;border-radius:20px;padding:1.35rem 1.25rem;box-shadow:0 6px 24px rgba(15,23,42,.04)}.hp-process__icon{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border-radius:16px;background:#f8fafc;font-size:1.3rem;margin-bottom:.8rem}.hp-process__title{margin:0 0 .45rem;font-size:1rem;font-weight:800;color:#1a1a2e}.hp-process__desc{margin:0;font-size:.88rem;color:#6b7280;line-height:1.65}.hp-process__cta-wrap{display:flex;justify-content:center;margin-bottom:1.5rem}.hp-process__cta{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.35rem;border-radius:9999px;border:1px solid rgba(47,175,171,.24);background:#f8fffe;color:#0f766e;font-size:.92rem;font-weight:800;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.hp-process__cta:hover{color:#0f766e;transform:translateY(-1px);border-color:rgba(47,175,171,.36);box-shadow:0 10px 24px rgba(15,118,110,.08)}.hp-pain-card{background:#fff;border-radius:20px;border:1.5px solid #f0f0f0;padding:2rem 1.5rem;box-shadow:0 2px 16px rgba(0,0,0,.04);transition:transform .2s ease,box-shadow .2s ease}.hp-pain-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.hp-pain-card__icon{font-size:2.2rem;margin-bottom:1rem}.hp-pain-card__title{font-size:1rem;font-weight:800;color:#1a1a2e;margin-bottom:.5rem}.hp-pain-card__desc{font-size:.88rem;color:#6b7280;line-height:1.65;margin:0}.hp-solution{background:linear-gradient(135deg,#4ecdc4,#38b2ac);padding-block:5rem;position:relative;overflow:hidden}.hp-solution:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10c-3.3-5-9-8-15-8S4 5 2 10c-1.5 4-.5 9 3 12s8 4 12 3c2-.5 4-1 6-1s4 .5 6 1c4 1 8.5 0 12-3s4.5-8 3-12c-2-5-8-8-14-8z' fill='rgba(255,255,255,0.05)'/%3E%3C/svg%3E") repeat}.hp-solution__inner{position:relative;z-index:1;max-width:720px;margin:0 auto}.hp-solution__copy{color:#fff}.hp-solution__title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:900;line-height:1.12;margin-bottom:1.25rem}.hp-solution__desc{font-size:1.05rem;color:hsla(0,0%,100%,.88);line-height:1.7;margin-bottom:2rem}.hp-solution__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.hp-solution__item{display:flex;align-items:center;gap:.75rem;font-size:1.05rem;color:#fff;font-weight:600}.hp-solution__check{width:28px;height:28px;background:hsla(0,0%,100%,.25);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:.9rem;flex-shrink:0}.hp-features{display:flex;flex-direction:column;gap:4.5rem;margin-top:1rem}.hp-feature{display:flex;align-items:center;gap:3.5rem}.hp-feature--reverse{flex-direction:row-reverse}.hp-feature__visual{flex:0 0 280px;display:flex;justify-content:center}.hp-feature__icon-box{width:220px;height:220px;border-radius:32px;display:flex;align-items:center;justify-content:center;font-size:4rem;transition:transform .3s ease}.hp-feature__icon-box:hover{transform:scale(1.05)}.hp-feature__icon-box--orange{background:#fff5ef}.hp-feature__icon-box--teal{background:#f0fffe}.hp-feature__copy{flex:1 1;max-width:480px}.hp-feature__title{font-size:clamp(1.2rem,2.5vw,1.55rem);font-weight:900;color:#1a1a2e;margin-bottom:.75rem}.hp-feature__desc{font-size:.93rem;color:#52525b;line-height:1.7;margin-bottom:1.25rem}.hp-feature__bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.hp-feature__bullet{font-size:.88rem;color:#374151;display:flex;align-items:center;gap:.5rem}.hp-feature__bullet-check{font-size:.55rem;flex-shrink:0}.hp-feature__bullet--orange .hp-feature__bullet-check{color:var(--brand-orange)}.hp-feature__bullet--teal .hp-feature__bullet-check{color:var(--brand-teal)}.hp-testimonials{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.hp-testimonial{background:#fff;border-radius:20px;border:1.5px solid #f0f0f0;padding:1.5rem;box-shadow:0 2px 12px rgba(0,0,0,.04);display:flex;flex-direction:column;gap:.75rem;transition:transform .2s ease,box-shadow .2s ease}.hp-testimonial:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.hp-testimonial__header{display:flex;align-items:center;gap:.6rem}.hp-testimonial__avatar{width:38px;height:38px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.hp-testimonial__name{font-size:.9rem;color:#1a1a2e;display:block}.hp-testimonial__role{margin:0;font-size:.72rem;color:#9ca3af}.hp-testimonial__stars{color:var(--brand-orange);font-size:.85rem;letter-spacing:1px}.hp-testimonial__text{font-size:.88rem;color:#374151;line-height:1.7;margin:0}.hp-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.hp-stat{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.3rem}.hp-stat__icon{font-size:1.5rem}.hp-stat__value{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:var(--brand-orange);line-height:1}.hp-stat__label{font-size:.82rem;color:#6b7280;font-weight:600}.hp-founder{max-width:680px;margin:0 auto;text-align:center}.hp-founder__title{font-size:clamp(1.4rem,3vw,2rem);font-weight:900;color:#1a1a2e;margin-bottom:.75rem;line-height:1.2}.hp-founder__desc{font-size:1rem;color:#52525b;line-height:1.7;margin-bottom:2rem}.hp-founder__quote{background:#fff;border-radius:20px;border:1.5px solid #f0f0f0;padding:2rem 2.25rem;box-shadow:0 2px 16px rgba(0,0,0,.04);text-align:left;position:relative}.hp-founder__quote:before{content:'"';position:absolute;top:-.2rem;left:1.2rem;font-size:4rem;color:var(--brand-orange);opacity:.2;font-family:Georgia,serif;line-height:1}.hp-founder__quote p{font-size:1.05rem;color:#374151;line-height:1.7;margin:0 0 1rem;font-style:italic;position:relative;z-index:1}.hp-founder__quote footer{font-size:.88rem;color:#6b7280;font-weight:600}.hp-founder__quote footer strong{color:#1f2937}.hp-plans{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;align-items:start}.hp-plan{background:#fff;border-radius:20px;border:1.5px solid #f0f0f0;padding:2rem;box-shadow:0 2px 12px rgba(0,0,0,.04);display:flex;flex-direction:column;transition:transform .2s ease}.hp-plan--highlight{border:2px solid var(--brand-orange);box-shadow:0 16px 40px rgba(255,140,66,.12);transform:scale(1.05)}.hp-plan--highlight:hover{transform:scale(1.07)}.hp-plan__badge{background:var(--brand-orange);color:#fff;font-size:.7rem;font-weight:800;padding:.4rem .85rem;border-radius:9999px;width:-moz-fit-content;width:fit-content;margin-bottom:1rem}.hp-plan__name{font-size:1.3rem;font-weight:900;color:#1a1a2e;margin-bottom:.75rem}.hp-plan__price{display:flex;align-items:baseline;gap:.3rem;margin-bottom:1.75rem}.hp-plan__price-num{font-size:2.4rem;font-weight:900;color:var(--brand-orange)}.hp-plan__price-period{font-size:.88rem;color:#6b7280}.hp-plan__features{list-style:none;padding:0;margin:0;flex:1 1;display:flex;flex-direction:column;gap:.65rem}.hp-plan__feature{font-size:.88rem;color:#374151}.hp-plan__cta{display:block;text-align:center;margin-top:1.75rem}.hp-plan__saving{font-size:.8rem;color:#e86f2a;font-weight:700;margin:-.75rem 0 1rem;line-height:1.4}.hp-plans__note{text-align:center;font-size:.88rem;color:#6b7280;margin-top:2rem;max-width:600px;margin-inline:auto;line-height:1.6}.hp-vet{background:linear-gradient(135deg,#ff8c42,#e86f2a);padding-block:5rem;text-align:center;position:relative;overflow:hidden}.hp-vet:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10c-3.3-5-9-8-15-8S4 5 2 10c-1.5 4-.5 9 3 12s8 4 12 3c2-.5 4-1 6-1s4 .5 6 1c4 1 8.5 0 12-3s4.5-8 3-12c-2-5-8-8-14-8z' fill='rgba(255,255,255,0.06)'/%3E%3C/svg%3E") repeat}.hp-vet>.container{position:relative;z-index:1}.hp-vet__icon{font-size:2.8rem;margin-bottom:1rem}.hp-vet__title{color:#fff;font-size:clamp(1.6rem,3.2vw,2.4rem);font-weight:900;line-height:1.15;margin-bottom:1rem}.hp-vet__subtitle{color:hsla(0,0%,100%,.88);font-size:1rem;line-height:1.7;max-width:600px;margin:0 auto 2.5rem}.hp-vet__cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;margin-bottom:2.5rem}.hp-vet__card{background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;padding:1.5rem;text-align:center;transition:background .2s ease}.hp-vet__card:hover{background:hsla(0,0%,100%,.22)}.hp-vet__card-icon{font-size:1.8rem;margin-bottom:.75rem;display:block;opacity:.7}.hp-vet__card-title{color:#fff;font-size:.95rem;font-weight:800;margin-bottom:.4rem}.hp-vet__card-desc{color:hsla(0,0%,100%,.8);font-size:.82rem;line-height:1.6;margin:0}.hp-vet__cta{display:inline-block;background:#fff;color:#e86f2a;padding:.85rem 2rem;border-radius:9999px;font-weight:800;font-size:1rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.hp-vet__cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15);color:#e86f2a}.hp-vet__note{color:hsla(0,0%,100%,.7);font-size:.82rem;margin-top:.75rem}.hp-download{background:#f8f9fa;padding-block:5rem}.hp-download__inner{max-width:700px}.hp-download__brand{display:flex;align-items:center;gap:.5rem;font-size:1rem;margin-bottom:1rem}.hp-download__brand span:first-child{font-size:1.4rem}.hp-download__brand strong{color:#1a1a2e}.hp-download__title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:900;color:#1a1a2e;margin-bottom:.75rem;line-height:1.15}.hp-download__desc{font-size:.95rem;color:#52525b;line-height:1.65;margin-bottom:1.5rem}.hp-download__stores{display:flex;gap:.85rem;flex-wrap:wrap;margin-bottom:1.25rem}.hp-download__store-btn{display:inline-flex;align-items:center;gap:.6rem;background:#1a1a2e;color:#fff;padding:.65rem 1.2rem;border-radius:12px;text-decoration:none;font-weight:700;font-size:.85rem;transition:transform .2s ease}.hp-download__store-btn:hover{transform:translateY(-2px);color:#fff}.hp-download__store-btn span:first-child{font-size:1.3rem}.hp-download__store-btn small{display:block;font-size:.55rem;font-weight:400;opacity:.7;text-transform:uppercase;letter-spacing:.05em}.hp-download__store-btn strong{display:block;font-size:.92rem}.hp-download__badges{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.82rem;color:#6b7280;font-weight:600}@media (max-width:980px){.hp-hero__inner{grid-template-columns:1fr;text-align:center}.hp-hero__copy{max-width:100%;margin:0 auto}.hp-hero__title{font-size:clamp(1.85rem,5vw,2.8rem)}.hp-hero__subtitle{font-size:1rem;margin-bottom:.85rem}.hp-hero__checks{gap:.55rem;margin-bottom:1.35rem}.hp-hero__check{font-size:.92rem}.hp-hero__ctas{margin-bottom:1.4rem}.hp-hero__eyebrow{justify-content:center}.hp-hero__checks{justify-items:center}.hp-hero__check{text-align:left}.hp-hero__ctas{justify-content:center}.hp-hero__proof{align-items:center}.hp-hero__proof-grid{width:100%;max-width:560px}.hp-hero__phones{min-height:360px;margin-top:1rem}.hp-phone__img{width:150px}}@media (max-width:860px){.hp-compare{grid-template-columns:1fr}.hp-compare__bridge{flex-direction:row;min-width:0}.hp-compare__bridge-line{width:56px;height:2px;min-height:0}.hp-feature{flex-direction:column!important;gap:1.5rem;text-align:center}.hp-feature__visual{flex:none}.hp-feature__icon-box{width:160px;height:160px}.hp-feature__copy{max-width:100%}.hp-feature__bullets{align-items:center}.hp-vet__cards{margin-bottom:2.5rem}.hp-plans,.hp-vet__cards{grid-template-columns:1fr;max-width:400px;margin-inline:auto}.hp-plan--highlight{transform:none}}@media (max-width:768px){.hp-section{padding-block:3rem}.hp-hero__subtitle{font-size:.96rem;line-height:1.55}.hp-hero__check{font-size:.88rem}.hp-hero__proof-text{font-size:.82rem}.hp-pain-grid,.hp-process{grid-template-columns:1fr}.hp-pain-grid{max-width:400px;margin-inline:auto}.hp-subhero__flow{gap:.75rem}.hp-subhero__step{padding:1rem 1.25rem;min-width:120px}.hp-subhero__step-icon{font-size:1.6rem}.hp-subhero__step-text{font-size:.82rem}.hp-subhero__arrow{font-size:1.2rem}.hp-founder__quote{padding:1.5rem}}@media (max-width:640px){.hp-hero{padding:2.5rem 0 2rem}.hp-hero__title{font-size:1.65rem}.hp-hero__subtitle{margin-bottom:.75rem}.hp-hero__checks{margin-bottom:1rem}.hp-hero__proof-grid{grid-template-columns:1fr}.hp-hero__phones{min-height:280px}.hp-phone__img{width:120px;border-radius:20px}.hp-phone--left{transform:translateX(10px) translateY(20px) rotate(-8deg)}.hp-phone--center{transform:scale(1.08)}.hp-phone--right{transform:translateX(-10px) translateY(20px) rotate(8deg)}.hp-phone__label{font-size:.55rem}.hp-phone__splash-icon{font-size:1.8rem}.hp-phone__splash-brand{font-size:.8rem}.hp-download__stores{flex-direction:column}.hp-subhero{padding:1.75rem 0}.hp-subhero__flow{flex-direction:column;gap:.5rem}.hp-subhero__arrow{transform:rotate(90deg);font-size:1rem}.hp-subhero__step{flex-direction:row;min-width:auto;width:100%;max-width:260px}}@media (max-width:480px){.hp-hero__title{font-size:1.5rem}.hp-hero__proof-grid{grid-template-columns:1fr}.hp-stats{flex-direction:column;gap:1.5rem}}@media (max-height:760px) and (max-width:980px){.hp-hero{padding:2rem 0 1.5rem}.hp-hero__title{font-size:clamp(1.7rem,4.4vw,2.4rem);margin-bottom:.85rem}.hp-hero__subtitle{margin-bottom:.7rem}.hp-hero__checks{margin-bottom:.9rem}.hp-hero__ctas{margin-bottom:1rem}.hp-hero__phones{min-height:300px;margin-top:.5rem}}@media (max-width:768px){.header-inner{position:relative!important;justify-content:center!important}.header-inner .hide-desktop{position:absolute;right:0;top:50%;transform:translateY(-50%)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@font-face{font-family:__Nunito_ba5569;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/abfec168c8990f67-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:__Nunito_ba5569;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3131c862d4942660-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_ba5569;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6a9c36ea9dc9b36b-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:__Nunito_ba5569;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e1694c6cb47c173f-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:__Nunito_ba5569;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ee40bb094c99a29a-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:__Nunito_ba5569;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/abfec168c8990f67-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:__Nunito_ba5569;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3131c862d4942660-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_ba5569;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6a9c36ea9dc9b36b-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:__Nunito_ba5569;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1694c6cb47c173f-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:__Nunito_ba5569;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ee40bb094c99a29a-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:__Nunito_ba5569;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/abfec168c8990f67-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:__Nunito_ba5569;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3131c862d4942660-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_ba5569;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6a9c36ea9dc9b36b-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:__Nunito_ba5569;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1694c6cb47c173f-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:__Nunito_ba5569;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ee40bb094c99a29a-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:__Nunito_ba5569;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/abfec168c8990f67-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:__Nunito_ba5569;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3131c862d4942660-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_ba5569;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6a9c36ea9dc9b36b-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:__Nunito_ba5569;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1694c6cb47c173f-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:__Nunito_ba5569;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ee40bb094c99a29a-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:__Nunito_ba5569;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/abfec168c8990f67-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:__Nunito_ba5569;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/3131c862d4942660-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_ba5569;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/6a9c36ea9dc9b36b-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:__Nunito_ba5569;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e1694c6cb47c173f-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:__Nunito_ba5569;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ee40bb094c99a29a-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:__Nunito_Fallback_ba5569;src:local("Arial");ascent-override:99.71%;descent-override:34.82%;line-gap-override:0.00%;size-adjust:101.39%}.__className_ba5569{font-family:__Nunito_ba5569,__Nunito_Fallback_ba5569;font-style:normal}.__variable_ba5569{--font-sans:"__Nunito_ba5569","__Nunito_Fallback_ba5569"}@font-face{font-family:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-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:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-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:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-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:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-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:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-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:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-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:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-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:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-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:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-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:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-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:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-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:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-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:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/6fe53d21e6e7ebd8-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:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8ebc6e9dde468c4a-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:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/9e7b0a821b9dfcb4-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:__Plus_Jakarta_Sans_7c98a1;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/636a5ac981f94f8b-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:__Plus_Jakarta_Sans_Fallback_7c98a1;src:local("Arial");ascent-override:98.88%;descent-override:21.15%;line-gap-override:0.00%;size-adjust:104.98%}.__className_7c98a1{font-family:__Plus_Jakarta_Sans_7c98a1,__Plus_Jakarta_Sans_Fallback_7c98a1;font-style:normal}.__variable_7c98a1{--font-display:"__Plus_Jakarta_Sans_7c98a1","__Plus_Jakarta_Sans_Fallback_7c98a1"}