header{width:100vw;position:sticky;top:0;background-color:var(--bg-color);display:flex;justify-content:space-between;padding:.5rem 1rem;height:56.4px;z-index:1}@media screen and (min-width:770px){header{padding:1rem 1.8rem;height:80px}}header .title{font-size:1.75rem;letter-spacing:.05rem;line-height:1.8;cursor:pointer}header .nav-links{display:none;font-size:1.25rem}@media screen and (min-width:770px){header .nav-links{display:flex;flex-direction:column;align-items:flex-end}}header .nav-links a{margin-bottom:1px}@media screen and (min-width:770px){header .mobile-toggle-wrapper{display:none}}header .burger{display:flex;outline:none;width:25px;border:0;padding:0;margin-top:15px;background:transparent;transition:all .25s ease-out;cursor:pointer}header .burger:after,header .burger:before{content:"";width:25px;height:3px;position:absolute;background:#1a1a1a;transition:all .25s ease-out;will-change:transform}header .burger:before{transform:translateY(-4.5px)}header .burger:after{transform:translateY(4.5px)}header .active.burger:before{transform:translateY(0) rotate(45deg)}header .active.burger:after{transform:translateY(0) rotate(-45deg)}.mobile-menu{position:relative;z-index:30}.mobile-menu .overlay{position:fixed;height:100vh;width:100vw;background-color:#fff;opacity:.6}.mobile-menu .container{position:fixed;width:100vw;background-color:var(--bg-color);padding:1rem 2rem;border-bottom:1px solid var(--text-color)}.mobile-menu ul{text-align:right}.mobile-menu li{font-size:1.25rem;margin-bottom:1.25rem}:root{font-family:Neue Haas Grotesk Display Pro;letter-spacing:.04em;font-weight:500;--text-color:#343a40;--bg-color:#fdfcfa;--base-font-size:1.03rem}*{box-sizing:border-box}body{min-height:100vh;margin:0;background-color:var(--bg-color);color:var(--text-color);font-size:var(--base-font-size)}::-moz-selection{color:#fdfcfa;background:#5c4262}::selection{color:#fdfcfa;background:#5c4262}pre{margin:0;font-family:Neue Haas Grotesk Display Pro;white-space:pre-line;white-space:-moz-pre-line;white-space:-pre-line;white-space:-o-pre-line;word-wrap:break-word}h1,h2{font-weight:500;font-size:var(--base-font-size);margin:1.75rem 0}p{line-height:1.4}a{color:var(--text-color);text-decoration:none}a:hover{color:hsla(40,17%,73%,.5);cursor:pointer}.no-hover{color:var(--text-color)!important}button,input{font-size:inherit;font-family:inherit}button:focus:not(:focus-visible){outline:none}div[role=button]{cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media screen and (min-width:770px){div[role=button]:hover{color:hsla(40,17%,73%,.5)}}hr{background:hsla(40,17%,73%,.5);height:1px;border:0;margin:1.8rem 0}sup{font-size:.75rem}sup:middle{vertical-align:middle}ul{padding:0;margin:0}ul.plain-list{list-style-type:none}li.notion-bulleted-list-item{list-style-type:none;display:flex;margin-bottom:1rem;line-height:1.4}li.notion-bulleted-list-item:before{content:"•";margin-right:6.5px}.inline-block{display:inline-block}.page-content{padding:0 1rem}@media(min-width:770px){.page-content{padding:0 3.5rem}.hide-desktop{display:none!important}}.hide-mobile{display:none}@media(min-width:770px){.hide-mobile{display:block}}main{flex:1;display:flex;flex-direction:column;width:100%;margin:0 auto;box-sizing:border-box}@media screen and (min-width:770px){main{padding:.4rem 1.8rem 0}}.arrow{color:#6f513e;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.arrow.desktop{display:none}@media(min-width:770px){.arrow.desktop{display:block;position:fixed;top:49vh}}.arrow.left{padding-left:1rem}@media(min-width:770px){.arrow.left{left:0}}.arrow.right{padding-right:1rem}@media(min-width:770px){.arrow.right{right:0}}.mobile-arrows{position:fixed;bottom:0;width:100%;height:3.5rem;display:flex;align-items:center;justify-content:space-between;background-color:var(--bg-color);z-index:10;-webkit-user-select:none;-moz-user-select:none;user-select:none}.description,.description a{color:#6f513e}.description a:hover{color:hsla(40,17%,73%,.5)}iframe{border:0}