.hero-banner {
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 6rem;
}

.hero-content {
  display: flex;
}

.hero-content .hs_cos_wrapper_hero_get_access_form p {
  font-size: 1.6rem;
}

.hero-play-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  height: 8em;
  width: 8em;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-image {
  width: 100%;
  height: 100%;
  display: flex;
  background-size: cover;
}

.hero-video {
  display: flex;
  position: relative;
  width: 100%;
  background-size: cover;
  padding-top: 56.25%;
  height: 0;
}

.hero-video video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-video__player {
  width: 100%;
}

.hero-text {
  width: 100%;
  padding: 0 5% 3% 5%;
  font-size: 0.8em;
}

.hero-title {
  color: var(--white);
  margin: 0 0 2% 0;
  font-size: 2.4em;
  font-weight: normal;
}

.hero-date {
  margin: 1rem 0;
}

.hero-text__wrapper {
  width: 35rem;
  flex-flow: column;
  padding: 1rem 2rem 2rem 2rem;
  right: 0;
  position: absolute;
  bottom: -5%;
  background: var(--primary);
  color: var(--white);
  transition: visibility 0s, opacity 0.2s linear;
  visibility: visible;
  opacity: 1;
}

.hero-buttons__desktop {
  display: flex;
  flex-flow: row-reverse;
}

.hero-buttons {
  display: flex;
  width: 40%;
  flex-flow: column;
  margin: 0;
}

.hero-buttons .hero-text__locked {
  font-size: 1.6rem;
}

.hero-buttons form p {
  font-size: 1.6rem;
}

.hero-buttons__left {
  margin: auto 0;
  display: flex;
  flex-flow: row-reverse;
}

.hero-buttons__right {
  margin: auto 0;
  display: flex;
  flex-flow: row-reverse;
}

.hero-icon__button {
  display: none;
}

.hero-icon__link {
  width: 100%;
  height: 100%;
}

.hero-favorite {
  height: 1.6em;
}

.hero-icon__favorite path {
  pointer-events: none;
}

.hero-icon__favorite path:nth-of-type(2) {
  display: none;
}

.hero-icon__favorite.favorited path:nth-of-type(2) {
  display: block;
}

.hero-locked {
  background-position-x: center;
  height: 1.8em;
  width: 30px;
  margin-top: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-register {
  border-radius: 28px;
  color: var(--primary);
  background: var(--white);
  font-family: Arial;
  font-size: 17px;
  text-decoration: none;
}

.hero-icon__favorite {
  width: 30px;
  height: auto;
  max-height: 30px;
}

.hero-register__button {
  background: var(--white);
  color: var(--primary);
  padding: 0 3.2rem;
}

@media only screen and (max-width: 992px) {
  .hero-text__wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 3rem;
  }
  .hero-text {
    width: 100%;
    padding: 0;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-buttons > *:first-child {
    margin-bottom: 2rem;
  }
  .hero-date {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .hero-content {
    padding: 3em 1em 0em 0em;
  }
  .hero-content:hover + .hero-text__wrapper {
    visibility: hidden;
    opacity: 0;
  }
  .hero-buttons {
    padding: 1% 5%;
  }
  .hero-buttons__left {
    margin: auto;
  }
  .hero-description {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .hero-buttons__right {
    display: none;
  }
  .hero-icon__button {
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    width: 30px;
    height: 30px;
    background-position: center;
    margin: 1rem;
  }
}
