@import "https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;600;700&display=swap";
body{margin:0;padding:0;font-family:Roboto Mono}*{box-sizing:border-box}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6,p{margin:0}.dark-bg{background-color:#25262a}.light-bg{background-color:#2d2e32}.white{color:#fff}.gray{color:#777}.green{color:#4dba87}.flex{flex-direction:row;align-items:center;display:flex}.flex-full{flex:1}.justify-space{justify-content:space-between}section{padding:5rem}button{color:#2d2e32;cursor:pointer;background-color:#4dba87;border:none;border-radius:.2rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600}nav{padding:1.1rem 5rem}nav .logo{font-size:1.5rem;font-weight:600}nav ul li{margin-left:3rem;font-size:.9rem;font-weight:600;list-style-type:none}.header{justify-content:space-between;padding:1.1rem 5rem 0}.header h1{margin:auto;font-size:3rem;font-weight:500}.header p{margin-top:1rem;margin-bottom:2rem;font-size:.8rem;font-weight:500}.header button{cursor:text;margin-bottom:1.5rem}.header a{text-transform:uppercase;cursor:pointer;font-size:1.2rem;font-weight:600;text-decoration:underline}.about-card{border-radius:.5rem;width:90%;margin-top:.5em;padding:2rem}.about-card h3{margin-bottom:.3rem;font-size:1.5rem;font-weight:600}.about-card p{margin-bottom:1rem;font-size:.8rem;font-weight:500}.about-card span{text-transform:uppercase;font-size:.8rem;font-weight:600;text-decoration:underline}.about-text h1{margin-top:1rem;margin-bottom:2rem;font-size:2rem;font-weight:500}.about-text h3{text-align:justify;margin-bottom:1rem;font-size:1.5rem;font-style:italic;font-weight:500}.about-text p{text-align:justify;font-size:1rem;font-weight:500}.partners{padding-top:5rem}footer{padding:2rem 5rem}footer span{text-transform:uppercase;font-size:1rem;font-weight:500}footer ul li{margin-left:1rem;list-style-type:none}@media (max-width:768px){.flex{flex-direction:column;justify-content:center;align-items:center;row-gap:2rem}nav{padding:1rem 2rem;flex-direction:row!important;justify-content:space-between!important}nav ul,nav ul li,.active{display:none}.header{padding:2rem 2rem 0}section{padding:1rem 2rem}.about-card{width:100%}.about-card div{flex-direction:row!important;justify-content:space-between!important}footer ul{column-gap:1rem;flex-direction:row!important}footer ul li{margin-left:0}}
