.b-hills {
  position: relative;
  margin: -12.6rem auto 0;
  padding-top: 6rem;
  max-width: 80rem;
}
@media only screen and (max-width: 1680px) {
  .b-hills {
    margin-top: -11.2rem;
  }
}
@media only screen and (max-width: 1530px) {
  .b-hills {
    margin-top: -9.2rem;
  }
}
@media only screen and (max-width: 1080px) {
  .b-hills {
    margin-top: -8.4rem;
  }
}
@media only screen and (max-width: 987px) {
  .b-hills {
    margin-top: -6rem;
  }
}
.b-hills svg {
  position: relative;
  z-index: 6;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .b-hills svg {
    margin-left: -25%;
    width: 150%;
    max-width: none;
  }
}
.b-hills .b__line,
.b-hills .b__dot {
  opacity: 0;
  stroke-width: 5px;
}
.b-hills .b__disc {
  --amplitude: -15%;
  position: absolute;
  top: 100%;
  width: 87%;
  transform: translate3d(0, -20.7%, 0);
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .b-hills .b__disc {
    width: 130.5%;
  }
}
.b-hills .b__disc:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.b-hills .b__disc:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate3d(
    0,
    calc((1 - min(var(--smooth-progress) * 1, 1)) * var(--amplitude)),
    0
  );
  content: "";
  will-change: transform;
}
.b-hills .b__disc:nth-child(1) {
  left: -32.8%;
  z-index: 1;
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .b-hills .b__disc:nth-child(1) {
    left: -75%;
  }
}
.b-hills .b__disc:nth-child(1):after {
  background-color: var(--color-brand-1);
}
.b-hills .b__disc:nth-child(2) {
  --amplitude: -10%;
  left: 11.5%;
  z-index: 2;
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .b-hills .b__disc:nth-child(2) {
    left: -8%;
  }
}
.b-hills .b__disc:nth-child(2):after {
  background-color: var(--color-brand-2);
}
.b-hills .b__disc:nth-child(3) {
  --amplitude: -12.5%;
  left: 55.6%;
  z-index: 3;
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .b-hills .b__disc:nth-child(3) {
    left: 58%;
  }
}
.b-hills .b__disc:nth-child(3):after {
  background-color: var(--color-brand-3);
}
.b-hills .b__disc:nth-child(4),
.b-hills .b__disc:nth-child(5),
.b-hills .b__disc:nth-child(6) {
  top: 134%;
}
@media only screen and (max-width: 987px) {
  .b-hills .b__disc:nth-child(4),
  .b-hills .b__disc:nth-child(5),
  .b-hills .b__disc:nth-child(6) {
    top: 127%;
  }
}
@media only screen and (max-width: 767px) {
  .b-hills .b__disc:nth-child(4),
  .b-hills .b__disc:nth-child(5),
  .b-hills .b__disc:nth-child(6) {
    top: 124%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .b-hills .b__disc:nth-child(4),
  .b-hills .b__disc:nth-child(5),
  .b-hills .b__disc:nth-child(6) {
    top: 125%;
  }
}
.b-hills .b__disc:nth-child(4) {
  --amplitude: 1%;
  left: 44.3%;
  z-index: 6;
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .b-hills .b__disc:nth-child(4) {
    left: 41.6%;
  }
}
.b-hills .b__disc:nth-child(4):after {
  background-color: var(--color-brand-1);
}
.b-hills .b__disc:nth-child(5) {
  --amplitude: 3%;
  left: 0;
  z-index: 5;
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .b-hills .b__disc:nth-child(5) {
    left: -24.6%;
  }
}
.b-hills .b__disc:nth-child(5):after {
  background-color: var(--color-brand-4);
}
.b-hills .b__disc:nth-child(6) {
  --amplitude: 2%;
  left: -43.9%;
  z-index: 4;
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .b-hills .b__disc:nth-child(6) {
    left: -91.9%;
  }
}
.b-hills .b__disc:nth-child(6):after {
  background-color: var(--color-brand-7);
}
.b-hills.is-init .b__line,
.b-hills.is-init .b__dot {
  opacity: 1;
}
.b-hills--full {
  margin-top: 0;
  padding-top: 0;
}
.b-hills--full .b__disc:nth-child(4),
.b-hills--full .b__disc:nth-child(5),
.b-hills--full .b__disc:nth-child(6) {
  top: 146%;
}
.b-hills--full .b__disc:after {
  transform: none;
}
