.video-section{width:100%;margin:0 auto;position:relative;overflow:hidden}.video-section .video-content{max-width:var(--content-box-width);width:90%;margin:0 auto 3em;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2em;position:relative;z-index:2}.video-section .left-video-content{text-align:left;flex:1 1}.video-section .left-video-content .seo-h{color:var(--enh-darkblue)!important;font-size:2.5rem;margin-bottom:1rem}.video-section .left-video-content .watch-button .button-primary{background:var(--enh-darkblue);color:#fff;padding:.7em 1.5em;border-radius:10px;font-size:var(--font-18);display:flex;align-items:center;gap:.5em;border:none;cursor:pointer;transition:all .3s ease}.video-section .left-video-content .watch-button .button-primary:hover{background:var(--enh-darkblue-hover,#0f3c5a);box-shadow:0 4px 12px rgba(0,0,0,.15)}.video-section .right-video-content{flex:1 1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1em;background:var(--enh-lightgray);padding:1em;border-radius:.5em;font-size:var(--font-16)}.video-section .right-video-content .video-description-left{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1em;text-align:left}.video-section .right-video-content .video-description-title{font-size:var(--font-16);font-weight:500;color:var(--enh-darkblue);margin:0}.video-section .right-video-content .video-description-text{font-size:var(--font-16);margin:0}.video-section .right-video-content .video-description-divider{width:1px;height:100%;background:#e2e8f0;margin:0 1em}.video-section .right-video-content .video-description-left .video-logo{width:120px;height:60px}.video-section .right-video-content .video-description-left .video-logo img{width:100%;height:100%;object-fit:contain}.video-section .right-video-content .video-description-right{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1em}.video-section .right-video-content .video-description-right ul{list-style:none;padding:0;margin:0}.video-section .right-video-content .video-description-right li{margin-bottom:.75em}.video-section .right-video-content .video-description-right li p{display:flex;align-items:flex-start;gap:.5em;margin:0}.video-section .video-container{width:100%;max-height:60dvh;aspect-ratio:16/9;position:relative;overflow:hidden;margin-bottom:2rem}.video-section .video-container .animation-video,.video-section .video-container .video-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.video-section .video-container .video-placeholder img{width:100%;height:100%;object-fit:cover}.video-section .video-container:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(0deg,#fff,hsla(0,0%,100%,0));z-index:2;pointer-events:none}.video-section .video-container .left-gradient{position:absolute;top:0;left:0;width:25%;height:100%;background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0));z-index:2;pointer-events:none}.video-section .video-container .right-gradient{position:absolute;top:0;right:0;width:25%;height:100%;background:linear-gradient(270deg,#fff,hsla(0,0%,100%,0));z-index:2;pointer-events:none}@media (max-width:768px){.video-section .video-container:before{height:20%}.video-section .video-container .left-gradient,.video-section .video-container .right-gradient{display:none}}.video-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000}.video-popup-container{position:relative;width:80%;max-width:1200px;background-color:#000;border-radius:8px;overflow:hidden}.close-button{position:absolute;top:10px;right:10px;width:30px;height:30px;background-color:rgba(0,0,0,.5);color:#fff;border:none;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10}.close-button:hover{background-color:rgba(0,0,0,.7)}.video-popup-content{position:relative;padding-top:56.25%;width:100%}.video-popup-content #youtube-player,.video-popup-content video{position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width:1200px){.video-section .video-content{width:95%}.video-popup-container{width:90%}}@media (max-width:1000px){.video-section .video-content{flex-direction:column;gap:2em}.video-section .right-video-content{width:100%}}@media (max-width:768px){.video-section .left-video-content .seo-h{font-size:2rem}.video-section .right-video-content{flex-direction:column;align-items:flex-start}.video-section .right-video-content .video-description-divider{width:100%;height:1px;margin:1em 0}.video-section .right-video-content .video-description-left,.video-section .right-video-content .video-description-right{width:100%}.video-popup-container{width:95%}}@media (max-width:480px){.video-section .left-video-content .seo-h{font-size:1.75rem}.video-section .video-container{height:75vw}}