/* Start custom CSS for shortcode, class: .elementor-element-11ab0c8 */.gform_wrapper.gravity-theme .gform_fields {
    gap: 1rem !important;
}
.gfield_label {
    font-size: 12px !important;
    margin-bottom: 8px !important;
}
.gform-field-label--type-inline {
    font-weight: 400 !Important;
    font-size: 1rem !important;
}
.gfield input, .gfield textarea {
    padding: 16px 20px !important;
    border-radius: 4px !important;
    border-color: var( --e-global-color-da84c8a ) !important;
}
.gfield_checkbox .gchoice {
    align-items: center;
}
/*Primay button default styling:*/
.gform_button {
    font-family: Red Hat Display !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    color: var(--text-b-95) !important;
    letter-spacing: 0.05rem !important;
    line-height: 1rem !important;
    text-transform: uppercase !important;
    padding-block-start: 1rem !important;
    padding-block-end: 1rem !important;
    padding-inline-start: 1.5rem !important;
    padding-inline-end: 1.5rem !important;
    border-radius: 0.25rem !important;
    border-width: 1px !important;
    border-color: var(--primary) !important;
    border-style: solid !important;
    background-color: var(--primary) !important;
    text-shadow: none !important;
    box-shadow: none !important;
}/* End custom CSS */