.block-indiv-home-hero {
  background-color: #F5F5F6;
  overflow-x: hidden;
}
.block-indiv-home-hero .home-hero-content {
  display: flex;
  align-items: center;
  min-height: 420px;
}
@media (min-width: 992px) {
  .block-indiv-home-hero .home-hero-content {
    align-items: center;
    min-height: 720px;
  }
}
.block-indiv-home-hero .home-hero-swiper {
  min-height: 420px;
  display: flex;
}
@media (min-width: 992px) {
  .block-indiv-home-hero .home-hero-swiper {
    min-height: 720px;
    justify-items: center;
    align-items: center;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .block-indiv-home-hero .home-hero-swiper {
    width: calc(100% + 1.5rem / 2 + (100vw - 960px) / 2);
    margin-right: calc(-1 * (1.5rem / 2 + (100vw - 960px) / 2));
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .block-indiv-home-hero .home-hero-swiper {
    width: calc(100% + 1.5rem / 2 + (100vw - 1140px) / 2);
    margin-right: calc(-1 * (1.5rem / 2 + (100vw - 1140px) / 2));
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .block-indiv-home-hero .home-hero-swiper {
    width: calc(100% + 1.5rem / 2 + (100vw - 1320px) / 2);
    margin-right: calc(-1 * (1.5rem / 2 + (100vw - 1320px) / 2));
  }
}
.block-indiv-home-hero .home-hero-swiper .swiper-wrapper .swiper-slide .home-hero-photo, .block-indiv-home-hero .home-hero-swiper .swiper-wrapper .swiper-slide .home-hero-product {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 402px;
  width: 100%;
  background-color: #E4E4E7;
  padding: 32px 32px;
  border-radius: 25px;
}
.block-indiv-home-hero .home-hero-swiper .swiper-wrapper .swiper-slide .home-hero-product {
  text-decoration: none;
}
.block-indiv-home-hero .home-hero-swiper .swiper-wrapper .swiper-slide .home-hero-product .home-hero-product-image {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.block-indiv-home-hero .home-hero-swiper .swiper-wrapper .swiper-slide .home-hero-product .home-hero-product-image img {
  height: 100%;
  width: 174px;
  object-fit: contain;
}
.block-indiv-home-hero .home-hero-swiper .swiper-wrapper .swiper-slide .home-hero-photo {
  overflow: hidden;
}
.block-indiv-home-hero .home-hero-swiper .swiper-wrapper .swiper-slide .home-hero-photo .home-hero-photo-image {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.block-indiv-home-hero .home-hero-swiper .swiper-wrapper .swiper-slide .home-hero-photo .home-hero-photo-image img {
  height: 100%;
  width: 174px;
  object-fit: contain;
}
.block-indiv-home-hero .home-hero-swiper .swiper-wrapper .swiper-slide .home-hero-photo.full-image {
  padding: 0;
}
.block-indiv-home-hero .home-hero-swiper .swiper-wrapper .swiper-slide .home-hero-photo.full-image .home-hero-photo-image {
  height: 100%;
  width: 100%;
}
.block-indiv-home-hero .home-hero-swiper .swiper-wrapper .swiper-slide .home-hero-photo.full-image .home-hero-photo-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block-indiv-home-hero.is-preview .home-hero-swiper .swiper-wrapper {
  display: flex;
  gap: 16px;
  overflow-x: auto;
}
.block-indiv-home-hero.is-preview .home-hero-swiper .swiper-slide {
  flex: 0 0 260px;
}
.block-indiv-home-hero.is-preview .home-hero-swiper a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.block-indiv-home-hero.is-preview .home-hero-swiper a:hover, .block-indiv-home-hero.is-preview .home-hero-swiper a:focus {
  color: inherit;
  text-decoration: none;
}
.block-indiv-home-hero .image-wrapper {
  min-height: 40px;
  padding: 24px 0;
}
@media (min-width: 1200px) {
  .block-indiv-home-hero .image-wrapper {
    height: 720px;
    display: flex;
    align-items: center;
    padding: 0;
  }
}
.block-indiv-home-hero .image-wrapper .image {
  height: 320px;
  width: 100%;
  border-radius: 20px;
}
@media (min-width: 1400px) {
  .block-indiv-home-hero .image-wrapper .image {
    height: 520px;
  }
}
.block-indiv-home-hero .image-wrapper .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}