/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/globals/footer.scss ***!
  \***************************************************************************************************************************************************/
.footer {
  position: relative;
  background: #101e3a;
  color: #fff;
  font-size: 0.85rem;
  padding: 2.5rem 0rem 15rem;
}
@media screen and (min-width: 1180px) {
  .footer {
    padding: 5rem 0rem 17.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 520px) {
  .footer {
    padding-bottom: 5rem;
  }
}
.footer__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.footer__shape svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1921px) {
  .footer__shape svg {
    max-height: 34.375rem;
  }
}
.footer__top {
  margin: 0 0 3.25rem;
  display: flex;
  justify-content: center;
}
.footer__top a {
  max-width: 10.375rem;
  display: block;
}
.footer__top a svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 520px) {
  .footer__top {
    justify-content: flex-start;
  }
}
.footer__bottom {
  display: flex;
  gap: 1.25rem;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 520px) {
  .footer__bottom {
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__bottom {
    flex-direction: row;
  }
}
.footer__bottom-contact {
  max-width: 17.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer__bottom-contact a {
  display: block;
  margin: 1.25rem 0 0;
  text-decoration: underline;
}
@media screen and (min-width: 520px) {
  .footer__bottom-contact {
    display: block;
    text-align: left;
  }
}
.footer__bottom-links {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 520px) {
  .footer__bottom-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem;
    align-items: start;
    text-align: left;
  }
}
.footer__bottom-links--col {
  width: 100%;
  max-width: 16.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}
@media screen and (min-width: 520px) {
  .footer__bottom-links--col {
    align-items: flex-start;
  }
}
.footer__bottom-links--col a {
  position: relative;
}
.footer__bottom-links--col a::after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #fff;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}
@media (hover: hover) and (pointer: fine) {
  .footer__bottom-links--col a:hover::after {
    transform: scaleX(1);
  }
}

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