.footer{display:flex;flex-direction:column;align-items:center;min-height:600px;padding:var(--spacing-3);text-align:center;position:relative;z-index:1;background-color:#009afa;background-repeat:no-repeat;background-position:bottom;background-size:contain}.footer__background-image{position:absolute;margin-top:auto;bottom:0;object-fit:cover;z-index:-1;width:100%}.footer>:not(:first-child){margin-top:var(--spacing-6)}.footer .footer__logo-section{margin-bottom:200px}@media screen and (min-width:600px){.footer__background-image.mobile{display:none}.footer__background-image.desktop{display:block}}@media screen and (max-width:600px){.footer__background-image.desktop{display:none}.footer__background-image.mobile{display:block}}@media screen and (min-width:1280px){.footer{padding:var(--spacing-3) var(--spacing-7)}}@media screen and (min-width:960px){.footer .footer__logo-section{margin-bottom:500px}}