.custom-cursor{background-color:#fff;border-radius:50%;cursor:none;height:15px;pointer-events:none;position:fixed;width:15px}@media (min-width:1280px){.animate-show-in{animation:show-in 1.5s ease-in-out forwards}.animate-child-show-in{animation:child-show-in 1.5s ease-in forwards}}@keyframes show-in{0%{border-radius:100%;height:20px;mix-blend-mode:difference;opacity:0;width:20px}10%{border-radius:100%;opacity:1;width:20px}40%{background-color:#fff;border-radius:0;transform:translate(25dvw);width:20px}75%{background-color:#fff;height:20px;mix-blend-mode:difference;transform:scale(1)}85%{mix-blend-mode:normal}to{transform:scaleY(1)}}@keyframes child-show-in{0%,80%{opacity:0}to{opacity:1}}
