/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.block-testimonial-slider {
  padding: 3.125rem 0 3rem;
  position: relative;
  margin: 5rem 0;
  background: #183666;
}
@media (min-width: 992px) {
  .block-testimonial-slider {
    padding: 9.75rem 0 6.875rem;
    margin: 10.4375rem 0;
  }
}
.block-testimonial-slider--fluid .slick-arrow.slick-prev {
  top: 45%;
  left: 0;
}
.block-testimonial-slider--fluid .slick-arrow.slick-next {
  top: 45%;
  right: 0;
}
.block-testimonial-slider--fluid .testimonial-slider__quote {
  padding: 4.125rem 0 0;
}
@media (min-width: 768px) {
  .block-testimonial-slider--fluid .testimonial-slider__quote {
    padding: 6.875rem 0 0;
  }
}
@media (min-width: 992px) {
  .block-testimonial-slider--fluid .testimonial-slider__quote {
    padding: 6.875rem 2.5625rem 0;
  }
}

.testimonial-slider {
  padding-bottom: 3rem;
  position: relative;
  z-index: 3;
  color: #fff;
}
@media (min-width: 992px) {
  .testimonial-slider {
    padding-bottom: 5.625rem;
  }
}
.testimonial-slider .slick-arrow {
  display: none !important;
}
@media (min-width: 992px) {
  .testimonial-slider .slick-arrow {
    display: block !important;
  }
}
.testimonial-slider .slick-dots {
  position: absolute;
  bottom: 0;
}
.testimonial-slider .slick-dots .slick-active button {
  background: #fff;
}
.testimonial-slider .slick-dots button {
  background-color: rgba(255, 255, 255, 0.5);
}
.testimonial-slider__bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.testimonial-slider__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-slider__bg-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(24, 54, 102, 0.8);
}
.testimonial-slider__slide {
  padding: 0;
  text-align: center;
}
.testimonial-slider__quote {
  padding: 4.125rem 0 0;
  position: relative;
  margin: 0;
  border-left: none;
}
@media (min-width: 768px) {
  .testimonial-slider__quote {
    padding: 6.875rem 1.875rem 0;
  }
}
@media (min-width: 992px) {
  .testimonial-slider__quote {
    padding: 6.875rem 7.5rem 0;
  }
}
.testimonial-slider__quote:before {
  content: "\ea27";
  font-family: "iconfont-msc";
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
}
@media (min-width: 992px) {
  .testimonial-slider__quote:before {
    top: 1rem;
    font-size: 2.75rem;
  }
}
.testimonial-slider__quote p {
  margin-bottom: 1.6875rem;
  font-style: italic;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
}
@media (min-width: 992px) {
  .testimonial-slider__quote p {
    margin-bottom: 2.875rem;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}
.testimonial-slider__quote p:before, .testimonial-slider__quote p:after {
  content: none;
}
.testimonial-slider__name {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "obviously-narrow", sans-serif;
  font-style: normal;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (min-width: 992px) {
  .testimonial-slider__name {
    margin-bottom: 0;
  }
}
.testimonial-slider__label {
  display: block;
  font-style: normal;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  font-weight: 400;
}