@-webkit-keyframes skeleton{0%{background-position:0 25%}to{background-position:75% 100%}}@keyframes skeleton{0%{background-position:0 25%}to{background-position:75% 100%}}#demographics{min-width:24rem;margin:3rem auto}#demographics .parent>div{padding:0 2rem}#demographics .parent>div>label:first-child{margin-top:1rem}#demographics button{max-height:3rem;background-color:#f7f9ff;margin-top:1rem;border-radius:0 0 .3rem .3rem}#demographics button:hover{background-color:#d6e0ff}#demographics button img{max-width:3rem;position:relative;top:-1rem}#demographics .error{border:none!important;border-radius:.3rem;background-color:#ffe0e0;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:1rem auto 0;padding:1rem 2rem;text-align:center}#demographics label,#demographics select{cursor:pointer}#demographics input:not([type=radio]),#demographics select{width:100%;margin-top:.2rem}#demographics label[multi-choice]{margin:.3rem .5rem 0 0}#demographics fieldset,#demographics label:not([multi-choice]){margin:1.8rem 0;width:100%}