.squares{align-items:center;display:flex}.square1{background-color:#e30072;border-radius:2px;width:12px;height:12px;margin-right:5px;animation:2s linear infinite squareAnimation1}.square2{background-color:#2f4051;border-radius:2px;width:12px;height:12px;margin-right:5px;animation:2s linear infinite squareAnimation2}.square2--dark{background-color:#fff}.square3{background-color:#1b838b;border-radius:2px;width:12px;height:12px;margin-right:5px;animation:2s linear infinite squareAnimation3}@keyframes squareAnimation1{0%{transform:scale(1)}15%{transform:scale(1.5)}30%{transform:scale(1)}45%{transform:scale(1)}60%{transform:scale(1)}75%{transform:scale(1)}90%{transform:scale(1)}to{transform:scale(1)}}@keyframes squareAnimation2{0%{transform:scale(1)}15%{transform:scale(1)}30%{transform:scale(1)}45%{transform:scale(1.5)}60%{transform:scale(1)}75%{transform:scale(1)}90%{transform:scale(1)}to{transform:scale(1)}}@keyframes squareAnimation3{0%{transform:scale(1)}15%{transform:scale(1)}30%{transform:scale(1)}45%{transform:scale(1)}60%{transform:scale(1)}75%{transform:scale(1.5)}90%{transform:scale(1)}to{transform:scale(1)}}.chip{border:none;border-radius:1.5rem;align-items:center;gap:.25rem;width:-moz-fit-content;height:1.5rem;padding:.25rem .5rem;transition:color .3s,background-color .3s,fill .3s,width .3s;display:flex}.chip svg{width:1rem;height:1rem}.chip.blue{color:#0624a2;background-color:#cfd8ff}.chip.blue svg{fill:#0624a2}.chip.grey{color:#2f4051;background-color:#dde0e3}.chip.grey svg{fill:#2f4051}.chip.teal{color:#1b838b;background-color:#d2f6fa}.chip.teal svg{fill:#1b838b}.chip.pink{color:#a60052;background-color:#ffc7e3}.chip.pink svg{fill:#a60052}.chip.red{color:#9d010b;background-color:#fec9cc}.chip.red svg{fill:#9d010b}.chip.yellow{color:#9f5c00;background-color:#ffefa1}.chip.yellow svg{fill:#9f5c00}.chip.green{color:#007b4a;background-color:#a7fbd9}.chip.green svg{fill:#007b4a}.chip.action{cursor:pointer}.chip.action:focus-visible{outline-offset:2px;outline:2px solid #1233c1}.chip.action:not(:disabled)[aria-selected=true]{color:#fff}.chip.action:not(:disabled).blue[aria-selected=true]{background-color:#4261ee}.chip.action:not(:disabled).blue[aria-selected=true]:hover{background-color:#708bf8}.chip.action:not(:disabled).blue[aria-selected=true]:active:focus{background-color:#1233c1}.chip.action:not(:disabled).blue[aria-selected=false]:hover{background-color:#b9c7ff}.chip.action:not(:disabled).blue[aria-selected=false]:active:focus{background-color:#8aa0fe}.chip.action:not(:disabled).grey[aria-selected=true]{background-color:#1b838b}.chip.action:not(:disabled).grey[aria-selected=true]:hover{background-color:#22a3af}.chip.action:not(:disabled).grey[aria-selected=true]:active:focus{background-color:#056d78}.chip.action:not(:disabled).grey[aria-selected=false]:hover{background-color:#c8cdd1}.chip.action:not(:disabled).grey[aria-selected=false]:active:focus{background-color:#b6bbc1}.chip.action:not(:disabled).teal[aria-selected=true]{background-color:#1b838b}.chip.action:not(:disabled).teal[aria-selected=true]:hover{background-color:#22a3af}.chip.action:not(:disabled).teal[aria-selected=true]:active:focus{background-color:#056d78}.chip.action:not(:disabled).teal[aria-selected=false]:hover{background-color:#c1f0f5}.chip.action:not(:disabled).teal[aria-selected=false]:active:focus{background-color:#98e5ec}.chip.action:not(:disabled).pink[aria-selected=true]{background-color:#e11687}.chip.action:not(:disabled).pink[aria-selected=true]:hover{background-color:#fc4ca8}.chip.action:not(:disabled).pink[aria-selected=true]:active:focus{background-color:#c80063}.chip.action:not(:disabled).pink[aria-selected=false]:hover{background-color:#ffaad5}.chip.action:not(:disabled).pink[aria-selected=false]:active:focus{background-color:#ff73b8}.chip.action:not(:disabled).red[aria-selected=true]{background-color:#e22d38}.chip.action:not(:disabled).red[aria-selected=true]:hover{background-color:#fa5b62}.chip.action:not(:disabled).red[aria-selected=true]:active:focus{background-color:#ba0914}.chip.action:not(:disabled).red[aria-selected=false]:hover{background-color:#fcaeb3}.chip.action:not(:disabled).red[aria-selected=false]:active:focus{background-color:#f77b83}.chip.action:not(:disabled).yellow[aria-selected=true]{background-color:#cb820b}.chip.action:not(:disabled).yellow[aria-selected=true]:hover{background-color:#d5920f}.chip.action:not(:disabled).yellow[aria-selected=true]:active:focus{background-color:#9f5c00}.chip.action:not(:disabled).yellow[aria-selected=false]:hover{background-color:#ffe066}.chip.action:not(:disabled).yellow[aria-selected=false]:active:focus{background-color:#f5ca3f}.chip.action:not(:disabled).green[aria-selected=true]{background-color:#08a768}.chip.action:not(:disabled).green[aria-selected=true]:hover{background-color:#00b86e}.chip.action:not(:disabled).green[aria-selected=true]:active:focus{background-color:#007b4a}.chip.action:not(:disabled).green[aria-selected=false]:hover{background-color:#71f5c0}.chip.action:not(:disabled).green[aria-selected=false]:active:focus{background-color:#42eca8}.chip.action:disabled{color:#b6bbc1;cursor:auto;background-color:#dde0e3}.chip.action:disabled svg{fill:#b6bbc1}.chip[aria-selected=true]{color:#fff}.chip[aria-selected=true] svg{fill:#fff}.content-card{background-color:#fff;border:2px solid #dde0e3;border-radius:.75rem;flex-direction:column;padding:1rem;display:flex}.content-card .content-card-header,.content-card .content-card-footer{flex-direction:row;flex-shrink:0;align-items:center;display:flex}.content-card .content-card-body{flex-grow:1;margin:1rem 0;overflow-y:auto}.content-card.grey{background-color:#f4f5f6}.content-card.md,.content-card.xl{border:none}input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input{background-color:inherit;color:inherit}.input-field{color:#2f4051;border:2px solid #8b939a;border-radius:.5rem;display:flex;overflow:hidden}.input-field:focus-within{outline:"none";color:#2f4051}.input-field:hover{border-color:#76d7e0}.input-field:hover.disabled{border-color:#8b939a}.input-field:hover.error{border-color:#d11723}.input-field:active:focus-within{border-color:#3bb7c2}.input-field:active:focus-within.error{border-color:#d11723}.input-field:active:focus-within.disabled{border-color:#8b939a}.input-field[data-active=true]{border-color:#5cc7d0}.input-field:focus-within{outline-offset:2px;border-color:#5cc7d0;outline:2px solid #1233c1}.input-field.disabled{color:#5d6977;cursor:not-allowed;background-color:#dde0e3}.input-field.error{color:#2f4051;border-color:#d11723}.input-field.error.disabled{color:#5d6977;cursor:not-allowed;background-color:#dde0e3;border-color:#8b939a}.input-field.white{border:2px solid #fff}.input-field.white input,.input-field.white textarea,.input-field.white input::placeholder,.input-field.white textarea::placeholder{color:#fff}.input-field.white:focus-within{outline:"none"}.input-field.white:hover{border-color:#d2f6fa}.input-field.white:hover.disabled{border-color:#8b939a}.input-field.white:hover.error{border-color:#d11723}.input-field.white:active:focus-within{border-color:#5cc7d0}.input-field.white:active:focus-within.error{border-color:#d11723}.input-field.white:active:focus-within.disabled{border-color:#8b939a}.input-field.white:focus-within{outline-offset:2px;border-color:#98e5ec;outline:2px solid #ffe066}.input-field.white.disabled{border-color:#8b939a}.input-field.white.error{color:#2f4051;border-color:#d11723;padding-right:40px}.input-field.white.error.disabled{background-color:#dde0e3;border-color:#8b939a}.input-field.stepper.error{padding-right:0}.stepper-adornment{flex-direction:column;justify-content:center;display:flex}.helix-hyperlink{color:#056d78;text-overflow:ellipsis;white-space:nowrap;border-radius:.375rem;padding:.125rem;text-decoration:none;overflow:hidden}.helix-hyperlink:hover{color:#1b838b;text-decoration:underline}.helix-hyperlink:active:focus{color:#004f58}.helix-hyperlink:visited{color:#81003f}.helix-hyperlink:focus,.helix-hyperlink:focus-visible{outline-width:.125rem;outline-color:#1233c1}
