.swiper.is-team {
  overflow: visible;

  .swiper-slide-next::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    filter: blur(150px);
    background: #202222;
    background: linear-gradient(
      90deg,
      rgba(32, 34, 34, 1) 0%,
      rgba(32, 34, 34, 1) 100%
    );
  }

  .swiper-slide-prev {
    opacity: 0;
  }

  .swiper-slide-next {
    /* mask: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%); */
    /* opacity: 0.6; */
    /* -webkit-mask-image: -webkit-gradient(
      linear,
      left 90%,
      left bottom,
      from(rgba(0, 0, 0, 1)),
      to(rgba(0, 0, 0, 1))
    ); */
    position: relative;
  }
}
