.elementor-725 .elementor-element.elementor-element-b33a815{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-725 .elementor-element.elementor-element-68f95c4{--display:flex;}#elementor-popup-modal-725{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-725 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-725 .dialog-close-button{display:flex;}#elementor-popup-modal-725 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS */.gform_required_legend{
    display: none;
}
.gfield_required_text{
     display: none !important;
}

.gform-theme--foundation .gform_fields {
    display: flex;
    flex-direction: column;
    row-gap: 11px !important;
    gap: 11px !important;
}

.gform-theme--foundation .gform_fields .gfield {
    margin: 0 !important;
    padding: 0 !important;
}

.gform-theme--foundation .gform_fields .gfield:last-of-type {
    margin-bottom: 0 !important;
}

.gform-theme--foundation .gform_footer,
.gform-theme--foundation .gform_page_footer {
    margin-top: 3px !important;
    padding-top: 5px !important;
}

.iti--fullscreen-popup.iti--container {
    z-index: 9999999999;
}
#gform_submit_button_1{
    background-color: #FF9C00;
    color: white;
    width: 100%;
    height: 50px;
    font-weight: 700;
    font-size: 20px;
    border-style: solid;
    border-color: #BC4B42;
    border-radius: 10px;
}

@media (max-width:480px){
    #gform_submit_button_1{
    
        font-size: 15px;
        
    }
}/* End custom CSS */