@charset "UTF-8";

.uf-certificate-image--neutral {
  filter: grayscale(1) brightness(1.8) contrast(0.72) opacity(0.78);
}

.uf-people-page {
  overflow: hidden;
  color: var(--uf-color-ink);
  background: var(--uf-color-white);
  font-family: var(--uf-font-body);
  font-size: 16px;
  line-height: 1.65;
}

.uf-people-page *,
.uf-people-page *::before,
.uf-people-page *::after {
  box-sizing: border-box;
}

.uf-people-page h1,
.uf-people-page h2,
.uf-people-page h3,
.uf-people-page p,
.uf-people-page figure,
.uf-people-page blockquote {
  margin-top: 0;
}

.uf-people-page h1,
.uf-people-page h2,
.uf-people-page h3 {
  color: var(--uf-color-ink);
  font-family: var(--uf-font-display);
  font-weight: 400;
}

.uf-people-page img {
  max-width: 100%;
}

.uf-people-page > section > .container,
.uf-people-accreditations > .container {
  width: 100%;
  max-width: var(--uf-content-width);
  padding-right: var(--uf-gutter);
  padding-left: var(--uf-gutter);
}

.uf-people-page__sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.uf-people-page svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.uf-people-page__eyebrow {
  margin-bottom: 12px;
  color: var(--uf-color-secondary-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.uf-people-page__heading {
  max-width: 760px;
  margin: 0 auto var(--uf-section-content-gap);
  text-align: center;
}

.uf-people-page__heading h2 {
  margin-bottom: 0;
  font-size: clamp(35px, 3.7vw, 52px);
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-wrap: balance;
}

.uf-people-page__icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--uf-color-primary);
  background: var(--uf-color-primary-soft);
}

.uf-people-page__icon svg {
  width: 30px;
  height: 30px;
}

.uf-people-page__button {
  position: relative;
  z-index: 1;
  min-width: 170px;
  min-height: 50px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid var(--uf-color-white);
  border-radius: 999px;
  color: var(--uf-color-primary-dark);
  background: var(--uf-color-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.uf-people-page__button svg {
  width: 17px;
  height: 17px;
}

.uf-people-page__button:hover {
  color: var(--uf-color-primary);
  background: var(--uf-color-primary-soft);
  text-decoration: none;
  transform: translateY(-2px);
}

.uf-people-page__button:focus-visible {
  outline: 3px solid var(--uf-color-secondary-soft);
  outline-offset: 4px;
}

.uf-people-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(112deg, #fbfaff 0%, #f7f5fb 56%, #edf8f2 100%);
}

.uf-people-hero::after {
  position: absolute;
  right: -4%;
  bottom: -150px;
  z-index: 2;
  width: 54%;
  height: 205px;
  border-radius: 50% 0 0 0;
  background: linear-gradient(112deg, var(--uf-color-secondary), var(--uf-color-primary-dark));
  content: "";
  pointer-events: none;
  transform: rotate(-5deg);
  transform-origin: right top;
}

.uf-people-hero > .container {
  position: relative;
  min-height: clamp(610px, 49vw, 700px);
  padding-top: 26px;
  padding-bottom: clamp(70px, 7vw, 98px);
}

.uf-people-breadcrumb {
  position: relative;
  z-index: 5;
  margin-bottom: clamp(45px, 5.5vw, 76px);
}

.uf-people-breadcrumb ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  color: var(--uf-color-muted);
  font-size: 13px;
}

.uf-people-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.uf-people-breadcrumb li + li::before {
  color: rgba(33, 29, 47, 0.4);
  content: "/";
}

.uf-people-breadcrumb a {
  color: var(--uf-color-ink);
  text-decoration: none;
}

.uf-people-breadcrumb a:hover {
  color: var(--uf-color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.uf-people-hero__content {
  position: relative;
  z-index: 4;
  width: 48%;
  max-width: 610px;
}

.uf-people-hero__content h1 {
  margin-bottom: 20px;
  font-size: clamp(49px, 5.15vw, 74px);
  letter-spacing: -0.04em;
  line-height: 1.01;
  text-wrap: balance;
}

.uf-people-hero__content h1 span {
  display: block;
  color: var(--uf-color-primary);
}

.uf-people-hero__intro {
  max-width: 540px;
  margin-bottom: 11px;
  color: var(--uf-color-ink);
  font-size: clamp(17px, 1.4vw, 19px);
  font-weight: 600;
}

.uf-people-hero__description {
  max-width: 575px;
  margin-bottom: 0;
  color: var(--uf-color-muted);
  font-size: clamp(15px, 1.25vw, 17px);
}

.uf-people-hero__media {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  width: 70%;
  margin: 0;
}

.uf-people-hero__media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #faf9fd 0%, rgba(250, 249, 253, 0.98) 15%, rgba(250, 249, 253, 0.67) 33%, transparent 56%);
  content: "";
}

.uf-people-hero__media picture,
.uf-people-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
}

.uf-people-hero__media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.uf-people-highlights {
  position: relative;
  z-index: 4;
  margin-top: -30px;
  padding-bottom: var(--uf-section-spacing);
}

.uf-people-highlights__grid {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(87, 69, 134, 0.14);
  border-radius: var(--uf-radius-small);
  background: var(--uf-color-white);
  box-shadow: 0 16px 38px rgba(48, 34, 81, 0.08);
}

.uf-people-highlights article {
  min-width: 0;
  padding: clamp(22px, 2.3vw, 31px);
  display: flex;
  align-items: center;
  gap: 16px;
}

.uf-people-highlights article + article {
  border-left: 1px solid rgba(87, 69, 134, 0.13);
}

.uf-people-highlights h3 {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
}

.uf-people-highlights p {
  margin-bottom: 0;
  color: var(--uf-color-muted);
  font-size: 13px;
  line-height: 1.48;
}

.uf-people-investment {
  padding-bottom: var(--uf-section-spacing);
}

.uf-people-investment__grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
  counter-reset: people-investment;
}

