.gfc.module-top-banner-small-w-background-color .stage {
  position: relative;
  height: var(--height-mobile);
}
@media (min-width: 992px) {
  .gfc.module-top-banner-small-w-background-color .stage {
    height: var(--height-desktop);
  }
}
.gfc.module-top-banner-small-w-background-color .stage::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: var(--bg-color);
  height: var(--height-mobile);
}
@media (min-width: 992px) {
  .gfc.module-top-banner-small-w-background-color .stage::before {
    height: var(--height-desktop);
  }
}
.gfc.module-top-banner-small-w-background-color .stage .hero-content {
  position: relative;
  color: #FFF;
}
@media (min-width: 992px) {
  .gfc.module-top-banner-small-w-background-color .stage .hero-content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
}
.gfc.module-top-banner-small-w-background-color .stage .hero-content h1,
.gfc.module-top-banner-small-w-background-color .stage .hero-content .sub-heading {
  color: var(--font-color, #fff);
}
.gfc.module-top-banner-small-w-background-color .stage .woocommerce-breadcrumb {
  font-family: Assistant, sans-serif;
  font-size: clamp(14px, 4vw, 18px);
  font-weight: 400;
  line-height: 28px;
  color: var(--font-color, #fff);
  display: flex;
  column-gap: 1rem;
}
.gfc.module-top-banner-small-w-background-color .stage .woocommerce-breadcrumb a {
  text-decoration: none;
}

/*# sourceMappingURL=module-top-banner-small-w-background-color.css.map */
