.site-particles-container {
	height: 100%;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

#site-particles {
	display: block;
	height: 100%;
	width: 100%;
}

.hero-particles-container,
.footer-particles-container {
	display: none;
}

.is-boxed,
.body-wrap {
	background: #016028;
}

.body-wrap {
	position: relative;
}

.site-header,
.hero-inner,
.features-extended-inner,
.site-footer-top,
.ecosystem-hero-inner,
.brands-section-inner,
.ecosystem-video-inner {
	position: relative;
	z-index: 2;
}

.ecosystem-hero {
	background: #016028;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.ecosystem-hero-inner {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
	min-height: 640px;
	padding-bottom: 84px;
	padding-top: 76px;
	position: relative;
	z-index: 2;
}

.ecosystem-copy {
	max-width: 720px;
}

.ecosystem-copy h1 {
	color: #fff;
	font-family: "Heebo", sans-serif;
	font-size: 82px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0 0 22px;
}

.mobile-title-break {
	display: none;
}

.ecosystem-kicker {
	color: #fff1aa;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.18;
	margin-bottom: 24px;
	max-width: 660px;
}

.ecosystem-text {
	color: rgba(255, 255, 255, 0.84);
	font-size: 20px;
	line-height: 1.45;
	margin-bottom: 30px;
	max-width: 640px;
}

.ecosystem-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ecosystem-button {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 52px;
	padding: 14px 22px;
	text-decoration: none !important;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.ecosystem-button:hover {
	transform: translateY(-1px);
}

.ecosystem-button-primary {
	background: #ef8012;
	box-shadow: 0 14px 28px rgba(239, 128, 18, 0.24);
	color: #fff !important;
}

.ecosystem-button-primary:hover {
	background: #f08a2d;
	box-shadow: 0 16px 32px rgba(239, 128, 18, 0.3);
}

.ecosystem-button-secondary {
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow: 0 10px 22px rgba(0, 39, 18, 0.16);
	color: #016028 !important;
}

.ecosystem-button-secondary:hover {
	background: #fff8da;
	box-shadow: 0 12px 26px rgba(0, 39, 18, 0.2);
}

.ecosystem-logo-panel {
	align-items: center;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	margin-left: auto;
	max-width: 430px;
	opacity: 0.9;
	width: 100%;
}

.ecosystem-logo-panel img {
	filter:
		drop-shadow(0 14px 22px rgba(0, 39, 18, 0.18))
		drop-shadow(0 2px 4px rgba(255, 255, 255, 0.08));
	width: 100%;
}

.brands-section {
	background: #016028;
	color: #fff;
	overflow: hidden;
	padding: 76px 0 72px;
	position: relative;
}

.brands-section-inner {
	display: grid;
	gap: 44px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	position: relative;
	z-index: 2;
}

.brand-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-width: 0;
	position: relative;
	text-align: center;
}

.brand-item + .brand-item::before {
	background: linear-gradient(180deg, transparent, rgba(255, 241, 170, 0.42), transparent);
	content: "";
	height: 78%;
	left: -22px;
	position: absolute;
	top: 11%;
	width: 1px;
}

.brand-item img {
	height: 120px;
	margin-bottom: 34px;
	max-width: min(100%, 320px);
	object-fit: contain;
	width: 100%;
}

.brand-item:nth-child(2) img {
	height: 106px;
}

.brand-item p {
	color: #fff1aa;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0;
	max-width: 300px;
}

.ecosystem-video-section {
	background: #ef8012;
	color: #fff;
	overflow: hidden;
	padding: 86px 0 92px;
	position: relative;
}

.ecosystem-video-section::before {
	content: none;
}

.site-footer::before {
	content: none !important;
}

.ecosystem-video-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 34px;
	position: relative;
	z-index: 2;
}

