@import url(https://fonts.bunny.net/css?family=montserrat:400,700);

:root{
    --gf-form-gap-x: 16px;
    --gf-form-gap-y: 40px;
    --gf-form-footer-margin-y-start: 24px;
}

.gform-theme--framework .gf_page_steps, 
.gform-theme--framework .gf_progressbar_wrapper{
    display: none !important;
}

form .gform_button.button, 
form .gform_next_button {
    -webkit-appearance: none;
    cursor: pointer;
    font-family: arial, sans-serif;
    font-size: 14px;
    text-align: center;
    background: #08b7e3 !important;
    border: 0 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    padding: 10px !important;
}

form .ginput_container.ginput_container_radio{
    text-align: left;
}

form .gform_fields .gfield--type-radio .gfield_label{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6em;
    color: black !important;
    text-align: left;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
    --gf-local-height: 17px !important;
    --gf-local-width: 17px !important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{
    block-size: 11px !important;
    inline-size: 11px !important;
    background-color: #007AB8 !important;
}

@media (min-width: 640px) {
    .gform-theme--framework .gfield--type-choice .gfield_checkbox, 
    .gform-theme--framework .gfield--type-choice .gfield_radio{
        flex-direction: row !important;
    }
}

.gform-theme--framework .gform-field-label--type-inline{
    --gf-local-margin-x: 4px 0 !important;
}

.gform-theme--framework form select{
    text-align: left;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="url"],
form input[type="password"]{
    padding: 6px;
    height: auto;
    border: #979797 1px solid;
    border-radius: 4px !important;
    color: #000000 !important;
    font-size: 14px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block !important;
    width: 100%;
    font-family: inherit;
    text-align: left;
}

span.gfield_required::before{
    content: "*";
    display: block;
    font-size: 18px;
}

span.gfield_required.gfield_required_text{
    display: none;
}

.gform-theme--foundation form .gform_fields{
    row-gap: 25px;
}

legend.gfield_label.gform-field-label{
    display: inline-block;
}
span.gfield_required{
    margin-left: 5px;
}

.gform-theme--foundation .gform_fields{
    display: grid;
    grid-row-gap: var(--gf-form-gap-y);
}

@media (min-width: 640px) {
    .gform-theme--foundation .gform_fields {
        -moz-column-gap: var(--gf-form-gap-x);
        column-gap: var(--gf-form-gap-x);
    }
}

.gform-theme--foundation:where(:not(.gform_editor)) .gf_hidden, 
.gform-theme--foundation:where(:not(.gform_editor)) .gform_hidden{
    display: none;
}

.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
    margin-block-start: var(--gf-form-footer-margin-y-start);
}