.home-counters {
  width: 100%;
  padding-block: 6rem;

  background-color: #2b59a7;
  color: #fff;
}

.home-counters__eyebrow {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-counters__title {
  max-width: 50rem;
  margin: 0 0 1.5rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  font-weight: 700;
}

.home-counters__description {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.65;
}

.home-counters__description p {
  margin: 0 0 1.25rem;
}

.home-counters__description p:last-child {
  margin-bottom: 0;
}

.home-counters__description a {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.15em;
}

.home-counters__description a:focus-visible {
  outline: 0.1875rem solid #fff;
  outline-offset: 0.25rem;
  border-radius: 0.125rem;
}

/*
 * COUNTER SECTIONS
 */

.home-counters__sections {
  margin-top: 2rem;
}

.home-counters__section {
  color: #fff;
}

.home-counters__section + .home-counters__section {
  margin-top: 2rem;
}

.home-counters__section--dark .home-counter {
  background-color: #285299;
}

.home-counters__section--light .home-counter {
  background-color: #366ab0;
}

.home-counters__section-title {
  margin: 0;
  padding: 1.5rem 0;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
}

/*
 * COUNTER BOX
 */

.home-counter {
  height: 100%;
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  text-align: center;
  color: #fff;
}

/*
 * ICON
 */

.home-counter__icon {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-counter__icon-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*
 * NUMBER
 */

.home-counter__number {
  margin: 0 0 0.5rem;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;

  font-variant-numeric: tabular-nums;
}

.home-counter__accessible-value {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*
 * TITLE
 */

.home-counter__title {
  max-width: 12rem;
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
}

/*
 * FOCUS
 */

.home-counter a:focus-visible {
  outline: 0.1875rem solid #fff;
  outline-offset: 0.25rem;
}

/*
 * TABLET
 */

@media (max-width: 61.99875rem) {
  .home-counters {
    padding-block: 4rem;
  }
  .home-counter {
    min-height: 14rem;
  }
}

/*
 * MOBILE
 */

@media (max-width: 35.99875rem) {
  .home-counters {
    padding-block: 3rem;
  }

  .home-counters__title {
    font-size: 2rem;
  }

  .home-counters__description {
    font-size: 1rem;
    line-height: 1.6;
  }

  .home-counter {
    min-height: 13rem;
    padding: 2rem 1.5rem;
  }

  .home-counter__number {
    font-size: 3rem;
  }
}
