.singlePeopleHeroWrap .peopleHeroImage {
  position: relative;
  padding-bottom: 25px;
}
.singlePeopleHeroWrap .peopleHeroImage .heroImage {
  aspect-ratio: 3/4;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--hero-image-left-position) var(--hero-image-top-position);
     object-position: var(--hero-image-left-position) var(--hero-image-top-position);
}
@media (min-width: 1024px) {
  .singlePeopleHeroWrap .peopleHeroImage .heroImage {
    aspect-ratio: 5/4;
    border-radius: 14px;
    width: 66%;
  }
  .singlePeopleHeroWrap .peopleHeroImage .peopleHeroImagePattern {
    display: block;
    position: absolute;
    bottom: calc(-1 * clamp(10px, 1.653vw, 25px));
    left: calc(33% - clamp(10px, 1.653vw, 25px));
    width: 45%;
    height: 33%;
    z-index: -2;
    opacity: 0.6;
  }
}
.singlePeopleHeroWrap .peopleHeroImage .headlinePattern {
  --headline-pattern-bottom: calc(-1 * clamp(10px, 1.653vw, 25px));
  position: absolute;
  left: -15px;
  bottom: -25px;
  top: auto;
  width: 100%;
  height: 46%;
  z-index: -2;
  opacity: 1;
}
@media (min-width: 1024px) {
  .singlePeopleHeroWrap .peopleHeroImage .headlinePattern {
    height: var(--headline-height);
    left: 0;
    top: 50%;
    transform: translateY(calc(-50% - clamp(20px, 2.646vw, 40px)));
    bottom: auto;
  }
}
.singlePeopleHeroWrap .peopleHeroImage .headlineContainer {
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(25px, 3.638vw, 70px) clamp(27px, 3.968vw, 60px);
  gap: clamp(5px, 1.19vw, 18px);
}
@media (min-width: 1024px) {
  .singlePeopleHeroWrap .peopleHeroImage .headlineContainer {
    z-index: 15;
    top: 50%;
    bottom: auto;
    left: clamp(20px, 2.646vw, 40px);
    transform: translateY(-50%);
    width: 100%;
    max-width: 514px;
    border-radius: 20px;
  }
}
.singlePeopleHeroWrap .peopleHeroImage .headlineContainer:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #BFD631;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .singlePeopleHeroWrap .peopleHeroImage .headlineContainer:before {
    border-radius: 20px;
  }
}
.singlePeopleHeroWrap .peopleHeroImage .headlineContainer .headline {
  margin-bottom: 0;
  font-size: clamp(22px, 2.381vw, 36px);
}
.singlePeopleHeroWrap .peopleHeroImage .headlineContainer .personTitle {
  margin-bottom: 0;
  font-family: Roboto Condensed, Open Sans, Helvetica Neue, Helvetica, Arial;
  font-size: clamp(16px, 1.667vw, 24px);
  text-transform: uppercase;
}
.singlePeopleHeroWrap .peopleHeroImage .headlineContainer .dateJoined {
  margin-bottom: 0;
  font-family: Roboto Condensed, Open Sans, Helvetica Neue, Helvetica, Arial;
  font-weight: 400;
  font-size: clamp(14px, 1.19vw, 18px);
  text-transform: uppercase;
}
.singlePeopleHeroWrap .peopleHeroImage .headlineContainer .linkedin {
  position: absolute;
  right: clamp(19px, 1.984vw, 30px);
  bottom: clamp(15px, 1.653vw, 25px);
}

.bioWrap {
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding: clamp(30px, 4.299vw, 65px) 0;
  font-size: 1.667vw;
  font-size: clamp(16px, 1.667vw, 24px);
  font-weight: 400;
  line-height: 1.333;
}
.bioWrap * {
  line-height: 1.333;
}

