.image-slides {
  padding-bottom: 6.6rem;
}
.image-slides .image-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.image-slides .image-slider .swiper-slide {
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .image-slides .image-slider .swiper-slide {
    width: 100% !important;
  }
}
.image-slides .image-slider .swiper-slide .media-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.image-slides .image-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
  aspect-ratio: 2/3;
}
.image-slides .image-slider .swiper-slide .download-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: var(--wp--preset--font-size--font-14);
  padding: 2.4rem 4rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #fff !important;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s ease;
}
.image-slides .image-slider .swiper-slide .download-btn .text {
  line-height: 1.5;
  font-size: var(--wp--preset--font-size--font-14);
}
.image-slides .image-slider .swiper-slide .download-btn .text span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
.image-slides .image-slider .swiper-slide .download-btn .icon {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/theme/icon-download-white.svg");
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.image-slides .image-slider .swiper-slide .download-btn:hover .icon {
  background-image: url("../../../assets/images/theme/icon-download-white-fill.svg");
}
@media (min-width: 1024px) {
  .image-slides .image-slider .swiper-slide img {
    max-height: 700px;
  }
}
.image-slides .image-slider .swiper-pagination {
  width: auto !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -6.6rem;
}
.image-slides .image-slider .swiper-pagination-bullet {
  background-color: white;
}
.image-slides .image-slider .swiper-pagination-bullet-active {
  width: 18px;
  background: white;
  border-radius: 30px;
}
.image-slides .image-slider .swiper-nav {
  width: 56px;
  height: 56px;
}
.image-slides .image-slider .swiper-nav:after {
  display: none;
}
.image-slides .image-slider .swiper-nav.swiper-button-next {
  right: 0;
}
.image-slides .image-slider .swiper-nav.swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.image-slides .image-slider .swiper-nav.swiper-button-prev {
  left: 2rem;
}
.image-slides .image-slider .swiper-nav.swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}
.image-slides .image-slider .swiper-nav path {
  transition: stroke 0.25s ease-in-out;
}
.image-slides .image-slider .swiper-nav:hover path:first-child {
  fill: #010035;
}
.image-slides .image-slider .swiper-nav:hover path:not(:first-child) {
  stroke: white;
}
@media (min-width: 1024px) {
  .image-slides .image-slider {
    overflow: visible;
  }
}/*# sourceMappingURL=block-image-slider.css.map */