
/* Operations-page reset: content starts immediately below the global sticky menu. */
body.wowop-page .site-content,
body.wowop-page .site-content > .ast-container,
body.wowop-page .content-area,
body.wowop-page #primary,
body.wowop-page .site-main,
body.wowop-page .site-main > article,
body.wowop-page article.page,
body.wowop-page .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

body.wowop-page .site-content > .ast-container,
body.wowop-page .entry-content {
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.wowop-page .entry-header,
body.wowop-page .page-header,
body.wowop-page .ast-page-title-bar,
body.wowop-page .ast-advanced-headers-wrap {
	display: none !important;
}

body.wowop-page .entry-content > .wp-block-shortcode,
body.wowop-page .entry-content > p:empty {
	margin: 0 !important;
	padding: 0 !important;
}


.wowop-section,
.wowop-section * {
	box-sizing: border-box;
	font-family: var(--wowop-font, Arial, Helvetica, sans-serif) !important;
}

.wowop-section {
	width: 100%;
	padding: clamp(22px, 2.5vw, 38px) 20px clamp(64px, 7vw, 110px);
	background: var(--wowop-bg, #f7fcf8);
	color: var(--wowop-body, #263b55);
	font-family: var(--wowop-font, Arial, Helvetica, sans-serif);
}

.wowop-container {
	width: calc(100% - 80px) !important;
	max-width: 1260px !important;
	margin: 0 auto !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.wowop-section-header {
	max-width: 1180px;
	margin: 0 auto clamp(44px, 5vw, 72px);
	text-align: center;
}

.wowop-eyebrow {
	display: inline-block;
	margin-bottom: 14px;
	padding: 8px 16px;
	border-radius: 999px;
	background: var(--wowop-primary, #37b44e);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.8px;
}

.wowop-section-header h2 {
	margin: 0;
	color: var(--wowop-heading, #101820);
	font-size: var(--wowop-section-title-size, 58px);
	font-weight: 750;
	line-height: 1.08;
	letter-spacing: -1.5px;
	white-space: nowrap;
}

.wowop-intro {
	max-width: 920px;
	margin: 20px auto 0;
	color: var(--wowop-body, #263b55);
	font-size: var(--wowop-intro-size, 19px);
	line-height: 1.75;
}

.wowop-intro p,
.wowop-description p,
.wowop-closing p {
	margin: 0;
}

.wowop-timeline {
	position: relative;
	padding-right: clamp(8px, 1.2vw, 18px);
	padding-left: clamp(8px, 1.2vw, 18px);
}

.wowop-timeline::before {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 50%;
	width: 8px;
	content: "";
	background: var(--wowop-line, #dce8df);
	border-radius: 999px;
	transform: translateX(-50%);
}

.wowop-step {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 84px minmax(0, 1fr);
	align-items: center;
	gap: 28px;
	margin-bottom: clamp(56px, 6vw, 88px);
}

.wowop-step:last-child {
	margin-bottom: 0;
}

.wowop-visual,
.wowop-content {
	width: min(100%, 500px);
}

.wowop-visual {
	grid-column: 1;
	grid-row: 1;
	justify-self: end;
}

.wowop-content {
	position: relative;
	grid-column: 3;
	grid-row: 1;
	justify-self: end;
	display: flex;
	min-height: 300px;
	flex-direction: column;
	justify-content: center;
	padding: 42px 40px 28px;
	background: var(--wowop-card, #0f6b34);
	border: 1px solid var(--wowop-dark, #0f6b34);
	border-radius: 24px;
	box-shadow: 0 18px 50px rgba(13, 78, 39, .14);
	text-align: left;
}

.wowop-step.image-right .wowop-visual {
	grid-column: 3;
	grid-row: 1;
	justify-self: start;
}

.wowop-step.image-right .wowop-content {
	grid-column: 1;
	grid-row: 1;
	justify-self: start;
}

.wowop-marker {
	position: relative;
	z-index: 2;
	grid-column: 2;
	grid-row: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
}

.wowop-marker span {
	display: block;
	width: 34px;
	height: 34px;
	border: 7px solid var(--wowop-bg, #f6faf7);
	border-radius: 50%;
	background: var(--wowop-primary, #37b44e);
	box-shadow: 0 8px 22px rgba(14, 112, 49, .25);
}

.wowop-card-number {
	position: absolute;
	top: -44px;
	left: 30px;
	z-index: 3;
	display: flex;
	width: 72px;
	height: 72px;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--wowop-primary, #0f6b34);
	border-radius: 50%;
	background: var(--wowop-bg, #f7fcf8);
	color: var(--wowop-primary, #0f6b34);
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 8px 20px rgba(18, 45, 26, .08);
}

.wowop-visual,
.wowop-content {
	align-self: center;
}

.wowop-visual img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 24px;
	box-shadow: 0 22px 54px rgba(18, 45, 26, .14);
}

.wowop-step-label {
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1.7px;
	text-align: left;
}

.wowop-content h3 {
	margin: 0 0 16px;
	color: var(--wowop-heading, #101820);
	font-size: var(--wowop-step-title-size, 28px);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -.6px;
	text-align: left;
}

.wowop-description {
	color: var(--wowop-text, #ffffff);
	font-size: var(--wowop-step-body-size, 19px);
	line-height: 1.42;
	text-align: justify;
	text-align-last: left;
	hyphens: auto;
}

.wowop-closing {
	width: 100%;
	max-width: none;
	margin: 24px auto 0;
	padding: 24px 30px;
	border: 1px solid var(--wowop-dark, #0f6b34);
	border-left: 5px solid #ffffff;
	border-radius: 18px;
	background: var(--wowop-primary, #37b44e);
	color: #ffffff;
	font-size: var(--wowop-closing-size, 19px);
	font-weight: 700;
	line-height: 1.55;
	text-align: center;
}

.wowop-closing p,
.wowop-closing strong,
.wowop-closing em {
	color: #ffffff;
}

.wowop-step.step-pos-2 .wowop-visual img,
.wowop-step.step-order-2 .wowop-visual img {
	object-fit: cover;
	object-position: center 24%;
	background: transparent;
	padding: 0;
}

.wowop-step.step-pos-10 .wowop-visual img,
.wowop-step.step-order-10 .wowop-visual img {
	object-fit: cover;
	object-position: center 20%;
	background: transparent;
	padding: 0;
}


.wowop-section[data-wowop-animate="1"] .wowop-step {
	opacity: 0;
	transform: translateY(42px);
	transition: opacity .75s ease, transform .75s ease;
}

.wowop-section[data-wowop-animate="1"] .wowop-step .wowop-visual,
.wowop-section[data-wowop-animate="1"] .wowop-step .wowop-content {
	transition: transform .9s cubic-bezier(.2,.75,.2,1);
}

.wowop-section[data-wowop-animate="1"] .wowop-step.image-left .wowop-visual,
.wowop-section[data-wowop-animate="1"] .wowop-step.image-right .wowop-content {
	transform: translateX(-34px);
}

.wowop-section[data-wowop-animate="1"] .wowop-step.image-right .wowop-visual,
.wowop-section[data-wowop-animate="1"] .wowop-step.image-left .wowop-content {
	transform: translateX(34px);
}

.wowop-section[data-wowop-animate="1"] .wowop-step.is-visible {
	opacity: 1;
	transform: none;
}

.wowop-section[data-wowop-animate="1"] .wowop-step.is-visible .wowop-visual,
.wowop-section[data-wowop-animate="1"] .wowop-step.is-visible .wowop-content {
	transform: none;
}

@media (max-width: 1100px) {
	.wowop-section-header h2 {
		white-space: normal;
	}

	.wowop-step {
		grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
		gap: 18px;
	}

	.wowop-visual,
	.wowop-content {
		width: min(100%, 100%);
	}

	.wowop-visual img {
		height: 280px;
	}

	.wowop-content {
		min-height: 280px;
		padding: 38px 26px 24px;
	}
}

@media (max-width: 850px) {
	.wowop-container {
		width: calc(100% - 20px) !important;
	}

	.wowop-timeline {
		padding-right: 0;
		padding-left: 0;
	}

	.wowop-section {
		padding-top: 22px;
		padding-right: 14px;
		padding-left: 14px;
	}

	.wowop-section-header {
		margin-bottom: 54px;
	}

	.wowop-timeline::before {
		left: 27px;
		transform: none;
	}

	.wowop-step,
	.wowop-step.image-right {
		grid-template-columns: 54px minmax(0, 1fr);
		grid-template-rows: auto auto;
		gap: 16px 12px;
		margin-bottom: 58px;
	}

	.wowop-marker,
	.wowop-step.image-right .wowop-marker {
		grid-column: 1;
		grid-row: 1;
		align-self: start;
	}

	.wowop-marker span {
		width: 28px;
		height: 28px;
		border-width: 5px;
	}

	.wowop-visual,
	.wowop-step.image-right .wowop-visual {
		grid-column: 2;
		grid-row: 1;
		justify-self: stretch;
	}

	.wowop-content,
	.wowop-step.image-right .wowop-content {
		grid-column: 2;
		grid-row: 2;
		width: 100%;
		min-height: 0;
		justify-self: stretch;
		padding: 46px 24px 24px;
	}

	.wowop-card-number {
		top: -29px;
		left: 20px;
		width: 60px;
		height: 60px;
		font-size: 24px;
	}

	.wowop-visual img {
		height: auto;
		min-height: 0;
		aspect-ratio: 4 / 3;
		border-radius: 20px;
	}
}

@media (max-width: 520px) {
	.wowop-section-header h2 {
		font-size: 38px;
		letter-spacing: -.8px;
	}

	.wowop-intro {
		font-size: 15px;
	}

	.wowop-content h3 {
		font-size: min(var(--wowop-step-title-size, 28px), 25px);
	}

	.wowop-description {
		font-size: 15px;
	}

	.wowop-card-number {
		left: 16px;
	}

	.wowop-closing {
		padding: 22px;
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wowop-section[data-wowop-animate="1"] .wowop-step,
	.wowop-section[data-wowop-animate="1"] .wowop-step .wowop-visual,
	.wowop-section[data-wowop-animate="1"] .wowop-step .wowop-content {
		opacity: 1;
		transform: none;
		transition: none;
	}
}


/* WOW brand-green scroll-to-top button */
#ast-scroll-top,
.ast-scroll-to-top-right,
.scroll-to-top,
#scrollUp,
.elementor-scroll-to-top,
.wpfront-scroll-top-container,
.wpfront-scroll-top-container a {
	background: #37b44e !important;
	background-color: #37b44e !important;
	border-color: #37b44e !important;
	color: #ffffff !important;
}
#ast-scroll-top:hover,
.ast-scroll-to-top-right:hover,
.scroll-to-top:hover,
#scrollUp:hover,
.elementor-scroll-to-top:hover,
.wpfront-scroll-top-container:hover,
.wpfront-scroll-top-container a:hover {
	background: #0f6b34 !important;
	background-color: #0f6b34 !important;
	color: #ffffff !important;
}
