.gform_heading {
    display: none;
}

.elementor-1381 .elementor-element.elementor-element-18f09ea6 .elementor-heading-title {
    font-family: "Saira Extra Condensed", Sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 3.8rem;
    color: var(--e-global-color-62fc50d);
}

#field_3_1 .gfield_label,
#field_3_3 .gfield_label,
#field_3_4 .gfield_label {
    display: block;
    text-align: center;
    width: 100%;
}

.gfield_radio {
    display: flex;
    gap: .75rem;
    justify-content: center;
    flex-wrap: wrap;
}

.gchoice {
    padding: .75rem 1rem;
    border: 1px solid #4D4E55;
    border-radius: 3px;
    display: flex;
    gap: .25rem;
    align-items: center;
    background-color: #ffffff;
}

.gchoice .gfield-choice-input[type="radio"]+label {
    max-width: 100%;
    font-size: 20px;
    line-height: 26px;
    text-wrap: nowrap;
}

#gform_wrapper_6 {
    max-width: 800px;
    width: 100%;
}

.gform-footer {
    display: flex;
    justify-content: center;
}

#gform_submit_button_4 {
    padding: 10px 24px;
    background-color: var(--e-global-color-accent);
    font-family: "PT Sans", Sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 34px;
    color: #fff;
    border: none;
}

#gform_submit_button_4:hover {
    background-color: #545454;;
}

.gchoice:has(.gfield-choice-input:checked) {
    background-color: var(--e-global-color-accent);
    color: #fff;
}

.gform_wrapper.gravity-theme fieldset.loaded-gvwr {
    display: none;
}

.gfield--type-section {
    border-bottom: none !important;
    padding: 0 !important;
}

#field_3_12 h3.gsection_title {
    text-align: center;
    margin: 0;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    color: var(--e-global-color-4c92a08);
}

#field_4_1 .gfield_label, #field_4_3 .gfield_label, #field_4_4 .gfield_label {
    display: block;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 880px) {
	#main {
		.gfield_radio {
			display: grid;
			grid-template-columns: repeat(2, auto);
		}
	}
}

@media screen and (max-width: 580px) {
	#main {
		.gfield_radio {
			display: flex;
		}
	}
}