.sq-hero-banner-wrapper.hero-carousel .slides-wrapper {
  background: none;
}
.sq-hero-banner-wrapper.hero-carousel .slides-wrapper .slick-track {
  line-height: 0;
}
@media only screen and (min-width: 992px) {
  .sq-hero-banner-wrapper.hero-carousel .slides-wrapper .slick-track {
    display: flex;
  }
}
.sq-hero-banner-wrapper.hero-carousel .slides-wrapper .slide-item-wrap img {
  clip-path: none;
  animation: none;
  height: 68.75rem;
  filter: brightness(0.6);
}
.sq-hero-banner-wrapper.hero-carousel .slides-wrapper .slide-item-wrap video {
  animation: none;
  height: auto;
  height: 68.75rem;
  object-fit: cover;
}
.sq-hero-banner-wrapper.hero-carousel .slides-wrapper .content-wrapper {
  position: absolute;
  padding-top: 6.5rem;
}
@media only screen and (min-width: 768px) {
  .sq-hero-banner-wrapper.hero-carousel .slides-wrapper .content-wrapper {
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sq-hero-banner-wrapper.hero-carousel .slides-wrapper .content-wrapper .sq-detail {
    max-width: 496px;
  }
}
.sq-hero-banner-wrapper.hero-carousel .slides-wrapper .content-wrapper .sq-label {
  font-size: 3.25rem;
  line-height: 3rem;
  font-family: "roobert_medium";
  margin-bottom: 7.625rem;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .sq-hero-banner-wrapper.hero-carousel .slides-wrapper .content-wrapper .sq-label {
    margin-bottom: 7.5rem;
    font-size: 2.125rem;
  }
}
.sq-hero-banner-wrapper.hero-carousel .slides-wrapper .content-wrapper .sq-head, .sq-hero-banner-wrapper.hero-carousel .slides-wrapper .content-wrapper h2 {
  font-size: 4.5rem;
  line-height: 5.25rem;
  font-family: "roobert_medium";
  margin-bottom: 8.75rem;
}
@media only screen and (min-width: 992px) {
  .sq-hero-banner-wrapper.hero-carousel .slides-wrapper .content-wrapper .sq-head, .sq-hero-banner-wrapper.hero-carousel .slides-wrapper .content-wrapper h2 {
    font-size: 4.375rem;
    font-family: "roobert_regular";
    margin-bottom: 3.75rem;
  }
}
.sq-hero-banner-wrapper.hero-carousel .slides-wrapper .content-wrapper .sq-date {
  display: block;
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-family: "roobert_medium";
  margin-bottom: 7.625rem;
}
@media only screen and (min-width: 992px) {
  .sq-hero-banner-wrapper.hero-carousel .slides-wrapper .content-wrapper .sq-date {
    margin-bottom: 7.5rem;
  }
}
.sq-hero-banner-wrapper.hero-carousel .slick-dots {
  position: absolute;
  bottom: 14%;
  right: 10px;
  text-align: right;
  line-height: 47px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .sq-hero-banner-wrapper.hero-carousel .slick-dots {
    bottom: 20%;
    right: 17.2rem;
  }
}
.sq-hero-banner-wrapper.hero-carousel .play-pause-btn {
  right: 1.2rem;
  display: none;
  bottom: 14%;
}
@media only screen and (min-width: 768px) {
  .sq-hero-banner-wrapper.hero-carousel .play-pause-btn {
    bottom: 20%;
    right: 8.2rem;
    display: block;
  }
}
.sq-hero-banner-wrapper.hero-carousel .scroll-down-btn-wrap {
  display: none;
}