.wcl-team-block__container.wcl-section {
  overflow: hidden;
}
.wcl-team-block__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wcl-team-block__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.wcl-team-block__title {
  text-align: center;
}
.wcl-team-block__members {
  width: 100%;
  margin-bottom: 60px;
}
.wcl-team-block__slider.swiper {
  width: 100%;
}
.wcl-team-block__list.swiper-wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.wcl-team-block .swiper-slide {
  width: 100%;
}
.wcl-team-block .swiper-slide:nth-child(odd) .wcl-team-block__member {
  padding-top: 75px;
}
.wcl-team-block .swiper-slide:nth-child(odd) .wcl-team-block__member::after {
  transform: rotate(-45deg);
}
.wcl-team-block .swiper-slide:last-child .wcl-team-block__member::after {
  display: none;
}
.wcl-team-block .swiper-slide:nth-child(even) .wcl-team-block__member::after {
  right: -80px;
}
.wcl-team-block .swiper-slide:last-child .wcl-team-block__member::after {
  display: none;
}
.wcl-team-block__member {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.wcl-team-block__member::after {
  content: url("./img/connector.svg");
  position: absolute;
  top: 60px;
  right: -70px;
}
.wcl-team-block__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 20px;
  aspect-ratio: 1/1;
  background-color: var(--color-mercury);
  overflow: hidden;
}
.wcl-team-block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: var(--transition);
}
.wcl-team-block__details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wcl-team-block__name {
  text-align: center;
  text-decoration: none;
}
.wcl-team-block__name h3 {
  color: var(--color-dark);
  font-weight: 700;
  line-height: 1.6;
  font-size: 20px;
  transform: var(--transition);
}
.wcl-team-block__position {
  text-align: center;
  color: var(--color-manimo);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
.wcl-team-block__pagination.swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 30px;
}
.wcl-team-block__pagination.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-blue3);
}
.wcl-team-block__links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wcl-team-block__button.wcl-button.wcl-button--gradient {
  color: var(--color-dark);
}
.wcl-team-block__button.wcl-button.wcl-button--gradient svg path {
  fill: var(--color-dark);
}
@media (min-width: 23.4375em) and (max-width: 80em) {
  @supports (padding-top: clamp( 2.5rem , 0.4281767956rem  +  8.8397790055vw , 7.5rem )) {
    .wcl-team-block__content {
      padding-top: clamp( 2.5rem , 0.4281767956rem  +  8.8397790055vw , 7.5rem );
    }
  }
  @supports not (padding-top: clamp( 2.5rem , 0.4281767956rem  +  8.8397790055vw , 7.5rem )) {
    .wcl-team-block__content {
      padding-top: calc(2.5rem + 5 * (100vw - 23.4375rem) / 56.5625);
    }
  }
  @supports (padding-bottom: clamp( 2.5rem , 0.4281767956rem  +  8.8397790055vw , 7.5rem )) {
    .wcl-team-block__content {
      padding-bottom: clamp( 2.5rem , 0.4281767956rem  +  8.8397790055vw , 7.5rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.5rem , 0.4281767956rem  +  8.8397790055vw , 7.5rem )) {
    .wcl-team-block__content {
      padding-bottom: calc(2.5rem + 5 * (100vw - 23.4375rem) / 56.5625);
    }
  }
}
@media (min-width: 80em) {
  .wcl-team-block__content {
    padding-top: 7.5rem;
  }
  .wcl-team-block__content {
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .wcl-team-block__header {
    margin-bottom: 40px;
  }
  .wcl-team-block__members {
    margin-bottom: 40px;
  }
  .wcl-team-block__member::after {
    top: 85px;
  }
}
@media screen and (max-width: 576px) {
  .wcl-team-block__header {
    align-items: flex-start;
  }
  .wcl-team-block__title {
    text-align: left;
  }
  .wcl-team-block .swiper-slide {
    display: flex;
    justify-content: center;
  }
  .wcl-team-block .swiper-slide:nth-child(odd) .wcl-team-block__member {
    padding-top: 0;
  }
  .wcl-team-block__member {
    max-width: 230px;
  }
  .wcl-team-block__member::after {
    display: none;
  }
  .wcl-team-block__links {
    flex-direction: column;
  }
}
@media (max-width: 23.4375em) {
  .wcl-team-block__content {
    padding-top: 2.5rem;
  }
  .wcl-team-block__content {
    padding-bottom: 2.5rem;
  }
}
@media (any-hover: hover) {
  .wcl-team-block__image:hover img {
    transform: scale(1.05);
  }
  .wcl-team-block__name:hover h3 {
    text-decoration: underline;
  }
}
