body{
    overflow-x:hidden;
}
html{scroll-behavior:smooth}
body:not(.elementor-editor-active) {
  overflow-x: hidden;
}

/* CURSOR */
/* .cursor{position:fixed;width:8px;height:8px;background:#b01917;border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%)}
.cursor-ring{position:fixed;width:36px;height:36px;border:1px solid #b01917;border-radius:50%;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:width .3s,height .3s,border-color .3s} */