#elementor-popup-modal-4694 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-4694{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-4694 .dialog-close-button{display:flex;}#elementor-popup-modal-4694 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS */.elementor-popup-modal:not([style="display: none;"]) {
    transition: all .3s;
    opacity: 1!important;
}
div.elementor-popup-modal[style="display: none;"] {
    transition: all .3s;
    opacity: 0;
    display: flex!important;
    z-index: -5;
}
.elementor-popup-modal[style="display: none;"]>div {
    display:none
}
.elementor-popup-modal {
    -webkit-aniation:wrd_fadein .5s cubic-bezier(.39,.575,.565,1.000);
    animation:wrd_fadein .5s cubic-bezier(.39,.575,.565,1.000)
}
@-webkit-keyframes wrd_fadein {
    0%{opacity:0} 
    100% {opacity:1}
}
@keyframes wrd_fadein{
    0% {opacity:0} 100% 
    {opacity:1}
}/* End custom CSS */