.equiteq.component-1c {
  position: relative;
}
.equiteq.component-1c .stage {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: var(--eq-justify-content, center);
}
.equiteq.component-1c .stage::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-image: var(--eq-background-url);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .equiteq.component-1c .stage {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-1c .stage::before {
    background-position: var(--eq-background-position, 0 0);
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-1c .stage .heading {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin-block-end: 2.5rem;
  text-wrap: pretty;
  text-align: var(--eq-text-align, center);
}
@media (min-width: 992px) {
  .equiteq.component-1c .stage .heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-1c .stage .lead {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.equiteq.component-1c .stage .subheading {
  color: #fff;
  text-align: var(--eq-text-align, center);
  font-family: "DM Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-wrap: pretty;
  margin-block-end: 2.5rem;
  max-width: 800px;
}

/*# sourceMappingURL=component-1c.css.map */
