.people-tabs .people-tabs__heading {
  font-size: var(--wdg-font-size-large);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.05em;
  opacity: 0.75;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--wdg-color-background, var(--wdg-color-text));
  mix-blend-mode: exclusion;
}
.people-tabs .people-tabs__heading > span {
  white-space: nowrap !important;
  display: inline-block;
}
.people-tabs .people-tabs__nav {
  display: flex;
  gap: var(--wdg-gap-small);
  justify-content: space-between;
  align-items: center;
  margin-block: var(--wdg-gap-block);
}
.people-tabs .people-tabs__nav > hr {
  flex: 1;
  background: var(--wdg-color-white-20);
  height: 1px;
  border: none;
}
.people-tabs .people-tabs__nav-link {
  opacity: 0.5;
  text-transform: none;
  font-size: var(--wdg-font-size-small);
  font-weight: 600;
  letter-spacing: -0.75px;
  border-bottom: 0px solid;
  transition: border-width 200ms linear;
  padding-block: var(--wdg-gap-xsmall);
}
.people-tabs .people-tabs__nav-link--active {
  opacity: 1;
  border-bottom-width: 4px;
  padding-top: calc(var(--wrdg-gap-xsmall) - 4px);
}
.people-tabs .people-tabs__nav-link--back:not([disabled]), .people-tabs .people-tabs__nav-link--forward:not([disabled]) {
  opacity: 1;
}
.people-tabs .people-tabs__nav-item {
  margin: 0;
}
.people-tabs .people:not(.people--active) {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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