.video__body{text-align:center}.video .video__body{margin-bottom:52px;text-align:center}.video_full-wrap{aspect-ratio:16/9;background:#000;border-radius:16px;box-shadow:0 0 0 1px hsla(0,0%,100%,.02),0 40px 100px rgba(107,78,255,.12),0 20px 40px rgba(0,0,0,.2);margin:0 auto;max-width:750px;overflow:hidden;position:relative}.videos{display:grid;gap:10px}.videos--1{grid-template-columns:1fr;margin:0 auto;max-width:450px}.videos.videos--landscape.videos--1{max-width:750px}.videos--2{grid-template-columns:repeat(2,1fr)}.videos--3{grid-template-columns:repeat(3,1fr)}.videos--4{grid-template-columns:repeat(4,1fr)}.videos.videos--landscape .video_full-wrap{aspect-ratio:16/9;max-width:100%}.videos.videos--landscape.videos--4{grid-template-columns:repeat(3,1fr)}.videos.videos--portrait .video_full-wrap{aspect-ratio:9/14}.video_full-wrap iframe,.video_full-wrap video{height:100%;object-fit:cover;width:100%}.video_full-wrap video.open{display:block;position:relative;z-index:2}.video_full-wrap video:fullscreen{object-fit:contain}.video__poster{align-items:center;display:flex;flex-direction:column;gap:16px;inset:0;justify-content:center;position:absolute;z-index:1}.video__poster-bg{background-image:radial-gradient(ellipse 70% 60% at 50% 50%,rgba(107,78,255,.18) 0,transparent 70%);inset:0;position:absolute}.play-btn-lg{align-items:center;animation:pulse-ring 2.4s ease-out infinite;background:#673ab6;border-radius:50%;box-shadow:0 0 0 0 rgba(107,78,255,.5);cursor:pointer;display:flex;height:88px;justify-content:center;position:relative;transition:transform .2s,box-shadow .2s;width:88px}.play-btn-lg:hover{box-shadow:0 8px 30px rgba(107,78,255,.5);transform:scale(1.08)}.videos.videos--landscape.videos--3 .play-btn-lg,.videos.videos--landscape.videos--4 .play-btn-lg{height:44px;width:44px}.videos.videos--landscape.videos--3 .play-btn-lg svg,.videos.videos--landscape.videos--4 .play-btn-lg svg{height:20px;width:20px}@keyframes pulse-ring{0%{box-shadow:0 0 0 0 rgba(107,78,255,.55)}70%{box-shadow:0 0 0 24px rgba(107,78,255,0)}to{box-shadow:0 0 0 0 rgba(107,78,255,0)}}.play-btn-lg svg{margin-left:4px}.video__caption{align-items:center;background:linear-gradient(0deg,rgba(0,0,0,.85) 0,transparent);bottom:0;display:flex;gap:16px;justify-content:space-between;left:0;padding:36px;position:absolute;right:0}.video__caption-text{color:#fff;font-size:15px;font-weight:600}.video__caption-sub{color:hsla(0,0%,100%,.55);font-size:12px;font-weight:400;margin-top:3px}.video__duration{backdrop-filter:blur(8px);background:hsla(0,0%,100%,.1);border-radius:8px;color:#fff;font-size:12px;font-weight:600;letter-spacing:.06em;padding:5px 12px}.videos.videos--landscape.videos--3 .video__caption{padding:16px}@media (max-width:1024px){.videos--3,.videos--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.videos--2,.videos--3,.videos--4{grid-template-columns:1fr}.videos--portrait .video_full-wrap{max-width:100%}.play-btn-lg{height:44px;width:44px}.play-btn-lg svg{height:20px;margin-left:4px;width:20px}.video__caption{padding:15px 20px}.videos.videos--portrait.videos--3{gap:10px;grid-template-columns:repeat(2,1fr)}.video__body h2{margin:0}}@media (min-width:1024px){.video{opacity:0;transform:translateY(-30px);transition:opacity .8s ease-out,transform .8s ease-out}.video.in-view{opacity:1;transform:translateY(0)}}