@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&display=swap);:root{--text-color:#5f5f61;--gray-bg-color:#f3f3f3;--primary-orange:#d85d1a}html{scroll-behavior:smooth!important}body{background-color:#fff;color:var(--text-color);font-family:Barlow}#homepage h1,h2,h3,h4,h5,h6{font-family:Barlow;font-weight:600;color:var(--text-color)}#homepage #video-section{display:flex;align-items:center;justify-content:center}#orange{color:var(--primary-orange);margin-bottom:20px;margin-top:25px}#homepage ul{list-style:none;display:flex;flex-direction:column;margin-bottom:25px;margin-top:25px}#homepage ul li{margin-left:15px;display:flex;align-items:center;gap:5px}#homepage ul li span{margin-right:6px;font-size:20px}.footer{max-width:70%}@media (max-width:768px){#orange{margin-top:5px}}