.preloader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background-color:var(--color-white)}.preloader__logo svg{width:120px;height:auto}body.no-scroll{overflow:hidden}.cursor{pointer-events:none;position:fixed;top:0;left:0;z-index:9998;mix-blend-mode:difference}.cursor__dot{width:6px;height:6px;background-color:var(--color-white);border-radius:50%;transform:translate(-50%,-50%)}.cursor__circle{width:40px;height:40px;border:1px solid var(--color-white);border-radius:50%;transform:translate(-50%,-50%);transition:width 0.3s var(--ease-out),height 0.3s var(--ease-out),background-color 0.3s var(--ease-out)}.cursor--hover .cursor__circle{width:60px;height:60px;background-color:rgb(255 255 255 / .1)}[data-animate]{will-change:transform,opacity}@media (hover:none){.cursor{display:none}}@media (prefers-reduced-motion:reduce){[data-animate]{transition:none!important;animation:none!important}}