.videos-carousel-container{max-width:1440px;padding:80px 40px;margin:0 auto;}.videos-carousel-header{display:flex;flex-direction:column;grid-gap:24px;gap:24px;margin:0 180px;text-align:center;}.videos-carousel-subtitle{margin:0;}.videos-carousel-subtitle +.videos-carousel-title{margin:0;}.videos-carousel-wrapper{margin-top:50px;}.videos-carousel-slider-wrapper{justify-content:center;}.videos-carousel-slide{width:calc(20% - 12px);}.videos-carousel-slide:not(:first-child){margin-left:15px;}.videos-carousel-slide-img-wrap{position:relative;aspect-ratio:260/434;border-radius:10px;overflow:hidden;cursor:pointer;}.video-play-asset{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .3s ease-in-out;}.videos-carousel-slide-image{width:100%;height:100%;object-fit:cover;}.videos-carousel-slider >.swiper-scrollbar{position:static;width:100%;height:4px;background:var(--border-color);margin-top:32px;}.videos-carousel-slider >.swiper-scrollbar .swiper-scrollbar-drag{background:var(--tertiary-color);}.video-modal{--aspect-ratio:16/9;--max-height:calc(100vh - 60px);position:fixed;top:0;left:0;right:0;z-index:99;visibility:visible;opacity:1;display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;background:rgba(0,0,0,.5);transition:.15s ease-in-out;}.video-modal.hidden{visibility:hidden;opacity:0;}.video-modal-inner{width:auto;max-width:850px;max-height:100%;margin:0 15px;overflow:auto;}.video-modal-wrapper{position:relative;z-index:101;width:calc(var(--max-height) * var(--aspect-ratio));max-width:100%;padding:0;margin:30px auto 0;}.video-modal-content{position:relative;max-height:var(--max-height);aspect-ratio:var(--aspect-ratio);border-radius:10px;overflow:hidden;}.video-modal-content video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;}.video-modal-content iframe{position:absolute;width:100%;height:100%;border:0;}.video-modal-close{position:absolute;bottom:calc(100% + 5px);right:0;display:flex;align-items:center;justify-content:center;width:25px;height:25px;text-align:center;font-size:22px;line-height:23px;color:var(--white);cursor:pointer;}.video-modal-close svg{width:25px;}.video-modal-close:active{color:var(--secondary-color);}@media (max-width:834px){.video-modal-content{border-radius:8px;}.videos-carousel-container{padding:48px 24px;overflow:hidden;}.videos-carousel-header{grid-gap:18px;gap:18px;margin:0;}.videos-carousel-wrapper{margin-top:32px;}.videos-carousel-slider-wrapper{justify-content:flex-start;}.videos-carousel-slider{overflow:visible;}.videos-carousel-slide{width:74.359%;}.videos-carousel-slide:not(:first-child){margin-left:8px;}.videos-carousel-slide-img-wrap{aspect-ratio:232/387;border-radius:8px;}}@media (min-width:835px){.videos-carousel-slider >.swiper-scrollbar{display:none;}}@media (hover:hover){.videos-carousel-slide-img-wrap:hover .video-play-asset{transform:translate(-50%,-50%) scale(1.1);}.video-modal-close:hover{color:var(--secondary-color);}}
