.popover{display:flex;inset:0;opacity:0;padding:0;place-items:center center;position:fixed;transition:opacity .2s;z-index:600}.popover__mask{background-color:rgba(0,0,0,.8);height:100%;left:0;position:absolute;top:0;width:100%}.popover__content{display:block;margin:0 auto;max-height:100%;max-width:880px;overflow-x:hidden;padding:50px 40px 40px;position:relative;width:100%}.popover__close{background-color:rgba(0,0,0,.2);cursor:pointer;height:40px;padding:.6rem;position:absolute;right:0;top:0;transition:background-color .2s;width:40px;z-index:1}.popover__close:before{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M32 3.223 28.777 0 16 12.777 3.223 0 0 3.223 12.777 16 0 28.777 3.223 32 16 19.223 28.777 32 32 28.777 19.223 16z'/%3E%3C/svg%3E")}.popover__close span{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;width:1px}.popover__close:hover{background-color:#000}.popover.is-hidden{display:none}.popover.is-active{display:flex;opacity:1}.popover--video .popover__content{max-width:1280px}.popover--video .media{margin:0;opacity:0;transform:translateY(-100px);transition:opacity .1s,transform .2s}.popover--video .media.is-loaded{opacity:1;transform:translateY(0)}@media only screen and (min-width:768px){.popover__close{height:50px;padding:.8rem;width:50px}}