@media only screen and (max-width: 576px) {
  .oc__list {
    margin-right: -8px;
    margin-left: -8px;
  }
}
.oc__list .slick-track {
  display: flex !important;
}
.oc__list .slick-slide {
  height: inherit !important;
}
.oc__list .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 20px;
}
.oc__list .slick-dots li:last-child:first-child {
  display: none;
}
.oc__item {
  padding: 21px 10px 0;
}
.oc__item .oc__card__description__inner {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.oc__item .oc__card__description__inner > * {
  margin: 0;
  padding: 0;
}
.oc__item .oc__card__description__inner > *:not(:first-child) {
  display: none;
}
.oc__card {
  border: 3px solid #4997d0;
  padding: 31px 24px 31px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  /*@media only screen and (max-width: 767px) {
    width: 274px;
  }*/
}
.oc__card::before {
  display: block;
  content: "";
  background-image: url(../../images/icons/icon-quote.svg);
  width: 71px;
  height: 41px;
  background-size: contain;
  position: absolute;
  left: 17px;
  top: 0;
  transform: translateY(-50%);
}
.oc__card__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--color-dark-blue);
  margin-bottom: 8px;
}
.oc__card__head {
  margin-top: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16px;
  color: var(--color-dark-blue);
  position: relative;
  z-index: 2;
}
.oc__card__head__info {
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.16px;
  color: var(--color-dark-blue);
}
.oc__card__head__info small {
  font-size: 12px;
}
.oc__card__head.mh-auto {
  min-height: inherit;
}
.oc__card__head.icon-flag {
  padding-left: 30px;
  position: relative;
}
.oc__card__head.icon-flag::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.oc__card__head.icon-flag-hongkong::after {
  background-image: url(../../images/icons/icon-flag-hong-kong.png);
}
.oc__card__head.icon-flag-usa::after {
  background-image: url(../../images/icons/icon-flag-us.png);
}
.oc__card--testimonial {
  padding: 10px 24px 18px;
}
.oc__card--testimonial .testimonial-logo img {
  display: block;
  width: auto !important;
  margin-left: auto;
  max-width: 90px;
}
.oc__card--testimonial .oc__card__description {
  margin-bottom: 65px;
  max-width: 100%;
}
.oc__card--testimonial .oc__card__description .testimonial-popup-trigger {
  color: #f04e45;
  text-decoration: none;
}
.oc__card--testimonial .oc__card__description .testimonial-popup-trigger:hover {
  text-decoration: underline;
}
.oc__card--testimonial .testimonial-author-image img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto !important;
  max-width: 40%;
}

@media only screen and (max-width: 767px) {
  .wp-block-lazyblock-testimonial-slider .oc__list {
    margin-right: -22px;
    margin-left: -10px;
  }
  .wp-block-lazyblock-testimonial-slider .oc__card {
    width: 305px;
  }
}

/**/
.testimonial-popup-active {
  overflow: hidden;
}

.testimonial-popup {
  position: fixed;
  width: 100%;
  background: rgba(3, 0, 47, 0.4);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 40px 100px;
  display: none;
  align-items: center;
  max-width: 100dvw;
}
@media only screen and (max-width: 767px) {
  .testimonial-popup {
    padding: 24px;
  }
}
.testimonial-popup .popup-content {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  padding: 40px 32px 32px;
  background-color: #fff;
  position: relative;
}
.testimonial-popup .popup-content::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/popup-shape.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 0;
}
.testimonial-popup .popup-content__inner {
  position: relative;
  overflow: auto;
}
.testimonial-popup .popup-content #popup-inner-content {
  position: relative;
  z-index: 1;
}
.testimonial-popup .popup-content #popup-inner-content .oc__card {
  width: 100% !important;
  margin-top: 20px;
}
.testimonial-popup .popup-content .testimonial-popup-trigger {
  display: none;
}
.testimonial-popup .popup-content .testimonial-logo img {
  width: auto !important;
  margin-left: auto;
  max-width: 90px;
  display: block;
  margin-right: -15px;
  margin-bottom: 2px;
}
.testimonial-popup .popup-content .oc__card__description {
  margin-bottom: 95px;
}
@media only screen and (max-width: 767px) {
  .testimonial-popup .popup-content {
    max-height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.testimonial-popup .popup-content .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  padding: 0;
  appearance: none;
  border: none;
  background: none;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .testimonial-popup .popup-content .close-popup {
    top: 12px;
    right: 12px;
  }
  .testimonial-popup .popup-content .close-popup svg {
    display: block;
    width: 24px;
  }
}/*# sourceMappingURL=our-customers-slider.css.map */