.Login-module__DzXMva__loginWrapper{background-color:var(--clr-body-grey);cursor:pointer;border-radius:1rem;justify-content:center;align-items:center;gap:10px;padding:1.5rem 3rem;font-size:1.25rem;font-weight:700;transition:all 75ms cubic-bezier(.4,0,.2,1);display:flex}.Login-module__DzXMva__loginWrapper:hover{background-color:var(--clr-discord)}.Login-module__DzXMva__loginWrapper svg{aspect-ratio:1;justify-self:center;width:25px;height:25px}@media screen and (max-width:480px){.Login-module__DzXMva__loginWrapper{flex-direction:column}.Login-module__DzXMva__loginWrapper p{font-size:1.25rem}}@media screen and (max-width:375px){.Login-module__DzXMva__loginWrapper p{font-size:var(--font-size-small-400)}}@media screen and (max-width:250px){.Login-module__DzXMva__loginWrapper p{font-size:var(--font-size-small-300)}}
.Hamburger-module__zJiyVa__menuToggle{color:var(--clr-white);white-space:nowrap;-webkit-user-select:none;user-select:none;gap:5px;width:100%}.Hamburger-module__zJiyVa__menuToggle p{color:#abb4be;text-wrap:nowrap;grid-area:text}.Hamburger-module__zJiyVa__menuToggle span{grid-area:icon}.Hamburger-module__zJiyVa__menuToggle span svg{cursor:pointer;justify-self:center;width:20px;max-width:20px;height:20px}.Hamburger-module__zJiyVa__menuToggle span svg:hover{color:var(--clr-danger-hov)}.Hamburger-module__zJiyVa__menuToggle.Hamburger-module__zJiyVa__closed span svg:hover{color:var(--clr-accent-blue)}@media screen and (min-width:769px){.Hamburger-module__zJiyVa__menuToggle{background-color:var(--clr-header-grey);grid-template-columns:20px 8fr auto;grid-template-areas:".text icon";justify-content:center;align-items:center;height:60px;min-height:60px;padding:4px 15px 0 35px;display:grid}.Hamburger-module__zJiyVa__menuToggle.Hamburger-module__zJiyVa__closed{grid-template-columns:1fr 1fr}.Hamburger-module__zJiyVa__menuToggle.Hamburger-module__zJiyVa__closed p{display:none}}@media screen and (max-width:768px){.Hamburger-module__zJiyVa__menuToggle{grid-area:hamburger;justify-content:center;align-items:center;display:flex}.Hamburger-module__zJiyVa__menuToggle,.Hamburger-module__zJiyVa__menuToggle.Hamburger-module__zJiyVa__closed{background-color:#0000;padding:0;display:flex}.Hamburger-module__zJiyVa__menuToggle p{display:none}}
.Header-module__4CjFVG__headerWrap{z-index:3000;background-color:var(--bg-dark-mode);border-bottom:1px solid #313442;grid-area:header;width:100%;height:auto;position:sticky;top:0}.Header-module__4CjFVG__headerWrap img,.Header-module__4CjFVG__headerWrap svg{border-radius:100%;flex-shrink:0;width:3rem;height:3rem}.Header-module__4CjFVG__navWrap{width:100%}.Header-module__4CjFVG__navWrap>section{justify-content:space-between;align-items:center;gap:1.25rem;display:flex}.Header-module__4CjFVG__logoWrap{cursor:pointer;justify-content:center;align-items:center;display:flex}.Header-module__4CjFVG__linksWrap,.Header-module__4CjFVG__userWrap{align-items:center;display:flex;position:relative}.Header-module__4CjFVG__linksWrap p,.Header-module__4CjFVG__userWrap p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Header-module__4CjFVG__navBtn,.Header-module__4CjFVG__loginWrap button{white-space:nowrap;color:var(--clr-white);border-radius:1rem;justify-content:space-between;align-items:center;gap:.5rem;width:100%;height:100%;display:flex;position:relative}.Header-module__4CjFVG__navBtn{padding:.5rem 0}.Header-module__4CjFVG__loginWrap button{padding:1rem}.Header-module__4CjFVG__navBtn p{text-wrap:unset}.Header-module__4CjFVG__dropdownMenu{background-color:var(--clr-header-grey);color:var(--clr-white);z-index:2000;border-radius:0 0 1rem 1rem;flex-direction:column;width:100%;max-height:0;display:flex;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 4px 8px #0006}.Header-module__4CjFVG__dropdownMenu img,.Header-module__4CjFVG__dropdownMenu svg,.Header-module__4CjFVG__navBtn img,.Header-module__4CjFVG__navBtn svg{width:1.5rem;height:1.5rem}.Header-module__4CjFVG__dropdownMenu li a,.Header-module__4CjFVG__dropdownMenu li button,.Header-module__4CjFVG__emptyList{white-space:nowrap;text-align:left;grid-template-columns:1fr 4fr;justify-content:center;align-items:center;gap:4px;width:100%;height:100%;padding:.6rem;display:grid}.Header-module__4CjFVG__dropdownMenu li:hover{background-color:var(--clr-body-grey)}.Header-module__4CjFVG__dropdownIcon{aspect-ratio:1;flex-shrink:0}.Header-module__4CjFVG__dropdownIcon svg{width:1rem;height:1rem}.Header-module__4CjFVG__navBtn img,.Header-module__4CjFVG__iconsSection>a svg{width:2rem;height:2rem}.Header-module__4CjFVG__navBtn.Header-module__4CjFVG__open{border-radius:1rem 1rem 0 0}.Header-module__4CjFVG__dropdownMenu.Header-module__4CjFVG__open{cursor:pointer;max-height:5000px}.Header-module__4CjFVG__loginWrap{display:contents}.Header-module__4CjFVG__loginWrap img,.Header-module__4CjFVG__loginWrap svg{width:1.5rem;height:1.5rem}.Header-module__4CjFVG__loginWrap p{font-size:1rem;font-weight:600}.Header-module__4CjFVG__quickLink svg{border-radius:0;width:1.5rem;height:1.5rem}.Header-module__4CjFVG__quickLink svg:hover{color:var(--clr-accent-blue-hov)}@media screen and (min-width:769px){.Header-module__4CjFVG__navWrap{justify-content:space-between;align-items:center;max-width:1920px;height:max-content;margin:0 auto;padding:1.25rem 0;display:flex}.Header-module__4CjFVG__linksWrap,.Header-module__4CjFVG__userWrap{max-width:200px}}@media screen and (max-width:768px){.Header-module__4CjFVG__navWrap{justify-content:center;align-items:center;max-width:1920px;height:max-content;margin:0 auto;padding:1.25rem 0;display:flex}.Header-module__4CjFVG__navWrap>span{flex:0}.Header-module__4CjFVG__linksSection,.Header-module__4CjFVG__iconsSection{flex:2;max-width:200px;justify-content:center!important}}@media screen and (max-width:480px){.Header-module__4CjFVG__headerWrap{padding:0 1.5vh}.Header-module__4CjFVG__loginWrap>button{flex-direction:row}.Header-module__4CjFVG__navWrap{max-width:var(--max-width-content);grid-template-columns:1fr;grid-template-areas:"server""user";display:grid}.Header-module__4CjFVG__navWrap:has(.Header-module__4CjFVG__iconsSection){grid-template-rows:1fr 1fr}.Header-module__4CjFVG__navWrap:has(>span){grid-template-columns:9fr 1fr;grid-template-areas:"server hamburger""user hamburger"}.Header-module__4CjFVG__navWrap.Header-module__4CjFVG__noUser{justify-content:center;display:flex}.Header-module__4CjFVG__linksSection{grid-area:server;width:100%}.Header-module__4CjFVG__iconsSection{grid-area:user;width:100%}.Header-module__4CjFVG__linksWrap,.Header-module__4CjFVG__userWrap{width:100%}.Header-module__4CjFVG__navWrap:not(:has(>span)) .Header-module__4CjFVG__linksSection{max-width:100%}.Header-module__4CjFVG__navWrap:not(:has(>span)) .Header-module__4CjFVG__iconsSection{max-width:100%}}@media screen and (max-width:2000px){.Header-module__4CjFVG__navWrap{max-width:var(--max-width-content);margin:auto}}
.Submit-module__5TI-SG__notificationWrapper{z-index:200000;width:100%;height:calc(10vh + 5px);min-height:80px;color:var(--clr-white);background-color:var(--clr-black);grid-area:header;justify-content:center;align-items:center;padding:1rem .75rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #0003}.Submit-module__5TI-SG__notificationContent{text-align:center;justify-content:flex-start;align-items:center;gap:1rem;width:100%;max-width:min(90vw,65ch);margin:auto;display:flex}.Submit-module__5TI-SG__notificationContent svg{aspect-ratio:1;width:clamp(40px,5vw,60px);height:auto}.Submit-module__5TI-SG__notificationText{flex:1;min-width:0}.Submit-module__5TI-SG__notificationText h4{font-size:clamp(var(--font-size-large-400), 3vw, var(--font-size-large-600));font-weight:var(--font-weight-bold);margin:0 0 .25rem;line-height:1.2}.Submit-module__5TI-SG__notificationText h6{font-size:clamp(var(--font-size-large-200), 2.5vw, var(--font-size-large-300));font-weight:var(--font-weight-normal);opacity:.9;margin:0;line-height:1.3}.Submit-module__5TI-SG__notificationWrapper.Submit-module__5TI-SG__success{background-color:var(--clr-success)}.Submit-module__5TI-SG__notificationWrapper.Submit-module__5TI-SG__error{background-color:var(--clr-danger)}.Submit-module__5TI-SG__progressBar{background-color:var(--clr-white);width:100%;height:5px;animation:3s linear forwards Submit-module__5TI-SG__progressBarAnimation;position:absolute;bottom:0;left:0}@keyframes Submit-module__5TI-SG__progressBarAnimation{0%{transform:translate(0)}to{transform:translate(-100%)}}@media screen and (max-width:768px){.Submit-module__5TI-SG__notificationContent{gap:.75rem;max-width:85vw}.Submit-module__5TI-SG__notificationText h4{letter-spacing:.75px}.Submit-module__5TI-SG__notificationText h6{letter-spacing:.5px}}@media screen and (max-width:480px){.Submit-module__5TI-SG__notificationWrapper{min-height:70px;padding:.75rem .5rem}}@media screen and (max-width:360px){.Submit-module__5TI-SG__notificationWrapper{min-height:60px;padding:.5rem .25rem}.Submit-module__5TI-SG__notificationContent{gap:.375rem;max-width:98vw}}
.Sidebar-module__mEClga__hamburgerWrap{justify-content:flex-end;align-items:center;width:100%;height:60px;padding:12px 15px 12px 35px;display:flex}.Sidebar-module__mEClga__hamburgerWrap svg{cursor:pointer}.Sidebar-module__mEClga__sideBarContent{z-index:998;border-right:5px solid var(--clr-header-grey);background-color:var(--bg-dark-mode);-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;width:100%;height:100%;display:flex}.Sidebar-module__mEClga__sideBarContent p{text-wrap:nowrap}.Sidebar-module__mEClga__navToggle,.Sidebar-module__mEClga__navButton{grid-column-gap:5px;cursor:pointer;grid-template-columns:auto 8fr auto;justify-content:flex-start;align-items:center;width:100%;padding:12px 15px 12px 35px;display:grid;position:relative;overflow:hidden}.Sidebar-module__mEClga__transitionEnabled .Sidebar-module__mEClga__navToggle,.Sidebar-module__mEClga__transitionEnabled .Sidebar-module__mEClga__navButton{transition:width .3s ease-in-out .15s,padding .3s ease-in-out .15s,grid-template-columns .3s ease-in-out .15s}.Sidebar-module__mEClga__sideBarContent li{width:100%;max-width:100%;transition:all .3s ease-out}.Sidebar-module__mEClga__sideBarContent svg{justify-self:center;width:20px;max-width:20px;height:20px}.Sidebar-module__mEClga__navButton.Sidebar-module__mEClga__subItem{padding-left:65px}.Sidebar-module__mEClga__dropdownMenu{flex-direction:column;grid-column:1/-1;width:100%;max-height:0;transition:all .3s ease-out;display:flex;overflow:hidden}.Sidebar-module__mEClga__transitionEnabled .Sidebar-module__mEClga__dropdownMenu{transition:all .3s ease-out}.Sidebar-module__mEClga__dropdownMenu.Sidebar-module__mEClga__open{max-height:1000px}.Sidebar-module__mEClga__navButton:hover,.Sidebar-module__mEClga__navToggle:hover{background-color:var(--clr-body-grey);transition:background-color .15s ease-in-out}.Sidebar-module__mEClga__activeToggle{position:relative}.Sidebar-module__mEClga__activeToggle:after{content:"";z-index:-1;background-color:var(--clr-accent-blue);z-index:10;width:3px;position:absolute;top:0;bottom:0;left:0}.Sidebar-module__mEClga__activeLink{color:var(--clr-accent-blue);font-weight:700}@media screen and (min-width:769px){.Sidebar-module__mEClga__sideBarContent.Sidebar-module__mEClga__closed p{display:none}.Sidebar-module__mEClga__sideBarContent.Sidebar-module__mEClga__closed .Sidebar-module__mEClga__navToggle,.Sidebar-module__mEClga__sideBarContent.Sidebar-module__mEClga__closed .Sidebar-module__mEClga__navButton{grid-template-columns:1fr 1fr;margin:auto}.Sidebar-module__mEClga__sideBarContent.Sidebar-module__mEClga__closed .Sidebar-module__mEClga__navButton.Sidebar-module__mEClga__subItem{padding-left:calc(25% + 12px)}}@media screen and (max-width:768px){.Sidebar-module__mEClga__sideBarContent{border-right:none;padding:1.5vh 0}.Sidebar-module__mEClga__navLinks{height:100%;max-width:var(--max-width-content);justify-content:space-between;align-items:center;margin:auto;padding:6px 0;display:flex}.Sidebar-module__mEClga__navLinks>a img{width:40px;height:40px}.Sidebar-module__mEClga__navLinks>a svg{width:30px;max-width:30px;height:30px}.Sidebar-module__mEClga__navLinks>a svg:hover{color:var(--clr-accent-blue-hov)}}@media screen and (max-width:480px){.Sidebar-module__mEClga__navLinks{padding-left:calc(.6rem + 1.5vh);padding-right:1.5vh}}
.Footer-module__1I15rq__footerWrap{background-color:var(--bg-dark-mode);border-top:1px solid #313442;grid-area:footer;width:100%;height:auto;position:relative}.Footer-module__1I15rq__footerContent{justify-content:space-between;align-items:center;width:100%;min-height:89px;display:flex}.Footer-module__1I15rq__footerContent>section{align-items:center;gap:1.25rem;display:flex}.Footer-module__1I15rq__copyrightSection{color:var(--clr-white)}.Footer-module__1I15rq__linksSection{gap:1.25rem;display:flex}.Footer-module__1I15rq__footerLink{color:var(--clr-white);text-decoration:none;transition:color .2s}.Footer-module__1I15rq__footerLink:hover{color:var(--clr-accent-blue-hov)}@media screen and (min-width:769px){.Footer-module__1I15rq__footerContent{max-width:1920px;margin:0 auto;padding:1.25rem 0}}@media screen and (max-width:768px){.Footer-module__1I15rq__footerContent{margin:0 auto;padding:1.25rem 0}}@media screen and (max-width:480px){.Footer-module__1I15rq__footerWrap{padding:0 1.5vh}.Footer-module__1I15rq__footerContent{text-align:center;flex-direction:column;gap:.75rem;padding:1rem 0}.Footer-module__1I15rq__copyrightSection,.Footer-module__1I15rq__linksSection{justify-content:center;width:100%}}@media screen and (max-width:2000px){.Footer-module__1I15rq__footerContent{max-width:var(--max-width-content);margin:auto}}
.page-module__aydn6q__loginWrap{flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:50%;display:flex}.page-module__aydn6q__loginWrap h1{word-wrap:break-word;overflow-wrap:break-word;text-wrap:pretty;text-align:center;width:100%;margin:2vh 0}@media screen and (max-width:480px){.page-module__aydn6q__loginWrap{padding:0 1rem}.page-module__aydn6q__loginWrap h1{font-size:var(--font-size-large-700)}}@media screen and (max-width:300px){.page-module__aydn6q__loginWrap h1{font-size:2rem}}
