.sw-energy-hero,
.sw-energy-hero * {
	box-sizing: border-box;
}

.sw-energy-hero a,
.sw-energy-hero button {
	-webkit-tap-highlight-color: transparent;
}

.sw-energy-hero a:hover,
.sw-energy-hero a:focus,
.sw-energy-hero a:focus-visible,
.sw-energy-hero a:active,
.sw-energy-hero button:hover,
.sw-energy-hero button:focus,
.sw-energy-hero button:focus-visible,
.sw-energy-hero button:active {
	outline: none !important;
	outline-offset: 0 !important;
}

.sw-energy-hero a:hover,
.sw-energy-hero a:focus,
.sw-energy-hero a:focus-visible,
.sw-energy-hero a:active {
	border-color: inherit;
	box-shadow: none;
}

.sw-energy-hero {
	--sw-energy-duration: 900ms;
	--sw-energy-nav-link: rgba(255, 255, 255, 0.9);
	--sw-energy-nav-link-hover: #fff;
	--sw-energy-nav-size: 14px;
	position: relative;
	isolation: isolate;
	min-height: 88vh;
	overflow: visible;
	border: 6px solid #fff;
	border-radius: 24px;
	background: #17351f;
	color: #fff;
	font-family: inherit;
}

.sw-energy-hero--quote-left {
	border-bottom-left-radius: 0 !important;
}

.sw-energy-hero--stats-right,
.sw-energy-hero--quote-right {
	border-bottom-right-radius: 0 !important;
}

.sw-energy-hero__background,
.sw-energy-hero__media,
.sw-energy-hero__overlay {
	position: absolute;
	inset: 0;
}

.sw-energy-hero__background {
	z-index: 0;
	overflow: hidden;
	border-radius: inherit;
	background: #17351f;
}

.sw-energy-hero__media {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sw-energy-hero__poster {
	z-index: 1;
}

.sw-energy-hero__video {
	z-index: 2;
	opacity: 0;
}

.sw-energy-hero.is-video-ready .sw-energy-hero__video {
	opacity: 1;
}

.sw-energy-hero.is-video-ready .sw-energy-hero__poster {
	opacity: 0;
}

.sw-energy-hero__overlay {
	z-index: 3;
	background: rgba(4, 18, 10, 0.46);
}

.sw-energy-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: auto 1fr;
	min-height: inherit;
	padding: 28px 36px 36px;
}

.sw-energy-hero__header {
	position: relative;
	z-index: 6;
	display: grid;
	grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
	align-items: center;
	gap: 24px;
	width: 100%;
}

.sw-energy-hero__brand {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	gap: 8px;
	color: inherit;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.sw-energy-hero__brand:hover,
.sw-energy-hero__brand:focus-visible {
	color: inherit;
}

.sw-energy-hero__brand img {
	display: block;
	width: auto;
	max-width: 150px;
	height: auto;
	max-height: 46px;
	object-fit: contain;
}

.sw-energy-hero__brand-mark {
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
	font-size: 24px;
}

.sw-energy-hero__nav,
.sw-energy-hero__nav--desktop {
	justify-self: center;
}

.sw-energy-hero__nav--mobile {
	width: 100%;
}

.sw-energy-hero__menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 2.4vw, 38px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.sw-energy-hero__menu li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sw-energy-hero__menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 0;
	border: 0;
	color: var(--sw-energy-nav-link);
	font-size: var(--sw-energy-nav-size, 14px);
	line-height: 1;
	text-decoration: none;
	transition: color 220ms ease, opacity 220ms ease;
}

.sw-energy-hero__menu a::after {
	position: absolute;
	right: 0;
	bottom: 1px;
	left: 0;
	height: 1px;
	background: currentColor;
	content: "";
	opacity: 0;
	transform: scaleX(0.5);
	transition: opacity 220ms ease, transform 220ms ease;
}

