.s-reviews {
  position: relative;
  z-index: 2;
  margin: var(--section-spacing) 0;
  opacity: 1;
}
.s-reviews .s__title {
  margin: 0 0 0.2032em;
  will-change: transform;
}
@media only screen and (max-width: 767px) {
  .s-reviews .s__title {
    margin-bottom: 0.3784em;
  }
}
.s-reviews .s__reviews {
  margin: 0;
  padding: 0;
  list-style: none;
}
.s-reviews .s__review {
  --color: white;
  position: relative;
  will-change: transform;
}
.s-reviews .s__review:before {
  position: absolute;
  top: 0;
  right: 100%;
  width: 50vw;
  height: 100%;
  background: var(--color);
  content: "";
}
.s-reviews .s__review__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.s-reviews .s__review__rating {
  --height: 9.1667rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  order: 1;
  z-index: 2;
  height: var(--height);
  background: var(--color);
  border-radius: 0 0 calc(var(--height) / 2) 0;
  will-change: transform;
}
@media only screen and (max-width: 1530px) {
  .s-reviews .s__review__rating {
    --height: 8rem;
  }
}
@media only screen and (max-width: 987px) {
  .s-reviews .s__review__rating {
    --height: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-reviews .s__review__rating {
    --height: 6rem;
    border-radius: 0 0 calc(var(--height) / 3) 0;
  }
}
.s-reviews .s__review__rating__note {
  position: relative;
  order: 2;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0.1em 1.3816em 0 0.4737em;
  transform: translate3d(calc((1 - var(--anim-progress)) * -5rem), 0, 0);
  font: 600 3.1667rem/1 var(--font-family-text);
  letter-spacing: -0.04em;
  will-change: transform;
}
@media only screen and (max-width: 767px) {
  .s-reviews .s__review__rating__note {
    font-size: 2.1667rem;
  }
}
.s-reviews .s__review__rating__note:before {
  position: absolute;
  top: 0.11em;
  left: calc(100% + 0.25em);
  width: 0.07em;
  height: 0.35em;
  background: currentcolor;
  transform: translate3d(0, 0, 0) skewX(-15deg);
  content: "";
}
@media only screen and (max-width: 767px) {
  .s-reviews .s__review__rating__note:before {
    width: 0.064em;
  }
}
.s-reviews .s__review__rating__note:after {
  position: absolute;
  top: 0.115em;
  left: calc(100% + 0.7em);
  transform: translate3d(0, 0, 0);
  font-size: 0.52em;
  line-height: 1;
  content: "5";
}
@media only screen and (max-width: 767px) {
  .s-reviews .s__review__rating__note:after {
    top: 0.06em;
  }
}
.s-reviews .s__review__rating__counter {
  position: relative;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
}
.s-reviews .s__review__rating__counter:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--color-black);
}
.s-reviews .s__review__rating__counter:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform: translate3d(0, var(--y), 0);
  color: var(--color-black);
  content: "0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5.0";
  will-change: transform;
}
.s-reviews .s__review__rating__line {
  position: relative;
  order: 1;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  height: 0.5rem;
  will-change: transform;
}
.s-reviews .s__review__rating__line:before {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 0.6667rem;
  height: 0.6667rem;
  border: 0.1667rem solid var(--color-black);
  border-radius: 50%;
  content: "";
}
.s-reviews .s__review__rating__line:after {
  position: absolute;
  top: 50%;
  right: 0.6667rem;
  width: calc(100% + 50vw);
  height: 0.1667rem;
  background: var(--color-black);
  content: "";
}
.s-reviews .s__review__logo {
  position: relative;
  order: 2;
  z-index: 1;
  margin: 0 0 0 2.5rem;
  width: auto;
  max-width: 8.3334rem;
  height: auto;
  max-height: 2.5rem;
  will-change: transform;
}
@media only screen and (max-width: 767px) {
  .s-reviews .s__review__logo {
    margin-left: 1.5rem;
    max-width: 6.9167rem;
    max-height: 2.2222rem;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .s-reviews .s__review__logo {
    max-width: 5.5rem;
    max-height: 1.9444rem;
  }
}
.s-reviews .s__review:nth-child(1) .s__review__rating {
  width: 60%;
}
.s-reviews .s__review:nth-child(2) {
  --color: var(--color-brand-7);
}
.s-reviews .s__review:nth-child(2) .s__review__rating {
  width: 50%;
}
.s-reviews .s__review:nth-child(3) {
  --color: var(--color-brand-2);
}
.s-reviews .s__review:nth-child(3) .s__review__rating {
  width: 40%;
}
