@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin90 {
  to {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes spin90 {
  to {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes fadeInOut {
  from {
    opacity: 0;
  }
  4% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  from {
    opacity: 0;
  }
  4% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    opacity: 0;
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    opacity: 0;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes swingCustom {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1.1);
            transform: rotate3d(0, 0, 1, 0deg) scale(1.1);
  }
  4% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg) scale(1.1);
            transform: rotate3d(0, 0, 1, 15deg) scale(1.1);
  }
  8% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg) scale(1.8);
            transform: rotate3d(0, 0, 1, -10deg) scale(1.8);
  }
  12% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg) scale(1.1);
            transform: rotate3d(0, 0, 1, 5deg) scale(1.1);
  }
  16% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg) scale(1.1);
            transform: rotate3d(0, 0, 1, -5deg) scale(1.1);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1.1);
            transform: rotate3d(0, 0, 1, 0deg) scale(1.1);
  }
}

@keyframes swingCustom {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1.1);
            transform: rotate3d(0, 0, 1, 0deg) scale(1.1);
  }
  4% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg) scale(1.1);
            transform: rotate3d(0, 0, 1, 15deg) scale(1.1);
  }
  8% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg) scale(1.8);
            transform: rotate3d(0, 0, 1, -10deg) scale(1.8);
  }
  12% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg) scale(1.1);
            transform: rotate3d(0, 0, 1, 5deg) scale(1.1);
  }
  16% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg) scale(1.1);
            transform: rotate3d(0, 0, 1, -5deg) scale(1.1);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) scale(1.1);
            transform: rotate3d(0, 0, 1, 0deg) scale(1.1);
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

