.modular-main > .section-hero:only-child,
.modular-main > .section-hero:first-child {
  margin-top: 0;
  padding-top: 0;
}

.section-hero {
  position: relative;
}

.swiper.swiper-hero {
  position: relative;
  width: 100%;
  height: auto;
}

.swiper-hero .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.back-slide {
  display: block;
  overflow: hidden;
  position: relative;
}

.hero__img {
  object-fit: cover;
  width: 100%;
  position: relative;
  z-index: 0;
  display: block;
}

.back-slide video,
.hero-video {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

.play-div {
  transition: 0.28s all linear;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 1.8rem;
  left: 1rem;
  @media (width>=768px) {
    opacity: 0;
    bottom: 2.6rem;
    left: 1.6rem;
  }
}

.back-slide:hover .play-div {
  opacity: 1;
}

.play-div img {
  height: 2.2rem;
  width: 2.2rem;
  cursor: pointer;
  z-index: 99;
  background-color: white;
  border-radius: 50%;
  object-fit: cover;
  @media (width>=768px) {
    height: 2.6rem;
    width: 2.6rem;
  }
}

.swiper-hero .nav-pagi {
  bottom: 8px;
  @media (width>=992px) {
    bottom: 1.5rem;
  }
  @media (width>=1024px) {
    bottom: 3rem;
  }
}

.swiper-hero .nav-pagi .sw-btn {
  display: none;
  background: #fff;
  color: var(--color4);
  box-shadow: 0 3px 10px #00000024;
  @media (width>=768px) {
    display: flex;
  }
}

.brands {
  background: color-mix(in srgb, var(--color3) 10%, #fff 100%);
}

.swiper-brands .swiper-slide {
  height: auto;
  padding: 0 min(30px, 3vw);
  width: 135px;
  @media (width>=992px) {
    width: 180px;
  }
}

.brand_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 15px 0;
}

.brand_item .brand_img {
  object-fit: contain;
  width: 100%;
}

.swiper-brands .brand_item img {
  transition: 0.2s all linear;
}

.swiper-brands .brand_item img:hover {
  transform: translateY(-2px);
}
