.video_section{background-repeat:no-repeat;display:flex;flex-direction:column;overflow:hidden;padding-bottom:var(--vertical_spacing);padding-top:var(--vertical_spacing);position:relative;z-index:9}.video_section .overlay{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.video_section .content-wrapper{position:relative;z-index:9}.video_section .bg_collection{background-color:var(--secondary_color);bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.video_section .bg_collection .bg_varient{height:100%;width:100%}.video_section .bg_collection .bg_overlay{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.video_section .bg_collection .video_bg{height:100%;object-fit:cover;object-position:center;width:100%}.video_section .btn_sec{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}.video_section .video-section-mod__grid{display:grid;gap:24px;grid-template-columns:1fr}.video_section .video-section-mod__grid--cols-2{grid-template-columns:repeat(2,1fr)}.video_section .video-section-mod__grid--cols-3{grid-template-columns:repeat(3,1fr)}@media (max-width:991px){.video_section .video-section-mod__grid--cols-2,.video_section .video-section-mod__grid--cols-3{grid-template-columns:1fr}}.video_section .video-section-mod__item{width:100%}.video_section .video-section-mod__frame{aspect-ratio:16/9;background-color:#000;border-radius:12px;overflow:hidden;position:relative;width:100%}.video_section .video-section-mod__iframe,.video_section .video-section-mod__video{border:0;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.video_section .video-section-mod__click-layer{background:transparent;cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.video_section .video-section-mod__play-btn{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;height:80px;justify-content:center;left:50%;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .2s ease,opacity .2s ease;width:80px;z-index:3}.video_section .video-section-mod__play-btn:hover{transform:translate(-50%,-50%) scale(1.06)}.video_section .video-section-mod__play-btn svg{height:100%;width:100%}.video_section .video-section-mod__play-btn[data-visible=false]{opacity:0;pointer-events:none}.video_section .video-section-mod__mute-btn{align-items:center;background:rgba(0,0,0,.45);border:none;border-radius:50%;bottom:16px;cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;position:absolute;right:16px;transition:background .2s ease;width:36px;z-index:4}.video_section .video-section-mod__mute-btn:hover{background:rgba(0,0,0,.65)}.video_section .video-section-mod__mute-btn .video-section-mod__icon{align-items:center;display:none;height:20px;justify-content:center;width:20px}.video_section .video-section-mod__mute-btn .video-section-mod__icon svg{height:100%;width:100%}.video_section .video-section-mod__mute-btn .video-section-mod__icon--muted{display:flex}.video_section .video-section-mod__item[data-muted=false] .video-section-mod__icon--muted{display:none}.video_section .video-section-mod__item[data-muted=false] .video-section-mod__icon--unmuted{display:flex}@media (prefers-reduced-motion:reduce){.video_section .video-section-mod__mute-btn,.video_section .video-section-mod__play-btn{transition:none}}@media(max-width:1024px){.video_section .video-section-mod__play-btn{height:60px;width:60px}}@media(max-width:767px){.video_section .video-section-mod__play-btn{height:50px;width:50px}}@media(max-width:580px){.video_section .video-section-mod__play-btn{height:40px;width:40px}}