/** Swiper styles **/
:root {
  --swiper-pagination-color: rgba(255, 255, 255, 1);
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 1);
}
.swiper {
  user-select: none;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;

  height: 450px;

  padding: 0px 0px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

.swiper-slide-bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.swiper-slide-9183 {
  background-color: rgba(51, 51, 51, 1);
}

.swiper-slide-bg-image-c61b {
  /* object-fit: cover; */
  border-radius: inherit;
}

@media (min-width: 768px) {
  .swiper {
    width: 100%;

    height: 450px;

    padding: 0px 0px;
  }

  .swiper-slide {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .swiper {
    width: 100%;

    height: 450px;

    padding: 0px 0px;
  }

  .swiper-slide {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1280px) {
  .swiper {
    width: 100%;
    height: 450px;
    padding: 0px 0px;
    position: relative;
    z-index: 1;
  }

  .swiper-slide {
    width: 100%;
    height: 100%;
  }
}