/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
/**
 * fullheight
 */
/**
 * Touch
 */
/**
 * No Touch
 */
/**
 * Touch
 */
/**
 * background-color rgba
 */
/**
 * color rgba
 */
/**
 * breakpoint
 */
*[wpb-data-scroll-ani=wpb-team] .block {
  opacity: 0;
  transform: scale(0.95);
  transform-origin: center center;
}
*[wpb-data-scroll-ani=wpb-team].wpb-scroll-ani-animate .block {
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  opacity: 1;
  transform: scale(1);
}

.zm-wpb_team {
  position: relative;
}
.zm-wpb_team .list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1200px) {
  .zm-wpb_team .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .zm-wpb_team .list {
    grid-template-columns: 1fr;
  }
}
.zm-wpb_team .block {
  position: relative;
  height: 700px;
  background: #DFDFD4;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.zm-wpb_team .block::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 1px solid #B19C92;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .zm-wpb_team .block {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .zm-wpb_team .block {
    height: 550px;
  }
}
@media (max-width: 980px) {
  .zm-wpb_team .block {
    height: 500px;
  }
}
@media (max-width: 600px) {
  .zm-wpb_team .block {
    height: 450px;
  }
}
.zm-wpb_team .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  background: #DFDFD4;
  border: 0 solid rgba(255, 255, 255, 0);
  transition: border 0.3s ease-out;
}
.zm-wpb_team .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transform-origin: center bottom;
}
.zm-wpb_team .content {
  position: relative;
  font-size: var(--wpb-font-size-great);
  line-height: 1.5;
  text-align: center;
  color: #000000;
  z-index: 1;
  padding: 40px 25px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 80%);
}
@media (max-width: 600px) {
  .zm-wpb_team .content {
    font-size: var(--wpb-font-size-medium);
  }
}
.zm-wpb_team .name {
  font-weight: bold;
}
.zm-wpb_team .name, .zm-wpb_team .job {
  position: relative;
  z-index: 1;
  display: block;
}