/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 11 September 2025 21:41:13
*/



.form__checkbox{
    position: relative;
}

input[type='checkbox'].form__input{
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 20px; 
    z-index: 10;
}

#benefit-total {
    font-size: 1.75rem;
}
.content input[type='text'].form-error {
    border-color:#d7153a;
}
.form-error {
    color:#d7153a;
}