.elementor-3586 .elementor-element.elementor-element-6eb8a9e{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}#elementor-popup-modal-3586 .dialog-widget-content{animation-duration:1s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-3586{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-3586 .dialog-message{width:762px;height:auto;}#elementor-popup-modal-3586 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-3586 .elementor-element.elementor-element-6eb8a9e{--width:100%;}}/* Start custom CSS for image, class: .elementor-element-bbe0eb9 */@keyframes popupFadeIn{
    0%{
        opacity:0;
        transform: scale(0.92) translateY(20px);
    }
    100%{
        opacity:1;
        transform: scale(1) translateY(0);
    }
}

@keyframes popupFadeOut{
    0%{
        opacity:1;
        transform: scale(1) translateY(0);
    }
    100%{
        opacity:0;
        transform: scale(0.95) translateY(10px);
    }
}


.elementor-popup-modal .dialog-widget-content{
    animation: popupFadeIn 0.35s ease forwards;
}

.elementor-popup-modal.elementor-popup-modal--closing .dialog-widget-content{
    animation: popupFadeOut 0.25s ease forwards;
}

.dialog-lightbox-widget{
    background: rgba(0,0,0,0.65);
    transition: background 0.3s ease;
}

.elementor-popup-modal .dialog-widget-content{
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.elementor-popup-modal .dialog-message{
    padding: 0 !important;
}

.elementor-popup-modal img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.elementor-popup-modal .elementor-widget-image{
    overflow: hidden;
    border-radius: 20px;
}


.dialog-lightbox-widget{
    background: rgba(0,0,0,0.65);
}

.elementor-popup-modal .dialog-close-button{
    position: absolute;

    background: rgba(255,255,255,0.9);
    color: #333 !important;

    border-radius: 50%;
    width: 25px;
    height: 25px;

    display: flex !important;
    align-items: center;
    justify-content: center;

    font-size: 15px;
    transition: all 0.25s ease;
    z-index: 10;
}

.elementor-popup-modal .dialog-close-button:hover{
    background: #e53935;
    color: white !important;
    transform: scale(1.05);
}/* End custom CSS */