@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

body #gform_wrapper_1 .gform_heading {
    border-style: solid;
    border-width: 0 !important;
    border-width: 0;
    display: none;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text]:not(.gform-text-input-reset), body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=email], body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=tel], body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=url], body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=password], body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=number] {
    font-weight: normal !important;
    background-color: #f5f8ff !important;
    height: 40px !important;
    border-width: 1px !important;
    margin-bottom: -20px;
    border-style: solid !important;
    border-radius: 36px !important;
    -web-border-radius: 36px!important;
    -moz-border-radius: 36px!important;
    max-width: 100%;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield select {
    font-weight: normal !important;
    background-color: #f5f8ff !important;
    border-width: 1px !important;
    border-style: solid;
    margin-bottom: -20px;
    border-radius: 36px !important;
    -web-border-radius: 36px!important;
    -moz-border-radius: 36px!important;
    max-width: 100%;
}
#gform_wrapper_1 .gform_body .gform_fields .gfield#field_1_17 
 {
    width: 150px !important;
    margin-top: -27px !important;
    max-width: 100%;
margin-bottom: 20px;
}
.gform-theme--framework .field_description_above .gfield_description:where(:not([class=gfield_description]):not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_consent_description):not(.gfield_choice_limit_message)) {
    margin-block-start: var(--gf-desc-space);
    margin-top: 24px;
    margin-bottom: -24px;
}
body #gform_confirmation_message_1 {
    font-weight: normal;
    font-size: 16px;
    font-family: 'Montserrat';
    margin-top: 90px;
    color: green;
    background-color: #dbf0dc;
    padding: 18px;
    border-radius: 18px;
}