body.stop{overflow:hidden}#hellomodal{display:none;position:fixed;top:0;left:0;z-index:99999;height:100%;width:100%;height:100vh;width:100vw;overflow:hidden}#hellomodal .hm_outer{position:absolute;left:0;top:0;height:100%;width:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:rgba(0,0,0,0.6);display:flex;justify-content:center;align-items:center}@media (max-width: 700px){#hellomodal .hm_outer{align-items:flex-start}}#hellomodal .hm_outer .hm_inner{margin:20px;max-width:600px;width:100%}@media (max-width: 700px){#hellomodal .hm_outer .hm_inner{margin:20px 10px 20px}}#hellomodal .hm_outer .hm_inner img{display:block;width:100%}#hellomodal .hm_outer .hm_inner .hm_box{border-radius:5px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,0.3);position:relative;overflow:hidden;opacity:0;transition:1s all cubic-bezier(0.075, 0.82, 0.165, 1);top:-30px}#hellomodal .hm_outer .hm_inner .hm_content{display:block;padding:0;padding-bottom:70px;max-height:90vh;overflow-y:scroll}@media (max-width: 700px){#hellomodal .hm_outer .hm_inner .hm_content{max-height:80vh;font-size:1.7rem}}#hellomodal .hm_outer .hm_inner .hm_content_inner{padding:20px}@media (max-width: 700px){#hellomodal .hm_outer .hm_inner .hm_content_inner{padding:10px}}#hellomodal .hm_outer .hm_inner #hm_closer{font-size:13px;position:absolute;bottom:0;left:0;right:0;color:#444;background:#eee;padding:0 20px;display:flex;justify-content:center;align-items:center;height:50px;width:100%;border-top:1px solid #eee;cursor:pointer}#hellomodal .hm_outer .hm_inner #hm_closer:hover{color:#000;background:#eee}#hellomodal.active .hm_outer .hm_inner .hm_box{opacity:1;top:0}
