.fsgb-block-decoration.is-style-macaroon svg{
  fill:url(#primary-secondary);
  animation:rotate 40s linear infinite;
}

@keyframes rotate{
  0%{
    transform:rotate(0deg);
  }
  to{
    transform:rotate(1turn);
  }
}
/*# sourceMappingURL=decoration.css.map */
