body.e-off-canvas__no-scroll, body.e-off-canvas__no-scroll-animation {
	overflow: hidden;
}

.elementor-widget-off-canvas .e-off-canvas[aria-hidden=true] .elementor-add-section {
	display: none;
}

.elementor-widget-off-canvas .e-off-canvas__main.animated {
	animation-duration: var(--e-off-canvas-animation-duration-minimum);
}

.elementor-widget-off-canvas .e-off-canvas__main.animated.none {
	animation: e-off-canvas-without-animation 1ms;
	opacity: 1;
	visibility: visible;
}

.elementor-widget-off-canvas .e-off-canvas__main.animated.none.reversed {
	opacity: 0;
	visibility: hidden;
}

.elementor-widget-off-canvas .animated-reverse-wrapper {
	opacity: 0;
	transform: none;
	visibility: hidden;
}

.elementor-widget-off-canvas .animated-reverse-wrapper:not(.no-animation) {
	animation: e-off-canvas-close var(--e-off-canvas-animation-duration-minimum);
}

.elementor-widget-off-canvas .animated-reverse-wrapper .no-animation {
	animation: e-off-canvas-close 1ms;
}

body:not(.elementor-editor-active) .elementor-section .e-element-before-off-canvas:has(>.elementor-widget-container), body:not(.elementor-editor-active) .elementor-section .elementor-element:has(>.elementor-widget-container+.elementor-widget-off-canvas) {
	margin-block-end: 0;
}

body:not(.elementor-editor-active) .elementor-section .e-element-before-off-canvas, body:not(.elementor-editor-active) .elementor-section .elementor-element:has(+.elementor-widget-off-canvas) {
	--kit-widget-spacing: 0px;
}

body:not(.elementor-editor-active) .elementor-section .elementor-widget-off-canvas:first-child {
	position: absolute;
}