/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss (1) ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/* You can add global styles to this file, and also import other style files */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
table {
  border-collapse: collapse;
}
th {
  text-align: inherit;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
 
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-badge-small .mat-badge-content{font-size:9px}
.mat-badge-large .mat-badge-content{font-size:24px}
.mat-h1,.mat-headline,.mat-typography .mat-h1,.mat-typography .mat-headline,.mat-typography h1{font:400 24px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h2,.mat-title,.mat-typography .mat-h2,.mat-typography .mat-title,.mat-typography h2{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h3,.mat-subheading-2,.mat-typography .mat-h3,.mat-typography .mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h4,.mat-subheading-1,.mat-typography .mat-h4,.mat-typography .mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h5,.mat-typography .mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}
.mat-h6,.mat-typography .mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}
.mat-body-strong,.mat-body-2,.mat-typography .mat-body-strong,.mat-typography .mat-body-2{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-body,.mat-body-1,.mat-typography .mat-body,.mat-typography .mat-body-1,.mat-typography{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-body p,.mat-body-1 p,.mat-typography .mat-body p,.mat-typography .mat-body-1 p,.mat-typography p{margin:0 0 12px}
.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption{font:400 12px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.05em;margin:0 0 56px}
.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.02em;margin:0 0 64px}
.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.005em;margin:0 0 64px}
.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 64px}
.mat-bottom-sheet-container{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-button-toggle{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-card{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-card-title{font-size:24px;font-weight:500}
.mat-card-header .mat-card-title{font-size:20px}
.mat-card-subtitle,.mat-card-content{font-size:14px}
.mat-checkbox{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-checkbox-layout .mat-checkbox-label{line-height:24px}
.mat-chip{font-size:14px;font-weight:500}
.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}
.mat-table{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-header-cell{font-size:12px;font-weight:500}
.mat-cell,.mat-footer-cell{font-size:14px}
.mat-calendar{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-calendar-body{font-size:13px}
.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}
.mat-calendar-table-header th{font-size:11px;font-weight:400}
.mat-dialog-title{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-expansion-panel-header{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:15px;font-weight:400}
.mat-expansion-panel-content{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-form-field-wrapper{padding-bottom:1.34375em}
.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}
.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}
.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}
.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}
.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}
.mat-form-field-label{top:1.34375em}
.mat-form-field-underline{bottom:1.34375em}
.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}
.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}
.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);width:133.3333333333%}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);width:133.3333433333%}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);width:133.3333533333%}
.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}
.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}
@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(0.75)}}
.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}
.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}
.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}
.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}
.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}
.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}
input.mat-input-element{margin-top:-0.0625em}
.mat-menu-item{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:400}
.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px}
.mat-radio-button{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-select{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-select-trigger{height:1.125em}
.mat-slide-toggle-content{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-slider-thumb-label-text{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}
.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-step-label{font-size:14px;font-weight:400}
.mat-step-sub-label-error{font-weight:normal}
.mat-step-label-error{font-size:14px}
.mat-step-label-selected{font-size:14px;font-weight:500}
.mat-tab-group{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-tab-label,.mat-tab-link{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0}
.mat-tooltip{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}
.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}
.mat-list-item{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-list-option{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-list-base .mat-list-item{font-size:16px}
.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}
.mat-list-base .mat-list-option{font-size:16px}
.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}
.mat-list-base .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-list-base[dense] .mat-list-item{font-size:12px}
.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}
.mat-list-base[dense] .mat-list-option{font-size:12px}
.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}
.mat-list-base[dense] .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}
.mat-option{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:16px}
.mat-optgroup-label{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-simple-snackbar{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px}
.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}
.mat-tree{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}
.mat-ripple{overflow:hidden;position:relative}
.mat-ripple:not(:empty){transform:translateZ(0)}
.mat-ripple.mat-ripple-unbounded{overflow:visible}
.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale(0)}
.cdk-high-contrast-active .mat-ripple-element{display:none}
.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}
[dir=rtl] .cdk-visually-hidden{left:auto;right:0}
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}
.cdk-overlay-container{position:fixed;z-index:1000}
.cdk-overlay-container:empty{display:none}
.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}
.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}
.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}
.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}
.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}
.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}
.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
textarea.cdk-textarea-autosize{resize:none}
textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}
textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}
@keyframes cdk-text-field-autofill-start{/*!*/}
@keyframes cdk-text-field-autofill-end{/*!*/}
.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}
.mat-focus-indicator{position:relative}
.mat-mdc-focus-indicator{position:relative}
.mat-ripple-element{background-color:rgba(0,0,0,.1)}
.mat-option{color:rgba(0,0,0,.87)}
.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}
.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}
.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#673ab7}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ffd740}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}
.mat-optgroup-label{color:rgba(0,0,0,.54)}
.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}
.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}
.mat-pseudo-checkbox::after{color:#fafafa}
.mat-pseudo-checkbox-disabled{color:#b0b0b0}
.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#673ab7}
.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#ffd740}
.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}
.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}
.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}
.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}
.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}
.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}
.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}
.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}
.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}
.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}
.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}
.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}
.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}
.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}
.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}
.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}
.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}
.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}
.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}
.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}
.mat-theme-loaded-marker{display:none}
.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}
.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}
.mat-badge{position:relative}
.mat-badge.mat-badge{overflow:visible}
.mat-badge-hidden .mat-badge-content{display:none}
.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}
.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}
.mat-badge-content.mat-badge-active{transform:none}
.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}
.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}
.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}
.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}
.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}
.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}
.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}
.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}
.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}
.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}
.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}
.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}
.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}
.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}
.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}
.mat-badge-content{color:#fff;background:#673ab7}
.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}
.mat-badge-accent .mat-badge-content{background:#ffd740;color:rgba(0,0,0,.87)}
.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}
.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38)}
.mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}
.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}
.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#673ab7}
.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ffd740}
.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}
.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}
.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#673ab7}
.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ffd740}
.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}
.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}
.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}
.mat-button-focus-overlay{background:#000}
.mat-stroked-button:not(.mat-button-disabled){border-color:rgba(0,0,0,.12)}
.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:rgba(0,0,0,.87);background-color:#fff}
.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}
.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:rgba(0,0,0,.87)}
.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}
.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}
.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#673ab7}
.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#ffd740}
.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#f44336}
.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:rgba(0,0,0,.12)}
.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(0,0,0,.1)}
.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-button-toggle-standalone:not([class*=mat-elevation-z]),.mat-button-toggle-group:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}
.mat-button-toggle{color:rgba(0,0,0,.38)}
.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}
.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}
.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px #e0e0e0}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px #e0e0e0}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px #e0e0e0}
.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}
.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#eee}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}
.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px #e0e0e0}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}
.mat-card{background:#fff;color:rgba(0,0,0,.87)}
.mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-card-subtitle{color:rgba(0,0,0,.54)}
.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}
.mat-checkbox-checkmark{fill:#fafafa}
.mat-checkbox-checkmark-path{stroke:#fafafa !important}
.mat-checkbox-mixedmark{background-color:#fafafa}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#673ab7}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ffd740}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}
.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.38)}
.mat-checkbox .mat-ripple-element{background-color:#000}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#673ab7}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ffd740}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}
.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:rgba(0,0,0,.87)}
.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}
.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}
.mat-chip.mat-standard-chip::after{background:#000}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#673ab7;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ffd740;color:rgba(0,0,0,.87)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(0,0,0,.1)}
.mat-table{background:#fff}
.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}
mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:rgba(0,0,0,.12)}
.mat-header-cell{color:rgba(0,0,0,.54)}
.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}
.mat-calendar-arrow{fill:rgba(0,0,0,.54)}
.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:rgba(0,0,0,.54)}
.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}
.mat-calendar-table-header,.mat-calendar-body-label{color:rgba(0,0,0,.54)}
.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:rgba(0,0,0,.87);border-color:transparent}
.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:rgba(0,0,0,.38)}
.mat-form-field-disabled .mat-date-range-input-separator{color:rgba(0,0,0,.38)}
.mat-calendar-body-in-preview{color:rgba(0,0,0,.24)}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.38)}
.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.18)}
.mat-calendar-body-in-range::before{background:rgba(103,58,183,.2)}
.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(103, 58, 183, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(103, 58, 183, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-calendar-body-selected{background-color:#673ab7;color:#fff}
.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(103,58,183,.4)}
.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(103,58,183,.3)}
@media(hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(103,58,183,.3)}}
.mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#fff;color:rgba(0,0,0,.87)}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before{background:rgba(255,215,64,.2)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ffd740;color:rgba(0,0,0,.87)}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,215,64,.4)}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px rgba(0,0,0,.87)}
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(255,215,64,.3)}
@media(hover: hover){.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(255,215,64,.3)}}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before{background:rgba(244,67,54,.2)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(244,67,54,.3)}
@media(hover: hover){.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(244,67,54,.3)}}
.mat-datepicker-content-touch{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}
.mat-datepicker-toggle-active{color:#673ab7}
.mat-datepicker-toggle-active.mat-accent{color:#ffd740}
.mat-datepicker-toggle-active.mat-warn{color:#f44336}
.mat-date-range-input-inner[disabled]{color:rgba(0,0,0,.38)}
.mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}
.mat-divider{border-top-color:rgba(0,0,0,.12)}
.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}
.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}
.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-action-row{border-top-color:rgba(0,0,0,.12)}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}
@media(hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}
.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}
.mat-expansion-panel-header-description,.mat-expansion-indicator::after{color:rgba(0,0,0,.54)}
.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}
.mat-expansion-panel-header{height:48px}
.mat-expansion-panel-header.mat-expanded{height:64px}
.mat-form-field-label{color:rgba(0,0,0,.6)}
.mat-hint{color:rgba(0,0,0,.6)}
.mat-form-field.mat-focused .mat-form-field-label{color:#673ab7}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ffd740}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}
.mat-focused .mat-form-field-required-marker{color:#ffd740}
.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}
.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#673ab7}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ffd740}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#673ab7}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#ffd740}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}
.mat-error{color:#f44336}
.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}
.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}
.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}
.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}
.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}
.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}
.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}
.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#673ab7}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ffd740}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:#f44336}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}
.mat-icon.mat-primary{color:#673ab7}
.mat-icon.mat-accent{color:#ffd740}
.mat-icon.mat-warn{color:#f44336}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}
.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(0,0,0,.38)}
.mat-input-element{caret-color:#673ab7}
.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}
.mat-form-field.mat-accent .mat-input-element{caret-color:#ffd740}
.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#f44336}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#f44336}
.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}
.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}
.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}
.mat-list-base .mat-list-item-disabled{background-color:#eee;color:rgba(0,0,0,.38)}
.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(0,0,0,.04)}
.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(0,0,0,.12)}
.mat-menu-panel{background:#fff}
.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-menu-item{background:transparent;color:rgba(0,0,0,.87)}
.mat-menu-item[disabled],.mat-menu-item[disabled] .mat-menu-submenu-icon,.mat-menu-item[disabled] .mat-icon-no-color{color:rgba(0,0,0,.38)}
.mat-menu-item .mat-icon-no-color,.mat-menu-submenu-icon{color:rgba(0,0,0,.54)}
.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}
.mat-paginator{background:#fff}
.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}
.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}
.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}
.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}
.mat-paginator-container{min-height:56px}
.mat-progress-bar-background{fill:#d5cae9}
.mat-progress-bar-buffer{background-color:#d5cae9}
.mat-progress-bar-fill::after{background-color:#673ab7}
.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#fbf1cc}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#fbf1cc}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ffd740}
.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#f9ccc9}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#f9ccc9}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}
.mat-progress-spinner circle,.mat-spinner circle{stroke:#673ab7}
.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ffd740}
.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}
.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#673ab7}
.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#673ab7}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ffd740}
.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ffd740}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}
.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(0,0,0,.38)}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}
.mat-radio-button .mat-ripple-element{background-color:#000}
.mat-select-value{color:rgba(0,0,0,.87)}
.mat-select-placeholder{color:rgba(0,0,0,.42)}
.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}
.mat-select-arrow{color:rgba(0,0,0,.54)}
.mat-select-panel{background:#fff}
.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#673ab7}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ffd740}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}
.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}
.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}
.mat-drawer.mat-drawer-push{background-color:#fff}
.mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}
.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}
.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}
[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}
[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}
.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ffd740}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,215,64,.54)}
.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ffd740}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#673ab7}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(103,58,183,.54)}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#673ab7}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(244,67,54,.54)}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}
.mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#fafafa}
.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}
.mat-slider-track-background{background-color:rgba(0,0,0,.26)}
.mat-slider.mat-primary .mat-slider-track-fill,.mat-slider.mat-primary .mat-slider-thumb,.mat-slider.mat-primary .mat-slider-thumb-label{background-color:#673ab7}
.mat-slider.mat-primary .mat-slider-thumb-label-text{color:#fff}
.mat-slider.mat-primary .mat-slider-focus-ring{background-color:rgba(103,58,183,.2)}
.mat-slider.mat-accent .mat-slider-track-fill,.mat-slider.mat-accent .mat-slider-thumb,.mat-slider.mat-accent .mat-slider-thumb-label{background-color:#ffd740}
.mat-slider.mat-accent .mat-slider-thumb-label-text{color:rgba(0,0,0,.87)}
.mat-slider.mat-accent .mat-slider-focus-ring{background-color:rgba(255,215,64,.2)}
.mat-slider.mat-warn .mat-slider-track-fill,.mat-slider.mat-warn .mat-slider-thumb,.mat-slider.mat-warn .mat-slider-thumb-label{background-color:#f44336}
.mat-slider.mat-warn .mat-slider-thumb-label-text{color:#fff}
.mat-slider.mat-warn .mat-slider-focus-ring{background-color:rgba(244,67,54,.2)}
.mat-slider:hover .mat-slider-track-background,.mat-slider.cdk-focused .mat-slider-track-background{background-color:rgba(0,0,0,.38)}
.mat-slider.mat-slider-disabled .mat-slider-track-background,.mat-slider.mat-slider-disabled .mat-slider-track-fill,.mat-slider.mat-slider-disabled .mat-slider-thumb{background-color:rgba(0,0,0,.26)}
.mat-slider.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}
.mat-slider.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(0,0,0,.38)}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}
.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}
.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}
.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}
.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover:not([aria-disabled]),.mat-step-header:hover[aria-disabled=false]{background-color:rgba(0,0,0,.04)}
.mat-step-header:hover[aria-disabled=true]{cursor:default}
@media(hover: none){.mat-step-header:hover{background:none}}
.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}
.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}
.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#673ab7;color:#fff}
.mat-step-header.mat-accent .mat-step-icon{color:rgba(0,0,0,.87)}
.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#ffd740;color:rgba(0,0,0,.87)}
.mat-step-header.mat-warn .mat-step-icon{color:#fff}
.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}
.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}
.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}
.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}
.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}
.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}
.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}
.mat-horizontal-stepper-header{height:72px}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px 24px}
.mat-stepper-vertical-line::before{top:-16px;bottom:-16px}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before{top:36px}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}
.mat-sort-header-arrow{color:#757575}
.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}
.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}
.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}
.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}
.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}
.mat-tab-group[class*=mat-background-]>.mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(209,196,233,.3)}
.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#673ab7}
.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,229,127,.3)}
.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ffd740}
.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:rgba(0,0,0,.87)}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}
.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}
.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(209,196,233,.3)}
.mat-tab-group.mat-background-primary>.mat-tab-header,.mat-tab-group.mat-background-primary>.mat-tab-link-container,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#673ab7}
.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}
.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}
.mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,229,127,.3)}
.mat-tab-group.mat-background-accent>.mat-tab-header,.mat-tab-group.mat-background-accent>.mat-tab-link-container,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#ffd740}
.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:rgba(0,0,0,.87)}
.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.4)}
.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator::before{border-color:rgba(0,0,0,.87)}
.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#000;opacity:.4}
.mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:#000;opacity:.12}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}
.mat-tab-group.mat-background-warn>.mat-tab-header,.mat-tab-group.mat-background-warn>.mat-tab-link-container,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#f44336}
.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}
.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}
.mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}
.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}
.mat-toolbar.mat-primary{background:#673ab7;color:#fff}
.mat-toolbar.mat-accent{background:#ffd740;color:rgba(0,0,0,.87)}
.mat-toolbar.mat-warn{background:#f44336;color:#fff}
.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}
.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}
.mat-toolbar .mat-input-element{caret-color:currentColor}
.mat-toolbar-multiple-rows{min-height:64px}
.mat-toolbar-row,.mat-toolbar-single-row{height:64px}
@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}
.mat-tooltip{background:rgba(97,97,97,.9)}
.mat-tree{background:#fff}
.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}
.mat-tree-node{min-height:48px}
.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}
.mat-simple-snackbar-action{color:#ffd740}
/* TO DO: Consider revising */
/* TO DO: Consider revising */
.ontario-padding-top-0-\! {
  padding-top: 0 !important;
}
.ontario-padding-bottom-0-\! {
  padding-bottom: 0 !important;
}
.ontario-padding-right-0-\!,
.ontario-image-example .ontario-row .ontario-columns:last-child {
  padding-right: 0 !important;
}
.ontario-padding-left-0-\!,
.ontario-image-example .ontario-row .ontario-columns:first-child {
  padding-left: 0 !important;
}
.ontario-padding-top-4-\! {
  padding-top: 0.25rem !important;
}
.ontario-padding-bottom-4-\! {
  padding-bottom: 0.25rem !important;
}
.ontario-padding-right-4-\! {
  padding-right: 0.25rem !important;
}
.ontario-padding-left-4-\! {
  padding-left: 0.25rem !important;
}
.ontario-padding-top-8-\! {
  padding-top: 0.5rem !important;
}
.ontario-padding-bottom-8-\! {
  padding-bottom: 0.5rem !important;
}
.ontario-padding-right-8-\! {
  padding-right: 0.5rem !important;
}
.ontario-padding-left-8-\! {
  padding-left: 0.5rem !important;
}
.ontario-padding-top-12-\! {
  padding-top: 0.75rem !important;
}
.ontario-padding-bottom-12-\! {
  padding-bottom: 0.75rem !important;
}
.ontario-padding-right-12-\! {
  padding-right: 0.75rem !important;
}
.ontario-padding-left-12-\! {
  padding-left: 0.75rem !important;
}
.ontario-padding-top-16-\! {
  padding-top: 1rem !important;
}
.ontario-padding-bottom-16-\!,
.ontario-image-example-container__header {
  padding-bottom: 1rem !important;
}
.ontario-padding-right-16-\! {
  padding-right: 1rem !important;
}
.ontario-padding-left-16-\! {
  padding-left: 1rem !important;
}
.ontario-padding-top-24-\!,
.ontario-image-example-container__header {
  padding-top: 1.5rem !important;
}
.ontario-padding-bottom-24-\! {
  padding-bottom: 1.5rem !important;
}
.ontario-padding-right-24-\! {
  padding-right: 1.5rem !important;
}
.ontario-padding-left-24-\! {
  padding-left: 1.5rem !important;
}
.ontario-padding-top-32-\! {
  padding-top: 2rem !important;
}
.ontario-padding-bottom-32-\! {
  padding-bottom: 2rem !important;
}
.ontario-padding-right-32-\! {
  padding-right: 2rem !important;
}
.ontario-padding-left-32-\! {
  padding-left: 2rem !important;
}
.ontario-padding-top-40-\! {
  padding-top: 2.5rem !important;
}
.ontario-padding-bottom-40-\! {
  padding-bottom: 2.5rem !important;
}
.ontario-padding-right-40-\! {
  padding-right: 2.5rem !important;
}
.ontario-padding-left-40-\! {
  padding-left: 2.5rem !important;
}
.ontario-padding-top-48-\! {
  padding-top: 3rem !important;
}
.ontario-padding-bottom-48-\! {
  padding-bottom: 3rem !important;
}
.ontario-padding-right-48-\! {
  padding-right: 3rem !important;
}
.ontario-padding-left-48-\! {
  padding-left: 3rem !important;
}
.ontario-padding-top-64-\! {
  padding-top: 4rem !important;
}
.ontario-padding-bottom-64-\! {
  padding-bottom: 4rem !important;
}
.ontario-padding-right-64-\! {
  padding-right: 4rem !important;
}
.ontario-padding-left-64-\! {
  padding-left: 4rem !important;
}
.ontario-padding-top-80-\! {
  padding-top: 5rem !important;
}
.ontario-padding-bottom-80-\! {
  padding-bottom: 5rem !important;
}
.ontario-padding-right-80-\! {
  padding-right: 5rem !important;
}
.ontario-padding-left-80-\! {
  padding-left: 5rem !important;
}
.ontario-margin-top-0-\! {
  margin-top: 0 !important;
}
.ontario-margin-bottom-0-\!,
.ontario-image-example-container__header {
  margin-bottom: 0 !important;
}
.ontario-margin-right-0-\! {
  margin-right: 0 !important;
}
.ontario-margin-left-0-\! {
  margin-left: 0 !important;
}
.ontario-margin-top-4-\! {
  margin-top: 0.25rem !important;
}
.ontario-margin-bottom-4-\! {
  margin-bottom: 0.25rem !important;
}
.ontario-margin-right-4-\! {
  margin-right: 0.25rem !important;
}
.ontario-margin-left-4-\! {
  margin-left: 0.25rem !important;
}
.ontario-margin-top-8-\! {
  margin-top: 0.5rem !important;
}
.ontario-margin-bottom-8-\! {
  margin-bottom: 0.5rem !important;
}
.ontario-margin-right-8-\! {
  margin-right: 0.5rem !important;
}
.ontario-margin-left-8-\! {
  margin-left: 0.5rem !important;
}
.ontario-margin-top-12-\! {
  margin-top: 0.75rem !important;
}
.ontario-margin-bottom-12-\! {
  margin-bottom: 0.75rem !important;
}
.ontario-margin-right-12-\! {
  margin-right: 0.75rem !important;
}
.ontario-margin-left-12-\! {
  margin-left: 0.75rem !important;
}
.ontario-margin-top-16-\! {
  margin-top: 1rem !important;
}
.ontario-margin-bottom-16-\! {
  margin-bottom: 1rem !important;
}
.ontario-margin-right-16-\! {
  margin-right: 1rem !important;
}
.ontario-margin-left-16-\! {
  margin-left: 1rem !important;
}
.ontario-margin-top-24-\! {
  margin-top: 1.5rem !important;
}
.ontario-margin-bottom-24-\! {
  margin-bottom: 1.5rem !important;
}
.ontario-margin-right-24-\! {
  margin-right: 1.5rem !important;
}
.ontario-margin-left-24-\! {
  margin-left: 1.5rem !important;
}
.ontario-margin-top-32-\! {
  margin-top: 2rem !important;
}
.ontario-margin-bottom-32-\! {
  margin-bottom: 2rem !important;
}
.ontario-margin-right-32-\! {
  margin-right: 2rem !important;
}
.ontario-margin-left-32-\! {
  margin-left: 2rem !important;
}
.ontario-margin-top-40-\! {
  margin-top: 2.5rem !important;
}
.ontario-margin-bottom-40-\!,
.ontario-image-example-container__margin {
  margin-bottom: 2.5rem !important;
}
.ontario-margin-right-40-\! {
  margin-right: 2.5rem !important;
}
.ontario-margin-left-40-\! {
  margin-left: 2.5rem !important;
}
.ontario-margin-top-48-\! {
  margin-top: 3rem !important;
}
.ontario-margin-bottom-48-\! {
  margin-bottom: 3rem !important;
}
.ontario-margin-right-48-\! {
  margin-right: 3rem !important;
}
.ontario-margin-left-48-\! {
  margin-left: 3rem !important;
}
.ontario-margin-top-64-\! {
  margin-top: 4rem !important;
}
.ontario-margin-bottom-64-\! {
  margin-bottom: 4rem !important;
}
.ontario-margin-right-64-\! {
  margin-right: 4rem !important;
}
.ontario-margin-left-64-\! {
  margin-left: 4rem !important;
}
.ontario-margin-top-80-\! {
  margin-top: 5rem !important;
}
.ontario-margin-bottom-80-\! {
  margin-bottom: 5rem !important;
}
.ontario-margin-right-80-\! {
  margin-right: 5rem !important;
}
.ontario-margin-left-80-\! {
  margin-left: 5rem !important;
}
.ontario-image-example-container__header--info,
.ontario-image-example-container__header--dont,
.ontario-image-example-container__header--do,
.ontario-image-example-container__header--default {
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  margin-bottom: 1rem;
  font-feature-settings: normal;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.ontario-image-example-container__header--default {
  font-size: 1.25rem;
  letter-spacing: 0.03rem;
  line-height: 1.5;
  margin: 0 0 0.75rem 0;
}
@media screen and (min-width: 40em) {
  .ontario-image-example-container__header--default {
    font-size: 1.5rem;
    letter-spacing: 0.0313rem;
    line-height: 1.5;
  }
}
.ontario-image-example-container__header--info,
.ontario-image-example-container__header--dont,
.ontario-image-example-container__header--do {
  font-size: 1.125rem;
  letter-spacing: 0.03rem;
  line-height: 1.56;
  margin: 0 0 0.75rem 0;
}
@media screen and (min-width: 40em) {
  .ontario-image-example-container__header--info,
  .ontario-image-example-container__header--dont,
  .ontario-image-example-container__header--do {
    font-size: 1.1875rem;
    letter-spacing: 0.025rem;
    line-height: 1.5;
  }
}
.ontario-padding-top-0-\! {
  padding-top: 0 !important;
}
.ontario-padding-bottom-0-\! {
  padding-bottom: 0 !important;
}
.ontario-padding-right-0-\!,
.ontario-image-example .ontario-row .ontario-columns:last-child {
  padding-right: 0 !important;
}
.ontario-padding-left-0-\!,
.ontario-image-example .ontario-row .ontario-columns:first-child {
  padding-left: 0 !important;
}
.ontario-padding-top-4-\! {
  padding-top: 0.25rem !important;
}
.ontario-padding-bottom-4-\! {
  padding-bottom: 0.25rem !important;
}
.ontario-padding-right-4-\! {
  padding-right: 0.25rem !important;
}
.ontario-padding-left-4-\! {
  padding-left: 0.25rem !important;
}
.ontario-padding-top-8-\! {
  padding-top: 0.5rem !important;
}
.ontario-padding-bottom-8-\! {
  padding-bottom: 0.5rem !important;
}
.ontario-padding-right-8-\! {
  padding-right: 0.5rem !important;
}
.ontario-padding-left-8-\! {
  padding-left: 0.5rem !important;
}
.ontario-padding-top-12-\! {
  padding-top: 0.75rem !important;
}
.ontario-padding-bottom-12-\! {
  padding-bottom: 0.75rem !important;
}
.ontario-padding-right-12-\! {
  padding-right: 0.75rem !important;
}
.ontario-padding-left-12-\! {
  padding-left: 0.75rem !important;
}
.ontario-padding-top-16-\! {
  padding-top: 1rem !important;
}
.ontario-padding-bottom-16-\!,
.ontario-image-example-container__header {
  padding-bottom: 1rem !important;
}
.ontario-padding-right-16-\! {
  padding-right: 1rem !important;
}
.ontario-padding-left-16-\! {
  padding-left: 1rem !important;
}
.ontario-padding-top-24-\!,
.ontario-image-example-container__header {
  padding-top: 1.5rem !important;
}
.ontario-padding-bottom-24-\! {
  padding-bottom: 1.5rem !important;
}
.ontario-padding-right-24-\! {
  padding-right: 1.5rem !important;
}
.ontario-padding-left-24-\! {
  padding-left: 1.5rem !important;
}
.ontario-padding-top-32-\! {
  padding-top: 2rem !important;
}
.ontario-padding-bottom-32-\! {
  padding-bottom: 2rem !important;
}
.ontario-padding-right-32-\! {
  padding-right: 2rem !important;
}
.ontario-padding-left-32-\! {
  padding-left: 2rem !important;
}
.ontario-padding-top-40-\! {
  padding-top: 2.5rem !important;
}
.ontario-padding-bottom-40-\! {
  padding-bottom: 2.5rem !important;
}
.ontario-padding-right-40-\! {
  padding-right: 2.5rem !important;
}
.ontario-padding-left-40-\! {
  padding-left: 2.5rem !important;
}
.ontario-padding-top-48-\! {
  padding-top: 3rem !important;
}
.ontario-padding-bottom-48-\! {
  padding-bottom: 3rem !important;
}
.ontario-padding-right-48-\! {
  padding-right: 3rem !important;
}
.ontario-padding-left-48-\! {
  padding-left: 3rem !important;
}
.ontario-padding-top-64-\! {
  padding-top: 4rem !important;
}
.ontario-padding-bottom-64-\! {
  padding-bottom: 4rem !important;
}
.ontario-padding-right-64-\! {
  padding-right: 4rem !important;
}
.ontario-padding-left-64-\! {
  padding-left: 4rem !important;
}
.ontario-padding-top-80-\! {
  padding-top: 5rem !important;
}
.ontario-padding-bottom-80-\! {
  padding-bottom: 5rem !important;
}
.ontario-padding-right-80-\! {
  padding-right: 5rem !important;
}
.ontario-padding-left-80-\! {
  padding-left: 5rem !important;
}
.ontario-margin-top-0-\! {
  margin-top: 0 !important;
}
.ontario-margin-bottom-0-\!,
.ontario-image-example-container__header {
  margin-bottom: 0 !important;
}
.ontario-margin-right-0-\! {
  margin-right: 0 !important;
}
.ontario-margin-left-0-\! {
  margin-left: 0 !important;
}
.ontario-margin-top-4-\! {
  margin-top: 0.25rem !important;
}
.ontario-margin-bottom-4-\! {
  margin-bottom: 0.25rem !important;
}
.ontario-margin-right-4-\! {
  margin-right: 0.25rem !important;
}
.ontario-margin-left-4-\! {
  margin-left: 0.25rem !important;
}
.ontario-margin-top-8-\! {
  margin-top: 0.5rem !important;
}
.ontario-margin-bottom-8-\! {
  margin-bottom: 0.5rem !important;
}
.ontario-margin-right-8-\! {
  margin-right: 0.5rem !important;
}
.ontario-margin-left-8-\! {
  margin-left: 0.5rem !important;
}
.ontario-margin-top-12-\! {
  margin-top: 0.75rem !important;
}
.ontario-margin-bottom-12-\! {
  margin-bottom: 0.75rem !important;
}
.ontario-margin-right-12-\! {
  margin-right: 0.75rem !important;
}
.ontario-margin-left-12-\! {
  margin-left: 0.75rem !important;
}
.ontario-margin-top-16-\! {
  margin-top: 1rem !important;
}
.ontario-margin-bottom-16-\! {
  margin-bottom: 1rem !important;
}
.ontario-margin-right-16-\! {
  margin-right: 1rem !important;
}
.ontario-margin-left-16-\! {
  margin-left: 1rem !important;
}
.ontario-margin-top-24-\! {
  margin-top: 1.5rem !important;
}
.ontario-margin-bottom-24-\! {
  margin-bottom: 1.5rem !important;
}
.ontario-margin-right-24-\! {
  margin-right: 1.5rem !important;
}
.ontario-margin-left-24-\! {
  margin-left: 1.5rem !important;
}
.ontario-margin-top-32-\! {
  margin-top: 2rem !important;
}
.ontario-margin-bottom-32-\! {
  margin-bottom: 2rem !important;
}
.ontario-margin-right-32-\! {
  margin-right: 2rem !important;
}
.ontario-margin-left-32-\! {
  margin-left: 2rem !important;
}
.ontario-margin-top-40-\! {
  margin-top: 2.5rem !important;
}
.ontario-margin-bottom-40-\!,
.ontario-image-example-container__margin {
  margin-bottom: 2.5rem !important;
}
.ontario-margin-right-40-\! {
  margin-right: 2.5rem !important;
}
.ontario-margin-left-40-\! {
  margin-left: 2.5rem !important;
}
.ontario-margin-top-48-\! {
  margin-top: 3rem !important;
}
.ontario-margin-bottom-48-\! {
  margin-bottom: 3rem !important;
}
.ontario-margin-right-48-\! {
  margin-right: 3rem !important;
}
.ontario-margin-left-48-\! {
  margin-left: 3rem !important;
}
.ontario-margin-top-64-\! {
  margin-top: 4rem !important;
}
.ontario-margin-bottom-64-\! {
  margin-bottom: 4rem !important;
}
.ontario-margin-right-64-\! {
  margin-right: 4rem !important;
}
.ontario-margin-left-64-\! {
  margin-left: 4rem !important;
}
.ontario-margin-top-80-\! {
  margin-top: 5rem !important;
}
.ontario-margin-bottom-80-\! {
  margin-bottom: 5rem !important;
}
.ontario-margin-right-80-\! {
  margin-right: 5rem !important;
}
.ontario-margin-left-80-\! {
  margin-left: 5rem !important;
}
.ontario-image-example-container__header--default,
.ontario-image-example-container__header--info,
.ontario-image-example-container__header--dont,
.ontario-image-example-container__header--do {
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  margin-bottom: 1rem;
  font-feature-settings: normal;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.ontario-image-example-container__header--default {
  font-size: 1.25rem;
  letter-spacing: 0.03rem;
  line-height: 1.5;
  margin: 0 0 0.75rem 0;
}
@media screen and (min-width: 40em) {
  .ontario-image-example-container__header--default {
    font-size: 1.5rem;
    letter-spacing: 0.0313rem;
    line-height: 1.5;
  }
}
.ontario-image-example-container__header--info,
.ontario-image-example-container__header--dont,
.ontario-image-example-container__header--do {
  font-size: 1.125rem;
  letter-spacing: 0.03rem;
  line-height: 1.56;
  margin: 0 0 0.75rem 0;
}
@media screen and (min-width: 40em) {
  .ontario-image-example-container__header--info,
  .ontario-image-example-container__header--dont,
  .ontario-image-example-container__header--do {
    font-size: 1.1875rem;
    letter-spacing: 0.025rem;
    line-height: 1.5;
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  font-size: 16px;
  line-height: 1.6;
  background-color: #fff;
  color: #1a1a1a;
  margin: 0;
}
main p,
main p:not(.ontario-lead-statement),
main dd,
main li {
  max-width: 48rem;
}
hr {
  border: 0;
  padding: 0;
  margin: 2.5rem 0;
  border-bottom: 4px solid #ccc;
}
a {
  color: #06c;
  text-decoration: underline;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #00478f;
}
a:active {
  color: #002142;
}
a:focus {
  box-shadow: 0 0 0 4px #009adb;
  outline: 4px solid transparent;
  transition: all 0.1s ease-in-out;
}
​p {
  margin: 0 0 1.5rem 0;
}
​p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 2rem;
}
p code,
td code,
li code {
  line-height: 2.25rem;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="color"],
input[type="search"],
input[type="tel"],
textarea {
  background-origin: padding-box;
  background-origin: initial;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-left: 0;
  margin-right: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  page-break-inside: avoid;
}
legend,
label {
  display: block;
  margin: 0;
}
select {
  background-origin: padding-box;
  background-origin: initial;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}
​.ontario-lead-statement {
  line-height: 1.6;
}
ul,
ol {
  padding: 0;
}
ul {
  margin-left: 2rem;
}
ul li {
  padding: 0 0 0.75rem 0;
}
ol {
  margin-left: 1.75rem;
}
ol li {
  padding: 0 0 0.75rem 0.25rem;
}
ul li:last-child,
ol li:last-child {
  padding-bottom: 0;
}
ul ul,
ol ul {
  margin: 0.5rem 0 0.5rem 2rem;
}
ul ol,
ol ol {
  margin: 0.5rem 0 0.5rem 1.75rem;
}
p + ul,
p + ol {
  margin-top: -0.75rem;
}
@media screen and (min-width: 40em) {
  ul {
    margin: 0.5rem 0 1.5rem 3rem;
  }
  ol {
    margin: 0.5rem 0 1.5rem 2.75rem;
  }
  ul ul,
  ol ul {
    margin: 0.5rem 0 0.5rem 3rem;
  }
  ul ol,
  ol ol {
    margin: 0.5rem 0 0.5rem 2.75rem;
  }
}
hr.dark {
  border-bottom: 4px solid #1a1a1a;
}
@media screen and (max-width: 40em) {
  .ontario-image-example .ontario-row .ontario-columns:first-child {
    padding: inherit;
  }
}
@media screen and (max-width: 40em) {
  .ontario-image-example .ontario-row .ontario-columns:last-child {
    padding: inherit;
  }
}
.ontario-image-example-container {
  background-color: #e7f2f6;
  padding: 0 1rem 2rem 1rem;
}
@media screen and (min-width: 40em) {
  .ontario-image-example-container {
    padding: 0 1.5rem 2rem 1.5rem;
  }
}
.ontario-image-example-container__header--default {
  color: #1080a6;
}
.ontario-image-example-container__header--do {
  color: #118847;
}
.ontario-image-example-container__header--dont {
  color: #cd0000;
}
.ontario-image-example-container__header--info {
  color: #1080a6;
}
.ontario-image-example-container__hr {
  margin: 0 0 1.5rem 0;
}
.ontario-image-example-container__hr--default {
  border-bottom: 4px solid #1080a6;
}
.ontario-image-example-container__hr--do {
  border-bottom: 4px solid #118847;
}
.ontario-image-example-container__hr--dont {
  border-bottom: 4px solid #cd0000;
}
.ontario-image-example-container__hr--info {
  border-bottom: 4px solid #1080a6;
}
caption {
  background-color: #0000001a;
  padding: 1.125rem 1rem 1.125rem 1.5rem;
  text-align: left;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 2.1875rem;
  display: table-caption;
}
@media screen and (max-width: 40em) {
  caption {
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-left: 1rem;
  }
}
.ontario-table-container {
  position: relative;
  margin: 0.5rem 0 2.5rem 0;
}
.ontario-table-container
  table:not(.ontario-table--no-zebra-stripes)
  tbody
  tr:first-child:nth-last-child(n + 6):nth-child(even),
.ontario-table-container
  table:not(.ontario-table--no-zebra-stripes)
  tbody
  tr:first-child:nth-last-child(n + 6)
  ~ tr:nth-child(even) {
  background-color: #0000000d;
}
.ontario-table-div {
  overflow-x: auto;
  background: linear-gradient(to right, #ffffff 30%, rgba(255, 255, 255, 0)),
    linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 70%) 0 100%,
    linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(252, 0, 0, 0) 100.01%),
    linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(252, 0, 0, 0) 100.01%);
  background-repeat: no-repeat;
  background-size: 2.5rem 100%, 2.5rem 100%, 0.875rem 100%, 0.875rem 100%;
  background-position: 0 0, 100%, 0 0, 100%;
  background-attachment: local, local, scroll, scroll;
}
@media screen and (max-width: 40em) {
  .ontario-table-div {
    overflow-x: scroll;
  }
}
.ontario-table-scroll--wrapper {
  height: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
}
table {
  border-collapse: collapse;
  font-size: 1.0625rem;
  display: table;
  line-height: 1.625rem;
  font-weight: normal;
}
table.ontario-table--full-container-width {
  display: table;
  width: 100% !important;
}
@media screen and (max-width: 40em) {
  table {
    font-size: 1rem;
  }
}
table.ontario-table--condensed td {
  padding: 0.75rem 1rem 0.75rem 1.5rem;
  text-align: left;
}
table.ontario-table--condensed td.ontario-table-cell--numeric {
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  font-size: 1.0625rem;
  text-align: right;
}
table.ontario-table--condensed tbody th,
table.ontario-table--condensed tfoot th {
  padding: 0.75rem 1rem 0.75rem 1.5rem;
}
table.ontario-table--condensed
  tr.ontario-table-row--highlight
  th
  img.ontario-table--highlight-indicator {
  top: 1.0625rem;
}
table.ontario-table--condensed tr.ontario-table-row--subtotal th,
table.ontario-table--condensed tr.ontario-table-row--subtotal td,
table.ontario-table--condensed tfoot tr th,
table.ontario-table--condensed tfoot tr td {
  padding: 1rem 1rem 1rem 1.5rem;
}
table.ontario-table--condensed
  tr.ontario-table-row--subtotal
  td.ontario-table-cell--numeric,
table.ontario-table--condensed tfoot tr td.ontario-table-cell--numeric {
  text-align: right;
  padding: 1rem 1.5rem 1rem 1rem;
}
@media screen and (max-width: 40em) {
  table.ontario-table--condensed td {
    padding: 0.75rem 0.5rem 0.75rem 1rem;
    font-size: 1rem;
  }
  table.ontario-table--condensed td.ontario-table-cell--numeric {
    padding: 0.75rem 1rem 0.75rem 0.5rem;
  }
  table.ontario-table--condensed tbody th {
    padding: 0.75rem 0.5rem 0.75rem 1rem;
  }
  table.ontario-table--condensed tr.ontario-table-row--subtotal th,
  table.ontario-table--condensed tr.ontario-table-row--subtotal td,
  table.ontario-table--condensed tfoot tr th,
  table.ontario-table--condensed tfoot tr td {
    padding: 1rem 0.5rem 1rem 1rem;
  }
  table.ontario-table--condensed
    tr.ontario-table-row--subtotal
    td.ontario-table-cell--numeric,
  table.ontario-table--condensed tfoot tr td.ontario-table-cell--numeric {
    text-align: right;
    padding: 1rem 1rem 1rem 0.5rem;
  }
}
tbody {
  font-size: 1rem;
  vertical-align: text-top;
}
tbody tr {
  border: solid;
  border-width: 0.0625rem 0;
  border-color: #0000004d;
}
tbody tr:last-child {
  border-width: 0.1875rem 0;
  border-top-width: 0;
  border-color: #1a1a1a;
}
tbody tr.ontario-table-row--highlight {
  background-color: #e191003c !important;
}
tbody tr.ontario-table-row--highlight th {
  padding-left: 1.5rem;
  display: flex;
  position: relative;
}
tbody
  tr.ontario-table-row--highlight
  th
  img.ontario-table--highlight-indicator {
  width: 0.5rem;
  position: absolute;
  top: 1.5rem;
  left: 0;
}
thead {
  border: solid;
  border-width: 0.1875rem 0;
  border-color: #1a1a1a;
  vertical-align: text-top;
}
thead th {
  text-align: left;
  padding: 1.75rem 1rem 1.75rem 1.5rem;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 40em) {
  thead th {
    font-size: 1rem;
    line-height: 1.3125rem;
    padding: 1.53125rem 0.5rem 1.53125rem 1rem;
  }
}
thead th.ontario-table-cell--numeric {
  padding: 1.75rem 1.5rem 1.75rem 1rem;
  text-align: right;
}
@media screen and (max-width: 40em) {
  thead th.ontario-table-cell--numeric {
    padding: 1.53125rem 1rem 1.53125rem 0.5rem;
  }
}
td.ontario-table-cell--numeric strong {
  font-family: "Courier Prime", Courier, "Courier New", monospace;
}
.ontario-table-header--column-span-1 {
  min-width: 8.33333vw;
}
.ontario-table-header--column-span-2 {
  min-width: 16.66666vw;
}
.ontario-table-header--column-span-3 {
  min-width: 25vw;
}
.ontario-table-header--column-span-4 {
  min-width: 33.33333vw;
}
.ontario-table-header--column-span-5 {
  min-width: 41.66666vw;
}
.ontario-table-header--column-span-6 {
  min-width: 50vw;
}
.ontario-table-header--column-span-7 {
  min-width: 58.33333vw;
}
.ontario-table-header--column-span-8 {
  min-width: 66.66666vw;
}
.ontario-table-header--column-span-9 {
  min-width: 75vw;
}
.ontario-table-header--column-span-10 {
  min-width: 83.33333vw;
}
.ontario-table-header--column-span-11 {
  min-width: 91.66666vw;
}
.ontario-table-header--column-span-12 {
  min-width: 100vw;
}
tbody th,
tfoot th {
  padding: 1.1875rem 1rem 1.1875rem 1.5rem;
  text-align: left;
  letter-spacing: 0.025rem;
  font-weight: bold;
}
@media screen and (max-width: 40em) {
  tbody th,
  tfoot th {
    font-size: 1rem;
    line-height: 1.625rem;
    padding: 1.1875rem 0.5rem 1.1875rem 1rem;
  }
}
td {
  padding: 1.1875rem 1rem 1.1875rem 1.5rem;
  text-align: left;
  letter-spacing: 0.025rem;
}
td img {
  vertical-align: top;
}
@media screen and (max-width: 40em) {
  td img {
    max-width: none !important;
  }
}
td.ontario-table-cell--numeric {
  padding: 1.1875rem 1.5rem 1.1875rem 1rem;
  text-align: right;
  font-family: "Courier Prime", Courier, "Courier New", monospace;
  font-size: 1.0625rem;
}
tr.ontario-table-row--subtotal,
tfoot tr {
  border: solid;
  border-width: 0.1875rem 0;
  font-size: 1rem;
  border-color: #1a1a1a;
}
tr.ontario-table-row--subtotal td,
tfoot tr td {
  font-weight: bold;
  padding: 1.4375rem 1rem 1.4375rem 1.5rem;
}
tbody tr.ontario-table-row--subtotal th {
  padding: 1.4375rem 1rem 1.4375rem 1.5rem;
}
tfoot {
  vertical-align: text-top;
}
tfoot th {
  padding: 1.4375rem 1rem 1.4375rem 1.5rem;
}
tr.ontario-table-row--subtotal {
  background-color: #007b9e1d !important;
}
tfoot tr {
  background-color: #0077a056 !important;
}
.ontario-bg-white {
  background-color: #fff;
}
.ontario-bg-greyscale-5 {
  background-color: #f2f2f2;
}
.ontario-bg-greyscale-20 {
  background-color: #ccc;
}
.ontario-bg-greyscale-40 {
  background-color: #999;
}
.ontario-bg-greyscale-60 {
  background-color: #666;
}
.ontario-bg-greyscale-70 {
  background-color: #4d4d4d;
}
.ontario-bg-black {
  background-color: #1a1a1a;
}
.ontario-bg-gold {
  background-color: #cba52e;
}
.ontario-bg-yellow {
  background-color: #fcaf17;
}
.ontario-bg-taupe {
  background-color: #c1b28f;
}
.ontario-bg-green {
  background-color: #39b54a;
}
.ontario-bg-lime {
  background-color: #8dc63f;
}
.ontario-bg-teal {
  background-color: #49a7a2;
}
.ontario-bg-sky {
  background-color: #00b2e3;
}
.ontario-bg-blue {
  background-color: #3193cc;
}
.ontario-bg-purple {
  background-color: #b975b7;
}
.ontario-bg-orange {
  background-color: #f15a22;
}
.ontario-bg-red {
  background-color: #f0454b;
}
.ontario-bg-magenta {
  background-color: #f03093;
}
.ontario-bg-light-gold {
  background-color: #f0e7cc;
}
.ontario-bg-light-yellow {
  background-color: #f8e5c3;
}
.ontario-bg-light-taupe {
  background-color: #ebe7db;
}
.ontario-bg-light-green {
  background-color: #d1efd4;
}
.ontario-bg-light-lime {
  background-color: #ddedc7;
}
.ontario-bg-light-teal {
  background-color: #cfeded;
}
.ontario-bg-light-sky {
  background-color: #c5eefa;
}
.ontario-bg-light-blue {
  background-color: #dbe9f5;
}
.ontario-bg-light-purple {
  background-color: #f1e3f2;
}
.ontario-bg-light-orange {
  background-color: #fee1d9;
}
.ontario-bg-light-red {
  background-color: #ffe0e2;
}
.ontario-bg-light-magenta {
  background-color: #fedff0;
}
.ontario-bg-dark-gold {
  background-color: #86743d;
}
.ontario-bg-dark-yellow {
  background-color: #8a600d;
}
.ontario-bg-dark-taupe {
  background-color: #7b725c;
}
.ontario-bg-dark-green {
  background-color: #2b8737;
}
.ontario-bg-dark-lime {
  background-color: #5f8129;
}
.ontario-bg-dark-teal {
  background-color: #367a76;
}
.ontario-bg-dark-sky {
  background-color: #1080a6;
}
.ontario-bg-dark-blue {
  background-color: #0369ac;
}
.ontario-bg-dark-purple {
  background-color: #92278f;
}
.ontario-bg-dark-orange {
  background-color: #c64a1c;
}
.ontario-bg-dark-red {
  background-color: #d81a21;
}
.ontario-bg-dark-magenta {
  background-color: #c00264;
}
.ontario-bg-ontario-table-row-divider {
  background-color: #0000004d;
}
.ontario-bg-ontario-table-caption-background {
  background-color: #0000001a;
}
.ontario-bg-ontario-table-highlight {
  background-color: #e191003c;
}
.ontario-bg-ontario-table-subtotal {
  background-color: #007b9e1d;
}
.ontario-bg-ontario-table-total {
  background-color: #0077a056;
}
.ontario-row {
  margin: 0 auto;
  max-width: 72rem;
  width: 100%;
}
.ontario-row:before,
.ontario-row:after {
  content: " ";
  display: table;
}
.ontario-row:after {
  clear: both;
}
.ontario-row.ontario-row--collapse > .ontario-column,
.ontario-row.ontario-row--collapse > .ontario-columns {
  padding-left: 0;
  padding-right: 0;
}
.ontario-row.ontario-row--collapse .ontario-row {
  margin-left: 0;
  margin-right: 0;
}
.ontario-row .ontario-row {
  margin: 0 -1rem;
  max-width: none;
  width: auto;
}
.ontario-row .ontario-row:before,
.ontario-row .ontario-row:after {
  content: " ";
  display: table;
}
.ontario-row .ontario-row:after {
  clear: both;
}
.ontario-row .ontario-row.ontario-row--collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.ontario-row .ontario-row.ontario-row--collapse:before,
.ontario-row .ontario-row.ontario-row--collapse:after {
  content: " ";
  display: table;
}
.ontario-row .ontario-row.ontario-row--collapse:after {
  clear: both;
}
.ontario-column,
.ontario-columns {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
  float: left;
}
.ontario-column + .ontario-column:last-child,
.ontario-column + .ontario-columns:last-child,
.ontario-columns + .ontario-column:last-child,
.ontario-columns + .ontario-columns:last-child {
  float: right;
}
.ontario-column + .ontario-column.ontario-end,
.ontario-column + .ontario-columns.ontario-end,
.ontario-columns + .ontario-column.ontario-end,
.ontario-columns + .ontario-columns.ontario-end {
  float: left;
}
@media only screen {
  .ontario-small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .ontario-small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .ontario-small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .ontario-small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .ontario-small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .ontario-small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .ontario-small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .ontario-small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .ontario-small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .ontario-small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .ontario-small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .ontario-small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .ontario-small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .ontario-small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .ontario-small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .ontario-small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .ontario-small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .ontario-small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .ontario-small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .ontario-small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .ontario-small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .ontario-small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .ontario-small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .ontario-small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .ontario-column,
  .ontario-columns {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    float: left;
  }
  .ontario-small-1 {
    width: 8.3333333333%;
  }
  .ontario-small-2 {
    width: 16.6666666667%;
  }
  .ontario-small-3 {
    width: 25%;
  }
  .ontario-small-4 {
    width: 33.3333333333%;
  }
  .ontario-small-5 {
    width: 41.6666666667%;
  }
  .ontario-small-6 {
    width: 50%;
  }
  .ontario-small-7 {
    width: 58.3333333333%;
  }
  .ontario-small-8 {
    width: 66.6666666667%;
  }
  .ontario-small-9 {
    width: 75%;
  }
  .ontario-small-10 {
    width: 83.3333333333%;
  }
  .ontario-small-11 {
    width: 91.6666666667%;
  }
  .ontario-small-12 {
    width: 100%;
  }
  .ontario-small-offset-0 {
    margin-left: 0 !important;
  }
  .ontario-small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .ontario-small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .ontario-small-offset-3 {
    margin-left: 25% !important;
  }
  .ontario-small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .ontario-small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .ontario-small-offset-6 {
    margin-left: 50% !important;
  }
  .ontario-small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .ontario-small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .ontario-small-offset-9 {
    margin-left: 75% !important;
  }
  .ontario-small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .ontario-small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .ontario-small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .ontario-column.ontario-small-centered,
  .ontario-columns.ontario-small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .ontario-column.ontario-small-uncentered,
  .ontario-columns.ontario-small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .ontario-column.ontario-small-centered:last-child,
  .ontario-columns.ontario-small-centered:last-child {
    float: none;
  }
  .ontario-column.ontario-small-uncentered:last-child,
  .ontario-columns.ontario-small-uncentered:last-child {
    float: left;
  }
  .ontario-column.ontario-small-uncentered.ontario-opposite,
  .ontario-columns.ontario-small-uncentered.ontario-opposite {
    float: right;
  }
  .ontario-row.ontario-small-collapse > .ontario-column,
  .ontario-row.ontario-small-collapse > .ontario-columns {
    padding-left: 0;
    padding-right: 0;
  }
  .ontario-row.ontario-small-collapse .ontario-row {
    margin-left: 0;
    margin-right: 0;
  }
  .ontario-row.ontario-small-uncollapse > .ontario-column,
  .ontario-row.ontario-small-uncollapse > .ontario-columns {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  .ontario-medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .ontario-medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .ontario-medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .ontario-medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .ontario-medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .ontario-medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .ontario-medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .ontario-medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .ontario-medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .ontario-medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .ontario-medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .ontario-medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .ontario-medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .ontario-medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .ontario-medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .ontario-medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .ontario-medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .ontario-medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .ontario-medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .ontario-medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .ontario-medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .ontario-medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .ontario-medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .ontario-medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .ontario-column,
  .ontario-columns {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    float: left;
  }
  .ontario-medium-1 {
    width: 8.3333333333%;
  }
  .ontario-medium-2 {
    width: 16.6666666667%;
  }
  .ontario-medium-3 {
    width: 25%;
  }
  .ontario-medium-4 {
    width: 33.3333333333%;
  }
  .ontario-medium-5 {
    width: 41.6666666667%;
  }
  .ontario-medium-6 {
    width: 50%;
  }
  .ontario-medium-7 {
    width: 58.3333333333%;
  }
  .ontario-medium-8 {
    width: 66.6666666667%;
  }
  .ontario-medium-9 {
    width: 75%;
  }
  .ontario-medium-10 {
    width: 83.3333333333%;
  }
  .ontario-medium-11 {
    width: 91.6666666667%;
  }
  .ontario-medium-12 {
    width: 100%;
  }
  .ontario-medium-offset-0 {
    margin-left: 0 !important;
  }
  .ontario-medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .ontario-medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .ontario-medium-offset-3 {
    margin-left: 25% !important;
  }
  .ontario-medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .ontario-medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .ontario-medium-offset-6 {
    margin-left: 50% !important;
  }
  .ontario-medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .ontario-medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .ontario-medium-offset-9 {
    margin-left: 75% !important;
  }
  .ontario-medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .ontario-medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .ontario-medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .ontario-column.ontario-medium-centered,
  .ontario-columns.ontario-medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .ontario-column.ontario-medium-uncentered,
  .ontario-columns.ontario-medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .ontario-column.ontario-medium-centered:last-child,
  .ontario-columns.ontario-medium-centered:last-child {
    float: none;
  }
  .ontario-column.ontario-medium-uncentered:last-child,
  .ontario-columns.ontario-medium-uncentered:last-child {
    float: left;
  }
  .ontario-column.ontario-medium-uncentered.ontario-opposite,
  .ontario-columns.ontario-medium-uncentered.ontario-opposite {
    float: right;
  }
  .ontario-row.ontario-medium-collapse > .ontario-column,
  .ontario-row.ontario-medium-collapse > .ontario-columns {
    padding-left: 0;
    padding-right: 0;
  }
  .ontario-row.ontario-medium-collapse .ontario-row {
    margin-left: 0;
    margin-right: 0;
  }
  .ontario-row.ontario-medium-uncollapse > .ontario-column,
  .ontario-row.ontario-medium-uncollapse > .ontario-columns {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    float: left;
  }
}
@media only screen and (min-width: 73.063em) {
  .ontario-large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .ontario-large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .ontario-large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .ontario-large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .ontario-large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .ontario-large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .ontario-large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .ontario-large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .ontario-large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .ontario-large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .ontario-large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .ontario-large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .ontario-large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .ontario-large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .ontario-large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .ontario-large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .ontario-large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .ontario-large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .ontario-large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .ontario-large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .ontario-large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .ontario-large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .ontario-large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .ontario-large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .ontario-column,
  .ontario-columns {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    float: left;
  }
  .ontario-large-1 {
    width: 8.3333333333%;
  }
  .ontario-large-2 {
    width: 16.6666666667%;
  }
  .ontario-large-3 {
    width: 25%;
  }
  .ontario-large-4 {
    width: 33.3333333333%;
  }
  .ontario-large-5 {
    width: 41.6666666667%;
  }
  .ontario-large-6 {
    width: 50%;
  }
  .ontario-large-7 {
    width: 58.3333333333%;
  }
  .ontario-large-8 {
    width: 66.6666666667%;
  }
  .ontario-large-9 {
    width: 75%;
  }
  .ontario-large-10 {
    width: 83.3333333333%;
  }
  .ontario-large-11 {
    width: 91.6666666667%;
  }
  .ontario-large-12 {
    width: 100%;
  }
  .ontario-large-offset-0 {
    margin-left: 0 !important;
  }
  .ontario-large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .ontario-large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .ontario-large-offset-3 {
    margin-left: 25% !important;
  }
  .ontario-large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .ontario-large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .ontario-large-offset-6 {
    margin-left: 50% !important;
  }
  .ontario-large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .ontario-large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .ontario-large-offset-9 {
    margin-left: 75% !important;
  }
  .ontario-large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .ontario-large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .ontario-large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .ontario-column.ontario-large-centered,
  .ontario-columns.ontario-large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .ontario-column.ontario-large-uncentered,
  .ontario-columns.ontario-large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .ontario-column.ontario-large-centered:last-child,
  .ontario-columns.ontario-large-centered:last-child {
    float: none;
  }
  .ontario-column.ontario-large-uncentered:last-child,
  .ontario-columns.ontario-large-uncentered:last-child {
    float: left;
  }
  .ontario-column.ontario-large-uncentered.ontario-opposite,
  .ontario-columns.ontario-large-uncentered.ontario-opposite {
    float: right;
  }
  .ontario-row.ontario-large-collapse > .ontario-column,
  .ontario-row.ontario-large-collapse > .ontario-columns {
    padding-left: 0;
    padding-right: 0;
  }
  .ontario-row.ontario-large-collapse .ontario-row {
    margin-left: 0;
    margin-right: 0;
  }
  .ontario-row.ontario-large-uncollapse > .ontario-column,
  .ontario-row.ontario-large-uncollapse > .ontario-columns {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    float: left;
  }
  .ontario-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .ontario-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .ontario-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .ontario-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .ontario-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .ontario-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .ontario-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .ontario-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .ontario-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .ontario-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .ontario-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .ontario-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .ontario-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .ontario-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .ontario-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .ontario-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .ontario-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .ontario-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .ontario-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .ontario-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .ontario-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .ontario-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .ontario-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .ontario-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width: 96.063em) {
  .ontario-xlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .ontario-xlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .ontario-xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .ontario-xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .ontario-xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .ontario-xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .ontario-xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .ontario-xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .ontario-xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .ontario-xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .ontario-xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .ontario-xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .ontario-xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .ontario-xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .ontario-xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .ontario-xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .ontario-xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .ontario-xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .ontario-xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .ontario-xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .ontario-xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .ontario-xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .ontario-xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .ontario-xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .ontario-column,
  .ontario-columns {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    float: left;
  }
  .ontario-xlarge-1 {
    width: 8.3333333333%;
  }
  .ontario-xlarge-2 {
    width: 16.6666666667%;
  }
  .ontario-xlarge-3 {
    width: 25%;
  }
  .ontario-xlarge-4 {
    width: 33.3333333333%;
  }
  .ontario-xlarge-5 {
    width: 41.6666666667%;
  }
  .ontario-xlarge-6 {
    width: 50%;
  }
  .ontario-xlarge-7 {
    width: 58.3333333333%;
  }
  .ontario-xlarge-8 {
    width: 66.6666666667%;
  }
  .ontario-xlarge-9 {
    width: 75%;
  }
  .ontario-xlarge-10 {
    width: 83.3333333333%;
  }
  .ontario-xlarge-11 {
    width: 91.6666666667%;
  }
  .ontario-xlarge-12 {
    width: 100%;
  }
  .ontario-xlarge-offset-0 {
    margin-left: 0 !important;
  }
  .ontario-xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .ontario-xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .ontario-xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .ontario-xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .ontario-xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .ontario-xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .ontario-xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .ontario-xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .ontario-xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .ontario-xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .ontario-xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .ontario-xlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .ontario-column.ontario-xlarge-centered,
  .ontario-columns.ontario-xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .ontario-column.ontario-xlarge-uncentered,
  .ontario-columns.ontario-xlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .ontario-column.ontario-xlarge-centered:last-child,
  .ontario-columns.ontario-xlarge-centered:last-child {
    float: none;
  }
  .ontario-column.ontario-xlarge-uncentered:last-child,
  .ontario-columns.ontario-xlarge-uncentered:last-child {
    float: left;
  }
  .ontario-column.ontario-xlarge-uncentered.ontario-opposite,
  .ontario-columns.ontario-xlarge-uncentered.ontario-opposite {
    float: right;
  }
  .ontario-row.ontario-xlarge-collapse > .ontario-column,
  .ontario-row.ontario-xlarge-collapse > .ontario-columns {
    padding-left: 0;
    padding-right: 0;
  }
  .ontario-row.ontario-xlarge-collapse .ontario-row {
    margin-left: 0;
    margin-right: 0;
  }
  .ontario-row.ontario-xlarge-uncollapse > .ontario-column,
  .ontario-row.ontario-xlarge-uncollapse > .ontario-columns {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    float: left;
  }
}
@media only screen and (min-width: 120.063em) {
  .ontario-xxlarge-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .ontario-xxlarge-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .ontario-xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .ontario-xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .ontario-xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .ontario-xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .ontario-xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .ontario-xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .ontario-xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .ontario-xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .ontario-xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .ontario-xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .ontario-xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .ontario-xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .ontario-xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .ontario-xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .ontario-xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .ontario-xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .ontario-xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .ontario-xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .ontario-xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .ontario-xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .ontario-xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .ontario-xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .ontario-column,
  .ontario-columns {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    float: left;
  }
  .ontario-xxlarge-1 {
    width: 8.3333333333%;
  }
  .ontario-xxlarge-2 {
    width: 16.6666666667%;
  }
  .ontario-xxlarge-3 {
    width: 25%;
  }
  .ontario-xxlarge-4 {
    width: 33.3333333333%;
  }
  .ontario-xxlarge-5 {
    width: 41.6666666667%;
  }
  .ontario-xxlarge-6 {
    width: 50%;
  }
  .ontario-xxlarge-7 {
    width: 58.3333333333%;
  }
  .ontario-xxlarge-8 {
    width: 66.6666666667%;
  }
  .ontario-xxlarge-9 {
    width: 75%;
  }
  .ontario-xxlarge-10 {
    width: 83.3333333333%;
  }
  .ontario-xxlarge-11 {
    width: 91.6666666667%;
  }
  .ontario-xxlarge-12 {
    width: 100%;
  }
  .ontario-xxlarge-offset-0 {
    margin-left: 0 !important;
  }
  .ontario-xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .ontario-xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .ontario-xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .ontario-xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .ontario-xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .ontario-xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .ontario-xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .ontario-xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .ontario-xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .ontario-xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .ontario-xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .ontario-xxlarge-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .ontario-column.ontario-xxlarge-centered,
  .ontario-columns.ontario-xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .ontario-column.ontario-xxlarge-uncentered,
  .ontario-columns.ontario-xxlarge-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .ontario-column.ontario-xxlarge-centered:last-child,
  .ontario-columns.ontario-xxlarge-centered:last-child {
    float: none;
  }
  .ontario-column.ontario-xxlarge-uncentered:last-child,
  .ontario-columns.ontario-xxlarge-uncentered:last-child {
    float: left;
  }
  .ontario-column.ontario-xxlarge-uncentered.ontario-opposite,
  .ontario-columns.ontario-xxlarge-uncentered.ontario-opposite {
    float: right;
  }
  .ontario-row.ontario-xxlarge-collapse > .ontario-column,
  .ontario-row.ontario-xxlarge-collapse > .ontario-columns {
    padding-left: 0;
    padding-right: 0;
  }
  .ontario-row.ontario-xxlarge-collapse .ontario-row {
    margin-left: 0;
    margin-right: 0;
  }
  .ontario-row.ontario-xxlarge-uncollapse > .ontario-column,
  .ontario-row.ontario-xxlarge-uncollapse > .ontario-columns {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    float: left;
  }
}
.ontario-row.ontario-expanded {
  max-width: none;
}
h6,
.ontario-h6,
h5,
.ontario-h5,
h4,
.ontario-h4,
h3,
.ontario-h3,
h2,
.ontario-h2,
h1,
.ontario-h1 {
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  margin-bottom: 1rem;
  font-feature-settings: normal;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
h1,
.ontario-h1 {
  font-size: 2rem;
  letter-spacing: 0.04rem;
  line-height: 1.29;
  margin: 2.5rem 0 1.5rem 0;
}
@media screen and (min-width: 40em) {
  h1,
  .ontario-h1 {
    font-size: 2.5rem;
    letter-spacing: 0.04rem;
    line-height: 1.2;
  }
}
h2,
.ontario-h2 {
  font-size: 1.6875rem;
  letter-spacing: 0.03rem;
  line-height: 1.37;
  margin: 0 0 0.75rem 0;
}
@media screen and (min-width: 40em) {
  h2,
  .ontario-h2 {
    font-size: 2.0625rem;
    letter-spacing: 0.02rem;
    line-height: 1.33;
  }
}
h3,
.ontario-h3 {
  font-size: 1.4375rem;
  letter-spacing: 0.02rem;
  line-height: 1.39;
  margin: 0 0 0.75rem 0;
}
@media screen and (min-width: 40em) {
  h3,
  .ontario-h3 {
    font-size: 1.75rem;
    letter-spacing: 0.02rem;
    line-height: 1.43;
  }
}
h4,
.ontario-h4 {
  font-size: 1.25rem;
  letter-spacing: 0.03rem;
  line-height: 1.5;
  margin: 0 0 0.75rem 0;
}
@media screen and (min-width: 40em) {
  h4,
  .ontario-h4 {
    font-size: 1.5rem;
    letter-spacing: 0.0313rem;
    line-height: 1.5;
  }
}
h5,
.ontario-h5 {
  font-size: 1.125rem;
  letter-spacing: 0.03rem;
  line-height: 1.56;
  margin: 0 0 0.75rem 0;
}
@media screen and (min-width: 40em) {
  h5,
  .ontario-h5 {
    font-size: 1.1875rem;
    letter-spacing: 0.025rem;
    line-height: 1.5;
  }
}
h6,
.ontario-h6 {
  font-size: 1rem;
  line-height: 1.56;
  letter-spacing: 0.03rem;
  margin: 0 0 0.75rem 0;
}
@media screen and (min-width: 40em) {
  h6,
  .ontario-h6 {
    font-size: 1rem;
    letter-spacing: 0.025rem;
    line-height: 1.5;
  }
}
.ontario-lead-statement {
  font-size: 1.25rem;
  line-height: 1.6;
  max-width: 100%;
}
@media screen and (min-width: 40em) {
  .ontario-lead-statement {
    font-size: 1.375rem;
  }
}
@font-face {
  font-family: "Courier Prime";
  font-weight: 400;
  font-style: normal;
  src: local("Courier Prime"), local("Courier-prime-regular"),
    url('CourierPrime-Regular.ttf')
      format("truetype");
}
@font-face {
  font-family: "Courier Prime";
  font-weight: 400;
  font-style: italic;
  src: local("Courier Prime Italic"), local("Courier-prime-italic"),
    url('CourierPrime-Italic.ttf')
      format("truetype");
}
@font-face {
  font-family: "Courier Prime";
  font-weight: 700;
  font-style: normal;
  src: local("Courier Prime Bold"), local("Courier-prime-bold"),
    url('CourierPrime-Bold.ttf') format("truetype");
}
@font-face {
  font-family: "Courier Prime";
  font-weight: 700;
  font-style: italic;
  src: local("Courier Prime Bold Italic"), local("Courier-prime-bold-italic"),
    url('CourierPrime-BoldItalic.ttf')
      format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  src: local("Open Sans"), local("Open-Sans-regular"),
    url('open-sans-400.woff2') format("woff2"),
    url('open-sans-400.woff') format("woff"),
    url('open-sans-400.svg#OpenSans') format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  src: local("Open Sans Semibold"), local("Open-Sans-600");
  src: url('open-sans-600.eot');
  src: url('open-sans-600.eot?#iefix')
      format("embedded-opentype"),
    url('open-sans-600.woff2') format("woff2"),
    url('open-sans-600.woff') format("woff"),
    url('open-sans-600.ttf') format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  src: local("Open Sans Italic"), local("Open-Sans-italic"),
    url('open-sans-400--italic.woff2')
      format("woff2"),
    url('open-sans-400--italic.woff')
      format("woff"),
    url('open-sans-400--italic.svg#OpenSans')
      format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  src: local("Open Sans Bold"), local("Open-Sans-600");
  src: url('open-sans-700.eot');
  src: url('open-sans-700.eot?#iefix')
      format("embedded-opentype"),
    url('open-sans-700.woff2') format("woff2"),
    url('open-sans-700.woff') format("woff"),
    url('open-sans-700.ttf') format("truetype"),
    url('open-sans-700.svg');
}
@font-face {
  font-family: "Raleway";
  font-weight: 400;
  font-style: normal;
  src: url('raleway-modified-400.woff2')
      format("woff2"),
    url('raleway-modified-400.woff')
      format("woff"),
    url('raleway-modified-400.svg') format("svg"),
    local("Raleway"), local("Raleway-400");
}
@font-face {
  font-family: "Raleway";
  font-weight: 600;
  font-style: normal;
  src: url('raleway-modified-600.woff2')
      format("woff2"),
    url('raleway-modified-600.woff')
      format("woff"),
    url('raleway-modified-600.svg') format("svg"),
    local("Raleway SemiBold"), local("Raleway-600");
}
@font-face {
  font-family: "Raleway";
  font-weight: 700;
  font-style: normal;
  src: url('raleway-modified-700.woff2')
      format("woff2"),
    url('raleway-modified-700.woff')
      format("woff"),
    url('raleway-modified-700.svg') format("svg"),
    local("Raleway Bold"), local("Raleway-700");
}
html {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #1a1a1a;
}
p {
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  margin: 0 0 1.5rem 0;
}
cite {
  font-style: italic;
  line-height: inherit;
}
strong {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: inherit;
  flex: 1;
  text-align: left;
}
.ontario-padding-top-0-\! {
  padding-top: 0 !important;
}
.ontario-padding-bottom-0-\! {
  padding-bottom: 0 !important;
}
.ontario-padding-right-0-\! {
  padding-right: 0 !important;
}
.ontario-padding-left-0-\! {
  padding-left: 0 !important;
}
.ontario-padding-top-4-\! {
  padding-top: 0.25rem !important;
}
.ontario-padding-bottom-4-\! {
  padding-bottom: 0.25rem !important;
}
.ontario-padding-right-4-\! {
  padding-right: 0.25rem !important;
}
.ontario-padding-left-4-\! {
  padding-left: 0.25rem !important;
}
.ontario-padding-top-8-\! {
  padding-top: 0.5rem !important;
}
.ontario-padding-bottom-8-\! {
  padding-bottom: 0.5rem !important;
}
.ontario-padding-right-8-\! {
  padding-right: 0.5rem !important;
}
.ontario-padding-left-8-\! {
  padding-left: 0.5rem !important;
}
.ontario-padding-top-12-\! {
  padding-top: 0.75rem !important;
}
.ontario-padding-bottom-12-\! {
  padding-bottom: 0.75rem !important;
}
.ontario-padding-right-12-\! {
  padding-right: 0.75rem !important;
}
.ontario-padding-left-12-\! {
  padding-left: 0.75rem !important;
}
.ontario-padding-top-16-\! {
  padding-top: 1rem !important;
}
.ontario-padding-bottom-16-\! {
  padding-bottom: 1rem !important;
}
.ontario-padding-right-16-\! {
  padding-right: 1rem !important;
}
.ontario-padding-left-16-\! {
  padding-left: 1rem !important;
}
.ontario-padding-top-24-\! {
  padding-top: 1.5rem !important;
}
.ontario-padding-bottom-24-\! {
  padding-bottom: 1.5rem !important;
}
.ontario-padding-right-24-\! {
  padding-right: 1.5rem !important;
}
.ontario-padding-left-24-\! {
  padding-left: 1.5rem !important;
}
.ontario-padding-top-32-\! {
  padding-top: 2rem !important;
}
.ontario-padding-bottom-32-\! {
  padding-bottom: 2rem !important;
}
.ontario-padding-right-32-\! {
  padding-right: 2rem !important;
}
.ontario-padding-left-32-\! {
  padding-left: 2rem !important;
}
.ontario-padding-top-40-\! {
  padding-top: 2.5rem !important;
}
.ontario-padding-bottom-40-\! {
  padding-bottom: 2.5rem !important;
}
.ontario-padding-right-40-\! {
  padding-right: 2.5rem !important;
}
.ontario-padding-left-40-\! {
  padding-left: 2.5rem !important;
}
.ontario-padding-top-48-\! {
  padding-top: 3rem !important;
}
.ontario-padding-bottom-48-\! {
  padding-bottom: 3rem !important;
}
.ontario-padding-right-48-\! {
  padding-right: 3rem !important;
}
.ontario-padding-left-48-\! {
  padding-left: 3rem !important;
}
.ontario-padding-top-64-\! {
  padding-top: 4rem !important;
}
.ontario-padding-bottom-64-\! {
  padding-bottom: 4rem !important;
}
.ontario-padding-right-64-\! {
  padding-right: 4rem !important;
}
.ontario-padding-left-64-\! {
  padding-left: 4rem !important;
}
.ontario-padding-top-80-\! {
  padding-top: 5rem !important;
}
.ontario-padding-bottom-80-\! {
  padding-bottom: 5rem !important;
}
.ontario-padding-right-80-\! {
  padding-right: 5rem !important;
}
.ontario-padding-left-80-\! {
  padding-left: 5rem !important;
}
.ontario-margin-top-0-\! {
  margin-top: 0 !important;
}
.ontario-margin-bottom-0-\! {
  margin-bottom: 0 !important;
}
.ontario-margin-right-0-\! {
  margin-right: 0 !important;
}
.ontario-margin-left-0-\! {
  margin-left: 0 !important;
}
.ontario-margin-top-4-\! {
  margin-top: 0.25rem !important;
}
.ontario-margin-bottom-4-\! {
  margin-bottom: 0.25rem !important;
}
.ontario-margin-right-4-\! {
  margin-right: 0.25rem !important;
}
.ontario-margin-left-4-\! {
  margin-left: 0.25rem !important;
}
.ontario-margin-top-8-\! {
  margin-top: 0.5rem !important;
}
.ontario-margin-bottom-8-\! {
  margin-bottom: 0.5rem !important;
}
.ontario-margin-right-8-\! {
  margin-right: 0.5rem !important;
}
.ontario-margin-left-8-\! {
  margin-left: 0.5rem !important;
}
.ontario-margin-top-12-\! {
  margin-top: 0.75rem !important;
}
.ontario-margin-bottom-12-\! {
  margin-bottom: 0.75rem !important;
}
.ontario-margin-right-12-\! {
  margin-right: 0.75rem !important;
}
.ontario-margin-left-12-\! {
  margin-left: 0.75rem !important;
}
.ontario-margin-top-16-\! {
  margin-top: 1rem !important;
}
.ontario-margin-bottom-16-\! {
  margin-bottom: 1rem !important;
}
.ontario-margin-right-16-\! {
  margin-right: 1rem !important;
}
.ontario-margin-left-16-\! {
  margin-left: 1rem !important;
}
.ontario-margin-top-24-\! {
  margin-top: 1.5rem !important;
}
.ontario-margin-bottom-24-\! {
  margin-bottom: 1.5rem !important;
}
.ontario-margin-right-24-\! {
  margin-right: 1.5rem !important;
}
.ontario-margin-left-24-\! {
  margin-left: 1.5rem !important;
}
.ontario-margin-top-32-\! {
  margin-top: 2rem !important;
}
.ontario-margin-bottom-32-\! {
  margin-bottom: 2rem !important;
}
.ontario-margin-right-32-\! {
  margin-right: 2rem !important;
}
.ontario-margin-left-32-\! {
  margin-left: 2rem !important;
}
.ontario-margin-top-40-\! {
  margin-top: 2.5rem !important;
}
.ontario-margin-bottom-40-\! {
  margin-bottom: 2.5rem !important;
}
.ontario-margin-right-40-\! {
  margin-right: 2.5rem !important;
}
.ontario-margin-left-40-\! {
  margin-left: 2.5rem !important;
}
.ontario-margin-top-48-\! {
  margin-top: 3rem !important;
}
.ontario-margin-bottom-48-\! {
  margin-bottom: 3rem !important;
}
.ontario-margin-right-48-\! {
  margin-right: 3rem !important;
}
.ontario-margin-left-48-\! {
  margin-left: 3rem !important;
}
.ontario-margin-top-64-\! {
  margin-top: 4rem !important;
}
.ontario-margin-bottom-64-\! {
  margin-bottom: 4rem !important;
}
.ontario-margin-right-64-\! {
  margin-right: 4rem !important;
}
.ontario-margin-left-64-\! {
  margin-left: 4rem !important;
}
.ontario-margin-top-80-\! {
  margin-top: 5rem !important;
}
.ontario-margin-bottom-80-\! {
  margin-bottom: 5rem !important;
}
.ontario-margin-right-80-\! {
  margin-right: 5rem !important;
}
.ontario-margin-left-80-\! {
  margin-left: 5rem !important;
}
.ontario-lists--two-column-list-md ul {
  -moz-column-count: 1;
  column-count: 1;
  display: block;
}
@media screen and (min-width: 40em) {
  .ontario-lists--two-column-list-md ul {
    -moz-column-count: 2;
    column-count: 2;
  }
  .ontario-lists--two-column-list-md ul li {
    padding: 0;
    margin: 0 1rem 1rem 0;
  }
}
.ontario-lists--two-column-list {
  -moz-column-count: 1;
  column-count: 1;
  display: block;
}
@media screen and (min-width: 40em) {
  .ontario-lists--two-column-list {
    -moz-column-count: 2;
    column-count: 2;
  }
  .ontario-lists--two-column-list li {
    padding: 0;
    margin: 0 1rem 1rem 0;
  }
}
.ontario-padding-top-0-\! {
  padding-top: 0 !important;
}
.ontario-padding-bottom-0-\! {
  padding-bottom: 0 !important;
}
.ontario-padding-right-0-\! {
  padding-right: 0 !important;
}
.ontario-padding-left-0-\! {
  padding-left: 0 !important;
}
.ontario-padding-top-4-\! {
  padding-top: 0.25rem !important;
}
.ontario-padding-bottom-4-\! {
  padding-bottom: 0.25rem !important;
}
.ontario-padding-right-4-\! {
  padding-right: 0.25rem !important;
}
.ontario-padding-left-4-\! {
  padding-left: 0.25rem !important;
}
.ontario-padding-top-8-\! {
  padding-top: 0.5rem !important;
}
.ontario-padding-bottom-8-\! {
  padding-bottom: 0.5rem !important;
}
.ontario-padding-right-8-\! {
  padding-right: 0.5rem !important;
}
.ontario-padding-left-8-\! {
  padding-left: 0.5rem !important;
}
.ontario-padding-top-12-\! {
  padding-top: 0.75rem !important;
}
.ontario-padding-bottom-12-\! {
  padding-bottom: 0.75rem !important;
}
.ontario-padding-right-12-\! {
  padding-right: 0.75rem !important;
}
.ontario-padding-left-12-\! {
  padding-left: 0.75rem !important;
}
.ontario-padding-top-16-\! {
  padding-top: 1rem !important;
}
.ontario-padding-bottom-16-\! {
  padding-bottom: 1rem !important;
}
.ontario-padding-right-16-\! {
  padding-right: 1rem !important;
}
.ontario-padding-left-16-\! {
  padding-left: 1rem !important;
}
.ontario-padding-top-24-\! {
  padding-top: 1.5rem !important;
}
.ontario-padding-bottom-24-\! {
  padding-bottom: 1.5rem !important;
}
.ontario-padding-right-24-\! {
  padding-right: 1.5rem !important;
}
.ontario-padding-left-24-\! {
  padding-left: 1.5rem !important;
}
.ontario-padding-top-32-\! {
  padding-top: 2rem !important;
}
.ontario-padding-bottom-32-\! {
  padding-bottom: 2rem !important;
}
.ontario-padding-right-32-\! {
  padding-right: 2rem !important;
}
.ontario-padding-left-32-\! {
  padding-left: 2rem !important;
}
.ontario-padding-top-40-\! {
  padding-top: 2.5rem !important;
}
.ontario-padding-bottom-40-\! {
  padding-bottom: 2.5rem !important;
}
.ontario-padding-right-40-\! {
  padding-right: 2.5rem !important;
}
.ontario-padding-left-40-\! {
  padding-left: 2.5rem !important;
}
.ontario-padding-top-48-\! {
  padding-top: 3rem !important;
}
.ontario-padding-bottom-48-\! {
  padding-bottom: 3rem !important;
}
.ontario-padding-right-48-\! {
  padding-right: 3rem !important;
}
.ontario-padding-left-48-\! {
  padding-left: 3rem !important;
}
.ontario-padding-top-64-\! {
  padding-top: 4rem !important;
}
.ontario-padding-bottom-64-\! {
  padding-bottom: 4rem !important;
}
.ontario-padding-right-64-\! {
  padding-right: 4rem !important;
}
.ontario-padding-left-64-\! {
  padding-left: 4rem !important;
}
.ontario-padding-top-80-\! {
  padding-top: 5rem !important;
}
.ontario-padding-bottom-80-\! {
  padding-bottom: 5rem !important;
}
.ontario-padding-right-80-\! {
  padding-right: 5rem !important;
}
.ontario-padding-left-80-\! {
  padding-left: 5rem !important;
}
.ontario-margin-top-0-\! {
  margin-top: 0 !important;
}
.ontario-margin-bottom-0-\! {
  margin-bottom: 0 !important;
}
.ontario-margin-right-0-\! {
  margin-right: 0 !important;
}
.ontario-margin-left-0-\! {
  margin-left: 0 !important;
}
.ontario-margin-top-4-\! {
  margin-top: 0.25rem !important;
}
.ontario-margin-bottom-4-\! {
  margin-bottom: 0.25rem !important;
}
.ontario-margin-right-4-\! {
  margin-right: 0.25rem !important;
}
.ontario-margin-left-4-\! {
  margin-left: 0.25rem !important;
}
.ontario-margin-top-8-\! {
  margin-top: 0.5rem !important;
}
.ontario-margin-bottom-8-\! {
  margin-bottom: 0.5rem !important;
}
.ontario-margin-right-8-\! {
  margin-right: 0.5rem !important;
}
.ontario-margin-left-8-\! {
  margin-left: 0.5rem !important;
}
.ontario-margin-top-12-\! {
  margin-top: 0.75rem !important;
}
.ontario-margin-bottom-12-\! {
  margin-bottom: 0.75rem !important;
}
.ontario-margin-right-12-\! {
  margin-right: 0.75rem !important;
}
.ontario-margin-left-12-\! {
  margin-left: 0.75rem !important;
}
.ontario-margin-top-16-\! {
  margin-top: 1rem !important;
}
.ontario-margin-bottom-16-\! {
  margin-bottom: 1rem !important;
}
.ontario-margin-right-16-\! {
  margin-right: 1rem !important;
}
.ontario-margin-left-16-\! {
  margin-left: 1rem !important;
}
.ontario-margin-top-24-\! {
  margin-top: 1.5rem !important;
}
.ontario-margin-bottom-24-\! {
  margin-bottom: 1.5rem !important;
}
.ontario-margin-right-24-\! {
  margin-right: 1.5rem !important;
}
.ontario-margin-left-24-\! {
  margin-left: 1.5rem !important;
}
.ontario-margin-top-32-\! {
  margin-top: 2rem !important;
}
.ontario-margin-bottom-32-\! {
  margin-bottom: 2rem !important;
}
.ontario-margin-right-32-\! {
  margin-right: 2rem !important;
}
.ontario-margin-left-32-\! {
  margin-left: 2rem !important;
}
.ontario-margin-top-40-\! {
  margin-top: 2.5rem !important;
}
.ontario-margin-bottom-40-\! {
  margin-bottom: 2.5rem !important;
}
.ontario-margin-right-40-\! {
  margin-right: 2.5rem !important;
}
.ontario-margin-left-40-\! {
  margin-left: 2.5rem !important;
}
.ontario-margin-top-48-\! {
  margin-top: 3rem !important;
}
.ontario-margin-bottom-48-\! {
  margin-bottom: 3rem !important;
}
.ontario-margin-right-48-\! {
  margin-right: 3rem !important;
}
.ontario-margin-left-48-\! {
  margin-left: 3rem !important;
}
.ontario-margin-top-64-\! {
  margin-top: 4rem !important;
}
.ontario-margin-bottom-64-\! {
  margin-bottom: 4rem !important;
}
.ontario-margin-right-64-\! {
  margin-right: 4rem !important;
}
.ontario-margin-left-64-\! {
  margin-left: 4rem !important;
}
.ontario-margin-top-80-\! {
  margin-top: 5rem !important;
}
.ontario-margin-bottom-80-\! {
  margin-bottom: 5rem !important;
}
.ontario-margin-right-80-\! {
  margin-right: 5rem !important;
}
.ontario-margin-left-80-\! {
  margin-left: 5rem !important;
}
.ontario-hide {
  display: none !important;
}
.ontario-invisible {
  visibility: hidden;
}
@media screen and (max-width: 39.9375em) {
  .ontario-hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .ontario-show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .ontario-hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .ontario-show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 72.9375em) {
  .ontario-hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em), screen and (min-width: 73em) {
  .ontario-show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 73em) {
  .ontario-hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 72.9375em) {
  .ontario-show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 73em) and (max-width: 95.9375em) {
  .ontario-hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 72.9375em), screen and (min-width: 96em) {
  .ontario-show-for-large-only {
    display: none !important;
  }
}
.ontario-show-for-sr,
.ontario-show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.ontario-show-on-focus:active,
.ontario-show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}
.ontario-show-for-landscape,
.ontario-hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .ontario-show-for-landscape,
  .ontario-hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .ontario-show-for-landscape,
  .ontario-hide-for-portrait {
    display: none !important;
  }
}
.ontario-hide-for-landscape,
.ontario-show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .ontario-hide-for-landscape,
  .ontario-show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .ontario-hide-for-landscape,
  .ontario-show-for-portrait {
    display: block !important;
  }
}
.ontario-blockquote {
  border-left: 4px solid #4d4d4d;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  line-height: 1.56;
  max-width: 48rem;
  margin: 2rem;
  padding: 1.5rem 0 1.5rem 1.5rem;
}
@media screen and (max-width: 40em) {
  .ontario-blockquote {
    font-size: 1.125rem;
    letter-spacing: 0.03rem;
    line-height: 1.5;
    margin: 1.5rem 0 2rem 0;
  }
}
.ontario-blockquote--short {
  font-size: 1.75rem;
  letter-spacing: 0.02rem;
  line-height: 1.5;
}
@media screen and (max-width: 40em) {
  .ontario-blockquote--short {
    font-size: 1.4375rem;
    line-height: 1.43;
  }
}
.ontario-blockquote p {
  margin: 0 0 1.5rem 0;
}
.ontario-blockquote p::before {
  content: open-quote;
}
.ontario-blockquote p::after {
  content: close-quote;
}
.ontario-blockquote__attribution,
.ontario-blockquote__byline {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.56;
  text-align: right;
}
@media screen and (max-width: 40em) {
  .ontario-blockquote__attribution,
  .ontario-blockquote__byline {
    letter-spacing: 0.03rem;
    line-height: 1.5;
  }
}
.ontario-blockquote__attribution {
  font-style: normal;
  font-weight: 700;
}
.ontario-blockquote__attribution::before {
  content: "— ";
}
blockquote {
  quotes: "“" "”";
}
html[lang="fr"] blockquote {
  quotes: "« " " »";
}
#root {
  margin: 0 15px 15px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.ontario-callout,
