.simple-hero-banner__image-bg {
  aspect-ratio: 16/9
}
.simple-hero-banner .video {
  height: 100%
}
.simple-hero-banner .config-text__cta-wrapper {
  margin-top: var(--sm-2)
}
.simple-hero-banner--center .config-text {
  text-align: center
}
.simple-hero-banner--center .config-text__cta-wrapper {
  justify-content: center
}
@media (min-width:768px) {
  .simple-hero-banner {
    height: 62.4rem
  }
  .simple-hero-banner__bg {
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute
  }
  .simple-hero-banner__bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: var(--gradient-left-dark)
  }
  .simple-hero-banner__image-bg {
    aspect-ratio: auto
  }
  .simple-hero-banner--center .simple-hero-banner__bg::before {
    background: var(--dark-50)
  }
  .simple-hero-banner__overlay::before {
    content: "";
    position: absolute;
    background: rgba(255,255,255,.15);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    right: calc(.5 * var(--bs-gutter-x));
    top: 0;
    height: 100%;
    width: 100vw
  }
  .simple-hero-banner .config-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: calc(8.333333% + 2 * var(--bs-gutter-x))
  }
  .simple-hero-banner .config-text__intro-text {
    color: var(--base-5)
  }
  .simple-hero-banner .config-text__content > * {
    color: var(--base-5)
  }
  .simple-hero-banner .config-text h1 {
    color: var(--base-5);
    margin-bottom: var(--sm-3)
  }
  .simple-hero-banner .config-text .cta--text-link {
    color: var(--base-5)
  }
}
@media (min-width:992px) {
  .simple-hero-banner {
    height: 80rem
  }
  .simple-hero-banner--full-height {
    height: 100vh
  }
}
.carousel-banner {
  z-index: 1
}
.carousel-banner__image-bg {
  aspect-ratio: 16/9
}
.carousel-banner .video {
  height: 100%
}
.carousel-banner .carousel-navigation {
  position: absolute;
  top: calc(56.25vw - 4.8rem);
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto
}
.carousel-banner--arrow .carousel-navigation {
  top: calc(56.25vw - 4.1rem)
}
.carousel-banner--arrow .carousel-banner__content:before {
  -webkit-mask-image: linear-gradient(to right,#000 0,rgba(0,0,0,0) 100%);
  mask-image: linear-gradient(to right,#000 0,rgba(0,0,0,0) 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: rgba(255,255,255,.1);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  width: 70%;
  height: 100%;
  position: absolute;
  left: 0;
  content: ""
}
@media (max-width:991.98px) {
  .carousel-banner--arrow .carousel-banner__content:before {
    background: linear-gradient(90deg,rgba(0,0,0,.25)) 0,rgba(0,0,0,0) 100%;
    margin-left: -50vw;
    left: 50%
  }
}
@media (max-width:575.98px) {
  .carousel-banner--arrow .carousel-banner__content:before {
    display: none
  }
}
.carousel-banner--arrow .video .action-button {
  bottom: var(--lg-2)
}
@media (min-width:992px) {
  .carousel-banner--arrow .video .action-button {
    bottom: var(--lg-4)
  }
}
.carousel-banner--arrow .container-fluid {
  height: 100%
}
.carousel-banner--arrow .container-fluid > div {
  justify-content: left!important
}
.carousel-banner--arrow .container-fluid > div,
.carousel-banner--arrow .container-fluid > div > div {
  height: 100%
}
.carousel-banner--arrow .config-text {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column
}
@media (max-width:575.98px) {
  .carousel-banner--arrow .action-button {
    bottom: var(--lg-1)!important
  }
}
.carousel-banner--with-share-price {
  overflow: visible
}
.carousel-banner--with-share-price .shareprice-ticker {
  min-height: 19.5rem;
  width: 100%
}
@media (min-width:768px) {
  .carousel-banner {
    height: 44rem
  }
  .carousel-banner__bg {
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0
  }
  .carousel-banner__bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: var(--gradient-left-dark)
  }
  .carousel-banner__image-bg {
    aspect-ratio: auto
  }
  .carousel-banner .carousel-navigation {
    top: auto;
    bottom: 0
  }
  .carousel-banner--arrow .carousel-navigation {
    top: auto;
    bottom: 0
  }
  .carousel-banner--with-share-price {
    height: auto
  }
  .carousel-banner--with-share-price .swiper-wrapper {
    max-height: 62.4rem
  }
  .carousel-banner--with-thumbnails .gallery-thumbs {
    overflow: hidden
  }
  .carousel-banner--with-thumbnails .gallery-thumbs .swiper-slide {
    flex: 1;
    cursor: pointer;
    background: var(--base-5);
    transition: all .25s ease-in-out
  }
  .carousel-banner--with-thumbnails .gallery-thumbs .swiper-slide p {
    color: var(--color-body);
    margin: var(--sm-3) 0 0
  }
  .carousel-banner--with-thumbnails .gallery-thumbs .swiper-slide:hover {
    background-color: var(--base-2)
  }
  .carousel-banner--with-thumbnails .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    background: var(--base-1);
    box-shadow: 0 -.4rem 0 0 inset var(--base-2)
  }
}
@media (min-width:992px) {
  .carousel-banner {
    height: 80rem
  }
  .carousel-banner--full-height {
    height: 100vh
  }
  .carousel-banner--with-share-price {
    overflow: visible
  }
  .carousel-banner--with-share-price .swiper-wrapper {
    max-height: 80rem
  }
  .carousel-banner--with-share-price .shareprice-ticker {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 1.6rem;
    transform: translateY(50%);
    max-height: 36rem;
    max-width: 35.2rem;
    min-height: auto
  }
  .carousel-banner--with-thumbnails .gallery-thumbs {
    position: absolute;
    margin-top: -12rem;
    right: 0
  }
  .carousel-banner--with-thumbnails .gallery-thumbs .swiper-slide {
    flex: none;
    max-width: 24.8rem
  }
  .carousel-banner--with-thumbnails .gallery-thumbs .video .action-button {
    bottom: 13.6rem
  }
}
@media (min-width:1400px) {
  .carousel-banner--with-share-price .shareprice-ticker {
    right: calc((100% - 1440px)/ 2 + 1.6rem)
  }
}
@media (width >= 1536px) {
  body .carousel-banner--with-share-price .shareprice-ticker {
    right: calc((100% - 1536px)/ 2 + 1.6rem)
  }
}