.fs-people-slider-widget-block {
  --base-space: 4px;
  --avatar-nav-size: 219px;
  --avatar-size: 50px;
  --avatar-active-size: 66px;
  --avatar-overlay: linear-gradient(91.61deg, rgba(72, 53, 155, 0.37) -18.95%, rgba(0, 240, 255, 0.37) 103.49%);
  --slider-section-width: 290px;
  
  opacity: 1;
  position: relative;
  z-index: 1;
}

:where(.fs-people-slider-widget-block) .lamp-light {
  display: block;
  position: absolute;
  top: -0;
  left: 50%;
  transform: translate(-50%,0);
  width: 290px;
  height: 369px;
  mix-blend-mode: lighten;
  z-index: 2;
  overflow: hidden;
}
:where(.fs-people-slider-widget-block) .lamp-light > svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
:where(.fs-people-slider-widget-block) .lamp-light .mobile-light {
  display: block;
}
:where(.fs-people-slider-widget-block) .lamp-light .desktop-light {
  display: none;
}

:where(.fs-people-slider-widget-block) .people-tabs {
  width: var(--avatar-nav-size);
  height: 66px;
  margin: 0 auto 42px;
  position: relative;
  z-index: 2;
}

:where(.fs-people-slider-widget-block .people-tabs) .swiper-wrapper {
  align-items: center;
}

:where(.fs-people-slider-widget-block .people-tabs) .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

:where(.fs-people-slider-widget-block .people-tabs__list) .person-avatar {
  color: white;
  background-color: transparent;
  border: none;
  padding: 0;
  border-radius: 100%;
  
  overflow: hidden;

  position: relative;
  width: var(--avatar-size);
  height: var(--avatar-size);
}
:where(.fs-people-slider-widget-block .people-tabs__list) .person-avatar:active,
:where(.fs-people-slider-widget-block .people-tabs__list) .person-avatar:focus {
  outline: none;
}

