.site-footer{--footer-muted:color-mix(in srgb, var(--color-beige-2) 65%, transparent);--footer-surface:color-mix(in srgb, var(--color-beige-2) 8%, transparent);--footer-border:color-mix(in srgb, var(--color-beige-2) 15%, transparent);background-color:var(--color-grey-1);color:var(--color-beige-2)}.site-footer__inner{max-width:var(--container-width-wide);margin-inline:auto;padding-inline:clamp(var(--space-3), 4vw, 3.75rem);padding-block:clamp(var(--space-5), 6vw, 4rem)}.site-footer__top{display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(var(--space-5), 6vw, 4rem)}.site-footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3);flex:1 1 auto;min-width:0}.site-footer__logo{display:block;width:196px;height:auto}.site-footer__tagline{max-width:25rem;color:var(--footer-muted);font-family:var(--font-family-base);font-size:18px;line-height:26px;letter-spacing:0%}.site-footer__tagline p{margin:0}.site-footer__language-switcher{position:relative}.site-footer__country{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-3);border-radius:12px;background-color:var(--color-grey-2);color:var(--color-beige-2);font-family:var(--font-family-base);font-weight:700;font-size:16px;line-height:24px;text-decoration:none;cursor:pointer}.site-footer__country[data-language-switcher-toggle]{cursor:pointer;transition:opacity 0.15s ease}.site-footer__country[data-language-switcher-toggle]:hover,.site-footer__country[data-language-switcher-toggle]:focus-visible{opacity:.85}.site-footer__country[aria-disabled="true"]{cursor:default}.site-footer__country-flag{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;border-radius:6px;border:1px solid var(--color-grey-3);overflow:hidden;margin-left:30px}.site-footer__region-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:var(--space-4)}.site-footer__region-modal:not([hidden]){display:flex}.site-footer__region-modal-backdrop{position:absolute;inset:0;background-color:rgb(20 22 14 / .6)}.site-footer__region-modal-card{position:relative;z-index:1;width:100%;max-width:28rem;max-height:min(38rem, 88vh);overflow-y:auto;border-radius:20px;background-color:var(--color-cream);box-shadow:0 24px 64px rgb(0 0 0 / .4);padding:40px 32px 32px;text-align:center}.site-footer__region-modal-close{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;cursor:pointer;transition:opacity 0.15s ease}.site-footer__region-modal-close:hover,.site-footer__region-modal-close:focus-visible{opacity:.7}.site-footer__region-modal-close svg{display:block;width:20px;height:20px}.site-footer__region-modal-icon{width:64px;height:64px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#f9e0bf}.site-footer__region-modal-icon svg{display:block;width:30px;height:32px}.site-footer__region-modal-title{margin:0 0 12px;color:var(--color-grey-1);font-size:50px;line-height:50px;letter-spacing:-2%}.site-footer__region-modal-description{margin:0 0 28px;color:var(--color-grey-3);font-family:var(--font-family-base);font-size:16px;line-height:24px}.site-footer__region-select{position:relative;margin-bottom:20px;text-align:left}.site-footer__region-select-label{display:block;margin-bottom:8px;color:var(--color-grey-1);font-family:var(--font-family-base);font-weight:400;font-size:16px;line-height:24px;letter-spacing:0%}.site-footer__region-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);width:100%;padding:14px 16px;border:none;border-radius:8px;background-color:var(--color-beige-2);font-family:var(--font-family-base);font-size:16px;color:var(--color-grey-1);cursor:pointer;font-weight:700;line-height:24px;letter-spacing:0%}.site-footer__region-select-value{display:flex;align-items:center;gap:10px}.site-footer__region-select-placeholder{color:var(--color-grey-4);font-weight:400}.site-footer__region-select-chevron svg{display:block;width:16px;height:16px;transition:transform 0.15s ease}.site-footer__region-select-trigger[aria-expanded="true"] .site-footer__region-select-chevron svg{transform:rotate(180deg)}.site-footer__region-select-list{display:none;flex-direction:column;gap:2px;margin-top:var(--space-2);padding:var(--space-2);max-height:14rem;overflow-y:auto;border-radius:12px;background-color:var(--color-beige-2)}.site-footer__region-select-list:not([hidden]){display:flex}.site-footer__region-option{display:flex;align-items:center;gap:8px;padding:var(--space-2) var(--space-2);border-radius:8px;color:var(--color-grey-1);font-family:var(--font-family-base);font-weight:700;font-size:16px;text-decoration:none;transition:background-color 0.15s ease}.site-footer__region-option:hover,.site-footer__region-option:focus-visible{background-color:var(--color-beige-1)}.site-footer__region-option-tick{display:none;margin-left:auto;flex-shrink:0}.site-footer__region-option-tick svg{display:block;width:16px;height:16px}.site-footer__region-option.is-current{color:var(--color-orange-dark)}.site-footer__region-option.is-current .site-footer__region-option-tick{display:inline-flex}.site-footer__region-continue{display:block;width:100%;height:56px;line-height:56px;border-radius:12px;background-color:var(--color-grey-1);color:var(--color-beige-2);font-family:var(--font-family-base);font-weight:700;font-size:16px;text-align:center;text-decoration:none;transition:opacity 0.15s ease}.site-footer__region-continue:hover,.site-footer__region-continue:focus-visible{opacity:.85}.site-footer__flag-circle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px;border-radius:50%;overflow:hidden}.site-footer__flag-circle svg{display:block;width:auto;height:100%;max-width:none;flex-shrink:0}.site-footer__country-flag svg{display:block;width:auto;height:100%;max-width:none;flex-shrink:0}@media (max-width:599px){.site-footer__region-modal-card{padding:32px 20px 24px;border-radius:16px}.site-footer__region-modal-title{font-size:24px}.site-footer__region-modal-description{font-size:15px;margin-bottom:24px}}.site-footer__newsletter{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3);flex:0 1 30rem;min-width:0}.site-footer__newsletter-heading{font-weight:400;font-size:40px;line-height:44px;letter-spacing:-2%;color:var(--color-cream)}.site-footer__newsletter-description{max-width:28rem;color:var(--color-grey-5);font-family:var(--font-family-base);font-size:18px;line-height:26px;letter-spacing:0%}.site-footer__newsletter-description p{margin:0}.site-footer__newsletter-form{position:relative;width:100%;max-width:30rem}.site-footer__newsletter-input{width:100%;height:62px;padding-inline:var(--space-3);padding-right:8rem;border-radius:12px;background-color:var(--color-grey-2);color:var(--color-grey-5);font-family:var(--font-family-base);font-size:18px;line-height:26px;border:none}.site-footer__newsletter-input::placeholder{color:var(--footer-muted)}.site-footer__newsletter-button{position:absolute;top:4px;right:4px;bottom:4px;padding-inline:var(--space-4);border:none;border-radius:8px;background-color:var(--color-orange-dark);color:var(--color-cream);font-family:var(--font-family-base);font-weight:700;font-size:16px;line-height:24px;cursor:pointer;transition:opacity 0.15s ease}.site-footer__newsletter-button:hover,.site-footer__newsletter-button:focus-visible{opacity:.85}.site-footer__newsletter-message{max-width:28rem;color:var(--color-grey-5);font-family:var(--font-family-base);font-size:18px;line-height:26px;letter-spacing:0%}.site-footer__newsletter-message.is-error{color:var(--color-orange-dark)}.site-footer__divider{margin-block:clamp(var(--space-5), 5vw, 2.5rem);border:none;border-top:1px solid var(--footer-border)}.site-footer__bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:clamp(var(--space-5), 6vw, 4rem);font-family:var(--font-family-base);font-size:.875rem;color:var(--footer-muted)}.site-footer__meta{display:flex;flex-direction:column;gap:var(--space-2);flex:1 1 auto;min-width:0;font-size:18px;line-height:26px;letter-spacing:0%}.site-footer__meta p{margin:0}.site-footer__bottom-secondary{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-4);flex:0 1 42rem;min-width:0}.site-footer__legal,.site-footer__contact,.site-footer__comparisons{display:flex;flex-direction:column;gap:var(--space-2)}.site-footer__comparisons-heading{margin:0;color:var(--footer-muted);font-family:var(--font-family-base);font-size:.75rem;font-weight:700;letter-spacing:.08em;line-height:1.25rem;text-transform:uppercase}.site-footer__comparison-links{display:flex;flex-direction:column;gap:var(--space-2)}.site-footer__legal a,.site-footer__contact a,.site-footer__comparison-links a{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--color-cream);text-decoration:none;font-size:18px;line-height:26px;letter-spacing:0%}.site-footer__legal a:hover,.site-footer__legal a:focus-visible,.site-footer__contact a:hover,.site-footer__contact a:focus-visible,.site-footer__comparison-links a:hover,.site-footer__comparison-links a:focus-visible{color:var(--color-orange-dark);text-decoration:underline;text-underline-offset:2px}.site-footer__icon{display:inline-flex;flex-shrink:0;width:18px;height:18px}.site-footer__icon svg{display:block;width:100%;height:100%}@media (max-width:899px){.site-footer__country[data-language-switcher-toggle]{width:100%;justify-content:space-between;border-radius:8px;padding:6px;padding-left:16px}.site-footer__top{flex-direction:column;align-items:stretch;gap:var(--space-5)}.site-footer__tagline{font-size:14px;line-height:20px;letter-spacing:0%}.site-footer__language-switcher{width:100%}.site-footer__country{width:100%;justify-content:space-between}.site-footer__newsletter{flex-basis:auto}.site-footer__newsletter-heading{font-size:28px;line-height:26px;letter-spacing:-2%}.site-footer__newsletter-description{font-size:14px;line-height:20px;letter-spacing:0%}.site-footer__newsletter-form{max-width:none}.site-footer__newsletter-input{height:50px;border-radius:8px;font-size:16px;line-height:24px;letter-spacing:0%}.site-footer__newsletter-button{padding-inline:var(--space-3);border-radius:8px;font-size:14px;line-height:20px;letter-spacing:0%}.site-footer__bottom{flex-direction:column;align-items:stretch;gap:var(--space-4)}.site-footer__meta{font-size:16px;line-height:24px;letter-spacing:0%}.site-footer__bottom-secondary{flex-basis:auto;flex-direction:column;align-items:flex-start;gap:var(--space-3)}.site-footer__legal,.site-footer__contact,.site-footer__comparisons{gap:var(--space-3)}}