:root{--green:#959885;--pink:#d1a37f;--blue:#667d8f;--maxWidth:700}@font-face{font-family:Open Sans;src:url(/fonts/OpenSans/OpenSans-VariableFont_wdth,wght.ttf) format("truetype");font-display:swap;font-weight:100 700}@font-face{font-family:KnyteSubtitle;src:url(/fonts/KnyteSubtitle.ttf)}@font-face{font-family:GillSansHeavy;src:url("/fonts/Gill Sans Heavy.otf")}@font-face{font-family:GillSansLight;src:url("/fonts/Gill Sans Light.otf")}html{max-width:100vw;font-family:Open Sans,sans-serif;background-image:url(/background.svg);background-position:0 0;background-size:cover;background-repeat:repeat;background-attachment:fixed;line-height:1.3em}h1,h2,h3,h4{line-height:normal}body,html{background-color:gray;display:flex;flex-direction:column}body{max-width:calc(var(--maxWidth) * 1px);width:min(100vw,calc(var(--maxWidth) * 1px));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:auto;background-color:#fff;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 0 20px 0 rgba(0,0,0,.19)}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none;font-weight:700}header{position:relative}main{padding:1em;flex:1 1;min-height:300px}footer{color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center}footer a{font-weight:400}p{margin-top:1em}ul{margin-left:1em}h1{margin:.3em 0 .7em}h1,h2{color:var(--pink)}h2{margin-top:1em}h3{margin:1em 0 .3em}.styledList{background-color:#faf4ef;padding:1em;width:calc(100% + 2em);margin:1em -1em}.styledList ol{list-style:none;counter-reset:list-counter;padding-left:0;position:relative;margin-top:2em}.styledList ol li{counter-increment:list-counter;margin:0 0 20px 10px;position:relative;padding:10px 0 10px 50px}.styledList ol li:before{content:counter(list-counter);position:absolute;left:0;top:5px;width:30px;height:30px;border-radius:50%;color:#fff;text-align:center;line-height:30px;font-weight:700}.styledList ol li:after{content:"";position:absolute;left:13px;top:35px;width:4px;height:calc(100% + 10px)}.styledList ol li:last-child:after{display:none}.styledList ol li:first-child:after,.styledList ol li:first-child:before{background-color:#e1ccb5}.styledList ol li:nth-child(2):after,.styledList ol li:nth-child(2):before{background-color:#dca99f}.styledList ol li:nth-child(3):after,.styledList ol li:nth-child(3):before{background-color:#e29b2f}.styledList ol li:nth-child(4):after,.styledList ol li:nth-child(4):before{background-color:#bc704d}.styledList ol li:nth-child(5):after,.styledList ol li:nth-child(5):before{background-color:#c7521c}