#countDay > span:nth-of-type(1) .numbers {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#countDay > span:nth-of-type(2) .numbers {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#countDay > span:nth-of-type(3) .numbers {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.counterEx {
  position: relative;
  width: 1em;
  height: 0.9em;
  margin: 0 -0.25em;
  display: inline-block;
  overflow-y: hidden;
}
.counterEx .numbers {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-animation-name: countNumber;
          animation-name: countNumber;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: steps(10, end);
          animation-timing-function: steps(10, end);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.counterEx .numbers span {
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1em;
          flex: 0 0 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.counterEx.counterEx00 .numbers {
  counter-increment: count 0;
  /* 10 */
  -webkit-animation-name: countNumber00;
          animation-name: countNumber00;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: steps(10, end);
          animation-timing-function: steps(10, end);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.counterEx.counterEx01 .numbers {
  counter-increment: count 1;
  /* 9 */
  -webkit-animation-name: countNumber01;
          animation-name: countNumber01;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-timing-function: steps(9, end);
          animation-timing-function: steps(9, end);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.counterEx.counterEx02 .numbers {
  counter-increment: count 2;
  /* 8 */
  -webkit-animation-name: countNumber02;
          animation-name: countNumber02;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: steps(8, end);
          animation-timing-function: steps(8, end);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.counterEx.counterEx03 .numbers {
  counter-increment: count 3;
  /* 7 */
  -webkit-animation-name: countNumber03;
          animation-name: countNumber03;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: steps(7, end);
          animation-timing-function: steps(7, end);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.counterEx.counterEx04 .numbers {
  counter-increment: count 4;
  /* 6 */
  -webkit-animation-name: countNumber04;
          animation-name: countNumber04;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: steps(6, end);
          animation-timing-function: steps(6, end);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.counterEx.counterEx05 .numbers {
  counter-increment: count 5;
  /* 5 */
  -webkit-animation-name: countNumber05;
          animation-name: countNumber05;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: steps(5, end);
          animation-timing-function: steps(5, end);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.counterEx.counterEx06 .numbers {
  counter-increment: count 6;
  /* 4 */
  -webkit-animation-name: countNumber06;
          animation-name: countNumber06;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: steps(4, end);
          animation-timing-function: steps(4, end);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.counterEx.counterEx07 .numbers {
  counter-increment: count 7;
  /* 3 */
  -webkit-animation-name: countNumber07;
          animation-name: countNumber07;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: steps(3, end);
          animation-timing-function: steps(3, end);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.counterEx.counterEx08 .numbers {
  counter-increment: count 8;
  /* 2 */
  -webkit-animation-name: countNumber08;
          animation-name: countNumber08;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: steps(2, end);
          animation-timing-function: steps(2, end);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.counterEx.counterEx09 .numbers {
  counter-increment: count 9;
  /* 1 */
  -webkit-animation-name: countNumber09;
          animation-name: countNumber09;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-timing-function: steps(1, end);
          animation-timing-function: steps(1, end);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.counterEx:last-of-type {
  margin-right: -0.6em;
}

@-webkit-keyframes countNumber00 {
  0% {
    margin-top: 0px;
  }
  /* 0 */
  0% {
    margin-top: 0em;
  }
  /* 1 */
  11.1111111111% {
    margin-top: -1em;
  }
  /* 2 */
  22.2222222222% {
    margin-top: -2em;
  }
  /* 3 */
  33.3333333333% {
    margin-top: -3em;
  }
  /* 4 */
  44.4444444444% {
    margin-top: -4em;
  }
  /* 5 */
  55.5555555556% {
    margin-top: -5em;
  }
  /* 6 */
  66.6666666667% {
    margin-top: -6em;
  }
  /* 7 */
  77.7777777778% {
    margin-top: -7em;
  }
  /* 8 */
  88.8888888889% {
    margin-top: -8em;
  }
  100% {
    margin-top: -9em;
  }
  to {
    margin-top: -9em;
  }
}

@keyframes countNumber00 {
  0% {
    margin-top: 0px;
  }
  /* 0 */
  0% {
    margin-top: 0em;
  }
  /* 1 */
  11.1111111111% {
    margin-top: -1em;
  }
  /* 2 */
  22.2222222222% {
    margin-top: -2em;
  }
  /* 3 */
  33.3333333333% {
    margin-top: -3em;
  }
  /* 4 */
  44.4444444444% {
    margin-top: -4em;
  }
  /* 5 */
  55.5555555556% {
    margin-top: -5em;
  }
  /* 6 */
  66.6666666667% {
    margin-top: -6em;
  }
  /* 7 */
  77.7777777778% {
    margin-top: -7em;
  }
  /* 8 */
  88.8888888889% {
    margin-top: -8em;
  }
  100% {
    margin-top: -9em;
  }
  to {
    margin-top: -9em;
  }
}
@-webkit-keyframes countNumber01 {
  0% {
    margin-top: 0px;
  }
  /* 0 */
  0% {
    margin-top: 0em;
  }
  /* 1 */
  12.5% {
    margin-top: -1em;
  }
  /* 2 */
  25% {
    margin-top: -2em;
  }
  /* 3 */
  37.5% {
    margin-top: -3em;
  }
  /* 4 */
  50% {
    margin-top: -4em;
  }
  /* 5 */
  62.5% {
    margin-top: -5em;
  }
  /* 6 */
  75% {
    margin-top: -6em;
  }
  /* 7 */
  87.5% {
    margin-top: -7em;
  }
  100% {
    margin-top: -8em;
  }
  to {
    margin-top: -8em;
  }
}
@keyframes countNumber01 {
  0% {
    margin-top: 0px;
  }
  /* 0 */
  0% {
    margin-top: 0em;
  }
  /* 1 */
  12.5% {
    margin-top: -1em;
  }
  /* 2 */
  25% {
    margin-top: -2em;
  }
  /* 3 */
  37.5% {
    margin-top: -3em;
  }
  /* 4 */
  50% {
    margin-top: -4em;
  }
  /* 5 */
  62.5% {
    margin-top: -5em;
  }
  /* 6 */
  75% {
    margin-top: -6em;
  }
  /* 7 */
  87.5% {
    margin-top: -7em;
  }
  100% {
    margin-top: -8em;
  }
  to {
    margin-top: -8em;
  }
}
@-webkit-keyframes countNumber02 {
  0% {
    margin-top: 0px;
  }
  /* 0 */
  0% {
    margin-top: 0em;
  }
  /* 1 */
  14.2857142857% {
    margin-top: -1em;
  }
  /* 2 */
  28.5714285714% {
    margin-top: -2em;
  }
  /* 3 */
  42.8571428571% {
    margin-top: -3em;
  }
  /* 4 */
  57.1428571429% {
    margin-top: -4em;
  }
  /* 5 */
  71.4285714286% {
    margin-top: -5em;
  }
  /* 6 */
  85.7142857143% {
    margin-top: -6em;
  }
  100% {
    margin-top: -7em;
  }
  to {
    margin-top: -7em;
  }
}
@keyframes countNumber02 {
  0% {
    margin-top: 0px;
  }
  /* 0 */
  0% {
    margin-top: 0em;
  }
  /* 1 */
  14.2857142857% {
    margin-top: -1em;
  }
  /* 2 */
  28.5714285714% {
    margin-top: -2em;
  }
  /* 3 */
  42.8571428571% {
    margin-top: -3em;
  }
  /* 4 */
  57.1428571429% {
    margin-top: -4em;
  }
  /* 5 */
  71.4285714286% {
    margin-top: -5em;
  }
  /* 6 */
  85.7142857143% {
    margin-top: -6em;
  }
  100% {
    margin-top: -7em;
  }
  to {
    margin-top: -7em;
  }
}
@-webkit-keyframes countNumber03 {
  0% {
    margin-top: 0px;
  }
  /* 0 */
  0% {
    margin-top: 0em;
  }
  /* 1 */
  16.6666666667% {
    margin-top: -1em;
  }
  /* 2 */
  33.3333333333% {
    margin-top: -2em;
  }
  /* 3 */
  50% {
    margin-top: -3em;
  }
  /* 4 */
  66.6666666667% {
    margin-top: -4em;
  }
  /* 5 */
  83.3333333333% {
    margin-top: -5em;
  }
  100% {
    margin-top: -6em;
  }
  to {
    margin-top: -6em;
  }
}
@keyframes countNumber03 {
  0% {
    margin-top: 0px;
  }
  /* 0 */
  0% {
    margin-top: 0em;
  }
  /* 1 */
  16.6666666667% {
    margin-top: -1em;
  }
  /* 2 */
  33.3333333333% {
    margin-top: -2em;
  }
  /* 3 */
  50% {
    margin-top: -3em;
  }
  /* 4 */
  66.6666666667% {
    margin-top: -4em;
  }
  /* 5 */
  83.3333333333% {
    margin-top: -5em;
  }
  100% {
    margin-top: -6em;
  }
  to {
    margin-top: -6em;
  }
}
@-webkit-keyframes countNumber04 {
  0% {
    margin-top: 0px;
  }
  /* 0 */
  0% {
    margin-top: 0em;
  }
  /* 1 */
  20% {
    margin-top: -1em;
  }
  /* 2 */
  40% {
    margin-top: -2em;
  }
  /* 3 */
  60% {
    margin-top: -3em;
  }
  /* 4 */
  80% {
    margin-top: -4em;
  }
  100% {
    margin-top: -5em;
  }
  to {
    margin-top: -5em;
  }
}
@keyframes countNumber04 {
  0% {
    margin-top: 0px;
  }
  /* 0 */
  0% {
    margin-top: 0em;
  }
  /* 1 */
  20% {
    margin-top: -1em;
  }
  /* 2 */
  40% {
    margin-top: -2em;
  }
  /* 3 */
  60% {
    margin-top: -3em;
  }
  /* 4 */
  80% {
    margin-top: -4em;
  }
  100% {
    margin-top: -5em;
  }
  to {
    margin-top: -5em;
  }
}
@-webkit-keyframes countNumber05 {
  0% {
    margin-top: 0px;
  }
  /* 0 */
  0% {
    margin-top: 0em;
  }
  /* 1 */
  25% {
    margin-top: -1em;
  }
  /* 2 */
  50% {
    margin-top: -2em;
  }
  /* 3 */
  75% {
    margin-top: -3em;
  }
  100% {
    margin-top: -4em;
  }
  to {
    margin-top: -4em;
  }
}
@keyframes countNumber05 {
  0% {
    margin-top: 0px;
  }
  /* 0 */
  0% {
    margin-top: 0em;
  }
  /* 1 */
  25% {
    margin-top: -1em;
  }
  /* 2 */
  50% {
    margin-top: -2em;
  }
  /* 3 */
  75% {
    margin-top: -3em;
  }
  100% {
    margin-top: -4em;
  }
  to {
    margin-top: -4em;
  }
}
@-webkit-keyframes countNumber06 {
  0% {
    margin-top: 0px;
  }
  /* 0 */
  0% {
    margin-top: 0em;
  }
  /* 1 */
  33.3333333333% {
    margin-top: -1em;
  }
  /* 2 */
  66.6666666667% {
    margin-top: -2em;
  }
  100% {
    margin-top: -3em;
  }
  to {
    margin-top: -3em;
  }
}
@keyframes countNumber06 {
  0% {
    margin-top: 0px;
  }
  /* 0 */
  0% {
    margin-top: 0em;
  }
  /* 1 */
  33.3333333333% {
    margin-top: -1em;
  }
  /* 2 */
  66.6666666667% {
    margin-top: -2em;
  }
  100% {
    margin-top: -3em;
  }
  to {
    margin-top: -3em;
  }
}
@-webkit-keyframes countNumber07 {
  0% {
    margin-top: 0px;
  }
  /* 0 */
  0% {
    margin-top: 0em;
  }
  /* 1 */
  50% {
    margin-top: -1em;
  }
  100% {
    margin-top: -2em;
  }
  to {
    margin-top: -2em;
  }
}
@keyframes countNumber07 {
  0% {
    margin-top: 0px;
  }
  /* 0 */
  0% {
    margin-top: 0em;
  }
  /* 1 */
  50% {
    margin-top: -1em;
  }
  100% {
    margin-top: -2em;
  }
  to {
    margin-top: -2em;
  }
}
@-webkit-keyframes countNumber08 {
  0% {
    margin-top: 0px;
  }
  /* 0 */
  0% {
    margin-top: 0em;
  }
  100% {
    margin-top: -1em;
  }
  to {
    margin-top: -1em;
  }
}
@keyframes countNumber08 {
  0% {
    margin-top: 0px;
  }
  /* 0 */
  0% {
    margin-top: 0em;
  }
  100% {
    margin-top: -1em;
  }
  to {
    margin-top: -1em;
  }
}
@-webkit-keyframes countNumber09 {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0em;
  }
  to {
    margin-top: 0em;
  }
}
@keyframes countNumber09 {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0em;
  }
  to {
    margin-top: 0em;
  }
}
@media print, (prefers-reduced-motion: reduce) {
  #countDay > span .numbers {
    -webkit-animation: none !important;
            animation: none !important;
  }
  .counterEx.counterEx00 .numbers span:nth-of-type(-n+9) {
    display: none !important;
  }
  .counterEx.counterEx01 .numbers span:nth-of-type(-n+8) {
    display: none !important;
  }
  .counterEx.counterEx02 .numbers span:nth-of-type(-n+7) {
    display: none !important;
  }
  .counterEx.counterEx03 .numbers span:nth-of-type(-n+6) {
    display: none !important;
  }
  .counterEx.counterEx04 .numbers span:nth-of-type(-n+5) {
    display: none !important;
  }
  .counterEx.counterEx05 .numbers span:nth-of-type(-n+4) {
    display: none !important;
  }
  .counterEx.counterEx06 .numbers span:nth-of-type(-n+3) {
    display: none !important;
  }
  .counterEx.counterEx07 .numbers span:nth-of-type(-n+2) {
    display: none !important;
  }
  .counterEx.counterEx08 .numbers span:nth-of-type(-n+1) {
    display: none !important;
  }
  .counterEx.counterEx09 .numbers span:nth-of-type(-n+0) {
    display: none !important;
  }
}/*# sourceMappingURL=animate.css.map */