.color-accent{
	color: var(--accent);
}

.mxd-logo img{
	max-height: 96px;
	max-width: 96px;
}

.footer-blocks__column{
	height: unset
}

.mxd-promo{
	padding-bottom: 48px;
}

footer .footer-blocks__card{
	min-height: 100px;
	align-items: center;
}

.footer_lang{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

a.footer-language__link {
	font-size: 1.5rem;
	color: black;
}

footer .mxd-footer__fullwidth-text{
	padding-top: 20.5rem;
}

.stack-offset{
	height: 5rem;
}

.hero-01-image.image-03{
	width: 200px
}

.tag-default{
	height: unset;
	min-height: 3.2rem;
}

.services-stack{
	min-height: 720px;
}

.flag-link {
	background-color: #ffffff45;
	font-size: 32px;
}

.flag-link span {
	display: inline-block;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Slide out left */
.flag-link span.slide-out {
	transform: translateX(-100%);
	opacity: 0;
}

/* Start position for slide-in (offscreen right) */
.flag-link span.slide-in {
	transform: translateX(100%);
	opacity: 0;
}

@media only screen and (max-width:767px) {
	footer h1{
		font-size: 2.8rem;
	}

	h3 {
		font-size: 2.6rem;
	}

	.mxd-header{
		width: calc(100% - 4.6rem);
	}
	.mxd-header__controls {
		padding-top: 2rem;
	}

	.mxd-promo__caption{
		font-size: 3.4rem;
	}

	.mxd-point-subtitle{
		font-size: 1.8rem;
	}

	.mxd-section.padding-pre-manifest.mobile-point-subtitle{
		padding-top: 3rem;
	}

	.divider-image-1{
		background-image: url("/img/office_mobile.jpg")
	}
}

