button,a,[role=button],.cursor-pointer,.cursor-pointer-custom,.card-hover,.link-hover{cursor:pointer!important}.btn-swipe{position:relative;overflow:hidden;z-index:1;cursor:pointer!important}.btn-swipe:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#000;transition:left .5s ease-in-out;z-index:-1}.btn-swipe:hover:before{left:0}#cursor-circle{position:fixed;width:48px;height:48px;border-radius:50%;border:2px solid rgba(229,32,55,.6);background:#e5203733;pointer-events:none;z-index:9999;opacity:0;transform:translate(-50%,-50%) scale(.5);transition:opacity .3s ease-in-out,transform .3s ease-in-out,width .3s ease-in-out,height .3s ease-in-out;mix-blend-mode:normal}body.hovering-button #cursor-circle{opacity:1;transform:translate(-50%,-50%) scale(1);width:56px;height:56px}body.hovering-card #cursor-circle{opacity:1;transform:translate(-50%,-50%) scale(1);width:72px;height:72px;border-color:#e5203780;background:#e5203726}body.hovering-link #cursor-circle{opacity:1;transform:translate(-50%,-50%) scale(1);width:48px;height:48px}
