footer .site-primary-footer-wrap {
  height: 20vw;
  padding-left: 10vw;
  padding-right: 10vw;
}
footer .site-primary-footer-wrap p {
  text-align: left;
}
footer .site-primary-footer-wrap .footer-logo {
  width: 18vw;
}
footer .site-primary-footer-wrap .ast-footer-html-2 {
  font-family: "Amino";
}
footer .site-primary-footer-wrap .ast-footer-html-2 h3 {
  color: #0046BB;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.3vw;
}
footer .site-primary-footer-wrap .ast-footer-html-2 a {
  color: white;
  font-weight: 500;
  font-size: 1.3vw;
}
footer .site-primary-footer-wrap #astra-footer-menu {
  flex-direction: column;
  max-height: 8vw;
}
footer .site-primary-footer-wrap #astra-footer-menu .menu-link {
  color: white;
  text-transform: uppercase;
  font-family: "Amino";
  font-size: 1.3vw;
  padding: 0;
  padding-right: 50px;
}
footer .site-primary-footer-wrap #astra-footer-menu .menu-header .menu-link {
  color: #0046BB;
}
footer .ast-footer-copyright h3 {
  color: white;
  text-transform: uppercase;
  font-size: 1.3vw;
  font-family: "Amino";
}
footer .ast-footer-copyright .footer-social-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
footer .ast-footer-copyright .footer-social-container a {
  width: 60px;
  height: 60px;
  background-color: #86CEF3;
  border-radius: 50%;
  padding: 5px;
}
footer .ast-footer-copyright .footer-social-container img {
  object-fit: contain;
  object-position: center;
  height: 30px;
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .site-primary-footer-wrap[data-section=section-primary-footer-builder] {
    background-image: none !important;
  }
  footer .site-primary-footer-wrap {
    height: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  footer .site-primary-footer-wrap p {
    text-align: center;
  }
  footer .site-primary-footer-wrap .footer-logo {
    width: 70vw;
  }
  footer .site-primary-footer-wrap .ast-footer-html-2 h3 {
    font-size: 4vw;
    text-align: center;
    margin-top: 2rem;
  }
  footer .site-primary-footer-wrap .ast-footer-html-2 a {
    font-size: 4vw;
  }
  footer .site-primary-footer-wrap #astra-footer-menu {
    max-height: 100%;
  }
  footer .site-primary-footer-wrap #astra-footer-menu .menu-link {
    font-size: 4vw;
    padding: 0;
  }
  footer .ast-footer-copyright h3 {
    font-size: 4vw;
  }
}

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