.ecosystem-video-frame {
	aspect-ratio: 16 / 9;
	background: #173526;
	border: 1px solid rgba(0, 129, 76, 0.14);
	border-radius: 8px;
	box-shadow: 0 26px 58px rgba(23, 53, 38, 0.16);
	max-width: 920px;
	overflow: hidden;
	width: 100%;
}

.ecosystem-video-frame iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.ecosystem-video-copy {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 840px;
	text-align: center;
}

.ecosystem-video-copy p {
	color: rgba(255, 255, 255, 0.94);
	font-size: 22px;
	line-height: 1.48;
	margin: 0 0 28px;
}

.ecosystem-video-copy .ecosystem-button-primary {
	background: #016028;
	box-shadow: 0 14px 28px rgba(1, 96, 40, 0.28);
}

.ecosystem-video-copy .ecosystem-button-primary:hover {
	background: #014f22;
	box-shadow: 0 16px 32px rgba(1, 96, 40, 0.34);
}

.site-footer,
.site-footer-top {
	background: #111c16;
}

.pre-footer-contact {
	background: #00814c;
}

.pre-footer-contact .section-inner {
	padding-bottom: 58px;
	padding-top: 66px;
}

.pre-footer-contact .section-title {
	font-size: 34px;
	line-height: 1.15;
}

.pre-footer-contact .section-paragraph {
	font-size: 20px;
	line-height: 1.45;
}

.site-footer-top {
	color: rgba(255, 255, 255, 0.78);
	padding-top: 64px;
}

.footer-info-panel {
	align-items: center;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(220px, 0.72fr) minmax(360px, 1fr);
	padding: 0 0 56px;
	position: relative;
	z-index: 2;
}

.footer-info-brand {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.footer-info-brand img {
	filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.24));
	max-width: 172px;
	opacity: 0.92;
	width: 100%;
}

.footer-info-brand h2 {
	color: #fff;
	font-family: "Heebo", sans-serif;
	font-size: 25px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 6px;
}

.footer-info-brand p,
.footer-addresses p {
	color: rgba(255, 255, 255, 0.72);
	margin: 0;
}

.footer-addresses h3 {
	color: #fff;
	font-family: "Heebo", sans-serif;
	font-size: 21px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0 0 10px;
}

.footer-address-list {
	display: grid;
	gap: 16px;
}

.footer-address-list strong {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
	margin-bottom: 2px;
}

.footer-address-list p {
	font-size: 15px;
	line-height: 1.45;
	max-width: 620px;
}

.footer-address-list a {
	color: inherit;
	text-decoration: none;
}

.footer-address-list a:hover {
	color: inherit;
	text-decoration: none;
}

.footer-brand-links {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 28px;
	width: 100%;
}

