@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility animation-duration-*{--tw-animation-duration: calc(--value(number)*1ms); --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms); animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);}@utility delay-*{animation-delay: calc(--value(number)*1ms); animation-delay: --value(--animation-delay-*,[duration],"initial",[*]); --tw-animation-delay: calc(--value(number)*1ms); --tw-animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]); --tw-animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);}@utility direction-*{animation-direction: --value(--animation-direction-*,"initial",[*]); --tw-animation-direction: --value(--animation-direction-*,"initial",[*]);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]); --tw-animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility play-state-*{animation-play-state: --value("initial",[*]);}@utility blur-in{--tw-enter-blur: 20px;}@utility blur-in-*{--tw-enter-blur: calc(--value(number)*1px); --tw-enter-blur: --value(--blur-*,[*]);}@utility blur-out{--tw-exit-blur: 20px;}@utility blur-out-*{--tw-exit-blur: calc(--value(number)*1px); --tw-exit-blur: --value(--blur-*,[*]);}@utility fade-in{--tw-enter-opacity: 0;}@utility fade-in-*{--tw-enter-opacity: calc(--value(number)/100); --tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: calc(--value(number)/100); --tw-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--tw-enter-scale: 0;}@utility zoom-in-*{--tw-enter-scale: calc(--value(number)*1%); --tw-enter-scale: calc(--value(ratio)); --tw-enter-scale: --value(--percentage-*,[*]);}@utility -zoom-in-*{--tw-enter-scale: calc(--value(number)*-1%); --tw-enter-scale: calc(--value(ratio)*-1); --tw-enter-scale: --value(--percentage-*,[*]);}@utility zoom-out{--tw-exit-scale: 0;}@utility zoom-out-*{--tw-exit-scale: calc(--value(number)*1%); --tw-exit-scale: calc(--value(ratio)); --tw-exit-scale: --value(--percentage-*,[*]);}@utility -zoom-out-*{--tw-exit-scale: calc(--value(number)*-1%); --tw-exit-scale: calc(--value(ratio)*-1); --tw-exit-scale: --value(--percentage-*,[*]);}@utility spin-in{--tw-enter-rotate: 30deg;}@utility spin-in-*{--tw-enter-rotate: calc(--value(number)*1deg); --tw-enter-rotate: calc(--value(ratio)*360deg); --tw-enter-rotate: --value(--rotate-*,[*]);}@utility -spin-in{--tw-enter-rotate: -30deg;}@utility -spin-in-*{--tw-enter-rotate: calc(--value(number)*-1deg); --tw-enter-rotate: calc(--value(ratio)*-360deg); --tw-enter-rotate: --value(--rotate-*,[*]);}@utility spin-out{--tw-exit-rotate: 30deg;}@utility spin-out-*{--tw-exit-rotate: calc(--value(number)*1deg); --tw-exit-rotate: calc(--value(ratio)*360deg); --tw-exit-rotate: --value(--rotate-*,[*]);}@utility -spin-out{--tw-exit-rotate: -30deg;}@utility -spin-out-*{--tw-exit-rotate: calc(--value(number)*-1deg); --tw-exit-rotate: calc(--value(ratio)*-360deg); --tw-exit-rotate: --value(--rotate-*,[*]);}@utility slide-in-from-top{--tw-enter-translate-y: -100%;}@utility slide-in-from-top-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-y: calc(--value(ratio)*-100%); --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-in-from-bottom{--tw-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-y: calc(--value(ratio)*100%); --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--tw-enter-translate-x: -100%;}@utility slide-in-from-left-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-in-from-right{--tw-enter-translate-x: 100%;}@utility slide-in-from-right-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-start{&:dir(ltr){ --tw-enter-translate-x: -100%; }&:dir(rtl){ --tw-enter-translate-x: 100%; }}@utility slide-in-from-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-in-from-end{&:dir(ltr){ --tw-enter-translate-x: 100%; }&:dir(rtl){ --tw-enter-translate-x: -100%; }}@utility slide-in-from-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }}@utility slide-out-to-top{--tw-exit-translate-y: -100%;}@utility slide-out-to-top-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-y: calc(--value(ratio)*-100%); --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-out-to-bottom{--tw-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-y: calc(--value(ratio)*100%); --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--tw-exit-translate-x: -100%;}@utility slide-out-to-left-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1);}@utility slide-out-to-right{--tw-exit-translate-x: 100%;}@utility slide-out-to-right-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-start{&:dir(ltr){ --tw-exit-translate-x: -100%; }&:dir(rtl){ --tw-exit-translate-x: 100%; }}@utility slide-out-to-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-out-to-end{&:dir(ltr){ --tw-exit-translate-x: 100%; }&:dir(rtl){ --tw-exit-translate-x: -100%; }}@utility slide-out-to-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }}
.Footer-module__S6Hkya__footer{z-index:50;color:#fff;background:radial-gradient(at top,#7c3aed09 0%,#000 75%);position:relative;overflow:hidden}.Footer-module__S6Hkya__footer:before{content:"";z-index:10;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#7c3aed59 25%,#22d3ee59 75%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__S6Hkya__container{max-width:var(--container-max,1400px);z-index:2;margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem);position:relative}.Footer-module__S6Hkya__ctaBanner{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff04;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;gap:2rem;margin-top:3.5rem;padding:2rem 2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 30px #0006,inset 0 1px #ffffff08}.Footer-module__S6Hkya__ctaBannerText{flex-direction:column;gap:.35rem;display:flex}.Footer-module__S6Hkya__ctaBannerTitle{color:#fff;letter-spacing:-.02em;font-size:clamp(1.3rem,1.8vw,1.6rem);font-weight:600;line-height:1.2}.Footer-module__S6Hkya__ctaBannerSub{color:#ffffff80;font-size:.875rem;font-weight:400}.Footer-module__S6Hkya__ctaBannerActions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.Footer-module__S6Hkya__ctaBtn{white-space:nowrap;border-radius:6px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.Footer-module__S6Hkya__ctaBtnPrimary{color:#000;background:#fff;border:1px solid #fff}.Footer-module__S6Hkya__ctaBtnPrimary:hover{background:#ffffffe6;border-color:#ffffffe6;transform:translateY(-1px)}.Footer-module__S6Hkya__ctaBtnSecondary{color:#fff;background:#ffffff08;border:1px solid #ffffff14}.Footer-module__S6Hkya__ctaBtnSecondary:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-1px)}.Footer-module__S6Hkya__gridContainer{grid-template-columns:repeat(12,1fr);align-items:start;gap:clamp(1.5rem,3vw,2.5rem);padding:4rem 0 3.5rem;display:grid}.Footer-module__S6Hkya__brandBox{flex-direction:column;grid-column:span 3;gap:.6rem;min-width:0;display:flex}.Footer-module__S6Hkya__logoLink{margin-top:-43px;margin-bottom:-22px;margin-left:-15px;transition:opacity .2s;display:inline-block}.Footer-module__S6Hkya__logoLink:hover{opacity:.95}.Footer-module__S6Hkya__logo{max-width:190px;height:auto;display:block}.Footer-module__S6Hkya__tagline{color:#ffffff8c;max-width:260px;margin:0;font-size:.85rem;font-weight:400;line-height:1.6}.Footer-module__S6Hkya__socialWrapper{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.Footer-module__S6Hkya__socialIcon{color:#ffffff8c;background:#ffffff08;border:1px solid #ffffff0f;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.Footer-module__S6Hkya__socialIcon:hover{color:#fff;background:#ffffff14;border-color:#ffffff26;transform:translateY(-1px)}.Footer-module__S6Hkya__linksWrapper{grid-column:span 6;grid-template-columns:repeat(3,1fr);gap:1.5rem;min-width:0;display:grid}.Footer-module__S6Hkya__linkGroup{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__S6Hkya__groupTitle{text-transform:uppercase;letter-spacing:.08em;color:#fff;margin:0;font-size:.75rem;font-weight:600;line-height:1.2}.Footer-module__S6Hkya__navLinks{flex-direction:column;gap:.75rem;display:flex}.Footer-module__S6Hkya__navItem{color:#ffffff8c;width:max-content;max-width:100%;font-size:.85rem;line-height:1.2;text-decoration:none;transition:color .15s}.Footer-module__S6Hkya__navItem:hover{color:#fff}.Footer-module__S6Hkya__newsletterSection{grid-column:span 3}.Footer-module__S6Hkya__newsletterCard{box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;gap:1.25rem;width:100%;height:auto;padding:0;display:flex}.Footer-module__S6Hkya__newsletterLabel{text-transform:uppercase;letter-spacing:.08em;color:#fff;margin:0;font-size:.75rem;font-weight:600;line-height:1.2}.Footer-module__S6Hkya__newsletterTitle{color:#ffffffd9;margin:0;font-size:.875rem;font-weight:500;line-height:1.3}.Footer-module__S6Hkya__newsletterText{color:#ffffff80;margin:0;font-size:.85rem;line-height:1.5}.Footer-module__S6Hkya__newsletterForm{flex-direction:column;gap:.5rem;width:100%;margin-top:.15rem;display:flex}.Footer-module__S6Hkya__inputContainer{background:#ffffff06;border:1px solid #ffffff12;border-radius:6px;align-items:center;padding:.2rem .2rem .2rem .75rem;transition:all .2s;display:flex}.Footer-module__S6Hkya__inputContainer:focus-within{background:#ffffff0a;border-color:#ffffff2e}.Footer-module__S6Hkya__newsletterInput{color:#fff;background:0 0;border:none;outline:none;flex:1;width:100%;min-width:0;padding:.4rem 0;font-size:.85rem}.Footer-module__S6Hkya__newsletterInput::placeholder{color:#ffffff40}.Footer-module__S6Hkya__newsletterBtn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.Footer-module__S6Hkya__newsletterBtn:hover:not(:disabled){background:#ffffffe6}.Footer-module__S6Hkya__newsletterBtn:disabled{opacity:.5;cursor:not-allowed}.Footer-module__S6Hkya__errorMsg{color:#f87171;margin:0;font-size:.75rem}.Footer-module__S6Hkya__subscriberCount{color:#ffffff4d;margin-top:.2rem;margin-bottom:0;font-size:.75rem}.Footer-module__S6Hkya__divider{background:#ffffff0f;height:1px;margin:0}.Footer-module__S6Hkya__bottomBar{justify-content:space-between;align-items:center;gap:2rem;padding:2rem 0 3.5rem;display:flex}.Footer-module__S6Hkya__legalLinks{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.Footer-module__S6Hkya__legalLinks a{color:#ffffff80;font-size:.75rem;text-decoration:none;transition:color .15s}.Footer-module__S6Hkya__legalLinks a:hover{color:#fff}.Footer-module__S6Hkya__linkSeparator{color:#ffffff1a;align-items:center;font-size:.5rem;display:flex}.Footer-module__S6Hkya__copyright{color:#fff6;font-size:.75rem}.Footer-module__S6Hkya__backToTop{color:#ffffff80;letter-spacing:.05em;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:6px;align-items:center;gap:.35rem;padding:.45rem .85rem;font-size:.7rem;font-weight:500;transition:all .2s;display:flex}.Footer-module__S6Hkya__backToTop:hover{color:#fff;background:#ffffff14;border-color:#ffffff26;transform:translateY(-1px)}@media (max-width:1024px){.Footer-module__S6Hkya__gridContainer{grid-template-columns:1fr;gap:3rem;padding:3rem 0}.Footer-module__S6Hkya__brandBox,.Footer-module__S6Hkya__linksWrapper,.Footer-module__S6Hkya__newsletterSection{grid-column:1/-1}.Footer-module__S6Hkya__linksWrapper{grid-template-columns:repeat(3,1fr)}.Footer-module__S6Hkya__logoLink{margin-top:0;margin-bottom:0;margin-left:-32px}.Footer-module__S6Hkya__logo{max-width:160px}}@media (max-width:768px){.Footer-module__S6Hkya__ctaBanner{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-top:2rem;padding:2rem}.Footer-module__S6Hkya__ctaBannerActions{flex-direction:column;gap:.75rem;width:100%}.Footer-module__S6Hkya__ctaBtn{justify-content:center;width:100%}.Footer-module__S6Hkya__linksWrapper{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem;width:100%}.Footer-module__S6Hkya__newsletterSection{box-sizing:border-box;width:100%;margin-top:1rem}.Footer-module__S6Hkya__newsletterCard{text-align:left;box-sizing:border-box;align-items:stretch;width:100%}.Footer-module__S6Hkya__newsletterForm,.Footer-module__S6Hkya__inputContainer{box-sizing:border-box;width:100%}.Footer-module__S6Hkya__bottomBar{text-align:center;padding:1.5rem 0 calc(6rem + env(safe-area-inset-bottom));flex-direction:column;gap:1.5rem}.Footer-module__S6Hkya__legalLinks{order:2;justify-content:center}.Footer-module__S6Hkya__copyright{order:3}.Footer-module__S6Hkya__backToTop{order:1}}@media (max-width:480px){.Footer-module__S6Hkya__linksWrapper{grid-template-columns:1fr}.Footer-module__S6Hkya__logoLink{margin-left:-30px}.Footer-module__S6Hkya__logo{max-width:150px}}
