.footer{color:var(--light-color);background-color:var(--primary-color);line-height:1.6}.dark .footer{color:var(--light-color);background-color:var(--neutral-color-light)}.footer a{color:var(--light-color);text-decoration:none;transition:color .2s}.footer a:hover{color:var(--fill-color);text-decoration:underline}.footer__container{max-width:var(--max-width);grid-template-columns:repeat(1fr, 1fr);grid-template-rows:auto;align-items:stretch;gap:2rem;margin:0 auto;padding-top:2rem;padding-left:1.5rem;padding-right:1.5rem;display:grid}.footer__contact{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}@media (min-width:1024px){.footer__contact{flex-direction:row;justify-content:space-between;align-items:center;gap:0;display:flex}}.footer__contact__info{flex-direction:row;justify-content:flex-start;align-items:center;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.footer__contact__info li:not(:first-child){position:relative}.footer__contact__info li:not(:first-child):before{content:"";background-color:var(--fill-color);width:1px;height:1em;position:absolute;top:50%;left:-.75rem;transform:translateY(-50%)}.footer__contact__info-link{color:var(--light-color);text-decoration:none;transition:color .2s}.footer__contact__list{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}@media (min-width:768px){.footer__contact__list{flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:1.5rem;display:flex}.footer__contact__list li:not(:first-child){position:relative}.footer__contact__list li:not(:first-child):before{content:"";background-color:var(--fill-color);width:1px;height:1em;position:absolute;top:50%;left:-.75rem;transform:translateY(-50%)}}.footer__contact__list-link{color:var(--light-color);flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;text-decoration:none;transition:color .2s;display:flex}.footer__contact__list-link svg{width:1.15rem;height:1.15rem}.footer__brand-controls{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.25rem;display:flex}@media (min-width:640px){.footer__brand-controls{flex-direction:row;justify-content:space-between;align-items:center;gap:0;display:flex}}.footer__brand{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}.footer__brand__logo{letter-spacing:-.03em;flex-shrink:0;width:clamp(12rem,12vw + 2rem,7.5rem);height:clamp(8rem,12vw + 2rem,7.5rem)}.footer__brand__tagline{max-width:15rem;font-size:.875rem;line-height:1.65}.footer__brand__socials{flex-direction:row;justify-content:flex-start;align-items:center;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.footer__brand__socials-link{background-color:#ffffff14;border-radius:999px;flex-direction:row;justify-content:center;align-items:center;gap:0;width:2.25rem;height:2.25rem;transition:background-color .2s,transform .2s;display:flex}.footer__brand__socials-link img{width:1.125rem;height:1.125rem}.footer__brand__socials-link:hover{cursor:pointer;background-color:var(--fill-color);transform:translateY(-2px)}.footer__controls{flex-direction:row;justify-content:flex-start;align-items:center;gap:.6rem;display:flex}.footer__controls__locale .change-locale__trigger{background-color:#ffffff14;border:none;gap:.4rem;height:2.25rem;padding:0 .7rem 0 .4rem;transition:background-color .2s,transform .2s}.footer__controls__locale .change-locale__trigger:hover{background-color:var(--fill-color);transform:translateY(-2px)}.footer__controls__locale .change-locale__trigger--open{background-color:var(--fill-color)}.footer__controls__locale .change-locale__trigger__flag{width:1.4rem;height:1.4rem}.footer__controls__locale .change-locale__trigger__label{letter-spacing:.02em;color:var(--light-color);font-size:.875rem;font-weight:600}.footer__controls__locale .change-locale__trigger__chevron{width:.9rem;height:.9rem;color:var(--light-color);opacity:.7}.footer__controls__theme{background-color:#ffffff14;border-radius:999px;flex-direction:row;justify-content:flex-start;align-items:center;gap:.1rem;padding:.2rem;display:flex}.footer__controls__theme-option{cursor:pointer;width:1.85rem;height:1.85rem;color:var(--light-color);opacity:.65;background-color:#0000;border:none;border-radius:999px;flex-direction:row;justify-content:center;align-items:center;gap:0;transition:background-color .2s,opacity .2s;display:flex}.footer__controls__theme-option svg{width:1rem;height:1rem}.footer__controls__theme-option:hover:not(:disabled){opacity:1}.footer__controls__theme-option--active{background-color:var(--fill-color);opacity:1}.footer__controls__theme-option:disabled{cursor:default}.dark .footer__controls__locale .change-locale__trigger{background-color:#0000002e}.dark .footer__controls__locale .change-locale__trigger:hover,.dark .footer__controls__locale .change-locale__trigger--open{background-color:var(--fill-color)}.footer__nav{grid-template-columns:repeat(1fr, 1fr);grid-template-rows:auto;align-items:stretch;gap:2rem;display:grid}@media (min-width:640px){.footer__nav{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.footer__nav{grid-template-columns:repeat(4,1fr)}}.footer__nav__group{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;display:flex}.footer__nav__heading{color:var(--light-color);font-weight:700}.footer__nav__heading:hover{color:var(--primary-color-hover);text-decoration:none}.footer__nav__list{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer__nav__list-link{color:var(--light-color);transition:color .2s}.footer__bottom{border-top:1px solid var(--border-color);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding-top:1.25rem;padding-bottom:1.25rem;display:flex}@media (min-width:1024px){.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;display:flex}}.footer__bottom__copy{font-size:.875rem}.footer__bottom__copy a{color:var(--light-color);text-underline-offset:.25rem;text-decoration:underline}.footer__bottom__copy a:hover{color:#a27aff}.footer__bottom__legal{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}@media (min-width:640px){.footer__bottom__legal{justify-content:wrap;flex-direction:row;align-items:center;gap:1rem;display:flex}}.footer__bottom__legal-link{color:var(--light-color);text-underline-offset:.25rem;font-size:.875rem;text-decoration:underline;transition:color .2s}
