.elementor-33738 .elementor-element.elementor-element-76faf68{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}#elementor-popup-modal-33738{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-33738 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-33738 .dialog-close-button{display:flex;}#elementor-popup-modal-33738 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );letter-spacing:var( --e-global-typography-primary-letter-spacing );}}/* Start custom CSS for shortcode, class: .elementor-element-0eb7c30 *//* Hard override for your Register button */
input.custom_wc_register[type="submit"],
button.custom_wc_register,
.custom_wc_register {
    width: 100% !important;
    background-color: #9AA094 !important; /* grey button color from screenshot */
    color: #ffffff !important;            /* white text */
    font-weight: 700 !important;
    font-size: 18px !important;
    border: none !important;
    border-radius: 18px !important;
    padding: 18px 22px !important;
    text-align: center !important;
    cursor: pointer !important;
    display: block !important;
}

/* Hover / focus */
input.custom_wc_register[type="submit"]:hover,
input.custom_wc_register[type="submit"]:focus,
.custom_wc_register:hover,
.custom_wc_register:focus {
    background-color: #9AA094 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}/* End custom CSS */