.PeopleGallery {
  --tw-bg-opacity: 1;
  background-color: rgb(35 31 32 / var(--tw-bg-opacity, 1));
  padding: clamp(30px, 4.299vw, 65px) 0;
}
.PeopleGallery .gallerySlide {
  aspect-ratio: 48/43;
}
.PeopleGallery .gallerySlide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.PeopleGallery .swiper {
  padding-bottom: clamp(45px, 3.307vw, 50px);
}
.PeopleGallery .swiper-scrollbar {
  background-color: rgba(255, 255, 255, 0.5);
  height: 7px !important;
  border-radius: 8px;
  width: 75%;
  max-width: 585px;
  margin: 0 auto;
  bottom: 0;
  left: 50% !important;
  transform: translateX(-50%);
}
.PeopleGallery .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #fff;
  height: 7px !important;
  border-radius: 8px;
}
.PeopleGallery .swiper-button-next,
.PeopleGallery .swiper-button-prev {
  display: none;
  height: 110px;
  top: 50% !important;
  transform: translateY(-50%) !important;
  opacity: 0.75;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .PeopleGallery .swiper-button-next,
  .PeopleGallery .swiper-button-prev {
    display: block;
  }
}
.PeopleGallery .swiper-button-next:hover,
.PeopleGallery .swiper-button-prev:hover {
  opacity: 1;
}
.PeopleGallery .swiper-button-next {
  right: 40px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='85' viewBox='0 0 32 85' fill='none'%3E%3Cpath d='M31.2355 41.3755C31.6969 42.0542 31.6969 42.9458 31.2355 43.6245L4.15394 83.4579C3.04665 85.0866 0.499992 84.3028 0.499992 82.3334L0.499996 2.66659C0.499996 0.697152 3.04666 -0.0865567 4.15395 1.54212L31.2355 41.3755Z' fill='white'/%3E%3C/svg%3E");
}
.PeopleGallery .swiper-button-prev {
  left: 40px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='85' viewBox='0 0 32 85' fill='none'%3E%3Cpath d='M0.764493 43.6245C0.303097 42.9458 0.303098 42.0542 0.764494 41.3755L27.846 1.54212C28.9533 -0.0865644 31.5 0.697157 31.5 2.66659L31.5 82.3334C31.5 84.3028 28.9533 85.0866 27.8461 83.4579L0.764493 43.6245Z' fill='white'/%3E%3C/svg%3E");
}
.PeopleGallery .swiper-pagination {
  background-color: #918f8f;
  border-radius: 8px;
  overflow: hidden;
  width: 75% !important;
  max-width: 585px;
  margin: 0 auto;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  display: flex;
}
.PeopleGallery .swiper-pagination .swiper-pagination-bullet {
  flex: 1 0 auto;
  margin: 0 !important;
  background-color: #918f8f;
  opacity: 1 !important;
  height: 7px !important;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.PeopleGallery .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.PeopleGallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
}

.peopleTilesWrap {
  padding: clamp(20px, 10vw, 40px) 0;
}
@media (min-width: 1024px) {
  .peopleTilesWrap {
    padding: clamp(40px, 5.556vw, 80px) 0;
  }
}
.peopleTilesWrap .peopleTilesContainer {
  position: relative;
  margin-top: 1.75rem;
}
@media (min-width: 768px) {
  .peopleTilesWrap .peopleTilesContainer {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: 5rem;
  }
}

