.elementor-1690 .elementor-element.elementor-element-39f31610{--display:flex;--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;--gap:48px 48px;--row-gap:48px;--column-gap:48px;--padding-top:56px;--padding-bottom:56px;--padding-left:56px;--padding-right:56px;}.elementor-1690 .elementor-element.elementor-element-39f31610:not(.elementor-motion-effects-element-type-background), .elementor-1690 .elementor-element.elementor-element-39f31610 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E5EBF0F5;}body:not(.rtl) .elementor-1690 .elementor-element.elementor-element-33f0ae69{right:8px;}body.rtl .elementor-1690 .elementor-element.elementor-element-33f0ae69{left:8px;}.elementor-1690 .elementor-element.elementor-element-33f0ae69{top:8px;}.elementor-1690 .elementor-element.elementor-element-33f0ae69 .elementor-icon-wrapper{text-align:center;}.elementor-1690 .elementor-element.elementor-element-33f0ae69 .elementor-icon{font-size:28px;}.elementor-1690 .elementor-element.elementor-element-33f0ae69 .elementor-icon svg{height:28px;}.elementor-1690 .elementor-element.elementor-element-72dbae21{text-align:center;}.elementor-1690 .elementor-element.elementor-element-72dbae21 .elementor-heading-title{font-family:"Univers Next Pro", Sans-serif;font-size:40px;font-weight:400;text-transform:capitalize;line-height:48px;color:#0B2B4B;}.elementor-1690 .elementor-element.elementor-element-bbbef7a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-1690 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:0% 0% 0% 0%;}#elementor-popup-modal-1690{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1690 .dialog-message{width:50vw;height:auto;}@media(max-width:767px){.elementor-1690 .elementor-element.elementor-element-39f31610{--padding-top:32px;--padding-bottom:32px;--padding-left:32px;--padding-right:32px;}.elementor-1690 .elementor-element.elementor-element-bbbef7a.elementor-element{--align-self:stretch;}#elementor-popup-modal-1690 .dialog-message{width:90vw;}}/* Start custom CSS for html, class: .elementor-element-bbbef7a */.footer-popup-holder-rwar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
}

#instDestinationSelect {
    /*padding: 12px 24px 12px 24px;*/
    border-radius: 40px;
    color: #000000;
    font-family: "Univers Next Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    border:none;
    min-width: 300px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='9' viewBox='0 0 18 9' fill='none'%3E%3Cpath d='M2 2L7.69842 6.88436C8.4474 7.52634 9.5526 7.52634 10.3016 6.88436L16 2' stroke='%230099F5' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: 94%;
    background-size: 17px 6px;
}

#redirectButtonInst {
    padding: 12px 24px;
    border-radius: 40px;
    background: #0099F5;
    color: #FFFFFF;
    font-family: "Univers Next Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    border: none;
}

@media only screen and (max-width: 767px) {
    .footer-popup-holder-rwar {
        flex-direction: column;
    }
    
    #instDestinationSelect {
       min-width: unset;
    }
}

<script>
    document.getElementById("redirectButtonInst").addEventListener("click", function() {
        var destination = document.getElementById("instDestinationSelect").value;
        if (destination) {
            window.open(destination, "_blank");
        } else {
            //alert("Please select a destination!");
        }
    });
</script>/* End custom CSS */