.hae-team-member.card {
  color: inherit;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.hae-team-member .card-body {
  color: inherit;
  padding: 0;
}
.hae-team-member .hae-tm-image {
  width: 100%;
}
.hae-team-member .hae-tm-image .hi_core__lazy-image-wrap,
.hae-team-member .hae-tm-image .card-img {
  width: 100%;
  display: block;
}
.hae-team-member .hae-tm-image img {
  width: 100%;
}
.hae-team-member .hae-tm-name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}
.hae-team-member .hae-tm-name a {
  color: inherit;
}
.hae-team-member .hae-tm-pos {
  margin-bottom: 0.5rem;
}
.hae-team-member .hae-tm-desc {
  margin: 0;
}

.hae-tm-social {
  margin-top: 1rem;
}
.hae-tm-social .elementor-icon {
  font-size: 16px;
}
.hae-tm-social .elementor-icon + .elementor-icon {
  margin-left: 10px;
}

.hae-tm-style-01 .hae-tm-image {
  margin-bottom: 20px;
}
.hae-tm-style-01 .card-img {
  position: relative;
}
.hae-tm-style-01 .card-body {
  width: 100%;
}
.hae-tm-style-01 .hae-tm-social {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  min-height: 52px;
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.hae-tm-style-01 .hae-tm-social .elementor-icon {
  color: #fff;
}
.hae-tm-style-01 .hae-tm-social .elementor-icon + .elementor-icon {
  margin-left: 20px;
}
.hae-tm-style-01:hover .hae-tm-social {
  opacity: 1;
}

.hae-tm-style-02 .hae-tm-image {
  margin-bottom: 15px;
}

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