* {
cursor: none;
}
.flickity-enabled.is-draggable .flickity-viewport, .ff-btn {
cursor: none!important;
}
.oxy-carousel-builder_icon {
cursor: none!important;
}
.cursor {
z-index: 90000000000000;
position: fixed;
top: 0;
left: 0;
pointer-events: none;
width: 20px;
height: 20px;
mix-blend-mode: difference;
will-change: transform;
background: #ffffff;
border-radius: 100%;
}
.cursor.active {
z-index: 90000000000000;
position: fixed;
top: 0;
left: 0;
pointer-events: none;
width: 40px;
height: 40px;
mix-blend-mode: difference;
will-change: transform;
background: #fff;
border-radius: 100%;
}
.cursor.active2 {
z-index: 90000000000000;
position: fixed;
top: 0;
left: 0;
pointer-events: none;
width: 50px;
height: 50px;
mix-blend-mode: difference;
will-change: transform;
background: #fff;
border-radius: 100%;
text-align: center;
}
.cursor.active2:after {
content: "\f067";
font-family: "Font Awesome 5 Free"; 
font-weight: 900;
font-size: 35px;
line-height: 50px;
margin: 0 auto;
}