.footer{--footer-text-primary-color: var(--tc-text-primary);--footer-background-color: var(--tc-background-tertiary);--footer-border-color: var(--tc-border-tertiary);--footer-logo-image-display-light: block;--footer-logo-image-display-dark: none;background-color:var(--footer-background-color);display:flex;flex-direction:column;padding:1.5rem 0 3rem;color:var(--footer-text-primary-color)}.footer.dark{--footer-text-primary-color: var(--tc-text-primary-dark);--footer-background-color: var(--tc-background-tertiary-dark);--footer-border-color: var(--tc-border-quaternary-dark);--footer-logo-image-display-light: none;--footer-logo-image-display-dark: block}@media(min-width: 31.25rem){.footer{padding:3rem 0}}@media(min-width: 75rem){.footer{padding:3.5rem 0}}.footer__top{display:flex;flex-direction:row}.footer__bottom{display:flex;flex-direction:column;position:relative;border-top:none}@media(min-width: 48rem){.footer__bottom{flex-direction:row;align-items:flex-end;border-top:.063rem solid var(--footer-border-color)}}.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:3.131rem;margin-bottom:1.25rem}@media(min-width: 31.25rem){.footer__bottom-logo--brand{width:4.174rem}}@media(min-width: 48rem){.footer__bottom-logo--brand{margin-top:1.5rem;margin-bottom:0}}.footer__bottom-logo--brand .brand-image{object-fit:contain;width:100%;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{line-height:1.25rem !important;flex:1;z-index:0}@media(min-width: 48rem){.footer__bottom-copyright{text-align:center;position:absolute;left:0;right:0}}
