/* Cursors Pack v1.0.0 */
.custom-cursors-pack-yes{cursor:none;--top:0;--left:0}.custom-cursors-pack-yes input[type="submit"],.custom-cursors-pack-yes button,.custom-cursors-pack-yes a{cursor:none}.custom-cursor-pack{display:none;position:fixed;top:calc(var(--top) - 15px);left:calc(var(--left) - 15px);pointer-events:none;z-index:9999999}.custom-cursors-pack-yes.cursor-active .custom-cursor-pack{display:block}.custom-cursor-pack.link-cursor-pack-active .cursor-pack-nolink,.custom-cursor-pack .cursor-pack-link{display:none}.custom-cursor-pack.link-cursor-pack-active .cursor-pack-link{display:block}.cursor-scaling-anim{animation:scaling_cursor 1.2s infinite}@keyframes scaling_cursor{0%,100%{transform:scale(1)}50%{transform:scale(1.25)}}