#root{height:100%}html{scroll-behavior:smooth}body,html{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#edf1f2;color:#413e3e}a{font-weight:700;color:#50c2f7;text-decoration:underline;transition:color .1s linear}a:hover{color:#0398e2;cursor:pointer}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button.submit{display:block;background-color:#3f6;border:none;border-radius:3px;padding:10px 20px;box-shadow:2px 2px 2px 1px gray;transition:background-color .2s ease-in-out}button.submit:hover{background-color:#00e239;cursor:pointer}.answer{display:flex;flex-direction:row;align-items:center;justify-content:center;-moz-column-gap:15px;column-gap:15px}@media(max-width:700px){.answer{flex-direction:column-reverse;row-gap:5px}}.option{display:flex;justify-content:center;align-items:center;border-radius:50%;border-style:solid;border-width:2px;transition:all .1s ease-in-out}.option:hover{cursor:pointer}.option.disabled:hover{cursor:not-allowed}.level-0,.level-5{flex:0 0 45px;height:45px;max-width:45px}.level-1,.level-4{flex:0 0 40px;height:40px;max-width:40px}.level-2,.level-3{flex:0 0 35px;height:35px;max-width:35px}.agree{border-color:#68bb6c}.agree#selected,.agree:hover{background-color:#68bb6c}.neutral{border-color:#8fa3ae}.neutral#selected,.neutral:hover{background-color:#8fa3ae}.disagree{border-color:#ef5552}.disagree#selected,.disagree:hover{background-color:#ef5552}header{padding:20px}header>h1{margin:0;color:#737373}main{padding:25vh 0 45vh;margin:0;display:flex;justify-content:center;align-items:center;align-content:center;flex-wrap:nowrap;flex-direction:column;row-gap:100px}#results{scroll-margin-top:30vh}#thank-you-text,.q-and-a{text-align:center}.q-and-a{scroll-margin-top:30vh;width:auto;padding:20px;font-weight:700}.q-and-a.hidden{opacity:.2}.q-and-a.shown{opacity:1}.q-and-a.hidden,.q-and-a.shown{transition:opacity .5s ease-in-out}.question{margin-bottom:20px}.submit-button{padding:10px 15px;border-radius:5px;border:none;background-color:#3f9;box-shadow:0 0 5px gray;transition:background-color .2s ease-in-out}.submit-button:hover{background-color:#0c6;cursor:pointer}.submit-button.disabled{background-color:#3f9;cursor:not-allowed}