@charset "UTF-8";@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Thin.woff2)format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-ThinItalic.woff2)format("woff2");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Light.woff2)format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-LightItalic.woff2)format("woff2");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Italic.woff2)format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Medium.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-MediumItalic.woff2)format("woff2");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Bold.woff2)format("woff2");font-weight:700;font-style:bold;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-BoldItalic.woff2)format("woff2");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-Black.woff2)format("woff2");font-weight:900;font-style:bold;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-BlackItalic.woff2)format("woff2");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Teko;src:url(/fonts/teko/Teko-Light.woff2)format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Teko;src:url(/fonts/teko/Teko-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Teko;src:url(/fonts/teko/Teko-Medium.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Teko;src:url(/fonts/teko/Teko-SemiBold.woff2)format("woff2");font-weight:600;font-style:bold;font-display:swap}@font-face{font-family:Teko;src:url(/fonts/teko/Teko-Bold.woff2)format("woff2");font-weight:700;font-style:bold;font-display:swap}body{display:flex;flex-direction:column;padding:0;margin:0;box-sizing:border-box;color:silver;background-color:#1a1d1e;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;font-size:1rem;height:100vh}body::-webkit-scrollbar{display:none}body a:focus-visible{outline:2px solid #339ed6;outline-offset:2px}body h1,body h2,body h3,body h4,body h5,body h6{font-family:Teko,sans-serif;font-weight:400;font-style:normal;line-height:1;margin:0;scroll-margin-top:80px}body p,body span{font-family:Roboto,sans-serif;font-weight:400;font-style:normal;line-height:1.5}.container{flex:1;background-color:#1a1d1e;width:60%;margin:0 auto}@media only screen and (max-width:750px){.container{width:90%;padding:0}}.skip-link{position:absolute;top:-100%;left:50%;transform:translateX(-50%);background-color:#339ed6;color:#fff;padding:10px 20px;z-index:1000;text-decoration:none;font-family:Roboto,sans-serif;font-weight:500;border-radius:0 0 4px 4px}.skip-link:focus{top:0}header{position:fixed;display:flex;justify-content:space-between;align-items:center;width:100%;background-color:#111;z-index:999}header .navbar{display:flex;align-items:center;height:60px}header .navbar a{display:flex;justify-content:center;align-items:center;color:silver;text-decoration:none;height:100%}header .navbar a.logo{display:flex;justify-content:flex-start;align-items:center;margin:0 20px;height:100%}header .navbar a.logo img{height:40px;aspect-ratio:1;margin-right:8px}header .navbar a.logo span{font-family:Teko,sans-serif;font-size:2.4rem;font-weight:500;margin-top:5px}header .navbar a.nav-item{font-family:Teko,sans-serif;font-size:1.7rem;font-weight:400;min-width:100px}header .navbar a.nav-item:hover{text-decoration:underline;text-decoration-color:#ec5226}header .navbar a.nav-item.active{color:#fff;text-decoration:underline;text-decoration-color:#ec5226}header .navbar a.nav-item:focus-visible{outline:2px solid #339ed6;outline-offset:2px}header .ham-icon{position:relative;display:none;margin:0 1rem;height:50px;width:35px}header .ham-icon:hover{cursor:pointer}header .ham-icon span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:4px;width:100%;background-color:silver;border-radius:25px;transition:.3s ease}header .ham-icon span:nth-child(1){top:25%}header .ham-icon span:nth-child(3){top:75%}header .ham-icon.active span:nth-child(1){top:50%;transform:translate(-50%,-50%)rotate(45deg)}header .ham-icon.active span:nth-child(2){opacity:0}header .ham-icon.active span:nth-child(3){top:50%;transform:translate(-50%,-50%)rotate(-45deg)}@media only screen and (max-width:520px){a.nav-item{display:none!important}.ham-icon{display:flex!important}}.off-screen-menu{position:fixed;top:60px;right:-450px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-size:2rem;width:100%;max-width:450px;height:100%;background-color:#111;transition:.3s ease;z-index:1}.off-screen-menu.active{right:0}.off-screen-menu ul{padding:0;margin:0}.off-screen-menu ul li{list-style:none;color:silver;font-family:Teko,sans-serif;font-size:2.7rem;font-weight:400;margin-bottom:1rem}.off-screen-menu ul li:hover{text-decoration:underline;text-decoration-color:#ec5226}.off-screen-menu ul li a{color:silver;text-decoration:none}.off-screen-menu ul li a.active{color:#fff;text-decoration:underline;text-decoration-color:#ec5226}.off-screen-menu ul li a:focus-visible{outline:2px solid #339ed6;outline-offset:2px}footer{display:flex;justify-content:center;align-items:center;width:100%;padding:20px 0;font-size:12px;font-weight:200;background-color:#1a1d1e}.container{max-width:900px}.search-page{margin-top:25px;padding-top:60px;background-color:#1a1d1e;--pagefind-ui-scale:1;--pagefind-ui-primary:#339ed6;--pagefind-ui-text:#fff;--pagefind-ui-background:#111;--pagefind-ui-border:#c0c0c0;--pagefind-ui-tag:#1a1d1e;--pagefind-ui-border-width:2px;--pagefind-ui-border-radius:0;--pagefind-ui-font:'Roboto', sans-serif}.search-page h1.title{font-size:2.5rem;font-weight:600}.search-page .search-hint{color:silver;font-size:1.1rem;margin-top:5px;margin-bottom:15px}.search-page .pagefind-ui__search-input{height:45px!important;padding:0 70px 0 45px!important;font-size:1rem;border-radius:0!important}.search-page .pagefind-ui__search-input:focus{border-radius:0!important;outline:none!important}.search-page .pagefind-ui__form::before{top:23px!important;transform:translateY(-50%)!important}.search-page .pagefind-ui__search-clear{top:23px!important;height:auto!important;transform:translateY(-50%)!important}.search-page .pagefind-ui__results-area{margin-top:0!important}.search-page .pagefind-ui__result-nested .pagefind-ui__result-link::before{content:'• '!important}.search-page .pagefind-ui__result-link{color:#fff;font-family:Teko,sans-serif;font-size:1.8rem}.search-page .pagefind-ui__result-link:hover{color:#339ed6}.search-page .pagefind-ui__result-excerpt{color:silver;font-size:1rem}