@font-face {
  font-family: "AmericanaStd-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/AmericanaStdFUHA-Regular.woff2") format("woff2");
}
:root {
  --wrapper: 100vw;
  --gutter: 40px;
  --rh: calc((var(--wrapper) - (3 * var(--gutter))) / 4);
}

.team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.team__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 24px;
  width: 100%;
  max-width: 1024px;
}
.team__content__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.team__content__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.team__content__image img {
  display: block;
  margin: 64px 0 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px 64px 24px;
  width: 100%;
  max-width: 1400px;
}
.team__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  width: 100%;
}
.team__nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  max-width: 1340px;
  border-bottom: 2px solid rgba(130, 130, 130, 0.25);
}
.team__nav__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 0;
  padding: 14px 0;
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.team__nav__item.-active {
  color: #064C37;
}
.team__nav__item.-active::after {
  position: absolute;
  bottom: -2px;
  content: "";
  width: 100%;
  height: auto;
  border-bottom: 2px solid #064C37;
}
.team__filter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  width: 100%;
  max-width: 100%;
  height: 56px;
  background-color: #141414;
  cursor: pointer;
}
.team__filter .filter-text {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  text-align: center;
}
.team__filter .filter-icon {
  width: 24px;
  height: 24px;
  background-image: url("/assets/svg/filter-icon.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right center;
}
.team__filter .filter-icon.-show {
  width: 24px;
  height: 24px;
  background-image: url("/assets/svg/filter-cross-icon.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right center;
}
.team__filter.-hide {
  display: none;
}
.team__filter-detail {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 24px;
  width: calc(100% - 20px);
  background-color: #141414;
}
.team__filter-detail.-active {
  display: flex;
}
.team__filter-detail.-column {
  flex-direction: column;
}
.team__filter-detail__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.team__filter-detail__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.team__filter-detail__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 40px 0;
  width: 100%;
  max-width: 100%;
}
.team__filter-detail__item.-prevent-padding {
  padding: 0 0 40px 0;
}
.team__filter-detail__item.-wide {
  flex-direction: column;
}
.team__filter-detail__item__label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 500;
}
.team__filter-detail__item__input, .team__filter-detail__item__select {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 42px;
  border-bottom: 2px solid rgba(130, 130, 130, 0.25);
  background-color: #141414;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 500;
}
.team__filter-detail__item__input::placeholder {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
}
.team__filter-detail__item__input:focus {
  background-color: rgba(130, 130, 130, 0.1);
}
.team__filter-detail__item__select {
  width: 100%;
  background-image: url("/assets/svg/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right center;
}
.team__filter-detail__item__button {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 16px 0 0;
  width: 100%;
  height: 42px;
  border: 0;
  background-color: #17C37B;
  cursor: pointer;
}
.team__filter-detail__item__button .search-text {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 500;
  text-align: center;
}
.team__filter-detail__item__button .search-icon {
  display: block;
  margin: 0 0 0 12px;
  width: auto;
  height: 14px;
  object-fit: contain;
}
.team__filter-detail__button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.team__filter-detail__button__reset {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  width: 100%;
  min-width: 158px;
  height: 48px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
}
.team__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.team__people {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px 0 0 0;
  width: 100%;
}
.team__people.-active {
  display: flex;
}
.team__people__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px;
  width: 100%;
  max-width: 100%;
}
.team__people__item.-hide {
  display: none;
}
.team__people__image {
  display: block;
  margin: 0 0 24px 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team__people__name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 20px 0;
  color: #064C37;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 500;
  text-decoration: none;
}
.team__people__name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team__people__position {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 16px 0;
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 500;
}
.team__people__arrow {
  display: block;
  margin: 0 0 8px 0;
  width: 72px;
  height: auto;
  object-fit: contain;
}
.team__more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.team__more__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
  color: #17C37B;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 50px;
  line-height: 3.125rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.team__more__button.-hide {
  display: none;
}
@media only screen and (min-width: 768px) {
  .team__wrapper {
    flex-direction: row;
  }
  .team__nav {
    margin: 0;
  }
  .team__nav__item {
    margin: 0 25px 0 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
  .team__filter {
    width: auto;
  }
  .team__people__item {
    max-width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1024px) {
  .team__filter {
    padding: 15px 40px;
    width: 100%;
    max-width: 207px;
  }
  .team__filter .filter-text {
    display: flex;
  }
  .team__filter .filter-icon {
    background-image: url("/assets/svg/arrow-down-white.svg");
  }
  .team__filter-detail__item.-wide {
    flex-direction: row;
  }
  .team__filter-detail__item__button {
    margin: 0;
    width: 130px;
  }
  .team__people {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1280px) {
  .team__content {
    flex-direction: row;
    align-items: flex-start;
    padding: 116px 0;
  }
  .team__content__image img {
    margin: 0 0 0 40px;
    width: 440px;
  }
  .team__people__item {
    width: calc(25% - 20px);
  }
}
@media only screen and (min-width: 1366px) {
  .team__filter-detail {
    flex-direction: row;
    padding: 64px 120px;
  }
  .team__filter-detail__container {
    flex-direction: row;
  }
  .team__filter-detail__item {
    padding: 0 120px 40px 0;
  }
  .team__filter-detail__item__select {
    width: 360px;
  }
}