.sw-energy-hero__menu a:hover,
.sw-energy-hero__menu a:focus-visible,
.sw-energy-hero__menu .current-menu-item > a {
	color: var(--sw-energy-nav-link-hover);
}

.sw-energy-hero__menu a:hover::after,
.sw-energy-hero__menu a:focus-visible::after,
.sw-energy-hero__menu .current-menu-item > a::after {
	opacity: 1;
	transform: scaleX(1);
}

.sw-energy-hero__menu--desktop > .menu-item-has-children > a::before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	content: "";
	opacity: 0.8;
	order: 2;
}

.sw-energy-hero__menu--desktop .sub-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 30;
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 200px;
	margin: 0;
	padding: 18px 10px 10px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(18px) saturate(160%);
	-webkit-backdrop-filter: blur(18px) saturate(160%);
	box-shadow:
		0 16px 40px rgba(0, 0, 0, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.22);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(-50%, 8px);
	transition:
		opacity 180ms ease,
		transform 180ms ease,
		visibility 180ms ease;
}

.sw-energy-hero__menu--desktop .sub-menu::before {
	position: absolute;
	top: -12px;
	right: 0;
	left: 0;
	height: 18px;
	content: "";
}

.sw-energy-hero__menu--desktop .sub-menu a {
	display: flex;
	width: 100%;
	padding: 10px 12px;
	border-radius: 10px;
	color: var(--sw-energy-nav-link-hover);
}

.sw-energy-hero__menu--desktop .sub-menu a::after {
	display: none;
}

.sw-energy-hero__menu--desktop .sub-menu a:hover,
.sw-energy-hero__menu--desktop .sub-menu a:focus-visible {
	background: transparent;
	color: #fff;
	opacity: 0.82;
}

.sw-energy-hero__menu--desktop > .menu-item-has-children:hover > .sub-menu,
.sw-energy-hero__menu--desktop > .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.sw-energy-hero__actions {
	display: inline-flex;
	align-items: center;
	justify-self: end;
	gap: 10px;
}

