@import "https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400&display=swap";
:root,[data-theme=light]{--bg-color:#fff;--bg-grey:#f5f5f5;--grey:#f5f5f5;--text-color:#000;--blue:#007aff;--blue-hover:#006ee6;--green:#34c759;--green-hover:#2fb350;--indigo:#5856d6;--indigo-hover:#4441d1;--orange:#ff9500;--orange-hover:#e68600;--red:#ff3b30;--red-hover:#ff2317;--dark:#333;--dark-hover:#262626;--lightness-hsl:90%}[data-theme=dark]{--bg-color:#000;--bg-grey:#333;--grey:#333;--text-color:#fff;--blue:#0a84ff;--blue-hover:#2491ff;--green:#30d158;--green-hover:#45d669;--indigo:#5856d6;--indigo-hover:#6c6bdb;--orange:#ff9f0a;--orange-hover:#ffa924;--red:#ff453a;--red-hover:#ff5d54;--dark:#333;--dark-hover:#404040;--lightness-hsl:20%}.bg-blue{background:var(--blue)!important}.bg-green{background:var(--green)!important}.bg-indigo{background:var(--indigo)!important}.bg-orange{background:var(--orange)!important}.bg-red{background:var(--red)!important}.bg-dark{background:var(--dark)!important}.bg-grey{background:var(--grey)!important}.blockquote{background:hsl(0, 0%, var(--lightness-hsl));color:var(--text-color);margin-left:0;margin-right:0;padding:1rem 1.5rem 2rem;line-height:1;overflow-x:auto}.blockquote :last-child{margin-bottom:0}.blockquote-blue{border-left:.3rem solid var(--blue)}.blockquote-green{border-left:.3rem solid var(--green)}.blockquote-indigo{border-left:.3rem solid var(--indigo)}.blockquote-orange{border-left:.3rem solid var(--orange)}.blockquote-red{border-left:.3rem solid var(--red)}.blockquote-dark{border-left:.3rem solid var(--dark)}.blockquote-grey{border-left:.3rem solid var(--grey)}.btn{color:#fff;cursor:pointer;border-color:#0000;border-radius:5px;margin-top:10px;padding:1rem 1.5rem;font-weight:400;text-decoration:none;display:inline-block}.btn-rounded{border-radius:30px}.btn-lg{padding:1rem 2.5rem;font-size:1.4em}.btn-block{width:100%;margin:.4em 0;display:block}.btn-link{color:inherit;background:0 0!important}.btn-light{color:var(--dark);background:#fff}.btn-light:hover{background:var(--grey)}.btn-blue{background:var(--blue);border:.5px solid var(--blue)}.btn-blue:hover{background:var(--blue-hover);border:.5px solid var(--blue-hover)}.btn-green{background:var(--green);border:.5px solid var(--green)}.btn-green:hover{background:var(--green-hover);border:.5px solid var(--green-hover)}.btn-indigo{background:var(--indigo);border:.5px solid var(--indigo)}.btn-indigo:hover{background:var(--indigo-hover);border:.5px solid var(--indigo-hover)}.btn-orange{background:var(--orange);border:.5px solid var(--orange)}.btn-orange:hover{background:var(--orange-hover);border:.5px solid var(--orange-hover)}.btn-red{background:var(--red);border:.5px solid var(--red)}.btn-red:hover{background:var(--red-hover);border:.5px solid var(--red-hover)}.btn-dark{background:var(--dark);border:.5px solid var(--dark)}.btn-dark:hover{background:var(--dark-hover);border:.5px solid var(--dark-hover)}.btn-grey{background:var(--grey);border:.5px solid var(--grey)}.btn-grey:hover{background:var(--grey-hover);border:.5px solid var(--grey-hover)}button:disabled{opacity:.8;color:#fff;border:unset;background:gray}button:disabled:hover{border:unset;background:gray}.card{border:.1rem solid hsl(0, 0%, var(--lightness-hsl));width:100%;margin:auto}.card .card-body{background:var(--bg-color);color:var(--text-color);padding:4rem 2rem}.card .card-body img{width:100%}.card-hover:hover{-webkit-box-shadow:0 4px 8px 0 hsl(0, 0%, var(--lightness-hsl));box-shadow:0 4px 8px 0 hsl(0, 0%, var(--lightness-hsl));-o-transition:.3s;transition:all .3s}code{background:hsl(0, 0%, var(--lightness-hsl));color:var(--text-color);white-space:nowrap;margin:0 .3rem;padding:.1rem .5rem;font-size:.95em}pre{background:hsl(0, 0%, var(--lightness-hsl));overflow-y-white-space:pre-line;overflow-y:hidden}pre .pre-blue{border-left:.3rem solid var(--blue)}pre .pre-green{border-left:.3rem solid var(--green)}pre .pre-indigo{border-left:.3rem solid var(--indigo)}pre .pre-orange{border-left:.3rem solid var(--orange)}pre .pre-red{border-left:.3rem solid var(--red)}pre .pre-dark{border-left:.3rem solid var(--dark)}pre .pre-grey{border-left:.3rem solid var(--grey)}pre>code{white-space:pre;border-radius:0;padding:.9rem 1.5rem;display:block}form{width:100%}label{cursor:pointer}input{padding:.9rem 1rem .9rem 2rem}input[type=email],input[type=file],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url]{box-sizing:border-box;-o-transition:all .2s ease;background:var(--grey);width:100%;color:var(--text-color);border:0;border-radius:5px;margin-top:1rem;margin-bottom:1rem;transition:all .2s}input[type=checkbox],input[type=radio]{border:.5px solid #000!important}input[type=range]{-webkit-appearance:none;background:var(--grey);border-radius:5px;outline:none;width:100%;margin:.9rem 0;padding:.5rem 1rem}input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--text-color);cursor:pointer;border-radius:50%;width:20px;height:20px}input[type=range]::-moz-range-thumb{background:var(--text-color);cursor:pointer;border-radius:50%;width:20px;height:20px}.slider-small[type=range]{height:1px}.slider-blue[type=range]::-webkit-slider-thumb{background:var(--blue)}.slider-blue[type=range]::-moz-range-thumb{background:var(--blue)}.slider-green[type=range]::-webkit-slider-thumb{background:var(--green)}.slider-green[type=range]::-moz-range-thumb{background:var(--green)}.slider-indigo[type=range]::-webkit-slider-thumb{background:var(--indigo)}.slider-indigo[type=range]::-moz-range-thumb{background:var(--indigo)}.slider-orange[type=range]::-webkit-slider-thumb{background:var(--orange)}.slider-orange[type=range]::-moz-range-thumb{background:var(--orange)}.slider-red[type=range]::-webkit-slider-thumb{background:var(--red)}.slider-red[type=range]::-moz-range-thumb{background:var(--red)}.slider-dark[type=range]::-webkit-slider-thumb{background:var(--dark)}.slider-dark[type=range]::-moz-range-thumb{background:var(--dark)}.slider-grey[type=range]::-webkit-slider-thumb{background:var(--grey)}.slider-grey[type=range]::-moz-range-thumb{background:var(--grey)}select{box-sizing:border-box;-o-transition:all .2s ease;background:var(--grey);width:100%;color:var(--text-color);border:0;border-radius:5px;margin:1.2rem 0;padding:.9rem 1rem .9rem 2rem;transition:all .2s}textarea{box-sizing:border-box;-o-transition:all .2s ease;background:var(--grey);width:100%;color:var(--text-color);resize:vertical;border:0;border-radius:5px;min-height:12rem;margin:0;padding:.9rem 1rem .9rem 2rem;transition:all .2s}textarea[type=text]{box-sizing:border-box;-o-transition:all .2s ease;background:var(--grey);width:100%;color:var(--text-color);border:0;border-radius:5px;margin-top:1rem;margin-bottom:1rem;transition:all .2s}.form-modern input[type=email],.form-modern input[type=file],.form-modern input[type=number],.form-modern input[type=password],.form-modern input[type=search],.form-modern input[type=tel],.form-modern input[type=text],.form-modern input[type=url]{background:var(--bg-color);border-bottom:1px solid hsl(0, 0%, var(--lightness-hsl));border-radius:0}.form-modern input:focus{border-bottom:1px solid var(--dark)}.form-modern input[type=range]{height:1px}.form-modern input[type=range]:focus{border-bottom:0}.form-modern select{background:var(--bg-color);border-bottom:1px solid hsl(0, 0%, var(--lightness-hsl));border-radius:0}.form-modern textarea{background:var(--bg-color);border-bottom:1px solid hsl(0, 0%, var(--lightness-hsl));border-radius:0;min-height:5rem}.form-modern textarea:focus{border-bottom:1px solid var(--dark)}.container-fluid{width:100%;max-width:100%;margin:0 auto}.container{width:90%;max-width:1280px;margin:0 auto}.row{flex-flow:wrap;width:100%;padding:0;display:flex}.row .col{flex-flow:column wrap;flex:auto;padding:0 1rem}.row .col.col-no-padding{padding:0}.row .col.col-auto{flex:none}.row .col.col-1{flex:0 0 8.33333%;max-width:8.33333%}.row .col.col-offset-1{margin-left:8.33333%}.row .col.col-2{flex:0 0 16.6667%;max-width:16.6667%}.row .col.col-offset-2{margin-left:16.6667%}.row .col.col-3{flex:0 0 25%;max-width:25%}.row .col.col-offset-3{margin-left:25%}.row .col.col-4{flex:0 0 33.3333%;max-width:33.3333%}.row .col.col-offset-4{margin-left:33.3333%}.row .col.col-5{flex:0 0 41.6667%;max-width:41.6667%}.row .col.col-offset-5{margin-left:41.6667%}.row .col.col-6{flex:0 0 50%;max-width:50%}.row .col.col-offset-6{margin-left:50%}.row .col.col-7{flex:0 0 58.3333%;max-width:58.3333%}.row .col.col-offset-7{margin-left:58.3333%}.row .col.col-8{flex:0 0 66.6667%;max-width:66.6667%}.row .col.col-offset-8{margin-left:66.6667%}.row .col.col-9{flex:0 0 75%;max-width:75%}.row .col.col-offset-9{margin-left:75%}.row .col.col-10{flex:0 0 83.3333%;max-width:83.3333%}.row .col.col-offset-10{margin-left:83.3333%}.row .col.col-11{flex:0 0 91.6667%;max-width:91.6667%}.row .col.col-offset-11{margin-left:91.6667%}.row .col.col-12{flex:0 0 100%;max-width:100%}.row .col.col-offset-12{margin-left:100%}@media (max-width:42rem){.row{flex-direction:column}.row .col-expand{max-width:100%!important}}.hero{flex-direction:column;justify-content:space-between;display:flex}.hero.hero-sm{padding-top:2rem;padding-bottom:2rem}.hero.hero-md{padding-top:4rem;padding-bottom:4rem}.hero.hero-lg{padding-top:8rem;padding-bottom:8rem}.hero .hero-body{padding:.5rem}.modal{z-index:1502;opacity:0;pointer-events:none;-o-transition:all .3s;background-color:#c8c8c8bf;transition:all .3s;position:fixed;inset:0}.modal:target{opacity:1;pointer-events:auto}.modal .modal-inner{background:var(--bg-color);width:60vw;min-height:20%;max-height:70vh;color:var(--text-color);margin:auto;position:relative;top:20vh}.modal .modal-header{border-bottom:.5px solid var(--active-color);width:100%;padding:.5em 0;font-size:1.2em;font-weight:100;display:block}.modal .modal-body{padding:.5em}.modal .modal-close{color:#aaa;text-align:center;width:70px;font-size:2em;line-height:50px;text-decoration:none;position:absolute;top:0;right:0}.modal .modal-close:hover{color:var(--hover-color)}@media only screen and (max-width:601px){.modal .modal-inner{width:100vw}}.navbar{overflow:hidden}.navbar-fixed-top{z-index:1000;width:100%;position:fixed;top:0}.navbar-fixed-top .dropdown{z-index:1001;position:fixed}.navbar-fixed-bottom{z-index:1500;width:100%;position:fixed;bottom:0}.navbar a{float:left;color:#fff;text-align:center;padding:14px 16px;font-size:17px;text-decoration:none;display:block}.navbar a.active,.navbar a:hover{color:#fff}.navbar-brand img{height:100%;vertical-align:middle!important}.navbar-brand:hover{background:unset!important}.navbar-right{float:right;opacity:1;padding:0 2em;display:inline-flex}.navbar-blue{background:var(--blue)}.navbar-blue a.active,.navbar-blue a:hover{background:var(--blue-hover)}.navbar-green{background:var(--green)}.navbar-green a.active,.navbar-green a:hover{background:var(--green-hover)}.navbar-indigo{background:var(--indigo)}.navbar-indigo a.active,.navbar-indigo a:hover{background:var(--indigo-hover)}.navbar-orange{background:var(--orange)}.navbar-orange a.active,.navbar-orange a:hover{background:var(--orange-hover)}.navbar-red{background:var(--red)}.navbar-red a.active,.navbar-red a:hover{background:var(--red-hover)}.navbar-dark{background:var(--dark)}.navbar-dark a.active,.navbar-dark a:hover{background:var(--dark-hover)}.navbar-grey{background:var(--grey)}.navbar-grey a.active,.navbar-grey a:hover{background:var(--grey-hover)}.navbar a.navbar-collapse{display:none}.navbar a.navbar-collapse:hover{cursor:pointer}.navbar .navbar-items.collapsed{display:block}@media (max-width:42rem){.navbar .navbar-items{display:none}.navbar .navbar-items .collapsed{display:block}.navbar .navbar-items a{text-align:left;width:100%}.navbar a.navbar-brand{display:block}.navbar a.navbar-collapse{float:right;display:block}.navbar-right{float:unset;padding:0}}.dropdown{display:block}.dropdown-content{z-index:1000;background:var(--bg-color);min-width:160px;color:var(--text-color);margin-top:3em;display:none}.dropdown-content a{color:#ccc;padding:12px 16px;text-decoration:none;display:block}.dropdown-content a:hover{background:unset}.dropdown:hover .dropdown-content{color:var(--text-color);display:block}.dropdown-content li{clear:both;list-style:none}.drop{-o-transition:.3s;transition:all .3s;overflow:hidden}.drop .drop-button{margin:0%}.drop-list a{float:right}.drop-name{float:left;left:0%}.drop-list{z-index:2000;background-color:var(--bg-color);opacity:0;-o-transition:.5s ease-in-out;width:100%;height:80px;margin-top:-20%;padding:0 2em;transition:all .5s ease-in-out;display:block;position:absolute;right:0}.drop:hover .drop-list{opacity:1;margin-top:0%}.table{border-spacing:0;border-collapse:collapse;width:100%;overflow-x:initial;text-align:left;display:table}.table td,.table th{border-bottom:1px solid hsl(0, 0%, var(--lightness-hsl));padding:1rem 1.2rem}.table td:last-child,.table th:last-child{padding-right:0}.table-striped tbody tr:nth-of-type(odd){background:hsl(0, 0%, var(--lightness-hsl))}.table-blue{background:var(--blue);color:#fff}.table-blue td,.table-blue th{border-bottom:1px solid var(--blue-hover)}.table-blue.table-bordered td,.table-blue.table-bordered th{border:1px solid var(--blue-hover)!important}.table-green{background:var(--green);color:#fff}.table-green td,.table-green th{border-bottom:1px solid var(--green-hover)}.table-green.table-bordered td,.table-green.table-bordered th{border:1px solid var(--green-hover)!important}.table-indigo{background:var(--indigo);color:#fff}.table-indigo td,.table-indigo th{border-bottom:1px solid var(--indigo-hover)}.table-indigo.table-bordered td,.table-indigo.table-bordered th{border:1px solid var(--indigo-hover)!important}.table-orange{background:var(--orange);color:#fff}.table-orange td,.table-orange th{border-bottom:1px solid var(--orange-hover)}.table-orange.table-bordered td,.table-orange.table-bordered th{border:1px solid var(--orange-hover)!important}.table-red{background:var(--red);color:#fff}.table-red td,.table-red th{border-bottom:1px solid var(--red-hover)}.table-red.table-bordered td,.table-red.table-bordered th{border:1px solid var(--red-hover)!important}.table-dark{background:var(--dark);color:#fff}.table-dark td,.table-dark th{border-bottom:1px solid var(--dark-hover)}.table-dark.table-bordered td,.table-dark.table-bordered th{border:1px solid var(--dark-hover)!important}.table-grey{background:var(--grey);color:#fff}.table-grey td,.table-grey th{border-bottom:1px solid var(--grey-hover)}.table-grey.table-bordered td,.table-grey.table-bordered th{border:1px solid var(--grey-hover)!important}.table-borderless td,.table-borderless th{border-bottom:0}.table-bordered td,.table-bordered th{border:1px solid hsl(0, 0%, var(--lightness-hsl))}@media (max-width:42rem){.table{display:block;overflow-x:auto}}.tabs{list-style:none;display:inline}.tabs li{float:left;margin:0 .5em;padding:0 .2em}.tabs li:first-child{margin:0}.tabs li:hover{cursor:pointer}h1,h2,h3,h4,h5,h6{font-weight:300}h1{font-size:2.5em}h2{font-size:2em}h3{font-size:1.75em}h4{font-size:1.5em}h5{font-size:1.25em}h6{font-size:1em}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-blue{color:var(--blue)}.text-green{color:var(--green)}.text-indigo{color:var(--indigo)}.text-orange{color:var(--orange)}.text-red{color:var(--red)}.text-dark{color:var(--dark)}.text-grey{color:var(--grey)}.text-light{color:#fff}.text-italic{font-style:italic!important}.text-bold{font-weight:700!important}.text-underline{text-decoration:underline!important}.text-muted{color:gray}.lead{font-size:1.2em}.display-1{font-size:6rem;font-weight:200;line-height:1.2}.display-2{font-size:5.5rem;font-weight:200;line-height:1.2}.display-3{font-size:4.5rem;font-weight:200;line-height:1.2}.display-4{font-size:3.5rem;font-weight:200;line-height:1.2}.display-5{font-size:2.5rem;font-weight:200;line-height:1.2}.display-6{font-size:2rem;font-weight:200;line-height:1.2}a{color:var(--text-color)}p{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere}.img-responsive{overflow:hidden}.img-responsive img{width:100%}.img-rounded{border-radius:50%}hr{border:0;border-top:1px solid #b3b3b3;margin-top:1rem;margin-bottom:1rem}.padding-1{padding:0 1em}.padding-2{padding:0 2em}.padding-3{padding:0 3em}.width-25{width:25%}.width-50{width:50%}.width-75{width:75%}.width-100{width:100%}.justify-content-center{justify-content:center}.align-items-center{align-items:center}.align-content-center{align-content:center}.border-bottom-blue>li{border-bottom:.1em solid var(--blue)}.border-bottom-blue>li:hover{border-bottom:.1em solid var(--blue-hover)}.border-bottom-blue-hover>li{border-bottom:.1em solid #0000}.border-bottom-blue-hover>li:hover{border-bottom:.1em solid var(--blue-hover)}.border-bottom-green>li{border-bottom:.1em solid var(--green)}.border-bottom-green>li:hover{border-bottom:.1em solid var(--green-hover)}.border-bottom-green-hover>li{border-bottom:.1em solid #0000}.border-bottom-green-hover>li:hover{border-bottom:.1em solid var(--green-hover)}.border-bottom-indigo>li{border-bottom:.1em solid var(--indigo)}.border-bottom-indigo>li:hover{border-bottom:.1em solid var(--indigo-hover)}.border-bottom-indigo-hover>li{border-bottom:.1em solid #0000}.border-bottom-indigo-hover>li:hover{border-bottom:.1em solid var(--indigo-hover)}.border-bottom-orange>li{border-bottom:.1em solid var(--orange)}.border-bottom-orange>li:hover{border-bottom:.1em solid var(--orange-hover)}.border-bottom-orange-hover>li{border-bottom:.1em solid #0000}.border-bottom-orange-hover>li:hover{border-bottom:.1em solid var(--orange-hover)}.border-bottom-red>li{border-bottom:.1em solid var(--red)}.border-bottom-red>li:hover{border-bottom:.1em solid var(--red-hover)}.border-bottom-red-hover>li{border-bottom:.1em solid #0000}.border-bottom-red-hover>li:hover{border-bottom:.1em solid var(--red-hover)}.border-bottom-dark>li{border-bottom:.1em solid var(--dark)}.border-bottom-dark>li:hover{border-bottom:.1em solid var(--dark-hover)}.border-bottom-dark-hover>li{border-bottom:.1em solid #0000}.border-bottom-dark-hover>li:hover{border-bottom:.1em solid var(--dark-hover)}.border-bottom-grey>li{border-bottom:.1em solid var(--grey)}.border-bottom-grey>li:hover{border-bottom:.1em solid var(--grey-hover)}.border-bottom-grey-hover>li{border-bottom:.1em solid #0000}.border-bottom-grey-hover>li:hover{border-bottom:.1em solid var(--grey-hover)}.mobile-only{display:none}.desktop-only{display:block}@media (max-width:42rem){.mobile-only{display:block}.desktop-only{display:none}}*,:before,:after{-webkit-box-sizing:inherit;box-sizing:inherit}:focus{outline:none}html{box-sizing:border-box;font-size:62.5%}body{background:var(--bg-color);color:var(--text-color);letter-spacing:.01em;word-wrap:break-word;scroll-behavior:smooth;-o-transition:all .8s;margin:0;padding:0;font-family:Inter,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.6em;font-weight:300;line-height:1.6;transition:all .8s}
*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;font-size:100%!important}html,body{max-width:100vw;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;min-height:100vh;display:flex;font-size:.95rem!important}#page-content{flex-direction:column;flex:1;display:flex}html.nav-open,html.nav-open body{overflow:hidden}a{text-decoration:none}:root{--font-mono:"SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;--blue:#e1212c;--blue-hover:#c91b25;--accent-text:#ef4444}[data-theme=dark]{--blue:#e1212c;--blue-hover:#f03a44;--accent-text:#ef4444}[data-theme=dark] .site-navbar{-webkit-backdrop-filter:blur(12px);background:#000000d9;border-bottom:1px solid #ffffff0f}[data-theme=light] .site-navbar{-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #0000000f}[data-theme=dark] .site-navbar .navbar a{color:#ffffffbf}[data-theme=dark] .site-navbar .navbar a:hover{color:#fff;background:0 0}[data-theme=light] .site-navbar .navbar a{color:#000000b3}[data-theme=light] .site-navbar .navbar a:hover{color:#000;background:0 0}
