.panel-footer {
	--surface-foreground: transparent;
	--surface-background: transparent;
	--text: var(--gray-100);

	color: var(--text);
	background-color: var(--surface-foreground);
}

.panel-footer .cta-container {
	background-color: var(--surface-background);
}

.panel-footer .cta-container > div:not(:first-child) {
	position: relative;
}

.panel-footer .cta-container > div:not(:first-child)::before {
	content: '';
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 0;
	translate: -50% 0;
	display: block;
	width: calc(100% - var(--space-10));
	height: 2px;
	background-color: var(--gray-100);
}

@media (min-width: 64em) {
	.panel-footer .cta-container {
		display: flex;
	}

	.panel-footer .cta-container > div {
		flex: 1 1 0;
	}

	.panel-footer .cta-container > div:not(:first-child)::before {
		left: 0;
		top: 50%;
		translate: 0 -50%;
		width: 2px;
		height: calc(100% - var(--space-10));
	}
}

.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);
	text-align: center;
}

.panel-footer .footer-content-container {
	display: grid;
	gap: 42px;
	padding-bottom: 45px;
	background-image: url(/includes/public/assets/shared/footer-bg-mobile.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.panel-footer .footer-content-container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 93px;
	width: 100%;
	pointer-events: none;
	background-image: url(/includes/public/assets/shared/footer-brush.png);
	background-repeat: repeat-x;
	background-size: 380px;
	background-position: bottom;
	translate: 0 -95%;
}

@media (min-width: 64em) {
	.panel-footer .footer-content-container {
		grid-template-columns: 1fr;
		text-align: left;
		gap: 25px;
		padding-top: 67px;
		background-image: url(/includes/public/assets/shared/footer-bg.png);
	}
}

.panel-footer .contentRender_name_plugins_core_textbox {
	margin: 0;
	padding: 0;
	max-width: none;
}

.panel-footer .client-details {
	display: flex;
	gap: 25px;
	place-items: center;
	text-align: left;
	max-width: 299px;
	margin: 0 auto;
	order: 1;
}

@media (min-width: 64em) {
	.panel-footer .client-details {
		place-items: flex-start;
		order: unset;
		flex-direction: column;
		gap: 40px;
		margin: 0;
	}
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
	display: block;
	width: 124px;
}

.panel-footer .logo-footer img {
	display: block;
	width: 100%;
	height: auto;
}

.panel-footer .client-details p {
	font-size: var(--text-sm);
	line-height: var(--leading-snug);
}

.panel-footer .client-details p {
	font-weight: 500;
	font-size: var(--text-sm);
	/* line-height: 0.6; */
}
.panel-footer .client-details p a {
	color: inherit;
}
.panel-footer .client-details p.address-title {
	font-weight: 700;
	font-size: var(--text-xl);
	line-height: var(--leading-none);
	margin-bottom: 6px;
}

.panel-footer .social-media {
	display: flex;
	align-items: center;
	justify-content: center;
}

.panel-footer .attribution-content-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 0;
	padding-bottom: var(--space-2);
	gap: 10px;
}

@media (min-width: 64em) {
	.panel-footer .attribution-content-container {
		margin-right: 78px;
	}
}

.panel-footer .attribution-content-container p {
	font-size: var(--text-sm);
	line-height: var(--leading-snug);
	font-family: var(--font-display);
	font-weight: 100;
}

.panel-footer .made-by-sv {
	display: block;
	width: 160px;
}

.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;
}

.panel-footer .ctas {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: var(--space-3);
	margin: 0;
}

@media (max-width: 63.9375em) {
	.panel-footer .call-to-action {
		max-width: 160px;
	}

	.panel-footer .call-to-action .slide-top {
		max-width: 120px;
	}

	.panel-footer .call-to-action .title {
		font-size: 1.25rem;
	}

	.panel-footer .call-to-action .content {
		gap: 5px;
	}
	.panel-footer .call-to-action .inner {
		gap: 8px;
	}
}

.panel-footer .footer-content-container > .inner {
	display: grid;
	gap: 35px;
}

.panel-footer .footer-content-container > .inner > svg {
	width: 271px;
	margin: 0 auto;
	height: auto;
}

.panel-footer .social-links {
	gap: 30px;
}

.panel-footer .social-links a {
	font-size: 2.1875rem;
}

