#gform_1 {
	position: relative !important;
}
#gform_wrapper_1 p, #gform_wrapper_1 .gfield_label, #gform_wrapper_1 .gform-field-label, #gform_wrapper_1 .gfield_required_asterisk {
	color: white !important;
}
.gform_required_legend {
	text-align: center !important;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-weight: normal !important;
}
#gform_wrapper_1 .gfield_checkbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}
#gform_wrapper_1 .gfield_checkbox .gform-field-label {
	max-width: fit-content !important;
}
#gform_wrapper_1 textarea {
	height: 216px !important;
}
#gform_submit_button_1 {
	font-size: 20px !important;
	background-color: transparent !important;
	border: 4px solid white !important;
	border-radius: 6px;
	padding: 12px 40px;
	line-height: 1 !important;
}
.gform_footer {
	position: realtive;
}
@media (max-width: 850px) {
	#gform_wrapper_1 .gfield_checkbox {
		display: grid;
		grid-row-gap: 0px;
		grid-template-columns: repeat(2,1fr);
		gap: 0;
	}
}
@media (max-width: 590px) {
	#gform_submit_button_1 {
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	#gform_wrapper_1 #field_1_10 {
		text-align: center;
	}
	#gform_wrapper_1 #input_1_10 {
		display: flex;
    	justify-content: center;
	}
}
@media (max-width: 395px) {
	#gform_wrapper_1 .gfield_checkbox {
		grid-template-columns: 1fr;
	}
}