@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);* {margin: 0;padding: 0;cursor: default;box-sizing: border-box;cursor: default;}*:focus {outline: none;}::-moz-selection {color: hsl(330, 100%, 60%);}::selection {color: hsl(330, 100%, 60%);}.svg {font-family: Montserrat, sans-serif;margin: 2rem;color: #33fbfb;background: #1b1c3a;}#step {position: fixed;z-index: 0;bottom: 0;right: 1vw;font-size: 60vh;font-weight: 700;color: hsl(330, 25%, 15%);-webkit-transition: 2s;transition: 2s;}#step::before {content: 'Step';position: absolute;z-index: 1;top: 35%;right: 2vw;font-size: 20vh;font-weight: 700;color: hsl(330, 25%, 5%);}#step::after {content: 'of 8';position: absolute;z-index: 1;top: 65%;left: -2rem;font-size: 10vh;font-weight: 700;color: hsl(330, 25%, 20%);}.sleep {opacity: 0;display: none;}.rest {height: 0;opacity: 0;display: none;}.wake {opacity: 1;}p {position: relative;z-index: 2;font-family: 'libre bodoni', sans-serif;font-size: 1.3rem;line-height: 2rem;height: 5rem;-webkit-transition: 1s ease-out .5s;transition: 1s ease-out .5s;}#type {height: auto;margin: 2rem 0;}.collapsed {height: 0;}[contenteditable] {color: hsl(330, 10%, 50%);border: 0 solid hsl(330, 10%, 50%);border-width: 0 .1rem;padding: 0 1em;-webkit-transition: 1s ease-out;transition: 1s ease-out;}[contenteditable]:focus {color: hsl(30, 100%, 75%);border-color: hsl(330, 10%, 50%);}input[type=submit] {position: relative;top: 0rem;font-family: 'libre bodoni', sans-serif;font-size: 0.8rem;font-weight: 700;color: #28348a;border: .2rem solid hsl(330, 10%, 25%);border-radius: .75rem;padding: 0.5rem 1rem;box-shadow: 0 0 0 hsl(330, 10%, 5%);-webkit-transition: 1s ease-out;transition: 1s ease-out;cursor: pointer;}input[type=button]:active {top: -.5rem;color: hsl(30, 100%, 75%);border: .2rem solid hsl(30, 100%, 75%);box-shadow: 0 .5rem 0.5rem hsl(330, 10%, 5%);}input[type=text],input[type=email],input[type=number]{font-family: 'libre bodoni', sans-serif;font-size: 1.3rem;line-height: 2.5rem;color: hsl(100, 100%, 100%);background: transparent;border: 0 solid hsl(330, 10%, 25%);border-width: 0 0 .1rem 0;width: 6em;-webkit-transition: 1s ease-out;transition: 1s ease-out;}.videoButton {position: relative;top: 1rem;font-family: 'libre bodoni', sans-serif;font-size: 1.0rem;font-weight: 700;color: #28348a;border: .2rem solid hsl(330, 10%, 25%);border-radius: .75rem;padding: 0.5rem 1rem;box-shadow: 0 0 0 hsl(330, 10%, 5%);-webkit-transition: 1s ease-out;transition: 1s ease-out;cursor: pointer;}.click {cursor: pointer;}body.wait .click {cursor: default;}@-webkit-keyframes pulse {0% {opacity: .25;}50% {opacity: 1;}100% {opacity: .25;}}@keyframes pulse {0% {opacity: .25;}50% {opacity: 1;}100% {opacity: .25;}}select{color:#28348a;margin-top:4em;font-family: 'libre bodoni', sans-serif;}.svg{padding-left:20px;padding-right:20px;overflow:scroll;height: 85%;}p{margin-top:2em;height: fit-content;}select{margin-top:2em;height: fit-content;width: -webkit-fill-available;}.list-group {display: table;width: 50%;border-collapse: collapse;}.list-group button.list-group-item {display: table-row;width: 50%;border: 1px solid #dee2e6;margin: 0px;}