.video-section{padding:125px 0}.video-section__row{display:flex;flex-direction:column;gap:48px}.video-section__heading-col{align-items:center;display:flex;flex-direction:column;gap:12px;text-align:center}.video-section__kicker{background:var(--gray-200,#f2f1f1);border-radius:50px;color:var(--gray-500,#676363);font-family:CircularXX,sans-serif;font-size:20px;font-weight:700;line-height:1.5;padding:0 12px}.video-section__heading{color:var(--content-text-primary,#1c1c1c);font-size:40px;font-weight:700;line-height:1.35;margin-bottom:12px;text-align:center}.video-section__description{color:var(--content-text-secondary,#4b4545);font-size:20px;letter-spacing:.15px;line-height:1.5}.video-section__video-wrap{aspect-ratio:16/9.15;border:1.5px solid var(--gray-500,#676363);border-radius:24px;display:flex;overflow:hidden;width:100%}.video-section__video-iframe{height:100%;object-fit:cover;width:100%}.video-section__empty-state{align-items:center;background:var(--gray-200,#f2f1f1);color:var(--gray-500,#676363);display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center;width:100%}.video-section__empty-state p{font-size:16px;font-weight:500;margin:0}@media (min-width:1024px){.video-section__container{max-width:1136px}}@media (max-width:1199px){.video-section__video-wrap{border-radius:4px}}@media (max-width:991px){.video-section{padding:100px 0}.video-section__video-wrap{aspect-ratio:16/8.88}}@media (max-width:575px){.video-section{padding:80px 0}.video-section__kicker{margin-bottom:12px}.video-section__heading{font-size:28px;letter-spacing:-.1px}.video-section__description{font-size:18px;letter-spacing:.12px}.video-section__video-wrap{aspect-ratio:16/8.8}}