.equiteq.component-1a {
  position: relative;
}
.equiteq.component-1a .stage {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.equiteq.component-1a .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-1a .stage {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-1a .stage::before {
    background-position: 0 0;
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-1a .stage .background-logo {
  position: absolute;
  z-index: -1;
}
.equiteq.component-1a .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: center;
}
@media (min-width: 992px) {
  .equiteq.component-1a .stage .heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-1a .stage .subheading {
  color: #fff;
  text-align: center;
  font-family: "DM Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 2px;
  text-wrap: pretty;
  text-transform: uppercase;
  margin-block-end: 2.5rem;
}
.equiteq.component-1a .stage .cta-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.equiteq.component-1a .stage .cta-group .btn {
  color: var(--Text-Color-invert-text, #FFF);
  text-align: center;
  font-family: var(--Font-Family-DM-Sans, "DM Sans");
  font-size: var(--Font-Sizes-font-sm, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 1rem;
  border-radius: 5px;
}
.equiteq.component-1a .stage .cta-group .btn-transparent {
  background-color: transparent;
  border: 1px solid var(--white, #FFF);
}
.equiteq.component-1a .stage .cta-group .btn-bg-white {
  background-color: var(--white, #FFF);
  border: none;
  color: var(--black, #011C1A);
}

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