.footer {
  background: #0056d7;
  padding: 2.5rem max(1rem, (100vw - var(--gin-toolbar-x-offset, 0px) - 53rem) / 2) 5rem;
  width: 100%;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:link {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer, .footer__main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
@media screen and (min-width: 576px) {
  .footer__main {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.footer__logo {
  flex: 0 0 auto;
  align-self: flex-end;
  height: 6rem;
}
@media screen and (min-width: 576px) {
  .footer__primary-menu {
    width: 60%;
  }
}
.footer__secondary-menu {
  padding-right: 5rem;
  width: auto;
}
.footer__secondary {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .footer__secondary {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.footer__social {
  display: flex;
  gap: 1rem;
  font-size: 2rem;
}

/*# sourceMappingURL=footer.css.map */
