@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@media only screen and (min-width: 768px) {
  .footer {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #2D5FB5;
  }
  .footer .footer-logo .logo {
    height: 3rem;
    width: auto;
  }
  .footer .footer-links {
    padding-top: 2.75rem;
  }
  .footer .footer-links .footer-links-inner {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.75rem;
  }
  .footer .footer-links .footer-links-inner .footer-link .link {
    color: #F3F3F3;
    font-size: 1.25rem;
  }
  .footer .footer-links .footer-links-inner .footer-link .link:hover {
    text-decoration: underline !important;
  }
  .footer .socials {
    padding-top: 1.75rem;
  }
  .footer .socials .social-links-inner {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.75rem;
  }
  .footer .socials .social-links-inner .social-link .link {
    color: #F3F3F3;
    font-size: 1.25rem;
    opacity: 1;
  }
  .footer .socials .social-links-inner .social-link .link svg {
    width: 1.5rem;
    height: auto;
  }
  .footer .socials .social-links-inner .social-link .link:hover {
    text-decoration: underline !important;
    opacity: 0.75;
  }
  .footer .copyright {
    padding-top: 1.75rem;
  }
  .footer .copyright .text {
    color: #F3F3F3;
    font-size: 1.25rem;
    opacity: 0.5;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    padding: 5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #2D5FB5;
  }
  .footer .footer-logo .logo {
    height: 3rem;
    width: auto;
  }
  .footer .footer-links {
    padding-top: 2.75rem;
  }
  .footer .footer-links .footer-links-inner {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.75rem;
  }
  .footer .footer-links .footer-links-inner .footer-link .link {
    color: #F3F3F3;
    font-size: 1.25rem;
  }
  .footer .footer-links .footer-links-inner .footer-link .link:hover {
    text-decoration: underline !important;
  }
  .footer .socials {
    padding-top: 1.75rem;
  }
  .footer .socials .social-links-inner {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.75rem;
  }
  .footer .socials .social-links-inner .social-link .link {
    color: #F3F3F3;
    font-size: 1.25rem;
    opacity: 1;
  }
  .footer .socials .social-links-inner .social-link .link svg {
    width: 1.5rem;
    height: auto;
  }
  .footer .socials .social-links-inner .social-link .link:hover {
    text-decoration: underline !important;
    opacity: 0.75;
  }
  .footer .copyright {
    padding-top: 1.75rem;
  }
  .footer .copyright .text {
    color: #F3F3F3;
    font-size: 1.25rem;
    opacity: 0.5;
    text-align: center;
  }
}/*# sourceMappingURL=footer.css.map */