@import"https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap";.layout{display:grid;grid-gap:.5rem;grid-template-columns:1fr 1.68fr;grid-template-rows:90vh;grid-template-areas:"left right";min-height:100vh;width:100%;padding:2vh 1vw;box-sizing:border-box;justify-content:center}.layout__left-section{grid-area:left;height:100%;border-top-left-radius:12px;border-bottom-left-radius:12px;background:linear-gradient(145deg,#0f1424,#0d111f)}.layout__right-section{grid-area:right;height:100%;align-content:center;justify-content:center;border-top-right-radius:12px;border-bottom-right-radius:12px;background:linear-gradient(145deg,#0f1424,#0d111f)}@media (orientation: portrait){.layout{padding:1vh 2vw;display:flex;flex-direction:column;min-height:0;width:100vw;height:90vh}.layout__left-section{box-shadow:none;grid-template-rows:1fr;height:25vh;border-radius:12px 12px 0 0/12px 12px 0px 0px}.layout__right-section{box-shadow:none;height:70vh;align-content:flex-start;border-radius:0 0 12px 12px}.layout__right-section__content{overflow:auto}.layout__left-section--top-main-logo{height:10vh}.layout__left-section__main-logo{z-index:100;min-height:15px;max-height:30px;height:2vh}.layout__right-section__content{height:auto;max-width:65ch;margin:0 auto}.right-pane{padding:3rem 3.5rem}}p{font-size:1rem;margin-bottom:.5rem;letter-spacing:.01em;max-width:65ch}h1{margin-top:1rem;font-size:2rem;font-weight:700}h2{margin-top:1rem;font-size:1.7rem;font-weight:700}h3{margin-top:1rem;font-size:1.5rem;font-weight:700}h4{margin-top:1rem;font-size:1.3rem;font-weight:700}h5{margin-top:1rem;font-size:1.1rem;font-weight:700}h6{margin-top:1rem;font-size:1rem;font-weight:700;font-style:italic}ul{margin-bottom:.5rem}li{margin-left:2rem;margin-bottom:.2rem}:root{--our-white: #EFE9E1;--lightblack: #010101;--gray9: #0d0d0d;--gray8: #0e0e0e;--gray7: #0f0f0f;--gray6: #101010;--gray5: #111111;--gray4: #121212;--gray3: #131313;--gray2: #141414;--gray1: #151515;--gray0: #161616;--body-color: #080B16;--menu-1: #fc0d2b;--menu-2: #fc0d3c;--menu-3: #fc0d4c;--menu-4: #fc0d5d;--menu-5: #fc0d6e;--menu-6: #fc0d7e;--menu-7: #fc0d8f;--graylight: #aaaaaa;--darkestpink: #bb0769;--pink: #fc0d8f;--lightpink: #ffc7dc;--lightestpink: #ffdae8;--darkestred: #bb071d;--darkestdarkred: #8f1b1d;--red: #fc0d2b;--orange: #dc4d01;--lightred: #ffb5ac;--lightestred: #ffedea;--darkyellow: #f4991d;--blue: #6F71B5FF;--darkestblue: #0E1322;--darkerblue: #161b33;--green: #054026;--seafoam: #93e9be;--darkorange: #d95126;--midorange: #ec692f;--lightorange: #f0944d;--darkblue: #201f30;--midblue: #242a43;--lightblue: #3e5176;--purple: #820263;--gradient-bottom-to-left: linear-gradient(to bottom, var(--purple), var(--purple), var(--blue), var(--blue));--gradient-neutral-top-to-right: linear-gradient(to bottom right, var(--lightblack), var(--gray0));--gradient-neutral-top-to-left: linear-gradient(to bottom left, var(--lightblack), var(--gray0));--gradient-neutral-top-to-bottom: linear-gradient(to bottom, var(--lightblack), var(--body-color));--gradient-neutral-left-to-right: linear-gradient(to right, var(--lightblack), var(--body-color));--gradient-neutral-right-to-left: linear-gradient(to left, var(--lightblack), var(--body-color))}*{box-sizing:border-box;margin:0;padding:0}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}html,body{display:flex;justify-content:center;align-items:center;font-family:Josefin Sans,sans-serif;font-weight:200;font-size:clamp(14px,1vw,17px);line-height:1.618;background-color:var(--body-color);width:100vw;height:100dvh;margin:0;padding:0}.main[data-v-c5e20d5c]{display:flex;width:100vw;height:100dvh;align-items:flex-start;justify-content:center}.small-menu{font-size:10vw;display:none}.menu__tool{font-size:1.8vw;line-height:1.1;white-space:nowrap;color:var(--darkorange)}.menu__desc{display:inline-flex;align-items:baseline;gap:.5vw;line-height:1.1;min-width:0;color:var(--lightorange)}.nav__item.is-active .menu__tool{font-size:2.5vw}.nav__item.is-active .menu__desc{display:none}.menu__prefix{font-size:1vw;white-space:nowrap}.menu__topic{font-size:1vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}header{display:grid;grid-template-rows:1fr;width:100%;height:100%;justify-content:center;align-items:center}.nav__outer{padding-left:4vw;display:flex;flex-direction:column;width:100%;height:55vh;gap:2.2vh}nav{width:32%;min-height:100%;display:flex;flex-direction:column;column-gap:2rem;justify-content:space-between}.nav__item{cursor:pointer;position:relative;text-decoration:none;display:grid;align-items:baseline;column-gap:.75rem;padding-left:1.1em;transition:max-height 1.26s ease,opacity .22s ease,transform .22s ease,margin .26s ease,padding .26s ease;will-change:max-height,opacity,transform}.nav__item:before{content:"›";font-size:1.5vw;color:var(--darkorange);position:absolute;left:0;align-self:center}.nav__item.is-active:before{content:"»"}.nav__item:hover{transform:translateY(-5px)}.nav__item.is-active:hover{transform:none}@media (orientation: portrait){.small-menu{width:100vw;display:grid;grid-template-rows:1fr;grid-template-columns:.5fr 2fr .5fr;grid-template-areas:"one two three";color:var(--darkorange)}.small-menu__left{color:var(--lightorange);font-size:10vw;padding-left:10vw;width:100%;grid-area:one;cursor:pointer}.small-menu__center{font-size:5vw;width:100%;display:flex;justify-content:center;align-items:center;grid-area:two}.small-menu__right{color:var(--lightorange);font-size:10vw;text-align:right;width:100%;padding-right:10vw;grid-area:three;cursor:pointer}.nav__outer{display:none}}slot[data-v-db4ea8de]{width:100%}.top-section[data-v-db4ea8de]{height:100%;width:100%;display:grid;justify-content:center;grid-template-columns:1fr;grid-template-rows:minmax(0,2fr) minmax(0,1fr);grid-template-areas:"top-slot" "bottom-slot"}.top-section__top[data-v-db4ea8de]{padding-top:5vh;display:flex;justify-content:center;align-items:center;grid-area:top-slot}.top-section__bottom[data-v-db4ea8de]{font-size:2vw;line-height:2rem;grid-area:bottom-slot;color:var(--darkorange);display:flex;align-items:center;justify-content:center;width:100%;text-align:center}@media (orientation: portrait){.top-section[data-v-db4ea8de]{width:100%;display:flex;justify-content:center;align-items:center;height:15vh}.top-section__top[data-v-db4ea8de]{width:100%;height:100%}.top-section__bottom[data-v-db4ea8de]{display:none}}.description[data-v-05981690]:before{content:">"}.description[data-v-05981690]:hover{color:var(--lightorange);cursor:pointer}@media (orientation: portrait){.description[data-v-05981690]{color:var(--our-white);display:none}}.logo__outer[data-v-544560bb]{display:flex;justify-content:center;align-items:center}.text__logo--large[data-v-544560bb]{background-image:linear-gradient(to bottom right,var(--darkorange),var(--midorange),var(--lightorange));-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:bolder;margin:0;padding:0;line-height:1;display:inline-flex;align-items:baseline;gap:0;width:max-content;cursor:pointer}.logo__base[data-v-544560bb]{display:inline-block;font-size:5vw;font-weight:bolder}.logo__sub[data-v-544560bb]{display:inline-block;font-size:5vw;font-weight:bolder;background-image:inherit;-webkit-background-clip:text;-webkit-text-fill-color:transparent;transform:translateY(.3em);white-space:nowrap}.logo__sub-scripti[data-v-544560bb]{display:inline-block;font-size:5vw;font-weight:bolder;background-image:inherit;-webkit-background-clip:text;-webkit-text-fill-color:transparent;transform:translateY(.46em);white-space:nowrap}.text__logo--large[data-v-544560bb]:hover{filter:drop-shadow(0 0 4px var(--darkorange))}@media (orientation: portrait){.logo__base[data-v-544560bb],.logo__sub[data-v-544560bb],.logo__sub-scripti[data-v-544560bb]{font-size:12vw}}.left-section__inner[data-v-9bca5ad9]{height:100%;display:grid;grid-template-rows:minmax(0,.75fr) minmax(0,1.68fr) minmax(0,.25fr);grid-template-areas:"top" "middle-top" "bottom"}.top[data-v-9bca5ad9]{display:grid;grid-area:top;min-height:0}.middle-top[data-v-9bca5ad9]{display:grid;grid-area:middle-top;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr)}.middle-bottom[data-v-9bca5ad9]{display:grid;grid-area:middle-bottom;grid-template-columns:1fr;min-height:0}.bottom[data-v-9bca5ad9]{display:grid;grid-area:bottom;min-height:0}@media (orientation: portrait){.left-section__inner[data-v-9bca5ad9]{width:100%;height:100%;display:flex;flex-direction:column}.middle-top[data-v-9bca5ad9]{margin-top:auto;display:flex;justify-content:center}}.writing[data-v-eab5aa38]{padding:1rem 5vw;width:50vw;height:100%;background-color:var(--our-white);color:var(--darkestblue);border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 40px #0000008c;border-radius:12px;overflow:scroll}a[data-v-eab5aa38]{color:#00f}.content-box[data-v-eab5aa38]{display:flex;flex-direction:column;justify-content:center;overflow:scroll}@media (orientation: portrait){.writing[data-v-eab5aa38]{border-radius:0;font-size:1rem;width:90vw;height:50vh}}a[data-v-be7e1f70]{text-decoration:none;color:inherit}.sub-menu__outer-div[data-v-be7e1f70]{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.sub-menu__inner-div[data-v-be7e1f70]{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.sub-menu__panel[data-v-be7e1f70]{width:100%;height:100%;list-style:none;margin:0;padding:0;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between}.sub-menu__item[data-v-be7e1f70]{color:var(--lightorange);list-style:none;margin:0;font-size:1.2vw;line-height:2rem;cursor:pointer;transition:color .18s ease,transform .18s ease;display:flex;gap:.35rem}.sub-menu__item[data-v-be7e1f70]:hover{line-height:2rem;color:var(--darkorange);transform:translateY(-1px)}.sub-menu__item.active[data-v-be7e1f70]{color:var(--darkorange)}.sub-menu__item.active[data-v-be7e1f70]:before{color:var(--lightorange)}.sub-menu__chevron[data-v-be7e1f70]{display:inline-block;transform:translateY(-.02em)}@media (orientation: portrait){.sub-menu__item[data-v-be7e1f70]{font-size:3vw}.sub-menu__panel[data-v-be7e1f70]{position:static;width:100%;height:100%;list-style:none;margin:0;padding:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between}}.contentContainer{display:grid;grid-template-rows:3fr .3fr;grid-template-areas:"content" "subMenu"}.subMenu{grid-area:subMenu}.content{grid-area:content}.logo-sub__outer{display:flex;justify-content:center;align-items:center;height:100%;width:100%;padding-bottom:5vh}@media (orientation: portrait){.logo-sub__outer{display:none}}.sub-logo__text{color:var(--darkorange);font-size:5vh;font-weight:700}.sub-logo__subtext{background-image:linear-gradient(to bottom,var(--darkorange),var(--lightorange));-webkit-background-clip:text;color:transparent;font-size:3vh}.join__loading[data-v-2b0c0624]{color:#fff}iframe[data-v-2b0c0624]{width:100%;height:100%;border:0;display:block;overflow:auto}.right-section__inner[data-v-80b2b0c2]{height:100%;display:grid;grid-template-rows:.75fr 1.68fr .25fr;grid-template-areas:"top" "middle" "bottom"}.right-section__title[data-v-80b2b0c2]{width:100%;display:grid;grid-area:top;grid-template-columns:1fr;min-height:0}.right-section__content[data-v-80b2b0c2]{padding-top:1vh;width:100%;display:grid;grid-area:middle;justify-content:center;min-height:0}.right-section__frame[data-v-80b2b0c2]{width:100%;height:100%}.right-section__bottom[data-v-80b2b0c2]{min-height:0}@media (orientation: portrait){.right-section__inner[data-v-80b2b0c2]{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start}.right-section__title[data-v-80b2b0c2]{display:none}}
