/**
 * Page block: People Hero — compiled to style.css (npm run watch / compile:blocks).
 */
/* 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.section--people-banner {
  position: relative;
  overflow-x: clip;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(179deg, #221fce 18.72%, #2626FF 36.62%, #53ebff 101.47%);
  color: #fff;
}
@media screen and (min-width:991px) {
  section.section.section--people-banner {
    padding-top: 14.375rem;
    padding-bottom: 8rem;
  }
}

.cws.people-hero article {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 75rem;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3rem;
  margin: 0 auto;
  gap: 2rem;
  text-align: center;
}
@media screen and (min-width:991px) {
  .cws.people-hero article {
    padding-bottom: 5rem;
    gap: 2rem;
  }
}
.cws.people-hero article h1 {
  max-width: 58rem;
  margin: 0 auto;
  font-family: "Circular XX TT", sans-serif;
  font-size: 3rem;
  font-weight: 450;
  line-height: 1.125;
}
@media screen and (min-width:991px) {
  .cws.people-hero article h1 {
    font-size: 4rem;
  }
}
.cws.people-hero article p {
  max-width: 39.5rem;
  margin: 0 auto;
  font-family: "Circular XX TT", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.333;
  text-align: center;
}
@media screen and (min-width:991px) {
  .cws.people-hero article p {
    font-size: 1.5rem;
  }
}
.cws.people-hero .hero__media {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
  margin: 0 auto;
}
.cws.people-hero .hero__media .hero__media-crop {
  --people-hero-crop: 0;
  --people-hero-max: 86.875rem;
  --people-hero-inset-end: 1.25rem;
  --people-hero-target: min(
    calc(100vw - 2 * var(--people-hero-inset-end)),
    calc(var(--people-hero-max) - 2 * var(--people-hero-inset-end))
  );
  --people-hero-width: calc(
    100vw * (1 - var(--people-hero-crop)) +
      var(--people-hero-target) * var(--people-hero-crop)
  );
  box-sizing: border-box;
  width: var(--people-hero-width);
  max-width: var(--people-hero-width);
  margin-inline: calc((50% - 50vw) * (1 - var(--people-hero-crop)) + var(--people-hero-inset-end) * var(--people-hero-crop));
}
@media screen and (min-width:1320px) {
  .cws.people-hero .hero__media .hero__media-crop {
    --people-hero-inset-end: 0;
    --people-hero-target: min(100vw, var(--people-hero-max));
  }
}
.cws.people-hero .hero__media .hero__media-content.aspect-box {
  --aspect-ratio: 189/336;
  width: 100%;
  overflow: hidden;
  border-radius: calc(1rem * var(--people-hero-crop, 0));
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width:991px) {
  .cws.people-hero .hero__media .hero__media-content.aspect-box {
    --aspect-ratio: 617/1408;
  }
}
.cws.people-hero .hero__cards {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  gap: 1.5rem;
}
@media screen and (min-width:991px) {
  .cws.people-hero .hero__cards {
    flex-direction: row;
    justify-content: center;
    margin-top: -4.5rem;
    gap: 4rem;
    padding-inline: 2.5rem;
  }
}
.cws.people-hero .hero__cards .card {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  background-color: #2626FF;
  margin-inline: auto;
  text-align: center;
  position: relative;
  padding: 4rem 2.5rem;
  width: 100%;
}
@media screen and (min-width:991px) {
  .cws.people-hero .hero__cards .card {
    max-width: 32.25rem;
    border-radius: 0.5rem;
    margin-inline: 0;
  }
}
.cws.people-hero .hero__cards .card h3 {
  font-size: 2rem;
  font-weight: 450;
  line-height: 1.125;
  margin: 0;
  padding-bottom: 1rem;
}
@media screen and (min-width:991px) {
  .cws.people-hero .hero__cards .card h3 {
    padding-bottom: 2rem;
    font-size: 3rem;
  }
}
.cws.people-hero .hero__cards .card p {
  font-weight: 400;
  line-height: 1.3333;
  font-size: 1.25rem;
  padding-bottom: 3rem;
}
@media screen and (min-width:991px) {
  .cws.people-hero .hero__cards .card p {
    font-size: 1.5rem;
  }
}
.cws.people-hero .hero__cards .card button {
  padding: 0.875rem 1.5rem;
  border: 0.0625rem solid #fff;
  border-radius: 3.125rem;
  margin-top: 1rem;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.cws.people-hero .hero__cards .card button:hover {
  background: #fff;
  color: #2626FF;
}

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