.hero-homepage {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  overflow: hidden;
  filter: drop-shadow(0px 8px 6px rgba(0, 0, 0, 0.25));
  background-color: #003060;
  margin-bottom: 1rem;
}
.hero-homepage .hero-homepage-content {
  position: relative;
  max-height: 28.4375rem;
  z-index: 10;
  padding: 1rem 0 1.5rem 0;
  background-color: #003060;
}
.hero-homepage .hero-homepage-bg-image {
  position: relative;
  width: 100%;
  height: 220px;
  background-size: cover;
}
.hero-homepage .hero-homepage-bg-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-homepage .page-title {
  margin-top: 0.3125rem;
  font-size: clamp(1.625rem, calc(0.925rem + 2.8vw), 2.5rem);
  /*  padding: 10px 0 0 0;*/
  font-weight: 600;
  font-family: "Noto Sans", serif;
  text-align: center;
  color: #fff;
}
.hero-homepage .sub-title {
  font-size: clamp(1.125rem, calc(1.025rem + 0.4vw), 1.25rem);
  padding: 0;
  font-family: "Noto Sans", serif;
  margin-top: 0.9375rem;
  text-align: center;
}
.hero-homepage .content-placement {
  color: #fff;
  display: grid;
  place-items: center;
  margin-inline: 2rem;
}
.hero-homepage .btn-bgstroke {
  font-size: clamp(0.9em, 2vw, 1rem);
  display: inline-block;
  border: 1px solid #FFFFFF;
  padding: 0.625rem 1.25rem;
  border-radius: 0.25rem;
  cursor: pointer;
  font-weight: 400;
  margin-top: 20px;
  /* if stacked add this width: 100px; */
  text-align: center;
  color: #fff;
}
.hero-homepage .btn-bgstroke:first-of-type {
  margin-right: 10px;
}
.hero-homepage a.btn-bgstroke:hover {
  color: black !important;
  background: #FFFFFF;
}

.hero-homepage.home-fontsize .hero-homepage-content .page-title {
  font-size: clamp(1.625rem, calc(0.525rem + 4.4vw), 3rem);
}

@media (min-width: 40rem) {
  .hero-homepage {
    min-height: 345px;
  }
  .hero-homepage .page-title {
    margin-top: revert;
    padding-top: 1.5rem;
    text-align: left;
  }
  .hero-homepage .sub-title {
    text-align: left;
  }
  .hero-homepage .banner-controls {
    padding-bottom: 2rem;
  }
  .hero-homepage .hero-homepage-bg-image {
    position: absolute;
    width: 45%;
    height: 100%;
    right: 0;
    border-radius: 20px 0 0 0;
    z-index: 12;
    margin-top: 0.9375rem;
  }
  .hero-homepage .content-placement {
    display: block;
    width: 38%;
    place-items: flex-start;
    padding-inline: 0.9375rem 1.125rem;
    max-width: 82ch;
  }
  .hero-homepage .hero-homepage-bg-image {
    height: 100%;
  }
  .hero-homepage .btn-bgstroke {
    width: auto;
  }

  .hero-homepage.h-large {
    min-height: 400px;
  }
}
@media (max-width: 992px) {
  .hero-homepage .hero-homepage-content {
    padding-inline: 0rem;
  }
}
@media (min-width: 992px) {
  .hero-homepage-content.content-placement {
    margin-left: 8.33333%;
  }
}
@media (min-width: 1500px) {
  .hero-homepage-content.content-placement {
    margin-left: 16.66667%;
  }
}
@media (min-width: 1850px) {
  .hero-homepage .hero-homepage-content {
    margin-left: calc((100% - 1260px)/2) !important;
  }
}

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