@charset "UTF-8";
/*

Usage:
@include breakpoint(laptop) {
  // styles for laptop and wider
}
@include breakpoint(laptop, 800px) {
  // styles for laptop width and screens up to 800px tall
  // useful for targeting shorter laptop screens
}

@include breakpoint(desktop, 900px) {
  // styles for desktop width but shorter screens
}
  */
/*-----------------------
EASING 
---------------------- */
.banner-image-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.banner-image-info .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--color-soft-white);
}
.banner-image-info .banner-container {
  width: 100%;
  z-index: 2;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  min-height: 50vh;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .banner-image-info .banner-container {
    min-height: 75vh;
  }
}
@media (min-width: 1100px) {
  .banner-image-info .banner-container {
    min-height: 90vh;
  }
}
.banner-image-info .banner-container.has-overlay .hero-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-medium-blue-rgb), 0.77);
  mix-blend-mode: multiply;
  z-index: 2;
}
.banner-image-info .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  z-index: 2;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  color: var(--color-white);
}
.banner-image-info .hero-content .banner-content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  justify-content: center;
  padding: 12rem 3rem 6rem 3rem;
  max-width: 100%;
}
.banner-image-info .hero-content .banner-content-wrapper > * {
  width: 100%;
}
.banner-image-info .hero-content .banner-content-wrapper .spacer {
  width: 100%;
}
@media (min-width: 1024px) {
  .banner-image-info .hero-content .banner-content-wrapper {
    padding: 12rem 3rem;
  }
}
.banner-image-info .hero-content .bottom-cards {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .banner-image-info .hero-content .bottom-cards {
    margin-top: 8rem;
    gap: 3rem;
  }
}
.banner-image-info .hero-content .bottom-cards .icon-card {
  grid-column-end: span 12;
  min-height: 22.5rem;
}
@media (min-width: 1024px) {
  .banner-image-info .hero-content .bottom-cards .icon-card {
    grid-column-end: span 4;
  }
}
.banner-image-info .hero-content .bottom-content-wrapper-outer {
  max-width: 100%;
  text-align: center;
  margin: 14rem auto 0 auto;
}
@media (min-width: 1024px) {
  .banner-image-info .hero-content .bottom-content-wrapper-outer {
    margin-top: auto;
  }
}
.banner-image-info .hero-content .bottom-content-wrapper {
  width: 68rem;
  max-width: 100%;
  text-align: center;
}
.banner-image-info .hero-content .content-wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.banner-image-info .hero-content h2, .banner-image-info .hero-content h3, .banner-image-info .hero-content h4, .banner-image-info .hero-content h5, .banner-image-info .hero-content h6, .banner-image-info .hero-content p, .banner-image-info .hero-content li {
  color: var(--color-white);
}
.banner-image-info .hero-content .banner-heading {
  --font-size-xl:3rem;
  width: 784px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: var(--font-size-xl);
  line-height: 1.04;
}
@media (min-width: 1100px) {
  .banner-image-info .hero-content .banner-heading {
    --font-size-xl:5.5rem;
  }
}
.banner-image-info .hero-content .banner-heading span {
  display: block;
  line-height: 1;
  font-size: var(--font-size-lg);
}
.banner-image-info .hero-content .banner-text-content {
  width: 908px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.banner-image-info .hero-content .banner-text-content.quote p {
  font-size: 2.3rem;
  line-height: 1.14;
  font-stretch: var(--font-width-normal);
  letter-spacing: var(--letter-spacing-tight);
}
@media (min-width: 1024px) {
  .banner-image-info .hero-content .banner-text-content.quote p {
    font-size: var(--font-size-md-lg);
  }
}
.banner-image-info .hero-content .banner-text-content.quote p:first-child {
  margin-top: 0;
}
.banner-image-info .hero-content .banner-text-content.quote p:first-child::before {
  content: "“";
}
.banner-image-info .hero-content .banner-text-content.quote p:last-child {
  margin-bottom: 0;
}
.banner-image-info .hero-content .banner-text-content.quote p:last-child::after {
  content: "”";
}
.banner-image-info .hero-content .banner-text-content.heading-no-sub p {
  font-size: 2.5rem;
  line-height: 1.14;
  font-stretch: var(--font-width-normal);
  letter-spacing: var(--letter-spacing-tight);
}
@media (min-width: 1024px) {
  .banner-image-info .hero-content .banner-text-content.heading-no-sub p {
    font-size: var(--font-size-md-lg);
  }
}
.banner-image-info#monika-quote-els .hero-content .banner-content-wrapper {
  padding: 20rem 3rem 6rem 3rem;
}
@media (min-width: 1024px) {
  .banner-image-info#monika-quote-els .hero-content .banner-content-wrapper {
    padding: 12rem 3rem;
  }
}
.banner-image-info#monika-quote-els .hero-background .bg {
  -o-object-position: 75% 50%;
     object-position: 75% 50%;
}
@media (min-width: 1024px) {
  .banner-image-info#monika-quote-els .hero-background .bg {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}