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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.flex{display:flex}.row{flex-direction:row}.col{flex-direction:column}.right{justify-content:end}.left{justify-content:start}.center{justify-content:center}.v-center{align-items:center}.around{justify-content:space-around}.between{justify-content:space-between}.even{justify-content:space-evenly}.h-100{height:100%}.flex-grow{flex-grow:1}.App{display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.app-bg{background:linear-gradient(30.6deg,#764493,#3c1b5f);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:-1}.app-bg .top-element{position:absolute;right:0;top:0}.app-bg .bottom-element,.app-bg .bottom-element img{bottom:0;left:0;position:absolute}.main{display:flex;flex-direction:column;height:100vh;width:100%}header{align-items:flex-start;display:flex;justify-content:space-between;padding:20px;width:40%}.header .logo{display:flex;justify-content:center;max-height:500px;width:100%}.header .logo img{max-height:500px;max-width:500px}.event-data{align-items:center;color:#04a34b;display:flex;flex-direction:column;margin:1rem 0 0;padding:0}.event-data h4{font-size:1.8rem;line-height:2rem;margin:.5rem;text-align:center}.header .event-data p{font-size:1rem;line-height:1rem;text-align:center}.header img{width:100%}.content-row{flex-basis:80%;flex-direction:row;justify-content:space-around;max-height:80vh}.content,.content-row{align-items:center;display:flex}.content{flex-direction:column;height:100%;justify-content:center;overflow-y:scroll;padding:0 25px;position:relative;z-index:10}.results{justify-content:flex-start;padding-top:20px;width:50vw}.home{text-align:center}.home *{margin:1rem}.home h1{font-size:3rem}.home h2{font-size:2rem}.home p{color:#666;font-size:1rem}.survey-modal{background-color:#fff;border:1px solid #00529b;border-radius:20px;box-shadow:7px 7px 20px rgba(0,0,0,.3);display:flex;height:100%;padding:20px;width:50%}.survey-modal .index{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around;margin:0 1rem;position:relative}.survey-modal .index:after{border-right:1px solid #00529b;content:"";height:90%;left:50%;position:absolute;top:5%;width:0;z-index:0}.survey-modal .index .step{align-items:center;background-color:#fff;border:1px solid #00529b;border-radius:50%;color:#00529b;display:flex;flex-direction:column;height:25px;justify-content:space-around;width:25px;z-index:1}.survey-modal .index .step.answered{background-color:#04a34b;border:1px solid #04a34b;color:#fff;height:25px;width:25px}.survey-modal .index .step.active{background-color:#00529b;border-width:2px;color:#fff;height:35px;width:35px}.question{margin:1rem 2rem}.question .tag{color:#666;font-size:1rem}.question h3{color:#04a34b;font-size:2rem;margin-bottom:.5rem}.question h4{color:#666;font-size:1rem}.answers{margin:2rem 0;width:100%}.answers.scale{align-items:center;display:flex;flex-wrap:wrap}.answers.scale *{margin:.5rem}.answers.scale .range{align-items:center;border:1px solid #00529b;border-radius:50%;cursor:pointer;display:flex;font-size:1.5rem;height:50px;justify-content:center;line-height:1.2rem;width:50px}.answers.scale .range.active{background-color:#f28e22;border:none;color:#fff;font-weight:700}.answers.multi{display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:1rem}.answers .option{color:#00529b;cursor:pointer;font-size:1.2rem;font-weight:700;margin:.5rem;position:relative;width:45%}.answers .option:before{border:1px solid rgba(0,0,0,.3);border-radius:5px;content:"";height:20px;left:-30px;position:absolute;width:20px}.answers .option.selected:before{background-color:#f28e22;border:2px solid #fff;box-shadow:0 0 1px 2px #f28e22}.answers .option.selected{color:#f28e22}.thanks-message{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.thanks-message h1{color:#04a34b;font-size:2rem;text-align:center}.thanks-message h2{color:#666;font-size:1.5rem;margin-top:1rem;text-align:center}footer{align-items:center;background-position:bottom;background-repeat:no-repeat;background-size:cover;bottom:0;display:flex;flex-basis:15%;justify-content:center;width:100%}.button,button{background-color:#00529b;border:none;border-radius:25px;color:#fff;cursor:pointer;display:inline-block;font-size:1.2rem;font-weight:700;padding:.5rem 1.5rem}.button.big{font-size:2rem;padding:.5rem 1.5rem}.button.inactive{background-color:#ccc}.survey-modal.active{-webkit-animation:zoomInDown 1s ease-in-out 1;animation:zoomInDown 1s ease-in-out 1}.survey-modal.inactive{-webkit-animation:zoomOutDown .65s ease-in-out 1;animation:zoomOutDown .65s ease-in-out 1;-webkit-animation-delay:1s;animation-delay:1s}.question.active{-webkit-animation:pop .5s ease-in-out 1;animation:pop .5s ease-in-out 1}.home.active{-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation:zoomInDown 1s ease-in-out 1;animation:zoomInDown 1s ease-in-out 1}.home.inactive{-webkit-animation:zoomOutDown .5s ease-in-out 1;animation:zoomOutDown .5s ease-in-out 1}.stamp-logo{position:absolute;right:10%;top:20%}.qr-container{width:60%}.qr-container img{max-height:800px;width:100%}.results .content{padding-bottom:20vh}.submission{margin:10px 0;width:100%}.answer-body{background-color:#fff;border-radius:15px;font-size:1.8rem;padding:20px}.answer-name{color:#fff;font-size:1.5rem;font-weight:700;padding:10px;position:relative}.answer-name:after{bottom:50%;content:url(/static/media/name-after-min.3248af7ecc71f88df6ca.svg);height:50px;padding-left:10px;position:absolute;width:87px;z-index:-1}.sub-head,.sub-head *{align-items:stretch}.sub-head *{padding:.5rem}.sub-head .q{color:#00529b;font-size:1.5rem;font-weight:700}.sub-head .type{color:#666;font-size:1rem;font-weight:700}.graph{align-items:flex-end;border:1px solid #333;border-width:0 0 2px 2px;height:200px;margin:2rem 0 1rem;position:relative}.graph:before{color:#000;content:"%";font-size:1.5rem;font-weight:700;left:-5%;position:absolute;top:45%;width:5%}.column{background-color:#04a34b;position:relative;width:30px}.column .value{color:#000;font-size:1.5rem;font-weight:700;height:30px;left:25%;position:absolute;top:-30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:30px}.answer-result-key{font-size:1rem;padding:0 .2rem;text-align:center;word-break:break-all}.input-group{display:flex;flex-direction:column;padding:10px 0}form{width:100%}label{color:#fff;font-size:1rem;padding-bottom:10px}input[type=text],textarea{border-radius:10px;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:1rem;padding:10px}textarea{height:250px;resize:vertical;width:100%}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@-webkit-keyframes pop{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pop{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media only screen and (max-width:480px){.content-row{align-items:flex-start;flex-direction:column}.header{width:60%}.header .logo{width:80%}}
/*# sourceMappingURL=main.595132d9.css.map*/