.results {
  background-color: var(--warm-white-color);
}
@media (min-width: 47.9375em) {
  .results {
    padding-top: 6.25rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .results {
    padding-top: clamp( 3.75rem , -0.431184669rem  +  13.93728223vw , 6.25rem );
  }
}
@media (max-width: 30em) {
  .results {
    padding-top: 3.75rem;
  }
}
@media (min-width: 47.9375em) {
  .results {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .results {
    padding-bottom: clamp( 2.5rem , -3.7717770035rem  +  20.9059233449vw , 6.25rem );
  }
}
@media (max-width: 30em) {
  .results {
    padding-bottom: 2.5rem;
  }
}
.results__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.25rem;
}
@media (min-width: 60em) {
  .results__head:not(:last-child) {
    margin-bottom: 5rem;
  }
}
@media (min-width: 47.9375em) and (max-width: 60em) {
  .results__head:not(:last-child) {
    margin-bottom: clamp( 3.75rem , -1.2176165803rem  +  10.3626943005vw , 5rem );
  }
}
@media (max-width: 47.9375em) {
  .results__head:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
.results__title {
  max-width: 42.75rem;
  font-family: Evolventa;
  line-height: 0.8;
  font-size: var(--font-size);
  letter-spacing: calc(var(--font-size) / 100 * -5);
}
@media (min-width: 60em) {
  .results__title {
    --font-size: 2.625rem;
  }
}
@media (min-width: 30em) and (max-width: 60em) {
  .results__title {
    --font-size: clamp( 1.875rem , 1.125rem  +  2.5vw , 2.625rem );
  }
}
@media (max-width: 30em) {
  .results__title {
    --font-size: 1.875rem;
  }
}
.results__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (width >= 87.5em) {
  .results__buttons {
    width: 21.5625rem;
  }
}
@media (48em < width < 87.5em) {
  .results__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.results__btn {
  justify-content: center;
  align-items: center;
}
.results__content {
  display: flex;
  gap: 5rem 3.75rem;
}
@media (min-width: 77.5em) {
  .results__content:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 60em) and (max-width: 77.5em) {
  .results__content:not(:last-child) {
    margin-bottom: clamp( 0.625rem , -10.0892857143rem  +  17.8571428571vw , 3.75rem );
  }
}
@media (max-width: 60em) {
  .results__content:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
@media (width < 61.99875em) {
  .results__content {
    flex-direction: column-reverse;
  }
}
.results__image {
  flex: 0 1 20.8125rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.results__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (width < 61.99875em) {
  .results__image {
    height: 18.75rem;
  }
}
.results__body {
  display: grid;
  gap: 3.125rem 8.4375rem;
  padding: 0.9375rem 0;
  padding-left: 1.25rem;
  --transition-duration: 0.6s;
}
@media (width >= 37.5em) {
  .results__body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 61.99875em) {
  .results__body {
    gap: 2.5rem 5rem;
  }
}
.results__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  opacity: 0;
  translate: 0 50%;
}
@media (width >= 37.5em) {
  .results__item {
    max-width: 18.25rem;
  }
}
.loaded .results__item {
  transition: all var(--transition-duration) ease calc(var(--i) * var(--transition-duration) / 2);
}
.loaded ._watcher-view .results__item {
  opacity: 1;
  translate: 0;
}
.results__item i {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3125rem;
  background-color: var(--main-white-color);
  width: var(--sz);
  height: var(--sz);
  flex: 0 0 var(--sz);
}
@media (min-width: 30em) {
  .results__item i {
    --sz: 3.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 30em) {
  .results__item i {
    --sz: clamp( 2.5rem , 0.625rem  +  8.3333333333vw , 3.125rem );
  }
}
@media (max-width: 22.5em) {
  .results__item i {
    --sz: 2.5rem;
  }
}
.results__item i:not(:last-child) {
  margin-bottom: 0.625rem;
}
.results__item h1, .results__item h2, .results__item h3, .results__item h4, .results__item h5 {
  line-height: 1.2;
  font-size: var(--font-size);
  letter-spacing: calc(var(--font-size) / 100 * -3);
}
@media (min-width: 47.9375em) {
  .results__item h1, .results__item h2, .results__item h3, .results__item h4, .results__item h5 {
    --font-size: 1.25rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .results__item h1, .results__item h2, .results__item h3, .results__item h4, .results__item h5 {
    --font-size: clamp( 1rem , 0.5818815331rem  +  1.393728223vw , 1.25rem );
  }
}
@media (max-width: 30em) {
  .results__item h1, .results__item h2, .results__item h3, .results__item h4, .results__item h5 {
    --font-size: 1rem;
  }
}
.results__item p {
  line-height: 1.3;
  font-size: var(--font-size);
  letter-spacing: calc(var(--font-size) / 100 * -5);
  color: var(--grey-on-white-color);
}
@media (min-width: 47.9375em) {
  .results__item p {
    --font-size: 1rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .results__item p {
    --font-size: clamp( 0.9375rem , 0.8329703833rem  +  0.3484320557vw , 1rem );
  }
}
@media (max-width: 30em) {
  .results__item p {
    --font-size: 0.9375rem;
  }
}
