.parallax-container > *:not(.parallax-header) {
  position: relative;
  z-index: 3;
}

.parallax-header {
  max-width: 100vw;
  display: block;
  height: 0;
  font-size: calc(3rem + 22vw);
  font-weight: 700;
  letter-spacing: -0.05ch;
  line-height: 0.7;
  text-align: center;
  margin-top: -0.5ch;
  padding: 0 !important;
  color: rgba(51, 202, 209, 0.09);
  position: relative;
  left: -0.35ch;
  z-index: 1;
}/*# sourceMappingURL=block-parallax-header.css.map */