.panel-footer {
	--surface-foreground: var(--primary-color-700);
	--surface-background: var(--primary-color-900);
	--text: var(--gray-100);

	color: var(--text);
	background-color: var(--surface-foreground);
}

.panel-footer .cta-container {
	position: relative;
	background: #fff;
}
.panel-footer .cta-container .cta-inner {
	padding-inline: var(--space-5);
	display: grid;
	gap: 5px;
}
.panel-footer .cta-container:before {
	content: '';
	position: absolute;
	top: 40%;
	left: 0;
	height: 120px;
	width: 100%;
	pointer-events: none;
	background: url(/includes/public/assets/shared/waves.svg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.panel-footer .cta-container:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 41%;
	width: 100%;
	pointer-events: none;
	background: var(--grey-dark);
	z-index: 0;
}

.panel-footer .cta-container > div:not(:first-child) {
	position: relative;
}

@media (min-width: 40em) {
	.panel-footer .cta-container .cta-inner {
		display: flex;
		max-width: 1197px;
		margin-inline: auto;
		gap: var(--space-5);
	}

	.panel-footer .cta-container > div > div {
		flex: 1 1 0;
	}
}

.panel-footer .attributions {
	background-color: var(--surface-background);
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
	margin: 0 auto;
	padding: 0 var(--space-5);
	max-width: 1337px;
	text-align: center;
}

.panel-footer .footer-content-container {
	display: grid;
	gap: var(--space-6);
	padding-top: var(--space-8);
	padding-bottom: var(--space-6);
}

@media (min-width: 64em) {
	.panel-footer .footer-content-container {
		grid-template-columns: 1fr 1fr 0.5fr;
		text-align: left;
		justify-items: start;
		padding-top: var(--space-20);
	}
}

.panel-footer .contentRender_name_plugins_core_textbox {
	margin: 0;
	padding: 0;
	max-width: none;
}

.panel-footer .client-details {
	display: grid;
	grid-auto-rows: min-content;
	gap: var(--space-6);
	place-items: center;
}

@media (min-width: 64em) {
	.panel-footer .client-details {
		place-items: flex-start;
		gap: 54px;
	}
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
	display: block;
	width: 182px;
	margin-inline: auto;
}

.panel-footer .logo-footer img {
	display: block;
	width: 100%;
	height: auto;
}

.panel-footer .logo-footer {
	margin-bottom: var(--space-2);
}

.panel-footer .client-details p {
	font-size: var(--text-sm);
	line-height: var(--leading-snug);
}

.panel-footer .social-media {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: var(--space-3);
}

.panel-footer .attribution-content-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: var(--space-2);
	padding-bottom: var(--space-2);
	gap: var(--space-2);
}

.panel-footer .attribution-content-container p {
	font-size: var(--text-sm);
	line-height: var(--leading-snug);
}

.panel-footer .made-by-sv {
	display: block;
	width: 140px;
}

.panel-footer .made-by-sv img {
	display: block;
	width: 100%;
	height: auto;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}

@media (max-width: 1023px) {
	.panel-footer .attributions {
		order: 1;
	}
	.panel-footer .client-details {
		display: contents;
	}
}

.panel-footer .contact-info p {
	font-size: var(--text-sm);
	line-height: var(--leading-loose);
	font-weight: 400;
}

.panel-footer .contact-info .contentRender_name_plugins_core_textbox p {
	margin-bottom: var(--space-1);
}

.panel-footer .contact-info p i {
	color: var(--blue-light);
	margin-right: var(--space-3);
	font-size: var(--text-base);
	font-weight: 600;
}
.panel-footer .contact-info p span {
	padding-inline: 11px;
}

.panel-footer .contact-info a {
	color: inherit;
}
.panel-footer .contact-info address p {
	margin-bottom: 2px;
}

.panel-footer .custom-contact-info > h3 {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.09rem;
	font-family: var(--font-display-alt);
}

.panel-footer .custom-contact-info {
	margin-bottom: var(--space-4);
}

.panel-footer .navigation-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 18px var(--space-10);
	justify-content: center;
}

.panel-footer .navigation-footer a {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.07rem;
	text-transform: uppercase;
	font-family: var(--font-the-bold);
	text-decoration: none;
}

@media (min-width: 40em) {
	.panel-footer .cta-container:before {
		top: unset;
		bottom: 40px;
	}
}
@media (min-width: 64em) {
	.panel-footer .cta-container:before {
		bottom: 60px;
		background-position: bottom;
		height: 190px;
		background-size: 100%;
	}
	.panel-footer .cta-container:after {
		height: 46%;
	}
	.contentRender_name_plugins_common_logo_footer,
	.panel-footer .logo-footer a {
		width: 368px;
	}
	.panel-footer .navigation-footer {
		flex-direction: column;
		row-gap: 28px;
	}
	.contentRender_name_plugins_common_logo_footer,
	.panel-footer .logo-footer a {
		margin-inline: unset;
	}
	.panel-footer .contact-info p {
		font-size: var(--text-base);
	}
	.panel-footer .contact-info {
		padding-left: var(--space-6);
		margin-top: -12px;
	}
	.panel-footer .footer-nav {
		justify-self: center;
		padding-left: var(--space-4);
		margin-top: -9px;
	}
	.panel-footer .navigation-footer a {
		font-size: 1.0625rem;
	}
	.panel-footer .attribution-content-container {
		align-items: flex-start;
		gap: var(--space-3);
		padding: 0;
	}
	.panel-footer .made-by-sv {
		width: 160px;
	}
	.panel-footer .logo-footer {
		margin-bottom: var(--space-4);
	}
	.panel-footer .custom-contact-info > h3 {
		font-size: 2rem;
		margin-bottom: var(--space-3);
	}
}
