.cursor,.cursor2,.cursor3{position:fixed;border-radius:50%;transform:translateX(-50%) translateY(-50%);pointer-events:none;left:-100px;top:50%;-webkit-transition:all .3s linear;transition:all .3s linear}.cursor{height:0;width:0;z-index:99999}.cursor,.cursor2,.cursor3{background:rgba(255,165,0,.1)}.cursor2,.cursor3{height:36px;width:36px;z-index:99998;border:2px solid rgba(255,165,0,.4);box-shadow:0 0 22px rgba(255,165,0,.2);-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.cursor2.hover,.cursor3.hover{-webkit-transform:scale(2) translateX(-25%) translateY(-25%);transform:scale(2) translateX(-25%) translateY(-25%);border:none;background:rgba(255,165,0,.2);box-shadow:0 0 12px rgba(255,165,0,.3)}.cursor2{border:2px solid rgba(255,165,0,.4);box-shadow:0 0 22px rgba(255,165,0,.2)}@media screen and (max-width:1200px){.cursor,.cursor2,.cursor3{display:none}}