@media (min-width: 992px) {
  .heroBanner_additional-content {
    row-gap: 30px;
  }
}

@media (min-width: 992px) {
  .heroBanner_cta_text {
    font-size: 20px;
    line-height: 150%;
    /* 30px */
  }
}

@media (min-width: 992px) {
  .heroBanner .background-file video {
    height: 680px;
  }
}

@media (min-width: 992px) {
  .heroBanner .background-file video.responsive-height {
    height: 32vw;
  }
}

@media (min-width: 992px) {
  .heroBanner .background-file video.desktop {
    display: block;
  }
}

@media (min-width: 992px) {
  .heroBanner .background-file + .wrapper .heroBanner_graphic {
    height: calc(100% - 55px);
  }
}

@media (min-width: 992px) {
  .heroBanner_graphic-vertical {
    left: 55px;
  }
}

@media (min-width: 992px) {
  .heroBanner_graphic-horizontal {
    bottom: 55px;
  }
}

@media (min-width: 992px) {
  .heroBanner_graphic-curve {
    left: 55px;
    bottom: 55px;
    border-bottom-left-radius: 175px;
  }
}

@media (min-width: 992px) {
  .heroBanner_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    column-gap: 0;
    row-gap: 8px;
  }
}

@media (min-width: 992px) {
  .heroBanner_link {
    font-size: 16px;
    height: 48px;
    padding: 12px 40px;
  }
}

@media (min-width: 992px) {
  .heroBanner_link:hover {
    padding: 8px 36px;
  }
}

@media (min-width: 992px) {
  .heroBanner_title {
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .heroBanner_subtitle {
    margin-bottom: 16px;
  }
}