@charset "UTF-8";
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/mem8YaGs126MiZpBA-UFW50bbck.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/mem8YaGs126MiZpBA-UFVZ0b.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  font-variant-ligatures: no-common-ligatures;
}

.bootstrap-dark .bg-gray {
  background-color: #31373c;
}
.bootstrap-dark .tooltip-inner {
  border: 1px solid #495057;
}
.bootstrap-dark .gap-0 {
  gap: 0 !important;
}
.bootstrap-dark .row-gap-0 {
  row-gap: 0 !important;
}
.bootstrap-dark .column-gap-0 {
  column-gap: 0 !important;
}
.bootstrap-dark .gap-1 {
  gap: 0.25rem !important;
}
.bootstrap-dark .row-gap-1 {
  row-gap: 0.25rem !important;
}
.bootstrap-dark .column-gap-1 {
  column-gap: 0.25rem !important;
}
.bootstrap-dark .gap-2 {
  gap: 0.5rem !important;
}
.bootstrap-dark .row-gap-2 {
  row-gap: 0.5rem !important;
}
.bootstrap-dark .column-gap-2 {
  column-gap: 0.5rem !important;
}
.bootstrap-dark .gap-3 {
  gap: 1rem !important;
}
.bootstrap-dark .row-gap-3 {
  row-gap: 1rem !important;
}
.bootstrap-dark .column-gap-3 {
  column-gap: 1rem !important;
}
.bootstrap-dark .gap-4 {
  gap: 1.5rem !important;
}
.bootstrap-dark .row-gap-4 {
  row-gap: 1.5rem !important;
}
.bootstrap-dark .column-gap-4 {
  column-gap: 1.5rem !important;
}
.bootstrap-dark .gap-5 {
  gap: 3rem !important;
}
.bootstrap-dark .row-gap-5 {
  row-gap: 3rem !important;
}
.bootstrap-dark .column-gap-5 {
  column-gap: 3rem !important;
}
@media (min-width: 576px) {
  .bootstrap-dark .gap-sm-0 {
    gap: 0 !important;
  }
  .bootstrap-dark .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .bootstrap-dark .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .bootstrap-dark .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .bootstrap-dark .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .bootstrap-dark .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .bootstrap-dark .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .bootstrap-dark .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .bootstrap-dark .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .bootstrap-dark .gap-sm-3 {
    gap: 1rem !important;
  }
  .bootstrap-dark .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .bootstrap-dark .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .bootstrap-dark .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .bootstrap-dark .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .bootstrap-dark .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .bootstrap-dark .gap-sm-5 {
    gap: 3rem !important;
  }
  .bootstrap-dark .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .bootstrap-dark .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-dark .gap-md-0 {
    gap: 0 !important;
  }
  .bootstrap-dark .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .bootstrap-dark .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .bootstrap-dark .gap-md-1 {
    gap: 0.25rem !important;
  }
  .bootstrap-dark .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .bootstrap-dark .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .bootstrap-dark .gap-md-2 {
    gap: 0.5rem !important;
  }
  .bootstrap-dark .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .bootstrap-dark .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .bootstrap-dark .gap-md-3 {
    gap: 1rem !important;
  }
  .bootstrap-dark .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .bootstrap-dark .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .bootstrap-dark .gap-md-4 {
    gap: 1.5rem !important;
  }
  .bootstrap-dark .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .bootstrap-dark .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .bootstrap-dark .gap-md-5 {
    gap: 3rem !important;
  }
  .bootstrap-dark .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .bootstrap-dark .column-gap-md-5 {
    column-gap: 3rem !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-dark .gap-lg-0 {
    gap: 0 !important;
  }
  .bootstrap-dark .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .bootstrap-dark .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .bootstrap-dark .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .bootstrap-dark .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .bootstrap-dark .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .bootstrap-dark .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .bootstrap-dark .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .bootstrap-dark .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .bootstrap-dark .gap-lg-3 {
    gap: 1rem !important;
  }
  .bootstrap-dark .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .bootstrap-dark .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .bootstrap-dark .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .bootstrap-dark .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .bootstrap-dark .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .bootstrap-dark .gap-lg-5 {
    gap: 3rem !important;
  }
  .bootstrap-dark .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .bootstrap-dark .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-dark .gap-xl-0 {
    gap: 0 !important;
  }
  .bootstrap-dark .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .bootstrap-dark .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .bootstrap-dark .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .bootstrap-dark .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .bootstrap-dark .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .bootstrap-dark .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .bootstrap-dark .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .bootstrap-dark .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .bootstrap-dark .gap-xl-3 {
    gap: 1rem !important;
  }
  .bootstrap-dark .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .bootstrap-dark .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .bootstrap-dark .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .bootstrap-dark .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .bootstrap-dark .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .bootstrap-dark .gap-xl-5 {
    gap: 3rem !important;
  }
  .bootstrap-dark .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .bootstrap-dark .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
}
.bootstrap-dark {
  --gray-1: #25292e;
  --gray-2: #343a40;
  --gray-3: #495057;
  --gray-4: #6c757d;
  --gray-5: #adb5bd;
  --gray-6: #ced4da;
  --gray-7: #dee2e6;
  --gray-8: #e9ecef;
  --gray-9: #f2f4f6;
  --blue: #2855a2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ed1a3b;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #66a54a;
  --teal: #005e4a;
  --cyan: #008fce;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2855a2;
  --secondary: #6c757d;
  --success: #66a54a;
  --info: #008fce;
  --warning: #ffc107;
  --danger: #ed1a3b;
  --light: #25292e;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.bootstrap-dark *,
.bootstrap-dark *::before,
.bootstrap-dark *::after {
  box-sizing: border-box;
}
.bootstrap-dark html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap-dark article, .bootstrap-dark aside, .bootstrap-dark figcaption, .bootstrap-dark figure, .bootstrap-dark footer, .bootstrap-dark header, .bootstrap-dark hgroup, .bootstrap-dark main, .bootstrap-dark nav, .bootstrap-dark section {
  display: block;
}
.bootstrap-dark body {
  margin: 0;
  font-family: Open Sans;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ced4da;
  text-align: left;
  background-color: #1e1e1e;
}
.bootstrap-dark [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
.bootstrap-dark hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.bootstrap-dark h1, .bootstrap-dark h2, .bootstrap-dark h3, .bootstrap-dark h4, .bootstrap-dark h5, .bootstrap-dark h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.bootstrap-dark p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrap-dark abbr[title],
.bootstrap-dark abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
.bootstrap-dark address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.bootstrap-dark ol,
.bootstrap-dark ul,
.bootstrap-dark dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrap-dark ol ol,
.bootstrap-dark ul ul,
.bootstrap-dark ol ul,
.bootstrap-dark ul ol {
  margin-bottom: 0;
}
.bootstrap-dark dt {
  font-weight: 700;
}
.bootstrap-dark dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.bootstrap-dark blockquote {
  margin: 0 0 1rem;
}
.bootstrap-dark b,
.bootstrap-dark strong {
  font-weight: bolder;
}
.bootstrap-dark small {
  font-size: 80%;
}
.bootstrap-dark sub,
.bootstrap-dark sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.bootstrap-dark sub {
  bottom: -0.25em;
}
.bootstrap-dark sup {
  top: -0.5em;
}
.bootstrap-dark a {
  color: #008fce;
  text-decoration: none;
  background-color: transparent;
}
.bootstrap-dark a:hover {
  color: rgb(0, 89.895631068, 129.5);
  text-decoration: underline;
}
.bootstrap-dark a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
.bootstrap-dark a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.bootstrap-dark pre,
.bootstrap-dark code,
.bootstrap-dark kbd,
.bootstrap-dark samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
.bootstrap-dark pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
.bootstrap-dark figure {
  margin: 0 0 1rem;
}
.bootstrap-dark img {
  vertical-align: middle;
  border-style: none;
}
.bootstrap-dark svg {
  overflow: hidden;
  vertical-align: middle;
}
.bootstrap-dark table {
  border-collapse: collapse;
}
.bootstrap-dark caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
.bootstrap-dark th {
  text-align: inherit;
}
.bootstrap-dark label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.bootstrap-dark button {
  border-radius: 0;
}
.bootstrap-dark button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.bootstrap-dark input,
.bootstrap-dark button,
.bootstrap-dark select,
.bootstrap-dark optgroup,
.bootstrap-dark textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap-dark button,
.bootstrap-dark input {
  overflow: visible;
}
.bootstrap-dark button,
.bootstrap-dark select {
  text-transform: none;
}
.bootstrap-dark [role=button] {
  cursor: pointer;
}
.bootstrap-dark select {
  word-wrap: normal;
}
.bootstrap-dark button,
.bootstrap-dark [type=button],
.bootstrap-dark [type=reset],
.bootstrap-dark [type=submit] {
  -webkit-appearance: button;
}
.bootstrap-dark button:not(:disabled),
.bootstrap-dark [type=button]:not(:disabled),
.bootstrap-dark [type=reset]:not(:disabled),
.bootstrap-dark [type=submit]:not(:disabled) {
  cursor: pointer;
}
.bootstrap-dark button::-moz-focus-inner,
.bootstrap-dark [type=button]::-moz-focus-inner,
.bootstrap-dark [type=reset]::-moz-focus-inner,
.bootstrap-dark [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.bootstrap-dark input[type=radio],
.bootstrap-dark input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
.bootstrap-dark textarea {
  overflow: auto;
  resize: vertical;
}
.bootstrap-dark fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap-dark 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;
}
.bootstrap-dark progress {
  vertical-align: baseline;
}
.bootstrap-dark [type=number]::-webkit-inner-spin-button,
.bootstrap-dark [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap-dark [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.bootstrap-dark [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap-dark ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.bootstrap-dark output {
  display: inline-block;
}
.bootstrap-dark summary {
  display: list-item;
  cursor: pointer;
}
.bootstrap-dark template {
  display: none;
}
.bootstrap-dark [hidden] {
  display: none !important;
}
.bootstrap-dark h1, .bootstrap-dark h2, .bootstrap-dark h3, .bootstrap-dark h4, .bootstrap-dark h5, .bootstrap-dark h6,
.bootstrap-dark .h1, .bootstrap-dark .h2, .bootstrap-dark .h3, .bootstrap-dark .h4, .bootstrap-dark .h5, .bootstrap-dark .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.bootstrap-dark h1, .bootstrap-dark .h1 {
  font-size: 2.5rem;
}
.bootstrap-dark h2, .bootstrap-dark .h2 {
  font-size: 2rem;
}
.bootstrap-dark h3, .bootstrap-dark .h3 {
  font-size: 1.75rem;
}
.bootstrap-dark h4, .bootstrap-dark .h4 {
  font-size: 1.5rem;
}
.bootstrap-dark h5, .bootstrap-dark .h5 {
  font-size: 1.25rem;
}
.bootstrap-dark h6, .bootstrap-dark .h6 {
  font-size: 1rem;
}
.bootstrap-dark .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.bootstrap-dark .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap-dark .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap-dark .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap-dark .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap-dark hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bootstrap-dark small,
.bootstrap-dark .small {
  font-size: 80%;
  font-weight: 400;
}
.bootstrap-dark mark,
.bootstrap-dark .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.bootstrap-dark .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap-dark .list-inline {
  padding-left: 0;
  list-style: none;
}
.bootstrap-dark .list-inline-item {
  display: inline-block;
}
.bootstrap-dark .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.bootstrap-dark .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap-dark .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.bootstrap-dark .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.bootstrap-dark .blockquote-footer::before {
  content: "— ";
}
.bootstrap-dark .img-fluid {
  max-width: 100%;
  height: auto;
}
.bootstrap-dark .img-thumbnail {
  padding: 0.25rem;
  background-color: #1e1e1e;
  border: 1px solid #dee2e6;
  border-radius: 0.15rem;
  max-width: 100%;
  height: auto;
}
.bootstrap-dark .figure {
  display: inline-block;
}
.bootstrap-dark .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.bootstrap-dark .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.bootstrap-dark code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > .bootstrap-dark code {
  color: inherit;
}
.bootstrap-dark kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #25292e;
  border-radius: 0.1rem;
}
.bootstrap-dark kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
.bootstrap-dark pre {
  display: block;
  font-size: 87.5%;
  color: #e83e8c;
}
.bootstrap-dark pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.bootstrap-dark .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap-dark .container,
.bootstrap-dark .container-fluid,
.bootstrap-dark .container-xl,
.bootstrap-dark .container-lg,
.bootstrap-dark .container-md,
.bootstrap-dark .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap-dark .container-sm, .bootstrap-dark .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-dark .container-md, .bootstrap-dark .container-sm, .bootstrap-dark .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-dark .container-lg, .bootstrap-dark .container-md, .bootstrap-dark .container-sm, .bootstrap-dark .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-dark .container-xl, .bootstrap-dark .container-lg, .bootstrap-dark .container-md, .bootstrap-dark .container-sm, .bootstrap-dark .container {
    max-width: 1140px;
  }
}
.bootstrap-dark .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap-dark .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap-dark .no-gutters > .col,
.bootstrap-dark .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-dark .bootstrap-light .col-xl, .bootstrap-light .bootstrap-dark .col-xl,
.bootstrap-dark .bootstrap-light .col-xl-auto,
.bootstrap-light .bootstrap-dark .col-xl-auto, .bootstrap-dark .bootstrap-light .col-xl-24, .bootstrap-light .bootstrap-dark .col-xl-24, .bootstrap-dark .bootstrap-light .col-xl-23, .bootstrap-light .bootstrap-dark .col-xl-23, .bootstrap-dark .bootstrap-light .col-xl-22, .bootstrap-light .bootstrap-dark .col-xl-22, .bootstrap-dark .bootstrap-light .col-xl-21, .bootstrap-light .bootstrap-dark .col-xl-21, .bootstrap-dark .bootstrap-light .col-xl-20, .bootstrap-light .bootstrap-dark .col-xl-20, .bootstrap-dark .bootstrap-light .col-xl-19, .bootstrap-light .bootstrap-dark .col-xl-19, .bootstrap-dark .bootstrap-light .col-xl-18, .bootstrap-light .bootstrap-dark .col-xl-18, .bootstrap-dark .bootstrap-light .col-xl-17, .bootstrap-light .bootstrap-dark .col-xl-17, .bootstrap-dark .bootstrap-light .col-xl-16, .bootstrap-light .bootstrap-dark .col-xl-16, .bootstrap-dark .bootstrap-light .col-xl-15, .bootstrap-light .bootstrap-dark .col-xl-15, .bootstrap-dark .bootstrap-light .col-xl-14, .bootstrap-light .bootstrap-dark .col-xl-14, .bootstrap-dark .bootstrap-light .col-xl-13, .bootstrap-light .bootstrap-dark .col-xl-13, .bootstrap-dark .bootstrap-light .col-xl-12, .bootstrap-light .bootstrap-dark .col-xl-12, .bootstrap-dark .bootstrap-light .col-xl-11, .bootstrap-light .bootstrap-dark .col-xl-11, .bootstrap-dark .bootstrap-light .col-xl-10, .bootstrap-light .bootstrap-dark .col-xl-10, .bootstrap-dark .bootstrap-light .col-xl-9, .bootstrap-light .bootstrap-dark .col-xl-9, .bootstrap-dark .bootstrap-light .col-xl-8, .bootstrap-light .bootstrap-dark .col-xl-8, .bootstrap-dark .bootstrap-light .col-xl-7, .bootstrap-light .bootstrap-dark .col-xl-7, .bootstrap-dark .bootstrap-light .col-xl-6, .bootstrap-light .bootstrap-dark .col-xl-6, .bootstrap-dark .bootstrap-light .col-xl-5, .bootstrap-light .bootstrap-dark .col-xl-5, .bootstrap-dark .bootstrap-light .col-xl-4, .bootstrap-light .bootstrap-dark .col-xl-4, .bootstrap-dark .bootstrap-light .col-xl-3, .bootstrap-light .bootstrap-dark .col-xl-3, .bootstrap-dark .bootstrap-light .col-xl-2, .bootstrap-light .bootstrap-dark .col-xl-2, .bootstrap-dark .bootstrap-light .col-xl-1, .bootstrap-light .bootstrap-dark .col-xl-1, .bootstrap-dark .bootstrap-light .col-lg, .bootstrap-light .bootstrap-dark .col-lg,
.bootstrap-dark .bootstrap-light .col-lg-auto,
.bootstrap-light .bootstrap-dark .col-lg-auto, .bootstrap-dark .bootstrap-light .col-lg-24, .bootstrap-light .bootstrap-dark .col-lg-24, .bootstrap-dark .bootstrap-light .col-lg-23, .bootstrap-light .bootstrap-dark .col-lg-23, .bootstrap-dark .bootstrap-light .col-lg-22, .bootstrap-light .bootstrap-dark .col-lg-22, .bootstrap-dark .bootstrap-light .col-lg-21, .bootstrap-light .bootstrap-dark .col-lg-21, .bootstrap-dark .bootstrap-light .col-lg-20, .bootstrap-light .bootstrap-dark .col-lg-20, .bootstrap-dark .bootstrap-light .col-lg-19, .bootstrap-light .bootstrap-dark .col-lg-19, .bootstrap-dark .bootstrap-light .col-lg-18, .bootstrap-light .bootstrap-dark .col-lg-18, .bootstrap-dark .bootstrap-light .col-lg-17, .bootstrap-light .bootstrap-dark .col-lg-17, .bootstrap-dark .bootstrap-light .col-lg-16, .bootstrap-light .bootstrap-dark .col-lg-16, .bootstrap-dark .bootstrap-light .col-lg-15, .bootstrap-light .bootstrap-dark .col-lg-15, .bootstrap-dark .bootstrap-light .col-lg-14, .bootstrap-light .bootstrap-dark .col-lg-14, .bootstrap-dark .bootstrap-light .col-lg-13, .bootstrap-light .bootstrap-dark .col-lg-13, .bootstrap-dark .bootstrap-light .col-lg-12, .bootstrap-light .bootstrap-dark .col-lg-12, .bootstrap-dark .bootstrap-light .col-lg-11, .bootstrap-light .bootstrap-dark .col-lg-11, .bootstrap-dark .bootstrap-light .col-lg-10, .bootstrap-light .bootstrap-dark .col-lg-10, .bootstrap-dark .bootstrap-light .col-lg-9, .bootstrap-light .bootstrap-dark .col-lg-9, .bootstrap-dark .bootstrap-light .col-lg-8, .bootstrap-light .bootstrap-dark .col-lg-8, .bootstrap-dark .bootstrap-light .col-lg-7, .bootstrap-light .bootstrap-dark .col-lg-7, .bootstrap-dark .bootstrap-light .col-lg-6, .bootstrap-light .bootstrap-dark .col-lg-6, .bootstrap-dark .bootstrap-light .col-lg-5, .bootstrap-light .bootstrap-dark .col-lg-5, .bootstrap-dark .bootstrap-light .col-lg-4, .bootstrap-light .bootstrap-dark .col-lg-4, .bootstrap-dark .bootstrap-light .col-lg-3, .bootstrap-light .bootstrap-dark .col-lg-3, .bootstrap-dark .bootstrap-light .col-lg-2, .bootstrap-light .bootstrap-dark .col-lg-2, .bootstrap-dark .bootstrap-light .col-lg-1, .bootstrap-light .bootstrap-dark .col-lg-1, .bootstrap-dark .bootstrap-light .col-md, .bootstrap-light .bootstrap-dark .col-md,
.bootstrap-dark .bootstrap-light .col-md-auto,
.bootstrap-light .bootstrap-dark .col-md-auto, .bootstrap-dark .bootstrap-light .col-md-24, .bootstrap-light .bootstrap-dark .col-md-24, .bootstrap-dark .bootstrap-light .col-md-23, .bootstrap-light .bootstrap-dark .col-md-23, .bootstrap-dark .bootstrap-light .col-md-22, .bootstrap-light .bootstrap-dark .col-md-22, .bootstrap-dark .bootstrap-light .col-md-21, .bootstrap-light .bootstrap-dark .col-md-21, .bootstrap-dark .bootstrap-light .col-md-20, .bootstrap-light .bootstrap-dark .col-md-20, .bootstrap-dark .bootstrap-light .col-md-19, .bootstrap-light .bootstrap-dark .col-md-19, .bootstrap-dark .bootstrap-light .col-md-18, .bootstrap-light .bootstrap-dark .col-md-18, .bootstrap-dark .bootstrap-light .col-md-17, .bootstrap-light .bootstrap-dark .col-md-17, .bootstrap-dark .bootstrap-light .col-md-16, .bootstrap-light .bootstrap-dark .col-md-16, .bootstrap-dark .bootstrap-light .col-md-15, .bootstrap-light .bootstrap-dark .col-md-15, .bootstrap-dark .bootstrap-light .col-md-14, .bootstrap-light .bootstrap-dark .col-md-14, .bootstrap-dark .bootstrap-light .col-md-13, .bootstrap-light .bootstrap-dark .col-md-13, .bootstrap-dark .bootstrap-light .col-md-12, .bootstrap-light .bootstrap-dark .col-md-12, .bootstrap-dark .bootstrap-light .col-md-11, .bootstrap-light .bootstrap-dark .col-md-11, .bootstrap-dark .bootstrap-light .col-md-10, .bootstrap-light .bootstrap-dark .col-md-10, .bootstrap-dark .bootstrap-light .col-md-9, .bootstrap-light .bootstrap-dark .col-md-9, .bootstrap-dark .bootstrap-light .col-md-8, .bootstrap-light .bootstrap-dark .col-md-8, .bootstrap-dark .bootstrap-light .col-md-7, .bootstrap-light .bootstrap-dark .col-md-7, .bootstrap-dark .bootstrap-light .col-md-6, .bootstrap-light .bootstrap-dark .col-md-6, .bootstrap-dark .bootstrap-light .col-md-5, .bootstrap-light .bootstrap-dark .col-md-5, .bootstrap-dark .bootstrap-light .col-md-4, .bootstrap-light .bootstrap-dark .col-md-4, .bootstrap-dark .bootstrap-light .col-md-3, .bootstrap-light .bootstrap-dark .col-md-3, .bootstrap-dark .bootstrap-light .col-md-2, .bootstrap-light .bootstrap-dark .col-md-2, .bootstrap-dark .bootstrap-light .col-md-1, .bootstrap-light .bootstrap-dark .col-md-1, .bootstrap-dark .bootstrap-light .col-sm, .bootstrap-light .bootstrap-dark .col-sm,
.bootstrap-dark .bootstrap-light .col-sm-auto,
.bootstrap-light .bootstrap-dark .col-sm-auto, .bootstrap-dark .bootstrap-light .col-sm-24, .bootstrap-light .bootstrap-dark .col-sm-24, .bootstrap-dark .bootstrap-light .col-sm-23, .bootstrap-light .bootstrap-dark .col-sm-23, .bootstrap-dark .bootstrap-light .col-sm-22, .bootstrap-light .bootstrap-dark .col-sm-22, .bootstrap-dark .bootstrap-light .col-sm-21, .bootstrap-light .bootstrap-dark .col-sm-21, .bootstrap-dark .bootstrap-light .col-sm-20, .bootstrap-light .bootstrap-dark .col-sm-20, .bootstrap-dark .bootstrap-light .col-sm-19, .bootstrap-light .bootstrap-dark .col-sm-19, .bootstrap-dark .bootstrap-light .col-sm-18, .bootstrap-light .bootstrap-dark .col-sm-18, .bootstrap-dark .bootstrap-light .col-sm-17, .bootstrap-light .bootstrap-dark .col-sm-17, .bootstrap-dark .bootstrap-light .col-sm-16, .bootstrap-light .bootstrap-dark .col-sm-16, .bootstrap-dark .bootstrap-light .col-sm-15, .bootstrap-light .bootstrap-dark .col-sm-15, .bootstrap-dark .bootstrap-light .col-sm-14, .bootstrap-light .bootstrap-dark .col-sm-14, .bootstrap-dark .bootstrap-light .col-sm-13, .bootstrap-light .bootstrap-dark .col-sm-13, .bootstrap-dark .bootstrap-light .col-sm-12, .bootstrap-light .bootstrap-dark .col-sm-12, .bootstrap-dark .bootstrap-light .col-sm-11, .bootstrap-light .bootstrap-dark .col-sm-11, .bootstrap-dark .bootstrap-light .col-sm-10, .bootstrap-light .bootstrap-dark .col-sm-10, .bootstrap-dark .bootstrap-light .col-sm-9, .bootstrap-light .bootstrap-dark .col-sm-9, .bootstrap-dark .bootstrap-light .col-sm-8, .bootstrap-light .bootstrap-dark .col-sm-8, .bootstrap-dark .bootstrap-light .col-sm-7, .bootstrap-light .bootstrap-dark .col-sm-7, .bootstrap-dark .bootstrap-light .col-sm-6, .bootstrap-light .bootstrap-dark .col-sm-6, .bootstrap-dark .bootstrap-light .col-sm-5, .bootstrap-light .bootstrap-dark .col-sm-5, .bootstrap-dark .bootstrap-light .col-sm-4, .bootstrap-light .bootstrap-dark .col-sm-4, .bootstrap-dark .bootstrap-light .col-sm-3, .bootstrap-light .bootstrap-dark .col-sm-3, .bootstrap-dark .bootstrap-light .col-sm-2, .bootstrap-light .bootstrap-dark .col-sm-2, .bootstrap-dark .bootstrap-light .col-sm-1, .bootstrap-light .bootstrap-dark .col-sm-1, .bootstrap-dark .bootstrap-light .col, .bootstrap-light .bootstrap-dark .col,
.bootstrap-dark .bootstrap-light .col-auto,
.bootstrap-light .bootstrap-dark .col-auto, .bootstrap-dark .bootstrap-light .col-24, .bootstrap-light .bootstrap-dark .col-24, .bootstrap-dark .bootstrap-light .col-23, .bootstrap-light .bootstrap-dark .col-23, .bootstrap-dark .bootstrap-light .col-22, .bootstrap-light .bootstrap-dark .col-22, .bootstrap-dark .bootstrap-light .col-21, .bootstrap-light .bootstrap-dark .col-21, .bootstrap-dark .bootstrap-light .col-20, .bootstrap-light .bootstrap-dark .col-20, .bootstrap-dark .bootstrap-light .col-19, .bootstrap-light .bootstrap-dark .col-19, .bootstrap-dark .bootstrap-light .col-18, .bootstrap-light .bootstrap-dark .col-18, .bootstrap-dark .bootstrap-light .col-17, .bootstrap-light .bootstrap-dark .col-17, .bootstrap-dark .bootstrap-light .col-16, .bootstrap-light .bootstrap-dark .col-16, .bootstrap-dark .bootstrap-light .col-15, .bootstrap-light .bootstrap-dark .col-15, .bootstrap-dark .bootstrap-light .col-14, .bootstrap-light .bootstrap-dark .col-14, .bootstrap-dark .bootstrap-light .col-13, .bootstrap-light .bootstrap-dark .col-13, .bootstrap-dark .bootstrap-light .col-12, .bootstrap-light .bootstrap-dark .col-12, .bootstrap-dark .bootstrap-light .col-11, .bootstrap-light .bootstrap-dark .col-11, .bootstrap-dark .bootstrap-light .col-10, .bootstrap-light .bootstrap-dark .col-10, .bootstrap-dark .bootstrap-light .col-9, .bootstrap-light .bootstrap-dark .col-9, .bootstrap-dark .bootstrap-light .col-8, .bootstrap-light .bootstrap-dark .col-8, .bootstrap-dark .bootstrap-light .col-7, .bootstrap-light .bootstrap-dark .col-7, .bootstrap-dark .bootstrap-light .col-6, .bootstrap-light .bootstrap-dark .col-6, .bootstrap-dark .bootstrap-light .col-5, .bootstrap-light .bootstrap-dark .col-5, .bootstrap-dark .bootstrap-light .col-4, .bootstrap-light .bootstrap-dark .col-4, .bootstrap-dark .bootstrap-light .col-3, .bootstrap-light .bootstrap-dark .col-3, .bootstrap-dark .bootstrap-light .col-2, .bootstrap-light .bootstrap-dark .col-2, .bootstrap-dark .bootstrap-light .col-1, .bootstrap-light .bootstrap-dark .col-1, .bootstrap-dark .col-xl,
.bootstrap-dark .col-xl-auto, .bootstrap-dark .col-xl-24, .bootstrap-dark .col-xl-23, .bootstrap-dark .col-xl-22, .bootstrap-dark .col-xl-21, .bootstrap-dark .col-xl-20, .bootstrap-dark .col-xl-19, .bootstrap-dark .col-xl-18, .bootstrap-dark .col-xl-17, .bootstrap-dark .col-xl-16, .bootstrap-dark .col-xl-15, .bootstrap-dark .col-xl-14, .bootstrap-dark .col-xl-13, .bootstrap-dark .col-xl-12, .bootstrap-dark .col-xl-11, .bootstrap-dark .col-xl-10, .bootstrap-dark .col-xl-9, .bootstrap-dark .col-xl-8, .bootstrap-dark .col-xl-7, .bootstrap-dark .col-xl-6, .bootstrap-dark .col-xl-5, .bootstrap-dark .col-xl-4, .bootstrap-dark .col-xl-3, .bootstrap-dark .col-xl-2, .bootstrap-dark .col-xl-1, .bootstrap-dark .col-lg,
.bootstrap-dark .col-lg-auto, .bootstrap-dark .col-lg-24, .bootstrap-dark .col-lg-23, .bootstrap-dark .col-lg-22, .bootstrap-dark .col-lg-21, .bootstrap-dark .col-lg-20, .bootstrap-dark .col-lg-19, .bootstrap-dark .col-lg-18, .bootstrap-dark .col-lg-17, .bootstrap-dark .col-lg-16, .bootstrap-dark .col-lg-15, .bootstrap-dark .col-lg-14, .bootstrap-dark .col-lg-13, .bootstrap-dark .col-lg-12, .bootstrap-dark .col-lg-11, .bootstrap-dark .col-lg-10, .bootstrap-dark .col-lg-9, .bootstrap-dark .col-lg-8, .bootstrap-dark .col-lg-7, .bootstrap-dark .col-lg-6, .bootstrap-dark .col-lg-5, .bootstrap-dark .col-lg-4, .bootstrap-dark .col-lg-3, .bootstrap-dark .col-lg-2, .bootstrap-dark .col-lg-1, .bootstrap-dark .col-md,
.bootstrap-dark .col-md-auto, .bootstrap-dark .col-md-24, .bootstrap-dark .col-md-23, .bootstrap-dark .col-md-22, .bootstrap-dark .col-md-21, .bootstrap-dark .col-md-20, .bootstrap-dark .col-md-19, .bootstrap-dark .col-md-18, .bootstrap-dark .col-md-17, .bootstrap-dark .col-md-16, .bootstrap-dark .col-md-15, .bootstrap-dark .col-md-14, .bootstrap-dark .col-md-13, .bootstrap-dark .col-md-12, .bootstrap-dark .col-md-11, .bootstrap-dark .col-md-10, .bootstrap-dark .col-md-9, .bootstrap-dark .col-md-8, .bootstrap-dark .col-md-7, .bootstrap-dark .col-md-6, .bootstrap-dark .col-md-5, .bootstrap-dark .col-md-4, .bootstrap-dark .col-md-3, .bootstrap-dark .col-md-2, .bootstrap-dark .col-md-1, .bootstrap-dark .col-sm,
.bootstrap-dark .col-sm-auto, .bootstrap-dark .col-sm-24, .bootstrap-dark .col-sm-23, .bootstrap-dark .col-sm-22, .bootstrap-dark .col-sm-21, .bootstrap-dark .col-sm-20, .bootstrap-dark .col-sm-19, .bootstrap-dark .col-sm-18, .bootstrap-dark .col-sm-17, .bootstrap-dark .col-sm-16, .bootstrap-dark .col-sm-15, .bootstrap-dark .col-sm-14, .bootstrap-dark .col-sm-13, .bootstrap-dark .col-sm-12, .bootstrap-dark .col-sm-11, .bootstrap-dark .col-sm-10, .bootstrap-dark .col-sm-9, .bootstrap-dark .col-sm-8, .bootstrap-dark .col-sm-7, .bootstrap-dark .col-sm-6, .bootstrap-dark .col-sm-5, .bootstrap-dark .col-sm-4, .bootstrap-dark .col-sm-3, .bootstrap-dark .col-sm-2, .bootstrap-dark .col-sm-1, .bootstrap-dark .col,
.bootstrap-dark .col-auto, .bootstrap-dark .col-24, .bootstrap-dark .col-23, .bootstrap-dark .col-22, .bootstrap-dark .col-21, .bootstrap-dark .col-20, .bootstrap-dark .col-19, .bootstrap-dark .col-18, .bootstrap-dark .col-17, .bootstrap-dark .col-16, .bootstrap-dark .col-15, .bootstrap-dark .col-14, .bootstrap-dark .col-13, .bootstrap-dark .col-12, .bootstrap-dark .col-11, .bootstrap-dark .col-10, .bootstrap-dark .col-9, .bootstrap-dark .col-8, .bootstrap-dark .col-7, .bootstrap-dark .col-6, .bootstrap-dark .col-5, .bootstrap-dark .col-4, .bootstrap-dark .col-3, .bootstrap-dark .col-2, .bootstrap-dark .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-dark .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.bootstrap-dark .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.bootstrap-dark .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrap-dark .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.bootstrap-dark .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrap-dark .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.bootstrap-dark .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.bootstrap-dark .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.bootstrap-dark .col-1 {
  flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%;
}
.bootstrap-dark .col-2 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.bootstrap-dark .col-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.bootstrap-dark .col-4 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.bootstrap-dark .col-5 {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}
.bootstrap-dark .col-6 {
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrap-dark .col-7 {
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}
.bootstrap-dark .col-8 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.bootstrap-dark .col-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.bootstrap-dark .col-10 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.bootstrap-dark .col-11 {
  flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%;
}
.bootstrap-dark .col-12 {
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrap-dark .col-13 {
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}
.bootstrap-dark .col-14 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.bootstrap-dark .col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.bootstrap-dark .col-16 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.bootstrap-dark .col-17 {
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}
.bootstrap-dark .col-18 {
  flex: 0 0 75%;
  max-width: 75%;
}
.bootstrap-dark .col-19 {
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
.bootstrap-dark .col-20 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.bootstrap-dark .col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.bootstrap-dark .col-22 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.bootstrap-dark .col-23 {
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%;
}
.bootstrap-dark .col-24 {
  flex: 0 0 100%;
  max-width: 100%;
}
.bootstrap-dark .order-first {
  order: -1;
}
.bootstrap-dark .order-last {
  order: 25;
}
.bootstrap-dark .order-0 {
  order: 0;
}
.bootstrap-dark .order-1 {
  order: 1;
}
.bootstrap-dark .order-2 {
  order: 2;
}
.bootstrap-dark .order-3 {
  order: 3;
}
.bootstrap-dark .order-4 {
  order: 4;
}
.bootstrap-dark .order-5 {
  order: 5;
}
.bootstrap-dark .order-6 {
  order: 6;
}
.bootstrap-dark .order-7 {
  order: 7;
}
.bootstrap-dark .order-8 {
  order: 8;
}
.bootstrap-dark .order-9 {
  order: 9;
}
.bootstrap-dark .order-10 {
  order: 10;
}
.bootstrap-dark .order-11 {
  order: 11;
}
.bootstrap-dark .order-12 {
  order: 12;
}
.bootstrap-dark .order-13 {
  order: 13;
}
.bootstrap-dark .order-14 {
  order: 14;
}
.bootstrap-dark .order-15 {
  order: 15;
}
.bootstrap-dark .order-16 {
  order: 16;
}
.bootstrap-dark .order-17 {
  order: 17;
}
.bootstrap-dark .order-18 {
  order: 18;
}
.bootstrap-dark .order-19 {
  order: 19;
}
.bootstrap-dark .order-20 {
  order: 20;
}
.bootstrap-dark .order-21 {
  order: 21;
}
.bootstrap-dark .order-22 {
  order: 22;
}
.bootstrap-dark .order-23 {
  order: 23;
}
.bootstrap-dark .order-24 {
  order: 24;
}
.bootstrap-dark .offset-1 {
  margin-left: 4.1666666667%;
}
.bootstrap-dark .offset-2 {
  margin-left: 8.3333333333%;
}
.bootstrap-dark .offset-3 {
  margin-left: 12.5%;
}
.bootstrap-dark .offset-4 {
  margin-left: 16.6666666667%;
}
.bootstrap-dark .offset-5 {
  margin-left: 20.8333333333%;
}
.bootstrap-dark .offset-6 {
  margin-left: 25%;
}
.bootstrap-dark .offset-7 {
  margin-left: 29.1666666667%;
}
.bootstrap-dark .offset-8 {
  margin-left: 33.3333333333%;
}
.bootstrap-dark .offset-9 {
  margin-left: 37.5%;
}
.bootstrap-dark .offset-10 {
  margin-left: 41.6666666667%;
}
.bootstrap-dark .offset-11 {
  margin-left: 45.8333333333%;
}
.bootstrap-dark .offset-12 {
  margin-left: 50%;
}
.bootstrap-dark .offset-13 {
  margin-left: 54.1666666667%;
}
.bootstrap-dark .offset-14 {
  margin-left: 58.3333333333%;
}
.bootstrap-dark .offset-15 {
  margin-left: 62.5%;
}
.bootstrap-dark .offset-16 {
  margin-left: 66.6666666667%;
}
.bootstrap-dark .offset-17 {
  margin-left: 70.8333333333%;
}
.bootstrap-dark .offset-18 {
  margin-left: 75%;
}
.bootstrap-dark .offset-19 {
  margin-left: 79.1666666667%;
}
.bootstrap-dark .offset-20 {
  margin-left: 83.3333333333%;
}
.bootstrap-dark .offset-21 {
  margin-left: 87.5%;
}
.bootstrap-dark .offset-22 {
  margin-left: 91.6666666667%;
}
.bootstrap-dark .offset-23 {
  margin-left: 95.8333333333%;
}
@media (min-width: 576px) {
  .bootstrap-dark .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-dark .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-dark .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-dark .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-dark .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-dark .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap-dark .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-dark .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-dark .col-sm-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .bootstrap-dark .col-sm-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-dark .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .bootstrap-dark .col-sm-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-dark .col-sm-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .bootstrap-dark .col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-dark .col-sm-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .bootstrap-dark .col-sm-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-dark .col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .bootstrap-dark .col-sm-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-dark .col-sm-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .bootstrap-dark .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-dark .col-sm-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .bootstrap-dark .col-sm-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-dark .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .bootstrap-dark .col-sm-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-dark .col-sm-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .bootstrap-dark .col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-dark .col-sm-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .bootstrap-dark .col-sm-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-dark .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .bootstrap-dark .col-sm-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-dark .col-sm-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .bootstrap-dark .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-dark .order-sm-first {
    order: -1;
  }
  .bootstrap-dark .order-sm-last {
    order: 25;
  }
  .bootstrap-dark .order-sm-0 {
    order: 0;
  }
  .bootstrap-dark .order-sm-1 {
    order: 1;
  }
  .bootstrap-dark .order-sm-2 {
    order: 2;
  }
  .bootstrap-dark .order-sm-3 {
    order: 3;
  }
  .bootstrap-dark .order-sm-4 {
    order: 4;
  }
  .bootstrap-dark .order-sm-5 {
    order: 5;
  }
  .bootstrap-dark .order-sm-6 {
    order: 6;
  }
  .bootstrap-dark .order-sm-7 {
    order: 7;
  }
  .bootstrap-dark .order-sm-8 {
    order: 8;
  }
  .bootstrap-dark .order-sm-9 {
    order: 9;
  }
  .bootstrap-dark .order-sm-10 {
    order: 10;
  }
  .bootstrap-dark .order-sm-11 {
    order: 11;
  }
  .bootstrap-dark .order-sm-12 {
    order: 12;
  }
  .bootstrap-dark .order-sm-13 {
    order: 13;
  }
  .bootstrap-dark .order-sm-14 {
    order: 14;
  }
  .bootstrap-dark .order-sm-15 {
    order: 15;
  }
  .bootstrap-dark .order-sm-16 {
    order: 16;
  }
  .bootstrap-dark .order-sm-17 {
    order: 17;
  }
  .bootstrap-dark .order-sm-18 {
    order: 18;
  }
  .bootstrap-dark .order-sm-19 {
    order: 19;
  }
  .bootstrap-dark .order-sm-20 {
    order: 20;
  }
  .bootstrap-dark .order-sm-21 {
    order: 21;
  }
  .bootstrap-dark .order-sm-22 {
    order: 22;
  }
  .bootstrap-dark .order-sm-23 {
    order: 23;
  }
  .bootstrap-dark .order-sm-24 {
    order: 24;
  }
  .bootstrap-dark .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap-dark .offset-sm-1 {
    margin-left: 4.1666666667%;
  }
  .bootstrap-dark .offset-sm-2 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-dark .offset-sm-3 {
    margin-left: 12.5%;
  }
  .bootstrap-dark .offset-sm-4 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-dark .offset-sm-5 {
    margin-left: 20.8333333333%;
  }
  .bootstrap-dark .offset-sm-6 {
    margin-left: 25%;
  }
  .bootstrap-dark .offset-sm-7 {
    margin-left: 29.1666666667%;
  }
  .bootstrap-dark .offset-sm-8 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-dark .offset-sm-9 {
    margin-left: 37.5%;
  }
  .bootstrap-dark .offset-sm-10 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-dark .offset-sm-11 {
    margin-left: 45.8333333333%;
  }
  .bootstrap-dark .offset-sm-12 {
    margin-left: 50%;
  }
  .bootstrap-dark .offset-sm-13 {
    margin-left: 54.1666666667%;
  }
  .bootstrap-dark .offset-sm-14 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-dark .offset-sm-15 {
    margin-left: 62.5%;
  }
  .bootstrap-dark .offset-sm-16 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-dark .offset-sm-17 {
    margin-left: 70.8333333333%;
  }
  .bootstrap-dark .offset-sm-18 {
    margin-left: 75%;
  }
  .bootstrap-dark .offset-sm-19 {
    margin-left: 79.1666666667%;
  }
  .bootstrap-dark .offset-sm-20 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-dark .offset-sm-21 {
    margin-left: 87.5%;
  }
  .bootstrap-dark .offset-sm-22 {
    margin-left: 91.6666666667%;
  }
  .bootstrap-dark .offset-sm-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 768px) {
  .bootstrap-dark .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-dark .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-dark .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-dark .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-dark .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-dark .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap-dark .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-dark .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-dark .col-md-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .bootstrap-dark .col-md-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-dark .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .bootstrap-dark .col-md-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-dark .col-md-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .bootstrap-dark .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-dark .col-md-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .bootstrap-dark .col-md-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-dark .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .bootstrap-dark .col-md-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-dark .col-md-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .bootstrap-dark .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-dark .col-md-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .bootstrap-dark .col-md-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-dark .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .bootstrap-dark .col-md-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-dark .col-md-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .bootstrap-dark .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-dark .col-md-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .bootstrap-dark .col-md-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-dark .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .bootstrap-dark .col-md-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-dark .col-md-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .bootstrap-dark .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-dark .order-md-first {
    order: -1;
  }
  .bootstrap-dark .order-md-last {
    order: 25;
  }
  .bootstrap-dark .order-md-0 {
    order: 0;
  }
  .bootstrap-dark .order-md-1 {
    order: 1;
  }
  .bootstrap-dark .order-md-2 {
    order: 2;
  }
  .bootstrap-dark .order-md-3 {
    order: 3;
  }
  .bootstrap-dark .order-md-4 {
    order: 4;
  }
  .bootstrap-dark .order-md-5 {
    order: 5;
  }
  .bootstrap-dark .order-md-6 {
    order: 6;
  }
  .bootstrap-dark .order-md-7 {
    order: 7;
  }
  .bootstrap-dark .order-md-8 {
    order: 8;
  }
  .bootstrap-dark .order-md-9 {
    order: 9;
  }
  .bootstrap-dark .order-md-10 {
    order: 10;
  }
  .bootstrap-dark .order-md-11 {
    order: 11;
  }
  .bootstrap-dark .order-md-12 {
    order: 12;
  }
  .bootstrap-dark .order-md-13 {
    order: 13;
  }
  .bootstrap-dark .order-md-14 {
    order: 14;
  }
  .bootstrap-dark .order-md-15 {
    order: 15;
  }
  .bootstrap-dark .order-md-16 {
    order: 16;
  }
  .bootstrap-dark .order-md-17 {
    order: 17;
  }
  .bootstrap-dark .order-md-18 {
    order: 18;
  }
  .bootstrap-dark .order-md-19 {
    order: 19;
  }
  .bootstrap-dark .order-md-20 {
    order: 20;
  }
  .bootstrap-dark .order-md-21 {
    order: 21;
  }
  .bootstrap-dark .order-md-22 {
    order: 22;
  }
  .bootstrap-dark .order-md-23 {
    order: 23;
  }
  .bootstrap-dark .order-md-24 {
    order: 24;
  }
  .bootstrap-dark .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap-dark .offset-md-1 {
    margin-left: 4.1666666667%;
  }
  .bootstrap-dark .offset-md-2 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-dark .offset-md-3 {
    margin-left: 12.5%;
  }
  .bootstrap-dark .offset-md-4 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-dark .offset-md-5 {
    margin-left: 20.8333333333%;
  }
  .bootstrap-dark .offset-md-6 {
    margin-left: 25%;
  }
  .bootstrap-dark .offset-md-7 {
    margin-left: 29.1666666667%;
  }
  .bootstrap-dark .offset-md-8 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-dark .offset-md-9 {
    margin-left: 37.5%;
  }
  .bootstrap-dark .offset-md-10 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-dark .offset-md-11 {
    margin-left: 45.8333333333%;
  }
  .bootstrap-dark .offset-md-12 {
    margin-left: 50%;
  }
  .bootstrap-dark .offset-md-13 {
    margin-left: 54.1666666667%;
  }
  .bootstrap-dark .offset-md-14 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-dark .offset-md-15 {
    margin-left: 62.5%;
  }
  .bootstrap-dark .offset-md-16 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-dark .offset-md-17 {
    margin-left: 70.8333333333%;
  }
  .bootstrap-dark .offset-md-18 {
    margin-left: 75%;
  }
  .bootstrap-dark .offset-md-19 {
    margin-left: 79.1666666667%;
  }
  .bootstrap-dark .offset-md-20 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-dark .offset-md-21 {
    margin-left: 87.5%;
  }
  .bootstrap-dark .offset-md-22 {
    margin-left: 91.6666666667%;
  }
  .bootstrap-dark .offset-md-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 992px) {
  .bootstrap-dark .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-dark .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-dark .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-dark .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-dark .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-dark .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap-dark .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-dark .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-dark .col-lg-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .bootstrap-dark .col-lg-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-dark .col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .bootstrap-dark .col-lg-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-dark .col-lg-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .bootstrap-dark .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-dark .col-lg-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .bootstrap-dark .col-lg-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-dark .col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .bootstrap-dark .col-lg-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-dark .col-lg-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .bootstrap-dark .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-dark .col-lg-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .bootstrap-dark .col-lg-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-dark .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .bootstrap-dark .col-lg-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-dark .col-lg-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .bootstrap-dark .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-dark .col-lg-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .bootstrap-dark .col-lg-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-dark .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .bootstrap-dark .col-lg-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-dark .col-lg-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .bootstrap-dark .col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-dark .order-lg-first {
    order: -1;
  }
  .bootstrap-dark .order-lg-last {
    order: 25;
  }
  .bootstrap-dark .order-lg-0 {
    order: 0;
  }
  .bootstrap-dark .order-lg-1 {
    order: 1;
  }
  .bootstrap-dark .order-lg-2 {
    order: 2;
  }
  .bootstrap-dark .order-lg-3 {
    order: 3;
  }
  .bootstrap-dark .order-lg-4 {
    order: 4;
  }
  .bootstrap-dark .order-lg-5 {
    order: 5;
  }
  .bootstrap-dark .order-lg-6 {
    order: 6;
  }
  .bootstrap-dark .order-lg-7 {
    order: 7;
  }
  .bootstrap-dark .order-lg-8 {
    order: 8;
  }
  .bootstrap-dark .order-lg-9 {
    order: 9;
  }
  .bootstrap-dark .order-lg-10 {
    order: 10;
  }
  .bootstrap-dark .order-lg-11 {
    order: 11;
  }
  .bootstrap-dark .order-lg-12 {
    order: 12;
  }
  .bootstrap-dark .order-lg-13 {
    order: 13;
  }
  .bootstrap-dark .order-lg-14 {
    order: 14;
  }
  .bootstrap-dark .order-lg-15 {
    order: 15;
  }
  .bootstrap-dark .order-lg-16 {
    order: 16;
  }
  .bootstrap-dark .order-lg-17 {
    order: 17;
  }
  .bootstrap-dark .order-lg-18 {
    order: 18;
  }
  .bootstrap-dark .order-lg-19 {
    order: 19;
  }
  .bootstrap-dark .order-lg-20 {
    order: 20;
  }
  .bootstrap-dark .order-lg-21 {
    order: 21;
  }
  .bootstrap-dark .order-lg-22 {
    order: 22;
  }
  .bootstrap-dark .order-lg-23 {
    order: 23;
  }
  .bootstrap-dark .order-lg-24 {
    order: 24;
  }
  .bootstrap-dark .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap-dark .offset-lg-1 {
    margin-left: 4.1666666667%;
  }
  .bootstrap-dark .offset-lg-2 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-dark .offset-lg-3 {
    margin-left: 12.5%;
  }
  .bootstrap-dark .offset-lg-4 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-dark .offset-lg-5 {
    margin-left: 20.8333333333%;
  }
  .bootstrap-dark .offset-lg-6 {
    margin-left: 25%;
  }
  .bootstrap-dark .offset-lg-7 {
    margin-left: 29.1666666667%;
  }
  .bootstrap-dark .offset-lg-8 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-dark .offset-lg-9 {
    margin-left: 37.5%;
  }
  .bootstrap-dark .offset-lg-10 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-dark .offset-lg-11 {
    margin-left: 45.8333333333%;
  }
  .bootstrap-dark .offset-lg-12 {
    margin-left: 50%;
  }
  .bootstrap-dark .offset-lg-13 {
    margin-left: 54.1666666667%;
  }
  .bootstrap-dark .offset-lg-14 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-dark .offset-lg-15 {
    margin-left: 62.5%;
  }
  .bootstrap-dark .offset-lg-16 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-dark .offset-lg-17 {
    margin-left: 70.8333333333%;
  }
  .bootstrap-dark .offset-lg-18 {
    margin-left: 75%;
  }
  .bootstrap-dark .offset-lg-19 {
    margin-left: 79.1666666667%;
  }
  .bootstrap-dark .offset-lg-20 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-dark .offset-lg-21 {
    margin-left: 87.5%;
  }
  .bootstrap-dark .offset-lg-22 {
    margin-left: 91.6666666667%;
  }
  .bootstrap-dark .offset-lg-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-dark .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-dark .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-dark .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-dark .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-dark .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-dark .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap-dark .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-dark .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-dark .col-xl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .bootstrap-dark .col-xl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-dark .col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .bootstrap-dark .col-xl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-dark .col-xl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .bootstrap-dark .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-dark .col-xl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .bootstrap-dark .col-xl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-dark .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .bootstrap-dark .col-xl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-dark .col-xl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .bootstrap-dark .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-dark .col-xl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .bootstrap-dark .col-xl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-dark .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .bootstrap-dark .col-xl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-dark .col-xl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .bootstrap-dark .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-dark .col-xl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .bootstrap-dark .col-xl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-dark .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .bootstrap-dark .col-xl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-dark .col-xl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .bootstrap-dark .col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-dark .order-xl-first {
    order: -1;
  }
  .bootstrap-dark .order-xl-last {
    order: 25;
  }
  .bootstrap-dark .order-xl-0 {
    order: 0;
  }
  .bootstrap-dark .order-xl-1 {
    order: 1;
  }
  .bootstrap-dark .order-xl-2 {
    order: 2;
  }
  .bootstrap-dark .order-xl-3 {
    order: 3;
  }
  .bootstrap-dark .order-xl-4 {
    order: 4;
  }
  .bootstrap-dark .order-xl-5 {
    order: 5;
  }
  .bootstrap-dark .order-xl-6 {
    order: 6;
  }
  .bootstrap-dark .order-xl-7 {
    order: 7;
  }
  .bootstrap-dark .order-xl-8 {
    order: 8;
  }
  .bootstrap-dark .order-xl-9 {
    order: 9;
  }
  .bootstrap-dark .order-xl-10 {
    order: 10;
  }
  .bootstrap-dark .order-xl-11 {
    order: 11;
  }
  .bootstrap-dark .order-xl-12 {
    order: 12;
  }
  .bootstrap-dark .order-xl-13 {
    order: 13;
  }
  .bootstrap-dark .order-xl-14 {
    order: 14;
  }
  .bootstrap-dark .order-xl-15 {
    order: 15;
  }
  .bootstrap-dark .order-xl-16 {
    order: 16;
  }
  .bootstrap-dark .order-xl-17 {
    order: 17;
  }
  .bootstrap-dark .order-xl-18 {
    order: 18;
  }
  .bootstrap-dark .order-xl-19 {
    order: 19;
  }
  .bootstrap-dark .order-xl-20 {
    order: 20;
  }
  .bootstrap-dark .order-xl-21 {
    order: 21;
  }
  .bootstrap-dark .order-xl-22 {
    order: 22;
  }
  .bootstrap-dark .order-xl-23 {
    order: 23;
  }
  .bootstrap-dark .order-xl-24 {
    order: 24;
  }
  .bootstrap-dark .offset-xl-0 {
    margin-left: 0;
  }
  .bootstrap-dark .offset-xl-1 {
    margin-left: 4.1666666667%;
  }
  .bootstrap-dark .offset-xl-2 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-dark .offset-xl-3 {
    margin-left: 12.5%;
  }
  .bootstrap-dark .offset-xl-4 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-dark .offset-xl-5 {
    margin-left: 20.8333333333%;
  }
  .bootstrap-dark .offset-xl-6 {
    margin-left: 25%;
  }
  .bootstrap-dark .offset-xl-7 {
    margin-left: 29.1666666667%;
  }
  .bootstrap-dark .offset-xl-8 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-dark .offset-xl-9 {
    margin-left: 37.5%;
  }
  .bootstrap-dark .offset-xl-10 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-dark .offset-xl-11 {
    margin-left: 45.8333333333%;
  }
  .bootstrap-dark .offset-xl-12 {
    margin-left: 50%;
  }
  .bootstrap-dark .offset-xl-13 {
    margin-left: 54.1666666667%;
  }
  .bootstrap-dark .offset-xl-14 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-dark .offset-xl-15 {
    margin-left: 62.5%;
  }
  .bootstrap-dark .offset-xl-16 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-dark .offset-xl-17 {
    margin-left: 70.8333333333%;
  }
  .bootstrap-dark .offset-xl-18 {
    margin-left: 75%;
  }
  .bootstrap-dark .offset-xl-19 {
    margin-left: 79.1666666667%;
  }
  .bootstrap-dark .offset-xl-20 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-dark .offset-xl-21 {
    margin-left: 87.5%;
  }
  .bootstrap-dark .offset-xl-22 {
    margin-left: 91.6666666667%;
  }
  .bootstrap-dark .offset-xl-23 {
    margin-left: 95.8333333333%;
  }
}
.bootstrap-dark .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #ced4da;
}
.bootstrap-dark .table th,
.bootstrap-dark .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #343a40;
}
.bootstrap-dark .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #343a40;
}
.bootstrap-dark .table tbody + tbody {
  border-top: 2px solid #343a40;
}
.bootstrap-dark .table-sm th,
.bootstrap-dark .table-sm td {
  padding: 0.3rem;
}
.bootstrap-dark .table-bordered {
  border: 1px solid #343a40;
}
.bootstrap-dark .table-bordered th,
.bootstrap-dark .table-bordered td {
  border: 1px solid #343a40;
}
.bootstrap-dark .table-bordered thead th,
.bootstrap-dark .table-bordered thead td {
  border-bottom-width: 2px;
}
.bootstrap-dark .table-borderless th,
.bootstrap-dark .table-borderless td,
.bootstrap-dark .table-borderless thead th,
.bootstrap-dark .table-borderless tbody + tbody {
  border: 0;
}
.bootstrap-dark .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.bootstrap-dark .table-hover tbody tr:hover {
  color: #ced4da;
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-dark .table-primary,
.bootstrap-dark .table-primary > th,
.bootstrap-dark .table-primary > td {
  background-color: rgb(194.8, 207.4, 228.96);
}
.bootstrap-dark .table-primary th,
.bootstrap-dark .table-primary td,
.bootstrap-dark .table-primary thead th,
.bootstrap-dark .table-primary tbody + tbody {
  border-color: rgb(143.2, 166.6, 206.64);
}
.bootstrap-dark .table-hover .table-primary:hover {
  background-color: rgb(176.9996753247, 193.3253246753, 221.2603246753);
}
.bootstrap-dark .table-hover .table-primary:hover > td,
.bootstrap-dark .table-hover .table-primary:hover > th {
  background-color: rgb(176.9996753247, 193.3253246753, 221.2603246753);
}
.bootstrap-dark .table-secondary,
.bootstrap-dark .table-secondary > th,
.bootstrap-dark .table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.bootstrap-dark .table-secondary th,
.bootstrap-dark .table-secondary td,
.bootstrap-dark .table-secondary thead th,
.bootstrap-dark .table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}
.bootstrap-dark .table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.bootstrap-dark .table-hover .table-secondary:hover > td,
.bootstrap-dark .table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.bootstrap-dark .table-success,
.bootstrap-dark .table-success > th,
.bootstrap-dark .table-success > td {
  background-color: rgb(212.16, 229.8, 204.32);
}
.bootstrap-dark .table-success th,
.bootstrap-dark .table-success td,
.bootstrap-dark .table-success thead th,
.bootstrap-dark .table-success tbody + tbody {
  border-color: rgb(175.44, 208.2, 160.88);
}
.bootstrap-dark .table-hover .table-success:hover {
  background-color: rgb(197.7633210332, 221.3313653137, 187.2886346863);
}
.bootstrap-dark .table-hover .table-success:hover > td,
.bootstrap-dark .table-hover .table-success:hover > th {
  background-color: rgb(197.7633210332, 221.3313653137, 187.2886346863);
}
.bootstrap-dark .table-info,
.bootstrap-dark .table-info > th,
.bootstrap-dark .table-info > td {
  background-color: rgb(183.6, 223.64, 241.28);
}
.bootstrap-dark .table-info th,
.bootstrap-dark .table-info td,
.bootstrap-dark .table-info thead th,
.bootstrap-dark .table-info tbody + tbody {
  border-color: rgb(122.4, 196.76, 229.52);
}
.bootstrap-dark .table-hover .table-info:hover {
  background-color: rgb(162.2101973684, 214.2452631579, 237.1698026316);
}
.bootstrap-dark .table-hover .table-info:hover > td,
.bootstrap-dark .table-hover .table-info:hover > th {
  background-color: rgb(162.2101973684, 214.2452631579, 237.1698026316);
}
.bootstrap-dark .table-warning,
.bootstrap-dark .table-warning > th,
.bootstrap-dark .table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.bootstrap-dark .table-warning th,
.bootstrap-dark .table-warning td,
.bootstrap-dark .table-warning thead th,
.bootstrap-dark .table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}
.bootstrap-dark .table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.bootstrap-dark .table-hover .table-warning:hover > td,
.bootstrap-dark .table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}
.bootstrap-dark .table-danger,
.bootstrap-dark .table-danger > th,
.bootstrap-dark .table-danger > td {
  background-color: rgb(249.96, 190.88, 200.12);
}
.bootstrap-dark .table-danger th,
.bootstrap-dark .table-danger td,
.bootstrap-dark .table-danger thead th,
.bootstrap-dark .table-danger tbody + tbody {
  border-color: rgb(245.64, 135.92, 153.08);
}
.bootstrap-dark .table-hover .table-danger:hover {
  background-color: rgb(248.1017004049, 167.2382995951, 179.8851821862);
}
.bootstrap-dark .table-hover .table-danger:hover > td,
.bootstrap-dark .table-hover .table-danger:hover > th {
  background-color: rgb(248.1017004049, 167.2382995951, 179.8851821862);
}
.bootstrap-dark .table-light,
.bootstrap-dark .table-light > th,
.bootstrap-dark .table-light > td {
  background-color: rgb(193.96, 195.08, 196.48);
}
.bootstrap-dark .table-light th,
.bootstrap-dark .table-light td,
.bootstrap-dark .table-light thead th,
.bootstrap-dark .table-light tbody + tbody {
  border-color: rgb(141.64, 143.72, 146.32);
}
.bootstrap-dark .table-hover .table-light:hover {
  background-color: rgb(180.941264637, 182.3001405152, 183.998735363);
}
.bootstrap-dark .table-hover .table-light:hover > td,
.bootstrap-dark .table-hover .table-light:hover > th {
  background-color: rgb(180.941264637, 182.3001405152, 183.998735363);
}
.bootstrap-dark .table-dark,
.bootstrap-dark .table-dark > th,
.bootstrap-dark .table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.bootstrap-dark .table-dark th,
.bootstrap-dark .table-dark td,
.bootstrap-dark .table-dark thead th,
.bootstrap-dark .table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}
.bootstrap-dark .table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.bootstrap-dark .table-hover .table-dark:hover > td,
.bootstrap-dark .table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.bootstrap-dark .table-active,
.bootstrap-dark .table-active > th,
.bootstrap-dark .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-dark .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-dark .table-hover .table-active:hover > td,
.bootstrap-dark .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-dark .table .thead-dark th {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.bootstrap-dark .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #343a40;
}
.bootstrap-dark .table-dark {
  color: #dee2e6;
  background-color: #343a40;
}
.bootstrap-dark .table-dark th,
.bootstrap-dark .table-dark td,
.bootstrap-dark .table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.bootstrap-dark .table-dark.table-bordered {
  border: 0;
}
.bootstrap-dark .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.bootstrap-dark .table-dark.table-hover tbody tr:hover {
  color: #dee2e6;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .bootstrap-dark .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap-dark .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-dark .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap-dark .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .bootstrap-dark .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap-dark .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap-dark .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap-dark .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.bootstrap-dark .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bootstrap-dark .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap-dark .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #dee2e6;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid #6c757d;
  border-radius: 0.15rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-dark .form-control {
    transition: none;
  }
}
.bootstrap-dark .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.bootstrap-dark .form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #dee2e6;
}
.bootstrap-dark .form-control:focus {
  color: #dee2e6;
  background-color: #1e1e1e;
  border-color: rgb(109.1551724138, 121.75, 134.3448275862);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.25);
}
.bootstrap-dark .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap-dark .form-control:disabled, .bootstrap-dark .form-control[readonly] {
  background-color: #343a40;
  opacity: 1;
}
.bootstrap-dark input[type=date].form-control,
.bootstrap-dark input[type=time].form-control,
.bootstrap-dark input[type=datetime-local].form-control,
.bootstrap-dark input[type=month].form-control {
  appearance: none;
}
.bootstrap-dark select.form-control:focus::-ms-value {
  color: #dee2e6;
  background-color: #000;
}
.bootstrap-dark .form-control-file,
.bootstrap-dark .form-control-range {
  display: block;
  width: 100%;
}
.bootstrap-dark .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.bootstrap-dark .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.bootstrap-dark .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.bootstrap-dark .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #ced4da;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.bootstrap-dark .form-control-plaintext.form-control-sm, .bootstrap-dark .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-dark .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem;
}
.bootstrap-dark .form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrap-dark select.form-control[size], .bootstrap-dark select.form-control[multiple] {
  height: auto;
}
.bootstrap-dark textarea.form-control {
  height: auto;
}
.bootstrap-dark .form-group {
  margin-bottom: 1rem;
}
.bootstrap-dark .form-text {
  display: block;
  margin-top: 0.25rem;
}
.bootstrap-dark .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.bootstrap-dark .form-row > .col,
.bootstrap-dark .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.bootstrap-dark .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.bootstrap-dark .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.bootstrap-dark .form-check-input[disabled] ~ .form-check-label, .bootstrap-dark .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.bootstrap-dark .form-check-label {
  margin-bottom: 0;
}
.bootstrap-dark .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.bootstrap-dark .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.bootstrap-dark .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #66a54a;
}
.bootstrap-dark .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #66a54a;
  border-radius: 0.15rem;
}
.bootstrap-dark .was-validated:valid ~ .valid-feedback,
.bootstrap-dark .was-validated:valid ~ .valid-tooltip, .bootstrap-dark.is-valid ~ .valid-feedback,
.bootstrap-dark.is-valid ~ .valid-tooltip {
  display: block;
}
.bootstrap-dark .was-validated .form-control:valid, .bootstrap-dark .form-control.is-valid {
  border-color: #66a54a;
}
.bootstrap-dark .was-validated .form-control:valid:focus, .bootstrap-dark .form-control.is-valid:focus {
  border-color: #66a54a;
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.25);
}
.bootstrap-dark .was-validated .custom-select:valid, .bootstrap-dark .custom-select.is-valid {
  border-color: #66a54a;
}
.bootstrap-dark .was-validated .custom-select:valid:focus, .bootstrap-dark .custom-select.is-valid:focus {
  border-color: #66a54a;
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.25);
}
.bootstrap-dark .was-validated .form-check-input:valid ~ .form-check-label, .bootstrap-dark .form-check-input.is-valid ~ .form-check-label {
  color: #66a54a;
}
.bootstrap-dark .was-validated .form-check-input:valid ~ .valid-feedback,
.bootstrap-dark .was-validated .form-check-input:valid ~ .valid-tooltip, .bootstrap-dark .form-check-input.is-valid ~ .valid-feedback,
.bootstrap-dark .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.bootstrap-dark .was-validated .custom-control-input:valid ~ .custom-control-label, .bootstrap-dark .custom-control-input.is-valid ~ .custom-control-label {
  color: #66a54a;
}
.bootstrap-dark .was-validated .custom-control-input:valid ~ .custom-control-label::before, .bootstrap-dark .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #66a54a;
}
.bootstrap-dark .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .bootstrap-dark .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(128.8912133891, 186.8828451883, 103.1171548117);
  background-color: rgb(128.8912133891, 186.8828451883, 103.1171548117);
}
.bootstrap-dark .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .bootstrap-dark .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.25);
}
.bootstrap-dark .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-dark .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #66a54a;
}
.bootstrap-dark .was-validated .custom-file-input:valid ~ .custom-file-label, .bootstrap-dark .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #66a54a;
}
.bootstrap-dark .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .bootstrap-dark .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #66a54a;
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.25);
}
.bootstrap-dark .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ed1a3b;
}
.bootstrap-dark .invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #ed1a3b;
  border-radius: 0.15rem;
}
.bootstrap-dark .was-validated:invalid ~ .invalid-feedback,
.bootstrap-dark .was-validated:invalid ~ .invalid-tooltip, .bootstrap-dark.is-invalid ~ .invalid-feedback,
.bootstrap-dark.is-invalid ~ .invalid-tooltip {
  display: block;
}
.bootstrap-dark .was-validated .form-control:invalid, .bootstrap-dark .form-control.is-invalid {
  border-color: #ed1a3b;
}
.bootstrap-dark .was-validated .form-control:invalid:focus, .bootstrap-dark .form-control.is-invalid:focus {
  border-color: #ed1a3b;
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.25);
}
.bootstrap-dark .was-validated .custom-select:invalid, .bootstrap-dark .custom-select.is-invalid {
  border-color: #ed1a3b;
}
.bootstrap-dark .was-validated .custom-select:invalid:focus, .bootstrap-dark .custom-select.is-invalid:focus {
  border-color: #ed1a3b;
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.25);
}
.bootstrap-dark .was-validated .form-check-input:invalid ~ .form-check-label, .bootstrap-dark .form-check-input.is-invalid ~ .form-check-label {
  color: #ed1a3b;
}
.bootstrap-dark .was-validated .form-check-input:invalid ~ .invalid-feedback,
.bootstrap-dark .was-validated .form-check-input:invalid ~ .invalid-tooltip, .bootstrap-dark .form-check-input.is-invalid ~ .invalid-feedback,
.bootstrap-dark .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.bootstrap-dark .was-validated .custom-control-input:invalid ~ .custom-control-label, .bootstrap-dark .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ed1a3b;
}
.bootstrap-dark .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .bootstrap-dark .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ed1a3b;
}
.bootstrap-dark .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .bootstrap-dark .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(240.7165991903, 73.2834008097, 99.4696356275);
  background-color: rgb(240.7165991903, 73.2834008097, 99.4696356275);
}
.bootstrap-dark .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .bootstrap-dark .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.25);
}
.bootstrap-dark .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-dark .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ed1a3b;
}
.bootstrap-dark .was-validated .custom-file-input:invalid ~ .custom-file-label, .bootstrap-dark .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ed1a3b;
}
.bootstrap-dark .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .bootstrap-dark .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ed1a3b;
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.25);
}
.bootstrap-dark .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.bootstrap-dark .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .bootstrap-dark .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .bootstrap-dark .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .bootstrap-dark .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-dark .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .bootstrap-dark .form-inline .input-group,
  .bootstrap-dark .form-inline .custom-select {
    width: auto;
  }
  .bootstrap-dark .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .bootstrap-dark .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .bootstrap-dark .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .bootstrap-dark .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.bootstrap-dark .btn {
  display: inline-block;
  font-weight: 400;
  color: #ced4da;
  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.15rem;
  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) {
  .bootstrap-dark .btn {
    transition: none;
  }
}
.bootstrap-dark .btn:hover {
  color: #ced4da;
  text-decoration: none;
}
.bootstrap-dark .btn:focus, .bootstrap-dark .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.25);
}
.bootstrap-dark .btn.disabled, .bootstrap-dark .btn:disabled {
  opacity: 0.65;
}
.bootstrap-dark .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.bootstrap-dark a.btn.disabled,
.bootstrap-dark fieldset:disabled a.btn {
  pointer-events: none;
}
.bootstrap-dark .btn-primary {
  color: #fff;
  background-color: #2855a2;
  border-color: #2855a2;
}
.bootstrap-dark .btn-primary:hover {
  color: #fff;
  background-color: rgb(32.4257425743, 68.9047029703, 131.3242574257);
  border-color: rgb(29.900990099, 63.5396039604, 121.099009901);
}
.bootstrap-dark .btn-primary:focus, .bootstrap-dark .btn-primary.focus {
  color: #fff;
  background-color: rgb(32.4257425743, 68.9047029703, 131.3242574257);
  border-color: rgb(29.900990099, 63.5396039604, 121.099009901);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 110.5, 175.95, 0.5);
}
.bootstrap-dark .btn-primary.disabled, .bootstrap-dark .btn-primary:disabled {
  color: #fff;
  background-color: #2855a2;
  border-color: #2855a2;
}
.bootstrap-dark .btn-primary:not(:disabled):not(.disabled):active, .bootstrap-dark .btn-primary:not(:disabled):not(.disabled).active, .show > .bootstrap-dark .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.900990099, 63.5396039604, 121.099009901);
  border-color: rgb(27.3762376238, 58.1745049505, 110.8737623762);
}
.bootstrap-dark .btn-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-dark .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-dark .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 110.5, 175.95, 0.5);
}
.bootstrap-dark .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-dark .btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.bootstrap-dark .btn-secondary:focus, .bootstrap-dark .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);
}
.bootstrap-dark .btn-secondary.disabled, .bootstrap-dark .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-dark .btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-dark .btn-secondary:not(:disabled):not(.disabled).active, .show > .bootstrap-dark .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.bootstrap-dark .btn-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap-dark .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-dark .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.bootstrap-dark .btn-success {
  color: #fff;
  background-color: #66a54a;
  border-color: #66a54a;
}
.bootstrap-dark .btn-success:hover {
  color: #fff;
  background-color: rgb(85.6757322176, 138.5930962343, 62.1569037657);
  border-color: rgb(80.2343096234, 129.7907949791, 58.2092050209);
}
.bootstrap-dark .btn-success:focus, .bootstrap-dark .btn-success.focus {
  color: #fff;
  background-color: rgb(85.6757322176, 138.5930962343, 62.1569037657);
  border-color: rgb(80.2343096234, 129.7907949791, 58.2092050209);
  box-shadow: 0 0 0 0.2rem rgba(124.95, 178.5, 101.15, 0.5);
}
.bootstrap-dark .btn-success.disabled, .bootstrap-dark .btn-success:disabled {
  color: #fff;
  background-color: #66a54a;
  border-color: #66a54a;
}
.bootstrap-dark .btn-success:not(:disabled):not(.disabled):active, .bootstrap-dark .btn-success:not(:disabled):not(.disabled).active, .show > .bootstrap-dark .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(80.2343096234, 129.7907949791, 58.2092050209);
  border-color: rgb(74.7928870293, 120.9884937238, 54.2615062762);
}
.bootstrap-dark .btn-success:not(:disabled):not(.disabled):active:focus, .bootstrap-dark .btn-success:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-dark .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(124.95, 178.5, 101.15, 0.5);
}
.bootstrap-dark .btn-info {
  color: #fff;
  background-color: #008fce;
  border-color: #008fce;
}
.bootstrap-dark .btn-info:hover {
  color: #fff;
  background-color: rgb(0, 116.447815534, 167.75);
  border-color: rgb(0, 107.5970873786, 155);
}
.bootstrap-dark .btn-info:focus, .bootstrap-dark .btn-info.focus {
  color: #fff;
  background-color: rgb(0, 116.447815534, 167.75);
  border-color: rgb(0, 107.5970873786, 155);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 159.8, 213.35, 0.5);
}
.bootstrap-dark .btn-info.disabled, .bootstrap-dark .btn-info:disabled {
  color: #fff;
  background-color: #008fce;
  border-color: #008fce;
}
.bootstrap-dark .btn-info:not(:disabled):not(.disabled):active, .bootstrap-dark .btn-info:not(:disabled):not(.disabled).active, .show > .bootstrap-dark .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 107.5970873786, 155);
  border-color: rgb(0, 98.7463592233, 142.25);
}
.bootstrap-dark .btn-info:not(:disabled):not(.disabled):active:focus, .bootstrap-dark .btn-info:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-dark .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 159.8, 213.35, 0.5);
}
.bootstrap-dark .btn-warning {
  color: #25292e;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-dark .btn-warning:hover {
  color: #25292e;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.bootstrap-dark .btn-warning:focus, .bootstrap-dark .btn-warning.focus {
  color: #25292e;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(222.3, 170.2, 12.85, 0.5);
}
.bootstrap-dark .btn-warning.disabled, .bootstrap-dark .btn-warning:disabled {
  color: #25292e;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-dark .btn-warning:not(:disabled):not(.disabled):active, .bootstrap-dark .btn-warning:not(:disabled):not(.disabled).active, .show > .bootstrap-dark .btn-warning.dropdown-toggle {
  color: #25292e;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.bootstrap-dark .btn-warning:not(:disabled):not(.disabled):active:focus, .bootstrap-dark .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-dark .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222.3, 170.2, 12.85, 0.5);
}
.bootstrap-dark .btn-danger {
  color: #fff;
  background-color: #ed1a3b;
  border-color: #ed1a3b;
}
.bootstrap-dark .btn-danger:hover {
  color: #fff;
  background-color: rgb(208.3714574899, 16.3785425101, 46.4058704453);
  border-color: rgb(196.5506072874, 15.4493927126, 43.7732793522);
}
.bootstrap-dark .btn-danger:focus, .bootstrap-dark .btn-danger.focus {
  color: #fff;
  background-color: rgb(208.3714574899, 16.3785425101, 46.4058704453);
  border-color: rgb(196.5506072874, 15.4493927126, 43.7732793522);
  box-shadow: 0 0 0 0.2rem rgba(239.7, 60.35, 88.4, 0.5);
}
.bootstrap-dark .btn-danger.disabled, .bootstrap-dark .btn-danger:disabled {
  color: #fff;
  background-color: #ed1a3b;
  border-color: #ed1a3b;
}
.bootstrap-dark .btn-danger:not(:disabled):not(.disabled):active, .bootstrap-dark .btn-danger:not(:disabled):not(.disabled).active, .show > .bootstrap-dark .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(196.5506072874, 15.4493927126, 43.7732793522);
  border-color: rgb(184.729757085, 14.520242915, 41.1406882591);
}
.bootstrap-dark .btn-danger:not(:disabled):not(.disabled):active:focus, .bootstrap-dark .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-dark .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239.7, 60.35, 88.4, 0.5);
}
.bootstrap-dark .btn-light {
  color: #fff;
  background-color: #25292e;
  border-color: #25292e;
}
.bootstrap-dark .btn-light:hover {
  color: #fff;
  background-color: rgb(19.9487951807, 22.1054216867, 24.8012048193);
  border-color: rgb(14.265060241, 15.8072289157, 17.734939759);
}
.bootstrap-dark .btn-light:focus, .bootstrap-dark .btn-light.focus {
  color: #fff;
  background-color: rgb(19.9487951807, 22.1054216867, 24.8012048193);
  border-color: rgb(14.265060241, 15.8072289157, 17.734939759);
  box-shadow: 0 0 0 0.2rem rgba(69.7, 73.1, 77.35, 0.5);
}
.bootstrap-dark .btn-light.disabled, .bootstrap-dark .btn-light:disabled {
  color: #fff;
  background-color: #25292e;
  border-color: #25292e;
}
.bootstrap-dark .btn-light:not(:disabled):not(.disabled):active, .bootstrap-dark .btn-light:not(:disabled):not(.disabled).active, .show > .bootstrap-dark .btn-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(14.265060241, 15.8072289157, 17.734939759);
  border-color: rgb(8.5813253012, 9.5090361446, 10.6686746988);
}
.bootstrap-dark .btn-light:not(:disabled):not(.disabled):active:focus, .bootstrap-dark .btn-light:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-dark .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(69.7, 73.1, 77.35, 0.5);
}
.bootstrap-dark .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap-dark .btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.bootstrap-dark .btn-dark:focus, .bootstrap-dark .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);
}
.bootstrap-dark .btn-dark.disabled, .bootstrap-dark .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap-dark .btn-dark:not(:disabled):not(.disabled):active, .bootstrap-dark .btn-dark:not(:disabled):not(.disabled).active, .show > .bootstrap-dark .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.bootstrap-dark .btn-dark:not(:disabled):not(.disabled):active:focus, .bootstrap-dark .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-dark .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.bootstrap-dark .btn-outline-primary {
  color: #2855a2;
  border-color: #2855a2;
}
.bootstrap-dark .btn-outline-primary:hover {
  color: #fff;
  background-color: #2855a2;
  border-color: #2855a2;
}
.bootstrap-dark .btn-outline-primary:focus, .bootstrap-dark .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 85, 162, 0.5);
}
.bootstrap-dark .btn-outline-primary.disabled, .bootstrap-dark .btn-outline-primary:disabled {
  color: #2855a2;
  background-color: transparent;
}
.bootstrap-dark .btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-dark .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bootstrap-dark .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2855a2;
  border-color: #2855a2;
}
.bootstrap-dark .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-dark .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-dark .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 85, 162, 0.5);
}
.bootstrap-dark .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-dark .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-dark .btn-outline-secondary:focus, .bootstrap-dark .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.bootstrap-dark .btn-outline-secondary.disabled, .bootstrap-dark .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.bootstrap-dark .btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-dark .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bootstrap-dark .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-dark .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap-dark .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-dark .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.bootstrap-dark .btn-outline-success {
  color: #66a54a;
  border-color: #66a54a;
}
.bootstrap-dark .btn-outline-success:hover {
  color: #fff;
  background-color: #66a54a;
  border-color: #66a54a;
}
.bootstrap-dark .btn-outline-success:focus, .bootstrap-dark .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.5);
}
.bootstrap-dark .btn-outline-success.disabled, .bootstrap-dark .btn-outline-success:disabled {
  color: #66a54a;
  background-color: transparent;
}
.bootstrap-dark .btn-outline-success:not(:disabled):not(.disabled):active, .bootstrap-dark .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bootstrap-dark .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #66a54a;
  border-color: #66a54a;
}
.bootstrap-dark .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bootstrap-dark .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-dark .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.5);
}
.bootstrap-dark .btn-outline-info {
  color: #008fce;
  border-color: #008fce;
}
.bootstrap-dark .btn-outline-info:hover {
  color: #fff;
  background-color: #008fce;
  border-color: #008fce;
}
.bootstrap-dark .btn-outline-info:focus, .bootstrap-dark .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 206, 0.5);
}
.bootstrap-dark .btn-outline-info.disabled, .bootstrap-dark .btn-outline-info:disabled {
  color: #008fce;
  background-color: transparent;
}
.bootstrap-dark .btn-outline-info:not(:disabled):not(.disabled):active, .bootstrap-dark .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bootstrap-dark .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #008fce;
  border-color: #008fce;
}
.bootstrap-dark .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bootstrap-dark .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-dark .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 206, 0.5);
}
.bootstrap-dark .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-dark .btn-outline-warning:hover {
  color: #25292e;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-dark .btn-outline-warning:focus, .bootstrap-dark .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.bootstrap-dark .btn-outline-warning.disabled, .bootstrap-dark .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.bootstrap-dark .btn-outline-warning:not(:disabled):not(.disabled):active, .bootstrap-dark .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bootstrap-dark .btn-outline-warning.dropdown-toggle {
  color: #25292e;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-dark .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bootstrap-dark .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-dark .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.bootstrap-dark .btn-outline-danger {
  color: #ed1a3b;
  border-color: #ed1a3b;
}
.bootstrap-dark .btn-outline-danger:hover {
  color: #fff;
  background-color: #ed1a3b;
  border-color: #ed1a3b;
}
.bootstrap-dark .btn-outline-danger:focus, .bootstrap-dark .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.5);
}
.bootstrap-dark .btn-outline-danger.disabled, .bootstrap-dark .btn-outline-danger:disabled {
  color: #ed1a3b;
  background-color: transparent;
}
.bootstrap-dark .btn-outline-danger:not(:disabled):not(.disabled):active, .bootstrap-dark .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bootstrap-dark .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ed1a3b;
  border-color: #ed1a3b;
}
.bootstrap-dark .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bootstrap-dark .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-dark .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.5);
}
.bootstrap-dark .btn-outline-light {
  color: #25292e;
  border-color: #25292e;
}
.bootstrap-dark .btn-outline-light:hover {
  color: #fff;
  background-color: #25292e;
  border-color: #25292e;
}
.bootstrap-dark .btn-outline-light:focus, .bootstrap-dark .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 41, 46, 0.5);
}
.bootstrap-dark .btn-outline-light.disabled, .bootstrap-dark .btn-outline-light:disabled {
  color: #25292e;
  background-color: transparent;
}
.bootstrap-dark .btn-outline-light:not(:disabled):not(.disabled):active, .bootstrap-dark .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bootstrap-dark .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #25292e;
  border-color: #25292e;
}
.bootstrap-dark .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bootstrap-dark .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-dark .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(37, 41, 46, 0.5);
}
.bootstrap-dark .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.bootstrap-dark .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap-dark .btn-outline-dark:focus, .bootstrap-dark .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.bootstrap-dark .btn-outline-dark.disabled, .bootstrap-dark .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.bootstrap-dark .btn-outline-dark:not(:disabled):not(.disabled):active, .bootstrap-dark .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bootstrap-dark .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap-dark .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bootstrap-dark .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-dark .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.bootstrap-dark .btn-link {
  font-weight: 400;
  color: #008fce;
  text-decoration: none;
}
.bootstrap-dark .btn-link:hover {
  color: rgb(0, 89.895631068, 129.5);
  text-decoration: underline;
}
.bootstrap-dark .btn-link:focus, .bootstrap-dark .btn-link.focus {
  text-decoration: underline;
}
.bootstrap-dark .btn-link:disabled, .bootstrap-dark .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.bootstrap-dark .btn-lg, .bootstrap-dark .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrap-dark .btn-sm, .bootstrap-dark .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem;
}
.bootstrap-dark .btn-block {
  display: block;
  width: 100%;
}
.bootstrap-dark .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.bootstrap-dark input[type=submit].btn-block,
.bootstrap-dark input[type=reset].btn-block,
.bootstrap-dark input[type=button].btn-block {
  width: 100%;
}
.bootstrap-dark .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-dark .fade {
    transition: none;
  }
}
.bootstrap-dark .fade:not(.show) {
  opacity: 0;
}
.bootstrap-dark .collapse:not(.show) {
  display: none;
}
.bootstrap-dark .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-dark .collapsing {
    transition: none;
  }
}
.bootstrap-dark .dropup,
.bootstrap-dark .dropright,
.bootstrap-dark .dropdown,
.bootstrap-dark .dropleft {
  position: relative;
}
.bootstrap-dark .dropdown-toggle {
  white-space: nowrap;
}
.bootstrap-dark .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.bootstrap-dark .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-dark .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #ced4da;
  text-align: left;
  list-style: none;
  background-color: #1e1e1e;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.15rem;
}
.bootstrap-dark .dropdown-menu-left {
  right: auto;
  left: 0;
}
.bootstrap-dark .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .bootstrap-dark .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .bootstrap-dark .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .bootstrap-dark .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .bootstrap-dark .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .bootstrap-dark .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .bootstrap-dark .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .bootstrap-dark .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .bootstrap-dark .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.bootstrap-dark .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.bootstrap-dark .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.bootstrap-dark .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-dark .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.bootstrap-dark .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.bootstrap-dark .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-dark .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.bootstrap-dark .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.bootstrap-dark .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.bootstrap-dark .dropleft .dropdown-toggle::after {
  display: none;
}
.bootstrap-dark .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.bootstrap-dark .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-dark .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.bootstrap-dark .dropdown-menu[x-placement^=top], .bootstrap-dark .dropdown-menu[x-placement^=right], .bootstrap-dark .dropdown-menu[x-placement^=bottom], .bootstrap-dark .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.bootstrap-dark .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #343a40;
}
.bootstrap-dark .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #dee2e6;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.bootstrap-dark .dropdown-item:hover, .bootstrap-dark .dropdown-item:focus {
  color: #e9ecef;
  text-decoration: none;
  background-color: #25292e;
}
.bootstrap-dark .dropdown-item.active, .bootstrap-dark .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #343a40;
}
.bootstrap-dark .dropdown-item.disabled, .bootstrap-dark .dropdown-item:disabled {
  color: #ced4da;
  pointer-events: none;
  background-color: transparent;
}
.bootstrap-dark .dropdown-menu.show {
  display: block;
}
.bootstrap-dark .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #ced4da;
  white-space: nowrap;
}
.bootstrap-dark .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #dee2e6;
}
.bootstrap-dark .btn-group,
.bootstrap-dark .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.bootstrap-dark .btn-group > .btn,
.bootstrap-dark .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.bootstrap-dark .btn-group > .btn:hover,
.bootstrap-dark .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.bootstrap-dark .btn-group > .btn:focus, .bootstrap-dark .btn-group > .btn:active, .bootstrap-dark .btn-group > .btn.active,
.bootstrap-dark .btn-group-vertical > .btn:focus,
.bootstrap-dark .btn-group-vertical > .btn:active,
.bootstrap-dark .btn-group-vertical > .btn.active {
  z-index: 1;
}
.bootstrap-dark .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bootstrap-dark .btn-toolbar .input-group {
  width: auto;
}
.bootstrap-dark .btn-group > .btn:not(:first-child),
.bootstrap-dark .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.bootstrap-dark .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-dark .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-dark .btn-group > .btn:not(:first-child),
.bootstrap-dark .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-dark .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.bootstrap-dark .dropdown-toggle-split::after, .dropup .bootstrap-dark .dropdown-toggle-split::after, .dropright .bootstrap-dark .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .bootstrap-dark .dropdown-toggle-split::before {
  margin-right: 0;
}
.bootstrap-dark .btn-sm + .dropdown-toggle-split, .bootstrap-dark .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.bootstrap-dark .btn-lg + .dropdown-toggle-split, .bootstrap-dark .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.bootstrap-dark .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.bootstrap-dark .btn-group-vertical > .btn,
.bootstrap-dark .btn-group-vertical > .btn-group {
  width: 100%;
}
.bootstrap-dark .btn-group-vertical > .btn:not(:first-child),
.bootstrap-dark .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.bootstrap-dark .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-dark .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-dark .btn-group-vertical > .btn:not(:first-child),
.bootstrap-dark .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-dark .btn-group-toggle > .btn,
.bootstrap-dark .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.bootstrap-dark .btn-group-toggle > .btn input[type=radio],
.bootstrap-dark .btn-group-toggle > .btn input[type=checkbox],
.bootstrap-dark .btn-group-toggle > .btn-group > .btn input[type=radio],
.bootstrap-dark .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap-dark .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.bootstrap-dark .input-group > .form-control,
.bootstrap-dark .input-group > .form-control-plaintext,
.bootstrap-dark .input-group > .custom-select,
.bootstrap-dark .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.bootstrap-dark .input-group > .form-control + .form-control,
.bootstrap-dark .input-group > .form-control + .custom-select,
.bootstrap-dark .input-group > .form-control + .custom-file,
.bootstrap-dark .input-group > .form-control-plaintext + .form-control,
.bootstrap-dark .input-group > .form-control-plaintext + .custom-select,
.bootstrap-dark .input-group > .form-control-plaintext + .custom-file,
.bootstrap-dark .input-group > .custom-select + .form-control,
.bootstrap-dark .input-group > .custom-select + .custom-select,
.bootstrap-dark .input-group > .custom-select + .custom-file,
.bootstrap-dark .input-group > .custom-file + .form-control,
.bootstrap-dark .input-group > .custom-file + .custom-select,
.bootstrap-dark .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.bootstrap-dark .input-group > .form-control:focus,
.bootstrap-dark .input-group > .custom-select:focus,
.bootstrap-dark .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.bootstrap-dark .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.bootstrap-dark .input-group > .form-control:not(:last-child),
.bootstrap-dark .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-dark .input-group > .form-control:not(:first-child),
.bootstrap-dark .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-dark .input-group > .custom-file {
  display: flex;
  align-items: center;
}
.bootstrap-dark .input-group > .custom-file:not(:last-child) .custom-file-label, .bootstrap-dark .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-dark .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-dark .input-group-prepend,
.bootstrap-dark .input-group-append {
  display: flex;
}
.bootstrap-dark .input-group-prepend .btn,
.bootstrap-dark .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.bootstrap-dark .input-group-prepend .btn:focus,
.bootstrap-dark .input-group-append .btn:focus {
  z-index: 3;
}
.bootstrap-dark .input-group-prepend .btn + .btn,
.bootstrap-dark .input-group-prepend .btn + .input-group-text,
.bootstrap-dark .input-group-prepend .input-group-text + .input-group-text,
.bootstrap-dark .input-group-prepend .input-group-text + .btn,
.bootstrap-dark .input-group-append .btn + .btn,
.bootstrap-dark .input-group-append .btn + .input-group-text,
.bootstrap-dark .input-group-append .input-group-text + .input-group-text,
.bootstrap-dark .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.bootstrap-dark .input-group-prepend {
  margin-right: -1px;
}
.bootstrap-dark .input-group-append {
  margin-left: -1px;
}
.bootstrap-dark .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #dee2e6;
  text-align: center;
  white-space: nowrap;
  background-color: #343a40;
  border: 1px solid #6c757d;
  border-radius: 0.15rem;
}
.bootstrap-dark .input-group-text input[type=radio],
.bootstrap-dark .input-group-text input[type=checkbox] {
  margin-top: 0;
}
.bootstrap-dark .input-group-lg > .form-control:not(textarea),
.bootstrap-dark .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.bootstrap-dark .input-group-lg > .form-control,
.bootstrap-dark .input-group-lg > .custom-select,
.bootstrap-dark .input-group-lg > .input-group-prepend > .input-group-text,
.bootstrap-dark .input-group-lg > .input-group-append > .input-group-text,
.bootstrap-dark .input-group-lg > .input-group-prepend > .btn,
.bootstrap-dark .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrap-dark .input-group-sm > .form-control:not(textarea),
.bootstrap-dark .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.bootstrap-dark .input-group-sm > .form-control,
.bootstrap-dark .input-group-sm > .custom-select,
.bootstrap-dark .input-group-sm > .input-group-prepend > .input-group-text,
.bootstrap-dark .input-group-sm > .input-group-append > .input-group-text,
.bootstrap-dark .input-group-sm > .input-group-prepend > .btn,
.bootstrap-dark .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem;
}
.bootstrap-dark .input-group-lg > .custom-select,
.bootstrap-dark .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.bootstrap-dark .input-group > .input-group-prepend > .btn,
.bootstrap-dark .input-group > .input-group-prepend > .input-group-text,
.bootstrap-dark .input-group > .input-group-append:not(:last-child) > .btn,
.bootstrap-dark .input-group > .input-group-append:not(:last-child) > .input-group-text,
.bootstrap-dark .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-dark .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-dark .input-group > .input-group-append > .btn,
.bootstrap-dark .input-group > .input-group-append > .input-group-text,
.bootstrap-dark .input-group > .input-group-prepend:not(:first-child) > .btn,
.bootstrap-dark .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.bootstrap-dark .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.bootstrap-dark .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-dark .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.bootstrap-dark .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.bootstrap-dark .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.bootstrap-dark .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #343a40;
  background-color: #343a40;
}
.bootstrap-dark .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.25);
}
.bootstrap-dark .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(109.1551724138, 121.75, 134.3448275862);
}
.bootstrap-dark .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(136.1034482759, 147.25, 158.3965517241);
  border-color: rgb(136.1034482759, 147.25, 158.3965517241);
}
.bootstrap-dark .custom-control-input[disabled] ~ .custom-control-label, .bootstrap-dark .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.bootstrap-dark .custom-control-input[disabled] ~ .custom-control-label::before, .bootstrap-dark .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #343a40;
}
.bootstrap-dark .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.bootstrap-dark .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #000;
  border: #adb5bd solid 1px;
}
.bootstrap-dark .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.bootstrap-dark .custom-checkbox .custom-control-label::before {
  border-radius: 0.15rem;
}
.bootstrap-dark .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.bootstrap-dark .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #343a40;
  background-color: #343a40;
}
.bootstrap-dark .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.bootstrap-dark .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(40, 85, 162, 0.5);
}
.bootstrap-dark .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(40, 85, 162, 0.5);
}
.bootstrap-dark .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.bootstrap-dark .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.bootstrap-dark .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(40, 85, 162, 0.5);
}
.bootstrap-dark .custom-switch {
  padding-left: 2.25rem;
}
.bootstrap-dark .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.bootstrap-dark .custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .bootstrap-dark .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.bootstrap-dark .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #000;
  transform: translateX(0.75rem);
}
.bootstrap-dark .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(40, 85, 162, 0.5);
}
.bootstrap-dark .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #dee2e6;
  vertical-align: middle;
  background: #000 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23e9ecef' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #6c757d;
  border-radius: 0.15rem;
  appearance: none;
}
.bootstrap-dark .custom-select:focus {
  border-color: rgb(109.1551724138, 121.75, 134.3448275862);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.25);
}
.bootstrap-dark .custom-select:focus::-ms-value {
  color: #dee2e6;
  background-color: #000;
}
.bootstrap-dark .custom-select[multiple], .bootstrap-dark .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.bootstrap-dark .custom-select:disabled {
  color: #ced4da;
  background-color: #343a40;
}
.bootstrap-dark .custom-select::-ms-expand {
  display: none;
}
.bootstrap-dark .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #dee2e6;
}
.bootstrap-dark .custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.bootstrap-dark .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.bootstrap-dark .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.bootstrap-dark .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.bootstrap-dark .custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(109.1551724138, 121.75, 134.3448275862);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.25);
}
.bootstrap-dark .custom-file-input[disabled] ~ .custom-file-label, .bootstrap-dark .custom-file-input:disabled ~ .custom-file-label {
  background-color: #343a40;
}
.bootstrap-dark .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.bootstrap-dark .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.bootstrap-dark .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #dee2e6;
  background-color: #000;
  border: 1px solid #6c757d;
  border-radius: 0.15rem;
}
.bootstrap-dark .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #dee2e6;
  content: "Browse";
  background-color: #343a40;
  border-left: inherit;
  border-radius: 0 0.15rem 0.15rem 0;
}
.bootstrap-dark .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.bootstrap-dark .custom-range:focus {
  outline: none;
}
.bootstrap-dark .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem #fff;
}
.bootstrap-dark .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem #fff;
}
.bootstrap-dark .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem #fff;
}
.bootstrap-dark .custom-range::-moz-focus-outer {
  border: 0;
}
.bootstrap-dark .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #dee2e6;
  border: 0;
  border-radius: 1rem;
  transition: 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) {
  .bootstrap-dark .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.bootstrap-dark .custom-range::-webkit-slider-thumb {
  appearance: none;
}
.bootstrap-dark .custom-range::-webkit-slider-thumb:active {
  background-color: #adb5bd;
}
.bootstrap-dark .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #495057;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrap-dark .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #dee2e6;
  border: 0;
  border-radius: 1rem;
  transition: 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) {
  .bootstrap-dark .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.bootstrap-dark .custom-range::-moz-range-thumb {
  appearance: none;
}
.bootstrap-dark .custom-range::-moz-range-thumb:active {
  background-color: #adb5bd;
}
.bootstrap-dark .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #495057;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrap-dark .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #dee2e6;
  border: 0;
  border-radius: 1rem;
  transition: 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) {
  .bootstrap-dark .custom-range::-ms-thumb {
    transition: none;
  }
}
.bootstrap-dark .custom-range::-ms-thumb {
  appearance: none;
}
.bootstrap-dark .custom-range::-ms-thumb:active {
  background-color: #adb5bd;
}
.bootstrap-dark .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.bootstrap-dark .custom-range::-ms-fill-lower {
  background-color: #495057;
  border-radius: 1rem;
}
.bootstrap-dark .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #495057;
  border-radius: 1rem;
}
.bootstrap-dark .custom-range:disabled::-webkit-slider-thumb {
  background-color: #25292e;
}
.bootstrap-dark .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.bootstrap-dark .custom-range:disabled::-moz-range-thumb {
  background-color: #25292e;
}
.bootstrap-dark .custom-range:disabled::-moz-range-track {
  cursor: default;
}
.bootstrap-dark .custom-range:disabled::-ms-thumb {
  background-color: #25292e;
}
.bootstrap-dark .custom-control-label::before,
.bootstrap-dark .custom-file-label,
.bootstrap-dark .custom-select {
  transition: 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) {
  .bootstrap-dark .custom-control-label::before,
  .bootstrap-dark .custom-file-label,
  .bootstrap-dark .custom-select {
    transition: none;
  }
}
.bootstrap-dark .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap-dark .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.bootstrap-dark .nav-link:hover, .bootstrap-dark .nav-link:focus {
  text-decoration: none;
}
.bootstrap-dark .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.bootstrap-dark .nav-tabs {
  border-bottom: 2px solid rgba(255, 255, 255, 0.125);
}
.bootstrap-dark .nav-tabs .nav-item {
  margin-bottom: -2px;
}
.bootstrap-dark .nav-tabs .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
}
.bootstrap-dark .nav-tabs .nav-link:hover, .bootstrap-dark .nav-tabs .nav-link:focus {
  border-color: #495057 #495057 rgba(255, 255, 255, 0.125);
}
.bootstrap-dark .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.bootstrap-dark .nav-tabs .nav-link.active,
.bootstrap-dark .nav-tabs .nav-item.show .nav-link {
  color: #f2f4f6;
  background-color: #1e1e1e;
  border-color: #495057 #495057 #1e1e1e;
}
.bootstrap-dark .nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-dark .nav-pills .nav-link {
  border-radius: 2rem;
}
.bootstrap-dark .nav-pills .nav-link.active,
.bootstrap-dark .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #343a40;
}
.bootstrap-dark .nav-fill > .nav-link,
.bootstrap-dark .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.bootstrap-dark .nav-justified > .nav-link,
.bootstrap-dark .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.bootstrap-dark .tab-content > .tab-pane {
  display: none;
}
.bootstrap-dark .tab-content > .active {
  display: block;
}
.bootstrap-dark .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.bootstrap-dark .navbar .container,
.bootstrap-dark .navbar .container-fluid,
.bootstrap-dark .navbar .container-sm,
.bootstrap-dark .navbar .container-md,
.bootstrap-dark .navbar .container-lg,
.bootstrap-dark .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.bootstrap-dark .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.bootstrap-dark .navbar-brand:hover, .bootstrap-dark .navbar-brand:focus {
  text-decoration: none;
}
.bootstrap-dark .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap-dark .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-dark .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.bootstrap-dark .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.bootstrap-dark .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.bootstrap-dark .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.15rem;
}
.bootstrap-dark .navbar-toggler:hover, .bootstrap-dark .navbar-toggler:focus {
  text-decoration: none;
}
.bootstrap-dark .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .bootstrap-dark .navbar-expand-sm > .container,
  .bootstrap-dark .navbar-expand-sm > .container-fluid,
  .bootstrap-dark .navbar-expand-sm > .container-sm,
  .bootstrap-dark .navbar-expand-sm > .container-md,
  .bootstrap-dark .navbar-expand-sm > .container-lg,
  .bootstrap-dark .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .bootstrap-dark .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap-dark .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .bootstrap-dark .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-dark .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-dark .navbar-expand-sm > .container,
  .bootstrap-dark .navbar-expand-sm > .container-fluid,
  .bootstrap-dark .navbar-expand-sm > .container-sm,
  .bootstrap-dark .navbar-expand-sm > .container-md,
  .bootstrap-dark .navbar-expand-sm > .container-lg,
  .bootstrap-dark .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .bootstrap-dark .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap-dark .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-dark .navbar-expand-md > .container,
  .bootstrap-dark .navbar-expand-md > .container-fluid,
  .bootstrap-dark .navbar-expand-md > .container-sm,
  .bootstrap-dark .navbar-expand-md > .container-md,
  .bootstrap-dark .navbar-expand-md > .container-lg,
  .bootstrap-dark .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap-dark .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap-dark .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .bootstrap-dark .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-dark .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-dark .navbar-expand-md > .container,
  .bootstrap-dark .navbar-expand-md > .container-fluid,
  .bootstrap-dark .navbar-expand-md > .container-sm,
  .bootstrap-dark .navbar-expand-md > .container-md,
  .bootstrap-dark .navbar-expand-md > .container-lg,
  .bootstrap-dark .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .bootstrap-dark .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap-dark .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .bootstrap-dark .navbar-expand-lg > .container,
  .bootstrap-dark .navbar-expand-lg > .container-fluid,
  .bootstrap-dark .navbar-expand-lg > .container-sm,
  .bootstrap-dark .navbar-expand-lg > .container-md,
  .bootstrap-dark .navbar-expand-lg > .container-lg,
  .bootstrap-dark .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .bootstrap-dark .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap-dark .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .bootstrap-dark .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-dark .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-dark .navbar-expand-lg > .container,
  .bootstrap-dark .navbar-expand-lg > .container-fluid,
  .bootstrap-dark .navbar-expand-lg > .container-sm,
  .bootstrap-dark .navbar-expand-lg > .container-md,
  .bootstrap-dark .navbar-expand-lg > .container-lg,
  .bootstrap-dark .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .bootstrap-dark .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap-dark .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap-dark .navbar-expand-xl > .container,
  .bootstrap-dark .navbar-expand-xl > .container-fluid,
  .bootstrap-dark .navbar-expand-xl > .container-sm,
  .bootstrap-dark .navbar-expand-xl > .container-md,
  .bootstrap-dark .navbar-expand-xl > .container-lg,
  .bootstrap-dark .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .bootstrap-dark .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap-dark .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .bootstrap-dark .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-dark .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-dark .navbar-expand-xl > .container,
  .bootstrap-dark .navbar-expand-xl > .container-fluid,
  .bootstrap-dark .navbar-expand-xl > .container-sm,
  .bootstrap-dark .navbar-expand-xl > .container-md,
  .bootstrap-dark .navbar-expand-xl > .container-lg,
  .bootstrap-dark .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .bootstrap-dark .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap-dark .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.bootstrap-dark .navbar-expand > .container,
.bootstrap-dark .navbar-expand > .container-fluid,
.bootstrap-dark .navbar-expand > .container-sm,
.bootstrap-dark .navbar-expand > .container-md,
.bootstrap-dark .navbar-expand > .container-lg,
.bootstrap-dark .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-dark .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.bootstrap-dark .navbar-expand .navbar-nav {
  flex-direction: row;
}
.bootstrap-dark .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.bootstrap-dark .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.bootstrap-dark .navbar-expand > .container,
.bootstrap-dark .navbar-expand > .container-fluid,
.bootstrap-dark .navbar-expand > .container-sm,
.bootstrap-dark .navbar-expand > .container-md,
.bootstrap-dark .navbar-expand > .container-lg,
.bootstrap-dark .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.bootstrap-dark .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.bootstrap-dark .navbar-expand .navbar-toggler {
  display: none;
}
.bootstrap-dark .navbar-light .navbar-brand {
  color: rgba(255, 255, 255, 0.9);
}
.bootstrap-dark .navbar-light .navbar-brand:hover, .bootstrap-dark .navbar-light .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.9);
}
.bootstrap-dark .navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-dark .navbar-light .navbar-nav .nav-link:hover, .bootstrap-dark .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
.bootstrap-dark .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.3);
}
.bootstrap-dark .navbar-light .navbar-nav .show > .nav-link,
.bootstrap-dark .navbar-light .navbar-nav .active > .nav-link,
.bootstrap-dark .navbar-light .navbar-nav .nav-link.show,
.bootstrap-dark .navbar-light .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.9);
}
.bootstrap-dark .navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.bootstrap-dark .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap-dark .navbar-light .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-dark .navbar-light .navbar-text a {
  color: rgba(255, 255, 255, 0.9);
}
.bootstrap-dark .navbar-light .navbar-text a:hover, .bootstrap-dark .navbar-light .navbar-text a:focus {
  color: rgba(255, 255, 255, 0.9);
}
.bootstrap-dark .navbar-dark .navbar-brand {
  color: #fff;
}
.bootstrap-dark .navbar-dark .navbar-brand:hover, .bootstrap-dark .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.bootstrap-dark .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-dark .navbar-dark .navbar-nav .nav-link:hover, .bootstrap-dark .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.bootstrap-dark .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.bootstrap-dark .navbar-dark .navbar-nav .show > .nav-link,
.bootstrap-dark .navbar-dark .navbar-nav .active > .nav-link,
.bootstrap-dark .navbar-dark .navbar-nav .nav-link.show,
.bootstrap-dark .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.bootstrap-dark .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.bootstrap-dark .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap-dark .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-dark .navbar-dark .navbar-text a {
  color: #fff;
}
.bootstrap-dark .navbar-dark .navbar-text a:hover, .bootstrap-dark .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.bootstrap-dark .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #25292e;
  background-clip: border-box;
  border: 1px solid rgba(255, 255, 255, 0.125);
  border-radius: 0.15rem;
}
.bootstrap-dark .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap-dark .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.bootstrap-dark .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.15rem - 1px);
  border-top-right-radius: calc(0.15rem - 1px);
}
.bootstrap-dark .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.15rem - 1px);
  border-bottom-left-radius: calc(0.15rem - 1px);
}
.bootstrap-dark .card > .card-header + .list-group,
.bootstrap-dark .card > .list-group + .card-footer {
  border-top: 0;
}
.bootstrap-dark .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  color: #e9ecef;
}
.bootstrap-dark .card-title {
  margin-bottom: 0.75rem;
}
.bootstrap-dark .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.bootstrap-dark .card-text:last-child {
  margin-bottom: 0;
}
.bootstrap-dark .card-link:hover {
  text-decoration: none;
}
.bootstrap-dark .card-link + .card-link {
  margin-left: 1.25rem;
}
.bootstrap-dark .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
}
.bootstrap-dark .card-header:first-child {
  border-radius: calc(0.15rem - 1px) calc(0.15rem - 1px) 0 0;
}
.bootstrap-dark .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.125);
}
.bootstrap-dark .card-footer:last-child {
  border-radius: 0 0 calc(0.15rem - 1px) calc(0.15rem - 1px);
}
.bootstrap-dark .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.bootstrap-dark .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.bootstrap-dark .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.15rem - 1px);
}
.bootstrap-dark .card-img,
.bootstrap-dark .card-img-top,
.bootstrap-dark .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.bootstrap-dark .card-img,
.bootstrap-dark .card-img-top {
  border-top-left-radius: calc(0.15rem - 1px);
  border-top-right-radius: calc(0.15rem - 1px);
}
.bootstrap-dark .card-img,
.bootstrap-dark .card-img-bottom {
  border-bottom-right-radius: calc(0.15rem - 1px);
  border-bottom-left-radius: calc(0.15rem - 1px);
}
.bootstrap-dark .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bootstrap-dark .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .bootstrap-dark .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.bootstrap-dark .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bootstrap-dark .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .bootstrap-dark .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .bootstrap-dark .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .bootstrap-dark .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bootstrap-dark .card-group > .card:not(:last-child) .card-img-top,
  .bootstrap-dark .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .bootstrap-dark .card-group > .card:not(:last-child) .card-img-bottom,
  .bootstrap-dark .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .bootstrap-dark .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bootstrap-dark .card-group > .card:not(:first-child) .card-img-top,
  .bootstrap-dark .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .bootstrap-dark .card-group > .card:not(:first-child) .card-img-bottom,
  .bootstrap-dark .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.bootstrap-dark .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .bootstrap-dark .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .bootstrap-dark .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.bootstrap-dark .accordion {
  overflow-anchor: none;
}
.bootstrap-dark .accordion > .card {
  overflow: hidden;
}
.bootstrap-dark .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-dark .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-dark .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.bootstrap-dark .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #1e1e1e;
  border-radius: 0.15rem;
}
.bootstrap-dark .breadcrumb-item {
  display: flex;
}
.bootstrap-dark .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.bootstrap-dark .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #ced4da;
  content: "/";
}
.bootstrap-dark .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.bootstrap-dark .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.bootstrap-dark .breadcrumb-item.active {
  color: #dee2e6;
}
.bootstrap-dark .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.15rem;
}
.bootstrap-dark .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #008fce;
  background-color: #000;
  border: 0 solid #495057;
}
.bootstrap-dark .page-link:hover {
  z-index: 2;
  color: rgb(0, 89.895631068, 129.5);
  text-decoration: none;
  background-color: #343a40;
  border-color: #495057;
}
.bootstrap-dark .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.25);
}
.bootstrap-dark .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
}
.bootstrap-dark .page-item:last-child .page-link {
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}
.bootstrap-dark .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap-dark .page-item.disabled .page-link {
  color: #ced4da;
  pointer-events: none;
  cursor: auto;
  background-color: #000;
  border-color: #495057;
}
.bootstrap-dark .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.bootstrap-dark .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.bootstrap-dark .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.bootstrap-dark .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.bootstrap-dark .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}
.bootstrap-dark .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.bootstrap-dark .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.15rem;
  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) {
  .bootstrap-dark .badge {
    transition: none;
  }
}
a.bootstrap-dark .badge:hover, a.bootstrap-dark .badge:focus {
  text-decoration: none;
}

.bootstrap-dark .badge:empty {
  display: none;
}
.bootstrap-dark .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap-dark .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.bootstrap-dark .badge-primary {
  color: #fff;
  background-color: #2855a2;
}
a.bootstrap-dark .badge-primary:hover, a.bootstrap-dark .badge-primary:focus {
  color: #fff;
  background-color: rgb(29.900990099, 63.5396039604, 121.099009901);
}
a.bootstrap-dark .badge-primary:focus, a.bootstrap-dark .badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 85, 162, 0.5);
}

.bootstrap-dark .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.bootstrap-dark .badge-secondary:hover, a.bootstrap-dark .badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.bootstrap-dark .badge-secondary:focus, a.bootstrap-dark .badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.bootstrap-dark .badge-success {
  color: #fff;
  background-color: #66a54a;
}
a.bootstrap-dark .badge-success:hover, a.bootstrap-dark .badge-success:focus {
  color: #fff;
  background-color: rgb(80.2343096234, 129.7907949791, 58.2092050209);
}
a.bootstrap-dark .badge-success:focus, a.bootstrap-dark .badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.5);
}

.bootstrap-dark .badge-info {
  color: #fff;
  background-color: #008fce;
}
a.bootstrap-dark .badge-info:hover, a.bootstrap-dark .badge-info:focus {
  color: #fff;
  background-color: rgb(0, 107.5970873786, 155);
}
a.bootstrap-dark .badge-info:focus, a.bootstrap-dark .badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 206, 0.5);
}

.bootstrap-dark .badge-warning {
  color: #25292e;
  background-color: #ffc107;
}
a.bootstrap-dark .badge-warning:hover, a.bootstrap-dark .badge-warning:focus {
  color: #25292e;
  background-color: rgb(211, 158.25, 0);
}
a.bootstrap-dark .badge-warning:focus, a.bootstrap-dark .badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.bootstrap-dark .badge-danger {
  color: #fff;
  background-color: #ed1a3b;
}
a.bootstrap-dark .badge-danger:hover, a.bootstrap-dark .badge-danger:focus {
  color: #fff;
  background-color: rgb(196.5506072874, 15.4493927126, 43.7732793522);
}
a.bootstrap-dark .badge-danger:focus, a.bootstrap-dark .badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.5);
}

.bootstrap-dark .badge-light {
  color: #fff;
  background-color: #25292e;
}
a.bootstrap-dark .badge-light:hover, a.bootstrap-dark .badge-light:focus {
  color: #fff;
  background-color: rgb(14.265060241, 15.8072289157, 17.734939759);
}
a.bootstrap-dark .badge-light:focus, a.bootstrap-dark .badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(37, 41, 46, 0.5);
}

.bootstrap-dark .badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.bootstrap-dark .badge-dark:hover, a.bootstrap-dark .badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.bootstrap-dark .badge-dark:focus, a.bootstrap-dark .badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.bootstrap-dark .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #343a40;
  border-radius: 0.2rem;
}
@media (min-width: 576px) {
  .bootstrap-dark .jumbotron {
    padding: 4rem 2rem;
  }
}
.bootstrap-dark .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.bootstrap-dark .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.15rem;
}
.bootstrap-dark .alert-heading {
  color: inherit;
}
.bootstrap-dark .alert-link {
  font-weight: 700;
}
.bootstrap-dark .alert-dismissible {
  padding-right: 4rem;
}
.bootstrap-dark .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.bootstrap-dark .alert-primary {
  color: rgb(17.6, 37.4, 71.28);
  background-color: rgb(212, 221, 236.4);
  border-color: rgb(212, 221, 236.4);
}
.bootstrap-dark .alert-primary hr {
  border-top-color: rgb(194.1996753247, 206.9253246753, 228.7003246753);
}
.bootstrap-dark .alert-primary .alert-link {
  color: rgb(7.500990099, 15.9396039604, 30.379009901);
}
.bootstrap-dark .alert-secondary {
  color: rgb(47.52, 51.48, 55);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(225.6, 227.4, 229);
}
.bootstrap-dark .alert-secondary hr {
  border-top-color: rgb(212.0675090253, 214.6960288809, 217.0324909747);
}
.bootstrap-dark .alert-secondary .alert-link {
  color: rgb(23.8805150215, 25.8705579399, 27.6394849785);
}
.bootstrap-dark .alert-success {
  color: rgb(44.88, 72.6, 32.56);
  background-color: rgb(224.4, 237, 218.8);
  border-color: rgb(224.4, 237, 218.8);
}
.bootstrap-dark .alert-success hr {
  border-top-color: rgb(210.0033210332, 228.5313653137, 201.7686346863);
}
.bootstrap-dark .alert-success .alert-link {
  color: rgb(23.1143096234, 37.3907949791, 16.7692050209);
}
.bootstrap-dark .alert-info {
  color: rgb(0, 62.92, 90.64);
  background-color: rgb(204, 232.6, 245.2);
  border-color: rgb(204, 232.6, 245.2);
}
.bootstrap-dark .alert-info hr {
  border-top-color: rgb(182.6101973684, 223.2052631579, 241.0898026316);
}
.bootstrap-dark .alert-info .alert-link {
  color: rgb(0, 27.5170873786, 39.64);
}
.bootstrap-dark .alert-warning {
  color: rgb(112.2, 84.92, 3.08);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 242.6, 205.4);
}
.bootstrap-dark .alert-warning hr {
  border-top-color: rgb(255, 236.225, 179.9);
}
.bootstrap-dark .alert-warning .alert-link {
  color: rgb(62.5625954198, 47.3512977099, 1.7174045802);
}
.bootstrap-dark .alert-danger {
  color: rgb(104.28, 11.44, 25.96);
  background-color: rgb(251.4, 209.2, 215.8);
  border-color: rgb(251.4, 209.2, 215.8);
}
.bootstrap-dark .alert-danger hr {
  border-top-color: rgb(249.5417004049, 185.5582995951, 195.5651821862);
}
.bootstrap-dark .alert-danger .alert-link {
  color: rgb(58.3218250951, 6.3981749049, 14.5189353612);
}
.bootstrap-dark .alert-light {
  color: rgb(16.28, 18.04, 20.24);
  background-color: rgb(211.4, 212.2, 213.2);
  border-color: rgb(211.4, 212.2, 213.2);
}
.bootstrap-dark .alert-light hr {
  border-top-color: rgb(198.381264637, 199.4201405152, 200.718735363);
}
.bootstrap-dark .alert-light .alert-link {
  color: black;
}
.bootstrap-dark .alert-dark {
  color: rgb(22.88, 25.52, 28.16);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(214.4, 215.6, 216.8);
}
.bootstrap-dark .alert-dark hr {
  border-top-color: rgb(201.2616751269, 202.85, 204.4383248731);
}
.bootstrap-dark .alert-dark .alert-link {
  color: rgb(0.0179310345, 0.02, 0.0220689655);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap-dark .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.15rem;
}
.bootstrap-dark .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2855a2;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-dark .progress-bar {
    transition: none;
  }
}
.bootstrap-dark .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.bootstrap-dark .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-dark .progress-bar-animated {
    animation: none;
  }
}
.bootstrap-dark .media {
  display: flex;
  align-items: flex-start;
}
.bootstrap-dark .media-body {
  flex: 1;
}
.bootstrap-dark .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.15rem;
}
.bootstrap-dark .list-group-item-action {
  width: 100%;
  color: #dee2e6;
  text-align: inherit;
}
.bootstrap-dark .list-group-item-action:hover, .bootstrap-dark .list-group-item-action:focus {
  z-index: 1;
  color: #dee2e6;
  text-decoration: none;
  background-color: #25292e;
}
.bootstrap-dark .list-group-item-action:active {
  color: #ced4da;
  background-color: #343a40;
}
.bootstrap-dark .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: rgba(30, 30, 30, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.125);
}
.bootstrap-dark .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.bootstrap-dark .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.bootstrap-dark .list-group-item.disabled, .bootstrap-dark .list-group-item:disabled {
  color: #ced4da;
  pointer-events: none;
  background-color: rgba(30, 30, 30, 0.05);
}
.bootstrap-dark .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap-dark .list-group-item + .bootstrap-dark .list-group-item {
  border-top-width: 0;
}
.bootstrap-dark .list-group-item + .bootstrap-dark .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.bootstrap-dark .list-group-horizontal {
  flex-direction: row;
}
.bootstrap-dark .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.15rem;
  border-top-right-radius: 0;
}
.bootstrap-dark .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.15rem;
  border-bottom-left-radius: 0;
}
.bootstrap-dark .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.bootstrap-dark .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.bootstrap-dark .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .bootstrap-dark .list-group-horizontal-sm {
    flex-direction: row;
  }
  .bootstrap-dark .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.15rem;
    border-top-right-radius: 0;
  }
  .bootstrap-dark .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.15rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap-dark .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap-dark .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap-dark .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .bootstrap-dark .list-group-horizontal-md {
    flex-direction: row;
  }
  .bootstrap-dark .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.15rem;
    border-top-right-radius: 0;
  }
  .bootstrap-dark .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.15rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap-dark .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap-dark .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap-dark .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .bootstrap-dark .list-group-horizontal-lg {
    flex-direction: row;
  }
  .bootstrap-dark .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.15rem;
    border-top-right-radius: 0;
  }
  .bootstrap-dark .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.15rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap-dark .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap-dark .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap-dark .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-dark .list-group-horizontal-xl {
    flex-direction: row;
  }
  .bootstrap-dark .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.15rem;
    border-top-right-radius: 0;
  }
  .bootstrap-dark .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.15rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap-dark .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap-dark .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap-dark .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.bootstrap-dark .list-group-flush {
  border-radius: 0;
}
.bootstrap-dark .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.bootstrap-dark .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.bootstrap-dark .list-group-item-primary {
  color: rgb(20.8, 44.2, 84.24);
  background-color: rgb(194.8, 207.4, 228.96);
}
.bootstrap-dark .list-group-item-primary.list-group-item-action:hover, .bootstrap-dark .list-group-item-primary.list-group-item-action:focus {
  color: rgb(20.8, 44.2, 84.24);
  background-color: rgb(176.9996753247, 193.3253246753, 221.2603246753);
}
.bootstrap-dark .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 44.2, 84.24);
  border-color: rgb(20.8, 44.2, 84.24);
}
.bootstrap-dark .list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.bootstrap-dark .list-group-item-secondary.list-group-item-action:hover, .bootstrap-dark .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);
}
.bootstrap-dark .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);
}
.bootstrap-dark .list-group-item-success {
  color: rgb(53.04, 85.8, 38.48);
  background-color: rgb(212.16, 229.8, 204.32);
}
.bootstrap-dark .list-group-item-success.list-group-item-action:hover, .bootstrap-dark .list-group-item-success.list-group-item-action:focus {
  color: rgb(53.04, 85.8, 38.48);
  background-color: rgb(197.7633210332, 221.3313653137, 187.2886346863);
}
.bootstrap-dark .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(53.04, 85.8, 38.48);
  border-color: rgb(53.04, 85.8, 38.48);
}
.bootstrap-dark .list-group-item-info {
  color: rgb(0, 74.36, 107.12);
  background-color: rgb(183.6, 223.64, 241.28);
}
.bootstrap-dark .list-group-item-info.list-group-item-action:hover, .bootstrap-dark .list-group-item-info.list-group-item-action:focus {
  color: rgb(0, 74.36, 107.12);
  background-color: rgb(162.2101973684, 214.2452631579, 237.1698026316);
}
.bootstrap-dark .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 74.36, 107.12);
  border-color: rgb(0, 74.36, 107.12);
}
.bootstrap-dark .list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.bootstrap-dark .list-group-item-warning.list-group-item-action:hover, .bootstrap-dark .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);
}
.bootstrap-dark .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);
}
.bootstrap-dark .list-group-item-danger {
  color: rgb(123.24, 13.52, 30.68);
  background-color: rgb(249.96, 190.88, 200.12);
}
.bootstrap-dark .list-group-item-danger.list-group-item-action:hover, .bootstrap-dark .list-group-item-danger.list-group-item-action:focus {
  color: rgb(123.24, 13.52, 30.68);
  background-color: rgb(248.1017004049, 167.2382995951, 179.8851821862);
}
.bootstrap-dark .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(123.24, 13.52, 30.68);
  border-color: rgb(123.24, 13.52, 30.68);
}
.bootstrap-dark .list-group-item-light {
  color: rgb(19.24, 21.32, 23.92);
  background-color: rgb(193.96, 195.08, 196.48);
}
.bootstrap-dark .list-group-item-light.list-group-item-action:hover, .bootstrap-dark .list-group-item-light.list-group-item-action:focus {
  color: rgb(19.24, 21.32, 23.92);
  background-color: rgb(180.941264637, 182.3001405152, 183.998735363);
}
.bootstrap-dark .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.24, 21.32, 23.92);
  border-color: rgb(19.24, 21.32, 23.92);
}
.bootstrap-dark .list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.bootstrap-dark .list-group-item-dark.list-group-item-action:hover, .bootstrap-dark .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);
}
.bootstrap-dark .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);
}
.bootstrap-dark .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  opacity: 0.5;
}
.bootstrap-dark .close:hover {
  color: #fff;
  text-decoration: none;
}
.bootstrap-dark .close:not(:disabled):not(.disabled):hover, .bootstrap-dark .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
.bootstrap-dark button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.bootstrap-dark a.close.disabled {
  pointer-events: none;
}
.bootstrap-dark .toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(0, 0, 0, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(255, 255, 255, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.bootstrap-dark .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.bootstrap-dark .toast.showing {
  opacity: 1;
}
.bootstrap-dark .toast.show {
  display: block;
  opacity: 1;
}
.bootstrap-dark .toast.hide {
  display: none;
}
.bootstrap-dark .toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #ced4da;
  background-color: rgba(0, 0, 0, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.bootstrap-dark .toast-body {
  padding: 0.75rem;
}
.bootstrap-dark .modal-open {
  overflow: hidden;
}
.bootstrap-dark .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap-dark .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.bootstrap-dark .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .bootstrap-dark .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .bootstrap-dark .modal-dialog {
    transition: none;
  }
}
.modal.fade .bootstrap-dark .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .bootstrap-dark .modal-dialog {
  transform: none;
}
.modal.modal-static .bootstrap-dark .modal-dialog {
  transform: scale(1.02);
}
.bootstrap-dark .modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.bootstrap-dark .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.bootstrap-dark .modal-dialog-scrollable .modal-header,
.bootstrap-dark .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.bootstrap-dark .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.bootstrap-dark .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.bootstrap-dark .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.bootstrap-dark .modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.bootstrap-dark .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.bootstrap-dark .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.bootstrap-dark .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #1e1e1e;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.2rem;
  outline: 0;
}
.bootstrap-dark .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.bootstrap-dark .modal-backdrop.fade {
  opacity: 0;
}
.bootstrap-dark .modal-backdrop.show {
  opacity: 0.5;
}
.bootstrap-dark .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #343a40;
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px);
}
.bootstrap-dark .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.bootstrap-dark .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.bootstrap-dark .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.bootstrap-dark .modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #343a40;
  border-bottom-right-radius: calc(0.2rem - 1px);
  border-bottom-left-radius: calc(0.2rem - 1px);
}
.bootstrap-dark .modal-footer > * {
  margin: 0.25rem;
}
.bootstrap-dark .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .bootstrap-dark .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .bootstrap-dark .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .bootstrap-dark .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .bootstrap-dark .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .bootstrap-dark .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .bootstrap-dark .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap-dark .modal-lg,
  .bootstrap-dark .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-dark .modal-xl {
    max-width: 1140px;
  }
}
.bootstrap-dark .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.bootstrap-dark .tooltip.show {
  opacity: 1;
}
.bootstrap-dark .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.bootstrap-dark .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrap-dark .bs-tooltip-top, .bootstrap-dark .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bootstrap-dark .bs-tooltip-top .arrow, .bootstrap-dark .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bootstrap-dark .bs-tooltip-top .arrow::before, .bootstrap-dark .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #6c757d;
}
.bootstrap-dark .bs-tooltip-right, .bootstrap-dark .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bootstrap-dark .bs-tooltip-right .arrow, .bootstrap-dark .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bootstrap-dark .bs-tooltip-right .arrow::before, .bootstrap-dark .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #6c757d;
}
.bootstrap-dark .bs-tooltip-bottom, .bootstrap-dark .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bootstrap-dark .bs-tooltip-bottom .arrow, .bootstrap-dark .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bootstrap-dark .bs-tooltip-bottom .arrow::before, .bootstrap-dark .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #6c757d;
}
.bootstrap-dark .bs-tooltip-left, .bootstrap-dark .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bootstrap-dark .bs-tooltip-left .arrow, .bootstrap-dark .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bootstrap-dark .bs-tooltip-left .arrow::before, .bootstrap-dark .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #6c757d;
}
.bootstrap-dark .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #343a40;
  border-radius: 0.15rem;
}
.bootstrap-dark .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
}
.bootstrap-dark .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.2rem;
}
.bootstrap-dark .popover .arrow::before, .bootstrap-dark .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrap-dark .bs-popover-top, .bootstrap-dark .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bootstrap-dark .bs-popover-top > .arrow, .bootstrap-dark .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bootstrap-dark .bs-popover-top > .arrow::before, .bootstrap-dark .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-dark .bs-popover-top > .arrow::after, .bootstrap-dark .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bootstrap-dark .bs-popover-right, .bootstrap-dark .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bootstrap-dark .bs-popover-right > .arrow, .bootstrap-dark .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.2rem 0;
}
.bootstrap-dark .bs-popover-right > .arrow::before, .bootstrap-dark .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-dark .bs-popover-right > .arrow::after, .bootstrap-dark .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bootstrap-dark .bs-popover-bottom, .bootstrap-dark .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bootstrap-dark .bs-popover-bottom > .arrow, .bootstrap-dark .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bootstrap-dark .bs-popover-bottom > .arrow::before, .bootstrap-dark .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-dark .bs-popover-bottom > .arrow::after, .bootstrap-dark .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bootstrap-dark .bs-popover-bottom .popover-header::before, .bootstrap-dark .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}
.bootstrap-dark .bs-popover-left, .bootstrap-dark .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bootstrap-dark .bs-popover-left > .arrow, .bootstrap-dark .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.2rem 0;
}
.bootstrap-dark .bs-popover-left > .arrow::before, .bootstrap-dark .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-dark .bs-popover-left > .arrow::after, .bootstrap-dark .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.bootstrap-dark .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px);
}
.bootstrap-dark .popover-header:empty {
  display: none;
}
.bootstrap-dark .popover-body {
  padding: 0.5rem 0.75rem;
  color: #ced4da;
}
.bootstrap-dark .carousel {
  position: relative;
}
.bootstrap-dark .carousel.pointer-event {
  touch-action: pan-y;
}
.bootstrap-dark .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bootstrap-dark .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap-dark .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-dark .carousel-item {
    transition: none;
  }
}
.bootstrap-dark .carousel-item.active,
.bootstrap-dark .carousel-item-next,
.bootstrap-dark .carousel-item-prev {
  display: block;
}
.bootstrap-dark .carousel-item-next:not(.carousel-item-left),
.bootstrap-dark .active.carousel-item-right {
  transform: translateX(100%);
}
.bootstrap-dark .carousel-item-prev:not(.carousel-item-right),
.bootstrap-dark .active.carousel-item-left {
  transform: translateX(-100%);
}
.bootstrap-dark .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.bootstrap-dark .carousel-fade .carousel-item.active,
.bootstrap-dark .carousel-fade .carousel-item-next.carousel-item-left,
.bootstrap-dark .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.bootstrap-dark .carousel-fade .active.carousel-item-left,
.bootstrap-dark .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-dark .carousel-fade .active.carousel-item-left,
  .bootstrap-dark .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.bootstrap-dark .carousel-control-prev,
.bootstrap-dark .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-dark .carousel-control-prev,
  .bootstrap-dark .carousel-control-next {
    transition: none;
  }
}
.bootstrap-dark .carousel-control-prev:hover, .bootstrap-dark .carousel-control-prev:focus,
.bootstrap-dark .carousel-control-next:hover,
.bootstrap-dark .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.bootstrap-dark .carousel-control-prev {
  left: 0;
}
.bootstrap-dark .carousel-control-next {
  right: 0;
}
.bootstrap-dark .carousel-control-prev-icon,
.bootstrap-dark .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.bootstrap-dark .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.bootstrap-dark .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.bootstrap-dark .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.bootstrap-dark .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-dark .carousel-indicators li {
    transition: none;
  }
}
.bootstrap-dark .carousel-indicators .active {
  opacity: 1;
}
.bootstrap-dark .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.bootstrap-dark .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.bootstrap-dark .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.bootstrap-dark .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.bootstrap-dark .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.bootstrap-dark .align-baseline {
  vertical-align: baseline !important;
}
.bootstrap-dark .align-top {
  vertical-align: top !important;
}
.bootstrap-dark .align-middle {
  vertical-align: middle !important;
}
.bootstrap-dark .align-bottom {
  vertical-align: bottom !important;
}
.bootstrap-dark .align-text-bottom {
  vertical-align: text-bottom !important;
}
.bootstrap-dark .align-text-top {
  vertical-align: text-top !important;
}
.bootstrap-dark .bg-primary {
  background-color: #2855a2 !important;
}
.bootstrap-dark a.bg-primary:hover, .bootstrap-dark a.bg-primary:focus,
.bootstrap-dark button.bg-primary:hover,
.bootstrap-dark button.bg-primary:focus {
  background-color: rgb(29.900990099, 63.5396039604, 121.099009901) !important;
}
.bootstrap-dark .bg-secondary {
  background-color: #6c757d !important;
}
.bootstrap-dark a.bg-secondary:hover, .bootstrap-dark a.bg-secondary:focus,
.bootstrap-dark button.bg-secondary:hover,
.bootstrap-dark button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}
.bootstrap-dark .bg-success {
  background-color: #66a54a !important;
}
.bootstrap-dark a.bg-success:hover, .bootstrap-dark a.bg-success:focus,
.bootstrap-dark button.bg-success:hover,
.bootstrap-dark button.bg-success:focus {
  background-color: rgb(80.2343096234, 129.7907949791, 58.2092050209) !important;
}
.bootstrap-dark .bg-info {
  background-color: #008fce !important;
}
.bootstrap-dark a.bg-info:hover, .bootstrap-dark a.bg-info:focus,
.bootstrap-dark button.bg-info:hover,
.bootstrap-dark button.bg-info:focus {
  background-color: rgb(0, 107.5970873786, 155) !important;
}
.bootstrap-dark .bg-warning {
  background-color: #ffc107 !important;
}
.bootstrap-dark a.bg-warning:hover, .bootstrap-dark a.bg-warning:focus,
.bootstrap-dark button.bg-warning:hover,
.bootstrap-dark button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}
.bootstrap-dark .bg-danger {
  background-color: #ed1a3b !important;
}
.bootstrap-dark a.bg-danger:hover, .bootstrap-dark a.bg-danger:focus,
.bootstrap-dark button.bg-danger:hover,
.bootstrap-dark button.bg-danger:focus {
  background-color: rgb(196.5506072874, 15.4493927126, 43.7732793522) !important;
}
.bootstrap-dark .bg-light {
  background-color: #25292e !important;
}
.bootstrap-dark a.bg-light:hover, .bootstrap-dark a.bg-light:focus,
.bootstrap-dark button.bg-light:hover,
.bootstrap-dark button.bg-light:focus {
  background-color: rgb(14.265060241, 15.8072289157, 17.734939759) !important;
}
.bootstrap-dark .bg-dark {
  background-color: #343a40 !important;
}
.bootstrap-dark a.bg-dark:hover, .bootstrap-dark a.bg-dark:focus,
.bootstrap-dark button.bg-dark:hover,
.bootstrap-dark button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}
.bootstrap-dark .bg-white {
  background-color: #fff !important;
}
.bootstrap-dark .bg-transparent {
  background-color: transparent !important;
}
.bootstrap-dark .border {
  border: 1px solid #343a40 !important;
}
.bootstrap-dark .border-top {
  border-top: 1px solid #343a40 !important;
}
.bootstrap-dark .border-right {
  border-right: 1px solid #343a40 !important;
}
.bootstrap-dark .border-bottom {
  border-bottom: 1px solid #343a40 !important;
}
.bootstrap-dark .border-left {
  border-left: 1px solid #343a40 !important;
}
.bootstrap-dark .border-0 {
  border: 0 !important;
}
.bootstrap-dark .border-top-0 {
  border-top: 0 !important;
}
.bootstrap-dark .border-right-0 {
  border-right: 0 !important;
}
.bootstrap-dark .border-bottom-0 {
  border-bottom: 0 !important;
}
.bootstrap-dark .border-left-0 {
  border-left: 0 !important;
}
.bootstrap-dark .border-primary {
  border-color: #2855a2 !important;
}
.bootstrap-dark .border-secondary {
  border-color: #6c757d !important;
}
.bootstrap-dark .border-success {
  border-color: #66a54a !important;
}
.bootstrap-dark .border-info {
  border-color: #008fce !important;
}
.bootstrap-dark .border-warning {
  border-color: #ffc107 !important;
}
.bootstrap-dark .border-danger {
  border-color: #ed1a3b !important;
}
.bootstrap-dark .border-light {
  border-color: #25292e !important;
}
.bootstrap-dark .border-dark {
  border-color: #343a40 !important;
}
.bootstrap-dark .border-white {
  border-color: #fff !important;
}
.bootstrap-dark .rounded-sm {
  border-radius: 0.1rem !important;
}
.bootstrap-dark .rounded {
  border-radius: 0.15rem !important;
}
.bootstrap-dark .rounded-top {
  border-top-left-radius: 0.15rem !important;
  border-top-right-radius: 0.15rem !important;
}
.bootstrap-dark .rounded-right {
  border-top-right-radius: 0.15rem !important;
  border-bottom-right-radius: 0.15rem !important;
}
.bootstrap-dark .rounded-bottom {
  border-bottom-right-radius: 0.15rem !important;
  border-bottom-left-radius: 0.15rem !important;
}
.bootstrap-dark .rounded-left {
  border-top-left-radius: 0.15rem !important;
  border-bottom-left-radius: 0.15rem !important;
}
.bootstrap-dark .rounded-lg {
  border-radius: 0.2rem !important;
}
.bootstrap-dark .rounded-circle {
  border-radius: 50% !important;
}
.bootstrap-dark .rounded-pill {
  border-radius: 50rem !important;
}
.bootstrap-dark .rounded-0 {
  border-radius: 0 !important;
}
.bootstrap-dark .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap-dark .d-none {
  display: none !important;
}
.bootstrap-dark .d-inline {
  display: inline !important;
}
.bootstrap-dark .d-inline-block {
  display: inline-block !important;
}
.bootstrap-dark .d-block {
  display: block !important;
}
.bootstrap-dark .d-table {
  display: table !important;
}
.bootstrap-dark .d-table-row {
  display: table-row !important;
}
.bootstrap-dark .d-table-cell {
  display: table-cell !important;
}
.bootstrap-dark .d-flex {
  display: flex !important;
}
.bootstrap-dark .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .bootstrap-dark .d-sm-none {
    display: none !important;
  }
  .bootstrap-dark .d-sm-inline {
    display: inline !important;
  }
  .bootstrap-dark .d-sm-inline-block {
    display: inline-block !important;
  }
  .bootstrap-dark .d-sm-block {
    display: block !important;
  }
  .bootstrap-dark .d-sm-table {
    display: table !important;
  }
  .bootstrap-dark .d-sm-table-row {
    display: table-row !important;
  }
  .bootstrap-dark .d-sm-table-cell {
    display: table-cell !important;
  }
  .bootstrap-dark .d-sm-flex {
    display: flex !important;
  }
  .bootstrap-dark .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-dark .d-md-none {
    display: none !important;
  }
  .bootstrap-dark .d-md-inline {
    display: inline !important;
  }
  .bootstrap-dark .d-md-inline-block {
    display: inline-block !important;
  }
  .bootstrap-dark .d-md-block {
    display: block !important;
  }
  .bootstrap-dark .d-md-table {
    display: table !important;
  }
  .bootstrap-dark .d-md-table-row {
    display: table-row !important;
  }
  .bootstrap-dark .d-md-table-cell {
    display: table-cell !important;
  }
  .bootstrap-dark .d-md-flex {
    display: flex !important;
  }
  .bootstrap-dark .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-dark .d-lg-none {
    display: none !important;
  }
  .bootstrap-dark .d-lg-inline {
    display: inline !important;
  }
  .bootstrap-dark .d-lg-inline-block {
    display: inline-block !important;
  }
  .bootstrap-dark .d-lg-block {
    display: block !important;
  }
  .bootstrap-dark .d-lg-table {
    display: table !important;
  }
  .bootstrap-dark .d-lg-table-row {
    display: table-row !important;
  }
  .bootstrap-dark .d-lg-table-cell {
    display: table-cell !important;
  }
  .bootstrap-dark .d-lg-flex {
    display: flex !important;
  }
  .bootstrap-dark .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-dark .d-xl-none {
    display: none !important;
  }
  .bootstrap-dark .d-xl-inline {
    display: inline !important;
  }
  .bootstrap-dark .d-xl-inline-block {
    display: inline-block !important;
  }
  .bootstrap-dark .d-xl-block {
    display: block !important;
  }
  .bootstrap-dark .d-xl-table {
    display: table !important;
  }
  .bootstrap-dark .d-xl-table-row {
    display: table-row !important;
  }
  .bootstrap-dark .d-xl-table-cell {
    display: table-cell !important;
  }
  .bootstrap-dark .d-xl-flex {
    display: flex !important;
  }
  .bootstrap-dark .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .bootstrap-dark .d-print-none {
    display: none !important;
  }
  .bootstrap-dark .d-print-inline {
    display: inline !important;
  }
  .bootstrap-dark .d-print-inline-block {
    display: inline-block !important;
  }
  .bootstrap-dark .d-print-block {
    display: block !important;
  }
  .bootstrap-dark .d-print-table {
    display: table !important;
  }
  .bootstrap-dark .d-print-table-row {
    display: table-row !important;
  }
  .bootstrap-dark .d-print-table-cell {
    display: table-cell !important;
  }
  .bootstrap-dark .d-print-flex {
    display: flex !important;
  }
  .bootstrap-dark .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.bootstrap-dark .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.bootstrap-dark .embed-responsive::before {
  display: block;
  content: "";
}
.bootstrap-dark .embed-responsive .embed-responsive-item,
.bootstrap-dark .embed-responsive iframe,
.bootstrap-dark .embed-responsive embed,
.bootstrap-dark .embed-responsive object,
.bootstrap-dark .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bootstrap-dark .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.bootstrap-dark .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.bootstrap-dark .embed-responsive-4by3::before {
  padding-top: 75%;
}
.bootstrap-dark .embed-responsive-1by1::before {
  padding-top: 100%;
}
.bootstrap-dark .flex-row {
  flex-direction: row !important;
}
.bootstrap-dark .flex-column {
  flex-direction: column !important;
}
.bootstrap-dark .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.bootstrap-dark .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.bootstrap-dark .flex-wrap {
  flex-wrap: wrap !important;
}
.bootstrap-dark .flex-nowrap {
  flex-wrap: nowrap !important;
}
.bootstrap-dark .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.bootstrap-dark .flex-fill {
  flex: 1 1 auto !important;
}
.bootstrap-dark .flex-grow-0 {
  flex-grow: 0 !important;
}
.bootstrap-dark .flex-grow-1 {
  flex-grow: 1 !important;
}
.bootstrap-dark .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.bootstrap-dark .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.bootstrap-dark .justify-content-start {
  justify-content: flex-start !important;
}
.bootstrap-dark .justify-content-end {
  justify-content: flex-end !important;
}
.bootstrap-dark .justify-content-center {
  justify-content: center !important;
}
.bootstrap-dark .justify-content-between {
  justify-content: space-between !important;
}
.bootstrap-dark .justify-content-around {
  justify-content: space-around !important;
}
.bootstrap-dark .align-items-start {
  align-items: flex-start !important;
}
.bootstrap-dark .align-items-end {
  align-items: flex-end !important;
}
.bootstrap-dark .align-items-center {
  align-items: center !important;
}
.bootstrap-dark .align-items-baseline {
  align-items: baseline !important;
}
.bootstrap-dark .align-items-stretch {
  align-items: stretch !important;
}
.bootstrap-dark .align-content-start {
  align-content: flex-start !important;
}
.bootstrap-dark .align-content-end {
  align-content: flex-end !important;
}
.bootstrap-dark .align-content-center {
  align-content: center !important;
}
.bootstrap-dark .align-content-between {
  align-content: space-between !important;
}
.bootstrap-dark .align-content-around {
  align-content: space-around !important;
}
.bootstrap-dark .align-content-stretch {
  align-content: stretch !important;
}
.bootstrap-dark .align-self-auto {
  align-self: auto !important;
}
.bootstrap-dark .align-self-start {
  align-self: flex-start !important;
}
.bootstrap-dark .align-self-end {
  align-self: flex-end !important;
}
.bootstrap-dark .align-self-center {
  align-self: center !important;
}
.bootstrap-dark .align-self-baseline {
  align-self: baseline !important;
}
.bootstrap-dark .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .bootstrap-dark .flex-sm-row {
    flex-direction: row !important;
  }
  .bootstrap-dark .flex-sm-column {
    flex-direction: column !important;
  }
  .bootstrap-dark .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap-dark .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap-dark .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap-dark .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap-dark .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap-dark .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap-dark .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap-dark .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap-dark .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap-dark .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap-dark .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bootstrap-dark .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bootstrap-dark .justify-content-sm-center {
    justify-content: center !important;
  }
  .bootstrap-dark .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bootstrap-dark .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bootstrap-dark .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bootstrap-dark .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bootstrap-dark .align-items-sm-center {
    align-items: center !important;
  }
  .bootstrap-dark .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bootstrap-dark .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bootstrap-dark .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bootstrap-dark .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bootstrap-dark .align-content-sm-center {
    align-content: center !important;
  }
  .bootstrap-dark .align-content-sm-between {
    align-content: space-between !important;
  }
  .bootstrap-dark .align-content-sm-around {
    align-content: space-around !important;
  }
  .bootstrap-dark .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bootstrap-dark .align-self-sm-auto {
    align-self: auto !important;
  }
  .bootstrap-dark .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bootstrap-dark .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bootstrap-dark .align-self-sm-center {
    align-self: center !important;
  }
  .bootstrap-dark .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bootstrap-dark .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-dark .flex-md-row {
    flex-direction: row !important;
  }
  .bootstrap-dark .flex-md-column {
    flex-direction: column !important;
  }
  .bootstrap-dark .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap-dark .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap-dark .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap-dark .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap-dark .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap-dark .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap-dark .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap-dark .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap-dark .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap-dark .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap-dark .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bootstrap-dark .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bootstrap-dark .justify-content-md-center {
    justify-content: center !important;
  }
  .bootstrap-dark .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bootstrap-dark .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bootstrap-dark .align-items-md-start {
    align-items: flex-start !important;
  }
  .bootstrap-dark .align-items-md-end {
    align-items: flex-end !important;
  }
  .bootstrap-dark .align-items-md-center {
    align-items: center !important;
  }
  .bootstrap-dark .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bootstrap-dark .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bootstrap-dark .align-content-md-start {
    align-content: flex-start !important;
  }
  .bootstrap-dark .align-content-md-end {
    align-content: flex-end !important;
  }
  .bootstrap-dark .align-content-md-center {
    align-content: center !important;
  }
  .bootstrap-dark .align-content-md-between {
    align-content: space-between !important;
  }
  .bootstrap-dark .align-content-md-around {
    align-content: space-around !important;
  }
  .bootstrap-dark .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bootstrap-dark .align-self-md-auto {
    align-self: auto !important;
  }
  .bootstrap-dark .align-self-md-start {
    align-self: flex-start !important;
  }
  .bootstrap-dark .align-self-md-end {
    align-self: flex-end !important;
  }
  .bootstrap-dark .align-self-md-center {
    align-self: center !important;
  }
  .bootstrap-dark .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bootstrap-dark .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-dark .flex-lg-row {
    flex-direction: row !important;
  }
  .bootstrap-dark .flex-lg-column {
    flex-direction: column !important;
  }
  .bootstrap-dark .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap-dark .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap-dark .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap-dark .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap-dark .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap-dark .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap-dark .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap-dark .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap-dark .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap-dark .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap-dark .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bootstrap-dark .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bootstrap-dark .justify-content-lg-center {
    justify-content: center !important;
  }
  .bootstrap-dark .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bootstrap-dark .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bootstrap-dark .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bootstrap-dark .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bootstrap-dark .align-items-lg-center {
    align-items: center !important;
  }
  .bootstrap-dark .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bootstrap-dark .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bootstrap-dark .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bootstrap-dark .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bootstrap-dark .align-content-lg-center {
    align-content: center !important;
  }
  .bootstrap-dark .align-content-lg-between {
    align-content: space-between !important;
  }
  .bootstrap-dark .align-content-lg-around {
    align-content: space-around !important;
  }
  .bootstrap-dark .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bootstrap-dark .align-self-lg-auto {
    align-self: auto !important;
  }
  .bootstrap-dark .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bootstrap-dark .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bootstrap-dark .align-self-lg-center {
    align-self: center !important;
  }
  .bootstrap-dark .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bootstrap-dark .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-dark .flex-xl-row {
    flex-direction: row !important;
  }
  .bootstrap-dark .flex-xl-column {
    flex-direction: column !important;
  }
  .bootstrap-dark .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap-dark .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap-dark .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap-dark .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap-dark .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap-dark .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap-dark .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap-dark .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap-dark .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap-dark .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap-dark .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .bootstrap-dark .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .bootstrap-dark .justify-content-xl-center {
    justify-content: center !important;
  }
  .bootstrap-dark .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .bootstrap-dark .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .bootstrap-dark .align-items-xl-start {
    align-items: flex-start !important;
  }
  .bootstrap-dark .align-items-xl-end {
    align-items: flex-end !important;
  }
  .bootstrap-dark .align-items-xl-center {
    align-items: center !important;
  }
  .bootstrap-dark .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .bootstrap-dark .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .bootstrap-dark .align-content-xl-start {
    align-content: flex-start !important;
  }
  .bootstrap-dark .align-content-xl-end {
    align-content: flex-end !important;
  }
  .bootstrap-dark .align-content-xl-center {
    align-content: center !important;
  }
  .bootstrap-dark .align-content-xl-between {
    align-content: space-between !important;
  }
  .bootstrap-dark .align-content-xl-around {
    align-content: space-around !important;
  }
  .bootstrap-dark .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .bootstrap-dark .align-self-xl-auto {
    align-self: auto !important;
  }
  .bootstrap-dark .align-self-xl-start {
    align-self: flex-start !important;
  }
  .bootstrap-dark .align-self-xl-end {
    align-self: flex-end !important;
  }
  .bootstrap-dark .align-self-xl-center {
    align-self: center !important;
  }
  .bootstrap-dark .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .bootstrap-dark .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.bootstrap-dark .float-left {
  float: left !important;
}
.bootstrap-dark .float-right {
  float: right !important;
}
.bootstrap-dark .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .bootstrap-dark .float-sm-left {
    float: left !important;
  }
  .bootstrap-dark .float-sm-right {
    float: right !important;
  }
  .bootstrap-dark .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-dark .float-md-left {
    float: left !important;
  }
  .bootstrap-dark .float-md-right {
    float: right !important;
  }
  .bootstrap-dark .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-dark .float-lg-left {
    float: left !important;
  }
  .bootstrap-dark .float-lg-right {
    float: right !important;
  }
  .bootstrap-dark .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-dark .float-xl-left {
    float: left !important;
  }
  .bootstrap-dark .float-xl-right {
    float: right !important;
  }
  .bootstrap-dark .float-xl-none {
    float: none !important;
  }
}
.bootstrap-dark .user-select-all {
  user-select: all !important;
}
.bootstrap-dark .user-select-auto {
  user-select: auto !important;
}
.bootstrap-dark .user-select-none {
  user-select: none !important;
}
.bootstrap-dark .overflow-auto {
  overflow: auto !important;
}
.bootstrap-dark .overflow-hidden {
  overflow: hidden !important;
}
.bootstrap-dark .position-static {
  position: static !important;
}
.bootstrap-dark .position-relative {
  position: relative !important;
}
.bootstrap-dark .position-absolute {
  position: absolute !important;
}
.bootstrap-dark .position-fixed {
  position: fixed !important;
}
.bootstrap-dark .position-sticky {
  position: sticky !important;
}
.bootstrap-dark .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.bootstrap-dark .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .bootstrap-dark .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.bootstrap-dark .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;
}
.bootstrap-dark .sr-only-focusable:active, .bootstrap-dark .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.bootstrap-dark .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.bootstrap-dark .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.bootstrap-dark .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.bootstrap-dark .shadow-none {
  box-shadow: none !important;
}
.bootstrap-dark .w-25 {
  width: 25% !important;
}
.bootstrap-dark .w-50 {
  width: 50% !important;
}
.bootstrap-dark .w-75 {
  width: 75% !important;
}
.bootstrap-dark .w-100 {
  width: 100% !important;
}
.bootstrap-dark .w-auto {
  width: auto !important;
}
.bootstrap-dark .h-25 {
  height: 25% !important;
}
.bootstrap-dark .h-50 {
  height: 50% !important;
}
.bootstrap-dark .h-75 {
  height: 75% !important;
}
.bootstrap-dark .h-100 {
  height: 100% !important;
}
.bootstrap-dark .h-auto {
  height: auto !important;
}
.bootstrap-dark .mw-100 {
  max-width: 100% !important;
}
.bootstrap-dark .mh-100 {
  max-height: 100% !important;
}
.bootstrap-dark .min-vw-100 {
  min-width: 100vw !important;
}
.bootstrap-dark .min-vh-100 {
  min-height: 100vh !important;
}
.bootstrap-dark .vw-100 {
  width: 100vw !important;
}
.bootstrap-dark .vh-100 {
  height: 100vh !important;
}
.bootstrap-dark .m-0 {
  margin: 0 !important;
}
.bootstrap-dark .mt-0,
.bootstrap-dark .my-0 {
  margin-top: 0 !important;
}
.bootstrap-dark .mr-0,
.bootstrap-dark .mx-0 {
  margin-right: 0 !important;
}
.bootstrap-dark .mb-0,
.bootstrap-dark .my-0 {
  margin-bottom: 0 !important;
}
.bootstrap-dark .ml-0,
.bootstrap-dark .mx-0 {
  margin-left: 0 !important;
}
.bootstrap-dark .m-1 {
  margin: 0.25rem !important;
}
.bootstrap-dark .mt-1,
.bootstrap-dark .my-1 {
  margin-top: 0.25rem !important;
}
.bootstrap-dark .mr-1,
.bootstrap-dark .mx-1 {
  margin-right: 0.25rem !important;
}
.bootstrap-dark .mb-1,
.bootstrap-dark .my-1 {
  margin-bottom: 0.25rem !important;
}
.bootstrap-dark .ml-1,
.bootstrap-dark .mx-1 {
  margin-left: 0.25rem !important;
}
.bootstrap-dark .m-2 {
  margin: 0.5rem !important;
}
.bootstrap-dark .mt-2,
.bootstrap-dark .my-2 {
  margin-top: 0.5rem !important;
}
.bootstrap-dark .mr-2,
.bootstrap-dark .mx-2 {
  margin-right: 0.5rem !important;
}
.bootstrap-dark .mb-2,
.bootstrap-dark .my-2 {
  margin-bottom: 0.5rem !important;
}
.bootstrap-dark .ml-2,
.bootstrap-dark .mx-2 {
  margin-left: 0.5rem !important;
}
.bootstrap-dark .m-3 {
  margin: 1rem !important;
}
.bootstrap-dark .mt-3,
.bootstrap-dark .my-3 {
  margin-top: 1rem !important;
}
.bootstrap-dark .mr-3,
.bootstrap-dark .mx-3 {
  margin-right: 1rem !important;
}
.bootstrap-dark .mb-3,
.bootstrap-dark .my-3 {
  margin-bottom: 1rem !important;
}
.bootstrap-dark .ml-3,
.bootstrap-dark .mx-3 {
  margin-left: 1rem !important;
}
.bootstrap-dark .m-4 {
  margin: 1.5rem !important;
}
.bootstrap-dark .mt-4,
.bootstrap-dark .my-4 {
  margin-top: 1.5rem !important;
}
.bootstrap-dark .mr-4,
.bootstrap-dark .mx-4 {
  margin-right: 1.5rem !important;
}
.bootstrap-dark .mb-4,
.bootstrap-dark .my-4 {
  margin-bottom: 1.5rem !important;
}
.bootstrap-dark .ml-4,
.bootstrap-dark .mx-4 {
  margin-left: 1.5rem !important;
}
.bootstrap-dark .m-5 {
  margin: 3rem !important;
}
.bootstrap-dark .mt-5,
.bootstrap-dark .my-5 {
  margin-top: 3rem !important;
}
.bootstrap-dark .mr-5,
.bootstrap-dark .mx-5 {
  margin-right: 3rem !important;
}
.bootstrap-dark .mb-5,
.bootstrap-dark .my-5 {
  margin-bottom: 3rem !important;
}
.bootstrap-dark .ml-5,
.bootstrap-dark .mx-5 {
  margin-left: 3rem !important;
}
.bootstrap-dark .p-0 {
  padding: 0 !important;
}
.bootstrap-dark .pt-0,
.bootstrap-dark .py-0 {
  padding-top: 0 !important;
}
.bootstrap-dark .pr-0,
.bootstrap-dark .px-0 {
  padding-right: 0 !important;
}
.bootstrap-dark .pb-0,
.bootstrap-dark .py-0 {
  padding-bottom: 0 !important;
}
.bootstrap-dark .pl-0,
.bootstrap-dark .px-0 {
  padding-left: 0 !important;
}
.bootstrap-dark .p-1 {
  padding: 0.25rem !important;
}
.bootstrap-dark .pt-1,
.bootstrap-dark .py-1 {
  padding-top: 0.25rem !important;
}
.bootstrap-dark .pr-1,
.bootstrap-dark .px-1 {
  padding-right: 0.25rem !important;
}
.bootstrap-dark .pb-1,
.bootstrap-dark .py-1 {
  padding-bottom: 0.25rem !important;
}
.bootstrap-dark .pl-1,
.bootstrap-dark .px-1 {
  padding-left: 0.25rem !important;
}
.bootstrap-dark .p-2 {
  padding: 0.5rem !important;
}
.bootstrap-dark .pt-2,
.bootstrap-dark .py-2 {
  padding-top: 0.5rem !important;
}
.bootstrap-dark .pr-2,
.bootstrap-dark .px-2 {
  padding-right: 0.5rem !important;
}
.bootstrap-dark .pb-2,
.bootstrap-dark .py-2 {
  padding-bottom: 0.5rem !important;
}
.bootstrap-dark .pl-2,
.bootstrap-dark .px-2 {
  padding-left: 0.5rem !important;
}
.bootstrap-dark .p-3 {
  padding: 1rem !important;
}
.bootstrap-dark .pt-3,
.bootstrap-dark .py-3 {
  padding-top: 1rem !important;
}
.bootstrap-dark .pr-3,
.bootstrap-dark .px-3 {
  padding-right: 1rem !important;
}
.bootstrap-dark .pb-3,
.bootstrap-dark .py-3 {
  padding-bottom: 1rem !important;
}
.bootstrap-dark .pl-3,
.bootstrap-dark .px-3 {
  padding-left: 1rem !important;
}
.bootstrap-dark .p-4 {
  padding: 1.5rem !important;
}
.bootstrap-dark .pt-4,
.bootstrap-dark .py-4 {
  padding-top: 1.5rem !important;
}
.bootstrap-dark .pr-4,
.bootstrap-dark .px-4 {
  padding-right: 1.5rem !important;
}
.bootstrap-dark .pb-4,
.bootstrap-dark .py-4 {
  padding-bottom: 1.5rem !important;
}
.bootstrap-dark .pl-4,
.bootstrap-dark .px-4 {
  padding-left: 1.5rem !important;
}
.bootstrap-dark .p-5 {
  padding: 3rem !important;
}
.bootstrap-dark .pt-5,
.bootstrap-dark .py-5 {
  padding-top: 3rem !important;
}
.bootstrap-dark .pr-5,
.bootstrap-dark .px-5 {
  padding-right: 3rem !important;
}
.bootstrap-dark .pb-5,
.bootstrap-dark .py-5 {
  padding-bottom: 3rem !important;
}
.bootstrap-dark .pl-5,
.bootstrap-dark .px-5 {
  padding-left: 3rem !important;
}
.bootstrap-dark .m-n1 {
  margin: -0.25rem !important;
}
.bootstrap-dark .mt-n1,
.bootstrap-dark .my-n1 {
  margin-top: -0.25rem !important;
}
.bootstrap-dark .mr-n1,
.bootstrap-dark .mx-n1 {
  margin-right: -0.25rem !important;
}
.bootstrap-dark .mb-n1,
.bootstrap-dark .my-n1 {
  margin-bottom: -0.25rem !important;
}
.bootstrap-dark .ml-n1,
.bootstrap-dark .mx-n1 {
  margin-left: -0.25rem !important;
}
.bootstrap-dark .m-n2 {
  margin: -0.5rem !important;
}
.bootstrap-dark .mt-n2,
.bootstrap-dark .my-n2 {
  margin-top: -0.5rem !important;
}
.bootstrap-dark .mr-n2,
.bootstrap-dark .mx-n2 {
  margin-right: -0.5rem !important;
}
.bootstrap-dark .mb-n2,
.bootstrap-dark .my-n2 {
  margin-bottom: -0.5rem !important;
}
.bootstrap-dark .ml-n2,
.bootstrap-dark .mx-n2 {
  margin-left: -0.5rem !important;
}
.bootstrap-dark .m-n3 {
  margin: -1rem !important;
}
.bootstrap-dark .mt-n3,
.bootstrap-dark .my-n3 {
  margin-top: -1rem !important;
}
.bootstrap-dark .mr-n3,
.bootstrap-dark .mx-n3 {
  margin-right: -1rem !important;
}
.bootstrap-dark .mb-n3,
.bootstrap-dark .my-n3 {
  margin-bottom: -1rem !important;
}
.bootstrap-dark .ml-n3,
.bootstrap-dark .mx-n3 {
  margin-left: -1rem !important;
}
.bootstrap-dark .m-n4 {
  margin: -1.5rem !important;
}
.bootstrap-dark .mt-n4,
.bootstrap-dark .my-n4 {
  margin-top: -1.5rem !important;
}
.bootstrap-dark .mr-n4,
.bootstrap-dark .mx-n4 {
  margin-right: -1.5rem !important;
}
.bootstrap-dark .mb-n4,
.bootstrap-dark .my-n4 {
  margin-bottom: -1.5rem !important;
}
.bootstrap-dark .ml-n4,
.bootstrap-dark .mx-n4 {
  margin-left: -1.5rem !important;
}
.bootstrap-dark .m-n5 {
  margin: -3rem !important;
}
.bootstrap-dark .mt-n5,
.bootstrap-dark .my-n5 {
  margin-top: -3rem !important;
}
.bootstrap-dark .mr-n5,
.bootstrap-dark .mx-n5 {
  margin-right: -3rem !important;
}
.bootstrap-dark .mb-n5,
.bootstrap-dark .my-n5 {
  margin-bottom: -3rem !important;
}
.bootstrap-dark .ml-n5,
.bootstrap-dark .mx-n5 {
  margin-left: -3rem !important;
}
.bootstrap-dark .m-auto {
  margin: auto !important;
}
.bootstrap-dark .mt-auto,
.bootstrap-dark .my-auto {
  margin-top: auto !important;
}
.bootstrap-dark .mr-auto,
.bootstrap-dark .mx-auto {
  margin-right: auto !important;
}
.bootstrap-dark .mb-auto,
.bootstrap-dark .my-auto {
  margin-bottom: auto !important;
}
.bootstrap-dark .ml-auto,
.bootstrap-dark .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .bootstrap-dark .m-sm-0 {
    margin: 0 !important;
  }
  .bootstrap-dark .mt-sm-0,
  .bootstrap-dark .my-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrap-dark .mr-sm-0,
  .bootstrap-dark .mx-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrap-dark .mb-sm-0,
  .bootstrap-dark .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-dark .ml-sm-0,
  .bootstrap-dark .mx-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrap-dark .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-dark .mt-sm-1,
  .bootstrap-dark .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-dark .mr-sm-1,
  .bootstrap-dark .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-dark .mb-sm-1,
  .bootstrap-dark .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-dark .ml-sm-1,
  .bootstrap-dark .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-dark .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-dark .mt-sm-2,
  .bootstrap-dark .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-dark .mr-sm-2,
  .bootstrap-dark .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-dark .mb-sm-2,
  .bootstrap-dark .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-dark .ml-sm-2,
  .bootstrap-dark .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-dark .m-sm-3 {
    margin: 1rem !important;
  }
  .bootstrap-dark .mt-sm-3,
  .bootstrap-dark .my-sm-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-dark .mr-sm-3,
  .bootstrap-dark .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-dark .mb-sm-3,
  .bootstrap-dark .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-dark .ml-sm-3,
  .bootstrap-dark .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-dark .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-dark .mt-sm-4,
  .bootstrap-dark .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-dark .mr-sm-4,
  .bootstrap-dark .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-dark .mb-sm-4,
  .bootstrap-dark .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-dark .ml-sm-4,
  .bootstrap-dark .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-dark .m-sm-5 {
    margin: 3rem !important;
  }
  .bootstrap-dark .mt-sm-5,
  .bootstrap-dark .my-sm-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-dark .mr-sm-5,
  .bootstrap-dark .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-dark .mb-sm-5,
  .bootstrap-dark .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-dark .ml-sm-5,
  .bootstrap-dark .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-dark .p-sm-0 {
    padding: 0 !important;
  }
  .bootstrap-dark .pt-sm-0,
  .bootstrap-dark .py-sm-0 {
    padding-top: 0 !important;
  }
  .bootstrap-dark .pr-sm-0,
  .bootstrap-dark .px-sm-0 {
    padding-right: 0 !important;
  }
  .bootstrap-dark .pb-sm-0,
  .bootstrap-dark .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-dark .pl-sm-0,
  .bootstrap-dark .px-sm-0 {
    padding-left: 0 !important;
  }
  .bootstrap-dark .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-dark .pt-sm-1,
  .bootstrap-dark .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-dark .pr-sm-1,
  .bootstrap-dark .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-dark .pb-sm-1,
  .bootstrap-dark .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-dark .pl-sm-1,
  .bootstrap-dark .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-dark .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-dark .pt-sm-2,
  .bootstrap-dark .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-dark .pr-sm-2,
  .bootstrap-dark .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-dark .pb-sm-2,
  .bootstrap-dark .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-dark .pl-sm-2,
  .bootstrap-dark .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-dark .p-sm-3 {
    padding: 1rem !important;
  }
  .bootstrap-dark .pt-sm-3,
  .bootstrap-dark .py-sm-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-dark .pr-sm-3,
  .bootstrap-dark .px-sm-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-dark .pb-sm-3,
  .bootstrap-dark .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-dark .pl-sm-3,
  .bootstrap-dark .px-sm-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-dark .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-dark .pt-sm-4,
  .bootstrap-dark .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-dark .pr-sm-4,
  .bootstrap-dark .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-dark .pb-sm-4,
  .bootstrap-dark .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-dark .pl-sm-4,
  .bootstrap-dark .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-dark .p-sm-5 {
    padding: 3rem !important;
  }
  .bootstrap-dark .pt-sm-5,
  .bootstrap-dark .py-sm-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-dark .pr-sm-5,
  .bootstrap-dark .px-sm-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-dark .pb-sm-5,
  .bootstrap-dark .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-dark .pl-sm-5,
  .bootstrap-dark .px-sm-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-dark .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-dark .mt-sm-n1,
  .bootstrap-dark .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-dark .mr-sm-n1,
  .bootstrap-dark .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-dark .mb-sm-n1,
  .bootstrap-dark .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-dark .ml-sm-n1,
  .bootstrap-dark .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-dark .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-dark .mt-sm-n2,
  .bootstrap-dark .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-dark .mr-sm-n2,
  .bootstrap-dark .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-dark .mb-sm-n2,
  .bootstrap-dark .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-dark .ml-sm-n2,
  .bootstrap-dark .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-dark .m-sm-n3 {
    margin: -1rem !important;
  }
  .bootstrap-dark .mt-sm-n3,
  .bootstrap-dark .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-dark .mr-sm-n3,
  .bootstrap-dark .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-dark .mb-sm-n3,
  .bootstrap-dark .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-dark .ml-sm-n3,
  .bootstrap-dark .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-dark .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-dark .mt-sm-n4,
  .bootstrap-dark .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-dark .mr-sm-n4,
  .bootstrap-dark .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-dark .mb-sm-n4,
  .bootstrap-dark .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-dark .ml-sm-n4,
  .bootstrap-dark .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-dark .m-sm-n5 {
    margin: -3rem !important;
  }
  .bootstrap-dark .mt-sm-n5,
  .bootstrap-dark .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-dark .mr-sm-n5,
  .bootstrap-dark .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-dark .mb-sm-n5,
  .bootstrap-dark .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-dark .ml-sm-n5,
  .bootstrap-dark .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-dark .m-sm-auto {
    margin: auto !important;
  }
  .bootstrap-dark .mt-sm-auto,
  .bootstrap-dark .my-sm-auto {
    margin-top: auto !important;
  }
  .bootstrap-dark .mr-sm-auto,
  .bootstrap-dark .mx-sm-auto {
    margin-right: auto !important;
  }
  .bootstrap-dark .mb-sm-auto,
  .bootstrap-dark .my-sm-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-dark .ml-sm-auto,
  .bootstrap-dark .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-dark .m-md-0 {
    margin: 0 !important;
  }
  .bootstrap-dark .mt-md-0,
  .bootstrap-dark .my-md-0 {
    margin-top: 0 !important;
  }
  .bootstrap-dark .mr-md-0,
  .bootstrap-dark .mx-md-0 {
    margin-right: 0 !important;
  }
  .bootstrap-dark .mb-md-0,
  .bootstrap-dark .my-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-dark .ml-md-0,
  .bootstrap-dark .mx-md-0 {
    margin-left: 0 !important;
  }
  .bootstrap-dark .m-md-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-dark .mt-md-1,
  .bootstrap-dark .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-dark .mr-md-1,
  .bootstrap-dark .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-dark .mb-md-1,
  .bootstrap-dark .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-dark .ml-md-1,
  .bootstrap-dark .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-dark .m-md-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-dark .mt-md-2,
  .bootstrap-dark .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-dark .mr-md-2,
  .bootstrap-dark .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-dark .mb-md-2,
  .bootstrap-dark .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-dark .ml-md-2,
  .bootstrap-dark .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-dark .m-md-3 {
    margin: 1rem !important;
  }
  .bootstrap-dark .mt-md-3,
  .bootstrap-dark .my-md-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-dark .mr-md-3,
  .bootstrap-dark .mx-md-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-dark .mb-md-3,
  .bootstrap-dark .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-dark .ml-md-3,
  .bootstrap-dark .mx-md-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-dark .m-md-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-dark .mt-md-4,
  .bootstrap-dark .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-dark .mr-md-4,
  .bootstrap-dark .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-dark .mb-md-4,
  .bootstrap-dark .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-dark .ml-md-4,
  .bootstrap-dark .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-dark .m-md-5 {
    margin: 3rem !important;
  }
  .bootstrap-dark .mt-md-5,
  .bootstrap-dark .my-md-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-dark .mr-md-5,
  .bootstrap-dark .mx-md-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-dark .mb-md-5,
  .bootstrap-dark .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-dark .ml-md-5,
  .bootstrap-dark .mx-md-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-dark .p-md-0 {
    padding: 0 !important;
  }
  .bootstrap-dark .pt-md-0,
  .bootstrap-dark .py-md-0 {
    padding-top: 0 !important;
  }
  .bootstrap-dark .pr-md-0,
  .bootstrap-dark .px-md-0 {
    padding-right: 0 !important;
  }
  .bootstrap-dark .pb-md-0,
  .bootstrap-dark .py-md-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-dark .pl-md-0,
  .bootstrap-dark .px-md-0 {
    padding-left: 0 !important;
  }
  .bootstrap-dark .p-md-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-dark .pt-md-1,
  .bootstrap-dark .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-dark .pr-md-1,
  .bootstrap-dark .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-dark .pb-md-1,
  .bootstrap-dark .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-dark .pl-md-1,
  .bootstrap-dark .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-dark .p-md-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-dark .pt-md-2,
  .bootstrap-dark .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-dark .pr-md-2,
  .bootstrap-dark .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-dark .pb-md-2,
  .bootstrap-dark .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-dark .pl-md-2,
  .bootstrap-dark .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-dark .p-md-3 {
    padding: 1rem !important;
  }
  .bootstrap-dark .pt-md-3,
  .bootstrap-dark .py-md-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-dark .pr-md-3,
  .bootstrap-dark .px-md-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-dark .pb-md-3,
  .bootstrap-dark .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-dark .pl-md-3,
  .bootstrap-dark .px-md-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-dark .p-md-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-dark .pt-md-4,
  .bootstrap-dark .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-dark .pr-md-4,
  .bootstrap-dark .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-dark .pb-md-4,
  .bootstrap-dark .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-dark .pl-md-4,
  .bootstrap-dark .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-dark .p-md-5 {
    padding: 3rem !important;
  }
  .bootstrap-dark .pt-md-5,
  .bootstrap-dark .py-md-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-dark .pr-md-5,
  .bootstrap-dark .px-md-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-dark .pb-md-5,
  .bootstrap-dark .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-dark .pl-md-5,
  .bootstrap-dark .px-md-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-dark .m-md-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-dark .mt-md-n1,
  .bootstrap-dark .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-dark .mr-md-n1,
  .bootstrap-dark .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-dark .mb-md-n1,
  .bootstrap-dark .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-dark .ml-md-n1,
  .bootstrap-dark .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-dark .m-md-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-dark .mt-md-n2,
  .bootstrap-dark .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-dark .mr-md-n2,
  .bootstrap-dark .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-dark .mb-md-n2,
  .bootstrap-dark .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-dark .ml-md-n2,
  .bootstrap-dark .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-dark .m-md-n3 {
    margin: -1rem !important;
  }
  .bootstrap-dark .mt-md-n3,
  .bootstrap-dark .my-md-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-dark .mr-md-n3,
  .bootstrap-dark .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-dark .mb-md-n3,
  .bootstrap-dark .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-dark .ml-md-n3,
  .bootstrap-dark .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-dark .m-md-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-dark .mt-md-n4,
  .bootstrap-dark .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-dark .mr-md-n4,
  .bootstrap-dark .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-dark .mb-md-n4,
  .bootstrap-dark .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-dark .ml-md-n4,
  .bootstrap-dark .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-dark .m-md-n5 {
    margin: -3rem !important;
  }
  .bootstrap-dark .mt-md-n5,
  .bootstrap-dark .my-md-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-dark .mr-md-n5,
  .bootstrap-dark .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-dark .mb-md-n5,
  .bootstrap-dark .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-dark .ml-md-n5,
  .bootstrap-dark .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-dark .m-md-auto {
    margin: auto !important;
  }
  .bootstrap-dark .mt-md-auto,
  .bootstrap-dark .my-md-auto {
    margin-top: auto !important;
  }
  .bootstrap-dark .mr-md-auto,
  .bootstrap-dark .mx-md-auto {
    margin-right: auto !important;
  }
  .bootstrap-dark .mb-md-auto,
  .bootstrap-dark .my-md-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-dark .ml-md-auto,
  .bootstrap-dark .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-dark .m-lg-0 {
    margin: 0 !important;
  }
  .bootstrap-dark .mt-lg-0,
  .bootstrap-dark .my-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrap-dark .mr-lg-0,
  .bootstrap-dark .mx-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrap-dark .mb-lg-0,
  .bootstrap-dark .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-dark .ml-lg-0,
  .bootstrap-dark .mx-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrap-dark .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-dark .mt-lg-1,
  .bootstrap-dark .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-dark .mr-lg-1,
  .bootstrap-dark .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-dark .mb-lg-1,
  .bootstrap-dark .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-dark .ml-lg-1,
  .bootstrap-dark .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-dark .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-dark .mt-lg-2,
  .bootstrap-dark .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-dark .mr-lg-2,
  .bootstrap-dark .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-dark .mb-lg-2,
  .bootstrap-dark .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-dark .ml-lg-2,
  .bootstrap-dark .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-dark .m-lg-3 {
    margin: 1rem !important;
  }
  .bootstrap-dark .mt-lg-3,
  .bootstrap-dark .my-lg-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-dark .mr-lg-3,
  .bootstrap-dark .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-dark .mb-lg-3,
  .bootstrap-dark .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-dark .ml-lg-3,
  .bootstrap-dark .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-dark .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-dark .mt-lg-4,
  .bootstrap-dark .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-dark .mr-lg-4,
  .bootstrap-dark .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-dark .mb-lg-4,
  .bootstrap-dark .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-dark .ml-lg-4,
  .bootstrap-dark .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-dark .m-lg-5 {
    margin: 3rem !important;
  }
  .bootstrap-dark .mt-lg-5,
  .bootstrap-dark .my-lg-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-dark .mr-lg-5,
  .bootstrap-dark .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-dark .mb-lg-5,
  .bootstrap-dark .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-dark .ml-lg-5,
  .bootstrap-dark .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-dark .p-lg-0 {
    padding: 0 !important;
  }
  .bootstrap-dark .pt-lg-0,
  .bootstrap-dark .py-lg-0 {
    padding-top: 0 !important;
  }
  .bootstrap-dark .pr-lg-0,
  .bootstrap-dark .px-lg-0 {
    padding-right: 0 !important;
  }
  .bootstrap-dark .pb-lg-0,
  .bootstrap-dark .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-dark .pl-lg-0,
  .bootstrap-dark .px-lg-0 {
    padding-left: 0 !important;
  }
  .bootstrap-dark .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-dark .pt-lg-1,
  .bootstrap-dark .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-dark .pr-lg-1,
  .bootstrap-dark .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-dark .pb-lg-1,
  .bootstrap-dark .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-dark .pl-lg-1,
  .bootstrap-dark .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-dark .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-dark .pt-lg-2,
  .bootstrap-dark .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-dark .pr-lg-2,
  .bootstrap-dark .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-dark .pb-lg-2,
  .bootstrap-dark .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-dark .pl-lg-2,
  .bootstrap-dark .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-dark .p-lg-3 {
    padding: 1rem !important;
  }
  .bootstrap-dark .pt-lg-3,
  .bootstrap-dark .py-lg-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-dark .pr-lg-3,
  .bootstrap-dark .px-lg-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-dark .pb-lg-3,
  .bootstrap-dark .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-dark .pl-lg-3,
  .bootstrap-dark .px-lg-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-dark .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-dark .pt-lg-4,
  .bootstrap-dark .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-dark .pr-lg-4,
  .bootstrap-dark .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-dark .pb-lg-4,
  .bootstrap-dark .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-dark .pl-lg-4,
  .bootstrap-dark .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-dark .p-lg-5 {
    padding: 3rem !important;
  }
  .bootstrap-dark .pt-lg-5,
  .bootstrap-dark .py-lg-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-dark .pr-lg-5,
  .bootstrap-dark .px-lg-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-dark .pb-lg-5,
  .bootstrap-dark .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-dark .pl-lg-5,
  .bootstrap-dark .px-lg-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-dark .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-dark .mt-lg-n1,
  .bootstrap-dark .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-dark .mr-lg-n1,
  .bootstrap-dark .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-dark .mb-lg-n1,
  .bootstrap-dark .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-dark .ml-lg-n1,
  .bootstrap-dark .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-dark .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-dark .mt-lg-n2,
  .bootstrap-dark .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-dark .mr-lg-n2,
  .bootstrap-dark .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-dark .mb-lg-n2,
  .bootstrap-dark .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-dark .ml-lg-n2,
  .bootstrap-dark .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-dark .m-lg-n3 {
    margin: -1rem !important;
  }
  .bootstrap-dark .mt-lg-n3,
  .bootstrap-dark .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-dark .mr-lg-n3,
  .bootstrap-dark .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-dark .mb-lg-n3,
  .bootstrap-dark .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-dark .ml-lg-n3,
  .bootstrap-dark .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-dark .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-dark .mt-lg-n4,
  .bootstrap-dark .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-dark .mr-lg-n4,
  .bootstrap-dark .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-dark .mb-lg-n4,
  .bootstrap-dark .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-dark .ml-lg-n4,
  .bootstrap-dark .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-dark .m-lg-n5 {
    margin: -3rem !important;
  }
  .bootstrap-dark .mt-lg-n5,
  .bootstrap-dark .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-dark .mr-lg-n5,
  .bootstrap-dark .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-dark .mb-lg-n5,
  .bootstrap-dark .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-dark .ml-lg-n5,
  .bootstrap-dark .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-dark .m-lg-auto {
    margin: auto !important;
  }
  .bootstrap-dark .mt-lg-auto,
  .bootstrap-dark .my-lg-auto {
    margin-top: auto !important;
  }
  .bootstrap-dark .mr-lg-auto,
  .bootstrap-dark .mx-lg-auto {
    margin-right: auto !important;
  }
  .bootstrap-dark .mb-lg-auto,
  .bootstrap-dark .my-lg-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-dark .ml-lg-auto,
  .bootstrap-dark .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-dark .m-xl-0 {
    margin: 0 !important;
  }
  .bootstrap-dark .mt-xl-0,
  .bootstrap-dark .my-xl-0 {
    margin-top: 0 !important;
  }
  .bootstrap-dark .mr-xl-0,
  .bootstrap-dark .mx-xl-0 {
    margin-right: 0 !important;
  }
  .bootstrap-dark .mb-xl-0,
  .bootstrap-dark .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-dark .ml-xl-0,
  .bootstrap-dark .mx-xl-0 {
    margin-left: 0 !important;
  }
  .bootstrap-dark .m-xl-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-dark .mt-xl-1,
  .bootstrap-dark .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-dark .mr-xl-1,
  .bootstrap-dark .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-dark .mb-xl-1,
  .bootstrap-dark .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-dark .ml-xl-1,
  .bootstrap-dark .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-dark .m-xl-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-dark .mt-xl-2,
  .bootstrap-dark .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-dark .mr-xl-2,
  .bootstrap-dark .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-dark .mb-xl-2,
  .bootstrap-dark .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-dark .ml-xl-2,
  .bootstrap-dark .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-dark .m-xl-3 {
    margin: 1rem !important;
  }
  .bootstrap-dark .mt-xl-3,
  .bootstrap-dark .my-xl-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-dark .mr-xl-3,
  .bootstrap-dark .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-dark .mb-xl-3,
  .bootstrap-dark .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-dark .ml-xl-3,
  .bootstrap-dark .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-dark .m-xl-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-dark .mt-xl-4,
  .bootstrap-dark .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-dark .mr-xl-4,
  .bootstrap-dark .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-dark .mb-xl-4,
  .bootstrap-dark .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-dark .ml-xl-4,
  .bootstrap-dark .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-dark .m-xl-5 {
    margin: 3rem !important;
  }
  .bootstrap-dark .mt-xl-5,
  .bootstrap-dark .my-xl-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-dark .mr-xl-5,
  .bootstrap-dark .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-dark .mb-xl-5,
  .bootstrap-dark .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-dark .ml-xl-5,
  .bootstrap-dark .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-dark .p-xl-0 {
    padding: 0 !important;
  }
  .bootstrap-dark .pt-xl-0,
  .bootstrap-dark .py-xl-0 {
    padding-top: 0 !important;
  }
  .bootstrap-dark .pr-xl-0,
  .bootstrap-dark .px-xl-0 {
    padding-right: 0 !important;
  }
  .bootstrap-dark .pb-xl-0,
  .bootstrap-dark .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-dark .pl-xl-0,
  .bootstrap-dark .px-xl-0 {
    padding-left: 0 !important;
  }
  .bootstrap-dark .p-xl-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-dark .pt-xl-1,
  .bootstrap-dark .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-dark .pr-xl-1,
  .bootstrap-dark .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-dark .pb-xl-1,
  .bootstrap-dark .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-dark .pl-xl-1,
  .bootstrap-dark .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-dark .p-xl-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-dark .pt-xl-2,
  .bootstrap-dark .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-dark .pr-xl-2,
  .bootstrap-dark .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-dark .pb-xl-2,
  .bootstrap-dark .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-dark .pl-xl-2,
  .bootstrap-dark .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-dark .p-xl-3 {
    padding: 1rem !important;
  }
  .bootstrap-dark .pt-xl-3,
  .bootstrap-dark .py-xl-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-dark .pr-xl-3,
  .bootstrap-dark .px-xl-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-dark .pb-xl-3,
  .bootstrap-dark .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-dark .pl-xl-3,
  .bootstrap-dark .px-xl-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-dark .p-xl-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-dark .pt-xl-4,
  .bootstrap-dark .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-dark .pr-xl-4,
  .bootstrap-dark .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-dark .pb-xl-4,
  .bootstrap-dark .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-dark .pl-xl-4,
  .bootstrap-dark .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-dark .p-xl-5 {
    padding: 3rem !important;
  }
  .bootstrap-dark .pt-xl-5,
  .bootstrap-dark .py-xl-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-dark .pr-xl-5,
  .bootstrap-dark .px-xl-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-dark .pb-xl-5,
  .bootstrap-dark .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-dark .pl-xl-5,
  .bootstrap-dark .px-xl-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-dark .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-dark .mt-xl-n1,
  .bootstrap-dark .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-dark .mr-xl-n1,
  .bootstrap-dark .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-dark .mb-xl-n1,
  .bootstrap-dark .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-dark .ml-xl-n1,
  .bootstrap-dark .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-dark .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-dark .mt-xl-n2,
  .bootstrap-dark .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-dark .mr-xl-n2,
  .bootstrap-dark .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-dark .mb-xl-n2,
  .bootstrap-dark .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-dark .ml-xl-n2,
  .bootstrap-dark .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-dark .m-xl-n3 {
    margin: -1rem !important;
  }
  .bootstrap-dark .mt-xl-n3,
  .bootstrap-dark .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-dark .mr-xl-n3,
  .bootstrap-dark .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-dark .mb-xl-n3,
  .bootstrap-dark .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-dark .ml-xl-n3,
  .bootstrap-dark .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-dark .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-dark .mt-xl-n4,
  .bootstrap-dark .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-dark .mr-xl-n4,
  .bootstrap-dark .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-dark .mb-xl-n4,
  .bootstrap-dark .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-dark .ml-xl-n4,
  .bootstrap-dark .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-dark .m-xl-n5 {
    margin: -3rem !important;
  }
  .bootstrap-dark .mt-xl-n5,
  .bootstrap-dark .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-dark .mr-xl-n5,
  .bootstrap-dark .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-dark .mb-xl-n5,
  .bootstrap-dark .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-dark .ml-xl-n5,
  .bootstrap-dark .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-dark .m-xl-auto {
    margin: auto !important;
  }
  .bootstrap-dark .mt-xl-auto,
  .bootstrap-dark .my-xl-auto {
    margin-top: auto !important;
  }
  .bootstrap-dark .mr-xl-auto,
  .bootstrap-dark .mx-xl-auto {
    margin-right: auto !important;
  }
  .bootstrap-dark .mb-xl-auto,
  .bootstrap-dark .my-xl-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-dark .ml-xl-auto,
  .bootstrap-dark .mx-xl-auto {
    margin-left: auto !important;
  }
}
.bootstrap-dark .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);
}
.bootstrap-dark .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.bootstrap-dark .text-justify {
  text-align: justify !important;
}
.bootstrap-dark .text-wrap {
  white-space: normal !important;
}
.bootstrap-dark .text-nowrap {
  white-space: nowrap !important;
}
.bootstrap-dark .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap-dark .text-left {
  text-align: left !important;
}
.bootstrap-dark .text-right {
  text-align: right !important;
}
.bootstrap-dark .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .bootstrap-dark .text-sm-left {
    text-align: left !important;
  }
  .bootstrap-dark .text-sm-right {
    text-align: right !important;
  }
  .bootstrap-dark .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-dark .text-md-left {
    text-align: left !important;
  }
  .bootstrap-dark .text-md-right {
    text-align: right !important;
  }
  .bootstrap-dark .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-dark .text-lg-left {
    text-align: left !important;
  }
  .bootstrap-dark .text-lg-right {
    text-align: right !important;
  }
  .bootstrap-dark .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-dark .text-xl-left {
    text-align: left !important;
  }
  .bootstrap-dark .text-xl-right {
    text-align: right !important;
  }
  .bootstrap-dark .text-xl-center {
    text-align: center !important;
  }
}
.bootstrap-dark .text-lowercase {
  text-transform: lowercase !important;
}
.bootstrap-dark .text-uppercase {
  text-transform: uppercase !important;
}
.bootstrap-dark .text-capitalize {
  text-transform: capitalize !important;
}
.bootstrap-dark .font-weight-light {
  font-weight: 300 !important;
}
.bootstrap-dark .font-weight-lighter {
  font-weight: lighter !important;
}
.bootstrap-dark .font-weight-normal {
  font-weight: 400 !important;
}
.bootstrap-dark .font-weight-bold {
  font-weight: 700 !important;
}
.bootstrap-dark .font-weight-bolder {
  font-weight: bolder !important;
}
.bootstrap-dark .font-italic {
  font-style: italic !important;
}
.bootstrap-dark .text-white {
  color: #fff !important;
}
.bootstrap-dark .text-primary {
  color: #2855a2 !important;
}
.bootstrap-dark a.text-primary:hover, .bootstrap-dark a.text-primary:focus {
  color: rgb(24.8514851485, 52.8094059406, 100.6485148515) !important;
}
.bootstrap-dark .text-secondary {
  color: #6c757d !important;
}
.bootstrap-dark a.text-secondary:hover, .bootstrap-dark a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}
.bootstrap-dark .text-success {
  color: #66a54a !important;
}
.bootstrap-dark a.text-success:hover, .bootstrap-dark a.text-success:focus {
  color: rgb(69.3514644351, 112.1861924686, 50.3138075314) !important;
}
.bootstrap-dark .text-info {
  color: #008fce !important;
}
.bootstrap-dark a.text-info:hover, .bootstrap-dark a.text-info:focus {
  color: rgb(0, 89.895631068, 129.5) !important;
}
.bootstrap-dark .text-warning {
  color: #ffc107 !important;
}
.bootstrap-dark a.text-warning:hover, .bootstrap-dark a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}
.bootstrap-dark .text-danger {
  color: #ed1a3b !important;
}
.bootstrap-dark a.text-danger:hover, .bootstrap-dark a.text-danger:focus {
  color: rgb(172.9089068826, 13.5910931174, 38.508097166) !important;
}
.bootstrap-dark .text-light {
  color: #25292e !important;
}
.bootstrap-dark a.text-light:hover, .bootstrap-dark a.text-light:focus {
  color: rgb(2.8975903614, 3.2108433735, 3.6024096386) !important;
}
.bootstrap-dark .text-dark {
  color: #343a40 !important;
}
.bootstrap-dark a.text-dark:hover, .bootstrap-dark a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}
.bootstrap-dark .text-body {
  color: #ced4da !important;
}
.bootstrap-dark .text-muted {
  color: #6c757d !important;
}
.bootstrap-dark .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.bootstrap-dark .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-dark .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrap-dark .text-decoration-none {
  text-decoration: none !important;
}
.bootstrap-dark .text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.bootstrap-dark .text-reset {
  color: inherit !important;
}
.bootstrap-dark .visible {
  visibility: visible !important;
}
.bootstrap-dark .invisible {
  visibility: hidden !important;
}
@media print {
  .bootstrap-dark *,
  .bootstrap-dark *::before,
  .bootstrap-dark *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .bootstrap-dark a:not(.btn) {
    text-decoration: underline;
  }
  .bootstrap-dark abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .bootstrap-dark pre {
    white-space: pre-wrap !important;
  }
  .bootstrap-dark pre,
  .bootstrap-dark blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  .bootstrap-dark thead {
    display: table-header-group;
  }
  .bootstrap-dark tr,
  .bootstrap-dark img {
    page-break-inside: avoid;
  }
  .bootstrap-dark p,
  .bootstrap-dark h2,
  .bootstrap-dark h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap-dark h2,
  .bootstrap-dark h3 {
    page-break-after: avoid;
  }
  @page {
    .bootstrap-dark {
      size: auto;
    }
  }
  .bootstrap-dark body {
    min-width: unset !important;
  }
  .bootstrap-dark .container {
    min-width: unset !important;
  }
  .bootstrap-dark .navbar {
    display: none;
  }
  .bootstrap-dark .badge {
    border: 1px solid #000;
  }
  .bootstrap-dark .table {
    border-collapse: collapse !important;
  }
  .bootstrap-dark .table td,
  .bootstrap-dark .table th {
    background-color: #fff !important;
  }
  .bootstrap-dark .table-bordered th,
  .bootstrap-dark .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .bootstrap-dark .table-dark {
    color: inherit;
  }
  .bootstrap-dark .table-dark th,
  .bootstrap-dark .table-dark td,
  .bootstrap-dark .table-dark thead th,
  .bootstrap-dark .table-dark tbody + tbody {
    border-color: #343a40;
  }
  .bootstrap-dark .table .thead-dark th {
    color: inherit;
    border-color: #343a40;
  }
}
.bootstrap-dark .bg-menu {
  background-color: #25292e;
}
.bootstrap-dark .bg-menu-2 {
  background-color: #343a40;
}
.bootstrap-dark .bg-body {
  background-color: #1e1e1e;
}
.bootstrap-dark .bg-selected {
  background-color: #000;
}
.bootstrap-dark .dropdown-toggle-split {
  margin-left: 1px !important;
}
@supports (position: sticky) or (position: -webkit-sticky) {
  .bootstrap-dark .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.bootstrap-dark .link-body {
  color: #6c757d;
}
.bootstrap-dark .link-body:hover {
  color: #f2f4f6;
}
.bootstrap-dark .link-body.active {
  color: #f2f4f6;
}
.bootstrap-dark a.text-body:hover,
.bootstrap-dark a.text-body:focus,
.bootstrap-dark button.text-body:hover,
.bootstrap-dark button.text-body:focus {
  color: #adb1b6 !important;
}
.bootstrap-dark .custom-control-input.focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.25);
}
.bootstrap-dark .custom-control-input.focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(109.1551724138, 121.75, 134.3448275862);
}
.bootstrap-dark .custom-select.focus {
  border-color: rgb(109.1551724138, 121.75, 134.3448275862);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.25);
}
.bootstrap-dark .custom-select.focus::-ms-value {
  color: #dee2e6;
  background-color: #000;
}
.bootstrap-dark .custom-file-input.focus ~ .custom-file-label {
  border-color: rgb(109.1551724138, 121.75, 134.3448275862);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.25);
}
.bootstrap-dark .custom-range.focus {
  outline: none;
}
.bootstrap-dark .custom-range.focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem #fff;
}
.bootstrap-dark .custom-range.focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem #fff;
}
.bootstrap-dark .custom-range.focus::-ms-thumb {
  box-shadow: 0 0 0 1px #000, 0 0 0 0.2rem #fff;
}
.bootstrap-dark select.form-control.focus::-ms-value {
  color: #dee2e6;
  background-color: #000;
}
.bootstrap-dark .form-control.focus {
  color: #dee2e6;
  background-color: #1e1e1e;
  border-color: rgb(109.1551724138, 121.75, 134.3448275862);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.25);
}
.bootstrap-dark .was-validated .form-control:valid.focus, .bootstrap-dark .form-control.is-valid.focus {
  border-color: #66a54a;
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.25);
}
.bootstrap-dark .was-validated .custom-control-input:valid.focus ~ .custom-control-label::before, .bootstrap-dark .custom-control-input.is-valid.focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.25);
}
.bootstrap-dark .was-validated .custom-control-input:valid.focus:not(:checked) ~ .custom-control-label::before, .bootstrap-dark .custom-control-input.is-valid.focus:not(:checked) ~ .custom-control-label::before {
  border-color: #66a54a;
}
.bootstrap-dark .was-validated .custom-select:valid.focus, .bootstrap-dark .custom-select.is-valid.focus {
  border-color: #66a54a;
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.25);
}
.bootstrap-dark .was-validated .custom-file-input:valid.focus ~ .custom-file-label, .bootstrap-dark .custom-file-input.is-valid.focus ~ .custom-file-label {
  border-color: #66a54a;
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.25);
}
.bootstrap-dark .was-validated .form-control:invalid.focus, .bootstrap-dark .form-control.is-invalid.focus {
  border-color: #ed1a3b;
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.25);
}
.bootstrap-dark .was-validated .custom-control-input:invalid.focus ~ .custom-control-label::before, .bootstrap-dark .custom-control-input.is-invalid.focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.25);
}
.bootstrap-dark .was-validated .custom-control-input:invalid.focus:not(:checked) ~ .custom-control-label::before, .bootstrap-dark .custom-control-input.is-invalid.focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ed1a3b;
}
.bootstrap-dark .was-validated .custom-select:invalid.focus, .bootstrap-dark .custom-select.is-invalid.focus {
  border-color: #ed1a3b;
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.25);
}
.bootstrap-dark .was-validated .custom-file-input:invalid.focus ~ .custom-file-label, .bootstrap-dark .custom-file-input.is-invalid.focus ~ .custom-file-label {
  border-color: #ed1a3b;
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.25);
}
.bootstrap-dark ::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
@media (max-width: 767.98px) {
  .bootstrap-dark .btn-responsive-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.1rem;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-dark .btn-group-responsive-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.1rem;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-dark .form-control-plaintext.form-control-responsive-sm {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-dark .form-control-responsive-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.1rem;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-dark .responsive-small {
    font-size: 80%;
    font-weight: 400;
  }
}

.bootstrap-light .bg-gray {
  background-color: #e0e4e7;
}
.bootstrap-light .tooltip-inner {
  border: 1px solid #adb5bd;
}
.bootstrap-light .gap-0 {
  gap: 0 !important;
}
.bootstrap-light .row-gap-0 {
  row-gap: 0 !important;
}
.bootstrap-light .column-gap-0 {
  column-gap: 0 !important;
}
.bootstrap-light .gap-1 {
  gap: 0.25rem !important;
}
.bootstrap-light .row-gap-1 {
  row-gap: 0.25rem !important;
}
.bootstrap-light .column-gap-1 {
  column-gap: 0.25rem !important;
}
.bootstrap-light .gap-2 {
  gap: 0.5rem !important;
}
.bootstrap-light .row-gap-2 {
  row-gap: 0.5rem !important;
}
.bootstrap-light .column-gap-2 {
  column-gap: 0.5rem !important;
}
.bootstrap-light .gap-3 {
  gap: 1rem !important;
}
.bootstrap-light .row-gap-3 {
  row-gap: 1rem !important;
}
.bootstrap-light .column-gap-3 {
  column-gap: 1rem !important;
}
.bootstrap-light .gap-4 {
  gap: 1.5rem !important;
}
.bootstrap-light .row-gap-4 {
  row-gap: 1.5rem !important;
}
.bootstrap-light .column-gap-4 {
  column-gap: 1.5rem !important;
}
.bootstrap-light .gap-5 {
  gap: 3rem !important;
}
.bootstrap-light .row-gap-5 {
  row-gap: 3rem !important;
}
.bootstrap-light .column-gap-5 {
  column-gap: 3rem !important;
}
@media (min-width: 576px) {
  .bootstrap-light .gap-sm-0 {
    gap: 0 !important;
  }
  .bootstrap-light .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .bootstrap-light .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .bootstrap-light .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .bootstrap-light .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .bootstrap-light .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .bootstrap-light .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .bootstrap-light .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .bootstrap-light .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .bootstrap-light .gap-sm-3 {
    gap: 1rem !important;
  }
  .bootstrap-light .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .bootstrap-light .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .bootstrap-light .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .bootstrap-light .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .bootstrap-light .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .bootstrap-light .gap-sm-5 {
    gap: 3rem !important;
  }
  .bootstrap-light .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .bootstrap-light .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-light .gap-md-0 {
    gap: 0 !important;
  }
  .bootstrap-light .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .bootstrap-light .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .bootstrap-light .gap-md-1 {
    gap: 0.25rem !important;
  }
  .bootstrap-light .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .bootstrap-light .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .bootstrap-light .gap-md-2 {
    gap: 0.5rem !important;
  }
  .bootstrap-light .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .bootstrap-light .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .bootstrap-light .gap-md-3 {
    gap: 1rem !important;
  }
  .bootstrap-light .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .bootstrap-light .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .bootstrap-light .gap-md-4 {
    gap: 1.5rem !important;
  }
  .bootstrap-light .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .bootstrap-light .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .bootstrap-light .gap-md-5 {
    gap: 3rem !important;
  }
  .bootstrap-light .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .bootstrap-light .column-gap-md-5 {
    column-gap: 3rem !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-light .gap-lg-0 {
    gap: 0 !important;
  }
  .bootstrap-light .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .bootstrap-light .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .bootstrap-light .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .bootstrap-light .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .bootstrap-light .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .bootstrap-light .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .bootstrap-light .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .bootstrap-light .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .bootstrap-light .gap-lg-3 {
    gap: 1rem !important;
  }
  .bootstrap-light .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .bootstrap-light .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .bootstrap-light .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .bootstrap-light .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .bootstrap-light .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .bootstrap-light .gap-lg-5 {
    gap: 3rem !important;
  }
  .bootstrap-light .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .bootstrap-light .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-light .gap-xl-0 {
    gap: 0 !important;
  }
  .bootstrap-light .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .bootstrap-light .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .bootstrap-light .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .bootstrap-light .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .bootstrap-light .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .bootstrap-light .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .bootstrap-light .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .bootstrap-light .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .bootstrap-light .gap-xl-3 {
    gap: 1rem !important;
  }
  .bootstrap-light .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .bootstrap-light .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .bootstrap-light .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .bootstrap-light .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .bootstrap-light .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .bootstrap-light .gap-xl-5 {
    gap: 3rem !important;
  }
  .bootstrap-light .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .bootstrap-light .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
}
.bootstrap-light {
  --gray-1: #f2f4f6;
  --gray-2: #e9ecef;
  --gray-3: #dee2e6;
  --gray-4: #ced4da;
  --gray-5: #adb5bd;
  --gray-6: #6c757d;
  --gray-7: #495057;
  --gray-8: #343a40;
  --gray-9: #25292e;
  --blue: #2855a2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ed1a3b;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #66a54a;
  --teal: #005e4a;
  --cyan: #008fce;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2855a2;
  --secondary: #6c757d;
  --success: #66a54a;
  --info: #008fce;
  --warning: #ffc107;
  --danger: #ed1a3b;
  --light: #f2f4f6;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.bootstrap-light *,
.bootstrap-light *::before,
.bootstrap-light *::after {
  box-sizing: border-box;
}
.bootstrap-light html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap-light article, .bootstrap-light aside, .bootstrap-light figcaption, .bootstrap-light figure, .bootstrap-light footer, .bootstrap-light header, .bootstrap-light hgroup, .bootstrap-light main, .bootstrap-light nav, .bootstrap-light section {
  display: block;
}
.bootstrap-light body {
  margin: 0;
  font-family: Open Sans;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #25292e;
  text-align: left;
  background-color: #fff;
}
.bootstrap-light [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
.bootstrap-light hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.bootstrap-light h1, .bootstrap-light h2, .bootstrap-light h3, .bootstrap-light h4, .bootstrap-light h5, .bootstrap-light h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.bootstrap-light p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrap-light abbr[title],
.bootstrap-light abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
.bootstrap-light address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.bootstrap-light ol,
.bootstrap-light ul,
.bootstrap-light dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
.bootstrap-light ol ol,
.bootstrap-light ul ul,
.bootstrap-light ol ul,
.bootstrap-light ul ol {
  margin-bottom: 0;
}
.bootstrap-light dt {
  font-weight: 700;
}
.bootstrap-light dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.bootstrap-light blockquote {
  margin: 0 0 1rem;
}
.bootstrap-light b,
.bootstrap-light strong {
  font-weight: bolder;
}
.bootstrap-light small {
  font-size: 80%;
}
.bootstrap-light sub,
.bootstrap-light sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.bootstrap-light sub {
  bottom: -0.25em;
}
.bootstrap-light sup {
  top: -0.5em;
}
.bootstrap-light a {
  color: #008fce;
  text-decoration: none;
  background-color: transparent;
}
.bootstrap-light a:hover {
  color: rgb(0, 89.895631068, 129.5);
  text-decoration: underline;
}
.bootstrap-light a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
.bootstrap-light a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.bootstrap-light pre,
.bootstrap-light code,
.bootstrap-light kbd,
.bootstrap-light samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
.bootstrap-light pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
.bootstrap-light figure {
  margin: 0 0 1rem;
}
.bootstrap-light img {
  vertical-align: middle;
  border-style: none;
}
.bootstrap-light svg {
  overflow: hidden;
  vertical-align: middle;
}
.bootstrap-light table {
  border-collapse: collapse;
}
.bootstrap-light caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
.bootstrap-light th {
  text-align: inherit;
}
.bootstrap-light label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.bootstrap-light button {
  border-radius: 0;
}
.bootstrap-light button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.bootstrap-light input,
.bootstrap-light button,
.bootstrap-light select,
.bootstrap-light optgroup,
.bootstrap-light textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bootstrap-light button,
.bootstrap-light input {
  overflow: visible;
}
.bootstrap-light button,
.bootstrap-light select {
  text-transform: none;
}
.bootstrap-light [role=button] {
  cursor: pointer;
}
.bootstrap-light select {
  word-wrap: normal;
}
.bootstrap-light button,
.bootstrap-light [type=button],
.bootstrap-light [type=reset],
.bootstrap-light [type=submit] {
  -webkit-appearance: button;
}
.bootstrap-light button:not(:disabled),
.bootstrap-light [type=button]:not(:disabled),
.bootstrap-light [type=reset]:not(:disabled),
.bootstrap-light [type=submit]:not(:disabled) {
  cursor: pointer;
}
.bootstrap-light button::-moz-focus-inner,
.bootstrap-light [type=button]::-moz-focus-inner,
.bootstrap-light [type=reset]::-moz-focus-inner,
.bootstrap-light [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.bootstrap-light input[type=radio],
.bootstrap-light input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
.bootstrap-light textarea {
  overflow: auto;
  resize: vertical;
}
.bootstrap-light fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap-light 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;
}
.bootstrap-light progress {
  vertical-align: baseline;
}
.bootstrap-light [type=number]::-webkit-inner-spin-button,
.bootstrap-light [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.bootstrap-light [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
.bootstrap-light [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bootstrap-light ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.bootstrap-light output {
  display: inline-block;
}
.bootstrap-light summary {
  display: list-item;
  cursor: pointer;
}
.bootstrap-light template {
  display: none;
}
.bootstrap-light [hidden] {
  display: none !important;
}
.bootstrap-light h1, .bootstrap-light h2, .bootstrap-light h3, .bootstrap-light h4, .bootstrap-light h5, .bootstrap-light h6,
.bootstrap-light .h1, .bootstrap-light .h2, .bootstrap-light .h3, .bootstrap-light .h4, .bootstrap-light .h5, .bootstrap-light .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.bootstrap-light h1, .bootstrap-light .h1 {
  font-size: 2.5rem;
}
.bootstrap-light h2, .bootstrap-light .h2 {
  font-size: 2rem;
}
.bootstrap-light h3, .bootstrap-light .h3 {
  font-size: 1.75rem;
}
.bootstrap-light h4, .bootstrap-light .h4 {
  font-size: 1.5rem;
}
.bootstrap-light h5, .bootstrap-light .h5 {
  font-size: 1.25rem;
}
.bootstrap-light h6, .bootstrap-light .h6 {
  font-size: 1rem;
}
.bootstrap-light .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.bootstrap-light .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap-light .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap-light .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap-light .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.bootstrap-light hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.bootstrap-light small,
.bootstrap-light .small {
  font-size: 80%;
  font-weight: 400;
}
.bootstrap-light mark,
.bootstrap-light .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.bootstrap-light .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bootstrap-light .list-inline {
  padding-left: 0;
  list-style: none;
}
.bootstrap-light .list-inline-item {
  display: inline-block;
}
.bootstrap-light .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.bootstrap-light .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bootstrap-light .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.bootstrap-light .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.bootstrap-light .blockquote-footer::before {
  content: "— ";
}
.bootstrap-light .img-fluid {
  max-width: 100%;
  height: auto;
}
.bootstrap-light .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.15rem;
  max-width: 100%;
  height: auto;
}
.bootstrap-light .figure {
  display: inline-block;
}
.bootstrap-light .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.bootstrap-light .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.bootstrap-light code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > .bootstrap-light code {
  color: inherit;
}
.bootstrap-light kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #25292e;
  border-radius: 0.1rem;
}
.bootstrap-light kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
.bootstrap-light pre {
  display: block;
  font-size: 87.5%;
  color: #e83e8c;
}
.bootstrap-light pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.bootstrap-light .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bootstrap-light .container,
.bootstrap-light .container-fluid,
.bootstrap-light .container-xl,
.bootstrap-light .container-lg,
.bootstrap-light .container-md,
.bootstrap-light .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap-light .container-sm, .bootstrap-light .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-light .container-md, .bootstrap-light .container-sm, .bootstrap-light .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-light .container-lg, .bootstrap-light .container-md, .bootstrap-light .container-sm, .bootstrap-light .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-light .container-xl, .bootstrap-light .container-lg, .bootstrap-light .container-md, .bootstrap-light .container-sm, .bootstrap-light .container {
    max-width: 1140px;
  }
}
.bootstrap-light .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap-light .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap-light .no-gutters > .col,
.bootstrap-light .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-light .col-xl,
.bootstrap-light .col-xl-auto, .bootstrap-light .col-xl-24, .bootstrap-light .col-xl-23, .bootstrap-light .col-xl-22, .bootstrap-light .col-xl-21, .bootstrap-light .col-xl-20, .bootstrap-light .col-xl-19, .bootstrap-light .col-xl-18, .bootstrap-light .col-xl-17, .bootstrap-light .col-xl-16, .bootstrap-light .col-xl-15, .bootstrap-light .col-xl-14, .bootstrap-light .col-xl-13, .bootstrap-light .col-xl-12, .bootstrap-light .col-xl-11, .bootstrap-light .col-xl-10, .bootstrap-light .col-xl-9, .bootstrap-light .col-xl-8, .bootstrap-light .col-xl-7, .bootstrap-light .col-xl-6, .bootstrap-light .col-xl-5, .bootstrap-light .col-xl-4, .bootstrap-light .col-xl-3, .bootstrap-light .col-xl-2, .bootstrap-light .col-xl-1, .bootstrap-light .col-lg,
.bootstrap-light .col-lg-auto, .bootstrap-light .col-lg-24, .bootstrap-light .col-lg-23, .bootstrap-light .col-lg-22, .bootstrap-light .col-lg-21, .bootstrap-light .col-lg-20, .bootstrap-light .col-lg-19, .bootstrap-light .col-lg-18, .bootstrap-light .col-lg-17, .bootstrap-light .col-lg-16, .bootstrap-light .col-lg-15, .bootstrap-light .col-lg-14, .bootstrap-light .col-lg-13, .bootstrap-light .col-lg-12, .bootstrap-light .col-lg-11, .bootstrap-light .col-lg-10, .bootstrap-light .col-lg-9, .bootstrap-light .col-lg-8, .bootstrap-light .col-lg-7, .bootstrap-light .col-lg-6, .bootstrap-light .col-lg-5, .bootstrap-light .col-lg-4, .bootstrap-light .col-lg-3, .bootstrap-light .col-lg-2, .bootstrap-light .col-lg-1, .bootstrap-light .col-md,
.bootstrap-light .col-md-auto, .bootstrap-light .col-md-24, .bootstrap-light .col-md-23, .bootstrap-light .col-md-22, .bootstrap-light .col-md-21, .bootstrap-light .col-md-20, .bootstrap-light .col-md-19, .bootstrap-light .col-md-18, .bootstrap-light .col-md-17, .bootstrap-light .col-md-16, .bootstrap-light .col-md-15, .bootstrap-light .col-md-14, .bootstrap-light .col-md-13, .bootstrap-light .col-md-12, .bootstrap-light .col-md-11, .bootstrap-light .col-md-10, .bootstrap-light .col-md-9, .bootstrap-light .col-md-8, .bootstrap-light .col-md-7, .bootstrap-light .col-md-6, .bootstrap-light .col-md-5, .bootstrap-light .col-md-4, .bootstrap-light .col-md-3, .bootstrap-light .col-md-2, .bootstrap-light .col-md-1, .bootstrap-light .col-sm,
.bootstrap-light .col-sm-auto, .bootstrap-light .col-sm-24, .bootstrap-light .col-sm-23, .bootstrap-light .col-sm-22, .bootstrap-light .col-sm-21, .bootstrap-light .col-sm-20, .bootstrap-light .col-sm-19, .bootstrap-light .col-sm-18, .bootstrap-light .col-sm-17, .bootstrap-light .col-sm-16, .bootstrap-light .col-sm-15, .bootstrap-light .col-sm-14, .bootstrap-light .col-sm-13, .bootstrap-light .col-sm-12, .bootstrap-light .col-sm-11, .bootstrap-light .col-sm-10, .bootstrap-light .col-sm-9, .bootstrap-light .col-sm-8, .bootstrap-light .col-sm-7, .bootstrap-light .col-sm-6, .bootstrap-light .col-sm-5, .bootstrap-light .col-sm-4, .bootstrap-light .col-sm-3, .bootstrap-light .col-sm-2, .bootstrap-light .col-sm-1, .bootstrap-light .col,
.bootstrap-light .col-auto, .bootstrap-light .col-24, .bootstrap-light .col-23, .bootstrap-light .col-22, .bootstrap-light .col-21, .bootstrap-light .col-20, .bootstrap-light .col-19, .bootstrap-light .col-18, .bootstrap-light .col-17, .bootstrap-light .col-16, .bootstrap-light .col-15, .bootstrap-light .col-14, .bootstrap-light .col-13, .bootstrap-light .col-12, .bootstrap-light .col-11, .bootstrap-light .col-10, .bootstrap-light .col-9, .bootstrap-light .col-8, .bootstrap-light .col-7, .bootstrap-light .col-6, .bootstrap-light .col-5, .bootstrap-light .col-4, .bootstrap-light .col-3, .bootstrap-light .col-2, .bootstrap-light .col-1, .bootstrap-light .bootstrap-dark .col-1, .bootstrap-dark .bootstrap-light .col-1, .bootstrap-light .bootstrap-dark .col-2, .bootstrap-dark .bootstrap-light .col-2, .bootstrap-light .bootstrap-dark .col-3, .bootstrap-dark .bootstrap-light .col-3, .bootstrap-light .bootstrap-dark .col-4, .bootstrap-dark .bootstrap-light .col-4, .bootstrap-light .bootstrap-dark .col-5, .bootstrap-dark .bootstrap-light .col-5, .bootstrap-light .bootstrap-dark .col-6, .bootstrap-dark .bootstrap-light .col-6, .bootstrap-light .bootstrap-dark .col-7, .bootstrap-dark .bootstrap-light .col-7, .bootstrap-light .bootstrap-dark .col-8, .bootstrap-dark .bootstrap-light .col-8, .bootstrap-light .bootstrap-dark .col-9, .bootstrap-dark .bootstrap-light .col-9, .bootstrap-light .bootstrap-dark .col-10, .bootstrap-dark .bootstrap-light .col-10, .bootstrap-light .bootstrap-dark .col-11, .bootstrap-dark .bootstrap-light .col-11, .bootstrap-light .bootstrap-dark .col-12, .bootstrap-dark .bootstrap-light .col-12, .bootstrap-light .bootstrap-dark .col-13, .bootstrap-dark .bootstrap-light .col-13, .bootstrap-light .bootstrap-dark .col-14, .bootstrap-dark .bootstrap-light .col-14, .bootstrap-light .bootstrap-dark .col-15, .bootstrap-dark .bootstrap-light .col-15, .bootstrap-light .bootstrap-dark .col-16, .bootstrap-dark .bootstrap-light .col-16, .bootstrap-light .bootstrap-dark .col-17, .bootstrap-dark .bootstrap-light .col-17, .bootstrap-light .bootstrap-dark .col-18, .bootstrap-dark .bootstrap-light .col-18, .bootstrap-light .bootstrap-dark .col-19, .bootstrap-dark .bootstrap-light .col-19, .bootstrap-light .bootstrap-dark .col-20, .bootstrap-dark .bootstrap-light .col-20, .bootstrap-light .bootstrap-dark .col-21, .bootstrap-dark .bootstrap-light .col-21, .bootstrap-light .bootstrap-dark .col-22, .bootstrap-dark .bootstrap-light .col-22, .bootstrap-light .bootstrap-dark .col-23, .bootstrap-dark .bootstrap-light .col-23, .bootstrap-light .bootstrap-dark .col-24, .bootstrap-dark .bootstrap-light .col-24, .bootstrap-light .bootstrap-dark .col, .bootstrap-dark .bootstrap-light .col,
.bootstrap-light .bootstrap-dark .col-auto,
.bootstrap-dark .bootstrap-light .col-auto, .bootstrap-light .bootstrap-dark .col-sm-1, .bootstrap-dark .bootstrap-light .col-sm-1, .bootstrap-light .bootstrap-dark .col-sm-2, .bootstrap-dark .bootstrap-light .col-sm-2, .bootstrap-light .bootstrap-dark .col-sm-3, .bootstrap-dark .bootstrap-light .col-sm-3, .bootstrap-light .bootstrap-dark .col-sm-4, .bootstrap-dark .bootstrap-light .col-sm-4, .bootstrap-light .bootstrap-dark .col-sm-5, .bootstrap-dark .bootstrap-light .col-sm-5, .bootstrap-light .bootstrap-dark .col-sm-6, .bootstrap-dark .bootstrap-light .col-sm-6, .bootstrap-light .bootstrap-dark .col-sm-7, .bootstrap-dark .bootstrap-light .col-sm-7, .bootstrap-light .bootstrap-dark .col-sm-8, .bootstrap-dark .bootstrap-light .col-sm-8, .bootstrap-light .bootstrap-dark .col-sm-9, .bootstrap-dark .bootstrap-light .col-sm-9, .bootstrap-light .bootstrap-dark .col-sm-10, .bootstrap-dark .bootstrap-light .col-sm-10, .bootstrap-light .bootstrap-dark .col-sm-11, .bootstrap-dark .bootstrap-light .col-sm-11, .bootstrap-light .bootstrap-dark .col-sm-12, .bootstrap-dark .bootstrap-light .col-sm-12, .bootstrap-light .bootstrap-dark .col-sm-13, .bootstrap-dark .bootstrap-light .col-sm-13, .bootstrap-light .bootstrap-dark .col-sm-14, .bootstrap-dark .bootstrap-light .col-sm-14, .bootstrap-light .bootstrap-dark .col-sm-15, .bootstrap-dark .bootstrap-light .col-sm-15, .bootstrap-light .bootstrap-dark .col-sm-16, .bootstrap-dark .bootstrap-light .col-sm-16, .bootstrap-light .bootstrap-dark .col-sm-17, .bootstrap-dark .bootstrap-light .col-sm-17, .bootstrap-light .bootstrap-dark .col-sm-18, .bootstrap-dark .bootstrap-light .col-sm-18, .bootstrap-light .bootstrap-dark .col-sm-19, .bootstrap-dark .bootstrap-light .col-sm-19, .bootstrap-light .bootstrap-dark .col-sm-20, .bootstrap-dark .bootstrap-light .col-sm-20, .bootstrap-light .bootstrap-dark .col-sm-21, .bootstrap-dark .bootstrap-light .col-sm-21, .bootstrap-light .bootstrap-dark .col-sm-22, .bootstrap-dark .bootstrap-light .col-sm-22, .bootstrap-light .bootstrap-dark .col-sm-23, .bootstrap-dark .bootstrap-light .col-sm-23, .bootstrap-light .bootstrap-dark .col-sm-24, .bootstrap-dark .bootstrap-light .col-sm-24, .bootstrap-light .bootstrap-dark .col-sm, .bootstrap-dark .bootstrap-light .col-sm,
.bootstrap-light .bootstrap-dark .col-sm-auto,
.bootstrap-dark .bootstrap-light .col-sm-auto, .bootstrap-light .bootstrap-dark .col-md-1, .bootstrap-dark .bootstrap-light .col-md-1, .bootstrap-light .bootstrap-dark .col-md-2, .bootstrap-dark .bootstrap-light .col-md-2, .bootstrap-light .bootstrap-dark .col-md-3, .bootstrap-dark .bootstrap-light .col-md-3, .bootstrap-light .bootstrap-dark .col-md-4, .bootstrap-dark .bootstrap-light .col-md-4, .bootstrap-light .bootstrap-dark .col-md-5, .bootstrap-dark .bootstrap-light .col-md-5, .bootstrap-light .bootstrap-dark .col-md-6, .bootstrap-dark .bootstrap-light .col-md-6, .bootstrap-light .bootstrap-dark .col-md-7, .bootstrap-dark .bootstrap-light .col-md-7, .bootstrap-light .bootstrap-dark .col-md-8, .bootstrap-dark .bootstrap-light .col-md-8, .bootstrap-light .bootstrap-dark .col-md-9, .bootstrap-dark .bootstrap-light .col-md-9, .bootstrap-light .bootstrap-dark .col-md-10, .bootstrap-dark .bootstrap-light .col-md-10, .bootstrap-light .bootstrap-dark .col-md-11, .bootstrap-dark .bootstrap-light .col-md-11, .bootstrap-light .bootstrap-dark .col-md-12, .bootstrap-dark .bootstrap-light .col-md-12, .bootstrap-light .bootstrap-dark .col-md-13, .bootstrap-dark .bootstrap-light .col-md-13, .bootstrap-light .bootstrap-dark .col-md-14, .bootstrap-dark .bootstrap-light .col-md-14, .bootstrap-light .bootstrap-dark .col-md-15, .bootstrap-dark .bootstrap-light .col-md-15, .bootstrap-light .bootstrap-dark .col-md-16, .bootstrap-dark .bootstrap-light .col-md-16, .bootstrap-light .bootstrap-dark .col-md-17, .bootstrap-dark .bootstrap-light .col-md-17, .bootstrap-light .bootstrap-dark .col-md-18, .bootstrap-dark .bootstrap-light .col-md-18, .bootstrap-light .bootstrap-dark .col-md-19, .bootstrap-dark .bootstrap-light .col-md-19, .bootstrap-light .bootstrap-dark .col-md-20, .bootstrap-dark .bootstrap-light .col-md-20, .bootstrap-light .bootstrap-dark .col-md-21, .bootstrap-dark .bootstrap-light .col-md-21, .bootstrap-light .bootstrap-dark .col-md-22, .bootstrap-dark .bootstrap-light .col-md-22, .bootstrap-light .bootstrap-dark .col-md-23, .bootstrap-dark .bootstrap-light .col-md-23, .bootstrap-light .bootstrap-dark .col-md-24, .bootstrap-dark .bootstrap-light .col-md-24, .bootstrap-light .bootstrap-dark .col-md, .bootstrap-dark .bootstrap-light .col-md,
.bootstrap-light .bootstrap-dark .col-md-auto,
.bootstrap-dark .bootstrap-light .col-md-auto, .bootstrap-light .bootstrap-dark .col-lg-1, .bootstrap-dark .bootstrap-light .col-lg-1, .bootstrap-light .bootstrap-dark .col-lg-2, .bootstrap-dark .bootstrap-light .col-lg-2, .bootstrap-light .bootstrap-dark .col-lg-3, .bootstrap-dark .bootstrap-light .col-lg-3, .bootstrap-light .bootstrap-dark .col-lg-4, .bootstrap-dark .bootstrap-light .col-lg-4, .bootstrap-light .bootstrap-dark .col-lg-5, .bootstrap-dark .bootstrap-light .col-lg-5, .bootstrap-light .bootstrap-dark .col-lg-6, .bootstrap-dark .bootstrap-light .col-lg-6, .bootstrap-light .bootstrap-dark .col-lg-7, .bootstrap-dark .bootstrap-light .col-lg-7, .bootstrap-light .bootstrap-dark .col-lg-8, .bootstrap-dark .bootstrap-light .col-lg-8, .bootstrap-light .bootstrap-dark .col-lg-9, .bootstrap-dark .bootstrap-light .col-lg-9, .bootstrap-light .bootstrap-dark .col-lg-10, .bootstrap-dark .bootstrap-light .col-lg-10, .bootstrap-light .bootstrap-dark .col-lg-11, .bootstrap-dark .bootstrap-light .col-lg-11, .bootstrap-light .bootstrap-dark .col-lg-12, .bootstrap-dark .bootstrap-light .col-lg-12, .bootstrap-light .bootstrap-dark .col-lg-13, .bootstrap-dark .bootstrap-light .col-lg-13, .bootstrap-light .bootstrap-dark .col-lg-14, .bootstrap-dark .bootstrap-light .col-lg-14, .bootstrap-light .bootstrap-dark .col-lg-15, .bootstrap-dark .bootstrap-light .col-lg-15, .bootstrap-light .bootstrap-dark .col-lg-16, .bootstrap-dark .bootstrap-light .col-lg-16, .bootstrap-light .bootstrap-dark .col-lg-17, .bootstrap-dark .bootstrap-light .col-lg-17, .bootstrap-light .bootstrap-dark .col-lg-18, .bootstrap-dark .bootstrap-light .col-lg-18, .bootstrap-light .bootstrap-dark .col-lg-19, .bootstrap-dark .bootstrap-light .col-lg-19, .bootstrap-light .bootstrap-dark .col-lg-20, .bootstrap-dark .bootstrap-light .col-lg-20, .bootstrap-light .bootstrap-dark .col-lg-21, .bootstrap-dark .bootstrap-light .col-lg-21, .bootstrap-light .bootstrap-dark .col-lg-22, .bootstrap-dark .bootstrap-light .col-lg-22, .bootstrap-light .bootstrap-dark .col-lg-23, .bootstrap-dark .bootstrap-light .col-lg-23, .bootstrap-light .bootstrap-dark .col-lg-24, .bootstrap-dark .bootstrap-light .col-lg-24, .bootstrap-light .bootstrap-dark .col-lg, .bootstrap-dark .bootstrap-light .col-lg,
.bootstrap-light .bootstrap-dark .col-lg-auto,
.bootstrap-dark .bootstrap-light .col-lg-auto, .bootstrap-light .bootstrap-dark .col-xl-1, .bootstrap-dark .bootstrap-light .col-xl-1, .bootstrap-light .bootstrap-dark .col-xl-2, .bootstrap-dark .bootstrap-light .col-xl-2, .bootstrap-light .bootstrap-dark .col-xl-3, .bootstrap-dark .bootstrap-light .col-xl-3, .bootstrap-light .bootstrap-dark .col-xl-4, .bootstrap-dark .bootstrap-light .col-xl-4, .bootstrap-light .bootstrap-dark .col-xl-5, .bootstrap-dark .bootstrap-light .col-xl-5, .bootstrap-light .bootstrap-dark .col-xl-6, .bootstrap-dark .bootstrap-light .col-xl-6, .bootstrap-light .bootstrap-dark .col-xl-7, .bootstrap-dark .bootstrap-light .col-xl-7, .bootstrap-light .bootstrap-dark .col-xl-8, .bootstrap-dark .bootstrap-light .col-xl-8, .bootstrap-light .bootstrap-dark .col-xl-9, .bootstrap-dark .bootstrap-light .col-xl-9, .bootstrap-light .bootstrap-dark .col-xl-10, .bootstrap-dark .bootstrap-light .col-xl-10, .bootstrap-light .bootstrap-dark .col-xl-11, .bootstrap-dark .bootstrap-light .col-xl-11, .bootstrap-light .bootstrap-dark .col-xl-12, .bootstrap-dark .bootstrap-light .col-xl-12, .bootstrap-light .bootstrap-dark .col-xl-13, .bootstrap-dark .bootstrap-light .col-xl-13, .bootstrap-light .bootstrap-dark .col-xl-14, .bootstrap-dark .bootstrap-light .col-xl-14, .bootstrap-light .bootstrap-dark .col-xl-15, .bootstrap-dark .bootstrap-light .col-xl-15, .bootstrap-light .bootstrap-dark .col-xl-16, .bootstrap-dark .bootstrap-light .col-xl-16, .bootstrap-light .bootstrap-dark .col-xl-17, .bootstrap-dark .bootstrap-light .col-xl-17, .bootstrap-light .bootstrap-dark .col-xl-18, .bootstrap-dark .bootstrap-light .col-xl-18, .bootstrap-light .bootstrap-dark .col-xl-19, .bootstrap-dark .bootstrap-light .col-xl-19, .bootstrap-light .bootstrap-dark .col-xl-20, .bootstrap-dark .bootstrap-light .col-xl-20, .bootstrap-light .bootstrap-dark .col-xl-21, .bootstrap-dark .bootstrap-light .col-xl-21, .bootstrap-light .bootstrap-dark .col-xl-22, .bootstrap-dark .bootstrap-light .col-xl-22, .bootstrap-light .bootstrap-dark .col-xl-23, .bootstrap-dark .bootstrap-light .col-xl-23, .bootstrap-light .bootstrap-dark .col-xl-24, .bootstrap-dark .bootstrap-light .col-xl-24, .bootstrap-light .bootstrap-dark .col-xl, .bootstrap-dark .bootstrap-light .col-xl,
.bootstrap-light .bootstrap-dark .col-xl-auto,
.bootstrap-dark .bootstrap-light .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-light .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.bootstrap-light .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.bootstrap-light .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrap-light .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.bootstrap-light .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrap-light .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.bootstrap-light .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.bootstrap-light .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.bootstrap-light .col-1 {
  flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%;
}
.bootstrap-light .col-2 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.bootstrap-light .col-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.bootstrap-light .col-4 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.bootstrap-light .col-5 {
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}
.bootstrap-light .col-6 {
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrap-light .col-7 {
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}
.bootstrap-light .col-8 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.bootstrap-light .col-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.bootstrap-light .col-10 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.bootstrap-light .col-11 {
  flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%;
}
.bootstrap-light .col-12 {
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrap-light .col-13 {
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}
.bootstrap-light .col-14 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.bootstrap-light .col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.bootstrap-light .col-16 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.bootstrap-light .col-17 {
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}
.bootstrap-light .col-18 {
  flex: 0 0 75%;
  max-width: 75%;
}
.bootstrap-light .col-19 {
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}
.bootstrap-light .col-20 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.bootstrap-light .col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.bootstrap-light .col-22 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.bootstrap-light .col-23 {
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%;
}
.bootstrap-light .col-24 {
  flex: 0 0 100%;
  max-width: 100%;
}
.bootstrap-light .order-first {
  order: -1;
}
.bootstrap-light .order-last {
  order: 25;
}
.bootstrap-light .order-0 {
  order: 0;
}
.bootstrap-light .order-1 {
  order: 1;
}
.bootstrap-light .order-2 {
  order: 2;
}
.bootstrap-light .order-3 {
  order: 3;
}
.bootstrap-light .order-4 {
  order: 4;
}
.bootstrap-light .order-5 {
  order: 5;
}
.bootstrap-light .order-6 {
  order: 6;
}
.bootstrap-light .order-7 {
  order: 7;
}
.bootstrap-light .order-8 {
  order: 8;
}
.bootstrap-light .order-9 {
  order: 9;
}
.bootstrap-light .order-10 {
  order: 10;
}
.bootstrap-light .order-11 {
  order: 11;
}
.bootstrap-light .order-12 {
  order: 12;
}
.bootstrap-light .order-13 {
  order: 13;
}
.bootstrap-light .order-14 {
  order: 14;
}
.bootstrap-light .order-15 {
  order: 15;
}
.bootstrap-light .order-16 {
  order: 16;
}
.bootstrap-light .order-17 {
  order: 17;
}
.bootstrap-light .order-18 {
  order: 18;
}
.bootstrap-light .order-19 {
  order: 19;
}
.bootstrap-light .order-20 {
  order: 20;
}
.bootstrap-light .order-21 {
  order: 21;
}
.bootstrap-light .order-22 {
  order: 22;
}
.bootstrap-light .order-23 {
  order: 23;
}
.bootstrap-light .order-24 {
  order: 24;
}
.bootstrap-light .offset-1 {
  margin-left: 4.1666666667%;
}
.bootstrap-light .offset-2 {
  margin-left: 8.3333333333%;
}
.bootstrap-light .offset-3 {
  margin-left: 12.5%;
}
.bootstrap-light .offset-4 {
  margin-left: 16.6666666667%;
}
.bootstrap-light .offset-5 {
  margin-left: 20.8333333333%;
}
.bootstrap-light .offset-6 {
  margin-left: 25%;
}
.bootstrap-light .offset-7 {
  margin-left: 29.1666666667%;
}
.bootstrap-light .offset-8 {
  margin-left: 33.3333333333%;
}
.bootstrap-light .offset-9 {
  margin-left: 37.5%;
}
.bootstrap-light .offset-10 {
  margin-left: 41.6666666667%;
}
.bootstrap-light .offset-11 {
  margin-left: 45.8333333333%;
}
.bootstrap-light .offset-12 {
  margin-left: 50%;
}
.bootstrap-light .offset-13 {
  margin-left: 54.1666666667%;
}
.bootstrap-light .offset-14 {
  margin-left: 58.3333333333%;
}
.bootstrap-light .offset-15 {
  margin-left: 62.5%;
}
.bootstrap-light .offset-16 {
  margin-left: 66.6666666667%;
}
.bootstrap-light .offset-17 {
  margin-left: 70.8333333333%;
}
.bootstrap-light .offset-18 {
  margin-left: 75%;
}
.bootstrap-light .offset-19 {
  margin-left: 79.1666666667%;
}
.bootstrap-light .offset-20 {
  margin-left: 83.3333333333%;
}
.bootstrap-light .offset-21 {
  margin-left: 87.5%;
}
.bootstrap-light .offset-22 {
  margin-left: 91.6666666667%;
}
.bootstrap-light .offset-23 {
  margin-left: 95.8333333333%;
}
@media (min-width: 576px) {
  .bootstrap-light .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-light .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-light .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-light .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-light .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-light .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap-light .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-light .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-light .col-sm-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .bootstrap-light .col-sm-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-light .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .bootstrap-light .col-sm-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-light .col-sm-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .bootstrap-light .col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-light .col-sm-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .bootstrap-light .col-sm-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-light .col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .bootstrap-light .col-sm-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-light .col-sm-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .bootstrap-light .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-light .col-sm-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .bootstrap-light .col-sm-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-light .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .bootstrap-light .col-sm-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-light .col-sm-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .bootstrap-light .col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-light .col-sm-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .bootstrap-light .col-sm-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-light .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .bootstrap-light .col-sm-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-light .col-sm-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .bootstrap-light .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-light .order-sm-first {
    order: -1;
  }
  .bootstrap-light .order-sm-last {
    order: 25;
  }
  .bootstrap-light .order-sm-0 {
    order: 0;
  }
  .bootstrap-light .order-sm-1 {
    order: 1;
  }
  .bootstrap-light .order-sm-2 {
    order: 2;
  }
  .bootstrap-light .order-sm-3 {
    order: 3;
  }
  .bootstrap-light .order-sm-4 {
    order: 4;
  }
  .bootstrap-light .order-sm-5 {
    order: 5;
  }
  .bootstrap-light .order-sm-6 {
    order: 6;
  }
  .bootstrap-light .order-sm-7 {
    order: 7;
  }
  .bootstrap-light .order-sm-8 {
    order: 8;
  }
  .bootstrap-light .order-sm-9 {
    order: 9;
  }
  .bootstrap-light .order-sm-10 {
    order: 10;
  }
  .bootstrap-light .order-sm-11 {
    order: 11;
  }
  .bootstrap-light .order-sm-12 {
    order: 12;
  }
  .bootstrap-light .order-sm-13 {
    order: 13;
  }
  .bootstrap-light .order-sm-14 {
    order: 14;
  }
  .bootstrap-light .order-sm-15 {
    order: 15;
  }
  .bootstrap-light .order-sm-16 {
    order: 16;
  }
  .bootstrap-light .order-sm-17 {
    order: 17;
  }
  .bootstrap-light .order-sm-18 {
    order: 18;
  }
  .bootstrap-light .order-sm-19 {
    order: 19;
  }
  .bootstrap-light .order-sm-20 {
    order: 20;
  }
  .bootstrap-light .order-sm-21 {
    order: 21;
  }
  .bootstrap-light .order-sm-22 {
    order: 22;
  }
  .bootstrap-light .order-sm-23 {
    order: 23;
  }
  .bootstrap-light .order-sm-24 {
    order: 24;
  }
  .bootstrap-light .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap-light .offset-sm-1 {
    margin-left: 4.1666666667%;
  }
  .bootstrap-light .offset-sm-2 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-light .offset-sm-3 {
    margin-left: 12.5%;
  }
  .bootstrap-light .offset-sm-4 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-light .offset-sm-5 {
    margin-left: 20.8333333333%;
  }
  .bootstrap-light .offset-sm-6 {
    margin-left: 25%;
  }
  .bootstrap-light .offset-sm-7 {
    margin-left: 29.1666666667%;
  }
  .bootstrap-light .offset-sm-8 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-light .offset-sm-9 {
    margin-left: 37.5%;
  }
  .bootstrap-light .offset-sm-10 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-light .offset-sm-11 {
    margin-left: 45.8333333333%;
  }
  .bootstrap-light .offset-sm-12 {
    margin-left: 50%;
  }
  .bootstrap-light .offset-sm-13 {
    margin-left: 54.1666666667%;
  }
  .bootstrap-light .offset-sm-14 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-light .offset-sm-15 {
    margin-left: 62.5%;
  }
  .bootstrap-light .offset-sm-16 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-light .offset-sm-17 {
    margin-left: 70.8333333333%;
  }
  .bootstrap-light .offset-sm-18 {
    margin-left: 75%;
  }
  .bootstrap-light .offset-sm-19 {
    margin-left: 79.1666666667%;
  }
  .bootstrap-light .offset-sm-20 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-light .offset-sm-21 {
    margin-left: 87.5%;
  }
  .bootstrap-light .offset-sm-22 {
    margin-left: 91.6666666667%;
  }
  .bootstrap-light .offset-sm-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 768px) {
  .bootstrap-light .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-light .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-light .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-light .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-light .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-light .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap-light .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-light .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-light .col-md-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .bootstrap-light .col-md-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-light .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .bootstrap-light .col-md-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-light .col-md-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .bootstrap-light .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-light .col-md-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .bootstrap-light .col-md-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-light .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .bootstrap-light .col-md-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-light .col-md-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .bootstrap-light .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-light .col-md-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .bootstrap-light .col-md-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-light .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .bootstrap-light .col-md-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-light .col-md-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .bootstrap-light .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-light .col-md-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .bootstrap-light .col-md-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-light .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .bootstrap-light .col-md-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-light .col-md-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .bootstrap-light .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-light .order-md-first {
    order: -1;
  }
  .bootstrap-light .order-md-last {
    order: 25;
  }
  .bootstrap-light .order-md-0 {
    order: 0;
  }
  .bootstrap-light .order-md-1 {
    order: 1;
  }
  .bootstrap-light .order-md-2 {
    order: 2;
  }
  .bootstrap-light .order-md-3 {
    order: 3;
  }
  .bootstrap-light .order-md-4 {
    order: 4;
  }
  .bootstrap-light .order-md-5 {
    order: 5;
  }
  .bootstrap-light .order-md-6 {
    order: 6;
  }
  .bootstrap-light .order-md-7 {
    order: 7;
  }
  .bootstrap-light .order-md-8 {
    order: 8;
  }
  .bootstrap-light .order-md-9 {
    order: 9;
  }
  .bootstrap-light .order-md-10 {
    order: 10;
  }
  .bootstrap-light .order-md-11 {
    order: 11;
  }
  .bootstrap-light .order-md-12 {
    order: 12;
  }
  .bootstrap-light .order-md-13 {
    order: 13;
  }
  .bootstrap-light .order-md-14 {
    order: 14;
  }
  .bootstrap-light .order-md-15 {
    order: 15;
  }
  .bootstrap-light .order-md-16 {
    order: 16;
  }
  .bootstrap-light .order-md-17 {
    order: 17;
  }
  .bootstrap-light .order-md-18 {
    order: 18;
  }
  .bootstrap-light .order-md-19 {
    order: 19;
  }
  .bootstrap-light .order-md-20 {
    order: 20;
  }
  .bootstrap-light .order-md-21 {
    order: 21;
  }
  .bootstrap-light .order-md-22 {
    order: 22;
  }
  .bootstrap-light .order-md-23 {
    order: 23;
  }
  .bootstrap-light .order-md-24 {
    order: 24;
  }
  .bootstrap-light .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap-light .offset-md-1 {
    margin-left: 4.1666666667%;
  }
  .bootstrap-light .offset-md-2 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-light .offset-md-3 {
    margin-left: 12.5%;
  }
  .bootstrap-light .offset-md-4 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-light .offset-md-5 {
    margin-left: 20.8333333333%;
  }
  .bootstrap-light .offset-md-6 {
    margin-left: 25%;
  }
  .bootstrap-light .offset-md-7 {
    margin-left: 29.1666666667%;
  }
  .bootstrap-light .offset-md-8 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-light .offset-md-9 {
    margin-left: 37.5%;
  }
  .bootstrap-light .offset-md-10 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-light .offset-md-11 {
    margin-left: 45.8333333333%;
  }
  .bootstrap-light .offset-md-12 {
    margin-left: 50%;
  }
  .bootstrap-light .offset-md-13 {
    margin-left: 54.1666666667%;
  }
  .bootstrap-light .offset-md-14 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-light .offset-md-15 {
    margin-left: 62.5%;
  }
  .bootstrap-light .offset-md-16 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-light .offset-md-17 {
    margin-left: 70.8333333333%;
  }
  .bootstrap-light .offset-md-18 {
    margin-left: 75%;
  }
  .bootstrap-light .offset-md-19 {
    margin-left: 79.1666666667%;
  }
  .bootstrap-light .offset-md-20 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-light .offset-md-21 {
    margin-left: 87.5%;
  }
  .bootstrap-light .offset-md-22 {
    margin-left: 91.6666666667%;
  }
  .bootstrap-light .offset-md-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 992px) {
  .bootstrap-light .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-light .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-light .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-light .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-light .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-light .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap-light .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-light .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-light .col-lg-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .bootstrap-light .col-lg-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-light .col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .bootstrap-light .col-lg-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-light .col-lg-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .bootstrap-light .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-light .col-lg-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .bootstrap-light .col-lg-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-light .col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .bootstrap-light .col-lg-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-light .col-lg-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .bootstrap-light .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-light .col-lg-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .bootstrap-light .col-lg-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-light .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .bootstrap-light .col-lg-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-light .col-lg-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .bootstrap-light .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-light .col-lg-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .bootstrap-light .col-lg-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-light .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .bootstrap-light .col-lg-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-light .col-lg-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .bootstrap-light .col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-light .order-lg-first {
    order: -1;
  }
  .bootstrap-light .order-lg-last {
    order: 25;
  }
  .bootstrap-light .order-lg-0 {
    order: 0;
  }
  .bootstrap-light .order-lg-1 {
    order: 1;
  }
  .bootstrap-light .order-lg-2 {
    order: 2;
  }
  .bootstrap-light .order-lg-3 {
    order: 3;
  }
  .bootstrap-light .order-lg-4 {
    order: 4;
  }
  .bootstrap-light .order-lg-5 {
    order: 5;
  }
  .bootstrap-light .order-lg-6 {
    order: 6;
  }
  .bootstrap-light .order-lg-7 {
    order: 7;
  }
  .bootstrap-light .order-lg-8 {
    order: 8;
  }
  .bootstrap-light .order-lg-9 {
    order: 9;
  }
  .bootstrap-light .order-lg-10 {
    order: 10;
  }
  .bootstrap-light .order-lg-11 {
    order: 11;
  }
  .bootstrap-light .order-lg-12 {
    order: 12;
  }
  .bootstrap-light .order-lg-13 {
    order: 13;
  }
  .bootstrap-light .order-lg-14 {
    order: 14;
  }
  .bootstrap-light .order-lg-15 {
    order: 15;
  }
  .bootstrap-light .order-lg-16 {
    order: 16;
  }
  .bootstrap-light .order-lg-17 {
    order: 17;
  }
  .bootstrap-light .order-lg-18 {
    order: 18;
  }
  .bootstrap-light .order-lg-19 {
    order: 19;
  }
  .bootstrap-light .order-lg-20 {
    order: 20;
  }
  .bootstrap-light .order-lg-21 {
    order: 21;
  }
  .bootstrap-light .order-lg-22 {
    order: 22;
  }
  .bootstrap-light .order-lg-23 {
    order: 23;
  }
  .bootstrap-light .order-lg-24 {
    order: 24;
  }
  .bootstrap-light .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap-light .offset-lg-1 {
    margin-left: 4.1666666667%;
  }
  .bootstrap-light .offset-lg-2 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-light .offset-lg-3 {
    margin-left: 12.5%;
  }
  .bootstrap-light .offset-lg-4 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-light .offset-lg-5 {
    margin-left: 20.8333333333%;
  }
  .bootstrap-light .offset-lg-6 {
    margin-left: 25%;
  }
  .bootstrap-light .offset-lg-7 {
    margin-left: 29.1666666667%;
  }
  .bootstrap-light .offset-lg-8 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-light .offset-lg-9 {
    margin-left: 37.5%;
  }
  .bootstrap-light .offset-lg-10 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-light .offset-lg-11 {
    margin-left: 45.8333333333%;
  }
  .bootstrap-light .offset-lg-12 {
    margin-left: 50%;
  }
  .bootstrap-light .offset-lg-13 {
    margin-left: 54.1666666667%;
  }
  .bootstrap-light .offset-lg-14 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-light .offset-lg-15 {
    margin-left: 62.5%;
  }
  .bootstrap-light .offset-lg-16 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-light .offset-lg-17 {
    margin-left: 70.8333333333%;
  }
  .bootstrap-light .offset-lg-18 {
    margin-left: 75%;
  }
  .bootstrap-light .offset-lg-19 {
    margin-left: 79.1666666667%;
  }
  .bootstrap-light .offset-lg-20 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-light .offset-lg-21 {
    margin-left: 87.5%;
  }
  .bootstrap-light .offset-lg-22 {
    margin-left: 91.6666666667%;
  }
  .bootstrap-light .offset-lg-23 {
    margin-left: 95.8333333333%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-light .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-light .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-light .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-light .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-light .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-light .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap-light .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-light .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-light .col-xl-1 {
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }
  .bootstrap-light .col-xl-2 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-light .col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .bootstrap-light .col-xl-4 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-light .col-xl-5 {
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }
  .bootstrap-light .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-light .col-xl-7 {
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .bootstrap-light .col-xl-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-light .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .bootstrap-light .col-xl-10 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-light .col-xl-11 {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .bootstrap-light .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-light .col-xl-13 {
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }
  .bootstrap-light .col-xl-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-light .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .bootstrap-light .col-xl-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-light .col-xl-17 {
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }
  .bootstrap-light .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-light .col-xl-19 {
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }
  .bootstrap-light .col-xl-20 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-light .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .bootstrap-light .col-xl-22 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-light .col-xl-23 {
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }
  .bootstrap-light .col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-light .order-xl-first {
    order: -1;
  }
  .bootstrap-light .order-xl-last {
    order: 25;
  }
  .bootstrap-light .order-xl-0 {
    order: 0;
  }
  .bootstrap-light .order-xl-1 {
    order: 1;
  }
  .bootstrap-light .order-xl-2 {
    order: 2;
  }
  .bootstrap-light .order-xl-3 {
    order: 3;
  }
  .bootstrap-light .order-xl-4 {
    order: 4;
  }
  .bootstrap-light .order-xl-5 {
    order: 5;
  }
  .bootstrap-light .order-xl-6 {
    order: 6;
  }
  .bootstrap-light .order-xl-7 {
    order: 7;
  }
  .bootstrap-light .order-xl-8 {
    order: 8;
  }
  .bootstrap-light .order-xl-9 {
    order: 9;
  }
  .bootstrap-light .order-xl-10 {
    order: 10;
  }
  .bootstrap-light .order-xl-11 {
    order: 11;
  }
  .bootstrap-light .order-xl-12 {
    order: 12;
  }
  .bootstrap-light .order-xl-13 {
    order: 13;
  }
  .bootstrap-light .order-xl-14 {
    order: 14;
  }
  .bootstrap-light .order-xl-15 {
    order: 15;
  }
  .bootstrap-light .order-xl-16 {
    order: 16;
  }
  .bootstrap-light .order-xl-17 {
    order: 17;
  }
  .bootstrap-light .order-xl-18 {
    order: 18;
  }
  .bootstrap-light .order-xl-19 {
    order: 19;
  }
  .bootstrap-light .order-xl-20 {
    order: 20;
  }
  .bootstrap-light .order-xl-21 {
    order: 21;
  }
  .bootstrap-light .order-xl-22 {
    order: 22;
  }
  .bootstrap-light .order-xl-23 {
    order: 23;
  }
  .bootstrap-light .order-xl-24 {
    order: 24;
  }
  .bootstrap-light .offset-xl-0 {
    margin-left: 0;
  }
  .bootstrap-light .offset-xl-1 {
    margin-left: 4.1666666667%;
  }
  .bootstrap-light .offset-xl-2 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-light .offset-xl-3 {
    margin-left: 12.5%;
  }
  .bootstrap-light .offset-xl-4 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-light .offset-xl-5 {
    margin-left: 20.8333333333%;
  }
  .bootstrap-light .offset-xl-6 {
    margin-left: 25%;
  }
  .bootstrap-light .offset-xl-7 {
    margin-left: 29.1666666667%;
  }
  .bootstrap-light .offset-xl-8 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-light .offset-xl-9 {
    margin-left: 37.5%;
  }
  .bootstrap-light .offset-xl-10 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-light .offset-xl-11 {
    margin-left: 45.8333333333%;
  }
  .bootstrap-light .offset-xl-12 {
    margin-left: 50%;
  }
  .bootstrap-light .offset-xl-13 {
    margin-left: 54.1666666667%;
  }
  .bootstrap-light .offset-xl-14 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-light .offset-xl-15 {
    margin-left: 62.5%;
  }
  .bootstrap-light .offset-xl-16 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-light .offset-xl-17 {
    margin-left: 70.8333333333%;
  }
  .bootstrap-light .offset-xl-18 {
    margin-left: 75%;
  }
  .bootstrap-light .offset-xl-19 {
    margin-left: 79.1666666667%;
  }
  .bootstrap-light .offset-xl-20 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-light .offset-xl-21 {
    margin-left: 87.5%;
  }
  .bootstrap-light .offset-xl-22 {
    margin-left: 91.6666666667%;
  }
  .bootstrap-light .offset-xl-23 {
    margin-left: 95.8333333333%;
  }
}
.bootstrap-light .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #25292e;
}
.bootstrap-light .table th,
.bootstrap-light .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.bootstrap-light .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.bootstrap-light .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.bootstrap-light .table-sm th,
.bootstrap-light .table-sm td {
  padding: 0.3rem;
}
.bootstrap-light .table-bordered {
  border: 1px solid #dee2e6;
}
.bootstrap-light .table-bordered th,
.bootstrap-light .table-bordered td {
  border: 1px solid #dee2e6;
}
.bootstrap-light .table-bordered thead th,
.bootstrap-light .table-bordered thead td {
  border-bottom-width: 2px;
}
.bootstrap-light .table-borderless th,
.bootstrap-light .table-borderless td,
.bootstrap-light .table-borderless thead th,
.bootstrap-light .table-borderless tbody + tbody {
  border: 0;
}
.bootstrap-light .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.bootstrap-light .table-hover tbody tr:hover {
  color: #25292e;
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-light .table-primary,
.bootstrap-light .table-primary > th,
.bootstrap-light .table-primary > td {
  background-color: rgb(194.8, 207.4, 228.96);
}
.bootstrap-light .table-primary th,
.bootstrap-light .table-primary td,
.bootstrap-light .table-primary thead th,
.bootstrap-light .table-primary tbody + tbody {
  border-color: rgb(143.2, 166.6, 206.64);
}
.bootstrap-light .table-hover .table-primary:hover {
  background-color: rgb(176.9996753247, 193.3253246753, 221.2603246753);
}
.bootstrap-light .table-hover .table-primary:hover > td,
.bootstrap-light .table-hover .table-primary:hover > th {
  background-color: rgb(176.9996753247, 193.3253246753, 221.2603246753);
}
.bootstrap-light .table-secondary,
.bootstrap-light .table-secondary > th,
.bootstrap-light .table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.bootstrap-light .table-secondary th,
.bootstrap-light .table-secondary td,
.bootstrap-light .table-secondary thead th,
.bootstrap-light .table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}
.bootstrap-light .table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.bootstrap-light .table-hover .table-secondary:hover > td,
.bootstrap-light .table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.bootstrap-light .table-success,
.bootstrap-light .table-success > th,
.bootstrap-light .table-success > td {
  background-color: rgb(212.16, 229.8, 204.32);
}
.bootstrap-light .table-success th,
.bootstrap-light .table-success td,
.bootstrap-light .table-success thead th,
.bootstrap-light .table-success tbody + tbody {
  border-color: rgb(175.44, 208.2, 160.88);
}
.bootstrap-light .table-hover .table-success:hover {
  background-color: rgb(197.7633210332, 221.3313653137, 187.2886346863);
}
.bootstrap-light .table-hover .table-success:hover > td,
.bootstrap-light .table-hover .table-success:hover > th {
  background-color: rgb(197.7633210332, 221.3313653137, 187.2886346863);
}
.bootstrap-light .table-info,
.bootstrap-light .table-info > th,
.bootstrap-light .table-info > td {
  background-color: rgb(183.6, 223.64, 241.28);
}
.bootstrap-light .table-info th,
.bootstrap-light .table-info td,
.bootstrap-light .table-info thead th,
.bootstrap-light .table-info tbody + tbody {
  border-color: rgb(122.4, 196.76, 229.52);
}
.bootstrap-light .table-hover .table-info:hover {
  background-color: rgb(162.2101973684, 214.2452631579, 237.1698026316);
}
.bootstrap-light .table-hover .table-info:hover > td,
.bootstrap-light .table-hover .table-info:hover > th {
  background-color: rgb(162.2101973684, 214.2452631579, 237.1698026316);
}
.bootstrap-light .table-warning,
.bootstrap-light .table-warning > th,
.bootstrap-light .table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.bootstrap-light .table-warning th,
.bootstrap-light .table-warning td,
.bootstrap-light .table-warning thead th,
.bootstrap-light .table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}
.bootstrap-light .table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.bootstrap-light .table-hover .table-warning:hover > td,
.bootstrap-light .table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}
.bootstrap-light .table-danger,
.bootstrap-light .table-danger > th,
.bootstrap-light .table-danger > td {
  background-color: rgb(249.96, 190.88, 200.12);
}
.bootstrap-light .table-danger th,
.bootstrap-light .table-danger td,
.bootstrap-light .table-danger thead th,
.bootstrap-light .table-danger tbody + tbody {
  border-color: rgb(245.64, 135.92, 153.08);
}
.bootstrap-light .table-hover .table-danger:hover {
  background-color: rgb(248.1017004049, 167.2382995951, 179.8851821862);
}
.bootstrap-light .table-hover .table-danger:hover > td,
.bootstrap-light .table-hover .table-danger:hover > th {
  background-color: rgb(248.1017004049, 167.2382995951, 179.8851821862);
}
.bootstrap-light .table-light,
.bootstrap-light .table-light > th,
.bootstrap-light .table-light > td {
  background-color: rgb(251.36, 251.92, 252.48);
}
.bootstrap-light .table-light th,
.bootstrap-light .table-light td,
.bootstrap-light .table-light thead th,
.bootstrap-light .table-light tbody + tbody {
  border-color: rgb(248.24, 249.28, 250.32);
}
.bootstrap-light .table-hover .table-light:hover {
  background-color: rgb(236.2918181818, 239.17, 242.0481818182);
}
.bootstrap-light .table-hover .table-light:hover > td,
.bootstrap-light .table-hover .table-light:hover > th {
  background-color: rgb(236.2918181818, 239.17, 242.0481818182);
}
.bootstrap-light .table-dark,
.bootstrap-light .table-dark > th,
.bootstrap-light .table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.bootstrap-light .table-dark th,
.bootstrap-light .table-dark td,
.bootstrap-light .table-dark thead th,
.bootstrap-light .table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}
.bootstrap-light .table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.bootstrap-light .table-hover .table-dark:hover > td,
.bootstrap-light .table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.bootstrap-light .table-active,
.bootstrap-light .table-active > th,
.bootstrap-light .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-light .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-light .table-hover .table-active:hover > td,
.bootstrap-light .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-light .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.bootstrap-light .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.bootstrap-light .table-dark {
  color: #fff;
  background-color: #343a40;
}
.bootstrap-light .table-dark th,
.bootstrap-light .table-dark td,
.bootstrap-light .table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.bootstrap-light .table-dark.table-bordered {
  border: 0;
}
.bootstrap-light .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.bootstrap-light .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .bootstrap-light .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap-light .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-light .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap-light .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .bootstrap-light .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap-light .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap-light .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap-light .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.bootstrap-light .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bootstrap-light .table-responsive > .table-bordered {
  border: 0;
}
.bootstrap-light .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.15rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-light .form-control {
    transition: none;
  }
}
.bootstrap-light .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.bootstrap-light .form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.bootstrap-light .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(110.2425742574, 150.452970297, 219.2574257426);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 85, 162, 0.25);
}
.bootstrap-light .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap-light .form-control:disabled, .bootstrap-light .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.bootstrap-light input[type=date].form-control,
.bootstrap-light input[type=time].form-control,
.bootstrap-light input[type=datetime-local].form-control,
.bootstrap-light input[type=month].form-control {
  appearance: none;
}
.bootstrap-light select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.bootstrap-light .form-control-file,
.bootstrap-light .form-control-range {
  display: block;
  width: 100%;
}
.bootstrap-light .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.bootstrap-light .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.bootstrap-light .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.bootstrap-light .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #25292e;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.bootstrap-light .form-control-plaintext.form-control-sm, .bootstrap-light .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-light .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem;
}
.bootstrap-light .form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrap-light select.form-control[size], .bootstrap-light select.form-control[multiple] {
  height: auto;
}
.bootstrap-light textarea.form-control {
  height: auto;
}
.bootstrap-light .form-group {
  margin-bottom: 1rem;
}
.bootstrap-light .form-text {
  display: block;
  margin-top: 0.25rem;
}
.bootstrap-light .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.bootstrap-light .form-row > .col,
.bootstrap-light .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.bootstrap-light .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.bootstrap-light .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.bootstrap-light .form-check-input[disabled] ~ .form-check-label, .bootstrap-light .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.bootstrap-light .form-check-label {
  margin-bottom: 0;
}
.bootstrap-light .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.bootstrap-light .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.bootstrap-light .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #66a54a;
}
.bootstrap-light .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #66a54a;
  border-radius: 0.15rem;
}
.bootstrap-light .was-validated:valid ~ .valid-feedback,
.bootstrap-light .was-validated:valid ~ .valid-tooltip, .bootstrap-light.is-valid ~ .valid-feedback,
.bootstrap-light.is-valid ~ .valid-tooltip {
  display: block;
}
.bootstrap-light .was-validated .form-control:valid, .bootstrap-light .form-control.is-valid {
  border-color: #66a54a;
}
.bootstrap-light .was-validated .form-control:valid:focus, .bootstrap-light .form-control.is-valid:focus {
  border-color: #66a54a;
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.25);
}
.bootstrap-light .was-validated .custom-select:valid, .bootstrap-light .custom-select.is-valid {
  border-color: #66a54a;
}
.bootstrap-light .was-validated .custom-select:valid:focus, .bootstrap-light .custom-select.is-valid:focus {
  border-color: #66a54a;
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.25);
}
.bootstrap-light .was-validated .form-check-input:valid ~ .form-check-label, .bootstrap-light .form-check-input.is-valid ~ .form-check-label {
  color: #66a54a;
}
.bootstrap-light .was-validated .form-check-input:valid ~ .valid-feedback,
.bootstrap-light .was-validated .form-check-input:valid ~ .valid-tooltip, .bootstrap-light .form-check-input.is-valid ~ .valid-feedback,
.bootstrap-light .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.bootstrap-light .was-validated .custom-control-input:valid ~ .custom-control-label, .bootstrap-light .custom-control-input.is-valid ~ .custom-control-label {
  color: #66a54a;
}
.bootstrap-light .was-validated .custom-control-input:valid ~ .custom-control-label::before, .bootstrap-light .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #66a54a;
}
.bootstrap-light .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .bootstrap-light .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(128.8912133891, 186.8828451883, 103.1171548117);
  background-color: rgb(128.8912133891, 186.8828451883, 103.1171548117);
}
.bootstrap-light .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .bootstrap-light .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.25);
}
.bootstrap-light .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-light .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #66a54a;
}
.bootstrap-light .was-validated .custom-file-input:valid ~ .custom-file-label, .bootstrap-light .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #66a54a;
}
.bootstrap-light .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .bootstrap-light .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #66a54a;
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.25);
}
.bootstrap-light .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ed1a3b;
}
.bootstrap-light .invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #ed1a3b;
  border-radius: 0.15rem;
}
.bootstrap-light .was-validated:invalid ~ .invalid-feedback,
.bootstrap-light .was-validated:invalid ~ .invalid-tooltip, .bootstrap-light.is-invalid ~ .invalid-feedback,
.bootstrap-light.is-invalid ~ .invalid-tooltip {
  display: block;
}
.bootstrap-light .was-validated .form-control:invalid, .bootstrap-light .form-control.is-invalid {
  border-color: #ed1a3b;
}
.bootstrap-light .was-validated .form-control:invalid:focus, .bootstrap-light .form-control.is-invalid:focus {
  border-color: #ed1a3b;
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.25);
}
.bootstrap-light .was-validated .custom-select:invalid, .bootstrap-light .custom-select.is-invalid {
  border-color: #ed1a3b;
}
.bootstrap-light .was-validated .custom-select:invalid:focus, .bootstrap-light .custom-select.is-invalid:focus {
  border-color: #ed1a3b;
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.25);
}
.bootstrap-light .was-validated .form-check-input:invalid ~ .form-check-label, .bootstrap-light .form-check-input.is-invalid ~ .form-check-label {
  color: #ed1a3b;
}
.bootstrap-light .was-validated .form-check-input:invalid ~ .invalid-feedback,
.bootstrap-light .was-validated .form-check-input:invalid ~ .invalid-tooltip, .bootstrap-light .form-check-input.is-invalid ~ .invalid-feedback,
.bootstrap-light .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.bootstrap-light .was-validated .custom-control-input:invalid ~ .custom-control-label, .bootstrap-light .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ed1a3b;
}
.bootstrap-light .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .bootstrap-light .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ed1a3b;
}
.bootstrap-light .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .bootstrap-light .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(240.7165991903, 73.2834008097, 99.4696356275);
  background-color: rgb(240.7165991903, 73.2834008097, 99.4696356275);
}
.bootstrap-light .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .bootstrap-light .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.25);
}
.bootstrap-light .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-light .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ed1a3b;
}
.bootstrap-light .was-validated .custom-file-input:invalid ~ .custom-file-label, .bootstrap-light .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ed1a3b;
}
.bootstrap-light .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .bootstrap-light .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ed1a3b;
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.25);
}
.bootstrap-light .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.bootstrap-light .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .bootstrap-light .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .bootstrap-light .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .bootstrap-light .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-light .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .bootstrap-light .form-inline .input-group,
  .bootstrap-light .form-inline .custom-select {
    width: auto;
  }
  .bootstrap-light .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .bootstrap-light .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .bootstrap-light .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .bootstrap-light .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.bootstrap-light .btn {
  display: inline-block;
  font-weight: 400;
  color: #25292e;
  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.15rem;
  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) {
  .bootstrap-light .btn {
    transition: none;
  }
}
.bootstrap-light .btn:hover {
  color: #25292e;
  text-decoration: none;
}
.bootstrap-light .btn:focus, .bootstrap-light .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 85, 162, 0.25);
}
.bootstrap-light .btn.disabled, .bootstrap-light .btn:disabled {
  opacity: 0.65;
}
.bootstrap-light .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.bootstrap-light a.btn.disabled,
.bootstrap-light fieldset:disabled a.btn {
  pointer-events: none;
}
.bootstrap-light .btn-primary {
  color: #fff;
  background-color: #2855a2;
  border-color: #2855a2;
}
.bootstrap-light .btn-primary:hover {
  color: #fff;
  background-color: rgb(32.4257425743, 68.9047029703, 131.3242574257);
  border-color: rgb(29.900990099, 63.5396039604, 121.099009901);
}
.bootstrap-light .btn-primary:focus, .bootstrap-light .btn-primary.focus {
  color: #fff;
  background-color: rgb(32.4257425743, 68.9047029703, 131.3242574257);
  border-color: rgb(29.900990099, 63.5396039604, 121.099009901);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 110.5, 175.95, 0.5);
}
.bootstrap-light .btn-primary.disabled, .bootstrap-light .btn-primary:disabled {
  color: #fff;
  background-color: #2855a2;
  border-color: #2855a2;
}
.bootstrap-light .btn-primary:not(:disabled):not(.disabled):active, .bootstrap-light .btn-primary:not(:disabled):not(.disabled).active, .show > .bootstrap-light .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.900990099, 63.5396039604, 121.099009901);
  border-color: rgb(27.3762376238, 58.1745049505, 110.8737623762);
}
.bootstrap-light .btn-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-light .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-light .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 110.5, 175.95, 0.5);
}
.bootstrap-light .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-light .btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.bootstrap-light .btn-secondary:focus, .bootstrap-light .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);
}
.bootstrap-light .btn-secondary.disabled, .bootstrap-light .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-light .btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-light .btn-secondary:not(:disabled):not(.disabled).active, .show > .bootstrap-light .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.bootstrap-light .btn-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap-light .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-light .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.bootstrap-light .btn-success {
  color: #fff;
  background-color: #66a54a;
  border-color: #66a54a;
}
.bootstrap-light .btn-success:hover {
  color: #fff;
  background-color: rgb(85.6757322176, 138.5930962343, 62.1569037657);
  border-color: rgb(80.2343096234, 129.7907949791, 58.2092050209);
}
.bootstrap-light .btn-success:focus, .bootstrap-light .btn-success.focus {
  color: #fff;
  background-color: rgb(85.6757322176, 138.5930962343, 62.1569037657);
  border-color: rgb(80.2343096234, 129.7907949791, 58.2092050209);
  box-shadow: 0 0 0 0.2rem rgba(124.95, 178.5, 101.15, 0.5);
}
.bootstrap-light .btn-success.disabled, .bootstrap-light .btn-success:disabled {
  color: #fff;
  background-color: #66a54a;
  border-color: #66a54a;
}
.bootstrap-light .btn-success:not(:disabled):not(.disabled):active, .bootstrap-light .btn-success:not(:disabled):not(.disabled).active, .show > .bootstrap-light .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(80.2343096234, 129.7907949791, 58.2092050209);
  border-color: rgb(74.7928870293, 120.9884937238, 54.2615062762);
}
.bootstrap-light .btn-success:not(:disabled):not(.disabled):active:focus, .bootstrap-light .btn-success:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-light .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(124.95, 178.5, 101.15, 0.5);
}
.bootstrap-light .btn-info {
  color: #fff;
  background-color: #008fce;
  border-color: #008fce;
}
.bootstrap-light .btn-info:hover {
  color: #fff;
  background-color: rgb(0, 116.447815534, 167.75);
  border-color: rgb(0, 107.5970873786, 155);
}
.bootstrap-light .btn-info:focus, .bootstrap-light .btn-info.focus {
  color: #fff;
  background-color: rgb(0, 116.447815534, 167.75);
  border-color: rgb(0, 107.5970873786, 155);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 159.8, 213.35, 0.5);
}
.bootstrap-light .btn-info.disabled, .bootstrap-light .btn-info:disabled {
  color: #fff;
  background-color: #008fce;
  border-color: #008fce;
}
.bootstrap-light .btn-info:not(:disabled):not(.disabled):active, .bootstrap-light .btn-info:not(:disabled):not(.disabled).active, .show > .bootstrap-light .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 107.5970873786, 155);
  border-color: rgb(0, 98.7463592233, 142.25);
}
.bootstrap-light .btn-info:not(:disabled):not(.disabled):active:focus, .bootstrap-light .btn-info:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-light .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 159.8, 213.35, 0.5);
}
.bootstrap-light .btn-warning {
  color: #25292e;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-light .btn-warning:hover {
  color: #25292e;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.bootstrap-light .btn-warning:focus, .bootstrap-light .btn-warning.focus {
  color: #25292e;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(222.3, 170.2, 12.85, 0.5);
}
.bootstrap-light .btn-warning.disabled, .bootstrap-light .btn-warning:disabled {
  color: #25292e;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-light .btn-warning:not(:disabled):not(.disabled):active, .bootstrap-light .btn-warning:not(:disabled):not(.disabled).active, .show > .bootstrap-light .btn-warning.dropdown-toggle {
  color: #25292e;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.bootstrap-light .btn-warning:not(:disabled):not(.disabled):active:focus, .bootstrap-light .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-light .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222.3, 170.2, 12.85, 0.5);
}
.bootstrap-light .btn-danger {
  color: #fff;
  background-color: #ed1a3b;
  border-color: #ed1a3b;
}
.bootstrap-light .btn-danger:hover {
  color: #fff;
  background-color: rgb(208.3714574899, 16.3785425101, 46.4058704453);
  border-color: rgb(196.5506072874, 15.4493927126, 43.7732793522);
}
.bootstrap-light .btn-danger:focus, .bootstrap-light .btn-danger.focus {
  color: #fff;
  background-color: rgb(208.3714574899, 16.3785425101, 46.4058704453);
  border-color: rgb(196.5506072874, 15.4493927126, 43.7732793522);
  box-shadow: 0 0 0 0.2rem rgba(239.7, 60.35, 88.4, 0.5);
}
.bootstrap-light .btn-danger.disabled, .bootstrap-light .btn-danger:disabled {
  color: #fff;
  background-color: #ed1a3b;
  border-color: #ed1a3b;
}
.bootstrap-light .btn-danger:not(:disabled):not(.disabled):active, .bootstrap-light .btn-danger:not(:disabled):not(.disabled).active, .show > .bootstrap-light .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(196.5506072874, 15.4493927126, 43.7732793522);
  border-color: rgb(184.729757085, 14.520242915, 41.1406882591);
}
.bootstrap-light .btn-danger:not(:disabled):not(.disabled):active:focus, .bootstrap-light .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-light .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239.7, 60.35, 88.4, 0.5);
}
.bootstrap-light .btn-light {
  color: #25292e;
  background-color: #f2f4f6;
  border-color: #f2f4f6;
}
.bootstrap-light .btn-light:hover {
  color: #25292e;
  background-color: rgb(219.3977272727, 224.875, 230.3522727273);
  border-color: rgb(211.8636363636, 218.5, 225.1363636364);
}
.bootstrap-light .btn-light:focus, .bootstrap-light .btn-light.focus {
  color: #25292e;
  background-color: rgb(219.3977272727, 224.875, 230.3522727273);
  border-color: rgb(211.8636363636, 218.5, 225.1363636364);
  box-shadow: 0 0 0 0.2rem rgba(211.25, 213.55, 216, 0.5);
}
.bootstrap-light .btn-light.disabled, .bootstrap-light .btn-light:disabled {
  color: #25292e;
  background-color: #f2f4f6;
  border-color: #f2f4f6;
}
.bootstrap-light .btn-light:not(:disabled):not(.disabled):active, .bootstrap-light .btn-light:not(:disabled):not(.disabled).active, .show > .bootstrap-light .btn-light.dropdown-toggle {
  color: #25292e;
  background-color: rgb(211.8636363636, 218.5, 225.1363636364);
  border-color: rgb(204.3295454545, 212.125, 219.9204545455);
}
.bootstrap-light .btn-light:not(:disabled):not(.disabled):active:focus, .bootstrap-light .btn-light:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-light .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211.25, 213.55, 216, 0.5);
}
.bootstrap-light .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap-light .btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.bootstrap-light .btn-dark:focus, .bootstrap-light .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);
}
.bootstrap-light .btn-dark.disabled, .bootstrap-light .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap-light .btn-dark:not(:disabled):not(.disabled):active, .bootstrap-light .btn-dark:not(:disabled):not(.disabled).active, .show > .bootstrap-light .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.bootstrap-light .btn-dark:not(:disabled):not(.disabled):active:focus, .bootstrap-light .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-light .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.bootstrap-light .btn-outline-primary {
  color: #2855a2;
  border-color: #2855a2;
}
.bootstrap-light .btn-outline-primary:hover {
  color: #fff;
  background-color: #2855a2;
  border-color: #2855a2;
}
.bootstrap-light .btn-outline-primary:focus, .bootstrap-light .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 85, 162, 0.5);
}
.bootstrap-light .btn-outline-primary.disabled, .bootstrap-light .btn-outline-primary:disabled {
  color: #2855a2;
  background-color: transparent;
}
.bootstrap-light .btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-light .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bootstrap-light .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2855a2;
  border-color: #2855a2;
}
.bootstrap-light .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-light .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-light .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 85, 162, 0.5);
}
.bootstrap-light .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-light .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-light .btn-outline-secondary:focus, .bootstrap-light .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.bootstrap-light .btn-outline-secondary.disabled, .bootstrap-light .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.bootstrap-light .btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-light .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bootstrap-light .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-light .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap-light .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-light .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.bootstrap-light .btn-outline-success {
  color: #66a54a;
  border-color: #66a54a;
}
.bootstrap-light .btn-outline-success:hover {
  color: #fff;
  background-color: #66a54a;
  border-color: #66a54a;
}
.bootstrap-light .btn-outline-success:focus, .bootstrap-light .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.5);
}
.bootstrap-light .btn-outline-success.disabled, .bootstrap-light .btn-outline-success:disabled {
  color: #66a54a;
  background-color: transparent;
}
.bootstrap-light .btn-outline-success:not(:disabled):not(.disabled):active, .bootstrap-light .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bootstrap-light .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #66a54a;
  border-color: #66a54a;
}
.bootstrap-light .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bootstrap-light .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-light .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.5);
}
.bootstrap-light .btn-outline-info {
  color: #008fce;
  border-color: #008fce;
}
.bootstrap-light .btn-outline-info:hover {
  color: #fff;
  background-color: #008fce;
  border-color: #008fce;
}
.bootstrap-light .btn-outline-info:focus, .bootstrap-light .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 206, 0.5);
}
.bootstrap-light .btn-outline-info.disabled, .bootstrap-light .btn-outline-info:disabled {
  color: #008fce;
  background-color: transparent;
}
.bootstrap-light .btn-outline-info:not(:disabled):not(.disabled):active, .bootstrap-light .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bootstrap-light .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #008fce;
  border-color: #008fce;
}
.bootstrap-light .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bootstrap-light .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-light .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 206, 0.5);
}
.bootstrap-light .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-light .btn-outline-warning:hover {
  color: #25292e;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-light .btn-outline-warning:focus, .bootstrap-light .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.bootstrap-light .btn-outline-warning.disabled, .bootstrap-light .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.bootstrap-light .btn-outline-warning:not(:disabled):not(.disabled):active, .bootstrap-light .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bootstrap-light .btn-outline-warning.dropdown-toggle {
  color: #25292e;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-light .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bootstrap-light .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-light .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.bootstrap-light .btn-outline-danger {
  color: #ed1a3b;
  border-color: #ed1a3b;
}
.bootstrap-light .btn-outline-danger:hover {
  color: #fff;
  background-color: #ed1a3b;
  border-color: #ed1a3b;
}
.bootstrap-light .btn-outline-danger:focus, .bootstrap-light .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.5);
}
.bootstrap-light .btn-outline-danger.disabled, .bootstrap-light .btn-outline-danger:disabled {
  color: #ed1a3b;
  background-color: transparent;
}
.bootstrap-light .btn-outline-danger:not(:disabled):not(.disabled):active, .bootstrap-light .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bootstrap-light .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ed1a3b;
  border-color: #ed1a3b;
}
.bootstrap-light .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bootstrap-light .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-light .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.5);
}
.bootstrap-light .btn-outline-light {
  color: #f2f4f6;
  border-color: #f2f4f6;
}
.bootstrap-light .btn-outline-light:hover {
  color: #25292e;
  background-color: #f2f4f6;
  border-color: #f2f4f6;
}
.bootstrap-light .btn-outline-light:focus, .bootstrap-light .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 244, 246, 0.5);
}
.bootstrap-light .btn-outline-light.disabled, .bootstrap-light .btn-outline-light:disabled {
  color: #f2f4f6;
  background-color: transparent;
}
.bootstrap-light .btn-outline-light:not(:disabled):not(.disabled):active, .bootstrap-light .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bootstrap-light .btn-outline-light.dropdown-toggle {
  color: #25292e;
  background-color: #f2f4f6;
  border-color: #f2f4f6;
}
.bootstrap-light .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bootstrap-light .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-light .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 244, 246, 0.5);
}
.bootstrap-light .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.bootstrap-light .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap-light .btn-outline-dark:focus, .bootstrap-light .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.bootstrap-light .btn-outline-dark.disabled, .bootstrap-light .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.bootstrap-light .btn-outline-dark:not(:disabled):not(.disabled):active, .bootstrap-light .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bootstrap-light .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap-light .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bootstrap-light .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bootstrap-light .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.bootstrap-light .btn-link {
  font-weight: 400;
  color: #008fce;
  text-decoration: none;
}
.bootstrap-light .btn-link:hover {
  color: rgb(0, 89.895631068, 129.5);
  text-decoration: underline;
}
.bootstrap-light .btn-link:focus, .bootstrap-light .btn-link.focus {
  text-decoration: underline;
}
.bootstrap-light .btn-link:disabled, .bootstrap-light .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.bootstrap-light .btn-lg, .bootstrap-light .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrap-light .btn-sm, .bootstrap-light .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem;
}
.bootstrap-light .btn-block {
  display: block;
  width: 100%;
}
.bootstrap-light .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.bootstrap-light input[type=submit].btn-block,
.bootstrap-light input[type=reset].btn-block,
.bootstrap-light input[type=button].btn-block {
  width: 100%;
}
.bootstrap-light .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-light .fade {
    transition: none;
  }
}
.bootstrap-light .fade:not(.show) {
  opacity: 0;
}
.bootstrap-light .collapse:not(.show) {
  display: none;
}
.bootstrap-light .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-light .collapsing {
    transition: none;
  }
}
.bootstrap-light .dropup,
.bootstrap-light .dropright,
.bootstrap-light .dropdown,
.bootstrap-light .dropleft {
  position: relative;
}
.bootstrap-light .dropdown-toggle {
  white-space: nowrap;
}
.bootstrap-light .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.bootstrap-light .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-light .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #25292e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.15rem;
}
.bootstrap-light .dropdown-menu-left {
  right: auto;
  left: 0;
}
.bootstrap-light .dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .bootstrap-light .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .bootstrap-light .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .bootstrap-light .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .bootstrap-light .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .bootstrap-light .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .bootstrap-light .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .bootstrap-light .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .bootstrap-light .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.bootstrap-light .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.bootstrap-light .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.bootstrap-light .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-light .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.bootstrap-light .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.bootstrap-light .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-light .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.bootstrap-light .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.bootstrap-light .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.bootstrap-light .dropleft .dropdown-toggle::after {
  display: none;
}
.bootstrap-light .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.bootstrap-light .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.bootstrap-light .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.bootstrap-light .dropdown-menu[x-placement^=top], .bootstrap-light .dropdown-menu[x-placement^=right], .bootstrap-light .dropdown-menu[x-placement^=bottom], .bootstrap-light .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.bootstrap-light .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.bootstrap-light .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #25292e;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.bootstrap-light .dropdown-item:hover, .bootstrap-light .dropdown-item:focus {
  color: rgb(25.6325301205, 28.4036144578, 31.8674698795);
  text-decoration: none;
  background-color: #f2f4f6;
}
.bootstrap-light .dropdown-item.active, .bootstrap-light .dropdown-item:active {
  color: #25292e;
  text-decoration: none;
  background-color: #d5e4f2;
}
.bootstrap-light .dropdown-item.disabled, .bootstrap-light .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.bootstrap-light .dropdown-menu.show {
  display: block;
}
.bootstrap-light .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.bootstrap-light .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #25292e;
}
.bootstrap-light .btn-group,
.bootstrap-light .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.bootstrap-light .btn-group > .btn,
.bootstrap-light .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.bootstrap-light .btn-group > .btn:hover,
.bootstrap-light .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.bootstrap-light .btn-group > .btn:focus, .bootstrap-light .btn-group > .btn:active, .bootstrap-light .btn-group > .btn.active,
.bootstrap-light .btn-group-vertical > .btn:focus,
.bootstrap-light .btn-group-vertical > .btn:active,
.bootstrap-light .btn-group-vertical > .btn.active {
  z-index: 1;
}
.bootstrap-light .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bootstrap-light .btn-toolbar .input-group {
  width: auto;
}
.bootstrap-light .btn-group > .btn:not(:first-child),
.bootstrap-light .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.bootstrap-light .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-light .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-light .btn-group > .btn:not(:first-child),
.bootstrap-light .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-light .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.bootstrap-light .dropdown-toggle-split::after, .dropup .bootstrap-light .dropdown-toggle-split::after, .dropright .bootstrap-light .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .bootstrap-light .dropdown-toggle-split::before {
  margin-right: 0;
}
.bootstrap-light .btn-sm + .dropdown-toggle-split, .bootstrap-light .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.bootstrap-light .btn-lg + .dropdown-toggle-split, .bootstrap-light .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.bootstrap-light .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.bootstrap-light .btn-group-vertical > .btn,
.bootstrap-light .btn-group-vertical > .btn-group {
  width: 100%;
}
.bootstrap-light .btn-group-vertical > .btn:not(:first-child),
.bootstrap-light .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.bootstrap-light .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-light .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-light .btn-group-vertical > .btn:not(:first-child),
.bootstrap-light .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-light .btn-group-toggle > .btn,
.bootstrap-light .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.bootstrap-light .btn-group-toggle > .btn input[type=radio],
.bootstrap-light .btn-group-toggle > .btn input[type=checkbox],
.bootstrap-light .btn-group-toggle > .btn-group > .btn input[type=radio],
.bootstrap-light .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bootstrap-light .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.bootstrap-light .input-group > .form-control,
.bootstrap-light .input-group > .form-control-plaintext,
.bootstrap-light .input-group > .custom-select,
.bootstrap-light .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.bootstrap-light .input-group > .form-control + .form-control,
.bootstrap-light .input-group > .form-control + .custom-select,
.bootstrap-light .input-group > .form-control + .custom-file,
.bootstrap-light .input-group > .form-control-plaintext + .form-control,
.bootstrap-light .input-group > .form-control-plaintext + .custom-select,
.bootstrap-light .input-group > .form-control-plaintext + .custom-file,
.bootstrap-light .input-group > .custom-select + .form-control,
.bootstrap-light .input-group > .custom-select + .custom-select,
.bootstrap-light .input-group > .custom-select + .custom-file,
.bootstrap-light .input-group > .custom-file + .form-control,
.bootstrap-light .input-group > .custom-file + .custom-select,
.bootstrap-light .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.bootstrap-light .input-group > .form-control:focus,
.bootstrap-light .input-group > .custom-select:focus,
.bootstrap-light .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.bootstrap-light .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.bootstrap-light .input-group > .form-control:not(:last-child),
.bootstrap-light .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-light .input-group > .form-control:not(:first-child),
.bootstrap-light .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-light .input-group > .custom-file {
  display: flex;
  align-items: center;
}
.bootstrap-light .input-group > .custom-file:not(:last-child) .custom-file-label, .bootstrap-light .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-light .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-light .input-group-prepend,
.bootstrap-light .input-group-append {
  display: flex;
}
.bootstrap-light .input-group-prepend .btn,
.bootstrap-light .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.bootstrap-light .input-group-prepend .btn:focus,
.bootstrap-light .input-group-append .btn:focus {
  z-index: 3;
}
.bootstrap-light .input-group-prepend .btn + .btn,
.bootstrap-light .input-group-prepend .btn + .input-group-text,
.bootstrap-light .input-group-prepend .input-group-text + .input-group-text,
.bootstrap-light .input-group-prepend .input-group-text + .btn,
.bootstrap-light .input-group-append .btn + .btn,
.bootstrap-light .input-group-append .btn + .input-group-text,
.bootstrap-light .input-group-append .input-group-text + .input-group-text,
.bootstrap-light .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.bootstrap-light .input-group-prepend {
  margin-right: -1px;
}
.bootstrap-light .input-group-append {
  margin-left: -1px;
}
.bootstrap-light .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.15rem;
}
.bootstrap-light .input-group-text input[type=radio],
.bootstrap-light .input-group-text input[type=checkbox] {
  margin-top: 0;
}
.bootstrap-light .input-group-lg > .form-control:not(textarea),
.bootstrap-light .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.bootstrap-light .input-group-lg > .form-control,
.bootstrap-light .input-group-lg > .custom-select,
.bootstrap-light .input-group-lg > .input-group-prepend > .input-group-text,
.bootstrap-light .input-group-lg > .input-group-append > .input-group-text,
.bootstrap-light .input-group-lg > .input-group-prepend > .btn,
.bootstrap-light .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrap-light .input-group-sm > .form-control:not(textarea),
.bootstrap-light .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.bootstrap-light .input-group-sm > .form-control,
.bootstrap-light .input-group-sm > .custom-select,
.bootstrap-light .input-group-sm > .input-group-prepend > .input-group-text,
.bootstrap-light .input-group-sm > .input-group-append > .input-group-text,
.bootstrap-light .input-group-sm > .input-group-prepend > .btn,
.bootstrap-light .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.1rem;
}
.bootstrap-light .input-group-lg > .custom-select,
.bootstrap-light .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.bootstrap-light .input-group > .input-group-prepend > .btn,
.bootstrap-light .input-group > .input-group-prepend > .input-group-text,
.bootstrap-light .input-group > .input-group-append:not(:last-child) > .btn,
.bootstrap-light .input-group > .input-group-append:not(:last-child) > .input-group-text,
.bootstrap-light .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-light .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-light .input-group > .input-group-append > .btn,
.bootstrap-light .input-group > .input-group-append > .input-group-text,
.bootstrap-light .input-group > .input-group-prepend:not(:first-child) > .btn,
.bootstrap-light .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.bootstrap-light .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.bootstrap-light .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-light .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.bootstrap-light .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.bootstrap-light .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.bootstrap-light .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2855a2;
  background-color: #2855a2;
}
.bootstrap-light .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 85, 162, 0.25);
}
.bootstrap-light .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(110.2425742574, 150.452970297, 219.2574257426);
}
.bootstrap-light .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(151.1435643564, 179.9925742574, 229.3564356436);
  border-color: rgb(151.1435643564, 179.9925742574, 229.3564356436);
}
.bootstrap-light .custom-control-input[disabled] ~ .custom-control-label, .bootstrap-light .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.bootstrap-light .custom-control-input[disabled] ~ .custom-control-label::before, .bootstrap-light .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.bootstrap-light .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.bootstrap-light .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.bootstrap-light .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.bootstrap-light .custom-checkbox .custom-control-label::before {
  border-radius: 0.15rem;
}
.bootstrap-light .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.bootstrap-light .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2855a2;
  background-color: #2855a2;
}
.bootstrap-light .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.bootstrap-light .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(40, 85, 162, 0.5);
}
.bootstrap-light .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(40, 85, 162, 0.5);
}
.bootstrap-light .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.bootstrap-light .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.bootstrap-light .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(40, 85, 162, 0.5);
}
.bootstrap-light .custom-switch {
  padding-left: 2.25rem;
}
.bootstrap-light .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.bootstrap-light .custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .bootstrap-light .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.bootstrap-light .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.bootstrap-light .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(40, 85, 162, 0.5);
}
.bootstrap-light .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.15rem;
  appearance: none;
}
.bootstrap-light .custom-select:focus {
  border-color: rgb(110.2425742574, 150.452970297, 219.2574257426);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 85, 162, 0.25);
}
.bootstrap-light .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.bootstrap-light .custom-select[multiple], .bootstrap-light .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.bootstrap-light .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.bootstrap-light .custom-select::-ms-expand {
  display: none;
}
.bootstrap-light .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.bootstrap-light .custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.bootstrap-light .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.bootstrap-light .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.bootstrap-light .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.bootstrap-light .custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(110.2425742574, 150.452970297, 219.2574257426);
  box-shadow: 0 0 0 0.2rem rgba(40, 85, 162, 0.25);
}
.bootstrap-light .custom-file-input[disabled] ~ .custom-file-label, .bootstrap-light .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.bootstrap-light .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.bootstrap-light .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.bootstrap-light .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.15rem;
}
.bootstrap-light .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.15rem 0.15rem 0;
}
.bootstrap-light .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.bootstrap-light .custom-range:focus {
  outline: none;
}
.bootstrap-light .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 85, 162, 0.25);
}
.bootstrap-light .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 85, 162, 0.25);
}
.bootstrap-light .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 85, 162, 0.25);
}
.bootstrap-light .custom-range::-moz-focus-outer {
  border: 0;
}
.bootstrap-light .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2855a2;
  border: 0;
  border-radius: 1rem;
  transition: 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) {
  .bootstrap-light .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.bootstrap-light .custom-range::-webkit-slider-thumb {
  appearance: none;
}
.bootstrap-light .custom-range::-webkit-slider-thumb:active {
  background-color: rgb(151.1435643564, 179.9925742574, 229.3564356436);
}
.bootstrap-light .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrap-light .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2855a2;
  border: 0;
  border-radius: 1rem;
  transition: 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) {
  .bootstrap-light .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.bootstrap-light .custom-range::-moz-range-thumb {
  appearance: none;
}
.bootstrap-light .custom-range::-moz-range-thumb:active {
  background-color: rgb(151.1435643564, 179.9925742574, 229.3564356436);
}
.bootstrap-light .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrap-light .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #2855a2;
  border: 0;
  border-radius: 1rem;
  transition: 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) {
  .bootstrap-light .custom-range::-ms-thumb {
    transition: none;
  }
}
.bootstrap-light .custom-range::-ms-thumb {
  appearance: none;
}
.bootstrap-light .custom-range::-ms-thumb:active {
  background-color: rgb(151.1435643564, 179.9925742574, 229.3564356436);
}
.bootstrap-light .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.bootstrap-light .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.bootstrap-light .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.bootstrap-light .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.bootstrap-light .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.bootstrap-light .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.bootstrap-light .custom-range:disabled::-moz-range-track {
  cursor: default;
}
.bootstrap-light .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.bootstrap-light .custom-control-label::before,
.bootstrap-light .custom-file-label,
.bootstrap-light .custom-select {
  transition: 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) {
  .bootstrap-light .custom-control-label::before,
  .bootstrap-light .custom-file-label,
  .bootstrap-light .custom-select {
    transition: none;
  }
}
.bootstrap-light .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap-light .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.bootstrap-light .nav-link:hover, .bootstrap-light .nav-link:focus {
  text-decoration: none;
}
.bootstrap-light .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.bootstrap-light .nav-tabs {
  border-bottom: 2px solid #adb5bd;
}
.bootstrap-light .nav-tabs .nav-item {
  margin-bottom: -2px;
}
.bootstrap-light .nav-tabs .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
}
.bootstrap-light .nav-tabs .nav-link:hover, .bootstrap-light .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #adb5bd;
}
.bootstrap-light .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.bootstrap-light .nav-tabs .nav-link.active,
.bootstrap-light .nav-tabs .nav-item.show .nav-link {
  color: #25292e;
  background-color: #fff;
  border-color: #adb5bd #adb5bd #fff;
}
.bootstrap-light .nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-light .nav-pills .nav-link {
  border-radius: 2rem;
}
.bootstrap-light .nav-pills .nav-link.active,
.bootstrap-light .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2855a2;
}
.bootstrap-light .nav-fill > .nav-link,
.bootstrap-light .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.bootstrap-light .nav-justified > .nav-link,
.bootstrap-light .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.bootstrap-light .tab-content > .tab-pane {
  display: none;
}
.bootstrap-light .tab-content > .active {
  display: block;
}
.bootstrap-light .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.bootstrap-light .navbar .container,
.bootstrap-light .navbar .container-fluid,
.bootstrap-light .navbar .container-sm,
.bootstrap-light .navbar .container-md,
.bootstrap-light .navbar .container-lg,
.bootstrap-light .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.bootstrap-light .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.bootstrap-light .navbar-brand:hover, .bootstrap-light .navbar-brand:focus {
  text-decoration: none;
}
.bootstrap-light .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap-light .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-light .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.bootstrap-light .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.bootstrap-light .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.bootstrap-light .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.15rem;
}
.bootstrap-light .navbar-toggler:hover, .bootstrap-light .navbar-toggler:focus {
  text-decoration: none;
}
.bootstrap-light .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .bootstrap-light .navbar-expand-sm > .container,
  .bootstrap-light .navbar-expand-sm > .container-fluid,
  .bootstrap-light .navbar-expand-sm > .container-sm,
  .bootstrap-light .navbar-expand-sm > .container-md,
  .bootstrap-light .navbar-expand-sm > .container-lg,
  .bootstrap-light .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .bootstrap-light .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap-light .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .bootstrap-light .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-light .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-light .navbar-expand-sm > .container,
  .bootstrap-light .navbar-expand-sm > .container-fluid,
  .bootstrap-light .navbar-expand-sm > .container-sm,
  .bootstrap-light .navbar-expand-sm > .container-md,
  .bootstrap-light .navbar-expand-sm > .container-lg,
  .bootstrap-light .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .bootstrap-light .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap-light .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-light .navbar-expand-md > .container,
  .bootstrap-light .navbar-expand-md > .container-fluid,
  .bootstrap-light .navbar-expand-md > .container-sm,
  .bootstrap-light .navbar-expand-md > .container-md,
  .bootstrap-light .navbar-expand-md > .container-lg,
  .bootstrap-light .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap-light .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap-light .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .bootstrap-light .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-light .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-light .navbar-expand-md > .container,
  .bootstrap-light .navbar-expand-md > .container-fluid,
  .bootstrap-light .navbar-expand-md > .container-sm,
  .bootstrap-light .navbar-expand-md > .container-md,
  .bootstrap-light .navbar-expand-md > .container-lg,
  .bootstrap-light .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .bootstrap-light .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap-light .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .bootstrap-light .navbar-expand-lg > .container,
  .bootstrap-light .navbar-expand-lg > .container-fluid,
  .bootstrap-light .navbar-expand-lg > .container-sm,
  .bootstrap-light .navbar-expand-lg > .container-md,
  .bootstrap-light .navbar-expand-lg > .container-lg,
  .bootstrap-light .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .bootstrap-light .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap-light .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .bootstrap-light .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-light .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-light .navbar-expand-lg > .container,
  .bootstrap-light .navbar-expand-lg > .container-fluid,
  .bootstrap-light .navbar-expand-lg > .container-sm,
  .bootstrap-light .navbar-expand-lg > .container-md,
  .bootstrap-light .navbar-expand-lg > .container-lg,
  .bootstrap-light .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .bootstrap-light .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap-light .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap-light .navbar-expand-xl > .container,
  .bootstrap-light .navbar-expand-xl > .container-fluid,
  .bootstrap-light .navbar-expand-xl > .container-sm,
  .bootstrap-light .navbar-expand-xl > .container-md,
  .bootstrap-light .navbar-expand-xl > .container-lg,
  .bootstrap-light .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .bootstrap-light .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap-light .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .bootstrap-light .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-light .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-light .navbar-expand-xl > .container,
  .bootstrap-light .navbar-expand-xl > .container-fluid,
  .bootstrap-light .navbar-expand-xl > .container-sm,
  .bootstrap-light .navbar-expand-xl > .container-md,
  .bootstrap-light .navbar-expand-xl > .container-lg,
  .bootstrap-light .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .bootstrap-light .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap-light .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.bootstrap-light .navbar-expand > .container,
.bootstrap-light .navbar-expand > .container-fluid,
.bootstrap-light .navbar-expand > .container-sm,
.bootstrap-light .navbar-expand > .container-md,
.bootstrap-light .navbar-expand > .container-lg,
.bootstrap-light .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-light .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.bootstrap-light .navbar-expand .navbar-nav {
  flex-direction: row;
}
.bootstrap-light .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.bootstrap-light .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.bootstrap-light .navbar-expand > .container,
.bootstrap-light .navbar-expand > .container-fluid,
.bootstrap-light .navbar-expand > .container-sm,
.bootstrap-light .navbar-expand > .container-md,
.bootstrap-light .navbar-expand > .container-lg,
.bootstrap-light .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.bootstrap-light .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.bootstrap-light .navbar-expand .navbar-toggler {
  display: none;
}
.bootstrap-light .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap-light .navbar-light .navbar-brand:hover, .bootstrap-light .navbar-light .navbar-brand:focus {
  color: #2855a2;
}
.bootstrap-light .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.bootstrap-light .navbar-light .navbar-nav .nav-link:hover, .bootstrap-light .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.bootstrap-light .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.bootstrap-light .navbar-light .navbar-nav .show > .nav-link,
.bootstrap-light .navbar-light .navbar-nav .active > .nav-link,
.bootstrap-light .navbar-light .navbar-nav .nav-link.show,
.bootstrap-light .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap-light .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0);
}
.bootstrap-light .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap-light .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.bootstrap-light .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap-light .navbar-light .navbar-text a:hover, .bootstrap-light .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap-light .navbar-dark .navbar-brand {
  color: #fff;
}
.bootstrap-light .navbar-dark .navbar-brand:hover, .bootstrap-light .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.bootstrap-light .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.bootstrap-light .navbar-dark .navbar-nav .nav-link:hover, .bootstrap-light .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.8);
}
.bootstrap-light .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.bootstrap-light .navbar-dark .navbar-nav .show > .nav-link,
.bootstrap-light .navbar-dark .navbar-nav .active > .nav-link,
.bootstrap-light .navbar-dark .navbar-nav .nav-link.show,
.bootstrap-light .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.bootstrap-light .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0);
}
.bootstrap-light .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap-light .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.7);
}
.bootstrap-light .navbar-dark .navbar-text a {
  color: #fff;
}
.bootstrap-light .navbar-dark .navbar-text a:hover, .bootstrap-light .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.bootstrap-light .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.15rem;
}
.bootstrap-light .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap-light .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.bootstrap-light .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.15rem - 1px);
  border-top-right-radius: calc(0.15rem - 1px);
}
.bootstrap-light .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.15rem - 1px);
  border-bottom-left-radius: calc(0.15rem - 1px);
}
.bootstrap-light .card > .card-header + .list-group,
.bootstrap-light .card > .list-group + .card-footer {
  border-top: 0;
}
.bootstrap-light .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.bootstrap-light .card-title {
  margin-bottom: 0.75rem;
}
.bootstrap-light .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.bootstrap-light .card-text:last-child {
  margin-bottom: 0;
}
.bootstrap-light .card-link:hover {
  text-decoration: none;
}
.bootstrap-light .card-link + .card-link {
  margin-left: 1.25rem;
}
.bootstrap-light .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap-light .card-header:first-child {
  border-radius: calc(0.15rem - 1px) calc(0.15rem - 1px) 0 0;
}
.bootstrap-light .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap-light .card-footer:last-child {
  border-radius: 0 0 calc(0.15rem - 1px) calc(0.15rem - 1px);
}
.bootstrap-light .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.bootstrap-light .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.bootstrap-light .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.15rem - 1px);
}
.bootstrap-light .card-img,
.bootstrap-light .card-img-top,
.bootstrap-light .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.bootstrap-light .card-img,
.bootstrap-light .card-img-top {
  border-top-left-radius: calc(0.15rem - 1px);
  border-top-right-radius: calc(0.15rem - 1px);
}
.bootstrap-light .card-img,
.bootstrap-light .card-img-bottom {
  border-bottom-right-radius: calc(0.15rem - 1px);
  border-bottom-left-radius: calc(0.15rem - 1px);
}
.bootstrap-light .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bootstrap-light .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .bootstrap-light .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.bootstrap-light .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bootstrap-light .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .bootstrap-light .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .bootstrap-light .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .bootstrap-light .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bootstrap-light .card-group > .card:not(:last-child) .card-img-top,
  .bootstrap-light .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .bootstrap-light .card-group > .card:not(:last-child) .card-img-bottom,
  .bootstrap-light .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .bootstrap-light .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bootstrap-light .card-group > .card:not(:first-child) .card-img-top,
  .bootstrap-light .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .bootstrap-light .card-group > .card:not(:first-child) .card-img-bottom,
  .bootstrap-light .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.bootstrap-light .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .bootstrap-light .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .bootstrap-light .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.bootstrap-light .accordion {
  overflow-anchor: none;
}
.bootstrap-light .accordion > .card {
  overflow: hidden;
}
.bootstrap-light .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-light .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-light .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.bootstrap-light .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  border-radius: 0.15rem;
}
.bootstrap-light .breadcrumb-item {
  display: flex;
}
.bootstrap-light .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.bootstrap-light .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #dee2e6;
  content: "/";
}
.bootstrap-light .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.bootstrap-light .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.bootstrap-light .breadcrumb-item.active {
  color: #6c757d;
}
.bootstrap-light .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.15rem;
}
.bootstrap-light .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #008fce;
  background-color: #fff;
  border: 0 solid #dee2e6;
}
.bootstrap-light .page-link:hover {
  z-index: 2;
  color: rgb(0, 89.895631068, 129.5);
  text-decoration: none;
  background-color: #f2f4f6;
  border-color: #dee2e6;
}
.bootstrap-light .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 85, 162, 0.25);
}
.bootstrap-light .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
}
.bootstrap-light .page-item:last-child .page-link {
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}
.bootstrap-light .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2855a2;
  border-color: #2855a2;
}
.bootstrap-light .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.bootstrap-light .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.bootstrap-light .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.bootstrap-light .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.bootstrap-light .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.bootstrap-light .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}
.bootstrap-light .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.bootstrap-light .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.15rem;
  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) {
  .bootstrap-light .badge {
    transition: none;
  }
}
a.bootstrap-light .badge:hover, a.bootstrap-light .badge:focus {
  text-decoration: none;
}

.bootstrap-light .badge:empty {
  display: none;
}
.bootstrap-light .btn .badge {
  position: relative;
  top: -1px;
}
.bootstrap-light .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.bootstrap-light .badge-primary {
  color: #fff;
  background-color: #2855a2;
}
a.bootstrap-light .badge-primary:hover, a.bootstrap-light .badge-primary:focus {
  color: #fff;
  background-color: rgb(29.900990099, 63.5396039604, 121.099009901);
}
a.bootstrap-light .badge-primary:focus, a.bootstrap-light .badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 85, 162, 0.5);
}

.bootstrap-light .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.bootstrap-light .badge-secondary:hover, a.bootstrap-light .badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.bootstrap-light .badge-secondary:focus, a.bootstrap-light .badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.bootstrap-light .badge-success {
  color: #fff;
  background-color: #66a54a;
}
a.bootstrap-light .badge-success:hover, a.bootstrap-light .badge-success:focus {
  color: #fff;
  background-color: rgb(80.2343096234, 129.7907949791, 58.2092050209);
}
a.bootstrap-light .badge-success:focus, a.bootstrap-light .badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.5);
}

.bootstrap-light .badge-info {
  color: #fff;
  background-color: #008fce;
}
a.bootstrap-light .badge-info:hover, a.bootstrap-light .badge-info:focus {
  color: #fff;
  background-color: rgb(0, 107.5970873786, 155);
}
a.bootstrap-light .badge-info:focus, a.bootstrap-light .badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 143, 206, 0.5);
}

.bootstrap-light .badge-warning {
  color: #25292e;
  background-color: #ffc107;
}
a.bootstrap-light .badge-warning:hover, a.bootstrap-light .badge-warning:focus {
  color: #25292e;
  background-color: rgb(211, 158.25, 0);
}
a.bootstrap-light .badge-warning:focus, a.bootstrap-light .badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.bootstrap-light .badge-danger {
  color: #fff;
  background-color: #ed1a3b;
}
a.bootstrap-light .badge-danger:hover, a.bootstrap-light .badge-danger:focus {
  color: #fff;
  background-color: rgb(196.5506072874, 15.4493927126, 43.7732793522);
}
a.bootstrap-light .badge-danger:focus, a.bootstrap-light .badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.5);
}

.bootstrap-light .badge-light {
  color: #25292e;
  background-color: #f2f4f6;
}
a.bootstrap-light .badge-light:hover, a.bootstrap-light .badge-light:focus {
  color: #25292e;
  background-color: rgb(211.8636363636, 218.5, 225.1363636364);
}
a.bootstrap-light .badge-light:focus, a.bootstrap-light .badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 244, 246, 0.5);
}

.bootstrap-light .badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.bootstrap-light .badge-dark:hover, a.bootstrap-light .badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.bootstrap-light .badge-dark:focus, a.bootstrap-light .badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.bootstrap-light .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  color: #fff;
  background-color: #000;
  border-radius: 0.2rem;
}
@media (min-width: 576px) {
  .bootstrap-light .jumbotron {
    padding: 4rem 2rem;
  }
}
.bootstrap-light .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.bootstrap-light .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.15rem;
}
.bootstrap-light .alert-heading {
  color: inherit;
}
.bootstrap-light .alert-link {
  font-weight: 700;
}
.bootstrap-light .alert-dismissible {
  padding-right: 4rem;
}
.bootstrap-light .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.bootstrap-light .alert-primary {
  color: rgb(17.6, 37.4, 71.28);
  background-color: rgb(212, 221, 236.4);
  border-color: rgb(212, 221, 236.4);
}
.bootstrap-light .alert-primary hr {
  border-top-color: rgb(194.1996753247, 206.9253246753, 228.7003246753);
}
.bootstrap-light .alert-primary .alert-link {
  color: rgb(7.500990099, 15.9396039604, 30.379009901);
}
.bootstrap-light .alert-secondary {
  color: rgb(47.52, 51.48, 55);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(225.6, 227.4, 229);
}
.bootstrap-light .alert-secondary hr {
  border-top-color: rgb(212.0675090253, 214.6960288809, 217.0324909747);
}
.bootstrap-light .alert-secondary .alert-link {
  color: rgb(23.8805150215, 25.8705579399, 27.6394849785);
}
.bootstrap-light .alert-success {
  color: rgb(44.88, 72.6, 32.56);
  background-color: rgb(224.4, 237, 218.8);
  border-color: rgb(224.4, 237, 218.8);
}
.bootstrap-light .alert-success hr {
  border-top-color: rgb(210.0033210332, 228.5313653137, 201.7686346863);
}
.bootstrap-light .alert-success .alert-link {
  color: rgb(23.1143096234, 37.3907949791, 16.7692050209);
}
.bootstrap-light .alert-info {
  color: rgb(0, 62.92, 90.64);
  background-color: rgb(204, 232.6, 245.2);
  border-color: rgb(204, 232.6, 245.2);
}
.bootstrap-light .alert-info hr {
  border-top-color: rgb(182.6101973684, 223.2052631579, 241.0898026316);
}
.bootstrap-light .alert-info .alert-link {
  color: rgb(0, 27.5170873786, 39.64);
}
.bootstrap-light .alert-warning {
  color: rgb(112.2, 84.92, 3.08);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 242.6, 205.4);
}
.bootstrap-light .alert-warning hr {
  border-top-color: rgb(255, 236.225, 179.9);
}
.bootstrap-light .alert-warning .alert-link {
  color: rgb(62.5625954198, 47.3512977099, 1.7174045802);
}
.bootstrap-light .alert-danger {
  color: rgb(104.28, 11.44, 25.96);
  background-color: rgb(251.4, 209.2, 215.8);
  border-color: rgb(251.4, 209.2, 215.8);
}
.bootstrap-light .alert-danger hr {
  border-top-color: rgb(249.5417004049, 185.5582995951, 195.5651821862);
}
.bootstrap-light .alert-danger .alert-link {
  color: rgb(58.3218250951, 6.3981749049, 14.5189353612);
}
.bootstrap-light .alert-light {
  color: rgb(106.48, 107.36, 108.24);
  background-color: rgb(252.4, 252.8, 253.2);
  border-color: rgb(252.4, 252.8, 253.2);
}
.bootstrap-light .alert-light hr {
  border-top-color: rgb(237.3318181818, 240.05, 242.7681818182);
}
.bootstrap-light .alert-light .alert-link {
  color: rgb(81.1890163934, 81.86, 82.5309836066);
}
.bootstrap-light .alert-dark {
  color: rgb(22.88, 25.52, 28.16);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(214.4, 215.6, 216.8);
}
.bootstrap-light .alert-dark hr {
  border-top-color: rgb(201.2616751269, 202.85, 204.4383248731);
}
.bootstrap-light .alert-dark .alert-link {
  color: rgb(0.0179310345, 0.02, 0.0220689655);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap-light .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.15rem;
}
.bootstrap-light .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2855a2;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-light .progress-bar {
    transition: none;
  }
}
.bootstrap-light .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.bootstrap-light .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-light .progress-bar-animated {
    animation: none;
  }
}
.bootstrap-light .media {
  display: flex;
  align-items: flex-start;
}
.bootstrap-light .media-body {
  flex: 1;
}
.bootstrap-light .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.15rem;
}
.bootstrap-light .list-group-item-action {
  width: 100%;
  color: #25292e;
  text-align: inherit;
}
.bootstrap-light .list-group-item-action:hover, .bootstrap-light .list-group-item-action:focus {
  z-index: 1;
  color: #25292e;
  text-decoration: none;
  background-color: #f2f4f6;
}
.bootstrap-light .list-group-item-action:active {
  color: #25292e;
  background-color: #e9ecef;
}
.bootstrap-light .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap-light .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.bootstrap-light .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.bootstrap-light .list-group-item.disabled, .bootstrap-light .list-group-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: #fff;
}
.bootstrap-light .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2855a2;
  border-color: #2855a2;
}
.bootstrap-light .list-group-item + .bootstrap-light .list-group-item {
  border-top-width: 0;
}
.bootstrap-light .list-group-item + .bootstrap-light .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.bootstrap-light .list-group-horizontal {
  flex-direction: row;
}
.bootstrap-light .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.15rem;
  border-top-right-radius: 0;
}
.bootstrap-light .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.15rem;
  border-bottom-left-radius: 0;
}
.bootstrap-light .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.bootstrap-light .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.bootstrap-light .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .bootstrap-light .list-group-horizontal-sm {
    flex-direction: row;
  }
  .bootstrap-light .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.15rem;
    border-top-right-radius: 0;
  }
  .bootstrap-light .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.15rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap-light .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap-light .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap-light .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .bootstrap-light .list-group-horizontal-md {
    flex-direction: row;
  }
  .bootstrap-light .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.15rem;
    border-top-right-radius: 0;
  }
  .bootstrap-light .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.15rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap-light .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap-light .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap-light .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .bootstrap-light .list-group-horizontal-lg {
    flex-direction: row;
  }
  .bootstrap-light .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.15rem;
    border-top-right-radius: 0;
  }
  .bootstrap-light .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.15rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap-light .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap-light .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap-light .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-light .list-group-horizontal-xl {
    flex-direction: row;
  }
  .bootstrap-light .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.15rem;
    border-top-right-radius: 0;
  }
  .bootstrap-light .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.15rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap-light .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap-light .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap-light .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.bootstrap-light .list-group-flush {
  border-radius: 0;
}
.bootstrap-light .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.bootstrap-light .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.bootstrap-light .list-group-item-primary {
  color: rgb(20.8, 44.2, 84.24);
  background-color: rgb(194.8, 207.4, 228.96);
}
.bootstrap-light .list-group-item-primary.list-group-item-action:hover, .bootstrap-light .list-group-item-primary.list-group-item-action:focus {
  color: rgb(20.8, 44.2, 84.24);
  background-color: rgb(176.9996753247, 193.3253246753, 221.2603246753);
}
.bootstrap-light .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 44.2, 84.24);
  border-color: rgb(20.8, 44.2, 84.24);
}
.bootstrap-light .list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.bootstrap-light .list-group-item-secondary.list-group-item-action:hover, .bootstrap-light .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);
}
.bootstrap-light .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);
}
.bootstrap-light .list-group-item-success {
  color: rgb(53.04, 85.8, 38.48);
  background-color: rgb(212.16, 229.8, 204.32);
}
.bootstrap-light .list-group-item-success.list-group-item-action:hover, .bootstrap-light .list-group-item-success.list-group-item-action:focus {
  color: rgb(53.04, 85.8, 38.48);
  background-color: rgb(197.7633210332, 221.3313653137, 187.2886346863);
}
.bootstrap-light .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(53.04, 85.8, 38.48);
  border-color: rgb(53.04, 85.8, 38.48);
}
.bootstrap-light .list-group-item-info {
  color: rgb(0, 74.36, 107.12);
  background-color: rgb(183.6, 223.64, 241.28);
}
.bootstrap-light .list-group-item-info.list-group-item-action:hover, .bootstrap-light .list-group-item-info.list-group-item-action:focus {
  color: rgb(0, 74.36, 107.12);
  background-color: rgb(162.2101973684, 214.2452631579, 237.1698026316);
}
.bootstrap-light .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 74.36, 107.12);
  border-color: rgb(0, 74.36, 107.12);
}
.bootstrap-light .list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.bootstrap-light .list-group-item-warning.list-group-item-action:hover, .bootstrap-light .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);
}
.bootstrap-light .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);
}
.bootstrap-light .list-group-item-danger {
  color: rgb(123.24, 13.52, 30.68);
  background-color: rgb(249.96, 190.88, 200.12);
}
.bootstrap-light .list-group-item-danger.list-group-item-action:hover, .bootstrap-light .list-group-item-danger.list-group-item-action:focus {
  color: rgb(123.24, 13.52, 30.68);
  background-color: rgb(248.1017004049, 167.2382995951, 179.8851821862);
}
.bootstrap-light .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(123.24, 13.52, 30.68);
  border-color: rgb(123.24, 13.52, 30.68);
}
.bootstrap-light .list-group-item-light {
  color: rgb(125.84, 126.88, 127.92);
  background-color: rgb(251.36, 251.92, 252.48);
}
.bootstrap-light .list-group-item-light.list-group-item-action:hover, .bootstrap-light .list-group-item-light.list-group-item-action:focus {
  color: rgb(125.84, 126.88, 127.92);
  background-color: rgb(236.2918181818, 239.17, 242.0481818182);
}
.bootstrap-light .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(125.84, 126.88, 127.92);
  border-color: rgb(125.84, 126.88, 127.92);
}
.bootstrap-light .list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.bootstrap-light .list-group-item-dark.list-group-item-action:hover, .bootstrap-light .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);
}
.bootstrap-light .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);
}
.bootstrap-light .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.bootstrap-light .close:hover {
  color: #000;
  text-decoration: none;
}
.bootstrap-light .close:not(:disabled):not(.disabled):hover, .bootstrap-light .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
.bootstrap-light button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.bootstrap-light a.close.disabled {
  pointer-events: none;
}
.bootstrap-light .toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.bootstrap-light .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.bootstrap-light .toast.showing {
  opacity: 1;
}
.bootstrap-light .toast.show {
  display: block;
  opacity: 1;
}
.bootstrap-light .toast.hide {
  display: none;
}
.bootstrap-light .toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.bootstrap-light .toast-body {
  padding: 0.75rem;
}
.bootstrap-light .modal-open {
  overflow: hidden;
}
.bootstrap-light .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bootstrap-light .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.bootstrap-light .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .bootstrap-light .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .bootstrap-light .modal-dialog {
    transition: none;
  }
}
.modal.fade .bootstrap-light .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .bootstrap-light .modal-dialog {
  transform: none;
}
.modal.modal-static .bootstrap-light .modal-dialog {
  transform: scale(1.02);
}
.bootstrap-light .modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.bootstrap-light .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.bootstrap-light .modal-dialog-scrollable .modal-header,
.bootstrap-light .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.bootstrap-light .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.bootstrap-light .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.bootstrap-light .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.bootstrap-light .modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.bootstrap-light .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.bootstrap-light .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.bootstrap-light .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.2rem;
  outline: 0;
}
.bootstrap-light .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.bootstrap-light .modal-backdrop.fade {
  opacity: 0;
}
.bootstrap-light .modal-backdrop.show {
  opacity: 0.5;
}
.bootstrap-light .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.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px);
}
.bootstrap-light .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.bootstrap-light .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.bootstrap-light .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.bootstrap-light .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.2rem - 1px);
  border-bottom-left-radius: calc(0.2rem - 1px);
}
.bootstrap-light .modal-footer > * {
  margin: 0.25rem;
}
.bootstrap-light .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .bootstrap-light .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .bootstrap-light .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .bootstrap-light .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .bootstrap-light .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .bootstrap-light .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .bootstrap-light .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap-light .modal-lg,
  .bootstrap-light .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-light .modal-xl {
    max-width: 1140px;
  }
}
.bootstrap-light .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.bootstrap-light .tooltip.show {
  opacity: 1;
}
.bootstrap-light .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.bootstrap-light .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrap-light .bs-tooltip-top, .bootstrap-light .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bootstrap-light .bs-tooltip-top .arrow, .bootstrap-light .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bootstrap-light .bs-tooltip-top .arrow::before, .bootstrap-light .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #6c757d;
}
.bootstrap-light .bs-tooltip-right, .bootstrap-light .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bootstrap-light .bs-tooltip-right .arrow, .bootstrap-light .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bootstrap-light .bs-tooltip-right .arrow::before, .bootstrap-light .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #6c757d;
}
.bootstrap-light .bs-tooltip-bottom, .bootstrap-light .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bootstrap-light .bs-tooltip-bottom .arrow, .bootstrap-light .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bootstrap-light .bs-tooltip-bottom .arrow::before, .bootstrap-light .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #6c757d;
}
.bootstrap-light .bs-tooltip-left, .bootstrap-light .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bootstrap-light .bs-tooltip-left .arrow, .bootstrap-light .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bootstrap-light .bs-tooltip-left .arrow::before, .bootstrap-light .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #6c757d;
}
.bootstrap-light .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #000;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 0.15rem;
}
.bootstrap-light .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
}
.bootstrap-light .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.2rem;
}
.bootstrap-light .popover .arrow::before, .bootstrap-light .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bootstrap-light .bs-popover-top, .bootstrap-light .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bootstrap-light .bs-popover-top > .arrow, .bootstrap-light .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bootstrap-light .bs-popover-top > .arrow::before, .bootstrap-light .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-light .bs-popover-top > .arrow::after, .bootstrap-light .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bootstrap-light .bs-popover-right, .bootstrap-light .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bootstrap-light .bs-popover-right > .arrow, .bootstrap-light .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.2rem 0;
}
.bootstrap-light .bs-popover-right > .arrow::before, .bootstrap-light .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-light .bs-popover-right > .arrow::after, .bootstrap-light .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bootstrap-light .bs-popover-bottom, .bootstrap-light .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bootstrap-light .bs-popover-bottom > .arrow, .bootstrap-light .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bootstrap-light .bs-popover-bottom > .arrow::before, .bootstrap-light .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-light .bs-popover-bottom > .arrow::after, .bootstrap-light .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bootstrap-light .bs-popover-bottom .popover-header::before, .bootstrap-light .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}
.bootstrap-light .bs-popover-left, .bootstrap-light .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bootstrap-light .bs-popover-left > .arrow, .bootstrap-light .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.2rem 0;
}
.bootstrap-light .bs-popover-left > .arrow::before, .bootstrap-light .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-light .bs-popover-left > .arrow::after, .bootstrap-light .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.bootstrap-light .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px);
}
.bootstrap-light .popover-header:empty {
  display: none;
}
.bootstrap-light .popover-body {
  padding: 0.5rem 0.75rem;
  color: #25292e;
}
.bootstrap-light .carousel {
  position: relative;
}
.bootstrap-light .carousel.pointer-event {
  touch-action: pan-y;
}
.bootstrap-light .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bootstrap-light .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap-light .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-light .carousel-item {
    transition: none;
  }
}
.bootstrap-light .carousel-item.active,
.bootstrap-light .carousel-item-next,
.bootstrap-light .carousel-item-prev {
  display: block;
}
.bootstrap-light .carousel-item-next:not(.carousel-item-left),
.bootstrap-light .active.carousel-item-right {
  transform: translateX(100%);
}
.bootstrap-light .carousel-item-prev:not(.carousel-item-right),
.bootstrap-light .active.carousel-item-left {
  transform: translateX(-100%);
}
.bootstrap-light .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.bootstrap-light .carousel-fade .carousel-item.active,
.bootstrap-light .carousel-fade .carousel-item-next.carousel-item-left,
.bootstrap-light .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.bootstrap-light .carousel-fade .active.carousel-item-left,
.bootstrap-light .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-light .carousel-fade .active.carousel-item-left,
  .bootstrap-light .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.bootstrap-light .carousel-control-prev,
.bootstrap-light .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-light .carousel-control-prev,
  .bootstrap-light .carousel-control-next {
    transition: none;
  }
}
.bootstrap-light .carousel-control-prev:hover, .bootstrap-light .carousel-control-prev:focus,
.bootstrap-light .carousel-control-next:hover,
.bootstrap-light .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.bootstrap-light .carousel-control-prev {
  left: 0;
}
.bootstrap-light .carousel-control-next {
  right: 0;
}
.bootstrap-light .carousel-control-prev-icon,
.bootstrap-light .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.bootstrap-light .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.bootstrap-light .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.bootstrap-light .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.bootstrap-light .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-light .carousel-indicators li {
    transition: none;
  }
}
.bootstrap-light .carousel-indicators .active {
  opacity: 1;
}
.bootstrap-light .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.bootstrap-light .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.bootstrap-light .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.bootstrap-light .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.bootstrap-light .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.bootstrap-light .align-baseline {
  vertical-align: baseline !important;
}
.bootstrap-light .align-top {
  vertical-align: top !important;
}
.bootstrap-light .align-middle {
  vertical-align: middle !important;
}
.bootstrap-light .align-bottom {
  vertical-align: bottom !important;
}
.bootstrap-light .align-text-bottom {
  vertical-align: text-bottom !important;
}
.bootstrap-light .align-text-top {
  vertical-align: text-top !important;
}
.bootstrap-light .bg-primary {
  background-color: #2855a2 !important;
}
.bootstrap-light a.bg-primary:hover, .bootstrap-light a.bg-primary:focus,
.bootstrap-light button.bg-primary:hover,
.bootstrap-light button.bg-primary:focus {
  background-color: rgb(29.900990099, 63.5396039604, 121.099009901) !important;
}
.bootstrap-light .bg-secondary {
  background-color: #6c757d !important;
}
.bootstrap-light a.bg-secondary:hover, .bootstrap-light a.bg-secondary:focus,
.bootstrap-light button.bg-secondary:hover,
.bootstrap-light button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}
.bootstrap-light .bg-success {
  background-color: #66a54a !important;
}
.bootstrap-light a.bg-success:hover, .bootstrap-light a.bg-success:focus,
.bootstrap-light button.bg-success:hover,
.bootstrap-light button.bg-success:focus {
  background-color: rgb(80.2343096234, 129.7907949791, 58.2092050209) !important;
}
.bootstrap-light .bg-info {
  background-color: #008fce !important;
}
.bootstrap-light a.bg-info:hover, .bootstrap-light a.bg-info:focus,
.bootstrap-light button.bg-info:hover,
.bootstrap-light button.bg-info:focus {
  background-color: rgb(0, 107.5970873786, 155) !important;
}
.bootstrap-light .bg-warning {
  background-color: #ffc107 !important;
}
.bootstrap-light a.bg-warning:hover, .bootstrap-light a.bg-warning:focus,
.bootstrap-light button.bg-warning:hover,
.bootstrap-light button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}
.bootstrap-light .bg-danger {
  background-color: #ed1a3b !important;
}
.bootstrap-light a.bg-danger:hover, .bootstrap-light a.bg-danger:focus,
.bootstrap-light button.bg-danger:hover,
.bootstrap-light button.bg-danger:focus {
  background-color: rgb(196.5506072874, 15.4493927126, 43.7732793522) !important;
}
.bootstrap-light .bg-light {
  background-color: #f2f4f6 !important;
}
.bootstrap-light a.bg-light:hover, .bootstrap-light a.bg-light:focus,
.bootstrap-light button.bg-light:hover,
.bootstrap-light button.bg-light:focus {
  background-color: rgb(211.8636363636, 218.5, 225.1363636364) !important;
}
.bootstrap-light .bg-dark {
  background-color: #343a40 !important;
}
.bootstrap-light a.bg-dark:hover, .bootstrap-light a.bg-dark:focus,
.bootstrap-light button.bg-dark:hover,
.bootstrap-light button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}
.bootstrap-light .bg-white {
  background-color: #fff !important;
}
.bootstrap-light .bg-transparent {
  background-color: transparent !important;
}
.bootstrap-light .border {
  border: 1px solid #dee2e6 !important;
}
.bootstrap-light .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.bootstrap-light .border-right {
  border-right: 1px solid #dee2e6 !important;
}
.bootstrap-light .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.bootstrap-light .border-left {
  border-left: 1px solid #dee2e6 !important;
}
.bootstrap-light .border-0 {
  border: 0 !important;
}
.bootstrap-light .border-top-0 {
  border-top: 0 !important;
}
.bootstrap-light .border-right-0 {
  border-right: 0 !important;
}
.bootstrap-light .border-bottom-0 {
  border-bottom: 0 !important;
}
.bootstrap-light .border-left-0 {
  border-left: 0 !important;
}
.bootstrap-light .border-primary {
  border-color: #2855a2 !important;
}
.bootstrap-light .border-secondary {
  border-color: #6c757d !important;
}
.bootstrap-light .border-success {
  border-color: #66a54a !important;
}
.bootstrap-light .border-info {
  border-color: #008fce !important;
}
.bootstrap-light .border-warning {
  border-color: #ffc107 !important;
}
.bootstrap-light .border-danger {
  border-color: #ed1a3b !important;
}
.bootstrap-light .border-light {
  border-color: #f2f4f6 !important;
}
.bootstrap-light .border-dark {
  border-color: #343a40 !important;
}
.bootstrap-light .border-white {
  border-color: #fff !important;
}
.bootstrap-light .rounded-sm {
  border-radius: 0.1rem !important;
}
.bootstrap-light .rounded {
  border-radius: 0.15rem !important;
}
.bootstrap-light .rounded-top {
  border-top-left-radius: 0.15rem !important;
  border-top-right-radius: 0.15rem !important;
}
.bootstrap-light .rounded-right {
  border-top-right-radius: 0.15rem !important;
  border-bottom-right-radius: 0.15rem !important;
}
.bootstrap-light .rounded-bottom {
  border-bottom-right-radius: 0.15rem !important;
  border-bottom-left-radius: 0.15rem !important;
}
.bootstrap-light .rounded-left {
  border-top-left-radius: 0.15rem !important;
  border-bottom-left-radius: 0.15rem !important;
}
.bootstrap-light .rounded-lg {
  border-radius: 0.2rem !important;
}
.bootstrap-light .rounded-circle {
  border-radius: 50% !important;
}
.bootstrap-light .rounded-pill {
  border-radius: 50rem !important;
}
.bootstrap-light .rounded-0 {
  border-radius: 0 !important;
}
.bootstrap-light .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap-light .d-none {
  display: none !important;
}
.bootstrap-light .d-inline {
  display: inline !important;
}
.bootstrap-light .d-inline-block {
  display: inline-block !important;
}
.bootstrap-light .d-block {
  display: block !important;
}
.bootstrap-light .d-table {
  display: table !important;
}
.bootstrap-light .d-table-row {
  display: table-row !important;
}
.bootstrap-light .d-table-cell {
  display: table-cell !important;
}
.bootstrap-light .d-flex {
  display: flex !important;
}
.bootstrap-light .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .bootstrap-light .d-sm-none {
    display: none !important;
  }
  .bootstrap-light .d-sm-inline {
    display: inline !important;
  }
  .bootstrap-light .d-sm-inline-block {
    display: inline-block !important;
  }
  .bootstrap-light .d-sm-block {
    display: block !important;
  }
  .bootstrap-light .d-sm-table {
    display: table !important;
  }
  .bootstrap-light .d-sm-table-row {
    display: table-row !important;
  }
  .bootstrap-light .d-sm-table-cell {
    display: table-cell !important;
  }
  .bootstrap-light .d-sm-flex {
    display: flex !important;
  }
  .bootstrap-light .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-light .d-md-none {
    display: none !important;
  }
  .bootstrap-light .d-md-inline {
    display: inline !important;
  }
  .bootstrap-light .d-md-inline-block {
    display: inline-block !important;
  }
  .bootstrap-light .d-md-block {
    display: block !important;
  }
  .bootstrap-light .d-md-table {
    display: table !important;
  }
  .bootstrap-light .d-md-table-row {
    display: table-row !important;
  }
  .bootstrap-light .d-md-table-cell {
    display: table-cell !important;
  }
  .bootstrap-light .d-md-flex {
    display: flex !important;
  }
  .bootstrap-light .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-light .d-lg-none {
    display: none !important;
  }
  .bootstrap-light .d-lg-inline {
    display: inline !important;
  }
  .bootstrap-light .d-lg-inline-block {
    display: inline-block !important;
  }
  .bootstrap-light .d-lg-block {
    display: block !important;
  }
  .bootstrap-light .d-lg-table {
    display: table !important;
  }
  .bootstrap-light .d-lg-table-row {
    display: table-row !important;
  }
  .bootstrap-light .d-lg-table-cell {
    display: table-cell !important;
  }
  .bootstrap-light .d-lg-flex {
    display: flex !important;
  }
  .bootstrap-light .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-light .d-xl-none {
    display: none !important;
  }
  .bootstrap-light .d-xl-inline {
    display: inline !important;
  }
  .bootstrap-light .d-xl-inline-block {
    display: inline-block !important;
  }
  .bootstrap-light .d-xl-block {
    display: block !important;
  }
  .bootstrap-light .d-xl-table {
    display: table !important;
  }
  .bootstrap-light .d-xl-table-row {
    display: table-row !important;
  }
  .bootstrap-light .d-xl-table-cell {
    display: table-cell !important;
  }
  .bootstrap-light .d-xl-flex {
    display: flex !important;
  }
  .bootstrap-light .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .bootstrap-light .d-print-none {
    display: none !important;
  }
  .bootstrap-light .d-print-inline {
    display: inline !important;
  }
  .bootstrap-light .d-print-inline-block {
    display: inline-block !important;
  }
  .bootstrap-light .d-print-block {
    display: block !important;
  }
  .bootstrap-light .d-print-table {
    display: table !important;
  }
  .bootstrap-light .d-print-table-row {
    display: table-row !important;
  }
  .bootstrap-light .d-print-table-cell {
    display: table-cell !important;
  }
  .bootstrap-light .d-print-flex {
    display: flex !important;
  }
  .bootstrap-light .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.bootstrap-light .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.bootstrap-light .embed-responsive::before {
  display: block;
  content: "";
}
.bootstrap-light .embed-responsive .embed-responsive-item,
.bootstrap-light .embed-responsive iframe,
.bootstrap-light .embed-responsive embed,
.bootstrap-light .embed-responsive object,
.bootstrap-light .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.bootstrap-light .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.bootstrap-light .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.bootstrap-light .embed-responsive-4by3::before {
  padding-top: 75%;
}
.bootstrap-light .embed-responsive-1by1::before {
  padding-top: 100%;
}
.bootstrap-light .flex-row {
  flex-direction: row !important;
}
.bootstrap-light .flex-column {
  flex-direction: column !important;
}
.bootstrap-light .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.bootstrap-light .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.bootstrap-light .flex-wrap {
  flex-wrap: wrap !important;
}
.bootstrap-light .flex-nowrap {
  flex-wrap: nowrap !important;
}
.bootstrap-light .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.bootstrap-light .flex-fill {
  flex: 1 1 auto !important;
}
.bootstrap-light .flex-grow-0 {
  flex-grow: 0 !important;
}
.bootstrap-light .flex-grow-1 {
  flex-grow: 1 !important;
}
.bootstrap-light .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.bootstrap-light .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.bootstrap-light .justify-content-start {
  justify-content: flex-start !important;
}
.bootstrap-light .justify-content-end {
  justify-content: flex-end !important;
}
.bootstrap-light .justify-content-center {
  justify-content: center !important;
}
.bootstrap-light .justify-content-between {
  justify-content: space-between !important;
}
.bootstrap-light .justify-content-around {
  justify-content: space-around !important;
}
.bootstrap-light .align-items-start {
  align-items: flex-start !important;
}
.bootstrap-light .align-items-end {
  align-items: flex-end !important;
}
.bootstrap-light .align-items-center {
  align-items: center !important;
}
.bootstrap-light .align-items-baseline {
  align-items: baseline !important;
}
.bootstrap-light .align-items-stretch {
  align-items: stretch !important;
}
.bootstrap-light .align-content-start {
  align-content: flex-start !important;
}
.bootstrap-light .align-content-end {
  align-content: flex-end !important;
}
.bootstrap-light .align-content-center {
  align-content: center !important;
}
.bootstrap-light .align-content-between {
  align-content: space-between !important;
}
.bootstrap-light .align-content-around {
  align-content: space-around !important;
}
.bootstrap-light .align-content-stretch {
  align-content: stretch !important;
}
.bootstrap-light .align-self-auto {
  align-self: auto !important;
}
.bootstrap-light .align-self-start {
  align-self: flex-start !important;
}
.bootstrap-light .align-self-end {
  align-self: flex-end !important;
}
.bootstrap-light .align-self-center {
  align-self: center !important;
}
.bootstrap-light .align-self-baseline {
  align-self: baseline !important;
}
.bootstrap-light .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .bootstrap-light .flex-sm-row {
    flex-direction: row !important;
  }
  .bootstrap-light .flex-sm-column {
    flex-direction: column !important;
  }
  .bootstrap-light .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap-light .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap-light .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap-light .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap-light .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap-light .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap-light .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap-light .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap-light .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap-light .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap-light .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bootstrap-light .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bootstrap-light .justify-content-sm-center {
    justify-content: center !important;
  }
  .bootstrap-light .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bootstrap-light .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bootstrap-light .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bootstrap-light .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bootstrap-light .align-items-sm-center {
    align-items: center !important;
  }
  .bootstrap-light .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bootstrap-light .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bootstrap-light .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bootstrap-light .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bootstrap-light .align-content-sm-center {
    align-content: center !important;
  }
  .bootstrap-light .align-content-sm-between {
    align-content: space-between !important;
  }
  .bootstrap-light .align-content-sm-around {
    align-content: space-around !important;
  }
  .bootstrap-light .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bootstrap-light .align-self-sm-auto {
    align-self: auto !important;
  }
  .bootstrap-light .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bootstrap-light .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bootstrap-light .align-self-sm-center {
    align-self: center !important;
  }
  .bootstrap-light .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bootstrap-light .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-light .flex-md-row {
    flex-direction: row !important;
  }
  .bootstrap-light .flex-md-column {
    flex-direction: column !important;
  }
  .bootstrap-light .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap-light .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap-light .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap-light .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap-light .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap-light .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap-light .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap-light .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap-light .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap-light .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap-light .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bootstrap-light .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bootstrap-light .justify-content-md-center {
    justify-content: center !important;
  }
  .bootstrap-light .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bootstrap-light .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bootstrap-light .align-items-md-start {
    align-items: flex-start !important;
  }
  .bootstrap-light .align-items-md-end {
    align-items: flex-end !important;
  }
  .bootstrap-light .align-items-md-center {
    align-items: center !important;
  }
  .bootstrap-light .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bootstrap-light .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bootstrap-light .align-content-md-start {
    align-content: flex-start !important;
  }
  .bootstrap-light .align-content-md-end {
    align-content: flex-end !important;
  }
  .bootstrap-light .align-content-md-center {
    align-content: center !important;
  }
  .bootstrap-light .align-content-md-between {
    align-content: space-between !important;
  }
  .bootstrap-light .align-content-md-around {
    align-content: space-around !important;
  }
  .bootstrap-light .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bootstrap-light .align-self-md-auto {
    align-self: auto !important;
  }
  .bootstrap-light .align-self-md-start {
    align-self: flex-start !important;
  }
  .bootstrap-light .align-self-md-end {
    align-self: flex-end !important;
  }
  .bootstrap-light .align-self-md-center {
    align-self: center !important;
  }
  .bootstrap-light .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bootstrap-light .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-light .flex-lg-row {
    flex-direction: row !important;
  }
  .bootstrap-light .flex-lg-column {
    flex-direction: column !important;
  }
  .bootstrap-light .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap-light .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap-light .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap-light .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap-light .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap-light .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap-light .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap-light .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap-light .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap-light .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap-light .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bootstrap-light .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bootstrap-light .justify-content-lg-center {
    justify-content: center !important;
  }
  .bootstrap-light .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bootstrap-light .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bootstrap-light .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bootstrap-light .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bootstrap-light .align-items-lg-center {
    align-items: center !important;
  }
  .bootstrap-light .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bootstrap-light .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bootstrap-light .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bootstrap-light .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bootstrap-light .align-content-lg-center {
    align-content: center !important;
  }
  .bootstrap-light .align-content-lg-between {
    align-content: space-between !important;
  }
  .bootstrap-light .align-content-lg-around {
    align-content: space-around !important;
  }
  .bootstrap-light .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bootstrap-light .align-self-lg-auto {
    align-self: auto !important;
  }
  .bootstrap-light .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bootstrap-light .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bootstrap-light .align-self-lg-center {
    align-self: center !important;
  }
  .bootstrap-light .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bootstrap-light .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-light .flex-xl-row {
    flex-direction: row !important;
  }
  .bootstrap-light .flex-xl-column {
    flex-direction: column !important;
  }
  .bootstrap-light .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap-light .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap-light .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap-light .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap-light .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap-light .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap-light .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap-light .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap-light .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap-light .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap-light .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .bootstrap-light .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .bootstrap-light .justify-content-xl-center {
    justify-content: center !important;
  }
  .bootstrap-light .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .bootstrap-light .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .bootstrap-light .align-items-xl-start {
    align-items: flex-start !important;
  }
  .bootstrap-light .align-items-xl-end {
    align-items: flex-end !important;
  }
  .bootstrap-light .align-items-xl-center {
    align-items: center !important;
  }
  .bootstrap-light .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .bootstrap-light .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .bootstrap-light .align-content-xl-start {
    align-content: flex-start !important;
  }
  .bootstrap-light .align-content-xl-end {
    align-content: flex-end !important;
  }
  .bootstrap-light .align-content-xl-center {
    align-content: center !important;
  }
  .bootstrap-light .align-content-xl-between {
    align-content: space-between !important;
  }
  .bootstrap-light .align-content-xl-around {
    align-content: space-around !important;
  }
  .bootstrap-light .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .bootstrap-light .align-self-xl-auto {
    align-self: auto !important;
  }
  .bootstrap-light .align-self-xl-start {
    align-self: flex-start !important;
  }
  .bootstrap-light .align-self-xl-end {
    align-self: flex-end !important;
  }
  .bootstrap-light .align-self-xl-center {
    align-self: center !important;
  }
  .bootstrap-light .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .bootstrap-light .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.bootstrap-light .float-left {
  float: left !important;
}
.bootstrap-light .float-right {
  float: right !important;
}
.bootstrap-light .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .bootstrap-light .float-sm-left {
    float: left !important;
  }
  .bootstrap-light .float-sm-right {
    float: right !important;
  }
  .bootstrap-light .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-light .float-md-left {
    float: left !important;
  }
  .bootstrap-light .float-md-right {
    float: right !important;
  }
  .bootstrap-light .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-light .float-lg-left {
    float: left !important;
  }
  .bootstrap-light .float-lg-right {
    float: right !important;
  }
  .bootstrap-light .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-light .float-xl-left {
    float: left !important;
  }
  .bootstrap-light .float-xl-right {
    float: right !important;
  }
  .bootstrap-light .float-xl-none {
    float: none !important;
  }
}
.bootstrap-light .user-select-all {
  user-select: all !important;
}
.bootstrap-light .user-select-auto {
  user-select: auto !important;
}
.bootstrap-light .user-select-none {
  user-select: none !important;
}
.bootstrap-light .overflow-auto {
  overflow: auto !important;
}
.bootstrap-light .overflow-hidden {
  overflow: hidden !important;
}
.bootstrap-light .position-static {
  position: static !important;
}
.bootstrap-light .position-relative {
  position: relative !important;
}
.bootstrap-light .position-absolute {
  position: absolute !important;
}
.bootstrap-light .position-fixed {
  position: fixed !important;
}
.bootstrap-light .position-sticky {
  position: sticky !important;
}
.bootstrap-light .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.bootstrap-light .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .bootstrap-light .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.bootstrap-light .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;
}
.bootstrap-light .sr-only-focusable:active, .bootstrap-light .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.bootstrap-light .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.bootstrap-light .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.bootstrap-light .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.bootstrap-light .shadow-none {
  box-shadow: none !important;
}
.bootstrap-light .w-25 {
  width: 25% !important;
}
.bootstrap-light .w-50 {
  width: 50% !important;
}
.bootstrap-light .w-75 {
  width: 75% !important;
}
.bootstrap-light .w-100 {
  width: 100% !important;
}
.bootstrap-light .w-auto {
  width: auto !important;
}
.bootstrap-light .h-25 {
  height: 25% !important;
}
.bootstrap-light .h-50 {
  height: 50% !important;
}
.bootstrap-light .h-75 {
  height: 75% !important;
}
.bootstrap-light .h-100 {
  height: 100% !important;
}
.bootstrap-light .h-auto {
  height: auto !important;
}
.bootstrap-light .mw-100 {
  max-width: 100% !important;
}
.bootstrap-light .mh-100 {
  max-height: 100% !important;
}
.bootstrap-light .min-vw-100 {
  min-width: 100vw !important;
}
.bootstrap-light .min-vh-100 {
  min-height: 100vh !important;
}
.bootstrap-light .vw-100 {
  width: 100vw !important;
}
.bootstrap-light .vh-100 {
  height: 100vh !important;
}
.bootstrap-light .m-0 {
  margin: 0 !important;
}
.bootstrap-light .mt-0,
.bootstrap-light .my-0 {
  margin-top: 0 !important;
}
.bootstrap-light .mr-0,
.bootstrap-light .mx-0 {
  margin-right: 0 !important;
}
.bootstrap-light .mb-0,
.bootstrap-light .my-0 {
  margin-bottom: 0 !important;
}
.bootstrap-light .ml-0,
.bootstrap-light .mx-0 {
  margin-left: 0 !important;
}
.bootstrap-light .m-1 {
  margin: 0.25rem !important;
}
.bootstrap-light .mt-1,
.bootstrap-light .my-1 {
  margin-top: 0.25rem !important;
}
.bootstrap-light .mr-1,
.bootstrap-light .mx-1 {
  margin-right: 0.25rem !important;
}
.bootstrap-light .mb-1,
.bootstrap-light .my-1 {
  margin-bottom: 0.25rem !important;
}
.bootstrap-light .ml-1,
.bootstrap-light .mx-1 {
  margin-left: 0.25rem !important;
}
.bootstrap-light .m-2 {
  margin: 0.5rem !important;
}
.bootstrap-light .mt-2,
.bootstrap-light .my-2 {
  margin-top: 0.5rem !important;
}
.bootstrap-light .mr-2,
.bootstrap-light .mx-2 {
  margin-right: 0.5rem !important;
}
.bootstrap-light .mb-2,
.bootstrap-light .my-2 {
  margin-bottom: 0.5rem !important;
}
.bootstrap-light .ml-2,
.bootstrap-light .mx-2 {
  margin-left: 0.5rem !important;
}
.bootstrap-light .m-3 {
  margin: 1rem !important;
}
.bootstrap-light .mt-3,
.bootstrap-light .my-3 {
  margin-top: 1rem !important;
}
.bootstrap-light .mr-3,
.bootstrap-light .mx-3 {
  margin-right: 1rem !important;
}
.bootstrap-light .mb-3,
.bootstrap-light .my-3 {
  margin-bottom: 1rem !important;
}
.bootstrap-light .ml-3,
.bootstrap-light .mx-3 {
  margin-left: 1rem !important;
}
.bootstrap-light .m-4 {
  margin: 1.5rem !important;
}
.bootstrap-light .mt-4,
.bootstrap-light .my-4 {
  margin-top: 1.5rem !important;
}
.bootstrap-light .mr-4,
.bootstrap-light .mx-4 {
  margin-right: 1.5rem !important;
}
.bootstrap-light .mb-4,
.bootstrap-light .my-4 {
  margin-bottom: 1.5rem !important;
}
.bootstrap-light .ml-4,
.bootstrap-light .mx-4 {
  margin-left: 1.5rem !important;
}
.bootstrap-light .m-5 {
  margin: 3rem !important;
}
.bootstrap-light .mt-5,
.bootstrap-light .my-5 {
  margin-top: 3rem !important;
}
.bootstrap-light .mr-5,
.bootstrap-light .mx-5 {
  margin-right: 3rem !important;
}
.bootstrap-light .mb-5,
.bootstrap-light .my-5 {
  margin-bottom: 3rem !important;
}
.bootstrap-light .ml-5,
.bootstrap-light .mx-5 {
  margin-left: 3rem !important;
}
.bootstrap-light .p-0 {
  padding: 0 !important;
}
.bootstrap-light .pt-0,
.bootstrap-light .py-0 {
  padding-top: 0 !important;
}
.bootstrap-light .pr-0,
.bootstrap-light .px-0 {
  padding-right: 0 !important;
}
.bootstrap-light .pb-0,
.bootstrap-light .py-0 {
  padding-bottom: 0 !important;
}
.bootstrap-light .pl-0,
.bootstrap-light .px-0 {
  padding-left: 0 !important;
}
.bootstrap-light .p-1 {
  padding: 0.25rem !important;
}
.bootstrap-light .pt-1,
.bootstrap-light .py-1 {
  padding-top: 0.25rem !important;
}
.bootstrap-light .pr-1,
.bootstrap-light .px-1 {
  padding-right: 0.25rem !important;
}
.bootstrap-light .pb-1,
.bootstrap-light .py-1 {
  padding-bottom: 0.25rem !important;
}
.bootstrap-light .pl-1,
.bootstrap-light .px-1 {
  padding-left: 0.25rem !important;
}
.bootstrap-light .p-2 {
  padding: 0.5rem !important;
}
.bootstrap-light .pt-2,
.bootstrap-light .py-2 {
  padding-top: 0.5rem !important;
}
.bootstrap-light .pr-2,
.bootstrap-light .px-2 {
  padding-right: 0.5rem !important;
}
.bootstrap-light .pb-2,
.bootstrap-light .py-2 {
  padding-bottom: 0.5rem !important;
}
.bootstrap-light .pl-2,
.bootstrap-light .px-2 {
  padding-left: 0.5rem !important;
}
.bootstrap-light .p-3 {
  padding: 1rem !important;
}
.bootstrap-light .pt-3,
.bootstrap-light .py-3 {
  padding-top: 1rem !important;
}
.bootstrap-light .pr-3,
.bootstrap-light .px-3 {
  padding-right: 1rem !important;
}
.bootstrap-light .pb-3,
.bootstrap-light .py-3 {
  padding-bottom: 1rem !important;
}
.bootstrap-light .pl-3,
.bootstrap-light .px-3 {
  padding-left: 1rem !important;
}
.bootstrap-light .p-4 {
  padding: 1.5rem !important;
}
.bootstrap-light .pt-4,
.bootstrap-light .py-4 {
  padding-top: 1.5rem !important;
}
.bootstrap-light .pr-4,
.bootstrap-light .px-4 {
  padding-right: 1.5rem !important;
}
.bootstrap-light .pb-4,
.bootstrap-light .py-4 {
  padding-bottom: 1.5rem !important;
}
.bootstrap-light .pl-4,
.bootstrap-light .px-4 {
  padding-left: 1.5rem !important;
}
.bootstrap-light .p-5 {
  padding: 3rem !important;
}
.bootstrap-light .pt-5,
.bootstrap-light .py-5 {
  padding-top: 3rem !important;
}
.bootstrap-light .pr-5,
.bootstrap-light .px-5 {
  padding-right: 3rem !important;
}
.bootstrap-light .pb-5,
.bootstrap-light .py-5 {
  padding-bottom: 3rem !important;
}
.bootstrap-light .pl-5,
.bootstrap-light .px-5 {
  padding-left: 3rem !important;
}
.bootstrap-light .m-n1 {
  margin: -0.25rem !important;
}
.bootstrap-light .mt-n1,
.bootstrap-light .my-n1 {
  margin-top: -0.25rem !important;
}
.bootstrap-light .mr-n1,
.bootstrap-light .mx-n1 {
  margin-right: -0.25rem !important;
}
.bootstrap-light .mb-n1,
.bootstrap-light .my-n1 {
  margin-bottom: -0.25rem !important;
}
.bootstrap-light .ml-n1,
.bootstrap-light .mx-n1 {
  margin-left: -0.25rem !important;
}
.bootstrap-light .m-n2 {
  margin: -0.5rem !important;
}
.bootstrap-light .mt-n2,
.bootstrap-light .my-n2 {
  margin-top: -0.5rem !important;
}
.bootstrap-light .mr-n2,
.bootstrap-light .mx-n2 {
  margin-right: -0.5rem !important;
}
.bootstrap-light .mb-n2,
.bootstrap-light .my-n2 {
  margin-bottom: -0.5rem !important;
}
.bootstrap-light .ml-n2,
.bootstrap-light .mx-n2 {
  margin-left: -0.5rem !important;
}
.bootstrap-light .m-n3 {
  margin: -1rem !important;
}
.bootstrap-light .mt-n3,
.bootstrap-light .my-n3 {
  margin-top: -1rem !important;
}
.bootstrap-light .mr-n3,
.bootstrap-light .mx-n3 {
  margin-right: -1rem !important;
}
.bootstrap-light .mb-n3,
.bootstrap-light .my-n3 {
  margin-bottom: -1rem !important;
}
.bootstrap-light .ml-n3,
.bootstrap-light .mx-n3 {
  margin-left: -1rem !important;
}
.bootstrap-light .m-n4 {
  margin: -1.5rem !important;
}
.bootstrap-light .mt-n4,
.bootstrap-light .my-n4 {
  margin-top: -1.5rem !important;
}
.bootstrap-light .mr-n4,
.bootstrap-light .mx-n4 {
  margin-right: -1.5rem !important;
}
.bootstrap-light .mb-n4,
.bootstrap-light .my-n4 {
  margin-bottom: -1.5rem !important;
}
.bootstrap-light .ml-n4,
.bootstrap-light .mx-n4 {
  margin-left: -1.5rem !important;
}
.bootstrap-light .m-n5 {
  margin: -3rem !important;
}
.bootstrap-light .mt-n5,
.bootstrap-light .my-n5 {
  margin-top: -3rem !important;
}
.bootstrap-light .mr-n5,
.bootstrap-light .mx-n5 {
  margin-right: -3rem !important;
}
.bootstrap-light .mb-n5,
.bootstrap-light .my-n5 {
  margin-bottom: -3rem !important;
}
.bootstrap-light .ml-n5,
.bootstrap-light .mx-n5 {
  margin-left: -3rem !important;
}
.bootstrap-light .m-auto {
  margin: auto !important;
}
.bootstrap-light .mt-auto,
.bootstrap-light .my-auto {
  margin-top: auto !important;
}
.bootstrap-light .mr-auto,
.bootstrap-light .mx-auto {
  margin-right: auto !important;
}
.bootstrap-light .mb-auto,
.bootstrap-light .my-auto {
  margin-bottom: auto !important;
}
.bootstrap-light .ml-auto,
.bootstrap-light .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .bootstrap-light .m-sm-0 {
    margin: 0 !important;
  }
  .bootstrap-light .mt-sm-0,
  .bootstrap-light .my-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrap-light .mr-sm-0,
  .bootstrap-light .mx-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrap-light .mb-sm-0,
  .bootstrap-light .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-light .ml-sm-0,
  .bootstrap-light .mx-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrap-light .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-light .mt-sm-1,
  .bootstrap-light .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-light .mr-sm-1,
  .bootstrap-light .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-light .mb-sm-1,
  .bootstrap-light .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-light .ml-sm-1,
  .bootstrap-light .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-light .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-light .mt-sm-2,
  .bootstrap-light .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-light .mr-sm-2,
  .bootstrap-light .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-light .mb-sm-2,
  .bootstrap-light .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-light .ml-sm-2,
  .bootstrap-light .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-light .m-sm-3 {
    margin: 1rem !important;
  }
  .bootstrap-light .mt-sm-3,
  .bootstrap-light .my-sm-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-light .mr-sm-3,
  .bootstrap-light .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-light .mb-sm-3,
  .bootstrap-light .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-light .ml-sm-3,
  .bootstrap-light .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-light .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-light .mt-sm-4,
  .bootstrap-light .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-light .mr-sm-4,
  .bootstrap-light .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-light .mb-sm-4,
  .bootstrap-light .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-light .ml-sm-4,
  .bootstrap-light .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-light .m-sm-5 {
    margin: 3rem !important;
  }
  .bootstrap-light .mt-sm-5,
  .bootstrap-light .my-sm-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-light .mr-sm-5,
  .bootstrap-light .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-light .mb-sm-5,
  .bootstrap-light .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-light .ml-sm-5,
  .bootstrap-light .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-light .p-sm-0 {
    padding: 0 !important;
  }
  .bootstrap-light .pt-sm-0,
  .bootstrap-light .py-sm-0 {
    padding-top: 0 !important;
  }
  .bootstrap-light .pr-sm-0,
  .bootstrap-light .px-sm-0 {
    padding-right: 0 !important;
  }
  .bootstrap-light .pb-sm-0,
  .bootstrap-light .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-light .pl-sm-0,
  .bootstrap-light .px-sm-0 {
    padding-left: 0 !important;
  }
  .bootstrap-light .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-light .pt-sm-1,
  .bootstrap-light .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-light .pr-sm-1,
  .bootstrap-light .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-light .pb-sm-1,
  .bootstrap-light .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-light .pl-sm-1,
  .bootstrap-light .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-light .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-light .pt-sm-2,
  .bootstrap-light .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-light .pr-sm-2,
  .bootstrap-light .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-light .pb-sm-2,
  .bootstrap-light .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-light .pl-sm-2,
  .bootstrap-light .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-light .p-sm-3 {
    padding: 1rem !important;
  }
  .bootstrap-light .pt-sm-3,
  .bootstrap-light .py-sm-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-light .pr-sm-3,
  .bootstrap-light .px-sm-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-light .pb-sm-3,
  .bootstrap-light .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-light .pl-sm-3,
  .bootstrap-light .px-sm-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-light .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-light .pt-sm-4,
  .bootstrap-light .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-light .pr-sm-4,
  .bootstrap-light .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-light .pb-sm-4,
  .bootstrap-light .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-light .pl-sm-4,
  .bootstrap-light .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-light .p-sm-5 {
    padding: 3rem !important;
  }
  .bootstrap-light .pt-sm-5,
  .bootstrap-light .py-sm-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-light .pr-sm-5,
  .bootstrap-light .px-sm-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-light .pb-sm-5,
  .bootstrap-light .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-light .pl-sm-5,
  .bootstrap-light .px-sm-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-light .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-light .mt-sm-n1,
  .bootstrap-light .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-light .mr-sm-n1,
  .bootstrap-light .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-light .mb-sm-n1,
  .bootstrap-light .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-light .ml-sm-n1,
  .bootstrap-light .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-light .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-light .mt-sm-n2,
  .bootstrap-light .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-light .mr-sm-n2,
  .bootstrap-light .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-light .mb-sm-n2,
  .bootstrap-light .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-light .ml-sm-n2,
  .bootstrap-light .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-light .m-sm-n3 {
    margin: -1rem !important;
  }
  .bootstrap-light .mt-sm-n3,
  .bootstrap-light .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-light .mr-sm-n3,
  .bootstrap-light .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-light .mb-sm-n3,
  .bootstrap-light .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-light .ml-sm-n3,
  .bootstrap-light .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-light .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-light .mt-sm-n4,
  .bootstrap-light .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-light .mr-sm-n4,
  .bootstrap-light .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-light .mb-sm-n4,
  .bootstrap-light .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-light .ml-sm-n4,
  .bootstrap-light .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-light .m-sm-n5 {
    margin: -3rem !important;
  }
  .bootstrap-light .mt-sm-n5,
  .bootstrap-light .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-light .mr-sm-n5,
  .bootstrap-light .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-light .mb-sm-n5,
  .bootstrap-light .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-light .ml-sm-n5,
  .bootstrap-light .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-light .m-sm-auto {
    margin: auto !important;
  }
  .bootstrap-light .mt-sm-auto,
  .bootstrap-light .my-sm-auto {
    margin-top: auto !important;
  }
  .bootstrap-light .mr-sm-auto,
  .bootstrap-light .mx-sm-auto {
    margin-right: auto !important;
  }
  .bootstrap-light .mb-sm-auto,
  .bootstrap-light .my-sm-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-light .ml-sm-auto,
  .bootstrap-light .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-light .m-md-0 {
    margin: 0 !important;
  }
  .bootstrap-light .mt-md-0,
  .bootstrap-light .my-md-0 {
    margin-top: 0 !important;
  }
  .bootstrap-light .mr-md-0,
  .bootstrap-light .mx-md-0 {
    margin-right: 0 !important;
  }
  .bootstrap-light .mb-md-0,
  .bootstrap-light .my-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-light .ml-md-0,
  .bootstrap-light .mx-md-0 {
    margin-left: 0 !important;
  }
  .bootstrap-light .m-md-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-light .mt-md-1,
  .bootstrap-light .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-light .mr-md-1,
  .bootstrap-light .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-light .mb-md-1,
  .bootstrap-light .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-light .ml-md-1,
  .bootstrap-light .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-light .m-md-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-light .mt-md-2,
  .bootstrap-light .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-light .mr-md-2,
  .bootstrap-light .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-light .mb-md-2,
  .bootstrap-light .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-light .ml-md-2,
  .bootstrap-light .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-light .m-md-3 {
    margin: 1rem !important;
  }
  .bootstrap-light .mt-md-3,
  .bootstrap-light .my-md-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-light .mr-md-3,
  .bootstrap-light .mx-md-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-light .mb-md-3,
  .bootstrap-light .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-light .ml-md-3,
  .bootstrap-light .mx-md-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-light .m-md-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-light .mt-md-4,
  .bootstrap-light .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-light .mr-md-4,
  .bootstrap-light .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-light .mb-md-4,
  .bootstrap-light .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-light .ml-md-4,
  .bootstrap-light .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-light .m-md-5 {
    margin: 3rem !important;
  }
  .bootstrap-light .mt-md-5,
  .bootstrap-light .my-md-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-light .mr-md-5,
  .bootstrap-light .mx-md-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-light .mb-md-5,
  .bootstrap-light .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-light .ml-md-5,
  .bootstrap-light .mx-md-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-light .p-md-0 {
    padding: 0 !important;
  }
  .bootstrap-light .pt-md-0,
  .bootstrap-light .py-md-0 {
    padding-top: 0 !important;
  }
  .bootstrap-light .pr-md-0,
  .bootstrap-light .px-md-0 {
    padding-right: 0 !important;
  }
  .bootstrap-light .pb-md-0,
  .bootstrap-light .py-md-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-light .pl-md-0,
  .bootstrap-light .px-md-0 {
    padding-left: 0 !important;
  }
  .bootstrap-light .p-md-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-light .pt-md-1,
  .bootstrap-light .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-light .pr-md-1,
  .bootstrap-light .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-light .pb-md-1,
  .bootstrap-light .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-light .pl-md-1,
  .bootstrap-light .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-light .p-md-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-light .pt-md-2,
  .bootstrap-light .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-light .pr-md-2,
  .bootstrap-light .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-light .pb-md-2,
  .bootstrap-light .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-light .pl-md-2,
  .bootstrap-light .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-light .p-md-3 {
    padding: 1rem !important;
  }
  .bootstrap-light .pt-md-3,
  .bootstrap-light .py-md-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-light .pr-md-3,
  .bootstrap-light .px-md-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-light .pb-md-3,
  .bootstrap-light .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-light .pl-md-3,
  .bootstrap-light .px-md-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-light .p-md-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-light .pt-md-4,
  .bootstrap-light .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-light .pr-md-4,
  .bootstrap-light .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-light .pb-md-4,
  .bootstrap-light .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-light .pl-md-4,
  .bootstrap-light .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-light .p-md-5 {
    padding: 3rem !important;
  }
  .bootstrap-light .pt-md-5,
  .bootstrap-light .py-md-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-light .pr-md-5,
  .bootstrap-light .px-md-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-light .pb-md-5,
  .bootstrap-light .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-light .pl-md-5,
  .bootstrap-light .px-md-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-light .m-md-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-light .mt-md-n1,
  .bootstrap-light .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-light .mr-md-n1,
  .bootstrap-light .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-light .mb-md-n1,
  .bootstrap-light .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-light .ml-md-n1,
  .bootstrap-light .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-light .m-md-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-light .mt-md-n2,
  .bootstrap-light .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-light .mr-md-n2,
  .bootstrap-light .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-light .mb-md-n2,
  .bootstrap-light .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-light .ml-md-n2,
  .bootstrap-light .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-light .m-md-n3 {
    margin: -1rem !important;
  }
  .bootstrap-light .mt-md-n3,
  .bootstrap-light .my-md-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-light .mr-md-n3,
  .bootstrap-light .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-light .mb-md-n3,
  .bootstrap-light .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-light .ml-md-n3,
  .bootstrap-light .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-light .m-md-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-light .mt-md-n4,
  .bootstrap-light .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-light .mr-md-n4,
  .bootstrap-light .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-light .mb-md-n4,
  .bootstrap-light .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-light .ml-md-n4,
  .bootstrap-light .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-light .m-md-n5 {
    margin: -3rem !important;
  }
  .bootstrap-light .mt-md-n5,
  .bootstrap-light .my-md-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-light .mr-md-n5,
  .bootstrap-light .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-light .mb-md-n5,
  .bootstrap-light .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-light .ml-md-n5,
  .bootstrap-light .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-light .m-md-auto {
    margin: auto !important;
  }
  .bootstrap-light .mt-md-auto,
  .bootstrap-light .my-md-auto {
    margin-top: auto !important;
  }
  .bootstrap-light .mr-md-auto,
  .bootstrap-light .mx-md-auto {
    margin-right: auto !important;
  }
  .bootstrap-light .mb-md-auto,
  .bootstrap-light .my-md-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-light .ml-md-auto,
  .bootstrap-light .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-light .m-lg-0 {
    margin: 0 !important;
  }
  .bootstrap-light .mt-lg-0,
  .bootstrap-light .my-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrap-light .mr-lg-0,
  .bootstrap-light .mx-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrap-light .mb-lg-0,
  .bootstrap-light .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-light .ml-lg-0,
  .bootstrap-light .mx-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrap-light .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-light .mt-lg-1,
  .bootstrap-light .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-light .mr-lg-1,
  .bootstrap-light .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-light .mb-lg-1,
  .bootstrap-light .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-light .ml-lg-1,
  .bootstrap-light .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-light .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-light .mt-lg-2,
  .bootstrap-light .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-light .mr-lg-2,
  .bootstrap-light .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-light .mb-lg-2,
  .bootstrap-light .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-light .ml-lg-2,
  .bootstrap-light .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-light .m-lg-3 {
    margin: 1rem !important;
  }
  .bootstrap-light .mt-lg-3,
  .bootstrap-light .my-lg-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-light .mr-lg-3,
  .bootstrap-light .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-light .mb-lg-3,
  .bootstrap-light .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-light .ml-lg-3,
  .bootstrap-light .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-light .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-light .mt-lg-4,
  .bootstrap-light .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-light .mr-lg-4,
  .bootstrap-light .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-light .mb-lg-4,
  .bootstrap-light .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-light .ml-lg-4,
  .bootstrap-light .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-light .m-lg-5 {
    margin: 3rem !important;
  }
  .bootstrap-light .mt-lg-5,
  .bootstrap-light .my-lg-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-light .mr-lg-5,
  .bootstrap-light .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-light .mb-lg-5,
  .bootstrap-light .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-light .ml-lg-5,
  .bootstrap-light .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-light .p-lg-0 {
    padding: 0 !important;
  }
  .bootstrap-light .pt-lg-0,
  .bootstrap-light .py-lg-0 {
    padding-top: 0 !important;
  }
  .bootstrap-light .pr-lg-0,
  .bootstrap-light .px-lg-0 {
    padding-right: 0 !important;
  }
  .bootstrap-light .pb-lg-0,
  .bootstrap-light .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-light .pl-lg-0,
  .bootstrap-light .px-lg-0 {
    padding-left: 0 !important;
  }
  .bootstrap-light .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-light .pt-lg-1,
  .bootstrap-light .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-light .pr-lg-1,
  .bootstrap-light .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-light .pb-lg-1,
  .bootstrap-light .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-light .pl-lg-1,
  .bootstrap-light .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-light .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-light .pt-lg-2,
  .bootstrap-light .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-light .pr-lg-2,
  .bootstrap-light .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-light .pb-lg-2,
  .bootstrap-light .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-light .pl-lg-2,
  .bootstrap-light .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-light .p-lg-3 {
    padding: 1rem !important;
  }
  .bootstrap-light .pt-lg-3,
  .bootstrap-light .py-lg-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-light .pr-lg-3,
  .bootstrap-light .px-lg-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-light .pb-lg-3,
  .bootstrap-light .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-light .pl-lg-3,
  .bootstrap-light .px-lg-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-light .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-light .pt-lg-4,
  .bootstrap-light .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-light .pr-lg-4,
  .bootstrap-light .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-light .pb-lg-4,
  .bootstrap-light .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-light .pl-lg-4,
  .bootstrap-light .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-light .p-lg-5 {
    padding: 3rem !important;
  }
  .bootstrap-light .pt-lg-5,
  .bootstrap-light .py-lg-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-light .pr-lg-5,
  .bootstrap-light .px-lg-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-light .pb-lg-5,
  .bootstrap-light .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-light .pl-lg-5,
  .bootstrap-light .px-lg-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-light .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-light .mt-lg-n1,
  .bootstrap-light .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-light .mr-lg-n1,
  .bootstrap-light .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-light .mb-lg-n1,
  .bootstrap-light .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-light .ml-lg-n1,
  .bootstrap-light .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-light .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-light .mt-lg-n2,
  .bootstrap-light .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-light .mr-lg-n2,
  .bootstrap-light .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-light .mb-lg-n2,
  .bootstrap-light .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-light .ml-lg-n2,
  .bootstrap-light .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-light .m-lg-n3 {
    margin: -1rem !important;
  }
  .bootstrap-light .mt-lg-n3,
  .bootstrap-light .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-light .mr-lg-n3,
  .bootstrap-light .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-light .mb-lg-n3,
  .bootstrap-light .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-light .ml-lg-n3,
  .bootstrap-light .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-light .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-light .mt-lg-n4,
  .bootstrap-light .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-light .mr-lg-n4,
  .bootstrap-light .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-light .mb-lg-n4,
  .bootstrap-light .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-light .ml-lg-n4,
  .bootstrap-light .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-light .m-lg-n5 {
    margin: -3rem !important;
  }
  .bootstrap-light .mt-lg-n5,
  .bootstrap-light .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-light .mr-lg-n5,
  .bootstrap-light .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-light .mb-lg-n5,
  .bootstrap-light .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-light .ml-lg-n5,
  .bootstrap-light .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-light .m-lg-auto {
    margin: auto !important;
  }
  .bootstrap-light .mt-lg-auto,
  .bootstrap-light .my-lg-auto {
    margin-top: auto !important;
  }
  .bootstrap-light .mr-lg-auto,
  .bootstrap-light .mx-lg-auto {
    margin-right: auto !important;
  }
  .bootstrap-light .mb-lg-auto,
  .bootstrap-light .my-lg-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-light .ml-lg-auto,
  .bootstrap-light .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-light .m-xl-0 {
    margin: 0 !important;
  }
  .bootstrap-light .mt-xl-0,
  .bootstrap-light .my-xl-0 {
    margin-top: 0 !important;
  }
  .bootstrap-light .mr-xl-0,
  .bootstrap-light .mx-xl-0 {
    margin-right: 0 !important;
  }
  .bootstrap-light .mb-xl-0,
  .bootstrap-light .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-light .ml-xl-0,
  .bootstrap-light .mx-xl-0 {
    margin-left: 0 !important;
  }
  .bootstrap-light .m-xl-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-light .mt-xl-1,
  .bootstrap-light .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-light .mr-xl-1,
  .bootstrap-light .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-light .mb-xl-1,
  .bootstrap-light .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-light .ml-xl-1,
  .bootstrap-light .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-light .m-xl-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-light .mt-xl-2,
  .bootstrap-light .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-light .mr-xl-2,
  .bootstrap-light .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-light .mb-xl-2,
  .bootstrap-light .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-light .ml-xl-2,
  .bootstrap-light .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-light .m-xl-3 {
    margin: 1rem !important;
  }
  .bootstrap-light .mt-xl-3,
  .bootstrap-light .my-xl-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-light .mr-xl-3,
  .bootstrap-light .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-light .mb-xl-3,
  .bootstrap-light .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-light .ml-xl-3,
  .bootstrap-light .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-light .m-xl-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-light .mt-xl-4,
  .bootstrap-light .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-light .mr-xl-4,
  .bootstrap-light .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-light .mb-xl-4,
  .bootstrap-light .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-light .ml-xl-4,
  .bootstrap-light .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-light .m-xl-5 {
    margin: 3rem !important;
  }
  .bootstrap-light .mt-xl-5,
  .bootstrap-light .my-xl-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-light .mr-xl-5,
  .bootstrap-light .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-light .mb-xl-5,
  .bootstrap-light .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-light .ml-xl-5,
  .bootstrap-light .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-light .p-xl-0 {
    padding: 0 !important;
  }
  .bootstrap-light .pt-xl-0,
  .bootstrap-light .py-xl-0 {
    padding-top: 0 !important;
  }
  .bootstrap-light .pr-xl-0,
  .bootstrap-light .px-xl-0 {
    padding-right: 0 !important;
  }
  .bootstrap-light .pb-xl-0,
  .bootstrap-light .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-light .pl-xl-0,
  .bootstrap-light .px-xl-0 {
    padding-left: 0 !important;
  }
  .bootstrap-light .p-xl-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-light .pt-xl-1,
  .bootstrap-light .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-light .pr-xl-1,
  .bootstrap-light .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-light .pb-xl-1,
  .bootstrap-light .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-light .pl-xl-1,
  .bootstrap-light .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-light .p-xl-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-light .pt-xl-2,
  .bootstrap-light .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-light .pr-xl-2,
  .bootstrap-light .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-light .pb-xl-2,
  .bootstrap-light .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-light .pl-xl-2,
  .bootstrap-light .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-light .p-xl-3 {
    padding: 1rem !important;
  }
  .bootstrap-light .pt-xl-3,
  .bootstrap-light .py-xl-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-light .pr-xl-3,
  .bootstrap-light .px-xl-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-light .pb-xl-3,
  .bootstrap-light .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-light .pl-xl-3,
  .bootstrap-light .px-xl-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-light .p-xl-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-light .pt-xl-4,
  .bootstrap-light .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-light .pr-xl-4,
  .bootstrap-light .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-light .pb-xl-4,
  .bootstrap-light .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-light .pl-xl-4,
  .bootstrap-light .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-light .p-xl-5 {
    padding: 3rem !important;
  }
  .bootstrap-light .pt-xl-5,
  .bootstrap-light .py-xl-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-light .pr-xl-5,
  .bootstrap-light .px-xl-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-light .pb-xl-5,
  .bootstrap-light .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-light .pl-xl-5,
  .bootstrap-light .px-xl-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-light .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-light .mt-xl-n1,
  .bootstrap-light .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-light .mr-xl-n1,
  .bootstrap-light .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-light .mb-xl-n1,
  .bootstrap-light .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-light .ml-xl-n1,
  .bootstrap-light .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-light .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-light .mt-xl-n2,
  .bootstrap-light .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-light .mr-xl-n2,
  .bootstrap-light .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-light .mb-xl-n2,
  .bootstrap-light .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-light .ml-xl-n2,
  .bootstrap-light .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-light .m-xl-n3 {
    margin: -1rem !important;
  }
  .bootstrap-light .mt-xl-n3,
  .bootstrap-light .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-light .mr-xl-n3,
  .bootstrap-light .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-light .mb-xl-n3,
  .bootstrap-light .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-light .ml-xl-n3,
  .bootstrap-light .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-light .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-light .mt-xl-n4,
  .bootstrap-light .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-light .mr-xl-n4,
  .bootstrap-light .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-light .mb-xl-n4,
  .bootstrap-light .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-light .ml-xl-n4,
  .bootstrap-light .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-light .m-xl-n5 {
    margin: -3rem !important;
  }
  .bootstrap-light .mt-xl-n5,
  .bootstrap-light .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-light .mr-xl-n5,
  .bootstrap-light .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-light .mb-xl-n5,
  .bootstrap-light .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-light .ml-xl-n5,
  .bootstrap-light .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-light .m-xl-auto {
    margin: auto !important;
  }
  .bootstrap-light .mt-xl-auto,
  .bootstrap-light .my-xl-auto {
    margin-top: auto !important;
  }
  .bootstrap-light .mr-xl-auto,
  .bootstrap-light .mx-xl-auto {
    margin-right: auto !important;
  }
  .bootstrap-light .mb-xl-auto,
  .bootstrap-light .my-xl-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-light .ml-xl-auto,
  .bootstrap-light .mx-xl-auto {
    margin-left: auto !important;
  }
}
.bootstrap-light .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);
}
.bootstrap-light .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.bootstrap-light .text-justify {
  text-align: justify !important;
}
.bootstrap-light .text-wrap {
  white-space: normal !important;
}
.bootstrap-light .text-nowrap {
  white-space: nowrap !important;
}
.bootstrap-light .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap-light .text-left {
  text-align: left !important;
}
.bootstrap-light .text-right {
  text-align: right !important;
}
.bootstrap-light .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .bootstrap-light .text-sm-left {
    text-align: left !important;
  }
  .bootstrap-light .text-sm-right {
    text-align: right !important;
  }
  .bootstrap-light .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-light .text-md-left {
    text-align: left !important;
  }
  .bootstrap-light .text-md-right {
    text-align: right !important;
  }
  .bootstrap-light .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-light .text-lg-left {
    text-align: left !important;
  }
  .bootstrap-light .text-lg-right {
    text-align: right !important;
  }
  .bootstrap-light .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-light .text-xl-left {
    text-align: left !important;
  }
  .bootstrap-light .text-xl-right {
    text-align: right !important;
  }
  .bootstrap-light .text-xl-center {
    text-align: center !important;
  }
}
.bootstrap-light .text-lowercase {
  text-transform: lowercase !important;
}
.bootstrap-light .text-uppercase {
  text-transform: uppercase !important;
}
.bootstrap-light .text-capitalize {
  text-transform: capitalize !important;
}
.bootstrap-light .font-weight-light {
  font-weight: 300 !important;
}
.bootstrap-light .font-weight-lighter {
  font-weight: lighter !important;
}
.bootstrap-light .font-weight-normal {
  font-weight: 400 !important;
}
.bootstrap-light .font-weight-bold {
  font-weight: 700 !important;
}
.bootstrap-light .font-weight-bolder {
  font-weight: bolder !important;
}
.bootstrap-light .font-italic {
  font-style: italic !important;
}
.bootstrap-light .text-white {
  color: #fff !important;
}
.bootstrap-light .text-primary {
  color: #2855a2 !important;
}
.bootstrap-light a.text-primary:hover, .bootstrap-light a.text-primary:focus {
  color: rgb(24.8514851485, 52.8094059406, 100.6485148515) !important;
}
.bootstrap-light .text-secondary {
  color: #6c757d !important;
}
.bootstrap-light a.text-secondary:hover, .bootstrap-light a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}
.bootstrap-light .text-success {
  color: #66a54a !important;
}
.bootstrap-light a.text-success:hover, .bootstrap-light a.text-success:focus {
  color: rgb(69.3514644351, 112.1861924686, 50.3138075314) !important;
}
.bootstrap-light .text-info {
  color: #008fce !important;
}
.bootstrap-light a.text-info:hover, .bootstrap-light a.text-info:focus {
  color: rgb(0, 89.895631068, 129.5) !important;
}
.bootstrap-light .text-warning {
  color: #ffc107 !important;
}
.bootstrap-light a.text-warning:hover, .bootstrap-light a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}
.bootstrap-light .text-danger {
  color: #ed1a3b !important;
}
.bootstrap-light a.text-danger:hover, .bootstrap-light a.text-danger:focus {
  color: rgb(172.9089068826, 13.5910931174, 38.508097166) !important;
}
.bootstrap-light .text-light {
  color: #f2f4f6 !important;
}
.bootstrap-light a.text-light:hover, .bootstrap-light a.text-light:focus {
  color: rgb(196.7954545455, 205.75, 214.7045454545) !important;
}
.bootstrap-light .text-dark {
  color: #343a40 !important;
}
.bootstrap-light a.text-dark:hover, .bootstrap-light a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}
.bootstrap-light .text-body {
  color: #25292e !important;
}
.bootstrap-light .text-muted {
  color: #6c757d !important;
}
.bootstrap-light .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.bootstrap-light .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-light .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bootstrap-light .text-decoration-none {
  text-decoration: none !important;
}
.bootstrap-light .text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.bootstrap-light .text-reset {
  color: inherit !important;
}
.bootstrap-light .visible {
  visibility: visible !important;
}
.bootstrap-light .invisible {
  visibility: hidden !important;
}
@media print {
  .bootstrap-light *,
  .bootstrap-light *::before,
  .bootstrap-light *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .bootstrap-light a:not(.btn) {
    text-decoration: underline;
  }
  .bootstrap-light abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .bootstrap-light pre {
    white-space: pre-wrap !important;
  }
  .bootstrap-light pre,
  .bootstrap-light blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  .bootstrap-light thead {
    display: table-header-group;
  }
  .bootstrap-light tr,
  .bootstrap-light img {
    page-break-inside: avoid;
  }
  .bootstrap-light p,
  .bootstrap-light h2,
  .bootstrap-light h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap-light h2,
  .bootstrap-light h3 {
    page-break-after: avoid;
  }
  @page {
    .bootstrap-light {
      size: auto;
    }
  }
  .bootstrap-light body {
    min-width: unset !important;
  }
  .bootstrap-light .container {
    min-width: unset !important;
  }
  .bootstrap-light .navbar {
    display: none;
  }
  .bootstrap-light .badge {
    border: 1px solid #000;
  }
  .bootstrap-light .table {
    border-collapse: collapse !important;
  }
  .bootstrap-light .table td,
  .bootstrap-light .table th {
    background-color: #fff !important;
  }
  .bootstrap-light .table-bordered th,
  .bootstrap-light .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .bootstrap-light .table-dark {
    color: inherit;
  }
  .bootstrap-light .table-dark th,
  .bootstrap-light .table-dark td,
  .bootstrap-light .table-dark thead th,
  .bootstrap-light .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .bootstrap-light .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.bootstrap-light .bg-menu {
  background-color: #f2f4f6;
}
.bootstrap-light .bg-menu-2 {
  background-color: #e9ecef;
}
.bootstrap-light .bg-body {
  background-color: #fff;
}
.bootstrap-light .bg-selected {
  background-color: #f2f4f6;
}
.bootstrap-light .dropdown-toggle-split {
  margin-left: 1px !important;
}
@supports (position: sticky) or (position: -webkit-sticky) {
  .bootstrap-light .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.bootstrap-light .link-body {
  color: #6c757d;
}
.bootstrap-light .link-body:hover {
  color: #25292e;
}
.bootstrap-light .link-body.active {
  color: #25292e;
}
.bootstrap-light a.text-body:hover,
.bootstrap-light a.text-body:focus,
.bootstrap-light button.text-body:hover,
.bootstrap-light button.text-body:focus {
  color: #484f58 !important;
}
.bootstrap-light .custom-control-input.focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 85, 162, 0.25);
}
.bootstrap-light .custom-control-input.focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(110.2425742574, 150.452970297, 219.2574257426);
}
.bootstrap-light .custom-select.focus {
  border-color: rgb(110.2425742574, 150.452970297, 219.2574257426);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 85, 162, 0.25);
}
.bootstrap-light .custom-select.focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.bootstrap-light .custom-file-input.focus ~ .custom-file-label {
  border-color: rgb(110.2425742574, 150.452970297, 219.2574257426);
  box-shadow: 0 0 0 0.2rem rgba(40, 85, 162, 0.25);
}
.bootstrap-light .custom-range.focus {
  outline: none;
}
.bootstrap-light .custom-range.focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 85, 162, 0.25);
}
.bootstrap-light .custom-range.focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 85, 162, 0.25);
}
.bootstrap-light .custom-range.focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 85, 162, 0.25);
}
.bootstrap-light select.form-control.focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.bootstrap-light .form-control.focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(110.2425742574, 150.452970297, 219.2574257426);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 85, 162, 0.25);
}
.bootstrap-light .was-validated .form-control:valid.focus, .bootstrap-light .form-control.is-valid.focus {
  border-color: #66a54a;
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.25);
}
.bootstrap-light .was-validated .custom-control-input:valid.focus ~ .custom-control-label::before, .bootstrap-light .custom-control-input.is-valid.focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.25);
}
.bootstrap-light .was-validated .custom-control-input:valid.focus:not(:checked) ~ .custom-control-label::before, .bootstrap-light .custom-control-input.is-valid.focus:not(:checked) ~ .custom-control-label::before {
  border-color: #66a54a;
}
.bootstrap-light .was-validated .custom-select:valid.focus, .bootstrap-light .custom-select.is-valid.focus {
  border-color: #66a54a;
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.25);
}
.bootstrap-light .was-validated .custom-file-input:valid.focus ~ .custom-file-label, .bootstrap-light .custom-file-input.is-valid.focus ~ .custom-file-label {
  border-color: #66a54a;
  box-shadow: 0 0 0 0.2rem rgba(102, 165, 74, 0.25);
}
.bootstrap-light .was-validated .form-control:invalid.focus, .bootstrap-light .form-control.is-invalid.focus {
  border-color: #ed1a3b;
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.25);
}
.bootstrap-light .was-validated .custom-control-input:invalid.focus ~ .custom-control-label::before, .bootstrap-light .custom-control-input.is-invalid.focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.25);
}
.bootstrap-light .was-validated .custom-control-input:invalid.focus:not(:checked) ~ .custom-control-label::before, .bootstrap-light .custom-control-input.is-invalid.focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ed1a3b;
}
.bootstrap-light .was-validated .custom-select:invalid.focus, .bootstrap-light .custom-select.is-invalid.focus {
  border-color: #ed1a3b;
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.25);
}
.bootstrap-light .was-validated .custom-file-input:invalid.focus ~ .custom-file-label, .bootstrap-light .custom-file-input.is-invalid.focus ~ .custom-file-label {
  border-color: #ed1a3b;
  box-shadow: 0 0 0 0.2rem rgba(237, 26, 59, 0.25);
}
@media (max-width: 767.98px) {
  .bootstrap-light .btn-responsive-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.1rem;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-light .btn-group-responsive-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.1rem;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-light .form-control-plaintext.form-control-responsive-sm {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-light .form-control-responsive-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.1rem;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-light .responsive-small {
    font-size: 80%;
    font-weight: 400;
  }
}

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

.d-flex[hidden], .d-flex.d-none,
.d-inline[hidden], .d-inline.d-none,
.d-inline-block[hidden], .d-inline-block.d-none,
.d-inline-flex[hidden], .d-inline-flex.d-none {
  display: none !important;
}

@media print {
  .popover {
    display: none !important;
  }
}