.footer-outer {
	overflow: hidden;
}

.panel-footer {
	--surface-foreground: var(--white);
	--surface-background: var(--dark-blue);
	--text: var(--white);

	color: var(--text);
	background-color: var(--surface-background);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 25px;
}

.panel-footer .contentRender_name_plugins_core_textbox {
	margin: 0;
	padding: 0;
	max-width: none;
}

.panel-footer .extra-logos {
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: 30px;
}

.panel-footer .extra-logos img,
.panel-footer .extra-logos p {
	margin: 0;
}

.panel-footer .extra-logos > * {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
	display: block;
}

.panel-footer .logo-footer img {
	display: block;
	width: 153px;
	height: auto;
	margin: 0 auto 25px;
}

.panel-footer .address,
.panel-footer .phone {
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 5px;
}

.panel-footer .address p,
.panel-footer .phone p {
	color: var(--white);
	font-size: 14px;
	line-height: 1.2143;
	margin-bottom: 10px;
}

.panel-footer .address i,
.panel-footer .phone i {
	font-size: 11px;
	line-height: 1;
}

.panel-footer .social-media,
.panel-footer .social-media .icons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.panel-footer .social-media .icons {
	margin-bottom: 5px;
}

.panel-footer .social-media {
	flex-direction: column;
	margin-bottom: 15px;
	padding-top: 20px;
}

.panel-footer .social-media .social-links {
	gap: 5px;
}

.panel-footer .social-media li {
	padding: 0;
}

.panel-footer .social-media li a {
	border: 1px solid var(--white);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: var(--rounded-full);
	width: 40px;
	height: 40px;
	text-decoration: none;
}

@media (hover: hover) {
	.panel-footer .social-media li a:hover {
	 color: var(--white);
	}
}

.panel-footer .social-media i {
	font-size: 14px;
}

.panel-footer .footer-nav {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	gap: 30px;
	margin-bottom: 15px;
}

.panel-footer .footer-nav ul {
	text-align: right;
}

.panel-footer .footer-nav li,
.panel-footer .footer-nav li a {
	font-family: var(--sofia);
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.5833;
}

.panel-footer .bottom-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 18px;
	margin-bottom: 25px;
}

.panel-footer .bottom-container .ta-logo {
	width: 85px;
}

.panel-footer .bottom-container .googleTranslateDropdown {
	font-size: 11px;
	line-height: 1;
	color: var(--white);
	background-color: var(--dark-blue);
	padding: 6px 0;
	border: 1px solid var(--white);
	border-radius: 5px;
	text-align: center;
}

.panel-footer .made-by-sv {
	display: block;
	width: 118px;
	margin-bottom: 25px;
}

.panel-footer .made-by-sv img {
	display: block;
	width: 100%;
	height: auto;
}

.panel-footer .copyright {
	font-size: 10px;
	line-height: 1.3;
	text-align: center;
	max-width: 240px;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
}

@media (min-width: 40em) {
	.footer-ctas {
		display: flex;
		flex-wrap: nowrap;
		gap: 1px;
	}

	.footer-ctas > div {
		flex: 1 1 100%;
	}

	.panel-footer {
		display: grid;
		grid-template-columns: 2.51fr 1.43fr 1.84fr 2.63fr;
		grid-template-rows: 0.72fr 1.08fr 0.57fr 0.64fr;
		justify-content: center;
		align-items: center;
	}

	.panel-footer .client-details {
		grid-column: 1 / 2;
		grid-row: 1 / 3;
	}

	.panel-footer .logo-footer img {
		margin: auto;
	}

	.panel-footer .address {
		grid-column: 1 / 2;
		grid-row: 3 / 5;
		max-width: 150px;
		margin: auto;
	}

	.panel-footer .address p,
	.panel-footer .phone p {
		margin: auto;
	}

	.panel-footer .copyright {
		grid-column: 1 / 2;
		grid-row: 5 / 6;
		max-width: 175px;
		margin: auto;
	}

	.panel-footer .phone {
		grid-column: 2 / 4;
		grid-row: 1 / 2;
	}

	.panel-footer .phone {
		margin: auto auto 5px;
	}

	.panel-footer .social-media {
		grid-column: 2 / 4;
		grid-row: 2 / 3;
		padding: 0;
		margin: 5px auto auto;
		align-items: start;
		gap: 5px;
	}

	.panel-footer .extra-logos {
		grid-column: 2 / 4;
		grid-row: 4 / 5;
		margin: auto;
	}

	.panel-footer .attributions {
		grid-column: 2 / 4;
		grid-row: 5 / 6;
		padding: 5px 0 15px;
		display: flex;
		justify-content: center;
	}

	.panel-footer .made-by-sv {
		margin: 0;
	}

	.panel-footer .footer-nav {
		grid-column: 4 / 5;
		grid-row: 1 / 4;
		margin: auto 20px auto auto;
	}

	.panel-footer .footer-nav li,
	.panel-footer .footer-nav li a {
		font-size: 10px;
	}

	.panel-footer .bottom-container {
		grid-column: 4 / 5;
		grid-row: 5 / 6;
		justify-content: end;
		margin: auto 20px auto auto;
		padding-bottom: 10px;
		z-index: 1;
	}
}

@media (min-width: 64em) {
	.footer-outer {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row-reverse;
	}

	.panel-footer {
		height: 300px;
		width: 100%;
		flex: 1 1 100%;
		padding-bottom: 4px;
	}

	.panel-footer .social-media,
	.panel-footer .phone {
		margin-left: 20px;
	}

	.footer-ctas {
		flex: 1 1 auto;
		flex-direction: column;
		height: 300px;
	}

	.footer-ctas > div {
		width: 300px;
	}
}

@media (min-width: 90em) {
	.panel-footer {
		flex: 1 1 100%;
	}

	.panel-footer .bottom-container {
		margin: auto 15px auto 40px;
	}

	.panel-footer .footer-nav {
		margin: auto 15px auto auto;
	}

	.panel-footer .footer-nav li,
	.panel-footer .footer-nav li a {
		font-size: 12px;
	}

	.panel-footer .social-media,
	.panel-footer .phone {
		margin-left: 40px;
	}

	.footer-ctas {
		flex-direction: row;
	}

	.footer-ctas > div {
		width: 300px;
	}
}
