.footer{z-index:100;width:100%;padding:2rem 0;margin-top:auto;text-align:center;background-color:#f5f5f5;box-shadow:0 -4px 10px 0 rgba(13,13,12,.051)}.footer,.footer__container{display:flex;flex-direction:column;gap:3rem}.footer__container{justify-content:space-between}.footer__legal-text{font-size:var(--body-font-size-sm);line-height:var(--body-line-height-sm);margin:0}.footer__page-links{display:flex;flex-flow:column wrap;gap:2rem;align-content:center}.footer__page-link{font-family:var(--font-family-heading);font-weight:700;font-size:var(--label-font-size);line-height:var(--label-line-height)}.footer__page-link:hover{text-decoration:underline}@media(min-width:992px){.footer{justify-content:space-between;padding:1.5rem 0}.footer,.footer__container{flex-direction:row}.footer__legal-text{font-size:var(--body-font-size);line-height:var(--body-line-height)}.footer__page-links{flex-direction:row;gap:2.5rem;justify-content:end;min-width:65%}}