/* Lottie Animation */
.lottie-container .animation {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: -1;
  filter: saturate(1.3);
}


.end-lottie {
  position: absolute;
  top: 100vh;
  width: 100%;
  height: 1px;
}