.mcs-test-formular-test {
	--mcs-test-border: #d6dce5;
	--mcs-test-border-strong: #b8c2cf;
	--mcs-test-text: #171717;
	--mcs-test-muted: #586579;
	--mcs-test-muted-strong: #3f4d60;
	--mcs-test-surface: #ffffff;
	--mcs-test-soft: #ffecf9;
	--mcs-test-soft-strong: #edf1f6;
	--mcs-test-table-head: #ffd4f1;
	--mcs-test-group-head: #eef2f7;
	--mcs-test-accent: #000000;
	--mcs-test-accent-dark: #e8318a;
	position: relative;
	left: 50%;
	width: min(1030px, calc(100vw - 32px));
	max-width: none;
	margin-right: 0;
	margin-left: 0;
	transform: translateX(-50%);
	color: var(--mcs-test-text);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
}

.mcs-test-formular-test *,
.mcs-test-formular-test *::before,
.mcs-test-formular-test *::after {
	box-sizing: border-box;
}

.mcs-test-formular-test [hidden] {
	display: none !important;
}

.mcs-test-formular-test > h2 {
	width: 100%;
	max-width: 1030px;
	margin: 0 auto 18px;
	color: var(--mcs-test-text);
	font-family: inherit;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}





