.footer{min-height:400px;display:flex;justify-content:center;background-color:var(--color-dark)}.footer .footer__inner{width:100%;max-width:var(--max-content-width);height:100%;margin:8em 3em 0;padding:4em 0;display:flex;flex-flow:column;justify-content:space-between;border-top:1px solid white;color:var(--color-light)}@media only screen and (max-width: 530px){.footer .footer__inner{flex-flow:column;align-items:center;gap:30px;text-align:center}}.footer .footer__inner .footer__left{display:flex;gap:30px 140px}@media only screen and (max-width: 900px){.footer .footer__inner .footer__left{flex-flow:column}}.footer .footer__inner *{text-decoration:none}.footer .footer__inner .footer__address{display:flex;flex-flow:column;gap:10px}.footer .footer__inner .footer__legal-bar{display:flex;gap:10px;justify-content:flex-end;margin-bottom:4em}.footer .footer__inner .footer__social-bar{display:flex;gap:10px;justify-content:flex-end}.footer .footer__inner .footer__social-bar .footer__social{font-size:20px;border:1px solid var(--color-lightgrey);border-radius:100%;display:flex;justify-content:center;align-items:center;width:50px;height:50px}.footer .footer__socket{width:100%;max-width:var(--max-content-width);height:30px;color:var(--color-light);font-size:.8rem}
