.bg-cream {
  background: #fcf8ee;
  color: #000;
}
.bg-cream .button.btn-white {
  background: #000;
  color: #fff;
}
.bg-cream .button.btn-white::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg);
}

.bg-mint {
  background: rgba(216, 235, 235, 0.4);
  color: #000;
}

.bg-green,
.bg-dark {
  background: rgb(14, 39, 40);
  color: #fff;
}

.bg-blue {
  background: #181e28;
  color: #fff;
}

.bg-brown {
  background: #eae2cf;
  color: #000;
}

.bg-pink {
  background: #ffe1d7;
  color: #000;
}

.bg-white {
  background: #fff;
  color: #000;
}

.bg-green .button,
.bg-dark .button,
.bg-brown .button,
.bg-light-text .button {
  border: 1px solid #fff;
}
.bg-green .button::after,
.bg-dark .button::after,
.bg-brown .button::after,
.bg-light-text .button::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow.svg) !important;
}
.bg-green .button.btn-black,
.bg-dark .button.btn-black,
.bg-brown .button.btn-black,
.bg-light-text .button.btn-black {
  background: #fff !important;
  color: #000 !important;
}
.bg-green .button.btn-black::after,
.bg-dark .button.btn-black::after,
.bg-brown .button.btn-black::after,
.bg-light-text .button.btn-black::after {
  content: url("/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg") !important;
}

.bg-light-text {
  color: #fff !important;
}
.bg-light-text .button {
  color: #fff !important;
}

.wp-block-acf-stats-highlight .stats-repeater {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .wp-block-acf-stats-highlight .stats-repeater {
    grid-template-columns: 1fr;
  }
}
.wp-block-acf-stats-highlight .stats-repeater .stat {
  height: 100%;
}
@media (max-width: 767px) {
  .wp-block-acf-stats-highlight .stats-repeater .stat {
    padding-left: 0px !important;
  }
}
.wp-block-acf-stats-highlight .stats-repeater .stat p {
  margin: 0;
  max-width: 310px;
  min-height: 48px;
}
.wp-block-acf-stats-highlight .stats-repeater .stat .stat-inner {
  height: 100%;
}
@media (max-width: 767px) {
  .wp-block-acf-stats-highlight .stats-repeater .stat .stat-inner {
    border-bottom: 1px solid #dcdddf;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.wp-block-acf-stats-highlight .stats-repeater .stat:first-child {
  border-right: 1px solid #dcdddf;
}
@media (max-width: 767px) {
  .wp-block-acf-stats-highlight .stats-repeater .stat:first-child {
    border-right: none;
    margin-right: 0px !important;
  }
}
.wp-block-acf-stats-highlight .stats-repeater .stat:first-child .stat-inner {
  border-bottom: 1px solid #dcdddf;
  margin-right: 15px;
}
.wp-block-acf-stats-highlight .stats-repeater .stat:nth-child(2) .stat-inner {
  border-bottom: 1px solid #dcdddf;
  margin-left: 15px;
}
.wp-block-acf-stats-highlight .stats-repeater .stat:nth-child(3) {
  border-right: 1px solid #dcdddf;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .wp-block-acf-stats-highlight .stats-repeater .stat:nth-child(3) {
    border-right: none;
  }
}
.wp-block-acf-stats-highlight .stats-repeater .stat:nth-child(4) {
  padding-top: 15px;
  padding-left: 15px;
}
.wp-block-acf-stats-highlight .stats-repeater .stat .large-number {
  font-size: clamp(3.75rem, 2.1009rem + 7.0361vw, 8.75rem);
  font-style: normal;
  font-weight: 265;
  line-height: 160px;
  letter-spacing: -5.6px;
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .wp-block-acf-stats-highlight .stats-repeater .stat .large-number {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -2.6px;
  }
}
.wp-block-acf-stats-highlight .stats-repeater .stat .large-number sup {
  top: -48px;
  font-size: 60%;
}
@media (max-width: 767px) {
  .wp-block-acf-stats-highlight .stats-repeater .stat .large-number sup {
    top: -38px;
    font-size: 40%;
  }
}/*# sourceMappingURL=stats-highlight.css.map */