/* stylelint-disable-next-line wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-disable wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-enable wrap-rem-on-px/wrap-rem-on-px */
/*
USAGE:
font-size: fluid(12, 62); : from rem(12)@380px to  rem(62)@1440px
gap: fluid(10, 33, 992);  : from rem(10)@991px to  rem(33)@1440px
margin-right: fluid(32, 65, 320, 2560);  : from rem(32)@320px to  rem(65)@2560px
*/
/*
AUTOFILL

USAGE:
@include mixin.autofill(background-color, text-color);
@include mixin.autofill;

Note: Call this mixin in the wrapper or container to where you intend to manipulate the
      default chrome autofill styles for input, textarea and select elements.
*/
/* stylelint-disable */
/* stylelint-enable */
/* Font */
/* Brand palette */
/* Neutral palette */
/* CardWorks UI kit — eyebrow pills, section surfaces (stack-showcase, etc.) */
/* Accents & states */
/* News filter cards (Figma — Filter + Cards) */
.section.section--people-slider {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (min-width:991px) {
  .section.section--people-slider {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.people-slider {
  background-color: #fff;
  position: relative;
}
.people-slider header {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
  max-width: 68.875rem;
  margin: 0 auto;
}
@media screen and (min-width:991px) {
  .people-slider header {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.people-slider header h2 {
  margin-bottom: 1.5rem;
  background: linear-gradient(262deg, #53EBFF -2.19%, #2626FF 95.98%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  font-weight: 450;
  line-height: 1.14286;
}
@media screen and (min-width:991px) {
  .people-slider header h2 {
    font-size: 3.5rem;
  }
}
.people-slider header p {
  color: #150D50;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  margin-inline: auto;
}
@media screen and (min-width:991px) {
  .people-slider header p {
    font-size: 2rem;
  }
}
.people-slider .people-slider__outer {
  position: relative;
}
.people-slider .people-slider__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow-x: clip;
  overflow-y: visible;
}
.people-slider .people-slider__viewport {
  width: 100%;
  padding-inline: 1.5rem;
  will-change: transform;
}
@media screen and (min-width:991px) {
  .people-slider .people-slider__viewport {
    padding-inline: 3.5rem;
    padding-top: 8.625rem;
  }
}
.people-slider .people-slider__track {
  display: flex;
  flex-flow: row nowrap;
  gap: clamp(1.25rem, 1.88679vw + 0.801886875rem, 2.5rem);
  width: max-content;
  will-change: transform;
}
.people-slider .people-slider__figure {
  overflow: hidden;
  flex: 0 0 auto;
  width: clamp(16.25rem, 38vw, 26.5rem);
  max-width: 26.5rem;
  border-radius: 1rem;
  margin: 0;
  --aspect-ratio: 1;
}
.people-slider .people-slider__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.people-slider .people-slider__figure:nth-child(even) {
  transform: translateY(-12%);
}

/*# sourceMappingURL=style.css.map */
