.default-footer{background:var(--color-gray-light);border-top:1px solid var(--color-gray-dark);padding:3.75rem 0;z-index:2}.default-footer .container{display:flex;flex-direction:column;gap:1.75rem}@media screen and (min-width:768px){.default-footer .container{display:grid;grid-template-areas:"footer-logo footer-text footer-links" "footer-logo footer-small-links footer-links";grid-template-columns:1fr 2fr 1fr;grid-template-rows:auto auto}}.default-footer__logo-wrapper{grid-area:footer-logo;margin-bottom:1rem}.default-footer__logo{display:inline-block;max-width:8.25rem}@media screen and (min-width:768px){.default-footer__logo{max-width:12.5rem}}.default-footer__logo svg{height:3.125rem;max-width:100%}.default-footer__logo{display:block}.default-footer__slogan{color:var(--color-gray-dark);font-size:1.25rem;margin-top:.5rem}@media screen and (max-width:413px){.default-footer__slogan{margin-top:0}}.default-footer__text{grid-area:footer-text}.default-footer__small-links{font-size:1rem;grid-area:footer-small-links}.default-footer__small-links a{display:block;margin-bottom:.5rem}.default-footer__links{grid-area:footer-links}.default-footer__links ul{display:inline-block;width:auto}.default-footer__links .arrow-link{display:flex;justify-content:space-between;margin-bottom:.5rem}.default-footer__links .arrow-link svg{margin-left:1rem}.default-footer p{color:var(--color-gray-dark)}