.pop-up-banner-css{margin:0!important;max-width:0;max-height:0}.pop-up-darkbg{position:fixed;top:0;left:0;z-index:9999;width:100vw;height:100dvh;background:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center}
.pop-up-container{position: relative;width:33%;max-height:80vh;min-height:0;height:min-content;aspect-ratio:1/1.618;background:#fff;box-sizing:border-box;border:#606060;gap:10px;flex-direction:column;}
.pop-up-banner{width:100%!important}.pop-up-banner img,.pop-up-banner .img-inner{width:100%;height:auto}
.pop-up-form{position:relative;box-sizing:border-box;padding:15px;width:100%}
.pop-up-form .wpcf7-submit{width:100%;background:#ed2026;color:#fff;border:3px solid #fff;transition:all 0.3s}
.pop-up-form .wpcf7-submit:hover{background:#fff;color:#ed2026;border:3px solid #ed2026;}
.pop-up-form-close{opacity:0.8;position:absolute;z-index:9999999;top:0;right:0;box-sizing:border-box;padding:0!important;background:#000;color:#fff;display:flex;align-content:center;justify-content:center;flex-wrap:wrap;height:30px; aspect-ratio:1;border:1px solid #000;transition:all 0.3s}.pop-up-form-close:hover{background:#fff!important;color:#000;box-shadow:none}
.pop-up-container .wpcf7{height:100%;min-height:0}.pop-up-container form{margin-bottom:0;overflow-y:auto;height:100%;width:100%;padding:15px;}
.wpcf7-spinner{position:absolute;top:calc(50% - 12px);left:0;margin 0 5px}
.pop-up-container .text{padding:15px}
@media (max-width:600px) {
.pop-up-container{width:80%}
.pop-up-container .text{display:none}
}