.c-triage-form{box-sizing:border-box;margin:0 auto;max-width:800px;padding:64px 34px;width:100%}
.c-triage-form *{box-sizing:border-box;font-family:"Noto Sans","-apple-system","BlinkMacSystemFont","San Francisco","Segoe UI","Helvetica Neue",sans-serif}
.c-triage-form h3{margin:0}
.c-triage-form .key-line{margin:30px 0}
.c-triage-form .hide,.c-triage-form span.error{display:none}
.c-triage-form .actions{display:flex;justify-content:flex-end;margin-top:35px}
.c-triage-form .title{font-size:1.375rem;font-weight:600;line-height:2rem}
.c-triage-form .description{font-size:1rem;font-weight:400;line-height:1.5rem}
.c-triage-form .checkbox-group label{display:inline-block;font-weight:normal;width:calc(90% - 1rem)}
.c-triage-form .form-group{margin-top:21px}
.c-triage-form .c-dropdown{margin-top:23px}
.c-triage-form .firstName,.c-triage-form .lastName{width:100%}
.c-triage-form .comments{margin-top:23px}
.c-triage-form textarea::-webkit-scrollbar{width:10px}
.c-triage-form textarea::-webkit-scrollbar-track{background:rgba(0,0,0,0)}
.c-triage-form textarea::-webkit-scrollbar-thumb{background:#e6e6e6;background:-moz-linear-gradient(left,#e6e6e6 0,#e6e6e6 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 71%,rgba(255,255,255,0) 100%);background:-webkit-gradient(left top,right top,color-stop(0,#e6e6e6),color-stop(50%,#e6e6e6),color-stop(51%,rgba(255,255,255,0)),color-stop(71%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,#e6e6e6,#e6e6e6 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 71%,rgba(255,255,255,0));background:-o-linear-gradient(left,#e6e6e6 0,#e6e6e6 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 71%,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left,#e6e6e6 0,#e6e6e6 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 71%,rgba(255,255,255,0) 100%);background:linear-gradient(90deg,#e6e6e6 0,#e6e6e6 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 71%,rgba(255,255,255,0))}
.c-triage-form textarea::-webkit-scrollbar-thumb,.c-triage-form textarea::-webkit-scrollbar-thumb:hover{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb",endColorstr="#ffffff",GradientType=1)}
.c-triage-form textarea::-webkit-scrollbar-thumb:hover{background:#e6e6e6;background:-moz-linear-gradient(left,#d1d1d1 0,#d1d1d1 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 71%,rgba(255,255,255,0) 100%);background:-webkit-gradient(left top,right top,color-stop(0,#d1d1d1),color-stop(50%,#d1d1d1),color-stop(51%,rgba(255,255,255,0)),color-stop(71%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,#d1d1d1,#d1d1d1 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 71%,rgba(255,255,255,0));background:-o-linear-gradient(left,#d1d1d1 0,#d1d1d1 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 71%,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left,#d1d1d1 0,#d1d1d1 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 71%,rgba(255,255,255,0) 100%);background:linear-gradient(90deg,#d1d1d1 0,#d1d1d1 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 71%,rgba(255,255,255,0))}
.c-triage-form textarea{margin-bottom:.5rem;min-height:140px;resize:none}
.c-triage-form textarea.allow-resize{resize:vertical}
.c-triage-form textarea.error-counter{background-color:#f5f5f5;border:2px solid #bf081a;color:#1d1d1d}
.c-triage-form .comment-counter-help{display:block;font-family:"Noto Sans","-apple-system","BlinkMacSystemFont","San Francisco","Segoe UI","Helvetica Neue",sans-serif;font-size:.875rem;line-height:1.063rem;margin-bottom:2rem}
.c-triage-form .comment-counter-help.error-counter{color:#bf081a}
@media(min-width:768px){.c-triage-form{padding:64px}
.c-triage-form .title{font-size:1.375rem;line-height:2rem}
}
@media(min-width:992px){.c-triage-form{padding:64px 0;width:50%}
.c-triage-form .form-row{display:flex;justify-content:space-between}
.c-triage-form .firstName,.c-triage-form .lastName{width:calc(50% - 1rem)}
}