.panel-footer {
	color: var(--sw-light-text-color);
}

.panel-footer .top {
	position: relative;
	background-image: url(../webp/commerce_footer_background_00921906-eee5-45ae-aea1-dca95df35c9b.webp);
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.panel-footer .top .corner-asset.top-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 325px;
	height: 270px;
	pointer-events: none;
}

.panel-footer .top .corner-asset.bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 350px;
	height: 350px;
	pointer-events: none;
}

.panel-footer .top .corner-asset picture,
.panel-footer .top .corner-asset img {
	width: 100%;
}

.panel-footer .top > .inner {
	position: relative;
	display: grid;
	gap: var(--space-10);
	align-items: center;
	max-width: 1240px;
	padding: 30px var(--space-5) var(--space-10);
	margin: 0 auto;
}

/* Header */
.panel-footer .header-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 0;
}

.panel-footer .header-container .footer-title {
	font-family: var(--font-display-alt);
	font-size: 2.625rem;
	font-weight: 700;
	line-height: var(--leading-none);
	text-transform: uppercase;
	color: var(--sw-light-text-color);
	text-align: center;
	margin-bottom: 6px;
}

.panel-footer .header-container .footer-subtitle {
	font-family: var(--font-body);
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.4;
	color: var(--sw-light-text-color);
	text-align: center;
	margin-bottom: 14px;
}

.panel-footer .cta-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

@media (min-width: 40em) {
	.panel-footer .cta-container {
		flex-direction: row;
		gap: 18px;
	}
}

@media (min-width: 64em) {
	.panel-footer .top {
		background-image: url(../webp/commerce_footer_background_desktop_b5ac9b64-ccc4-4a0f-8d72-a52a17f0e1d5.webp);
		background-size: cover;
		background-repeat: no-repeat;
	}

	.panel-footer .top .corner-asset.top-left {
		left: 0;
		width: 557px;
		height: 599px;
	}
	
	.panel-footer .top .corner-asset.bottom-right {
		right: 0;
		width: 616px;
		height: 496px;
	}

	.panel-footer .top > .inner {
		padding-top: 60px;
		padding-bottom: 120px;
		gap: 107px;
	}

	.panel-footer .header-container .footer-title {
		margin-bottom: var(--space-2);
	}

	.panel-footer .header-container .footer-subtitle {
		margin-bottom: var(--space-3);
	}
}

/* Footer Content Container */
.panel-footer .footer-content-container{
	display: grid;
	gap: var(--space-5);
	text-align: center;
	margin: 0 auto;
}

@media (min-width: 64em) {
	.panel-footer .footer-content-container {
		grid-template-columns: minmax(0, auto) minmax(0, 1fr) minmax(0, auto);
		justify-content: space-between;
		align-items: center;
		gap: var(--space-10);
		margin: 0;
	}
}

/* Logo */
.panel-footer .logo-cont {
	display: block;
	margin-bottom: var(--space-3);
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
	display: block;
	width: 211px;
	margin: 0 auto;
}

.panel-footer .logo-footer img {
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 64em) {
	.panel-footer .logo-cont {
		grid-row: 1;
		grid-column: 1;
		margin-bottom: 0;
	}

	.contentRender_name_plugins_common_logo_footer,
	.panel-footer .logo-footer a {
		width: 242px;
		margin: 0;
	}
}

/* Social Media + Phone Cont */
.panel-footer .social-media-contact-container {
	margin-bottom: var(--space-4);
}

.panel-footer .social-links {
	margin-bottom: var(--space-5);
}

.panel-footer .phone-cont {
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: var(--space-2);
}

.panel-footer .phone-cont i {
	font-size: var(--text-xs);
}

.panel-footer .phone-cont span,
.panel-footer .phone-cont a {
	display: inline-block;
	font-family: var(--font-body);
	font-size: var(--text-base);
	font-weight: 500;
	line-height: var(--leading-none);
	color: var(--sw-light-text-color);
}

.panel-footer .phone-cont a {
	transition: opacity var(--transition-appendix);
}

@media (hover: hover) {
	.panel-footer .phone-cont a:hover {
		opacity: 0.8;
	}
}

@media (min-width: 64em) {
	.panel-footer .social-media-contact-container {
		grid-row: 1;
		grid-column: 3;
		margin-bottom: 0;
	}

	.panel-footer .social-links {
		margin-bottom: var(--space-6);
	}

	.panel-footer .phone-cont {
		justify-content: flex-start;
	}
}

/* Footer Navigation */
.panel-footer .navigation-footer {
	display: flex;
	flex-direction: column;
	gap: var(--space-3);
}

.panel-footer .navigation-footer li {
	line-height: var(--leading-none);
}

.panel-footer .navigation-footer a {
	font-family: var(--font-body);
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: var(--leading-none);
	color: var(--sw-light-text-color);
	text-align: center;
	transition: opacity var(--transition-appendix);
}

@media (hover: hover) {
	.panel-footer .navigation-footer a:hover {
		text-decoration: none;
		opacity: 0.8;
	}
}

@media (min-width: 64em) {
	.panel-footer .footer-nav {
		grid-row: 1;
		grid-column: 2;
	}

	.panel-footer .navigation-footer {
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: var(--space-5);
		row-gap: var(--space-2);
		justify-content: center;
	}

	.panel-footer .navigation-footer a {
		text-align: left;
	}
}

/* Attributions */
.panel-footer .attributions {
	background-color: var(--blue);
}

.panel-footer .attribution-content-container {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
	gap: var(--space-3);
	margin: 0 auto;
	padding: var(--space-4) var(--space-5);
	max-width: 1400px;
	text-align: center;
}

.panel-footer .attribution-content-container p {
	font-size: 0.6875rem;
	line-height: var(--leading-none);
}

.panel-footer .made-by-sv {
	display: block;
	width: 108px;
}

.panel-footer .made-by-sv img {
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 40em) {
	.panel-footer .attribution-content-container {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}

@media (min-width: 64em) {
	.panel-footer .attribution-content-container {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.panel-footer .attribution-content-container p {
		font-size: 0.8125rem;
	}

	.panel-footer .made-by-sv {
		width: 132px;
	}
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}
