.simple-hero-banner__image-bg {
  aspect-ratio: 16/9
}
.simple-hero-banner .video {
  height: 100%
}
.simple-hero-banner--center .config-text {
  text-align: center
}
.simple-hero-banner--center .config-text__cta-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.carousel-banner  .shareprice-ticker__box{
	background: linear-gradient(180deg, #005DBA 0%, #6D29B6 100%);
	border-radius: var(--radius-sm);
}

.carousel-banner__bg {
    position: relative;
}

.carousel-banner__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--gradient-3)
}

@media (min-width:768px) {
.simple-hero-banner {
  height: 44rem
}
.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)
}
}
@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 - 3.2rem)
}
.carousel-banner--arrow .video .action-button {
  bottom: 3.2rem
}
.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__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: 44rem
}
.carousel-banner--with-thumbnails .gallery-thumbs {
  overflow: hidden
}
.carousel-banner--with-thumbnails .gallery-thumbs .swiper-slide {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
  background: var(--base-5);
  -webkit-transition: all .25s ease-in-out;
  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);
  -webkit-box-shadow: 0 -.4rem 0 0 inset var(--base-2);
  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;
  top: 0;
  right: 1.6rem;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  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 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 24.8rem
}
}
@media (min-width:1400px) {
.carousel-banner--with-share-price .shareprice-ticker {
  right: calc((100% - 1440px)/ 2 + 1.6rem);
  top:0;
}
}
@media (width >= 1536px) {
body .carousel-banner--with-share-price .shareprice-ticker {
  right: calc((100% - 1536px)/ 2 + 1.6rem)
}
}
@media only screen and (max-width:767px){
.carousel-banner__bg::before{background:unset;}
}