.gfc.header__fixed_image_right {
  transition: margin-top 500ms ease-in-out;
  border-top: var(--tv-top-border-line);
}
.gfc.header__fixed_image_right .stage {
  position: relative;
}
.gfc.header__fixed_image_right .stage::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-color: #343741;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  background-image: var(--tv-bg-url);
}
.gfc.header__fixed_image_right .stage .full-width {
  display: none;
}
@media (min-width: 992px) {
  .gfc.header__fixed_image_right .stage .full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: var(--tv-desktop-height, 600px);
    min-height: var(--tv-desktop-min-height, 600px);
    object-fit: cover;
    display: block;
    max-width: unset;
  }
}
.gfc.header__fixed_image_right .stage .hero-content {
  position: relative;
  color: #FFF;
}
@media (min-width: 992px) {
  .gfc.header__fixed_image_right .stage .hero-content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .gfc.header__fixed_image_right .stage .hero-content > .row {
    align-items: center;
  }
}
.gfc.header__fixed_image_right .stage .hero-content .yoast-breadcrumb {
  color: #F47721;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.gfc.header__fixed_image_right .stage .hero-content .yoast-breadcrumb a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .gfc.header__fixed_image_right .stage .hero-content .yoast-breadcrumb {
    position: absolute;
    top: 3rem;
    z-index: 9;
  }
}
.gfc.header__fixed_image_right .stage .hero-content h1,
.gfc.header__fixed_image_right .stage .hero-content .sub-heading {
  text-align: center;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.7);
}
@media (min-width: 992px) {
  .gfc.header__fixed_image_right .stage .hero-content h1,
  .gfc.header__fixed_image_right .stage .hero-content .sub-heading {
    text-align: left;
  }
}
.gfc.header__fixed_image_right .stage .hero-content .cta-container {
  text-align: center;
}
@media (min-width: 992px) {
  .gfc.header__fixed_image_right .stage .hero-content .cta-container {
    text-align: left;
  }
}
.gfc.header__fixed_image_right .image-right-container {
  display: flex;
  justify-content: flex-end;
  padding-inline-end: 15px;
  padding-block-end: 15px;
}
.gfc.header__fixed_image_right .image-right-container .image-right {
  border-radius: var(--tv-image-right-border-radius, 0);
  filter: var(--tv-image-right-filter, none);
}
@media (min-width: 992px) {
  .gfc.header__fixed_image_right .image-right-container .image-right {
    width: auto;
    height: auto;
    object-fit: cover;
  }
}

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