body.wce-global-footer-enabled #footer-page,
body.wce-global-footer-enabled #socket {
	display: none !important;
}

.wce-footer-shell {
	--wce-ink: #172132;
	--wce-orange: #c95c18;
	--wce-orange-bright: #e66d1b;
	width: 100%;
	overflow: hidden;
	color: #fff;
	font-family: "Segoe UI", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.wce-footer-shell,
.wce-footer-shell *,
.wce-footer-shell *::before,
.wce-footer-shell *::after {
	box-sizing: border-box;
}

.wce-footer-shell a {
	color: inherit;
	text-decoration: none;
}

.wce-footer-shell h2,
.wce-footer-shell h3,
.wce-footer-shell p {
	margin-top: 0;
}

.wce-footer-shell h2,
.wce-footer-shell h3 {
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: -0.035em;
	text-transform: none;
}

.wce-footer-shell .wce-eyebrow {
	margin: 0 0 1rem;
	color: var(--wce-orange);
	font-size: 0.73rem;
	font-weight: 750;
	letter-spacing: 0.17em;
	line-height: 1.4;
	text-transform: uppercase;
}

.wce-footer-shell .wce-brand-logo,
.wce-footer-shell .wce-masa-logo {
	display: block;
	height: auto;
}

.wce-footer-shell .wce-brand-fallback {
	color: var(--wce-orange);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
	font-weight: 700;
}

.wce-group-footer {
	position: relative;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 7% 17%, rgba(201, 92, 24, 0.15), transparent 28rem),
		radial-gradient(circle at 94% 74%, rgba(41, 92, 130, 0.2), transparent 34rem),
		#0b121e;
}

.wce-group-footer::before,
.wce-group-footer::after {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.045);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.wce-group-footer::before {
	top: -470px;
	left: -370px;
	width: 900px;
	height: 900px;
	box-shadow:
		0 0 0 100px rgba(255, 255, 255, 0.012),
		0 0 0 200px rgba(255, 255, 255, 0.008);
}

.wce-group-footer::after {
	right: -340px;
	bottom: -520px;
	width: 920px;
	height: 920px;
	box-shadow: 0 0 0 120px rgba(255, 255, 255, 0.012);
}

.wce-group-footer__inner {
	position: relative;
	z-index: 1;
	width: min(1380px, calc(100% - 10vw));
	margin: 0 auto;
	padding: clamp(3.5rem, 4.6vw, 4.8rem) 0 2.5rem;
}

.wce-group-rail {
	display: grid;
	grid-template-columns: auto 1fr auto 1fr auto;
	align-items: center;
	gap: 1rem;
	margin-bottom: clamp(2rem, 3vw, 3rem);
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.62rem;
	font-weight: 750;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.wce-group-rail i {
	height: 1px;
	background: linear-gradient(90deg, rgba(201, 92, 24, 0.9), rgba(255, 255, 255, 0.12));
}

.wce-group-rail i:last-of-type {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(50, 113, 158, 0.9));
}

.wce-group-rail b {
	color: rgba(255, 255, 255, 0.78);
	font-weight: 750;
}

.wce-group-footer__header {
	display: grid;
	grid-template-columns: minmax(560px, 1.2fr) minmax(360px, 0.8fr);
	align-items: center;
	gap: clamp(3rem, 5vw, 5rem);
	margin-bottom: clamp(2.5rem, 3.8vw, 3.8rem);
}

.wce-group-footer__header h2 {
	color: #fff;
	font-size: clamp(3rem, 3.8vw, 4.2rem);
	line-height: 0.98;
}

.wce-group-footer__header h2 span {
	display: block;
	white-space: nowrap;
}

.wce-group-footer__header h2 span:last-child {
	color: var(--wce-orange-bright);
}

.wce-group-footer__header > p {
	max-width: 610px;
	margin: 0;
	padding-left: 2rem;
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.66);
	font-size: clamp(0.92rem, 1.2vw, 1.08rem);
	line-height: 1.8;
}

.wce-footer-brands {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr);
	align-items: stretch;
}

.wce-footer-brand {
	position: relative;
	padding: clamp(2rem, 2.8vw, 2.8rem);
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.035);
	backdrop-filter: blur(8px);
	transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.wce-footer-brand::before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 42%;
	height: 3px;
	background: var(--wce-orange-bright);
	content: "";
}

