.video-section{display:flex;flex-direction:column;gap:40px}.video-section__heading{display:flex;align-items:center;justify-content:space-between;gap:32px}.video-section__heading .button{min-width:fit-content}@media(max-width:767px){.video-section__heading{flex-direction:column;align-items:flex-start}}.video-section__video-container{width:100%}.video-section__video-container div{width:100%!important;height:auto!important}.video-section__video-container lite-youtube{width:100%;max-width:none;aspect-ratio:16/9;border-radius:24px}.video-section__video-placeholder{width:100%;max-width:none;height:auto;border-radius:24px}.side-image-section{position:relative}.side-image-section .container{display:flex;flex-direction:column;gap:80px}@media(max-width:767px){.side-image-section .container{gap:40px}}.side-image-section:before{position:absolute;z-index:0;top:160px;left:30%;width:420px;aspect-ratio:1/1;background-image:url(/images/misc/quarter-circle.webp);background-repeat:no-repeat;background-size:contain;content:"";opacity:.4}@media(max-width:767px){.side-image-section:before{top:0;right:0;left:auto}}.side-image-section__item{z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px}.side-image-section__item:nth-child(2n){flex-direction:row-reverse}@media(max-width:767px){.side-image-section__item{gap:40px}.side-image-section__item,.side-image-section__item:nth-child(2n){flex-direction:column-reverse}}.side-image-section__text-container{max-width:520px}.side-image-section__text-container .button{margin-top:30px}@media(max-width:991px){.side-image-section__text-container{max-width:40%}}@media(max-width:767px){.side-image-section__text-container{width:100%;max-width:none}}.side-image-section__image-container{max-width:50%}.side-image-section__image-container img{width:100%;height:auto}@media(max-width:767px){.side-image-section__image-container{display:flex;width:100%;max-width:none;justify-content:flex-end}.side-image-section__image-container img{max-width:450px}}.side-image-section__download-button{display:flex;align-items:center;padding:24px;border-radius:12px;background-color:#fff;gap:12px}.side-image-section__download-button svg:nth-child(2){margin-left:auto}