<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gform_heading {
    display: none;
}

#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_6 {
    padding: 10px 24px;
    background-color: var( --e-global-color-0aab01f );
    font-family: 'Teko';
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: var(--e-global-color-primary);
}

.gchoice:has(.gfield-choice-input:checked) {
    background-color: var( --e-global-color-0aab01f );
    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);
}

@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;
		}
	}
}</pre></body></html>