.popupbanner-model{position:fixed;top:-9999px;left:0;width:100%;height:100%;justify-content:center;align-items:center;z-index:1000;visibility:hidden;opacity:0;transition:opacity .3s ease-in-out,visibility .3s}
.popupbanner-model.visible{top:0;visibility:visible;opacity:1}
.popupbanner-model .popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:black;opacity:.8;z-index:10}
.popupbanner-model .popup-content{position:relative;background:white;padding:20px;border-radius:5px;box-shadow:0 4px 10px rgba(0,0,0,0.3);z-index:20;text-align:center;transform:translate(-50%,-50%);top:50%;left:50%;position:absolute;width:100%}
.popupbanner-model .popup-close{position:absolute;top:10px;right:10px;background:0;border:0;cursor:pointer;padding:0}
.popupbanner-model .popup-close img{width:26px;height:26px;display:block}
.popupbanner-model .popup-close:hover img{filter:brightness(0.8)}
.popupbanner.cq-Editable-dom .popupbanner-model{display:block;opacity:1;visibility:visible;top:0}
.pop-up-no-scroll{overflow:hidden;height:100vh}
@media only screen and (max-width:1023px){.popupbanner-model .popup-content{overflow:auto;height:100vh;margin-top:50px}
}
.popupbanner .popupbanner-model .embed iframe{overflow:auto}