@-webkit-keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

@keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

.tri-stats.large-top .tri-stats__stat__large-stat {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.tri-stats.large-top .tri-stats__stat__small-stat {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.tri-stats__stat {
  position: relative;
  padding: 1.25rem 2rem;
  color: #FFF; }

.tri-stats__stat__separator {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(calc(-50% - 18px));
  transform: translateX(calc(-50% - 18px));
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }
  @media (min-width: 1024px) {
    .tri-stats__stat__separator {
      top: 36px;
      right: 0;
      left: 0;
      -webkit-transform: unset;
      transform: unset; } }
  .tri-stats__stat__separator .dot {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #FFF; }
    .tri-stats__stat__separator .dot::before, .tri-stats__stat__separator .dot::after {
      content: '';
      height: 3px;
      width: 3px;
      position: absolute;
      right: 0;
      border-radius: 50%;
      background-color: #FFF; }
    .tri-stats__stat__separator .dot::before {
      top: 0;
      -webkit-transform: translateX(-6px);
      transform: translateX(-6px); }
      @media (min-width: 1024px) {
        .tri-stats__stat__separator .dot::before {
          -webkit-transform: translateY(-6px);
          transform: translateY(-6px); } }
    .tri-stats__stat__separator .dot::after {
      bottom: 0;
      -webkit-transform: translateX(6px);
      transform: translateX(6px); }
      @media (min-width: 1024px) {
        .tri-stats__stat__separator .dot::after {
          -webkit-transform: translateY(6px);
          transform: translateY(6px); } }
    .tri-stats__stat__separator .dot:nth-child(2) {
      right: -18px; }
      @media (min-width: 1024px) {
        .tri-stats__stat__separator .dot:nth-child(2) {
          top: 18px;
          right: 0; } }
    .tri-stats__stat__separator .dot:nth-child(3) {
      right: -36px; }
      @media (min-width: 1024px) {
        .tri-stats__stat__separator .dot:nth-child(3) {
          top: 36px;
          right: 0; } }
    .tri-stats__stat__separator .dot:nth-child(4) {
      right: -54px; }
      @media (min-width: 1024px) {
        .tri-stats__stat__separator .dot:nth-child(4) {
          top: 54px;
          right: 0; } }

.tri-stats__stat__large-stat,
.tri-stats__stat__small-stat {
  margin: 0;
  white-space: nowrap; }
