.lmn-testimonial-slider {
  padding: 0;
}
.lmn-testimonial-slider .lmn-testimonial-swiper {
  position: relative;
  overflow: hidden;
}
.lmn-testimonial-slider .lmn-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
}
.lmn-testimonial-slider .lmn-fraction-pagination {
  position: static;
  width: auto;
  color: #798289;
  font-weight: 300;
  font-size: var(--wp--preset--font-size--font-20);
  line-height: 140%;
  letter-spacing: 0;
}
.lmn-testimonial-slider .lmn-nav-buttons {
  display: flex;
  gap: 0.75rem;
}
.lmn-testimonial-slider .lmn-nav-buttons .lmn-nav-btn {
  position: static;
  width: 56px;
  height: 39px;
  border-radius: 80px;
  background-color: #D1D5D7;
  background-image: url("data:image/svg+xml;utf8,<svg width='26' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17.927.297a.56.56 0 0 1 .781.022l.001.001 6.4 6.801.005.006c.153.18.206.49.003.74l-.008.009-6.4 6.8-.003.004a.56.56 0 0 1-.777.021.566.566 0 0 1-.026-.78v-.001l5.525-5.871H.7a.55.55 0 0 1-.55-.55c0-.304.247-.55.55-.55h22.728l-5.525-5.873a.57.57 0 0 1 .024-.78Z' fill='%230e0e0e' stroke='%230e0e0e' stroke-width='.3'/></svg>");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.lmn-testimonial-slider .lmn-nav-buttons .lmn-nav-btn.swiper-button-prev {
  transform: rotate(180deg);
}
.lmn-testimonial-slider .lmn-nav-buttons .lmn-nav-btn:after {
  display: none !important;
}
.lmn-testimonial-slider .lmn-nav-buttons .lmn-nav-btn:hover {
  background-color: #798289;
}
.lmn-testimonial-slider .lmn-nav-buttons .lmn-nav-btn.swiper-button-disabled {
  background-image: url("data:image/svg+xml;utf8,<svg width='26' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17.927.297a.56.56 0 0 1 .781.022l.001.001 6.4 6.801.005.006c.153.18.206.49.003.74l-.008.009-6.4 6.8-.003.004a.56.56 0 0 1-.777.021.566.566 0 0 1-.026-.78v-.001l5.525-5.871H.7a.55.55 0 0 1-.55-.55c0-.304.247-.55.55-.55h22.728l-5.525-5.873a.57.57 0 0 1 .024-.78Z' fill='%230e0e0e33' stroke='%230e0e0e33' stroke-width='.3'/></svg>");
  cursor: not-allowed;
}
.lmn-testimonial-slider .lmn-testimonial-content {
  margin-bottom: 3.5rem;
}
.lmn-testimonial-slider .lmn-testimonial-content .lmn-quote {
  font-size: var(--wp--preset--font-size--font-40);
  font-weight: 300;
  color: #292C2F;
  margin: 0;
  line-height: 1.15;
  letter-spacing: 0%;
}
.lmn-testimonial-slider .lmn-testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .lmn-testimonial-slider .lmn-testimonial-footer {
    flex-direction: row;
    gap: 1rem;
    align-items: flex-end;
  }
}
.lmn-testimonial-slider .lmn-testimonial-footer .lmn-author-info .lmn-person {
  color: #292C2F;
  margin: 0 0 0.5rem 0;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 150%;
  letter-spacing: 0%;
}
.lmn-testimonial-slider .lmn-testimonial-footer .lmn-author-info .lmn-location {
  color: #51575C;
  margin: 0;
  font-weight: 500;
  font-size: var(--wp--preset--font-size--font-12);
  line-height: 120%;
  letter-spacing: 8%;
  text-transform: uppercase;
  margin-top: 8px !important;
}
.lmn-testimonial-slider .lmn-testimonial-footer .lmn-company-logo img {
  max-height: 24px;
  width: auto;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .lmn-testimonial-slider .lmn-testimonial-footer .lmn-company-logo img {
    max-height: 40px;
  }
}

.acf-block-preview .lmn-testimonial-swiper .swiper-slide {
  display: none;
}
.acf-block-preview .lmn-testimonial-swiper .swiper-slide:first-child {
  display: block;
}
.acf-block-preview .lmn-testimonial-swiper .lmn-slider-header {
  display: none;
}/*# sourceMappingURL=block-testimonial-slider.css.map */