.CustomCursor span{transition: initial !important;}
.CustomCursor, .CustomCursor * {  cursor:none!important;  }
@media (max-width:1024px) {
	.CustomCursor, .CustomCursor * {  cursor:auto!important;  }
	.CustomCursor .Cursor { display:none!important; }
}
		
.CustomCursor .Cursor { display:none; pointer-events:none; }
.CustomCursor .Cursor.MouseMove { display:block; }
.CustomCursor .Cursor > span.First { z-index:9999; width: 30px; height: 30px; pointer-events: none; position:fixed; top:0; left:0;}
.CustomCursor .Cursor > span.First i { display:block; transition:.3s background ease, .3s transform ease, .3s border ease; width: 6px; height: 6px; margin:12px; pointer-events: none; border-radius:100%; background:#1bbc9b;box-sizing:border-box; border-radius:100%; opacity:1;}
.CustomCursor .Cursor > span.Second { z-index:9998; width: 30px; height: 30px; pointer-events: none; position:fixed; top:0; left:0; }
.CustomCursor .Cursor > span.Second i { display:block; transition:.3s background ease, .3s transform ease, .3s border ease, .3s opacity ease; width: 30px; height: 30px; pointer-events: none;  border-radius:100%; background:#1bbc9b; top:0; left:0; box-sizing:border-box; opacity:.25; }
.CustomCursor .Cursor.Hover > span.First i { background:#2d3e50;  }
.CustomCursor .Cursor.Hover > span.Second i { background:#2d3e50; opacity:.15; transform:scale(2.5); border-width:1px; }