.animated {
  visibility: hidden; }
  .animated.grow {
    transform: scale(0);
    opacity: 0;
    transition: transform 600ms ease, opacity 600ms ease; }
    .animated.grow.visible {
      transform: scale(1);
      opacity: 1; }

/*# sourceMappingURL=animations.css.map */
