/* Gravity form Customizations */
.gform-body.gform_body {
    position: relative;
}
.gfield_description.instruction {
    display: none;
}

input#gform_previous_button_2_11, input#gform_previous_button_2_15, input#gform_previous_button_2,
input#gform_previous_button_2_27{
    display: none;
}

div#field_2_10,
div#field_2_25,
div#field_2_26,
div#field_9_24,
div#field_9_25,
div#field_1_22,
div#field_1_23,
div#field_1_24,
div#field_6_24,
div#field_6_25
{
    position: absolute;
    background: white;
    display: flex;
		flex-direction: column;
		width: 100%;
    flex-wrap: wrap;
    border: 3px solid #a51e36;
    filter: drop-shadow(2px 4px 6px black);
    padding: 20px;
		z-index: 99;
}

div#field_2_10{
		top: 28%;
}
div#field_2_25 {
    top: 72%;
}
div#field_2_26 {
    top: 90%;
}
div#field_9_24 {
    top: 62%;
}
div#field_9_25 {
    top: 77%;
}
div#field_1_22 {
    top: 26%;
}
div#field_1_23 {
    top: 47%;
}
div#field_1_24 {
    top: 75%;
}
div#field_6_24 {
    top: 62%;
}
div#field_6_25 {
    top: 77%;
}

.gform_wrapper.background-1{
	background: url(/wp-content/uploads/2022/09/dreamstime_xxl_47592.jpg)center / cover no-repeat;
}
.gform_wrapper.background-2{
	background: url(/wp-content/uploads/2022/09/dreamstime_xxl_64534545.jpg)center / cover no-repeat;
}
.gform_wrapper.background-3{
	background: url(/wp-content/uploads/2022/09/dreamstime_xxl_17584122.jpg)center / cover no-repeat;
}
.gform_wrapper.background-4{
	background: url(/wp-content/uploads/2022/09/dreamstime_xxl_5019553.jpg)center / cover no-repeat;
}

form#gform_1 {
    background: rgb(255 255 255 / 80%);
    padding: 20px;
}

form#gform_1 label,
form#gform_1 p {
    color: black;
}