.bdt-heading.bdt-heading-layout-gsap_slide {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.bdt-heading.bdt-heading-layout-animated {
	display: none;
}

.bdt-heading a {
	color: inherit;
}

.bdt-heading a:hover {
	color: inherit;
}

.bdt-heading .typed-cursor {
	opacity: 1;
	font-weight: 100;
	animation: typed-blink .7s infinite;
}

.bdt-animated-heading-gradient-yes .bdt-animated-heading {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.rtl .bdt-heading-layout-split_text .bdt-heading-tag, [dir="rtl"] .bdt-heading-layout-split_text .bdt-heading-tag {
	direction: ltr;
	unicode-bidi: isolate;
}