@charset "UTF-8";.video-modal{display:flex;flex-direction:column;flex-wrap:wrap;width:100vw;height:100vh;top:0;left:0;margin-top:0!important;position:fixed;z-index:300;padding:16px;background:rgba(248,246,250,.8);align-items:center;flex-wrap:nowrap;gap:32px;justify-content:center;overflow-y:auto;transition:.7s opacity cubic-bezier(0,0,.3,1)}@media (max-height:800px){.video-modal{justify-content:flex-start}}.video-modal__content{width:100%;max-width:1080px;position:relative;padding-top:100px;padding-left:16px;padding-right:16px;z-index:10}.video-modal__controls{position:absolute;top:30px;right:0;margin-bottom:24px}@media screen and (min-width:1300px){.video-modal__controls{right:-60px}}.video-modal__embed{box-shadow:25px 25px 60px rgba(72,39,110,.15);border-radius:24px;padding:56.25% 0 0 0;position:relative;top:20px;opacity:0;overflow:hidden;background:#fff;transition:240ms all cubic-bezier(0,0,.3,1)}.video-modal iframe{position:absolute;top:0;left:0;width:100%;height:100%}.video-modal__utilities{width:100%;top:20px;opacity:0;position:relative;padding:16px;transition:240ms all cubic-bezier(0,0,.3,1);transition-delay:50ms}.video-modal__shape{opacity:.4;position:absolute;z-index:-1}.video-modal__shape--1{bottom:0;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.video-modal__shape--1 path{fill:#48276e}.video-modal__shape--2{bottom:13px;left:56px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.video-modal__shape--2 path{fill:#00ffd0}.video-modal__shape--3{opacity:1;top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.video-modal__shape--3 path{fill:#fff}.video-modal--hidden{display:none}.video-modal--visually-hidden{opacity:0}.video-modal--reveal{display:flex}.video-modal--reveal .video-modal__embed,.video-modal--reveal .video-modal__utilities{top:0;opacity:1}