.elementor-61961 .elementor-element.elementor-element-f7b96c9{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-61961{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-61961 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-61961 .dialog-close-button{display:flex;}#elementor-popup-modal-61961 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for container, class: .elementor-element-f7b96c9 *//* ============================================================
   MOBILE SCROLL / SUBMIT BUTTON FIX
============================================================ */

@media (max-width: 767px) {

    /* Use the real mobile viewport height */
    #ag-wg-popup {
        max-height: calc(100dvh - 20px) !important;

        overflow-y: auto !important;
        overflow-x: hidden !important;

        -webkit-overflow-scrolling: touch;

        /* Gives scroll room at the very bottom */
        scroll-padding-bottom: 120px;

        /* Don't trap the final mobile scroll */
        overscroll-behavior-y: auto !important;
    }


    /* Give the bottom of the form REAL scrollable space */
    #ag-wg-popup .ag-form-panel {
        padding-bottom:
            calc(100px + env(safe-area-inset-bottom)) !important;

        overflow: visible !important;
    }


    /* Extra space specifically after Elementor's form */
    #ag-wg-popup .ag-form-holder {
        padding-bottom:
            calc(30px + env(safe-area-inset-bottom)) !important;
    }


    /* Make sure submit row itself isn't clipped */
    #ag-wg-popup
    .ag-form-holder
    .elementor-field-type-submit {
        margin-bottom: 20px !important;
    }


    /* Elementor's outer popup should not cut off our
       internally scrolling popup */
    .elementor-popup-modal .dialog-message {
        overflow: visible !important;
    }
}/* End custom CSS */