Restart IX2 animations and interactions

Hi, I been struggling a lot to restart my animations, can someone help me where do I need to add the line of code need it to restart my animations?


/* ALL PAGES CSS / / Main Variables / List item :root { --main-dark: black; --main-light: white; } / Global Styles / ::selection { background: var(–main-dark); color: var(–main-light); text-shadow: none; } img::selection, svg::selection { background: transparent; } / Link color inherits from parent font color / a { color: inherit; } / Target any element with a certain “word” in the class name / [class=“spacer”] { } .menu_link.w–current .menu_link-bg { opacity: 1; } .container.is-menu { pointer-events: none; } .menu_wrap { pointer-events: auto; } .content-wrapper.second { position: fixed; left: 0%; top: 0%; right: 0%; bottom: auto; z-index: 3; } html.animating, .animating body { overflow: hidden; } body::-webkit-scrollbar { width: 0 !important; } body { overflow: -moz-scrollbars-none; } body { -ms-overflow-style: none; } .overlay { pointer-events: none; }

And here is the link
https://punta-flecha.webflow.io/ Basically every time I need to refresh the page to see them working, thanks all