._wf-star-rating-wrapper {
  font-family: Lato, sans-serif;
  color: #fff;
}

.c-g-reviews-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-g-reviews-box__stars-wrapper {
  margin-right: 10px;
  margin-bottom: -3px;
  margin-left: -1px;
}

.c-g-reviews-star {
  display: inline-block;
  width: 22px;
  height: 20px;
  margin-right: 1px;
  margin-left: 1px;
  background-image: url('../images/stars.svg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.c-g-reviews-star.is--half {
  background-position: 50% 50%;
}

.c-g-reviews-star.is--empty {
  background-position: 50% 100%;
}

.c-g-reviews-box__heading {
  margin-left: 26px;
  font-size: 13px;
  line-height: 16px;
}

.c-g-reviews-box__logo {
  width: 25px;
  margin-right: 15px;
}

.c-g-reviews-box-wrapper {
  padding: 14px 18px 14px 18px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.35);
  display: inline-block;
  max-width: calc(100% - 1rem);
  margin-top: 1rem;
}

._wf-star-rating {
  font-size: 16px;
}

._wf-section {
  padding: 48px 32px;
  font-family: Lato, sans-serif;
  color: #424242;
}

._wf-container {
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
}

.bg-lightest {
  background-color: #f5f5f5;
}

.bg-white {
  background-color: #fff;
}

.c-2-col-text-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

._wf-testimonial-slider {
  height: auto;
  padding-right: 60px;
  padding-left: 60px;
  background-color: transparent;
}

.c-fixed-height-slider__nav {
  display: none;
  height: 25px;
  font-size: 12px;
}

._wf-testimonial-slide {
  padding-right: 16px;
  padding-left: 16px;
}

.c-fixed-height-slider__arrow-icon {
  position: static;
  width: 47px;
  height: 47px;
  color: #000;
}

.c-fixed-height-slider__arrow-icon.is--left {
  background-image: url('../images/primary_1.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.c-fixed-height-slider__arrow-icon.is--right {
  background-image: url('../images/primary.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.c-fixed-height-slider__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47px;
  margin-bottom: 115px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-fixed-height-slider__arrow.is--left:hover {
  left: -2px;
}

.c-container {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.c-container.is--10-col-wide {
  max-width: 980px;
}

._wf-speech-bubble-content__text {
  font-size: 31px;
  line-height: 42px;
  font-weight: 300;
  text-align: center;
}

._wf-speech-bubble-content {
  padding: 40px;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/lightest.svg');
  background-position: 18px 14px;
  background-size: auto;
  background-repeat: no-repeat;
}

._wf-speech-bubble-tip {
  height: 19px;
  background-image: url('../images/white.svg');
  background-position: 46px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

._wf-testimonial-source {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 17px;
}

._wf-testimonial-profile-wrapper {
  position: relative;
  margin-right: 26px;
}

._wf-testimonial-profile-wrapper__logo {
  position: absolute;
  left: 66px;
  bottom: 8px;
}

._wf-testimonials-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px;
  margin-left: -1px;
}

._wf-testimonial-star {
  width: 22px;
  height: 22px;
  margin-right: 1px;
  margin-left: 1px;
}

._wf-testimonial-star.is--tripadvisor {
  background-image: url('../images/full-star_2.svg');
  background-position: 50% 50%;
  background-size: auto;
}

._wf-testimonial-star.is--tripadvisor.is--empty {
  background-image: url('../images/empty-star.svg');
}

._wf-testimonial-star.is--facebook {
  background-image: url('../images/full-star.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

._wf-testimonial-star.is--facebook.is--empty {
  background-image: url('../images/empty-star_2.svg');
}

._wf-testimonial-star.is--google {
  background-image: url('../images/full-star_1.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

._wf-testimonial-star.is--google.is--empty {
  background-image: url('../images/empty-star_1.svg');
}

._wf-testimonial-integer-rating {
  margin-left: 10px;
  font-size: 20px;
  line-height: 22px;
}

._wf-testimonial-integer-rating.is--tripadvisor {
  color: #00a680;
}

._wf-testimonial-integer-rating.is--google {
  color: #e7711b;
}

._wf-testimonial-integer-rating.is--facebook {
  color: #4267b2;
}

._wf-testimonial-rating-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._wf-testimonial-source__name {
  color: #363636;
}

._wf-testimonial-source__attribution {
  color: #777;
}

._wf-testimonial-slide__content {
  width: 100%;
  max-width: 824px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  ._wf-testimonial-slider {
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }
  .c-fixed-height-slider__nav {
    display: block;
    height: 10px;
    padding-top: 0px;
  }
  .c-fixed-height-slider__arrow {
    display: none;
  }
  ._wf-testimonial-slider__mask {
    max-width: 856px;
    margin-right: -16px;
    margin-left: -16px;
  }
}

@media (max-width: 767px) {
  .c-g-reviews-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-g-reviews-star {
    width: 22px;
    height: 21.5px;
  }
  .c-g-reviews-box__heading {
    margin-top: 12px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .c-g-reviews-box-wrapper {
    width: 254px;
    padding: 12px 8px;
    text-align: center;
  }
  ._wf-section {
    padding-right: 16px;
    padding-left: 16px;
  }
  .c-2-col-text-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  ._wf-testimonial-slider {
    margin-right: 0px;
    margin-bottom: -16px;
    margin-left: 0px;
  }
  ._wf-speech-bubble-content__text {
    font-size: 21px;
    line-height: 25px;
  }
  ._wf-speech-bubble-content {
    padding: 32px 16px;
  }
  ._wf-speech-bubble-tip {
    background-position: 22px 0px;
  }
  ._wf-testimonial-source {
    margin-top: 16px;
    margin-left: 0px;
  }
  ._wf-testimonial-profile-wrapper {
    margin-right: 18px;
  }
  ._wf-testimonial-profile-wrapper__photo {
    width: 72px;
    height: 72px;
  }
  ._wf-testimonial-profile-wrapper__logo {
    left: 46px;
    bottom: 2px;
    width: 32px;
    height: 32px;
  }
  ._wf-testimonial-integer-rating {
    font-size: 18px;
  }
  ._wf-testimonial-rating-wrapper {
    margin-bottom: 8px;
  }
}