@media (min-width: 767px) {
  .home {
    overflow-y: hidden;
  }
}
@media (min-width: 767px) {
  .swiper-homepage {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 766px) {
  .swiper-homepage .swiper-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }
}
.swiper-homepage .swiper-wrapper .swiper-slide .swiper_section {
  left: 0 !important;
}
.swiper-homepage .swiper-wrapper .swiper-slide .swiper_section figure img {
  width: inherit;
}
.swiper-homepage .swiper-pagination {
  left: 25px;
  right: unset !important;
}
.swiper-homepage .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  opacity: 1 !important;
  margin: 15px 0 !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
}
.swiper-homepage .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFF;
}
.swiper-slide:nth-child(6) .elementor-column-wrap .elementor-element-populated {
  margin: 0 !important;
}