.wce-footer-brand--masa::before {
	right: -1px;
	left: auto;
	background: #3f86b6;
}

.wce-footer-brand:hover {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.052);
	transform: translateY(-4px);
}

.wce-footer-brand__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 2.2rem;
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.59rem;
	font-weight: 750;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.wce-footer-brand__topline span {
	color: var(--wce-orange-bright);
}

.wce-footer-brand--masa .wce-footer-brand__topline span {
	color: #77afd3;
}

.wce-footer-brand__identity {
	display: grid;
	grid-template-columns: 150px 1fr;
	align-items: center;
	gap: 1.6rem;
	min-height: 110px;
}

.wce-footer-logo {
	display: grid;
	min-height: 104px;
	place-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.wce-footer-logo .wce-brand-logo {
	width: 122px;
}

.wce-footer-logo--masa .wce-masa-logo {
	width: 105px;
}

.wce-footer-brand__identity h3 {
	color: #fff;
	font-size: clamp(1.55rem, 2.3vw, 2.35rem);
	line-height: 1.04;
}

.wce-footer-brand__identity p {
	margin: 0.65rem 0 0;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
}

.wce-footer-brand__description {
	max-width: 560px;
	min-height: 3.5em;
	margin: 2rem 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.88rem;
	line-height: 1.75;
}

.wce-footer-brand__links {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.wce-footer-brand__links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.75rem;
	font-weight: 650;
	letter-spacing: 0.025em;
	transition: color 160ms ease, padding 160ms ease, background 160ms ease;
}

.wce-footer-brand__links a svg {
	color: var(--wce-orange-bright);
	transition: transform 160ms ease;
}

.wce-footer-brand--masa .wce-footer-brand__links a svg {
	color: #77afd3;
}

.wce-footer-brand__links a:hover,
.wce-footer-brand__links a:focus-visible {
	padding-right: 0.7rem;
	padding-left: 0.7rem;
	color: #fff;
	background: rgba(255, 255, 255, 0.055);
}

.wce-footer-brand__links a:hover svg,
.wce-footer-brand__links a:focus-visible svg {
	transform: translateX(3px);
}

.wce-footer-bridge {
	display: grid;
	grid-template-rows: 1fr auto 1fr;
	place-items: center;
}

.wce-footer-bridge > i {
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.16);
}

.wce-footer-bridge > span {
	display: grid;
	width: 92px;
	height: 92px;
	place-content: center;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	background: #111b2b;
	box-shadow: 0 0 0 10px #0b121e;
	text-align: center;
}

.wce-footer-bridge small {
	color: var(--wce-orange-bright);
	font-size: 0.48rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.wce-footer-bridge strong {
	margin-top: 0.28rem;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.72rem;
	font-weight: 400;
	letter-spacing: 0.015em;
	line-height: 1.05;
}

.wce-group-footer__base {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 3rem;
	margin-top: clamp(3rem, 5vw, 5rem);
	padding-top: 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.wce-group-footer__base > div {
	display: grid;
	gap: 0.55rem;
}

.wce-group-footer__base strong {
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.15rem;
	font-weight: 400;
}

.wce-group-footer__base span,
.wce-group-footer__base a {
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.62rem;
	letter-spacing: 0.045em;
}

.wce-group-footer__base nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.7rem 1.35rem;
}

.wce-group-footer__base a {
	padding-bottom: 0.25rem;
	border-bottom: 1px solid transparent;
	transition: border-color 160ms ease, color 160ms ease;
}

.wce-group-footer__base a:hover,
.wce-group-footer__base a:focus-visible {
	border-bottom-color: var(--wce-orange-bright);
	color: #fff;
}

/*
 * Enfold uses #top in high-specificity colour rules. Keep the footer readable
 * on every theme page without changing any non-WCE element.
 */
#top .wce-footer-shell .wce-group-footer h2,
#top .wce-footer-shell .wce-footer-brand h3,
#top .wce-footer-shell .wce-footer-bridge strong,
#top .wce-footer-shell .wce-group-footer__base strong {
	color: #fff;
}

