/* VOIDPULSE RECOMMENDED STYLES  */
    button, .btn, [role="button"] {
      cursor: none;
      transition: all .25s cubic-bezier(0.23,1,0.32,1);
    }
    .card, .panel, .box, .tile, .feature, .widget {
      transition: transform .2s cubic-bezier(0.23,1,0.32,1);
      will-change: transform;
    }
    #void-cursor {
      z-index: 99999999 !important;
    }