@keyframes bounceDown {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(6px);
  }
  57% {
    transform: scale(1, 1) translateY(-2px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes bounce2 {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateX(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateX(2px);
  }
  57% {
    transform: scale(1, 1) translateX(-2px);
  }
  64% {
    transform: scale(1, 1) translateX(0);
  }
  100% {
    transform: scale(1, 1) translateX(0);
  }
}
@keyframes markBlue {
  0% {
    background-size: 0% 100%;
    color: inherit;
  }
  60% {
    color: inherit;
  }
  100% {
    background-size: 100% 100%;
    color: #1967D2;
  }
}
@keyframes markGreen {
  0% {
    background-size: 0% 100%;
  }
  60% {
    color: inherit;
  }
  100% {
    background-size: 100% 100%;
    color: #157c32;
  }
}
@keyframes markOrange {
  0% {
    background-size: 0% 100%;
    color: inherit;
  }
  60% {
    color: inherit;
  }
  100% {
    background-size: 100% 100%;
    color: #e4630a;
  }
}
/* Fonts */
.lottie-block {
  padding: 64px;
  content-visibility: auto;
  contain-intrinsic-size: 1040px;
}
.lottie-block__title {
  text-align: center;
  margin-bottom: 24px;
}
.lottie-block dotlottie-player,
.lottie-block lottie-player {
  width: 100% !important;
}
.lottie-block.inapp {
  padding: 40px 0;
}
.lottie-block .img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .lottie-block {
    contain-intrinsic-size: 800px;
    padding: 32px 0;
  }
}
@media (max-width: 560px) {
  .lottie-block {
    contain-intrinsic-size: 600px;
  }
  .lottie-block__title br {
    display: none;
  }
}/*# sourceMappingURL=lottie-block.css.map */