#customCursor{position:fixed;text-align:center;width:80px;height:80px;z-index:10000008;-webkit-transform-origin:center center;transform-origin:center center;pointer-events:none;margin-left:-40px;margin-top:-40px;will-change:top,left}#customCursor .cursorInner{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;left:50%;top:50%;transform:translate(-50%,-50%);background:#f32d1d;width:6px;height:6px;border-radius:50%;z-index:100;position:absolute}#customCursor .cursorInner::before{content:'';width:40px;height:40px;border-radius:50%;border:solid 1px #9c9c9c;opacity:.5;-webkit-transform-origin:center center;transform-origin:center center;position:absolute;transform:scale(1);left:-17.5px;top:-17.5px;transition:transform 400ms ease-in-out}#customCursor .cursorInner::after{content:'';width:80px;height:80px;left:-37.5px;top:-37.5px;border-radius:50%;background-color:#bbb;opacity:.4;-webkit-transform-origin:center center;transform-origin:center center;position:absolute;transform:scale(0);transition:transform 400ms ease-in-out}#customCursor .cursorInner.medium::before{transform:scale(0)}#customCursor .cursorInner.medium::after{transform:scale(1)}@media(max-width:767px){#customCursor{display:none}}