html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body,
html {
  margin: 0;
  padding: 0;
}
.inner-container {
  width: auto !important;
}
.parsys-container {
  border: 0 !important;
}
.module-tmpl-html {
  margin-top: 60px;
}
.module-htmlcontainer {
  padding: 0 !important;
}
.module-htmlcontainer div {
  margin: 0 auto;
}
.CustomHTML a,
.CustomHTML code,
.CustomHTML div,
.CustomHTML h1,
.CustomHTML i,
.CustomHTML img,
.CustomHTML legend,
.CustomHTML object,
.CustomHTML p,
.CustomHTML s,
.CustomHTML section,
.CustomHTML small,
.CustomHTML span,
.CustomHTML table,
.CustomHTML td,
.CustomHTML th,
.CustomHTML time,
.CustomHTML tr,
.CustomHTML var {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.CustomHTML section {
  display: block;
}
.CustomHTML table {
  border-spacing: 0;
  margin-bottom: 1.25em;
  margin-top: 1.25em;
  width: 100%;
}
:root {
  --k-custom-bs-blue: #0d6efd;
  --k-custom-bs-indigo: #6610f2;
  --k-custom-bs-purple: #6f42c1;
  --k-custom-bs-pink: #d63384;
  --k-custom-bs-red: #dc3545;
  --k-custom-bs-orange: #fd7e14;
  --k-custom-bs-yellow: #ffc107;
  --k-custom-bs-green: #198754;
  --k-custom-bs-teal: #20c997;
  --k-custom-bs-cyan: #0dcaf0;
  --k-custom-bs-gray: #6c757d;
  --k-custom-bs-gray-dark: #343a40;
  --k-custom-bs-gray-100: #f8f9fa;
  --k-custom-bs-gray-200: #e9ecef;
  --k-custom-bs-gray-300: #dee2e6;
  --k-custom-bs-gray-400: #ced4da;
  --k-custom-bs-gray-500: #adb5bd;
  --k-custom-bs-gray-600: #6c757d;
  --k-custom-bs-gray-700: #495057;
  --k-custom-bs-gray-800: #343a40;
  --k-custom-bs-gray-900: #212529;
  --k-custom-bs-primary: #1e49e2;
  --k-custom-bs-secondary: #00338d;
  --k-custom-bs-success: #00b8f5;
  --k-custom-bs-info: #7213ea;
  --k-custom-bs-warning: #510dbc;
  --k-custom-bs-danger: #fd349c;
  --k-custom-bs-light: #f0f0f0;
  --k-custom-bs-dark: #0c233c;
  --k-custom-bs-black: #000;
  --k-custom-bs-white: #fff;
  --k-custom-bs-gray-1: #333;
  --k-custom-bs-gray-2: #666;
  --k-custom-bs-gray-3: #989898;
  --k-custom-bs-gray-4: #b2b2b2;
  --k-custom-bs-gray-5: #e5e5e5;
  --k-custom-bs-gray-6: #f0f0f0;
  --k-custom-bs-lt-gray: #f5f5f5;
  --k-custom-bs-primary-blue: #00338d;
  --k-custom-bs-cobalt-blue: #1e49e2;
  --k-custom-bs-dark-blue: #0c233c;
  --k-custom-bs-light-blue: #aceaff;
  --k-custom-bs-pacific-blue: #00b8f5;
  --k-custom-bs-kpmg-purple: #7213ea;
  --k-custom-bs-kpmg-pink: #fd349c;
  --k-custom-bs-secondary-blue: #76d2ff;
  --k-custom-bs-secondary-dark-purple: #510dbc;
  --k-custom-bs-secondary-light-purple: #b497ff;
  --k-custom-bs-secondary-dark-pink: #ab0d82;
  --k-custom-bs-secondary-light-pink: #ffa3da;
  --k-custom-bs-secondary-dark-green: #098e7e;
  --k-custom-bs-secondary-green: #00c0ae;
  --k-custom-bs-secondary-light-green: #63ebda;
  --k-custom-bs-old-md-blue: #005eb8;
  --k-custom-bs-old-lt-blue: #0091da;
  --k-custom-bs-old-violet: #483698;
  --k-custom-bs-old-purple: #470a68;
  --k-custom-bs-old-lt-purple: #6d2077;
  --k-custom-bs-old-green: #00a3a1;
  --k-custom-bs-primary-rgb: 30, 73, 226;
  --k-custom-bs-secondary-rgb: 0, 51, 141;
  --k-custom-bs-success-rgb: 0, 184, 245;
  --k-custom-bs-info-rgb: 114, 19, 234;
  --k-custom-bs-warning-rgb: 81, 13, 188;
  --k-custom-bs-danger-rgb: 253, 52, 156;
  --k-custom-bs-light-rgb: 240, 240, 240;
  --k-custom-bs-dark-rgb: 12, 35, 60;
  --k-custom-bs-gray-1-rgb: 51, 51, 51;
  --k-custom-bs-gray-2-rgb: 102, 102, 102;
  --k-custom-bs-gray-3-rgb: 152, 152, 152;
  --k-custom-bs-gray-4-rgb: 178, 178, 178;
  --k-custom-bs-gray-5-rgb: 229, 229, 229;
  --k-custom-bs-gray-6-rgb: 240, 240, 240;
  --k-custom-bs-lt-gray-rgb: 245, 245, 245;
  --k-custom-bs-primary-blue-rgb: 0, 51, 141;
  --k-custom-bs-cobalt-blue-rgb: 30, 73, 226;
  --k-custom-bs-dark-blue-rgb: 12, 35, 60;
  --k-custom-bs-light-blue-rgb: 172, 234, 255;
  --k-custom-bs-pacific-blue-rgb: 0, 184, 245;
  --k-custom-bs-kpmg-purple-rgb: 114, 19, 234;
  --k-custom-bs-kpmg-pink-rgb: 253, 52, 156;
  --k-custom-bs-secondary-blue-rgb: 118, 210, 255;
  --k-custom-bs-secondary-dark-purple-rgb: 81, 13, 188;
  --k-custom-bs-secondary-light-purple-rgb: 180, 151, 255;
  --k-custom-bs-secondary-dark-pink-rgb: 171, 13, 130;
  --k-custom-bs-secondary-light-pink-rgb: 255, 163, 218;
  --k-custom-bs-secondary-dark-green-rgb: 9, 142, 126;
  --k-custom-bs-secondary-green-rgb: 0, 192, 174;
  --k-custom-bs-secondary-light-green-rgb: 99, 235, 218;
  --k-custom-bs-old-md-blue-rgb: 0, 94, 184;
  --k-custom-bs-old-lt-blue-rgb: 0, 145, 218;
  --k-custom-bs-old-violet-rgb: 72, 54, 152;
  --k-custom-bs-old-purple-rgb: 71, 10, 104;
  --k-custom-bs-old-lt-purple-rgb: 109, 32, 119;
  --k-custom-bs-old-green-rgb: 0, 163, 161;
  --k-custom-bs-white-rgb: 255, 255, 255;
  --k-custom-bs-black-rgb: 0, 0, 0;
  --k-custom-bs-body-color-rgb: 0, 0, 0;
  --k-custom-bs-body-bg-rgb: 255, 255, 255;
  --k-custom-bs-font-sans-serif: "Open Sans", Arial, Helvetica, sans-serif;
  --k-custom-bs-font-monospace: "Open Sans", Arial, Helvetica, sans-serif;
  --k-custom-bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
  --k-custom-bs-body-font-family: var(--k-custom-bs-font-sans-serif);
  --k-custom-bs-body-font-size: calc(1.285rem + 0.42vw);
  --k-custom-bs-body-font-weight: 400;
  --k-custom-bs-body-line-height: 1.5;
  --k-custom-bs-body-color: #000;
  --k-custom-bs-body-bg: #fff;
  --k-custom-bs-border-width: 1px;
  --k-custom-bs-border-style: solid;
  --k-custom-bs-border-color: #dee2e6;
  --k-custom-bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --k-custom-bs-border-radius: 0.375rem;
  --k-custom-bs-border-radius-sm: 0.25rem;
  --k-custom-bs-border-radius-lg: 0.5rem;
  --k-custom-bs-border-radius-xl: 1rem;
  --k-custom-bs-border-radius-2xl: 2rem;
  --k-custom-bs-border-radius-pill: 50rem;
  --k-custom-bs-link-color: #00338d;
  --k-custom-bs-link-hover-color: #002971;
  --k-custom-bs-code-color: #d63384;
  --k-custom-bs-highlight-bg: #fff3cd;
}
@media (min-width: 1200px) {
  :root {
    --k-custom-bs-body-font-size: 1.6rem;
  }
}
.CustomHTML *,
.CustomHTML :after,
.CustomHTML :before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  .CustomHTML :root {
    scroll-behavior: smooth;
  }
}
.CustomHTML body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--k-custom-bs-body-bg);
  color: var(--k-custom-bs-body-color);
  font-family: var(--k-custom-bs-body-font-family);
  font-size: var(--k-custom-bs-body-font-size);
  font-weight: var(--k-custom-bs-body-font-weight);
  line-height: var(--k-custom-bs-body-line-height);
  margin: 0;
  text-align: var(--k-custom-bs-body-text-align);
}
.CustomHTML .h1,
.CustomHTML h1 {
  color: #00338d;
  font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
  font-size: calc(1.685rem + 5.22vw);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.6rem;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .CustomHTML .h1,
  .CustomHTML h1 {
    font-size: 5.6rem;
  }
}
.CustomHTML p {
  margin-bottom: 1.6rem;
  margin-top: 0;
}
.CustomHTML .small,
.CustomHTML small {
  font-size: 0.875em;
}
.CustomHTML a {
  color: var(--k-custom-bs-link-color);
  text-decoration: underline;
}
.CustomHTML a:hover {
  color: var(--k-custom-bs-link-hover-color);
  text-decoration: underline;
}
.CustomHTML a:not([href]):not([class]),
.CustomHTML a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.CustomHTML code {
  word-wrap: break-word;
  color: var(--k-custom-bs-code-color);
  font-family: var(--k-custom-bs-font-monospace);
  font-size: 1em;
  font-size: 0.875em;
}
a > .CustomHTML code {
  color: inherit;
}
.CustomHTML img,
.CustomHTML svg {
  vertical-align: middle;
}
.CustomHTML table {
  border-collapse: collapse;
  caption-side: bottom;
}
.CustomHTML th {
  font-weight: 700;
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.CustomHTML td,
.CustomHTML th,
.CustomHTML tr {
  border: 0 solid;
  border-color: inherit;
}
.CustomHTML button {
  border-radius: 0;
}
.CustomHTML button:focus:not(:focus-visible) {
  outline: 0;
}
.CustomHTML button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  text-transform: none;
}
.CustomHTML [role="button"] {
  cursor: pointer;
}
.CustomHTML [type="button"],
.CustomHTML button {
  -webkit-appearance: button;
}
.CustomHTML [type="button"]:not(:disabled),
.CustomHTML button:not(:disabled) {
  cursor: pointer;
}
.CustomHTML ::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.CustomHTML legend {
  float: left;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .CustomHTML legend {
    font-size: 1.5rem;
  }
}
.CustomHTML legend + * {
  clear: left;
}
.CustomHTML ::-webkit-datetime-edit-day-field,
.CustomHTML ::-webkit-datetime-edit-fields-wrapper,
.CustomHTML ::-webkit-datetime-edit-hour-field,
.CustomHTML ::-webkit-datetime-edit-minute,
.CustomHTML ::-webkit-datetime-edit-month-field,
.CustomHTML ::-webkit-datetime-edit-text,
.CustomHTML ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.CustomHTML ::-webkit-inner-spin-button {
  height: auto;
}
.CustomHTML ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.CustomHTML ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.CustomHTML ::file-selector-button {
  -webkit-appearance: button;
  font: inherit;
}
.CustomHTML .img-fluid {
  height: auto;
  max-width: 100%;
}
.CustomHTML .container {
  --k-custom-bs-gutter-x: 3rem;
  --k-custom-bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--k-custom-bs-gutter-x) * 0.5);
  padding-right: calc(var(--k-custom-bs-gutter-x) * 0.5);
  width: 100%;
}
@media (min-width: 640px) {
  .CustomHTML .container {
    max-width: 588px;
  }
}
@media (min-width: 768px) {
  .CustomHTML .container {
    max-width: 716px;
  }
}
@media (min-width: 992px) {
  .CustomHTML .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .CustomHTML .container {
    max-width: 1148px;
  }
}
@media (min-width: 1440px) {
  .CustomHTML .container {
    max-width: 1230px;
  }
}
@media (min-width: 1600px) {
  .CustomHTML .container {
    max-width: 1230px;
  }
}
.CustomHTML .row {
  --k-custom-bs-gutter-x: 3rem;
  --k-custom-bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--k-custom-bs-gutter-x) * -0.5);
  margin-right: calc(var(--k-custom-bs-gutter-x) * -0.5);
  margin-top: calc(var(--k-custom-bs-gutter-y) * -1);
}
.CustomHTML .row > * {
  flex-shrink: 0;
  margin-top: var(--k-custom-bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--k-custom-bs-gutter-x) * 0.5);
  padding-right: calc(var(--k-custom-bs-gutter-x) * 0.5);
  width: 100%;
}
.CustomHTML .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .CustomHTML .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.CustomHTML .d-none {
  display: none !important;
}
.CustomHTML .mt-1 {
  margin-top: 0.4rem !important;
}
.CustomHTML .mb-4 {
  margin-bottom: 2.4rem !important;
}
.CustomHTML .p-3 {
  padding: 1.6rem !important;
}
.CustomHTML .text-center {
  text-align: center !important;
}
.CustomHTML .bg-gray-5 {
  background: #e5e5e5 !important;
}
@media (min-width: 640px) {
  .CustomHTML .d-xs-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .CustomHTML .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .CustomHTML .d-md-block {
    display: block !important;
  }
  .CustomHTML .d-md-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .CustomHTML .d-lg-block {
    display: block !important;
  }
  .CustomHTML .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .CustomHTML .d-xl-block {
    display: block !important;
  }
  .CustomHTML .d-xl-none {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .CustomHTML .d-xxl-block {
    display: block !important;
  }
  .CustomHTML .d-xxl-none {
    display: none !important;
  }
}
.CustomHTML .btn.show,
.CustomHTML .btn:first-child:active,
.CustomHTML :not(.btn-check) + .btn:active {
  background-color: var(--k-custom-bs-btn-active-bg);
  border-color: var(--k-custom-bs-btn-active-border-color);
  color: var(--k-custom-bs-btn-active-color);
}
.CustomHTML .btn.show:focus-visible,
.CustomHTML .btn:first-child:active:focus-visible,
.CustomHTML :not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--k-custom-bs-btn-focus-box-shadow);
}
* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body,
html {
  scroll-padding-top: 180px;
}
body.js-stop-scroll,
html.js-stop-scroll {
  height: auto;
  overflow-y: hidden;
}
body {
  overflow-x: hidden;
}
.CustomHTML,
body {
  position: relative;
}
.CustomHTML {
  background-color: #fff;
}
.CustomHTML .custom-content {
  padding: 0;
}
.CustomHTML .custom-content,
.CustomHTML .custom-section {
  background-color: #fff;
  border: none;
  display: block;
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
.CustomHTML .custom-section {
  padding: 25px 16px;
}
.CustomHTML .custom-section:after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 768px) {
  .CustomHTML .custom-section {
    padding: 50px 0;
  }
}
.CustomHTML .container,
.CustomHTML .custom-container {
  margin-top: 0 !important;
  padding-bottom: 0;
  padding-top: 0 !important;
  position: relative;
  width: 100%;
  z-index: 3;
}
.CustomHTML .img-fluid {
  width: 100%;
}
.CustomHTML .table tr:first-of-type:not(.table-borderless) {
  border-top: 1px solid;
}
.CustomHTML #heatmapTable tr td:first-child,
.CustomHTML #heatmapTable tr th:first-child {
  height: 6em;
  max-height: 6em;
  max-width: 10em;
  min-height: 6em;
  min-width: 10em;
  text-align: left;
  width: 10em;
  word-break: break-all;
}
.CustomHTML #heatmapTable tr td,
.CustomHTML #heatmapTable tr th {
  font-size: 1.4rem;
  max-width: 4.2em;
  min-width: 4.2em;
  width: 4.2em;
}
.CustomHTML #heatmapTable tr th {
  border: none;
  border-left: 2px solid #e5e5e5;
  height: 11em;
  max-height: 11em;
  min-height: 11em;
  padding: 8px;
}
.CustomHTML #heatmapTable tr td {
  height: 4em;
  max-height: 4em;
  min-height: 4em;
  text-align: center;
  vertical-align: middle;
}
.CustomHTML #heatmapTable tr td:first-child {
  border: none;
  border-bottom: 2px solid #e5e5e5;
  padding: 6px;
}
.CustomHTML #heatmapTable tr td:first-child a {
  align-items: center;
  color: #00338d;
  display: flex;
  height: 100%;
  justify-content: space-between;
  line-height: 1.6em;
  text-decoration: none;
}
.CustomHTML #heatmapTable tr td:first-child a:after {
  border-color: transparent transparent transparent #b5b5b5;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.5em;
  content: "";
  display: block;
  float: right;
  height: 0;
  line-height: 0;
  margin-top: 0.25em;
  position: relative;
  width: 0;
}
.CustomHTML #heatmapTable tr td:first-child:hover {
  background-color: #f5f5f5;
  border-bottom: 3px solid #63ebda;
}
.CustomHTML #heatmapTable tr td:first-child:hover a {
  text-decoration: underline;
}
.CustomHTML #heatmapTable tr td:first-child:hover a:after {
  border-left-color: #00338d;
}
.CustomHTML #heatmapTable p {
  color: #00338d;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.CustomHTML #heatmapTable th {
  position: relative;
}
.CustomHTML #heatmapTable th div {
  display: flex;
  flex-direction: column;
}
.CustomHTML #heatmapTable th div svg {
  position: absolute;
  top: 0;
  width: 35px;
}
.CustomHTML #heatmapTable th div p {
  bottom: 0;
  position: absolute;
  text-align: left;
}
.CustomHTML #heatmapTable th div .m-10 {
  margin-top: 10px;
}
.CustomHTML #heatmapTable tr .no-border {
  border: none;
}
.CustomHTML #heatmapLegend {
  width: 48%;
}
.CustomHTML #heatmapLegend tr td {
  border: none;
  font-size: 1.2rem;
  height: 5.5em;
  max-width: 4em;
  min-width: 4em;
  padding: 5px 0;
  vertical-align: middle;
  width: 4em;
}
.CustomHTML #heatmapLegend td.b-10 {
  border: 10px solid #fff !important;
}
.CustomHTML #heatmapLegend tr td.bg-green,
.CustomHTML #heatmapTable tr td.bg-green {
  background-color: #269924;
  border: 3px solid #fff;
}
.CustomHTML #heatmapLegend tr td.bg-red,
.CustomHTML #heatmapTable tr td.bg-red {
  background-color: #ed2124;
  border: 3px solid #fff;
}
.CustomHTML #heatmapLegend tr td.bg-yellow,
.CustomHTML #heatmapTable tr td.bg-yellow {
  background-color: #f1c44d;
  border: 3px solid #fff;
}
.CustomHTML #heatmapLegend tr td.bg-blue,
.CustomHTML #heatmapTable tr td.bg-blue {
  background-color: #1e49e2;
  border: 3px solid #fff;
  color: #fff;
}
.CustomHTML .modalHeatmap {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  padding-top: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.CustomHTML .modalHeatmap .closeHeatmapModal {
  background-color: #f5f5f5;
  color: #1e49e2;
  font-size: 28px;
  font-weight: 700;
  padding: 0 10px;
  position: fixed;
  right: 5px;
  top: 60px;
}
.CustomHTML .modalHeatmap .closeHeatmapModal:focus,
.CustomHTML .modalHeatmap .closeHeatmapModal:hover {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.CustomHTML .modalHeatmap .modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  height: auto;
  margin: 20px;
  overflow: scroll;
  padding: 20px;
  width: 1200px;
}
.CustomHTML #heatmapModalbtn {
  background: #fff;
  border: 1px solid #00338d;
  color: #00338d;
  margin: 30px auto 0;
  padding: 10px 20px;
}