#top .wce-footer-shell .wce-group-rail b {
	color: rgba(255, 255, 255, 0.78);
}

#top .wce-footer-shell .wce-footer-brand__links a {
	color: rgba(255, 255, 255, 0.82);
}

#top .wce-footer-shell .wce-group-footer__base span,
#top .wce-footer-shell .wce-group-footer__base a {
	border-bottom-color: transparent;
	color: rgba(255, 255, 255, 0.58);
}

#top .wce-footer-shell .wce-footer-brand__links a:hover,
#top .wce-footer-shell .wce-footer-brand__links a:focus-visible,
#top .wce-footer-shell .wce-group-footer__base a:hover,
#top .wce-footer-shell .wce-group-footer__base a:focus-visible {
	color: #fff;
}

#top .wce-footer-shell .wce-group-footer__base a:hover,
#top .wce-footer-shell .wce-group-footer__base a:focus-visible {
	border-bottom-color: var(--wce-orange-bright);
}

@media (max-width: 1180px) {
	.wce-footer-shell .wce-group-footer__header {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.wce-footer-shell .wce-group-footer__header h2 span {
		white-space: normal;
	}

	.wce-footer-shell .wce-group-footer__header > p {
		padding-top: 1.5rem;
		padding-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		border-left: 0;
	}

	.wce-footer-shell .wce-footer-brands {
		grid-template-columns: minmax(0, 1fr) 84px minmax(0, 1fr);
	}

	.wce-footer-shell .wce-footer-brand__identity {
		grid-template-columns: 120px 1fr;
	}

	.wce-footer-shell .wce-footer-logo .wce-brand-logo {
		width: 98px;
	}

	.wce-footer-shell .wce-footer-logo--masa .wce-masa-logo {
		width: 88px;
	}
}

@media (max-width: 920px) {
	.wce-footer-shell .wce-group-footer__inner {
		width: calc(100% - 2.5rem);
	}

	.wce-footer-shell .wce-footer-brands {
		grid-template-columns: 1fr;
	}

	.wce-footer-shell .wce-footer-bridge {
		grid-template-columns: 1fr auto 1fr;
		grid-template-rows: auto;
		min-height: 110px;
	}

	.wce-footer-shell .wce-footer-bridge > i {
		width: 100%;
		height: 1px;
	}

	.wce-footer-shell .wce-footer-bridge > span {
		box-shadow: 0 0 0 8px #0b121e;
	}

	.wce-footer-shell .wce-group-footer__base {
		align-items: flex-start;
		flex-direction: column;
	}

	.wce-footer-shell .wce-group-footer__base nav {
		justify-content: flex-start;
	}
}

@media (max-width: 680px) {
	.wce-footer-shell .wce-group-footer__inner {
		width: calc(100% - 2.5rem);
		padding-top: 4rem;
	}

	.wce-footer-shell .wce-group-rail {
		grid-template-columns: auto 1fr auto;
		gap: 0.7rem;
	}

	.wce-footer-shell .wce-group-rail i:last-of-type,
	.wce-footer-shell .wce-group-rail span:last-child {
		display: none;
	}

	.wce-footer-shell .wce-group-footer__header h2 {
		font-size: clamp(2.8rem, 13vw, 4.2rem);
	}

	.wce-footer-shell .wce-group-footer__header h2 span {
		white-space: normal;
	}

	.wce-footer-shell .wce-footer-brand {
		padding: 1.5rem;
	}

	.wce-footer-shell .wce-footer-brand__topline {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.35rem;
	}

	.wce-footer-shell .wce-footer-brand__identity {
		grid-template-columns: 92px 1fr;
		gap: 1rem;
	}

	.wce-footer-shell .wce-footer-logo {
		min-height: 86px;
	}

	.wce-footer-shell .wce-footer-logo .wce-brand-logo {
		width: 76px;
	}

	.wce-footer-shell .wce-footer-logo--masa .wce-masa-logo {
		width: 70px;
	}

	.wce-footer-shell .wce-footer-brand__identity h3 {
		font-size: 1.5rem;
	}

	.wce-footer-shell .wce-footer-brand__description {
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wce-footer-shell *,
	.wce-footer-shell *::before,
	.wce-footer-shell *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}