.ontario-aside {
  border-left: 0.25rem solid #367a76;
  padding: 1.5rem;
}
.ontario-callout *,
.ontario-aside * {
  max-width: 48rem;
}
.ontario-callout *:last-child,
.ontario-aside *:last-child {
  margin-bottom: 0.5rem;
}
.ontario-callout {
  margin: 2rem 0 2.5rem 0;
  background-color: #f2f2f2;
}
.ontario-aside {
  margin: 2rem 0 2.5rem 2rem;
}
@media screen and (max-width: 40em) {
  .ontario-aside {
    margin: 2rem 0 2.5rem 1rem;
  }
}
.ontario-callout__title,
.ontario-aside__title {
  margin-bottom: 1rem;
}
.ontario-border-highlight--teal {
  border-color: #367a76 !important;
}
.ontario-border-highlight--gold {
  border-color: #86743d !important;
}
.ontario-border-highlight--yellow {
  border-color: #8a600d !important;
}
.ontario-border-highlight--taupe {
  border-color: #7b725c !important;
}
.ontario-border-highlight--green {
  border-color: #2b8737 !important;
}
.ontario-border-highlight--lime {
  border-color: #5f8129 !important;
}
.ontario-border-highlight--sky {
  border-color: #1080a6 !important;
}
.ontario-border-highlight--blue {
  border-color: #0369ac !important;
}
.ontario-border-highlight--purple {
  border-color: #92278f !important;
}
.ontario-critical-alert {
  background-color: #ffd440;
  font-weight: 400;
  margin: 0;
  padding: 1rem 0;
  position: relative;
  z-index: 5;
}
.ontario-critical-alert__body {
  display: flex;
  flex-wrap: nowrap;
}
.ontario-critical-alert__icon svg {
  width: 28px;
  height: 28px;
  margin: 0 0.85rem 0 0;
}
.ontario-critical-alert p {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
.ontario-critical-alert a {
  color: #1a1a1a;
  font-weight: 700;
}
.ontario-critical-alert a:hover,
.ontario-critical-alert a:focus {
  text-decoration: none;
}
.ontario-critical-alert a:visited {
  color: #1a1a1a;
}
.ontario-alert {
  border-width: 0 0 0 4px;
  border-style: solid;
  padding: 1.5rem;
  margin: 2rem 0 2.5rem 0;
}
.ontario-alert__header {
  display: flex;
}
.ontario-alert__header-icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.95rem;
}
.ontario-alert__header-icon svg {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 40em) {
  .ontario-alert__header-icon svg {
    width: 32px;
    height: 32px;
  }
}
.ontario-alert__header-title {
  margin-bottom: 0.75rem;
  padding-top: 2px;
}
.ontario-alert__body {
  margin-left: 3.25rem;
  max-width: 48rem;
}
@media screen and (max-width: 40em) {
  .ontario-alert__body {
    margin-left: 0;
  }
}
.ontario-alert__body p {
  margin-top: 0;
}
.ontario-alert__body p:last-of-type {
  margin-bottom: 0.5rem;
}
.ontario-alert__body p:last-of-type + ul {
  margin-top: 1rem;
}
.ontario-alert__body ul:last-of-type {
  margin-bottom: 0.5rem;
}
.ontario-alert--error ul {
  margin-left: 1.25rem;
}
.ontario-alert--error ul:last-of-type {
  margin-bottom: 0.5rem;
}
.ontario-alert--informational {
  border-color: #1080a6;
  background-color: #e2f0f4;
}
.ontario-alert--informational svg {
  fill: #1080a6;
}
.ontario-alert--warning {
  border-color: #ffd440;
  background-color: #fef6dc;
}
.ontario-alert--warning svg {
  fill: #ffd440;
}
.ontario-alert--success {
  border-color: #118847;
  background-color: #e5f0e9;
}
.ontario-alert--success svg {
  fill: #118847;
}
.ontario-alert--error {
  border-color: #cd0000;
  background-color: #fceff0;
}
.ontario-alert--error svg {
  fill: #cd0000;
}
.ontario-alert--error a {
  color: #cd0000;
}
.ontario-alert--error a:hover,
.ontario-alert--error a:focus {
  color: #6b0000;
}
.ontario-alert--error a:active {
  color: #280000;
}
.ontario-nbsp {
  white-space: nowrap;
}
.ontario-footer {
  color: #fff;
  margin-top: 5rem;
  padding: 4rem 0;
}
.ontario-footer .ontario-columns *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 40em) {
  .ontario-footer:not(.ontario-footer--default) .ontario-columns:first-child {
    margin-bottom: 3rem;
  }
  .ontario-footer
    .ontario-footer__expanded-bottom-section
    .ontario-columns:first-child {
    margin-bottom: 0;
  }
}
.ontario-footer__links-container {
  list-style: none;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 73em) {
  .ontario-footer__links-container {
    margin-bottom: 0.5rem;
  }
}
.ontario-footer__links-container--inline {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 40em) {
  .ontario-footer__links-container--inline {
    flex-direction: row;
  }
}
.ontario-footer__links-container li {
  padding: 0.25rem 0;
}
.ontario-footer__link {
  color: #fff;
  display: inline-block;
  padding: 0.5rem 0;
  margin: 0;
  text-decoration: underline;
}
.ontario-footer__link:hover,
.ontario-footer__link:focus {
  text-decoration: none;
}
.ontario-footer__link:visited,
.ontario-footer__link:active,
.ontario-footer__link:hover {
  color: #fff;
}
@media screen and (min-width: 40em) {
  .ontario-footer__link {
    padding: 0;
    margin: 0 3rem 1rem 0;
  }
}
.ontario-footer p {
  max-width: 48rem;
  width: 100%;
}
.ontario-footer p a {
  color: #fff;
  font-weight: 600;
}
.ontario-footer p a:visited {
  color: #fff;
}
.ontario-footer p a:active {
  color: #e6e6e6;
}
.ontario-footer p a:focus,
.ontario-footer p a:hover {
  text-decoration: none;
}
.ontario-footer__links-container--two-column-list {
  -moz-column-count: 1;
  column-count: 1;
  display: block;
  margin: 0;
}
@media screen and (min-width: 40em) {
  .ontario-footer__links-container--two-column-list {
    -moz-column-count: 2;
    column-count: 2;
  }
  .ontario-footer__links-container--two-column-list .ontario-footer__link {
    padding: 0;
    margin: 0 1rem 1rem 0;
  }
}
.ontario-footer__links-container--social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ontario-footer__links-container--social .ontario-footer__link {
  background: transparent;
  border-radius: 45%;
  margin: 0 1rem 0.75rem 0;
  padding: 0;
  outline: none;
  height: calc(3rem + 0.5rem);
  width: calc(3rem + 0.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ontario-footer__links-container--social .ontario-footer__link:hover,
.ontario-footer__links-container--social .ontario-footer__link:focus {
  background-color: #000;
}
.ontario-footer__links-container--social
  .ontario-footer__link:hover
  .ontario-icon,
.ontario-footer__links-container--social
  .ontario-footer__link:focus
  .ontario-icon {
  fill: #fff;
}
@media screen and (min-width: 40em) {
  .ontario-footer__links-container--social .ontario-footer__link {
    height: 3rem;
    width: 3rem;
  }
}
.ontario-footer__links-container--social .ontario-footer__link .ontario-icon {
  fill: #fff;
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 40em) {
  .ontario-footer__links-container--social .ontario-footer__link .ontario-icon {
    width: 32px;
    height: 32px;
  }
}
.ontario-button.ontario-footer__button {
  background-color: #1a1a1a;
  border: 2px solid #fff;
  border-color: #fff;
  color: #fff;
  margin-bottom: 2rem;
}
.ontario-button.ontario-footer__button:hover,
.ontario-button.ontario-footer__button:focus {
  background-color: #4d4d4d;
}
.ontario-button.ontario-footer__button:active {
  background-color: #666;
}
.ontario-footer__button + .ontario-footer__links-container {
  margin-top: 1.5rem;
}
.ontario-footer__expanded-top-section:before {
  background-image: url('footer-expanded-supergraphic-logo.svg');
}
.ontario-footer.ontario-footer--expanded {
  padding-top: 0;
  background-color: #1a1a1a;
  border-bottom: 4px solid #4d4d4d;
}
.ontario-footer__expanded-top-section {
  background-color: #262626;
  padding: 4rem 0;
  position: relative;
}
.ontario-footer__expanded-top-section:before {
  background-color: #333;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 165rem;
  background-position: calc(50vw - 125rem) -64rem;
}
@media screen and (min-width: 40em) {
  .ontario-footer__expanded-top-section:before {
    background-size: 250rem;
    background-position: calc(50vw - 195rem) -106rem;
  }
}
@media screen and (min-width: 73em) {
  .ontario-footer__expanded-top-section:before {
    background-size: 305rem;
    background-position: calc(50vw - 222rem) -160rem;
  }
}
.ontario-footer__expanded-top-section .ontario-footer__link {
  text-decoration: underline;
}
.ontario-footer__expanded-top-section .ontario-footer__link:hover,
.ontario-footer__expanded-top-section .ontario-footer__link:focus {
  text-decoration: none;
}
.ontario-footer__expanded-top-section .ontario-footer__link:active {
  color: #e6e6e6;
}
.ontario-footer__expanded-top-section ul {
  margin-bottom: 0;
}
.ontario-expanded-footer__one-third-block {
  margin-bottom: 0;
}
.ontario-expanded-footer__one-third-block:first-of-type,
.ontario-expanded-footer__one-third-block:nth-child(2) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 40em) {
  .ontario-expanded-footer__one-third-block {
    margin-bottom: 0;
  }
  .ontario-expanded-footer__one-third-block:first-of-type {
    margin-bottom: 3rem;
  }
  .ontario-expanded-footer__one-third-block:nth-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 73em) {
  .ontario-expanded-footer__one-third-block {
    margin-bottom: 0;
  }
  .ontario-expanded-footer__one-third-block:first-of-type {
    margin-bottom: 0;
  }
}
.ontario-footer__expanded-bottom-section {
  background-color: #1a1a1a;
  padding-top: 4rem;
}
.ontario-nbsp {
  white-space: nowrap;
}
.ontario-footer {
  color: #fff;
  margin-top: 5rem;
  padding: 4rem 0;
}
.ontario-footer .ontario-columns *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 40em) {
  .ontario-footer:not(.ontario-footer--default) .ontario-columns:first-child {
    margin-bottom: 3rem;
  }
  .ontario-footer
    .ontario-footer__expanded-bottom-section
    .ontario-columns:first-child {
    margin-bottom: 0;
  }
}
.ontario-footer__links-container {
  list-style: none;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 73em) {
  .ontario-footer__links-container {
    margin-bottom: 0.5rem;
  }
}
.ontario-footer__links-container--inline {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 40em) {
  .ontario-footer__links-container--inline {
    flex-direction: row;
  }
}
.ontario-footer__links-container li {
  padding: 0.25rem 0;
}
.ontario-footer__link {
  color: #fff;
  display: inline-block;
  padding: 0.5rem 0;
  margin: 0;
  text-decoration: underline;
}
.ontario-footer__link:hover,
.ontario-footer__link:focus {
  text-decoration: none;
}
.ontario-footer__link:visited,
.ontario-footer__link:active,
.ontario-footer__link:hover {
  color: #fff;
}
@media screen and (min-width: 40em) {
  .ontario-footer__link {
    padding: 0;
    margin: 0 3rem 1rem 0;
  }
}
.ontario-footer--default {
  position: relative;
  background-color: #1a1a1a;
  border-bottom: 4px solid #4d4d4d;
}
.ontario-footer--default:before {
  background-image: url('footer-default-supergraphic-logo.svg');
  background-size: 112.5rem;
  background-position: calc(50vw - 73.5rem) -64rem;
  background-color: #333;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 40em) {
  .ontario-footer--default:before {
    background-size: 180rem;
    background-position: calc(50vw - 120rem) -106rem;
  }
}
@media screen and (min-width: 73em) {
  .ontario-footer--default:before {
    background-size: 275rem;
    background-position: calc(50vw - 187rem) -160rem;
  }
}
.ontario-checkboxes {
  margin-bottom: 2.5rem;
  max-width: 48rem;
}
.ontario-checkboxes__item {
  position: relative;
  margin: 0 0 1rem;
  padding: 0 0 0 2rem;
  min-height: 28px;
  box-sizing: content-box;
}
.ontario-checkboxes__item:last-of-type {
  margin: 0;
}
@media screen and (max-width: 40em) {
  .ontario-checkboxes__item {
    padding: 0 0 0 2.5rem;
    min-height: 32px;
  }
}
.ontario-checkboxes__input {
  cursor: pointer;
  margin: 0;
  position: absolute;
  top: -2px;
  left: -2px;
  opacity: 0;
  width: 36px;
  height: 36px;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 40em) {
  .ontario-checkboxes__input {
    width: 40px;
    height: 40px;
  }
}
.ontario-checkboxes__label {
  display: inline-block;
  cursor: pointer;
  line-height: 1.5;
  margin: 0.25rem 0;
  padding: 0 1rem;
  width: auto;
  white-space: normal;
}
@media screen and (max-width: 40em) {
  .ontario-checkboxes__label {
    margin: 0.33rem 0;
  }
}
.ontario-checkboxes__label:before {
  content: "";
  border: 2px solid #1a1a1a;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  transition: border 0.1s ease-in-out;
  display: block;
}
@media screen and (min-width: 40em) {
  .ontario-checkboxes__label:before {
    width: 28px;
    height: 28px;
  }
}
.ontario-checkboxes__label:after {
  content: "";
  background-image: url('ontario-checkbox-background-no-width.svg');
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: block;
}
@media screen and (max-width: 40em) {
  .ontario-checkboxes__label:after {
    height: 34px;
    width: 34px;
  }
}
.ontario-checkboxes__input:focus + .ontario-checkboxes__label:before {
  box-shadow: 0 0 0 4px #009adb;
  outline: 4px solid transparent;
  transition: all 0.1s ease-in-out;
}
.ontario-checkboxes__input:checked + .ontario-checkboxes__label:after {
  opacity: 1;
}
.ontario-checkboxes__input:checked + .ontario-checkboxes__label:before {
  background-color: #1a1a1a;
}
.ontario-dropdown {
  background-color: #fff;
  background-image: url('ontario-material-dropdown-arrow-48px.svg');
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 2rem;
  padding-right: calc(1rem * 2.25);
  cursor: pointer;
}
.ontario-dropdown::-ms-expand {
  display: none;
}
.ontario-dropdown option {
  font-weight: normal;
}
.ontario-error-messaging__container {
  display: flex;
  align-items: top;
  margin: -0.25rem 0 0.5rem 0;
  color: #d81a21;
}
.ontario-error-messaging__content {
  margin-left: 0.5rem;
}
.ontario-input__error {
  border-color: #d81a21 !important;
}
.ontario-checkboxes__single-option
  .ontario-checkboxes__error
  .ontario-checkboxes__label:before {
  border-color: #d81a21;
}
.ontario-fieldset__legend--large h1,
.ontario-fieldset__legend--heading h1 {
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  margin-bottom: 1rem;
  font-feature-settings: normal;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.ontario-fieldset__legend--large h1,
.ontario-fieldset__legend--heading h1 {
  font-size: 2rem;
  letter-spacing: 0.04rem;
  line-height: 1.29;
  margin: 2.5rem 0 1.5rem 0;
}
@media screen and (min-width: 40em) {
  .ontario-fieldset__legend--large h1,
  .ontario-fieldset__legend--heading h1 {
    font-size: 2.5rem;
    letter-spacing: 0.04rem;
    line-height: 1.2;
  }
}
.ontario-fieldset__legend {
  cursor: pointer;
  color: #1a1a1a;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  max-width: 38.75em;
  white-space: normal;
  width: 100%;
}
@media screen and (max-width: 40em) {
  .ontario-fieldset__legend {
    font-size: 1.125rem;
    line-height: 1.56;
  }
}
.ontario-fieldset__legend--large,
.ontario-fieldset__legend--heading {
  font-size: 1.75rem;
  letter-spacing: 0.02rem;
  line-height: 1.2;
  max-width: 26.25em;
  margin-top: 1rem;
}
.ontario-fieldset__legend--large h1,
.ontario-fieldset__legend--heading h1 {
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 40em) {
  .ontario-fieldset__legend--large,
  .ontario-fieldset__legend--heading {
    font-size: 1.4375rem;
    line-height: 1.39;
  }
}
.ontario-fieldset__legend__flag {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.ontario-fieldset__legend__flag:before {
  content: " ";
}
.ontario-hint-expander__button:focus,
.ontario-hint-expander__button:active {
  box-shadow: 0 0 0 4px #009adb;
  outline: 4px solid transparent;
  transition: box-shadow 0.1s ease-in-out;
}
.ontario-hint {
  color: #4d4d4d;
  display: inline-block;
  margin: 0 0 1rem 0;
  width: 100%;
  max-width: 48rem;
}
.ontario-hint-expander__container {
  max-width: 48rem;
}
.ontario-hint-expander__button {
  color: #06c;
  cursor: pointer;
  background: none;
  border: none;
  display: flex;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
  margin: 0 0 1rem 0;
  padding: 0 0.25rem 0 0;
}
.ontario-hint-expander__button-icon--close {
  display: none;
  margin-right: 0.25rem;
}
.ontario-hint-expander__button-icon--open {
  display: inline-block;
  margin-right: 0.25rem;
}
.ontario-hint-expander__button:hover {
  color: #00478f;
}
.ontario-hint-expander__button:active {
  color: #002142;
}
.ontario-hint-expander__content {
  border-left: 4px solid #ccc;
  color: #1a1a1a;
  background-color: #f2f2f2;
  display: none;
  padding: 1rem 1rem 1rem calc(1rem + 0.25rem);
  margin: 0 0 1rem 0.25rem;
}
.ontario-hint-expander__content *:last-child {
  margin-bottom: 0;
}
.ontario-hint-expander__content img {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .ontario-hint-expander__content img {
    width: 50%;
  }
}
.ontario-hint-expander__content.ontario-expander__content--opened {
  display: block;
}
.ontario-hint-expander__container.ontario-expander--active
  .ontario-hint-expander__button-icon--close {
  display: inline-block;
}
.ontario-hint-expander__container.ontario-expander--active
  .ontario-hint-expander__button-icon--open {
  display: none;
}
.ontario-input + .ontario-hint-expander__container {
  margin-top: -1.5rem !important;
}
.ontario-checkboxes__item .ontario-hint-expander__container,
.ontario-radios__item .ontario-hint-expander__container {
  margin-left: 0.5rem;
}
.ontario-checkboxes__label + .ontario-hint-expander__container,
.ontario-radios__label + .ontario-hint-expander__container {
  margin-top: 0.75rem;
}
@media screen and (max-width: 40em) {
  .ontario-checkboxes__label + .ontario-hint-expander__container,
  .ontario-radios__label + .ontario-hint-expander__container {
    margin-top: 1rem;
  }
}
h1 .ontario-label--heading {
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  margin-bottom: 1rem;
  font-feature-settings: normal;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
h1 .ontario-label--heading {
  font-size: 2rem;
  letter-spacing: 0.04rem;
  line-height: 1.29;
  margin: 2.5rem 0 1.5rem 0;
}
@media screen and (min-width: 40em) {
  h1 .ontario-label--heading {
    font-size: 2.5rem;
    letter-spacing: 0.04rem;
    line-height: 1.2;
  }
}
.ontario-label {
  cursor: pointer;
  color: #1a1a1a;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  max-width: 38.75em;
  white-space: normal;
  width: 100%;
}
@media screen and (max-width: 40em) {
  .ontario-label {
    font-size: 1.125rem;
    line-height: 1.56;
  }
}
.ontario-label--large {
  font-size: 1.75rem;
  letter-spacing: 0.02rem;
  line-height: 1.2;
  max-width: 26.25em;
}
@media screen and (max-width: 40em) {
  .ontario-label--large {
    font-size: 1.4375rem;
    line-height: 1.39;
  }
}
h1 .ontario-label--heading {
  display: inline-block;
  margin: 0;
}
.ontario-label__flag {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.ontario-label__flag:before {
  content: " ";
}
* .ontario-radios {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ontario-radios {
  padding: 0 0 0 0.125rem;
  margin-bottom: 2.5rem;
  max-width: 48rem;
}
.ontario-radios__item {
  position: relative;
  display: block;
  margin: 0 0 1rem;
  padding: 0 2rem 0;
}
.ontario-radios__input {
  cursor: pointer;
  margin: 0;
  position: absolute;
  opacity: 0;
  top: -2px;
  left: -2px;
  width: 36px;
  height: 36px;
  z-index: 1;
}
@media screen and (max-width: 40em) {
  .ontario-radios__input {
    width: 40px;
    height: 40px;
    top: -1.5px;
    left: -1.5px;
  }
}
.ontario-radios__label {
  display: inline-block;
  font-size: 1rem;
  margin: 0.2rem 0;
  padding: 0 0.75rem;
  touch-action: manipulation;
  white-space: normal;
}
@media screen and (max-width: 40em) {
  .ontario-radios__label {
    margin: 0.3rem 0;
    padding: 0 1rem;
  }
}
.ontario-radios__label:before {
  content: "";
  border: 2px solid #1a1a1a;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  transition: border 0.1s ease-in-out;
}
@media screen and (max-width: 40em) {
  .ontario-radios__label:before {
    width: 36px;
    height: 36px;
  }
}
.ontario-radios__label:after {
  content: "";
  border-radius: 50%;
  border: 10px solid #1a1a1a;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(6px, 6px);
  opacity: 0;
}
@media screen and (max-width: 40em) {
  .ontario-radios__label:after {
    border: 12px solid #1a1a1a;
  }
}
.ontario-radios__input:focus + .ontario-radios__label:before {
  box-shadow: 0 0 0 4px #009adb;
  outline: 4px solid transparent;
  transition: box-shadow 0.1s ease-in-out;
}
.ontario-radios__input:checked + .ontario-radios__label:after {
  opacity: 1;
}
.ontario-step-indicator .ontario-step-indicator--without-back-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ontario-step-indicator .ontario-step-indicator--with-back-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ontario-step-indicator .ontario-h4 {
  margin: 1.125rem 0;
}
@media screen and (max-width: 40em) {
  .ontario-step-indicator .ontario-h4 {
    margin: 1rem 0;
    text-align: right;
  }
}
.ontario-step-indicator .ontario-button.ontario-button--tertiary {
  margin: 0.75rem 0;
  padding-left: 0.5rem;
  padding-right: 1rem;
  min-width: 3rem;
}
@media screen and (max-width: 40em) {
  .ontario-step-indicator .ontario-button.ontario-button--tertiary {
    margin: 0.375rem 0;
    width: unset;
    min-width: 7.5rem;
    max-width: 8rem;
  }
}
.ontario-step-indicator .ontario-button.ontario-button--tertiary .ontario-icon {
  margin: 0 0.375rem 0 0;
  padding: 0;
}
.ontario-step-indicator hr {
  padding: 0;
  margin: 0;
}
.ontario-step-indicator p {
  max-width: 48rem;
}
.ontario-textarea {
  display: block;
  width: 100%;
  min-height: 144px;
  margin: 0 0 1.5rem;
  white-space: pre-wrap;
}
.ontario-input:focus,
.ontario-input:active {
  box-shadow: 0 0 0 4px #009adb;
  outline: 4px solid transparent;
  transition: box-shadow 0.1s ease-in-out;
}
.ontario-input {
  border: 2px solid #1a1a1a;
  border-radius: 4px;
  box-sizing: border-box;
  color: #1a1a1a;
  display: block;
  font-size: 1rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin: 0 0 2.5rem;
  max-width: 48rem;
  width: 100%;
  padding: 0.625rem 1rem;
  transition: box-shadow 0.1s ease-in-out;
}
.ontario-input--2-char-width {
  max-width: 8ex;
  max-width: 8ex;
}
.ontario-input--3-char-width {
  max-width: 10ex;
  min-width: 10ex;
}
.ontario-input--4-char-width {
  max-width: 12ex;
  min-width: 12ex;
}
.ontario-input--5-char-width {
  max-width: 14ex;
  min-width: 14ex;
}
.ontario-input--7-char-width {
  max-width: 17ex;
  min-width: 17ex;
}
.ontario-input--10-char-width {
  max-width: 23ex;
  min-width: 23ex;
}
.ontario-input--20-char-width {
  max-width: 41ex;
  min-width: 41ex;
}
.ontario-form-group:last-of-type {
  margin-bottom: 3rem;
}
.ontario-date__group {
  display: flex;
}
.ontario-date__group label {
  font-weight: 600;
}
.ontario-date__group input {
  margin-top: 1rem;
}
.ontario-date__group-input {
  display: flex;
  flex-direction: column;
  margin-right: 1.5rem;
}
.ontario-date--error input {
  border: 0.125rem solid #cd0000;
}
.ontario-application-subheader__heading {
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  margin-bottom: 1rem;
  font-feature-settings: normal;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.ontario-application-subheader__heading {
  font-size: 1.25rem;
  letter-spacing: 0.03rem;
  line-height: 1.5;
  margin: 0 0 0.75rem 0;
}
@media screen and (min-width: 40em) {
  .ontario-application-subheader__heading {
    font-size: 1.5rem;
    letter-spacing: 0.0313rem;
    line-height: 1.5;
  }
}
.ontario-header.ontario-application-header {
  height: 3.125rem;
  z-index: 5;
}
.ontario-application-header__logo,
.ontario-application-header__logo a,
.ontario-application-header__lang-toggle,
.ontario-application-subheader__container,
.ontario-application-subheader__menu-container,
.ontario-application-subheader__menu {
  display: flex;
}
.ontario-application-header__logo img {
  width: 100px;
  height: 25px;
}
.ontario-application-header__lang-toggle {
  justify-content: flex-end;
}
.ontario-application-header__lang-toggle a {
  font-size: 1rem;
  line-height: 1.375rem;
  height: auto;
  padding: 0.5rem 0.75rem;
}
.ontario-application-subheader {
  padding: calc(0.5rem + 0.75rem) 0;
  background-color: #404040;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 73em) {
  .ontario-application-subheader {
    z-index: 0;
  }
}
.ontario-application-subheader > .ontario-row {
  position: relative;
}
.ontario-application-subheader .ontario-header-button {
  visibility: visible;
}
.ontario-application-subheader .ontario-header-button {
  background-color: #4d4d4d;
}
.ontario-application-subheader .ontario-header-button .ontario-icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0;
}
.ontario-application-subheader .ontario-header-button:hover {
  background-color: #666;
}
.ontario-application-subheader .ontario-header-button:active {
  background-color: #1a1a1a;
}
.ontario-application-subheader__heading {
  margin-bottom: 0;
  max-width: 65%;
}
.ontario-application-subheader__heading a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.ontario-application-subheader__heading a:hover,
.ontario-application-subheader__heading a:active,
.ontario-application-subheader__heading a:visited {
  color: #fff;
  text-decoration: underline;
}
.ontario-application-subheader__container {
  align-items: center;
  justify-content: space-between;
}
.ontario-application-subheader__menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  align-items: center;
}
.ontario-application-subheader__menu li {
  padding: 0;
  margin-left: 1rem;
}
.ontario-application-subheader__menu a {
  border-radius: 4px;
  color: #fff;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  height: 48px;
  line-height: 1.4375rem;
  padding: 0.75rem;
  text-decoration: none;
  white-space: nowrap;
}
.ontario-application-subheader__menu a.ontario-link--active {
  border-radius: 4px 4px 0 0;
  border-bottom: 4px solid #fff;
}
.ontario-application-subheader__menu a:hover {
  background-color: #666;
}
.ontario-application-subheader__menu a:active {
  background-color: #1a1a1a;
}
.ontario-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ontario-navigation--open .ontario-navigation .ontario-header-button {
  visibility: visible;
}
.ontario-navigation--open
  .ontario-application-subheader
  .ontario-header-button {
  visibility: hidden;
}
@media screen and (max-width: 73em) {
  .ontario-navigation--open .ontario-application-subheader-menu__container {
    position: relative;
    z-index: 3;
  }
}
.ontario-navigation--open .ontario-overlay {
  display: block;
}
@media screen and (min-width: 73em) {
  .ontario-navigation--open .ontario-overlay {
    display: none;
  }
}
.ontario-header-button:focus {
  box-shadow: 0 0 0 4px #009adb;
  outline: 4px solid transparent;
  transition: box-shadow 0.1s ease-in-out;
}
.ontario-header {
  position: relative;
  background-color: #1a1a1a;
  color: #fff;
  display: flex;
  align-items: center;
  height: 5.75rem;
}
.ontario-header .ontario-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ontario-header svg {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0;
}
.ontario-header__logo-container {
  height: 46px;
}
.ontario-header__logo-container a {
  display: inline-block;
  height: 100%;
}
.ontario-header__logo-container a:focus {
  box-shadow: 0 0 0 4px #009adb;
}
.ontario-header__search-container {
  position: relative;
  display: none;
}
@media screen and (min-width: 73em) {
  .ontario-header__search-container {
    display: flex;
  }
}
@media screen and (min-width: 40em) {
  .ontario-header__search-container {
    padding-right: 1rem;
  }
}
.ontario-header__search-input.ontario-input {
  border-width: 0;
  margin-bottom: 0;
  height: 48px;
  padding-left: 0.75rem;
  padding-right: 7.2rem;
}
.ontario-header__search-input.ontario-input:invalid + input[type="reset"] {
  display: none;
}
.ontario-header__search-input.ontario-input:focus
  ~ .ontario-header__search-submit {
  background-color: #06c;
  color: #fff;
}
.ontario-header__search-input.ontario-input:focus
  ~ .ontario-header__search-submit:hover {
  background-color: #00478f;
  color: #fff;
}
.ontario-header__search-input.ontario-input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.ontario-header__search-input.ontario-input:invalid:focus {
  box-shadow: 0 0 0 4px #009adb;
  -moz-box-shadow: none;
}
.ontario-header__search-input.ontario-input:invalid:not(:focus) {
  box-shadow: none;
  -moz-box-shadow: none;
}
@media screen and (min-width: 40em) and (max-width: 73em) {
  .ontario-header__search-input.ontario-input {
    padding-left: 1rem;
    padding-right: 6.4rem;
  }
}
.ontario-header__search-submit {
  border: 0;
  border-radius: 0 3px 3px 0;
  background-color: #f2f2f2;
  color: #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  height: 100%;
  line-height: 1.56;
  position: absolute;
  right: 1rem;
  top: 0;
  cursor: pointer;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.ontario-header__search-submit:hover {
  background-color: #00478f;
  color: #fff;
}
.ontario-header__search-submit:focus {
  outline: none;
  box-shadow: 0 0 0 4px #009adb;
  background-color: #00478f;
  color: #fff;
}
.ontario-header__search-submit:active {
  background-color: #002142;
  color: #fff;
}
.ontario-header__search-submit svg {
  margin-right: 0;
}
input[type="reset"].ontario-header__search-reset {
  position: absolute;
  display: flex;
  align-items: center;
  top: 11px;
  right: 80px;
  height: 28px;
  width: 28px;
  color: #000;
  margin: 0;
  padding: 0.5rem;
  background-image: url('ontario-icons-close.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
input[type="reset"].ontario-header__search-reset:focus {
  box-shadow: 0 0 0 4px #009adb;
}
.ontario-header__nav-right-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ontario-header-button {
  background-color: #1a1a1a;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 48px;
  line-height: 1.5555555556;
  text-align: center;
  text-decoration: none;
}
.ontario-header-button:hover,
.ontario-header-button:focus,
.ontario-header-button:visited {
  color: #fff;
}
.ontario-header-button--with-outline,
.ontario-header-button--without-outline {
  background-color: #1a1a1a;
  color: #fff;
}
.ontario-header-button--with-outline:hover,
.ontario-header-button--without-outline:hover {
  background-color: #4d4d4d;
}
.ontario-header-button--with-outline:active,
.ontario-header-button--without-outline:active {
  background-color: #666;
}
.ontario-header-button--with-outline:focus,
.ontario-header-button--without-outline:focus {
  background-color: #4d4d4d;
}
.ontario-header-button--with-outline {
  border: 2px solid #fff;
  margin: 0 0 0 1rem;
  padding: calc(0.75rem / 2) 1rem;
}
.ontario-header-button--with-outline:hover {
  border: 2px solid #fff;
  color: #fff;
}
.ontario-header-button--with-outline:focus {
  background-color: #4d4d4d;
}
.ontario-header-button--without-outline:focus {
  background-color: #4d4d4d;
}
.ontario-header__language-toggler {
  padding: 0.75rem;
}
.ontario-header__language-toggler abbr[title] {
  text-decoration: none;
}
.ontario-header-button:focus {
  box-shadow: 0 0 0 4px #009adb;
  outline: 4px solid transparent;
  transition: box-shadow 0.1s ease-in-out;
}
.ontario-header {
  position: relative;
  overflow: hidden;
  z-index: 5;
  background-color: #1a1a1a;
  color: #fff;
  display: flex;
  align-items: center;
  height: 5.75rem;
}
.ontario-header .ontario-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ontario-header svg {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0;
}
.ontario-header__logo-container {
  height: 46px;
}
.ontario-header__logo-container a {
  display: inline-block;
  height: 100%;
}
.ontario-header__logo-container a:focus {
  box-shadow: 0 0 0 4px #009adb;
}
.ontario-header__logo-container img {
  width: 45px;
  height: 46px;
}
@media screen and (min-width: 40em) {
  .ontario-header__logo-container img {
    width: 180px;
    height: 46px;
  }
}
.ontario-header__search-container {
  position: relative;
  display: none;
}
@media screen and (min-width: 73em) {
  .ontario-header__search-container {
    display: flex;
  }
}
@media screen and (min-width: 40em) {
  .ontario-header__search-container {
    padding-right: 1rem;
  }
}
.ontario-header__search-input.ontario-input {
  border-width: 0;
  margin-bottom: 0;
  height: 48px;
  padding-left: 0.75rem;
  padding-right: 7.2rem;
}
.ontario-header__search-input.ontario-input:invalid + input[type="reset"] {
  display: none;
}
.ontario-header__search-input.ontario-input:focus
  ~ .ontario-header__search-submit {
  background-color: #06c;
  color: #fff;
}
.ontario-header__search-input.ontario-input:focus
  ~ .ontario-header__search-submit:hover {
  background-color: #00478f;
  color: #fff;
}
.ontario-header__search-input.ontario-input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.ontario-header__search-input.ontario-input:invalid:focus {
  box-shadow: 0 0 0 4px #009adb;
  -moz-box-shadow: none;
}
.ontario-header__search-input.ontario-input:invalid:not(:focus) {
  box-shadow: none;
  -moz-box-shadow: none;
}
@media screen and (min-width: 40em) and (max-width: 73em) {
  .ontario-header__search-input.ontario-input {
    padding-left: 1rem;
    padding-right: 6.4rem;
  }
}
.ontario-header__search-submit {
  border: 0;
  border-radius: 0 3px 3px 0;
  background-color: #f2f2f2;
  color: #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  height: 100%;
  line-height: 1.56;
  position: absolute;
  right: 1rem;
  top: 0;
  cursor: pointer;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.ontario-header__search-submit:hover {
  background-color: #00478f;
  color: #fff;
}
.ontario-header__search-submit:focus {
  outline: none;
  box-shadow: 0 0 0 4px #009adb;
  background-color: #00478f;
  color: #fff;
}
.ontario-header__search-submit:active {
  background-color: #002142;
  color: #fff;
}
.ontario-header__search-submit svg {
  margin-right: 0;
}
input[type="reset"].ontario-header__search-reset {
  position: absolute;
  display: flex;
  align-items: center;
  top: 11px;
  right: 80px;
  height: 28px;
  width: 28px;
  color: #000;
  margin: 0;
  padding: 0.5rem;
  background-image: url('ontario-icons-close.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
input[type="reset"].ontario-header__search-reset:focus {
  box-shadow: 0 0 0 4px #009adb;
}
.ontario-header__nav-right-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ontario-header-button {
  background-color: #1a1a1a;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 48px;
  line-height: 1.5555555556;
  text-align: center;
  text-decoration: none;
}
.ontario-header-button:hover,
.ontario-header-button:focus,
.ontario-header-button:visited {
  color: #fff;
}
.ontario-header-button--with-outline,
.ontario-header-button--without-outline {
  background-color: #1a1a1a;
  color: #fff;
}
.ontario-header-button--with-outline:hover,
.ontario-header-button--without-outline:hover {
  background-color: #4d4d4d;
}
.ontario-header-button--with-outline:active,
.ontario-header-button--without-outline:active {
  background-color: #666;
}
.ontario-header-button--with-outline:focus,
.ontario-header-button--without-outline:focus {
  background-color: #4d4d4d;
}
.ontario-header-button--with-outline {
  border: 2px solid #fff;
  margin: 0 0 0 1rem;
  padding: 0.375rem 1rem;
}
.ontario-header-button--with-outline:hover {
  border: 2px solid #fff;
  color: #fff;
}
.ontario-header-button--with-outline:focus {
  background-color: #4d4d4d;
}
@media screen and (max-width: 20em) {
  .ontario-header-button--with-outline {
    padding: calc(0.75rem / 2);
  }
}
.ontario-header-button--without-outline:focus {
  background-color: #4d4d4d;
}
.ontario-header__menu-toggler {
  padding: 0.375rem 1rem;
}
@media screen and (max-width: 20em) {
  .ontario-header__menu-toggler {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.ontario-header__menu-toggler span {
  display: flex;
}
@media screen and (max-width: 20em) {
  .ontario-header__menu-toggler span {
    display: none;
  }
}
.ontario-header__menu-toggler svg {
  margin-right: 6px;
}
@media screen and (max-width: 20em) {
  .ontario-header__menu-toggler svg {
    margin-right: 0;
  }
}
.ontario-header__language-toggler {
  padding: 0.75rem;
}
.ontario-header__language-toggler abbr[title] {
  text-decoration: none;
}
.ontario-header__search-toggler {
  padding: 0.5rem 0.75rem;
  margin-left: 1rem;
}
@media screen and (min-width: 40em) {
  .ontario-header__search-toggler svg {
    margin-right: 4px;
  }
}
.ontario-header__search-close {
  flex-direction: column-reverse;
  font-weight: 400;
  margin-right: 1rem;
  padding: 0.15rem 0.25rem;
  position: relative;
  height: 60px;
  display: none;
}
.ontario-header__search-close span {
  position: relative;
  top: -3px;
  font-size: 1rem;
  margin-left: 0;
}
@media screen and (min-width: 39.9375em) {
  .ontario-header__search-close span {
    margin-right: 4px;
  }
}
.ontario-header__search-close span:hover,
.ontario-header__search-close span:focus {
  outline: none;
  text-decoration: none;
}
.ontario-header__search-close svg {
  top: 0;
}
@media screen and (min-width: 40em) {
  .ontario-header__search-close {
    flex-direction: row;
    padding: 0.25rem 0.5rem 0.25rem 1rem;
    height: 48px;
  }
  .ontario-header__search-close span {
    top: 0;
  }
  .ontario-header__search-close svg {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 73em) {
  .ontario-header--search-open .ontario-header__search-close {
    display: none;
  }
}
.ontario-header__search-close-container {
  display: none;
  justify-content: flex-end;
  padding-right: 0;
}
@media screen and (max-width: 40em) {
  .ontario-header__search-close-container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 73em) {
  .ontario-header--search-open .ontario-header__logo-container,
  .ontario-header--search-open .ontario-header__nav-right-container {
    display: none;
  }
  .ontario-header--search-open .ontario-header__search-close-container,
  .ontario-header--search-open .ontario-header__search-container,
  .ontario-header--search-open .ontario-header__search-close {
    display: flex;
  }
}
.ontario-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ontario-navigation--open .ontario-overlay {
  display: block;
}
@media screen and (min-width: 73em) {
  .ontario-navigation--open .ontario-overlay {
    display: none;
  }
}
.ontario-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 2px;
}
.ontario-back-to-top--default {
  position: fixed;
  bottom: 5%;
  right: 2%;
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  background: #e6e6e6;
  border: 0.125rem solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.6);
  color: #1a1a1a;
  line-height: 1.25rem;
  font-size: 1rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  z-index: 10000;
  cursor: pointer;
}
.ontario-back-to-top--default svg.ontario-icon {
  margin: 0.125rem 0.5rem 0 0;
  width: 2rem;
  height: 2rem;
}
.ontario-back-to-top--default:hover {
  background-color: #ccc;
}
.ontario-back-to-top--default:focus {
  background-color: #e6e6e6;
  box-shadow: 0 0 0 0.25rem #009adb,
    0 0.1875rem 0.3125rem 0.1875rem rgba(0, 0, 0, 0.6);
  outline: 0.25rem solid transparent;
  transition: 0.1s ease-in-out;
}
.ontario-back-to-top--default:active {
  background-color: #b2b2b2;
  box-shadow: 0 0 0 0.25rem #009adb,
    0 0.3125rem 0.4375rem 0.1875rem rgba(0, 0, 0, 0.6);
  outline: 0.25rem solid transparent;
  transition: background-color 0s, box-shadow 0.1s ease-in-out;
}
.ontario-back-to-top--default:visited {
  color: #fff;
}
@media screen and (max-width: 73em) {
  .ontario-back-to-top--default {
    flex-direction: column;
    height: 4.75rem;
    padding: 0.375rem 0.75rem 0.5625rem 0.75rem;
  }
  .ontario-back-to-top--default svg.ontario-icon {
    margin: 0.0625rem 0 0.25rem 0;
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 40em) {
  .ontario-back-to-top--default {
    display: block;
    padding: 0.5rem;
    font-size: 0;
    width: 3rem;
    height: 3rem;
  }
  .ontario-back-to-top--default svg.ontario-icon {
    margin: 0;
  }
}
.active {
  visibility: visible;
  opacity: 1;
}
.ontario-tag {
  border: none;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: none;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 500;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-style: normal;
  padding: 0px 12px;
  text-align: center;
  text-decoration: none;
  background: #ccc;
  color: #1a1a1a;
}
@media screen and (min-width: 40em) {
  .ontario-tag {
    font-size: 0.875rem;
  }
}
.ontario-tag--lime {
  background: #8dc63f;
}
.ontario-tag--gold {
  background: #cba52e;
}
.ontario-tag--yellow {
  background: #fcaf17;
}
.ontario-tag--taupe {
  background: #c1b28f;
}
.ontario-navigation a:focus,
.ontario-navigation a:active {
  box-shadow: 0 0 0 4px #009adb;
  outline: 4px solid transparent;
  transition: box-shadow 0.1s ease-in-out;
}
.ontario-navigation {
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 73em) {
  .ontario-navigation {
    position: relative;
    max-width: 72rem;
    width: auto;
    margin: 0 auto;
  }
}
.ontario-navigation .ontario-header-button {
  visibility: hidden;
  position: absolute;
  right: 1rem;
  z-index: 6;
}
.ontario-navigation__container {
  background: #fff;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out, visibility 0.1s ease;
  width: 100%;
  visibility: hidden;
  z-index: 4;
}
@media screen and (min-width: 73em) {
  .ontario-navigation__container {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    display: none;
    position: absolute;
    right: 1rem;
    top: calc(100% - 0.5rem);
    transition: none;
    min-width: 290px;
    max-width: 30%;
    z-index: 5;
  }
}
.ontario-header + .ontario-navigation .ontario-header-button {
  top: -4.35rem;
}
.ontario-application-header
  + .ontario-application-subheader-menu__container
  .ontario-header-button {
  top: calc(-4rem + -0.25rem);
}
.ontario-navigation.ontario-navigation--open .ontario-navigation__container {
  visibility: visible;
  transform: translateY(0);
  transition: transform 0.4s ease-in-out;
}
@media screen and (min-width: 73em) {
  .ontario-navigation.ontario-navigation--open .ontario-navigation__container {
    transition: none;
    display: block;
  }
}
.ontario-navigation ul {
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 73em) {
  .ontario-navigation ul {
    border-bottom: none;
  }
}
.ontario-navigation li {
  border-top: 1px solid #ccc;
  padding: 0;
}
.ontario-navigation li:last-of-type {
  border-bottom: 1px solid #ccc;
}
.ontario-navigation a {
  color: #1a1a1a;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  padding: calc(0.75rem - (0.25rem / 3.25)) 1.5rem;
}
.ontario-navigation a:hover {
  text-decoration: underline;
  background-color: #e6e6e6;
}
.ontario-navigation a:active {
  text-decoration: underline;
  background-color: #ccc;
}
.ontario-navigation a:focus,
.ontario-navigation a:active {
  box-shadow: 0 0 0 4px #009adb inset;
}
.ontario-navigation a.ontario-link--active {
  border-left: 6px solid #1a1a1a;
  background-color: #f2f2f2;
}
@media screen and (max-width: 73em) {
  .ontario-navigation a {
    padding: calc(0.75rem - (0.25rem / 3.25)) 2rem;
  }
}
.ontario-navigation .ontario-header-button {
  background-color: #4d4d4d;
}
.ontario-navigation .ontario-header-button .ontario-icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0;
}
.ontario-navigation .ontario-header-button:hover {
  background-color: #666;
}
.ontario-navigation .ontario-header-button:active {
  background-color: #1a1a1a;
}
.ontario-accordion__button {
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  margin-bottom: 1rem;
  font-feature-settings: normal;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}
.ontario-accordion__button {
  font-size: 1.25rem;
  letter-spacing: 0.03rem;
  line-height: 1.5;
  margin: 0 0 0.75rem 0;
}
@media screen and (min-width: 40em) {
  .ontario-accordion__button {
    font-size: 1.5rem;
    letter-spacing: 0.0313rem;
    line-height: 1.5;
  }
}
.ontario-accordion__button:focus,
.ontario-accordion__button--expand-all:focus {
  box-shadow: 0 0 0 4px #009adb;
  outline: 4px solid transparent;
  transition: box-shadow 0.1s ease-in-out;
}
.ontario-accordions__container {
  max-width: 48rem;
  width: 100%;
}
.ontario-accordion {
  border-top: 2px solid #ccc;
}
.ontario-accordion:last-of-type {
  border-bottom: 2px solid #ccc;
}
.ontario-accordion__controls {
  display: flex;
  justify-content: flex-end;
}
.ontario-accordion__button,
.ontario-accordion__button--expand-all {
  background: none;
  border: 0;
  box-sizing: border-box;
}
.ontario-accordion__button--expand-all {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #06c;
  cursor: pointer;
}
.ontario-accordion__button--expand-all:focus,
.ontario-accordion__button--expand-all:hover {
  color: #00478f;
  text-decoration: underline;
}
.ontario-accordion__button--expand-all:active {
  color: #002142;
  text-decoration: underline;
}
.ontario-accordion--expand-close-all {
  display: none;
}
.ontario-accordion__controls--active .ontario-accordion--expand-close-all {
  display: block;
}
.ontario-accordion__controls--active .ontario-accordion--expand-open-all {
  display: none;
}
.ontario-accordion__button {
  display: flex;
  align-items: flex-start;
  color: #06c;
  cursor: pointer;
  padding: 0.75rem 0.5rem;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}
.ontario-accordion__button .ontario-accordion__button-icon--close,
.ontario-accordion__button .ontario-accordion__button-icon--open {
  margin-right: 0.5rem;
}
.ontario-accordion__button .ontario-icon {
  width: 1.75rem;
  height: 1.75rem;
}
.ontario-accordion__button:focus,
.ontario-accordion__button:hover {
  background-color: #f2f2f2;
  color: #00478f;
}
.ontario-accordion__button:focus {
  box-shadow: 0 0 0 4px #009adb inset;
}
.ontario-accordion__button:active {
  color: #002142;
}
.ontario-accordion__content {
  display: none;
  padding: 0.75rem 0.75rem 2rem 0.75rem;
  margin-left: 0;
}
@media screen and (min-width: 40em) {
  .ontario-accordion__content {
    margin-left: 2rem;
  }
}
.ontario-accordion__content * {
  margin-top: 0;
  max-width: 48rem;
  width: 100%;
}
.ontario-accordion__content ul,
.ontario-accordion__content ol {
  max-width: calc(100% - 3rem);
}
.ontario-accordion__content > :last-child {
  margin-bottom: 0;
}
.ontario-expander--active .ontario-accordion__content,
.ontario-expander--active .ontario-accordion__button-icon--close {
  display: block;
}
.ontario-expander--active .ontario-accordion__button-icon--open {
  display: none;
}
.ontario-accordion__button-icon--close {
  display: none;
}
.ontario-button:focus,
.ontario-button:active {
  box-shadow: 0 0 0 4px #009adb;
  outline: 4px solid transparent;
  transition: box-shadow 0.1s ease-in-out;
}
.ontario-button {
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
  display: inline-block;
  font-size: 1.125rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.5555555556;
  margin: 0 calc(1rem + 0.75rem) 1.5rem 0;
  min-width: 10rem;
  padding: 0.625rem 1.5rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 40em) {
  .ontario-button {
    margin-right: 0;
    display: block;
    width: 100%;
  }
}
.ontario-button .ontario-icon {
  margin-right: 4px;
}
.ontario-button--primary {
  background-color: #06c;
  color: #fff;
}
.ontario-button--primary:hover {
  background-color: #00478f;
  color: #fff;
}
.ontario-button--primary:focus {
  background-color: #00478f;
  color: #fff;
  transition: background-color 0.2s ease-out, box-shadow 0.1s ease-in-out;
}
.ontario-button--primary:active {
  background-color: #002142;
  color: #fff;
  transition: background-color 0s, box-shadow 0.1s ease-in-out;
}
.ontario-button--primary:visited {
  color: #fff;
}
.ontario-button--secondary {
  background-color: #fff;
  border: 2px solid #06c;
  color: #06c;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ontario-button--secondary:hover {
  background-color: #e0f0ff;
  border-color: #00478f;
  color: #00478f;
}
.ontario-button--secondary:focus {
  background-color: #e0f0ff;
  border-color: #00478f;
  color: #00478f;
  transition: background-color 0.2s ease-out, box-shadow 0.1s ease-in-out;
}
.ontario-button--secondary:active {
  background-color: #c2e0ff;
  border-color: #002142;
  color: #002142;
  transition: background-color 0s, box-shadow 0.1s ease-in-out;
}
.ontario-button--secondary:visited {
  color: #06c;
}
.ontario-button--tertiary {
  background-color: transparent;
  color: #06c;
  text-decoration: underline;
}
.ontario-button--tertiary:hover {
  background-color: #e8e8e8;
  color: #00478f;
  text-decoration: underline;
}
.ontario-button--tertiary:focus {
  background-color: #e8e8e8;
  color: #00478f;
  text-decoration: underline;
  transition: background-color 0.2s ease-out, box-shadow 0.1s ease-in-out;
}
.ontario-button--tertiary:active {
  background-color: #d1d1d1;
  color: #002142;
  text-decoration: underline;
  transition: background-color 0s, box-shadow 0.1s ease-in-out;
}
.ontario-button--tertiary:visited {
  color: #06c;
}
caption {
  background-color: #0000001a;
  padding: 1.125rem 1rem 1.125rem 1.5rem;
  text-align: left;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 2.1875rem;
  display: table-caption;
}
@media screen and (max-width: 40em) {
  caption {
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-left: 1rem;
  }
}
.ontario-table-container {
  position: relative;
  margin: 0.5rem 0 2.5rem 0;
}
.ontario-table-container
  table:not(.ontario-table--no-zebra-stripes)
  tbody
  tr:first-child:nth-last-child(n + 6):nth-child(even),
.ontario-table-container
  table:not(.ontario-table--no-zebra-stripes)
  tbody
  tr:first-child:nth-last-child(n + 6)
  ~ tr:nth-child(even) {
  background-color: #0000000d;
}
.ontario-table-div {
  overflow-x: auto;
  background: linear-gradient(to right, #ffffff 30%, rgba(255, 255, 255, 0)),
    linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 70%) 0 100%,
    linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(252, 0, 0, 0) 100.01%),
    linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(252, 0, 0, 0) 100.01%);
  background-repeat: no-repeat;
  background-size: 2.5rem 100%, 2.5rem 100%, 0.875rem 100%, 0.875rem 100%;
  background-position: 0 0, 100%, 0 0, 100%;
  background-attachment: local, local, scroll, scroll;
}
@media screen and (max-width: 40em) {
  .ontario-table-div {
    overflow-x: scroll;
  }
}
.ontario-table-scroll--wrapper {
  height: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  display: block;
}
table {
  border-collapse: collapse;
  font-size: 1.0625rem;
  display: table;
  line-height: 1.625rem;
  font-weight: normal;
}
table.ontario-table--full-container-width {
  display: table;
  width: 100% !important;
}
@media screen and (max-width: 40em) {
  table {
    font-size: 1rem;
  }
}
table.ontario-table--condensed td {
  padding: 0.75rem 1rem 0.75rem 1.5rem;
  text-align: left;
}
table.ontario-table--condensed td.ontario-table-cell--numeric {
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  font-size: 1.0625rem;
  text-align: right;
}
table.ontario-table--condensed tbody th,
table.ontario-table--condensed tfoot th {
  padding: 0.75rem 1rem 0.75rem 1.5rem;
}
table.ontario-table--condensed
  tr.ontario-table-row--highlight
  th
  img.ontario-table--highlight-indicator {
  top: 1.0625rem;
}
table.ontario-table--condensed tr.ontario-table-row--subtotal th,
table.ontario-table--condensed tr.ontario-table-row--subtotal td,
table.ontario-table--condensed tfoot tr th,
table.ontario-table--condensed tfoot tr td {
  padding: 1rem 1rem 1rem 1.5rem;
}
table.ontario-table--condensed
  tr.ontario-table-row--subtotal
  td.ontario-table-cell--numeric,
table.ontario-table--condensed tfoot tr td.ontario-table-cell--numeric {
  text-align: right;
  padding: 1rem 1.5rem 1rem 1rem;
}
@media screen and (max-width: 40em) {
  table.ontario-table--condensed td {
    padding: 0.75rem 0.5rem 0.75rem 1rem;
    font-size: 1rem;
  }
  table.ontario-table--condensed td.ontario-table-cell--numeric {
    padding: 0.75rem 1rem 0.75rem 0.5rem;
  }
  table.ontario-table--condensed tbody th {
    padding: 0.75rem 0.5rem 0.75rem 1rem;
  }
  table.ontario-table--condensed tr.ontario-table-row--subtotal th,
  table.ontario-table--condensed tr.ontario-table-row--subtotal td,
  table.ontario-table--condensed tfoot tr th,
  table.ontario-table--condensed tfoot tr td {
    padding: 1rem 0.5rem 1rem 1rem;
  }
  table.ontario-table--condensed
    tr.ontario-table-row--subtotal
    td.ontario-table-cell--numeric,
  table.ontario-table--condensed tfoot tr td.ontario-table-cell--numeric {
    text-align: right;
    padding: 1rem 1rem 1rem 0.5rem;
  }
}
tbody {
  font-size: 1rem;
  vertical-align: text-top;
}
tbody tr {
  border: solid;
  border-width: 0.0625rem 0;
  border-color: #0000004d;
}
tbody tr:last-child {
  border-width: 0.1875rem 0;
  border-top-width: 0;
  border-color: #1a1a1a;
}
tbody tr.ontario-table-row--highlight {
  background-color: #e191003c !important;
}
tbody tr.ontario-table-row--highlight th {
  padding-left: 1.5rem;
  display: flex;
  position: relative;
}
tbody
  tr.ontario-table-row--highlight
  th
  img.ontario-table--highlight-indicator {
  width: 0.5rem;
  position: absolute;
  top: 1.5rem;
  left: 0;
}
thead {
  border: solid;
  border-width: 0.1875rem 0;
  border-color: #1a1a1a;
  vertical-align: text-top;
}
thead th {
  text-align: left;
  padding: 1.75rem 1rem 1.75rem 1.5rem;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 40em) {
  thead th {
    font-size: 1rem;
    line-height: 1.3125rem;
    padding: 1.53125rem 0.5rem 1.53125rem 1rem;
  }
}
thead th.ontario-table-cell--numeric {
  padding: 1.75rem 1.5rem 1.75rem 1rem;
  text-align: right;
}
@media screen and (max-width: 40em) {
  thead th.ontario-table-cell--numeric {
    padding: 1.53125rem 1rem 1.53125rem 0.5rem;
  }
}
td.ontario-table-cell--numeric strong {
  font-family: "Courier Prime", Courier, "Courier New", monospace;
}
.ontario-table-header--column-span-1 {
  min-width: 8.33333vw;
}
.ontario-table-header--column-span-2 {
  min-width: 16.66666vw;
}
.ontario-table-header--column-span-3 {
  min-width: 25vw;
}
.ontario-table-header--column-span-4 {
  min-width: 33.33333vw;
}
.ontario-table-header--column-span-5 {
  min-width: 41.66666vw;
}
.ontario-table-header--column-span-6 {
  min-width: 50vw;
}
.ontario-table-header--column-span-7 {
  min-width: 58.33333vw;
}
.ontario-table-header--column-span-8 {
  min-width: 66.66666vw;
}
.ontario-table-header--column-span-9 {
  min-width: 75vw;
}
.ontario-table-header--column-span-10 {
  min-width: 83.33333vw;
}
.ontario-table-header--column-span-11 {
  min-width: 91.66666vw;
}
.ontario-table-header--column-span-12 {
  min-width: 100vw;
}
tbody th,
tfoot th {
  padding: 1.1875rem 1rem 1.1875rem 1.5rem;
  text-align: left;
  letter-spacing: 0.025rem;
  font-weight: bold;
}
@media screen and (max-width: 40em) {
  tbody th,
  tfoot th {
    font-size: 1rem;
    line-height: 1.625rem;
    padding: 1.1875rem 0.5rem 1.1875rem 1rem;
  }
}
td {
  padding: 1.1875rem 1rem 1.1875rem 1.5rem;
  text-align: left;
  letter-spacing: 0.025rem;
}
td img {
  vertical-align: top;
}
@media screen and (max-width: 40em) {
  td img {
    max-width: none !important;
  }
}
td.ontario-table-cell--numeric {
  padding: 1.1875rem 1.5rem 1.1875rem 1rem;
  text-align: right;
  font-family: "Courier Prime", Courier, "Courier New", monospace;
  font-size: 1.0625rem;
}
tr.ontario-table-row--subtotal,
tfoot tr {
  border: solid;
  border-width: 0.1875rem 0;
  font-size: 1rem;
  border-color: #1a1a1a;
}
tr.ontario-table-row--subtotal td,
tfoot tr td {
  font-weight: bold;
  padding: 1.4375rem 1rem 1.4375rem 1.5rem;
}
tbody tr.ontario-table-row--subtotal th {
  padding: 1.4375rem 1rem 1.4375rem 1.5rem;
}
tfoot {
  vertical-align: text-top;
}
tfoot th {
  padding: 1.4375rem 1rem 1.4375rem 1.5rem;
}
tr.ontario-table-row--subtotal {
  background-color: #007b9e1d !important;
}
tfoot tr {
  background-color: #0077a056 !important;
}
.flex {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  align-content: flex-start;
  width: 100%;
  margin-bottom: 1rem;
}
app-calculator-name, mat-tab-header, .mat-tab-header,
mat-tab-header.mat-tab-header, div#calculatorHeader, section#calculatorHeader, article#calculatorHeader {
  position: sticky !important;
  top: 0;
  display: block;
}
#gradient, #gradient-print {
  height: 1.2em;
  background-image: linear-gradient(to right, #008000, #ffff00, #f06d06, #FF0000);
  width: 100%;
  max-width: 98.5%;
  margin: 0 auto;
}
body h2.h2, body h3.h3, body h4.h4, body h5.h5, body h6.h6, body h1.h1 {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-weight: 500;
  width: 100%;
  line-height: 1;
  color: #1A1A1A;
  align-self: center;
}
body h2.h2--underlined-heading, body h3.h3--underlined-heading, body h4.h4--underlined-heading, body h5.h5--underlined-heading, body h6.h6--underlined-heading {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid #CCCCCC;
  padding-bottom: 0.1rem;
}
.flex.flex--cols-none > .flex-child.flex-child--flex-placeholder::before, mat-expansion-panel-header.flex::before, mat-expansion-panel-header.mat-expansion-panel-header.flex::before, .mat-expansion-panel-header.flex::before, mat-divider::before, .yellow-tooltip-icon::before, .flag-level-7::before, .flag-level-6::before, .flag-level-5::before, .flag-level-4::before, .flag-level-3::before, .flag-level-2::before, .flag-level-1::before, .tooltip-icon::before, .bold-font::before, .screenLayout::before, .section-divider::before, .text-right::before, .text-left::before, .text-center::before, .bg-dark-gray::before, .bg-gray::before, .green-icon::before, .red-icon::before, .profile-warning::before, .pull-left::before, .pull-right::before, .left-border-section::before, .break-spaces::before, .font-weight-500::before, .font-weight-bold::before {
  font-family: inherit;
  font-size: 1rem;
  color: #CD0000;
  border: 0.1rem solid #CD0000;
  background-color: #FFFFFF;
  display: block;
  max-width: 360px;
  width: 100vw;
  z-index: 1000;
  position: relative;
  padding: 1rem;
  white-space: normal;
  box-shadow: 0 0 1rem #CD0000;
  border-radius: 1rem;
  visibility: visible;
}
.mat-checkbox.mat-checkbox-disabled, mat-form-field.mat-form-field-disabled,
.mat-form-field.mat-form-field-disabled,
mat-form-field.mat-form-field.mat-form-field-disabled, button.button.button--blue-primary:disabled, button.button.button--blue-primary[aria-disabled=true], button.button.button--transparent-primary:disabled, button.button.button--transparent-primary[aria-disabled=true], button.button.button--white-tertiary:disabled, button.button.button--white-tertiary[aria-disabled=true], button.button.button--black-tertiary:disabled, button.button.button--black-tertiary[aria-disabled=true], button.button.button--black-secondary:disabled, button.button.button--black-secondary[aria-disabled=true], button.button.button--black-primary:disabled, button.button.button--black-primary[aria-disabled=true], button.button.button--red-tertiary:disabled, button.button.button--red-tertiary[aria-disabled=true], button.button.button--red-secondary:disabled, button.button.button--red-secondary[aria-disabled=true], button.button.button--red-primary:disabled, button.button.button--red-primary[aria-disabled=true], button.button.button--orange-tertiary:disabled, button.button.button--orange-tertiary[aria-disabled=true], button.button.button--blue-tertiary:disabled, button.button.button--blue-tertiary[aria-disabled=true], button.button.button--yellow-tertiary:disabled, button.button.button--yellow-tertiary[aria-disabled=true], button.button.button--green-tertiary:disabled, button.button.button--green-tertiary[aria-disabled=true], button.button.button--green-secondary:disabled, button.button.button--green-secondary[aria-disabled=true], button.button.button--green-primary:disabled, button.button.button--green-primary[aria-disabled=true] {
  opacity: 0.3;
  cursor: not-allowed;
}
.mat-checkbox.mat-checkbox-disabled *, mat-form-field.mat-form-field-disabled *,
.mat-form-field.mat-form-field-disabled *,
mat-form-field.mat-form-field.mat-form-field-disabled *, button.button.button--blue-primary:disabled *, button.button.button--blue-primary[aria-disabled=true] *, button.button.button--transparent-primary:disabled *, button.button.button--transparent-primary[aria-disabled=true] *, button.button.button--white-tertiary:disabled *, button.button.button--white-tertiary[aria-disabled=true] *, button.button.button--black-tertiary:disabled *, button.button.button--black-tertiary[aria-disabled=true] *, button.button.button--black-secondary:disabled *, button.button.button--black-secondary[aria-disabled=true] *, button.button.button--black-primary:disabled *, button.button.button--black-primary[aria-disabled=true] *, button.button.button--red-tertiary:disabled *, button.button.button--red-tertiary[aria-disabled=true] *, button.button.button--red-secondary:disabled *, button.button.button--red-secondary[aria-disabled=true] *, button.button.button--red-primary:disabled *, button.button.button--red-primary[aria-disabled=true] *, button.button.button--orange-tertiary:disabled *, button.button.button--orange-tertiary[aria-disabled=true] *, button.button.button--blue-tertiary:disabled *, button.button.button--blue-tertiary[aria-disabled=true] *, button.button.button--yellow-tertiary:disabled *, button.button.button--yellow-tertiary[aria-disabled=true] *, button.button.button--green-tertiary:disabled *, button.button.button--green-tertiary[aria-disabled=true] *, button.button.button--green-secondary:disabled *, button.button.button--green-secondary[aria-disabled=true] *, button.button.button--green-primary:disabled *, button.button.button--green-primary[aria-disabled=true] * {
  cursor: not-allowed;
}
.font-weight-bold::before {
  content: "Class 'font-weight-bold' is depreciated; use 'font-weight--bold'";
}
.font-weight-500::before {
  content: "Class 'font-weight-500' is depreciated; use 'font-weight--medium'";
}
.break-spaces::before {
  content: "Class 'break-spaces' is depreciated; please delete";
}
.left-border-section::before {
  content: "Class 'left-border-section' is depreciated; use 'grey-side-bar'";
}
.pull-right::before {
  content: "Class 'pull-right' is depreciated; use 'float--right'";
}
.pull-left::before {
  content: "Class 'pull-left' is depreciated; use 'float--left'";
}
.profile-warning::before {
  content: "Class 'profile-warning' is depreciated; use 'colour--red-primary'";
}
.red-icon::before {
  content: "Class 'red-icon' is depreciated; use 'colour--red-primary'";
}
.green-icon::before {
  content: "Class 'green-icon' is depreciated; use 'colour--green-primary'";
}
.yellow-icon::before {
  content: "Class 'yellow-icon' is depreciated; use 'colour--yellow-primary'";
}
.bg-gray::before {
  content: "Class 'bg-gray' is depreciated; use 'background-colour--grey-primary'";
}
.bg-dark-gray::before {
  content: "Class 'bg-dark-gray' is depreciated; use 'background-colour--grey-secondary'";
}
.text-center::before {
  content: "Class 'text-center' is depreciated; use 'text-align--center'";
}
.text-left::before {
  content: "Class 'text-left' is depreciated; use 'text-align--left'";
}
.text-right::before {
  content: "Class 'text-right' is depreciated; use 'text-align--right'";
}
.section-divider::before {
  content: "Class 'section-divider' is depreciated; please remove it";
}
.screenLayout::before {
  content: "Class 'screenLayout' is depreciated; use  'display--block'";
}
.bold-font::before {
  content: "Class 'bold-font' is depreciated; use  'font-weight--normal' for 400 weight, 'font-weight--medium' for 500 weight, or 'font-weight--bold' for 700 weight";
}
.tooltip-icon::before {
  content: "Class 'tooltip-icon' is depreciated; no class replacement needed.  Use <button> for on page actions, and <a> for navigation.";
}
.flag-level-1::before {
  content: "Class 'flag-level-1' is depreciated; use 'button--orange-tertiary'";
}
.flag-level-2::before {
  content: "Class 'flag-level-2' is depreciated; use 'button--orange-tertiary'";
}
.flag-level-3::before {
  content: "Class 'flag-level-3' is depreciated; use 'button--red-tertiary'";
}
.flag-level-4::before {
  content: "Class 'flag-level-4' is depreciated; use 'button--orange-tertiary'";
}
.flag-level-5::before {
  content: "Class 'flag-level-5' is depreciated; use 'button--red-tertiary'";
}
.flag-level-6::before {
  content: "Class 'flag-level-6' is depreciated; use 'button--blue-tertiary'";
}
.flag-level-7::before {
  content: "Class 'flag-level-7' is depreciated; use 'button--orange-tertiary'";
}
.yellow-tooltip-icon::before {
  content: "Class 'flag-level-7' is depreciated; use 'colour--yellow-primary'";
}
mat-divider::before {
  content: 'Element <mat-divider> is depreciated; please use native element <hr class="hr" /> instead';
}
mat-expansion-panel-header.flex::before, mat-expansion-panel-header.mat-expansion-panel-header.flex::before, .mat-expansion-panel-header.flex::before {
  content: "Class 'flex' and associated dependent classes are not needed; 'flex flex--cols-2' CSS code is automatically added.  Ensure classes 'flex-child flex-child--flex-grow' are used in the child element(s).";
}
@media print {
  @page {
    size: letter portrait;
  }
  .mat-tab-body-wrapper,
.mat-tab-body-content,
.mat-tab-body,
.mat-tab-group {
    overflow: visible !important;
    display: block !important;
  }

  .print--hide {
    display: none !important;
  }
}
.page-break-inside--avoid {
  page-break-inside: avoid;
}
.font-weight--normal {
  font-weight: 400;
}
.font-weight--medium {
  font-weight: 500;
}
.font-weight--bold {
  font-weight: 700;
}
.display--inline-block {
  display: inline-block;
}
.display--inline-block.--important {
  display: inline-block !important;
}
.display--inline {
  display: inline;
}
.display--block {
  display: block;
}
.display--none {
  display: none;
}
@media print {
  .print--hide {
    display: none !important;
  }
}
.print--show {
  display: none !important;
}
@media print {
  .print--show {
    display: block !important;
  }
}
.clear {
  clear: both;
}
.text-align--right {
  text-align: right;
}
.text-align--left {
  text-align: left;
}
.text-align--center {
  text-align: center;
}
.margin--center {
  margin: 0 auto;
}
.background-colour--grey-primary {
  background-color: #F4F4F4 !important;
}
.background-colour--grey-secondary {
  background-color: #CCCCCC !important;
}
.grey-side-bar {
  border-left: 1rem solid #CCCCCC;
  padding-left: 1rem;
}
.word-break--break-word {
  word-break: break-word;
}
.white-space--pre-wrap {
  white-space: pre-wrap;
}
.white-space--nowrap {
  white-space: nowrap;
}
.white-space--wrap {
  white-space: normal !important;
}
.float--right {
  float: right;
}
.float--left {
  float: left;
}
.colour--red-primary {
  color: #CD0000;
}
.colour--green-primary {
  color: #118847;
}
.colour--yellow-primary {
  color: #906700;
}
.colour--orange-primary {
  color: #C83F0F;
}
.colour--blue-primary {
  color: #00799F;
}
.colour--gray-tertiary {
  color: #666666;
}
.vertical-align--top {
  vertical-align: top;
}
.gray-side-bar {
  border-left-width: 1rem;
  border-left-style: solid;
  border-left-color: #CCCCCC;
  padding-left: 1rem;
}
@media (max-width: 720px) {
  .gray-side-bar {
    padding-left: 0.5rem;
  }
}
.border--black-primary {
  border: 0.1rem solid #1A1A1A;
  border-radius: 0.5rem;
}
#gradient-print {
  margin-left: 0.5em !important;
}
#dial,
#dial-print {
  left: 25%;
  z-index: 22;
  float: left;
  height: 1.2rem;
  width: 0.2rem;
  position: relative;
  opacity: 0.7;
  background-color: #1A1A1A;
}
#dial-text,
#dial-text-print {
  font-weight: 500;
  text-align: center;
  width: 100%;
}
abbr {
  cursor: help;
}
.width--1-percent {
  width: 1%;
}
.width--1-percent-important {
  width: 1% !important;
}
.width--2-percent {
  width: 2%;
}
.width--2-percent-important {
  width: 2% !important;
}
.width--3-percent {
  width: 3%;
}
.width--3-percent-important {
  width: 3% !important;
}
.width--4-percent {
  width: 4%;
}
.width--4-percent-important {
  width: 4% !important;
}
.width--5-percent {
  width: 5%;
}
.width--5-percent-important {
  width: 5% !important;
}
.width--6-percent {
  width: 6%;
}
.width--6-percent-important {
  width: 6% !important;
}
.width--7-percent {
  width: 7%;
}
.width--7-percent-important {
  width: 7% !important;
}
.width--8-percent {
  width: 8%;
}
.width--8-percent-important {
  width: 8% !important;
}
.width--9-percent {
  width: 9%;
}
.width--9-percent-important {
  width: 9% !important;
}
.width--10-percent {
  width: 10%;
}
.width--10-percent-important {
  width: 10% !important;
}
.width--11-percent {
  width: 11%;
}
.width--11-percent-important {
  width: 11% !important;
}
.width--12-percent {
  width: 12%;
}
.width--12-percent-important {
  width: 12% !important;
}
.width--13-percent {
  width: 13%;
}
.width--13-percent-important {
  width: 13% !important;
}
.width--14-percent {
  width: 14%;
}
.width--14-percent-important {
  width: 14% !important;
}
.width--15-percent {
  width: 15%;
}
.width--15-percent-important {
  width: 15% !important;
}
.width--16-percent {
  width: 16%;
}
.width--16-percent-important {
  width: 16% !important;
}
.width--17-percent {
  width: 17%;
}
.width--17-percent-important {
  width: 17% !important;
}
.width--18-percent {
  width: 18%;
}
.width--18-percent-important {
  width: 18% !important;
}
.width--19-percent {
  width: 19%;
}
.width--19-percent-important {
  width: 19% !important;
}
.width--20-percent {
  width: 20%;
}
.width--20-percent-important {
  width: 20% !important;
}
.width--21-percent {
  width: 21%;
}
.width--21-percent-important {
  width: 21% !important;
}
.width--22-percent {
  width: 22%;
}
.width--22-percent-important {
  width: 22% !important;
}
.width--23-percent {
  width: 23%;
}
.width--23-percent-important {
  width: 23% !important;
}
.width--24-percent {
  width: 24%;
}
.width--24-percent-important {
  width: 24% !important;
}
.width--25-percent {
  width: 25%;
}
.width--25-percent-important {
  width: 25% !important;
}
.width--26-percent {
  width: 26%;
}
.width--26-percent-important {
  width: 26% !important;
}
.width--27-percent {
  width: 27%;
}
.width--27-percent-important {
  width: 27% !important;
}
.width--28-percent {
  width: 28%;
}
.width--28-percent-important {
  width: 28% !important;
}
.width--29-percent {
  width: 29%;
}
.width--29-percent-important {
  width: 29% !important;
}
.width--30-percent {
  width: 30%;
}
.width--30-percent-important {
  width: 30% !important;
}
.width--31-percent {
  width: 31%;
}
.width--31-percent-important {
  width: 31% !important;
}
.width--32-percent {
  width: 32%;
}
.width--32-percent-important {
  width: 32% !important;
}
.width--33-percent {
  width: 33%;
}
.width--33-percent-important {
  width: 33% !important;
}
.width--34-percent {
  width: 34%;
}
.width--34-percent-important {
  width: 34% !important;
}
.width--35-percent {
  width: 35%;
}
.width--35-percent-important {
  width: 35% !important;
}
.width--36-percent {
  width: 36%;
}
.width--36-percent-important {
  width: 36% !important;
}
.width--37-percent {
  width: 37%;
}
.width--37-percent-important {
  width: 37% !important;
}
.width--38-percent {
  width: 38%;
}
.width--38-percent-important {
  width: 38% !important;
}
.width--39-percent {
  width: 39%;
}
.width--39-percent-important {
  width: 39% !important;
}
.width--40-percent {
  width: 40%;
}
.width--40-percent-important {
  width: 40% !important;
}
.width--41-percent {
  width: 41%;
}
.width--41-percent-important {
  width: 41% !important;
}
.width--42-percent {
  width: 42%;
}
.width--42-percent-important {
  width: 42% !important;
}
.width--43-percent {
  width: 43%;
}
.width--43-percent-important {
  width: 43% !important;
}
.width--44-percent {
  width: 44%;
}
.width--44-percent-important {
  width: 44% !important;
}
.width--45-percent {
  width: 45%;
}
.width--45-percent-important {
  width: 45% !important;
}
.width--46-percent {
  width: 46%;
}
.width--46-percent-important {
  width: 46% !important;
}
.width--47-percent {
  width: 47%;
}
.width--47-percent-important {
  width: 47% !important;
}
.width--48-percent {
  width: 48%;
}
.width--48-percent-important {
  width: 48% !important;
}
.width--49-percent {
  width: 49%;
}
.width--49-percent-important {
  width: 49% !important;
}
.width--50-percent {
  width: 50%;
}
.width--50-percent-important {
  width: 50% !important;
}
.width--51-percent {
  width: 51%;
}
.width--51-percent-important {
  width: 51% !important;
}
.width--52-percent {
  width: 52%;
}
.width--52-percent-important {
  width: 52% !important;
}
.width--53-percent {
  width: 53%;
}
.width--53-percent-important {
  width: 53% !important;
}
.width--54-percent {
  width: 54%;
}
.width--54-percent-important {
  width: 54% !important;
}
.width--55-percent {
  width: 55%;
}
.width--55-percent-important {
  width: 55% !important;
}
.width--56-percent {
  width: 56%;
}
.width--56-percent-important {
  width: 56% !important;
}
.width--57-percent {
  width: 57%;
}
.width--57-percent-important {
  width: 57% !important;
}
.width--58-percent {
  width: 58%;
}
.width--58-percent-important {
  width: 58% !important;
}
.width--59-percent {
  width: 59%;
}
.width--59-percent-important {
  width: 59% !important;
}
.width--60-percent {
  width: 60%;
}
.width--60-percent-important {
  width: 60% !important;
}
.width--61-percent {
  width: 61%;
}
.width--61-percent-important {
  width: 61% !important;
}
.width--62-percent {
  width: 62%;
}
.width--62-percent-important {
  width: 62% !important;
}
.width--63-percent {
  width: 63%;
}
.width--63-percent-important {
  width: 63% !important;
}
.width--64-percent {
  width: 64%;
}
.width--64-percent-important {
  width: 64% !important;
}
.width--65-percent {
  width: 65%;
}
.width--65-percent-important {
  width: 65% !important;
}
.width--66-percent {
  width: 66%;
}
.width--66-percent-important {
  width: 66% !important;
}
.width--67-percent {
  width: 67%;
}
.width--67-percent-important {
  width: 67% !important;
}
.width--68-percent {
  width: 68%;
}
.width--68-percent-important {
  width: 68% !important;
}
.width--69-percent {
  width: 69%;
}
.width--69-percent-important {
  width: 69% !important;
}
.width--70-percent {
  width: 70%;
}
.width--70-percent-important {
  width: 70% !important;
}
.width--71-percent {
  width: 71%;
}
.width--71-percent-important {
  width: 71% !important;
}
.width--72-percent {
  width: 72%;
}
.width--72-percent-important {
  width: 72% !important;
}
.width--73-percent {
  width: 73%;
}
.width--73-percent-important {
  width: 73% !important;
}
.width--74-percent {
  width: 74%;
}
.width--74-percent-important {
  width: 74% !important;
}
.width--75-percent {
  width: 75%;
}
.width--75-percent-important {
  width: 75% !important;
}
.width--76-percent {
  width: 76%;
}
.width--76-percent-important {
  width: 76% !important;
}
.width--77-percent {
  width: 77%;
}
.width--77-percent-important {
  width: 77% !important;
}
.width--78-percent {
  width: 78%;
}
.width--78-percent-important {
  width: 78% !important;
}
.width--79-percent {
  width: 79%;
}
.width--79-percent-important {
  width: 79% !important;
}
.width--80-percent {
  width: 80%;
}
.width--80-percent-important {
  width: 80% !important;
}
.width--81-percent {
  width: 81%;
}
.width--81-percent-important {
  width: 81% !important;
}
.width--82-percent {
  width: 82%;
}
.width--82-percent-important {
  width: 82% !important;
}
.width--83-percent {
  width: 83%;
}
.width--83-percent-important {
  width: 83% !important;
}
.width--84-percent {
  width: 84%;
}
.width--84-percent-important {
  width: 84% !important;
}
.width--85-percent {
  width: 85%;
}
.width--85-percent-important {
  width: 85% !important;
}
.width--86-percent {
  width: 86%;
}
.width--86-percent-important {
  width: 86% !important;
}
.width--87-percent {
  width: 87%;
}
.width--87-percent-important {
  width: 87% !important;
}
.width--88-percent {
  width: 88%;
}
.width--88-percent-important {
  width: 88% !important;
}
.width--89-percent {
  width: 89%;
}
.width--89-percent-important {
  width: 89% !important;
}
.width--90-percent {
  width: 90%;
}
.width--90-percent-important {
  width: 90% !important;
}
.width--91-percent {
  width: 91%;
}
.width--91-percent-important {
  width: 91% !important;
}
.width--92-percent {
  width: 92%;
}
.width--92-percent-important {
  width: 92% !important;
}
.width--93-percent {
  width: 93%;
}
.width--93-percent-important {
  width: 93% !important;
}
.width--94-percent {
  width: 94%;
}
.width--94-percent-important {
  width: 94% !important;
}
.width--95-percent {
  width: 95%;
}
.width--95-percent-important {
  width: 95% !important;
}
.width--96-percent {
  width: 96%;
}
.width--96-percent-important {
  width: 96% !important;
}
.width--97-percent {
  width: 97%;
}
.width--97-percent-important {
  width: 97% !important;
}
.width--98-percent {
  width: 98%;
}
.width--98-percent-important {
  width: 98% !important;
}
.width--99-percent {
  width: 99%;
}
.width--99-percent-important {
  width: 99% !important;
}
.width--100-percent {
  width: 100%;
}
.width--100-percent-important {
  width: 100% !important;
}
.m--2,
.margin---2rem {
  margin: -2rem !important;
}
.my--2,
.margin-vertical---2rem {
  margin: -2rem 0 !important;
}
.mt--2,
.margin-top---2rem {
  margin-top: -2rem !important;
}
.mr--2,
.margin-right---2rem {
  margin-right: -2rem !important;
}
.mb--2,
.margin-bottom---2rem {
  margin-bottom: -2rem !important;
}
.ml--2,
.margin-left---2rem {
  margin-left: -2rem !important;
}
.p--2,
.padding---2rem {
  padding: -2rem !important;
}
.py--2,
.padding-horizontal---2rem {
  padding: -2rem 0 !important;
}
.padding-vertical---2rem {
  padding: 0 -2rem !important;
}
.pl--2,
.padding-left---2rem {
  padding-left: -2rem !important;
}
.pr--2,
.padding-right---2rem {
  padding-right: -2rem !important;
}
.pb--2,
.padding-bottom---2rem {
  padding-bottom: -2rem !important;
}
.pl--2,
.padding-left---2rem {
  padding-left: -2rem !important;
}
.m--1,
.margin---1rem {
  margin: -1rem !important;
}
.my--1,
.margin-vertical---1rem {
  margin: -1rem 0 !important;
}
.mt--1,
.margin-top---1rem {
  margin-top: -1rem !important;
}
.mr--1,
.margin-right---1rem {
  margin-right: -1rem !important;
}
.mb--1,
.margin-bottom---1rem {
  margin-bottom: -1rem !important;
}
.ml--1,
.margin-left---1rem {
  margin-left: -1rem !important;
}
.p--1,
.padding---1rem {
  padding: -1rem !important;
}
.py--1,
.padding-horizontal---1rem {
  padding: -1rem 0 !important;
}
.padding-vertical---1rem {
  padding: 0 -1rem !important;
}
.pl--1,
.padding-left---1rem {
  padding-left: -1rem !important;
}
.pr--1,
.padding-right---1rem {
  padding-right: -1rem !important;
}
.pb--1,
.padding-bottom---1rem {
  padding-bottom: -1rem !important;
}
.pl--1,
.padding-left---1rem {
  padding-left: -1rem !important;
}
.m-0,
.margin--0rem {
  margin: 0rem !important;
}
.my-0,
.margin-vertical--0rem {
  margin: 0rem 0 !important;
}
.mt-0,
.margin-top--0rem {
  margin-top: 0rem !important;
}
.mr-0,
.margin-right--0rem {
  margin-right: 0rem !important;
}
.mb-0,
.margin-bottom--0rem {
  margin-bottom: 0rem !important;
}
.ml-0,
.margin-left--0rem {
  margin-left: 0rem !important;
}
.p-0,
.padding--0rem {
  padding: 0rem !important;
}
.py-0,
.padding-horizontal--0rem {
  padding: 0rem 0 !important;
}
.padding-vertical--0rem {
  padding: 0 0rem !important;
}
.pl-0,
.padding-left--0rem {
  padding-left: 0rem !important;
}
.pr-0,
.padding-right--0rem {
  padding-right: 0rem !important;
}
.pb-0,
.padding-bottom--0rem {
  padding-bottom: 0rem !important;
}
.pl-0,
.padding-left--0rem {
  padding-left: 0rem !important;
}
.m-1,
.margin--1rem {
  margin: 1rem !important;
}
.my-1,
.margin-vertical--1rem {
  margin: 1rem 0 !important;
}
.mt-1,
.margin-top--1rem {
  margin-top: 1rem !important;
}
.mr-1,
.margin-right--1rem {
  margin-right: 1rem !important;
}
.mb-1,
.margin-bottom--1rem {
  margin-bottom: 1rem !important;
}
.ml-1,
.margin-left--1rem {
  margin-left: 1rem !important;
}
.p-1,
.padding--1rem {
  padding: 1rem !important;
}
.py-1,
.padding-horizontal--1rem {
  padding: 1rem 0 !important;
}
.padding-vertical--1rem {
  padding: 0 1rem !important;
}
.pl-1,
.padding-left--1rem {
  padding-left: 1rem !important;
}
.pr-1,
.padding-right--1rem {
  padding-right: 1rem !important;
}
.pb-1,
.padding-bottom--1rem {
  padding-bottom: 1rem !important;
}
.pl-1,
.padding-left--1rem {
  padding-left: 1rem !important;
}
.m-2,
.margin--2rem {
  margin: 2rem !important;
}
.my-2,
.margin-vertical--2rem {
  margin: 2rem 0 !important;
}
.mt-2,
.margin-top--2rem {
  margin-top: 2rem !important;
}
.mr-2,
.margin-right--2rem {
  margin-right: 2rem !important;
}
.mb-2,
.margin-bottom--2rem {
  margin-bottom: 2rem !important;
}
.ml-2,
.margin-left--2rem {
  margin-left: 2rem !important;
}
.p-2,
.padding--2rem {
  padding: 2rem !important;
}
.py-2,
.padding-horizontal--2rem {
  padding: 2rem 0 !important;
}
.padding-vertical--2rem {
  padding: 0 2rem !important;
}
.pl-2,
.padding-left--2rem {
  padding-left: 2rem !important;
}
.pr-2,
.padding-right--2rem {
  padding-right: 2rem !important;
}
.pb-2,
.padding-bottom--2rem {
  padding-bottom: 2rem !important;
}
.pl-2,
.padding-left--2rem {
  padding-left: 2rem !important;
}
.m-3,
.margin--3rem {
  margin: 3rem !important;
}
.my-3,
.margin-vertical--3rem {
  margin: 3rem 0 !important;
}
.mt-3,
.margin-top--3rem {
  margin-top: 3rem !important;
}
.mr-3,
.margin-right--3rem {
  margin-right: 3rem !important;
}
.mb-3,
.margin-bottom--3rem {
  margin-bottom: 3rem !important;
}
.ml-3,
.margin-left--3rem {
  margin-left: 3rem !important;
}
.p-3,
.padding--3rem {
  padding: 3rem !important;
}
.py-3,
.padding-horizontal--3rem {
  padding: 3rem 0 !important;
}
.padding-vertical--3rem {
  padding: 0 3rem !important;
}
.pl-3,
.padding-left--3rem {
  padding-left: 3rem !important;
}
.pr-3,
.padding-right--3rem {
  padding-right: 3rem !important;
}
.pb-3,
.padding-bottom--3rem {
  padding-bottom: 3rem !important;
}
.pl-3,
.padding-left--3rem {
  padding-left: 3rem !important;
}
.m-4,
.margin--4rem {
  margin: 4rem !important;
}
.my-4,
.margin-vertical--4rem {
  margin: 4rem 0 !important;
}
.mt-4,
.margin-top--4rem {
  margin-top: 4rem !important;
}
.mr-4,
.margin-right--4rem {
  margin-right: 4rem !important;
}
.mb-4,
.margin-bottom--4rem {
  margin-bottom: 4rem !important;
}
.ml-4,
.margin-left--4rem {
  margin-left: 4rem !important;
}
.p-4,
.padding--4rem {
  padding: 4rem !important;
}
.py-4,
.padding-horizontal--4rem {
  padding: 4rem 0 !important;
}
.padding-vertical--4rem {
  padding: 0 4rem !important;
}
.pl-4,
.padding-left--4rem {
  padding-left: 4rem !important;
}
.pr-4,
.padding-right--4rem {
  padding-right: 4rem !important;
}
.pb-4,
.padding-bottom--4rem {
  padding-bottom: 4rem !important;
}
.pl-4,
.padding-left--4rem {
  padding-left: 4rem !important;
}
.m-5,
.margin--5rem {
  margin: 5rem !important;
}
.my-5,
.margin-vertical--5rem {
  margin: 5rem 0 !important;
}
.mt-5,
.margin-top--5rem {
  margin-top: 5rem !important;
}
.mr-5,
.margin-right--5rem {
  margin-right: 5rem !important;
}
.mb-5,
.margin-bottom--5rem {
  margin-bottom: 5rem !important;
}
.ml-5,
.margin-left--5rem {
  margin-left: 5rem !important;
}
.p-5,
.padding--5rem {
  padding: 5rem !important;
}
.py-5,
.padding-horizontal--5rem {
  padding: 5rem 0 !important;
}
.padding-vertical--5rem {
  padding: 0 5rem !important;
}
.pl-5,
.padding-left--5rem {
  padding-left: 5rem !important;
}
.pr-5,
.padding-right--5rem {
  padding-right: 5rem !important;
}
.pb-5,
.padding-bottom--5rem {
  padding-bottom: 5rem !important;
}
.pl-5,
.padding-left--5rem {
  padding-left: 5rem !important;
}
/* TO DO: Consider revising */
/* TO DO: Consider revising */
.flex {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  align-content: flex-start;
  width: 100%;
  margin-bottom: 1rem;
}
app-calculator-name, mat-tab-header, .mat-tab-header,
mat-tab-header.mat-tab-header, div#calculatorHeader, section#calculatorHeader, article#calculatorHeader {
  position: sticky !important;
  top: 0;
  display: block;
}
#gradient-print, #gradient {
  height: 1.2em;
  background-image: linear-gradient(to right, #008000, #ffff00, #f06d06, #FF0000);
  width: 100%;
  max-width: 98.5%;
  margin: 0 auto;
}
body h1.h1, body h2.h2, body h3.h3, body h4.h4, body h5.h5, body h6.h6 {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-weight: 500;
  width: 100%;
  line-height: 1;
  color: #1A1A1A;
  align-self: center;
}
body h2.h2--underlined-heading, body h3.h3--underlined-heading, body h4.h4--underlined-heading, body h5.h5--underlined-heading, body h6.h6--underlined-heading {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid #CCCCCC;
  padding-bottom: 0.1rem;
}
.flex.flex--cols-none > .flex-child.flex-child--flex-placeholder::before, mat-expansion-panel-header.flex::before, mat-expansion-panel-header.mat-expansion-panel-header.flex::before, .mat-expansion-panel-header.flex::before, mat-divider::before, .yellow-tooltip-icon::before, .flag-level-7::before, .flag-level-6::before, .flag-level-5::before, .flag-level-4::before, .flag-level-3::before, .flag-level-2::before, .flag-level-1::before, .tooltip-icon::before, .bold-font::before, .screenLayout::before, .section-divider::before, .text-right::before, .text-left::before, .text-center::before, .bg-dark-gray::before, .bg-gray::before, .green-icon::before, .red-icon::before, .profile-warning::before, .pull-left::before, .pull-right::before, .left-border-section::before, .break-spaces::before, .font-weight-500::before, .font-weight-bold::before {
  font-family: inherit;
  font-size: 1rem;
  color: #CD0000;
  border: 0.1rem solid #CD0000;
  background-color: #FFFFFF;
  display: block;
  max-width: 360px;
  width: 100vw;
  z-index: 1000;
  position: relative;
  padding: 1rem;
  white-space: normal;
  box-shadow: 0 0 1rem #CD0000;
  border-radius: 1rem;
  visibility: visible;
}
.mat-checkbox.mat-checkbox-disabled, mat-form-field.mat-form-field-disabled,
.mat-form-field.mat-form-field-disabled,
mat-form-field.mat-form-field.mat-form-field-disabled, button.button.button--blue-primary:disabled, button.button.button--blue-primary[aria-disabled=true], button.button.button--transparent-primary:disabled, button.button.button--transparent-primary[aria-disabled=true], button.button.button--white-tertiary:disabled, button.button.button--white-tertiary[aria-disabled=true], button.button.button--black-tertiary:disabled, button.button.button--black-tertiary[aria-disabled=true], button.button.button--black-secondary:disabled, button.button.button--black-secondary[aria-disabled=true], button.button.button--black-primary:disabled, button.button.button--black-primary[aria-disabled=true], button.button.button--red-tertiary:disabled, button.button.button--red-tertiary[aria-disabled=true], button.button.button--red-secondary:disabled, button.button.button--red-secondary[aria-disabled=true], button.button.button--red-primary:disabled, button.button.button--red-primary[aria-disabled=true], button.button.button--orange-tertiary:disabled, button.button.button--orange-tertiary[aria-disabled=true], button.button.button--blue-tertiary:disabled, button.button.button--blue-tertiary[aria-disabled=true], button.button.button--yellow-tertiary:disabled, button.button.button--yellow-tertiary[aria-disabled=true], button.button.button--green-tertiary:disabled, button.button.button--green-tertiary[aria-disabled=true], button.button.button--green-secondary:disabled, button.button.button--green-secondary[aria-disabled=true], button.button.button--green-primary:disabled, button.button.button--green-primary[aria-disabled=true] {
  opacity: 0.3;
  cursor: not-allowed;
}
.mat-checkbox.mat-checkbox-disabled *, mat-form-field.mat-form-field-disabled *,
.mat-form-field.mat-form-field-disabled *,
mat-form-field.mat-form-field.mat-form-field-disabled *, button.button.button--blue-primary:disabled *, button.button.button--blue-primary[aria-disabled=true] *, button.button.button--transparent-primary:disabled *, button.button.button--transparent-primary[aria-disabled=true] *, button.button.button--white-tertiary:disabled *, button.button.button--white-tertiary[aria-disabled=true] *, button.button.button--black-tertiary:disabled *, button.button.button--black-tertiary[aria-disabled=true] *, button.button.button--black-secondary:disabled *, button.button.button--black-secondary[aria-disabled=true] *, button.button.button--black-primary:disabled *, button.button.button--black-primary[aria-disabled=true] *, button.button.button--red-tertiary:disabled *, button.button.button--red-tertiary[aria-disabled=true] *, button.button.button--red-secondary:disabled *, button.button.button--red-secondary[aria-disabled=true] *, button.button.button--red-primary:disabled *, button.button.button--red-primary[aria-disabled=true] *, button.button.button--orange-tertiary:disabled *, button.button.button--orange-tertiary[aria-disabled=true] *, button.button.button--blue-tertiary:disabled *, button.button.button--blue-tertiary[aria-disabled=true] *, button.button.button--yellow-tertiary:disabled *, button.button.button--yellow-tertiary[aria-disabled=true] *, button.button.button--green-tertiary:disabled *, button.button.button--green-tertiary[aria-disabled=true] *, button.button.button--green-secondary:disabled *, button.button.button--green-secondary[aria-disabled=true] *, button.button.button--green-primary:disabled *, button.button.button--green-primary[aria-disabled=true] * {
  cursor: not-allowed;
}
.font-weight-bold::before {
  content: "Class 'font-weight-bold' is depreciated; use 'font-weight--bold'";
}
.font-weight-500::before {
  content: "Class 'font-weight-500' is depreciated; use 'font-weight--medium'";
}
.break-spaces::before {
  content: "Class 'break-spaces' is depreciated; please delete";
}
.left-border-section::before {
  content: "Class 'left-border-section' is depreciated; use 'grey-side-bar'";
}
.pull-right::before {
  content: "Class 'pull-right' is depreciated; use 'float--right'";
}
.pull-left::before {
  content: "Class 'pull-left' is depreciated; use 'float--left'";
}
.profile-warning::before {
  content: "Class 'profile-warning' is depreciated; use 'colour--red-primary'";
}
.red-icon::before {
  content: "Class 'red-icon' is depreciated; use 'colour--red-primary'";
}
.green-icon::before {
  content: "Class 'green-icon' is depreciated; use 'colour--green-primary'";
}
.yellow-icon::before {
  content: "Class 'yellow-icon' is depreciated; use 'colour--yellow-primary'";
}
.bg-gray::before {
  content: "Class 'bg-gray' is depreciated; use 'background-colour--grey-primary'";
}
.bg-dark-gray::before {
  content: "Class 'bg-dark-gray' is depreciated; use 'background-colour--grey-secondary'";
}
.text-center::before {
  content: "Class 'text-center' is depreciated; use 'text-align--center'";
}
.text-left::before {
  content: "Class 'text-left' is depreciated; use 'text-align--left'";
}
.text-right::before {
  content: "Class 'text-right' is depreciated; use 'text-align--right'";
}
.section-divider::before {
  content: "Class 'section-divider' is depreciated; please remove it";
}
.screenLayout::before {
  content: "Class 'screenLayout' is depreciated; use  'display--block'";
}
.bold-font::before {
  content: "Class 'bold-font' is depreciated; use  'font-weight--normal' for 400 weight, 'font-weight--medium' for 500 weight, or 'font-weight--bold' for 700 weight";
}
.tooltip-icon::before {
  content: "Class 'tooltip-icon' is depreciated; no class replacement needed.  Use <button> for on page actions, and <a> for navigation.";
}
.flag-level-1::before {
  content: "Class 'flag-level-1' is depreciated; use 'button--orange-tertiary'";
}
.flag-level-2::before {
  content: "Class 'flag-level-2' is depreciated; use 'button--orange-tertiary'";
}
.flag-level-3::before {
  content: "Class 'flag-level-3' is depreciated; use 'button--red-tertiary'";
}
.flag-level-4::before {
  content: "Class 'flag-level-4' is depreciated; use 'button--orange-tertiary'";
}
.flag-level-5::before {
  content: "Class 'flag-level-5' is depreciated; use 'button--red-tertiary'";
}
.flag-level-6::before {
  content: "Class 'flag-level-6' is depreciated; use 'button--blue-tertiary'";
}
.flag-level-7::before {
  content: "Class 'flag-level-7' is depreciated; use 'button--orange-tertiary'";
}
.yellow-tooltip-icon::before {
  content: "Class 'flag-level-7' is depreciated; use 'colour--yellow-primary'";
}
mat-divider::before {
  content: 'Element <mat-divider> is depreciated; please use native element <hr class="hr" /> instead';
}
mat-expansion-panel-header.flex::before, mat-expansion-panel-header.mat-expansion-panel-header.flex::before, .mat-expansion-panel-header.flex::before {
  content: "Class 'flex' and associated dependent classes are not needed; 'flex flex--cols-2' CSS code is automatically added.  Ensure classes 'flex-child flex-child--flex-grow' are used in the child element(s).";
}
@media print {
  @page {
    size: letter portrait;
  }
  .mat-tab-body-wrapper,
.mat-tab-body-content,
.mat-tab-body,
.mat-tab-group {
    overflow: visible !important;
    display: block !important;
  }

  .print--hide {
    display: none !important;
  }
}
body h1.h1--page-title {
  font-size: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 0rem;
  margin-right: 0rem;
  font-style: italic;
}
body h1.h1--component-title {
  font-size: 1rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
body h2.h2--component-title, body h3.h3--component-title, body h4.h4--component-title, body h5.h5--component-title, body h6.h6--component-title {
  font-size: 1rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
body .flex-child--side-bar h2.h2, body .flex-child--side-bar h3.h3, body .flex-child--side-bar h4.h4, body .flex-child--side-bar h5.h5, body .flex-child--side-bar h6.h6 {
  border-bottom: #1A1A1A 0.1rem solid;
}
body h2.h2--calculator-title {
  font-size: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 0rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: auto;
}
body p.p.p--expansion-panel-summary-title {
  font-size: 1.125rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
body .report h2.h2--sub-section, body .report h3.h3--sub-section, body .report h4.h4--sub-section, body .report h5.h5--sub-section, body .report h6.h6--sub-section {
  border: none;
  margin-bottom: 0;
}
p {
  margin: 0;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}
p:only-child {
  margin-bottom: 0;
}
button.button {
  margin-top: 0;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
  width: auto !important;
  border-radius: 0.3rem;
  cursor: pointer;
}
button.button.button--green-primary {
  background-color: #118847;
  color: #FFFFFF !important;
}
button.button.button--green-primary:focus, button.button.button--green-primary:hover {
  box-shadow: 0 0 0.5rem #118847;
}
button.button.button--green-secondary {
  background-color: #FFFFFF;
  color: #118847 !important;
  border: 0.1rem solid #118847;
}
button.button.button--green-secondary:focus, button.button.button--green-secondary:hover {
  box-shadow: 0 0 0.5rem #118847;
}
button.button.button--green-tertiary {
  background-color: transparent;
  color: #118847 !important;
  border: none;
}
button.button.button--yellow-tertiary {
  background-color: transparent;
  color: #906700 !important;
  border: none;
}
button.button.button--blue-tertiary {
  background-color: transparent;
  color: #00799F !important;
  border: none;
}
button.button.button--orange-tertiary {
  background-color: transparent;
  color: #C83F0F !important;
  border: none;
}
button.button.button--red-primary {
  background-color: #CD0000;
  color: #FFFFFF !important;
}
button.button.button--red-primary:focus, button.button.button--red-primary:hover {
  box-shadow: 0 0 0.5rem #CD0000;
}
button.button.button--red-secondary {
  background-color: #FFFFFF;
  color: #CD0000 !important;
  border: 0.1rem solid #CD0000;
}
button.button.button--red-secondary:focus, button.button.button--red-secondary:hover {
  box-shadow: 0 0 0.5rem #CD0000;
}
button.button.button--red-tertiary {
  background-color: transparent;
  color: #CD0000 !important;
  border: none;
}
button.button.button--black-primary {
  background-color: #1A1A1A;
  color: #FFFFFF !important;
}
button.button.button--black-primary:focus, button.button.button--black-primary:hover {
  box-shadow: 0 0 0.5rem #1A1A1A;
}
button.button.button--black-secondary {
  background-color: #FFFFFF;
  color: #1A1A1A !important;
  border: 0.1rem solid #1A1A1A;
}
button.button.button--black-secondary:focus, button.button.button--black-secondary:hover {
  box-shadow: 0 0 0.5rem #1A1A1A;
}
button.button.button--black-tertiary {
  background-color: transparent;
  color: #1A1A1A !important;
  border: none;
}
button.button.button--white-tertiary {
  background-color: transparent;
  color: #FFFFFF !important;
  border: none;
}
button.button.button--transparent-primary {
  background-color: transparent;
  color: #666666 !important;
}
button.button.button--transparent-primary:focus, button.button.button--transparent-primary:hover {
  box-shadow: 0 0 0.5rem #118847;
}
button.button.button--blue-primary {
  background-color: #00799F;
  color: #FFFFFF !important;
}
button.button.button--blue-primary:focus, button.button.button--blue-primary:hover {
  box-shadow: 0 0 0.5rem #00799F;
}
button.button.button--print {
  margin-top: negate-numbermultiply-two-numbers(1rem, 4.1);
  float: right;
}
button.button > mat-icon.mat-icon {
  margin-right: 0;
  color: inherit;
}
button.button.flex-child:not(.flex-child--button-defaults) {
  margin: 0;
  padding: 0;
  align-self: center;
}
button.button mat-icon.mat-icon {
  width: auto;
  height: auto;
  margin-top: 0;
  cursor: inherit;
}
div.mat-tab-label, section.mat-tab-label, article.mat-tab-label {
  opacity: 1;
}
div.mat-tab-label.mat-tab-label-active, section.mat-tab-label.mat-tab-label-active, article.mat-tab-label.mat-tab-label-active {
  color: #1A1A1A;
}
div.mat-form-field-wrapper, section.mat-form-field-wrapper, article.mat-form-field-wrapper {
  padding: 0;
  margin: 0 !important;
}
div.mat-form-field-subscript-wrapper, section.mat-form-field-subscript-wrapper, article.mat-form-field-subscript-wrapper {
  position: relative;
}
div.mat-drawer-backdrop, section.mat-drawer-backdrop, article.mat-drawer-backdrop {
  position: fixed;
}
div.background-colour--grey-primary, div.flex-child.background-colour--grey-primary, section.background-colour--grey-primary, section.flex-child.background-colour--grey-primary, article.background-colour--grey-primary, article.flex-child.background-colour--grey-primary {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
div.background-colour--grey-primary {
  padding-top: 0.72rem;
  padding-bottom: 0;
}
div#calculatorHeader, section#calculatorHeader, article#calculatorHeader {
  background-color: #FFFFFF;
  z-index: 3;
}
div#calculatorHeader .flex.flex--cols-2, section#calculatorHeader .flex.flex--cols-2, article#calculatorHeader .flex.flex--cols-2 {
  flex-wrap: nowrap;
}
@media (max-width: 720px) {
  div#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button), section#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button), article#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button) {
    width: auto;
  }
}
@media (max-width: 720px) {
  div#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child, section#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child, article#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child {
    width: calc(100% - 7rem);
  }
}
div#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child > div, section#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child > div, article#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child > div {
  text-overflow: ellipsis;
}
@media (max-width: 720px) {
  div#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child > div, section#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child > div, article#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child > div {
    max-width: calc(100vw - 12rem);
    overflow-x: hidden;
  }
}
@media (max-width: 360px) {
  div#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child > div, section#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child > div, article#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child > div {
    max-width: 11rem;
  }
}
fieldset.fieldset {
  border-radius: 0.3rem;
  border: 0.1rem solid #CCCCCC;
  margin-bottom: 1rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 1rem;
}
fieldset.fieldset:hover {
  box-shadow: 0 0 0 0.1rem #1A1A1A;
  transition: box-shadow 0.1s linear;
}
fieldset.fieldset:focus, fieldset.fieldset:focus-within {
  box-shadow: 0 0 0multiply-two-numbers 1rem, 0.1 #118847;
  transition: box-shadow 0.1s linear;
}
fieldset.fieldset legend {
  font-size: 0.8rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  margin-left: -0.5rem;
  color: #666666;
  background-color: #FFFFFF;
}
fieldset.fieldset.flex-child {
  width: 49.5% !important;
}
fieldset.fieldset.flex-child.flex-child--full-width {
  width: 99.9% !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-left: 0.1rem;
}
@media (max-width: 720px) {
  fieldset.fieldset.flex-child.flex-child--full-width {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
hr.hr {
  margin-top: 0;
  margin-bottom: 1rem;
  width: 100%;
  color: #CCCCCC;
  border: 0.1rem solid #CCCCCC;
}
table.table, table.table.mat-table {
  margin-bottom: 1rem;
  width: 100%;
  border-collapse: collapse;
  color: #1A1A1A;
}
table.table caption, table.table.mat-table caption {
  color: #FFFFFF;
  background-color: #666666;
  text-align: left;
  padding: 1rem;
  font-weight: 700;
  display: table-caption;
}
table.table tr.mat-header-row, table.table.mat-table tr.mat-header-row {
  height: auto;
}
table.table tr th,
table.table tr th.mat-header-cell, table.table.mat-table tr th,
table.table.mat-table tr th.mat-header-cell {
  background-color: #F4F4F4;
  font-size: 1rem;
  color: #1A1A1A;
  line-height: 1rem;
  border-top: 0.1rem solid #CCCCCC;
  border-bottom: 0.1rem solid #CCCCCC;
  padding: 0.75rem;
  font-weight: 500;
  vertical-align: middle;
}
table.table tr th:first-child,
table.table tr th.mat-header-cell:first-child, table.table.mat-table tr th:first-child,
table.table.mat-table tr th.mat-header-cell:first-child {
  padding-left: 1rem;
}
@media (max-width: 720px) {
  table.table tr th:first-child,
table.table tr th.mat-header-cell:first-child, table.table.mat-table tr th:first-child,
table.table.mat-table tr th.mat-header-cell:first-child {
    padding-left: 0.5rem;
  }
}
table.table tr th:last-child,
table.table tr th.mat-header-cell:last-child, table.table.mat-table tr th:last-child,
table.table.mat-table tr th.mat-header-cell:last-child {
  padding-right: 1rem;
}
@media (max-width: 720px) {
  table.table tr th:last-child,
table.table tr th.mat-header-cell:last-child, table.table.mat-table tr th:last-child,
table.table.mat-table tr th.mat-header-cell:last-child {
    padding-right: 0.5rem;
  }
}
table.table tr th button.button,
table.table tr th.mat-header-cell button.button, table.table.mat-table tr th button.button,
table.table.mat-table tr th.mat-header-cell button.button {
  margin: 0;
}
table.table tr td,
table.table tr td.mat-cell, table.table.mat-table tr td,
table.table.mat-table tr td.mat-cell {
  font-size: 1rem;
  color: #1A1A1A;
  line-height: 1rem;
  border-bottom: 0.1rem solid #CCCCCC;
  background-color: #FFFFFF;
  padding: 0.75rem;
}
table.table tr td:first-child,
table.table tr td.mat-cell:first-child, table.table.mat-table tr td:first-child,
table.table.mat-table tr td.mat-cell:first-child {
  padding-left: 1rem;
}
@media (max-width: 720px) {
  table.table tr td:first-child,
table.table tr td.mat-cell:first-child, table.table.mat-table tr td:first-child,
table.table.mat-table tr td.mat-cell:first-child {
    padding-left: 0.5rem;
  }
}
table.table tr td:last-child,
table.table tr td.mat-cell:last-child, table.table.mat-table tr td:last-child,
table.table.mat-table tr td.mat-cell:last-child {
  padding-right: 1rem;
}
@media (max-width: 720px) {
  table.table tr td:last-child,
table.table tr td.mat-cell:last-child, table.table.mat-table tr td:last-child,
table.table.mat-table tr td.mat-cell:last-child {
    padding-right: 0.5rem;
  }
}
td {
  padding-top: 1rem !important;
}
@media print {
  table.table--no-print-split, table.table.mat-table--no-print-split {
    page-break-inside: avoid;
  }
  table.table--no-print-split thead,
table.table--no-print-split tbody,
table.table--no-print-split tfoot,
table.table--no-print-split tr,
table.table--no-print-split td,
table.table--no-print-split th, table.table.mat-table--no-print-split thead,
table.table.mat-table--no-print-split tbody,
table.table.mat-table--no-print-split tfoot,
table.table.mat-table--no-print-split tr,
table.table.mat-table--no-print-split td,
table.table.mat-table--no-print-split th {
    page-break-inside: avoid;
  }
}
table.table.mat-table {
  width: 99.65%;
  margin: 0 auto;
}
table.table.mat-table tr th,
table.table.mat-table tr th.mat-header-cell,
table.table.mat-table tr td,
table.table.mat-table tr td.mat-cell {
  border-bottom: 0.15rem solid #CCCCCC;
}
mat-tab-header, .mat-tab-header,
mat-tab-header.mat-tab-header {
  display: flex;
  top: 3.5rem;
  background-color: #FFFFFF;
  z-index: 2;
  box-shadow: 0 0.2rem 0.2rem #CCCCCC;
}
.mat-tab-body,
.mat-expansion-panel-content {
  padding: 1rem;
}
@media (max-width: 720px) {
  .mat-tab-body,
.mat-expansion-panel-content {
    padding: 0.5rem;
  }
}
.mat-expansion-panel-body {
  padding: 0 !important;
}
.mat-expansion-panel-content,
div.mat-expansion-panel-content {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
.mat-drawer-content,
.mat-sidenav-container,
mat-sidenav-content,
mat-sidenav-container,
mat-sidenav-content.mat-drawer-content,
mat-sidenav-container.mat-sidenav-container,
.mat-drawer {
  overflow: visible !important;
}
app-calculator-name {
  z-index: 2;
}
mat-form-field,
.mat-form-field,
mat-form-field.mat-form-field {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}
mat-form-field + mat-icon, mat-form-field + .mat-icon, mat-form-field + mat-icon.mat-icon,
.mat-form-field + mat-icon,
.mat-form-field + .mat-icon,
.mat-form-field + mat-icon.mat-icon,
mat-form-field.mat-form-field + mat-icon,
mat-form-field.mat-form-field + .mat-icon,
mat-form-field.mat-form-field + mat-icon.mat-icon {
  margin-top: 1.25rem;
}
mat-form-field.mat-form-field-appearance-fill .mat-form-field-underline,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-underline,
mat-form-field.mat-form-field.mat-form-field-appearance-fill .mat-form-field-underline {
  display: none;
}
mat-form-field.mat-form-field-appearance-fill .mat-form-field-flex,
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-flex,
mat-form-field.mat-form-field.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: #F4F4F4;
  border-radius: 0.3rem;
  border: 0.1rem solid #CCCCCC;
}
mat-form-field.mat-form-field-disabled,
.mat-form-field.mat-form-field-disabled,
mat-form-field.mat-form-field.mat-form-field-disabled {
  opacity: 1;
}
mat-form-field.mat-form-field-disabled .mat-form-field-outline,
.mat-form-field.mat-form-field-disabled .mat-form-field-outline,
mat-form-field.mat-form-field.mat-form-field-disabled .mat-form-field-outline {
  color: #CCCCCC;
}
mat-hint,
.mat-hint,
mat-hint.mat-hint {
  font-size: 1rem;
  color: #1A1A1A;
}
.mat-suffix,
.mat-form-field-label,
.mat-form-field-label > mat-label {
  font-size: 1rem !important;
  color: #666666 !important;
}
.mat-form-field-appearance-outline .mat-form-field-prefix,
.mat-form-field-appearance-outline .mat-form-field-suffix {
  top: 0.5rem !important;
}
mat-accordion,
mat-accordion.mat-accordion,
.mat-accordion {
  margin-bottom: 1rem;
  display: block;
}
mat-accordion mat-expansion-panel:not(.mat-expanded),
mat-accordion mat-expansion-panel.mat-expansion-panel:not(.mat-expanded),
mat-accordion .mat-expansion-panel:not(.mat-expanded),
mat-accordion.mat-accordion mat-expansion-panel:not(.mat-expanded),
mat-accordion.mat-accordion mat-expansion-panel.mat-expansion-panel:not(.mat-expanded),
mat-accordion.mat-accordion .mat-expansion-panel:not(.mat-expanded),
.mat-accordion mat-expansion-panel:not(.mat-expanded),
.mat-accordion mat-expansion-panel.mat-expansion-panel:not(.mat-expanded),
.mat-accordion .mat-expansion-panel:not(.mat-expanded) {
  border-bottom: none;
}
mat-accordion mat-expansion-panel:not(.mat-expanded):last-child,
mat-accordion mat-expansion-panel.mat-expansion-panel:not(.mat-expanded):last-child,
mat-accordion .mat-expansion-panel:not(.mat-expanded):last-child,
mat-accordion.mat-accordion mat-expansion-panel:not(.mat-expanded):last-child,
mat-accordion.mat-accordion mat-expansion-panel.mat-expansion-panel:not(.mat-expanded):last-child,
mat-accordion.mat-accordion .mat-expansion-panel:not(.mat-expanded):last-child,
.mat-accordion mat-expansion-panel:not(.mat-expanded):last-child,
.mat-accordion mat-expansion-panel.mat-expansion-panel:not(.mat-expanded):last-child,
.mat-accordion .mat-expansion-panel:not(.mat-expanded):last-child {
  border-bottom: 0.1rem solid #CCCCCC;
}
mat-expansion-panel,
mat-expansion-panel.mat-expansion-panel,
.mat-expansion-panel {
  margin: 0 !important;
  border: 0.1rem solid #CCCCCC;
}
mat-expansion-panel:only-of-type,
mat-expansion-panel.mat-expansion-panel:only-of-type,
.mat-expansion-panel:only-of-type {
  margin-bottom: 1rem !important;
}
mat-expansion-panel.mat-expansion-panel-spacing,
mat-expansion-panel.mat-expansion-panel.mat-expansion-panel-spacing,
.mat-expansion-panel.mat-expansion-panel-spacing {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
mat-expansion-panel mat-expansion-panel-header,
mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
mat-expansion-panel .mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header,
.mat-expansion-panel mat-expansion-panel-header,
.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
.mat-expansion-panel .mat-expansion-panel-header {
  font-size: 1rem;
  height: auto !important;
  margin-bottom: 0;
  padding: 0 1rem;
  width: 100% !important;
  background-color: #F4F4F4;
  min-height: 4rem;
}
mat-expansion-panel mat-expansion-panel-header:hover,
mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header:hover,
mat-expansion-panel .mat-expansion-panel-header:hover,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header:hover,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header:hover,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header:hover,
.mat-expansion-panel mat-expansion-panel-header:hover,
.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header:hover,
.mat-expansion-panel .mat-expansion-panel-header:hover {
  background-color: #FFFFFF !important;
}
mat-expansion-panel mat-expansion-panel-header.mat-expanded,
mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded,
mat-expansion-panel .mat-expansion-panel-header.mat-expanded,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expanded,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header.mat-expanded,
.mat-expansion-panel mat-expansion-panel-header.mat-expanded,
.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded,
.mat-expansion-panel .mat-expansion-panel-header.mat-expanded {
  margin-bottom: 1rem;
  background-color: #FFFFFF;
}
mat-expansion-panel mat-expansion-panel-header .mat-content,
mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content,
mat-expansion-panel .mat-expansion-panel-header .mat-content,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header .mat-content,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header .mat-content,
.mat-expansion-panel mat-expansion-panel-header .mat-content,
.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content,
.mat-expansion-panel .mat-expansion-panel-header .mat-content {
  display: flex;
}
mat-expansion-panel mat-expansion-panel-header .mat-content .flex-child,
mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content .flex-child,
mat-expansion-panel .mat-expansion-panel-header .mat-content .flex-child,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header .mat-content .flex-child,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content .flex-child,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header .mat-content .flex-child,
.mat-expansion-panel mat-expansion-panel-header .mat-content .flex-child,
.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content .flex-child,
.mat-expansion-panel .mat-expansion-panel-header .mat-content .flex-child {
  margin-top: 1rem;
  width: 50%;
}
mat-expansion-panel mat-expansion-panel-header .mat-content .flex-child:last-child,
mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content .flex-child:last-child,
mat-expansion-panel .mat-expansion-panel-header .mat-content .flex-child:last-child,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header .mat-content .flex-child:last-child,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content .flex-child:last-child,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header .mat-content .flex-child:last-child,
.mat-expansion-panel mat-expansion-panel-header .mat-content .flex-child:last-child,
.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content .flex-child:last-child,
.mat-expansion-panel .mat-expansion-panel-header .mat-content .flex-child:last-child {
  padding-right: 1rem;
}
mat-expansion-panel mat-expansion-panel-header .mat-content .flex-child.mat-icon,
mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content .flex-child.mat-icon,
mat-expansion-panel .mat-expansion-panel-header .mat-content .flex-child.mat-icon,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header .mat-content .flex-child.mat-icon,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content .flex-child.mat-icon,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header .mat-content .flex-child.mat-icon,
.mat-expansion-panel mat-expansion-panel-header .mat-content .flex-child.mat-icon,
.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content .flex-child.mat-icon,
.mat-expansion-panel .mat-expansion-panel-header .mat-content .flex-child.mat-icon {
  margin-top: 0.5rem;
}
mat-expansion-panel mat-action-row,
mat-expansion-panel mat-action-row.mat-action-row,
mat-expansion-panel .mat-action-row,
mat-expansion-panel.mat-expansion-panel mat-action-row,
mat-expansion-panel.mat-expansion-panel mat-action-row.mat-action-row,
mat-expansion-panel.mat-expansion-panel .mat-action-row,
.mat-expansion-panel mat-action-row,
.mat-expansion-panel mat-action-row.mat-action-row,
.mat-expansion-panel .mat-action-row {
  padding-right: 0;
  padding-left: 0;
  margin-top: 1rem;
}
mat-expansion-panel mat-action-row button,
mat-expansion-panel mat-action-row.mat-action-row button,
mat-expansion-panel .mat-action-row button,
mat-expansion-panel.mat-expansion-panel mat-action-row button,
mat-expansion-panel.mat-expansion-panel mat-action-row.mat-action-row button,
mat-expansion-panel.mat-expansion-panel .mat-action-row button,
.mat-expansion-panel mat-action-row button,
.mat-expansion-panel mat-action-row.mat-action-row button,
.mat-expansion-panel .mat-action-row button {
  margin-bottom: 0;
}
mat-expansion-panel mat-action-row button:last-child,
mat-expansion-panel mat-action-row.mat-action-row button:last-child,
mat-expansion-panel .mat-action-row button:last-child,
mat-expansion-panel.mat-expansion-panel mat-action-row button:last-child,
mat-expansion-panel.mat-expansion-panel mat-action-row.mat-action-row button:last-child,
mat-expansion-panel.mat-expansion-panel .mat-action-row button:last-child,
.mat-expansion-panel mat-action-row button:last-child,
.mat-expansion-panel mat-action-row.mat-action-row button:last-child,
.mat-expansion-panel .mat-action-row button:last-child {
  margin-right: 0;
}
mat-expansion-panel mat-expansion-panel,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel,
mat-expansion-panel .mat-expansion-panel,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel,
.mat-expansion-panel mat-expansion-panel,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel,
.mat-expansion-panel .mat-expansion-panel {
  background-color: #F4F4F4;
}
mat-expansion-panel mat-expansion-panel mat-expansion-panel-header,
mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
mat-expansion-panel mat-expansion-panel .mat-expansion-panel-header,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header,
mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header,
mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
mat-expansion-panel .mat-expansion-panel .mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-expansion-panel-header,
.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header,
.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
.mat-expansion-panel mat-expansion-panel .mat-expansion-panel-header,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header,
.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header,
.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
.mat-expansion-panel .mat-expansion-panel .mat-expansion-panel-header {
  background-color: #F4F4F4;
}
mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expanded:hover, mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel .mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel .mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expanded:hover,
.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover,
.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover,
.mat-expansion-panel mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expanded:hover,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expanded:hover,
.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover,
.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel .mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover,
.mat-expansion-panel .mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus {
  background-color: #F4F4F4 !important;
}
mat-expansion-panel mat-expansion-panel .mat-form-field-outline,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline,
mat-expansion-panel .mat-expansion-panel .mat-form-field-outline,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-form-field-outline,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-form-field-outline,
.mat-expansion-panel mat-expansion-panel .mat-form-field-outline,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline,
.mat-expansion-panel .mat-expansion-panel .mat-form-field-outline {
  background-color: #FFFFFF;
}
mat-expansion-panel mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-start,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-start,
mat-expansion-panel .mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-start,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-start,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-start,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-start,
.mat-expansion-panel mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-start,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-start,
.mat-expansion-panel .mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-start {
  border-left: 0.1rem solid #CCCCCC;
  border-top: 0.1rem solid #CCCCCC;
  border-bottom: 0.1rem solid #CCCCCC;
}
mat-expansion-panel mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-gap,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-gap,
mat-expansion-panel .mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-gap,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-gap,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-gap,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-gap,
.mat-expansion-panel mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-gap,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-gap,
.mat-expansion-panel .mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-gap {
  border-top: 0.1rem solid #CCCCCC;
  border-bottom: 0.1rem solid #CCCCCC;
}
mat-expansion-panel mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-end,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-end,
mat-expansion-panel .mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-end,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-end,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-end,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-end,
.mat-expansion-panel mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-end,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-end,
.mat-expansion-panel .mat-expansion-panel .mat-form-field-outline .mat-form-field-outline-end {
  border-right: 0.1rem solid #CCCCCC;
  border-top: 0.1rem solid #CCCCCC;
  border-bottom: 0.1rem solid #CCCCCC;
}
mat-expansion-panel mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-start,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-start,
mat-expansion-panel .mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-start,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-start,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-start,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-expansion-panel mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-start,
.mat-expansion-panel .mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-start {
  border-left: 0.15rem solid #1A1A1A;
  border-top: 0.15rem solid #1A1A1A;
  border-bottom: 0.15rem solid #1A1A1A;
}
mat-expansion-panel mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-gap,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-gap,
mat-expansion-panel .mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-gap,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-gap,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-gap,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-gap,
.mat-expansion-panel mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-gap,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-gap,
.mat-expansion-panel .mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-gap {
  border-top: 0.15rem solid #1A1A1A;
  border-bottom: 0.15rem solid #1A1A1A;
}
mat-expansion-panel mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-end,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-end,
mat-expansion-panel .mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-end,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-end,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-end,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-expansion-panel mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-end,
.mat-expansion-panel .mat-expansion-panel .mat-form-field-outline-thick .mat-form-field-outline-end {
  border-right: 0.15rem solid #1A1A1A;
  border-top: 0.15rem solid #1A1A1A;
  border-bottom: 0.15rem solid #1A1A1A;
}
mat-expansion-panel mat-expansion-panel .mat-suffix,
mat-expansion-panel mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty),
mat-expansion-panel mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty) > mat-label,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-suffix,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty),
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty) > mat-label,
mat-expansion-panel .mat-expansion-panel .mat-suffix,
mat-expansion-panel .mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty),
mat-expansion-panel .mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty) > mat-label,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-suffix,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty),
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty) > mat-label,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-suffix,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty),
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty) > mat-label,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-suffix,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty),
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty) > mat-label,
.mat-expansion-panel mat-expansion-panel .mat-suffix,
.mat-expansion-panel mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty),
.mat-expansion-panel mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty) > mat-label,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-suffix,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty),
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty) > mat-label,
.mat-expansion-panel .mat-expansion-panel .mat-suffix,
.mat-expansion-panel .mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty),
.mat-expansion-panel .mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty) > mat-label {
  color: #1A1A1A !important;
}
mat-expansion-panel mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty) > mat-label,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty) > mat-label,
mat-expansion-panel .mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty) > mat-label,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty) > mat-label,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty) > mat-label,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty) > mat-label,
.mat-expansion-panel mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty) > mat-label,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty) > mat-label,
.mat-expansion-panel .mat-expansion-panel .mat-form-field-label:not(.mat-form-field-empty) > mat-label {
  background-color: #FFFFFF;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
}
mat-expansion-panel mat-expansion-panel .mat-focused .mat-form-field-label,
mat-expansion-panel mat-expansion-panel .mat-focused .mat-form-field-label > mat-label,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-focused .mat-form-field-label,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-focused .mat-form-field-label > mat-label,
mat-expansion-panel .mat-expansion-panel .mat-focused .mat-form-field-label,
mat-expansion-panel .mat-expansion-panel .mat-focused .mat-form-field-label > mat-label,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-focused .mat-form-field-label,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-focused .mat-form-field-label > mat-label,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-focused .mat-form-field-label,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-focused .mat-form-field-label > mat-label,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-focused .mat-form-field-label,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-focused .mat-form-field-label > mat-label,
.mat-expansion-panel mat-expansion-panel .mat-focused .mat-form-field-label,
.mat-expansion-panel mat-expansion-panel .mat-focused .mat-form-field-label > mat-label,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-focused .mat-form-field-label,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-focused .mat-form-field-label > mat-label,
.mat-expansion-panel .mat-expansion-panel .mat-focused .mat-form-field-label,
.mat-expansion-panel .mat-expansion-panel .mat-focused .mat-form-field-label > mat-label {
  color: #1A1A1A !important;
  width: auto;
  background: white;
}
mat-expansion-panel mat-expansion-panel .flex-child--side-bar,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .flex-child--side-bar,
mat-expansion-panel .mat-expansion-panel .flex-child--side-bar,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .flex-child--side-bar,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .flex-child--side-bar,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .flex-child--side-bar,
.mat-expansion-panel mat-expansion-panel .flex-child--side-bar,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .flex-child--side-bar,
.mat-expansion-panel .mat-expansion-panel .flex-child--side-bar {
  background-color: #FFFFFF;
  border: 0.1rem solid #CCCCCC;
}
mat-expansion-panel mat-expansion-panel .mat-action-row,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-action-row,
mat-expansion-panel .mat-expansion-panel .mat-action-row,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-action-row,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-action-row,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-action-row,
.mat-expansion-panel mat-expansion-panel .mat-action-row,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-action-row,
.mat-expansion-panel .mat-expansion-panel .mat-action-row {
  border-top-color: #666666 !important;
}
mat-expansion-panel mat-expansion-panel legend,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel legend,
mat-expansion-panel .mat-expansion-panel legend,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel legend,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel legend,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel legend,
.mat-expansion-panel mat-expansion-panel legend,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel legend,
.mat-expansion-panel .mat-expansion-panel legend {
  color: #1A1A1A;
}
.mat-dialog-container,
.mat-menu-panel {
  margin: 0 auto;
  min-width: calc(360px - 2rem) !important;
}
.mat-dialog-container .mat-dialog-content,
.mat-menu-panel .mat-dialog-content {
  width: 100%;
  min-width: calc(360px - 4rem);
  max-width: 100%;
  position: relative;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  max-height: calc(100vh - 18rem) !important;
  padding-right: 1rem !important;
}
.mat-dialog-container .mat-dialog-content p:only-child,
.mat-menu-panel .mat-dialog-content p:only-child {
  margin-bottom: 1rem;
}
.mat-dialog-container .mat-dialog-actions,
.mat-menu-panel .mat-dialog-actions {
  justify-content: flex-end;
  padding-top: 1rem !important;
  padding-bottom: 0 !important;
  border-top: 0.1rem solid #CCCCCC;
}
.mat-dialog-container .mat-dialog-actions.flex.flex--end-vertical,
.mat-menu-panel .mat-dialog-actions.flex.flex--end-vertical {
  padding-top: 0 !important;
}
.mat-dialog-container .mat-dialog-actions.flex.flex--end-vertical:first-child button.button,
.mat-menu-panel .mat-dialog-actions.flex.flex--end-vertical:first-child button.button {
  margin-left: 0;
}
.mat-dialog-container .mat-dialog-actions.flex.flex--end-vertical:last-child button.button,
.mat-menu-panel .mat-dialog-actions.flex.flex--end-vertical:last-child button.button {
  margin-right: 0;
}
.mat-dialog-container .mat-dialog-actions.flex.flex--end-vertical button.button,
.mat-menu-panel .mat-dialog-actions.flex.flex--end-vertical button.button {
  margin-top: 1rem;
}
.mat-menu-panel {
  padding: 1rem;
  max-width: 100% !important;
  width: -moz-min-content;
  width: min-content;
}
.mat-menu-panel .mat-menu-content {
  padding: 0 !important;
}
.mat-menu-panel .mat-menu-content:not(:empty) {
  padding: inherit;
}
.mat-menu-panel .mat-menu-content .mat-dialog-content {
  padding: 0 !important;
  max-height: none !important;
  width: -moz-min-content;
  width: min-content;
}
.mat-menu-panel .mat-menu-content > .mat-focus-indicator {
  overflow: visible;
  white-space: normal;
  display: inline-block;
  line-height: inherit;
}
.mat-menu-panel .mat-dialog-actions {
  margin-bottom: 0;
}
mat-icon,
mat-icon.mat-icon,
.mat-icon {
  font-size: 2rem !important;
  vertical-align: middle;
  height: auto !important;
  width: auto !important;
  line-height: 1 !important;
  cursor: default;
}
mat-icon.mat-tooltip-trigger,
mat-icon.mat-icon.mat-tooltip-trigger,
.mat-icon.mat-tooltip-trigger {
  cursor: help;
}
mat-icon.flex-child,
mat-icon.mat-icon.flex-child,
.mat-icon.flex-child {
  align-self: flex-start;
}
@media print {
  mat-icon,
mat-icon.mat-icon,
.mat-icon {
    display: none;
  }
}
mat-radio-button,
mat-radio-button.mat-radio-button,
.mat-radio-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
mat-radio-button button,
mat-radio-button.mat-radio-button button,
.mat-radio-button button {
  margin-bottom: 0;
}
.mat-tab-label-content,
div.mat-tab-label-content,
.cdk-overlay-container div {
  font-size: 1rem;
}
mat-tab-group,
mat-tab-group.mat-tab-group,
.mat-tab-group {
  margin-bottom: 0 !important;
}
mat-tree-node,
mat-tree-node.mat-tree-node,
.mat-tree-node {
  font-size: 1rem;
  padding: 0.5rem;
}
mat-tree-node.highlight-color,
mat-tree-node.mat-tree-node.highlight-color,
.mat-tree-node.highlight-color {
  font-weight: 700;
  background-color: #F4F4F4;
}
.mat-icon-button {
  line-height: 1 !important;
  height: auto !important;
  width: auto !important;
}
.mat-datepicker-content mat-calendar,
.mat-datepicker-content .mat-calendar,
.mat-datepicker-content mat-calendar.mat-calendar {
  height: auto;
  padding-bottom: 1rem;
}
.mat-datepicker-content mat-calendar .mat-calendar-controls .mat-icon-button,
.mat-datepicker-content .mat-calendar .mat-calendar-controls .mat-icon-button,
.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-controls .mat-icon-button {
  height: 2.5rem !important;
  width: 2.5rem !important;
}
.mat-datepicker-toggle {
  color: #118847 !important;
}
.mat-toolbar-row,
mat-toolbar-row.mat-toolbar-row,
.mat-toolbar-single-row {
  height: auto;
}
.mat-toolbar-multiple-rows,
mat-toolbar.mat-toolbar-multiple-rows {
  min-height: auto;
}
mat-error,
mat-error.mat-error,
.mat-error {
  font-size: 1rem;
  color: #CD0000;
}
.cdk-overlay-pane {
  max-width: calc(100vw - 2rem) !important;
  max-height: calc(100vh - 2rem) !important;
  width: auto !important;
  height: auto !important;
}
@media (max-width: 720px) {
  .cdk-overlay-pane {
    max-width: calc(100vw - 1rem) !important;
    max-height: calc(100vh - 8rem) !important;
  }
}
.mat-drawer-container {
  position: unset !important;
}
.mat-select-panel .mat-option {
  line-height: 1.5rem !important;
  height: auto !important;
  padding: 1rem;
  overflow: unset;
}
.mat-select-panel .mat-option .mat-option-text {
  overflow: unset;
  display: block;
  white-space: normal;
  line-height: 1.5rem;
}
body .mat-list-base .mat-list-item .mat-list-item-content-reverse,
body .mat-list-base .mat-list-option .mat-list-item-content-reverse,
body .mat-list-base .mat-list-item .mat-list-item-content,
body .mat-list-base .mat-list-option .mat-list-item-content {
  padding: 0;
}
body .mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon,
body .mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon {
  display: inline-block;
}
.mat-radio-group:not(.flex-radio-group) {
  margin: 0;
}
.mat-radio-group:not(.flex-radio-group) mat-radio-button button:first-child,
.mat-radio-group:not(.flex-radio-group) mat-radio-button.mat-radio-button button:first-child,
.mat-radio-group:not(.flex-radio-group) .mat-radio-button button:first-child {
  padding-top: 0;
}
.mat-radio-group:not(.flex-radio-group) mat-radio-button button:last-child,
.mat-radio-group:not(.flex-radio-group) mat-radio-button.mat-radio-button button:last-child,
.mat-radio-group:not(.flex-radio-group) .mat-radio-button button:last-child {
  padding-bottom: 0;
}
.flex-radio-group.mat-radio-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .flex-radio-group.mat-radio-group {
    flex-direction: column;
  }
}
.flex-radio-group.mat-radio-group .mat-radio-button {
  margin-right: 1rem;
}
.mat-radio-label {
  align-items: flex-start !important;
}
.badge--red-primary .mat-badge-content {
  background: #CD0000 !important;
  color: white !important;
}
.badge--yellow-primary .mat-badge-content {
  background: #906700 !important;
  color: white !important;
}
.badge--blue-primary .mat-badge-content {
  background: #00799F !important;
  color: white !important;
}
.ng-invalid.missing-info .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline {
  color: #FFFFFF;
}
.ng-invalid.missing-info:hover .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline {
  color: #1A1A1A;
  transition: 0.5s;
}
abbr[title] {
  border-bottom: 0.1rem dotted #1A1A1A !important;
  cursor: help !important;
  text-decoration: none !important;
}
@media (max-width: 720px) {
  .flex {
    margin-bottom: 0.5rem;
  }
}
.flex.flex--cols-none > .flex-child {
  width: auto;
}
.flex.flex--cols-none > .flex-child.flex-child--flex-placeholder::before {
  content: "There is no need to have 'flex-child--flex-placeholder elements when using an flex container with class 'flex--cols-none'";
}
.flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button) {
  width: 50%;
}
.flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):nth-child(odd) {
  padding-right: 0.5rem;
}
.flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):nth-child(even) {
  padding-left: 0.5rem;
}
.flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button).flex-child--important {
  width: 50% !important;
}
.flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button).flex-child--odd-child {
  padding-left: 0;
  padding-right: 0.5rem;
}
.flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button).flex-child--even-child {
  padding-left: 0.5rem;
  padding-right: 0;
}
@media (max-width: 720px) {
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):not(.flex-child--flex-grow):not(.flex-child--flex-shrink) {
    width: 100%;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):not(.flex-child--flex-grow):not(.flex-child--flex-shrink):nth-child(odd) {
    padding-right: 0;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):not(.flex-child--flex-grow):not(.flex-child--flex-shrink):nth-child(even) {
    padding-left: 0;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):not(.flex-child--flex-grow):not(.flex-child--flex-shrink).flex-child--important {
    width: 100% !important;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):not(.flex-child--flex-grow):not(.flex-child--flex-shrink).flex-child--flex-placeholder {
    display: none;
  }
}
@media print {
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button) {
    width: 50%;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):nth-child(odd) {
    padding-right: 0.5rem;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):nth-child(even) {
    padding-left: 0.5rem;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button).flex-child--important {
    width: 50% !important;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button).flex-child--odd-child {
    padding-left: 0;
    padding-right: 0.5rem;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button).flex-child--even-child {
    padding-left: 0.5rem;
    padding-right: 0;
  }
}
.flex.flex--cols-2-flag > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):first-child {
  padding-right: 0;
}
.flex.flex--cols-2-flag > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):last-child {
  padding-left: 1rem;
}
.flex.flex--cols-2-flag > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):last-child:is(app-flag) {
  padding-left: 0;
}
.flex.flex--cols-2-flag > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):last-child:is(app-flag) .button {
  margin-left: 1rem !important;
}
.flex.flex--cols-2-flag > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button).flex-child--flex-grow {
  padding-left: 0;
  padding-right: 0;
}
.flex.flex--cols-2-flag > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button) .button {
  padding: 0;
  margin: 0;
  min-width: 0;
  width: auto;
}
.flex.flex--cols-3 > .flex-child {
  width: 33.3333333333%;
}
.flex.flex--cols-3 > .flex-child:nth-child(3n+1) {
  padding-left: 0;
  padding-right: 0.5rem;
}
.flex.flex--cols-3 > .flex-child:nth-child(3n+2) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.flex.flex--cols-3 > .flex-child:nth-child(3n+3) {
  padding-left: 0.5rem;
  padding-right: 0;
}
.flex.flex--cols-3 > .flex-child.flex-child--two-third-width {
  width: 66.6666666667% !important;
  padding-left: 0;
}
@media (max-width: 1365px) {
  .flex.flex--cols-3 > .flex-child {
    width: 50%;
  }
  .flex.flex--cols-3 > .flex-child.flex-child--flex-placeholder {
    display: none;
  }
  .flex.flex--cols-3 > .flex-child:nth-child(odd) {
    padding-left: 0;
    padding-right: 0.5rem;
  }
  .flex.flex--cols-3 > .flex-child:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0;
  }
}
@media (max-width: 720px) {
  .flex.flex--cols-3 > .flex-child {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media print {
  .flex.flex--cols-3 > .flex-child {
    width: 33.3333333333%;
  }
  .flex.flex--cols-3 > .flex-child:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 0.5rem;
  }
  .flex.flex--cols-3 > .flex-child:nth-child(3n+2) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .flex.flex--cols-3 > .flex-child:nth-child(3n+3) {
    padding-left: 0.5rem;
    padding-right: 0;
  }
  .flex.flex--cols-3 > .flex-child.flex-child--two-third-width {
    width: 66.6666666667% !important;
    padding-left: 0;
  }
}
.flex.flex--cols-4 > .flex-child {
  width: 25%;
}
@media (max-width: 1365px) {
  .flex.flex--cols-4 > .flex-child {
    width: 50%;
  }
  .flex.flex--cols-4 > .flex-child.flex-child--flex-placeholder {
    display: none;
  }
  .flex.flex--cols-4 > .flex-child:nth-child(odd) {
    padding-left: 0;
    padding-right: 0.5rem;
  }
  .flex.flex--cols-4 > .flex-child:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0;
  }
}
@media (max-width: 720px) {
  .flex.flex--cols-4 > .flex-child {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media print {
  .flex.flex--cols-4 > .flex-child {
    width: 25%;
  }
}
.flex.flex--cols-5 > .flex-child {
  width: 20%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.flex.flex--cols-5 > .flex-child:nth-child(1), .flex.flex--cols-5 > .flex-child:nth-child(2), .flex.flex--cols-5 > .flex-child:nth-child(3), .flex.flex--cols-5 > .flex-child:nth-child(4), .flex.flex--cols-5 > .flex-child:nth-child(5) {
  margin-top: 0;
}
.flex.flex--cols-5 > .flex-child:nth-child(5n+1) {
  padding-left: 0;
}
.flex.flex--cols-5 > .flex-child:nth-child(5n+5) {
  padding-right: 0;
}
.flex.flex--cols-5 > .flex-child:nth-last-child(5), .flex.flex--cols-5 > .flex-child:nth-last-child(4), .flex.flex--cols-5 > .flex-child:nth-last-child(3), .flex.flex--cols-5 > .flex-child:nth-last-child(2), .flex.flex--cols-5 > .flex-child:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 1365px) {
  .flex.flex--cols-5 > .flex-child {
    width: 33.3333333333%;
  }
  .flex.flex--cols-5 > .flex-child:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
  .flex.flex--cols-5 > .flex-child:nth-child(3n+2) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
  .flex.flex--cols-5 > .flex-child:nth-child(3n+3) {
    padding-left: 0.5rem;
    padding-right: 0;
  }
  .flex.flex--cols-5 > .flex-child:nth-last-child(3), .flex.flex--cols-5 > .flex-child:nth-last-child(2), .flex.flex--cols-5 > .flex-child:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 720px) {
  .flex.flex--cols-5 > .flex-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 1rem !important;
    width: 100%;
  }
  .flex.flex--cols-5 > .flex-child:last-child {
    margin-bottom: 0 !important;
  }
}
@media print {
  .flex.flex--cols-5 > .flex-child {
    width: 33.3333333333%;
  }
  .flex.flex--cols-5 > .flex-child:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
  .flex.flex--cols-5 > .flex-child:nth-child(3n+2) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
  .flex.flex--cols-5 > .flex-child:nth-child(3n+3) {
    padding-left: 0.5rem;
    padding-right: 0;
  }
  .flex.flex--cols-5 > .flex-child:nth-last-child(3), .flex.flex--cols-5 > .flex-child:nth-last-child(2), .flex.flex--cols-5 > .flex-child:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.flex.flex--full-height {
  align-items: stretch;
}
.flex.flex--center-horizontal {
  justify-content: center;
}
.flex.flex--end-vertical {
  justify-content: flex-end;
}
.flex.flex--baseline-vertical {
  align-items: baseline;
}
.flex.flex--center-vertical {
  align-items: center;
}
.flex.flex--top-align-vertical {
  align-items: flex-start;
}
.flex.flex--nowrap {
  flex-wrap: nowrap;
}
.flex.flex--wrap {
  flex-wrap: wrap;
}
.flex.flex--justify-content-space-evenly {
  justify-content: space-evenly;
}
.flex .mat-expansion-panel-body {
  padding-top: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 720px) {
  .flex .mat-expansion-panel-body {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.report .flex.background-colour--grey-primary {
  padding: 1rem;
}
.flex-child.flex-child--flex-grow {
  flex-grow: 1;
}
.flex-child.flex-child--flex-shrink {
  flex-shrink: 1;
  width: auto !important;
}
.flex-child.flex-child--side-bar {
  max-width: 360px;
  width: 100%;
  background-color: #F4F4F4;
  padding: 1rem;
  margin-left: 0.5rem;
}
.flex-child.flex-child--side-bar .flex.flex--cols-2 {
  justify-content: flex-end;
}
@media (max-width: 1365px) {
  .flex-child.flex-child--side-bar {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 720px) {
  .flex-child.flex-child--side-bar {
    padding: 0.5rem;
  }
  .flex-child.flex-child--side-bar.flex.flex--cols-2 > .flex-child:not(.flex-child--full-width),
.flex-child.flex-child--side-bar section.flex.flex--cols-2 > .flex-child:not(.flex-child--full-width) {
    width: 50%;
  }
}
@media print {
  .flex-child.flex-child--side-bar {
    max-width: 100%;
    margin-left: 0;
  }
}
.flex-child.flex-child--full-width {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.flex-child.flex-child--full-width.hr {
  padding: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
.flex-child.flex-child--align-top {
  align-self: flex-start;
}
.flex-child.flex-child--align-top mat-form-field,
.flex-child.flex-child--align-top .mat-form-field,
.flex-child.flex-child--align-top mat-form-field.mat-form-field {
  margin-bottom: 0;
}
.flex-child.flex-child--align-top mat-form-field .mat-form-field-subscript-wrapper,
.flex-child.flex-child--align-top .mat-form-field .mat-form-field-subscript-wrapper,
.flex-child.flex-child--align-top mat-form-field.mat-form-field .mat-form-field-subscript-wrapper {
  padding: 0;
  margin: 0;
}
.flex-child.flex-child--align-bottom {
  align-self: flex-end;
}
.flex-child .mat-form-field {
  width: 100%;
}
.flex-child mat-checkbox.mat-checkbox {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
}
/* ------------ Keep ------------ */
/* TO DO: Imported from _theme.scss, revise */
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 15px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #333333;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #0066cc;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #d32f2f;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #333333;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #0066cc;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #d32f2f;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.mat-badge {
  position: relative;
}
.mat-badge.mat-badge {
  overflow: visible;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-badge-content {
  color: white;
  background: #333333;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #0066cc;
  color: white;
}
.mat-badge-warn .mat-badge-content {
  color: white;
  background: #d32f2f;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #333333;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #0066cc;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #d32f2f;
}
.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #333333;
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #0066cc;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #d32f2f;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-button-focus-overlay {
  background: black;
}
.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: white;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #333333;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #0066cc;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #d32f2f;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #333333;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #0066cc;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #d32f2f;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-checkbox .mat-ripple-element {
  background-color: black;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #333333;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #0066cc;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #d32f2f;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #333333;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #d32f2f;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #0066cc;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-table {
  background: white;
}
.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}
mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
.mat-calendar-body-in-range::before {
  background: rgba(51, 51, 51, 0.2);
}
.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(51, 51, 51, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(51, 51, 51, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-calendar-body-selected {
  background-color: #333333;
  color: white;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(51, 51, 51, 0.4);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(51, 51, 51, 0.3);
}
@media (hover: hover) {
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(51, 51, 51, 0.3);
  }
}
.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(0, 102, 204, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(0, 102, 204, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(0, 102, 204, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #0066cc;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(0, 102, 204, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(0, 102, 204, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(0, 102, 204, 0.3);
  }
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(211, 47, 47, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(211, 47, 47, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(211, 47, 47, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #d32f2f;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(211, 47, 47, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(211, 47, 47, 0.3);
}
@media (hover: hover) {
  .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(211, 47, 47, 0.3);
  }
}
.mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-datepicker-toggle-active {
  color: #333333;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #0066cc;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #d32f2f;
}
.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #333333;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #0066cc;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #d32f2f;
}
.mat-focused .mat-form-field-required-marker {
  color: #0066cc;
}
.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #333333;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #0066cc;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #d32f2f;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #333333;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #0066cc;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #d32f2f;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #d32f2f;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #d32f2f;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #d32f2f;
}
.mat-error {
  color: #d32f2f;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #333333;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #0066cc;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #d32f2f;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #d32f2f;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.mat-icon.mat-primary {
  color: #333333;
}
.mat-icon.mat-accent {
  color: #0066cc;
}
.mat-icon.mat-warn {
  color: #d32f2f;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: #333333;
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-form-field.mat-accent .mat-input-element {
  caret-color: #0066cc;
}
.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #d32f2f;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #d32f2f;
}
.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}
.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled],
.mat-menu-item[disabled] .mat-menu-submenu-icon,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.mat-menu-item .mat-icon-no-color,
.mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-paginator {
  background: white;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-paginator-container {
  min-height: 56px;
}
.mat-progress-bar-background {
  fill: #c8c8c8;
}
.mat-progress-bar-buffer {
  background-color: #c8c8c8;
}
.mat-progress-bar-fill::after {
  background-color: #333333;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #bcd5ef;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #bcd5ef;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #0066cc;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #f0c7c7;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #f0c7c7;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #d32f2f;
}
.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #333333;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #0066cc;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #d32f2f;
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #333333;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #333333;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #0066cc;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #0066cc;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #d32f2f;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #d32f2f;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #333333;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #0066cc;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #d32f2f;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #d32f2f;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #0066cc;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(0, 102, 204, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #0066cc;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #333333;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(51, 51, 51, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #333333;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #d32f2f;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(211, 47, 47, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #d32f2f;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-primary .mat-slider-track-fill,
.mat-slider.mat-primary .mat-slider-thumb,
.mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: #333333;
}
.mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(51, 51, 51, 0.2);
}
.mat-slider.mat-accent .mat-slider-track-fill,
.mat-slider.mat-accent .mat-slider-thumb,
.mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #0066cc;
}
.mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(0, 102, 204, 0.2);
}
.mat-slider.mat-warn .mat-slider-track-fill,
.mat-slider.mat-warn .mat-slider-thumb,
.mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #d32f2f;
}
.mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(211, 47, 47, 0.2);
}
.mat-slider:hover .mat-slider-track-background,
.mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider.mat-slider-disabled .mat-slider-track-background,
.mat-slider.mat-slider-disabled .mat-slider-track-fill,
.mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #333333;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #0066cc;
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #d32f2f;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #d32f2f;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #d32f2f;
}
.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}
.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header {
  height: 72px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}
