.sfc-team-socials:hover .sfc-icon::before {
  transform: translate(-50%, -50%);
}

.sfc-team-filter, .infinite-body .sfc-team-filter {
  background: #ffffff;
  margin-bottom: 34px;
  padding: 32px;
}
.sfc-team-filter .filter-headline, .infinite-body .sfc-team-filter .filter-headline {
  font-size: 16px;
  color: #1A1A1A;
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sfc-team-filter .sfc-team-filter-row, .infinite-body .sfc-team-filter .sfc-team-filter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.sfc-team-filter .sfc-team-filter-buttons, .infinite-body .sfc-team-filter .sfc-team-filter-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.sfc-team-filter .sfc-team-filter-buttons button, .infinite-body .sfc-team-filter .sfc-team-filter-buttons button {
  height: 38px;
  padding: 8px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: white;
  color: #1A1A1A;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}
.sfc-team-filter .sfc-team-filter-buttons button:hover, .infinite-body .sfc-team-filter .sfc-team-filter-buttons button:hover {
  background: #123E4E;
  border-color: #123E4E;
  color: white;
}
.sfc-team-filter .sfc-team-filter-buttons button.active, .infinite-body .sfc-team-filter .sfc-team-filter-buttons button.active {
  background: #123E4E;
  border-color: #123E4E;
  color: white;
}

.sfc-team-wrap {
  padding-bottom: 64px;
}

.sfc-team-grid {
  --sfc-team-columns: 4;
  display: grid;
  grid-template-columns: repeat(var(--sfc-team-columns), minmax(0, 1fr));
  gap: 42px 24px;
}

.sfc-team-grid {
  position: relative;
}

.preload-hidden {
  display: none !important;
}

.sfc-team-load-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

[id^=sfc-filter-grid].loading .sfc-team-load-bg {
  opacity: 1;
  visibility: visible;
}
[id^=sfc-filter-grid].loading .sfc-team-load-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 2;
}
[id^=sfc-filter-grid].loading .sfc-team-load-bg::before {
  content: "";
  position: fixed;
  width: 42px;
  height: 42px;
  border: 3px solid #d9d9d9;
  border-top-color: #008c95;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: scfSpin 0.7s linear infinite;
  z-index: 3;
}

.sfc-team-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 0;
  transform: translateY(25px);
  animation: scfFadeUp 0.25s ease-out forwards;
}
.sfc-team-card .sfc-team-image {
  margin-bottom: 22px;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f5f5;
}
.sfc-team-card .sfc-team-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.sfc-team-card .sfc-team-name {
  color: #009591;
  font-family: "Nunito Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.sfc-team-card .sfc-team-position {
  color: #1A1A1A;
  font-family: "Nunito Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
  letter-spacing: 2.88px;
  text-transform: uppercase;
  margin-bottom: 38px;
}
.sfc-team-card .sfc-team-footer {
  display: flex;
  gap: 15px;
  margin-top: auto;
}
.sfc-team-card .sfc-team-footer .click-icon-link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
}
.sfc-team-card .sfc-team-footer .click-icon-link .sfc-team-btn-name {
  color: #123E4E;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
}
.sfc-team-card .sfc-team-footer .sfc-team-socials {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 20px;
  gap: 24px;
}
@media (max-width: 767px) {
  .sfc-team-card .sfc-team-footer .sfc-team-socials {
    margin-right: 0;
  }
}
.sfc-team-card .sfc-team-footer .sfc-team-socials a {
  display: block;
}
.sfc-team-card .sfc-team-footer .sfc-team-socials a .sfc-icon {
  display: block;
  width: 26px;
  height: 26px;
}

.sfc-team-grid.sfc-team-columns-2 .sfc-team-card .sfc-team-socials {
  margin-right: 100px;
}
@media (max-width: 767px) {
  .sfc-team-grid.sfc-team-columns-2 .sfc-team-card .sfc-team-socials {
    margin-right: 0;
  }
}

.sfc-load-more-wrap {
  text-align: center;
  margin-top: 70px;
}
.sfc-load-more-wrap button {
  margin-left: 10px;
  border-radius: 8px;
  padding: 10px 30px;
  line-height: 22px;
  border: 1px solid #009591;
  background: #009591;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}
.sfc-load-more-wrap button:hover {
  border: 1px solid #123e4e;
  background: #123e4e;
  color: white;
}

@keyframes scfFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scfSpin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* tablet */
@media (max-width: 991px) {
  .sfc-team-grid {
    grid-template-columns: repeat(min(var(--sfc-team-columns), 2), minmax(0, 1fr));
    gap: 36px 20px;
  }
  .sfc-team-name {
    font-size: 24px;
  }
}
/* mobile */
@media (max-width: 767px) {
  .sfc-team-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .sfc-team-name {
    font-size: 22px;
  }
  .sfc-team-position {
    font-size: 11px;
    letter-spacing: 0.18em;
  }
}
.sfc-team-single-wrap {
  padding-top: 32px;
  padding-bottom: 96px;
}
.sfc-team-single-wrap .sfc-back-to-listing a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #123E4E;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
}
.sfc-team-single-wrap .sfc-back-to-listing img {
  width: 18px;
  height: auto;
}

.sfc-back-to-listing {
  margin-bottom: 60px;
}

.sfc-team-single-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 767px) {
  .sfc-team-single-grid {
    grid-template-columns: auto;
    gap: 20px;
  }
}

.sfc-team-single-image {
  margin-bottom: 22px;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f5f5;
}
.sfc-team-single-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.sfc-team-single-content {
  font-size: 64px;
  line-height: 1.1;
}
.sfc-team-single-content .sfc-team-title {
  color: #009591;
  font-family: "Nunito Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 8px;
}
.sfc-team-single-content .sfc-team-position {
  color: #1A1A1A;
  font-family: "Nunito Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 150% */
  letter-spacing: 2.88px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sfc-team-single-content .sfc-team-socials {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 20px;
  gap: 24px;
}
@media (max-width: 767px) {
  .sfc-team-single-content .sfc-team-socials {
    margin-right: 0;
  }
}
.sfc-team-single-content .sfc-team-socials a {
  display: block;
}
.sfc-team-single-content .sfc-team-socials a .sfc-icon {
  display: block;
  width: 26px;
  height: 26px;
}
.sfc-team-single-content .sfc-team-description {
  color: #161618;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 56px;
}

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