@import url(https://fonts.googleapis.com/css2?family=Caladea:ital@0;1&family=Josefin+Sans:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap);:root{--gutter-width:1rem;--outer-margin:2rem;--gutter-compensation:calc(var(--gutter-width)*0.5*-1);--half-gutter-width:calc(var(--gutter-width)*0.5);--xs-min:30;--sm-min:48;--md-min:64;--lg-min:75;--screen-xs-min:var(--xs-min)em;--screen-sm-min:var(--sm-min)em;--screen-md-min:var(--md-min)em;--screen-lg-min:var(--lg-min)em;--container-sm:calc(var(--sm-min) + var(--gutter-width));--container-md:calc(var(--md-min) + var(--gutter-width));--container-lg:calc(var(--lg-min) + var(--gutter-width))}@custom-media --sm-viewport only screen and (min-width: 48em);@custom-media --md-viewport only screen and (min-width: 64em);@custom-media --lg-viewport only screen and (min-width: 75em);.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:var(--outer-margin,2rem);padding-left:var(--outer-margin,2rem)}.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin-right:var(--gutter-compensation,-.5rem);margin-left:var(--gutter-compensation,-.5rem)}.row.reverse{flex-direction:row-reverse}.col.reverse{flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12{box-sizing:border-box;flex:0 0 auto;padding-right:var(--half-gutter-width,.5rem);padding-left:var(--half-gutter-width,.5rem)}.col-xs{flex-grow:1;flex-basis:0;max-width:100%}.col-xs-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-xs-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-xs-3{flex-basis:25%;max-width:25%}.col-xs-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-xs-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-xs-6{flex-basis:50%;max-width:50%}.col-xs-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-xs-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-xs-9{flex-basis:75%;max-width:75%}.col-xs-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-xs-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-xs-12{flex-basis:100%;max-width:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.start-xs{justify-content:flex-start;text-align:start}.center-xs{justify-content:center;text-align:center}.end-xs{justify-content:flex-end;text-align:end}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{order:1}@media (--sm-viewport){.container{width:var(--container-sm,46rem)}.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12{box-sizing:border-box;flex:0 0 auto;padding-right:var(--half-gutter-width,.5rem);padding-left:var(--half-gutter-width,.5rem)}.col-sm{flex-grow:1;flex-basis:0;max-width:100%}.col-sm-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-sm-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-sm-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-sm-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-sm-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-sm-12{flex-basis:100%;max-width:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-11{margin-left:91.66666667%}.start-sm{justify-content:flex-start;text-align:start}.center-sm{justify-content:center;text-align:center}.end-sm{justify-content:flex-end;text-align:end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}}@media (--md-viewport){.container{width:var(--container-md,61rem)}.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-offset-0,.col-md-offset-1,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12{box-sizing:border-box;flex:0 0 auto;padding-right:var(--half-gutter-width,.5rem);padding-left:var(--half-gutter-width,.5rem)}.col-md{flex-grow:1;flex-basis:0;max-width:100%}.col-md-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-md-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-md-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-md-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-md-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-md-12{flex-basis:100%;max-width:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-11{margin-left:91.66666667%}.start-md{justify-content:flex-start;text-align:start}.center-md{justify-content:center;text-align:center}.end-md{justify-content:flex-end;text-align:end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}}@media (--lg-viewport){.container{width:var(--container-lg,71rem)}.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12{box-sizing:border-box;flex:0 0 auto;padding-right:var(--half-gutter-width,.5rem);padding-left:var(--half-gutter-width,.5rem)}.col-lg{flex-grow:1;flex-basis:0;max-width:100%}.col-lg-1{flex-basis:8.33333333%;max-width:8.33333333%}.col-lg-2{flex-basis:16.66666667%;max-width:16.66666667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-4{flex-basis:33.33333333%;max-width:33.33333333%}.col-lg-5{flex-basis:41.66666667%;max-width:41.66666667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-7{flex-basis:58.33333333%;max-width:58.33333333%}.col-lg-8{flex-basis:66.66666667%;max-width:66.66666667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-10{flex-basis:83.33333333%;max-width:83.33333333%}.col-lg-11{flex-basis:91.66666667%;max-width:91.66666667%}.col-lg-12{flex-basis:100%;max-width:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-11{margin-left:91.66666667%}.start-lg{justify-content:flex-start;text-align:start}.center-lg{justify-content:center;text-align:center}.end-lg{justify-content:flex-end;text-align:end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}}body{background:#fefdfe}.container{width:57vw}.bodyDiv{width:40vw;height:600px;font-family:Caladea;font-size:1rem;text-align:center;color:#225b4f;background:url(/_next/static/media/bodyDiv.d40abddf264b374ee693868cca5b4fd6.png);background-size:cover;background-repeat:no-repeat;background-position:100%;overflow-y:auto;overflow-x:hidden;display:flex;justify-content:center;align-items:center;border-radius:3px;border:1px solid #f48b7c}.logo{height:90px;margin:0 auto 10px}.greenContainer{margin-bottom:20px;align-items:center;background:#225b4f;justify-content:center;display:flex;overflow-x:wrap;min-width:40vw}.greenContainerText{padding:20px;font-family:Caladea;font-style:italic;font-weight:100;font-size:.9rem;line-height:130%;display:inline-block;align-items:center;text-align:center;color:#fefdfe}.bodyText{padding-left:40px;padding-right:40px;color:#225b4f}#header{max-height:92px}#siteTitle{font-family:Josefin Sans;font-style:normal;text-align:end;font-weight:300;font-size:50px;margin-right:7.134vw;text-transform:uppercase}#navigation{max-height:600px}.navButton{width:15.5vw;height:190px;border-radius:3px;margin-bottom:15px;display:flex;align-items:center;justify-content:center}.insideNavButton{max-width:200px;max-height:200px;padding:30px;text-align:center}#authButton.auth,#authButton.signIn,#newWorldButton.create,#newWorldButton.newWorld,#viewWorldsButton.myWorlds,#viewWorldsButton.viewWorlds{border:1px solid #f48b7c;box-sizing:border-box;border-radius:3px}#footer{height:70px;min-width:40vw;padding:15px;display:flex;justify-content:center}#buttonNavigation{display:flex;flex-flow:row nowrap;width:14vw;margin-left:17.5vw}.footerButtonContainer{flex-flow:column wrap;display:flex}.footerButton{width:14.24px;height:14.24px;border-radius:100%;box-shadow:inset 0 2px 4px rgba(0,0,0,.15)}.buttonHoverText{display:none;width:60px;font-family:Josefin Sans;font-style:normal;font-weight:400;font-size:10px;line-height:130%;text-transform:uppercase;text-align:center;align-self:center;margin-top:25px;margin-left:-20px}.footerButton:hover .buttonHoverText{display:flex}#linktreeButton{color:#478274;background:#478274}#githubButton{color:#95a090;background:#95a090}#tayMadeButton{color:#f48b7c;background:#f48b7c}#linkedInButton{color:#9ad3ae;background:#9ad3ae}#contactButton{color:#ffb470;background:#ffb470}#tabsNav{justify-content:left;text-align:left}#worldViewDiv{background:#478274;margin:0}#worldViewContainer{margin:10px;width:99%;height:400px;border:1px solid #fefdfe;box-sizing:border-box;border-radius:3px;overflow-y:scroll}#bodyTextCreate{font-size:18px;width:25vw}.sectionHeading{height:100px;padding:10px}.questionComponent{justify-content:center;height:260px;padding:20px}.question{white-space:pre-wrap;display:flex;justify-content:center;margin-bottom:15px;word-wrap:normal}.questionTextArea{min-height:120px;min-width:25vw;max-width:28vw;box-shadow:inset 0 4px 4px rgba(0,0,0,.15)}.quoteComponent{font-size:14px;color:#76928c}.quoteComponent span{align-self:flex-end}.progressComponent{display:flex;color:#fefdfe;height:70px;width:20vw;flex-flow:column nowrap;justify-content:center;align-items:center}.progressText{height:20px;margin-bottom:30px}.progressBar,.progressText{display:flex;position:absolute;align-self:center}.progressBar{min-width:34%;height:15px;margin-top:20px;border:1px solid #fefdfe;box-sizing:border-box;border-radius:3px}.progressMeter{min-width:0;height:13px;background:#81caa2;border-radius:2px 0 0 2px}.progressMeter.p20{min-width:20%}.progressMeter.p40{min-width:40%}.progressMeter.p60{min-width:60%}.progressMeter.p80{min-width:80%}.progressMeter.p100{min-width:100%}.arrowNavButton{display:flex;justify-content:center;margin-top:35px}#beginArrow{margin:15px;width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:40px solid #f48b7c}#backArrow{border-right:2.2vw solid #bcc4b7;box-shadow:inset 0 4px 4px rgba(0,0,0,.15);border-radius:3px}#backArrow,#forwardArrow{width:0;height:0;border-top:1.5vw solid transparent;border-bottom:1.5vw solid transparent}#forwardArrow{border-left:2.2vw solid #bcc4b7}h1{font-weight:100;font-size:50px;background:-webkit-radial-gradient(#1c4a40,#b0efc6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}h1,h2{text-transform:uppercase;font-family:Josefin Sans;font-style:normal;line-height:130%}h2{font-weight:300;font-size:24px;text-align:center;background:-webkit-radial-gradient(#f48b7c,#ffb470);-webkit-background-clip:text;-webkit-text-fill-color:transparent}h3{font-size:24px}h3,h4{font-family:Josefin Sans;font-style:normal;font-weight:300;text-align:center;text-transform:uppercase;color:#225b4f}h4{font-size:18px;margin:0;padding:0}h5{margin:0;font-family:Caladea;font-weight:400;font-size:15px;line-height:100%;color:#225b4f}h5,h6{font-style:normal;text-align:center}h6{font-family:Josefin Sans;font-weight:300;font-size:18px;margin:5px;text-transform:uppercase;background:-webkit-radial-gradient(#316c60,#2ec29f);-webkit-background-clip:text}h6,h6.loggedOut{-webkit-text-fill-color:transparent}h6.loggedOut{background:-webkit-radial-gradient(#f48b7c,#ffb470);-webkit-background-clip:text}a{text-decoration:none}input,textarea{font-family:Caladea;font-size:20px;margin-top:0;margin-bottom:30px;background-color:#e3eee7;border-radius:3px;border:none}::-webkit-input-placeholder{padding:10px;font-family:Caladea;font-style:italic;font-weight:400;font-size:18px;line-height:130%;color:#bcc4b7}.dropdown{font-family:Caladea;color:#beddff;border:none;font-size:16px;margin-top:5px;margin-bottom:25px;width:20%;height:30px}@media only screen and (max-width:1470px){.container{width:60vw}.bodyDiv{font-size:.9rem;min-width:42vw}.greenContainerText{font-size:.7rem}.greenContainer{min-width:42vw}h2{font-size:1.1rem}h3{font-size:1.2rem}h4{font-size:.8rem}h5{font-size:.7rem}h6{font-size:.8rem}.navButton{min-width:16vw}#footer,#header{width:100%}#siteTitle{margin-right:3vw}}@media only screen and (max-width:1300px){.container{width:70vw}.bodyDiv{font-size:.9rem}.bodyDiv,.greenContainer{min-width:48vw}.greenContainerText{font-size:.7rem}h6{font-size:1rem}.navButton{min-width:20vw}#siteTitle{margin-right:10vw}#buttonNavigation{margin-left:18vw}}@media only screen and (max-width:1100px){.container{width:90vw}.bodyDiv,.greenContainer{min-width:67vw}.greenContainerText{font-size:.8rem}.navButtonText{display:none}.navButton{width:8vw}.bodyDiv{width:65vw}#forwardArrow{border-left:4.2vw solid #bcc4b7}#backArrow,#forwardArrow{border-top:3vw solid transparent;border-bottom:3vw solid transparent}#backArrow{border-right:4.2vw solid #bcc4b7}}@media only screen and (max-height:800px){.bodyDiv{height:75vh;overflow-y:auto}.navButton{height:31.6%}}@media only screen and (max-height:700px){#beginArrow{margin-top:0}#worldViewContainer{width:99%;height:58vh}.questionComponent{margin:-20px}}@media only screen and (max-height:640px){.progressBar.row{display:none}.progressText{position:relative;margin:5px}.greenContainer.progress{height:5vh}.sectionHeading{height:70px}.questionTextArea{max-height:40vh}}@media only screen and (max-width:770px){.logo{content:url(/_next/static/media/builderlogo.0876350262f5be9d7808a68e631a92c3.png);width:100px;margin:0 auto 10px}#footer{justify-content:flex-end;margin:0}#buttonNavigation{min-width:67vw;margin-right:3vw}.footerButton{align-self:center;width:20px;height:20px}.buttonHoverText{display:flex;margin-top:30px}}@media only screen and (max-width:735px),screen and (max-height:600px){.logo{content:url(/_next/static/media/builderlogo.0876350262f5be9d7808a68e631a92c3.png);width:200px;margin:0 auto 10px}.navButtonText{display:none}.container{width:100%}.bodyDiv{font-size:1rem;min-width:99.9vw;height:-moz-max-content;height:max-content;padding:20px 0}.greenContainerText{font-size:.9rem}.row{margin:1% 0}.box,.col-xs,.row{width:100%}.greenContainer{min-width:99.9vw}.footerButton{margin-right:200px}.buttonHoverText{display:flex;font-size:.7rem}.navButton{min-width:99.9vw;height:60px;border-radius:3px;margin-bottom:5px;display:flex;align-items:center;justify-content:center;border:1px solid #f48b7c}.navButtonHeader{width:100%;white-space:nowrap;inline-size:-moz-min-content;inline-size:min-content}h1{font-size:2rem}h6{font-size:1.2rem}#header{min-width:99.9vw;margin:10px}#siteTitle{text-align:center;white-space:nowrap;inline-size:-moz-fit-content;inline-size:fit-content;margin:0 auto}#footer{min-width:99vw;justify-content:center;margin:0}#buttonNavigation{flex-flow:row nowrap;justify-content:space-around;min-width:99vw;margin:0;padding:10px}.footerButtonContainer{width:1vw}.footerButton{align-self:center;width:30px;height:30px}.buttonHoverText{margin-top:40px}#worldViewContainer{margin:10px;width:99%;height:-moz-max-content;height:max-content;border:1px solid #fefdfe;box-sizing:border-box;border-radius:3px}.questionComponent{margin-bottom:100px}.questionTextArea{min-width:60vw;height:30vw;margin-top:20px}.arrowNavButton{justify-content:center;margin-top:70px}.quoteComponent{display:none}#backArrow{border-right:7.2vw solid #bcc4b7}#backArrow,#forwardArrow{border-top:6vw solid transparent;border-bottom:6vw solid transparent}#forwardArrow{border-left:7.2vw solid #bcc4b7}#beginArrow{border-top:5vw solid transparent;border-bottom:5vw solid transparent;border-left:9vw solid #f48b7c;margin-bottom:80px}}@media only screen and (max-width:480px){#footer{margin:0;padding:0}.bodyDiv{min-height:700px;overflow:hidden}#buttonNavigation{flex-flow:column nowrap;justify-content:space-around;height:300px;margin:0;padding:0}.footerButtonContainer{border:1px solid #f48b7c;min-width:99.9vw;height:60px;border-radius:3px;margin-bottom:5px;justify-content:center}.buttonHoverText{font-size:1rem;font-weight:300;inline-size:-moz-max-content;inline-size:max-content;margin-top:7px;margin-left:40px}#backArrow{display:none}.question{white-space:pre-wrap;display:flex;width:80vw}.questionTextArea{min-width:80vw;min-height:200px;display:flex;margin:-10px}.arrowNavButton{display:flex}#forwardArrow{border-top:8vw solid transparent;border-bottom:8vw solid transparent;border-left:12vw solid #f48b7c}.greenContainer.progress,.progressComponent{display:none}.sectionHeading{height:100px;margin-top:-150px}}@media only screen and (max-width:360px){h1{font-size:1.4rem}}