@keyframes crayon-wiggle{0%{transform:rotate(0deg)}25%{transform:rotate(.2deg)}50%{transform:rotate(0deg)}75%{transform:rotate(-.2deg)}to{transform:rotate(0deg)}}.crayon-cursor,.crayon-cursor-active,.crayon-cursor-container{pointer-events:none!important}.crayon-cursor-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;cursor:none;overflow:visible}.crayon-cursor-dot{position:fixed;pointer-events:none!important;width:16px;height:16px;border-radius:50%;z-index:11;mix-blend-mode:normal;transform:translate(-50%,-50%);transition:width .2s,height .2s;box-shadow:0 0 8px hsla(0,0%,100%,.7)}.crayon-cursor-dot.active{width:24px;height:24px}#crayon-cursor-overlay,.crayon-cursor-container svg,.crayon-cursor-container svg *,.crayon-cursor-dot,.crayon-cursor-dot.active{pointer-events:none!important}#crayon-cursor-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;touch-action:none}#crayon-cursor-overlay svg{width:100%;height:100%}#crayon-cursor-overlay *,#crayon-cursor-overlay svg,svg *,svg circle,svg line,svg path,svg rect{pointer-events:none!important}