/* Variables */
.our-team-home-block.two-col-image-block .two-col-image.image-left .inner-column-2 > .kt-inside-inner-col {
  margin: 0 auto;
  max-width: 620px;
  padding-left: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .our-team-home-block.two-col-image-block .two-col-image.image-left .inner-column-2 > .kt-inside-inner-col {
    margin: 0;
    max-width: 470px;
    padding-bottom: 100px;
    padding-top: 100px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .our-team-home-block.two-col-image-block .two-col-image.image-side-right .kt-row-column-wrap {
    flex-direction: row-reverse;
  }
  .our-team-home-block.two-col-image-block .two-col-image.image-side-right .kt-row-column-wrap .inner-column-2 {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .our-team-home-block.two-col-image-block .two-col-image.image-side-right .kt-row-column-wrap .team {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1270px) {
  .our-team-home-block.two-col-image-block .two-col-image.image-side-right .kt-row-column-wrap .team {
    left: auto;
    right: -50px;
  }
}
.our-team-home-block.two-col-image-block .team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px 0;
  padding: 40px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .our-team-home-block.two-col-image-block .team {
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% + 40px);
  }
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .our-team-home-block.two-col-image-block .team {
    width: 50%;
  }
}
@media (min-width: 1270px) {
  .our-team-home-block.two-col-image-block .team {
    left: -50px;
  }
}
@media (min-width: 768px) {
  .our-team-home-block.two-col-image-block .team:before {
    background: url("/wp-content/themes/thetheme/images/testimonials-bg-1.svg") no-repeat center;
    background-size: contain;
    content: "";
    filter: blur(400px);
    opacity: 0.3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.our-team-home-block.two-col-image-block .team svg {
  max-width: 100%;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .our-team-home-block.two-col-image-block .team svg {
    animation: glow-grow 3s ease-out infinite;
  }
}
@media (max-width: 687px) {
  .our-team-home-block.two-col-image-block .team svg {
    height: 68vw;
  }
}
@keyframes glow-grow {
  0% {
    opacity: 0.35;
    transform: scale(1);
  }
  10% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0.35;
    transform: scale(1);
  }
}
.our-team-home-block.two-col-image-block .team .team-member {
  -webkit-box-shadow: 0px 2px 23px 0 rgba(48, 27, 114, 0.15);
  -moz-box-shadow: 0px 2px 23px 0 rgba(48, 27, 114, 0.15);
  box-shadow: 0px 2px 23px 0 rgba(48, 27, 114, 0.15);
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 46px;
  border-top-right-radius: 46px;
  margin: 0 auto;
  order: 1;
  padding: 4px;
  width: 92px;
  position: absolute;
  text-align: center;
  z-index: 1;
}
.our-team-home-block.two-col-image-block .team .team-member img {
  border-radius: 50%;
  width: 84px;
}
.our-team-home-block.two-col-image-block .team .team-member div {
  color: #AA52FF;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: none;
  color: #301B72;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 0;
}
@media (min-width: 640px) {
  .our-team-home-block.two-col-image-block .team .team-member:nth-child(-n+2) {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-top-left-radius: 88px;
    border-top-right-radius: 88px;
    padding: 8px;
    width: 130px;
  }
  .our-team-home-block.two-col-image-block .team .team-member:nth-child(-n+2) img {
    width: 114px;
  }
  .our-team-home-block.two-col-image-block .team .team-member:nth-child(-n+2) div {
    font-size: 14px;
    padding-top: 12px;
  }
}
@media (max-width: 639px) {
  .our-team-home-block.two-col-image-block .team .team-member:nth-child(n+3) {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 29px;
    border-top-right-radius: 29px;
    padding: 3px;
    width: 57px;
  }
  .our-team-home-block.two-col-image-block .team .team-member:nth-child(n+3) img {
    width: 51px;
  }
  .our-team-home-block.two-col-image-block .team .team-member:nth-child(n+3) div {
    font-size: 11px;
  }
  .our-team-home-block.two-col-image-block .team .team-member:nth-child(n+3) div span {
    display: none;
  }
}
.our-team-home-block.two-col-image-block .team .team-member.member-1, .our-team-home-block.two-col-image-block .team .team-member.member-2 {
  top: 50%;
}
.our-team-home-block.two-col-image-block .team .team-member.member-3, .our-team-home-block.two-col-image-block .team .team-member.member-4 {
  top: 18%;
}
.our-team-home-block.two-col-image-block .team .team-member.member-6, .our-team-home-block.two-col-image-block .team .team-member.member-7 {
  bottom: 18%;
}
.our-team-home-block.two-col-image-block .team .team-member.member-3, .our-team-home-block.two-col-image-block .team .team-member.member-6 {
  right: 78%;
}
@media (max-width: 449px) {
  .our-team-home-block.two-col-image-block .team .team-member.member-3, .our-team-home-block.two-col-image-block .team .team-member.member-6 {
    right: 82%;
  }
}
.our-team-home-block.two-col-image-block .team .team-member.member-4, .our-team-home-block.two-col-image-block .team .team-member.member-7 {
  left: 78%;
}
@media (max-width: 449px) {
  .our-team-home-block.two-col-image-block .team .team-member.member-4, .our-team-home-block.two-col-image-block .team .team-member.member-7 {
    left: 82%;
  }
}
.our-team-home-block.two-col-image-block .team .team-member.member-5, .our-team-home-block.two-col-image-block .team .team-member.member-8 {
  left: 50%;
  transform: translateX(-50%);
}
.our-team-home-block.two-col-image-block .team .team-member.member-1 {
  right: 50%;
  transform: translateX(-10px) translateY(-50%);
}
.our-team-home-block.two-col-image-block .team .team-member.member-2 {
  left: 50%;
  transform: translateX(10px) translateY(-50%);
}
.our-team-home-block.two-col-image-block .team .team-member.member-5 {
  top: 0;
}
.our-team-home-block.two-col-image-block .team .team-member.member-8 {
  bottom: 0;
}
body.wp-admin .our-team-home-block.two-col-image-block {
  margin-bottom: 40px;
  margin-top: 40px;
}/*# sourceMappingURL=acf-our-team-home.css.map */