.home-banner-sliders .swiper-slide {
  background-repeat: no-repeat;
  height: 630px;
  background-size: cover;
  background-position: center bottom;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 calc((100vw - 1200px) / 2);
  color: #fff;
}
.home-banner-sliders:not(.slick-initialized) .swiper-slide:not(:first-child) {
  display: none;
}
.home-banner-sliders.slick-initialized .swiper-slide {
  display: flex;
}
.home-banner-sliders .swiper-slide>* {
  margin-bottom: 20px;
}

.home-banner-sliders .swiper-slide>span {
  max-width: 409px;
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  font-size: 16px;
}

.home-banner-sliders .swiper-slide>.home-banner-title {
  font-size: 40px;
  line-height: 55px;
}

.home-banner-sliders .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 28px;
  height: 44px;
  border: 0;
  padding: 0;
  z-index: 100;
  text-indent: -999px;
  background-color: transparent;
  overflow: hidden;
  background-position: center;
}

.home-banner-sliders .slick-next {
  background-image: url("../../static/Icons-Logo/next-button.svg");
  right: 30px;
}

.home-banner-sliders .slick-prev {
  background-image: url("../../static/Icons-Logo/previous-button.svg");
  left: 30px;
}

@media (max-width: 1199px) {
  .home-banner-sliders .swiper-slide {
    padding: 0 24px;
  }
}

@media (max-width: 768px) {
  .home-banner-sliders .swiper-slide {
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 40px;
    background-position: center center;
  }

  .home-banner-sliders .swiper-slide>.home-banner-title,
  .home-banner-sliders .swiper-slide>span {
    text-align: center;
  }

  .home-banner-sliders .swiper-slide>* {
    margin-bottom: 16px;
  }

  .home-banner-sliders .swiper-slide>.home-banner-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .home-banner-sliders .swiper-slide>span {
    font-weight: 300;
    font-size: 15px;
    line-height: 180%;
    padding: 0 14px;
  }

  .home-banner-sliders button.btn-elsa-custom-blue {
    font-size: 16px;
    line-height: 14px;
    padding: 12px 24px 11px 24px;
    font-weight: bold;
    margin-bottom: 0;
  }
}

.elsa-feeling-slider .slick-dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.elsa-feeling-slider .slick-dots li {
  margin: 0 5px;
}

.elsa-feeling-slider .slick-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  text-indent: -999px;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: #dcdcdc;
  cursor: pointer;
}

.elsa-feeling-slider .slick-dots .slick-active button {
  background: linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%);
}

@media (min-width: 1400px) {
  .home-banner-sliders .swiper-slide {
    height: auto;
    aspect-ratio: 2.2 / 1;
  }
}