.footer-brand-links a {
	align-items: center;
	display: inline-flex;
	opacity: 0.92;
	text-decoration: none;
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.footer-brand-links a:hover {
	opacity: 1;
	transform: translateY(-1px);
}

.footer-dk-link img {
  filter: drop-shadow(0 8px 16px rgba(0, 39, 18, 0.16));
  height: 40px;
  object-fit: contain;
  width: auto;
}

.footer-social-brands {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: flex-start;
}

.footer-social-brands img {
	filter: drop-shadow(0 8px 16px rgba(0, 39, 18, 0.16));
	height: 50px;
	max-width: 188px;
	object-fit: contain;
	width: auto;
}

.footer-social-brands a {
	position: relative;
}

.footer-social-brands a + a::before {
	background: linear-gradient(180deg, transparent, rgba(255, 241, 170, 0.42), transparent);
	content: "";
	height: 34px;
	left: -12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.footer-social-brands a:nth-child(2) img {
	height: 46px;
}

.footer-social-brands a:nth-child(3) img {
	height: 46px;
}

@media (max-width: 920px) {
	.ecosystem-hero-inner {
		gap: 32px;
		grid-template-columns: 1fr;
		min-height: auto;
		padding-bottom: 64px;
		padding-top: 64px;
		text-align: center;
	}

	.ecosystem-copy {
		margin: 0 auto;
		order: 2;
	}

	.ecosystem-copy h1 {
		font-size: 56px;
	}

	.ecosystem-kicker,
	.ecosystem-text {
		margin-left: auto;
		margin-right: auto;
	}

	.ecosystem-actions {
		justify-content: center;
	}

	.ecosystem-logo-panel {
		margin: 0 auto;
		max-width: 330px;
		order: 1;
	}

	.brands-section {
		padding: 64px 0;
	}

	.brands-section-inner {
		gap: 52px;
		grid-template-columns: 1fr;
	}

	.brand-item + .brand-item::before {
		background: linear-gradient(90deg, transparent, rgba(255, 241, 170, 0.38), transparent);
		height: 1px;
		left: 50%;
		top: -26px;
		transform: translateX(-50%);
		width: min(260px, 68%);
	}

	.brand-item img {
		height: 112px;
		margin-bottom: 28px;
		max-width: 300px;
	}

	.brand-item:nth-child(2) img {
		height: 100px;
	}

	.brand-item p {
		font-size: 20px;
	}

	.ecosystem-video-section {
		padding: 68px 0 74px;
	}

	.ecosystem-video-copy p {
		font-size: 19px;
	}

	.footer-brand-links {
		flex-direction: column-reverse;
		justify-content: center;
	}

	.footer-info-panel {
		gap: 42px;
		grid-template-columns: 1fr;
		padding-bottom: 52px;
		text-align: center;
	}

	.footer-info-brand {
		align-items: center;
	}

	.footer-info-brand img {
		max-width: 156px;
	}

	.footer-address-list p {
		margin-left: auto;
		margin-right: auto;
	}

	.footer-social-brands {
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer-social-brands a + a::before {
		height: 28px;
		left: -9px;
	}
}

@media (max-width: 520px) {
	.ecosystem-hero-inner {
		gap: 26px;
		padding-bottom: 48px;
		padding-top: 44px;
	}

	.ecosystem-copy h1 {
		font-size: 39px;
		margin-left: auto;
		margin-right: auto;
		max-width: 340px;
	}

	.mobile-title-break {
		display: block;
	}

	.ecosystem-kicker {
		font-size: 22px;
	}

	.ecosystem-text {
		font-size: 17px;
	}

	.ecosystem-button {
		width: 100%;
	}

	.ecosystem-logo-panel {
		max-width: 250px;
	}

	.brands-section {
		padding: 50px 0;
	}

	.brand-item img {
		height: 96px;
		max-width: 250px;
	}

	.brand-item:nth-child(2) img {
		height: 84px;
	}
	.brand-item p {
		font-size: 18px;
	}

	.ecosystem-video-section {
		padding: 52px 0 58px;
	}

	.ecosystem-video-copy {
		align-items: stretch;
	}

	.ecosystem-video-copy p {
		font-size: 17px;
		text-align: left;
	}

	.footer-social-brands {
		gap: 18px;
		margin-top: -40px;
	}

	.site-footer-top {
		padding-top: 48px;
	}

	.footer-info-panel {
		gap: 34px;
		padding-bottom: 38px;
	}

	.footer-info-brand img {
		max-width: 132px;
	}

	.footer-info-brand h2 {
		font-size: 23px;
	}

	.footer-addresses h3 {
		font-size: 20px;
	}

	.footer-address-list strong {
		font-size: 15px;
	}

	.footer-address-list p {
		font-size: 14px;
	}

	.footer-social-brands img {
		height: 45px;
		max-width: 132px;
	}

	.footer-social-brands a + a::before {
		height: 24px;
		left: -9px;
	}

	.footer-social-brands a:nth-child(2) img {
		height: 40px;
	}

	.footer-social-brands a:nth-child(3) img {
		height: 45px;
	}

  .footer-dk-link img {
    height: 34px;
  }

	.footer-dk-link {
		margin-top: 25px;
	}
}
