@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

.foundation-section {
  overflow: hidden;
}

.foundation-section .banner {
  position: relative;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.foundation-section .banner .container {
  margin: 2% 0;
  padding: 139px 20px 163px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(125%);
}

.foundation-section .banner h2 {
  position: relative;
  padding: 0 0 50px 0;
  font-family: "Raleway", sans-serif;
  font-size: 66px;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  color: #fff;
  font-optical-sizing: auto;
}

.foundation-section .banner h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 96px;
  height: 2px;
  background: #fff;
  content: "";
  transform: translateX(-50%);
}

.foundation-section .copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 90px 0;
  text-align: center;
  color: #435b73;
  background: #FFF;
  transform: translateY(125%);
}

.foundation-section .copy .container {
  margin-top: 110px;
  padding: 0 20px;
}

.foundation-section .copy .shining {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: #435b73;
  font-feature-settings: "liga" off;
}

.foundation-section .copy h2 {
  margin: 15px 0;
  padding: 0;
  font-size: 66px;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
}

.foundation-section .copy p {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 150%;
}

.foundation-section .copy a.cta {
  display: inline-block;
  padding: 0 0 0 0;
  border-bottom: 2px solid #af1f57;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 165%;
  text-decoration: none;
  text-transform: uppercase;
  color: #af1f57;
}

.stat-number2 {
  background: var(--Stat-Gradient, linear-gradient(to right, #435b73 0%, #AF1F57 30%, #ffd400 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-number3 {
  background: var(--Stat-Gradient, linear-gradient(to bottom, #af1f57 0%, #af1f57 40%, #5b315e 60%, #5b315e 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.animate-bg {
  position: relative;
  min-height: 550px !important;
  background-image: url("/wp-content/uploads/2024/11/masthead-sepia.jpg");
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: background-image 2s ease-in-out;
  overflow: hidden;
}

.animate-bg-transition {
  background-image: url("/wp-content/uploads/2024/11/masthead-fullcolor.jpg") !important;
  opacity: 1;
}

.main-navigation #primary-menu .menu-item-depth-0.contact-us-cta-white a {
  height: 29px;
  padding: 0 13px;
  border: 2px solid #AF1F57;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  color: #AF1F57;
  background: #FFFFFF;
}

.main-navigation #primary-menu .menu-item-depth-0.contact-us-cta-white-external a {
  display: flex;
  height: 29px;
  padding: 0 13px 0 13px;
  border: 2px solid #AF1F57;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  color: #AF1F57;
  background: #FFFFFF;
}

.main-navigation #primary-menu .menu-item-depth-0.contact-us-cta-white-external a::after {
  position: relative;
  top: -1px;
  display: inline-block;
  padding-left: 8px;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  content: "\f35d";
}

/*# sourceMappingURL=foundation-section.min.css.map */