.gd-section--testimonial {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.gd-section--testimonial.color-pink .testimonial-title h3 {
  color: #003D5B;
}
.gd-section--testimonial.color-pink .testimonial--mixed .testimonial__content {
  color: #003D5B;
}
.gd-section--testimonial.color-pink .testimonial::before {
  background-image: url(../../images/testimonial-1.svg);
}
.gd-section--testimonial.color-teal .testimonial-title h3 {
  color: #003D5B;
}
.gd-section--testimonial.color-teal .testimonial--mixed .testimonial__content {
  color: #003D5B;
}
.gd-section--testimonial.color-teal .testimonial::before {
  background-image: url(../../images/testimonial-teal.svg);
}
.gd-section--testimonial.color-gray {
  background: #F2F2F2;
}
.gd-section--testimonial.color-gray .testimonial-title h3 {
  color: #003D5B;
}
.gd-section--testimonial.color-gray .testimonial--mixed .testimonial__content {
  color: #003D5B;
}
.gd-section--testimonial.color-gray .testimonial::before {
  background-image: url(../../images/testimonial-1.svg);
}
.gd-section--testimonial.color-gray .logos img,
.gd-section--testimonial.color-gray .testimonial__logo img {
  mix-blend-mode: multiply;
}
.gd-section--testimonial .mixed {
  display: flex;
}
@media (min-width: 992px) {
  .gd-section--testimonial .mixed {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .gd-section--testimonial .mixed {
    flex-direction: column;
  }
}
.gd-section--testimonial .testimonial-title {
  margin-bottom: 100px;
}
@media (min-width: 1200px) {
  .gd-section--testimonial .testimonial-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .gd-section--testimonial .testimonial-title {
    margin-bottom: 25px;
  }
}
.gd-section--testimonial .testimonial-title.is-bottom {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .gd-section--testimonial .testimonial-title.is-bottom {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .gd-section--testimonial .testimonial-title.is-bottom {
    margin-top: 25px;
  }
}
.gd-section--testimonial .testimonial-title.is-bottom h3 {
  text-align: left;
}
@media (min-width: 992px) {
  .gd-section--testimonial .testimonial-title.is-bottom h3 {
    margin-left: 25px;
  }
}
@media (min-width: 1200px) {
  .gd-section--testimonial .testimonial-title.is-bottom h3 {
    margin-left: 100px;
  }
}
.gd-section--testimonial .testimonial-title h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 108.6%;
  margin-bottom: 0 !important;
  max-width: none;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .gd-section--testimonial .testimonial-title h3 {
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 992px) {
  .gd-section--testimonial .testimonial--mixed .testimonial__content {
    max-width: 650px;
  }
}
@media (min-width: 1200px) {
  .gd-section--testimonial .testimonial--mixed .testimonial__content {
    width: 650px;
  }
}
.gd-section--testimonial .testimonial {
  position: relative;
}
.gd-section--testimonial .testimonial::before {
  display: block;
  position: absolute;
  top: -90px;
  left: 0;
  width: 202px;
  height: 150px;
  content: "";
}
@media (min-width: 1200px) {
  .gd-section--testimonial .testimonial::before {
    top: -50px;
    /*
    position: relative;
    top: auto;
    left: auto;
    */
  }
}
@media (max-width: 991px) {
  .gd-section--testimonial .testimonial::before {
    position: relative;
    top: auto;
    left: auto;
    transform: scale(0.5);
    transform-origin: left top;
    margin-bottom: -15%;
  }
}
.gd-section--testimonial .testimonial .testimonial__content {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}
@media (min-width: 992px) {
  .gd-section--testimonial .testimonial .testimonial__content {
    font-size: 34px;
    margin-left: 25px;
  }
}
@media (min-width: 1200px) {
  .gd-section--testimonial .testimonial .testimonial__content {
    margin-top: 40px;
    margin-left: 100px;
  }
}
.gd-section--testimonial .testimonial .testimonial__logo {
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .gd-section--testimonial .testimonial .testimonial__logo {
    margin-top: 25px;
    margin-left: 100px;
  }
}
.gd-section--testimonial .testimonial .testimonial__logo h5 {
  margin: 0 0 0 10px;
  color: #007380;
}
.gd-section--testimonial .testimonial .testimonial__logo h5 strong {
  color: inherit !important;
  font-weight: 700 !important;
}
.gd-section--testimonial .testimonial .testimonial__logo img {
  width: auto;
  height: 50px;
}
.gd-section--testimonial .testimonial .testimonial__logo img.client-picture {
  width: 75px;
  height: 75px;
  border-radius: 100%;
}
@media (min-width: 992px) {
  .gd-section--testimonial .logos {
    margin-left: 16px;
  }
  .gd-section--testimonial .logos img {
    max-width: 411px;
  }
}
@media (min-width: 1440px) {
  .gd-section--testimonial .logos {
    margin-left: 74px;
  }
}
@media (max-width: 991px) {
  .gd-section--testimonial .logos {
    margin-top: 40px;
    text-align: center;
  }
  .gd-section--testimonial .logos img {
    width: 100%;
    max-width: 500px;
  }
}
.gd-section--testimonial .swiper {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.gd-section--testimonial .swiper .testimonial .testimonial__content {
  font-weight: 600;
}
.gd-section--testimonial .swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  transition-property: transform;
  box-sizing: content-box;
  transform: translate3d(0px, 0, 0);
}
.gd-section--testimonial .swiper .swiper-pagination {
  margin-top: 40px;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.gd-section--testimonial .swiper .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.gd-section--testimonial .swiper .swiper-pagination-fraction,
.gd-section--testimonial .swiper .swiper-pagination-custom {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.gd-section--testimonial .swiper .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.gd-section--testimonial .swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.gd-section--testimonial .swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.gd-section--testimonial .swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.gd-section--testimonial .swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.gd-section--testimonial .swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.gd-section--testimonial .swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.gd-section--testimonial .swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.gd-section--testimonial .swiper .swiper-pagination-bullet {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0 2.5px;
  display: inline-block;
  border-radius: 50%;
  background: black;
  opacity: 0.2;
}
button.gd-section--testimonial .swiper .swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .gd-section--testimonial .swiper .swiper-pagination-bullet {
  cursor: pointer;
}
.gd-section--testimonial .swiper .swiper-pagination-bullet:only-child {
  display: none !important;
}
.gd-section--testimonial .swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #2ED8C3;
}
.gd-section--testimonial .swiper .swiper-vertical > .swiper-pagination-bullets,
.gd-section--testimonial .swiper .swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.gd-section--testimonial .swiper .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.gd-section--testimonial .swiper .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px;
  display: block;
}
.gd-section--testimonial .swiper .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.gd-section--testimonial .swiper .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.gd-section--testimonial .swiper .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.gd-section--testimonial .swiper .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.gd-section--testimonial .swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.gd-section--testimonial .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.gd-section--testimonial .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.gd-section--testimonial .swiper-fade .swiper-slide-active, .gd-section--testimonial .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}/*# sourceMappingURL=testimonial.css.map */