/* Let the page actually scroll even with embeds/iframes */
.framer-viewport,
.framer-root,
.framer-root-container,
.framer-page,
.framer-body,
html, body {
overflow: visible !important;
}
/* Safety: disable accidental scroll snapping or traps */
.framer-page {
overscroll-behavior-y: auto !important;
}
/* If you use any Scroll Sections, don't clip outside */
[data-framer-component-type="Scroll"] {
overflow: visible !important;
}