footer {
  background-image: url(../assets/footer-bg.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 23vw;
  margin-top: -20vw;
  padding-top: 12vw;
  position: relative;
}
@media screen and (max-width: 921px) {
  footer {
    padding-top: 18vw;
    margin-top: -40vw;
  }
}
footer .site-primary-footer-wrap[data-section=section-primary-footer-builder] .ast-builder-grid-row {
  max-width: 85vw;
}
footer .footer-logo-container {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 25vw;
}
@media screen and (max-width: 921px) {
  footer .footer-logo-container {
    width: 100%;
    padding: 0 20px;
  }
}
footer .footer-logo-container a {
  display: flex;
}
footer .footer-logo-container img {
  object-fit: contain;
}
@media screen and (min-width: 922px) {
  footer .footer-logo-container img {
    max-width: 7vw;
  }
}
footer #astra-footer-menu {
  justify-content: flex-end;
  min-width: 50vw;
}
@media screen and (max-width: 921px) {
  footer #astra-footer-menu {
    justify-content: center;
  }
}
footer #astra-footer-menu .menu-link {
  font-family: "Franklin";
  text-transform: uppercase;
  color: white;
  font-size: 1.2vw;
}
@media screen and (max-width: 921px) {
  footer #astra-footer-menu .menu-link {
    font-size: 24px;
  }
}
footer #astra-footer-menu .menu-item {
  flex-direction: row;
  justify-content: flex-start;
}
footer #astra-footer-menu .menu-item::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background-image: url("../assets/footer-divider.webp");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (min-width: 921px) {
  footer #astra-footer-menu .menu-item:first-child::before {
    background-image: none;
  }
}

.page--welcome footer {
  display: none;
}