.uf-people-investment__grid li {
  position: relative;
  min-height: 280px;
  padding: clamp(28px, 3vw, 40px) clamp(20px, 2.3vw, 30px);
  border: 1px solid rgba(87, 69, 134, 0.14);
  border-radius: var(--uf-radius-small);
  background: linear-gradient(145deg, #fff, #faf9fc);
  text-align: center;
}

.uf-people-investment__number {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--uf-color-white);
  background: var(--uf-color-secondary-dark);
  font-size: 12px;
  font-weight: 700;
}

.uf-people-investment__grid h3 {
  margin: 17px 0 9px;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.25;
}

.uf-people-investment__grid p {
  margin-bottom: 0;
  color: var(--uf-color-muted);
  font-size: 14px;
  line-height: 1.55;
}

.uf-people-journey {
  padding-bottom: var(--uf-section-spacing);
}

.uf-people-journey__panel {
  padding: clamp(28px, 3.5vw, 43px);
  border-radius: var(--uf-radius-small);
  background: linear-gradient(110deg, var(--uf-color-primary-soft), #eef8f3);
}

.uf-people-journey__panel > h2 {
  margin-bottom: 30px;
  font-size: clamp(29px, 3vw, 40px);
  text-align: center;
}

.uf-people-journey__panel ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 25px;
  list-style: none;
}

.uf-people-journey__panel li {
  position: relative;
  text-align: center;
}

.uf-people-journey__panel li:not(:last-child)::after {
  position: absolute;
  top: 36px;
  left: calc(50% + 45px);
  width: calc(100% - 65px);
  border-top: 1px dashed var(--uf-color-secondary);
  content: "";
}

.uf-people-journey__panel li > span {
  position: relative;
  z-index: 1;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(87, 69, 134, 0.24);
  border-radius: 50%;
  color: var(--uf-color-primary);
  background: var(--uf-color-white);
}

.uf-people-journey__panel svg {
  width: 33px;
  height: 33px;
}

.uf-people-journey__panel h3 {
  margin: 12px 0 0;
  font-size: 15px;
  font-weight: 600;
}

.uf-people-training {
  padding-bottom: var(--uf-section-spacing);
}

.uf-people-training__grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
}

.uf-people-training__grid li {
  min-height: 125px;
  padding: 19px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(87, 69, 134, 0.16);
  border-radius: var(--uf-radius-small);
  background: var(--uf-color-white);
  text-align: center;
}

