.statistics-block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .statistics-block {
    padding: 0;
  }
}
.statistics-block :where(h2) {
  font-size: 3rem;
}
.statistics-block__top {
  width: 100%;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .statistics-block__top {
    margin-bottom: 28px;
  }
}
.statistics-block__top--centre {
  margin-inline: auto;
}
.statistics-block__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 0;
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
}
@media only screen and (max-width: 1100px) {
  .statistics-block__grid {
    margin: 0;
  }
}
.statistics-block__grid > li {
  list-style: none;
}
.statistics-block__grid > li::marker {
  content: "";
}
.statistics-block__grid--two .statistics-block__stat {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .statistics-block__grid--two .statistics-block__stat {
    width: 100%;
  }
}
.statistics-block__grid--three .statistics-block__stat {
  width: 33.3333%;
}
@media only screen and (max-width: 768px) {
  .statistics-block__grid--three .statistics-block__stat {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .statistics-block__grid--three .statistics-block__stat {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .statistics-block__grid--three .statistics-block__stat:last-child {
    border-right: 0;
  }
}
.statistics-block__grid--four .statistics-block__stat {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .statistics-block__grid--four .statistics-block__stat {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .statistics-block__grid--four .statistics-block__stat {
    width: 100%;
  }
}
.statistics-block__grid--four .statistics-block__stat span {
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  .statistics-block__grid--four .statistics-block__stat span {
    font-size: 3rem;
  }
}
.statistics-block__stat {
  min-width: 0;
  padding: 24px 32px;
  margin: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 768px) {
  .statistics-block__stat {
    padding: 20px 24px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 480px) {
  .statistics-block__stat {
    padding: 18px 0;
    border-right: 0;
  }
}
.statistics-block__stat:first-child {
  border-left: 0;
}
@media only screen and (max-width: 768px) {
  .statistics-block__stat:nth-child(odd) {
    border-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .statistics-block__stat:nth-child(odd) {
    border-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .statistics-block__stat:last-child {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .statistics-block__stat:nth-last-child(2):nth-child(odd) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.statistics-block__stat::before {
  display: none;
}
.statistics-block__stat span {
  display: block;
  color: #DE1B76;
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 1024px) {
  .statistics-block__stat span {
    font-size: 3.375rem;
  }
}
@media only screen and (max-width: 600px) {
  .statistics-block__stat span {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 480px) {
  .statistics-block__stat span {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 320px) {
  .statistics-block__stat span {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .statistics-block__wrapper.padding-both {
    padding-block: 56px;
  }
}
@media only screen and (max-width: 480px) {
  .statistics-block__wrapper.padding-both {
    padding-block: 48px;
  }
}
.statistics-block__wrapper.dark-background :where(.statistics-block__top, .statistics-block) :where(h1, h2, h3, h4, h5, h6, p, li) {
  color: #FFFFFF;
}
.statistics-block__wrapper.dark-background .statistics-block__stat {
  border-color: rgba(255, 255, 255, 0.2);
}
.statistics-block__wrapper.dark-background .statistics-block__stat span {
  color: #FFB81C;
}
@media only screen and (max-width: 768px) {
  .statistics-block__wrapper.dark-background .statistics-block__stat:nth-child(odd) {
    border-right-color: rgba(255, 255, 255, 0.2);
  }
}
.statistics-block__wrapper.brand-background :where(.statistics-block__top, .statistics-block) :where(h1, h2, h3, h4, h5, h6, p, li) {
  color: #FFFFFF;
}
.statistics-block__wrapper.brand-background .statistics-block__stat {
  border-color: rgba(255, 255, 255, 0.2);
}
.statistics-block__wrapper.brand-background .statistics-block__stat span {
  color: #FFB81C;
}
@media only screen and (max-width: 768px) {
  .statistics-block__wrapper.brand-background .statistics-block__stat:nth-child(odd) {
    border-right-color: rgba(255, 255, 255, 0.2);
  }
}
.statistics-block__wrapper--benchmark {
  padding-block: clamp(50px, 4.34vw, 75px);
  color: #FFFFFF;
  background: #172430;
}
@media only screen and (max-width: 600px) {
  .statistics-block__wrapper--benchmark {
    padding-block: 50px;
    margin: 0;
  }
}
.statistics-block__wrapper--benchmark :where(h1, h2, h3, h4, h5, h6, p, li) {
  color: #FFFFFF;
}
.statistics-block__wrapper--benchmark :where(.eyebrow, .sub-title) {
  color: #FFB81C;
}
.statistics-block__wrapper--benchmark .statistics-block__grid {
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1100px) {
  .statistics-block__wrapper--benchmark .statistics-block__grid {
    flex-wrap: wrap;
    margin: 0;
  }
}
.statistics-block__wrapper--benchmark .statistics-block__stat {
  display: flex;
  flex: 1 1 25%;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  padding: 0 clamp(24px, 2.9vw, 50px);
  margin: 0;
  border-color: #565C62;
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.36;
}
@media only screen and (max-width: 1100px) {
  .statistics-block__wrapper--benchmark .statistics-block__stat {
    flex-basis: 50%;
    padding: 26px 32px;
    border: 0;
  }
}
@media only screen and (max-width: 600px) {
  .statistics-block__wrapper--benchmark .statistics-block__stat {
    flex-basis: 100%;
    padding: 22px 0;
    border-left: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .statistics-block__wrapper--benchmark .statistics-block__stat:nth-child(odd) {
    border-left: 0;
  }
}
.statistics-block__wrapper--benchmark .statistics-block__stat span {
  color: #FFFFFF;
  font-size: clamp(3.5rem, 4.17vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.0278em;
}
.statistics-block__wrapper--proof {
  padding-block: clamp(50px, 3.5vw, 75px);
  color: #FFFFFF;
  background: #31274B;
}
@media only screen and (max-width: 600px) {
  .statistics-block__wrapper--proof {
    padding-block: 50px;
  }
}
.statistics-block__wrapper--proof :where(h1, h2, h3, h4, h5, h6, p, li) {
  color: #FFFFFF;
}
.statistics-block__wrapper--proof :where(.eyebrow, .sub-title) {
  color: #FFB81C;
}
.statistics-block__wrapper--proof > .wrapper {
  display: grid;
  grid-template-columns: minmax(300px, 1.08fr) minmax(480px, 1fr);
  gap: clamp(32px, 2.5vw, 43px);
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .statistics-block__wrapper--proof > .wrapper {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.statistics-block__wrapper--proof .statistics-block__top {
  max-width: none;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .statistics-block__wrapper--proof .statistics-block__grid {
    margin: 0;
  }
}
.statistics-block__wrapper--proof .statistics-block__stat {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  margin: 0;
  border-color: #565C62;
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.333;
}
@media only screen and (max-width: 600px) {
  .statistics-block__wrapper--proof .statistics-block__stat {
    flex: 0 0 100%;
    padding: 22px 0;
  }
}
.statistics-block__wrapper--proof .statistics-block__stat span {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.125;
}
.statistics-block__wrapper--proof .statistics-block__stat > .starboard-icon {
  --starboard-icon-size: 53px;
  --starboard-icon-color: #DE1B76;
  letter-spacing: 0;
}
.statistics-block__wrapper .statistics-block__stat.statistics-block__stat--yellow > span {
  color: #FFB81C;
}
.statistics-block__wrapper .statistics-block__stat.statistics-block__stat--orange > span {
  color: #FF6720;
}
.statistics-block__wrapper .statistics-block__stat.statistics-block__stat--magenta > span {
  color: #DE1B76;
}
.statistics-block__wrapper .statistics-block__stat.statistics-block__stat--purple > span {
  color: #9B8ACB;
}
.statistics-block__wrapper .statistics-block__stat.statistics-block__stat--black > span {
  color: #000000;
}
.statistics-block__wrapper .statistics-block__stat.statistics-block__stat--white > span {
  color: #FFFFFF;
}
.statistics-block__wrapper .statistics-block__stat.statistics-block__stat--dark > span {
  color: #131E29;
}/*# sourceMappingURL=style.css.map */
