.cursor-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit}.light-cursor-wrapper{position:fixed;pointer-events:none;z-index:9999;opacity:0;left:0;top:0;.light-cursor{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background:radial-gradient(circle,rgb(237 237 237/90%) 0,rgba(180 180 180/.8) 30%,rgb(180 180 180/10%) 90%,transparent 100%);filter:blur(4px);box-shadow:0 0 20px rgba(185,185,185,.6),0 0 40px rgba(185,185,185,.4),0 0 60px rgba(185,185,185,.2);will-change:width,height,background;transition:width .3s ease,height .3s ease,background .3s ease,box-shadow .3s ease,border-radius .3s ease,blur .3s ease;&.is-change{border-radius:50%;background:var(--Color-Bg-Brand,#ffb7ca);box-shadow:none;filter:none;width:100px;height:60px;transform:translate(-50%,-50%) rotate(-45deg);.cursor-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%;transform:rotate(45deg)}}}@media (0 <= width < 1200px){display:none}}