#custom-cursor{position:fixed;top:0;left:0;width:8px;height:8px;background-color:#fff;border-radius:50%;pointer-events:none;z-index:9999;transform:translate3d(-50%,-50%,0);transition:width .2s ease,height .2s ease,background-color .2s ease;will-change:transform,width,height}#custom-cursor.hovering{width:24px;height:24px;background-color:#fffc}body,a,button,input,[role=button],.pricing-toggle,.header-link,.header-cta,.footer-col a,.social-links a{cursor:none!important}
