.hp-hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: var(--block-bg);
  color: #fff;
}
.hp-hero--content-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.hp-hero h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.hp-hero h1 span {
  line-height: 1;
  white-space: nowrap;
}
.hp-hero h1 span.hp-hero--line1 {
  font-size: 2.1rem;
  font-size: clamp(2.1rem, 1.595rem + 2.525vw, 4.625rem);
}
.hp-hero h1 span.hp-hero--line2 {
  font-size: 4.875rem;
  font-size: clamp(4.875rem, 4.05rem + 4.125vw, 9rem);
}
.hp-hero--cta {
  margin-top: 3.125rem;
}
.hp-hero .pp-btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media screen and (min-width: 768px) {
  .hp-hero .pp-btn {
    left: 50px;
    bottom: 28px;
  }
}
