/* Margins */
/* BREAKPOINTS */
/* FONTS */
/* Heading LARGE */
/* Heading MEDIUM */
/* Heading SMALL */
/* Font Navigation */
/* COLORS */
:root {
  --swiper-theme-color: none;
}
footer {
  margin-top: 64px;
}
@media only screen and (min-width: 640px) {
  footer {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  footer {
    margin-top: 100px;
  }
}
footer hr {
  border: none;
  margin: 0;
  background-image: url("../img/hr-divider-s.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  height: 5px;
}
@media only screen and (min-width: 640px) {
  footer hr {
    background-image: url("../img/hr-divider-m.svg");
  }
}
@media only screen and (min-width: 1024px) {
  footer hr {
    background-image: url("../img/hr-divider-l.svg");
  }
}
footer .footer-container {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media only screen and (min-width: 640px) {
  footer .footer-container {
    margin-bottom: 48px;
    flex-direction: row;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer-container {
    margin-bottom: 72px;
  }
}
footer .footer-container picture {
  max-width: 156px;
  max-height: 71px;
}
footer .footer-container picture img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0.9px 0.9px 8px rgba(0, 0, 0, 0.5));
}
footer .footer-container .footer-links {
  max-width: 65%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (min-width: 640px) {
  footer .footer-container .footer-links {
    flex-direction: row;
    align-items: center;
  }
}
footer .footer-container .footer-links a {
  font: 700 16px / 110% "Bebas Neue", sans-serif;
  color: #124734;
}
@media only screen and (min-width: 640px) {
  footer .footer-container .footer-links a {
    font: 700 20px / 110% "Bebas Neue", sans-serif;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footer-container .footer-links a {
    font: 700 32px / 110% "Bebas Neue", sans-serif;
  }
}
footer .footer-container .footer-links a.icon:after {
  content: "";
  height: 48px;
  width: 48px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .footer-container .footer-links a.icon.insta:after {
  background-image: url("../img/icons/instagram-brands-solid-full.svg");
}
@media only screen and (min-width: 640px) {
  footer .footer-container {
    margin-bottom: 48px;
  }
}
/*# sourceMappingURL=footer.css.map */