/*************************************************/
/* FONTS */
/*************************************************/
/*************************************************/
/* BOOTSTRAP OVERRIDE */
/* COLORS */
/*************************************************/
/* IMAGES */
/*************************************************/
/* ADMIN SCREENS */
/*************************************************/
/* HEADER */
/*************************************************/
/* SPACINGS */
.block-customer-quote {
  position: relative;
  overflow: hidden;
}
.block-customer-quote h2, .block-customer-quote h3, .block-customer-quote h4, .block-customer-quote p, .block-customer-quote ul, .block-customer-quote ol, .block-customer-quote li, .block-customer-quote div, .block-customer-quote a:not(.comp-button) {
  color: var(--bs-body-color) !important;
}
.block-customer-quote .customer-swiper {
  background-color: var(--bs-blue);
  border-radius: 5px;
  z-index: 1;
  position: relative;
}
.block-customer-quote .customer-swiper__pagination {
  position: absolute;
  background-color: #6988f4;
  border-radius: 10px;
  padding: 5px 10px;
  left: auto !important;
  bottom: 20px !important;
  right: 20px !important;
  width: -moz-min-content !important;
  width: min-content !important;
  display: flex;
  z-index: 2;
  color: white !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1191px) {
  .block-customer-quote .customer-swiper__pagination {
    bottom: 60px !important;
    right: 60px !important;
  }
}
.block-customer-quote .customer-swiper__counter, .block-customer-quote .customer-swiper__prev, .block-customer-quote .customer-swiper__next {
  color: white;
  font-size: 14px;
  width: -moz-max-content;
  width: max-content;
}
.block-customer-quote .customer-swiper__counter.swiper-button-disabled, .block-customer-quote .customer-swiper__prev.swiper-button-disabled, .block-customer-quote .customer-swiper__next.swiper-button-disabled {
  opacity: 0.5;
}
.block-customer-quote .swiper.customer-swiper {
  margin-top: -3rem;
}
@media (min-width: 1191px) {
  .block-customer-quote .swiper.customer-swiper {
    margin-top: 55px;
  }
}
.block-customer-quote .customer-profiles {
  margin-left: 1rem;
}
@media (min-width: 1191px) {
  .block-customer-quote .customer-profiles {
    width: -moz-min-content;
    width: min-content;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.block-customer-quote .customer-profiles:before {
  content: url(../../../../../../../../themes/elmo/dist/images/0378ddf6ec2a571c507d63e733c964c5.png);
  display: block;
  left: -70px;
  position: absolute;
  top: -42px;
}
@media (min-width: 1191px) {
  .block-customer-quote .customer-profiles:before {
    top: -100px;
  }
}
.block-customer-quote .customer-profiles .customer-profile {
  position: relative;
  display: none;
}
.block-customer-quote .customer-profiles .customer-profile.show {
  display: block;
  animation: slidein 400ms;
}
.block-customer-quote .customer-profiles .customer-profile .modal {
  width: 50px;
  height: 50px;
  background: var(--wpr-bg-53a110d6-5966-4dc3-8020-1df57ccc0e93) no-repeat center var(--bs-blue);
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  left: auto;
  border-radius: 50%;
  transition: background-color 250ms;
}
@media (max-width: 1190px) {
  .block-customer-quote .customer-profiles .customer-profile .modal {
    top: 20px;
    right: 20px;
  }
}
.block-customer-quote .customer-profiles .customer-profile .modal span {
  opacity: 0;
  display: block;
  width: 0;
}
.block-customer-quote .customer-profiles .customer-profile .modal:hover {
  background-color: var(--bs-pale-blue);
}
@media (max-width: 1366px) {
  .block-customer-quote.has_bg_img {
    background-position: left 8rem !important;
  }
}
@media (max-width: 768px) {
  .block-customer-quote.has_bg_img {
    background-position: left 10rem !important;
    background-size: 60% !important;
  }
}
@media (max-width: 1366px) {
  .block-customer-quote.has_bg_img .customer-profiles {
    padding-top: 5em;
  }
}
.block-customer-quote__wrapper {
  position: relative;
}
.block-customer-quote__header {
  z-index: 1;
  position: relative;
}
@media (max-width: 1366px) {
  .block-customer-quote__header {
    margin-bottom: 5em;
  }
}
.block-customer-quote__image {
  border-radius: 5px;
  width: 100%;
  filter: grayscale(1);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 40%);
          clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 40%);
}
@media (min-width: 1191px) {
  .block-customer-quote__image {
    height: 415px;
    width: 704px;
  }
}
@media (max-width: 768px) {
  .block-customer-quote__image {
    aspect-ratio: 1/1;
    height: auto;
  }
}

/*# sourceMappingURL=/wp-content/themes/elmo/dist/sourcemaps/../css/customer-quote.min.css.map*/