:root{--main-color:#fff;--link-color:rgba(255, 255, 255, 0.8);--link-color-active-bg:rgba(195, 207, 244, 0.2);--star:#00d2b0;--message-btn:rgba(195, 207, 244, 0.1);--primary-color:rgb(61, 61, 61);--secondary-color:rgb(80, 80, 80);--tertiary-color:rgb(69, 69, 69);--quaternary-color:rgba(71, 71, 71, 0.7)}.app-container{margin:.3em auto;width:100%;display:flex;flex-direction:column;height:100%;transition:.2s;overflow:hidden}@media screen and (max-width:980px){.app-container{margin:.3em auto;width:100vw}}.app-content{display:flex;height:100%;overflow:hidden;margin:.5em}@media screen and (max-width:980px){.app-content{margin:0}}.app-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.3em 1em;position:relative}.app-header .language-selector__container{padding:0;border:0;border-radius:50%;display:flex}.app-header .language-selector__container select{right:0;border-radius:5px;box-sizing:border-box;display:block;height:2em;font-size:1.3em;width:5.5em;width:fit-content;padding:0 .5em;outline:0;text-align:center;background-color:var(--primary-color)}.app-header .language-selector__container label{position:relative}@media screen and (max-width:736px){.app-header .language-selector__container{margin-right:.3em}.app-header .language-selector__container select{font-size:1em}}.app-header button.add-btn{color:#fff;background-color:var(--primary-color);padding:0;border:0;border-radius:50%;width:2.5em;height:2.5em;margin-right:1em;display:flex;align-items:center;justify-content:center}.app-name{margin:0;padding:.3em;line-height:1em;margin-right:1em}.app-name span{font-weight:700;color:rgba(255,255,255,.75)}.app-name>img.app-icon{width:2em;height:2em;margin-right:1em;vertical-align:middle;object-fit:cover}@media screen and (max-width:980px){.app-name{margin:0 .5em 0 0}.app-name img.app-icon{height:1.5em;width:1.5em}.app-name span{font-size:.8em}}.projects-section{position:relative;flex:3;background-color:var(--primary-color);border-radius:10px;padding:.3em;height:100%;height:91vh;overflow:hidden;display:flex;flex-direction:column}.projects-section .loading-logo{text-align:center;margin-top:40vh}.projects-section .project-slider{position:absolute;top:0;left:0;height:100%;min-height:80vh;width:100%;z-index:1;transition:all .5s ease}.projects-section .project-slider.close{height:0;min-height:0}.projects-section .project-slider.close>*{display:none}.projects-section-header{display:flex;justify-content:space-between;align-items:center;font-size:1.2em;padding:.5em}.projects-section-header h2{font-size:1.2em;line-height:1.2em;opacity:.9;margin:0;color:var(--main-color)}.projects-section-header button{border-radius:5px;padding:.3em;height:2em;width:2em;margin-left:.5em;line-height:1.5em;text-align:center;cursor:pointer;vertical-align:middle;transition:all .5s ease;color:rgba(255,255,255,.75);background-color:var(--secondary-color)}.projects-section-header button i{font-size:1em}.projects-section-header button:hover{color:var(--star)}.projects-section-header input[type=search]{border-radius:5px;padding:.3em 0;padding-left:1em;height:2em;width:5em;line-height:1.5em;text-align:center;cursor:pointer;vertical-align:middle;transition:all .5s ease;color:rgba(255,255,255,.75);background-color:var(--primary-color)}.projects-section-header input[type=search]::-webkit-input-placeholder{opacity:.5}.projects-section-header input[type=search]:focus,.projects-section-header input[type=search]:hover{width:10em}.projects-section thead th,.projects-section thead tr{text-align:center}.projects-section table #keys td,.projects-section table #keys tr{max-width:100px}.projects-section table #keys td{font-size:1.2em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messages-section{flex:0;flex-shrink:0;background-color:var(--primary-color);margin-left:.3em;width:0;height:91vh;padding:.3em 0;border-radius:10px;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.19,1,.56,1)}.messages-section .messages{margin:.3em;padding:.3em;max-height:80vh;overflow-y:scroll;background-color:var(--message-btn);border-radius:5px}.messages-section .messages:empty{margin:0;padding:0}.messages-section .messages-close{position:absolute;top:.8em;right:.8em;z-index:3;border:none;width:2.3em;line-height:2em;background-color:var(--message-btn);border-radius:5px;color:var(--main-color);display:none}.messages-section.show{transform:translateX(0);opacity:1;margin-left:0}.messages-section.active{flex:1}.message-box{padding:.3em .5em;display:flex;align-items:flex-start;width:100%;transition:all 1s ease;margin-bottom:.5em;border-radius:5px;overflow:hidden;background-color:var(--primary-color)}.message-box:last-of-type{margin:0}.message-box .message-content{padding-left:.5em;width:100%;flex-grow:1;overflow:hidden;flex-shrink:1;flex-basis:20px}.message-box .message-content .message-header{display:flex;align-items:center;justify-content:space-between;width:100%;margin:.5em 0 .8em}.message-box .message-content .message-header .name{font-size:1em;line-height:1em;margin:0}.message-box .message-content .message-header time{margin-left:auto;font-size:.8em}.message-box .message-content .message-line{font-size:1.2em;line-height:1em;margin:.5em 0 0;color:var(--link-color);opacity:.8;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.message-box .message-content .message-line:last-of-type{margin:.5em 0}.project-boxes{justify-content:center;margin:0 .3em;display:grid;grid-gap:.5em;grid-template-columns:repeat(auto-fill,minmax(0,440px))}@media screen and (max-width:1680px){.project-boxes{grid-template-columns:1fr 1fr 1fr 1fr}}@media screen and (max-width:1280px){.project-boxes{grid-template-columns:1fr 1fr}}@media screen and (max-width:736px){.project-boxes{grid-template-columns:1fr}}.project-box{position:relative;border-radius:10px;padding:.5em;transition:all .5s ease;box-shadow:0 transparent;background-color:var(--secondary-color)}.project-box header{display:grid;margin:.5em}.project-box header .box-content-header{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-box header .box-content-header p{margin:.3em 0}.project-box .controller-view{border-radius:5px;flex-shrink:0;padding:.3em 1em;line-height:1.5em;text-align:center;cursor:pointer;background-color:var(--primary-color)}.project-box .options{position:absolute;top:0;right:0;height:2.5em;width:2.5em;line-height:2.5em;text-align:center;opacity:.6;transition:all 1s ease;border-radius:0 0 0 10px;cursor:pointer;background-color:var(--primary-color)}.project-box .options:hover{opacity:1}.project-box:hover{box-shadow:0 0 11px rgba(33,33,33,.8)}.box-content-header{font-size:1.5em;line-height:1.2em;opacity:1;max-width:93%;font-weight:700;overflow:hidden;text-overflow:ellipsis}.box-content-header i{font-size:.5em;vertical-align:middle;margin-left:.5em}@media screen and (max-width:720px){.box-content-header{max-width:100%;line-height:1em}}time{font-size:.8em;line-height:1em;opacity:.7}.project-box-footer{display:flex;justify-content:space-between;position:relative;margin:1em 0 0 .5em}.project-box-footer ul.participants{margin:0;padding:0;display:flex;align-items:center}.project-box-footer ul.participants li{padding:0;margin-right:.5em;opacity:.8}.project-box-footer ul.participants li i{font-size:.8em;padding-right:.3em}.messages-btn{position:fixed;right:0;bottom:1em;background-color:var(--message-btn);border:none;color:var(--main-color);display:flex;justify-content:center;align-items:center;padding:1em;z-index:2;display:none}@media screen and (max-width:980px){.add-btn{width:20px;height:20px}.project-boxes .project-box-wrapper{width:100%}.messages-section{transform:translateX(100%);position:fixed;opacity:0;top:0;z-index:2;height:100%;width:0}.messages-section .projects-section-header{justify-content:center}.messages-section .messages{max-height:95vh}.messages-section .messages-close{display:block}.messages-section.show{width:100%}.messages-btn{display:flex}#console{display:none}}@media screen and (max-width:736px){.project-boxes{overflow-y:visible}.app-header{padding:.3em .5em}}.options-menu{display:flex;flex-direction:column;background-color:var(--primary-color);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.options-menu .menu-list{margin:0;display:block;padding:.3em;background-color:var(--primary-color);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.options-menu .menu-item{border:0;padding:.5em;margin:.3em 0;flex-basis:100%;text-align:left;display:flex;align-items:center;position:relative;transition:all .5s ease;cursor:pointer;color:rgba(255,255,255,.75);background-color:var(--primary-color);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.options-menu .menu-item i{padding-right:.5em}.options-menu .menu-item.delete{color:#e44c65}.options-menu .menu-item:hover{color:#fff;background-color:rgba(255,255,255,.075)}.options-menu .menu-item:hover+.menu-sub-list{display:flex}.options-menu .menu-item:hover.delete{color:red}.swal2-container.swal2-bottom-start.swal2-backdrop-show{height:200px!important;height:fit-content!important}.swal2-title{font-size:1.5em!important}.swal2-popup.swal2-toast .swal2-title{padding:1em .3em!important;font-size:1em!important}.swal2-input,.swal2-select{text-align:center;border:none;text-align-last:center;line-height:1em;background-color:rgba(71,71,71,.7)!important;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.swal2-html-container h5{color:rgba(255,255,255,.75)}.swal2-html-container .icon-input,.swal2-html-container input,.swal2-html-container select{height:2em;font-size:1.125em;text-align:center;border:none;text-align-last:center;background-color:rgba(71,71,71,.7)!important;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.swal2-html-container .input-wrapper{padding:0 1em}.swal2-html-container input{display:flex;width:100%;margin:.3em 0}.swal2-html-container .rating-group{margin-bottom:1em}.layout_default.picker_wrapper{width:100%!important}.picker_wrapper{box-shadow:none!important;background-color:transparent!important}.ql-editor{outline:0!important;border:none!important;text-align:left!important}.ql-clipboard{display:none}#console{width:0;flex:0;opacity:0;flex-shrink:0;background-color:var(--primary-color);padding:0;margin:0;width:0;height:91vh;border-radius:10px;position:relative;transition:all .5s cubic-bezier(.19,1,.56,1)}#console header h3{font-size:1.2em}#console header h4{margin:.3em 0;font-size:1.2em;color:rgba(255,255,255,.75);border-radius:5px;text-align:center}#console header h4:empty{padding:0}#console ul.mode-switch{display:flex;margin-top:.3em}#console ul.mode-switch li button{font-size:.8em;border-radius:5px;transition:all 1s ease;height:2.5em;width:2.5em;line-height:2.5em;margin:auto .3em;text-align:center;color:rgba(255,255,255,.75);background-color:var(--secondary-color)}#console .input-wrapper{padding:.3em}#console .input-wrapper input{padding:.3em;text-align:center;font-size:1.2em;color:rgba(255,255,255,.75);border-radius:5px;background-color:var(--secondary-color)}#console .input-wrapper textarea{margin-top:.3em;padding:.5em;text-align:left;color:rgba(255,255,255,.75);border-radius:5px;background-color:var(--secondary-color)}#console.active{width:auto;opacity:1;flex:1;margin-left:.3em;padding:.3em}@media screen and (max-width:736px){#console.active{width:0;padding:0;margin:0;flex:0}}#jsoneditor{width:100%;margin:.3em 0;border-radius:5px;overflow-y:hidden}#jsoneditor .jsoneditor-frame{display:flex;width:10em;background-color:var(--primary-color)}#jsoneditor .jsoneditor-frame input{width:90%}#jsoneditor .jsoneditor-contextmenu{background-color:var(--primary-color);z-index:1}#jsoneditor .jsoneditor-tree{background-color:transparent}#jsoneditor .jsoneditor-tree table tbody tr{display:flex;align-items:center;background-color:transparent}#jsoneditor .jsoneditor-tree table tbody tr .jsoneditor-field,#jsoneditor .jsoneditor-tree table tbody tr .jsoneditor-value{font-size:1.2em;line-height:1.2em}#jsoneditor .jsoneditor-tree table table{margin-left:8em}#jsoneditor .jsoneditor-tree table table table{margin-left:16em}#jsoneditor .jsoneditor{width:auto;margin:.3em}#jsoneditor .jsoneditor-navigation-bar,#jsoneditor div.jsoneditor-menu{display:none}#jsoneditor div.jsoneditor,#jsoneditor div.jsoneditor-menu{border-color:var(--primary-color)}#jsoneditor div.jsoneditor-menu{background-color:var(--primary-color)}#jsoneditor div.jsoneditor textarea.jsoneditor-text,#jsoneditor div.jsoneditor-tree{background-color:var(--primary-color);color:#fff;min-height:70px;padding:.5em;border-radius:5px}#jsoneditor div.jsoneditor-field,#jsoneditor div.jsoneditor-value{color:#fff}#jsoneditor table.jsoneditor-search div.jsoneditor-frame{background:grey}#jsoneditor tr.jsoneditor-highlight,#jsoneditor tr.jsoneditor-selected{background-color:#4e4e4e}#jsoneditor div.jsoneditor-field.jsoneditor-highlight,#jsoneditor div.jsoneditor-field[contenteditable=true]:focus,#jsoneditor div.jsoneditor-field[contenteditable=true]:hover,#jsoneditor div.jsoneditor-value.jsoneditor-highlight,#jsoneditor div.jsoneditor-value[contenteditable=true]:focus,#jsoneditor div.jsoneditor-value[contenteditable=true]:hover{background-color:grey;border-color:grey}#jsoneditor div.jsoneditor-field.highlight-active,#jsoneditor div.jsoneditor-field.highlight-active:focus,#jsoneditor div.jsoneditor-field.highlight-active:hover,#jsoneditor div.jsoneditor-value.highlight-active,#jsoneditor div.jsoneditor-value.highlight-active:focus,#jsoneditor div.jsoneditor-value.highlight-active:hover{background-color:#b1b1b1;border-color:#b1b1b1}#jsoneditor div.jsoneditor-tree button:focus{background-color:#868686}#jsoneditor div.jsoneditor-readonly{color:#acacac}#jsoneditor div.jsoneditor td.jsoneditor-separator{color:#acacac}#jsoneditor div.jsoneditor-value.jsoneditor-string{color:#0f8}#jsoneditor div.jsoneditor-value.jsoneditor-array,#jsoneditor div.jsoneditor-value.jsoneditor-object{color:#bababa}#jsoneditor div.jsoneditor-value.jsoneditor-number{color:#ff4040}#jsoneditor div.jsoneditor-value.jsoneditor-boolean{color:#ff8048}#jsoneditor div.jsoneditor-value.jsoneditor-null{color:#49a7fc}#jsoneditor div.jsoneditor-value.jsoneditor-invalid{color:#fff}#jsoneditor div.jsoneditor-outer.has-nav-bar.has-main-menu-bar{padding:0!important}#jsoneditor div.jsoneditor-tree button.jsoneditor-button{background-color:rgba(131,131,131,.75)}@media screen and (max-width:980px){#jsoneditor{display:none}}#jsoneditor-btns{display:flex;margin:.3em;transition:all .5s ease;justify-content:space-around}#jsoneditor-btns #saveJsonBtn,#jsoneditor-btns #updateJsonBtn{padding:.5em 1em;font-size:1em;border-radius:5px;margin-right:.3em;width:100%;overflow:hidden;text-overflow:ellipsis;transition:all 1s ease;display:inline-block;white-space:nowrap;cursor:pointer;color:rgba(255,255,255,.75);background-color:var(--secondary-color)}#jsoneditor-btns #saveJsonBtn:last-child,#jsoneditor-btns #updateJsonBtn:last-child{margin-right:0}#jsoneditor-btns #saveJsonBtn:hover,#jsoneditor-btns #updateJsonBtn:hover{background-color:var(--star)}#jsoneditor-btns .ace-jsoneditor .ace_scroller{background-color:rgba(255,255,255,.1)!important}#editor{height:90vh;overflow-x:hidden;overflow-y:scroll}#editor>*{margin:.3em}#editor #property-selector{position:-webkit-sticky;padding:1em .3em .3em .3em;position:sticky;margin-right:.5em;top:4em;align-self:center;background-color:var(--secondary-color);overflow:hidden;border-radius:10px}#editor>header{position:sticky;top:0;display:flex;padding:.3em;margin:0;z-index:1;border-radius:5px;line-height:1.8em;transition:all 1s ease;background-color:var(--secondary-color)}#editor>header h3{line-height:2em;font-size:1.2em;margin-bottom:0;overflow:hidden;text-overflow:ellipsis;margin-right:auto;padding:0 .5em;border-radius:5px;cursor:pointer;background-color:var(--primary-color)}#editor>header span{font-size:.8em;background-color:var(--primary-color);border-radius:5px;transition:all 1s ease;height:2.5em;width:2.5em;line-height:2.5em;margin:auto .3em;text-align:center}#editor>header span i{padding:.5em;line-height:1em}#editor>header span:hover{color:#fff;background-color:var(--star)}#editor section>header{display:flex;padding:.5em;border-radius:5px;margin:.5em 0;background-color:var(--secondary-color)}#editor section>header[data-editable] h4{cursor:pointer;background-color:var(--primary-color)}#editor section>header h4{display:flex;font-size:1.2em;margin-bottom:0;padding:0 .5em;margin-right:auto;border-radius:5px}#editor section>header button,#editor section>header span{color:rgba(255,255,255,.75);font-size:.8em;background-color:var(--tertiary-color);border-radius:5px;transition:all 1s ease;padding:0 .5em;line-height:1em;margin:auto .3em;height:2em;width:2em;text-align:center;display:flex;align-items:center;justify-content:center}#editor section>header button i,#editor section>header span i{margin:0 auto;padding:.3em;line-height:2em;vertical-align:middle}#editor section>header button i.fa-eye-slash,#editor section>header span i.fa-eye-slash{color:#e44c65}#editor section>header button:nth-child(1),#editor section>header span:nth-child(1){margin-left:auto}#editor section>header button:hover,#editor section>header span:hover{color:#fff;background-color:var(--star)}#editor ol{display:grid;grid-template-columns:1fr;grid-column-gap:.3em;grid-row-gap:.3em;padding:0;margin-bottom:.5em;min-height:3em}#editor ol>li{text-align:center;border-radius:0 5px 5px 0;border-radius:5px;min-height:6em;border-left:solid 4px #09cf9b;background-color:rgba(255,255,255,.1)}#editor ol>li[data-background=red]{border-left:solid 4px #cf1809}#editor ol>li[data-background=green]{border-left:solid 4px #2dcf09}#editor ol>li[data-background=yellow]{border-left:solid 4px #cfcb09}#editor ol>li[data-editable] h4 .title{cursor:pointer;background-color:var(--primary-color)}#editor ol>li>span{display:none}#editor ol>li h4{display:flex;margin:.5em .3em .5em 0;padding-left:.5em;overflow:hidden;align-items:center}#editor ol>li h4 .title{margin-right:.5em;max-width:200px;font-size:1.3em;overflow:hidden;text-overflow:ellipsis;transition:all 1s ease;display:inline-block;white-space:nowrap;padding:.3em;border-radius:5px}#editor ol>li h4 .alert,#editor ol>li h4 .value{padding:0 .3em;border-radius:5px;margin-right:.5em;min-width:3em;max-width:130px;overflow:hidden;font-size:.8em;text-align:center;text-overflow:ellipsis;transition:all 1s ease;display:inline-block;white-space:nowrap}#editor ol>li h4 .alert:empty,#editor ol>li h4 .value:empty{width:0;margin:0;padding:0;min-width:unset}#editor ol>li h4 .alert{color:#c0c001}#editor ol>li h4 .options{margin-left:auto;display:flex;align-items:center;justify-content:center}#editor ol>li h4 .options span{margin-left:.3em;font-size:.8em;vertical-align:middle;transition:all 1s ease;border-radius:5px;height:2em;width:2em;background-color:var(--primary-color)}#editor ol>li h4 .options span:hover{color:#fff;background-color:var(--star)}@media screen and (max-width:980px){#editor ol>li h4 .alert,#editor ol>li h4 .title,#editor ol>li h4 .value{max-width:200px}}#editor ol>li input,#editor ol>li select{text-align:center;width:97%;margin:.3em auto;font-size:1.2em;background-color:var(--tertiary-color)}#editor ol>li .desc{width:97%;padding:.3em;margin:0 auto;font-size:1em;text-align:left;opacity:.6;transition:all .5s ease;background-color:var(--primary-color)}#editor ol>li .desc:focus{opacity:1}#editor ol>li input[type=text]::-webkit-input-placeholder{opacity:.5}#editor ol>li input[type=date]{padding:.3em}#editor ol>li>ul.colours{display:flex;flex-wrap:wrap;margin:0 .5em}#editor ol>li>ul.colours li{cursor:pointer;display:inline-block;text-align:center;padding:0;height:2.5em;width:2.5em;margin:.3em;border-radius:5px;background-color:var(--primary-color)}#editor ol>li>ul.colours li i{line-height:2.5em}#editor ol>li .buttons{display:flex;align-items:center;justify-content:center;width:97%;margin:0 auto}#editor ol>li .buttons button{color:rgba(255,255,255,.75);width:100%;border-radius:3px;padding:.4em;margin:.3em;font-size:1.2em;transition:all 1s ease;background-color:var(--tertiary-color)}#editor ol>li .buttons button:first-child{margin-left:0}#editor ol>li .buttons button:last-child{margin-right:0}#editor ol>li .buttons button:hover{color:#fff;background-color:var(--star)}#editor ol>li .buttons button.edit{flex:1;margin:0 1em;color:rgba(255,255,255,.75);max-width:2.5em;height:2em;line-height:1em;border-radius:3px;margin:.3em;transition:all 1s ease;background-color:var(--primary-color)}#editor ol>li .buttons button.edit:hover{color:#fff;background-color:var(--star)}#editor ol>li .dropdown{display:flex;align-items:center;justify-content:center;width:97%;margin:0 auto}#editor ol>li .dropdown select{flex:8}#editor ol>li .dropdown button.edit{flex:1;margin:0 1em;color:rgba(255,255,255,.75);max-width:2.5em;height:2.5em;border-radius:3px;margin:.3em;transition:all 1s ease;background-color:var(--primary-color)}#editor ol>li .dropdown button.edit:first-child{margin-left:0}#editor ol>li .dropdown button.edit:last-child{margin-right:0}#editor ol>li .dropdown button.edit.delete{color:#ff2653}#editor ol>li .dropdown button.edit.delete:hover{color:#fff;background-color:red}#editor ol>li .dropdown button.edit:hover{color:#fff;background-color:var(--star)}#editor ol>li .dropdown button.run{flex:1;margin:0 1em;max-width:4em;height:3em;border-radius:3px;margin:.3em;transition:all 1s ease;color:rgba(255,255,255,.75);background-color:var(--primary-color)}#editor ol>li .dropdown button.run:hover{color:#fff;background-color:var(--star)}#editor ol>li .fetching{height:2.5em;width:97%;margin:auto;margin-bottom:.3em;overflow:hidden;position:relative;border-radius:5px;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:placeholderAnimate;background:#2e2e2e;background:linear-gradient(to right,var(--primary-color) 2%,rgba(89,89,89,.7) 18%,var(--primary-color) 33%);background-size:1300px}#editor ol>li .fetching.small{height:15vh;min-height:140px}@keyframes placeholderAnimate{0%{background-position:-650px 0}100%{background-position:650px 0}}#editor ol>li:hover .desc{opacity:1}#editor ol:empty{position:relative;height:6em;min-height:inherit;background-color:rgba(255,255,255,.1);border-radius:5px}#editor ol:empty:before{position:absolute;top:40%;left:0;right:0;margin:auto;text-align:center;font-size:1.2em;content:attr(data-tooltip)}@media screen and (max-width:1280px){#editor ol{width:100%;margin:auto}}@media screen and (max-width:980px){#editor{width:100%}}.checkbox-group{display:flex;flex-wrap:wrap;justify-content:center;width:90%;margin-left:auto;margin-right:auto;max-width:600px}.checkbox-group>*{margin:.5rem}.checkbox-group .checkbox-group-legend{font-size:1.5rem;font-weight:700;text-align:center;line-height:1.125;margin-bottom:1.25rem}.checkbox-group .checkbox-input{clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.checkbox-group .checkbox-input:checked+.checkbox-tile{box-shadow:0 5px 10px rgba(0,0,0,.1);border-color:var(--theme-color);color:var(--theme-color)}.checkbox-group .checkbox-input:checked+.checkbox-tile .checkbox-icon,.checkbox-group .checkbox-input:checked+.checkbox-tile .checkbox-label{color:var(--theme-color)}.checkbox-group .checkbox-input:focus+.checkbox-tile{border-color:var(--theme-color);box-shadow:0 5px 10px rgba(0,0,0,.1),0 0 0 4px var(--theme-color)}.checkbox-group .checkbox-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;width:10rem;padding:1em .5em;border-radius:.5rem;border:1px solid #b5bfd9;box-shadow:0 5px 10px rgba(104,104,104,.1);cursor:pointer;position:relative;transition:all .5s ease}.checkbox-group .checkbox-tile:hover{border-color:var(--theme-color)}.checkbox-group .checkbox-icon{color:#494949;line-height:0;margin-bottom:.5em}.checkbox-group .checkbox-icon i{font-size:2em}.checkbox-group .checkbox-label{color:#707070;text-align:center;transition:all .5s ease}.preloading{height:40vh;overflow:hidden;position:relative;border-radius:10px;animation-duration:.5s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:placeholderAnimate;background:#2e2e2e;background:linear-gradient(to right,var(--primary-color) 2%,rgba(89,89,89,.7) 18%,var(--primary-color) 33%);background-size:1300px}.preloading.small{height:15vh;min-height:140px}.preloading.hidden{margin:0}@keyframes placeholderAnimate{0%{background-position:-650px 0}100%{background-position:650px 0}}#shares table tbody tr td:first-child{text-align:left}#sharesBtn{padding:.5em 1em;font-size:1em;border-radius:5px;margin:.5em 0;width:100%;overflow:hidden;text-overflow:ellipsis;transition:all 1s ease;display:inline-block;white-space:nowrap;cursor:pointer;color:rgba(255,255,255,.75);background-color:var(--secondary-color)}#sharesBtn:hover{background-color:var(--star)}#share-expiration-input{display:flex}#share-expiration-input label{line-height:2.8em;height:2.8em;width:2.8em;font-size:.8em;margin:auto .5em auto 0;color:rgba(255,255,255,.75);background-color:rgba(71,71,71,.7);border-radius:5px;cursor:pointer}.range-input-container{position:relative;margin:1em 0;display:flex;flex-direction:column}.range-input-container input[type=range]{margin:auto;-webkit-appearance:none;outline:0;height:.5em;cursor:pointer;border-radius:0;background-color:var(--primary-color)}.range-input-container input[type=range]::-webkit-slider-runnable-track{height:.5em;border-radius:10px;background-color:var(--primary-color)}.range-input-container input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;margin-top:-.3em;width:1.3em;height:1.3em;border-radius:50%;cursor:ew-resize;background-color:#00d7aa}.range-input-container input[type=range]::-webkit-slider-runnable-track{height:10px;-webkit-appearance:none;color:#13bba4}.range-input-container input[type=range]::-moz-range-progress{background-color:#43e5f7}.range-input-container input[type=range]::-moz-range-track{background-color:#9a905d}#properties{max-height:60vh;overflow-x:hidden;overflow-y:scroll;padding:0 .5em;border-radius:10px}#properties li{display:flex;align-items:center;padding:.5em;margin:.3em 0;border-radius:5px;background-color:rgba(255,255,255,.1);cursor:move;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}#properties li:active{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}#properties li>span{line-height:2em;text-align:center;margin-right:.8em;height:2em;width:2em;border-radius:50%;background-color:var(--message-btn)}#properties li>span i{font-size:.8em}#properties li h4{margin:0;max-width:300px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#properties li:last-of-type{margin-bottom:1em}#new-property-type{display:flex;justify-content:center;width:90%;margin-left:auto;margin-right:auto;max-width:600px}#new-property-type>*{margin:.5em .3rem}#new-property-type .checkbox-group-legend{font-size:1.2rem;font-weight:700;text-align:center;line-height:1.125}#new-property-type .checkbox-input{clip:rect(0 0 0 0);clip-path:inset(100%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}#new-property-type .checkbox-input:checked+.checkbox-tile,#new-property-type .checkbox-input:checked+.checkbox-wrapper{border-color:var(--theme-color);color:var(--theme-color);border:2px solid var(--theme-color)}#new-property-type .checkbox-input:checked+.checkbox-tile .checkbox-icon,#new-property-type .checkbox-input:checked+.checkbox-tile .checkbox-label,#new-property-type .checkbox-input:checked+.checkbox-wrapper .checkbox-icon,#new-property-type .checkbox-input:checked+.checkbox-wrapper .checkbox-label{color:var(--theme-color)}#new-property-type .checkbox-input:focus+.checkbox-tile{border-color:var(--theme-color);box-shadow:0 5px 10px rgba(0,0,0,.1),0 0 0 4px var(--theme-color)}#new-property-type .checkbox-wrapper{border:2px solid transparent}#new-property-type .checkbox-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;height:2.5em;width:2.5em;border-radius:5px;cursor:pointer;position:relative;transition:all .5s ease;border:2px solid transparent;background-color:var(--tertiary-color)}#new-property-type .checkbox-icon{color:rgba(255,255,255,.75);line-height:0}#new-property-type .checkbox-icon i{font-size:1.2em}#property-colours{display:flex;flex-wrap:wrap;justify-content:center;margin:0 .5em}#property-colours li{cursor:pointer;display:inline-block;text-align:center;padding:0}#property-colours li .colour label{height:1em;width:1em}#property-colours li .colour input[type=radio]{position:absolute;opacity:0}#property-colours li .colour input[type=radio]+label{content:"";border-radius:100%;border:1px solid rgba(191,191,191,.75);height:2.5em;width:2.5em;margin:.5em;border-radius:5px;position:relative;vertical-align:top;cursor:pointer;text-align:center;transition:all 250ms ease}#property-colours li .colour input[type=radio]:checked+label{box-shadow:inset 0 0 0 1px rgba(255,255,255,.75)}:root{--theme-color:rgba(0, 230, 181, 0.8)}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}body{line-height:1;height:100vh;overflow:hidden;-webkit-text-size-adjust:none}input::-moz-focus-inner{border:0;padding:0}input,select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;border:none;background-color:rgba(255,255,255,.5)}textarea{resize:none}input:focus,textarea:focus{outline:0}html{box-sizing:border-box;scroll-behavior:smooth}html ::-webkit-scrollbar-track{width:3px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}html ::-webkit-scrollbar{width:3px;background-color:rgba(0,0,0,0)}html ::-webkit-scrollbar-thumb{width:3px;background-color:#8f8f8f;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}html ::-webkit-scrollbar-button,html ::-webkit-scrollbar-button:horizontal:decrement,html ::-webkit-scrollbar-button:horizontal:increment,html ::-webkit-scrollbar-button:vertical:decrement,html ::-webkit-scrollbar-button:vertical:increment{display:none}*,:after,:before{box-sizing:inherit}body,html{color:rgba(255,255,255,.75);background:#383635}body,input,select,textarea{font-size:13pt;line-height:1.75em;color:rgba(255,255,255,.75);font-weight:100;font-family:Roboto,Helvetica,sans-serif}a{-moz-transition:border-color .2s ease-in-out,color .2s ease-in-out;-webkit-transition:border-color .2s ease-in-out,color .2s ease-in-out;-ms-transition:border-color .2s ease-in-out,color .2s ease-in-out;transition:border-color .2s ease-in-out,color .2s ease-in-out;text-decoration:none}a:hover{border-bottom-color:transparent}h1,h2,h3,h4,h5,h6{font-weight:300;line-height:1em;margin:0 0 1em 0}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;border:0}h2{font-size:2em;line-height:1.5em;letter-spacing:-.025em}h3{font-size:1.35em;line-height:1.5em}h4{font-size:1.1em;line-height:1.5em}h5{font-size:.9em;line-height:1.5em}h6{font-size:.7em;line-height:1.5em}sub{font-size:.8em;position:relative;top:.5em}sup{font-size:.8em;position:relative;top:-.5em}hr{border:0;opacity:.6;border-bottom:solid 1px rgba(255,255,255,.3)}img,video{object-fit:cover}.container{margin:0 auto;max-width:calc(100% - 4em);width:70em}@media screen and (max-width:1280px){.container{width:90%;max-width:100%}}@media screen and (max-width:980px){.container{width:100%!important}}.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row>.imp{order:-1}.row>.col-1{width:8.3333333333%}.row>.off-1{margin-left:8.3333333333%}.row>.col-2{width:16.6666666667%}.row>.off-2{margin-left:16.6666666667%}.row>.col-3{width:25%}.row>.off-3{margin-left:25%}.row>.col-4{width:33.3333333333%}.row>.off-4{margin-left:33.3333333333%}.row>.col-5{width:41.6666666667%}.row>.off-5{margin-left:41.6666666667%}.row>.col-6{width:50%}.row>.off-6{margin-left:50%}.row>.col-7{width:58.3333333333%}.row>.off-7{margin-left:58.3333333333%}.row>.col-8{width:66.6666666667%}.row>.off-8{margin-left:66.6666666667%}.row>.col-9{width:75%}.row>.off-9{margin-left:75%}.row>.col-10{width:83.3333333333%}.row>.off-10{margin-left:83.3333333333%}.row>.col-11{width:91.6666666667%}.row>.off-11{margin-left:91.6666666667%}.row>.col-12{width:100%}.row>.off-12{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:0;margin-left:-.125em}.row.gtr-25>*{padding:0 0 0 .125em}.row.gtr-25.gtr-uniform{margin-top:-.125em}.row.gtr-25.gtr-uniform>*{padding-top:.125em}.row.gtr-50{margin-top:0;margin-left:-.25em}.row.gtr-50>*{padding:0 0 0 .25em}.row.gtr-50.gtr-uniform{margin-top:-.25em}.row.gtr-50.gtr-uniform>*{padding-top:.25em}.row{margin-top:0;margin-left:-.5em}.row>*{padding:0 0 0 .5em}.row.gtr-uniform{margin-top:-.5em}.row.gtr-uniform>*{padding-top:.5em}.row.gtr-150{margin-top:0;margin-left:-.75em}.row.gtr-150>*{padding:0 0 0 .75em}.row.gtr-150.gtr-uniform{margin-top:-.75em}.row.gtr-150.gtr-uniform>*{padding-top:.75em}.row.gtr-200{margin-top:0;margin-left:-1em}.row.gtr-200>*{padding:0 0 0 1em}.row.gtr-200.gtr-uniform{margin-top:-1em}.row.gtr-200.gtr-uniform>*{padding-top:1em}@media screen and (max-width:1680px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row>.imp-xlarge{order:-1}.row>.col-1-xlarge{width:8.3333333333%}.row>.off-1-xlarge{margin-left:8.3333333333%}.row>.col-2-xlarge{width:16.6666666667%}.row>.off-2-xlarge{margin-left:16.6666666667%}.row>.col-3-xlarge{width:25%}.row>.off-3-xlarge{margin-left:25%}.row>.col-4-xlarge{width:33.3333333333%}.row>.off-4-xlarge{margin-left:33.3333333333%}.row>.col-5-xlarge{width:41.6666666667%}.row>.off-5-xlarge{margin-left:41.6666666667%}.row>.col-6-xlarge{width:50%}.row>.off-6-xlarge{margin-left:50%}.row>.col-7-xlarge{width:58.3333333333%}.row>.off-7-xlarge{margin-left:58.3333333333%}.row>.col-8-xlarge{width:66.6666666667%}.row>.off-8-xlarge{margin-left:66.6666666667%}.row>.col-9-xlarge{width:75%}.row>.off-9-xlarge{margin-left:75%}.row>.col-10-xlarge{width:83.3333333333%}.row>.off-10-xlarge{margin-left:83.3333333333%}.row>.col-11-xlarge{width:91.6666666667%}.row>.off-11-xlarge{margin-left:91.6666666667%}.row>.col-12-xlarge{width:100%}.row>.off-12-xlarge{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:0;margin-left:-.125em}.row.gtr-25>*{padding:0 0 0 .125em}.row.gtr-25.gtr-uniform{margin-top:-.125em}.row.gtr-25.gtr-uniform>*{padding-top:.125em}.row.gtr-50{margin-top:0;margin-left:-.25em}.row.gtr-50>*{padding:0 0 0 .25em}.row.gtr-50.gtr-uniform{margin-top:-.25em}.row.gtr-50.gtr-uniform>*{padding-top:.25em}.row{margin-top:0;margin-left:-.5em}.row>*{padding:0 0 0 .5em}.row.gtr-uniform{margin-top:-.5em}.row.gtr-uniform>*{padding-top:.5em}.row.gtr-150{margin-top:0;margin-left:-.75em}.row.gtr-150>*{padding:0 0 0 .75em}.row.gtr-150.gtr-uniform{margin-top:-.75em}.row.gtr-150.gtr-uniform>*{padding-top:.75em}.row.gtr-200{margin-top:0;margin-left:-1em}.row.gtr-200>*{padding:0 0 0 1em}.row.gtr-200.gtr-uniform{margin-top:-1em}.row.gtr-200.gtr-uniform>*{padding-top:1em}}@media screen and (max-width:1280px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row>.imp-large{order:-1}.row>.col-1-large{width:8.3333333333%}.row>.off-1-large{margin-left:8.3333333333%}.row>.col-2-large{width:16.6666666667%}.row>.off-2-large{margin-left:16.6666666667%}.row>.col-3-large{width:25%}.row>.off-3-large{margin-left:25%}.row>.col-4-large{width:33.3333333333%}.row>.off-4-large{margin-left:33.3333333333%}.row>.col-5-large{width:41.6666666667%}.row>.off-5-large{margin-left:41.6666666667%}.row>.col-6-large{width:50%}.row>.off-6-large{margin-left:50%}.row>.col-7-large{width:58.3333333333%}.row>.off-7-large{margin-left:58.3333333333%}.row>.col-8-large{width:66.6666666667%}.row>.off-8-large{margin-left:66.6666666667%}.row>.col-9-large{width:75%}.row>.off-9-large{margin-left:75%}.row>.col-10-large{width:83.3333333333%}.row>.off-10-large{margin-left:83.3333333333%}.row>.col-11-large{width:91.6666666667%}.row>.off-11-large{margin-left:91.6666666667%}.row>.col-12-large{width:100%}.row>.off-12-large{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:0;margin-left:-.125em}.row.gtr-25>*{padding:0 0 0 .125em}.row.gtr-25.gtr-uniform{margin-top:-.125em}.row.gtr-25.gtr-uniform>*{padding-top:.125em}.row.gtr-50{margin-top:0;margin-left:-.25em}.row.gtr-50>*{padding:0 0 0 .25em}.row.gtr-50.gtr-uniform{margin-top:-.25em}.row.gtr-50.gtr-uniform>*{padding-top:.25em}.row{margin-top:0;margin-left:-.5em}.row>*{padding:0 0 0 .5em}.row.gtr-uniform{margin-top:-.5em}.row.gtr-uniform>*{padding-top:.5em}.row.gtr-150{margin-top:0;margin-left:-.75em}.row.gtr-150>*{padding:0 0 0 .75em}.row.gtr-150.gtr-uniform{margin-top:-.75em}.row.gtr-150.gtr-uniform>*{padding-top:.75em}.row.gtr-200{margin-top:0;margin-left:-1em}.row.gtr-200>*{padding:0 0 0 1em}.row.gtr-200.gtr-uniform{margin-top:-1em}.row.gtr-200.gtr-uniform>*{padding-top:1em}}@media screen and (max-width:980px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row>.imp-medium{order:-1}.row>.col-1-medium{width:8.3333333333%}.row>.off-1-medium{margin-left:8.3333333333%}.row>.col-2-medium{width:16.6666666667%}.row>.off-2-medium{margin-left:16.6666666667%}.row>.col-3-medium{width:25%}.row>.off-3-medium{margin-left:25%}.row>.col-4-medium{width:33.3333333333%}.row>.off-4-medium{margin-left:33.3333333333%}.row>.col-5-medium{width:41.6666666667%}.row>.off-5-medium{margin-left:41.6666666667%}.row>.col-6-medium{width:50%}.row>.off-6-medium{margin-left:50%}.row>.col-7-medium{width:58.3333333333%}.row>.off-7-medium{margin-left:58.3333333333%}.row>.col-8-medium{width:66.6666666667%}.row>.off-8-medium{margin-left:66.6666666667%}.row>.col-9-medium{width:75%}.row>.off-9-medium{margin-left:75%}.row>.col-10-medium{width:83.3333333333%}.row>.off-10-medium{margin-left:83.3333333333%}.row>.col-11-medium{width:91.6666666667%}.row>.off-11-medium{margin-left:91.6666666667%}.row>.col-12-medium{width:100%}.row>.off-12-medium{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:0;margin-left:-.125em}.row.gtr-25>*{padding:0 0 0 .125em}.row.gtr-25.gtr-uniform{margin-top:-.125em}.row.gtr-25.gtr-uniform>*{padding-top:.125em}.row.gtr-50{margin-top:0;margin-left:-.25em}.row.gtr-50>*{padding:0 0 0 .25em}.row.gtr-50.gtr-uniform{margin-top:-.25em}.row.gtr-50.gtr-uniform>*{padding-top:.25em}.row{margin-top:0;margin-left:-.5em}.row>*{padding:0 0 0 .5em}.row.gtr-uniform{margin-top:-.5em}.row.gtr-uniform>*{padding-top:.5em}.row.gtr-150{margin-top:0;margin-left:-.75em}.row.gtr-150>*{padding:0 0 0 .75em}.row.gtr-150.gtr-uniform{margin-top:-.75em}.row.gtr-150.gtr-uniform>*{padding-top:.75em}.row.gtr-200{margin-top:0;margin-left:-1em}.row.gtr-200>*{padding:0 0 0 1em}.row.gtr-200.gtr-uniform{margin-top:-1em}.row.gtr-200.gtr-uniform>*{padding-top:1em}}@media screen and (max-width:736px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row>.imp-small{order:-1}.row>.col-1-small{width:8.3333333333%}.row>.off-1-small{margin-left:8.3333333333%}.row>.col-2-small{width:16.6666666667%}.row>.off-2-small{margin-left:16.6666666667%}.row>.col-3-small{width:25%}.row>.off-3-small{margin-left:25%}.row>.col-4-small{width:33.3333333333%}.row>.off-4-small{margin-left:33.3333333333%}.row>.col-5-small{width:41.6666666667%}.row>.off-5-small{margin-left:41.6666666667%}.row>.col-6-small{width:50%}.row>.off-6-small{margin-left:50%}.row>.col-7-small{width:58.3333333333%}.row>.off-7-small{margin-left:58.3333333333%}.row>.col-8-small{width:66.6666666667%}.row>.off-8-small{margin-left:66.6666666667%}.row>.col-9-small{width:75%}.row>.off-9-small{margin-left:75%}.row>.col-10-small{width:83.3333333333%}.row>.off-10-small{margin-left:83.3333333333%}.row>.col-11-small{width:91.6666666667%}.row>.off-11-small{margin-left:91.6666666667%}.row>.col-12-small{width:100%}.row>.off-12-small{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:0;margin-left:-.125em}.row.gtr-25>*{padding:0 0 0 .125em}.row.gtr-25.gtr-uniform{margin-top:-.125em}.row.gtr-25.gtr-uniform>*{padding-top:.125em}.row.gtr-50{margin-top:0;margin-left:-.25em}.row.gtr-50>*{padding:0 0 0 .25em}.row.gtr-50.gtr-uniform{margin-top:-.25em}.row.gtr-50.gtr-uniform>*{padding-top:.25em}.row{margin-top:0;margin-left:-.5em}.row>*{padding:0 0 0 .5em}.row.gtr-uniform{margin-top:-.5em}.row.gtr-uniform>*{padding-top:.5em}.row.gtr-150{margin-top:0;margin-left:-.75em}.row.gtr-150>*{padding:0 0 0 .75em}.row.gtr-150.gtr-uniform{margin-top:-.75em}.row.gtr-150.gtr-uniform>*{padding-top:.75em}.row.gtr-200{margin-top:0;margin-left:-1em}.row.gtr-200>*{padding:0 0 0 1em}.row.gtr-200.gtr-uniform{margin-top:-1em}.row.gtr-200.gtr-uniform>*{padding-top:1em}}@media screen and (max-width:480px){.row{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.row>*{box-sizing:border-box}.row>.imp-xsmall{order:-1}.row>.col-1-xsmall{width:8.3333333333%}.row>.off-1-xsmall{margin-left:8.3333333333%}.row>.col-2-xsmall{width:16.6666666667%}.row>.off-2-xsmall{margin-left:16.6666666667%}.row>.col-3-xsmall{width:25%}.row>.off-3-xsmall{margin-left:25%}.row>.col-4-xsmall{width:33.3333333333%}.row>.off-4-xsmall{margin-left:33.3333333333%}.row>.col-5-xsmall{width:41.6666666667%}.row>.off-5-xsmall{margin-left:41.6666666667%}.row>.col-6-xsmall{width:50%}.row>.off-6-xsmall{margin-left:50%}.row>.col-7-xsmall{width:58.3333333333%}.row>.off-7-xsmall{margin-left:58.3333333333%}.row>.col-8-xsmall{width:66.6666666667%}.row>.off-8-xsmall{margin-left:66.6666666667%}.row>.col-9-xsmall{width:75%}.row>.off-9-xsmall{margin-left:75%}.row>.col-10-xsmall{width:83.3333333333%}.row>.off-10-xsmall{margin-left:83.3333333333%}.row>.col-11-xsmall{width:91.6666666667%}.row>.off-11-xsmall{margin-left:91.6666666667%}.row>.col-12-xsmall{width:100%}.row>.off-12-xsmall{margin-left:100%}.row.gtr-0{margin-top:0;margin-left:0}.row.gtr-0>*{padding:0}.row.gtr-0.gtr-uniform{margin-top:0}.row.gtr-0.gtr-uniform>*{padding-top:0}.row.gtr-25{margin-top:0;margin-left:-.125em}.row.gtr-25>*{padding:0 0 0 .125em}.row.gtr-25.gtr-uniform{margin-top:-.125em}.row.gtr-25.gtr-uniform>*{padding-top:.125em}.row.gtr-50{margin-top:0;margin-left:-.25em}.row.gtr-50>*{padding:0 0 0 .25em}.row.gtr-50.gtr-uniform{margin-top:-.25em}.row.gtr-50.gtr-uniform>*{padding-top:.25em}.row{margin-top:0;margin-left:-.5em}.row>*{padding:0 0 0 .5em}.row.gtr-uniform{margin-top:-.5em}.row.gtr-uniform>*{padding-top:.5em}.row.gtr-150{margin-top:0;margin-left:-.75em}.row.gtr-150>*{padding:0 0 0 .75em}.row.gtr-150.gtr-uniform{margin-top:-.75em}.row.gtr-150.gtr-uniform>*{padding-top:.75em}.row.gtr-200{margin-top:0;margin-left:-1em}.row.gtr-200>*{padding:0 0 0 1em}.row.gtr-200.gtr-uniform{margin-top:-1em}.row.gtr-200.gtr-uniform>*{padding-top:1em}}main{overflow:hidden}label{color:#fff;display:block;font-size:.9em;font-weight:300}input[type=email],input[type=password],input[type=text],select,textarea{background:0 0;border-radius:4px;color:inherit;display:block;outline:0;padding:0 .5em;text-decoration:none;width:100%;color:rgba(255,255,255,.75);-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none;-moz-transition:border-color .2s ease-in-out;-webkit-transition:border-color .2s ease-in-out;-ms-transition:border-color .2s ease-in-out;transition:border-color .2s ease-in-out}input[type=email]:invalid,input[type=password]:invalid,input[type=text]:invalid,select:invalid,textarea:invalid{box-shadow:none}input[type=email]:focus,input[type=password]:focus,input[type=text]:focus,select:focus,textarea:focus{border-color:var(--theme-color)}select{height:2em;text-overflow:ellipsis}select option{color:#fff;background:#383635}select:focus::-ms-value{background-color:transparent}select::-ms-expand{display:none}input[type=email],input[type=password],input[type=text],select{height:2em}textarea{padding:.75em 1em}input[type=checkbox],input[type=radio]{display:none;-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}::-webkit-input-placeholder{color:rgba(255,255,255,.5)!important;opacity:1}:-moz-placeholder{color:rgba(255,255,255,.5)!important;opacity:1}::-moz-placeholder{color:rgba(255,255,255,.5)!important;opacity:1}:-ms-input-placeholder{color:rgba(255,255,255,.5)!important;opacity:1}ol{list-style:none;margin:0 0 2em;padding-left:1.25em;list-style-type:none}ol li{padding-left:.25em}ul{list-style:none;list-style-type:none}.table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}table{width:100%;text-align:center}table tbody{color:rgba(255,255,255,.5)}table tbody tr{border-left:0;border-right:0}table tbody tr:nth-child(2n+1){background-color:rgba(255,255,255,.075)}table td,table th{vertical-align:middle;padding:.3em 0}table th{color:#fff;font-weight:300}table td{padding:.5em}table button{position:relative;height:2em;width:2em;line-height:2em;font-size:.8em;margin:0;transition:all 1s ease;vertical-align:middle;color:rgba(255,255,255,.75);background-color:rgba(39,40,51,.965);border-radius:5px}table button:hover{color:#fff;background-color:var(--theme-color)}button{cursor:pointer;border:none;outline:0}.wrapper{padding:6em 0 4em 0}@media screen and (max-width:1680px){body,input,select,textarea{font-size:13pt}}@media screen and (max-width:1280px){body,input,select,textarea{font-size:11.5pt}.wrapper{padding:4.5em 0 2.5em 0}}@media screen and (max-width:980px){body,input,select,textarea{font-size:12pt}.wrapper{padding:4.5em 2.5em 2.5em 2.5em}}@media screen and (max-width:736px){body,html{overflow-x:hidden}body,input,select,textarea{font-size:12pt}h2{font-size:1.5em}h3{font-size:1.2em}h4{font-size:1em}header p br{display:none}header h2+p{font-size:1em}header h3+p{font-size:1em}header h4+p,header h5+p,header h6+p{font-size:.9em}.wrapper{padding:3.25em 1.5em 1.25em 1.5em}}@media screen and (max-width:480px){body,html{min-width:320px}body,input,select,textarea{font-size:12pt}.wrapper{padding:3em 1.25em 1em 1.25em}}.hidden{position:absolute;visibility:hidden;opacity:0;-webkit-transition:max-height .5s ease;-moz-transition:max-height .5s ease;transition:max-height .5s ease;overflow:hidden;max-height:0;max-width:0;padding:0;margin:0}