/***********/
/**PREFFIX*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**SPACES**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/***********/
/**PREFFIX*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**SPACES**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**
 * fullheight
 */
/**
 * Touch
 */
/**
 * No Touch
 */
/**
 * Touch
 */
/**
 * background-color rgba
 */
/**
 * color rgba
 */
/**
 * breakpoint
 */
.lb-testimonial_slider {
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 0;
  text-align: center;
}
.lb-testimonial_slider {
  height: 100vh;
}
html.is-device-touch .lb-testimonial_slider {
  height: calc(100vh - var(--touch-bar-height));
}
.lb-testimonial_slider .slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.lb-testimonial_slider .slider {
  height: 100vh;
}
html.is-device-touch .lb-testimonial_slider .slider {
  height: calc(100vh - var(--touch-bar-height));
}
.lb-testimonial_slider .slider .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.lb-testimonial_slider .slider .slide .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.lb-testimonial_slider .slider .slide .image.flickity-bg-lazyloaded {
  opacity: 1;
}
.lb-testimonial_slider .slider .slide .content {
  position: absolute;
  color: #213b5e;
  bottom: 10%;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 1100px) {
  .lb-testimonial_slider .slider .slide .content {
    bottom: 25px;
  }
}
@media (max-width: 600px) {
  .lb-testimonial_slider .slider .slide .content {
    bottom: 0;
  }
}
.lb-testimonial_slider .slider .slide .content .inner {
  margin: auto;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}
.lb-testimonial_slider .slider .slide .content .inner .box {
  max-width: 500px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, white 50%, white 100%);
  padding: 90px 25px 25px 25px;
  position: relative;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 1100px) {
  .lb-testimonial_slider .slider .slide .content .inner .box {
    padding: 25px 25px 25px 25px;
  }
}
@media (max-width: 600px) {
  .lb-testimonial_slider .slider .slide .content .inner .box {
    max-width: none;
  }
}
.lb-testimonial_slider .slider .slide .content .inner .box::after {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 60px;
  height: 60px;
  content: "";
  background: url("../assets/img/icon-quote.svg");
  background-size: contain;
  background-position: center center;
}
@media (max-width: 1100px) {
  .lb-testimonial_slider .slider .slide .content .inner .box::after {
    display: none;
  }
}
.lb-testimonial_slider .slider .slide .content .inner .box .text {
  /**font-style: italic;**/
  margin-bottom: 10px;
}
.lb-testimonial_slider .slider .slide .content .inner .box .name {
  font-weight: bold;
}
.lb-testimonial_slider .flickity-viewport {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  height: 100% !important;
  width: 100% !important;
  overflow: hidden;
}