/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.react-tabs{-webkit-tap-highlight-color:rgba(0,0,0,0)}.react-tabs__tab-list{border-bottom:1px solid #aaa;margin:0 0 10px;padding:0}.react-tabs__tab{display:inline-block;border:1px solid transparent;border-bottom:none;bottom:-1px;position:relative;list-style:none;padding:6px 12px;cursor:pointer}.react-tabs__tab--selected{background:#fff}.react-tabs__tab--disabled{color:GrayText;cursor:default}.react-tabs__tab:focus{outline:none}.react-tabs__tab:focus:after{content:"";position:absolute;height:5px;left:-4px;right:-4px;bottom:-5px;background:#fff}.react-tabs__tab-panel{display:none}.react-tabs__tab-panel--selected{display:block}@import"/static/hint.min.css";:root{--ck-highlight-marker-blue:#72cdfd;--ck-highlight-marker-green:#63f963;--ck-highlight-marker-pink:#fc7999;--ck-highlight-marker-yellow:#fdfd77;--ck-highlight-pen-green:#180;--ck-highlight-pen-red:#e91313;--ck-image-style-spacing:1.5em;--ck-todo-list-checkmark-size:16px}.ck-content .image.image_resized{max-width:100%;display:block;box-sizing:border-box}.ck-content .image.image_resized img{width:100%}.ck-content .image.image_resized>figcaption{display:block}.ck-content code{background-color:hsla(0,0%,78%,.3);padding:.15em;border-radius:2px}.ck-content .image{display:table;clear:both;text-align:center;margin:1em auto}.ck-content .image>img{display:block;margin:0 auto;max-width:100%;min-width:50px}.ck-content .image-style-align-center,.ck-content .image-style-align-left,.ck-content .image-style-align-right,.ck-content .image-style-side{max-width:50%}.ck-content .image-style-side{float:right;margin-left:var(--ck-image-style-spacing)}.ck-content .image-style-align-left{float:left;margin-right:var(--ck-image-style-spacing)}.ck-content .image-style-align-center{margin-left:auto;margin-right:auto}.ck-content .image-style-align-right{float:right;margin-left:var(--ck-image-style-spacing)}.ck-content .page-break{position:relative;clear:both;padding:5px 0;display:flex;align-items:center;justify-content:center}.ck-content .page-break:after{content:"";position:absolute;border-bottom:2px dashed #c4c4c4;width:100%}.ck-content .page-break__label{position:relative;z-index:1;padding:.3em .6em;display:block;text-transform:uppercase;border:1px solid #c4c4c4;border-radius:2px;font-family:Helvetica,Arial,Tahoma,Verdana,Sans-Serif;font-size:.75em;font-weight:700;color:#333;background:#fff;box-shadow:2px 2px 1px rgba(0,0,0,.15);-webkit-user-select:none;-moz-user-select:none;user-select:none}.ck-content blockquote{overflow:hidden;padding-right:1.5em;padding-left:1.5em;margin-left:0;margin-right:0;font-style:italic;border-left:5px solid #ccc}.ck-content[dir=rtl] blockquote{border-left:0;border-right:5px solid #ccc}.ck-content .media{clear:both;margin:1em 0;display:block;min-width:15em}.ck-content .table{margin:1em auto;display:table}.ck-content .table table{border-collapse:collapse;border-spacing:0;width:100%;height:100%;border:1px double #b3b3b3}.ck-content .table table td,.ck-content .table table th{min-width:2em;padding:.4em;border-color:#bfbfbf}.ck-content .table table th{font-weight:700;background:rgba(0,0,0,.05)}.ck-content .todo-list{list-style:none}.ck-content .todo-list li{margin-bottom:5px}.ck-content .todo-list li .todo-list{margin-top:5px}.ck-content .todo-list .todo-list__label>input{-webkit-appearance:none;display:inline-block;position:relative;width:var(--ck-todo-list-checkmark-size);height:var(--ck-todo-list-checkmark-size);vertical-align:middle;border:0;left:-25px;margin-right:-15px;right:0;margin-left:0}.ck-content .todo-list .todo-list__label>input:before{display:block;position:absolute;box-sizing:border-box;content:"";width:100%;height:100%;border:1px solid #333;border-radius:2px;transition:box-shadow .25s ease-in-out,background .25s ease-in-out,border .25s ease-in-out}.ck-content .todo-list .todo-list__label>input:after{display:block;position:absolute;box-sizing:content-box;pointer-events:none;content:"";left:calc(var(--ck-todo-list-checkmark-size)/3);top:calc(var(--ck-todo-list-checkmark-size)/5.3);width:calc(var(--ck-todo-list-checkmark-size)/5.3);height:calc(var(--ck-todo-list-checkmark-size)/2.6);border-style:solid;border-color:transparent;border-width:0 calc(var(--ck-todo-list-checkmark-size)/8) calc(var(--ck-todo-list-checkmark-size)/8) 0;transform:rotate(45deg)}.ck-content .todo-list .todo-list__label>input[checked]:before{background:#26ab33;border-color:#26ab33}.ck-content .todo-list .todo-list__label>input[checked]:after{border-color:#fff}.ck-content .todo-list .todo-list__label .todo-list__label__description{vertical-align:middle}.ck-content .image>figcaption{display:table-caption;caption-side:bottom;word-break:break-word;color:#333;background-color:#f7f7f7;padding:.6em;font-size:.75em;outline-offset:-1px}.ck-content .marker-yellow{background-color:var(--ck-highlight-marker-yellow)}.ck-content .marker-green{background-color:var(--ck-highlight-marker-green)}.ck-content .marker-pink{background-color:var(--ck-highlight-marker-pink)}.ck-content .marker-blue{background-color:var(--ck-highlight-marker-blue)}.ck-content .pen-red{color:var(--ck-highlight-pen-red);background-color:transparent}.ck-content .pen-green{color:var(--ck-highlight-pen-green);background-color:transparent}.ck-content hr{border:solid #5e5e5e;border-width:1px 0 0;margin:0}.ck-content pre{padding:1em;color:#353535;background:hsla(0,0%,78%,.3);border:1px solid #c4c4c4;border-radius:2px;text-align:left;direction:ltr;-moz-tab-size:4;tab-size:4;white-space:pre-wrap;font-style:normal;min-width:200px}.ck-content pre code{background:unset;padding:0;border-radius:0}@media print{.ck-content .page-break{padding:0}.ck-content .page-break:after{display:none}}.ck.ck-button.ck-block-toolbar-button{z-index:100;background:#fff;border:1px solid #ddd}.text-big{font-size:2rem}.text-huge{font-size:2.6rem}.ck-heading_fancy{font-style:italic;color:red}html{font-size:62.5%;font-family:Arial,Helvetica,sans-serif;text-align:center;min-width:375px;background:#1b1b1e}body,html{height:100%}body{display:flex;flex-direction:column}body::-webkit-scrollbar{width:10px;height:10px}body::-webkit-scrollbar-thumb{background-color:#1b3172;border-radius:6px;border:2px solid #002}body::-webkit-scrollbar-track{background:#002}body{scrollbar-face-color:#1b3172;scrollbar-track-color:#002;scrollbar-color:#1b3172 #002}.AppContainer,.BodyContent{display:flex;flex-direction:column;min-height:100vh;min-height:-webkit-fill-available}.AppContainer{max-width:130rem;margin:0 auto}.Wrapper{margin:2.2rem;padding:1.5rem;background:#303030;border-radius:5px}.content{flex:1 1}p{font-size:1.2rem}h1{font-size:3.2em}h2{font-size:2.4em}h3{font-size:1.8em}h4{font-size:1.6em}h5{font-size:1.3em}h6{font-size:1em}.PageGutter{padding:2em 0}.Crop{overflow:hidden}.NoticeBox{background:#fff;border-radius:3px;max-width:50em;margin:0 auto}.NoticeBox_Header{background:#eee;border-bottom:1px solid #dedede;padding:.3em 0;margin:0}.NoticeBox_Content{padding:1.5em 0}.Toastify__toast-body{font-size:1.6em!important}.Unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.RemoveUnderline{text-decoration:none}.styledContainer{background:#fff;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1),0 1px 4px 0 rgba(0,0,0,.1);border-radius:5px}@font-face{font-family:NotoSans;src:url(/static/NotoSans-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:NotoSans;src:url(/static/NotoSans-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:NotoSans;src:url(/static/NotoSans-Italic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:NotoSans;src:url(/static/NotoSans-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Exo;src:url(/static/Exo-VariableFont_wght.ttf) format("truetype-variations");font-weight:1 999;font-style:normal}@font-face{font-family:Exo;src:url(/static/Exo-Italic-VariableFont_wght.ttf) format("truetype-variations");font-weight:1 999;font-style:italic}button{color:inherit;border:0;cursor:pointer;margin:0;display:inline-flex;outline:0;padding:0;position:relative;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:0;vertical-align:middle;-moz-appearance:none;justify-content:center;text-decoration:none;background-color:transparent;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}label.Button--Solid{display:block;cursor:pointer;margin:0;max-width:200px;text-align:center}label.Button--Solid span{text-align:center;font-size:1.2em;font-weight:700}button:disabled{cursor:not-allowed}button span{font-size:1.2em;font-weight:700}.Button--FullWidth{display:flex;width:90em;justify-content:center;max-width:90em}.Button--Solid{border-radius:3px}.Button--Solid,.Button--SolidInput{padding:.6em 1.2em;color:#fff;text-transform:capitalize}.Button--SolidInput{border-radius:0 3px 3px 0}button:disabled.Button--Solid{color:#dedede}.Button--Outlined{border-radius:8px;border-width:2px;border-style:solid;padding:0 .6em;color:#fff}.Button--Mint_OL{border-color:#3bb873}.Button--Mint_OL:hover{border-color:#2f915b;background-color:rgba(0,0,0,.2)}.Button--Mint{background-color:#3bb873;transition:background-color .2s ease-in-out}.Button--Mint:hover{background-color:#2f915b}button:disabled.Button--Mint{background-color:#707070!important}.Button--Orange{background-color:#e8842c;transition:background-color .2s ease-in-out}.Button--Orange:hover{background-color:#cb6b16}button:disabled.Button--Orange{background-color:#707070!important}.Button--Peach{background-color:#e8842c;transition:background-color .2s ease-in-out}.Button--Peach:hover{background-color:#fb6924}button:disabled.Button--Peach{background-color:#707070!important}.Button--Raspberry{background-color:#ab0e81;transition:background-color .2s ease-in-out}.Button--Raspberry:hover{background-color:#7c0a5d}button:disabled.Button--Raspberry{background-color:#707070!important}.Button--Strawberry{background-color:#f51b43;transition:background-color .2s ease-in-out}.Button--Strawberry:hover{background-color:#d4092e}button:disabled.Button--Strawberry{background-color:#707070!important}.Button--Grape{background-color:#7a0fa8;transition:background-color .2s ease-in-out}.Button--Grape:hover{background-color:#580b79}.Button--Grapejelly{background-color:#8a66ff;transition:background-color .2s ease-in-out}.Button--Grapejelly:hover{background-color:#6333ff}button:disabled.Button--Grapejelly{background-color:#707070!important}.Button--Sky{background-color:#128fdb;transition:background-color .2s ease-in-out}.Button--Sky:hover{background-color:#0e70ac}button:disabled.Button--Sky{background-color:#707070!important}.Button--Banana{background-color:#f3fa6e;color:#000;transition:background-color .2s ease-in-out}.Button--Banana:hover{background-color:#d6e108}button:disabled.Button--Banana{background-color:#707070!important}.Button--Solid_Sidebar{width:20em;border-radius:3px;padding:.6em 1.2em;color:#fff;text-transform:capitalize}.Button--Sidebar{background-color:#e63946;transition:background-color .2s ease-in-out}.Button--Sidebar:hover{background-color:#d21a28}button:disabled.Button--Grape{background-color:#707070!important}.Button--Fullwidth{width:100%}.Button--Wide{min-width:10rem}.Button--Textlarge span{font-size:1.6rem}.Button--TextXlarge span{font-size:2rem}.Button--Small{padding:.2rem .4rem!important}.Button--Rounded{background:#232323;border-radius:50rem;border:1px solid #232323;padding:2px;cursor:pointer}.Button--SlidingWidth{transition:all .2s ease-in-out;width:-moz-fit-content;width:fit-content;min-width:10rem}.Button--SlidingWidth:hover{min-width:20rem}.Button--Dark{background-color:#4b4b54;color:#fff;transition:background-color .2s ease-in-out}.Button--Dark:hover{background-color:#1b1b1e}button:disabled.Button--Dark{background-color:#707070!important}.Select--Style{display:block;font-size:1.2em;font-family:sans-serif;font-weight:700;color:#fff;line-height:1.3;padding:.6em 1.8em .5em .8em;width:100%;max-width:100%;box-sizing:border-box;margin:0;border:1px solid #1080c3;box-shadow:0 1px 0 1px rgba(0,0,0,.04);border-radius:.5em;background-color:#fff;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4="),linear-gradient(180deg,#128fdb 0,#0e70ac);background-repeat:no-repeat,repeat;background-position:right .7em top 50%,0 0;background-size:.65em auto,100%;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}.Select--Style::-ms-expand{display:none}.Select--Style:hover{border-color:#0c6194;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4="),linear-gradient(180deg,#1080c3 0,#0c6194)}.Select--Style:focus{border-color:#aaa;color:#fff;outline:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.Select--Style option{font-weight:400;cursor:pointer;color:#000}.Select--Style:disabled,.Select--Style:disabled:hover,.Select--Style_Green:disabled,.Select--Style_Green:disabled:hover,.Select--Style_Red:disabled,.Select--Style_Red:disabled:hover{border:1px solid #9d9d9d;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4="),linear-gradient(180deg,#aaa 0,#919191);cursor:not-allowed}.Select--Style_Alt{display:block;font-size:1.2em;font-family:sans-serif;font-weight:700;color:#fff;line-height:1.3;padding:.4em .5em;width:100%;max-width:100%;box-sizing:border-box;margin:0;border:1px solid #b52735;box-shadow:0 1px 0 1px rgba(0,0,0,.04);border-radius:.5em;background-color:#fff;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4="),linear-gradient(180deg,#ca2b3b 0,#a0222f);background-repeat:no-repeat,repeat;background-position:right .7em top 50%,0 0;background-size:.65em auto,100%;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}.Select--Style_Alt::-ms-expand{display:none}.Select--Style_Alt:hover{border-color:#8b1e29;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4="),linear-gradient(180deg,#b52735 0,#8b1e29)}.Select--Style_Alt:focus{border-color:#aaa;color:#fff;outline:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.Select--Style_Alt option{font-weight:400;cursor:pointer;color:#000}.Select--Style_Red{display:block;font-size:1.2em;font-family:sans-serif;font-weight:700;color:#fff;line-height:1.3;padding:.6em 1.8em .5em .8em;width:100%;max-width:100%;box-sizing:border-box;margin:0;border:1px solid #b52735;box-shadow:0 1px 0 1px rgba(0,0,0,.04);border-radius:.5em;background-color:#fff;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4="),linear-gradient(180deg,#ca2b3b 0,#a0222f);background-repeat:no-repeat,repeat;background-position:right .7em top 50%,0 0;background-size:.65em auto,100%;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}.Select--Style_Red::-ms-expand{display:none}.Select--Style_Red:hover{border-color:#8b1e29;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4="),linear-gradient(180deg,#b52735 0,#8b1e29)}.Select--Style_Red:focus{border-color:#aaa;color:#fff;outline:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.Select--Style_Red option{font-weight:400;cursor:pointer;color:#000}.Select--Style_Green{display:block;font-size:1.2em;font-family:sans-serif;font-weight:700;color:#fff;line-height:1.3;padding:.6em 1.8em .5em .8em;width:100%;max-width:100%;box-sizing:border-box;margin:0;border:1px solid #35a567;box-shadow:0 1px 0 1px rgba(0,0,0,.04);border-radius:.5em;background-color:#fff;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4="),linear-gradient(180deg,#3bb873 0,#2f915b);background-repeat:no-repeat,repeat;background-position:right .7em top 50%,0 0;background-size:.65em auto,100%;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}.Select--Style_Green::-ms-expand{display:none}.Select--Style_Green:hover{border-color:#287e4f;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4="),linear-gradient(180deg,#35a567 0,#287e4f)}.Select--Style_Green:focus{border-color:#aaa;color:#fff;outline:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.Select--Style_Green option{font-weight:400;cursor:pointer;color:#000}.Select--Style_Teal{display:block;font-size:1.2em;font-family:sans-serif;font-weight:700;color:#fff;line-height:1.3;padding:.6em 1.8em .5em .8em;width:100%;max-width:100%;box-sizing:border-box;margin:0;border:1px solid #0f878d;box-shadow:0 1px 0 1px rgba(0,0,0,.04);border-radius:.5em;background-color:#fff;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4="),linear-gradient(180deg,#119da4 0,#0c7176);background-repeat:no-repeat,repeat;background-position:right .7em top 50%,0 0;background-size:.65em auto,100%;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}.Select--Style_Teal::-ms-expand{display:none}.Select--Style_Teal:hover{border-color:#0a5b5f;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4="),linear-gradient(180deg,#0f878d 0,#0a5b5f)}.Select--Style_Teal:focus{border-color:#aaa;color:#fff;outline:none;-moz-appearance:none;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.Select--Style_Teal option{font-weight:400;cursor:pointer;color:#000}input.inputBox{width:10em;padding:.5em 1.5em;font-size:1em;margin:.5em 0;display:inline-block;border:1px solid #ccc;border-radius:3px 0 0 3px;box-sizing:border-box}input:focus{outline:none}.Input--Styled{border:1px solid #cacaca;border-right:0;border-radius:5px 0 0 5px}.Input--Open,.Input--Styled{padding:.4rem;font-size:1.6rem}.Input--Open{background:transparent;line-height:2rem;border:0;border-bottom:2px solid #cacaca;border-radius:0 0 0 0}.Input--Open:focus{outline:none;border-bottom:2px solid #0c7489}.Shadow--Small{filter:drop-shadow(.1px .3px rgba(0,0,0,.15)) drop-shadow(0 .3px .7px rgba(0,0,0,.108)) drop-shadow(0 .6px 1.3px rgba(0,0,0,.089)) drop-shadow(0 1.1px 2.2px rgba(0,0,0,.075)) drop-shadow(0 2.1px 4.2px rgba(0,0,0,.061)) drop-shadow(0 5px 10px rgba(0,0,0,.042))}.Shadow--Small_Hard{filter:drop-shadow(.1px .3px rgba(0,0,0,.3)) drop-shadow(0 .3px .7px rgba(0,0,0,.216)) drop-shadow(0 .6px 1.3px rgba(0,0,0,.179)) drop-shadow(0 1.1px 2.2px rgba(0,0,0,.15)) drop-shadow(0 2.1px 4.2px rgba(0,0,0,.121)) drop-shadow(0 5px 10px rgba(0,0,0,.084))}.Shadow--Small_HardAlt{box-shadow:.1px .3px rgba(0,0,0,.3),0 .3px .7px rgba(0,0,0,.216),0 .6px 1.3px rgba(0,0,0,.179),0 1.1px 2.2px rgba(0,0,0,.15),0 2.1px 4.2px rgba(0,0,0,.121),0 5px 10px rgba(0,0,0,.084)}.Shadow--Wide{filter:drop-shadow(0 .1px .3px rgba(0,0,0,.042)) drop-shadow(0 .3px .7px rgba(0,0,0,.061)) drop-shadow(0 .6px 1.3px rgba(0,0,0,.075)) drop-shadow(0 1.1px 2.2px rgba(0,0,0,.089)) drop-shadow(0 2.1px 4.2px rgba(0,0,0,.108)) drop-shadow(0 5px 10px rgba(0,0,0,.15))}.Standard--Container{padding:2.2rem 0}.Standard--Title{font-size:2.6rem;font-weight:700;color:#fff;padding:0 0 2.2rem}.Home--Container{display:flex;max-width:110em;width:100%;flex-wrap:wrap;margin-left:auto;margin-right:auto;justify-content:center}.Home--Top{display:flex;width:100%;justify-content:space-around}.Home--Left{max-width:80em;width:100%}.Home--Right{max-width:25em;width:100%;margin:0 5em 0 0}.Home--Discord{margin:.8em auto;border-radius:3px;width:20em;background:#7289da;color:#23272a;cursor:pointer}.Home--Discord_Inner{transition:transform .3s ease;display:flex;flex-direction:row;justify-content:space-evenly}.Home--Discord_Inner:hover{transform:scale(1.1)}.Home--Discord .Home--Logo img{width:12em}.Home--Discord_Text{display:flex;flex-direction:column;align-self:center;font-size:1.4em;color:#fff;font-weight:700}.Home--Discord_Text span{font-size:2em;font-weight:400}.Home--Sidebar_Heading{font-size:1.8em;color:#fff;text-transform:uppercase;letter-spacing:2px}.Home--Sidebar_Popular{margin:.4em auto}.Home--Sidebar_Popular a{text-decoration:none}.Home--Status{width:100%}.Home--Notice_Banner{margin:1rem 0;width:100%;height:5rem}.Home--Notice_BannerContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;height:100%}.Home--Notice_BannerTitle{font-size:2rem;font-weight:700;color:#fff;text-shadow:2px 2px 5px #000;padding:0 1rem 0 0}.Home--Status_Shelf{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;grid-auto-rows:minmax(100px,auto);grid-auto-flow:row dense;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));padding:0 0 1rem}.Home--Status_Item{display:flex;flex-direction:column;width:100%;height:100%;justify-content:center;align-items:center}.Home--Status_Item:hover{cursor:pointer;transition:all .2s ease-in-out}.Home--Status_Item:hover .Home--Status_Object,.Home--Status_Item:hover .Home--Status_Title{color:#000;text-shadow:2px 2px 5px #fff;transition:all .2s ease-in-out}.Home--Status_Object{font-size:2rem;margin:0 0 .5rem}.Home--Status_Object,.Home--Status_Title{font-weight:700;color:#fff;text-shadow:2px 2px 5px #000}.Home--Status_Title{font-size:1.6rem}.Home--Status_Item[data-type=user0]{background:#ff9f43}.Home--Status_Item[data-type=user1]{background:#ff922a}.Home--Status_Item[data-type=user2]{background:#ff8510}.Home--Status_Item[data-type=user3]{background:#f67800}.Home--Status_Item[data-type=guide0]{background:#1ca95f}.Home--Status_Item[data-type=guide1]{background:#199353}.Home--Status_Item[data-type=comment0]{background:#ee5253}.Home--Status_Item[data-type=comment1]{background:#ec3b3c}.Home--Status_Item[data-type=user0]:hover,.Home--Status_Item[data-type=user1]:hover,.Home--Status_Item[data-type=user2]:hover,.Home--Status_Item[data-type=user3]:hover{background:#ffd3a9}.Home--Status_Item[data-type=guide0]:hover,.Home--Status_Item[data-type=guide1]:hover{background:#61e49f}.Home--Status_Item[data-type=comment0]:hover,.Home--Status_Item[data-type=comment1]:hover{background:#f7afaf}.Home--Status_Item[data-type=good]{background:#20bf6b}.Home--Status_Item[data-type=good]:hover{background:#8cecb9}.Home--Status_Item[data-type=flash]:hover{background:#fff}.Home--Notice_Banner,.Home--Status_Item[data-type=flash]{background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:800% 800%;animation:gradient 1.5s ease infinite}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}#Home--ApexChart{background:#fff;min-width:30rem;width:100%}.Home--Chart_Wider{padding:1rem;width:100%}#Home--ApexChartWider{background:#fff;min-width:30rem;width:100%}.Home--Chart{padding:1rem;min-width:30rem;max-width:45%;width:100%}.Home--Chart_Buttons{display:flex;flex-direction:row;justify-content:space-evenly;width:100%;padding:0 0 1rem}.Home--Analytics{width:100%;margin:1.5rem 0 0}.Home--Analytics_Title{font-size:2.6rem;color:#fff;font-weight:700;padding:0 0 2.5rem}.Home--Analytics_Shelf{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;grid-auto-rows:minmax(100px,auto);grid-auto-flow:row dense;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));padding:0 0 1rem}.Home--Analytics_Item{display:flex;flex-direction:column;width:100%;height:100%;justify-content:center;align-items:center}.Home--Analytics_Item[data-type=analytics0]{background:#a55eea}.Home--Analytics_Item[data-type=analytics1]{background:#9847e7}.Home--Analytics_Item[data-type=analytics2]{background:#8c31e4}.Home--Analytics_Item[data-type=analytics3]{background:#7f1dde}.Home--Analytics_Item[data-type=analytics0]:hover,.Home--Analytics_Item[data-type=analytics1]:hover,.Home--Analytics_Item[data-type=analytics2]:hover,.Home--Analytics_Item[data-type=analytics3]:hover{background:#d7b8f6;transition:all .2s ease-in-out}.Home--Analytics_Ticker{font-size:2rem;margin:0 0 .5rem}.Home--Analytics_ItemTitle,.Home--Analytics_Ticker{color:#fff;font-weight:700;text-shadow:2px 2px 5px #000}.Home--Analytics_ItemTitle{font-size:1.6rem}.Home--Analytics_Charts{display:flex;flex-direction:row;justify-content:space-evenly;flex-wrap:wrap}@media only screen and (max-width:980px){.Home--Top{justify-content:center}.Home--Container,.Home--Left{max-width:none}.Home--Left{width:calc(100% - 30em)}}@media only screen and (max-width:750px){.Home--Right{max-width:20em}.Home--Chart{padding:1rem;min-width:100%;width:100%}}@media only screen and (max-width:600px){.Home--Container,.Home--Top{flex-direction:column}.Home--Left{width:100%}.Home--Discord{max-width:100%;width:100%}.Home--Right{max-width:25em;width:calc(100% - 10em);padding:0 5em;margin:0 auto}}#RegisterContainer{max-width:30em;margin-left:auto;margin-right:auto}#Registration--Form{display:flex;justify-content:center;flex-direction:column}#Registration--Form label{margin-right:inherit}.Registration--EmailContainer,.Registration--PassContainer,.Registration--UserContainer{display:flex;justify-content:center;flex-direction:column;width:20em;margin-left:auto;margin-right:auto;flex-wrap:wrap}.Registration--CaptchaContainer,.Registration--SubmitContainer{display:flex;justify-content:center}.Register_hide_false,.Registered_show_true{display:inherit}.Register_hide_true,.Registered_show_false{display:none!important}.Registration--Pad{padding:1.2rem}.Login--Container{align-items:center;justify-content:center;flex-direction:column;height:80vh}.Login--CardContainer,.Login--Container{display:flex;margin-left:auto;margin-right:auto}.Login--CardContainer{max-width:35em;background:#fefefe;border-radius:5px}#Login--Form{display:flex;justify-content:center;flex-direction:column}#Login--Form label{margin-right:inherit}.Login--PassContainer,.Login--UserContainer{display:flex;justify-content:center;flex-direction:column;width:20em;margin-left:auto;margin-right:auto;flex-wrap:wrap}.Login--CaptchaContainer,.Login--StatusError,.Login--SubmitContainer{display:flex;justify-content:center}.Login--StatusError{flex-direction:column;margin-right:auto;margin-left:auto;padding:1rem 0}.Login--Pad{padding:1.2rem}.Login--SubmitContainer{padding:0 0 1.2rem}.Login--OptionsContainer{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}#WideLogin--Container{background:#fefefe;border-radius:5px}.WideLogin--Split{display:flex;flex-direction:row;width:100%;overflow:hidden;border-radius:5px}.WideLogin--Left{max-width:25em;max-height:40em;width:100%;height:100%}.WideLogin--Right{max-width:30em;width:100%;margin:1.2rem;display:flex;flex-direction:row;align-items:center}#WideLogin--Form label{margin-right:inherit}.WideLogin--PassContainer,.WideLogin--UserContainer{display:flex;justify-content:left;flex-direction:column;width:100%;flex-wrap:wrap;margin:0 auto 1.5em 0}.WidelOgin--TokenSubtext{font-size:1.3rem;padding:0 0 1.5rem;text-align:left}.WideLogin--TokenContainer{display:flex;justify-content:left;flex-direction:column;width:25em;flex-wrap:wrap;margin:0 auto 1.5em 0}.WideLogin--StatusError{display:flex;justify-content:center;flex-direction:column;margin-right:auto;margin-left:auto;padding:1rem 0}.WideLogin--SubmitContainer{padding:0 0 1.2rem}.WideLogin--OptionsContainer{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;margin:0 0 2.5em}.WideLogin--Register{font-size:1.2rem;color:#119da4;cursor:pointer;padding:0 0 1em}.WideLogin--Register:hover{text-decoration:underline;color:#0c7489}.WideLogin--Reset{font-size:1.2rem;color:#119da4}.WideLogin--Reset a{color:#119da4;text-decoration:none}.WideLogin--Reset a:hover{color:#0c7489;text-decoration:underline}.WideLogin--Title{font-family:Exo,Arial,Helvetica,sans-serif;font-weight:600;font-size:2.6rem;color:#0c7489;margin:1em 0;text-align:left}.WideLogin--TokenContainer .WideLogin--Label{text-align:left}.WideLogin--Label{font-size:1.4em;color:#0c7489;margin:0 0 .5em}.WideLogin--Field{background:#e8e8e8;border-radius:8px;border:none;padding:8px;outline:none;font-size:12px}.WideLogin--TokenContainer .WideLogin--Field{width:7rem}.WideLogin--Error{line-height:2em;font-size:1.2rem;animation:color-change 3s infinite}@keyframes color-change{0%{color:red}50%{color:#000}to{color:red}}.WideLogin--ErrorBanner{width:100%;height:33px}.WideLogin--Status{font-size:1.6rem;color:#fff;padding:.5em 0}.WideLogin--Form{margin:0 auto}.WideLogin--TokenContainer input::-webkit-inner-spin-button,.WideLogin--TokenContainer input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.WideLogin--TokenContainer input[type=number]{-moz-appearance:textfield}.WideLogin--InfoPanel{background:#119da4;height:100%;min-height:35em;display:flex;flex-direction:row;align-items:center;justify-content:center}.WideLogin--InfoCenter{display:flex;flex-direction:column}.WideLogin--InfoArea{color:#fff;font-size:1.6rem}.Login--LogOut{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin:1.6rem}.LogOut--Notice{font-size:2.6rem;font-weight:700;color:#0c7489;margin:0 0 10px}.LogOut--Notice_Sub{font-size:1.6rem;color:#1b1b1e;margin:0 0 10px}.LogOut--Notice_Bold{font-weight:700;color:#f51b43}.Login--NoticeBox{display:flex;flex-direction:column;justify-content:center;padding:1.5rem;margin:1.5rem}.Login--NoticeBox_Inner{display:flex;flex-direction:column;justify-content:left;align-items:center;text-align:left;width:100%;max-width:40rem;margin:0 0 1.5rem}.Login--NoticeTitle{font-size:3.5rem;font-family:Exo,Arial,Helvetica,sans-serif;font-weight:700;margin:0 0 1.5rem}.Login--NoticeText{font-size:1.6rem;line-height:2rem;text-align:left;width:100%}.Login--NoticeBox_Buttons{display:flex;flex-direction:row;justify-content:center}.Login--NoticeBox_Buttons div{padding:0 1rem}.NavBar{display:flex;flex-direction:column;justify-content:normal;height:inherit;position:relative;align-items:center;background:none;margin:2em 0 0}.NavBar--Logo{display:flex;margin:auto;font-size:3em;color:#fff;font-weight:700;text-decoration:none;padding:0}.NavBar--Right{display:flex;justify-content:space-evenly}.NavBar--LogOut{cursor:pointer;display:inline-flex}.NavBar--Button{display:flex;margin:auto;padding:0 0 0 1em;font-size:1.6em;color:#fefefe;text-decoration:none;height:3.2em;align-items:center}.NavBar--Welcome{display:flex;flex-direction:column;justify-content:right;text-align:right;font-size:1.4em;color:#fff;padding:0}.NavBar--Username{font-size:2.6rem;font-weight:700}.NavBar--Role{font-size:1.6rem}.NavBar--Item{display:flex;margin:auto;font-size:2em;color:#fff;text-decoration:none;padding:0 .8em 0 0;transition:color .2s ease}.NavBar--Item:hover{color:#e84855}.NavBar_Bot,.NavBar_Top{display:flex;width:100%;max-width:130rem;justify-content:space-between;position:relative}.NavBar_Bot{margin:1.5rem 0 0}.NavBar--BotLeft{display:flex;align-items:center;font-size:1em;font-weight:400}.Navigation--Container{display:flex;flex-direction:row;justify-content:flex-start}.Navigation--Nexus{cursor:pointer;font-size:2.6rem;color:#fff;z-index:2}.Navigation--DD_Container{position:relative}.Navigation--DD_Overlay{background:rgba(0,0,0,.2);z-index:1;width:100vw;height:100vh;position:absolute;left:0;top:0}.DD--Container{position:absolute;display:flex;flex-direction:column;top:15px;left:5px;background:#ebebeb;width:30rem;border-radius:0 5px 5px 5px;z-index:99;filter:drop-shadow(0 0 3px #333333);padding:.5rem}.DD--Container:before{content:" ";border-color:transparent transparent #ebebeb;border-style:solid;border-width:0 10px 10px 0;position:absolute;left:0;top:-9px}.DD--Navigation{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;flex-direction:row;flex-wrap:wrap;text-align:left;list-style-type:none;margin:0;padding:0}.DD--Navigation a{text-decoration:none}.DD--Item{margin:0;min-width:7rem;min-height:7rem}.DD--Item,.DD--Item_Flex{display:flex;justify-content:center;align-items:center}.DD--Item_Flex{flex-direction:column}.DD--Item_Flex svg{font-size:2rem;margin:0 0 .5rem}.DD--Item_Name{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center}.DD--Navigation_MenuTitle{font-size:1.6rem;font-weight:700;text-align:left;padding:1.5rem 0 .5rem}.DD--Item,.DD--Item a{font-size:1.2rem;color:#1b1b1e;font-weight:700;text-decoration:none}.DD--Item[data-item=users]:hover{background:#6ab04c;color:#fff}.DD--Item[data-item=guides]:hover{background:#f0932b;color:#fff}.DD--Item[data-item=comments]:hover{background:#e056fd;color:#fff}.DD--Item[data-item=featured]:hover{background:#30336b;color:#fff}.DD--Item[data-item=categories]:hover{background:#686de0;color:#fff}.DD--Item[data-item=notices]:hover{background:#ca2b3b;color:#fff}.DD--Item[data-item=ads]:hover{background:#95afc0;color:#fff}.DD--Item[data-item=staff-log]:hover{background:#22a6b3;color:#fff}.DD--Item a{cursor:pointer}.DD--Item a:hover,.DD--Item:hover a{color:#fff}.DD--Logout{margin:1.5rem 1rem 1rem}.Footer--Container{max-width:60em;margin:auto;display:flex;flex-direction:column;flex-shrink:0;padding:1.6rem 0;font-size:1.2rem;color:#fefefe}.Footer--Container a{color:#fefefe;text-decoration:none}.Footer--Container a:hover{color:tomato;text-decoration:underline}.Footer--Social{display:flex;flex-direction:row;justify-content:space-evenly}.Footer--Social div{margin:.5em .8em}.Footer--Disclaimers{display:flex;flex-direction:column;justify-content:space-evenly}.Footer--Disclaimers div{margin:.5em .8em}.Footer--Search{display:flex;flex-direction:row;justify-content:space-evenly}@media only screen and (max-width:600px){.Footer--Search{flex-direction:column;justify-content:space-evenly}}.Profile--Avatar{width:100px;height:100px;border-radius:100px}.Profile--Edit .MuiSvgIcon-root{font-size:2.6rem}.MuiTooltip-popper div{font-size:1.2rem}.Profile--SettingsBox{max-width:20em}.Profile--GuideList{max-width:60em;margin-left:auto;margin-right:auto}.Profile--Guide{margin:1.2rem 0;display:flex;align-items:center}.Profile--GuideImg{display:flex;align-self:flex-start}.Profile--AvatarContainer{overflow:hidden;position:relative;border-radius:50em;width:100px;height:100px;margin:0 auto}.Profile--GuideImg img{width:auto;max-width:200px;height:100px}.Profile--GuideStatus{display:flex;align-self:flex-end;padding:0 5px 5px 0;position:relative}.Profile--GuideStatus_Box{position:absolute;top:-10px;right:5px}.Profile--GuideInfo{display:flex;justify-content:space-around;align-items:baseline;width:100%}.Profile--GuideData{width:100%;padding:1em 0;display:flex;justify-content:space-between;align-items:center;flex-direction:column}.Profile--GuideLink{text-decoration:none}.Profile--GuideDesc{max-width:30em}.Profile--GuideStatus_Public,.Profile--GuideStatus_Submitted,.Profile--GuideStatus_Unpublished{font-weight:700;color:#fff}.Profile--GuideStatus_Public{background:#4fbf30;border-top-right-radius:5px}.Profile--GuideStatus_Unpublished{background:#3391cc;border-top-right-radius:5px}.Profile--GuideStatus_Submitted{background:#eb1742;border-top-right-radius:5px}#Profile--NoticeBody-helper-text,#Profile--NoticeTitle-helper-text{font-size:1rem;color:red}.User--Avatar{width:100px;height:100px;border-radius:100px}.User--Edit .MuiSvgIcon-root{font-size:2.6rem}.User--GuideList{max-width:60em;margin-left:auto;margin-right:auto}.User--Guide{cursor:pointer;margin:1.2rem 0;display:flex;justify-content:space-between;align-items:center}.User--GuideLink{text-decoration:none}.User--ModifyBox{width:300px}.Admin--User_ModMenu{max-width:80em;display:flex;flex-direction:row;margin:0 auto;justify-content:center}.Admin--User_ModMenuItem{margin:0 .5em}.Admin--User_Heading{width:100%;height:3em;margin:0 auto;display:flex;border-radius:5px;flex-direction:column;justify-content:center;align-items:center}.Admin--User_Heading h3{margin:0;padding:0;color:#fff;font-size:2em}.Admin--User_Container{max-width:80em;margin:1em auto 2em;display:flex;flex-direction:column;color:#000}.Admin--User_DetailContainer{display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:40em}.Admin--User_Details{display:flex;justify-content:space-between;flex-direction:row;max-width:40em;transition:all .3s ease;cursor:pointer;font-size:1.4em}.Admin--User_Details:hover{background:#dedede}.Admin--User_DetailsTitle{font-weight:700}.Admin--User_AccountContainer{display:flex;background:#fff;flex-direction:column;justify-content:flex-start;border:1px solid #fff;border-radius:.5em;margin:1.6rem 0}.Admin--User_Details>div{overflow-wrap:break-word;max-width:15em}.Admin--User_Avatar{width:100px;height:100px;background:#000}.Admin--UserTable{background:#fff;padding:1.2rem}.Admin--UserNoResults{padding:1.2rem;font-size:1.2em}.Admin--UserTable>table{width:100%;padding:1.2rem 0}.Admin--LogData>table{width:100%}.Admin--LogData tr{background:transparent!important}.Admin--UserData>tr{font-size:1.2em}.Admin--UserData tr:nth-child(2n){background:#dedede}.Admin--UserData tr:nth-child(odd){background:#fff}.Admin--UserTitles td{font-size:1.2em;font-weight:700}.react-tabs__tab-list{margin:0!important}.react-tabs__tab-panel{background:#fff}.react-tabs__tab{background:#dadada;border-color:#333;color:#777;border-radius:5px 5px 0 0}.react-tabs__tab--selected{background:#fff!important;border-color:#aaa;color:#000;border-radius:5px 5px 0 0}.HeadingWrapper--Container{width:100%;border-radius:6px;margin:0 0 2.2rem}.HeadingWrapper--Container_BG{background:#f3f3f3;box-shadow:0 1px 4px 0 rgba(0,0,0,.1)}.HeadingWrapper--Inner{padding:.5rem 1rem;font-size:2rem;font-weight:700;color:#fff;text-align:center;background-color:#119da4;box-shadow:inset inset inset inset 0 1px 0 0 0 -1px 0 0 1px 0 0 0 -1px 0 0 0 hsla(0,0%,100%,.25) rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);border-top-left-radius:6px;border-top-right-radius:6px}.HeadingWrapper--Footer,.HeadingWrapper--Inner_Rad{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.HeadingWrapper--Footer{padding:4px 8px;font-size:1em;color:#fff;text-align:center;background-color:#ca2b3b}.Guide--Container{display:flex;justify-content:center;max-width:90em;width:100%;background:#232323;color:#fefefe;padding:1.2rem;margin:3em auto;border-radius:5px;filter:drop-shadow(0 5px 5px #232323)}.Guide--Title{color:#fefefe}.Guide--Author,.Guide--Author a{color:#fefefe;text-decoration:none}.Guide--Paper{display:flex;flex-direction:column;padding:1.2rem}.Guide--Item,.Guide--Paper{width:100%;position:relative}.Guide--Item{display:block;margin:0 0 1.6rem}.Guide--InfoBox{display:flex;max-width:90em;background:#232323;color:#fefefe;border-radius:5px;position:relative}.Guide--HeaderArea{display:flex;flex-direction:column;text-align:left}.Guide--Body{font-size:1.2rem;text-align:left;padding:0 0 1.2rem}.Guide--Left{max-width:50em;width:100%}.Guide--Right{max-width:10em;width:100%;padding:1.2rem 0;margin:0 1.2rem}.Guide--Footer{padding:1.2rem 0 0;text-align:left;color:#cbcbcb}.Guide--Author_Avatar img{width:5em;height:5em;border-radius:5em}.Guide--HeaderArea H1{margin:0;padding:.5em 0 1em}.Guide--Breadcrumb{color:#fff;font-size:1.4em}.Guide--Breadcrumb a{color:#fff;text-decoration:none}.Guide--Breadcrumb_Current{color:red}.Guide--MoreGuides{height:100px}.Guide--MoreGuides img{height:100px;width:100px;display:block}.Guide--Description{text-align:left}.Guide--ModMenu{max-width:80em;margin:0 auto}.Guide--ModMenu,.Guide--SubMenu{display:flex;flex-direction:row;justify-content:center}.Guide--ModMenuItem{margin:0 .5em}.Cat--GuideList{display:flex;max-width:70rem;flex-wrap:wrap;margin-left:auto;margin-right:auto;justify-content:center}.Cat--Guide{display:block;width:20rem;margin:1rem;opacity:.9;cursor:pointer;position:relative;top:0;transition:top .2s ease-in-out!important}.Cat--Guide:hover{opacity:1;top:-3px}.Cat--GuideLink{text-decoration:none}.Cat--SBS{display:flex;justify-content:left;align-content:center}.Cat--GenreTags_Container,.Cat--PlatformTags_Container{align-self:center;text-align:center;display:flex;flex-direction:column;padding:0 0 0 1.2rem;width:60%;max-width:60%}.Cat--GenreTags,.Cat--PlatformTags{display:flex;flex-direction:row;flex-wrap:wrap}.Cat--TagChip{padding:.2rem;color:#fff;margin:.2rem;font-size:1.4rem;display:flex;align-content:center}.Cat--PlatformTags .Cat--TagChip{background:#3bb873}.Cat--TagChip svg{display:flex;align-self:center;margin:0 0 0 .2rem}.Cat--GenreTags .Cat--TagChip:hover,.Cat--PlatformTags .Cat--TagChip:hover{background:red}.Cat--GenreTags .Cat--TagChip{background:#8a66ff}.Cat--SBS .MuiTextField-root{width:40%;min-width:40%}.CatReview--Paper{background:#fff;border-radius:5px;max-width:90rem;margin:2rem auto}.CatReview--Overview,.CatReview--Paper{width:100%;display:flex;flex-direction:column}.CatReview--Overview{margin:0 auto;justify-content:center;align-items:center;max-width:50rem}.CatReview--Details{margin:1rem}.CatReview--Details,.CatReview--SubDetails{display:flex;flex-direction:column;width:100%}.CatReview--SubDetails{padding:0 0 2rem;font-size:1.6rem;text-align:left}.CatReview--Details_Sub{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;text-align:left;margin:0 auto;width:100%}.CatReview--Link{font-size:1.6rem}.CatReview--Category{font-weight:700}.CatReview--Item{margin:.5rem 1rem;min-height:30rem;width:100%;max-width:30rem}.CatReview--ItemContainer{display:flex;flex-direction:column;justify-content:center;align-items:center}.CatReview--Tags{display:flex;flex-direction:row;flex-wrap:wrap}.CatReview--Boxart{display:block;width:142px;height:190px}.CatReview--Logo{display:block;width:auto;min-width:50px;height:100px}.CatReview--Banner{display:block;width:100%;max-width:600px;height:auto;min-height:80px}.CatReview--ImageInfo{font-size:1.2rem;margin:.5rem 0 0}.CatReview--Button{padding:.5rem 0}.CatReview--SubMenu{display:flex;flex-direction:row;justify-content:center;align-items:center}.CatReview--ModMenuItem{margin:0 .5rem}#PWReset--Container{max-width:30em;margin-left:auto;margin-right:auto}#PWReset--Form{display:flex;justify-content:center;flex-direction:column}#PWReset--Form label{margin-right:inherit}.PWReset--EmailContainer,.PWReset--PassContainer{display:flex;justify-content:center;flex-direction:column;width:20em;margin-left:auto;margin-right:auto;flex-wrap:wrap}.PWReset--PassContainer{padding:0 0 1.2rem}.ErrorBox{max-width:25em}.PWReset--CaptchaContainer,.PWReset--StatusError,.PWReset--SubmitContainer{display:flex;justify-content:center;margin-left:auto;margin-right:auto}.PWReset--StatusError{color:red}.PWReset--ErrorPad{padding:0 0 1.2rem}.PWReset_hide_false,.PWReset_show_true{display:inherit}.PWReset_hide_true,.PWReset_show_false{display:none!important}.PWReset--Pad{padding:1.2rem}.Create--Form{margin-left:auto;margin-right:auto}.Create--Form,.Create--Guide{display:flex;width:100%;flex-direction:column}.Create--Guide{max-width:90em;position:relative;padding:1.2rem;margin:auto;justify-content:center;background:#f1f1f1;filter:drop-shadow(0 5px 5px #232323)}.Create--Description,.Create--GuideBody,.Create--StatusError,.Create--TitleCat{width:100%;margin-left:auto;margin-right:auto;justify-content:center;align-items:flex-end;max-width:88em}.Create--Cat,.Create--Description,.Create--ImageContainer,.Create--TitleCat{padding:.8rem 0}.Create--CategoryRoot .MuiFormLabel-root,.Create--DescriptionRoot .MuiFormLabel-root,.Create--TitleRoot .MuiFormLabel-root{color:#000;font-size:2em}.Create--CategoryRoot .MuiInput-underline:before,.Create--DescriptionRoot .MuiInput-underline:before,.Create--TitleRoot .MuiInput-underline:before{border-bottom:1px solid #000}.Create--CategoryRoot .MuiFormLabel-root.Mui-focused,.Create--DescriptionRoot .MuiFormLabel-root.Mui-focused,.Create--TitleRoot .MuiFormLabel-root.Mui-focused{color:#000;font-size:2em}.Create--CategoryRoot .MuiInput-underline:hover:not(.Mui-disabled):before,.Create--DescriptionRoot .MuiInput-underline:hover:not(.Mui-disabled):before,.Create--TitleRoot .MuiInput-underline:hover:not(.Mui-disabled):before{border-bottom:2px solid red}.Create--CategoryRoot .MuiInput-underline:after,.Create--DescriptionRoot .MuiInput-underline:after,.Create--TitleRoot .MuiInput-underline:after{border-bottom:2px solid #000}.Create--CategoryRoot .MuiFormLabel-root,.Create--DescriptionRoot .MuiFormLabel-root,.Create--TagRoot .MuiFormLabel-root,.Create--TitleRoot .MuiFormLabel-root{color:#000;font-size:2em}.Create--CategoryRoot .MuiInput-underline:before,.Create--DescriptionRoot .MuiInput-underline:before,.Create--TagRoot .MuiInput-underline:before,.Create--TitleRoot .MuiInput-underline:before{border-bottom:1px solid #000}.Create--CategoryRoot .MuiInput-formControl,.Create--DescriptionRoot .MuiInput-formControl{margin-top:3em}.Create--Category,.Create--Description,.Create--Title,.Create--TitleCat{width:100%;max-width:90em}.Review--Pip,.Review--TagChip{background:#d60944;padding:.3rem .4rem;margin:0 5px 5px 0;color:#fff;font-size:1.6rem}.Review--TagChip span{margin:0 .5rem 0 0}.Review--TagBox{display:flex;flex-direction:row;flex-wrap:wrap;padding:.5em 0 0}.Review--ExpDesc,.Review--ExpTitle{font-size:1.2em!important}.Review--ExpTitle{font-weight:700!important;padding:0 .4em 0 0}#Create--Category,#Create--Description,#Create--Title{color:#000;font-size:2em}.Create--Commit .MuiFormLabel-root,.Create--Commit .MuiFormLabel-root.Mui-focused{color:#000;font-size:1.2em}#Create--Commit{font-size:1.2em}#Create--Description{line-height:1.9em;height:auto}.Create--GuideBody .ck{background:#fff;width:100%;min-height:15em;height:100%}.Create--TitleArea{color:#fff}.Create--CancelBox{text-align:left}.Create--ImageContainer{display:flex;flex-direction:row;justify-content:space-around}.Create--ImageBox{max-height:100px}.Create--ImageThumb{width:auto;max-width:200px;height:100px}.Create--ImageBanner{width:auto;max-width:400px;height:220px}.Create--ImageBanner_Editor{width:auto;max-width:200px;height:100px}.Create--DataInfo{text-align:left}.Create--SpaceTop{margin:1.6rem auto}.Review--Body{padding:1.6rem 0 0;max-width:90em;margin:0 auto}.Review--NavBar{display:flex;margin-left:auto;margin-right:auto;justify-content:space-between;max-width:90em;width:100%;padding:1.2em;background:#232323}.Review--LeftNav,.Review--LeftNav div,.Review--ModifyButtons,.Review--RightNav{display:flex}.Review--LeftNav div{padding:0 1.2rem 0 0}.Review--StatusBox{display:flex;margin-left:auto;margin-right:auto;justify-content:left}.Review--Container{max-width:90em}.Review--Nav_Button{display:flex;align-items:center;padding:0 0 0 1.2em}.Review--Status{border-radius:8px;padding:.6em;font-size:1.2em;font-weight:700}.Review--Status_true{color:#4fbf30}.Review--Status_false{color:#eb1742}.Review--Category .Mui-disabled{cursor:not-allowed}.Review--Title.MuiInputLabel-outlined.MuiInputLabel-shrink{transform:translate(14px,-10px) scale(.75)!important}.Review--Category{width:100%;margin:8px 0 0!important}.Review--Category .MuiOutlinedInput-input{padding:12.5px 35px 12.5px 18px!important}.Review--GuideStatus{text-align:left}.Editor--StatusBar{justify-content:space-between;background:#fbfbfb;padding:0 1em;font-weight:700;border-top:1px solid #eee}.Editor--StatusBar,.Editor--StatusBar_SubmitArea{display:flex;flex-direction:row}.Editor--StatusBar_AutoSave{padding:0 1em 0 0;margin:auto}.Review--Category{text-align:left}.Dialog--Container{max-width:40em;margin:1.2rem 1.6rem}.Dialog--Container h2{font-size:2em!important}.Dialog--Container p{font-size:1.2em!important}.GL--Master{display:flex;flex-wrap:wrap;max-width:80em;align-items:center;justify-content:center}.GL--Container{border-radius:5px;position:relative;overflow:hidden;margin:1rem}.GL--Container:last-child{margin-right:auto}.GL--Crop{position:relative;overflow:hidden}.GL--Link{text-decoration:none;height:0}.GL--Title{margin:0;font-size:1.8em;color:#fff}.GL--TextArea_Link{text-decoration:none;color:inherit}.GL--Image,.GL--Image img{border-top-left-radius:5px;border-top-right-radius:5px;margin:0;padding:0;display:block;height:220px;width:250px}.GL--TextArea{display:flex;align-items:center;justify-content:center;margin:0;background:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;padding:10px 5px;max-width:240px;min-height:35px;max-height:35px}.GL--AlignLeft{text-align:left}.GL--AlignRight{text-align:right}.GL--TextMuted{color:#ddd;font-weight:700;font-size:1em}.GL--TextPrimary,.GL--TextPrimary a{color:#fff;font-weight:700;font-size:1em;text-decoration:none}.GL--TextPrimary a:hover{text-decoration:underline}.GL--TopData{display:block;background:#fff;position:absolute;transition:all .3s ease-in-out;opacity:0;z-index:1;height:30px;width:250px;top:-50px;border-top-left-radius:5px;border-top-right-radius:5px}.GL--TopAuthor{display:flex}.GL--TopAuthor_Img{height:22px;width:22px;padding:0 3px 0 0}.GL--BotData{display:block;background:#fff;position:absolute;transition:all .3s ease-in-out;opacity:0;z-index:1;height:30px;width:250px;top:220px}.GL--Container:hover .GL--TopData{opacity:1;top:0}.GL--Container:hover .GL--BotData{opacity:1;top:190px}.GL--BotData_Box,.GL--TopData_Box{display:flex;justify-content:space-between;padding:.2em .5em}.GL--Title_Original{margin:0;font-size:1.8em;color:#000}.GL--Master_Clear{display:flex;flex-wrap:wrap;max-width:80em;align-items:center;justify-content:center}.GL--Master_Clear .GL--Image,.GL--Master_Clear .GL--Image img{border-radius:5px;margin:0;padding:0;display:block;height:220px;width:250px}.GL--Master_Clear .GL--TextArea_Clear{display:flex;align-items:center;justify-content:center;margin:0;padding:10px 5px;max-width:240px;min-height:35px;max-height:35px}.GL--Master_Clear .GL--BotData{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.GL--Master_Tall{display:flex;flex-wrap:wrap;max-width:80em;align-items:center;justify-content:center}.GL--Master_Tall .GL--Container{border-radius:5px;position:relative;overflow:hidden;margin:1rem;min-width:25em;width:20em;height:30em;background-size:cover;background-position:50%;background-repeat:no-repeat}.GL--Master_Tall .GL--Container:last-child{margin-right:auto}.GL--Master_Tall .GL--TextArea_Tall{position:absolute;width:100%;max-width:220px;bottom:0;padding:1.5em}.GL--Master_Tall .GL--Title{text-align:left}.GL--Image_Tall img{width:250px;height:300px;transition:transform .3s ease-in-out}.GL--Image_Tall img:hover{transform:scale(1.05)}.GL--Master_OV{display:flex;flex-wrap:wrap;flex-direction:row;max-width:80em;width:100%;align-items:center;justify-content:center;margin:0 1.5em 0 0}.GL--Master_OV .GL--TopData{width:25em}.GL--Master_OV .GL--Container{border-radius:5px;position:relative;overflow:hidden;margin:.5em;min-width:25em;width:25em;height:22em;background-size:cover;background-position:50%;background-repeat:no-repeat}.GL--Master_OV .GL--TextArea_OV{position:absolute;width:100%;max-width:22em;bottom:0;padding:1.5em}.GL--Master_OV .GL--Title{text-align:left}.GL--Image_OV img{width:25em;height:22em;transition:transform .25s ease}.GL--Image_OV img:hover{transform:scale(1.05)}@media only screen and (max-width:750px){.GL--Master_OV .GL--Container:last-child{margin-right:.8em}}.GL--Master_Square{display:flex;flex-wrap:wrap;max-width:80em;margin:0 auto;align-items:center;justify-content:left}.GL--Master_Square .GL--TextArea_Square{display:flex;align-items:center;justify-content:center;margin:0;padding:5px;max-width:138px;min-height:35px;max-height:35px}.GL--Master_Square .GL--Title{font-size:1.4em}.GL--Master_Square .GL--Container{border-radius:0!important}.GL--Master_Square .GL--Image_Square,.GL--Master_Square .GL--Image_Square img{margin:0;padding:0;display:block;border-radius:0;height:130px;width:148px}.GL--Master_Square .GL--Image_Square{position:relative}.GL--Master_Square .GL--Container .GL--Image_Square img{position:absolute;transition:all 50ms ease;top:0;right:0}.GL--Master_Square .GL--Container{overflow:initial}.GL--Master_Square .GL--Image_Shadow{height:130px;width:148px;position:absolute;top:0;z-index:-1}.GL--Master_Square .GL--Container:hover .GL--Image_Square img{top:-5px;right:-5px}.GL--Master_Square .GL--Container:hover .GL--Image_CornerTop{transform:translateY(-.6rem) scale(1);transition-delay:0ms;top:0!important;bottom:0!important;left:-1px!important}.GL--Master_Square .GL--Container:hover .GL--Image_CornerBottom{transform:translateX(.6rem) scale(1);transition-delay:0ms;right:0!important;top:124px!important}.GL--Image_Corner{height:0;transition:transform .1s ease;width:0}.GL--Master_Square .GL--Container:hover .GL--Image_CornerTop{border-bottom:.6rem solid transparent;border-top:.6rem solid transparent;transform-origin:center left;position:absolute;z-index:-1}.GL--Master_Square .GL--Container:hover .GL--Image_CornerBottom{border-left:.6rem solid transparent;border-right:.6rem solid transparent;transform-origin:bottom center;position:absolute;z-index:-1}.GL--Master_Featured{display:flex;flex-wrap:wrap;flex-direction:row;max-width:80em;width:100%;align-items:center;justify-content:center;margin:0 1.5em 0 0}.GL--Master_Featured .GL--TopData{width:20em}.GL--Master_Featured .GL--Container .GL--TopData{opacity:1;top:0}.GL--Master_Featured .GL--Container{border-radius:5px;position:relative;overflow:hidden;margin:.5em;min-width:20em;width:20em;height:17.6em;background-size:cover;background-position:50%;background-repeat:no-repeat}.GL--Master_Featured .GL--TextArea_Featured{position:absolute;width:100%;max-width:17em;bottom:0;padding:2em 1.5em 1.5em;background:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.3) 70%,transparent);opacity:1;transition:opacity .2s ease}.GL--Master_Featured .GL--Title{text-align:left;font-size:1.5em}.GL--Master_Featured:hover .GL--TextArea_Featured{opacity:0}.GL--Image_Featured img{width:20em;height:17.6em;transition:transform .25s ease}.GL--Image_Featured img:hover{transform:scale(1.05)}.GL--Master_Bar{display:flex;flex-direction:column;width:100%;background:#fff;border-radius:5px}.GL--Container_Bar{display:flex;flex-direction:row;justify-content:flex-start;border-radius:5px}.GL--Image_Bar,.GL--Image_Bar img{width:auto;min-width:11.3em;height:10em;border-top-left-radius:5px;border-bottom-left-radius:5px}.GL--Bar_Status{width:100%;height:1.2em;border-top-right-radius:5px}.GL--Bar_Cat{font-size:1.2em;padding:.4em 0}.GL--Bar_Desc{padding:0 .4em;max-width:30em;margin:0 auto}.GL--Bar_Cat span{font-weight:700;font-style:italic;color:#333}.GL--Bar_Content{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;height:calc(100% - 1.2em)}.GL--Bar_Body,.GL--Bar_TitleArea{width:100%}.GL--Bar_Stats{width:100%;max-width:10em}.GL--Master_Bar .GL--Title{color:#000}.GL--Bar_Edit,.GL--Bar_Edit a{text-decoration:none}.GL--Bar_Info{font-size:1.2em;padding:0 0 .4em}.GL--Bar_InfoEye,.GL--Bar_InfoHeart{padding:0 0 0 .2em}.GL--Bar_InfoEye{color:#002}.GL--Bar_InfoHeart{color:#ab0e81}.GL--Master_AdminBar{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%;border-radius:5px}.GL--Container_AdminBar{display:flex;flex-direction:column;width:100%;min-width:170px;max-width:170px;justify-content:flex-start;border-radius:5px;margin:1em}.GL--Image_AdminBar,.GL--Image_AdminBar img{width:100%;height:auto;border-radius:5px 5px 0 0}.GL--AdminBar_Image,.GL--Image_AdminBar{max-height:132px;display:block}.GL--AdminBar_Status{width:100%;height:1.2em}.GL--AdminTitle{font-size:1.5em;font-weight:700;padding:.2em}.GL--AdminBar_Cat{font-size:1.1em;padding:.4em 0;background:#ececec;border-top:1px solid #dadada;border-radius:0 0 5px 5px}.GL--AdminBar_Cat span{font-weight:700;color:#333}.GL--TextArea_Admin{display:flex;align-items:center;justify-content:center;margin:0;padding:5px;min-height:35px;max-height:35px}.GL--AdminBar_Content{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;height:calc(100% - 1.2em)}.GL--AdminBar_Body{width:100%;background:#fff;border-radius:0 0 5px 5px}.GL--AdminBar_TitleArea{width:100%}.GL--AdminBar_Stats{width:100%;max-width:10em}.GL--Master_AdminBar .GL--Title{color:#000}.GL--AdminBar_Edit,.GL--AdminBar_Edit a{text-decoration:none}.GL--AdminBar_Info{font-size:1.2em;padding:0 0 .4em}.GL--Master_AdminFeatured{display:flex;flex-direction:column;width:50em;max-width:100%;margin:0 auto}.AF--Container{display:flex;flex-direction:row;background:#fefefe;border-radius:5px;margin:1rem 0;justify-content:space-between;align-items:center}.AF--ThumbContainer,.AF--Thumbnail{height:100px;width:100px}.AF--Thumbnail{border-radius:5px 0 0 5px}.AF--Title a{text-decoration:none;color:#111;font-weight:700;font-size:1.6rem;display:flex;flex-wrap:wrap;width:15rem;max-width:100%;margin:0 auto;justify-content:center}.AF--Enabled,.AF--Order{font-size:1.2rem;width:5rem}.AF--Edit{margin:.5rem}.AF--Edit div{margin:.5rem 0}.NL--Master{width:50em;max-width:100%;margin:0 auto}.NL--Container,.NL--Master{display:flex;flex-direction:column}.NL--Container{background:#fefefe;border-radius:5px;margin:1rem 0;justify-content:space-between;align-items:center}.NL--Bottom{display:flex;flex-direction:row;justify-content:space-evenly;max-width:50rem}.NL--Notice{display:flex;flex-wrap:wrap;margin:0 auto;justify-content:center}.NL--Enabled,.NL--Notice,.NL--Order{font-size:1.2rem}.NL--Bottom div{margin:.5rem}.Notice--Bar{max-width:100em;width:100%;margin:0 auto;height:2em;padding:20px;background-color:#f44336;display:flex;align-items:center;justify-content:space-between}.Notice--Content{font-size:1.4em;color:#fff}.closebtn{margin-left:15px;color:#fff;font-weight:700;float:right;font-size:22px;line-height:20px;cursor:pointer;transition:.3s}.closebtn:hover{color:#000}.Notice--Show{opacity:1;transition:opacity .6s ease}.Notice--Hide{opacity:0;display:none;transition:opacity .6s ease}.Overlay{position:fixed;z-index:1000;width:100%;height:100%;background:rgba(0,0,0,.3);opacity:1;transition:opacity .3s ease 0s;cursor:pointer}.Sidebar_Close{color:#fff;font-size:3.5em;position:absolute;top:10px;left:8px;cursor:pointer}.Sidebar--Content{margin:7em 0 0;flex-grow:1}.Sidebar,.Sidebar--Content{display:flex;flex-direction:column}.Sidebar{background:#002;background-repeat:repeat;position:fixed;right:0;z-index:1100;width:220px;height:100%;transition:all .5s ease 0s}.Sidebar--Closed{transform:translate3d(78%,0,0)}.Sidebar--Open{transform:translateZ(0)}.Sidebar--Item:hover:before{content:none;background:none;width:none}.Sidebar--Item{margin:1em 0}.Sidebar--Item,.Sidebar--Item a{width:100%;text-transform:capitalize;display:flex;flex-direction:row;align-items:center}.Sidebar--Item a{text-decoration:none}.Sidebar--Item a svg{display:block}.Sidebar--Item a:hover{text-decoration:none}.Sidebar .Sidebar--Item:hover .Sidebar--Avatar{border:2px solid #e84855}.Sidebar .Sidebar--Avatar{width:3.4em;height:3.4em;border:2px solid #fff;border-radius:5em;transition:all .3s ease}.Sidebar--Item:before{content:none}.Sidebar--Icon_Logout{font-size:30px;width:100%;max-width:30px;color:#fff;margin:0 12px 0 9px;transition:all .3s ease}.Sidebar--Icon_Shop,.Sidebar--Icon_Users{margin:0 17px 0 5px}.Sidebar--Icon_Guides,.Sidebar--Icon_Shop,.Sidebar--Icon_Users{font-size:30px;width:100%;max-width:30px;color:#fff;transition:all .3s ease}.Sidebar--Icon_Guides{margin:0 12px 0 10px}.Sidebar--Icon_Categories{font-size:30px;margin:0 17px 0 5px}.Sidebar--Icon_Categories,.Sidebar--Icon_Create{width:100%;max-width:30px;color:#fff;transition:all .3s ease}.Sidebar--Icon_Create{font-size:35px;margin:0 14px 0 8px}.Sidebar--AvBox{margin:0 9px 0 5px}.Sidebar--LogInOut{cursor:pointer;color:#fff;font-size:inherit;justify-content:center;text-decoration:none}.Sidebar--Button,.Sidebar--LogInOut{width:100%;height:2.5em;align-items:center;display:flex;transition:all .3s ease}.Sidebar--Button{color:#ccc;font-size:1.8em;justify-content:flex-start}.Sidebar--Item:hover div,.Sidebar--LogInOut:hover div{background:none;color:#e84855}.Sidebar--Bottom{display:flex;flex-direction:row;justify-content:center;margin:0 auto;height:4em;width:100%;align-items:center;background:none}.Sidebar--Button:hover,.Sidebar--LogInOut:hover{background:none}.Admin--GuideList{max-width:80em;margin-left:auto;margin-right:auto}.Admin--GuideStatus_Public,.Admin--GuideStatus_Submitted,.Admin--GuideStatus_Unpublished{font-weight:700;color:#fff}.Admin--GuideStatus_Public{background:#4fbf30}.Admin--GuideStatus_Unpublished{background:#3391cc}.Admin--GuideStatus_Submitted{background:#eb1742}.Admin--CategorySelect{display:flex;flex-direction:row;justify-content:center;width:40em;position:relative;margin:0 auto}.Admin--CategorySelect button{padding:.5em 2.5em;margin:0 0 0 2em}.CommentListing--Master{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.Comments--Body{padding:1.5rem 0}.Comments--Title{font-size:2.6rem;font-weight:700;color:#fff}.Comments--Results{padding:2.2rem}.Comments--Results_Text{font-size:2rem;color:#fff;font-weight:700}.CL--Container{background:#fff;border-radius:5px;width:100%;max-width:25em;margin:1em}.CL--Comment_Top{display:flex;flex-direction:row;justify-content:space-between;margin:0 .5em}.CL--Comment_Body{max-height:10em;overflow:hidden;margin:0 .5em .5em}.CL--Flag{background:#ffe0de;border-radius:0 0 5px 5px;width:100%}.CL--Flag_ListingTop{display:flex;flex-direction:row;justify-content:space-between;padding:.2em .5em;background:#ffc3c2;border-radius:0 0 5px 5px}.CL--Flag_Reason{display:flex;flex-direction:row;align-items:center}.CL--Flag_ReasonItem{margin:0 0 0 .5em;cursor:pointer}.CL--Flag_Comment{margin:0 .5em;padding:.2em 0}.CL--Flag_Bottom{display:flex;flex-direction:row;justify-content:space-between;margin:.5em}.CS--Cat,.CS--Posted{font-size:2rem;color:#fff;text-align:left}.CS--Cat a,.CS--Posted a{color:#fff}.CS--Status{justify-content:space-evenly}.CS--Pip,.CS--Status{display:flex;flex-direction:row}.CS--Pip{align-items:center;font-size:1.6rem;padding:5px 8px;border-radius:5px}.CS--Pip_Title{color:#837777;background:#eee;border:1px solid #a19a96;padding:3px 5px 3px 2px;border-radius:3px 0 0 3px}.CS--Pip_Inner{display:flex;padding:3px 2px;border-radius:0 3px 3px 0}.CS--FlagContainer{display:flex;flex-direction:column;background:#ffe0de;border-radius:5px;margin:0 0 1em}.CS--Flag_Top{display:flex;flex-direction:row;justify-content:space-between;padding:.5em 1em;align-items:center;background:#ffc3c2;border-radius:5px 5px 0 0}.CS--Flag_Author a,.CS--Flag_Reason{font-size:1.6rem;color:#1b1b1e;text-decoration:none}.CS--Flag_Author a:hover{text-decoration:underline}.CS--Flag_Bottom{color:#1b1b1e;font-size:1.2rem;padding:.5em;border-radius:0 0 5px 5px}.Comment--Container{background:#fafafa;margin:1em 0;display:flex;flex-direction:row;border-top:2px solid #119da4;filter:drop-shadow(0 0 2px #aaa)}.Comment--Container_Staff{border-top:2px solid #ca2b3b!important}.Comment--EmptyContainer{margin:0 0 3em}.Comment--Loading{margin:0 auto 3em}.Comment--Empty{background:#cecece;border:1px solid #aaa;width:80%;display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0 auto;height:4em;font-size:16px}.Comment--PostAuthor{padding:0 0 1em;background:#eee;width:110px}.Comment--Author img{width:110px;height:110px}.Comment--Author_Username a{font-size:1.5em;text-decoration:none;color:#1b1b1e}.Comment--PostAuthor_Username{font-size:1.6rem;text-decoration:none;color:#1b1b1e}.Comment--Author_Title{font-size:1.2rem;color:#919191}.Comment--CommentArea{width:100%;display:flex;flex-direction:column;margin:1em}.Comment--Comment{flex:1 0 auto;text-align:left;overflow-wrap:anywhere;word-break:break-word}.Comment--TopBar{justify-content:space-between;flex-shrink:0;border-bottom:2px solid #eaeaea;width:100%;padding:0 0 .5em;color:#111}.Comment--TopBar,.Comment--TopBar_Left,.Comment--TopBar_Right{display:flex;flex-direction:row}.Comment--TopBar_Flag{margin:0 .5em 0 0;color:inherit;transition:color .2s ease-in-out;cursor:pointer}.Comment--TopBar_Flag:hover{color:#f51b43}.Comment--BottomBar{flex-shrink:0;justify-content:space-between;width:100%;padding:.5em 0}.Comment--BottomBar,.Comment--BottomBar_Right{display:flex;flex-direction:row}.Comment--BottomBar_Right button{margin:0 0 0 .5em}.Comment--EditorArea{display:flex;flex-direction:row;margin:2em 0}.Comment--AuthorData{width:10em;background:#fafafa}.Comment--Editor{width:100%}.Comment--Editor .ck.ck-editor__main>.ck-editor__editable{min-height:10em}.Comment--Editor_Bottom{display:flex;flex-direction:row;justify-content:space-between;background:#fafafa;border-bottom:1px solid #c4c4c4;border-left:1px solid #c4c4c4;border-right:1px solid #c4c4c4;border-radius:0 0 3px 3px}.Comment--BottomMiddle{display:flex;flex-direction:row;align-content:center;align-items:center;margin:0 auto;font-size:1.2rem}.Comment--BottomLeft,.Comment--BottomRight{margin:1em}.Comments--BottomPagination,.Comments--TopPagination{display:flex;flex-direction:row}.Comments--BottomPagination{justify-content:space-between}.Comments--BottomPagination_Buttons{display:flex;flex-direction:row}.Comments--Pagination_Button{margin:0 .5em 0 0}.Comment--SocialArea{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:5px 0 0}.Comment--SocialIcon{margin:0 3px;cursor:pointer}.Comment--Social_Discord{font-size:1.6rem;color:#4267b2}.Comment--Social_Twitter{font-size:1.6rem;color:#1da1f2}.Comment--Social_Reddit{font-size:1.6rem;color:#ff5700}.Comment--PostTime{cursor:pointer}.MiniComment--Master .Comment--Container:first-of-type{margin:0 0 1em}.Comment--CommentID{margin:0 .5em 0 0}.Comment--GuideLink a{color:#1b1b1e;text-decoration:none}.Comment--GuideLink a:hover{color:#0c7489}.Comment--Badges{margin:.5em 0}.AdOverview--Table{background:#fff;display:grid;width:50%;margin:0 auto}.AdOverview--Header{font-size:2.6rem;color:#fff;margin:1.5rem auto}.Ad--Paper{background:#fff;border-radius:5px;width:100%;max-width:100em;display:flex;flex-direction:column;margin:2rem auto;padding:1.6rem 0}.Ad--Title{color:#fff}.Ad--Subtitle{color:#fff;font-size:1.6rem}.Ad--DetailsContainer{display:flex;flex-direction:row;flex-wrap:wrap;margin:1.5rem;justify-content:center}.Ad--Details{display:flex;max-width:30rem;width:100%;flex-direction:column;margin:0 .5rem .5rem}.Ad--Details_Pad{padding:.5rem}.Ad--Details_Buttons{padding:.5rem 0 0;display:flex;flex-direction:row;justify-content:center}.Ad--Details_Buttons .Ad--Label,.Ad--Details_Buttons button{margin:0 .5rem}.Ad--Details_Asset{display:flex;flex-direction:column;justify-content:center;align-items:center}.Ad--Details_Blurb,.Ad--Details_Image,.Ad--Details_Link,.Ad--Details_Title{display:flex;justify-content:space-between;width:19rem;margin:0 auto}.Ad--Override_Details{display:flex;justify-content:space-between;width:25rem;margin:0 auto}.Ad--Details_Heading{font-size:1.6rem;margin:.5rem 0;font-weight:700}.Ad--Details_BottomLinks{width:24rem}.Ad--Details_BottomLinks,.Ad--Reminders{display:flex;justify-content:space-between;margin:0 auto}.Ad--Reminders{flex-direction:row;align-items:center;width:22rem}.Ad--Details_AssetText{font-size:1.6rem}.Ad--Details_AssetImg{max-width:250px;width:auto;max-height:150px;height:100%}.Ad--Details_AssetImg,.Ad--Details_AssetImgMissing{display:flex;flex-direction:row;align-items:center;justify-content:center;margin:0 0 .5rem}.Ad--Details_AssetImgMissing{background:#1b1b1e;width:100px;height:100px;color:#fefefe;font-size:1.6rem}.Ad--UpdateContainer label{font-size:1.2rem}#Ad--AssetDetails,#Ad--BlurbDetails,#Ad--LinkDetails,#Ad--TitleDetails{font-size:1.6rem}.Ad--Details_Bottom{margin:1rem 0 0}.Ad--Input_Disabled{margin:0 0 0 auto}.Ad--Button_Small{margin:0 0 0 5px}.Ad--Inline{display:flex;align-items:center;vertical-align:middle}.Ad--Inline button{margin:0 0 0 1rem;display:initial}.Blog--Table{background:#fff;display:grid;width:50%;margin:0 auto}.Blog--HeroImg img{display:block;width:100%}.Blog--HeroImg_Button{display:flex;flex-direction:row;justify-content:center}.Blog--EditorBlock{background:#fff}.Blog--StatusBar{justify-content:space-between;background:#fbfbfb;font-weight:700;border-top:1px solid #eee;margin:0 auto;max-width:88em}.Blog--StatusBar,.Blog--StatusBar_SubmitArea{display:flex;flex-direction:row}.Blog--StatusBar_AutoSave{padding:0 1em 0 0;margin:auto;color:#000}.Blog--EditorBlock li,.Blog--EditorBlock p{font-size:2rem;line-height:3rem}.Blog--EditorBlock .ck-content{min-height:500px}.Blog--HeroImgContainer{padding:1.5rem 0;max-width:400px}.Blog--HeroImg_Button .Blog--ButtonPad:first-child{margin:0 1rem 0 0}.Blog--HeroImg_Button .Blog--ButtonPad:last-child{margin:0 0 0 1rem}.Blog--Information{display:flex;flex-direction:row;justify-content:center}.Blog--ImageArea{display:flex;flex-direction:row;justify-content:space-evenly}.Blog--AuthorBox{width:100%;max-width:300px;display:flex;flex-direction:column;justify-content:center}.Blog--AuthorTitle{font-size:2.6rem}.Blog--AuthorTitle,.Blog--AuthorTitle_Small{display:flex;flex-direction:row;justify-content:left;font-weight:700}.Blog--AuthorTitle_Small{font-size:1.6rem}.Blog--AuthorInfo{display:flex;flex-direction:row;justify-content:left;align-items:center}.Blog--AuthorAvatar img{width:50px;height:50px;border-radius:100px;background:#cacaca}.Blog--AuthorName{font-weight:700;font-size:2rem}.Blog--AuthorChange{display:flex;flex-direction:row;justify-content:left;align-items:center}.Blog--AuthorChange div:first-of-type{padding:0 1rem 0 0}.Blog--Button_LeftPad{margin:0 0 0 1rem}.Queue--Top{display:flex;width:100%;flex-direction:column;justify-content:space-around}.Queue--Results{padding:1.5rem}.Queue--Results_Tada{font-size:10rem}.Queue--Results_Text{font-size:2.6rem;color:#fff;font-weight:700}#Meta--PrivacyPolicy{color:#fff}#Meta--PrivacyPolicy a{color:#fefefe}.Meta--PrivacyPolicy_Container{margin:2.2rem;padding:1.5rem}.Meta--PrivacyPolicy_Header{font-size:3.5rem}.Meta--PrivacyPolicy_Content{text-align:left}.Meta--PrivacyPolicy_Content,.Meta--PrivacyPolicy_Content p{font-size:1.6rem;line-height:2rem}.Meta--PrivacyPolicy_Content li{font-size:1.6rem;line-height:2.6rem}@media only screen and (max-width:1300px){.GL--Master_OV .GL--Container{min-width:20em;width:20em;height:17.6em}.GL--Image_OV img{width:20em;height:17.6em}.GL--Master_OV .GL--TopData{width:20em}.GL--Title{font-size:1.4em}.GL--Master_OV .GL--TextArea_OV{max-width:18em;padding:1em}}@media only screen and (max-width:1000px){.GL--Master_OV .GL--Container{min-width:18em;width:18em;height:15.8em}.GL--Image_OV img{width:18em;height:15.8em}.GL--Master_OV .GL--TopData{width:18em}.GL--Title{font-size:1.4em}.GL--Master_OV .GL--TextArea_OV{max-width:16em;padding:1em}}@media only screen and (max-width:530px){.GL--Master_OV .GL--Container{min-width:17em;width:17em;height:15em}.GL--Image_OV img{width:17em;height:15em}.GL--Master_OV .GL--TopData{width:17em}.GL--Title{font-size:1.4em}.GL--Master_OV .GL--TextArea_OV{max-width:15em;padding:1em}}@media only screen and (max-width:420px){.GL--Master_OV .GL--Container{min-width:14em;width:14em;height:12.3em}.GL--Image_OV img{width:14em;height:12.3em}.GL--Master_OV .GL--TopData{width:14em}.GL--Title{font-size:1.2em}.GL--Master_OV .GL--TextArea_OV{max-width:12em;padding:1em}}@media only screen and (max-width:1100px)and (min-width:601px){.Home--Top{justify-content:center}.Home--Left{max-width:none;width:calc(100% - 25em)}}
/*! Hint.css - v2.6.0 - 2019-04-27
* http://kushagragour.in/lab/hint/
* Copyright (c) 2019 Kushagra Gour */[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;transform:translateZ(0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;transition:.3s ease;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;transition-delay:.1s}[class*=hint--]:before{content:"";position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label=""]:after,[aria-label=""]:before,[data-hint=""]:after,[data-hint=""]:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{transform:translateX(-50%)}.hint--top:hover:before{transform:translateY(-8px)}.hint--top:hover:after{transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{transform:translateX(-50%)}.hint--bottom:hover:before{transform:translateY(8px)}.hint--bottom:hover:after{transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{transform:translateY(-8px)}.hint--top-left:hover:after{transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{transform:translateY(8px)}.hint--bottom-left:hover:after{transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{transform:translateY(-8px)}.hint--always.hint--top:after{transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{transform:translateY(-8px)}.hint--always.hint--top-left:after{transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{transform:translateY(-8px)}.hint--always.hint--bottom:before{transform:translateY(8px)}.hint--always.hint--bottom:after{transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{transform:translateY(8px)}.hint--always.hint--bottom-left:after{transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{transition-duration:0s}.hint--bounce:after,.hint--bounce:before{transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}.hint--no-shadow:after,.hint--no-shadow:before{text-shadow:none;box-shadow:none}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Solid";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Regular";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Light";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Thin";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 6 Sharp";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}svg:not(:host).svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible;box-sizing:content-box}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.07143em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{transform-origin:center center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);transform:scale(var(--fa-counter-scale,.25));transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index,auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fa-duotone.fa-inverse,.fad.fa-inverse{color:var(--fa-inverse,#fff)}