.uf-people-training__grid svg {
  width: 38px;
  height: 38px;
  color: var(--uf-color-primary);
}

.uf-people-training__grid span {
  color: var(--uf-color-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.uf-people-impact {
  padding-bottom: var(--uf-section-spacing);
}

.uf-people-impact__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
}

.uf-people-impact__copy,
.uf-people-impact blockquote {
  min-height: 210px;
  margin-bottom: 0;
  padding: clamp(28px, 3.2vw, 43px);
  border: 1px solid rgba(87, 69, 134, 0.14);
  border-radius: var(--uf-radius-small);
}

.uf-people-impact__copy {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 21px;
  align-items: center;
  background: linear-gradient(120deg, var(--uf-color-primary-soft), #fff);
}

.uf-people-impact__copy h2 {
  margin-bottom: 9px;
  font-size: clamp(28px, 3vw, 39px);
}

.uf-people-impact__copy p {
  margin-bottom: 0;
  color: var(--uf-color-muted);
  font-size: 14px;
}

.uf-people-impact blockquote {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fcfbfd;
  text-align: center;
}

.uf-people-impact blockquote::before,
.uf-people-impact blockquote::after {
  position: absolute;
  color: rgba(87, 69, 134, 0.14);
  font-family: Georgia, serif;
  font-size: 105px;
  line-height: 1;
}

.uf-people-impact blockquote::before {
  top: 10px;
  left: 28px;
  content: "\201C";
}

.uf-people-impact blockquote::after {
  right: 28px;
  bottom: -25px;
  content: "\201D";
}

.uf-people-impact blockquote p {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin-bottom: 8px;
  color: var(--uf-color-primary-dark);
  font-family: var(--uf-font-display);
  font-size: clamp(24px, 2.7vw, 37px);
  font-style: italic;
  line-height: 1.22;
}

.uf-people-impact blockquote cite {
  color: var(--uf-color-muted);
  font-size: 13px;
  font-style: normal;
}

.uf-people-accreditations {
  padding-bottom: calc(var(--uf-section-spacing) * 0.78);
}

.uf-people-accreditations .uf-comm-certs-section {
  padding: clamp(27px, 3.5vw, 45px);
  border: 1px solid rgba(87, 69, 134, 0.13);
  border-radius: var(--uf-radius-small);
  background: linear-gradient(115deg, #fbfaff, #f1faf5);
  text-align: center;
}

.uf-people-accreditations .uf-comm-certs-title {
  margin-bottom: 27px;
  color: var(--uf-color-secondary-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.uf-people-accreditations .uf-comm-certs-grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  list-style: none;
}

.uf-people-accreditations .uf-comm-cert-card {
  min-width: 0;
  min-height: 105px;
  padding: 12px clamp(14px, 2.5vw, 34px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
}

.uf-people-accreditations .uf-comm-cert-card + .uf-comm-cert-card {
  border-left: 1px solid rgba(87, 69, 134, 0.16);
}

.uf-people-accreditations .uf-comm-cert-card img {
  width: auto;
  max-width: 190px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}

.uf-people-accreditations .uf-comm-cert-card span {
  color: var(--uf-color-muted);
  font-size: 12px;
  font-weight: 600;
}

.uf-people-cta {
  padding: 0 0 var(--uf-section-spacing);
}

.uf-people-cta__inner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 150px;
  padding: clamp(28px, 3.4vw, 46px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 3vw, 38px);
  border-radius: var(--uf-radius-small);
  color: var(--uf-color-white);
  background: linear-gradient(110deg, var(--uf-color-primary-dark), var(--uf-color-primary) 58%, var(--uf-color-secondary));
}

.uf-people-cta__inner::after {
  position: absolute;
  right: -70px;
  bottom: -150px;
  z-index: -1;
  width: 390px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  content: "";
}

.uf-people-cta__icon {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  color: var(--uf-color-white);
}

.uf-people-cta__icon svg {
  width: 39px;
  height: 39px;
}

.uf-people-cta__content h2 {
  margin-bottom: 4px;
  color: var(--uf-color-white);
  font-size: clamp(27px, 3vw, 39px);
  line-height: 1.15;
}

.uf-people-cta__content p {
  max-width: 690px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 1199px) {
  .uf-people-hero__content {
    width: 51%;
  }

  .uf-people-hero__media {
    width: 69%;
  }

  .uf-people-highlights__grid {
    grid-template-columns: 1fr 1fr;
  }

  .uf-people-highlights article:nth-child(3) {
    border-top: 1px solid rgba(87, 69, 134, 0.13);
    border-left: 0;
  }

  .uf-people-highlights article:nth-child(4) {
    border-top: 1px solid rgba(87, 69, 134, 0.13);
  }

  .uf-people-investment__grid {
    grid-template-columns: 1fr 1fr;
  }

  .uf-people-investment__grid li {
    min-height: 240px;
  }

  .uf-people-journey__panel ol {
    gap: 15px;
  }

  .uf-people-journey__panel li:not(:last-child)::after {
    left: calc(50% + 40px);
    width: calc(100% - 48px);
  }

  .uf-people-training__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .uf-people-hero > .container {
    min-height: 640px;
  }

  .uf-people-hero__content h1 {
    font-size: clamp(45px, 7vw, 62px);
  }

  .uf-people-journey__panel ol {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
  }

  .uf-people-journey__panel li::after {
    display: none;
  }

  .uf-people-accreditations .uf-comm-certs-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
  }

  .uf-people-accreditations .uf-comm-cert-card:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .uf-people-hero::after {
    display: none;
  }

  .uf-people-hero > .container {
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .uf-people-breadcrumb {
    margin-bottom: 36px;
  }

  .uf-people-hero__content {
    width: 100%;
    max-width: 640px;
    padding-bottom: 38px;
  }

  .uf-people-hero__content h1 {
    font-size: clamp(41px, 11vw, 57px);
  }

  .uf-people-hero__media {
    position: relative;
    inset: auto;
    width: calc(100% + var(--uf-gutter) * 2);
    height: clamp(410px, 91vw, 560px);
    margin: 0 calc(var(--uf-gutter) * -1);
  }

  .uf-people-hero__media::before {
    background: linear-gradient(180deg, #faf9fd 0%, transparent 21%);
  }

  .uf-people-hero__media img {
    -o-object-position: center;
       object-position: center;
  }

  .uf-people-highlights {
    margin-top: 0;
    padding-top: calc(var(--uf-section-spacing) * 0.7);
  }

  .uf-people-impact__grid {
    grid-template-columns: 1fr;
  }

  .uf-people-impact__copy,
  .uf-people-impact blockquote {
    min-height: 0;
  }

  .uf-people-cta__inner {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .uf-people-cta .uf-people-page__button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 575px) {
  .uf-people-highlights__grid,
  .uf-people-investment__grid,
  .uf-people-journey__panel ol,
  .uf-people-training__grid {
    grid-template-columns: 1fr;
  }

  .uf-people-highlights article + article,
  .uf-people-highlights article:nth-child(3),
  .uf-people-highlights article:nth-child(4) {
    border-top: 1px solid rgba(87, 69, 134, 0.13);
    border-left: 0;
  }

  .uf-people-investment__grid li {
    min-height: 0;
  }

  .uf-people-journey__panel li {
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: center;
    gap: 16px;
    text-align: left;
  }

  .uf-people-journey__panel li > span {
    width: 58px;
    height: 58px;
    margin: 0;
  }

  .uf-people-journey__panel li h3 {
    margin: 0;
  }

  .uf-people-impact__copy {
    grid-template-columns: 1fr;
  }

  .uf-people-impact blockquote {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .uf-people-accreditations .uf-comm-certs-grid {
    grid-template-columns: 1fr;
  }

  .uf-people-accreditations .uf-comm-cert-card + .uf-comm-cert-card {
    padding-top: 22px;
    border-top: 1px solid rgba(87, 69, 134, 0.16);
    border-left: 0;
  }

  .uf-people-cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .uf-people-cta__icon {
    margin: 0 auto;
  }

  .uf-people-cta .uf-people-page__button {
    grid-column: auto;
    justify-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .uf-people-page__button {
    transition: none;
  }

  .uf-people-page__button:hover {
    transform: none;
  }
}

