.site-footer{padding:3.5rem 1rem}.site-footer--white{background-color:var(--color-background-secondary);color:var(--color-text-primary)}.site-footer--black{background-color:var(--color-background-inverted);color:var(--color-text-oncolor)}.site-footer--black ::selection{background:var(--color-brand-white);color:var(--color-brand-black)}.site-footer--black .site-footer__copyright{color:var(--color-brand-white)}.site-footer--gray{background-color:var(--background-inset);color:var(--color-text-primary)}.site-footer__body{display:flex;flex-direction:column;gap:2rem 0;margin:auto;max-width:1200px}.site-footer__nav{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);justify-content:space-between;width:100%}.site-footer__logo svg{height:2rem;width:auto}.site-footer__logo svg>*{fill:currentColor}.site-footer__links{display:grid;gap:1rem;justify-content:space-between}.site-footer__links-col{display:flex;justify-content:flex-end}.site-footer__links-heading{margin-bottom:.25rem}.site-footer__links ul{list-style:none;margin:0;padding:0}.site-footer__links li:not(:last-child){margin-bottom:.25rem}.site-footer__social-copyright{align-items:center;display:grid;grid-template-columns:repeat(2,1fr)}.site-footer__copyright{color:var(--color-text-secondary)}.site-footer__social{display:flex;justify-content:flex-end}.site-footer__social-links{display:flex;flex-wrap:nowrap;gap:.5rem}.site-footer__social-link-block{height:24px;text-align:center;width:40px}.site-footer__social-link-block i{color:inherit;font-size:1.25rem}@media screen and (max-width:991px){.site-footer__nav{gap:2rem 0;grid-template-columns:1fr}.site-footer__links-col{justify-content:flex-start}.site-footer__links{padding-bottom:3.75rem}}@media screen and (max-width:479px){.site-footer__links{grid-template-columns:repeat(2,1fr)!important}.site-footer__social-copyright{align-items:flex-start;display:flex;flex-direction:column-reverse;gap:.625rem}}.site-footer a,.site-footer a:hover,.site-footer a:visited{color:inherit}