@charset "UTF-8";
/* CSS Document */
body{margin: 0;}

#lottie {
  background-color: #EDEDED;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  opacity: 1;
	border-radius: 8px;
}
