.video-popup{box-sizing:border-box;width:100%}.video-popup__container{margin:0 auto;max-width:1200px;padding:0}.video-popup__link{border-radius:0;cursor:pointer;display:block;outline:none;overflow:hidden;position:relative;text-decoration:none;transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s ease}.video-popup__link:focus,.video-popup__link:focus-visible{outline:none}.video-popup__card{align-items:center;aspect-ratio:16/9;background-color:#000;display:flex;justify-content:center;min-height:400px;position:relative;width:100%}.video-popup__bg{background-position:50%;background-size:cover;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.video-popup__bg,.video-popup__overlay{height:100%;left:0;position:absolute;top:0;width:100%}.video-popup__overlay{transition:opacity .4s ease;z-index:1}.video-popup__link:hover .video-popup__overlay{opacity:.25}.video-popup__content{flex-direction:column;padding:40px;position:relative;text-align:center;width:100%;z-index:2}.video-popup__content,.video-popup__play-btn,.video-popup__play-wrapper{align-items:center;display:flex;justify-content:center}.video-popup__play-btn{background:#0f0f10d9;border:none;border-radius:50%;height:72px;inset:0;margin:auto;position:absolute;width:72px}.video-popup__play-btn svg{height:40px;margin-left:5px;transition:fill .4s ease;width:40px}.video-popup__inline-video{width:min(100vw - 32px,1120px)}.video-popup__card--matterport{padding:0}.video-popup__matterport-iframe{border:0;height:100%;inset:0;position:absolute;width:100%}.video-popup__inline-player{background:#000;display:block;height:auto;max-height:min(80vh,720px);width:100%}@media (max-width:992px){.video-popup__play-btn{height:70px;width:70px}.video-popup__play-btn svg{height:32px;width:32px}}@media (max-width:767px){.video-popup__card{aspect-ratio:auto;height:auto;min-height:400px}.video-popup__content{padding:30px}}@media (max-width:576px){.video-popup__play-btn{height:60px;width:60px}}