.navigation-footer {
	display: flex;
	flex-direction: column;
	gap: 13px;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation-footer a {
	font-family: var(--font-metropolis-bold);
	color: var(--sw-text-color);
	font-weight: var(--font-weight-bold);
}

.navigation-footer a:hover {
	color: inherit;
	text-decoration: underline;
}