/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #0c2340;
}

/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #0c2340;
}

.block-testimonial-slider {
  background-color: #0c2340;
  color: #fff;
}

.block-testimonial-slider blockquote {
  color: #fff;
}

.testimonial-slider__slide {
  text-align: center;
  padding-bottom: 5.625rem;
  padding-top: 2.375rem;
}

@media (min-width: 576px) {
  .testimonial-slider__slide {
    padding-top: 3.484375rem;
  }
}

@media (min-width: 768px) {
  .testimonial-slider__slide {
    padding-top: 4.59375rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-slider__slide {
    padding-top: 5.703125rem;
  }
}

@media (min-width: 1320px) {
  .testimonial-slider__slide {
    padding-top: 6.8125rem;
  }
}

@media (min-width: 768px) {
  .testimonial-slider__slide {
    padding-bottom: 4.875rem;
  }
}

.testimonial-slider__quote-icon {
  color: #03b8ff;
}

.testimonial-slider__quote-icon:before {
  font-size: 2.375rem;
}

@media (min-width: 768px) {
  .testimonial-slider__quote-icon:before {
    font-size: 3rem;
  }
}

.testimonial-slider__quote {
  border-left: none;
  font-size: 2.125rem;
  line-height: 2.5rem;
  margin-top: 1.375rem;
  padding: 0;
}

@media (min-width: 768px) {
  .testimonial-slider__quote {
    margin-top: 2.5rem;
  }
}

.testimonial-slider__quote p {
  margin-bottom: 2.5rem;
}

.testimonial-slider__quote::before, .testimonial-slider__quote::after {
  display: none;
}

.testimonial-slider__name {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.06875rem;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 700;
  display: block;
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .testimonial-slider__name {
    margin-top: 2.625rem;
  }
}

.testimonial-slider__label {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
  color: #03b8ff;
  margin-top: 0.0625rem;
}

.testimonial-slider .slick-arrow {
  background-color: transparent;
  border: 2px solid #03b8ff;
  width: 3.5rem;
  height: 3.5rem;
}

.testimonial-slider .slick-arrow:after {
  color: #fff;
  font-size: 2.25rem;
}

@media (max-width: 767.98px) {
  .testimonial-slider .slick-arrow {
    bottom: 2.5rem;
    top: auto;
    transform: none;
  }
  .testimonial-slider .slick-arrow:active {
    transform: scale(0.9);
  }
}

.testimonial-slider .slick-arrow:hover {
  border-color: #62d3ff;
}

@media (max-width: 767.98px) {
  .testimonial-slider .slick-prev {
    left: auto;
    right: calc(50% + 0.3125rem);
  }
}

@media (min-width: 768px) and (max-width: 1319.98px) {
  .testimonial-slider .slick-prev {
    left: 0;
  }
}

@media (max-width: 767.98px) {
  .testimonial-slider .slick-next {
    right: auto;
    left: calc(50% + 0.3125rem);
  }
}

@media (min-width: 768px) and (max-width: 1319.98px) {
  .testimonial-slider .slick-next {
    right: 0;
  }
}
