.page-editor {
	max-width: 72.9167vw;
	margin: 0 auto 4.1667vw;
	color: #1c1c1c;
}

.page-editor h2,
.page-editor .wp-block-heading {
	font-weight: 700;
	font-size: 1.875vw;
	line-height: 1.25;
	letter-spacing: 0.04em;
	margin: 0 0 1.0417vw;
}

.page-editor p {
	font-size: 1.0417vw;
	line-height: 1.55;
	margin: 0 0 0.8333vw;
}

.page-editor img {
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: var(--brad-regular, 12px);
}

.page-editor .wp-block-media-text {
	display: grid;
	grid-template-columns: 32% minmax(0, 1fr);
	align-items: start;
	gap: 1.5625vw 2.0833vw;
	margin: 2.0833vw 0 2.6042vw;
}

.page-editor .wp-block-media-text.has-media-on-the-right {
	grid-template-columns: minmax(0, 1fr) 32%;
}

.page-editor .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
	grid-column: 2;
	grid-row: 1;
}

.page-editor .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	grid-column: 1;
	grid-row: 1;
}

.page-editor .wp-block-media-text__media img {
	width: 100%;
	height: auto;
	object-fit: cover;
	box-shadow: 0 0.4167vw 1.25vw rgba(0, 0, 0, 0.12);
}

.page-editor .wp-block-media-text__content {
	min-width: 0;
}

.page-editor .wp-block-media-text__content > *:last-child {
	margin-bottom: 0;
}

.page-editor figure.wp-block-image {
	margin: 1.5625vw 0;
}

@media (max-width: 781px) {
	.page-editor {
		max-width: 100%;
		margin-bottom: 10vw;
	}

	.page-editor h2,
	.page-editor .wp-block-heading {
		font-size: 6.25vw;
		line-height: 1.25;
		margin-bottom: 3.125vw;
	}

	.page-editor p {
		font-size: 3.75vw;
		line-height: 1.5;
		margin-bottom: 2.5vw;
	}

	.page-editor .wp-block-media-text,
	.page-editor .wp-block-media-text.is-stacked-on-mobile,
	.page-editor .wp-block-media-text.has-media-on-the-right {
		display: block;
		margin: 6.25vw 0;
	}

	.page-editor .wp-block-media-text__media {
		margin-bottom: 4.375vw;
	}

	.page-editor .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
	.page-editor .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
		grid-column: auto;
		grid-row: auto;
	}
}

/* Inner pages: header must not cover the page title */
body.page > header.header:not(.hero-arena-header):not(.md-bg-transparent) {
	height: auto;
	min-height: 6.7708333333vw;
	background-color: #fff;
}

body.page > header.header:not(.hero-arena-header) + .breadcrumbs,
body.page > header.header:not(.hero-arena-header) + .breadcrumbs + .price {
	position: relative;
	z-index: 1;
}

body.page .price .md-main-title {
	line-height: 1.15;
}

.footer-list .nav-item {
	position: relative;
}

.footer-list .nav-item > span:empty {
	display: none !important;
	pointer-events: none;
}

.footer-list .nav-item a.nav-link {
	display: inline-block;
	position: relative;
	z-index: 2;
	pointer-events: auto;
}

@media only screen and (max-width: 768px) {
	body:not(:has(.hero-arena)) {
		padding-top: 22vw;
	}

	body.page .price .md-main-title {
		line-height: 1.2;
	}
}
