@media (min-width: 77.875em) {
  .tracking {
    padding-top: 6rem;
  }
}
@media (min-width: 20em) and (max-width: 77.875em) {
  @supports (padding-top: clamp( 1.25rem , -0.3914686825rem  +  8.2073434125vw , 6rem )) {
    .tracking {
      padding-top: clamp( 1.25rem , -0.3914686825rem  +  8.2073434125vw , 6rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , -0.3914686825rem  +  8.2073434125vw , 6rem )) {
    .tracking {
      padding-top: calc(1.25rem + 4.75 * (100vw - 20rem) / 57.875);
    }
  }
}
@media (max-width: 20em) {
  .tracking {
    padding-top: 1.25rem;
  }
}
@media (min-width: 77.875em) {
  .tracking {
    padding-bottom: 6rem;
  }
}
@media (min-width: 20em) and (max-width: 77.875em) {
  @supports (padding-bottom: clamp( 1.25rem , -0.3914686825rem  +  8.2073434125vw , 6rem )) {
    .tracking {
      padding-bottom: clamp( 1.25rem , -0.3914686825rem  +  8.2073434125vw , 6rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , -0.3914686825rem  +  8.2073434125vw , 6rem )) {
    .tracking {
      padding-bottom: calc(1.25rem + 4.75 * (100vw - 20rem) / 57.875);
    }
  }
}
@media (max-width: 20em) {
  .tracking {
    padding-bottom: 1.25rem;
  }
}
.tracking__container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tracking__label {
  padding: 0.25rem 0.625rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid #d0d5dd;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #344054;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.tracking__label:not(:last-child) {
  margin-bottom: 1rem;
}
.tracking__label span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgb(0, 134, 201);
  margin-right: 0.375rem;
}
.tracking__title {
  max-width: 48rem;
}
.tracking__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.tracking__text {
  max-width: 48rem;
  color: #475467;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
@media (min-width: 77.875em) {
  .tracking__text:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 77.875em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.1406587473rem  +  3.6717062635vw , 4rem )) {
    .tracking__text:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 1.1406587473rem  +  3.6717062635vw , 4rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.1406587473rem  +  3.6717062635vw , 4rem )) {
    .tracking__text:not(:last-child) {
      margin-bottom: calc(1.875rem + 2.125 * (100vw - 20rem) / 57.875);
    }
  }
}
@media (max-width: 20em) {
  .tracking__text:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.tracking__image {
  max-width: 48rem;
  margin: 0 auto;
  border-radius: 0.625rem;
  border: 0.25rem solid #101828;
}
.tracking__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 77.875em) {
  .feedback {
    padding-top: 6rem;
  }
}
@media (min-width: 20em) and (max-width: 77.875em) {
  @supports (padding-top: clamp( 1.25rem , -0.3914686825rem  +  8.2073434125vw , 6rem )) {
    .feedback {
      padding-top: clamp( 1.25rem , -0.3914686825rem  +  8.2073434125vw , 6rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , -0.3914686825rem  +  8.2073434125vw , 6rem )) {
    .feedback {
      padding-top: calc(1.25rem + 4.75 * (100vw - 20rem) / 57.875);
    }
  }
}
@media (max-width: 20em) {
  .feedback {
    padding-top: 1.25rem;
  }
}
@media (min-width: 77.875em) {
  .feedback {
    padding-bottom: 6rem;
  }
}
@media (min-width: 20em) and (max-width: 77.875em) {
  @supports (padding-bottom: clamp( 1.25rem , -0.3914686825rem  +  8.2073434125vw , 6rem )) {
    .feedback {
      padding-bottom: clamp( 1.25rem , -0.3914686825rem  +  8.2073434125vw , 6rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , -0.3914686825rem  +  8.2073434125vw , 6rem )) {
    .feedback {
      padding-bottom: calc(1.25rem + 4.75 * (100vw - 20rem) / 57.875);
    }
  }
}
@media (max-width: 20em) {
  .feedback {
    padding-bottom: 1.25rem;
  }
}
.feedback__container {
  border-radius: 1rem;
  background: #065986;
  color: #fff;
}
@media (max-width: 78.4375em) {
  .feedback__container {
    border-radius: 0;
  }
}
.feedback__content {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 77.875em) {
  .feedback__content {
    padding-top: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 77.875em) {
  @supports (padding-top: clamp( 0.9375rem , -0.1208153348rem  +  5.2915766739vw , 4rem )) {
    .feedback__content {
      padding-top: clamp( 0.9375rem , -0.1208153348rem  +  5.2915766739vw , 4rem );
    }
  }
  @supports not (padding-top: clamp( 0.9375rem , -0.1208153348rem  +  5.2915766739vw , 4rem )) {
    .feedback__content {
      padding-top: calc(0.9375rem + 3.0625 * (100vw - 20rem) / 57.875);
    }
  }
}
@media (max-width: 20em) {
  .feedback__content {
    padding-top: 0.9375rem;
  }
}
@media (min-width: 77.875em) {
  .feedback__content {
    padding-bottom: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 77.875em) {
  @supports (padding-bottom: clamp( 0.9375rem , -0.1208153348rem  +  5.2915766739vw , 4rem )) {
    .feedback__content {
      padding-bottom: clamp( 0.9375rem , -0.1208153348rem  +  5.2915766739vw , 4rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.9375rem , -0.1208153348rem  +  5.2915766739vw , 4rem )) {
    .feedback__content {
      padding-bottom: calc(0.9375rem + 3.0625 * (100vw - 20rem) / 57.875);
    }
  }
}
@media (max-width: 20em) {
  .feedback__content {
    padding-bottom: 0.9375rem;
  }
}
.feedback__title {
  text-align: center;
}
@media (min-width: 77.875em) {
  .feedback__title:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 77.875em) {
  @supports (margin-bottom: clamp( 0.9375rem , 0.5703293737rem  +  1.8358531317vw , 2rem )) {
    .feedback__title:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.5703293737rem  +  1.8358531317vw , 2rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.9375rem , 0.5703293737rem  +  1.8358531317vw , 2rem )) {
    .feedback__title:not(:last-child) {
      margin-bottom: calc(0.9375rem + 1.0625 * (100vw - 20rem) / 57.875);
    }
  }
}
@media (max-width: 20em) {
  .feedback__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.feedback__img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.feedback__img:not(:last-child) {
  margin-bottom: 0.625rem;
}
.feedback__subtitle {
  line-height: 1.5rem;
}
.feedback__subtitle:not(:last-child) {
  margin-bottom: 0.625rem;
}
.feedback span {
  color: #b9e6fe;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 77.875em) {
  .features {
    padding-top: 6rem;
  }
}
@media (min-width: 20em) and (max-width: 77.875em) {
  @supports (padding-top: clamp( 1.25rem , -0.3914686825rem  +  8.2073434125vw , 6rem )) {
    .features {
      padding-top: clamp( 1.25rem , -0.3914686825rem  +  8.2073434125vw , 6rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , -0.3914686825rem  +  8.2073434125vw , 6rem )) {
    .features {
      padding-top: calc(1.25rem + 4.75 * (100vw - 20rem) / 57.875);
    }
  }
}
@media (max-width: 20em) {
  .features {
    padding-top: 1.25rem;
  }
}
@media (min-width: 77.875em) {
  .features {
    padding-bottom: 6rem;
  }
}
@media (min-width: 20em) and (max-width: 77.875em) {
  @supports (padding-bottom: clamp( 1.25rem , -0.3914686825rem  +  8.2073434125vw , 6rem )) {
    .features {
      padding-bottom: clamp( 1.25rem , -0.3914686825rem  +  8.2073434125vw , 6rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , -0.3914686825rem  +  8.2073434125vw , 6rem )) {
    .features {
      padding-bottom: calc(1.25rem + 4.75 * (100vw - 20rem) / 57.875);
    }
  }
}
@media (max-width: 20em) {
  .features {
    padding-bottom: 1.25rem;
  }
}
.features__label {
  text-align: center;
  margin-bottom: 0.75rem;
}
.features__title {
  text-align: center;
  margin-bottom: 1.25rem;
}
.features__text {
  color: #475467;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.item-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 77.875em) {
  .item-features {
    gap: 4rem;
  }
}
@media (min-width: 20em) and (max-width: 77.875em) {
  @supports (gap: clamp( 1.25rem , 0.2996760259rem  +  4.7516198704vw , 4rem )) {
    .item-features {
      gap: clamp( 1.25rem , 0.2996760259rem  +  4.7516198704vw , 4rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 0.2996760259rem  +  4.7516198704vw , 4rem )) {
    .item-features {
      gap: calc(1.25rem + 2.75 * (100vw - 20rem) / 57.875);
    }
  }
}
@media (max-width: 20em) {
  .item-features {
    gap: 1.25rem;
  }
}
@media (max-width: 58.125em) {
  .item-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.item-features--direction {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 58.125em) {
  .item-features--direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 77.875em) {
  .item-features__content {
    padding-top: 6rem;
  }
}
@media (min-width: 20em) and (max-width: 77.875em) {
  @supports (padding-top: clamp( 0.625rem , -1.2324514039rem  +  9.2872570194vw , 6rem )) {
    .item-features__content {
      padding-top: clamp( 0.625rem , -1.2324514039rem  +  9.2872570194vw , 6rem );
    }
  }
  @supports not (padding-top: clamp( 0.625rem , -1.2324514039rem  +  9.2872570194vw , 6rem )) {
    .item-features__content {
      padding-top: calc(0.625rem + 5.375 * (100vw - 20rem) / 57.875);
    }
  }
}
@media (max-width: 20em) {
  .item-features__content {
    padding-top: 0.625rem;
  }
}
@media (min-width: 77.875em) {
  .item-features__content {
    padding-bottom: 6rem;
  }
}
@media (min-width: 20em) and (max-width: 77.875em) {
  @supports (padding-bottom: clamp( 0.625rem , -1.2324514039rem  +  9.2872570194vw , 6rem )) {
    .item-features__content {
      padding-bottom: clamp( 0.625rem , -1.2324514039rem  +  9.2872570194vw , 6rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.625rem , -1.2324514039rem  +  9.2872570194vw , 6rem )) {
    .item-features__content {
      padding-bottom: calc(0.625rem + 5.375 * (100vw - 20rem) / 57.875);
    }
  }
}
@media (max-width: 20em) {
  .item-features__content {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 77.875em) {
  .item-features__content {
    padding-right: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 77.875em) {
  @supports (padding-right: clamp( 0.0000000625rem , -0.6911446243rem  +  3.4557234341vw , 2rem )) {
    .item-features__content {
      padding-right: clamp( 0.0000000625rem , -0.6911446243rem  +  3.4557234341vw , 2rem );
    }
  }
  @supports not (padding-right: clamp( 0.0000000625rem , -0.6911446243rem  +  3.4557234341vw , 2rem )) {
    .item-features__content {
      padding-right: calc(0.0000000625rem + 1.9999999375 * (100vw - 20rem) / 57.875);
    }
  }
}
@media (max-width: 20em) {
  .item-features__content {
    padding-right: 0.0000000625rem;
  }
}
@media (min-width: 77.875em) {
  .item-features__content {
    padding-left: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 77.875em) {
  @supports (padding-left: clamp( 0.0000000625rem , -0.6911446243rem  +  3.4557234341vw , 2rem )) {
    .item-features__content {
      padding-left: clamp( 0.0000000625rem , -0.6911446243rem  +  3.4557234341vw , 2rem );
    }
  }
  @supports not (padding-left: clamp( 0.0000000625rem , -0.6911446243rem  +  3.4557234341vw , 2rem )) {
    .item-features__content {
      padding-left: calc(0.0000000625rem + 1.9999999375 * (100vw - 20rem) / 57.875);
    }
  }
}
@media (max-width: 20em) {
  .item-features__content {
    padding-left: 0.0000000625rem;
  }
}
@media (min-width: 77.875em) {
  .item-features__icon:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 77.875em) {
  @supports (margin-bottom: clamp( 0.75rem , 0.4908207343rem  +  1.2958963283vw , 1.5rem )) {
    .item-features__icon:not(:last-child) {
      margin-bottom: clamp( 0.75rem , 0.4908207343rem  +  1.2958963283vw , 1.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.75rem , 0.4908207343rem  +  1.2958963283vw , 1.5rem )) {
    .item-features__icon:not(:last-child) {
      margin-bottom: calc(0.75rem + 0.75 * (100vw - 20rem) / 57.875);
    }
  }
}
@media (max-width: 20em) {
  .item-features__icon:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.item-features__title {
  color: #101828;
  font-weight: 600;
  line-height: 2.375rem;
  font-size: 1.875rem;
}
.item-features__title:not(:last-child) {
  margin-bottom: 1rem;
}
.item-features__text {
  color: #475467;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 77.875em) {
  .item-features__text:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 77.875em) {
  @supports (margin-bottom: clamp( 0.9375rem , 0.5703293737rem  +  1.8358531317vw , 2rem )) {
    .item-features__text:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.5703293737rem  +  1.8358531317vw , 2rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.9375rem , 0.5703293737rem  +  1.8358531317vw , 2rem )) {
    .item-features__text:not(:last-child) {
      margin-bottom: calc(0.9375rem + 1.0625 * (100vw - 20rem) / 57.875);
    }
  }
}
@media (max-width: 20em) {
  .item-features__text:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.item-features__item {
  color: #475467;
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (min-width: 77.875em) {
  .item-features__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 77.875em) {
  @supports (margin-bottom: clamp( 0.625rem , 0.4090172786rem  +  1.0799136069vw , 1.25rem )) {
    .item-features__item:not(:last-child) {
      margin-bottom: clamp( 0.625rem , 0.4090172786rem  +  1.0799136069vw , 1.25rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.625rem , 0.4090172786rem  +  1.0799136069vw , 1.25rem )) {
    .item-features__item:not(:last-child) {
      margin-bottom: calc(0.625rem + 0.625 * (100vw - 20rem) / 57.875);
    }
  }
}
@media (max-width: 20em) {
  .item-features__item:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.item-features__item::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url(../img/check-icon.svg);
}
.item-features__image {
  max-width: 45rem;
  height: auto;
}
.item-features__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}