*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--brand:#ff4f1f;--brand-dark:#e23c0e;--brand-deep:#c33107;--brand-tint:#fff3ee;--brand-tint-strong:#ffe4d9;--brand-border:#ffcdbb;--blue:#1b3fab;--blue-tint:#eef2fc;--blue-border:#c9d6f5;--ink:#1a1a2e;--text:#26283c;--text-soft:#5a5d75;--text-faint:#74778d;--line:#e6e7ee;--line-strong:#cfd1dd;--surface:#fff;--surface-2:#f6f7fa;--surface-3:#eef0f4;--surface-warm:#faf8f4;--success:#0e7a3b;--success-tint:#e8f6ee;--success-border:#bfe5cd;--warning:#8a6100;--warning-tint:#fff6dd;--warning-border:#f0dfa8;--error:#c22f1c;--error-tint:#fdeeea;--error-border:#f4c4b9;--info:#1b3fab;--info-tint:#eef2fc;--orange:var(--brand);--orange-light:#ff7a52;--orange-bg:var(--brand-tint);--blue-light:var(--blue-tint);--warm:var(--surface-warm);--red:var(--brand);--red-dark:var(--brand-dark);--red-light:#ff7a52;--black:var(--ink);--ink-mid:#2e2e4a;--gray-dark:#3c3f56;--gray:var(--text-soft);--gray-light:var(--text-faint);--gray-bg:var(--surface-2);--gray-border:var(--line);--white:#fff;--font:"DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--font-display:"Syne", var(--font);--radius-s:6px;--radius:8px;--radius-m:10px;--radius-l:14px;--shadow-s:0 1px 2px #1a1a2e12;--shadow:0 2px 10px #1a1a2e14;--shadow-m:0 8px 24px #1a1a2e1f;--shadow-l:0 16px 44px #1a1a2e29;--max-width:1280px;--focus-ring:0 0 0 3px #1b3fab47}html{-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font);color:var(--text);background:var(--surface);-webkit-font-smoothing:antialiased;font-size:.9375rem;line-height:1.55}h1,h2{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;line-height:1.15}h3,h4,h5,h6{font-family:var(--font);color:var(--ink);line-height:1.3}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font);font-size:inherit;color:inherit;background:0 0;border:none}input,select,textarea{font-family:var(--font);color:var(--text);font-size:.9375rem}:where(a,button,input,select,textarea,[tabindex]):focus-visible{box-shadow:var(--focus-ring);border-radius:var(--radius-s);outline:none}::placeholder{color:var(--text-faint);opacity:1}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}@media (max-width:640px){.container{padding:0 16px}}.btn{border-radius:var(--radius);font-family:var(--font);text-align:center;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:.9375rem;font-weight:600;line-height:1.2;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--brand);color:#fff;border-color:var(--brand)}.btn-primary:hover:not(:disabled){background:var(--brand-dark);border-color:var(--brand-dark)}.btn-primary:active:not(:disabled){background:var(--brand-deep)}.btn-secondary{background:var(--surface);color:var(--ink);border-color:var(--line-strong)}.btn-secondary:hover:not(:disabled){border-color:var(--ink)}.btn-white{background:var(--surface);color:var(--ink);border-color:var(--surface)}.btn-white:hover:not(:disabled){background:#f1f2f6;border-color:#f1f2f6}.btn-ghost{color:var(--text-soft);background:0 0;border-color:#0000}.btn-ghost:hover:not(:disabled){color:var(--ink);background:var(--surface-2)}.section-title{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;margin-bottom:6px;font-size:1.625rem;font-weight:700}.section-subtitle{color:var(--text-soft);margin-bottom:28px;font-size:.9375rem}.badge{background:var(--brand);color:#fff;border-radius:999px;padding:3px 10px;font-size:.75rem;font-weight:600;display:inline-block}.breadcrumb{color:var(--text-faint);flex-wrap:wrap;align-items:center;gap:2px;padding:14px 0;font-size:.8125rem;display:flex}.breadcrumb a{color:var(--text-soft)}.breadcrumb a:hover{color:var(--brand)}.breadcrumb span{color:var(--line-strong);margin:0 4px}.tag{background:var(--surface-2);border:1px solid var(--line);color:var(--text-soft);border-radius:999px;padding:3px 10px;font-size:.78rem;display:inline-block}.price{color:var(--ink);font-size:1.25rem;font-weight:700}.price-from{color:var(--text-soft);margin-right:4px;font-size:.8125rem}.field-label{color:var(--ink);margin-bottom:6px;font-size:.8125rem;font-weight:600;display:block}.field-input{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);width:100%;padding:11px 14px;transition:border-color .15s,box-shadow .15s}.field-input:hover{border-color:var(--text-faint)}.field-input:focus{border-color:var(--blue);box-shadow:var(--focus-ring);outline:none}.notice{border-radius:var(--radius);border:1px solid;align-items:flex-start;gap:10px;padding:12px 14px;font-size:.875rem;display:flex}.notice-success{background:var(--success-tint);border-color:var(--success-border);color:var(--success)}.notice-warning{background:var(--warning-tint);border-color:var(--warning-border);color:var(--warning)}.notice-error{background:var(--error-tint);border-color:var(--error-border);color:var(--error)}.notice-info{background:var(--info-tint);border-color:var(--blue-border);color:var(--info)}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:768px){.section-title{font-size:1.35rem}.btn{padding:11px 18px;font-size:.9rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (pointer:coarse){.btn{min-height:44px}}body:has(.not-found-page) .footer{margin-top:0!important}
.SearchBar-module__4gEqOG__wrap{width:100%;max-width:560px;position:relative}.SearchBar-module__4gEqOG__wrapHero{max-width:640px}.SearchBar-module__4gEqOG__form{background:var(--surface);border:1.5px solid var(--line-strong);border-radius:var(--radius-m);align-items:center;padding-left:14px;transition:border-color .15s,box-shadow .15s;display:flex}.SearchBar-module__4gEqOG__form:focus-within{border-color:var(--ink);box-shadow:var(--shadow-s)}.SearchBar-module__4gEqOG__wrapHero .SearchBar-module__4gEqOG__form{box-shadow:var(--shadow-m);border-color:#0000;padding-left:16px}.SearchBar-module__4gEqOG__icon{color:var(--text-faint);flex-shrink:0}.SearchBar-module__4gEqOG__input{background:0 0;border:none;flex:1;min-width:0;padding:11px 12px;font-size:.9375rem}.SearchBar-module__4gEqOG__wrapHero .SearchBar-module__4gEqOG__input{padding:15px 12px;font-size:1rem}.SearchBar-module__4gEqOG__input:focus{box-shadow:none;outline:none}.SearchBar-module__4gEqOG__input::-webkit-search-cancel-button{display:none}.SearchBar-module__4gEqOG__submit{background:var(--brand);color:#fff;border-radius:var(--radius);flex-shrink:0;margin:4px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:background .15s}.SearchBar-module__4gEqOG__submit:hover{background:var(--brand-dark)}.SearchBar-module__4gEqOG__wrapHero .SearchBar-module__4gEqOG__submit{padding:13px 24px}.SearchBar-module__4gEqOG__panel{background:var(--surface);border-radius:var(--radius-m);box-shadow:var(--shadow-l);border:1px solid var(--line);z-index:220;padding:6px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden}.SearchBar-module__4gEqOG__group{padding:4px 0}.SearchBar-module__4gEqOG__group+.SearchBar-module__4gEqOG__group{border-top:1px solid var(--line)}.SearchBar-module__4gEqOG__groupLabel{text-transform:uppercase;letter-spacing:.07em;color:var(--text-faint);padding:8px 12px 4px;font-size:.7rem;font-weight:700}.SearchBar-module__4gEqOG__catRow{border-radius:var(--radius-s);color:var(--ink);justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;font-size:.875rem;font-weight:500;display:flex}.SearchBar-module__4gEqOG__catRow:hover{background:var(--surface-2)}.SearchBar-module__4gEqOG__catParent{color:var(--text-faint);font-weight:400}.SearchBar-module__4gEqOG__catCount{color:var(--text-faint);background:var(--surface-2);border-radius:999px;padding:1px 8px;font-size:.75rem}.SearchBar-module__4gEqOG__row{border-radius:var(--radius-s);align-items:center;gap:12px;padding:8px 12px;display:flex}.SearchBar-module__4gEqOG__row:hover,.SearchBar-module__4gEqOG__rowActive{background:var(--surface-2)}.SearchBar-module__4gEqOG__thumb{border-radius:var(--radius-s);background:var(--surface-2);border:1px solid var(--line);width:40px;height:40px;color:var(--text-faint);flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.SearchBar-module__4gEqOG__thumbImg{object-fit:cover;width:100%;height:100%}.SearchBar-module__4gEqOG__rowBody{flex-direction:column;flex:1;min-width:0;display:flex}.SearchBar-module__4gEqOG__rowName{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.SearchBar-module__4gEqOG__rowCat{color:var(--text-faint);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.SearchBar-module__4gEqOG__rowPrice{color:var(--text);flex-shrink:0;font-size:.8125rem;font-weight:600}.SearchBar-module__4gEqOG__emptyNote{color:var(--text-soft);padding:14px 12px;font-size:.875rem}.SearchBar-module__4gEqOG__allResults{border-top:1px solid var(--line);width:100%;color:var(--blue);border-radius:0 0 var(--radius-s) var(--radius-s);justify-content:space-between;align-items:center;margin-top:4px;padding:10px 12px;font-size:.875rem;font-weight:600;display:flex}.SearchBar-module__4gEqOG__allResults:hover{background:var(--blue-tint)}@media (max-width:900px){.SearchBar-module__4gEqOG__wrap{max-width:none}}
.Header-module__Af2_WG__header{z-index:200;background:var(--surface);box-shadow:var(--shadow-s);position:sticky;top:0}.Header-module__Af2_WG__topBar{background:var(--ink);color:#ffffffd9;font-size:.78rem}.Header-module__Af2_WG__topInner{justify-content:space-between;align-items:center;gap:16px;min-height:34px;display:flex}.Header-module__Af2_WG__topUsps{align-items:center;gap:22px;display:flex}.Header-module__Af2_WG__topUsp{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.Header-module__Af2_WG__topUsp svg{color:#7ee2a8}.Header-module__Af2_WG__topLinks{align-items:center;gap:18px;display:flex}.Header-module__Af2_WG__topLink{color:#ffffffd9;white-space:nowrap}.Header-module__Af2_WG__topLink:hover{color:#fff}.Header-module__Af2_WG__mainBar{border-bottom:1px solid var(--line)}.Header-module__Af2_WG__mainInner{align-items:center;gap:28px;min-height:72px;display:flex}.Header-module__Af2_WG__logo{flex-shrink:0;align-items:center;display:flex}.Header-module__Af2_WG__logoImage{width:auto;height:34px}.Header-module__Af2_WG__searchArea{flex:1;justify-content:center;min-width:0;display:flex}.Header-module__Af2_WG__actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.Header-module__Af2_WG__actionLink{border-radius:var(--radius);color:var(--ink);flex-direction:column;align-items:center;gap:3px;padding:8px 12px;transition:background .15s;display:flex}.Header-module__Af2_WG__actionLink:hover{background:var(--surface-2)}.Header-module__Af2_WG__actionLabel{color:var(--text-soft);font-size:.7rem;font-weight:500;line-height:1}.Header-module__Af2_WG__cartIconWrap{display:inline-flex;position:relative}.Header-module__Af2_WG__cartBadge{background:var(--brand);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:.68rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-7px;right:-9px}.Header-module__Af2_WG__mobileSearchRow{display:none}.Header-module__Af2_WG__menuBtn{border-radius:var(--radius);flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:10px;display:none}.Header-module__Af2_WG__menuBtn:hover{background:var(--surface-2)}.Header-module__Af2_WG__menuBtn span{background:var(--ink);border-radius:2px;width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}.Header-module__Af2_WG__menuBtnOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__Af2_WG__menuBtnOpen span:nth-child(2){opacity:0}.Header-module__Af2_WG__menuBtnOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__Af2_WG__navBar{border-bottom:1px solid var(--line);background:var(--surface)}.Header-module__Af2_WG__navInner{flex-wrap:wrap;align-items:stretch;gap:2px;display:flex;position:relative}.Header-module__Af2_WG__navItem{display:flex}.Header-module__Af2_WG__navLink{color:var(--text);white-space:nowrap;border-bottom:2px solid #0000;align-items:center;gap:7px;padding:12px 14px;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s;display:inline-flex}.Header-module__Af2_WG__navLink:hover,.Header-module__Af2_WG__navLinkActive{color:var(--brand)}.Header-module__Af2_WG__navLinkActive{border-bottom-color:var(--brand)}.Header-module__Af2_WG__navLinkCurrent{color:var(--brand);border-bottom-color:var(--brand)}.Header-module__Af2_WG__navLinkAll{color:var(--ink);font-weight:700}.Header-module__Af2_WG__navLinkAll:hover{color:var(--brand)}.Header-module__Af2_WG__navChevron{color:var(--text-faint);transition:transform .15s}.Header-module__Af2_WG__navLinkActive .Header-module__Af2_WG__navChevron{color:var(--brand);transform:rotate(180deg)}.Header-module__Af2_WG__megaPanel{background:var(--surface);border:1px solid var(--line);border-radius:0 0 var(--radius-m) var(--radius-m);width:min(1120px,100%);box-shadow:var(--shadow-l);z-index:210;border-top:none;animation:.16s Header-module__Af2_WG__megaIn;display:flex;position:absolute;top:100%;left:0;overflow:hidden}@keyframes Header-module__Af2_WG__megaIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Header-module__Af2_WG__megaSidebar{background:var(--surface-2);border-right:1px solid var(--line);flex-direction:column;flex-shrink:0;width:212px;padding:8px 0;display:flex}.Header-module__Af2_WG__megaCatLink{color:var(--text);border-left:3px solid #0000;justify-content:space-between;align-items:center;gap:10px;padding:9px 14px 9px 16px;font-size:.8125rem;font-weight:600;transition:background .13s,border-color .13s,color .13s;display:flex}.Header-module__Af2_WG__megaCatLink svg{color:var(--text-faint)}.Header-module__Af2_WG__megaCatLink:hover,.Header-module__Af2_WG__megaCatLinkActive{background:var(--surface);border-left-color:var(--brand);color:var(--ink)}.Header-module__Af2_WG__megaCatLinkActive svg{color:var(--brand)}.Header-module__Af2_WG__megaContent{flex-direction:column;flex:1;min-width:0;padding:14px 20px 18px;display:flex}.Header-module__Af2_WG__megaHead{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:8px;padding-bottom:8px;display:flex}.Header-module__Af2_WG__megaTitle{font-family:var(--font-display);color:var(--ink);font-size:.9rem;font-weight:700}.Header-module__Af2_WG__megaAll{color:var(--blue);white-space:nowrap;align-items:center;gap:4px;font-size:.8125rem;font-weight:600;display:inline-flex}.Header-module__Af2_WG__megaAll:hover{text-decoration:underline}.Header-module__Af2_WG__megaColumns{grid-template-columns:repeat(auto-fill,minmax(195px,1fr));align-content:start;gap:0 22px;display:grid}.Header-module__Af2_WG__megaSubLink{color:var(--text-soft);border-radius:var(--radius-s);padding:4px 6px;font-size:.8125rem;line-height:1.3}.Header-module__Af2_WG__megaSubLink:hover{color:var(--brand);background:var(--brand-tint)}.Header-module__Af2_WG__megaEmpty{color:var(--text-soft);font-size:.875rem}.Header-module__Af2_WG__dropdown{background:var(--surface);border:1px solid var(--line);border-radius:0 0 var(--radius-m) var(--radius-m);min-width:240px;box-shadow:var(--shadow-l);z-index:210;border-top:none;flex-direction:column;padding:8px;animation:.16s Header-module__Af2_WG__megaIn;display:flex;position:absolute;top:100%}.Header-module__Af2_WG__dropdownLink{border-radius:var(--radius-s);color:var(--text);padding:9px 12px;font-size:.85rem;font-weight:500}.Header-module__Af2_WG__dropdownLink:hover{background:var(--brand-tint);color:var(--brand-deep)}.Header-module__Af2_WG__drawer,.Header-module__Af2_WG__mobileBackdrop{display:none}@media (max-width:1080px){.Header-module__Af2_WG__topUspWide{display:none}}@media (max-width:900px){.Header-module__Af2_WG__topBar{display:none}.Header-module__Af2_WG__mainInner{gap:12px;min-height:60px}.Header-module__Af2_WG__logoImage{height:27px}.Header-module__Af2_WG__searchArea,.Header-module__Af2_WG__actionLabel{display:none}.Header-module__Af2_WG__actionLink{padding:9px}.Header-module__Af2_WG__menuBtn{display:flex}.Header-module__Af2_WG__navBar{display:none}.Header-module__Af2_WG__mobileSearchRow{padding:0 16px 12px;display:block}.Header-module__Af2_WG__drawer{background:var(--surface);z-index:320;width:min(340px,86vw);box-shadow:var(--shadow-l);padding:0 18px 40px;transition:transform .22s;display:block;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.Header-module__Af2_WG__drawerOpen{transform:translate(0)}.Header-module__Af2_WG__drawerHead{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:4px;padding:16px 0 12px;display:flex}.Header-module__Af2_WG__drawerTitle{font-family:var(--font-display);color:var(--ink);font-size:1.05rem;font-weight:700}.Header-module__Af2_WG__drawerClose{border-radius:var(--radius);width:40px;height:40px;color:var(--ink);justify-content:center;align-items:center;margin-right:-8px;display:flex}.Header-module__Af2_WG__drawerClose:hover{background:var(--surface-2)}.Header-module__Af2_WG__drawerSection{border-bottom:1px solid var(--line)}.Header-module__Af2_WG__drawerSectionBtn{width:100%;color:var(--ink);text-align:left;justify-content:space-between;align-items:center;gap:12px;padding:15px 2px;font-size:1rem;font-weight:600;display:flex}.Header-module__Af2_WG__drawerChevron,.Header-module__Af2_WG__drawerChevronOpen{color:var(--text-faint);flex-shrink:0;transition:transform .18s}.Header-module__Af2_WG__drawerChevronOpen{color:var(--brand);transform:rotate(180deg)}.Header-module__Af2_WG__drawerSectionBody{padding:0 0 10px}.Header-module__Af2_WG__drawerLink{color:var(--text);flex:1;justify-content:space-between;align-items:center;gap:10px;padding:10px 2px 10px 12px;font-size:.9375rem;display:flex}.Header-module__Af2_WG__drawerLink svg{color:var(--text-faint)}.Header-module__Af2_WG__drawerCatRow{justify-content:space-between;align-items:center;display:flex}.Header-module__Af2_WG__drawerCatToggle{width:44px;height:44px;color:var(--text-soft);border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Header-module__Af2_WG__drawerCatToggle:hover{background:var(--surface-2)}.Header-module__Af2_WG__drawerSubs{flex-direction:column;padding:0 0 8px;display:flex}.Header-module__Af2_WG__drawerSubLink{color:var(--text-soft);border-radius:var(--radius-s);padding:8px 2px 8px 26px;font-size:.875rem}.Header-module__Af2_WG__drawerSubLink:hover{color:var(--brand);background:var(--brand-tint)}.Header-module__Af2_WG__mobileBackdrop{z-index:310;cursor:pointer;background:#1a1a2e80;border:none;display:block;position:fixed;inset:0}}
.Footer-module__EZoWya__footer{background:var(--ink);color:#ffffffc7;margin-top:72px}.Footer-module__EZoWya__grid{grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:48px;padding-top:52px;padding-bottom:44px;display:grid}.Footer-module__EZoWya__brand{max-width:340px}.Footer-module__EZoWya__logoWrap{border-radius:var(--radius);background:#fff;margin-bottom:16px;padding:8px 12px;display:inline-block}.Footer-module__EZoWya__logo{width:auto;height:26px}.Footer-module__EZoWya__tagline{margin-bottom:20px;font-size:.875rem;line-height:1.6}.Footer-module__EZoWya__socials{gap:10px;display:flex}.Footer-module__EZoWya__socials a{border-radius:var(--radius);color:#ffffffd9;background:#ffffff14;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,color .15s;display:flex}.Footer-module__EZoWya__socials a:hover{background:var(--brand);color:#fff}.Footer-module__EZoWya__heading{font-family:var(--font-display);color:#fff;margin-bottom:16px;font-size:.9375rem;font-weight:700}.Footer-module__EZoWya__links{flex-direction:column;gap:9px;list-style:none;display:flex}.Footer-module__EZoWya__links a{color:#ffffffc7;font-size:.875rem;transition:color .15s}.Footer-module__EZoWya__links a:hover{color:#fff}.Footer-module__EZoWya__address{flex-direction:column;gap:9px;margin-bottom:18px;font-style:normal;display:flex}.Footer-module__EZoWya__address p{align-items:center;gap:8px;font-size:.875rem;display:flex}.Footer-module__EZoWya__address svg{color:var(--orange-light);flex-shrink:0}.Footer-module__EZoWya__address a:hover{color:#fff}.Footer-module__EZoWya__trustBadges{flex-direction:column;gap:7px;display:flex}.Footer-module__EZoWya__trustBadges span{color:#ffffffa8;align-items:center;gap:7px;font-size:.8125rem;display:inline-flex}.Footer-module__EZoWya__trustBadges svg{color:#7ee2a8}.Footer-module__EZoWya__bottom{border-top:1px solid #ffffff1f;padding:18px 0}.Footer-module__EZoWya__bottomInner{color:#fff9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;font-size:.8125rem;display:flex}.Footer-module__EZoWya__payments{flex-wrap:wrap;gap:8px;display:flex}.Footer-module__EZoWya__payments span{color:#ffffffbf;border:1px solid #fff3;border-radius:4px;padding:3px 8px;font-size:.72rem;font-weight:600}@media (max-width:1000px){.Footer-module__EZoWya__grid{grid-template-columns:1fr 1fr;gap:36px}}@media (max-width:600px){.Footer-module__EZoWya__grid{grid-template-columns:1fr;gap:32px;padding-top:40px}.Footer-module__EZoWya__bottomInner{flex-direction:column;align-items:flex-start}}