.panel-footer .navigation-footer {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 20px 30px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.panel-footer .footer-content-container > .inner > svg .clickable {
	pointer-events: all;
	cursor: pointer;
}

.panel-footer .footer-content-container > .inner > svg .clickable .hover {
	opacity: 0;
	transition: opacity var(--transition-appendix);
}
.panel-footer .footer-content-container > .inner > svg .clickable:hover .hover {
	opacity: 1;
}

.panel-footer .partners {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: var(--space-5);
}

.panel-footer .inner-2 {
	display: grid;
	gap: 43px;
}

.panel-footer .footer-call-to-action .img-cont {
	aspect-ratio: 186 / 148;
	overflow: hidden;
}

.panel-footer .footer-call-to-action .img-cont img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.panel-footer .footer-call-to-action .inner {
	position: relative;
}

.panel-footer .footer-call-to-action .inner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	pointer-events: none;
	background-color: var(--cta-bg);
}
.panel-footer .footer-callouts > div {
	--cta-bg: var(--green);
}
.panel-footer .footer-callouts > div:nth-child(2) {
	--cta-bg: var(--teal);
}
.panel-footer .footer-callouts > div:nth-child(3) {
	--cta-bg: #f26f62;
}
.panel-footer .footer-callouts > div:nth-child(4) {
	--cta-bg: var(--pink);
}

.panel-footer .footer-call-to-action .inner p {
	font-weight: 700;
	color: #ffffff;
	font-size: 0.817rem;
	line-height: 1.1;
	background: var(--cta-bg);
	position: absolute;
	left: 50%;
	top: 48%;
	translate: -50% -50%;
	z-index: 1;
	text-transform: uppercase;
	padding: 5px var(--space-5);
	border-radius: 2em;
	text-align: center;
	width: max-content;
}

.panel-footer .footer-callouts {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3px;
}

@media (min-width: 40em) {
	.panel-footer .footer-callouts {
		grid-template-columns: repeat(4, 1fr);
		gap: 5px;
	}
}

@media (min-width: 64em) {
	.panel-footer .footer-content-container > .inner {
		grid-template-columns: minmax(0, 0.605fr) minmax(0, 1fr) minmax(0, 1fr);
		margin: 0 auto;
		max-width: 1249px;
		width: 100%;
		margin-bottom: var(--space-4);
	}

	.panel-footer .inner-2 {
		grid-template-columns: 200px 1fr 200px;
		margin: 0 auto;
		max-width: 1249px;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}
	.contentRender_name_plugins_common_logo_footer,
	.panel-footer .logo-footer a {
		width: 181px;
	}
	.panel-footer .footer-content-container:before {
		height: 163px;
		background-size: 490px;
	}
	.panel-footer .footer-call-to-action .img-cont {
		aspect-ratio: 186 / 156;
	}
	.panel-footer .footer-call-to-action .inner::after {
		height: 9px;
	}
	.panel-footer .client-contact {
		max-width: 200px;
	}
	.panel-footer .client-details p.address-title {
		font-size: var(--text-lg);
		margin-bottom: 14px;
	}
	.panel-footer .client-details p {
		font-size: var(--text-base);
	}
	.panel-footer .social-links a {
		font-size: 1.5625rem;
	}
	.panel-footer .social-links {
		gap: 20px;
	}
	.panel-footer .navigation-footer {
		gap: 25px;
		margin-right: 79px;
	}
	.panel-footer .navigation-footer a {
		text-transform: unset;
		font-size: var(--text-xl);
		text-decoration: none;
	}
	.panel-footer .ctas {
		flex-direction: column;
		align-items: center;
		width: 100%;
		gap: 34px;
		max-width: 375px;
		margin-left: auto;
	}
	.panel-footer .footer-content-container > .inner > svg {
		width: 100%;
		margin-top: -43px;
	}
	.panel-footer .social-media {
		justify-content: flex-start;
	}
	.panel-footer .partners {
		justify-content: flex-end;
	}
	.panel-footer .footer-call-to-action .img-cont img {
		scale: 1.3;
		transition: scale var(--transition-appendix-2);
	}
	@media (hover: hover) {
		.panel-footer .footer-call-to-action:hover .img-cont img {
			scale: 1;
		}
	}
}

@media (min-width: 76.25em) {
	.panel-footer .footer-content-container > .inner > svg {
		width: unset;
	}
}
@media (min-width: 85em) {
	.panel-footer .footer-call-to-action .inner p {
		font-size: 1.5625rem;
		padding: 9px var(--space-8);
	}
	.panel-footer .footer-content-container:before {
		/* background-size: 100% 170px; */
		background-size: 100% 136px;
	}
}
