[data-spectra-id="op-hero"]:has(> .mooton-youtube-hero-bg),
[data-spectra-id="op-hero"]:has(.mooton-youtube-hero-bg) {
	position: relative;
	overflow: hidden !important;
	background-image: none !important;
}

[data-spectra-id="op-hero"] > .mooton-youtube-hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

[data-spectra-id="op-hero"] > .mooton-youtube-hero-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.42);
	z-index: 1;
}

[data-spectra-id="op-hero"] > .mooton-youtube-hero-bg iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: max(177.78vh, 100vw);
	height: max(56.25vw, 100vh);
	transform: translate(-50%, -50%);
	border: 0;
}

[data-spectra-id="op-hero"] > :not(.mooton-youtube-hero-bg) {
	position: relative;
	z-index: 2;
}

.mooton-process-steps--editable .mooton-water-process {
	margin-top: 32px;
	max-width: none !important;
	width: 100%;
}

.mooton-process-steps--editable .mooton-water-process__row,
.mooton-process-steps--editable .mooton-water-process-card {
	max-width: none !important;
	width: 100%;
}

.mooton-process-steps--editable .mooton-water-process__row > *,
.mooton-process-steps--editable .mooton-water-process-card > * {
	margin-block: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	min-width: 0;
}

.mooton-process-steps--editable .mooton-water-process__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr) 44px minmax(0, 1fr) 44px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
}

.mooton-process-steps--editable .mooton-water-process__row + .mooton-water-process__row {
	margin-top: 18px;
}

.mooton-process-steps--editable .mooton-water-process__drop {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 12.5%;
	margin: 10px 0 6px;
	font-size: 34px;
	line-height: 1;
	color: rgb(10, 147, 227);
	font-weight: 700;
}

.mooton-process-steps--editable .mooton-water-process-card {
	position: relative;
	height: 144px;
	padding: 18px 18px 16px;
	border-radius: 4px;
	background: linear-gradient(180deg, #f6fbff 0%, #eef5fc 100%);
	border: 1px solid rgba(10, 147, 227, 0.16);
	box-shadow: 0 10px 24px rgba(10, 147, 227, 0.08);
	box-sizing: border-box;
}

.mooton-process-steps--editable .mooton-water-process-card__node {
	position: absolute;
	top: 12px;
	right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: #0a93e3;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 6px 14px rgba(255, 107, 0, 0.2);
}

.mooton-process-steps--editable .mooton-water-process-card__title {
	position: absolute;
	top: 50%;
	left: 18px;
	right: 18px;
	transform: translateY(-50%);
	margin: 0;
	font-size: 17px;
	line-height: 1.32;
	font-weight: 700;
	color: rgb(216, 81, 121);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}

.mooton-process-steps--editable .mooton-water-process-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	line-height: 1;
	color: #0a93e3;
	font-weight: 700;
}

@media (max-width: 1024px) {
	.mooton-process-steps--editable .mooton-water-process__row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mooton-process-steps--editable .mooton-water-process-arrow,
	.mooton-process-steps--editable .mooton-water-process__drop {
		display: none;
	}

	.mooton-process-steps--editable .mooton-water-process__row--top,
	.mooton-process-steps--editable .mooton-water-process__row--bottom {
		gap: 14px;
	}

	.mooton-process-steps--editable .mooton-water-process__row > .mooton-water-process-card {
		height: 136px;
	}
}

@media (max-width: 767px) {
	[data-spectra-id="op-hero"] > .mooton-youtube-hero-bg iframe {
		width: max(220vw, 220vh);
		height: max(123.75vw, 123.75vh);
	}

	.mooton-process-steps--editable .mooton-water-process__row {
		grid-template-columns: 1fr;
	}

	.mooton-process-steps--editable .mooton-water-process-card {
		height: auto;
		min-height: 118px;
		padding: 18px;
	}

	.mooton-process-steps--editable .mooton-water-process-card__node {
		top: 10px;
		right: 10px;
		width: 28px;
		height: 28px;
		font-size: 13px;
	}

	.mooton-process-steps--editable .mooton-water-process-card__title {
		font-size: 17px;
	}
}
