/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:"Century Gothic";src:url(CenturyGothic.42797046622fea43.ttf);font-weight:normal}@font-face{font-family:"Century Gothic";src:url(CenturyGothicBold.b0495c5986d8c7d1.ttf);font-weight:bold}@font-face{font-family:"Century Gothic";src:url(CenturyGothicBoldItalic.be0f97c0d807a5fc.ttf);font-weight:bold;font-style:italic}@font-face{font-family:"Century Gothic";src:url(CenturyGothicItalic.b122ea0ae1792669.ttf);font-weight:normal;font-style:italic}@font-face{font-family:"Aeonik";src:url(Aeonik-Regular.5b669cab47bf3c0e.otf);font-weight:400}@font-face{font-family:"Aeonik";src:url(Aeonik-Medium.0a020be8e05fa90a.otf);font-weight:500}@font-face{font-family:"Aeonik";src:url(Aeonik-Bold.7afab44b9ec02694.otf);font-weight:700}@font-face{font-family:"Avenir Next Condensed";src:url(AvenirNextCondensed-Regular.672f775d54392b13.ttf);font-weight:400}@font-face{font-family:"Avenir Next Condensed";src:url(AvenirNextCondensed-Medium.e5cf09a08efcb03c.ttf);font-weight:500}@font-face{font-family:"Avenir Next Condensed";src:url(AvenirNextCondensed-Bold.1dd842b1deed569c.ttf);font-weight:700}@font-face{font-family:"Avenir Next Condensed";src:url(AvenirNextCondensed-UltraLight.c2905842f85232b8.ttf);font-weight:200}*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary-dim: rgb(103, 91, 66);--color-primary: rgb(255, 255, 255);--color-text: white;--color-gray: rgb(83, 80, 74);--color-black: black;--border-radius: 15px;--nav-width: 200px}h1,h2,h3,h4,h5,h6{font-weight:normal;color:#fff;color:var(--color-primary)}body{font-family:"Century Gothic",sans-serif;background:black;background:var(--color-black);color:#fff;color:var(--color-text);overflow-x:hidden}p{line-height:1.5;margin-bottom:15px}a[href]{color:#588bae}.fs-image{height:100vh;background-position:center;background-repeat:no-repeat;background-size:cover}.color-primary{color:#675b42;color:var(--color-primary-dim)}body{position:relative}.nav-container{position:absolute;z-index:1000;height:100%}nav.sidenav{height:100vh;width:200px;width:var(--nav-width);margin-top:100vh;padding:50px 25px;position:-webkit-sticky;position:sticky;top:0;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#000c}nav.sidenav .chapter-indicator{cursor:pointer}nav.sidenav .chapter-indicator:hover,.chapter-indicator.active{color:#675b42;color:var(--color-primary-dim)}.chapter-indicator{text-align:center;padding:25px 0}.nav-vr{border-left:2px solid rgb(83,80,74);border-left:2px solid var(--color-gray);flex:1.5;width:0}.nav-vr:first-child,.nav-vr:last-child{flex:2.5}i.arrow{border:solid white;border-width:0 4px 4px 0;display:inline-block;padding:8px}i.arrow.down{transform:rotate(45deg);-webkit-transform:rotate(45deg)}i.arrow.left{transform:rotate(135deg);-webkit-transform:rotate(135deg)}i.arrow.up{transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}i.arrow.right{transform:rotate(-46deg);-webkit-transform:rotate(-46deg)}@media only screen and (max-width: 1380px){*{--nav-width: 150px}nav.sidenav{font-size:1em;padding:50px 5px}}@media only screen and (max-width: 900px){*{--nav-width: 75px}nav.sidenav{font-size:.75em;padding:50px 5px}}