.sw-energy-hero__header-cta {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 44px;
	padding: 5px 6px 5px 20px;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 999px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.sw-energy-hero__header-cta--no-icon {
	justify-content: center;
	min-height: 44px;
	padding: 11px 22px !important;
	line-height: 1.2;
	text-align: center;
}

.sw-energy-hero__header-cta-icon {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	color: #142019;
}

.sw-energy-hero__header-cta-icon svg,
.sw-energy-hero__button-icon svg,
.sw-energy-hero__social-link svg {
	display: block;
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.sw-energy-hero__socials {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.sw-energy-hero__socials--mobile,
.sw-energy-hero__lang--mobile {
	display: none;
}

.sw-energy-hero__lang {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.sw-energy-hero__lang-link {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.sw-energy-hero__lang-link[hidden],
.sw-energy-hero__lang-link.is-current,
.sw-energy-hero__lang-link.gt-current-lang {
	display: none !important;
}

.sw-energy-hero__social-link {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	transition: background-color 220ms ease, color 220ms ease, transform 220ms ease, border-color 220ms ease;
}

.sw-energy-hero__social-link:hover,
.sw-energy-hero__social-link:focus-visible {
	background: #fff;
	color: #142019;
	transform: translateY(-2px);
}

.sw-energy-hero__social-link i {
	font-size: 16px;
	line-height: 1;
}

.sw-energy-hero__header-cta:hover,
.sw-energy-hero__header-cta:focus-visible {
	background: #fff;
	color: #142019;
	transform: translateY(-2px);
}

.sw-energy-hero__menu-toggle {
	--sw-energy-toggle-gap: 5px;
	--sw-energy-toggle-thickness: 1.5px;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: var(--sw-energy-toggle-gap);
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	color: #fff;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.sw-energy-hero__menu-toggle:hover,
.sw-energy-hero__menu-toggle:focus,
.sw-energy-hero__menu-toggle:focus-visible,
.sw-energy-hero__menu-toggle:active {
	background: transparent;
	border-color: transparent;
	color: #fff;
	box-shadow: none;
	outline: none;
	text-decoration: none;
}

.sw-energy-hero__menu-toggle span {
	display: block;
	width: 16px;
	height: var(--sw-energy-toggle-thickness, 1.5px);
	margin: 0;
	border-radius: 999px;
	background: #fff;
	transition: transform 240ms ease, opacity 240ms ease;
}

.sw-energy-hero.is-mobile-menu-open .sw-energy-hero__menu-toggle span:nth-child(1) {
	transform: translateY(calc(var(--sw-energy-toggle-gap) + var(--sw-energy-toggle-thickness))) rotate(45deg);
}

.sw-energy-hero.is-mobile-menu-open .sw-energy-hero__menu-toggle span:nth-child(2) {
	opacity: 0;
}

.sw-energy-hero.is-mobile-menu-open .sw-energy-hero__menu-toggle span:nth-child(3) {
	transform: translateY(calc((var(--sw-energy-toggle-gap) + var(--sw-energy-toggle-thickness)) * -1)) rotate(-45deg);
}

.sw-energy-hero__mobile-panel {
	display: none;
}

.sw-energy-hero__header-cta--mobile {
	display: none;
}

body.sw-energy-hero-menu-open {
	overflow: hidden;
}

.sw-energy-hero__body {
	display: flex;
	align-items: center;
	padding: clamp(58px, 10vh, 130px) 0 clamp(170px, 23vh, 240px);
}

.sw-energy-hero__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	max-width: 650px;
}

.sw-energy-hero__eyebrow {
	margin-bottom: 18px;
	color: #fff;
	line-height: 1.3;
}

.sw-energy-hero__title {
	max-width: 100%;
	margin: 0;
	color: #fff;
	font-weight: 600;
	line-height: 0.98;
	letter-spacing: -0.045em;
	text-wrap: balance;
}

.sw-energy-hero__description {
	max-width: 100%;
	margin-top: 22px;
	color: #fff;
	line-height: 1.45;
}

.sw-energy-hero__description > :first-child {
	margin-top: 0;
}

.sw-energy-hero__description > :last-child {
	margin-bottom: 0;
}

.sw-energy-hero__button {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-top: 26px;
	padding: 7px 8px 7px 20px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.sw-energy-hero__button--no-icon {
	justify-content: center;
	min-height: 44px;
	padding: 12px 24px !important;
	line-height: 1.2;
	text-align: center;
}

.sw-energy-hero__button-icon {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #111;
	color: #fff;
	font-size: 16px;
}

.sw-energy-hero__button:hover,
.sw-energy-hero__button:focus-visible {
	color: #111;
	transform: translateY(-3px);
	box-shadow: 0 16px 38px rgba(0, 0, 0, 0.24);
}

.sw-energy-hero__stats {
	--sw-energy-stats-cols: 3;
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 0;
	display: grid;
	grid-template-columns: repeat(var(--sw-energy-stats-cols, 3), minmax(0, 1fr));
	gap: 12px;
	width: min(62%, 760px);
	max-width: 100%;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #101010;
	pointer-events: none;
}

.sw-energy-hero--stats-cols-2 .sw-energy-hero__stats {
	--sw-energy-stats-cols: 2;
}

.sw-energy-hero__quote-panel {
	position: absolute;
	z-index: 4;
	right: 0;
	bottom: 0;
	width: 42%;
	max-width: 100%;
	padding: 32px 38px 28px;
	border-radius: 24px 0 0 0;
	background: #fff;
	color: #101010;
}

.sw-energy-hero__quote {
	margin: 0;
	padding: 0;
	border: 0;
	color: inherit;
	font-weight: 500;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

.sw-energy-hero__quote::before,
.sw-energy-hero__quote::after {
	display: none;
	content: none;
}

.sw-energy-hero__quote-caption {
	margin-top: 16px;
	color: #767676;
	font-size: 12px;
	line-height: 1.4;
}

.sw-energy-hero__stat {
	min-width: 0;
	padding: 22px 22px 20px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
	pointer-events: auto;
}

.sw-energy-hero__stat + .sw-energy-hero__stat {
	padding-left: 22px;
	border-left: 0;
}

.sw-energy-hero__stat-value {
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.04em;
}

.sw-energy-hero__stat-label {
	max-width: 15em;
	margin-top: 10px;
	color: #767676;
	font-size: 12px;
	line-height: 1.35;
}

.sw-energy-hero--animated:not(.is-motion-ready) .sw-energy-hero__background {
	opacity: 0;
	filter: blur(18px);
	transform: scale(1.055);
}

.sw-energy-hero--animated.is-motion-ready .sw-energy-hero__background {
	animation: swEnergyBackgroundIn var(--sw-energy-duration) cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sw-energy-hero--animated:not(.is-motion-ready) .sw-energy-hero__motion-item {
	opacity: 0;
	filter: blur(10px);
	transform: translateY(-28px);
}

.sw-energy-hero--animated.is-motion-ready .sw-energy-hero__motion-item {
	animation: swEnergyItemIn var(--sw-energy-duration) cubic-bezier(0.22, 1, 0.36, 1) both;
	animation-delay: var(--sw-energy-delay, 0ms);
}

.sw-energy-hero--animated:not(.is-motion-ready) .sw-energy-hero__quote-panel {
	transform: translateY(28px);
}

.sw-energy-hero--animated.is-motion-ready .sw-energy-hero__quote-panel {
	animation-name: swEnergyQuoteIn;
}

@keyframes swEnergyBackgroundIn {
	from {
		opacity: 0;
		filter: blur(18px);
		transform: scale(1.055);
	}
	to {
		opacity: 1;
		filter: blur(0);
		transform: scale(1);
	}
}

@keyframes swEnergyItemIn {
	from {
		opacity: 0;
		filter: blur(10px);
		transform: translateY(-28px);
	}
	to {
		opacity: 1;
		filter: blur(0);
		transform: translateY(0);
	}
}

@keyframes swEnergyQuoteIn {
	from {
		opacity: 0;
		filter: blur(10px);
		transform: translateY(28px);
	}
	to {
		opacity: 1;
		filter: blur(0);
		transform: translateY(0);
	}
}

@media (max-width: 1024px) {
	.elementor-widget-scale_energy_hero .sw-energy-hero__inner,
	.sw-energy-hero__inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.sw-energy-hero__header {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.sw-energy-hero__nav--desktop,
	.sw-energy-hero__menu-placeholder {
		display: none;
	}

	.sw-energy-hero__menu-toggle {
		display: inline-flex;
	}

	.sw-energy-hero__actions:has(.sw-energy-hero__menu-toggle) .sw-energy-hero__header-cta--desktop {
		display: none;
	}

	.sw-energy-hero__actions:has(.sw-energy-hero__menu-toggle) .sw-energy-hero__socials--desktop,
	.sw-energy-hero__actions:has(.sw-energy-hero__menu-toggle) .sw-energy-hero__lang--desktop {
		display: none;
	}

	.sw-energy-hero__socials--mobile,
	.sw-energy-hero__lang--mobile {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		max-width: 520px;
		margin-top: auto;
		padding-top: 28px;
	}

	.sw-energy-hero__header-cta--mobile {
		display: none !important;
	}

	.sw-energy-hero__mobile-panel {
		position: fixed;
		inset: 0;
		z-index: 10050;
		display: block;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 280ms ease, visibility 280ms ease;
	}

	.sw-energy-hero__mobile-panel.is-open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.sw-energy-hero__mobile-panel[hidden] {
		display: none !important;
	}

	.sw-energy-hero__mobile-panel-glass {
		position: absolute;
		inset: 0;
		background: var(--sw-energy-mobile-overlay, rgba(28, 34, 48, 0.88));
		backdrop-filter: blur(18px) saturate(140%);
		-webkit-backdrop-filter: blur(18px) saturate(140%);
	}

	.sw-energy-hero__mobile-panel .sw-energy-hero__menu--mobile a,
	.sw-energy-hero__mobile-panel .sw-energy-hero__mobile-close {
		color: var(--sw-energy-mobile-link, #fff);
	}

	.sw-energy-hero__mobile-panel .sw-energy-hero__social-link,
	.sw-energy-hero__mobile-panel .sw-energy-hero__lang-link {
		color: var(--sw-energy-mobile-link, #fff);
		border-color: var(--sw-energy-mobile-link, rgba(255, 255, 255, 0.65));
	}

	.sw-energy-hero__mobile-panel-inner {
		position: relative;
		z-index: 1;
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		padding: 88px 28px 36px;
		overflow-y: auto;
	}

	.sw-energy-hero__mobile-close {
		position: absolute;
		top: 18px;
		right: 18px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		margin: 0;
		padding: 0;
		border: 1px solid rgba(255, 255, 255, 0.28);
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.06);
		color: #fff;
		font-size: 0;
		line-height: 0;
		box-shadow: none;
		appearance: none;
		-webkit-appearance: none;
		cursor: pointer;
	}

	.sw-energy-hero__mobile-close span {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		font-size: 28px;
		font-weight: 300;
		line-height: 1;
		transform: translateY(-0.5px);
	}

	.sw-energy-hero__mobile-close:hover,
	.sw-energy-hero__mobile-close:focus,
	.sw-energy-hero__mobile-close:focus-visible,
	.sw-energy-hero__mobile-close:active {
		background: rgba(255, 255, 255, 0.12);
		border-color: rgba(255, 255, 255, 0.4);
		color: #fff;
		box-shadow: none;
		outline: none;
		text-decoration: none;
	}

	.sw-energy-hero__menu--mobile {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 0;
		width: 100%;
		max-width: 520px;
		margin: 0 auto;
	}

	.sw-energy-hero__menu--mobile > li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	}

	.sw-energy-hero__menu--mobile > li:last-child {
		border-bottom: 0;
	}

	.sw-energy-hero__menu--mobile a {
		display: block;
		width: 100%;
		padding: 22px 0;
		color: #fff;
		font-size: clamp(22px, 6vw, 34px);
		font-weight: 500;
		letter-spacing: -0.02em;
		line-height: 1.2;
	}

	.sw-energy-hero__menu--mobile a::after {
		display: none;
	}

	.sw-energy-hero__menu--mobile a:hover,
	.sw-energy-hero__menu--mobile a:focus,
	.sw-energy-hero__menu--mobile a:focus-visible,
	.sw-energy-hero__menu--mobile a:active,
	.sw-energy-hero__menu--mobile .current-menu-item > a {
		color: var(--sw-energy-mobile-link, #fff);
		background: transparent;
		border: 0;
		box-shadow: none;
		outline: none;
		opacity: 1;
		text-decoration: none;
	}

	.sw-energy-hero__menu--mobile .menu-item-has-children > a {
		padding-right: 36px;
	}

	.sw-energy-hero__menu--mobile .menu-item-has-children.is-submenu-open > a {
		opacity: 0.82;
	}

	.sw-energy-hero__menu--mobile .sub-menu {
		display: none;
		flex-direction: column;
		gap: 0;
		margin: 0 0 10px;
		padding: 0 0 8px 12px;
		border: 0;
		background: transparent;
		box-shadow: none;
		list-style: none;
	}

	.sw-energy-hero__menu--mobile .menu-item-has-children.is-submenu-open > .sub-menu {
		display: flex;
	}

	.sw-energy-hero__menu--mobile .sub-menu a {
		padding: 12px 0;
		font-size: clamp(16px, 4.4vw, 22px);
		font-weight: 400;
		opacity: 0.82;
	}

	.sw-energy-hero__menu--mobile .sub-menu li {
		border: 0;
	}

	.sw-energy-hero__mobile-panel.is-open .sw-energy-hero__menu--mobile > li {
		animation: swEnergyMobileMenuIn 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
	}

	.sw-energy-hero__mobile-panel.is-open .sw-energy-hero__menu--mobile > li:nth-child(1) { animation-delay: 40ms; }
	.sw-energy-hero__mobile-panel.is-open .sw-energy-hero__menu--mobile > li:nth-child(2) { animation-delay: 90ms; }
	.sw-energy-hero__mobile-panel.is-open .sw-energy-hero__menu--mobile > li:nth-child(3) { animation-delay: 140ms; }
	.sw-energy-hero__mobile-panel.is-open .sw-energy-hero__menu--mobile > li:nth-child(4) { animation-delay: 190ms; }
	.sw-energy-hero__mobile-panel.is-open .sw-energy-hero__menu--mobile > li:nth-child(5) { animation-delay: 240ms; }
	.sw-energy-hero__mobile-panel.is-open .sw-energy-hero__menu--mobile > li:nth-child(6) { animation-delay: 290ms; }
	.sw-energy-hero__mobile-panel.is-open .sw-energy-hero__menu--mobile > li:nth-child(7) { animation-delay: 340ms; }
	.sw-energy-hero__mobile-panel.is-open .sw-energy-hero__menu--mobile > li:nth-child(8) { animation-delay: 390ms; }

	@keyframes swEnergyMobileMenuIn {
		from {
			opacity: 0;
			filter: blur(10px);
			transform: translate3d(-18px, 0, 0);
		}
		to {
			opacity: 1;
			filter: blur(0);
			transform: translate3d(0, 0, 0);
		}
	}

	.sw-energy-hero__stats {
		width: min(78%, 760px);
	}
}

@media (max-width: 767px) {
	.sw-energy-hero {
		min-height: 720px;
		border-width: 4px;
		border-radius: 18px;
	}

	.sw-energy-hero__header {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
	}

	.sw-energy-hero__brand {
		min-width: 0;
		max-width: 100%;
	}

	.sw-energy-hero__brand img {
		max-width: 100%;
	}

	.sw-energy-hero__header-cta {
		flex-shrink: 0;
		max-width: 100%;
	}

	.sw-energy-hero__body {
		align-items: flex-start;
		padding: 72px 0 220px;
	}

	.sw-energy-hero__title {
		max-width: 100%;
		line-height: 1.02;
	}

	.sw-energy-hero__description {
		margin-top: 18px;
	}

	.sw-energy-hero__stats {
		--sw-energy-stats-cols: 2;
		width: 100%;
		padding: 0;
		border-radius: 0;
	}

	.sw-energy-hero__quote-panel {
		padding: 26px 22px 22px;
		border-radius: 20px 20px 0 0;
	}

	.sw-energy-hero__stat {
		padding: 18px 16px 16px;
	}

	.sw-energy-hero__stat + .sw-energy-hero__stat {
		padding-left: 16px;
	}

	.sw-energy-hero__stat-value {
		font-size: clamp(23px, 8vw, 34px);
	}

	.sw-energy-hero__stat-label {
		font-size: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sw-energy-hero--respect-reduced-motion *,
	.sw-energy-hero--respect-reduced-motion *::before,
	.sw-energy-hero--respect-reduced-motion *::after {
		animation-duration: 1ms !important;
		animation-delay: 0ms !important;
		transition-duration: 1ms !important;
	}

	.sw-energy-hero--respect-reduced-motion .sw-energy-hero__background,
	.sw-energy-hero--respect-reduced-motion .sw-energy-hero__motion-item {
		opacity: 1 !important;
		filter: none !important;
		transform: none !important;
	}
}
