#popu-cont{position:fixed;padding:0 20px;left:0;top:0;width:100%;height:100%;z-index:104;transition:all linear .4s;background:rgba(0,0,0,.86)}#popu-cont .popu-wrap{display:inline-flex;position:relative;z-index:2;padding:15px 15px 0;width:100%;max-width:960px;left:50%;top:8%;flex-wrap:wrap;border-radius:15px;background:#fff;transform:translateX(-50%)}#popu-cont .popu-wrap.popu-wrap-other{padding:0;left:50%;top:50%;border-radius:0;transform:translate(-50%,-50%)}#popu-cont .popu-btn{width:100%;text-align:center}#popu-cont .popu-btn a{justify-content:center;font-weight:700}#popu-cont .popu-btn .base-primary{display:inline-flex;align-items:center;height:48px;margin:10px 0;padding:0 20px;border-radius:10px;color:var(--color-light);background-color:var(--color-primary)}#popu-cont .popu-wrap picture{display:inline-flex}#popu-cont .close-btn{position:absolute;z-index:1;color:#fff;right:-8px;top:-10px;width:32px;height:32px;line-height:32px;text-align:center;border-radius:100%;border:2px solid #f2f2f2;background-color:rgba(0,0,0,1);transform:rotate(45deg)}#popu-cont .close-btn:hover{cursor:pointer;color:#2188cc}#popu-cont iframe{left:0;top:0;width:100%;height:451px;border:none;background:#000}.video-wrap{margin:20px auto;max-width:680px}.video-wrap .youtube-video{position:relative;padding-bottom:56.25%;width:100%;height:0;background:#000}.video-wrap .youtube-video .bg{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;cursor:pointer;background-size:cover;background-position:50%}.video-wrap .youtube-video .bg:hover:before{opacity:1;cursor:pointer;color:#2188cc}.video-wrap .youtube-video .bg:before{content:'';position:absolute;width:78px;height:78px;left:50%;top:50%;opacity:.8;border-radius:68px;background-color:#fff;box-shadow:0 8px 32px rgba(43,43,88,.3);transform:translate(-50%,-50%)}.video-wrap .youtube-video .bg:after{content:'';position:absolute;left:calc(50% + 4px);top:50%;width:0;height:0;border-style:solid;border-width:12px 0 12px 18px;border-color:transparent transparent transparent currentColor;transform:translate(-50%,-50%)}.video-wrap .youtube-video iframe{position:absolute;border:none;top:0;left:0;bottom:0;right:0;width:100%;height:100%}.blur-eff{filter:blur(1.8px);transition:all linear .4s}.popu-video{cursor:pointer}.popu-video:hover{text-decoration:underline}@media (max-width:375px){#popu-cont{overflow:auto}#popu-cont .popu-wrap{top:5%}}