.peopleTilesWrap .peopleTilesContainer,
.peopleTilesWrap .peopleGalleryContainer,
.peopleGalleryWrap .peopleTilesContainer,
.peopleGalleryWrap .peopleGalleryContainer {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .peopleTilesWrap .peopleTilesContainer,
  .peopleTilesWrap .peopleGalleryContainer,
  .peopleGalleryWrap .peopleTilesContainer,
  .peopleGalleryWrap .peopleGalleryContainer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .peopleTilesWrap .peopleTilesContainer,
  .peopleTilesWrap .peopleGalleryContainer,
  .peopleGalleryWrap .peopleTilesContainer,
  .peopleGalleryWrap .peopleGalleryContainer {
    grid-template-columns: repeat(3, 1fr);
  }
}
.peopleTilesWrap .peopleTilesContainer .peopleTileCardOuter,
.peopleTilesWrap .peopleGalleryContainer .peopleTileCardOuter,
.peopleGalleryWrap .peopleTilesContainer .peopleTileCardOuter,
.peopleGalleryWrap .peopleGalleryContainer .peopleTileCardOuter {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .peopleTilesWrap .peopleTilesContainer .peopleTileCardOuter,
.peopleTilesWrap .peopleGalleryContainer .peopleTileCardOuter,
.peopleGalleryWrap .peopleTilesContainer .peopleTileCardOuter,
.peopleGalleryWrap .peopleGalleryContainer .peopleTileCardOuter {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.peopleTilesWrap .peopleTilesContainer .peopleTileCardOuter .peopleTileCard,
.peopleTilesWrap .peopleGalleryContainer .peopleTileCardOuter .peopleTileCard,
.peopleGalleryWrap .peopleTilesContainer .peopleTileCardOuter .peopleTileCard,
.peopleGalleryWrap .peopleGalleryContainer .peopleTileCardOuter .peopleTileCard {
  position: relative;
  display: block;
  aspect-ratio: 0.66/1;
}
.peopleTilesWrap .peopleTilesContainer .peopleTileCardOuter .peopleTileCard img,
.peopleTilesWrap .peopleGalleryContainer .peopleTileCardOuter .peopleTileCard img,
.peopleGalleryWrap .peopleTilesContainer .peopleTileCardOuter .peopleTileCard img,
.peopleGalleryWrap .peopleGalleryContainer .peopleTileCardOuter .peopleTileCard img {
  width: 100%;
  height: 100%;
  border-radius: clamp(11px, 0.926vw, 14px);
  -o-object-fit: cover;
     object-fit: cover;
}
.peopleTilesWrap .peopleTilesContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardHover,
.peopleTilesWrap .peopleGalleryContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardHover,
.peopleGalleryWrap .peopleTilesContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardHover,
.peopleGalleryWrap .peopleGalleryContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardHover {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background: rgba(35, 31, 32, 0.8);
  border-radius: clamp(11px, 0.926vw, 14px);
}
.peopleTilesWrap .peopleTilesContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardContent,
.peopleTilesWrap .peopleGalleryContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardContent,
.peopleGalleryWrap .peopleTilesContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardContent,
.peopleGalleryWrap .peopleGalleryContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardContent {
  position: absolute;
  z-index: 2;
  bottom: 11px;
  left: 11px;
  width: calc(100% - 22px);
  border-radius: clamp(11px, 0.926vw, 14px);
  background: #BFD631;
  padding: clamp(21px, 1.786vw, 27px) clamp(23px, 1.984vw, 30px);
}
.peopleTilesWrap .peopleTilesContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardContent .tileName,
.peopleTilesWrap .peopleGalleryContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardContent .tileName,
.peopleGalleryWrap .peopleTilesContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardContent .tileName,
.peopleGalleryWrap .peopleGalleryContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardContent .tileName {
  font-size: clamp(22px, 1.852vw, 28px);
  margin-bottom: 0.25rem;
}
.peopleTilesWrap .peopleTilesContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardContent .tileTitle,
.peopleTilesWrap .peopleGalleryContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardContent .tileTitle,
.peopleGalleryWrap .peopleTilesContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardContent .tileTitle,
.peopleGalleryWrap .peopleGalleryContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardContent .tileTitle {
  font-size: clamp(13px, 1.058vw, 16px);
  font-family: Roboto Condensed, Open Sans, Helvetica Neue, Helvetica, Arial;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.peopleTilesWrap .peopleTilesContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardContent .tileIcon,
.peopleTilesWrap .peopleGalleryContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardContent .tileIcon,
.peopleGalleryWrap .peopleTilesContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardContent .tileIcon,
.peopleGalleryWrap .peopleGalleryContainer .peopleTileCardOuter .peopleTileCard .peopleTileCardContent .tileIcon {
  margin-left: auto;
  width: clamp(25px, 2.116vw, 32px);
}
.peopleTilesWrap .peopleTilesContainer .peopleTileCardOuter .peopleTileCard:hover .peopleTileCardHover,
.peopleTilesWrap .peopleGalleryContainer .peopleTileCardOuter .peopleTileCard:hover .peopleTileCardHover,
.peopleGalleryWrap .peopleTilesContainer .peopleTileCardOuter .peopleTileCard:hover .peopleTileCardHover,
.peopleGalleryWrap .peopleGalleryContainer .peopleTileCardOuter .peopleTileCard:hover .peopleTileCardHover {
  opacity: 1;
}
.peopleTilesWrap .peopleTilesContainer .tile-pattern.onMobile,
.peopleTilesWrap .peopleGalleryContainer .tile-pattern.onMobile,
.peopleGalleryWrap .peopleTilesContainer .tile-pattern.onMobile,
.peopleGalleryWrap .peopleGalleryContainer .tile-pattern.onMobile {
  display: block !important;
  position: absolute;
  bottom: -35px;
  right: 0;
  width: 50%;
  height: 231px;
  z-index: 1;
}
.peopleTilesWrap .peopleTilesContainer .tile-pattern.onMobile #patternContainer,
.peopleTilesWrap .peopleGalleryContainer .tile-pattern.onMobile #patternContainer,
.peopleGalleryWrap .peopleTilesContainer .tile-pattern.onMobile #patternContainer,
.peopleGalleryWrap .peopleGalleryContainer .tile-pattern.onMobile #patternContainer {
  height: 100%;
}
