:root {
  --corner-radius: 4rem;
  --corner-radius-sm: 2rem;
}

@media (min-width: 782px) {
  :root {
    --corner-radius: 5rem;
    --corner-radius-sm: 2.4rem;
  }
}
.profile-card-slider {
  padding: var(--wp--preset--spacing--normal);
  background: #FCF1F4;
  border-radius: var(--corner-radius-sm);
  max-width: 70rem;
}
.profile-card-slider .swiper {
  width: 100%;
}
.profile-card-slider .swiper-slide {
  height: auto;
  margin-bottom: 7rem;
}
.profile-card-slider .member-profile__head {
  text-align: center;
  margin-bottom: var(--wp--preset--spacing--normal);
}
.profile-card-slider .member-profile img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.profile-card-slider .member-profile h3 {
  font-size: var(--wp--preset--font-size--font-18);
  margin: 2rem 0 0.5ch 0;
}
.profile-card-slider .member-profile .meta {
  font-size: var(--wp--preset--font-size--font-16);
  opacity: 0.7;
}
.profile-card-slider .member-profile .li {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  font-size: var(--wp--preset--font-size--font-15);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.profile-card-slider .member-profile .li svg {
  width: 20px;
  height: 20px;
}
.profile-card-slider .member-profile .li svg path {
  transition: fill 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.profile-card-slider .member-profile .li:hover path, .profile-card-slider .member-profile .li:active path, .profile-card-slider .member-profile .li:focus path {
  fill: #0E0E26;
}
.profile-card-slider .member-profile__head h3 {
  font-size: var(--wp--preset--font-size--font-20);
}
.profile-card-slider .member-profile__head p {
  font-size: var(--wp--preset--font-size--font-16);
  color: #FE7051;
}
.profile-card-slider .swiper-pagination {
  bottom: 0 !important;
}
.profile-card-slider .swiper-pagination-bullet {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.profile-card-slider .swiper-pagination-bullet-active {
  background: #FE7051;
  width: 25px;
  border-radius: 4px;
}
.profile-card-slider .swiper-button-next,
.profile-card-slider .swiper-button-prev {
  bottom: -2px !important;
  top: unset;
  height: 25px;
  width: auto;
  z-index: 11;
}
.profile-card-slider .swiper-button-next::after,
.profile-card-slider .swiper-button-prev::after {
  font-size: 20px;
  color: #FE7051;
  font-weight: bold;
}
.profile-card-slider .swiper-button-next:hover:after,
.profile-card-slider .swiper-button-prev:hover:after {
  color: #0E0E26;
}

@media (min-width: 782px) {
  .profile-card-slider .member-profile {
    display: flex;
    flex-wrap: wrap;
    max-width: 70rem;
  }
  .profile-card-slider .member-profile__head {
    width: 170px;
    margin: 0;
  }
  .profile-card-slider .member-profile__head img {
    width: 170px !important;
    height: 170px !important;
    box-shadow: none;
  }
  .profile-card-slider .member-profile__body {
    width: calc(100% - 170px);
    padding-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .profile-card-slider .member-profile {
    max-width: 70rem;
  }
}/*# sourceMappingURL=block-team-card-slider.css.map */