@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");@property --x{syntax:"<percentage>";inherits:false;initial-value:0}body,html{padding:0;margin:0;font-family:Manrope,serif;background:radial-gradient(ellipse farthest-corner at var(--x) 0,#fff,#d8e9f9 100%);animation:colorChange 5s infinite alternate}*,:after,:before{box-sizing:inherit}h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}h1,h2,h3,h4,h5,h6{font-weight:700}ol,ul{list-style:none}img{max-width:100%;height:auto}a{color:unset;text-decoration:none}@keyframes colorChange{0%{--x:0%}50%{--x:50%}to{--x:100%}}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;border:none;margin:0;padding:0;width:auto;overflow:visible;color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;cursor:pointer}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}.nav{background-color:var(--off-white);position:-webkit-sticky;position:sticky;top:0;width:100%;height:80px;z-index:1000;box-shadow:0 4px 14px 0 rgba(0,0,0,.15)}.nav_logo{height:60px;width:60px}.nav_logo:hover{cursor:pointer}.nav .nav_content{max-width:900px;padding:0 3rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:100%}.nav_item{display:inline;margin-left:2rem;color:#333}.nav_item:hover{color:black;cursor:pointer}.section_dark{background:#333;color:white}.section_content{max-width:800px;margin:0 auto;padding:40px}.nav_item>.active{border-bottom:1px solid #333}.no-scroll{overflow-y:hidden}.no-cursor{display:none}.active{text-decoration:underline}