.hero__banner__standard {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  background: var(--wsSecondaryColor, #fff);
}
@media (min-width: 992px) {
  .hero__banner__standard {
    min-height: 610px;
  }
}
.hero__banner__standard .chevron-half {
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 0;
  height: 250px;
}
@media (min-width: 576px) {
  .hero__banner__standard .chevron-half {
    top: 15%;
    height: 400px;
  }
}
@media (min-width: 768px) {
  .hero__banner__standard .chevron-half {
    top: 0;
  }
}
@media (min-width: 992px) {
  .hero__banner__standard .chevron-half {
    height: 610px;
  }
}
.hero__banner__standard .chevron-half svg {
  height: 100%;
  width: auto;
}
.hero__banner__standard .wrapper-content {
  margin-top: 370px;
}
@media (min-width: 768px) {
  .hero__banner__standard .wrapper-content {
    margin-top: 0;
    background: none;
  }
}
.hero__banner__standard .breadcrumb-container,
.hero__banner__standard .hero_banner-content {
  position: relative;
  z-index: 3;
}
.hero__banner__standard .hero_banner-content {
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  background-color: var(--ylb-color-white, white);
  border-radius: var(--wsBorderRadius, 20px);
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .hero__banner__standard .hero_banner-content {
    max-width: 350px;
    margin-left: -40px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .hero__banner__standard .hero_banner-content {
    max-width: 480px;
    padding: 40px;
  }
}
.hero__banner__standard .hero_banner-content .cta-wrapper {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero__banner__standard .hero_banner-content .cta-wrapper {
    margin-top: 25px;
  }
}
.hero__banner__standard .hero_banner-content .block-title {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .hero__banner__standard .hero_banner-content .block-title {
    font-size: 64px;
    line-height: 70px;
  }
}
.hero__banner__standard .hero_banner-content .hero_banner-body {
  font-size: 20px;
  line-height: 30px;
}
.hero__banner__standard:before, .hero__banner__standard:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.hero__banner__standard.hero__gradient_vertical::before {
  opacity: 0.9;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 50.45%, rgba(0, 0, 0, 0) 100%, #000000 100%);
  z-index: 2;
}
.hero__banner__standard.hero__gradient_horizontal::after {
  opacity: 0.5;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 2;
}
.hero__banner__standard .field--name-field-background-image img,
.hero__banner__standard .hero_banner--img {
  width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__banner__standard .hero_banner--audio-controls {
  background-color: rgba(255, 255, 255, 0.5);
}
.hero__banner__standard .hero_banner--audio-controls i,
.hero__banner__standard .hero_banner--audio-controls svg {
  font-size: 24px;
  width: 24px;
  height: auto;
}
@media (min-width: 992px) {
  .hero__banner__standard .hero_banner--audio-controls i,
  .hero__banner__standard .hero_banner--audio-controls svg {
    font-size: 36px;
  }
}
.hero__banner__standard .hero_banner--audio-controls i[class*=fa-volume],
.hero__banner__standard .hero_banner--audio-controls svg[class*=fa-volume] {
  max-width: 50px;
}
.hero__banner__standard .hero_banner--audio-controls.is-playing #hero_banner--btn-play {
  display: none;
}
.hero__banner__standard .hero_banner--audio-controls:not(.is-playing) #hero_banner--btn-pause {
  display: none;
}
.hero__banner__standard .hero_banner--audio-controls.is-muted #hero_banner--btn-mute {
  display: none;
}
.hero__banner__standard .hero_banner--audio-controls:not(.is-muted) #hero_banner--btn-unmute {
  display: none;
}
.hero__banner__standard .hero_banner-video,
.hero__banner__standard .hero_banner-image {
  position: absolute;
  width: 100%;
  height: 420px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero__banner__standard .hero_banner-video,
  .hero__banner__standard .hero_banner-image {
    height: 100%;
  }
}
.hero__banner__standard .hero_banner-video .field--name-field-background-image .contextual-region,
.hero__banner__standard .hero_banner-image .field--name-field-background-image .contextual-region {
  position: static;
}
.hero__banner__standard .hero_banner-video .hero_banner-video--youtube-player-wrapper,
.hero__banner__standard .hero_banner-image .hero_banner-video--youtube-player-wrapper {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.hero__banner__standard .hero_banner-video video,
.hero__banner__standard .hero_banner-video iframe,
.hero__banner__standard .hero_banner-image video,
.hero__banner__standard .hero_banner-image iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .hero__banner__standard .hero_banner-video video,
  .hero__banner__standard .hero_banner-video iframe,
  .hero__banner__standard .hero_banner-image video,
  .hero__banner__standard .hero_banner-image iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .hero__banner__standard .hero_banner-video video,
  .hero__banner__standard .hero_banner-video iframe,
  .hero__banner__standard .hero_banner-image video,
  .hero__banner__standard .hero_banner-image iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
.hero__banner__standard .hero-banner-preloader {
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
}
.hero__banner__standard .hero-banner-preloader svg {
  width: 60px;
  height: auto;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3Njc3MvaGVyby5zY3NzIiwiaGVyby5jc3MiLCIuLi8uLi9ub2RlX21vZHVsZXMvYm9vdHN0cmFwL3Njc3MvbWl4aW5zL19icmVha3BvaW50cy5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUlBO0VBQ0UsaUJBQUE7RUFDQSxhQUFBO0VBQ0Esc0JBQUE7RUFDQSx5Q0FBQTtBQ0hGO0FES0U7RUFORjtJQU9JLGlCQUFBO0VDRkY7QUFDRjtBRElFO0VBQ0Usa0JBQUE7RUFDQSxVQUFBO0VBQ0EsUUFBQTtFQUNBLE9BQUE7RUFDQSxhQUFBO0FDRko7QUMyQ0k7RUY5Q0Y7SUFRSSxRQUFBO0lBQ0EsYUFBQTtFQ0RKO0FBQ0Y7QUNxQ0k7RUY5Q0Y7SUFZSSxNQUFBO0VDQ0o7QUFDRjtBQ2dDSTtFRjlDRjtJQWVJLGFBQUE7RUNHSjtBQUNGO0FEREk7RUFDRSxZQUFBO0VBQ0EsV0FBQTtBQ0dOO0FEQ0U7RUFDRSxpQkFBQTtBQ0NKO0FDb0JJO0VGdEJGO0lBSUksYUFBQTtJQUNBLGdCQUFBO0VDRUo7QUFDRjtBRENFOztFQUVFLGtCQUFBO0VBQ0EsVUFBQTtBQ0NKO0FERUU7RUFDRSx1QkFBQTtFQUFBLGtCQUFBO0VBQ0EsYUFBQTtFQUNBLCtDQUFBO0VBQ0EsMENBQUE7RUFDQSxtQkFBQTtBQ0FKO0FDRUk7RUZQRjtJQVFJLGdCQUFBO0lBQ0Esa0JBQUE7SUFDQSxnQkFBQTtFQ0NKO0FBQ0Y7QUNMSTtFRlBGO0lBY0ksZ0JBQUE7SUFDQSxhQUFBO0VDRUo7QUFDRjtBREFJO0VBQ0UsZ0JBQUE7QUNFTjtBQ29DSTtFRnZDQTtJQUlJLGdCQUFBO0VDR047QUFDRjtBREFJO0VBQ0UsZUFBQTtFQUNBLGlCQUFBO0VBQ0EsbUJBQUE7QUNFTjtBQ3hCSTtFRm1CQTtJQUtJLGVBQUE7SUFDQSxpQkFBQTtFQ0lOO0FBQ0Y7QURESTtFQUNFLGVBQUE7RUFDQSxpQkFBQTtBQ0dOO0FER0U7RUFFRSxXQUFBO0VBQ0Esa0JBQUE7RUFDQSxPQUFBO0VBQ0EsUUFBQTtFQUNBLFNBQUE7RUFDQSxNQUFBO0FDRko7QURLRTtFQUNFLFlBQUE7RUFDQSw2R0FBQTtFQUNBLFVBQUE7QUNISjtBRE1FO0VBQ0UsWUFBQTtFQUNBLHNFQUFBO0VBQ0EsVUFBQTtBQ0pKO0FET0U7O0VBRUUsV0FBQTtFQUNBLFlBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0tBQUEsaUJBQUE7QUNMSjtBRFNFO0VBQ0UsMENBQUE7QUNQSjtBRFNJOztFQUVFLGVBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtBQ1BOO0FEU007RUFORjs7SUFPSSxlQUFBO0VDTE47QUFDRjtBRE9NOztFQUNFLGVBQUE7QUNKUjtBRFNJO0VBQ0UsYUFBQTtBQ1BOO0FEV0k7RUFDRSxhQUFBO0FDVE47QURhSTtFQUNFLGFBQUE7QUNYTjtBRGVJO0VBQ0UsYUFBQTtBQ2JOO0FEa0JFOztFQUVFLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLGFBQUE7RUFDQSxNQUFBO0VBQ0EsT0FBQTtFQUNBLFNBQUE7RUFDQSxRQUFBO0VBQ0EsYUFBQTtFQUNBLHNCQUFBO0VBQ0EsdUJBQUE7RUFDQSxtQkFBQTtFQUNBLFVBQUE7QUNoQko7QUN6R0k7RUY0R0Y7O0lBZ0JJLFlBQUE7RUNkSjtBQUNGO0FEZ0JJOztFQUNFLGdCQUFBO0FDYk47QURnQkk7O0VBQ0Usa0JBQUE7RUFDQSxnQkFBQTtFQUNBLFlBQUE7RUFDQSxhQUFBO0FDYk47QURnQkk7Ozs7RUFFRSxrQkFBQTtFQUNBLFFBQUE7RUFDQSxTQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7RUFDQSxnQ0FBQTtBQ1pOO0FEY007RUFURjs7OztJQVVJLG9DQUFBO0lBQ0EsZUFBQTtFQ1JOO0FBQ0Y7QURTTTtFQWJGOzs7O0lBY0ksd0NBQUE7SUFDQSxlQUFBO0VDSE47QUFDRjtBRE9FO0VBQ0UsV0FBQTtFQUNBLFlBQUE7RUFDQSxrQkFBQTtFQUNBLHNCQUFBO0VBQ0EscUJBQUE7QUNMSjtBRE9JO0VBQ0UsV0FBQTtFQUNBLFlBQUE7QUNMTiIsImZpbGUiOiJoZXJvLmNzcyJ9 */