.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
.mat-sort-header-arrow {
  color: #757575;
}
.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-tab-group[class*=mat-background-] > .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(194, 194, 194, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #333333;
}
.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(0, 102, 204, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #0066cc;
}
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(229, 115, 115, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #d32f2f;
}
.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(194, 194, 194, 0.3);
}
.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #333333;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(0, 102, 204, 0.3);
}
.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #0066cc;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(229, 115, 115, 0.3);
}
.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #d32f2f;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}
.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #333333;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #0066cc;
  color: white;
}
.mat-toolbar.mat-warn {
  background: #d32f2f;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-toolbar-multiple-rows {
  min-height: 64px;
}
.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.mat-tree {
  background: white;
}
.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tree-node {
  min-height: 48px;
}
.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-simple-snackbar-action {
  color: #0066cc;
}
body {
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1A1A1A;
  overflow-x: hidden;
  height: 100%;
  min-width: 360px;
  max-width: 1920px;
}
@media (min-width: 1920px) {
  body {
    margin: 0 auto !important;
    box-shadow: 0 0 1rem #666666;
  }
}
@media (max-width: 360px) {
  body {
    overflow-x: visible;
  }
}
body main {
  position: relative;
  z-index: 1;
}
a {
  text-decoration: none;
  color: #06c;
}
a:hover {
  color: #1468a0;
  text-decoration: underline;
  cursor: pointer;
}
.font-weight-550 {
  font-weight: 550;
}
.font-weight-600 {
  font-weight: 600;
}
a.disabled {
  color: #1A1A1A !important;
  opacity: 0.5;
  cursor: not-allowed;
}
.padded-form {
  padding: 0em 1em 0em 1em;
}
.left-padded-form {
  padding: 0em 0em 0em 1em;
}
.no-padding-horizontal {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}
.bg-white {
  background-color: #FFFFFF;
}
.report-bg-gray {
  background-color: #FFFFFF;
}
.report-bg-dark-gray {
  background-color: #F4F4F4;
}
.toolbar-flex {
  width: 100%;
}
.toolbar-flex .prompt {
  float: right;
  font-size: smaller;
  margin-right: 1em;
  /* mobile */
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .toolbar-flex .prompt {
    font-size: x-small;
    position: relative;
    top: 5px;
  }
}
.toolbar-flex .prompt-button {
  font-size: small;
  margin-left: 1em;
  /* mobile */
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .toolbar-flex .prompt-button {
    min-width: 120px;
    font-size: x-small;
  }
}
.toolbar-flex .prompt-button-small {
  font-size: small;
  margin-left: 1em;
  /* mobile */
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .toolbar-flex .prompt-button-small {
    min-width: 60px;
    font-size: x-small;
  }
}
.btn-dialog {
  /* mobile */
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .btn-dialog {
    width: 120px;
  }
}
.btn-dialog > span {
  /* mobile */
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .btn-dialog > span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.main-content {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.main-content .calculator-name-form {
  margin-top: 1.4em;
}
.main-content .clear-toolbar {
  background: transparent;
}
.main-content .main-header .main-title {
  margin: 0.5em 0 0 1.1em;
  font-size: 22px;
}
.main-content .toolbar-primary-icon {
  color: #118847;
  margin: 0.4em 0.5em 0 0;
}
.main-content .toolbar-primary-icon i {
  font-size: 1.125em;
}
.main-content .form-buttons {
  margin-right: 1em !important;
}
.main-content .form-buttons button {
  float: right;
  margin-left: 1em;
}
.main-content .toolbar-buttons {
  color: #118847;
}
.main-content .main-toolbar .toolbar-title {
  text-transform: uppercase;
}
.main-content .padded-content {
  padding: 0 1.5em 3em 1.5em;
}
.main-content .title-divider {
  margin-top: -1em;
  margin-bottom: 2em;
}
.main-content .mat-form-field-outline {
  background: #FFFFFF;
  border-radius: 4px;
}
.main-content .mat-form-field-appearance-outline .mat-form-field-flex {
  margin-top: 0.25em;
}
.main-content .full-width {
  width: 100%;
}
.main-content .full-width .mat-form-field-wrapper {
  margin: 0 1em 1em 0;
}
.main-content .full-width .mat-form-field-wrapper:nth-last-of-type(1) {
  margin: 0 1em 0.75em 0;
}
.main-content .mat-checkbox {
  margin-right: 2em;
  margin-bottom: 2em;
}
.main-content .row {
  margin: 1em 0;
}
.main-content .sub-section {
  margin: 0 1em 1em 1em;
  padding: 0.5em 0 0.5em 0;
  background-color: #FFFFFF;
}
.main-content .icon-button i {
  vertical-align: middle;
}
.main-content .icon-button span {
  vertical-align: middle;
  margin-left: 0.5em;
}
.mat-suffix {
  font-size: 75%;
}
.mat-tab-label,
.mat-tab-link {
  color: #118847;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #118847;
}
.printLayout {
  display: none;
  width: 600px;
}
.printLayout table {
  width: 100%;
}
.screnPrintLayout {
  display: block;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  .printLayout {
    display: block;
    width: 600px;
  }

  .printScreenLayout {
    display: block;
    width: 960px;
  }
  .printScreenLayout table {
    width: 100%;
  }

  .print-footer {
    width: 960px;
    background-color: #FFFFFF white;
    padding-bottom: 2em;
  }

  .OSAutoMarginTop {
    display: none;
  }

  .display--block {
    display: none;
  }

  mat-tab-header {
    display: none !important;
  }

  mat-tab-body, mat-sidenav-content {
    background-color: #FFFFFF !important;
  }
}
/*
* Remove spinner on input of number
* For Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*
* Remove spinner on input of number
* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/*Wrap mat-checkbox label*/
.mat-checkbox-layout {
  white-space: normal !important;
}
/* Keyboard active focus blue outline for AODA*/
.cdk-keyboard-focused {
  outline: -webkit-focus-ring-color auto 5px !important;
}
/* footer image styles*/
.cap-image {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
.ontario-image {
  padding: 1.375em 1.375em 1.375em 1.375em;
}
.canada-image {
  padding: 1em 1em 1em 1em;
  /* mobile */
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .canada-image {
    padding: 1.5em 1.5em 1.5em 1.5em;
  }
}
.fix-width-375 {
  max-width: 375px;
}
.fix-width-250 {
  max-width: 250px;
}
.sum-tbl-caption {
  text-align: left !important;
  padding-left: 5px;
}
.sum-caption {
  text-align: left !important;
  padding-left: 5px;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}
.hide {
  display: none !important;
}
@media only screen and (min-width: 960px) {
  .mobile-layout {
    display: none !important;
  }
}
@media only screen and (max-width: 959px) {
  .desktop-layout {
    display: none !important;
  }
}
.button-margin {
  margin: 1em 1em 1em 0em !important;
}
.spinner {
  margin: 10px 10px 10px 10px;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.radio-group-column {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}
.radio-group-row {
  display: flex;
  flex-direction: row;
  margin: 15px 0;
}
.word-wrap {
  word-wrap: break-word;
}
.no-wrap {
  white-space: nowrap;
}
.inline {
  display: inline;
}
mark {
  padding: 0;
  background-color: #EDBB59;
}
.remove-legend-cursor-pointer {
  cursor: auto;
}
.filter-item {
  height: 65px !important;
}
.filterList {
  min-height: 2rem;
}
.inputDisabled {
  cursor: not-allowed;
}
.inputEnabled {
  cursor: pointer;
}
.customCheckbox {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 65px;
  height: 65px;
  padding: 0 16px;
  text-align: left;
  text-decoration: none;
  max-width: 100%;
  position: relative;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}
.filterButton {
  width: -webkit-fill-available;
  border: none;
  background-color: #fff;
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: inherit;
}
.resultsCardContainer .resultsCardSubtitle {
  flex: 0.4;
}
.resultsCardContainer div > p {
  margin-bottom: 0.5rem !important;
}
.recordValue {
  flex: 1;
}
.recordContainer {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  float: left;
}
.recordContainer .metadataAttributeTitle {
  flex: 0.75;
}
.recordContainer .divider {
  border-bottom: 2px solid #ccc;
}
.recordContainer .ontario-accordions__container {
  max-width: none;
}
.recordContainer .assessmentDetailsContainer {
  display: flex;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .recordContainer .assessmentDetailsContainer {
    flex-wrap: wrap;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  .recordContainer .detailsContainer {
    flex-wrap: wrap;
  }
}
.recordContainer section.ontario-accordion__content {
  padding: 2rem 0.75rem 2rem;
}
.recordContainer .ontario-table-div {
  display: grid;
}
.recordContainer .ontario-accordion__content * {
  max-width: unset;
  width: auto;
}
.recordContainer .contactInformationContainer {
  padding: 0rem 0.5rem;
}
.recordContainer .contactInformationContainer .contactInformationTitle {
  flex: 0.5;
}
.recordContainer .contactInformationContainer .contactInformationValue {
  flex: 1;
}
.mat-autocomplete-panel {
  max-height: 260px;
}

/*# sourceMappingURL=styles.css.map*/