p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6,
h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6,
h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6,
h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6,
h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6,
h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6,
a + h1, a + h2, a + h3, a + h4, a + h5, a + h6 {
    margin-top: 2rem;
}

hr {
    height: 2px;
    background-color: #D71920;
    margin: 2rem auto;
    width: 6rem;
}

.red {
	color: var(--color-primary-500);
}

.field__sub_title {
	display: block;
	margin-bottom: 5px;
}

.field__sub_title a{
	color: var(--color-primary-500);	
}


select {
	line-height: 38px;
	background: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3768 1.97669L8.99992 10.3652L0.623047 1.97669L2.41659 0.183151L8.99992 6.76648L15.5833 0.183151L17.3768 1.97669Z' fill='%236D6E70'/%3E%3C/svg%3E%0A") #fff no-repeat right 12px center;
}

.field.radio-vertical .wpcf7-list-item {
	display: block;
	margin: 0 0 10px 0;
}

.field__note {
	font-weight: 600;
}

.form-involved .field__title {
	display: block;
	margin-bottom: 10px;
}

.form-involved textarea {
	height: 130px;
	padding-top: 10px;
}

.form-involved .wpcf7 form span.wpcf7-not-valid-tip {
	text-align: left;
	position: relative;
	margin-bottom: 10px;
}

.field.field-flex .wpcf7-list-item > label {
	display: flex;
}


.mobile-item{
	display: none !important;
}

@media screen and (max-width: 1119px){
	.headerMenu > li{
		flex-direction: column;
	}
	
	.mobile-item{
		display: block !important;
	}
}