.video_highlights{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"title btn" "list list";row-gap:30px}.video_highlights__top,.video_highlights__top-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.video_highlights__top{grid-area:title}.video_highlights__top-icon{background:var(--theme-page-icon-bg);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:16px;width:40px;height:40px;border-radius:10px}.video_highlights__top-icon svg path{color:var(--theme-page-icon-color)}.video_highlights__top-title{margin-right:auto;margin-bottom:0}.video_highlights .btn{grid-area:btn;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;justify-self:flex-end}.video_highlights .btn svg path{stroke:var(--theme-default-elements-color)}.video_highlights__list{grid-area:list;display:grid;grid-template-columns:repeat(3,minmax(300px,490px));gap:30px;scrollbar-width:none}.video_highlights__video{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;max-width:490px;cursor:pointer}.video_highlights__video:hover .video_highlights__video-img-play{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.video_highlights__video-img{position:relative;height:331px;border-radius:20px;overflow:hidden}.video_highlights__video-img-backdrop{background:rgba(0,0,0,.4);position:absolute;top:0;left:0;width:100%;height:100%}.video_highlights__video-img-play{position:absolute;bottom:14px;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1;-webkit-transition:all .2s;transition:all .2s}.video_highlights__video-img-play svg{border-radius:50%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.video_highlights__video-img iframe,.video_highlights__video-img-content{width:100%;height:100%}.video_highlights__video-img-content img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video_highlights__video-img-time{background:rgba(255,255,255,.1019607843);position:absolute;bottom:21px;right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:4px 10px;border-radius:50px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1}.video_highlights__video-img-time span{font-size:16px;line-height:22px;color:#fdfdfd}.video_highlights__video-modal{background:rgba(0,0,0,.6);position:fixed;top:0;left:0;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100vw;height:100vh;z-index:100000;cursor:default}.video_highlights__video-modal.active{display:-webkit-box;display:-ms-flexbox;display:flex}.video_highlights__video-modal-close,.video_highlights__video-modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.video_highlights__video-modal-close{background:var(--theme-default-elements-color);position:absolute;top:-20px;right:-20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:5px;border-radius:50%;cursor:pointer}.video_highlights__video-modal iframe{width:800px;height:500px}.video_highlights__video-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px}.video_highlights__video-date{font-size:16px;color:var(--theme-section-secondary-text-color)}@media screen and (max-width:991px){.video_highlights{grid-template-columns:1fr;grid-template-areas:"title" "list" "btn";row-gap:24px}.video_highlights .btn{width:-webkit-fill-available}.video_highlights__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:auto;padding-bottom:0}.video_highlights__video:hover .video_highlights__video-img-play{-webkit-transform:none;-ms-transform:none;transform:none}.video_highlights__video{max-width:320px}.video_highlights__video-img-play{left:12px;bottom:8px}.video_highlights__video-img-time{right:12px;bottom:19px}.video_highlights__video-img-time span{font-size:14px;line-height:20px}.video_highlights__video-img{width:320px;height:250px}.video_highlights__video-modal iframe{width:100%;height:auto}}