.stat-group .wp-block-group__inner-container {
  padding: 0 var(--dimenGutter);
}
.stat-group .wp-block-group__inner-container .stat-block + .stat-block {
  border-top: 1px solid #cfd2d7;
}
.stat-block {
  padding: 2.5rem 0;
  margin-top: 1.5rem !important;
}
.stat-block .stat-block-content {
  text-align: left;
}
.stat-block .stat-block-content .stat-block-caption {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1px;
  color: var(--colorPrimaryAlt) !important;
}
.stat-block .stat-block-content .stat-block-statistic {
  margin: 1rem 0 0 0;
  color: var(--colorPrimaryAlt) !important;
  font-size: 5rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -2.5px;
}
.stat-block .stat-block-content .stat-block-description {
  margin: 0.5rem 0 0 0;
  font-size: 0.875em;
  line-height: 1.71;
  letter-spacing: 0.2px;
}
.stat-block .stat-block-content .stat-block-cta {
  margin: 1rem 0 0 0;
}
@media (min-width: 768px) {
  .stat-block {
    padding: 2rem 0;
    margin-top: 3rem !important;
  }
  .stat-block .stat-block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 30.3125rem;
    margin: 0 auto;
  }
  .stat-block .stat-block-content .stat-block-caption {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .stat-block .stat-block-content .stat-block-statistic {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 53%;
            flex: 1 1 53%;
  }
  .stat-block .stat-block-content .stat-block-tablet-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 47%;
            flex: 1 1 47%;
  }
  .stat-block .stat-block-content .stat-block-description {
    margin-top: 1rem;
  }
  .stat-block .stat-block-content .stat-block-cta {
    margin-top: 0.5rem;
  }
  .stat-block .stat-block-content:not(.has-caption) {
    margin-top: -1rem;
  }
  .stat-block .stat-block-content.no-description {
    display: block;
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .stat-group .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 87.25rem;
    margin: 0 auto;
  }
  .stat-group .wp-block-group__inner-container .stat-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 28rem;
            flex: 0 1 28rem;
  }
  .stat-group .wp-block-group__inner-container .stat-block + .stat-block {
    border-top: none;
    border-left: 1px solid #cfd2d7;
  }
  .stat-block {
    padding: 0;
  }
  .stat-block .stat-block-content {
    display: block;
    max-width: 18.25rem;
    text-align: center;
  }
  .stat-block .stat-block-content .stat-block-statistic {
    margin-top: 1.5rem;
  }
  .stat-block .stat-block-content .stat-block-cta {
    margin-top: 1rem;
  }
  .stat-block .stat-block-content:not(.has-caption) {
    margin-top: 0;
  }
}
