.video-section{background:var(--gradient-to-top-right-light-dark);padding:120px 0;position:relative;overflow:hidden}.video-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--color-light-blue),transparent);opacity:.5}.video-section:after{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(circle at top right,rgba(24,173,242,.08) 0,transparent 60%);pointer-events:none}.video-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.video-title{font-size:3.5rem;font-weight:800;text-align:center;margin-bottom:2.5rem;color:var(--color-white);font-family:Poppins,sans-serif;letter-spacing:.02em}.video-subtitle{text-align:center;color:var(--color-pale-gray);font-size:1.25rem;line-height:1.8;font-weight:300;margin:-1.25rem auto 4rem;max-width:900px}.video-embedWrapper{position:relative;width:100%;max-width:900px;margin:0 auto;padding-bottom:50.625%;height:0;overflow:hidden;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.3);display:flex;justify-content:center;align-items:center}.video-embedWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:12px}@media (max-width:768px){.video-section{padding:80px 0}.video-container{padding:0 1.5rem}.video-title{font-size:2.25rem;margin-bottom:2.5rem}.video-subtitle{font-size:1.1rem;margin:-1rem auto 3rem;padding:0 .5rem}.video-embedWrapper{max-width:100%}}@media (max-width:480px){.video-section{padding:60px 0}.video-container{padding:0 1rem}.video-title{font-size:1.75rem;margin-bottom:2rem}.video-subtitle{font-size:1rem;margin:-.75rem auto 2.5rem}}