:root{--background:#fff;--foreground:#171717}html,body{max-width:100vw;height:100vh;overflow-x:hidden;overflow-y:auto}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Montserrat,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}#__next{display:block}.flagged-code{justify-content:space-between;align-items:"center";min-width:60px;max-width:60px;display:flex}.flagged-code img{filter:drop-shadow(1px 1px 1px rgba(0,0,0,.5));max-width:28px;max-height:22px}.hover-line:after{content:"";background:#06923e;width:0;height:2px;transition:width .4s,background-color .4s;display:block}.hover-line:hover:after{width:100%;transition-delay:.3s}.scroll-target{scroll-margin-top:78px}.required{margin:8px 0;position:relative}.required:after{content:"*";color:red;font-size:20px;position:absolute;top:-10px;right:0}
