.neon-blue {
  color: #0055FF;
  background: #D6EBFF;
}

.sorbus {
  color: #CC5702;
  background: #FFF3D3;
}

.coral-red {
  color: #ED1527;
  background: #FFF1F2;
}

.meet-the-team {
  background: #FCFCFC;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media only screen and (min-width: 992px) {
  .meet-the-team {
    padding-top: calc(72px + 28 * (100vw - 992px) / 608);
    padding-bottom: calc(72px + 28 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .meet-the-team {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .meet-the-team {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.meet-the-team__intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
@media only screen and (min-width: 992px) {
  .meet-the-team__intro {
    max-width: calc(640px + 260 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .meet-the-team__intro {
    max-width: 900px;
  }
}
.meet-the-team__intro {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .meet-the-team__intro {
    margin-bottom: calc(40px + 24 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .meet-the-team__intro {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .meet-the-team__intro {
    margin-bottom: 32px;
  }
}
.meet-the-team__eyebrow {
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
  color: #0055FF;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .meet-the-team__eyebrow {
    font-size: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .meet-the-team__eyebrow {
    font-size: 16px;
  }
}
.meet-the-team__eyebrow {
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  .meet-the-team__eyebrow {
    margin-bottom: calc(12px + 6 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .meet-the-team__eyebrow {
    margin-bottom: 18px;
  }
}
.meet-the-team__heading {
  margin: 0;
  color: #121926;
  font-weight: 700;
  font-size: 25px;
}
@media only screen and (min-width: 992px) {
  .meet-the-team__heading {
    font-size: calc(25px + 11 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .meet-the-team__heading {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .meet-the-team__heading {
    font-size: 30px;
    line-height: 38px;
  }
}
.meet-the-team__grid {
  display: flex;
  flex-direction: column;
  --meet-team-gap: 24px;
}
@media only screen and (min-width: 992px) {
  .meet-the-team__grid {
    --meet-team-gap: calc(24px + 8 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .meet-the-team__grid {
    --meet-team-gap: 32px;
  }
}
.meet-the-team__grid {
  row-gap: 40px;
}
@media only screen and (min-width: 992px) {
  .meet-the-team__grid {
    row-gap: calc(40px + 16 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .meet-the-team__grid {
    row-gap: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .meet-the-team__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--meet-team-gap);
    row-gap: var(--meet-team-gap);
  }
}
.meet-the-team__row {
  display: grid;
  gap: var(--meet-team-gap);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .meet-the-team__row {
    display: contents;
  }
}
@media only screen and (max-width: 767px) {
  .meet-the-team__row {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .meet-the-team__row--lead {
    display: flex;
    justify-content: center;
    gap: var(--meet-team-gap);
  }
  .meet-the-team__row--lead .meet-the-team__item {
    flex: 0 1 calc((100% - 3 * var(--meet-team-gap)) / 4);
    max-width: calc((100% - 3 * var(--meet-team-gap)) / 4);
  }
  .meet-the-team__row--rest {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.meet-the-team__item {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.meet-the-team__photo {
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .meet-the-team__photo {
    margin-bottom: calc(20px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .meet-the-team__photo {
    margin-bottom: 24px;
  }
}
.meet-the-team__photo-image {
  display: block;
  width: 100%;
  height: auto;
}
.meet-the-team__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.meet-the-team__name {
  margin: 0;
  color: #121926;
  font-weight: 700;
  line-height: 1.3;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .meet-the-team__name {
    font-size: calc(18px + 2 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .meet-the-team__name {
    font-size: 20px;
  }
}
.meet-the-team__name {
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  .meet-the-team__name {
    margin-bottom: calc(8px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .meet-the-team__name {
    margin-bottom: 12px;
  }
}
.meet-the-team__role {
  margin: 0;
  color: #0055FF;
  font-weight: 600;
  line-height: 1.4;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .meet-the-team__role {
    font-size: calc(12px + 6 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .meet-the-team__role {
    font-size: 18px;
  }
}
.meet-the-team__role {
  line-height: 1.55;
}
@media only screen and (max-width: 767px) {
  .meet-the-team__role {
    font-size: 16px;
  }
}
.meet-the-team__role {
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  .meet-the-team__role {
    margin-bottom: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .meet-the-team__role {
    margin-bottom: 16px;
  }
}
.meet-the-team__bio {
  width: 100%;
  margin: 0;
  color: #4B5565;
  overflow: hidden;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  .meet-the-team__bio {
    margin-bottom: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .meet-the-team__bio {
    margin-bottom: 16px;
  }
}
.meet-the-team__bio {
  transition: max-height 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.meet-the-team__bio p {
  margin: 0;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .meet-the-team__bio p {
    font-size: calc(12px + 6 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .meet-the-team__bio p {
    font-size: 18px;
  }
}
.meet-the-team__bio p {
  line-height: 1.55;
}
@media only screen and (max-width: 767px) {
  .meet-the-team__bio p {
    font-size: 16px;
  }
}
.meet-the-team__bio p + p {
  margin-top: 12px;
}
@media only screen and (min-width: 992px) {
  .meet-the-team__bio p + p {
    margin-top: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .meet-the-team__bio p + p {
    margin-top: 16px;
  }
}
.meet-the-team__item:not(.is-expanded) .meet-the-team__bio {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.meet-the-team__toggle {
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0055FF;
  font: inherit;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .meet-the-team__toggle {
    font-size: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .meet-the-team__toggle {
    font-size: 16px;
  }
}
.meet-the-team__toggle {
  gap: 6px;
}
@media only screen and (min-width: 992px) {
  .meet-the-team__toggle {
    gap: calc(6px + 2 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .meet-the-team__toggle {
    gap: 8px;
  }
}
.meet-the-team__toggle {
  transition: all 0.4s ease;
  transition-property: color;
}
.meet-the-team__toggle:hover, .meet-the-team__toggle:focus-visible {
  color: #083FC5;
}
.meet-the-team__toggle-icon {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.meet-the-team__item.is-expanded .meet-the-team__toggle-icon {
  transform: rotate(180deg);
}
.meet-the-team__linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-top: auto;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.meet-the-team__linkedin:hover, .meet-the-team__linkedin:focus-visible {
  opacity: 0.85;
  transform: translateY(-1px);
}
.meet-the-team__linkedin-icon {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (prefers-reduced-motion: reduce) {
  .meet-the-team__bio, .meet-the-team__toggle-icon {
    transition: none;
  }
}