.popup{z-index:100;position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);display:flex;justify-content:center;align-items:center}.popup-inner{background-color:#fff;width:768px;max-width:100vw;border-radius:5px;box-shadow:0 6px 12px rgb(0 0 0 / .2);max-height:80vh;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none;-webkit-box-shadow:0 3px 7px rgb(0 0 0 / .3);-moz-box-shadow:0 3px 7px rgb(0 0 0 / .3);box-shadow:0 3px 7px rgb(0 0 0 / .3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box}.popup-inner::-webkit-scrollbar{display:none}.popup-inner h3{margin-bottom:16px}.popup-inner p{line-height:1.5;margin-bottom:16px}.popup:target{opacity:1;pointer-events:all}.popup-close{width:17px;height:17px}a.popup-close:hover{fill:red!important}.popup-header{display:flex;position:sticky;top:0;right:0;padding:15px;justify-content:space-between;border-bottom:1px solid #DFE0DE;background-color:#fff;box-shadow:0 3px 10px rgb(0 0 0 / 5%)}.popup-header>h3{color:#111111!important;margin:0}.popup-row{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.popup-row iframe{position:absolute;top:0;left:0;width:100%;height:100%}body.modal-open{height:100vh;overflow-y:hidden}.popup-body{padding:15px}.hidden{display:none}