.elementor-9518 .elementor-element.elementor-element-9a7d147{--display:flex;}.elementor-9518 .elementor-element.elementor-element-cc9815c{width:var( --container-widget-width, 36.163% );max-width:36.163%;--container-widget-width:36.163%;--container-widget-flex-grow:0;}.elementor-9518 .elementor-element.elementor-element-cc9815c.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for shortcode, class: .elementor-element-cc9815c */.elementor-9518 .elementor-element.elementor-element-cc9815c .statues-newsletter{
    background:linear-gradient(135deg,#0b2f63,#173f73);
    padding:35px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.elementor-9518 .elementor-element.elementor-element-cc9815c .statues-newsletter h3{
    color:#fff;
    font-size:30px;
    font-weight:700;
    margin-bottom:12px;
}

.elementor-9518 .elementor-element.elementor-element-cc9815c .statues-newsletter p{
    color:#d9e7ff;
    line-height:1.7;
    margin-bottom:20px;
}

.elementor-9518 .elementor-element.elementor-element-cc9815c .newsletter-email{
    width:100%;
    height:56px;
    border-radius:50px;
    border:0;
    padding:0 22px;
    font-size:16px;
    margin-bottom:15px;
}

.elementor-9518 .elementor-element.elementor-element-cc9815c .newsletter-email:focus{
    outline:none;
}

.elementor-9518 .elementor-element.elementor-element-cc9815c .newsletter-button{
    width:100%;
    height:56px;
    border:none;
    border-radius:50px;
    background:#B08D57;
    color:#fff;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.elementor-9518 .elementor-element.elementor-element-cc9815c .newsletter-button:hover{
    background:#d0a86a;
    transform:translateY(-2px);
}

.elementor-9518 .elementor-element.elementor-element-cc9815c .newsletter-small{
    margin-top:18px;
    font-size:13px;
    color:#bdd2ef;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9a7d147 *//* Center Popup */
.pum-container {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;

    width: 540px !important;
    max-width: 90vw !important;
    margin: 0 !important;
}

.pum-overlay {
    background: rgba(5,18,38,.75) !important;
}

/* Popup Box */
.statues-popup{
    text-align:center;
    background:linear-gradient(135deg,#0b2f63,#173f73);
    color:#fff;
    padding:45px;
    border-radius:22px;
    box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.popup-icon{
    width:80px;
    height:80px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#B08D57;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:42px;
    font-weight:bold;
}

.statues-popup h2{
    margin:10px 0;
    color:#fff;
    font-size:40px;
}

.statues-popup h4{
    color:#B08D57;
    margin-bottom:20px;
}

.statues-popup p{
    color:#dbe5f4;
    line-height:1.7;
}

.popup-loader{
    height:8px;
    background:rgba(255,255,255,.15);
    border-radius:20px;
    overflow:hidden;
    margin:30px 0 15px;
}

.popup-progress{
    width:0%;
    height:100%;
    background:#B08D57;
    animation:loadingBar 3s linear forwards;
}

.redirect{
    color:#B08D57;
    font-weight:600;
}

@keyframes loadingBar{
    from{width:0;}
    to{width:100%;}
}/* End custom CSS */