.bg--white {
  background: #ffffff !important;
}

.color--white {
  color: #ffffff !important;
}

.bg--black {
  background: #000000 !important;
}

.color--black {
  color: #000000 !important;
}

.bg--blue {
  background: #004797 !important;
}

.color--blue {
  color: #004797 !important;
}

.bg--darkblue {
  background: #212B59 !important;
}

.color--darkblue {
  color: #212B59 !important;
}

.bg--purple {
  background: #8C1D82 !important;
}

.color--purple {
  color: #8C1D82 !important;
}

.bg--orange {
  background: #F08300 !important;
}

.color--orange {
  color: #F08300 !important;
}

.bg--pastelblue {
  background: #E8EDFF !important;
}

.color--pastelblue {
  color: #E8EDFF !important;
}

.bg--pastelorange {
  background: #FBE9D5 !important;
}

.color--pastelorange {
  color: #FBE9D5 !important;
}

.eye-block.team-grid .team-grid--intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 576px) {
  .eye-block.team-grid .team-grid--intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.eye-block.team-grid .team-grid--intro .team-grid--intro-search .custom-select-wrapper {
  position: relative;
  display: inline-block;
}
.eye-block.team-grid .team-grid--intro .team-grid--intro-search .custom-select-wrapper i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #004797;
  font-size: 0.8rem;
}
.eye-block.team-grid .team-grid--intro .team-grid--intro-search .custom-select-wrapper .team-grid--filter {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #004797;
  color: #004797;
  border-radius: 0.5rem;
  padding: 10px 40px 10px 16px;
  cursor: pointer;
}
.eye-block.team-grid .team-grid--intro .team-grid--intro-search .dropdown-toggle {
  min-width: 220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eye-block.team-grid .team-grid--intro .team-grid--intro-search .dropdown-menu {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px) !important;
  border-radius: var(--radius-sm, 0.5rem) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding: 1rem 0.5rem;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.eye-block.team-grid .team-grid--intro .team-grid--intro-search .dropdown-menu li {
  padding: 0.25rem 1rem !important;
  margin: 0 !important;
  border-radius: 5px;
  transition: 0.1s ease;
  cursor: pointer;
}
.eye-block.team-grid .team-grid--intro .team-grid--intro-search .dropdown-menu li:has(.form-check) {
  padding: 0.25rem 1rem 0.25rem 0.5rem !important;
}
.eye-block.team-grid .team-grid--intro .team-grid--intro-search .dropdown-menu li:hover, .eye-block.team-grid .team-grid--intro .team-grid--intro-search .dropdown-menu li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.eye-block.team-grid .team-grid--intro .team-grid--intro-search .dropdown-menu li a {
  width: 100%;
  display: block;
  padding: 0;
  transition: 0.1s ease;
  font-weight: 400;
  font-size: 1rem;
}
.eye-block.team-grid .team-grid--intro .team-grid--intro-search .dropdown-menu li a:hover {
  text-decoration: none;
  background: none !important;
}
.eye-block.team-grid .team-item .team-item-thumbnail {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.eye-block.team-grid .team-item .team-item-thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top center;
}
.eye-block.team-grid .team-item .team-item-name {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 576px) {
  .eye-block.team-grid .team-item .team-item-name {
    margin-bottom: 0;
  }
}
.eye-block.team-grid .team-item .team-item-position {
  font-size: 1rem;
}
.eye-block.team-grid .team-item.team-item--vacancy {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background: linear-gradient(to right, #8F207E, #F08300);
  text-decoration: none;
  border-radius: 1rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.eye-block.team-grid .team-item.team-item--vacancy p {
  margin-bottom: 0.5rem;
}
.eye-block.team-grid .team-item.team-item--vacancy h5 {
  color: #ffffff;
  margin-bottom: 0.5rem;
}

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