.e-con.sldb-active {
	position: relative;
}

.sldb-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: visible;
	z-index: 1;
}

.sldb-overlay path {
	fill: none;
	transition: none;
}

@media (prefers-reduced-motion: reduce) {
	.sldb-overlay path {
		stroke-dashoffset: 0 !important;
	}
}
