.lottie-holder.animation-hero-bg {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
}

.lottie-holder.animation-hero-chart {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
}

@media screen and (max-width:992px) {
  .lottie-holder.animation-hero-chart {
    top: 0;
  }

  .lottie-holder.animation-hero-chart svg {
    width: unset !important;
    height: unset !important;
  }
}

.lottie-holder .lottie-animation {
  height: 100%;
  width: 100%;
}

.animation-hero-chart > .lottie-animation svg {
  transform: none !important;
}

.animation-hero-chart > .lottie-animation svg {
  height: 573px !important;
  width: 933px !important;
}