.elementor-1567 .elementor-element.elementor-element-21dc10f{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overflow:hidden;}.elementor-1567 .elementor-element.elementor-element-6b55a27 .elementor-wrapper{--video-aspect-ratio:1.77777;}#elementor-popup-modal-1567 .dialog-widget-content{background-color:#00000088;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1567{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1567 .dialog-message{width:100vw;height:100vh;align-items:flex-start;}/* Start custom CSS for html, class: .elementor-element-88f1f43 */.elementor-1567 .elementor-element.elementor-element-88f1f43 {
    width: 100%;
}

/* Button Wrapper */
.close-wrapper {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    z-index: 30;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    border-radius: 999rem;
    padding: 0.35rem 0.35rem 0.35rem 1.5rem;
    gap: 1rem;
    text-decoration: none !important;
    transition: transform 0.3s ease, background 0.3s ease;
    cursor: pointer;
    
    width: fit-content;
    
    margin: 1rem;
    max-width: fit-content;
    margin-right: 1.5rem;
}

.close-wrapper:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.close-wrapper span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

/* Play Icon Circle */
.close-button {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    animation: beacon 2s infinite;
    padding-left: 0px;
    margin-bottom: 0 !important;
}

/* Beacon Animation */
@keyframes beacon {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@media only screen and (max-width: 768px) {
    .close-wrapper {
        position: fixed;
        top: 1rem;
        left: 50%;
        transform:translateX(-50%);
    }
}/* End custom CSS */