.contact_row {
	overflow: visible;
}

.contact_left {
	width: 100%;
	max-width: 484px;
}

.contact_right {
	border-radius: 8px;
	background-color: white;
	box-shadow: 0 12px 24px -10px rgba(36,48,110,0.2);
	padding: 60px 70px;
}

.contact_message label[for] {
	color: var(--dark-blue);
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	display: block;
	margin-bottom: 5px;
}

.contact .ff-column-container:first-of-type .ff-el-group {
	margin-bottom: 8px;
}

.contact h2 {
	margin-bottom: 35px;
}

.contact_row .ff-el-form-check.ff-el-form-check- {
	display: inline-block;
}

.contact_row .ff-el-form-check.ff-el-form-check- {
	margin-right: 17px;
}

.contact_row .ff-el-form-check.ff-el-form-check-:last-child {
	margin-right: 0;
}

.contact_row .form_title {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.contact .frm-fluent-form .ff-t-container {
		gap: 8px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.contact_right {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.contact_row .col {
		width: 100%;
	}

	section.contact {
		text-align: center;
	}

	.contact_description.bottom {
		margin-top: 53px;
	}

	.contact_right {
		padding: 30px 18px;
		text-align: left;
		border: 2px solid #E6F8FD;
	}
}
