.footer {
	padding-top: 6.87500rem;
}

.footer__logo {
	font-size: 0;
	width: 100%;
	margin-bottom: 0.5rem;
}

.footer__logo img {
	max-width: 11.87500rem;
	height: auto;
}

.footer__content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 5rem;
}

.footer__text {
	padding-top: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.67;
	letter-spacing: 0.0175rem;
	color: #343a40;
	max-width: 38.75rem;
	flex: 1;
}

.footer__text p {
	margin: 0;
}

.footer__text a {
	color: #343a40;
	text-decoration: underline;
	transition: .3s ease-in-out;
}

.footer__text a:hover {
	color: #FF6F00;
}

.footer__text a:focus-visible {
	outline-offset: 0.3125rem;
	outline: 0.125rem solid #FF6F00;
}

.footer__logos {
	max-width: 43.75rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0;
}

.footer__logos-item {
	flex: 1;
	text-align: center;
}

.footer__logos-item img {
	max-width: 100%;
	height: auto;
}

.footer__bottom {
	width: 100%;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	display: flex;
	align-items: center;
	gap: 1.87500rem;
	font-size: 0.75rem;
	letter-spacing: 0.015rem;
	line-height: 1.67;
	color: #343a40;
}

.footer__nav {
	margin-right: auto;
}

.footer__nav ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	gap: 1.87500rem;
}

.footer__nav a {
	color: #343a40;
	text-decoration: none;
	transition: .3s ease-in-out;
}

.footer__nav a:hover {
	color: #FF6F00;
}

.footer__nav a:focus-visible {
	outline-offset: 0.3125rem;
	outline: 0.125rem solid #FF6F00;
}

.footer__socials {
	font-size: 0;
}

.footer__socials ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	gap: 1.5rem;
}

.footer__socials a {
	color: #343a40;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	transition: .3s ease-in-out;
}

.footer__socials a svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.footer__socials a:hover {
	opacity: 0.8;
}

.footer__socials a:focus-visible {
	outline-offset: 0.3125rem;
	outline: 0.125rem solid #FF6F00;
}

.footer__socials img {
	max-width: 1.5rem;
	height: auto;
}

.menu-color-scheme--stratos.page-template-page-event .footer {
	background: #00003b;
}

.menu-color-scheme--stratos.page-template-page-event .footer__text {
	color: #fff;
}

.menu-color-scheme--stratos.page-template-page-event .footer__text a {
	color: #fff;
}

.menu-color-scheme--stratos.page-template-page-event .footer__text a:hover {
	color: #FF6F00;
}

.menu-color-scheme--stratos.page-template-page-event .footer__bottom {
	color: #fff;
}

.page-template-page-event .footer {
	font-family: 'Roboto', sans-serif;
}

.page-template-page-event .footer .container {
	max-width: 96.87500rem;
	width: 100%;
	padding: 0 2.5rem;
}

.menu-color-scheme--stratos.page-template-page-event .footer__nav a {
	color: #fff;
}

.menu-color-scheme--stratos.page-template-page-event .footer__nav a:hover {
	color: #FF6F00;
}

.menu-color-scheme--stratos.page-template-page-event .footer__socials a {
	color: #fff;
}

@media (max-width: 1200px) {
	.footer__content {
		flex-wrap: wrap;
		gap: 1.5rem;
	}

	.footer__logos {
		max-width: 100%;
	}
}

@media (max-width: 992px) {
	.footer {
		padding-top: 4rem;
	}

	.page-template-page-event .footer .container {
		padding: 0 1.25rem;
	}

	.footer__content {
		margin-bottom: 2rem;
	}

	.footer__text {
		font-size: 0.75rem;
	}

	.footer__logos {
		flex-wrap: wrap;
		display: grid;
		grid-template-columns: repeat(3,1fr);
		gap: 1.5rem;
	}

	.footer__bottom {
		flex-wrap: wrap;
		padding-top: 2rem;
		padding-bottom: 2rem;
		gap: 1rem;
	}

	.footer__socials {
		order: -2;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.footer__nav {
		display: flex;
		align-items: center;
		justify-content: center;
		order: -1;
		width: 100%;
		margin-right: 0;
		text-align: center;
	}

	.footer__nav ul {
		gap: .5rem 1rem;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.footer__copyright {
		width: 100%;
		text-align: center;
	}
}