.frame-window{position:relative;z-index:10;overflow:hidden;width:100%;height:244px;border:1px solid #171717;border-bottom:none;border-radius:1rem 1rem 0 0}.frame-window .wrapper{position:relative;width:100%;height:100%;overflow:hidden;border-radius:inherit}.frame-window .background-video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.frame-window .wrp-image{width:100%;height:100%}.frame-window .wrp-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.frame-window .video-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background-color:rgba(0,0,0,.6)}.frame-window .video-overlay--gradient{background:linear-gradient(180deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.8) 100%)}.frame-window .video-overlay--radial{background:radial-gradient(ellipse at center,rgba(0,0,0,.3) 0,rgba(0,0,0,.7) 100%)}.frame-window .video-overlay--blur{background-color:rgba(0,0,0,.4);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.frame-window .video-overlay--brand{background:linear-gradient(135deg,rgba(0,0,0,.7) 0,rgba(var(--bs-primary-rgb),.3) 100%)}.frame-window .content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;color:#fff}.section-video-bg{position:relative;min-height:60vh;display:flex;align-items:center;overflow:hidden}.section-video-bg .image-background,.section-video-bg .video-background{position:absolute;inset:0;z-index:0}.section-video-bg .image-background img,.section-video-bg .image-background video,.section-video-bg .video-background img,.section-video-bg .video-background video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-video-bg .video-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.8) 100%);pointer-events:none}.section-video-bg .section-content{position:relative;z-index:2}@media (min-width:768px){.frame-window{height:400px}.section-video-bg{min-height:70vh}}@media (min-width:992px){.frame-window{height:500px}}@media (min-width:1400px){.frame-window{height:600px}}@media (min-width:1921px){.frame-window{height:320px}.section-video-bg{min-height:50vh}}@media (prefers-reduced-motion:reduce){.frame-window .background-video,.section-video-bg .background-video{display:none}.frame-window .video-background,.frame-window .wrapper,.section-video-bg .video-background,.section-video-bg .wrapper{background-size:cover;background-position:center}}.frame-window--overlay-light .video-overlay{background-color:rgba(0,0,0,.3)}.frame-window--overlay-medium .video-overlay{background-color:rgba(0,0,0,.5)}.frame-window--overlay-heavy .video-overlay{background-color:rgba(0,0,0,.7)}.frame-window--ratio{height:auto}.frame-window--ratio .wrapper{height:0;padding-bottom:56.25%}@media (max-width:767px){.frame-window--ratio .wrapper{padding-bottom:75%}}.frame-window--ratio .background-video,.frame-window--ratio .content,.frame-window--ratio .video-overlay,.frame-window--ratio .wrp-image{position:absolute;inset:0;height:100%}.frame-window--borderless{border:none;border-radius:1rem}.frame-window--rounded{border-radius:1rem}