.footer{--footer-text-primary-color: var(--tc-text-primary);--footer-background-color: var(--tc-layer-yellow-primary);--footer-border-color: var(--tc-border-primary);--footer-logo-image-display-light: block;--footer-logo-image-display-dark: none}.footer.dark{--footer-text-primary-color: var(--tc-text-primary-dark);--footer-background-color: var(--tc-layer-yellow-primary-dark);--footer-border-color: var(--tc-border-primary-dark);--footer-logo-image-display-light: none;--footer-logo-image-display-dark: block}.footer{background-color:var(--footer-background-color);display:flex;flex-direction:column;padding:1.5rem 0 3rem;color:var(--footer-text-primary-color)}@media(min-width: 90rem){.footer{padding:1.5rem 0 3.5rem}}.footer__top{display:flex;flex-direction:column}.footer__bottom{display:flex;flex-direction:column;position:relative;border-top:none;margin-top:1.5rem}@media(min-width: 48rem){.footer__bottom{flex-direction:row;align-items:flex-end;border-top:.063rem solid var(--footer-border-color);margin-top:2rem}}.footer__bottom-logo{border-bottom:.063rem solid var(--footer-border-color);z-index:1;width:100%}@media(min-width: 48rem){.footer__bottom-logo{border-bottom:none;margin-left:0;margin-right:auto}}.footer__bottom-logo--brand{display:flex;align-items:center;width:4.25rem;margin:.5rem 0 1rem}@media(min-width: 48rem){.footer__bottom-logo--brand{margin-top:2rem;margin-bottom:0}}.footer__bottom-logo--brand .brand-image{object-fit:contain;width:100%;aspect-ratio:17/8;display:var(--footer-logo-image-display-light)}.footer__bottom-logo--brand .brand-image--dark{display:var(--footer-logo-image-display-dark)}.footer__bottom-social{display:flex;gap:1.25rem;z-index:1}@media(min-width: 48rem){.footer__bottom-social{margin-left:auto;margin-right:0}}.footer__bottom-copyright{flex:1;z-index:0}@media(min-width: 48rem){.footer__bottom-copyright{text-align:center;position:absolute;left:0;right:0}}
