.icon1 .m_608 {
  scale: 0.8;
  opacity: 0;
  transform-origin: center center;
}
.icon1 .c_255 {
  opacity: 0;
}
.icon1 .panel2_492 {
  transform: translateX(6px) translateY(81px);
  opacity: 0;
}

.item:hover .m_608 {
  animation: 0.8s linear 0s 1 normal forwards running m_608;
}
.item:hover .c_255 {
  animation: 0.8s linear 0s 1 normal forwards running c_255;
}
.item:hover .panel2_492 {
  animation: 0.8s linear 0s 1 normal forwards running panel2_492;
}

@keyframes m_608 {
  0% {
    scale: 0.8;
    opacity: 0;
  }
  62% {
    scale: 1;
    opacity: 1;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
@keyframes c_255 {
  0% {
    opacity: 0;
  }
  62% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes panel2_492 {
  0% {
    transform: translateX(6px) translateY(81px);
    opacity: 0;
  }
  62% {
    transform: translateX(6px) translateY(67px);
    opacity: 1;
  }
  100% {
    transform: translateX(6px) translateY(67px);
    opacity: 1;
  }
}
.x_663 {
  opacity: 0;
}

.item:hover .x_663 {
  animation: 0.7s linear 0s 1 normal forwards running x_663;
}

@keyframes x_663 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.Vector_836 {
  opacity: 0;
}

.item:hover .Vector_836 {
  animation: 0.63s linear 0s 1 normal forwards running Vector_836;
}

@keyframes Vector_836 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=animations.css.map */