.block-carousel {
  overflow: visible;
  max-width: 100%;
  z-index: 5;
}
.block-carousel .swiper-wrapper {
  overflow: visible;
  max-width: 100%;
}
.block-carousel .swiper-wrapper:hover .swiper-slide img {
  transform: scale(1);
}
.block-carousel .swiper-wrapper:hover .swiper-slide:hover img {
  transform: scale(1.1);
}
.block-carousel .swiper-slide {
  text-align: center;
  padding-top: var(--wp--preset--spacing--medium);
  overflow: visible;
}
.block-carousel .swiper-slide__inner {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--large);
  background: var(--wp--preset--color--lighter-grey);
  aspect-ratio: 5/3;
  overflow: visible;
}
.block-carousel .swiper-slide__inner img {
  margin: auto;
  margin-top: calc(var(--wp--preset--spacing--medium) * -1);
  max-width: 55%;
  max-height: 60%;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  transform-origin: center top;
  transition: transform 650ms cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.block-carousel .swiper-slide:hover img, .block-carousel .swiper-slide-active img {
  transform: scale(1.1);
}
.block-carousel .swiper-arrows {
  --swiper-navigation-color: var(--wp--preset--color--primary);
}/*# sourceMappingURL=block-carousel.css.map */