.home-hero {
  margin-top: 16px;
  margin-bottom: 80px;
}
.home-hero .h1 {
  text-transform: uppercase;
}
.home-hero-image {
  width: 462px;
  height: 282px;
  position: absolute;
  bottom: -44px;
  right: calc(50% - 231px);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .home-hero-image {
    width: 57%;
    height: 710px;
    bottom: -90px;
    right: 0;
  }
}
.home-hero-nav {
  display: flex;
  gap: 16px;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: calc(30px + var(--bullet-top) + var(--bullet-size));
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .home-hero-nav {
    gap: 12px;
    width: auto;
    right: 60px;
    bottom: calc(60px + var(--bullet-top) + var(--bullet-size));
    z-index: 1;
  }
}
.home-hero .swiper {
  --bullet-top: 20px;
  --bullet-size: 10px;
  --bullet-gap: 12px;
  display: flex;
  flex-direction: column;
  gap: var(--bullet-top);
}
.home-hero .swiper-pagination {
  position: relative;
  z-index: 1;
}
.home-hero .swiper-pagination-bullet {
  background-color: var(--Accent-400);
  opacity: 1;
  width: var(--bullet-size);
  height: var(--bullet-size);
  margin: 0 calc(var(--bullet-gap) / 2) !important;
  cursor: pointer;
}
.home-hero .swiper-pagination-bullet-active {
  background-color: var(--Accent-800);
}
.home-hero, .home-hero .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .home-hero, .home-hero .swiper-slide {
    border-radius: 24px;
  }
}
.home-hero .swiper-slide {
  height: 462px;
  padding: 60px 20px;
}
@media screen and (min-width: 992px) {
  .home-hero {
    margin-top: 8px;
    margin-bottom: 60px;
  }
  .home-hero .swiper {
    --bullet-size: 12px;
    --bullet-gap: 16px;
    --bullet-top: 32px;
  }
  .home-hero .swiper-slide {
    height: 540px;
    padding: 60px;
  }
}@media screen and (width < 992px) {
  .home_popular .swiper {
    overflow: visible;
  }
}.home_distributors {
  --fps: 1.25;
  --ips: 1;
}
.home_distributors .swiper-initialized .swiper-wrapper {
  flex-wrap: nowrap;
}
.home_distributors .swiper {
  position: relative;
  --cutwidth: calc((var(--container) - var(--container-pad) * 2) / var(--fps) * var(--ips));
}
.home_distributors .swiper-wrapper {
  --direction: -1;
  width: calc(100% - var(--bs) * 2);
}
.home_distributors .swiper-slide {
  transition: 0.3s;
}
.home_distributors_nav {
  position: absolute;
  top: 0;
  z-index: 1;
  top: 50%;
  display: flex;
  width: calc(var(--cutwidth) - 10px + var(--bs) * 0.5);
  justify-content: space-between;
  align-items: center;
  overflow: visible;
  height: 0px;
  transition: 0.6s;
}
.home_distributors_nav > * {
  box-shadow: 0px 33px 186px 0px rgba(132, 132, 132, 0.09), 0px 15.257px 85.993px 0px rgba(132, 132, 132, 0.07), 0px 8.73px 49.203px 0px rgba(132, 132, 132, 0.06), 0px 5.299px 29.866px 0px rgba(132, 132, 132, 0.05), 0px 3.193px 17.996px 0px rgba(132, 132, 132, 0.04), 0px 1.778px 10.021px 0px rgba(132, 132, 132, 0.03), 0px 0.765px 4.31px 0px rgba(132, 132, 132, 0.02);
}
.home_distributors .swiper-control-prev {
  visibility: hidden;
}
@media screen and (min-width: 992px) {
  .home_distributors {
    --fps: 5.25;
    --ips: 5;
  }
  .home_distributors_nav {
    visibility: visible;
  }
}