@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.collapse, .hidden, .fade {
  display: none !important;
}
.collapse.in, .hidden.in, .fade.in {
  display: block !important;
  opacity: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.btn, .score-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .score-button {
    transition: none;
  }
}
.btn:hover, .score-button:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .score-button:focus, .btn.focus, .focus.score-button {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .disabled.score-button, .btn:disabled, .score-button:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .score-button:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, a.disabled.score-button,
fieldset:disabled a.btn,
fieldset:disabled a.score-button {
  pointer-events: none;
}

.btn-primary, .score-button {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover, .score-button:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .score-button:focus, .btn-primary.focus, .focus.score-button {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .disabled.score-button, .btn-primary:disabled, .score-button:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .score-button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .score-button:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.score-button {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .score-button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .score-button:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle.score-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.breadcrumb, .score-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light, .bg-v300, .bg-v100, .bg-b300, .bg-t300, .bg-t100, .bg-y300, .bg-y100, .bg-o300, .bg-o100, .bg-p300, .bg-p100, .bg-n300, .bg-n100, hr, .bg-white {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-v300:hover, a.bg-v100:hover, a.bg-b300:hover, a.bg-t300:hover, a.bg-t100:hover, a.bg-y300:hover, a.bg-y100:hover, a.bg-o300:hover, a.bg-o100:hover, a.bg-p300:hover, a.bg-p100:hover, a.bg-n300:hover, a.bg-n100:hover, a.bg-white:hover, a.bg-light:focus, a.bg-v300:focus, a.bg-v100:focus, a.bg-b300:focus, a.bg-t300:focus, a.bg-t100:focus, a.bg-y300:focus, a.bg-y100:focus, a.bg-o300:focus, a.bg-o100:focus, a.bg-p300:focus, a.bg-p100:focus, a.bg-n300:focus, a.bg-n100:focus, a.bg-white:focus,
button.bg-light:hover,
button.bg-v300:hover,
button.bg-v100:hover,
button.bg-b300:hover,
button.bg-t300:hover,
button.bg-t100:hover,
button.bg-y300:hover,
button.bg-y100:hover,
button.bg-o300:hover,
button.bg-o100:hover,
button.bg-p300:hover,
button.bg-p100:hover,
button.bg-n300:hover,
button.bg-n100:hover,
button.bg-white:hover,
button.bg-light:focus,
button.bg-v300:focus,
button.bg-v100:focus,
button.bg-b300:focus,
button.bg-t300:focus,
button.bg-t100:focus,
button.bg-y300:focus,
button.bg-y100:focus,
button.bg-o300:focus,
button.bg-o100:focus,
button.bg-p300:focus,
button.bg-p100:focus,
button.bg-n300:focus,
button.bg-n100:focus,
button.bg-white:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark, .bg-v900, .bg-v700, .bg-v500, .c-card.bg-purple, .bg-purple.score-highlight, .bg-purple.score-panel, .bg-purple.panel, .bg-purple.score-style-box, .bg-b900, .bg-b700, .c-card.bg-dark-blue, .bg-dark-blue.score-highlight, .bg-dark-blue.score-panel, .bg-dark-blue.panel, .bg-dark-blue.score-style-box, .bg-b500, .c-card.bg-blue, .bg-blue.score-highlight, .bg-blue.score-panel, .bg-blue.panel, .bg-blue.score-style-box, .bg-t900, .bg-t700, .bg-t500, .c-card.bg-teal, .bg-teal.score-highlight, .bg-teal.score-panel, .bg-teal.panel, .bg-teal.score-style-box, .bg-y900, .bg-y700, .bg-y500, .c-card.bg-yellow, .bg-yellow.score-highlight, .bg-yellow.score-panel, .bg-yellow.panel, .bg-yellow.score-style-box, .bg-o900, .bg-o700, .bg-o500, .c-card.bg-orange, .bg-orange.score-highlight, .bg-orange.score-panel, .bg-orange.panel, .bg-orange.score-style-box, .bg-p900, .bg-p700, .bg-p500, .c-card.bg-pink, .bg-pink.score-highlight, .bg-pink.score-panel, .bg-pink.panel, .bg-pink.score-style-box, .bg-n900, .bg-n700, .bg-n500, .c-card.bg-gray, .bg-gray.score-highlight, .bg-gray.score-panel, .bg-gray.panel, .bg-gray.score-style-box, .bg-black {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-v900:hover, a.bg-v700:hover, a.bg-v500:hover, a.c-card.bg-purple:hover, a.bg-purple.score-highlight:hover, a.bg-purple.score-panel:hover, a.bg-purple.panel:hover, a.bg-purple.score-style-box:hover, a.bg-b900:hover, a.bg-b700:hover, a.c-card.bg-dark-blue:hover, a.bg-dark-blue.score-highlight:hover, a.bg-dark-blue.score-panel:hover, a.bg-dark-blue.panel:hover, a.bg-dark-blue.score-style-box:hover, a.bg-b500:hover, a.c-card.bg-blue:hover, a.bg-blue.score-highlight:hover, a.bg-blue.score-panel:hover, a.bg-blue.panel:hover, a.bg-blue.score-style-box:hover, a.bg-t900:hover, a.bg-t700:hover, a.bg-t500:hover, a.c-card.bg-teal:hover, a.bg-teal.score-highlight:hover, a.bg-teal.score-panel:hover, a.bg-teal.panel:hover, a.bg-teal.score-style-box:hover, a.bg-y900:hover, a.bg-y700:hover, a.bg-y500:hover, a.c-card.bg-yellow:hover, a.bg-yellow.score-highlight:hover, a.bg-yellow.score-panel:hover, a.bg-yellow.panel:hover, a.bg-yellow.score-style-box:hover, a.bg-o900:hover, a.bg-o700:hover, a.bg-o500:hover, a.c-card.bg-orange:hover, a.bg-orange.score-highlight:hover, a.bg-orange.score-panel:hover, a.bg-orange.panel:hover, a.bg-orange.score-style-box:hover, a.bg-p900:hover, a.bg-p700:hover, a.bg-p500:hover, a.c-card.bg-pink:hover, a.bg-pink.score-highlight:hover, a.bg-pink.score-panel:hover, a.bg-pink.panel:hover, a.bg-pink.score-style-box:hover, a.bg-n900:hover, a.bg-n700:hover, a.bg-n500:hover, a.c-card.bg-gray:hover, a.bg-gray.score-highlight:hover, a.bg-gray.score-panel:hover, a.bg-gray.panel:hover, a.bg-gray.score-style-box:hover, a.bg-black:hover, a.bg-dark:focus, a.bg-v900:focus, a.bg-v700:focus, a.bg-v500:focus, a.c-card.bg-purple:focus, a.bg-purple.score-highlight:focus, a.bg-purple.score-panel:focus, a.bg-purple.panel:focus, a.bg-purple.score-style-box:focus, a.bg-b900:focus, a.bg-b700:focus, a.c-card.bg-dark-blue:focus, a.bg-dark-blue.score-highlight:focus, a.bg-dark-blue.score-panel:focus, a.bg-dark-blue.panel:focus, a.bg-dark-blue.score-style-box:focus, a.bg-b500:focus, a.c-card.bg-blue:focus, a.bg-blue.score-highlight:focus, a.bg-blue.score-panel:focus, a.bg-blue.panel:focus, a.bg-blue.score-style-box:focus, a.bg-t900:focus, a.bg-t700:focus, a.bg-t500:focus, a.c-card.bg-teal:focus, a.bg-teal.score-highlight:focus, a.bg-teal.score-panel:focus, a.bg-teal.panel:focus, a.bg-teal.score-style-box:focus, a.bg-y900:focus, a.bg-y700:focus, a.bg-y500:focus, a.c-card.bg-yellow:focus, a.bg-yellow.score-highlight:focus, a.bg-yellow.score-panel:focus, a.bg-yellow.panel:focus, a.bg-yellow.score-style-box:focus, a.bg-o900:focus, a.bg-o700:focus, a.bg-o500:focus, a.c-card.bg-orange:focus, a.bg-orange.score-highlight:focus, a.bg-orange.score-panel:focus, a.bg-orange.panel:focus, a.bg-orange.score-style-box:focus, a.bg-p900:focus, a.bg-p700:focus, a.bg-p500:focus, a.c-card.bg-pink:focus, a.bg-pink.score-highlight:focus, a.bg-pink.score-panel:focus, a.bg-pink.panel:focus, a.bg-pink.score-style-box:focus, a.bg-n900:focus, a.bg-n700:focus, a.bg-n500:focus, a.c-card.bg-gray:focus, a.bg-gray.score-highlight:focus, a.bg-gray.score-panel:focus, a.bg-gray.panel:focus, a.bg-gray.score-style-box:focus, a.bg-black:focus,
button.bg-dark:hover,
button.bg-v900:hover,
button.bg-v700:hover,
button.bg-v500:hover,
button.c-card.bg-purple:hover,
button.bg-purple.score-highlight:hover,
button.bg-purple.score-panel:hover,
button.bg-purple.panel:hover,
button.bg-purple.score-style-box:hover,
button.bg-b900:hover,
button.bg-b700:hover,
button.c-card.bg-dark-blue:hover,
button.bg-dark-blue.score-highlight:hover,
button.bg-dark-blue.score-panel:hover,
button.bg-dark-blue.panel:hover,
button.bg-dark-blue.score-style-box:hover,
button.bg-b500:hover,
button.c-card.bg-blue:hover,
button.bg-blue.score-highlight:hover,
button.bg-blue.score-panel:hover,
button.bg-blue.panel:hover,
button.bg-blue.score-style-box:hover,
button.bg-t900:hover,
button.bg-t700:hover,
button.bg-t500:hover,
button.c-card.bg-teal:hover,
button.bg-teal.score-highlight:hover,
button.bg-teal.score-panel:hover,
button.bg-teal.panel:hover,
button.bg-teal.score-style-box:hover,
button.bg-y900:hover,
button.bg-y700:hover,
button.bg-y500:hover,
button.c-card.bg-yellow:hover,
button.bg-yellow.score-highlight:hover,
button.bg-yellow.score-panel:hover,
button.bg-yellow.panel:hover,
button.bg-yellow.score-style-box:hover,
button.bg-o900:hover,
button.bg-o700:hover,
button.bg-o500:hover,
button.c-card.bg-orange:hover,
button.bg-orange.score-highlight:hover,
button.bg-orange.score-panel:hover,
button.bg-orange.panel:hover,
button.bg-orange.score-style-box:hover,
button.bg-p900:hover,
button.bg-p700:hover,
button.bg-p500:hover,
button.c-card.bg-pink:hover,
button.bg-pink.score-highlight:hover,
button.bg-pink.score-panel:hover,
button.bg-pink.panel:hover,
button.bg-pink.score-style-box:hover,
button.bg-n900:hover,
button.bg-n700:hover,
button.bg-n500:hover,
button.c-card.bg-gray:hover,
button.bg-gray.score-highlight:hover,
button.bg-gray.score-panel:hover,
button.bg-gray.panel:hover,
button.bg-gray.score-style-box:hover,
button.bg-black:hover,
button.bg-dark:focus,
button.bg-v900:focus,
button.bg-v700:focus,
button.bg-v500:focus,
button.c-card.bg-purple:focus,
button.bg-purple.score-highlight:focus,
button.bg-purple.score-panel:focus,
button.bg-purple.panel:focus,
button.bg-purple.score-style-box:focus,
button.bg-b900:focus,
button.bg-b700:focus,
button.c-card.bg-dark-blue:focus,
button.bg-dark-blue.score-highlight:focus,
button.bg-dark-blue.score-panel:focus,
button.bg-dark-blue.panel:focus,
button.bg-dark-blue.score-style-box:focus,
button.bg-b500:focus,
button.c-card.bg-blue:focus,
button.bg-blue.score-highlight:focus,
button.bg-blue.score-panel:focus,
button.bg-blue.panel:focus,
button.bg-blue.score-style-box:focus,
button.bg-t900:focus,
button.bg-t700:focus,
button.bg-t500:focus,
button.c-card.bg-teal:focus,
button.bg-teal.score-highlight:focus,
button.bg-teal.score-panel:focus,
button.bg-teal.panel:focus,
button.bg-teal.score-style-box:focus,
button.bg-y900:focus,
button.bg-y700:focus,
button.bg-y500:focus,
button.c-card.bg-yellow:focus,
button.bg-yellow.score-highlight:focus,
button.bg-yellow.score-panel:focus,
button.bg-yellow.panel:focus,
button.bg-yellow.score-style-box:focus,
button.bg-o900:focus,
button.bg-o700:focus,
button.bg-o500:focus,
button.c-card.bg-orange:focus,
button.bg-orange.score-highlight:focus,
button.bg-orange.score-panel:focus,
button.bg-orange.panel:focus,
button.bg-orange.score-style-box:focus,
button.bg-p900:focus,
button.bg-p700:focus,
button.bg-p500:focus,
button.c-card.bg-pink:focus,
button.bg-pink.score-highlight:focus,
button.bg-pink.score-panel:focus,
button.bg-pink.panel:focus,
button.bg-pink.score-style-box:focus,
button.bg-n900:focus,
button.bg-n700:focus,
button.bg-n500:focus,
button.c-card.bg-gray:focus,
button.bg-gray.score-highlight:focus,
button.bg-gray.score-panel:focus,
button.bg-gray.panel:focus,
button.bg-gray.score-style-box:focus,
button.bg-black:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border, .b3, .b2, .b1-r, .b1-l, .b1-b, .b1-t, .b1 {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@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: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !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;
  word-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):not(.score-button) {
    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;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar, .score-main-menu-spider, .score-megamenu {
    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;
  }
}
.navbar, .score-main-menu-spider, .score-megamenu {
  position: relative;
  min-height: 50;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}
.navbar::after, .score-main-menu-spider::after, .score-megamenu::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .navbar, .score-main-menu-spider, .score-megamenu {
    border-radius: 4;
  }
}

.navbar-header::after, .score-navbar-header::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .navbar-header, .score-navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse::after {
  display: block;
  clear: both;
  content: "";
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header, .container > .score-navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .score-navbar-header,
.container-sm > .navbar-header,
.container-sm > .score-navbar-header,
.container-md > .navbar-header,
.container-md > .score-navbar-header,
.container-lg > .navbar-header,
.container-lg > .score-navbar-header,
.container-xl > .navbar-header,
.container-xl > .score-navbar-header,
.container-fluid > .navbar-collapse,
.container-sm > .navbar-collapse,
.container-md > .navbar-collapse,
.container-lg > .navbar-collapse,
.container-xl > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header, .container > .score-navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .score-navbar-header,
  .container-sm > .navbar-header,
  .container-sm > .score-navbar-header,
  .container-md > .navbar-header,
  .container-md > .score-navbar-header,
  .container-lg > .navbar-header,
  .container-lg > .score-navbar-header,
  .container-xl > .navbar-header,
  .container-xl > .score-navbar-header,
  .container-fluid > .navbar-collapse,
  .container-sm > .navbar-collapse,
  .container-md > .navbar-collapse,
  .container-lg > .navbar-collapse,
  .container-xl > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 24.5rem 15px;
  font-size: 2rem;
  line-height: 1rem;
  height: 50;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .score-main-menu-spider > .container .navbar-brand, .score-megamenu > .container .navbar-brand, .navbar > .container-fluid .navbar-brand, .score-main-menu-spider > .container-fluid .navbar-brand, .score-megamenu > .container-fluid .navbar-brand, .navbar > .container-sm .navbar-brand, .score-main-menu-spider > .container-sm .navbar-brand, .score-megamenu > .container-sm .navbar-brand, .navbar > .container-md .navbar-brand, .score-main-menu-spider > .container-md .navbar-brand, .score-megamenu > .container-md .navbar-brand, .navbar > .container-lg .navbar-brand, .score-main-menu-spider > .container-lg .navbar-brand, .score-megamenu > .container-lg .navbar-brand, .navbar > .container-xl .navbar-brand, .score-main-menu-spider > .container-xl .navbar-brand, .score-megamenu > .container-xl .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 12.25rem -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1rem;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 1rem;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 24.5rem;
    padding-bottom: 24.5rem;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4;
  border-top-right-radius: 4;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default, .score-main-menu-spider, .score-megamenu {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand, .score-main-menu-spider .navbar-brand, .score-megamenu .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .score-main-menu-spider .navbar-brand:hover, .score-megamenu .navbar-brand:hover, .navbar-default .navbar-brand:focus, .score-main-menu-spider .navbar-brand:focus, .score-megamenu .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  background-color: transparent;
}
.navbar-default .navbar-text, .score-main-menu-spider .navbar-text, .score-megamenu .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a, .score-main-menu-spider .navbar-nav > li > a, .score-megamenu .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .score-main-menu-spider .navbar-nav > li > a:hover, .score-megamenu .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .score-main-menu-spider .navbar-nav > li > a:focus, .score-megamenu .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .score-main-menu-spider .navbar-nav > .active > a, .score-megamenu .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .disabled > a, .score-main-menu-spider .navbar-nav > .disabled > a, .score-megamenu .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle, .score-main-menu-spider .navbar-toggle, .score-megamenu .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .score-main-menu-spider .navbar-toggle:hover, .score-megamenu .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .score-main-menu-spider .navbar-toggle:focus, .score-megamenu .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar, .score-main-menu-spider .navbar-toggle .icon-bar, .score-megamenu .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse, .score-main-menu-spider .navbar-collapse, .score-megamenu .navbar-collapse,
.navbar-default .navbar-form,
.score-main-menu-spider .navbar-form,
.score-megamenu .navbar-form {
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-nav > .open > a, .score-main-menu-spider .navbar-nav > .open > a, .score-megamenu .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: rgb(231.425, 231.425, 231.425);
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a, .score-main-menu-spider .navbar-nav .open .dropdown-menu > li > a, .score-megamenu .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .score-main-menu-spider .navbar-nav .open .dropdown-menu > li > a:hover, .score-megamenu .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .score-main-menu-spider .navbar-nav .open .dropdown-menu > li > a:focus, .score-megamenu .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .score-main-menu-spider .navbar-nav .open .dropdown-menu > .active > a, .score-megamenu .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: rgb(231.425, 231.425, 231.425);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .score-main-menu-spider .navbar-nav .open .dropdown-menu > .disabled > a, .score-megamenu .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link, .score-main-menu-spider .navbar-link, .score-megamenu .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover, .score-main-menu-spider .navbar-link:hover, .score-megamenu .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link, .score-main-menu-spider .btn-link, .score-megamenu .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .score-main-menu-spider .btn-link:hover, .score-megamenu .btn-link:hover, .navbar-default .btn-link:focus, .score-main-menu-spider .btn-link:focus, .score-megamenu .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .score-main-menu-spider .btn-link[disabled]:hover, .score-megamenu .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, .score-main-menu-spider .btn-link[disabled]:focus, .score-megamenu .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .score-main-menu-spider .btn-link:hover, fieldset[disabled] .score-megamenu .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .score-main-menu-spider .btn-link:focus, fieldset[disabled] .score-megamenu .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: white;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: white;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: white;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: white;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.nav, .score-previous-next-menu, .score-siblings-menu, .score-section-menu {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav::after, .score-previous-next-menu::after, .score-siblings-menu::after, .score-section-menu::after {
  display: block;
  clear: both;
  content: "";
}
.nav > li, .score-previous-next-menu > li, .score-siblings-menu > li, .score-section-menu > li {
  position: relative;
  display: block;
}
.nav > li > a, .score-previous-next-menu > li > a, .score-siblings-menu > li > a, .score-section-menu > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .score-previous-next-menu > li > a:hover, .score-siblings-menu > li > a:hover, .score-section-menu > li > a:hover, .nav > li > a:focus, .score-previous-next-menu > li > a:focus, .score-siblings-menu > li > a:focus, .score-section-menu > li > a:focus {
  text-decoration: none;
  background-color: #f8f9fa;
}
.nav > li.disabled > a, .score-previous-next-menu > li.disabled > a, .score-siblings-menu > li.disabled > a, .score-section-menu > li.disabled > a {
  color: #dee2e6;
}
.nav > li.disabled > a:hover, .score-previous-next-menu > li.disabled > a:hover, .score-siblings-menu > li.disabled > a:hover, .score-section-menu > li.disabled > a:hover, .nav > li.disabled > a:focus, .score-previous-next-menu > li.disabled > a:focus, .score-siblings-menu > li.disabled > a:focus, .score-section-menu > li.disabled > a:focus {
  color: #dee2e6;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .score-previous-next-menu .open > a, .score-siblings-menu .open > a, .score-section-menu .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #f8f9fa;
  border-color: #007bff;
}
.nav .nav-divider, .score-previous-next-menu .nav-divider, .score-siblings-menu .nav-divider, .score-section-menu .nav-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.nav > li > a > img, .score-previous-next-menu > li > a > img, .score-siblings-menu > li > a > img, .score-section-menu > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4 4 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e9ecef #e9ecef #dee2e6 #e9ecef #e9ecef #dee2e6 #dee2e6;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #adb5bd;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0.25rem;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #007bff;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu, .nav-justified > .score-megamenu-dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4 4 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown,
.score-megamenu-dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 1rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  background-color: #e9ecef;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #007bff;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #adb5bd;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 1rem;
  line-height: 1.5;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret,
.navbar-fixed-bottom .score-megamenu-dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu,
.navbar-fixed-bottom .score-megamenu-dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
div[class^=score-column], div[class*=" score-column"] {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
div[class^=score-column].score-column1 > .score-center, div[class*=" score-column"].score-column1 > .score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column1 > .score-center, div[class*=" score-column"].score-column1 > .score-center {
    float: left;
    width: 100%;
  }
}
@media print {
  div[class^=score-column].score-column1 > .score-center, div[class*=" score-column"].score-column1 > .score-center {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column2.equal > .score-left, div[class*=" score-column"].score-column2.equal > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column2.equal > .score-left, div[class*=" score-column"].score-column2.equal > .score-left {
    float: left;
    width: 50%;
  }
}
@media print {
  div[class^=score-column].score-column2.equal > .score-left, div[class*=" score-column"].score-column2.equal > .score-left {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column2.equal > .score-right, div[class*=" score-column"].score-column2.equal > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column2.equal > .score-right, div[class*=" score-column"].score-column2.equal > .score-right {
    float: left;
    width: 50%;
  }
}
@media print {
  div[class^=score-column].score-column2.equal > .score-right, div[class*=" score-column"].score-column2.equal > .score-right {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column2.wide-left > .score-left, div[class*=" score-column"].score-column2.wide-left > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column2.wide-left > .score-left, div[class*=" score-column"].score-column2.wide-left > .score-left {
    float: left;
    width: 66.6666666667%;
  }
}
@media print {
  div[class^=score-column].score-column2.wide-left > .score-left, div[class*=" score-column"].score-column2.wide-left > .score-left {
    position: relative;
    float: left;
    width: 66.6666666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column2.wide-left > .score-right, div[class*=" score-column"].score-column2.wide-left > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column2.wide-left > .score-right, div[class*=" score-column"].score-column2.wide-left > .score-right {
    float: left;
    width: 33.3333333333%;
  }
}
@media print {
  div[class^=score-column].score-column2.wide-left > .score-right, div[class*=" score-column"].score-column2.wide-left > .score-right {
    position: relative;
    float: left;
    width: 33.3333333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column2.wide-right > .score-left, div[class*=" score-column"].score-column2.wide-right > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column2.wide-right > .score-left, div[class*=" score-column"].score-column2.wide-right > .score-left {
    float: left;
    width: 33.3333333333%;
  }
}
@media print {
  div[class^=score-column].score-column2.wide-right > .score-left, div[class*=" score-column"].score-column2.wide-right > .score-left {
    position: relative;
    float: left;
    width: 33.3333333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column2.wide-right > .score-right, div[class*=" score-column"].score-column2.wide-right > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column2.wide-right > .score-right, div[class*=" score-column"].score-column2.wide-right > .score-right {
    float: left;
    width: 66.6666666667%;
  }
}
@media print {
  div[class^=score-column].score-column2.wide-right > .score-right, div[class*=" score-column"].score-column2.wide-right > .score-right {
    position: relative;
    float: left;
    width: 66.6666666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column3.equal > .score-left, div[class*=" score-column"].score-column3.equal > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column3.equal > .score-left, div[class*=" score-column"].score-column3.equal > .score-left {
    float: left;
    width: 33.3333333333%;
  }
}
@media print {
  div[class^=score-column].score-column3.equal > .score-left, div[class*=" score-column"].score-column3.equal > .score-left {
    position: relative;
    float: left;
    width: 33.3333333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column3.equal > .score-center, div[class*=" score-column"].score-column3.equal > .score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column3.equal > .score-center, div[class*=" score-column"].score-column3.equal > .score-center {
    float: left;
    width: 33.3333333333%;
  }
}
@media print {
  div[class^=score-column].score-column3.equal > .score-center, div[class*=" score-column"].score-column3.equal > .score-center {
    position: relative;
    float: left;
    width: 33.3333333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column3.equal > .score-right, div[class*=" score-column"].score-column3.equal > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column3.equal > .score-right, div[class*=" score-column"].score-column3.equal > .score-right {
    float: left;
    width: 33.3333333333%;
  }
}
@media print {
  div[class^=score-column].score-column3.equal > .score-right, div[class*=" score-column"].score-column3.equal > .score-right {
    position: relative;
    float: left;
    width: 33.3333333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column3.wide-middle > .score-left, div[class*=" score-column"].score-column3.wide-middle > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column3.wide-middle > .score-left, div[class*=" score-column"].score-column3.wide-middle > .score-left {
    float: left;
    width: 12.5%;
  }
}
@media print {
  div[class^=score-column].score-column3.wide-middle > .score-left, div[class*=" score-column"].score-column3.wide-middle > .score-left {
    position: relative;
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column3.wide-middle > .score-center, div[class*=" score-column"].score-column3.wide-middle > .score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column3.wide-middle > .score-center, div[class*=" score-column"].score-column3.wide-middle > .score-center {
    float: left;
    width: 75%;
  }
}
@media print {
  div[class^=score-column].score-column3.wide-middle > .score-center, div[class*=" score-column"].score-column3.wide-middle > .score-center {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column3.wide-middle > .score-right, div[class*=" score-column"].score-column3.wide-middle > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column3.wide-middle > .score-right, div[class*=" score-column"].score-column3.wide-middle > .score-right {
    float: left;
    width: 12.5%;
  }
}
@media print {
  div[class^=score-column].score-column3.wide-middle > .score-right, div[class*=" score-column"].score-column3.wide-middle > .score-right {
    position: relative;
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column4.equal > .score-left, div[class*=" score-column"].score-column4.equal > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column4.equal > .score-left, div[class*=" score-column"].score-column4.equal > .score-left {
    float: left;
    width: 25%;
  }
}
@media print {
  div[class^=score-column].score-column4.equal > .score-left, div[class*=" score-column"].score-column4.equal > .score-left {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column4.equal > .score-center, div[class*=" score-column"].score-column4.equal > .score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column4.equal > .score-center, div[class*=" score-column"].score-column4.equal > .score-center {
    float: left;
    width: 25%;
  }
}
@media print {
  div[class^=score-column].score-column4.equal > .score-center, div[class*=" score-column"].score-column4.equal > .score-center {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column4.equal > .score-center2, div[class*=" score-column"].score-column4.equal > .score-center2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column4.equal > .score-center2, div[class*=" score-column"].score-column4.equal > .score-center2 {
    float: left;
    width: 25%;
  }
}
@media print {
  div[class^=score-column].score-column4.equal > .score-center2, div[class*=" score-column"].score-column4.equal > .score-center2 {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column4.equal > .score-right, div[class*=" score-column"].score-column4.equal > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column4.equal > .score-right, div[class*=" score-column"].score-column4.equal > .score-right {
    float: left;
    width: 25%;
  }
}
@media print {
  div[class^=score-column].score-column4.equal > .score-right, div[class*=" score-column"].score-column4.equal > .score-right {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

div[class^=score-variable], div[class*=" score-variable"] {
  display: table;
}
div[class^=score-variable] > .score-variable-row, div[class*=" score-variable"] > .score-variable-row {
  display: table-row;
}
div[class^=score-variable] > .score-variable-row > .score-variable-column, div[class*=" score-variable"] > .score-variable-row > .score-variable-column {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
}
div[class^=score-variable] > .score-variable-row > .score-variable-column .embed-responsive, div[class*=" score-variable"] > .score-variable-row > .score-variable-column .embed-responsive {
  min-width: 150px;
}
@media only screen and (min-width: 0) {
  div[class^=score-variable] > .score-variable-row > .score-variable-column, div[class*=" score-variable"] > .score-variable-row > .score-variable-column {
    float: left;
  }
  div[class^=score-variable] > .score-variable-row > .score-variable-column img.responsive, div[class*=" score-variable"] > .score-variable-row > .score-variable-column img.responsive {
    min-width: 150px;
  }
}
@media only screen and (min-width: 968px) {
  div[class^=score-variable] > .score-variable-row > .score-variable-column, div[class*=" score-variable"] > .score-variable-row > .score-variable-column {
    float: none;
  }
  div[class^=score-variable] > .score-variable-row > .score-variable-column img.responsive, div[class*=" score-variable"] > .score-variable-row > .score-variable-column img.responsive {
    min-width: 75px;
  }
}

.navbar-nav .dropdown-submenu {
  position: relative;
}
.navbar-nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
@media only screen and (min-width: 768px) {
  .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    display: none;
  }
}
.navbar-nav .dropdown-submenu > a:after {
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
@media only screen and (max-width: 768px) {
  .navbar-nav .dropdown-submenu > a:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-nav .dropdown-submenu > a:after {
    display: block;
  }
}
.navbar-nav .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.navbar-nav .dropdown-submenu.pull-left {
  float: none;
}
.navbar-nav .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.score-megamenu .nav, .score-megamenu .score-section-menu, .score-megamenu .score-siblings-menu, .score-megamenu .score-previous-next-menu, .score-megamenu .collapse, .score-megamenu .dropup, .score-megamenu .dropdown, .score-megamenu .score-megamenu-dropdown {
  position: static;
}
.score-megamenu .container {
  position: relative;
}
.score-megamenu .dropdown-menu {
  clear: both;
  left: auto;
}
.score-megamenu .score-megamenu-content {
  padding: 15px 20px;
}

ul.level-1 {
  margin-left: 0;
}
ul.level-2, ul.level-3, ul.level-4, ul.level-5, ul.level-6 {
  margin-left: 20px;
}

nav.navbar, nav.score-main-menu-spider, nav.score-megamenu {
  margin-bottom: 0;
}
nav.navbar-default, nav.score-main-menu-spider, nav.score-megamenu {
  background: transparent;
  border: none;
}
nav .navbar-brand > .img-responsive {
  display: inline;
}
nav .navbar-nav > li {
  clear: both;
}
@media only screen and (min-width: 0) {
  nav .navbar-nav > li {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  nav .navbar-nav > li {
    clear: none;
  }
}
nav .navbar-nav > li > a {
  float: left;
}
nav .navbar-nav > li.divider {
  border-right: 1px solid #e7e7e7;
}
nav .navbar-nav > li.dropdown > a, nav .navbar-nav > li.score-megamenu-dropdown > a {
  padding-right: 0;
}
nav .navbar-nav > li.dropdown > a.dropdown-toggle.toggle-caret, nav .navbar-nav > li.score-megamenu-dropdown > a.dropdown-toggle.toggle-caret {
  padding-left: 2px;
  padding-right: 15px;
}
@media only screen and (min-width: 0) {
  nav .navbar-nav > li.dropdown.megamenu-small .dropdown-menu, nav .navbar-nav > li.megamenu-small.score-megamenu-dropdown .dropdown-menu {
    width: initial;
  }
}
@media only screen and (min-width: 768px) {
  nav .navbar-nav > li.dropdown.megamenu-small .dropdown-menu, nav .navbar-nav > li.megamenu-small.score-megamenu-dropdown .dropdown-menu {
    width: 320px;
  }
}
@media only screen and (min-width: 0) {
  nav .navbar-nav > li.dropdown.megamenu-medium .dropdown-menu, nav .navbar-nav > li.megamenu-medium.score-megamenu-dropdown .dropdown-menu {
    width: initial;
  }
}
@media only screen and (min-width: 768px) {
  nav .navbar-nav > li.dropdown.megamenu-medium .dropdown-menu, nav .navbar-nav > li.megamenu-medium.score-megamenu-dropdown .dropdown-menu {
    width: 640px;
  }
}
@media only screen and (min-width: 0) {
  nav .navbar-nav > li.dropdown.megamenu-large .dropdown-menu, nav .navbar-nav > li.megamenu-large.score-megamenu-dropdown .dropdown-menu {
    width: initial;
  }
}
@media only screen and (min-width: 768px) {
  nav .navbar-nav > li.dropdown.megamenu-large .dropdown-menu, nav .navbar-nav > li.megamenu-large.score-megamenu-dropdown .dropdown-menu {
    width: 960px;
  }
}
nav .navbar-nav > li.dropdown.megamenu-full .dropdown-menu, nav .navbar-nav > li.megamenu-full.score-megamenu-dropdown .dropdown-menu {
  left: 0;
  right: 0;
  width: 100%;
}
nav .navbar-nav > li.dropdown.megamenu-small, nav .navbar-nav > li.megamenu-small.score-megamenu-dropdown, nav .navbar-nav > li.dropdown.megamenu-medium, nav .navbar-nav > li.megamenu-medium.score-megamenu-dropdown, nav .navbar-nav > li.dropdown.megamenu-large, nav .navbar-nav > li.megamenu-large.score-megamenu-dropdown {
  position: relative;
}
@media only screen and (min-width: 0) {
  nav .navbar-nav > li.dropdown.megamenu-small .dropdown-menu, nav .navbar-nav > li.megamenu-small.score-megamenu-dropdown .dropdown-menu, nav .navbar-nav > li.dropdown.megamenu-medium .dropdown-menu, nav .navbar-nav > li.megamenu-medium.score-megamenu-dropdown .dropdown-menu, nav .navbar-nav > li.dropdown.megamenu-large .dropdown-menu, nav .navbar-nav > li.megamenu-large.score-megamenu-dropdown .dropdown-menu {
    position: inherit;
  }
}
@media only screen and (min-width: 768px) {
  nav .navbar-nav > li.dropdown.megamenu-small .dropdown-menu, nav .navbar-nav > li.megamenu-small.score-megamenu-dropdown .dropdown-menu, nav .navbar-nav > li.dropdown.megamenu-medium .dropdown-menu, nav .navbar-nav > li.megamenu-medium.score-megamenu-dropdown .dropdown-menu, nav .navbar-nav > li.dropdown.megamenu-large .dropdown-menu, nav .navbar-nav > li.megamenu-large.score-megamenu-dropdown .dropdown-menu {
    position: absolute;
  }
}
nav .navbar-nav > li .dropdown-menu {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 0) {
  nav .navbar-nav > li .dropdown-menu {
    position: inherit;
  }
}
@media only screen and (min-width: 768px) {
  nav .navbar-nav > li .dropdown-menu {
    position: absolute;
  }
}

.navbar-collapse {
  max-height: initial;
}
.navbar-collapse.in {
  overflow-y: visible;
}

.navbar-btn {
  margin: 0;
}

/*------------------------------------*\
     #COLORS
 \*------------------------------------*/
/** Utility Colors
 * 1) Utility colors are colors used to provide feedback, such as alert messages, form validation, etc.
 */
@font-face {
  font-family: "atlas";
  src: url(../fonts/AtlasGrotesk/AtlasGrotesk-Regular-Web.woff);
  src: url(../fonts/AtlasGrotesk/AtlasGrotesk-Regular-Web.woff2);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "atlas";
  src: url(../fonts/AtlasGrotesk/AtlasGrotesk-Light-Web.woff);
  src: url(../fonts/AtlasGrotesk/AtlasGrotesk-Light-Web.woff2);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "sentinel";
  src: url(../fonts/Sentinel/SentinelSSm-Book_Web.woff);
  src: url(../fonts/Sentinel/SentinelSSm-Book_Web.woff2);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "sentinel";
  src: url(../fonts/Sentinel/SentinelSSm-Light_Web.woff);
  src: url(../fonts/Sentinel/SentinelSSm-Light_Web.woff2);
  font-weight: 300;
  font-style: normal;
}
.r0 {
  border-radius: 0;
}

.r1 {
  border-radius: 0.25em;
}

.r2 {
  border-radius: 0.5em;
}

.f0 {
  font-size: 0 !important;
}

.f1 {
  font-size: 0.25em !important;
}

.f2 {
  font-size: 0.5em !important;
}

.f3 {
  font-size: 0.8em !important;
}

.f4, .fbase, html, body {
  font-size: 1em !important;
}

.f5 {
  font-size: 1.2em !important;
}

.f6 {
  font-size: 1.5em !important;
}

.f7 {
  font-size: 2em !important;
}

.f8 {
  font-size: 2.5em !important;
}

.f9 {
  font-size: 3em !important;
}

.fbase, html, body {
  font-weight: 400;
}

.border, .b3, .b2, .b1-r, .b1-l, .b1-b, .b1-t, .b1 {
  border-color: #EDEDF0;
  border-style: solid;
}

.b1 {
  border-width: 1px;
}
.b1-t {
  border-width: 0;
  border-top-width: 1px;
}
.b1-b {
  border-width: 0;
  border-bottom-width: 1px;
}
.b1-l {
  border-width: 0;
  border-left-width: 1px;
}
.b1-r {
  border-width: 0;
  border-right-width: 1px;
}

.b2 {
  border-width: 2px !important;
}
.b2-t {
  border-width-top: 2px !important;
}
.b2-b {
  border-width-bottom: 2px !important;
}
.b2-l {
  border-width-left: 2px !important;
}
.b2-r {
  border-width-right: 2px !important;
}

.b3 {
  border-width: 3px !important;
}
.b3-t {
  border-width-top: 3px !important;
}
.b3-b {
  border-width-bottom: 3px !important;
}
.b3-l {
  border-width-left: 3px !important;
}
.b3-r {
  border-width-right: 3px !important;
}

.p0, .accordion .panel, .score-accordion .panel, html, body {
  padding: 0 !important;
}
.p0-t {
  padding-top: 0 !important;
}
.p0-b {
  padding-bottom: 0 !important;
}
.p0-l {
  padding-left: 0 !important;
}
.p0-r {
  padding-right: 0 !important;
}

.p1 {
  padding: 0.25em !important;
}
.p1-t {
  padding-top: 0.25em !important;
}
.p1-b {
  padding-bottom: 0.25em !important;
}
.p1-l {
  padding-left: 0.25em !important;
}
.p1-r {
  padding-right: 0.25em !important;
}

.p2 {
  padding: 0.5em !important;
}
.p2-t {
  padding-top: 0.5em !important;
}
.p2-b {
  padding-bottom: 0.5em !important;
}
.p2-l {
  padding-left: 0.5em !important;
}
.p2-r {
  padding-right: 0.5em !important;
}

.p3 {
  padding: 0.8em !important;
}
.p3-t {
  padding-top: 0.8em !important;
}
.p3-b {
  padding-bottom: 0.8em !important;
}
.p3-l {
  padding-left: 0.8em !important;
}
.p3-r {
  padding-right: 0.8em !important;
}

.p4 {
  padding: 1em !important;
}
.p4-t {
  padding-top: 1em !important;
}
.p4-b {
  padding-bottom: 1em !important;
}
.p4-l {
  padding-left: 1em !important;
}
.p4-r {
  padding-right: 1em !important;
}

.p5 {
  padding: 1.2em !important;
}
.p5-t {
  padding-top: 1.2em !important;
}
.p5-b {
  padding-bottom: 1.2em !important;
}
.p5-l {
  padding-left: 1.2em !important;
}
.p5-r {
  padding-right: 1.2em !important;
}

.p6 {
  padding: 1.5em !important;
}
.p6-t {
  padding-top: 1.5em !important;
}
.p6-b {
  padding-bottom: 1.5em !important;
}
.p6-l {
  padding-left: 1.5em !important;
}
.p6-r {
  padding-right: 1.5em !important;
}

.p7 {
  padding: 2em !important;
}
.p7-t {
  padding-top: 2em !important;
}
.p7-b {
  padding-bottom: 2em !important;
}
.p7-l {
  padding-left: 2em !important;
}
.p7-r {
  padding-right: 2em !important;
}

.p8 {
  padding: 2.5em !important;
}
.p8-t {
  padding-top: 2.5em !important;
}
.p8-b {
  padding-bottom: 2.5em !important;
}
.p8-l {
  padding-left: 2.5em !important;
}
.p8-r {
  padding-right: 2.5em !important;
}

.p9 {
  padding: 3em !important;
}
.p9-t {
  padding-top: 3em !important;
}
.p9-b {
  padding-bottom: 3em !important;
}
.p9-l {
  padding-left: 3em !important;
}
.p9-r {
  padding-right: 3em !important;
}

.p10 {
  padding: 3.5em !important;
}
.p10-t {
  padding-top: 3.5em !important;
}
.p10-b {
  padding-bottom: 3.5em !important;
}
.p10-l {
  padding-left: 3.5em !important;
}
.p10-r {
  padding-right: 3.5em !important;
}

.m0, .accordion .panel .panel-heading h4, .score-accordion .panel .panel-heading h4, html, body, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin: 0 !important;
}
.m0-t {
  margin-top: 0 !important;
}
.m0-b {
  margin-bottom: 0 !important;
}
.m0-l {
  margin-left: 0 !important;
}
.m0-r {
  margin-right: 0 !important;
}

.m1 {
  margin: 0.25em !important;
}
.m1-t {
  margin-top: 0.25em !important;
}
.m1-b {
  margin-bottom: 0.25em !important;
}
.m1-l {
  margin-left: 0.25em !important;
}
.m1-r {
  margin-right: 0.25em !important;
}

.m2 {
  margin: 0.5em !important;
}
.m2-t {
  margin-top: 0.5em !important;
}
.m2-b, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2 {
  margin-bottom: 0.5em !important;
}
.m2-l {
  margin-left: 0.5em !important;
}
.m2-r {
  margin-right: 0.5em !important;
}

.m3 {
  margin: 0.8em !important;
}
.m3-t {
  margin-top: 0.8em !important;
}
.m3-b {
  margin-bottom: 0.8em !important;
}
.m3-l {
  margin-left: 0.8em !important;
}
.m3-r {
  margin-right: 0.8em !important;
}

.m4 {
  margin: 1em !important;
}
.m4-t {
  margin-top: 1em !important;
}
.m4-b {
  margin-bottom: 1em !important;
}
.m4-l {
  margin-left: 1em !important;
}
.m4-r {
  margin-right: 1em !important;
}

.m5 {
  margin: 1.2em !important;
}
.m5-t {
  margin-top: 1.2em !important;
}
.m5-b {
  margin-bottom: 1.2em !important;
}
.m5-l {
  margin-left: 1.2em !important;
}
.m5-r {
  margin-right: 1.2em !important;
}

.m6 {
  margin: 1.5em !important;
}
.m6-t, hr {
  margin-top: 1.5em !important;
}
.m6-b, hr {
  margin-bottom: 1.5em !important;
}
.m6-l {
  margin-left: 1.5em !important;
}
.m6-r {
  margin-right: 1.5em !important;
}

.m7 {
  margin: 2em !important;
}
.m7-t {
  margin-top: 2em !important;
}
.m7-b {
  margin-bottom: 2em !important;
}
.m7-l {
  margin-left: 2em !important;
}
.m7-r {
  margin-right: 2em !important;
}

.m8 {
  margin: 2.5em !important;
}
.m8-t {
  margin-top: 2.5em !important;
}
.m8-b {
  margin-bottom: 2.5em !important;
}
.m8-l {
  margin-left: 2.5em !important;
}
.m8-r {
  margin-right: 2.5em !important;
}

.m9 {
  margin: 3em !important;
}
.m9-t {
  margin-top: 3em !important;
}
.m9-b {
  margin-bottom: 3em !important;
}
.m9-l {
  margin-left: 3em !important;
}
.m9-r {
  margin-right: 3em !important;
}

.m10 {
  margin: 3.5em !important;
}
.m10-t {
  margin-top: 3.5em !important;
}
.m10-b {
  margin-bottom: 3.5em !important;
}
.m10-l {
  margin-left: 3.5em !important;
}
.m10-r {
  margin-right: 3.5em !important;
}

.serif {
  font-family: "sentinel", "Times New Roman", Times, serif !important;
}

.sans-serif, html, body {
  font-family: "atlas", Helvetica, Arial, sans-serif !important;
}

h1, .h1 {
  color: #002E4D;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 2.5em;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  line-height: 1em;
}
h1 a, .h1 a {
  color: #002E4D;
}
h1 a:visited, .h1 a:visited {
  color: #002E4D !important;
}

h2, .h2 {
  color: #002E4D;
  font-size: 2em;
  font-weight: 300;
  line-height: 2em;
  text-rendering: optimizeLegibility;
  font-weight: bold;
}
h2 a, .h2 a {
  color: #002E4D;
}
h2 a:visited, .h2 a:visited {
  color: #002E4D !important;
}

h3, .h3 {
  color: #004370;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
  font-weight: bold;
}
h3 a, .h3 a {
  color: #004370;
}
h3 a:visited, .h3 a:visited {
  color: #004370 !important;
}

h4, .h4 {
  color: #004370;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
  text-rendering: optimizeLegibility;
  font-weight: bold;
}
h4 a, .h4 a {
  color: #004370;
}
h4 a:visited, .h4 a:visited {
  color: #004370 !important;
}

h5, .h5 {
  color: #004370;
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
  text-rendering: optimizeLegibility;
  font-weight: bold;
}
h5 a, .h5 a {
  color: #004370;
}
h5 a:visited, .h5 a:visited {
  color: #004370 !important;
}

h6, .h6 {
  color: #004370;
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
  text-rendering: optimizeLegibility;
  font-weight: bold;
}
h6 a, .h6 a {
  color: #004370;
}
h6 a:visited, .h6 a:visited {
  color: #004370 !important;
}

h1 {
  margin-bottom: 10px !important;
  line-height: 1.3em;
}

/*------------------------------------*\
    #UTILITIES
\*------------------------------------*/
.drop-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.w100 {
  max-width: 100% !important;
}

.w90 {
  max-width: 90% !important;
}

.w80 {
  max-width: 80% !important;
}

.w70 {
  max-width: 70% !important;
}

.w60 {
  max-width: 60% !important;
}

.w50 {
  max-width: 50% !important;
}

.w40 {
  max-width: 40% !important;
}

.w30 {
  max-width: 30% !important;
}

.w20 {
  max-width: 20% !important;
}

.w10 {
  max-width: 10% !important;
}

.ws1 {
  max-width: 0.25em !important;
}

.ws2 {
  max-width: 0.5em !important;
}

.ws3 {
  max-width: 0.8em !important;
}

.ws4 {
  max-width: 1em !important;
}

.ws5 {
  max-width: 1.2em !important;
}

.ws6 {
  max-width: 1.5em !important;
}

.ws7 {
  max-width: 2em !important;
}

.ws8 {
  max-width: 2.5em !important;
}

.ws9 {
  max-width: 3em !important;
}

.ws10 {
  max-width: 3.5em !important;
}

.bg-light, .bg-v300, .bg-v100, .bg-b300, .bg-t300, .bg-t100, .bg-y300, .bg-y100, .bg-o300, .bg-o100, .bg-p300, .bg-p100, .bg-n300, .bg-n100, hr, .bg-white {
  color: #000;
}
.bg-light a, .bg-v300 a, .bg-v100 a, .bg-b300 a, .bg-t300 a, .bg-t100 a, .bg-y300 a, .bg-y100 a, .bg-o300 a, .bg-o100 a, .bg-p300 a, .bg-p100 a, .bg-n300 a, .bg-n100 a, hr a, .bg-white a {
  color: #000;
}
.bg-light a.btn-primary, .bg-light a.score-button, .bg-v300 a.btn-primary, .bg-v300 a.score-button, .bg-v100 a.btn-primary, .bg-v100 a.score-button, .bg-b300 a.btn-primary, .bg-b300 a.score-button, .bg-t300 a.btn-primary, .bg-t300 a.score-button, .bg-t100 a.btn-primary, .bg-t100 a.score-button, .bg-y300 a.btn-primary, .bg-y300 a.score-button, .bg-y100 a.btn-primary, .bg-y100 a.score-button, .bg-o300 a.btn-primary, .bg-o300 a.score-button, .bg-o100 a.btn-primary, .bg-o100 a.score-button, .bg-p300 a.btn-primary, .bg-p300 a.score-button, .bg-p100 a.btn-primary, .bg-p100 a.score-button, .bg-n300 a.btn-primary, .bg-n300 a.score-button, .bg-n100 a.btn-primary, .bg-n100 a.score-button, hr a.btn-primary, hr a.score-button, .bg-white a.btn-primary, .bg-white a.score-button {
  color: #fff;
}

.bg-dark, .bg-v900, .bg-v700, .bg-v500, .c-card.bg-purple, .bg-purple.score-highlight, .bg-purple.score-panel, .bg-purple.panel, .bg-purple.score-style-box, .bg-b900, .bg-b700, .c-card.bg-dark-blue, .bg-dark-blue.score-highlight, .bg-dark-blue.score-panel, .bg-dark-blue.panel, .bg-dark-blue.score-style-box, .bg-b500, .c-card.bg-blue, .bg-blue.score-highlight, .bg-blue.score-panel, .bg-blue.panel, .bg-blue.score-style-box, .bg-t900, .bg-t700, .bg-t500, .c-card.bg-teal, .bg-teal.score-highlight, .bg-teal.score-panel, .bg-teal.panel, .bg-teal.score-style-box, .bg-y900, .bg-y700, .bg-y500, .c-card.bg-yellow, .bg-yellow.score-highlight, .bg-yellow.score-panel, .bg-yellow.panel, .bg-yellow.score-style-box, .bg-o900, .bg-o700, .bg-o500, .c-card.bg-orange, .bg-orange.score-highlight, .bg-orange.score-panel, .bg-orange.panel, .bg-orange.score-style-box, .bg-p900, .bg-p700, .bg-p500, .c-card.bg-pink, .bg-pink.score-highlight, .bg-pink.score-panel, .bg-pink.panel, .bg-pink.score-style-box, .bg-n900, .bg-n700, .bg-n500, .c-card.bg-gray, .bg-gray.score-highlight, .bg-gray.score-panel, .bg-gray.panel, .bg-gray.score-style-box, .bg-black {
  color: #fff;
}
.bg-dark a, .bg-v900 a, .bg-v700 a, .bg-v500 a, .c-card.bg-purple a, .bg-purple.score-highlight a, .bg-purple.score-panel a, .bg-purple.panel a, .bg-purple.score-style-box a, .bg-b900 a, .bg-b700 a, .c-card.bg-dark-blue a, .bg-dark-blue.score-highlight a, .bg-dark-blue.score-panel a, .bg-dark-blue.panel a, .bg-dark-blue.score-style-box a, .bg-b500 a, .c-card.bg-blue a, .bg-blue.score-highlight a, .bg-blue.score-panel a, .bg-blue.panel a, .bg-blue.score-style-box a, .bg-t900 a, .bg-t700 a, .bg-t500 a, .c-card.bg-teal a, .bg-teal.score-highlight a, .bg-teal.score-panel a, .bg-teal.panel a, .bg-teal.score-style-box a, .bg-y900 a, .bg-y700 a, .bg-y500 a, .c-card.bg-yellow a, .bg-yellow.score-highlight a, .bg-yellow.score-panel a, .bg-yellow.panel a, .bg-yellow.score-style-box a, .bg-o900 a, .bg-o700 a, .bg-o500 a, .c-card.bg-orange a, .bg-orange.score-highlight a, .bg-orange.score-panel a, .bg-orange.panel a, .bg-orange.score-style-box a, .bg-p900 a, .bg-p700 a, .bg-p500 a, .c-card.bg-pink a, .bg-pink.score-highlight a, .bg-pink.score-panel a, .bg-pink.panel a, .bg-pink.score-style-box a, .bg-n900 a, .bg-n700 a, .bg-n500 a, .c-card.bg-gray a, .bg-gray.score-highlight a, .bg-gray.score-panel a, .bg-gray.panel a, .bg-gray.score-style-box a, .bg-black a {
  color: #fff;
}
.bg-dark h1, .bg-v900 h1, .bg-v700 h1, .bg-v500 h1, .c-card.bg-purple h1, .bg-purple.score-highlight h1, .bg-purple.score-panel h1, .bg-purple.panel h1, .bg-purple.score-style-box h1, .bg-b900 h1, .bg-b700 h1, .c-card.bg-dark-blue h1, .bg-dark-blue.score-highlight h1, .bg-dark-blue.score-panel h1, .bg-dark-blue.panel h1, .bg-dark-blue.score-style-box h1, .bg-b500 h1, .c-card.bg-blue h1, .bg-blue.score-highlight h1, .bg-blue.score-panel h1, .bg-blue.panel h1, .bg-blue.score-style-box h1, .bg-t900 h1, .bg-t700 h1, .bg-t500 h1, .c-card.bg-teal h1, .bg-teal.score-highlight h1, .bg-teal.score-panel h1, .bg-teal.panel h1, .bg-teal.score-style-box h1, .bg-y900 h1, .bg-y700 h1, .bg-y500 h1, .c-card.bg-yellow h1, .bg-yellow.score-highlight h1, .bg-yellow.score-panel h1, .bg-yellow.panel h1, .bg-yellow.score-style-box h1, .bg-o900 h1, .bg-o700 h1, .bg-o500 h1, .c-card.bg-orange h1, .bg-orange.score-highlight h1, .bg-orange.score-panel h1, .bg-orange.panel h1, .bg-orange.score-style-box h1, .bg-p900 h1, .bg-p700 h1, .bg-p500 h1, .c-card.bg-pink h1, .bg-pink.score-highlight h1, .bg-pink.score-panel h1, .bg-pink.panel h1, .bg-pink.score-style-box h1, .bg-n900 h1, .bg-n700 h1, .bg-n500 h1, .c-card.bg-gray h1, .bg-gray.score-highlight h1, .bg-gray.score-panel h1, .bg-gray.panel h1, .bg-gray.score-style-box h1, .bg-black h1, .bg-dark h2, .bg-v900 h2, .bg-v700 h2, .bg-v500 h2, .c-card.bg-purple h2, .bg-purple.score-highlight h2, .bg-purple.score-panel h2, .bg-purple.panel h2, .bg-purple.score-style-box h2, .bg-b900 h2, .bg-b700 h2, .c-card.bg-dark-blue h2, .bg-dark-blue.score-highlight h2, .bg-dark-blue.score-panel h2, .bg-dark-blue.panel h2, .bg-dark-blue.score-style-box h2, .bg-b500 h2, .c-card.bg-blue h2, .bg-blue.score-highlight h2, .bg-blue.score-panel h2, .bg-blue.panel h2, .bg-blue.score-style-box h2, .bg-t900 h2, .bg-t700 h2, .bg-t500 h2, .c-card.bg-teal h2, .bg-teal.score-highlight h2, .bg-teal.score-panel h2, .bg-teal.panel h2, .bg-teal.score-style-box h2, .bg-y900 h2, .bg-y700 h2, .bg-y500 h2, .c-card.bg-yellow h2, .bg-yellow.score-highlight h2, .bg-yellow.score-panel h2, .bg-yellow.panel h2, .bg-yellow.score-style-box h2, .bg-o900 h2, .bg-o700 h2, .bg-o500 h2, .c-card.bg-orange h2, .bg-orange.score-highlight h2, .bg-orange.score-panel h2, .bg-orange.panel h2, .bg-orange.score-style-box h2, .bg-p900 h2, .bg-p700 h2, .bg-p500 h2, .c-card.bg-pink h2, .bg-pink.score-highlight h2, .bg-pink.score-panel h2, .bg-pink.panel h2, .bg-pink.score-style-box h2, .bg-n900 h2, .bg-n700 h2, .bg-n500 h2, .c-card.bg-gray h2, .bg-gray.score-highlight h2, .bg-gray.score-panel h2, .bg-gray.panel h2, .bg-gray.score-style-box h2, .bg-black h2, .bg-dark h3, .bg-v900 h3, .bg-v700 h3, .bg-v500 h3, .c-card.bg-purple h3, .bg-purple.score-highlight h3, .bg-purple.score-panel h3, .bg-purple.panel h3, .bg-purple.score-style-box h3, .bg-b900 h3, .bg-b700 h3, .c-card.bg-dark-blue h3, .bg-dark-blue.score-highlight h3, .bg-dark-blue.score-panel h3, .bg-dark-blue.panel h3, .bg-dark-blue.score-style-box h3, .bg-b500 h3, .c-card.bg-blue h3, .bg-blue.score-highlight h3, .bg-blue.score-panel h3, .bg-blue.panel h3, .bg-blue.score-style-box h3, .bg-t900 h3, .bg-t700 h3, .bg-t500 h3, .c-card.bg-teal h3, .bg-teal.score-highlight h3, .bg-teal.score-panel h3, .bg-teal.panel h3, .bg-teal.score-style-box h3, .bg-y900 h3, .bg-y700 h3, .bg-y500 h3, .c-card.bg-yellow h3, .bg-yellow.score-highlight h3, .bg-yellow.score-panel h3, .bg-yellow.panel h3, .bg-yellow.score-style-box h3, .bg-o900 h3, .bg-o700 h3, .bg-o500 h3, .c-card.bg-orange h3, .bg-orange.score-highlight h3, .bg-orange.score-panel h3, .bg-orange.panel h3, .bg-orange.score-style-box h3, .bg-p900 h3, .bg-p700 h3, .bg-p500 h3, .c-card.bg-pink h3, .bg-pink.score-highlight h3, .bg-pink.score-panel h3, .bg-pink.panel h3, .bg-pink.score-style-box h3, .bg-n900 h3, .bg-n700 h3, .bg-n500 h3, .c-card.bg-gray h3, .bg-gray.score-highlight h3, .bg-gray.score-panel h3, .bg-gray.panel h3, .bg-gray.score-style-box h3, .bg-black h3, .bg-dark h4, .bg-v900 h4, .bg-v700 h4, .bg-v500 h4, .c-card.bg-purple h4, .bg-purple.score-highlight h4, .bg-purple.score-panel h4, .bg-purple.panel h4, .bg-purple.score-style-box h4, .bg-b900 h4, .bg-b700 h4, .c-card.bg-dark-blue h4, .bg-dark-blue.score-highlight h4, .bg-dark-blue.score-panel h4, .bg-dark-blue.panel h4, .bg-dark-blue.score-style-box h4, .bg-b500 h4, .c-card.bg-blue h4, .bg-blue.score-highlight h4, .bg-blue.score-panel h4, .bg-blue.panel h4, .bg-blue.score-style-box h4, .bg-t900 h4, .bg-t700 h4, .bg-t500 h4, .c-card.bg-teal h4, .bg-teal.score-highlight h4, .bg-teal.score-panel h4, .bg-teal.panel h4, .bg-teal.score-style-box h4, .bg-y900 h4, .bg-y700 h4, .bg-y500 h4, .c-card.bg-yellow h4, .bg-yellow.score-highlight h4, .bg-yellow.score-panel h4, .bg-yellow.panel h4, .bg-yellow.score-style-box h4, .bg-o900 h4, .bg-o700 h4, .bg-o500 h4, .c-card.bg-orange h4, .bg-orange.score-highlight h4, .bg-orange.score-panel h4, .bg-orange.panel h4, .bg-orange.score-style-box h4, .bg-p900 h4, .bg-p700 h4, .bg-p500 h4, .c-card.bg-pink h4, .bg-pink.score-highlight h4, .bg-pink.score-panel h4, .bg-pink.panel h4, .bg-pink.score-style-box h4, .bg-n900 h4, .bg-n700 h4, .bg-n500 h4, .c-card.bg-gray h4, .bg-gray.score-highlight h4, .bg-gray.score-panel h4, .bg-gray.panel h4, .bg-gray.score-style-box h4, .bg-black h4, .bg-dark h5, .bg-v900 h5, .bg-v700 h5, .bg-v500 h5, .c-card.bg-purple h5, .bg-purple.score-highlight h5, .bg-purple.score-panel h5, .bg-purple.panel h5, .bg-purple.score-style-box h5, .bg-b900 h5, .bg-b700 h5, .c-card.bg-dark-blue h5, .bg-dark-blue.score-highlight h5, .bg-dark-blue.score-panel h5, .bg-dark-blue.panel h5, .bg-dark-blue.score-style-box h5, .bg-b500 h5, .c-card.bg-blue h5, .bg-blue.score-highlight h5, .bg-blue.score-panel h5, .bg-blue.panel h5, .bg-blue.score-style-box h5, .bg-t900 h5, .bg-t700 h5, .bg-t500 h5, .c-card.bg-teal h5, .bg-teal.score-highlight h5, .bg-teal.score-panel h5, .bg-teal.panel h5, .bg-teal.score-style-box h5, .bg-y900 h5, .bg-y700 h5, .bg-y500 h5, .c-card.bg-yellow h5, .bg-yellow.score-highlight h5, .bg-yellow.score-panel h5, .bg-yellow.panel h5, .bg-yellow.score-style-box h5, .bg-o900 h5, .bg-o700 h5, .bg-o500 h5, .c-card.bg-orange h5, .bg-orange.score-highlight h5, .bg-orange.score-panel h5, .bg-orange.panel h5, .bg-orange.score-style-box h5, .bg-p900 h5, .bg-p700 h5, .bg-p500 h5, .c-card.bg-pink h5, .bg-pink.score-highlight h5, .bg-pink.score-panel h5, .bg-pink.panel h5, .bg-pink.score-style-box h5, .bg-n900 h5, .bg-n700 h5, .bg-n500 h5, .c-card.bg-gray h5, .bg-gray.score-highlight h5, .bg-gray.score-panel h5, .bg-gray.panel h5, .bg-gray.score-style-box h5, .bg-black h5, .bg-dark h6, .bg-v900 h6, .bg-v700 h6, .bg-v500 h6, .c-card.bg-purple h6, .bg-purple.score-highlight h6, .bg-purple.score-panel h6, .bg-purple.panel h6, .bg-purple.score-style-box h6, .bg-b900 h6, .bg-b700 h6, .c-card.bg-dark-blue h6, .bg-dark-blue.score-highlight h6, .bg-dark-blue.score-panel h6, .bg-dark-blue.panel h6, .bg-dark-blue.score-style-box h6, .bg-b500 h6, .c-card.bg-blue h6, .bg-blue.score-highlight h6, .bg-blue.score-panel h6, .bg-blue.panel h6, .bg-blue.score-style-box h6, .bg-t900 h6, .bg-t700 h6, .bg-t500 h6, .c-card.bg-teal h6, .bg-teal.score-highlight h6, .bg-teal.score-panel h6, .bg-teal.panel h6, .bg-teal.score-style-box h6, .bg-y900 h6, .bg-y700 h6, .bg-y500 h6, .c-card.bg-yellow h6, .bg-yellow.score-highlight h6, .bg-yellow.score-panel h6, .bg-yellow.panel h6, .bg-yellow.score-style-box h6, .bg-o900 h6, .bg-o700 h6, .bg-o500 h6, .c-card.bg-orange h6, .bg-orange.score-highlight h6, .bg-orange.score-panel h6, .bg-orange.panel h6, .bg-orange.score-style-box h6, .bg-p900 h6, .bg-p700 h6, .bg-p500 h6, .c-card.bg-pink h6, .bg-pink.score-highlight h6, .bg-pink.score-panel h6, .bg-pink.panel h6, .bg-pink.score-style-box h6, .bg-n900 h6, .bg-n700 h6, .bg-n500 h6, .c-card.bg-gray h6, .bg-gray.score-highlight h6, .bg-gray.score-panel h6, .bg-gray.panel h6, .bg-gray.score-style-box h6, .bg-black h6 {
  color: #fff !important;
}

.bg-t, .spacer {
  background-color: transparent !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-n100, hr {
  background-color: #EDEDF0 !important;
}

.bg-n300 {
  background-color: #D4D4D6 !important;
}

.bg-n500, .c-card.bg-gray, .bg-gray.score-highlight, .bg-gray.score-panel, .bg-gray.panel, .bg-gray.score-style-box {
  background-color: #A9AAAC !important;
}

.bg-n700 {
  background-color: #54565B !important;
}

.bg-n900 {
  background-color: #130C0E !important;
}

.bg-p100 {
  background-color: #FFD9EC !important;
}

.bg-p300 {
  background-color: #FF50B0 !important;
}

.bg-p500, .c-card.bg-pink, .bg-pink.score-highlight, .bg-pink.score-panel, .bg-pink.panel, .bg-pink.score-style-box {
  background-color: #DC0F83 !important;
}

.bg-p700 {
  background-color: #A40059 !important;
}

.bg-p900 {
  background-color: #610035 !important;
}

.bg-o100 {
  background-color: #FFB47D !important;
}

.bg-o300 {
  background-color: #FC974D !important;
}

.bg-o500, .c-card.bg-orange, .bg-orange.score-highlight, .bg-orange.score-panel, .bg-orange.panel, .bg-orange.score-style-box {
  background-color: #AF5C12 !important;
}

.bg-o700 {
  background-color: #82400F !important;
}

.bg-o900 {
  background-color: #542605 !important;
}

.bg-y100 {
  background-color: #FFEFCB !important;
}

.bg-y300 {
  background-color: #DE9D0B !important;
}

.bg-y500, .c-card.bg-yellow, .bg-yellow.score-highlight, .bg-yellow.score-panel, .bg-yellow.panel, .bg-yellow.score-style-box {
  background-color: #A26906 !important;
}

.bg-y700 {
  background-color: #7B4600 !important;
}

.bg-y900 {
  background-color: #432600 !important;
}

.bg-t100 {
  background-color: #CDF2E8 !important;
}

.bg-t300 {
  background-color: #40C19E !important;
}

.bg-t500, .c-card.bg-teal, .bg-teal.score-highlight, .bg-teal.score-panel, .bg-teal.panel, .bg-teal.score-style-box {
  background-color: #008271 !important;
}

.bg-t700 {
  background-color: #005550 !important;
}

.bg-t900 {
  background-color: #00302F !important;
}

.bg-b100, .accordion .panel .panel-heading, .score-accordion .panel .panel-heading {
  background-color: #EBFAFF !important;
  color: #002E4D;
}

.bg-b300 {
  background-color: #00ADE0 !important;
}

.bg-b500, .c-card.bg-blue, .bg-blue.score-highlight, .bg-blue.score-panel, .bg-blue.panel, .bg-blue.score-style-box {
  background-color: #007BB2 !important;
}

.bg-b700, .c-card.bg-dark-blue, .bg-dark-blue.score-highlight, .bg-dark-blue.score-panel, .bg-dark-blue.panel, .bg-dark-blue.score-style-box {
  background-color: #004370 !important;
}

.bg-b900 {
  background-color: #002E4D !important;
}

.bg-v100 {
  background-color: #E9E8FF !important;
}

.bg-v300 {
  background-color: #918DFB !important;
}

.bg-v500, .c-card.bg-purple, .bg-purple.score-highlight, .bg-purple.score-panel, .bg-purple.panel, .bg-purple.score-style-box {
  background-color: #765DDE !important;
}

.bg-v700 {
  background-color: #5A32AC !important;
}

.bg-v900 {
  background-color: #250E64 !important;
}

html, body {
  line-height: 1.2em;
  box-sizing: border-box;
}

body {
  line-height: 1.5em;
  height: auto;
}

hr {
  border: 0;
  height: 1px;
}

a {
  color: #007BB2;
  text-decoration: none;
  outline: 0;
}
a:hover, a:focus {
  color: inherit;
}
a:active {
  color: #004370;
}
a:visited {
  color: #002E4D;
}

.transition, .btn:hover, .score-button:hover {
  transition: all 0.5s ease;
}

@font-face {
  font-family: "icomoon";
  src: url("/Areas/tenantpublic/fonts/icons/icomoon.ttf?xz8fql") format("truetype"), url("/Areas/tenantpublic/fonts/icons/icomoon.woff?xz8fql") format("woff"), url("/Areas/tenantpublic/fonts/icons/icomoon.svg?xz8fql#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-].monoColor:before, [class*=" icon-"].monoColor:before {
  color: inherit;
}
[class^=icon-].monoColor:after, [class*=" icon-"].monoColor:after {
  color: inherit;
}

[class^=icon-].biColor:before, [class*=" icon-"].biColor:before {
  color: #007BB2;
}
[class^=icon-].biColor:after, [class*=" icon-"].biColor:after {
  color: #002E4D;
}

.icon-base-settings, [class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-appstore, .icon-playstore {
  width: 135px;
  height: 40px;
}

.icon-playstore {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='134.998' height='40' viewBox='0 0 134.998 40'%3E%3Cg id='Google_Play_Store_badge_EN' transform='translate(-0.004 -0.001)'%3E%3Cpath id='path11' d='M130,40H5a5.015,5.015,0,0,1-5-5V5A5.015,5.015,0,0,1,5,0H130a5.015,5.015,0,0,1,5,5V35a5.015,5.015,0,0,1-5,5' fill='%23100f0d'/%3E%3Cpath id='path13' d='M130,0H5A5.015,5.015,0,0,0,0,5V35a5.015,5.015,0,0,0,5,5H130a5.015,5.015,0,0,0,5-5V5a5.015,5.015,0,0,0-5-5Zm0,.8A4.2,4.2,0,0,1,134.2,5V35a4.2,4.2,0,0,1-4.2,4.2H5A4.2,4.2,0,0,1,.8,35V5A4.2,4.2,0,0,1,5,.8H130' fill='none'/%3E%3Cpath id='path35' d='M120.617,35.683h1.866v-12.5h-1.866Zm16.807-8-2.139,5.42h-.064L133,27.685h-2.01l3.33,7.575-1.9,4.214h1.946L139.5,27.685Zm-10.583,6.578c-.61,0-1.463-.306-1.463-1.062,0-.965,1.062-1.335,1.978-1.335a3.322,3.322,0,0,1,1.705.418,2.262,2.262,0,0,1-2.22,1.978Zm.226-6.852a3.5,3.5,0,0,0-3.329,1.914l1.656.691A1.768,1.768,0,0,1,127.1,29.1a1.8,1.8,0,0,1,1.962,1.608v.128a4.13,4.13,0,0,0-1.946-.482c-1.786,0-3.6.981-3.6,2.814a2.888,2.888,0,0,0,3.1,2.75A2.63,2.63,0,0,0,129,34.7h.065v.966h1.8V30.869c0-2.22-1.658-3.458-3.8-3.458Zm-11.532,1.8h-2.654V24.921h2.654a2.143,2.143,0,1,1,0,4.285Zm-.048-6.025h-4.471v12.5h1.865V30.947h2.606a3.888,3.888,0,1,0,0-7.765ZM91.107,34.265a2.587,2.587,0,0,1,0-5.155A2.4,2.4,0,0,1,93.378,31.7,2.377,2.377,0,0,1,91.107,34.265Zm2.143-5.88h-.065a2.947,2.947,0,0,0-2.239-.95,4.257,4.257,0,0,0,0,8.506,2.9,2.9,0,0,0,2.239-.966h.065v.612c0,1.628-.87,2.5-2.272,2.5a2.354,2.354,0,0,1-2.143-1.514l-1.627.677a4.053,4.053,0,0,0,3.77,2.513c2.191,0,4.044-1.289,4.044-4.431V27.692H93.249Zm3.062,7.3h1.868V23.18H96.311Zm4.623-4.124a2.333,2.333,0,0,1,2.223-2.481,1.649,1.649,0,0,1,1.579.9Zm5.8-1.418a3.953,3.953,0,0,0-3.641-2.706,4.042,4.042,0,0,0-4.012,4.253A4.162,4.162,0,0,0,103.3,35.94a4.232,4.232,0,0,0,3.545-1.885l-1.45-.967a2.429,2.429,0,0,1-2.095,1.176,2.162,2.162,0,0,1-2.061-1.289l5.686-2.352Zm-45.308-1.4v1.8h4.317a3.765,3.765,0,0,1-.983,2.272,4.421,4.421,0,0,1-3.335,1.321,4.8,4.8,0,0,1,0-9.6,4.6,4.6,0,0,1,3.254,1.289l1.273-1.273a6.3,6.3,0,0,0-4.527-1.82,6.606,6.606,0,1,0,0,13.211,6.039,6.039,0,0,0,4.607-1.853A5.962,5.962,0,0,0,67.6,29.866a5.888,5.888,0,0,0-.1-1.127Zm11.079,5.526a2.584,2.584,0,1,1,2.4-2.578A2.461,2.461,0,0,1,72.505,34.265Zm0-6.831a4.253,4.253,0,1,0,4.269,4.253,4.192,4.192,0,0,0-4.269-4.253Zm9.313,6.831a2.584,2.584,0,1,1,2.4-2.578A2.461,2.461,0,0,1,81.818,34.265Zm0-6.831a4.253,4.253,0,1,0,4.27,4.253,4.192,4.192,0,0,0-4.27-4.253' transform='translate(-13.679 -5.682)' fill='%23fff'/%3E%3Cpath id='path37' d='M24.074,25.9,13.428,37.2l0,.007a2.878,2.878,0,0,0,4.236,1.734l.034-.02L29.684,32,24.074,25.9' transform='translate(-3.356 -6.474)' fill='%23eb3131'/%3E%3Cpath id='path39' d='M38.312,22.332l-.01-.007-5.174-3L27.3,24.513l5.849,5.848L38.3,27.391a2.877,2.877,0,0,0,.017-5.059' transform='translate(-6.824 -4.831)' fill='%23f6b60b'/%3E%3Cpath id='path41' d='M13.393,12.37a2.818,2.818,0,0,0-.1.74V33.078a2.78,2.78,0,0,0,.1.739L24.407,22.806,13.394,12.37' transform='translate(-3.323 -3.092)' fill='%235778c5'/%3E%3Cpath id='path43' d='M24.152,22.382l5.511-5.509-11.97-6.94a2.881,2.881,0,0,0-4.265,1.723.009.009,0,0,0,0,0L24.152,22.382' transform='translate(-3.356 -2.38)' fill='%233bad49'/%3E%3Cpath id='path33' d='M61.179,12.064H58.261v.722h2.186a2.01,2.01,0,0,1-.689,1.388,2.242,2.242,0,0,1-1.5.5A2.269,2.269,0,0,1,56.6,14a2.386,2.386,0,0,1-.672-1.723A2.386,2.386,0,0,1,56.6,10.55a2.268,2.268,0,0,1,1.664-.68,2.383,2.383,0,0,1,.95.184,1.836,1.836,0,0,1,.714.53l.555-.555a2.5,2.5,0,0,0-.966-.664,3.3,3.3,0,0,0-1.253-.236,3.1,3.1,0,0,0-3.127,3.144,3.1,3.1,0,0,0,3.127,3.144,2.886,2.886,0,0,0,2.211-.891,2.726,2.726,0,0,0,.748-2.009,2.965,2.965,0,0,0-.042-.453Zm1.13-2.8v6.019h3.514v-.739H63.082V12.634h2.472v-.722H63.082V10h2.741V9.264ZM70.75,10V9.264H66.614V10H68.3v5.278h.773V10Zm3.744-.741h-.773v6.019h.773ZM79.6,10V9.264H75.464V10h1.681v5.278h.773V10Zm7.8.042a3.114,3.114,0,0,0-4.4-.009,3.035,3.035,0,0,0-.891,2.236A3.035,3.035,0,0,0,83,14.509a3.125,3.125,0,0,0,4.4,0,3.035,3.035,0,0,0,.891-2.236A3.026,3.026,0,0,0,87.4,10.047Zm-3.85.5A2.216,2.216,0,0,1,85.2,9.87a2.186,2.186,0,0,1,1.639.68,2.34,2.34,0,0,1,.664,1.723A2.338,2.338,0,0,1,86.842,14a2.187,2.187,0,0,1-1.639.681A2.217,2.217,0,0,1,83.554,14a2.384,2.384,0,0,1-.655-1.723A2.386,2.386,0,0,1,83.554,10.55Zm6.578.984L90.1,10.373h.033l3.059,4.909H94V9.264h-.773v3.522l.033,1.161h-.033L90.3,9.264h-.942v6.019h.773Z' transform='translate(-13.782 -2.282)' fill='%23fff' stroke='%23fff' stroke-miterlimit='10' stroke-width='0.267'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-appstore {
  background-image: url("data:image/svg+xml,%3Csvg id='Download_on_the_App_Store_Badge_1_' data-name='Download_on_the_App_Store_Badge (1)' xmlns='http://www.w3.org/2000/svg' width='135' height='40' viewBox='0 0 135 40'%3E%3Cpath id='Path_3226' data-name='Path 3226' d='M130.2,40H4.729A4.74,4.74,0,0,1,0,35.267V4.726A4.733,4.733,0,0,1,4.729,0H130.2A4.8,4.8,0,0,1,135,4.726V35.267A4.8,4.8,0,0,1,130.2,40Z'/%3E%3Cpath id='Path_3227' data-name='Path 3227' d='M134.032,35.268A3.83,3.83,0,0,1,130.2,39.1H4.729A3.835,3.835,0,0,1,.89,35.268V4.725A3.84,3.84,0,0,1,4.729.89H130.2a3.834,3.834,0,0,1,3.834,3.835V35.268Z'/%3E%3Cg id='Group_2289' data-name='Group 2289'%3E%3Cg id='Group_2288' data-name='Group 2288'%3E%3Cpath id='Path_3228' data-name='Path 3228' d='M30.128,19.784a5.8,5.8,0,0,1,2.761-4.864,5.937,5.937,0,0,0-4.676-2.528c-1.967-.207-3.875,1.177-4.877,1.177-1.022,0-2.565-1.157-4.228-1.123a6.225,6.225,0,0,0-5.24,3.2c-2.266,3.923-.576,9.688,1.6,12.859,1.086,1.553,2.355,3.287,4.016,3.226,1.625-.067,2.232-1.036,4.193-1.036,1.943,0,2.513,1.036,4.207,1,1.744-.028,2.842-1.56,3.89-3.127a12.832,12.832,0,0,0,1.779-3.623A5.6,5.6,0,0,1,30.128,19.784Z' fill='%23fff'/%3E%3Cpath id='Path_3229' data-name='Path 3229' d='M26.928,10.306a5.706,5.706,0,0,0,1.306-4.089,5.812,5.812,0,0,0-3.758,1.944,5.43,5.43,0,0,0-1.34,3.938A4.8,4.8,0,0,0,26.928,10.306Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_2290' data-name='Group 2290'%3E%3Cpath id='Path_3230' data-name='Path 3230' d='M53.645,31.5H51.374L50.13,27.595H45.806L44.621,31.5H42.41L46.694,18.2H49.34Zm-3.89-5.549L48.63,22.48q-.178-.532-.671-2.507h-.04q-.2.849-.632,2.507l-1.1,3.475Z' fill='%23fff'/%3E%3Cpath id='Path_3231' data-name='Path 3231' d='M64.662,26.588a5.453,5.453,0,0,1-1.323,3.869A3.868,3.868,0,0,1,60.4,31.721a2.942,2.942,0,0,1-2.725-1.362h-.04v5.055H55.5V25.067q0-1.539-.079-3.159H57.3l.119,1.521h.04a3.793,3.793,0,0,1,6.071-.376A5.287,5.287,0,0,1,64.662,26.588Zm-2.172.078a3.951,3.951,0,0,0-.632-2.31A2.183,2.183,0,0,0,60,23.408a2.217,2.217,0,0,0-1.431.523,2.426,2.426,0,0,0-.839,1.373,2.791,2.791,0,0,0-.1.65v1.6a2.564,2.564,0,0,0,.642,1.768,2.128,2.128,0,0,0,1.668.721,2.183,2.183,0,0,0,1.875-.928A4.084,4.084,0,0,0,62.49,26.666Z' fill='%23fff'/%3E%3Cpath id='Path_3232' data-name='Path 3232' d='M75.7,26.588a5.449,5.449,0,0,1-1.324,3.869,3.865,3.865,0,0,1-2.941,1.264,2.939,2.939,0,0,1-2.724-1.362h-.04v5.055H66.538V25.067q0-1.539-.079-3.159h1.875l.119,1.521h.04a3.794,3.794,0,0,1,6.072-.376A5.3,5.3,0,0,1,75.7,26.588Zm-2.172.078a3.951,3.951,0,0,0-.633-2.31,2.18,2.18,0,0,0-1.855-.948,2.22,2.22,0,0,0-1.432.523,2.424,2.424,0,0,0-.838,1.373,2.846,2.846,0,0,0-.1.65v1.6a2.572,2.572,0,0,0,.64,1.768,2.132,2.132,0,0,0,1.67.721,2.183,2.183,0,0,0,1.875-.928A4.084,4.084,0,0,0,73.527,26.666Z' fill='%23fff'/%3E%3Cpath id='Path_3233' data-name='Path 3233' d='M88.039,27.772a3.547,3.547,0,0,1-1.182,2.764A5.239,5.239,0,0,1,83.232,31.7a6.345,6.345,0,0,1-3.449-.829l.494-1.777a5.844,5.844,0,0,0,3.082.85,2.914,2.914,0,0,0,1.877-.544,1.776,1.776,0,0,0,.67-1.454,1.854,1.854,0,0,0-.553-1.364,5.141,5.141,0,0,0-1.836-1.029q-3.5-1.3-3.494-3.816a3.377,3.377,0,0,1,1.225-2.689A4.829,4.829,0,0,1,84.506,18a6.459,6.459,0,0,1,3.02.632l-.533,1.738a5.24,5.24,0,0,0-2.547-.612,2.578,2.578,0,0,0-1.756.553,1.58,1.58,0,0,0-.533,1.2,1.627,1.627,0,0,0,.611,1.3A6.906,6.906,0,0,0,84.7,23.847a6.568,6.568,0,0,1,2.527,1.618A3.38,3.38,0,0,1,88.039,27.772Z' fill='%23fff'/%3E%3Cpath id='Path_3234' data-name='Path 3234' d='M95.088,23.508h-2.35v4.659q0,1.777,1.244,1.777a3.792,3.792,0,0,0,.947-.1l.059,1.619a4.83,4.83,0,0,1-1.658.236,2.558,2.558,0,0,1-1.975-.77,3.783,3.783,0,0,1-.711-2.587V23.506h-1.4v-1.6h1.4V20.149l2.094-.632v2.389h2.35v1.6Z' fill='%23fff'/%3E%3Cpath id='Path_3235' data-name='Path 3235' d='M105.691,26.627a5.264,5.264,0,0,1-1.264,3.633,4.513,4.513,0,0,1-3.516,1.461,4.291,4.291,0,0,1-3.365-1.4,5.1,5.1,0,0,1-1.254-3.534,5.212,5.212,0,0,1,1.293-3.652,4.475,4.475,0,0,1,3.484-1.422,4.382,4.382,0,0,1,3.4,1.4A5.044,5.044,0,0,1,105.691,26.627Zm-2.212.069a4.316,4.316,0,0,0-.572-2.277,2.106,2.106,0,0,0-1.914-1.148,2.138,2.138,0,0,0-1.955,1.148,4.4,4.4,0,0,0-.572,2.317,4.31,4.31,0,0,0,.572,2.276,2.179,2.179,0,0,0,3.85-.02A4.332,4.332,0,0,0,103.479,26.7Z' fill='%23fff'/%3E%3Cpath id='Path_3236' data-name='Path 3236' d='M112.621,23.783a3.7,3.7,0,0,0-.672-.059,2.014,2.014,0,0,0-1.738.85,3.2,3.2,0,0,0-.533,1.9V31.5h-2.131l.02-6.574q0-1.659-.08-3.021h1.857l.078,1.836h.059a3.282,3.282,0,0,1,1.066-1.52,2.578,2.578,0,0,1,1.541-.514,3.423,3.423,0,0,1,.533.039v2.033Z' fill='%23fff'/%3E%3Cpath id='Path_3237' data-name='Path 3237' d='M122.156,26.252a5,5,0,0,1-.078.967h-6.4a2.784,2.784,0,0,0,.928,2.173,3.168,3.168,0,0,0,2.092.671,7.074,7.074,0,0,0,2.588-.454l.334,1.48a8,8,0,0,1-3.217.593,4.66,4.66,0,0,1-3.506-1.313,4.849,4.849,0,0,1-1.273-3.524,5.5,5.5,0,0,1,1.186-3.613,4.086,4.086,0,0,1,3.355-1.539,3.576,3.576,0,0,1,3.141,1.539A5.19,5.19,0,0,1,122.156,26.252Zm-2.033-.553a2.9,2.9,0,0,0-.414-1.639,1.862,1.862,0,0,0-1.7-.889,2.023,2.023,0,0,0-1.7.869,3.181,3.181,0,0,0-.631,1.658h4.441Z' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_2292' data-name='Group 2292'%3E%3Cg id='Group_2291' data-name='Group 2291'%3E%3Cpath id='Path_3238' data-name='Path 3238' d='M49.05,10.009a3.283,3.283,0,0,1-1.058,2.658,4.208,4.208,0,0,1-2.783.824,12.9,12.9,0,0,1-1.533-.078V6.982a11.313,11.313,0,0,1,1.805-.136,3.891,3.891,0,0,1,2.59.747A3.019,3.019,0,0,1,49.05,10.009Zm-1.1.029a2.39,2.39,0,0,0-.606-1.756,2.389,2.389,0,0,0-1.771-.611,4.435,4.435,0,0,0-.844.068v4.889a5.533,5.533,0,0,0,.708.029,2.479,2.479,0,0,0,1.857-.669A2.679,2.679,0,0,0,47.945,10.038Z' fill='%23fff'/%3E%3Cpath id='Path_3239' data-name='Path 3239' d='M54.909,11.037a2.586,2.586,0,0,1-.621,1.785,2.216,2.216,0,0,1-1.727.718,2.107,2.107,0,0,1-1.654-.689,2.509,2.509,0,0,1-.615-1.736,2.561,2.561,0,0,1,.635-1.794,2.2,2.2,0,0,1,1.712-.7,2.156,2.156,0,0,1,1.669.688A2.489,2.489,0,0,1,54.909,11.037Zm-1.087.034a2.132,2.132,0,0,0-.281-1.119,1.035,1.035,0,0,0-.94-.564,1.051,1.051,0,0,0-.961.564,2.161,2.161,0,0,0-.281,1.138,2.132,2.132,0,0,0,.281,1.119,1.058,1.058,0,0,0,.951.564,1.046,1.046,0,0,0,.94-.574A2.119,2.119,0,0,0,53.822,11.071Z' fill='%23fff'/%3E%3Cpath id='Path_3240' data-name='Path 3240' d='M62.765,8.719,61.29,13.433h-.96l-.611-2.047a15.322,15.322,0,0,1-.379-1.523h-.019a11.15,11.15,0,0,1-.379,1.523l-.649,2.047h-.971L55.935,8.719h1.077l.533,2.241q.194.795.32,1.513h.019q.117-.591.389-1.5l.669-2.25H59.8l.641,2.2q.232.805.378,1.552h.029a14.829,14.829,0,0,1,.32-1.552l.572-2.2h1.029Z' fill='%23fff'/%3E%3Cpath id='Path_3241' data-name='Path 3241' d='M68.2,13.433H67.15v-2.7q0-1.248-.95-1.248a.946.946,0,0,0-.757.343,1.217,1.217,0,0,0-.291.808v2.8H64.1V10.066q0-.621-.038-1.349h.921l.049.737h.029a1.514,1.514,0,0,1,.543-.569,1.771,1.771,0,0,1,.95-.265,1.5,1.5,0,0,1,1.1.427,2.075,2.075,0,0,1,.543,1.562Z' fill='%23fff'/%3E%3Cpath id='Path_3242' data-name='Path 3242' d='M71.088,13.433H70.041V6.556h1.047Z' fill='%23fff'/%3E%3Cpath id='Path_3243' data-name='Path 3243' d='M77.258,11.037a2.586,2.586,0,0,1-.621,1.785,2.218,2.218,0,0,1-1.727.718,2.1,2.1,0,0,1-1.654-.689,2.509,2.509,0,0,1-.615-1.736,2.561,2.561,0,0,1,.635-1.794,2.2,2.2,0,0,1,1.711-.7,2.158,2.158,0,0,1,1.67.688A2.489,2.489,0,0,1,77.258,11.037Zm-1.088.034a2.132,2.132,0,0,0-.281-1.119,1.033,1.033,0,0,0-.939-.564,1.049,1.049,0,0,0-.961.564,2.161,2.161,0,0,0-.281,1.138,2.132,2.132,0,0,0,.281,1.119,1.058,1.058,0,0,0,.951.564,1.044,1.044,0,0,0,.939-.574A2.11,2.11,0,0,0,76.17,11.071Z' fill='%23fff'/%3E%3Cpath id='Path_3244' data-name='Path 3244' d='M82.33,13.433h-.941l-.078-.543h-.029a1.614,1.614,0,0,1-1.377.65,1.421,1.421,0,0,1-1.076-.427,1.339,1.339,0,0,1-.369-.96,1.465,1.465,0,0,1,.723-1.319,3.752,3.752,0,0,1,2.033-.446V10.3q0-.932-.979-.931a2.192,2.192,0,0,0-1.229.349L78.8,9.03a3.023,3.023,0,0,1,1.617-.407q1.848,0,1.85,1.95v1.736A7.363,7.363,0,0,0,82.33,13.433Zm-1.088-1.62v-.727q-1.734-.03-1.734.95a.71.71,0,0,0,.2.553.733.733,0,0,0,.512.184,1.058,1.058,0,0,0,.641-.218.895.895,0,0,0,.38-.742Z' fill='%23fff'/%3E%3Cpath id='Path_3245' data-name='Path 3245' d='M88.285,13.433h-.93l-.049-.757h-.029a1.567,1.567,0,0,1-1.514.864,1.774,1.774,0,0,1-1.416-.669,2.606,2.606,0,0,1-.562-1.736A2.733,2.733,0,0,1,84.4,9.282a1.879,1.879,0,0,1,1.455-.66,1.413,1.413,0,0,1,1.328.64h.02V6.556h1.049v5.607Q88.248,12.851,88.285,13.433ZM87.2,11.445v-.786a1.543,1.543,0,0,0-.029-.33,1.194,1.194,0,0,0-.379-.635,1.03,1.03,0,0,0-.7-.257,1.075,1.075,0,0,0-.922.466,2,2,0,0,0-.336,1.193,1.862,1.862,0,0,0,.322,1.135,1.079,1.079,0,0,0,.916.465,1.01,1.01,0,0,0,.828-.388A1.292,1.292,0,0,0,87.2,11.445Z' fill='%23fff'/%3E%3Cpath id='Path_3246' data-name='Path 3246' d='M97.248,11.037a2.586,2.586,0,0,1-.621,1.785,2.215,2.215,0,0,1-1.727.718,2.11,2.11,0,0,1-1.654-.689,2.509,2.509,0,0,1-.615-1.736,2.561,2.561,0,0,1,.635-1.794,2.2,2.2,0,0,1,1.713-.7,2.154,2.154,0,0,1,1.668.688A2.489,2.489,0,0,1,97.248,11.037Zm-1.086.034a2.132,2.132,0,0,0-.281-1.119,1.036,1.036,0,0,0-.941-.564,1.053,1.053,0,0,0-.961.564A2.161,2.161,0,0,0,93.7,11.09a2.132,2.132,0,0,0,.281,1.119,1.071,1.071,0,0,0,1.892-.01A2.128,2.128,0,0,0,96.162,11.071Z' fill='%23fff'/%3E%3Cpath id='Path_3247' data-name='Path 3247' d='M102.883,13.433h-1.047v-2.7q0-1.248-.951-1.248a.942.942,0,0,0-.756.343,1.212,1.212,0,0,0-.291.808v2.8H98.789V10.066q0-.621-.037-1.349h.92l.049.737h.029a1.53,1.53,0,0,1,.543-.569,1.775,1.775,0,0,1,.951-.265,1.5,1.5,0,0,1,1.1.427,2.071,2.071,0,0,1,.543,1.562Z' fill='%23fff'/%3E%3Cpath id='Path_3248' data-name='Path 3248' d='M109.936,9.5h-1.154v2.29c0,.582.205.873.611.873a1.846,1.846,0,0,0,.467-.049l.027.8a2.355,2.355,0,0,1-.814.117,1.253,1.253,0,0,1-.969-.378,1.849,1.849,0,0,1-.35-1.271V9.5h-.689V8.719h.689V7.855l1.027-.31V8.718h1.154V9.5Z' fill='%23fff'/%3E%3Cpath id='Path_3249' data-name='Path 3249' d='M115.484,13.433h-1.049v-2.68q0-1.268-.949-1.268a1,1,0,0,0-1,.735,1.317,1.317,0,0,0-.049.377v2.835H111.39V6.556h1.047V9.4h.02a1.584,1.584,0,0,1,1.416-.775,1.461,1.461,0,0,1,1.078.427,2.147,2.147,0,0,1,.533,1.581v2.8Z' fill='%23fff'/%3E%3Cpath id='Path_3250' data-name='Path 3250' d='M121.207,10.853a2.531,2.531,0,0,1-.039.475h-3.143a1.374,1.374,0,0,0,.455,1.067,1.561,1.561,0,0,0,1.029.33,3.472,3.472,0,0,0,1.271-.223l.164.728a3.947,3.947,0,0,1-1.582.291,2.285,2.285,0,0,1-1.721-.645,2.376,2.376,0,0,1-.625-1.731A2.7,2.7,0,0,1,117.6,9.37a2,2,0,0,1,1.648-.756,1.753,1.753,0,0,1,1.541.756A2.517,2.517,0,0,1,121.207,10.853Zm-1-.271a1.411,1.411,0,0,0-.2-.805.915.915,0,0,0-.834-.437,1,1,0,0,0-.834.427,1.586,1.586,0,0,0-.311.815h2.182Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-accessability:before {
  content: "\e900";
}

.icon-accessability:after {
  content: "\e901";
  margin-left: -1em;
}

.icon-accrobat:after {
  content: "\e902";
}

.icon-agreement:after {
  content: "\e903";
  margin-left: -1em;
}

.icon-agreement:before {
  content: "\e904";
}

.icon-ambulance:before {
  content: "\e905";
}

.icon-ambulance:after {
  content: "\e906";
  margin-left: -1em;
}

.icon-arrow-down-2:after {
  content: "\e907";
}

.icon-arrow-down:after {
  content: "\e908";
}

.icon-arrow-left-2:after {
  content: "\e909";
}

.icon-arrow-left:after {
  content: "\e90a";
}

.icon-arrow-right-2:after {
  content: "\e90b";
}

.icon-arrow-right:after {
  content: "\e90c";
}

.icon-arrow-up-2:after {
  content: "\e90d";
}

.icon-arrow-up:after {
  content: "\e90e";
}

.icon-award:after {
  content: "\e90f";
  margin-left: -1em;
}

.icon-award:before {
  content: "\e910";
}

.icon-baby:after {
  content: "\e911";
  margin-left: -1em;
}

.icon-baby:before {
  content: "\e912";
}

.icon-band-aid:before {
  content: "\e913";
}

.icon-band-aid:after {
  content: "\e914";
  margin-left: -1em;
}

.icon-bell:before {
  content: "\e915";
}

.icon-bell:after {
  content: "\e916";
  margin-left: -1em;
}

.icon-blood:after {
  content: "\e917";
  margin-left: -1em;
}

.icon-blood:before {
  content: "\e918";
}

.icon-book-bookmark:after {
  content: "\e919";
  margin-left: -1em;
}

.icon-book-bookmark:before {
  content: "\e91a";
}

.icon-book-open:after {
  content: "\e91b";
}

.icon-bookmark:after {
  content: "\e91c";
}

.icon-box:after {
  content: "\e91d";
}

.icon-boxes:after {
  content: "\e91e";
}

.icon-brain:after {
  content: "\e91f";
}

.icon-briefcase-medical:after {
  content: "\e920";
  margin-left: -1em;
}

.icon-briefcase-medical:before {
  content: "\e921";
}

.icon-briefcase:after {
  content: "\e922";
}

.icon-calendar:before {
  content: "\e923";
}

.icon-calendar:after {
  content: "\e924";
  margin-left: -1em;
}

.icon-cancel:before {
  content: "\e925";
}

.icon-cancel:after {
  content: "\e926";
  margin-left: -1em;
}

.icon-cancer:after {
  content: "\e927";
}

.icon-carat-down:after {
  content: "\e928";
}

.icon-carat-left:after {
  content: "\e929";
}

.icon-carat-right:after {
  content: "\e92a";
}

.icon-carat-up:after {
  content: "\e92b";
}

.icon-cell-phone:after {
  content: "\e92c";
  margin-left: -1em;
}

.icon-cell-phone:before {
  content: "\e92d";
}

.icon-chat:before {
  content: "\e92e";
}

.icon-chat:after {
  content: "\e92f";
  margin-left: -1em;
}

.icon-check-circle:before {
  content: "\e930";
}

.icon-check-circle:after {
  content: "\e931";
  margin-left: -1em;
}

.icon-check:after {
  content: "\e932";
}

.icon-close-circle:after {
  content: "\e933";
  margin-left: -1em;
}

.icon-close-circle:before {
  content: "\e934";
}

.icon-close:after {
  content: "\e935";
}

.icon-cloud-download:after {
  content: "\e936";
  margin-left: -1em;
}

.icon-cloud-download:before {
  content: "\e937";
}

.icon-cloud-upload:after {
  content: "\e938";
  margin-left: -1em;
}

.icon-cloud-upload:before {
  content: "\e939";
}

.icon-cloud:after {
  content: "\e93a";
}

.icon-cursor:after {
  content: "\e93b";
}

.icon-discount:before {
  content: "\e93c";
}

.icon-discount:after {
  content: "\e93d";
  margin-left: -1em;
}

.icon-doctor-search:before {
  content: "\e93e";
}

.icon-doctor-search:after {
  content: "\e93f";
  margin-left: -1em;
}

.icon-doctor:before {
  content: "\e940";
}

.icon-doctor:after {
  content: "\e941";
  margin-left: -1em;
}

.icon-download:after {
  content: "\e942";
  margin-left: -1em;
}

.icon-download:before {
  content: "\e943";
}

.icon-ellipses:after {
  content: "\e944";
}

.icon-email:before {
  content: "\e945";
}

.icon-email:after {
  content: "\e946";
  margin-left: -1em;
}

.icon-employer:before {
  content: "\e947";
}

.icon-employer:after {
  content: "\e948";
  margin-left: -1em;
}

.icon-envelope:after {
  content: "\e949";
}

.icon-excel:after {
  content: "\e94a";
}

.icon-exclimation-circle:after {
  content: "\e94b";
  margin-left: -1em;
}

.icon-exclimation-circle:before {
  content: "\e94c";
}

.icon-exclimation:after {
  content: "\e94d";
}

.icon-new-window:before {
  content: "\e94e";
}

.icon-new-window:after {
  content: "\e94f";
  margin-left: -1em;
}

.icon-export:after {
  content: "\e950";
  margin-left: -1em;
}

.icon-export:before {
  content: "\e951";
}

.icon-eye-chart:before {
  content: "\e952";
}

.icon-eye-chart:after {
  content: "\e953";
  margin-left: -1em;
}

.icon-facebook:after {
  content: "\e954";
}

.icon-filter:after {
  content: "\e955";
}

.icon-glassdoor:after {
  content: "\e956";
}

.icon-glasses:before {
  content: "\e957";
}

.icon-glasses:after {
  content: "\e958";
  margin-left: -1em;
}

.icon-google:after {
  content: "\e959";
}

.icon-government:before {
  content: "\e95a";
}

.icon-government:after {
  content: "\e95b";
  margin-left: -1em;
}

.icon-graph-line:before {
  content: "\e95c";
}

.icon-graph-line:after {
  content: "\e95d";
  margin-left: -1em;
}

.icon-graph-point:after {
  content: "\e95e";
  margin-left: -1em;
}

.icon-graph-point:before {
  content: "\e95f";
}

.icon-grass:after {
  content: "\e960";
}

.icon-gauge:before {
  content: "\e961";
}

.icon-gauge:after {
  content: "\e962";
  margin-left: -1em;
}

.icon-gym:after {
  content: "\e963";
}

.icon-hamburger:after {
  content: "\e964";
}

.icon-hear:after {
  content: "\e965";
  margin-left: -1em;
}

.icon-hear:before {
  content: "\e966";
}

.icon-heart-beat:before {
  content: "\e967";
}

.icon-heart-beat:after {
  content: "\e968";
  margin-left: -1em;
}

.icon-heart:before {
  content: "\e969";
}

.icon-heart:after {
  content: "\e96a";
  margin-left: -1em;
}

.icon-laptop-webcam:before {
  content: "\e96b";
}

.icon-laptop-webcam:after {
  content: "\e96c";
  margin-left: -1em;
}

.icon-home-money:before {
  content: "\e96d";
}

.icon-home-money:after {
  content: "\e96e";
  margin-left: -1em;
}

.icon-home:after {
  content: "\e96f";
}

.icon-hospice:before {
  content: "\e970";
}

.icon-hospice:after {
  content: "\e971";
  margin-left: -1em;
}

.icon-hospital_1:after {
  content: "\e972";
  margin-left: -1em;
}

.icon-hospital_1:before {
  content: "\e973";
}

.icon-hospital:before {
  content: "\e974";
}

.icon-hospital:after {
  content: "\e975";
  margin-left: -1em;
}

.icon-ID-Card:before {
  content: "\e976";
}

.icon-ID-Card:after {
  content: "\e977";
  margin-left: -1em;
}

.icon-idea:after {
  content: "\e978";
  margin-left: -1em;
}

.icon-idea:before {
  content: "\e979";
}

.icon-info-circle:after {
  content: "\e97a";
  margin-left: -1em;
}

.icon-info-circle:before {
  content: "\e97b";
}

.icon-info:before {
  content: "\e97c";
}

.icon-info:after {
  content: "\e97d";
  margin-left: -1em;
}

.icon-i:after {
  content: "\e97e";
}

.icon-instagram:after {
  content: "\e97f";
}

.icon-laptop:after {
  content: "\e980";
  margin-left: -1em;
}

.icon-laptop:before {
  content: "\e981";
}

.icon-lightning:after {
  content: "\e982";
}

.icon-linkedin:after {
  content: "\e983";
}

.icon-list-bullet:after {
  content: "\e984";
  margin-left: -1em;
}

.icon-list-bullet:before {
  content: "\e985";
}

.icon-list-check:after {
  content: "\e986";
  margin-left: -1em;
}

.icon-list-check:before {
  content: "\e987";
}

.icon-location:before {
  content: "\e988";
}

.icon-location:after {
  content: "\e989";
  margin-left: -1em;
}

.icon-microscope:before {
  content: "\e98a";
}

.icon-microscope:after {
  content: "\e98b";
  margin-left: -1em;
}

.icon-minus-circle:after {
  content: "\e98c";
  margin-left: -1em;
}

.icon-minus-circle:before {
  content: "\e98d";
}

.icon-minus:after {
  content: "\e98e";
}

.icon-paper-bill:before {
  content: "\e98f";
}

.icon-paper-bill:after {
  content: "\e990";
  margin-left: -1em;
}

.icon-money-bold:after {
  content: "\e991";
}

.icon-money-circle:before {
  content: "\e992";
}

.icon-money-circle:after {
  content: "\e993";
  margin-left: -1em;
}

.icon-money:after {
  content: "\e994";
}

.icon-no-smoking:before {
  content: "\e995";
}

.icon-no-smoking:after {
  content: "\e996";
  margin-left: -1em;
}

.icon-open:before {
  content: "\e997";
}

.icon-open:after {
  content: "\e998";
  margin-left: -1em;
}

.icon-outside:before {
  content: "\e999";
}

.icon-outside:after {
  content: "\e99a";
  margin-left: -1em;
}

.icon-paper-certificate:after {
  content: "\e99b";
  margin-left: -1em;
}

.icon-paper-certificate:before {
  content: "\e99c";
}

.icon-paper-authentication:after {
  content: "\e99d";
  margin-left: -1em;
}

.icon-paper-authentication:before {
  content: "\e99e";
}

.icon-paper-bullets:after {
  content: "\e99f";
  margin-left: -1em;
}

.icon-paper-bullets:before {
  content: "\e9a0";
}

.icon-paper-checkbox:after {
  content: "\e9a1";
  margin-left: -1em;
}

.icon-paper-checkbox:before {
  content: "\e9a2";
}

.icon-paper-clipboard:after {
  content: "\e9a3";
  margin-left: -1em;
}

.icon-paper-clipboard:before {
  content: "\e9a4";
}

.icon-paper-words:after {
  content: "\e9a5";
}

.icon-paper:after {
  content: "\e9a6";
}

.icon-papers:after {
  content: "\e9a7";
}

.icon-pencil:after {
  content: "\e9a8";
}

.icon-phone-circle:after {
  content: "\e9a9";
  margin-left: -1em;
}

.icon-phone-circle:before {
  content: "\e9aa";
}

.icon-phone:after {
  content: "\e9ab";
}

.icon-piggy-bank:before {
  content: "\e9ac";
}

.icon-piggy-bank:after {
  content: "\e9ad";
  margin-left: -1em;
}

.icon-pills:before {
  content: "\e9ae";
}

.icon-pills:after {
  content: "\e9af";
  margin-left: -1em;
}

.icon-pinterest:after {
  content: "\e9b0";
}

.icon-plus-circle:after {
  content: "\e9b1";
  margin-left: -1em;
}

.icon-plus-circle:before {
  content: "\e9b2";
}

.icon-plus:after {
  content: "\e9b3";
}

.icon-pointer:after {
  content: "\e9b4";
}

.icon-prescription:before {
  content: "\e9b5";
}

.icon-prescription:after {
  content: "\e9b6";
  margin-left: -1em;
}

.icon-producer:before {
  content: "\e9b7";
}

.icon-producer:after {
  content: "\e9b8";
  margin-left: -1em;
}

.icon-provider:after {
  content: "\e9b9";
  margin-left: -1em;
}

.icon-provider:before {
  content: "\e9ba";
}

.icon-provider-circle:after {
  content: "\e9bb";
  margin-left: -1em;
}

.icon-provider-circle:before {
  content: "\e9bc";
}

.icon-question-circle:after {
  content: "\e9bd";
  margin-left: -1em;
}

.icon-question-circle:before {
  content: "\e9be";
}

.icon-question:after {
  content: "\e9bf";
}

.icon-RX:before {
  content: "\e9c0";
}

.icon-RX:after {
  content: "\e9c1";
  margin-left: -1em;
}

.icon-search:after {
  content: "\e9c2";
}

.icon-settings:before {
  content: "\e9c3";
}

.icon-settings:after {
  content: "\e9c4";
  margin-left: -1em;
}

.icon-share:before {
  content: "\e9c5";
}

.icon-share:after {
  content: "\e9c6";
  margin-left: -1em;
}

.icon-shish-kabob:after {
  content: "\e9c7";
}

.icon-shopping:after {
  content: "\e9c8";
}

.icon-smoking:after {
  content: "\e9c9";
  margin-left: -1em;
}

.icon-smoking:before {
  content: "\e9ca";
}

.icon-sort-down:after {
  content: "\e9cb";
  margin-left: -1em;
}

.icon-sort-down:before {
  content: "\e9cc";
}

.icon-sort-up:after {
  content: "\e9cd";
  margin-left: -1em;
}

.icon-sort-up:before {
  content: "\e9ce";
}

.icon-sort:after {
  content: "\e9cf";
}

.icon-star-bold:after {
  content: "\e9d0";
}

.icon-star:after {
  content: "\e9d1";
}

.icon-stethoscope:after {
  content: "\e9d2";
  margin-left: -1em;
}

.icon-stethoscope:before {
  content: "\e9d3";
}

.icon-time:before {
  content: "\e9d4";
}

.icon-time:after {
  content: "\e9d5";
  margin-left: -1em;
}

.icon-tooth-brush:after {
  content: "\e9d6";
  margin-left: -1em;
}

.icon-tooth-brush:before {
  content: "\e9d7";
}

.icon-tooth:after {
  content: "\e9d8";
}

.icon-touch:before {
  content: "\e9d9";
}

.icon-touch:after {
  content: "\e9da";
  margin-left: -1em;
}

.icon-travel:after {
  content: "\e9db";
}

.icon-triangle-circle:after {
  content: "\e9dc";
  margin-left: -1em;
}

.icon-triangle-circle:before {
  content: "\e9dd";
}

.icon-triangle:after {
  content: "\e9de";
}

.icon-twitter:after {
  content: "\e9df";
}

.icon-ultrasound:after {
  content: "\e9e0";
  margin-left: -1em;
}

.icon-ultrasound:before {
  content: "\e9e1";
}

.icon-umbrella-bold:after {
  content: "\e9e2";
}

.icon-umbrella:after {
  content: "\e9e3";
}

.icon-upload:after {
  content: "\e9e4";
  margin-left: -1em;
}

.icon-upload:before {
  content: "\e9e5";
}

.icon-member-bold:before {
  content: "\e9e6";
}

.icon-member-circle:before {
  content: "\e9e7";
}

.icon-member-circle:after {
  content: "\e9e8";
  margin-left: -1em;
}

.icon-member:after {
  content: "\e9e9";
}

.icon-members:before {
  content: "\e9ea";
}

.icon-members:after {
  content: "\e9eb";
  margin-left: -1em;
}

.icon-not-visible:before {
  content: "\e9ec";
}

.icon-not-visible:after {
  content: "\e9ed";
  margin-left: -1em;
}

.icon-visible:before {
  content: "\e9ee";
}

.icon-visible:after {
  content: "\e9ef";
  margin-left: -1em;
}

.icon-webcam:before {
  content: "\e9f0";
}

.icon-webcam:after {
  content: "\e9f1";
  margin-left: -1em;
}

.icon-weight:before {
  content: "\e9f2";
}

.icon-weight:after {
  content: "\e9f3";
  margin-left: -1em;
}

.icon-wheel-chair:after {
  content: "\e9f4";
  margin-left: -1em;
}

.icon-wheel-chair:before {
  content: "\e9f5";
}

.icon-word:after {
  content: "\e9f6";
}

.icon-youtube:after {
  content: "\e9f7";
}

.c-card, .score-highlight, .score-panel, .panel, .score-style-box {
  display: flex;
  text-align: left !important;
  border: 0;
  border-radius: 0.25em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 24px;
  margin-bottom: 1rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='589.864' height='158.979' viewBox='0 0 589.864 158.979'%3E%3Cpath id='Path_2172' data-name='Path 2172' d='M-.36,158.979H7.7l581.8-.233S444.627,69.06,390.645,42.179,254.818,31.291,254.818,31.291s-46.437,15.992-127.7-19.055-101,16.333-101,16.333-7.894,24.159-26,19.395C.577,56.811-.36,158.979-.36,158.979Z' transform='translate(589.504 158.979) rotate(180)' fill='%23fff' opacity='0.1'/%3E%3C/svg%3E%0A");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: top right;
}
.c-card img, .score-highlight img, .score-panel img, .panel img, .score-style-box img {
  max-width: 170px;
  margin: 0 1em 0 0;
  height: fit-content;
}
.c-card h2, .score-highlight h2, .score-panel h2, .panel h2, .score-style-box h2 {
  margin: 0 0 0.8em 0;
  padding: 0;
  font-size: 1.5em;
}
.c-card .score-button, .score-highlight .score-button, .score-panel .score-button, .panel .score-button, .score-style-box .score-button {
  border-radius: 4px !important;
  padding: 8px 10px;
  margin: 0;
  margin-top: 20px;
}
.c-card .caption, .score-highlight .caption, .score-panel .caption, .panel .caption, .score-style-box .caption {
  padding: 0;
}
.c-card.score-highlight, .score-highlight {
  padding: 1em;
}
.c-card.score-highlight h2, .score-highlight h2 {
  font-size: 1.2em;
  margin: 0;
  font-weight: bold;
}
.c-card.score-highlight img, .score-highlight img {
  max-width: 30%;
}
.c-card.score-highlight .score-highlight-body p, .score-highlight .score-highlight-body p {
  font-size: 1em;
}
.c-card.score-highlight .score-button, .score-highlight .score-button {
  margin-top: 0;
}
.c-card.score-panel, .score-panel {
  padding: 1em;
}
.c-card.score-panel h2, .score-panel h2 {
  font-size: 1.2em;
  margin: 0;
}
.c-card.score-panel.panel-body p, .score-panel.panel-body p {
  font-size: 1em;
}
.c-card.score-panel.p0 .panel-body, .score-panel.p0 .panel-body, .accordion .score-panel.panel .panel-body, .score-accordion .score-panel.panel .panel-body, html.score-panel .panel-body, body.score-panel .panel-body {
  padding: 0;
}
.c-card[class*=bg-]:not(.bg-transparent) .caption, [class*=bg-].score-highlight:not(.bg-transparent) .caption, [class*=bg-].score-panel:not(.bg-transparent) .caption, [class*=bg-].panel:not(.bg-transparent) .caption, [class*=bg-].score-style-box:not(.bg-transparent) .caption, .c-card[class*=bg-]:not(.bg-transparent) h2, [class*=bg-].score-highlight:not(.bg-transparent) h2, [class*=bg-].score-panel:not(.bg-transparent) h2, [class*=bg-].panel:not(.bg-transparent) h2, [class*=bg-].score-style-box:not(.bg-transparent) h2, .c-card[class*=bg-]:not(.bg-transparent) .score-button, [class*=bg-].score-highlight:not(.bg-transparent) .score-button, [class*=bg-].score-panel:not(.bg-transparent) .score-button, [class*=bg-].panel:not(.bg-transparent) .score-button, [class*=bg-].score-style-box:not(.bg-transparent) .score-button {
  color: #fff;
}
.c-card[class*=bg-]:not(.bg-transparent) .caption, [class*=bg-].score-highlight:not(.bg-transparent) .caption, [class*=bg-].score-panel:not(.bg-transparent) .caption, [class*=bg-].panel:not(.bg-transparent) .caption, [class*=bg-].score-style-box:not(.bg-transparent) .caption {
  margin: 0;
}
.c-card[class*=bg-]:not(.bg-transparent) .score-button, [class*=bg-].score-highlight:not(.bg-transparent) .score-button, [class*=bg-].score-panel:not(.bg-transparent) .score-button, [class*=bg-].panel:not(.bg-transparent) .score-button, [class*=bg-].score-style-box:not(.bg-transparent) .score-button {
  border: 2px solid #fff;
  background: transparent;
}
.c-card.bg-transparent, .bg-transparent.score-highlight, .bg-transparent.score-panel, .bg-transparent.panel, .bg-transparent.score-style-box {
  background: transparent;
  box-shadow: none;
}
.c-card.left, .left.score-highlight, .left.score-panel, .left.panel, .left.score-style-box, .c-card.center, .center.score-highlight, .center.score-panel, .center.panel, .center.score-style-box, .c-card.right, .right.score-highlight, .right.score-panel, .right.panel, .right.score-style-box {
  display: block;
}
.c-card.center, .center.score-highlight, .center.score-panel, .center.panel, .center.score-style-box {
  text-align: center !important;
}
.c-card.center img, .center.score-highlight img, .center.score-panel img, .center.panel img, .center.score-style-box img {
  margin: 0 auto;
}
.c-card.right, .right.score-highlight, .right.score-panel, .right.panel, .right.score-style-box {
  text-align: right !important;
  display: inline-block;
}

@media (max-width: 768px) {
  .c-card, .score-highlight, .score-panel, .panel, .score-style-box {
    display: block;
  }
  .c-card .score-button, .score-highlight .score-button, .score-panel .score-button, .panel .score-button, .score-style-box .score-button {
    display: block;
  }
}
.score-pe.panel {
  flex-direction: column;
  width: 100%;
}
.score-pe.panel .panel-body {
  width: 100%;
}

.score-stripe {
  padding: 3rem 0;
  background-position: center center;
}

.container {
  max-width: 1400px;
}

.container100, .container100 .score-column3 {
  max-width: 100% !important;
  margin: 0px !important;
}

.stretch .score-column3 .score-center {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .stretch .score-column3 {
    align-items: stretch;
    display: flex;
  }
}
.rounded-gray-border {
  border: 1px solid #D4D4D6;
  border-radius: 8px;
}

.page-wrapper ul {
  list-style-type: none;
  margin-top: 20px;
}

.page-wrapper ul li {
  position: relative;
}

.page-wrapper ul li:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 5px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border: 2px solid #007BB2;
  border-left: 0;
  border-bottom: 0;
}

.score-pe {
  display: flex;
  flex-direction: column;
}
.score-pe .panel-body {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.score-pe .panel-body .panel {
  display: flex;
  flex-direction: column;
}
.score-pe [data-content] {
  display: block !important;
  opacity: 1 !important;
}
.score-pe .mega {
  position: static;
}

.btn, .score-button {
  margin: 0;
}
.btn:hover, .score-button:hover {
  text-decoration: none;
}
.btn.btn-primary, .btn.score-button, .score-button {
  border: 0;
  background: #007BB2 !important;
  color: #fff;
}
.btn.btn-primary:focus, .score-button:focus, .btn.btn-primary:active, .score-button:active, .btn.btn-primary:not(:disabled):not(.disabled):active {
  background: #002E4D;
  box-shadow: 0 0 0.5em #00ADE0;
  outline: 0 !important;
}
.btn.btn-primary.active, .active.score-button, .btn.btn-primary:visited, .score-button:visited, .btn.btn-primary:not(:disabled):not(.disabled).active {
  background: #007BB2;
  color: #fff;
}
.btn.btn-primary:hover, .score-button:hover {
  background: #004370;
}
.btn.btn-primary.inverted, .inverted.score-button {
  background: #fff;
  color: #007BB2;
}
.btn.btn-primary.danger, .danger.score-button {
  background: #D22121;
}
.btn.btn-primary.danger:hover, .danger.score-button:hover {
  background: #D22121;
}
.btn.btn-primary.danger:focus, .danger.score-button:focus, .btn.btn-primary.danger:active, .danger.score-button:active, .btn.btn-primary.danger:not(:disabled):not(.disabled):active {
  background: #D22121;
  box-shadow: 0 0 0.5em #D22121;
  outline: 0 !important;
}
.btn.btn-primary.danger.active, .danger.active.score-button, .btn.btn-primary.danger:not(:disabled):not(.disabled).active {
  background: #FFE8E8;
}
.btn.icononly, .icononly.score-button {
  text-indent: -9999px;
}
.btn.icononly:before, .icononly.score-button:before, .btn.icononly:after, .icononly.score-button:after {
  text-indent: 0;
  float: left;
}
.btn.btn-ghost, .btn-ghost.score-button {
  background: transparent;
  color: #004370;
  border: 0;
}
.btn.btn-ghost.inverted, .btn-ghost.inverted.score-button {
  color: #fff;
}
.btn.btn-outline, .btn-outline.score-button {
  background: transparent;
  border: 2px solid #004370;
  color: #004370;
}
.btn.btn-lrg, .btn-lrg.score-button {
  padding: 15px;
}

.btn-primary.btn-lrg, .btn-lrg.score-button {
  box-shadow: 0;
  position: relative;
  top: 0;
  transition: all 0.5s ease;
}
.btn-primary.btn-lrg:hover, .btn-lrg.score-button:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  top: -5px;
}
.btn-primary.btn-lrg.icon, .btn-lrg.icon.score-button {
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  height: 200px;
  color: #fff;
  background-color: #007BB2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.btn-primary.btn-lrg.icon img, .btn-lrg.icon.score-button img {
  max-height: 64px;
  margin-bottom: 20px;
}
.btn-primary.btn-lrg.icon span, .btn-lrg.icon.score-button span {
  display: block;
}

@media (max-width: 940px) {
  .btn-block.btn-lrg.icon {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    height: auto;
    justify-content: start;
  }
}
.video-container, .score-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe, .score-youtube-video iframe, .video-container object, .score-youtube-video object, .video-container embed, .score-youtube-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  width: 100%;
  margin-bottom: 20px;
}

table thead th {
  background: #007BB2;
  color: #fff;
}

table thead th h2 {
  color: #fff;
  text-align: center;
  margin: 0 !important;
}

table td, table th {
  padding: 15px;
}

table tr:nth-child(even) {
  background: #EDEDF0;
}

table tbody th[colspan="4"] {
  background: #EBFAFF;
  color: #007BB2;
}

table svg {
  width: 32px;
  height: 32px;
}

table tbody tr th {
  text-align: left;
}

table tbody tr:first-child th {
  text-align: center;
}

header {
  padding: 20px 0;
  background: #fff;
  display: block;
  position: relative;
  border-bottom: 1px solid #EDEDF0;
}
header .container {
  position: relative;
}
header div[class^=score-column].score-column1 > .score-center, header div[class*=" score-column"].score-column1 > .score-center {
  position: unset;
}
header .score-menu-list {
  margin-right: 20px;
}

header .container .score-column1 .score-center {
  display: flex;
  align-items: center;
}
header .container .score-column1 .score-center img {
  max-width: 200px;
}
header .container .score-column1 .score-center .score-column1 {
  flex-grow: 1;
}
header .container .score-column1 .score-center .score-column1 .score-center {
  justify-content: end;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 99;
}

@media (max-width: 756px) {
  header {
    position: fixed !important;
    top: 0;
    height: 100%;
    width: 100%;
    background: #FFF;
  }
  .mobile-menu-container {
    display: none;
  }
  header.mobile-header {
    display: block !important;
    position: sticky !important;
    height: auto;
  }
  header.mobile-header .mobile-menu-button {
    width: auto !important;
  }
  header.mobile-header .container .score-column1 .score-center {
    flex-direction: row;
  }
  header .score-menu-list {
    width: 100%;
  }
  header .container .score-column1 .score-center {
    flex-direction: column;
  }
  header .container .score-column1 .score-center a {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  header .container .score-column1 .score-center .score-column1 {
    flex-direction: column;
    width: 100%;
  }
  header .container .score-column1 .score-center .score-column2 {
    width: 100%;
  }
  header .container .score-column1 .score-center .score-column2 div {
    width: 50%;
    padding: 0;
  }
  header .container .score-column1 .score-center .score-column2 div:first-child {
    padding-right: 5px;
  }
  header .score-menu-list li {
    display: block;
  }
  .mega {
    position: fixed !important;
    top: 0 !important;
    height: 100%;
  }
  .score-column4 {
    flex-direction: column;
  }
}
.global-footer, .score-footer {
  position: relative;
  text-align: left;
  padding-top: 80px;
}
.global-footer img, .score-footer img {
  max-width: 300px;
}
.global-footer .score-column4, .global-footer .score-column3, .global-footer .score-column1, .score-footer .score-column4, .score-footer .score-column3, .score-footer .score-column1 {
  text-align: left;
}

.score-stripe.social-footer {
  padding: 0px;
}
.score-stripe.social-footer .global-footer-utility {
  padding: 1em 0 1em 0;
  display: inline-block;
  min-height: 38px;
  width: 100%;
}
.score-stripe.social-footer .global-footer-utility .list-inline {
  width: 100%;
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.score-stripe.social-footer .global-footer-utility .list-item {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.score-stripe.social-footer .global-footer-utility .link {
  font-size: 1.7em;
  text-decoration: none;
}
.score-stripe.social-footer .global-footer-utility .link, .score-stripe.social-footer .global-footer-utility .link > * {
  color: #fff;
  display: inline-block;
  padding: 0;
}

.score-stripe .global-footer-utility {
  padding: 1em 0 1em 0;
  display: inline-block;
  min-height: 38px;
  width: 100%;
}
.score-stripe .global-footer-utility .list-inline {
  width: 100%;
  text-align: center;
  margin-left: 0;
}
.score-stripe .global-footer-utility .list-item {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
}
.score-stripe .global-footer-utility .link {
  font-size: 1.7em;
  text-decoration: none;
}
.score-stripe .global-footer-utility .link, .score-stripe .global-footer-utility .link > * {
  color: #fff;
  display: inline-block;
  padding: 0;
}

footer h4 {
  color: #fff;
}

footer a, .disclaimer {
  color: #55C6E6 !important;
}

footer p {
  margin-bottom: 30px;
}

.header-secondary {
  padding: 0;
  justify-content: flex-end;
}
.header-secondary .score-right {
  text-align: right;
}
.header-secondary .score-button {
  border-radius: 0;
  margin: 0 !important;
  font-size: 0.9em;
  padding: 10px 15px;
}
.header-secondary .score-button.icononly {
  font-size: 1em;
  padding: 8px 15px;
}
.header-secondary .c-nav {
  font-size: 0.8em;
  display: flex;
  justify-content: flex-end;
}
.header-secondary .c-nav li a {
  padding: 0.8em 0.4em;
}
.header-secondary .c-card, .header-secondary .score-highlight, .header-secondary .score-panel, .header-secondary .panel, .header-secondary .score-style-box {
  border-radius: 0 0 0.25em 0.25em;
}
.header-secondary .score-left, .header-secondary .score-right {
  width: auto !important;
  padding: 0 !important;
}
.header-secondary .score-left .score-column3 .score-left, .header-secondary .score-left .score-column3 .score-right, .header-secondary .score-right .score-column3 .score-left, .header-secondary .score-right .score-column3 .score-right {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.header-secondary .score-page-layout-large-left .score-column2 {
  display: flex;
}
.header-secondary .score-page-layout-large-left .score-column2 .score-left {
  flex-grow: 1;
}
.header-secondary .score-page-layout-large-left .score-column2 .score-right {
  white-space: nowrap;
}
.header-secondary .panel-body {
  white-space: nowrap;
}
.header-secondary .panel-body .score-column2 {
  display: flex;
}
.header-secondary .panel-body .score-column2 .score-left {
  flex-grow: 1;
}

[data-content=help] {
  max-height: 0;
  display: block;
  overflow: hidden;
}

[data-content=help].active {
  max-height: 100vh;
}

.page-header, .score-document-header {
  padding: 3rem 0;
  margin-bottom: 20vh;
  min-height: 300px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
.page-header.overlay:before, .overlay.score-document-header:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, hsla(200, 100%, 32%, 0.85), hsla(200, 100%, 40%, 0.85));
}
.page-header h1, .score-document-header h1 {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.page-header h2, .score-document-header h2 {
  font-weight: 100;
  font-size: 1.5rem;
}
.page-header h3, .score-document-header h3 {
  font-size: 1.8em;
}
.page-header .container, .score-document-header .container {
  position: relative;
  z-index: 1;
}
.page-header .bg-b500, .score-document-header .bg-b500, .page-header .c-card.bg-blue, .score-document-header .c-card.bg-blue, .page-header .bg-blue.score-highlight, .score-document-header .bg-blue.score-highlight, .page-header .bg-blue.score-panel, .score-document-header .bg-blue.score-panel, .page-header .bg-blue.panel, .score-document-header .bg-blue.panel, .page-header .bg-blue.score-style-box, .score-document-header .bg-blue.score-style-box {
  margin-bottom: -20vh;
  height: auto;
}
.page-header.bg-b500, .bg-b500.score-document-header, .page-header.c-card.bg-blue, .c-card.bg-blue.score-document-header, .page-header.bg-blue.score-highlight, .bg-blue.score-highlight.score-document-header, .page-header.bg-blue.score-panel, .bg-blue.score-panel.score-document-header, .page-header.bg-blue.panel, .bg-blue.panel.score-document-header, .page-header.bg-blue.score-style-box, .bg-blue.score-style-box.score-document-header {
  margin-bottom: 10vh;
}
.page-header .score-button, .score-document-header .score-button {
  width: 100%;
}

.jumbotron {
  border-bottom: 1px solid #EDEDF0;
}

.score-full-width-hero {
  padding: 10vh;
}
.score-full-width-hero .container {
  max-width: 50%;
  text-align: center;
}

@media (max-width: 940px) {
  .page-header, .score-document-header {
    margin-bottom: 5vh;
  }
  .page-header .bg-b500, .score-document-header .bg-b500, .page-header .c-card.bg-blue, .score-document-header .c-card.bg-blue, .page-header .bg-blue.score-highlight, .score-document-header .bg-blue.score-highlight, .page-header .bg-blue.score-panel, .score-document-header .bg-blue.score-panel, .page-header .bg-blue.panel, .score-document-header .bg-blue.panel, .page-header .bg-blue.score-style-box, .score-document-header .bg-blue.score-style-box {
    margin-bottom: 0;
  }
}
.product-card-style-box {
  padding: 0 15px;
  border: 1px solid #CCC;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  position: relative;
  align-items: center;
}
.product-card-style-box .score-column2 .score-right {
  align-items: center;
  display: flex;
  background: #EEE;
}
.product-card-style-box .score-column2 .score-right .score-column2 {
  padding: 40px 25px;
}
.product-card-style-box .score-column2 .score-left {
  padding-bottom: 20px;
  padding-top: 20px;
}
.product-card-style-box h2 {
  font-size: 1.5em;
  font-weight: 700;
}
.product-card-style-box .img-responsive {
  display: block;
  margin: 0 auto;
}
.product-card-style-box .score-section-header, .product-card-style-box .score-composite-link {
  text-align: center;
  display: block;
}

.score-style-box.blue-footer-style-box {
  background: #007BB2;
  padding: 5px 15px;
  margin-top: -15px;
  border-radius: 0 0 4px 4px;
  color: #fff;
}
.score-style-box.blue-footer-style-box h2 {
  margin: 0 !important;
  color: #fff;
}
.score-style-box.blue-footer-style-box .score-lead {
  margin: 0;
}
.score-style-box.blue-footer-style-box .control {
  color: #fff;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
}
.score-style-box.blue-footer-style-box .expand-toggle-composite img {
  max-width: 16px;
}

.c-nav {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: left;
}
.c-nav li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  display: inline-block;
}
.c-nav li a {
  padding: 0.8em 1em;
  display: block;
  color: #004370;
  white-space: nowrap;
  border-radius: 0.25em;
}
.c-nav li a:hover {
  text-decoration: none;
  background: #004370;
  color: #fff;
}
.c-nav li a:first-child:nth-last-child(2):after {
  content: " ▾";
}
.c-nav li ul {
  position: absolute;
  z-index: 9;
  opacity: 0;
  visibility: visible;
  left: 0;
  top: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.c-nav li ul li {
  display: block;
  position: relative;
  background: #fff;
  min-width: 200px;
}
.c-nav li ul li [class^=icon-] {
  margin-right: 5px;
}
.c-nav li ul li a {
  border-radius: 0;
}
.c-nav li:hover ul {
  opacity: 1;
  pointer-events: visible;
}
.c-nav.nav-inverted li a, .c-nav.nav-inverted li a:focus {
  color: #fff !important;
  background: transparent;
}
.c-nav.nav-inverted li a:hover, .c-nav.nav-inverted li a:focus:hover {
  background: #007BB2;
  color: #fff !important;
}
.c-nav.nav-inverted li ul li a, .c-nav.nav-inverted li ul li a:focus {
  color: #004370 !important;
}
.c-nav.nav-lines li {
  border-left: 1px solid #D4D4D6;
}
.c-nav.nav-lines li:first-child {
  border: 0;
}
.c-nav.nav-lines li a {
  font-size: 0.9em;
  padding: 0.2em 0.5em;
}
.c-nav.nav-list li a {
  font-size: 0.9em;
  padding: 0.1em 0.5em;
}
.c-nav.nav-list.list-group li a {
  padding: 0.8em;
  border-bottom: 1px solid #EDEDF0;
}
.c-nav.sm {
  display: inline-block;
}
.c-nav.sm li {
  display: inline-block;
}
.c-nav.nav-accordion {
  display: block;
  position: static;
}
.c-nav.nav-accordion, .c-nav.nav-accordion li, .c-nav.nav-accordion ul {
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
  display: block;
  position: static !important;
}
.c-nav.nav-accordion li {
  display: block;
  position: relative;
}
.c-nav.nav-accordion li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.c-nav.nav-accordion li a:hover {
  text-decoration: none;
  background-color: #007BB2;
}
.c-nav.nav-accordion li a:after {
  display: none;
}
.c-nav.nav-accordion li ul {
  background: rgba(0, 0, 0, 0.2);
  display: none;
  opacity: 1;
  box-shadow: none;
}
.c-nav.nav-accordion li ul li {
  background: transparent;
}
.c-nav.nav-accordion li ul li ul {
  width: 100%;
  position: relative !important;
}
.c-nav.nav-accordion .subs {
  position: relative;
}
.c-nav.nav-accordion .subs i {
  background: rgba(0, 0, 0, 0);
  padding: 15px;
  font-size: 1em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.c-nav.nav-accordion.nav-inverted li a {
  color: #fff !important;
}
.c-nav.nav-accordion.nav-inverted li ul li a {
  color: #fff !important;
}

.v-nav li a {
  font-size: 0.9em;
  padding: 0.1em;
  color: #007BB2;
}
.v-nav li a:hover {
  background: #D4D4D6;
}
.v-nav .desc {
  margin-bottom: 20px;
}

.mega {
  position: absolute;
  width: 100%;
  top: 100%;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  z-index: 1;
}

.nav-list, .nav-list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-list {
  margin-bottom: 20px;
}

.nav-list li {
  margin-bottom: 10px;
}

.nav-list li a {
  padding: 0;
}

.divider {
  width: 10px;
  height: 10px;
  border: 2px solid #D4D4D6;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

.score-section-menu li:first-child {
  display: none;
}

.score-section-menu {
  margin-left: 20px !important;
}

nav.score-megamenu {
  margin: 1rem 0;
}
nav.score-megamenu a {
  color: #004370;
}
nav.score-megamenu .score-button {
  color: #fff;
}
nav.score-megamenu .navbar-brand {
  padding: 10px 0;
  text-indent: -99999px;
}
nav.score-megamenu .navbar-brand img {
  text-indent: 0;
  float: left;
}
nav.score-megamenu .navbar-brand img[src*=".svg"], nav.score-megamenu .navbar-brand img {
  width: 165px;
}
@media (min-width: 992px) {
  nav.score-megamenu .navbar-brand img[src*=".svg"], nav.score-megamenu .navbar-brand img {
    max-width: 230px;
  }
}
@media (max-width: 1000px) {
  nav.score-megamenu .navbar-brand {
    padding-top: 0px;
    margin-right: 100px;
  }
}
nav.score-megamenu .score-column2 {
  margin-bottom: 1em;
}
nav.score-megamenu .score-column2 .score-right {
  text-align: right;
}
nav.score-megamenu .score-column2 .score-lead {
  font-size: 1.5rem;
}
nav.score-megamenu .score-column3 .score-lead {
  font-size: 1.2rem;
  background: #004370;
  color: #fff;
  padding: 7px 10px;
}
nav.score-megamenu .nav.navbar-nav, nav.score-megamenu .navbar-nav.score-section-menu, nav.score-megamenu .navbar-nav.score-siblings-menu, nav.score-megamenu .navbar-nav.score-previous-next-menu {
  flex-direction: row;
  margin-top: 7px;
}
nav.score-megamenu .nav.navbar-nav > li, nav.score-megamenu .navbar-nav.score-section-menu > li, nav.score-megamenu .navbar-nav.score-siblings-menu > li, nav.score-megamenu .navbar-nav.score-previous-next-menu > li {
  position: static;
}
nav.score-megamenu .nav.navbar-nav > li > a, nav.score-megamenu .navbar-nav.score-section-menu > li > a, nav.score-megamenu .navbar-nav.score-siblings-menu > li > a, nav.score-megamenu .navbar-nav.score-previous-next-menu > li > a {
  color: #004370;
  padding: 10px 8px;
}
nav.score-megamenu .nav.navbar-nav > li > a:hover, nav.score-megamenu .navbar-nav.score-section-menu > li > a:hover, nav.score-megamenu .navbar-nav.score-siblings-menu > li > a:hover, nav.score-megamenu .navbar-nav.score-previous-next-menu > li > a:hover {
  background: #EDEDF0;
}
nav.score-megamenu .nav.navbar-nav > li:hover, nav.score-megamenu .navbar-nav.score-section-menu > li:hover, nav.score-megamenu .navbar-nav.score-siblings-menu > li:hover, nav.score-megamenu .navbar-nav.score-previous-next-menu > li:hover {
  background: #EEE;
  border-radius: 4px;
}
nav.score-megamenu .nav.navbar-nav > li.dropdown > a.dropdown-toggle.toggle-caret, nav.score-megamenu .navbar-nav.score-section-menu > li.dropdown > a.dropdown-toggle.toggle-caret, nav.score-megamenu .navbar-nav.score-siblings-menu > li.dropdown > a.dropdown-toggle.toggle-caret, nav.score-megamenu .navbar-nav.score-previous-next-menu > li.dropdown > a.dropdown-toggle.toggle-caret, nav.score-megamenu .navbar-nav.score-section-menu > li.score-megamenu-dropdown > a.dropdown-toggle.toggle-caret, nav.score-megamenu .navbar-nav.score-siblings-menu > li.score-megamenu-dropdown > a.dropdown-toggle.toggle-caret, nav.score-megamenu .navbar-nav.score-previous-next-menu > li.score-megamenu-dropdown > a.dropdown-toggle.toggle-caret, nav.score-megamenu .nav.navbar-nav > li.score-megamenu-dropdown > a.dropdown-toggle.toggle-caret {
  padding: 10px 7px;
}
nav.score-megamenu .nav.navbar-nav .dropdown-menu, nav.score-megamenu .navbar-nav.score-section-menu .dropdown-menu, nav.score-megamenu .navbar-nav.score-siblings-menu .dropdown-menu, nav.score-megamenu .navbar-nav.score-previous-next-menu .dropdown-menu {
  left: 0 !important;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1000px) {
  nav.score-megamenu .nav.navbar-nav, nav.score-megamenu .navbar-nav.score-section-menu, nav.score-megamenu .navbar-nav.score-siblings-menu, nav.score-megamenu .navbar-nav.score-previous-next-menu {
    display: block;
    width: 100%;
    margin: 0;
  }
}

.navbar-default .navbar-nav > .open,
.score-main-menu-spider .navbar-nav > .open,
.score-megamenu .navbar-nav > .open,
.navbar-default .navbar-nav > .open:hover,
.navbar-default .navbar-nav > .open:focus {
  border-radius: 4px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,
.score-main-menu-spider .navbar-nav > .open > a,
.score-main-menu-spider .navbar-nav > .open > a:hover,
.score-main-menu-spider .navbar-nav > .open > a:focus,
.score-megamenu .navbar-nav > .open > a,
.score-megamenu .navbar-nav > .open > a:hover,
.score-megamenu .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open:hover > a,
.navbar-default .navbar-nav > .open:hover > a:hover,
.navbar-default .navbar-nav > .open:hover > a:focus,
.navbar-default .navbar-nav > .open:focus > a,
.navbar-default .navbar-nav > .open:focus > a:hover,
.navbar-default .navbar-nav > .open:focus > a:focus {
  background: transparent;
}

@media (max-width: 1000px) {
  header .score-center {
    flex-grow: 1;
  }
  .navbar-collapse {
    padding: 0;
  }
  .score-megamenu-content {
    padding: 0;
    margin-bottom: 1em;
    background: #EDEDF0;
  }
  .score-megamenu-content .score-button {
    margin-bottom: 1em;
  }
  .score-megamenu-content .score-column2 .score-right {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  header .navbar, header .score-main-menu-spider, header .score-megamenu {
    height: auto;
  }
  header span.navbar-brand {
    width: 130px;
    padding: 0px;
    margin-top: -6px;
    margin-right: 10px;
  }
  header .navbar-default .navbar-toggle .icon-bar, header .score-main-menu-spider .navbar-toggle .icon-bar, header .score-megamenu .navbar-toggle .icon-bar {
    background: #004370;
  }
  header .navbar-toggle {
    padding: 9px 0px 9px 10px;
    margin-top: 6px;
    border: none;
  }
  header .score-nav.right {
    margin-top: -10px;
  }
}
html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.edge-container {
  position: fixed;
  z-index: 9999;
  background: #EEE;
  width: 270px;
  transition: all 500ms ease;
  overflow: auto;
  visibility: hidden;
  /* width */
  /* Track */
  /* Handle */
}
.edge-container::-webkit-scrollbar {
  width: 10px;
}
.edge-container::-webkit-scrollbar-track {
  border-radius: 10px;
}
.edge-container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.edge-container.full {
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.edge-container.left {
  top: 0;
  bottom: 0;
  visibility: visible;
}
.edge-container.left.closed {
  left: -270px;
}
.edge-container.left.open {
  top: 0;
  bottom: 0;
  left: 0;
}
.edge-container.left.full.closed {
  right: 100%;
  left: auto;
  height: 100%;
  width: 100%;
}
.edge-container.left.full.open {
  right: 0;
  left: auto;
  height: 100%;
  width: 100%;
}
.edge-container.right {
  top: 0;
  bottom: 0;
  visibility: visible;
}
.edge-container.right.closed {
  right: -270px;
}
.edge-container.right.open {
  right: 0;
}
.edge-container.right.full.closed {
  left: 100%;
  right: auto;
  height: 100%;
  width: 100%;
}
.edge-container.right.full.open {
  left: 0;
  right: auto;
  height: 100%;
  width: 100%;
}
.edge-container.top {
  width: 100%;
  height: 270px;
  overflow: auto;
  visibility: visible;
  /* override height if using push*/
}
.edge-container.top.closed {
  top: -270px;
}
.edge-container.top.open {
  top: 0;
}
.edge-container.top.full.closed {
  bottom: 100%;
  height: 100%;
  top: -100%;
}
.edge-container.top.full.open {
  bottom: 0;
  height: 100%;
}
.edge-container.bottom {
  width: 100%;
  visibility: visible;
}
.edge-container.bottom.closed {
  bottom: -270px;
}
.edge-container.bottom.open {
  bottom: 0;
  height: 100%;
}
.edge-container.bottom.full.closed {
  top: 100%;
  height: 100%;
  bottom: -100%;
}
.edge-container.bottom.full.open {
  top: 0;
  height: 100%;
}

/* CONTROL */
.edge-control {
  cursor: pointer;
}

body {
  position: relative;
  /* PUSH LEFT */
  /* PUSH RIGHT */
  /* PUSH TOP */
  /* PUSH BOTTOM */
}
body.open {
  overflow: hidden;
}
body .push-left {
  transition: margin 0.5s ease, left 0.5s ease;
}
body.push-left.open {
  left: 270px;
}
body.push-left.closed {
  left: 0;
}
body.push-right {
  transition: margin 0.5s ease, right 0.5s ease;
}
body.push-right.open {
  right: 270px;
}
body.push-right.closed {
  right: 0;
}
body.push-top {
  left: 0;
  right: 0;
  transition: margin 0.5s ease, top 0.5s ease;
}
body.push-top.open {
  top: 270px;
}
body.push-top.closed {
  top: 0;
}
body.push-bottom {
  left: 0;
  right: 0;
  transition: margin 0.5s ease, right 0.5s ease;
}
body.push-bottom.open {
  bottom: 270px;
}
body.push-bottom.closed {
  bottom: 0;
}
body.open:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.mobile-menu {
  background: #004370;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 9999999999;
}
.mobile-menu a {
  color: #fff;
}
.mobile-menu .hero {
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}
.mobile-menu h5 {
  color: #fff;
  font-size: 0.8em;
  padding: 0 0.5em;
  background: rgba(0, 0, 0, 0.1);
}
.mobile-menu.score-column1 div.score-center {
  padding: 0 !important;
}
.mobile-menu ul li a {
  color: #fff !important;
}

.alert {
  background-color: #D4D4D6;
  border: 0;
  color: #130C0E;
  padding: 1em !important;
  margin: 0;
}
.alert a {
  font-weight: bold;
  text-decoration: underline;
}
.alert .close {
  color: #130C0E;
  font-size: inherit;
  opacity: 1;
  text-shadow: none;
  margin-top: 5px;
}
.alert .icon {
  max-width: 32px;
}
.alert.alert-info {
  background-color: #EBFAFF;
  color: #000;
  border-bottom: 0.25em solid #007BB2;
}
.alert.alert-info .close {
  color: #007BB2;
}
.alert.alert-info .btn-default.inverted {
  border-color: #130C0E;
  color: #130C0E;
}
.alert.alert-success {
  background-color: #C8DFD0;
  color: #000;
  border-bottom: 0.25em solid #1A9F46;
}
.alert.alert-warning {
  background-color: #FFEFCB;
  color: #000;
  border-bottom: 0.25em solid #DE9D0B;
}
.alert.alert-warning .close {
  color: #130C0E;
}
.alert.alert-warning .btn-default.inverted {
  border-color: #130C0E;
  color: #130C0E;
}
.alert.alert-danger {
  background-color: #FFE8E8;
  color: #000;
  border-bottom: 0.25em solid #8E0C0C;
}
.alert.alert-banner {
  background-color: #EDEDF0;
  color: #000;
}

[data-content] {
  display: none !important;
  opacity: 0;
  transition: all 0.5s ease;
}

[data-content].active {
  display: block !important;
  opacity: 1;
  transition: all 0.5s ease;
}

.primary-alert {
  background-color: rgba(0, 46, 77, 0.95);
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 2em;
  z-index: 1000;
}

@media only screen and (max-width: 800px) {
  .primary-alert {
    padding: 1em;
  }
}
.primary-alert p.small {
  color: #fff;
  margin-bottom: 1em;
}

.primary-alert .btn.btn-primary.inverted, .primary-alert .inverted.score-button {
  background: #fff;
  color: #002E4D;
  border: 1px solid #fff;
}

.primary-alert .btn.btn-primary.inverted:hover, .primary-alert .inverted.score-button:hover {
  background: #00ADE0;
  border: 1px solid #00ADE0;
  color: #fff;
}

.primary-alert .btn.btn-primary.btn-ghost.inverted, .primary-alert .btn-ghost.inverted.score-button {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

.primary-alert .btn.btn-primary.btn-ghost.inverted:hover, .primary-alert .btn-ghost.inverted.score-button:hover {
  border: 1px solid #007BB2;
  background: #007BB2;
}

.accordion, .score-accordion {
  width: 100%;
}
.accordion .panel, .score-accordion .panel {
  display: block;
}
.accordion .panel .panel-heading h4 a, .score-accordion .panel .panel-heading h4 a {
  display: block;
  padding: 0.5em;
}
.accordion .panel .panel-body, .score-accordion .panel .panel-body {
  padding: 1em;
}

.score-accordion .panel-heading h4 a, .score-accordion .panel-body {
  padding: 1em !important;
}

.modal {
  background: rgba(255, 255, 255, 0.5);
}

.modal-backdrop {
  background: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+4,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 4%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 4%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 4%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#_busy-indicator {
  background: rgba(255, 255, 255, 0.5);
}
#_busy-indicator .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  width: 80px;
  height: 77px;
  border: 0;
}
#_busy-indicator .modal-content {
  border-radius: 100px;
  box-shadow: 0 0 100px rgb(255, 255, 255);
  border: 0;
}

#imgLoading {
  width: 80px;
  height: 77px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 71.92 69.47'%3E%3Cdefs/%3E%3Cpolygon class='cls-1 three' points='31.09 31.66 31.09 27.28 24.11 27.28 24.11 31.66 31.09 31.66'/%3E%3Cpolygon class='cls-1 two' points='24.11 38.74 19.64 38.74 19.64 31.66 24.11 31.66 31.09 31.66 35.55 31.66 35.55 38.74 31.09 38.74 24.11 38.74'/%3E%3Cpolygon class='cls-1 one' points='31.09 38.74 31.09 43.12 24.11 43.12 24.11 38.74 31.09 38.74'/%3E%3Cpath class='cls-1 five' d='M45.74,28.13a11.9,11.9,0,0,1-5.55-1.34,12.71,12.71,0,0,0-.9,6.88,10.79,10.79,0,0,0,6.26,1.86,10.6,10.6,0,0,0,6.61-2.13,12.61,12.61,0,0,0-.88-6.61A11.37,11.37,0,0,1,45.74,28.13Z'/%3E%3Cpath class='cls-1 four' d='M45.55,35.53a10.79,10.79,0,0,1-6.26-1.86,12.81,12.81,0,0,0,.5,2.12,13.38,13.38,0,0,0,6,7.33,12.32,12.32,0,0,0,5.82-7.33,13.14,13.14,0,0,0,.55-2.39A10.6,10.6,0,0,1,45.55,35.53Z'/%3E%3Ccircle class='circle' cx='35.96' cy='35' r='26.24'/%3E%3Cstyle%3E.cls-1%7Bfill:%230086b3;stroke:%230086b3;stroke-width:.5%7Dsvg%7Bwidth:5em;height:auto%7D.cls-1%7Banimation-duration:3s;animation-iteration-count:infinite;animation-timing-function:linear;transform:translate(0,-200px)%7D.one%7Banimation-name:fallOne%7D.two%7Banimation-name:fallTwo%7D.three%7Banimation-name:fallThree%7D.four%7Banimation-name:fallFour%7D.five%7Banimation-name:fallFive%7D@keyframes fallOne%7B0%25%7Btransform:translate(0,-200px)%7D18%25%7Btransform:translate(0,3px)%7D19%25%7Btransform:translate(0,-2px)%7D20%25%7Btransform:translate(0,0)%7D95%25%7Bfill:%230086b3;stroke:%230086b3%7D100%25%7Btransform:translate(0,0);fill:%23fff;stroke:%23fff%7D%7D@keyframes fallTwo%7B0%25,10%25%7Btransform:translate(0,-200px)%7D28%25%7Btransform:translate(0,3px)%7D29%25%7Btransform:translate(0,-2px)%7D30%25%7Btransform:translate(0,0)%7D95%25%7Bfill:%230086b3;stroke:%230086b3%7D100%25%7Btransform:translate(0,0);fill:%23fff;stroke:%23fff%7D%7D@keyframes fallThree%7B0%25,20%25%7Btransform:translate(0,-200px)%7D38%25%7Btransform:translate(0,3px)%7D39%25%7Btransform:translate(0,-2px)%7D40%25%7Btransform:translate(0,0)%7D95%25%7Bfill:%230086b3;stroke:%230086b3%7D100%25%7Btransform:translate(0,0);fill:%23fff;stroke:%23fff%7D%7D@keyframes fallFour%7B0%25,30%25%7Btransform:translate(0,-200px)%7D48%25%7Btransform:translate(0,3px)%7D49%25%7Btransform:translate(0,-2px)%7D50%25%7Btransform:translate(0,0)%7D95%25%7Bfill:%230086b3;stroke:%230086b3%7D100%25%7Btransform:translate(0,0);fill:%23fff;stroke:%23fff%7D%7D@keyframes fallFive%7B0%25,40%25%7Btransform:translate(0,-200px)%7D58%25%7Btransform:translate(0,3px)%7D59%25%7Btransform:translate(0,-2px)%7D60%25%7Btransform:translate(0,0)%7D95%25%7Bfill:%230086b3;stroke:%230086b3%7D100%25%7Btransform:translate(0,0);fill:%23fff;stroke:%23fff%7D%7D.circle%7Bfill:none;stroke:%230086b3;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;animation-duration:3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-name:rotate;stroke-dashoffset:0;stroke-dasharray:165;transform-origin:50%25 50%25%7D@keyframes rotate%7B0%25,50%25%7Bstroke-dashoffset:165;transform:rotate(-90deg);opacity:1%7D63%25%7Bstroke-dashoffset:165%7D75%25%7Bstroke-dashoffset:0;transform:rotate(-90deg)%7D95%25%7Bopacity:1%7D100%25%7Bopacity:0%7D%7D@keyframes colors%7B0%25%7Bstroke:%230086b3%7D12.5%25%7Bstroke:%23f2399d%7D25%25%7Bstroke:%23fc974d%7D37.5%25%7Bstroke:%23eeb129%7D50%25%7Bstroke:%2360d6b6%7D62.5%25%7Bstroke:%2385c8de%7D75%25%7Bstroke:%23918dfb%7D87.5%25%7Bstroke:%230086b3%7D100%25%7Bstroke:%230086b3%7D%7D%3C/style%3E%3C/svg%3E");
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.score-slick-slider-panel, .slick-slide div {
  height: 100%;
}

.score-slick-slider-panel .score-panel {
  padding: 0;
}

.score-slick-slider-panel .score-panel .score-content-spot {
  padding: 15px;
  height: auto;
}

.slick-track {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 30px;
}

.score-slick-slider {
  margin-bottom: 10vh;
}

.slick-dots {
  display: none !important;
}

.slick-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.slick-arrow {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  text-indent: -9999px;
  position: absolute;
  top: 100%;
  background-color: transparent;
}

.slick-arrow.slick-next {
  left: auto;
  right: 47%;
  transform: translateX(50%);
}

.slick-arrow.slick-prev {
  right: auto;
  left: 47%;
  transform: translateX(-50%);
}

.slick-next:before, .slick-prev:before {
  content: "arrow";
  float: left;
  position: absolute;
  border: 2px solid #999;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
}

.slick-next:before {
  border-left: transparent;
  border-bottom: transparent;
  transform: translate(-60%, -50%) rotate(45deg);
}

.slick-prev:before {
  border-right: transparent;
  border-top: transparent;
  transform: translate(-30%, -50%) rotate(45deg);
}

.slick-slide {
  height: auto;
}
.slick-slide .score-panel {
  position: relative;
  margin-bottom: 0;
}
.slick-slide .score-panel img {
  max-width: 100%;
  border-radius: 8px 8px 0 0;
}
.slick-slide .score-panel .btn-link {
  position: absolute;
  inset: 0;
  background: transparent !important;
  border: 0;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
}

@media (max-width: 940px) {
  .score-slick-slider {
    max-width: 92vw !important;
  }
  .slick-arrow.slick-prev {
    left: 10%;
  }
  .slick-arrow.slick-next {
    right: 10%;
  }
}
.quote-column {
  margin-bottom: 3em;
}

.teal-column {
  padding: 15px;
  border-radius: 0;
  background: transparent !important;
}
.teal-column .score-column2 {
  align-items: center;
  background: #008271;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.teal-column .score-column2 .score-left, .teal-column .score-column2 .score-right {
  padding: 30px;
}
.teal-column .score-column2 .score-left {
  background: transparent;
  color: #FFF;
  text-align: center;
}
.teal-column .score-column2 .score-left img {
  border-radius: 10px;
  margin-bottom: 20px;
  background: #FFF;
  padding: 20px;
  max-width: 200px;
}
.teal-column .score-column2 .score-left h4 {
  color: #FFF;
}
.teal-column .score-column2 .score-content-spot {
  padding: 20px;
}
.teal-column .score-column2 .score-button {
  margin-left: 20px;
}
.teal-column .score-column2 .score-right {
  background: white;
  align-self: stretch;
  border-radius: 0 10px 10px 0;
}

.score-well {
  padding: 30px;
  background: #EEE;
  border-radius: 8px;
  margin: 30px 0;
}

.box {
  padding: 30px;
  background: #EEE;
  border-radius: 8px;
  margin: 30px 0;
}

.box .score-panel {
  height: 100%;
}

.score-panel {
  padding: 30px;
}

.spacer {
  background: transparent;
}

.spacer {
  background: transparent !important;
}

.page-wrapper .container {
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.page-wrapper .container .score-panel .img-card {
  height: auto;
}

.container100 {
  width: 100%;
  align-items: center;
}

.img-card {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.img-card img, .img-card .panel-body {
  width: 100%;
}

.img-card img {
  max-width: 100%;
  position: relative;
  margin: -30px -30px -30px 0;
  left: 45px;
  border-radius: 0 4px 4px 0;
}

.video-16x9 {
  width: 100%;
  aspect-ratio: 16/9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 10px;
}

.list-inline {
  display: flex;
  gap: 20px;
}
.list-inline svg {
  width: 24px;
  height: 24px;
}
.list-inline svg path {
  fill: #FFF;
}

.docs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.docs li:before {
  background-repeat: no-repeat;
  background-size: contain;
  transform: none !important;
  border: 0 !important;
  width: 24px !important;
  height: 24px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath fill='%23eff3f5' d='M445.8 121.1 326.8 2H85.3c-10.6 0-19.2 8.6-19.2 19.2v340.7h379.7z' opacity='1' data-original='%23eff3f5' class=''%3E%3C/path%3E%3Cpath fill='%23dbdfe0' d='M326.8 101.9c0 10.6 8.6 19.2 19.2 19.2h99.9L326.8 2z' opacity='1' data-original='%23dbdfe0'%3E%3C/path%3E%3Cpath fill='%23f1786b' d='M66.2 361.8v129c0 10.6 8.6 19.2 19.2 19.2h341.3c10.6 0 19.2-8.6 19.2-19.2v-129zM158.6 340c-6.1 0-12-2.3-17.4-6.8-9.1-7.6-9.8-16-8.9-21.7 4.4-25.7 52.2-49.2 80-60.8 15.1-37.8 28.2-82.3 36.3-115.7-16.2-34.7-21.9-59.2-16.9-73.1 2.5-6.9 7.6-11.4 14.8-13l1-.2 1 .1c.8.1 7.9 1.2 13.7 9 7.5 10.2 9.2 26.7 5 49.1-1.2 6.4-3.2 15.6-5.8 26.6 14.8 30.8 35.6 64.8 52.6 88.4 14.2-2 27.7-2.7 39.1-1.5 21.3 2.2 25.8 11.5 26.6 16.9 1.2 7.9-4.6 16.1-14.5 20.3-13.7 5.8-36.1 4.3-54.3-19.3-.8-1-1.6-2.1-2.4-3.2-23.4 3.9-50.6 11.3-78.2 21.6-2.9 1.1-5.7 2.2-8.5 3.3-18.7 45.8-37 72.1-54.5 78.4-2.8 1.1-5.8 1.6-8.7 1.6zm47-73.1c-39.7 17.9-59.4 35.6-61.2 46.7-.4 2.4-.4 6.1 4.7 10.3 4.7 3.9 9.2 4.9 14.2 3.1 13.9-5 28.7-29 42.3-60.1zm117-33.7c13.5 15.9 28.7 17.2 37.9 13.2 4.8-2 7.5-5.4 7.2-7.3-.3-2-4.8-5.4-15.8-6.5-8.2-.8-18.1-.6-29.3.6zM257 151.8c-6.1 23.5-14.4 51.8-24.1 79.2-1.7 4.7-3.3 9.2-5 13.6 21.7-8 47.9-15.8 72.8-20.5-13.4-19.1-29.9-45.6-43.7-72.3zm-9-90.5c-2.3.8-3.8 2.3-4.7 4.9-3.5 9.6 1.1 27.7 10 49.1.8-3.8 1.5-7.3 2.1-10.5 4.6-24.9.2-35.6-2.9-39.7-1.7-2.3-3.5-3.4-4.5-3.8z' opacity='1' data-original='%23f1786b' class=''%3E%3C/path%3E%3Cg fill='%23eff3f5'%3E%3Cpath d='M346.4 428.2h-22.9v-23.3h22.9c4.3 0 7.8-3.5 7.8-7.8s-3.5-7.8-7.8-7.8h-30.6c-4.3 0-7.8 3.5-7.8 7.8v77.6c0 4.3 3.5 7.8 7.8 7.8s7.8-3.5 7.8-7.8v-31h22.9c4.3 0 7.8-3.5 7.8-7.8-.1-4.3-3.6-7.7-7.9-7.7zM181.4 389.4h-15.8c-4.3 0-7.8 3.5-7.8 7.8v77.6c0 4.3 3.5 7.8 7.8 7.8s7.8-3.5 7.8-7.8v-31h8c15 0 27.2-12.2 27.2-27.2s-12.2-27.2-27.2-27.2zm0 38.8h-8v-23.3h8c6.4 0 11.6 5.2 11.6 11.6s-5.2 11.7-11.6 11.7zM248.4 389.4H228c-4.3 0-7.8 3.5-7.8 7.8v77.6c0 4.3 3.5 7.8 7.8 7.8h20.4c25.7 0 46.6-20.9 46.6-46.6 0-25.8-20.9-46.6-46.6-46.6zm0 77.5h-12.6v-62.1h12.6c17.1 0 31 13.9 31 31 .1 17.2-13.9 31.1-31 31.1z' fill='%23eff3f5' opacity='1' data-original='%23eff3f5' class=''%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.docs a[href$=".pdf"] {
  background: transparent;
  padding: 0;
  margin: 0;
}

.img-responsive {
  max-width: 100%;
}

.score-well .docs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
.score-well .docs li {
  width: 45%;
}

.score-anchorpoint {
  scroll-margin-top: 95px;
}

body {
  height: auto;
}

.panel-title a {
  scroll-margin-top: 95px;
}

.alert .score-button {
  text-decoration: none !important;
}

.score-well.border-box {
  background: #FFF;
  border: 1px solid #CCC;
}

.score-well .docs li {
  margin-right: 40px;
}

.text-blue {
  color: #007BB2 !important;
}

a:visited {
  color: #007BB2;
}

.page-header .bg-b500, .score-document-header .bg-b500, .page-header .c-card.bg-blue, .score-document-header .c-card.bg-blue, .page-header .bg-blue.score-highlight, .score-document-header .bg-blue.score-highlight, .page-header .bg-blue.score-panel, .score-document-header .bg-blue.score-panel, .page-header .bg-blue.panel, .score-document-header .bg-blue.panel, .page-header .bg-blue.score-style-box, .score-document-header .bg-blue.score-style-box {
  margin-bottom: -20vh;
  height: auto;
}

.page-header.bg-b500, .bg-b500.score-document-header, .page-header.c-card.bg-blue, .score-document-header.c-card.bg-blue, .page-header.bg-blue.score-highlight, .score-document-header.bg-blue.score-highlight, .page-header.bg-blue.score-panel, .score-document-header.bg-blue.score-panel, .page-header.bg-blue.panel, .score-document-header.bg-blue.panel, .page-header.bg-blue.score-style-box, .score-document-header.bg-blue.score-style-box {
  margin-bottom: 10vh;
}

.container.full-width {
  max-width: 100% !important;
  margin: 0;
  padding: 0 !important;
}

.container.full-width .m0 .score-center, .container.full-width h1 .score-center, .container.full-width .h1 .score-center, .container.full-width h2 .score-center, .container.full-width .h2 .score-center, .container.full-width h3 .score-center, .container.full-width .h3 .score-center, .container.full-width h4 .score-center, .container.full-width .h4 .score-center, .container.full-width h5 .score-center, .container.full-width .h5 .score-center, .container.full-width h6 .score-center, .container.full-width .h6 .score-center, .container.full-width html .score-center, .container.full-width body .score-center {
  margin: 0 !important;
}

.container.full-width .p0 .score-center, .container.full-width html .score-center, .container.full-width body .score-center, .container.full-width .accordion .panel .score-center, .accordion .container.full-width .panel .score-center, .container.full-width .score-accordion .panel .score-center, .score-accordion .container.full-width .panel .score-center {
  padding: 0 !important;
}

.container.full-width .alert {
  border-radius: 0 !important;
}

.btn-green {
  background: #1A9F46 !important;
}

.btn-green:hover {
  background: #0D7A4B !important;
}

.score-button, .score-composite-link {
  font-weight: 900;
  margin-left: 10px;
}

.page-wrapper ul li {
  margin: 5px 0;
}

table tbody tr:first-child th {
  text-align: left;
}

table thead {
  position: relative;
}

table thead:before {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  color: white;
  font-size: 2em;
  transition: all 0.5s ease;
}

table thead.closed:before {
  transform: translateY(-50%) rotate(0deg);
}

.score-accordion-panel .panel-title {
  position: relative;
}

.score-accordion-panel .panel-title a:before {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  font-size: 2em;
  transition: all 0.5s ease;
}

.score-accordion-panel .panel-title a.collapsed:before {
  transform: translateY(-50%) rotate(0deg);
}

.i-phone {
  padding-right: 40px;
  position: relative;
}

.i-phone:before {
  content: " ";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M30.035 22.6c-.082-.065-6.035-4.356-7.669-4.048-.78.138-1.226.67-2.121 1.735-.144.172-.49.584-.759.877a12.517 12.517 0 0 1-1.651-.672 13.7 13.7 0 0 1-6.321-6.321 12.458 12.458 0 0 1-.672-1.651c.294-.27.706-.616.882-.764 1.06-.89 1.593-1.336 1.731-2.118.283-1.62-4.005-7.614-4.05-7.668A2.289 2.289 0 0 0 7.7 1C5.962 1 1 7.437 1 8.521c0 .063.091 6.467 7.988 14.5C17.013 30.909 23.416 31 23.479 31 24.564 31 31 26.038 31 24.3a2.283 2.283 0 0 0-.965-1.7z' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

@media (max-width: 1200px) {
  header .c-nav li a {
    font-size: 0.9em;
    padding: 5px;
  }
  header .container .score-column1 .score-center img {
    max-width: 180px;
    margin-right: 10px;
  }
  header .score-button {
    white-space: nowrap;
    font-size: 0.8em;
  }
}
@media (max-width: 940px) {
  header .c-nav {
    margin-right: 10px;
  }
  header .c-nav li a {
    font-size: 0.8em;
    padding: 3px;
  }
  header .c-nav li:first-child {
    display: none;
  }
  header .container .score-column1 .score-center img {
    max-width: 160px;
    margin-right: 10px;
  }
  header .score-button {
    white-space: nowrap;
    font-size: 0.7em;
  }
}
@media (max-width: 992px) {
  .score-slick-slider {
    max-width: 92vw !important;
  }
  .slick-arrow.slick-prev {
    left: 10%;
  }
  .slick-arrow.slick-next {
    right: 10%;
  }
  .btn-block.btn-lrg.icon {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    height: auto;
    justify-content: start;
  }
  .score-column4 {
    flex-direction: column;
  }
  .score-column3 .score-left, .score-column3 .score-center, .score-column3 .score-right {
    max-width: 33.3333%;
  }
  .img-card img {
    margin: 0;
    margin-top: 20px;
    left: 0;
  }
  .score-full-width-hero {
    padding: 40px;
  }
  .score-full-width-hero .container {
    max-width: 100%;
  }
}
@media (max-width: 756px) {
  .mega {
    position: fixed;
    top: 0;
    height: 100%;
  }
  .score-column3 {
    flex-direction: column;
  }
  .score-column3 .score-left, .score-column3 .score-center, .score-column3 .score-right {
    max-width: 100%;
  }
}