.icon-more path {
  -webkit-animation: iconMore 1s linear infinite;
          animation: iconMore 1s linear infinite;
}
.icon-more path:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.icon-more path:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.icon-more path:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.icon-more path:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.icon-more path:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes iconMore {
  0%, 100% {
    stroke: #FF0099;
  }
  50% {
    stroke: #990099;
  }
}

@keyframes iconMore {
  0%, 100% {
    stroke: #FF0099;
  }
  50% {
    stroke: #990099;
  }
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcC5zY3NzIiwiYXBwLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFtQkU7RUFDRSwrQ0FBQTtVQUFBLHVDQUFBO0NDbEJIO0FEb0JHO0VBQWlCLDhCQUFBO1VBQUEsc0JBQUE7Q0NqQnBCO0FEa0JHO0VBQWlCLDhCQUFBO1VBQUEsc0JBQUE7Q0NmcEI7QURnQkc7RUFBaUIsOEJBQUE7VUFBQSxzQkFBQTtDQ2JwQjtBRGNHO0VBQWlCLDhCQUFBO1VBQUEsc0JBQUE7Q0NYcEI7QURZRztFQUFpQiw4QkFBQTtVQUFBLHNCQUFBO0NDVHBCOztBRGFEO0VBQ0U7SUFFRSxnQkFBQTtHQ1hEO0VEZUQ7SUFDRSxnQkFBQTtHQ2JEO0NBQ0Y7O0FESUQ7RUFDRTtJQUVFLGdCQUFBO0dDWEQ7RURlRDtJQUNFLGdCQUFBO0dDYkQ7Q0FDRiIsImZpbGUiOiJhcHAuY3NzIn0= */