.ma4ms-contact {
	max-width: 52rem;
	margin: 2rem auto;
	font-size: 1rem;
	line-height: 1.6;
}

.ma4ms-contact__heading {
	margin-bottom: .5rem;
}

.ma4ms-contact__notice,
.ma4ms-contact__success,
.ma4ms-contact__errors {
	padding: 1rem 1.1rem;
	margin: 1.25rem 0;
	border-left: .35rem solid #222;
	background: #f6f2e7;
}

.ma4ms-contact__errors {
	border-left-color: #8a1f11;
	background: #fff4f2;
}

.ma4ms-contact__errors h3 {
	margin-top: 0;
	font-size: 1.1rem;
}

.ma4ms-contact__errors a {
	text-decoration: underline;
}

.ma4ms-contact__form {
	margin-top: 1.5rem;
}

.ma4ms-contact__field,
.ma4ms-contact__fieldset {
	margin: 0 0 1.25rem;
}

.ma4ms-contact__field label,
.ma4ms-contact__fieldset legend {
	display: block;
	font-weight: 700;
	margin-bottom: .35rem;
}

.ma4ms-contact__field input,
.ma4ms-contact__field select,
.ma4ms-contact__field textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-height: 2.75rem;
	padding: .65rem .75rem;
	border: 2px solid #555;
	border-radius: .2rem;
	background: #fff;
	color: #111;
	font: inherit;
}

.ma4ms-contact__field textarea {
	min-height: 12rem;
	resize: vertical;
}

.ma4ms-contact__field input:focus,
.ma4ms-contact__field select:focus,
.ma4ms-contact__field textarea:focus,
.ma4ms-contact__submit:focus,
.ma4ms-contact a:focus,
.ma4ms-contact [tabindex="-1"]:focus {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

.ma4ms-contact__field [aria-invalid="true"] {
	border-color: #8a1f11;
}

.ma4ms-contact__required {
	font-size: .86em;
	font-weight: 400;
}

.ma4ms-contact__required-note,
.ma4ms-contact__help,
.ma4ms-contact__privacy {
	font-size: .95rem;
}

.ma4ms-contact__privacy a {
	text-decoration: underline;
}

.ma4ms-contact__field-error {
	margin: .35rem 0 0;
	font-weight: 700;
	color: #751b10;
}

.ma4ms-contact__fieldset {
	padding: 1rem;
	border: 2px solid #555;
}

.ma4ms-contact__choice {
	display: flex;
	align-items: flex-start;
	gap: .55rem;
	margin: .55rem 0;
	font-weight: 400;
}

.ma4ms-contact__choice input {
	width: 1.2rem;
	height: 1.2rem;
	margin-top: .2rem;
	flex: 0 0 auto;
}

.ma4ms-contact__callback {
	padding: 1rem;
	margin-bottom: 1.25rem;
	border: 1px solid #777;
	background: #fafafa;
}

.ma4ms-contact__callback[hidden] {
	display: none;
}

.ma4ms-contact__submit {
	min-height: 3rem;
	padding: .7rem 1.25rem;
	border: 2px solid #111;
	border-radius: .2rem;
	background: #111;
	color: #fff;
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.ma4ms-contact__submit:hover {
	background: #444;
}

.ma4ms-contact__honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (prefers-reduced-motion: reduce) {
	.ma4ms-contact * {
		scroll-behavior: auto !important;
	}
}

.ma4ms-contact__turnstile {
	margin: 1.25rem 0;
	max-width: 100%;
}

.ma4ms-contact__turnstile .ma4ms-contact__help {
	margin: 0 0 .5rem;
}

.ma4ms-contact__turnstile .cf-turnstile {
	max-width: 100%;
}
