.video-popup{box-sizing:border-box;width:100%}.video-popup__container{margin:0 auto;max-width:1200px;padding:0}.video-popup__link{border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.15);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__link:hover{box-shadow:0 20px 40px rgba(0,0,0,.25)}.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;height:100%;left:0;position:absolute;top:0;transition:transform .6s cubic-bezier(.165,.84,.44,1);width:100%}.video-popup__link:hover .video-popup__bg{transform:scale(1.05)}.video-popup__overlay{height:100%;left:0;position:absolute;top:0;transition:opacity .4s ease;width:100%;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{backdrop-filter:blur(5px);background-color:hsla(0,0%,100%,.1);border-radius:50%;height:90px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),background-color .4s ease;width:90px}.video-popup__link:hover .video-popup__play-btn{background-color:hsla(0,0%,100%,.2);transform:scale(1.15)}.video-popup__play-btn svg{height:40px;margin-left:5px;transition:fill .4s ease;width:40px}@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}}