.block-cs-meet-the-team .team-photos .row {
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .block-cs-meet-the-team .team-photos .row {
    row-gap: 48px;
  }
}
.block-cs-meet-the-team .team-photos .team--single-card {
  position: relative !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
  width: 100% !important;
}
.block-cs-meet-the-team .team-photos .team--single-card a {
  width: 100% !important;
  height: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}
.block-cs-meet-the-team .team-photos .team--single-card picture {
  aspect-ratio: initial !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.block-cs-meet-the-team .team-photos .team--single-card picture img {
  -o-object-position: top center !important;
     object-position: top center !important;
}
.block-cs-meet-the-team .team-photos .team--single-card .team-info {
  margin-top: 260px !important;
  padding: 64px 20px 24px !important;
  position: relative !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000)) !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%) !important;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .block-cs-meet-the-team .team-photos .team--single-card .team-info {
    padding: 64px 24px 24px !important;
  }
}
.block-cs-meet-the-team .team-photos .team--single-card .team-info h4 {
  color: var(--theme-color-base-light) !important;
}
.block-cs-meet-the-team .team-photos .team--single-card .team-info .position {
  font-size: 16px !important;
  font-family: var(--theme-body-font) !important;
  font-weight: 500 !important;
  color: var(--theme-color-base-light) !important;
}
.block-cs-meet-the-team .team-photos .team--single-card .team-info .icon i {
  font-size: 11px;
  border-radius: 50%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent !important;
  border: 2px solid var(--theme-color-accent-default) !important;
  color: var(--theme-color-accent-default) !important;
  width: 24px !important;
  height: 24px !important;
}
.block-cs-meet-the-team .team-photos .team--single-card .team-info .icon i::before {
  line-height: 0;
}

.team-popup {
  max-width: 400px;
  margin-top: 46px;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-color-base-light)), to(var(--theme-color-base-medium)));
  background: linear-gradient(90deg, var(--theme-color-base-light) 0%, var(--theme-color-base-medium) 100%);
  position: relative;
}
@media all and (min-width: 768px) {
  .team-popup {
    max-width: 870px;
  }
}
.team-popup .team-pop-box .team-popup-top {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 768px) {
  .team-popup .team-pop-box .team-popup-top {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}
.team-popup .team-pop-box .team-popup-top .team-popup_image {
  margin: 0 auto;
  -ms-flex-item-align: inherit;
      align-self: inherit;
  padding: 20px 20px 0 20px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .team-popup .team-pop-box .team-popup-top .team-popup_image {
    width: 314px;
    padding: 30px 30px 0 30px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    padding: inherit;
    margin: inherit;
    max-width: inherit;
  }
}
.team-popup .team-pop-box .team-popup-top .team-popup_image picture {
  border: none;
  height: auto;
  width: 100%;
}
@media all and (min-width: 768px) {
  .team-popup .team-pop-box .team-popup-top .team-popup_image picture {
    border-right: 2px solid var(--theme-color-base-medium);
    height: 100%;
    width: 100%;
  }
}
.team-popup .team-pop-box .team-popup_head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px;
}
@media all and (min-width: 768px) {
  .team-popup .team-pop-box .team-popup_head {
    padding: 20px;
  }
}
.team-popup .team-pop-box .team-popup_head .position {
  font-size: 14px;
  text-transform: capitalize;
  line-height: normal;
  text-align: left !important;
}/*# sourceMappingURL=cs-meet-the-team.css.map */