.efc-footer,
.efc-footer * {
	box-sizing: border-box;
}

.efc-footer {
	--efc-divider-color: #fff;
	--efc-divider-width: 2px;
	display: flex;
	width: 100%;
	min-height: 152px;
	padding: 30px 34px 20px;
	background-color: #505050;
}

.efc-footer__inner {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1215px;
	margin: 0 auto;
}

.efc-footer__section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 0 38px;
}

.efc-footer__logo {
	flex: 0.9 1 14%;
	padding-left: 16px;
	align-items: center;
}

.efc-footer__contact {
	flex: 1.35 1 20%;
}

.efc-footer__location {
	flex: 1.15 1 17%;
}

.efc-footer__social {
	flex: 0.95 1 14%;
}

.efc-footer__legal {
	flex: 2 1 28%;
	text-align: center;
	padding-right: 16px;
}

.efc-footer__divider {
	display: block;
	flex: 0 0 var(--efc-divider-width);
	width: var(--efc-divider-width);
	height: 102px;
	background-color: var(--efc-divider-color);
}

.efc-footer a {
	text-decoration: none;
}

.efc-footer__heading {
	padding: 0;
	margin: 0 0 10px;
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
}

.efc-logo {
	display: inline-flex;
	align-items: center;
	width: 122px;
	color: #fff;
	font-family: inherit;
	font-size: 36px;
	font-weight: 300;
	line-height: 1;
	white-space: nowrap;
}

.efc-logo__image {
	display: block;
	width: 122px;
	height: auto;
	max-width: 100%;
}

.efc-logo__main {
	color: #fff;
}

.efc-logo__accent {
	margin-left: 1px;
	color: #f8690e;
	font-size: 0.84em;
}

.efc-contact-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.efc-contact-link,
.efc-location-link {
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-family: inherit;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
	transition:
		color 180ms ease,
		transform 180ms ease;
}

.efc-contact-link {
	gap: 12px;
}

.efc-contact-link:hover,
.efc-contact-link:focus-visible,
.efc-location-link:hover,
.efc-location-link:focus-visible {
	color: #004236;
}

.efc-contact-link:hover,
.efc-location-link:hover {
	transform: translateY(-1px);
}

.efc-contact-link:focus-visible,
.efc-location-link:focus-visible,
.efc-social-link:focus-visible,
.efc-legal-link:focus-visible,
.efc-logo:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.efc-icon {
	display: block;
	flex: 0 0 auto;
	width: 1em;
	height: 1em;
}

.efc-contact-link .efc-icon,
.efc-location-link .efc-icon {
	width: 22px;
	height: 22px;
}

.efc-location-link {
	align-items: flex-start;
	gap: 10px;
}

.efc-location-link__text {
	display: block;
}

.efc-social-list {
	display: flex;
	align-items: center;
	gap: 8px;
}

.efc-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: #6a6a6a;
	background-color: #fff;
	border-radius: 50%;
	transition:
		color 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease,
		transform 180ms ease;
}

.efc-social-link .efc-icon {
	width: 20px;
	height: 20px;
}

.efc-social-link:hover,
.efc-social-link:focus-visible {
	color: #f8690e;
	background-color: #fff;
	border-color: #f8690e;
	transform: translateY(-2px);
}

.efc-legal-link {
	display: inline-block;
	color: #fff;
	font-family: inherit;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
	transition: color 180ms ease;
}

.efc-legal-link:hover,
.efc-legal-link:focus-visible {
	color: #00c577;
}

@media (max-width: 1024px) {
	.efc-footer__inner {
		flex-wrap: wrap;
		row-gap: 0;
	}

	.efc-footer__divider {
		display: none;
	}

	.efc-footer__section {
		flex: 1 1 50%;
		min-height: 120px;
		padding: 24px 28px;
	}

	.efc-footer__section:nth-of-type(n + 3) {
		border-top: var(--efc-divider-width) solid var(--efc-divider-color);
	}

	.efc-footer__section:nth-of-type(even) {
		border-left: var(--efc-divider-width) solid var(--efc-divider-color);
	}

	.efc-footer__logo,
	.efc-footer__legal {
		padding-right: 28px;
		padding-left: 28px;
	}
}

@media (max-width: 767px) {
	.efc-footer {
		display: block;
		width: 100%;
		height: auto !important;
		min-height: 0 !important;
		padding: 28px 20px 24px;
		overflow: hidden;
	}

	.efc-footer__inner {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		max-width: 440px;
		height: auto;
		margin: 0 auto;
		gap: 0;
	}

	.efc-footer__section {
		display: flex;
		flex: 0 0 auto !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: none;
		height: auto !important;
		min-height: auto;
		padding: 27px 0;
		margin: 0;
		border-top: var(--efc-divider-width) solid var(--efc-divider-color);
		border-right: 0;
		border-bottom: 0;
		border-left: 0 !important;
		text-align: center;
		overflow: visible;
	}

	.efc-footer__section:first-of-type {
		border-top: 0;
	}

	.efc-footer__divider {
		display: none !important;
	}

	.efc-footer__logo {
		align-items: center !important;
		padding-top: 10px;
		padding-bottom: 30px;
	}

	.efc-logo {
		justify-content: center;
		max-width: 100%;
	}

	.efc-logo__image {
		width: auto;
		max-width: min(100%, 180px);
		max-height: 82px;
		object-fit: contain;
	}

	.efc-footer__heading {
		width: 100%;
		margin-right: auto;
		margin-bottom: 18px;
		margin-left: auto;
		text-align: center;
	}

	.efc-contact-list,
	.efc-location-link,
	.efc-footer__legal .efc-legal-link {
		width: min(100%, 340px);
	}

	.efc-contact-list {
		gap: 16px;
		margin: 0 auto;
	}

	.efc-contact-link,
	.efc-location-link {
		display: grid;
		grid-template-columns: 32px minmax(0, 1fr);
		align-items: center;
		width: 100%;
		max-width: 100%;
		gap: 14px;
		text-align: left;
	}

	.efc-location-link {
		margin: 0 auto;
	}

	.efc-contact-link > span,
	.efc-location-link > span,
	.efc-legal-link > span {
		min-width: 0;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.efc-contact-link .efc-icon,
	.efc-location-link .efc-icon {
		width: 26px;
		height: 26px;
		justify-self: center;
	}

	.efc-social-list {
		justify-content: center;
		width: 100%;
		gap: 14px;
	}

	.efc-social-link {
		flex: 0 0 auto;
	}

	.efc-footer__legal {
		padding-top: 30px;
		padding-bottom: 10px;
		text-align: center !important;
	}

	.efc-footer__legal .efc-legal-link {
		margin: 0 auto;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.efc-footer a {
		transition: none;
	}
}
