.video-popup__container{display:flex;position:relative}.video-popup__thumbnail{width:100%}.video-popup__play{align-items:center;background-color:#d5d7f900;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;transition:background-color .2s linear;width:100%}.video-popup__play:after,.video-popup__play:before{background-repeat:no-repeat;background-size:64px;content:"";display:block;height:64px;position:absolute;transition:opacity .2s linear;width:64px}.video-popup__play:before{background-image:url(https://funnel.io/hubfs/529308/Icons/icon-play-pink.svg);opacity:1}.video-popup__play:after{background-image:url(https://funnel.io/hubfs/529308/Icons/icon-play-green.svg);opacity:0}.video-popup__play:hover{background-color:#d5d7f94d;cursor:pointer}.video-popup__play:hover:before{opacity:0}.video-popup__play:hover:after{opacity:1}.video-modal{align-items:center;display:none;height:100%;justify-content:center;left:0;overflow:auto;padding:20px;position:fixed;top:0;width:100%;z-index:20}.video-modal__content{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.video-modal iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.video-modal__close{background:transparent;background-image:url(https://funnel.io/hubfs/Icons/icon-cross-black.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:24px;border-radius:50%;height:48px;padding:0;position:absolute;right:10px;top:10px;width:48px}.video-modal__close:hover{background-color:var(--black);background-image:url(https://funnel.io/hubfs/Icons/icon-cross-white.svg)}.video-modal__overlay{background-color:rgba(0,0,0,.4);height:100vh;position:absolute;width:100vw}.video-modal__container{animation-duration:.4s;animation-name:animatetop;background-color:var(--white);border-top-left-radius:24px;max-width:720px;padding:64px 20px;position:relative;width:100%}.no-scroll{overflow:hidden}@media only screen and (min-width:48em){.video-modal__container{padding:64px 28px 40px}}