@import url(https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&family=VT323&display=swap);*{color:var(--fg);font-family:Noto Sans,sans-serif;padding:0;text-decoration:none}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background-color:var(--bg);color:var(--fg)}:root{--debug:red;--bg:#0a020f;--bg-alt-dark:#0d0512;--bg-alt:#150820;--fg:#f0f8ea;--fg-alt:#9c8caa;--accent-1:#ff8b3d;--accent-2:#750292;--accent-3:#412957;--divider:#24092e}@keyframes zoomInAnimationFull{0%{font-size:0;opacity:0;scale:0}to{font-size:1rem;opacity:1;scale:1}}@keyframes zoomInAnimation{0%{font-size:1.2rem}to{font-size:1.25rem}}@keyframes zoomInAnimationHambugerMenu{0%{height:30px;margin-left:-7px;margin-top:-7px;width:30px}to{height:37px;margin-left:-11px;margin-top:-11px;width:37px}}@keyframes zoomOutAnimationHambugerMenu{0%{height:37px;margin-left:-11px;margin-top:-11px;width:37px}to{height:30px;margin-left:-7px;margin-top:-7px;width:30px}}nav{background-color:var(--bg);color:var(--fg);height:70px;padding-bottom:17px}nav ul{display:flex;flex-direction:row;justify-content:flex-end;list-style-type:none;margin:0 20px 0 0;padding:0}nav li{padding-right:25px;padding-top:25px;text-align:left}nav .aHoverable{font-size:1.2rem;text-align:center}nav .aHoverable:hover{animation-direction:normal;animation-duration:.15s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:zoomInAnimation;animation-timing-function:ease}#homepage-nav-button-ul{font-size:1.8rem;list-style-type:none;margin-left:15px;position:absolute}#hamburger-menu-icon{height:0;width:0}#btnControl{display:none}#btnControl:checked+label>a{font-size:5rem}.btn{font-size:1.4rem}@media (max-width:468px){nav{height:100%}nav ul{flex-direction:column}nav li{margin-left:5px;text-align:right;vertical-align:middle}nav a{animation-direction:normal;animation-duration:.3s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:zoomInAnimationFull;animation-timing-function:ease}nav .aHoverable:hover{animation-name:none}#homepage-nav-button-ul{flex-direction:row;font-size:1rem;height:45px;justify-content:space-between;position:relative}#hamburger-menu-icon{height:30px;margin-left:-7px;margin-top:-7px;width:30px}#btnControl:not(checked)+label>img{animation-direction:normal;animation-duration:.15s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:zoomOutAnimationHambugerMenu;animation-timing-function:ease}#btnControl:checked+label>img{animation-direction:normal;animation-duration:.15s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:zoomInAnimationHambugerMenu;animation-timing-function:ease}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AppContainer{align-items:center;display:flex;justify-content:center}.Content{overflow-x:hidden;padding-right:-100px}.LangSwitchButtonWrap{background-color:var(--bg);color:var(--fg);display:flex;flex-direction:row;justify-content:flex-end;list-style-type:none;margin:0;padding:0 8vw 10px 0}.LangSwitchButton{padding-right:1rem}.LangSwitchButtonImg{width:20px}@keyframes BoxInAnimation{0%{width:0}to{width:scale(1)}}@keyframes H2InAnimation{0%{margin-left:-1000px}90%{margin-left:35px}to{margin-left:20px}}.TextParagraphWrapper{background-color:var(--bg);padding-bottom:20px;padding-top:30px;width:100%}.TextParagraphWrapperCenter{margin-left:auto;margin-right:auto;max-width:600px;padding-left:20px;padding-right:20px}.TPHeaderBoxWrapperSmol{background-color:var(--bg);width:70vw}.BgAlt{background-color:var(--bg-alt)!important}.BoxAlt{background-color:var(--accent-1)!important}.TPHeaderBoxWrapper{display:flex;flex-direction:row;justify-content:flex-begin;list-style-type:none;margin-left:-5vw;padding:10px 0 20px}.TPHeaderBox{background-color:var(--accent-2);height:2.7rem;width:12px}.TPHeaderBoxAnimate{animation-direction:normal;animation-duration:.5s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:BoxInAnimation;animation-timing-function:ease}.TPHeaderBox2{background-color:var(--accent-2);height:2.7rem;margin-left:7px;width:6px}.TPH2Wrapper{height:100%;overflow:hidden;width:100%}.TextParagraphH{font-size:1.2rem;margin:0}.TextParagraphHAnimate{animation-direction:normal;animation-duration:1.2s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:H2InAnimation;animation-timing-function:ease}.PageNavWrapper{background-color:var(--bg);color:var(--fg);height:70px;margin-left:auto;margin-right:auto;max-width:800px}.PageNavUl{text-wrap-mode:nowrap;display:flex;flex-direction:row;justify-content:flex-end;margin:0;padding:0 0 17px}.PageNavElementOnThisPage{height:25px;padding-right:50px}.PageNavElement,.PageNavElementOnThisPage{display:block;font-size:.9rem;text-align:left}.PageNavElement{height:1rem;padding-right:20px}@media (max-width:748px){.PageNavWrapper{height:100%;padding-left:10vw}.PageNavUl{flex-direction:column}.PageNavLi{margin-left:5px;text-align:right;vertical-align:middle}.PageNavElementOnThisPage{margin-bottom:14px;margin-top:14px}.PageNavElement{margin-bottom:10px}}@keyframes GridTextLiOnHoverAnimate{0%{font-size:1.2rem}to{font-size:1.25rem}}.GridTextWrapper{align-items:center;background-color:var(--bg);display:flex;height:240px;justify-content:center;width:100vw}.GridTextWrapperAlt{background-color:var(--bg-alt)!important}.GridTextUl{column-count:3;column-fill:auto;height:250px;overflow:hidden;width:750px}.GridTextLi{text-wrap-mode:nowrap;display:block;font-size:1.2rem;height:2.8rem;line-height:3.1rem;margin-bottom:10px;padding-left:25px;text-align:left;width:250px}.GridTextLi:hover{animation-direction:normal;animation-duration:.2s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:GridTextLiOnHoverAnimate;animation-timing-function:ease}@media (max-width:550px){.GridTextWrapper{height:600px;width:100vw}.GridTextUl{column-count:1;height:600px}}@media (min-width:550px) and (max-width:750px){.GridTextUl,.GridTextWrapper{height:300px}.GridTextUl{column-count:2;width:500px}.GridTextLi{width:250px}}.Spacer{background-color:var(--bg);height:50px;width:100vw}.BannerWrapper{background:var(--bg)}#BannerArea{background:var(--bg);margin:0;position:relative;width:100%}#BannerArea,#BannerWrapForeground{align-items:center;display:flex;height:70vh;justify-content:center;overflow-x:hidden;padding:0}#BannerWrapForeground{margin:0 auto;max-width:1500px;width:90vw;z-index:999}#BannerCanvas{height:70vh;margin:0;overflow-x:hidden;padding:0;position:absolute;width:100vw}#BannerTextWrap{height:30vh;margin-top:-10vw;width:100%;z-index:999}#BannerTextSub{font-size:1.1rem;font-weight:900;font-weight:400}#BannerText,#BannerTextSub{font-family:Fredoka,sans-serif}#BannerText{font-size:4.8rem;font-weight:900;font-weight:500;margin-bottom:10px}#BannerSpacerSmol{width:20vw}#BannerSpacer,#BannerSpacerSmol{background:var(--accent-1);background:linear-gradient(90deg,#ff8b3d,#ff8b3d 86%,#0c0119 0);height:2px}#BannerSpacer{width:100vw}#BannerControlInfo{align-items:flex-end;display:flex;height:70vh;justify-content:right;position:absolute;width:100vw;z-index:999}#BannerControlInfo a{font-family:VT323,monospace;font-style:normal;font-weight:400;padding-bottom:33px;padding-left:20px;padding-right:100px;width:40vw}#navSpacer{background:var(--accent-1);background:linear-gradient(90deg,#ff8b3d,#ff8b3d 56%,#0c0119 0);height:2px;width:100vw}@media (max-width:468px){#BannerControlInfo a{font-size:0}#BannerTextWrap{margin-left:0}}.ImgSplitterWrap{background-color:var(--bg-alt);width:100vw}.ImgSplitterWrapCenter{display:flex;margin-left:auto;margin-right:auto;max-width:1200px;overflow-x:hidden;overflow-y:hidden}.ImgSplitter{display:grid;grid-template-columns:50% 50%;list-style:none;margin:0;padding:0;width:100%}.ImgLeftSide{align-items:center;display:flex;justify-content:center;margin:0;-webkit-mask-image:linear-gradient(90deg,#000 0,#0000004d 40%,#0000000d 70%,#0000);mask-image:linear-gradient(90deg,#000 0,#0000004d 40%,#0000000d 70%,#0000);padding:0;width:600px}.ImgLeftSideAlt{-webkit-mask-image:linear-gradient(270deg,#000 0,#0000004d 40%,#0000000d 70%,#0000);mask-image:linear-gradient(270deg,#000 0,#0000004d 40%,#0000000d 70%,#0000)}.ImgLeftSide img{margin-left:-40%;width:140%}.ImgLeftSideAlt img{margin-left:0}.ImgRigthSide{padding-left:10%;padding-right:10%;padding-top:10%;text-justify:inter-word}@media (max-width:500px){.ImgSplitterWrap{height:auto!important}.ImgSplitter{grid-template-columns:100%}.ImgLeftSide{-webkit-mask-image:none;mask-image:none;width:100%}.ImgLeftSideAlt{padding-top:10%}}body{background-color:var(--bg-alt-dark)}.FooterWrapper{height:120px;padding-top:40px}.FooterTg{border-collapse:collapse;border-spacing:0;height:100px}.FooterTg td{width:33vw}.FooterTg td,.FooterTg th{border-right:1px solid var(--divider);font-size:14px;overflow:hidden;padding:10px 5px}.FooterTg th{font-weight:400}.FooterTg td:last-child,.FooterTg th:last-child{border-right:none}.FooterTg .tg-0lax{border-color:var(--divider);padding-right:10%;text-align:right;vertical-align:top}.FooterLi{text-wrap-mode:nowrap;padding-bottom:10px}.FooterLink{color:var(--fg-alt)!important}#createdbyme{color:var(--divider);padding-bottom:.5rem;padding-right:10%;padding-top:1rem;text-align:right}#FooterSpacer{height:2px;width:100vw}.FooterPageName{color:var(--divider);font-family:Fredoka,sans-serif;font-size:4rem;padding-bottom:20px;padding-left:10%}
/*# sourceMappingURL=main.d95b753a.css.map*/