.signup-form {
  margin-bottom: -1rem;
}
.step_content {
  text-align: center;
  height: auto;
  display: block;
  width: 100%;
}
.step_content h1 {
  font-family: var(--v-heading-font);
  color: #fab001;
  line-height: 1;
  margin: 1rem 0;
  padding: 0 2rem;
}
.step_content p {
  width: 28rem;
  color: #fff;
  text-align: center;
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1;
  font-style: italic;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .step_content h1 {
    font-size: 9.2rem;
  }
  .step_content p {
    width: 52rem;
  }
  .step_content {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .step_content h1 {
    font-size: 6.4rem;
  }
  .step_content p {
    width: 28rem;
  }
  .step_content {
    padding: 3rem 0 4rem 0;
  }
}
section.article-wysiwyg.article-wysiwyg-- {
  display: none;
}
.article-inline.enable-fullwidth-image {
  margin: -2.2rem 0;
}
.newsletter-label {
  display: none;
}