* {
  box-sizing: border-box; }

/* Darkest Navy */
/* Cobalt Blue */
/* Navy */
/* Navy */
/* White Linen */
/* Pink Energy */
/* Green Verve */
/* Orange Zeal */
.team-cards {
  padding-top: 2.8125rem;
  padding-bottom: 6.25rem;
  background-image: linear-gradient(#f7eee7 0%, rgba(247, 238, 231, 0) 100%); }
  .team-cards__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .team-cards__top.justify-content-end {
      justify-content: flex-end; }
    .team-cards__top.justify-content-start {
      justify-content: flex-start; }
    .team-cards__top.justify-content-between {
      justify-content: space-between; }
  .team-cards .facetwp-facet {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%; }
    .team-cards .facetwp-facet .facetwp-input-wrap {
      max-width: 100%; }
    .team-cards .facetwp-facet .facetwp-radio {
      padding: 1.0625rem 1.875rem;
      background: transparent;
      border-radius: 100px;
      transition: all 0.3s ease-in-out;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      text-align: center; }
      .team-cards .facetwp-facet .facetwp-radio:hover, .team-cards .facetwp-facet .facetwp-radio.checked {
        background: rgba(224, 212, 203, 0.82); }
      .team-cards .facetwp-facet .facetwp-radio .facetwp-counter {
        display: none !important; }
    .team-cards .facetwp-facet .facetwp-search {
      width: 25rem;
      max-width: 100%;
      min-width: 0;
      padding: 1.25rem 1.875rem;
      border: 1px solid #c2b5aa;
      background-color: rgba(224, 212, 203, 0.26);
      font-size: 0.9375rem;
      font-weight: 500; }
    .team-cards .facetwp-facet .facetwp-icon {
      right: 25px;
      opacity: 1; }
      .team-cards .facetwp-facet .facetwp-icon::before {
        background-image: url(../png/search-blue.png); }
      .team-cards .facetwp-facet .facetwp-icon.f-loading::before {
        background-image: url(../png/loading.png); }
  .team-cards .team-grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 1.875rem);
    margin: 0 -0.9375rem; }
    .team-cards .team-grid .team-card {
      width: calc(25% - 1.875rem);
      margin: 0 0.9375rem 3.75rem; }
      .team-cards .team-grid .team-card img {
        width: 100%;
        margin-bottom: 1.875rem;
        aspect-ratio: 3/4;
        object-fit: cover;
        object-position: top; }
      .team-cards .team-grid .team-card__name {
        margin-bottom: 0.625rem;
        font-family: "DM Serif Display", serif;
        font-size: 1.625rem;
        font-weight: 400;
        letter-spacing: 1px; }
      .team-cards .team-grid .team-card__title {
        margin: 0;
        font-size: 0.9375rem;
        font-weight: 500; }
  @media screen and (max-width: 1199px) {
    .team-cards .team-grid .team-card {
      width: calc(33.333% - 1.875rem); } }
  @media screen and (max-width: 991px) {
    .team-cards__top {
      justify-content: center; }
    .team-cards .facetwp-facet {
      margin-bottom: 1.875rem; }
    .team-cards .team-grid .team-card {
      width: calc(50% - 1.875rem); } }
  @media screen and (max-width: 499px) {
    .team-cards .facetwp-facet .facetwp-radio {
      width: 100%; }
    .team-cards .team-grid {
      width: 100%;
      margin: 0; }
      .team-cards .team-grid .team-card {
        width: 100%;
        margin: 0 0 1.875rem; } }
