.Header-module__lnUIdW__navContainer{z-index:var(--z-header,1000);pointer-events:none;will-change:transform,padding;width:100%;padding:12px 1.5rem 0;transition:transform .38s,padding .38s;position:fixed;top:0;left:0;right:0;transform:translate(0,0)}.Header-module__lnUIdW__navContainer.Header-module__lnUIdW__hidden{transform:translateY(calc(-100% - 18px))}.Header-module__lnUIdW__navbar{width:100%;max-width:1180px;box-shadow:none;-webkit-backdrop-filter:none;pointer-events:auto;background-color:transparent;border:1px solid transparent;border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.6rem 1.25rem;transition:width .38s,max-width .38s,background-color .32s,border-color .32s,border-radius .38s,box-shadow .38s,-webkit-backdrop-filter .32s,backdrop-filter .32s;display:flex}.Header-module__lnUIdW__navContainer.Header-module__lnUIdW__scrolled{padding-top:8px}.Header-module__lnUIdW__navContainer.Header-module__lnUIdW__scrolled .Header-module__lnUIdW__navbar{background-color:color-mix(in srgb,var(--nav-bg,#fff)97%,transparent);border-color:color-mix(in srgb,var(--border-color,rgba(15,23,42,.1))88%,transparent);width:100%;max-width:1180px;box-shadow:var(--shadow-soft,0 16px 45px rgba(15,23,42,.12));-webkit-backdrop-filter:blur(18px);border-radius:18px}.Header-module__lnUIdW__navBrand{color:var(--primary);white-space:nowrap;flex-direction:row;flex-shrink:0;align-items:center;gap:8px;font-size:1.2rem;font-weight:900;text-decoration:none;display:inline-flex}.Header-module__lnUIdW__navBrandLogo{object-fit:contain;flex-shrink:0;width:26px;height:26px;display:block}.Header-module__lnUIdW__navBrandText{line-height:1;display:inline-block}.Header-module__lnUIdW__navLinks{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}.Header-module__lnUIdW__navLinks a{color:var(--text-dark);font-size:.9rem;font-weight:700;text-decoration:none;transition:color .2s}.Header-module__lnUIdW__navLinks a:hover{color:var(--secondary)}.Header-module__lnUIdW__navActions{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.Header-module__lnUIdW__navSearch{flex:260px;min-width:0;max-width:390px}.Header-module__lnUIdW__searchForm{flex:1;width:100%;min-width:0;max-width:520px;position:relative}.Header-module__lnUIdW__searchField .MuiOutlinedInput-root{background-color:var(--header-search-bg,var(--surface-soft));color:var(--header-search-text,var(--text-dark));border-radius:12px;transition:background-color .2s,border-color .2s,box-shadow .2s}.Header-module__lnUIdW__searchField .MuiOutlinedInput-notchedOutline{border-color:var(--header-search-border,var(--border-color))}.Header-module__lnUIdW__searchField .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--header-search-border-hover,var(--primary))}.Header-module__lnUIdW__searchField .MuiOutlinedInput-root.Mui-focused{background-color:var(--header-search-bg-focus,var(--surface));box-shadow:0 0 0 3px var(--header-search-ring,rgba(15,162,230,.14))}.Header-module__lnUIdW__searchField .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--header-search-border-focus,var(--secondary));border-width:1px}.Header-module__lnUIdW__searchField .MuiInputBase-input{color:var(--header-search-text,var(--text-dark));font-weight:700}.Header-module__lnUIdW__searchField .MuiInputBase-input::placeholder{color:var(--header-search-placeholder,var(--text-muted));opacity:1}.Header-module__lnUIdW__searchField .MuiSvgIcon-root{color:var(--header-search-icon,var(--primary))}.Header-module__lnUIdW__searchField .MuiIconButton-root{color:var(--header-search-icon,var(--primary))}.Header-module__lnUIdW__searchField .MuiCircularProgress-root{color:var(--header-search-icon,var(--primary))}.Header-module__lnUIdW__searchSuggestions{z-index:calc(var(--z-header,1000) + 10);box-sizing:border-box;overscroll-behavior:contain;max-width:100%;max-height:min(58vh,420px);color:var(--header-search-text,var(--text-dark));background-color:var(--header-search-menu-bg,var(--surface-elevated));border:1px solid var(--header-search-border,var(--border-color));box-shadow:var(--header-search-menu-shadow,0 22px 56px rgba(10,29,61,.14));border-radius:16px;margin-top:8px;position:absolute;left:0;right:0;overflow-x:hidden;overflow-y:auto}.Header-module__lnUIdW__searchSuggestions .MuiListItemButton-root{color:var(--header-search-text,var(--text-dark));border-radius:10px;margin:2px 6px;transition:background-color .16s,color .16s}.Header-module__lnUIdW__searchSuggestions .MuiListItemButton-root:hover{background-color:var(--header-search-menu-hover-bg,var(--primary-soft))}.Header-module__lnUIdW__searchSuggestions .MuiListItemButton-root.Mui-focusVisible{background-color:var(--header-search-menu-hover-bg,var(--primary-soft))}.Header-module__lnUIdW__searchSuggestions .MuiListItemText-primary{color:var(--header-search-text,var(--text-dark));font-weight:800}.Header-module__lnUIdW__searchSuggestions .MuiListItemText-secondary{color:var(--header-search-placeholder,var(--text-muted));font-weight:700}[data-theme=dark] .Header-module__lnUIdW__searchSuggestions{background-color:var(--header-search-menu-bg,#121b2b);border-color:var(--header-search-border,rgba(255,255,255,.12))}[data-theme=dark] .Header-module__lnUIdW__searchSuggestions .MuiListItemButton-root:hover{background-color:color-mix(in srgb,var(--secondary)14%,transparent)}[data-theme=dark] .Header-module__lnUIdW__searchSuggestions .MuiListItemButton-root.Mui-focusVisible{background-color:color-mix(in srgb,var(--secondary)14%,transparent)}.Header-module__lnUIdW__themeToggle{--base-scale:8px;--toggle-width:5.625em;--toggle-height:2.5em;--radius-pill:100em;--sun-diameter:2.125em;--sun-offset:calc((var(--toggle-height) - var(--sun-diameter))/2);--bg-toggle-light:#3d7eae;--bg-toggle-dark:#1d1f2c;--color-sun:#ecca2f;--color-moon:#c4c9d1;--color-crater:#959db1;--color-star:#fff;--color-cloud-front:#f3fdff;--color-cloud-back:#aacadf;--shadow-primary:rgba(0,0,0,.25);--shadow-highlight:rgba(255,255,255,.94);--halo-color:rgba(255,255,255,.1);font-size:var(--base-scale);background:0 0;border:none;padding:0}.Header-module__lnUIdW__themeToggleContainer{width:var(--toggle-width);height:var(--toggle-height);background-color:var(--bg-toggle-light);border-radius:var(--radius-pill);box-shadow:.06em .06em .125em var(--shadow-highlight);cursor:pointer;transition:background-color .3s;display:block;position:relative;overflow:hidden}.Header-module__lnUIdW__themeToggleContainer:after{content:"";border-radius:var(--radius-pill);pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0;box-shadow:inset 0 .05em .187em rgba(0,0,0,.5)}.Header-module__lnUIdW__themeToggle[aria-checked=true] .Header-module__lnUIdW__themeToggleContainer{background-color:var(--bg-toggle-dark)}.Header-module__lnUIdW__themeToggleSun{top:var(--sun-offset);width:var(--sun-diameter);height:var(--sun-diameter);background-color:var(--color-sun);box-shadow:.05em .125em .125em var(--shadow-primary),0 .05em .125em var(--shadow-primary),.05em .05em .05em 0 rgba(254,255,239,.61) inset,0 -.05em .05em 0 #a1872a inset,0 0 0 .625em var(--halo-color),0 0 0 1.25em var(--halo-color),0 0 0 1.875em var(--halo-color);transform:translateX(var(--sun-offset));border-radius:50%;transition:transform .3s;position:absolute;overflow:hidden}.Header-module__lnUIdW__themeToggle[aria-checked=true] .Header-module__lnUIdW__themeToggleSun{transform:translateX(calc(var(--toggle-width) - var(--sun-diameter) - var(--sun-offset)))}.Header-module__lnUIdW__themeToggleMoonMask{background-color:var(--color-moon);border-radius:inherit;width:100%;height:100%;transition:transform .3s;display:block;position:relative;transform:translate(100%);box-shadow:inset .062em .062em .062em rgba(254,255,239,.61),inset 0 -.062em .062em #969696}.Header-module__lnUIdW__themeToggle[aria-checked=true] .Header-module__lnUIdW__themeToggleMoonMask{transform:translate(0)}.Header-module__lnUIdW__themeToggleCrater{background-color:var(--color-crater);box-shadow:0 .03em .06em var(--shadow-primary)inset;border-radius:50%;position:absolute}.Header-module__lnUIdW__themeToggleCrater:first-of-type{width:.75em;height:.75em;top:.75em;left:.3em}.Header-module__lnUIdW__themeToggleCrater:nth-of-type(2){width:.375em;height:.375em;top:.9em;left:1.375em}.Header-module__lnUIdW__themeToggleCrater:nth-of-type(3){width:.25em;height:.25em;top:.3em;left:.8em}.Header-module__lnUIdW__themeToggleStars{width:2.75em;color:var(--color-star);transition:transform .3s;position:absolute;left:.3em;transform:translateY(-2em)}.Header-module__lnUIdW__themeToggle[aria-checked=true] .Header-module__lnUIdW__themeToggleStars{transform:translateY(.5em)}.Header-module__lnUIdW__themeToggleClouds{background-color:var(--color-cloud-front);width:1.25em;height:1.25em;box-shadow:.937em .312em var(--color-cloud-front),1.437em .375em var(--color-cloud-front),2.187em 0 var(--color-cloud-front),2.937em .312em var(--color-cloud-front),3.625em -.062em var(--color-cloud-front),4.5em -.312em var(--color-cloud-front),4.625em -1.75em 0 .437em var(--color-cloud-front),-.312em -.312em var(--color-cloud-back),.5em -.125em var(--color-cloud-back),1.25em -.062em var(--color-cloud-back),2em -.312em var(--color-cloud-back),2.625em 0 var(--color-cloud-back),3.375em -.437em var(--color-cloud-back),4em -.625em var(--color-cloud-back),4.125em -2.125em 0 .437em var(--color-cloud-back);border-radius:50%;transition:transform .3s;position:absolute;top:2em;left:.3em;transform:translateY(0)}.Header-module__lnUIdW__themeToggle[aria-checked=true] .Header-module__lnUIdW__themeToggleClouds{transform:translateY(3em)}.Header-module__lnUIdW__themeToggleContainer:hover .Header-module__lnUIdW__themeToggleSun{transform:translateX(calc(var(--sun-offset) + .187em))}.Header-module__lnUIdW__themeToggle[aria-checked=true] .Header-module__lnUIdW__themeToggleContainer:hover .Header-module__lnUIdW__themeToggleSun{transform:translateX(calc(var(--toggle-width) - var(--sun-diameter) - var(--sun-offset) - .187em))}.Header-module__lnUIdW__navCart{color:var(--btn-text,#fff);background:var(--primary);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:.9rem;font-weight:700;text-decoration:none;transition:background-color .2s;display:flex}.Header-module__lnUIdW__navCart:hover{background:var(--primary-hover)}.Header-module__lnUIdW__cartCount{font-size:.9rem}.Header-module__lnUIdW__navIconLink,.Header-module__lnUIdW__navLogin{height:34px;color:var(--text-dark);border:1px solid var(--border-color,rgba(0,0,0,.08));justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.Header-module__lnUIdW__navIconLink{border-radius:999px;width:34px;position:relative}.Header-module__lnUIdW__iconCount{min-width:18px;height:18px;color:var(--btn-text,#fff);background:var(--primary);border:2px solid var(--nav-bg,#fff);border-radius:999px;justify-content:center;align-items:center;padding:0 4px;font-size:.68rem;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-7px;right:-7px}.Header-module__lnUIdW__navLogin{white-space:nowrap;background-color:color-mix(in srgb,var(--nav-bg,#fff)78%,transparent);border-radius:10px;padding:0 12px;font-size:.82rem;font-weight:800;transition:background-color .2s,border-color .2s,color .2s,transform .2s}.Header-module__lnUIdW__navLogin:hover{color:var(--primary);background-color:color-mix(in srgb,var(--primary)8%,var(--nav-bg,#fff));border-color:color-mix(in srgb,var(--primary)28%,transparent)}@media (max-width:600px){.Header-module__lnUIdW__navContainer{padding:8px 10px 0}.Header-module__lnUIdW__navContainer.Header-module__lnUIdW__scrolled{padding-top:8px}.Header-module__lnUIdW__navbar,.Header-module__lnUIdW__navContainer.Header-module__lnUIdW__scrolled .Header-module__lnUIdW__navbar{box-sizing:border-box;background-color:color-mix(in srgb,var(--nav-bg,#fff)97%,transparent);border-color:color-mix(in srgb,var(--border-color,rgba(15,23,42,.1))82%,transparent);-webkit-backdrop-filter:blur(16px);border-radius:16px;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand actions""search search";align-items:center;gap:10px;width:100%;max-width:none;padding:10px 10px 11px;display:grid;overflow:visible;box-shadow:0 14px 38px rgba(15,23,42,.12)}.Header-module__lnUIdW__navLinks{display:none}.Header-module__lnUIdW__navBrand{grid-area:brand;gap:6px;min-width:0;max-width:100%;font-size:1rem}.Header-module__lnUIdW__navBrandLogo{width:24px;height:24px}.Header-module__lnUIdW__navBrandText{text-overflow:ellipsis;white-space:nowrap;max-width:96px;overflow:hidden}.Header-module__lnUIdW__navActions{flex-wrap:nowrap;grid-area:actions;justify-content:flex-end;justify-self:end;align-items:center;gap:6px;min-width:0;max-width:100%;display:flex}.Header-module__lnUIdW__navSearch{flex:none;grid-area:search;width:100%;min-width:0;max-width:none}.Header-module__lnUIdW__searchForm{width:100%;min-width:0;max-width:none}.Header-module__lnUIdW__searchField .MuiOutlinedInput-root{border-radius:14px;min-height:44px}.Header-module__lnUIdW__searchField .MuiInputBase-input{font-size:.86rem}.Header-module__lnUIdW__searchSuggestions{overscroll-behavior:contain;width:auto;max-width:100%;max-height:min(52vh,360px);z-index:calc(var(--z-header,1000) + 20);border-radius:14px;margin-top:7px;left:0;right:0;overflow-y:auto}.Header-module__lnUIdW__themeToggle{--base-scale:7px;flex:none}.Header-module__lnUIdW__navCart{flex:none;justify-content:center;gap:0;width:34px;height:34px;padding:0}.Header-module__lnUIdW__navCart svg{width:17px;height:17px}.Header-module__lnUIdW__cartCount{display:none}.Header-module__lnUIdW__navIconLink{flex:none;width:34px;height:34px}.Header-module__lnUIdW__navLogin{border-radius:10px;flex:none;height:34px;padding:0 10px;font-size:.72rem}}@media (max-width:430px){.Header-module__lnUIdW__navActions{gap:5px}.Header-module__lnUIdW__navLogin{padding:0 9px;font-size:.7rem}.Header-module__lnUIdW__themeToggle{--base-scale:6.5px}.Header-module__lnUIdW__navCart,.Header-module__lnUIdW__navIconLink{width:32px;height:32px}}@media (max-width:380px){.Header-module__lnUIdW__navContainer{padding-left:8px;padding-right:8px}.Header-module__lnUIdW__navbar,.Header-module__lnUIdW__navContainer.Header-module__lnUIdW__scrolled .Header-module__lnUIdW__navbar{gap:9px;padding:9px 8px 10px}.Header-module__lnUIdW__navBrandText{display:none}.Header-module__lnUIdW__navActions{gap:4px}.Header-module__lnUIdW__navLogin{height:32px;padding:0 8px;font-size:.68rem}.Header-module__lnUIdW__themeToggle{--base-scale:6px}.Header-module__lnUIdW__navCart,.Header-module__lnUIdW__navIconLink{width:32px;height:32px}}@media (max-width:340px){.Header-module__lnUIdW__navLogin{display:none}}@media (prefers-reduced-motion:reduce){.Header-module__lnUIdW__navContainer,.Header-module__lnUIdW__navbar,.Header-module__lnUIdW__navLinks a,.Header-module__lnUIdW__navCart,.Header-module__lnUIdW__themeToggleContainer,.Header-module__lnUIdW__themeToggleSun,.Header-module__lnUIdW__themeToggleMoonMask,.Header-module__lnUIdW__themeToggleStars,.Header-module__lnUIdW__themeToggleClouds{transition:none}.Header-module__lnUIdW__navContainer.Header-module__lnUIdW__hidden{transform:none}}
.Footer-module__3hUVsW__pgFooter{direction:rtl;margin-top:82px;position:relative;overflow:visible}.Footer-module__3hUVsW__footerPromiseBox{isolation:isolate;text-align:center;visibility:visible;z-index:8;max-width:860px;margin:0 auto -78px;padding:0 20px;position:relative;transform:translateY(28px)}.Footer-module__3hUVsW__footerPromiseGlow{filter:blur(22px);opacity:.92;pointer-events:none;z-index:-1;background:radial-gradient(circle at 18% 18%,rgba(242,138,34,.3),transparent 36%),radial-gradient(circle at 52% 8%,rgba(255,216,154,.34),transparent 34%),radial-gradient(circle at 82% 12%,rgba(11,145,216,.22),transparent 38%);border-radius:999px;height:92px;position:absolute;top:-18px;bottom:auto;left:72px;right:72px}.Footer-module__3hUVsW__footerPromiseInner{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(255,247,235,.9)),radial-gradient(circle at 10% 20%,rgba(242,138,34,.15),transparent 34%),radial-gradient(circle at 92% 8%,rgba(11,145,216,.11),transparent 34%);border:1px solid rgba(242,138,34,.2);border-radius:24px;padding:22px 28px 20px;position:relative;overflow:hidden;box-shadow:0 28px 70px rgba(217,104,15,.16),0 18px 42px rgba(31,79,143,.11),inset 0 0 0 1px rgba(255,216,154,.28)}.Footer-module__3hUVsW__footerPromiseInner:before{content:"";z-index:2;background:linear-gradient(90deg,#f28a22 0%,#ffd89a 38%,#0b91d8 72%,#1f4f8f 100%);height:4px;position:absolute;top:0;bottom:auto;left:0;right:0;box-shadow:0 7px 18px rgba(242,138,34,.32),0 12px 28px rgba(11,145,216,.18)}.Footer-module__3hUVsW__footerPromiseInner:after{content:"";filter:blur(18px);opacity:.9;pointer-events:none;z-index:0;background:linear-gradient(90deg,rgba(242,138,34,.34),rgba(255,216,154,.28),rgba(11,145,216,.22));height:34px;position:absolute;top:-8px;bottom:auto;left:10%;right:10%}.Footer-module__3hUVsW__footerPromiseEyebrow{color:#d9680f;letter-spacing:.14em;text-transform:uppercase;z-index:1;align-items:center;gap:8px;font-size:11px;font-weight:950;line-height:1.5;display:inline-flex;position:relative}.Footer-module__3hUVsW__footerPromiseEyebrow:before,.Footer-module__3hUVsW__footerPromiseEyebrow:after{content:"";background:linear-gradient(135deg,#f28a22,#0b91d8);border-radius:999px;width:6px;height:6px}.Footer-module__3hUVsW__footerPromiseTitle{color:#1f4f8f;font-family:var(--font-dana,"Dana"),var(--font-vazirmatn,"Vazirmatn"),var(--font-iransans,"IRANSansX"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.015em;z-index:1;margin:6px 0 0;font-size:max(22px,min(2.6vw,31px));font-weight:900;line-height:1.45;position:relative}.Footer-module__3hUVsW__footerPromiseText{color:#596579;z-index:1;max-width:720px;margin:10px auto 0;font-size:13.5px;font-weight:600;line-height:2;position:relative}.Footer-module__3hUVsW__footerPromiseBadges{z-index:1;flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;margin-top:14px;display:flex;position:relative}.Footer-module__3hUVsW__footerPromiseBadges span{color:#d9680f;background:rgba(255,255,255,.7);border:1px solid rgba(242,138,34,.16);border-radius:999px;padding:6px 11px;font-size:11.5px;font-weight:900}.Footer-module__3hUVsW__footer{--footer-cream:#fff7e8;--footer-cream-deep:#ffedd0;--footer-warm:#ffd89a;--footer-orange:#f28a22;--footer-orange-deep:#d9680f;--footer-blue:#0b91d8;--footer-blue-deep:#1f4f8f;--footer-ink:#172033;--footer-muted:#667085;--footer-heading-color:var(--footer-blue-deep);--footer-brand-color:var(--footer-blue-deep);--footer-brand-subtitle-color:var(--footer-orange-deep);--footer-text-color:var(--footer-ink);--footer-muted-color:var(--footer-muted);--footer-panel-bg:radial-gradient(circle at 10% 10%,rgba(242,138,34,.2),transparent 34%),radial-gradient(circle at 88% 4%,rgba(11,145,216,.14),transparent 36%),radial-gradient(circle at 50% 0%,rgba(255,216,154,.58),transparent 43%),linear-gradient(180deg,rgba(255,251,244,.98) 0%,rgba(255,244,225,.98) 46%,rgba(255,248,237,.98) 100%);--footer-panel-border:rgba(217,104,15,.14);--footer-pill-bg:rgba(255,255,255,.68);--footer-pill-border:rgba(242,138,34,.18);--footer-pill-hover-bg:rgba(255,239,211,.96);--footer-pill-hover-border:rgba(242,138,34,.38);--footer-input-bg:rgba(255,255,255,.74);--footer-input-focus-bg:rgba(255,255,255,.96);--footer-social-bg:#f28a22;--footer-social-color:#fff;--footer-social-hover-color:#fff7e8;--footer-copyright-bg:rgba(255,247,232,.78);--footer-copyright-border:rgba(242,138,34,.14);--footer-button-bg:#f28a22;--footer-button-hover-bg:#d9680f;--footer-button-text:#fff;--footer-button-hover-text:#fff7e8;--footer-button-shadow:rgba(217,104,15,.22);color:var(--footer-text-color);isolation:isolate;background:0 0;border-top:0;position:relative;overflow:visible}.Footer-module__3hUVsW__footer:after{background:var(--footer-panel-bg);border-top:1px solid var(--footer-panel-border);content:"";pointer-events:none;z-index:-1;position:absolute;top:44px;bottom:0;left:0;right:0}.Footer-module__3hUVsW__footer a{color:var(--footer-text-color);text-decoration:none}.Footer-module__3hUVsW__footerBgSvg{pointer-events:none;z-index:-2;width:100%;height:100%;display:none;position:absolute;top:0;bottom:0;left:0;right:0}.Footer-module__3hUVsW__footerWaveSvg{z-index:1;background:0 0;width:100%;height:30px;display:block;position:relative;top:0}.Footer-module__3hUVsW__footerWavePath{fill:transparent}.Footer-module__3hUVsW__footerContent{z-index:2;max-width:1230px;min-height:450px;margin-left:auto;margin-right:auto;padding:118px 15px 92px;position:relative}.Footer-module__3hUVsW__footerContent:after{clear:both;content:"";display:table}.Footer-module__3hUVsW__footerContentColumn{box-sizing:border-box;color:var(--footer-text-color);float:right;width:100%;padding-left:15px;padding-right:15px}.Footer-module__3hUVsW__footerLogoLink{display:inline-block}.Footer-module__3hUVsW__footerLogo h2{color:var(--footer-brand-color);letter-spacing:.02em;margin:0;font-size:34px;font-weight:900;line-height:1}.Footer-module__3hUVsW__footerLogo p{color:var(--footer-brand-subtitle-color);margin:8px 0 0;font-size:13px;font-weight:800}.Footer-module__3hUVsW__footerMenu{margin-top:30px}.Footer-module__3hUVsW__footerMenuName,.Footer-module__3hUVsW__footerCallToActionTitle{color:var(--footer-heading-color);letter-spacing:.08em;text-transform:uppercase;margin-top:0;margin-bottom:0;font-size:15px;font-weight:900;line-height:18px}.Footer-module__3hUVsW__footerDescription,.Footer-module__3hUVsW__footerCallToActionDescription{color:var(--footer-muted-color);margin-top:10px;margin-bottom:20px;font-size:14px;line-height:1.9}.Footer-module__3hUVsW__footerMenuList{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;margin-bottom:0;padding-left:0;padding-right:0;list-style:none;display:flex}.Footer-module__3hUVsW__footerMenuList li{margin-top:0}.Footer-module__3hUVsW__footerMenuList a{background:var(--footer-pill-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--footer-pill-border);color:var(--footer-muted-color);white-space:nowrap;border-radius:999px;align-items:center;padding:6px 11px;font-size:14px;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.Footer-module__3hUVsW__footerMenuList a:hover{background:var(--footer-pill-hover-bg);border-color:var(--footer-pill-hover-border);color:var(--footer-orange-deep);transform:translateY(-1px)}.Footer-module__3hUVsW__quickLinksList{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:8px;display:grid}.Footer-module__3hUVsW__quickLinksList li{min-width:0}.Footer-module__3hUVsW__quickLinksList a{text-align:center;justify-content:center;width:100%;min-height:36px;position:relative;overflow:hidden}.Footer-module__3hUVsW__footerRouteLink{isolation:isolate}.Footer-module__3hUVsW__footerRouteText{justify-content:center;align-items:center;transition:opacity .2s,transform .2s;display:inline-flex}.Footer-module__3hUVsW__footerRouteLink:after{content:"";opacity:0;pointer-events:none;border:2px solid;border-left-color:transparent;border-radius:999px;width:14px;height:14px;transition:opacity .2s,transform .2s;animation:.7s linear infinite Footer-module__3hUVsW__footerRouteSpin;position:absolute;top:calc(50% - 7px);transform:scale(.6)}.Footer-module__3hUVsW__footerRouteLink:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{right:10px}.Footer-module__3hUVsW__footerRouteLink:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{right:10px}.Footer-module__3hUVsW__footerRouteLink:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):after{right:10px}.Footer-module__3hUVsW__footerRouteLink:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{left:10px}.Footer-module__3hUVsW__footerRouteLink:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{left:10px}.Footer-module__3hUVsW__footerRouteLink:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):after{left:10px}.Footer-module__3hUVsW__footerRouteLink.Footer-module__3hUVsW__isLoading{background:var(--footer-pill-hover-bg);border-color:var(--footer-pill-hover-border);color:var(--footer-orange-deep);cursor:wait}.Footer-module__3hUVsW__footerRouteLink.Footer-module__3hUVsW__isLoading:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:30px}.Footer-module__3hUVsW__footerRouteLink.Footer-module__3hUVsW__isLoading:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:30px}.Footer-module__3hUVsW__footerRouteLink.Footer-module__3hUVsW__isLoading:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:30px}.Footer-module__3hUVsW__footerRouteLink.Footer-module__3hUVsW__isLoading:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:30px}.Footer-module__3hUVsW__footerRouteLink.Footer-module__3hUVsW__isLoading:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:30px}.Footer-module__3hUVsW__footerRouteLink.Footer-module__3hUVsW__isLoading:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:30px}.Footer-module__3hUVsW__footerRouteLink.Footer-module__3hUVsW__isLoading .Footer-module__3hUVsW__footerRouteText{opacity:.72;transform:translate(-4px)}.Footer-module__3hUVsW__footerRouteLink.Footer-module__3hUVsW__isLoading:after{opacity:1;transform:scale(1)}@keyframes Footer-module__3hUVsW__footerRouteSpin{to{rotate:360deg}}.Footer-module__3hUVsW__subscribeForm{max-width:250px}.Footer-module__3hUVsW__subscribeForm input{background:var(--footer-input-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--footer-pill-border);color:var(--footer-text-color);font:inherit;border-radius:21px;outline:none;width:100%;height:42px;padding:0 18px;transition:background-color .2s,border-color .2s,box-shadow .2s}.Footer-module__3hUVsW__subscribeForm input::placeholder{color:var(--footer-muted-color)}.Footer-module__3hUVsW__subscribeForm input:focus{background:var(--footer-input-focus-bg);border-color:var(--footer-pill-hover-border);box-shadow:0 0 0 3px rgba(242,138,34,.16)}.Footer-module__3hUVsW__subscribeForm button,.Footer-module__3hUVsW__footerCallToActionButton{background-color:var(--footer-button-bg);border:1px solid var(--footer-button-bg);color:var(--footer-button-text);cursor:pointer;font:inherit;letter-spacing:.08em;border-radius:21px;margin:12px 0 10px;padding:12px 30px;font-size:12px;font-weight:900;line-height:18px;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s;display:inline-block}.Footer-module__3hUVsW__footer a.Footer-module__3hUVsW__footerCallToActionButton{color:var(--footer-button-text)}.Footer-module__3hUVsW__subscribeForm button:hover,.Footer-module__3hUVsW__footerCallToActionButton:hover{background-color:var(--footer-button-hover-bg);border-color:var(--footer-button-hover-bg);box-shadow:0 12px 26px var(--footer-button-shadow);color:var(--footer-button-hover-text);transform:translateY(-1px)}.Footer-module__3hUVsW__footer a.Footer-module__3hUVsW__footerCallToActionButton:hover{color:var(--footer-button-hover-text)}.Footer-module__3hUVsW__footerCallToAction{margin-top:30px}.Footer-module__3hUVsW__footerCallToActionLinkWrapper{color:var(--footer-muted-color);flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;margin-bottom:10px;text-decoration:none;display:flex}.Footer-module__3hUVsW__footerCallToActionLinkWrapper span{background:var(--footer-pill-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--footer-pill-border);color:var(--footer-muted-color);border-radius:999px;padding:6px 10px;font-size:12px}.Footer-module__3hUVsW__footerCallToActionLink{background:var(--footer-pill-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--footer-pill-border);color:var(--footer-muted-color);border-radius:999px;padding:8px 12px;font-size:14px;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.Footer-module__3hUVsW__footerCallToActionLink:hover{background:var(--footer-pill-hover-bg);border-color:var(--footer-pill-hover-border);color:var(--footer-orange-deep);transform:translateY(-1px)}.Footer-module__3hUVsW__footerTrustSeal{background:var(--footer-pill-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--footer-pill-border);border-radius:18px;justify-content:center;align-items:center;min-height:112px;margin-top:20px;padding:12px;display:inline-flex;box-shadow:0 18px 42px rgba(217,104,15,.1)}.Footer-module__3hUVsW__footerTrustSeal a{display:inline-flex}.Footer-module__3hUVsW__footerTrustSeal img{max-width:112px;height:auto;max-height:96px;display:block}.Footer-module__3hUVsW__footerSocialLinks{z-index:3;background:0 0;width:340px;height:78px;position:absolute;bottom:0;left:0}.Footer-module__3hUVsW__footerSocialAmoebaSvg{pointer-events:none;background:0 0;width:340px;height:78px;display:block;position:absolute;top:0;left:0;overflow:visible}.Footer-module__3hUVsW__footerSocialAmoebaPath{fill:var(--footer-social-bg);filter:none}.Footer-module__3hUVsW__footerSocialLink{box-shadow:none;color:var(--footer-social-color);background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;padding:10px;font-size:24px;font-weight:900;text-decoration:none;transition:color .2s,transform .2s;display:flex;position:absolute}.Footer-module__3hUVsW__footer a.Footer-module__3hUVsW__footerSocialLink{color:var(--footer-social-color)}.Footer-module__3hUVsW__footerSocialLink:hover{box-shadow:none;color:var(--footer-social-hover-color);background:0 0;border:0;transform:translateY(-2px)}.Footer-module__3hUVsW__footer a.Footer-module__3hUVsW__footerSocialLink:hover{color:var(--footer-social-hover-color)}.Footer-module__3hUVsW__social1{width:42px;height:42px;top:16px;left:16px}.Footer-module__3hUVsW__social2{width:44px;height:44px;top:8px;left:104px}.Footer-module__3hUVsW__social3{width:42px;height:42px;top:17px;left:194px}.Footer-module__3hUVsW__social4{width:46px;height:46px;top:12px;left:270px}.Footer-module__3hUVsW__hiddenLinkText{clip:rect(1px,1px,1px,1px);clip-path:inset(0 0 99.9% 99.9%);border:0;width:1px;height:1px;padding:0;position:absolute;top:50%;overflow:hidden}.Footer-module__3hUVsW__footerCopyright{background:var(--footer-copyright-bg);border-top:1px solid var(--footer-copyright-border);color:var(--footer-muted-color);text-align:center;z-index:2;padding:15px 30px;position:relative}.Footer-module__3hUVsW__footerCopyrightWrapper{justify-content:center;align-items:center;gap:16px;max-width:1200px;margin-left:auto;margin-right:auto;display:flex}.Footer-module__3hUVsW__footerCopyrightText{color:var(--footer-muted-color);margin-top:0;margin-bottom:0;font-size:13px;font-weight:400;line-height:18px}@supports not ((-webkit-backdrop-filter:blur(8px)) or (backdrop-filter:blur(8px))){.Footer-module__3hUVsW__footerMenuList a,.Footer-module__3hUVsW__subscribeForm input,.Footer-module__3hUVsW__footerCallToActionLinkWrapper span,.Footer-module__3hUVsW__footerCallToActionLink,.Footer-module__3hUVsW__footerTrustSeal{background:var(--footer-input-focus-bg)}.Footer-module__3hUVsW__footerPromiseInner{background:rgba(255,255,255,.96)}}[data-theme=dark] .Footer-module__3hUVsW__footer{--footer-panel-bg:radial-gradient(circle at 50% 0%,rgba(96,165,250,.08),transparent 42%),linear-gradient(180deg,rgba(8,13,24,.94),rgba(8,13,24,.98));--footer-panel-border:rgba(255,255,255,.07);--footer-pill-bg:rgba(15,23,42,.28);--footer-pill-border:rgba(255,255,255,.08);--footer-pill-hover-bg:rgba(15,23,42,.42);--footer-pill-hover-border:rgba(255,255,255,.16);--footer-input-bg:rgba(15,23,42,.28);--footer-input-focus-bg:rgba(15,23,42,.42);--footer-social-bg:#1f3b89;--footer-social-color:#fff;--footer-social-hover-color:#fff;--footer-copyright-bg:rgba(8,13,24,.22);--footer-copyright-border:rgba(255,255,255,.07);--footer-button-bg:#1f3b89;--footer-button-hover-bg:var(--primary-hover);--footer-button-text:#fff;--footer-button-hover-text:#fff;--footer-button-shadow:rgba(31,59,137,.24);--footer-heading-color:var(--text-primary);--footer-brand-color:var(--landing-heading);--footer-brand-subtitle-color:var(--text-secondary);--footer-text-color:var(--text-primary);--footer-muted-color:var(--text-secondary)}[data-theme=dark] .Footer-module__3hUVsW__footerPromiseGlow{opacity:.9;background:radial-gradient(circle at 18% 18%,rgba(31,59,137,.34),transparent 36%),radial-gradient(circle at 52% 8%,rgba(96,165,250,.18),transparent 34%),radial-gradient(circle at 82% 12%,rgba(242,138,34,.16),transparent 38%)}[data-theme=dark] .Footer-module__3hUVsW__footerPromiseInner{background:linear-gradient(135deg,rgba(15,23,42,.76),rgba(8,13,24,.86)),radial-gradient(circle at 10% 20%,rgba(31,59,137,.24),transparent 34%),radial-gradient(circle at 92% 8%,rgba(96,165,250,.12),transparent 34%);border-color:rgba(255,255,255,.09);box-shadow:0 28px 70px rgba(0,0,0,.26),0 18px 42px rgba(31,59,137,.16),inset 0 0 0 1px rgba(96,165,250,.08)}[data-theme=dark] .Footer-module__3hUVsW__footerPromiseInner:before{background:linear-gradient(90deg,#1f3b89 0%,#60a5fa 42%,#f28a22 100%);box-shadow:0 7px 18px rgba(96,165,250,.2),0 12px 28px rgba(242,138,34,.13)}[data-theme=dark] .Footer-module__3hUVsW__footerPromiseInner:after{opacity:.72;background:linear-gradient(90deg,rgba(31,59,137,.3),rgba(96,165,250,.16),rgba(242,138,34,.16))}[data-theme=dark] .Footer-module__3hUVsW__footerPromiseEyebrow{color:#f8fafc}[data-theme=dark] .Footer-module__3hUVsW__footerPromiseTitle{color:var(--landing-heading)}[data-theme=dark] .Footer-module__3hUVsW__footerPromiseText{color:var(--text-secondary)}[data-theme=dark] .Footer-module__3hUVsW__footerPromiseBadges span{color:#f8fafc;background:rgba(15,23,42,.42);border-color:rgba(255,255,255,.08)}[data-theme=dark] .Footer-module__3hUVsW__footerTrustSeal{box-shadow:none}@media (min-width:760px){.Footer-module__3hUVsW__footerWaveSvg{height:50px}.Footer-module__3hUVsW__footerContentColumn{width:24.99%}}@media (max-width:759px){.Footer-module__3hUVsW__pgFooter{margin-top:66px}.Footer-module__3hUVsW__footerPromiseBox{max-width:100%;margin-bottom:-72px;padding:0 12px;transform:translateY(22px)}.Footer-module__3hUVsW__footerPromiseGlow{height:64px;top:-12px;bottom:auto;left:24px;right:24px}.Footer-module__3hUVsW__footerPromiseInner{border-radius:20px;padding:20px 14px 18px}.Footer-module__3hUVsW__footerPromiseEyebrow{font-size:10px}.Footer-module__3hUVsW__footerPromiseTitle{margin-top:5px;font-size:22px;line-height:1.45}.Footer-module__3hUVsW__footerPromiseText{margin-top:8px;font-size:12.8px;line-height:1.95}.Footer-module__3hUVsW__footerPromiseBadges{gap:6px;margin-top:12px}.Footer-module__3hUVsW__footerPromiseBadges span{padding:5px 9px;font-size:11px}.Footer-module__3hUVsW__footer:after{top:28px;bottom:0;left:0;right:0}.Footer-module__3hUVsW__footerContent{min-height:0;padding:110px 15px}.Footer-module__3hUVsW__footerContentColumn{float:none;margin-bottom:26px}.Footer-module__3hUVsW__footerMenuList{gap:7px}.Footer-module__3hUVsW__footerMenuList a{padding:6px 10px;font-size:13px}.Footer-module__3hUVsW__quickLinksList{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.Footer-module__3hUVsW__quickLinksList a{min-height:34px;padding-left:8px;padding-right:8px}.Footer-module__3hUVsW__footerRouteLink.Footer-module__3hUVsW__isLoading:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:28px}.Footer-module__3hUVsW__footerRouteLink.Footer-module__3hUVsW__isLoading:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:28px}.Footer-module__3hUVsW__footerRouteLink.Footer-module__3hUVsW__isLoading:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:28px}.Footer-module__3hUVsW__footerRouteLink.Footer-module__3hUVsW__isLoading:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:28px}.Footer-module__3hUVsW__footerRouteLink.Footer-module__3hUVsW__isLoading:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:28px}.Footer-module__3hUVsW__footerRouteLink.Footer-module__3hUVsW__isLoading:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:28px}.Footer-module__3hUVsW__footerSocialLinks{left:50%;transform:translate(-50%)}.Footer-module__3hUVsW__footerCopyright{padding:16px 20px}.Footer-module__3hUVsW__footerCopyrightWrapper{flex-direction:column;gap:8px}}
