.elementor-2048 .elementor-element.elementor-element-fa25188{--display:flex;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2048 .elementor-element.elementor-element-b182886{width:var( --container-widget-width, 69% );max-width:69%;--container-widget-width:69%;--container-widget-flex-grow:0;text-align:center;}.elementor-2048 .elementor-element.elementor-element-b182886.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-2048 .elementor-element.elementor-element-b182886 .elementor-heading-title{font-family:"Onest", Sans-serif;font-size:58px;font-weight:600;line-height:62px;letter-spacing:-2.56px;color:#000000;}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title ){font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2048 .elementor-element.elementor-element-6260263{--display:flex;}.elementor-2048 .elementor-element.elementor-element-8c056ed{--display:flex;}.elementor-2048 .elementor-element.elementor-element-854d56f{--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;--n-tabs-title-border-radius:50px 50px 50px 50px;--n-tabs-title-padding-top:12px;--n-tabs-title-padding-right:40px;--n-tabs-title-padding-bottom:12px;--n-tabs-title-padding-left:40px;--n-tabs-title-font-size:16px;}.elementor-2048 .elementor-element.elementor-element-854d56f.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title ){font-family:"Onest", Sans-serif;font-weight:600;}@media(max-width:1024px){.elementor-2048 .elementor-element.elementor-element-b182886{width:var( --container-widget-width, 606px );max-width:606px;--container-widget-width:606px;--container-widget-flex-grow:0;}.elementor-2048 .elementor-element.elementor-element-b182886 .elementor-heading-title{font-size:45px;line-height:1.4em;}}@media(max-width:767px){.elementor-2048 .elementor-element.elementor-element-b182886 .elementor-heading-title{font-size:30px;line-height:35px;letter-spacing:-1px;}}/* Start custom CSS for shortcode, class: .elementor-element-854ffbe *//* Modern file upload box for Gravity Forms */
#gform_fields_1 .ginput_container_fileupload {
    position: relative;
    width: 100%;
}

#gform_fields_1 .ginput_container_fileupload input[type="file"] {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Upload box design */
#gform_fields_1 .ginput_container_fileupload {
    background: #f7f7f7;
    border: 2px dashed #bbb;
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    transition: border .3s , background .3s;
}

#gform_fields_1 .ginput_container_fileupload:hover {
    background: #eef7ff;
    border-color: #5aa3ff;
}

/* Fake text inside the box */
#gform_fields_1 .ginput_container_fileupload::before {
    content: "Click to upload file";
    display: block;
    font-size: 16px;
    color: #555;
    pointer-events: none;
}

#gfield_upload_rules_1_5 {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: #777;
}

/* Remove Gravity Form default spacing */
#gform_fields_1 .gfield_label {
    margin-bottom: 10px;
    font-weight: 600;
}


.gform-footer.gform_footer.top_label {
    justify-content: center;
}

.gform-footer.gform_footer.top_label input#gform_submit_button_1 {
    background: #2CDB9E;
    padding: 15px 50px;
    font-size: 16px;
    border-radius: 8px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-c5def58 *//* Modern file upload box for Gravity Forms – Field 2_5 */
#field_2_5 .ginput_container_fileupload {
    position: relative;
    width: 100%;
}

#field_2_5 .ginput_container_fileupload input[type="file"] {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Upload box design */
#field_2_5 .ginput_container_fileupload {
    background: #f7f7f7;
    border: 2px dashed #bbb;
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    transition: border .3s , background .3s;
}

#field_2_5 .ginput_container_fileupload:hover {
    background: #eef7ff;
    border-color: #5aa3ff;
}

/* Fake placeholder text */
#field_2_5 .ginput_container_fileupload::before {
    content: "Click to upload file";
    display: block;
    font-size: 16px;
    color: #555;
    pointer-events: none;
}

#gfield_upload_rules_2_5 {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: #777;
}

/* Label tweaks */
#field_2_5 .gfield_label {
    margin-bottom: 10px;
    font-weight: 600;
}



.gform-footer.gform_footer.top_label {
    justify-content: center;
}

.gform-footer.gform_footer.top_label input#gform_submit_button_1 , .gform-footer.gform_footer.top_label input#gform_submit_button_2{
    background: #2CDB9E;
    padding: 15px 50px;
    font-size: 16px;
    border-radius: 8px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-854ffbe *//* Modern file upload box for Gravity Forms */
#gform_fields_1 .ginput_container_fileupload {
    position: relative;
    width: 100%;
}

#gform_fields_1 .ginput_container_fileupload input[type="file"] {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Upload box design */
#gform_fields_1 .ginput_container_fileupload {
    background: #f7f7f7;
    border: 2px dashed #bbb;
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    transition: border .3s , background .3s;
}

