.footer .footer-wrapper{display:grid;grid-template-areas:"logo" "menu-1" "menu-2" "menu-3" "menu-4" "brand" "social" "localization" "newsletter" "payments";grid-template-columns:1fr}@media (min-width:1200px){.footer .footer-wrapper{gap:3rem 13%;grid-template-areas:"logo newsletter newsletter newsletter" "brand menu-1 menu-2 menu-3 " "localization menu-1 menu-2 menu-3" "social social payments payments";grid-template-columns:13.125rem 1fr 1fr 1fr}}.footer .area-logo{grid-area:logo}.footer .area-menu-1{grid-area:menu-1}.footer .area-menu-2{grid-area:menu-2}.footer .area-menu-3{grid-area:menu-3}.footer .area-menu-4{grid-area:menu-4}.footer .area-brand{grid-area:brand}.footer .area-localization{grid-area:localization}.footer .area-social{grid-area:social}.footer .area-payments{grid-area:payments}.footer .area-newsletter{grid-area:newsletter}@media (min-width:1200px){.footer .area-newsletter{grid-column:2/-1;min-height:12.0625rem}}.footer .area-bottom-bar{grid-area:bottom-bar}#klavio-form-footer>div{width:100%}#klavio-form-footer form{max-width:unset!important}#klavio-form-footer input[type=email]{background-color:transparent!important;border-color:var(--color-secondary-100)!important;border-radius:8px!important;color:var(--color-light-20)!important;margin-right:.5rem!important}#klavio-form-footer input[type=email]::placeholder{color:var(--color-light-120)!important}#klavio-form-footer button[type=button]{background-color:var(--color-secondary-100)!important;border:1px solid var(--color-secondary-100)!important;color:var(--color-light-20)!important;position:relative!important;text-transform:capitalize!important}#klavio-form-footer button[type=button]:after{align-items:center;animation:none!important;background-color:inherit;border:none!important;border-radius:0!important;bottom:0;content:"Sign Up";display:flex;height:auto!important;justify-content:center;left:0;margin:0!important;position:absolute;right:0;top:0;width:auto!important}[data-testid=form-component]{margin-bottom:.75rem!important;margin-top:.75rem!important;padding:0!important}