.stats__item {
  max-width: 50%;
  padding-left: 0;
  padding-right: 0
}
.stats__item .stat__content {
  margin-bottom: 0
}
.stats__item .stat__content {
  text-align: center
}
.stats__item .stat__top {
  align-items: center
}
.stats__item:nth-child(even) .stat__top {
  padding-left: var(--sm-4)
}
.stats__item:nth-child(odd) .stat__top {
  padding-right: var(--sm-4)
}
.stats .odd:last-child .stat__top {
  padding-right: 0
}
.stats__bottomTitle {
  border-top: 1px solid var(--dark-10)
}
@media (min-width:768px) {
  .stats__item {
    padding-left: var(--md-3);
    padding-right: var(--md-3);
    max-width: 33.33%
  }
  .stats__item:nth-child(even) .stat__top {
    padding: 0
  }
  .stats__item:nth-child(odd) .stat__top {
    padding: 0
  }
  .stats__item:not(:last-child) {
    border-right: 1px solid var(--dark-10)
  }
}
.stats-text__image {
  height: 3rem;
  width: 3rem
}
.stats-text .four-stats .stat {
  max-width: 45%
}
@media (max-width:991.98px) {
  .stats-text__content {
    margin-bottom: var(--md-3)
  }
}
.image-text-stats__image img {
  max-height: 15rem;
  border-radius: var(--radius-sm)
}
.image-text-stats .stats {
  grid-template-columns: repeat(2,1fr)
}
.image-text-stats .stats .stat__number {
  margin-bottom: 0
}
.image-text-stats .stats .stat__top {
  align-items: flex-start
}
.image-text-stats .stats .stat__title {
  margin-bottom: 0
}
@media (min-width:768px) {
  .image-text-stats__image img {
    max-height: 30rem
  }
}
@media (min-width:992px) {
  .image-text-stats__image img {
    min-height: 44.75rem
  }
}


.stat2 .stat__suffix, .stat2 .stat__prefix {margin-bottom: 12px;}
.image-text-stats.stats-and-image .image-text-stats__image img{min-height: auto;max-height: unset;min-width: auto;max-width: 100%;}
.image-text-stats.stats-and-image .stat2link{margin-bottom: 8px;margin-left: 20px;}
.image-text-stats.stats-and-image .stat2 {border-left: 1px solid #D8D8DB;padding-left: 20px;}

@media (max-width:1280px) {
.stat2 .stat__suffix, .stat2 .stat__prefix {margin-bottom: 10px;}
}
@media (max-width:1180px) {
.stat2 .stat__suffix, .stat2 .stat__prefix {margin-bottom: 6px;}
}
@media (max-width:820px) {
.stat2 .stat__suffix, .stat2 .stat__prefix {margin-bottom: 6px;}
}
@media (max-width:768px) {
.image-text-stats.stats-and-image .image-text-stats__image  {order:2;}
.stat2 .stat__suffix, .stat2 .stat__prefix {margin-bottom: 6px;}
}
@media (max-width:640px) {
.stat2 .stat__suffix, .stat2 .stat__prefix {margin-bottom: 6px;}
}


.odometeranimation {display: inline-flex;}

.digit {
    position: relative;
    overflow: hidden;
    height: 1em;
    width: .55em;
	margin-bottom: 13px;
}

.track {
    position: absolute;
    left: 0;
    top: 0;
    transition: transform 2s cubic-bezier(.22,.61,.36,1);
}

.track span {
    display: block;
    height: 1em;
    text-align: center;
}

.sep {
    width: auto;
}