#gform_fields_1 .ginput_container_fileupload:hover {
    background: #eef7ff;
    border-color: #5aa3ff;
}

/* Fake text inside the box */
#gform_fields_1 .ginput_container_fileupload::before {
    content: "Click to upload file";
    display: block;
    font-size: 16px;
    color: #555;
    pointer-events: none;
}

#gfield_upload_rules_1_5 {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: #777;
}

/* Remove Gravity Form default spacing */
#gform_fields_1 .gfield_label {
    margin-bottom: 10px;
    font-weight: 600;
}


.gform-footer.gform_footer.top_label {
    justify-content: center;
}

.gform-footer.gform_footer.top_label input#gform_submit_button_1 {
    background: #2CDB9E;
    padding: 15px 50px;
    font-size: 16px;
    border-radius: 8px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-c5def58 *//* Modern file upload box for Gravity Forms – Field 2_5 */
#field_2_5 .ginput_container_fileupload {
    position: relative;
    width: 100%;
}

#field_2_5 .ginput_container_fileupload input[type="file"] {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Upload box design */
#field_2_5 .ginput_container_fileupload {
    background: #f7f7f7;
    border: 2px dashed #bbb;
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    transition: border .3s , background .3s;
}

#field_2_5 .ginput_container_fileupload:hover {
    background: #eef7ff;
    border-color: #5aa3ff;
}

/* Fake placeholder text */
#field_2_5 .ginput_container_fileupload::before {
    content: "Click to upload file";
    display: block;
    font-size: 16px;
    color: #555;
    pointer-events: none;
}

#gfield_upload_rules_2_5 {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: #777;
}

/* Label tweaks */
#field_2_5 .gfield_label {
    margin-bottom: 10px;
    font-weight: 600;
}



.gform-footer.gform_footer.top_label {
    justify-content: center;
}

.gform-footer.gform_footer.top_label input#gform_submit_button_1 , .gform-footer.gform_footer.top_label input#gform_submit_button_2{
    background: #2CDB9E;
    padding: 15px 50px;
    font-size: 16px;
    border-radius: 8px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-854ffbe *//* Modern file upload box for Gravity Forms */
#gform_fields_1 .ginput_container_fileupload {
    position: relative;
    width: 100%;
}

#gform_fields_1 .ginput_container_fileupload input[type="file"] {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Upload box design */
#gform_fields_1 .ginput_container_fileupload {
    background: #f7f7f7;
    border: 2px dashed #bbb;
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    transition: border .3s , background .3s;
}

#gform_fields_1 .ginput_container_fileupload:hover {
    background: #eef7ff;
    border-color: #5aa3ff;
}

/* Fake text inside the box */
#gform_fields_1 .ginput_container_fileupload::before {
    content: "Click to upload file";
    display: block;
    font-size: 16px;
    color: #555;
    pointer-events: none;
}

#gfield_upload_rules_1_5 {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: #777;
}

/* Remove Gravity Form default spacing */
#gform_fields_1 .gfield_label {
    margin-bottom: 10px;
    font-weight: 600;
}


.gform-footer.gform_footer.top_label {
    justify-content: center;
}

.gform-footer.gform_footer.top_label input#gform_submit_button_1 {
    background: #2CDB9E;
    padding: 15px 50px;
    font-size: 16px;
    border-radius: 8px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-c5def58 *//* Modern file upload box for Gravity Forms – Field 2_5 */
#field_2_5 .ginput_container_fileupload {
    position: relative;
    width: 100%;
}

#field_2_5 .ginput_container_fileupload input[type="file"] {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Upload box design */
#field_2_5 .ginput_container_fileupload {
    background: #f7f7f7;
    border: 2px dashed #bbb;
    border-radius: 12px;
    padding: 35px 20px;
    text-align: center;
    transition: border .3s , background .3s;
}

#field_2_5 .ginput_container_fileupload:hover {
    background: #eef7ff;
    border-color: #5aa3ff;
}

/* Fake placeholder text */
#field_2_5 .ginput_container_fileupload::before {
    content: "Click to upload file";
    display: block;
    font-size: 16px;
    color: #555;
    pointer-events: none;
}

#gfield_upload_rules_2_5 {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: #777;
}

/* Label tweaks */
#field_2_5 .gfield_label {
    margin-bottom: 10px;
    font-weight: 600;
}



.gform-footer.gform_footer.top_label {
    justify-content: center;
}

.gform-footer.gform_footer.top_label input#gform_submit_button_1 , .gform-footer.gform_footer.top_label input#gform_submit_button_2{
    background: #2CDB9E;
    padding: 15px 50px;
    font-size: 16px;
    border-radius: 8px;
}/* End custom CSS */