.paragraph--type--curved-carousel .curved-slider-wrapper {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.paragraph--type--curved-carousel .curved-slider-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120%;
  height: 120px;
  background: white;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 768px) {
  .paragraph--type--curved-carousel .curved-slider-wrapper::before {
    width: 180%;
    height: 80px;
  }
}
@media (max-width: 640px) {
  .paragraph--type--curved-carousel .curved-slider-wrapper::before {
    width: 200%;
    height: 60px;
  }
}
.paragraph--type--curved-carousel .curved-slider-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120%;
  height: 120px;
  background: white;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 768px) {
  .paragraph--type--curved-carousel .curved-slider-wrapper::after {
    width: 180%;
    height: 80px;
  }
}
@media (max-width: 640px) {
  .paragraph--type--curved-carousel .curved-slider-wrapper::after {
    width: 200%;
    height: 60px;
  }
}
@media (max-width: 768px) {
  .paragraph--type--curved-carousel .curved-slider-wrapper {
    padding: 40px 0;
  }
}
.paragraph--type--curved-carousel .curved-slider-wrapper .curved-slider .swiper {
  position: relative;
  z-index: 1;
}
.paragraph--type--curved-carousel .curved-slider-wrapper .curved-slider .swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  cursor: -webkit-grab;
  cursor: grab;
}
.paragraph--type--curved-carousel .curved-slider-wrapper .curved-slider .swiper .swiper-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.paragraph--type--curved-carousel .curved-slider-wrapper .curved-slider .swiper .swiper-wrapper.grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.paragraph--type--curved-carousel .curved-slider-wrapper .curved-slider .swiper .swiper-wrapper .swiper-slide {
  width: calc(35% - 10px); /* 2 full slides visible */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  scroll-snap-align: center;
  /* Partial slides (20% visible) */
}
.paragraph--type--curved-carousel .curved-slider-wrapper .curved-slider .swiper .swiper-wrapper .swiper-slide:first-child {
  margin-left: -20%;
}
.paragraph--type--curved-carousel .curved-slider-wrapper .curved-slider .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: -20%;
}
@media (max-width: 768px) {
  .paragraph--type--curved-carousel .curved-slider-wrapper .curved-slider .swiper .swiper-wrapper .swiper-slide {
    width: calc(50% - 10px);
  }
  .paragraph--type--curved-carousel .curved-slider-wrapper .curved-slider .swiper .swiper-wrapper .swiper-slide:first-child {
    margin-left: -10%;
  }
  .paragraph--type--curved-carousel .curved-slider-wrapper .curved-slider .swiper .swiper-wrapper .swiper-slide:last-child {
    margin-right: -10%;
  }
}
@media (max-width: 640px) {
  .paragraph--type--curved-carousel .curved-slider-wrapper .curved-slider .swiper .swiper-wrapper .swiper-slide {
    width: calc(50% - 10px);
  }
  .paragraph--type--curved-carousel .curved-slider-wrapper .curved-slider .swiper .swiper-wrapper .swiper-slide:first-child {
    margin-left: -5%;
  }
  .paragraph--type--curved-carousel .curved-slider-wrapper .curved-slider .swiper .swiper-wrapper .swiper-slide:last-child {
    margin-right: -5%;
  }
}
.paragraph--type--curved-carousel .curved-slider-wrapper .curved-slider .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
/*# sourceMappingURL=curved-carousel.css.map */
