footer.footer{background-color:var(--blue);border-top:5px solid var(--yellow);padding:6rem 0}.footer__logo a{line-height:0}.footer__logo img{max-width:160px!important}.footer--wrapper{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:var(--max-width);width:90vw}.footer__navigation{align-items:center;display:flex;gap:6rem}.footer__navigation a{color:var(--white);display:inline-block;font-weight:600;line-height:1;margin-bottom:0;transition:var(--transition)}.footer__navigation a:hover{color:var(--yellow)}@media screen and (max-width:1100px){footer.footer{padding:6rem 2rem}.footer--wrapper{width:100%}.footer__logo{margin-right:3rem}.footer__navigation{gap:3rem}}@media screen and (max-width:767px){footer.footer{padding:6rem 2rem}.footer--wrapper{flex-direction:column}.footer__logo{margin-bottom:var(--gap-32);margin-right:0}.footer__navigation{align-items:end;display:flex;flex-direction:column;gap:6rem;height:100%;justify-content:end;width:100%}}