.scroll-text-reveal-wrapper-4967 {
	position: relative;
	width: 100%;
}

.scroll-reveal-text-4967 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.scroll-reveal-text-4967 .base-layer {
	color: var(--base-color, rgba(0, 0, 0, 0.1));
	display: block;
}

.scroll-reveal-text-4967 .revealed-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	clip-path: inset(0 100% 0 0);
	will-change: clip-path;
	/* Fallback if no gradient is set */
	background-color: #00E5FF;
	background-image: linear-gradient(90deg, #00E5FF 0%, #22C55E 100%);
	pointer-events: none;
}
