.navigation-footer {
	display: none;
	
}



@media (min-width: 64em) {
	.navigation-footer {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 18px;
		padding: 0;
		list-style: none;
		max-width: 450px;
	}

	.navigation-footer li {
		margin-right: 18px;
		margin-bottom: 1px;
	}

	.navigation-footer a {
		color: inherit;
		font-family: var(--font-display);
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.06em;
		font-size: 15px;
		line-height: 29.67px;
	}

	.navigation-footer a:hover {
		color: inherit;
	}
}