:where(.fs-people-slider-widget-block .people-tabs__list) .person-avatar::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  top: 3px;
  left: 3px;
  right: 3px;
  background: var(--avatar-overlay);
  border-radius: 100%;
}
:where(.fs-people-slider-widget-block .people-tabs__list) .person-avatar:hover {
  background: linear-gradient(92deg, #48359B -18.95%, rgba(0, 240, 255, 0.91) 79.9%, #71FFE4 103.49%);
}
:where(.fs-people-slider-widget-block .people-tabs__list) .swiper-slide-active .person-avatar {
  width: var(--avatar-active-size);
  height: var(--avatar-active-size);
  background: linear-gradient(92deg, #48359B -18.95%, rgba(0, 240, 255, 0.91) 79.9%, #71FFE4 103.49%);
  transition: none;
}

:where(.fs-people-slider-widget-block .people-tabs__list) .person-avatar:hover::after,
:where(.fs-people-slider-widget-block .people-tabs__list) .swiper-slide-active .person-avatar::after {
  --avatar-overlay: linear-gradient(90deg, rgba(239, 50, 217, 0.44) 0%, rgba(137, 255, 253, 0.44) 100%);
}

:where(.fs-people-slider-widget-block .people-tabs__list) .person-avatar>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  padding: 3px;
}

:where(.fs-people-slider-widget-block) .people-slides {
  position: relative;
  width: 100%; 
}

:where(.fs-people-slider-widget-block .people-slides) .person-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Hide default swiperjs arrows. */
:where(.fs-people-slider-widget-block .people-slides) [class^="swiper-button-"]::after {
  content: '';
  display: none;
}
/* Adjust swiperjs arrow size. */
:where(.fs-people-slider-widget-block .people-slides) [class^="swiper-button-"] {
  width: 48px;
  height: 48px;
  padding: 12px 16px;
  display: none;
}
:where(.fs-people-slider-widget-block .people-slides) .swiper-button-next .fs-arrow,
:where(.fs-people-slider-widget-block .people-slides) .swiper-button-prev .fs-arrow {
  background: none;
  width: 16px;
  height: 24px;
}
:where(.fs-people-slider-widget-block .people-slides) .swiper-button-next .fs-arrow {
  transform: rotate(180deg);
}
:where(.fs-people-slider-widget-block .people-slides) .swiper-button-prev .fs-arrow {
  transform: rotate(0deg);
}
:where(.fs-people-slider-widget-block .people-slides) .swiper-button-next .fs-arrow:hover,
:where(.fs-people-slider-widget-block .people-slides) .swiper-button-prev .fs-arrow:hover {
  background: none;
  opacity: .75;
}
:where(.fs-people-slider-widget-block .people-slides) [class^="swiper-button-"] .fs-arrow:active,
:where(.fs-people-slider-widget-block .people-slides) [class^="swiper-button-"] .fs-arrow:focus {
  outline: none;
}

:where(.fs-people-slider-widget-block .people-slides) .person-slide__image {
  max-width: var(--slider-section-width);
  width: 100%;
  height: auto;
}
:where(.fs-people-slider-widget-block .people-slides) .person-slide__image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:where(.fs-people-slider-widget-block .people-slides) .person-slide__info {
  font-family: Avenir;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  color: #DADADA;
  max-width: var(--slider-section-width);
  margin: auto;
}

:where(.fs-people-slider-widget-block .people-slides) .person-slide__info > * {
  max-width: var(--slider-section-width);
  margin: 0 auto;
}

:where(.fs-people-slider-widget-block .people-slides) .person-name {
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;

  /* Fallback: Set a background color. */
  background-color: #EA79FC;
  /* Create the gradient. */
  background-image: linear-gradient(90deg, #EA79FC 0%, #3D4DD6 100%);
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

:where(.fs-people-slider-widget-block .people-slides) .person-position {
  font-size: 18px;
  font-weight: 900;
  line-height: 25px;
}

:where(.fs-people-slider-widget-block .people-slides) .person-profile {
  margin: 15px auto 18px;
}

:where(.fs-people-slider-widget-block .people-slides) .person-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

:where(.fs-people-slider-widget-block .people-slides) .person-socials .social-link {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 7px;
}

:where(.fs-people-slider-widget-block .people-slides) .person-socials .social-link:active,
:where(.fs-people-slider-widget-block .people-slides) .person-socials .social-link:focus {
  outline: none;
}

:where(.fs-people-slider-widget-block .people-slides) .person-socials .social-link svg {
  width: 100%;
  height: 100%;
}

@media (min-width: 550px) {
  .fs-people-slider-widget-block {
    --avatar-nav-size: 430px;
    --avatar-size: 80px;
    --avatar-active-size: 120px;
    --slider-section-width: 450px;
  }

  :where(.fs-people-slider-widget-block) .people-tabs {
    height: 120px;
  }

  :where(.fs-people-slider-widget-block .people-slides) .person-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 90px;
  }

  :where(.fs-people-slider-widget-block) .lamp-light {
    width: 450px;
    height: 567px;
  }
}

@media (min-width: 769px) {
  :where(.fs-people-slider-widget-block) .lamp-light {
    width: 450px;
    height: 630px;
  }
  :where(.fs-people-slider-widget-block .people-slides) [class^="swiper-button-"] {
    display: block;
  }

  :where(.fs-people-slider-widget-block .people-slides) .person-slide {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px;
  }

  :where(.fs-people-slider-widget-block .people-slides) .person-slide__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-right: 0;
  }

  :where(.fs-people-slider-widget-block .people-slides) .person-slide__info > * {
    max-width: 390px;
  }

  :where(.fs-people-slider-widget-block .people-slides) .person-profile {
    margin: 24px auto 40px;
  }
}

@media (min-width: 1130px) {
  :where(.fs-people-slider-widget-block) .lamp-light {
    width: 777px;
    height: 736px;
    top: 18px;
    left: 225px;
  }

  :where(.fs-people-slider-widget-block) .lamp-light .desktop-light {
    display: block;
  }

  :where(.fs-people-slider-widget-block) .lamp-light .mobile-light {
    display: none;
  }

  :where(.fs-people-slider-widget-block .people-slides) .person-slide {
    padding: 80px;
    justify-content: space-between;
  }

  @media (min-width: 1200px) {
    :where(.fs-people-slider-widget-block) .lamp-light {
      width: 777px;
      height: 735px;
      top: 18px;
      left: 225px;
    }
  }
}