/* Hide RI Studio overlay link */
.landing-page__hero--placement .overlay-link.right {
  display: none !important;
}

/* Center CTA wrapper */
.landing-page__hero--placement .landing-page__hero-content {
  top: 48% !important;
  justify-content: center !important;
}
/* CTA style */
.landing-page__hero--placement .landing-page__hero-content .landing-page__hero-cta {
    display: inline-block !important;
    font-weight: normal !important;
    background-color: white !important;
    color: #000 !important;
    text-align: center !important;
    padding: 12px !important;
  text-decoration: none !important;
  font-size: 14px !important;
  border-radius: 4px !important;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.13) !important;
}
/* Hide RI Studio CTA */
.landing-page__hero--placement .landing-page__hero-cta.ri-studio {
  display: none !important;
}

/* HERO ONE cta wrapper */
/* .landing-page__hero--placement .hero-one .landing-page__hero-content {
  width: 303px !important;
  justify-content: space-between !important;
} */
/* HERO ONE cta */
/* .landing-page__hero--placement .hero-one .landing-page__hero-cta {
  color: white !important;
  border-bottom: 2px solid white !important;
} */
/* HERO ONE secondary cta */
/* .landing-page__hero--placement .hero-one .landing-page__hero-cta--secondary {
  display: block !important;
} */

/* HERO TWO cta wrapper */
/* .landing-page__hero--placement .hero-two .landing-page__hero-content {
  justify-content: center !important;
} */
/* HERO TWO one cta */
/* .landing-page__hero--placement .hero-two .landing-page__hero-cta--secondary {
  display: none !important;
} */

/* @media screen and (min-width: 769px) {
  .landing-page__hero--placement .hero-one .landing-page__hero-content {
    left: 50% !important;
  }
}

@media screen and (max-width: 768px) {
  .landing-page__hero--placement .hero-one .landing-page__hero-content {
    top: 81% !important;
    top: 80% !important;
  }
  .landing-page__hero--placement .hero-two .landing-page__hero-content {
    top: 80% !important;
  }
} */
