:root{--text-color: #333;--background: #fff;--accent: #2a5298;--accent-gradient: linear-gradient( 90deg, #2a5298 0%, #1e7f5c 60%, #fbb034 100% );--font-text: "Inter", sans-serif;--font-heading: "Poppins", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-text);color:var(--text-color);background:var(--background);line-height:1.6;padding:24px;overflow-y:scroll}.d-block{display:block}.d-flex{display:flex}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.ml-1{margin-left:4px}.ml-2{margin-left:8px}.ml-3{margin-left:12px}.ml-4{margin-left:16px}.list-none{list-style-type:none}.text-center{text-align:center}@media (max-width: 767px){.d-sm-block{display:block!important}video{width:100%!important;max-height:50vh}video.vertical{max-height:60vh}}video{max-width:100%;height:auto;display:block;margin:0 auto;border-radius:8px;background-color:#000}video.vertical{max-height:70vh;width:auto}
