.bs {
  margin: 0;
  font-family: -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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
}

.bs :root {
  --blue: #0d6efd;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #d63384;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0d6efd;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --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;
}

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

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

.bs hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.bs hr:not([size]) {
  height: 1px;
}

.bs h1, .bs .h1, .bs h2, .bs .h2, .bs h3, .bs .h3, .bs h4, .bs .h4, .bs h5, .bs .h5, .bs h6, .bs .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.bs h1, .bs .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .bs h1, .bs .h1 {
    font-size: 2.5rem;
  }
}

.bs h2, .bs .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .bs h2, .bs .h2 {
    font-size: 2rem;
  }
}

.bs h3, .bs .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .bs h3, .bs .h3 {
    font-size: 1.75rem;
  }
}

.bs h4, .bs .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .bs h4, .bs .h4 {
    font-size: 1.5rem;
  }
}

.bs h5, .bs .h5 {
  font-size: 1.25rem;
}

.bs h6, .bs .h6 {
  font-size: 1rem;
}

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

.bs abbr[title],
.bs abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

.bs ol,
.bs ul {
  padding-left: 2rem;
}

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

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

.bs dt {
  font-weight: 700;
}

.bs dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

.bs blockquote {
  margin: 0 0 1rem;
}

.bs b,
.bs strong {
  font-weight: bolder;
}

.bs small, .bs .small {
  font-size: 0.875em;
}

.bs mark, .bs .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.bs sub,
.bs sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

.bs sub {
  bottom: -.25em;
}

.bs sup {
  top: -.5em;
}

.bs a {
  color: #0d6efd;
  text-decoration: underline;
}

.bs a:hover {
  color: #024dbc;
}

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

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

.bs pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

.bs pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.bs code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > .bs code {
  color: inherit;
}

.bs kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

.bs kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

.bs figure {
  margin: 0 0 1rem;
}

.bs img,
.bs svg {
  vertical-align: middle;
}

.bs table {
  caption-side: bottom;
  border-collapse: collapse;
}

.bs caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

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

.bs label {
  display: inline-block;
}

.bs button {
  border-radius: 0;
}

.bs button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

.bs button,
.bs input {
  overflow: visible;
}

.bs button,
.bs select {
  text-transform: none;
}

.bs select {
  word-wrap: normal;
}

.bs [list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

.bs ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.bs textarea {
  resize: vertical;
}

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

.bs legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  white-space: normal;
}

@media (min-width: 1200px) {
  .bs legend {
    font-size: 1.5rem;
  }
}

.bs legend + * {
  clear: left;
}

.bs ::-webkit-datetime-edit-fields-wrapper,
.bs ::-webkit-datetime-edit-text,
.bs ::-webkit-datetime-edit-minute,
.bs ::-webkit-datetime-edit-hour-field,
.bs ::-webkit-datetime-edit-day-field,
.bs ::-webkit-datetime-edit-month-field,
.bs ::-webkit-datetime-edit-year-field {
  padding: 0;
}

.bs ::-webkit-inner-spin-button {
  height: auto;
}

.bs [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

.bs ::-webkit-search-decoration {
  -webkit-appearance: none;
}

.bs ::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

.bs output {
  display: inline-block;
}

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

.bs progress {
  vertical-align: baseline;
}

.bs [hidden] {
  display: none !important;
}

.bs .lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.bs .display-1 {
  font-size: calc(1.725rem + 5.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bs .display-1 {
    font-size: 6rem;
  }
}

.bs .display-2 {
  font-size: calc(1.675rem + 5.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bs .display-2 {
    font-size: 5.5rem;
  }
}

.bs .display-3 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bs .display-3 {
    font-size: 4.5rem;
  }
}

.bs .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .bs .display-4 {
    font-size: 3.5rem;
  }
}

.bs .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.bs .list-inline {
  padding-left: 0;
  list-style: none;
}

.bs .list-inline-item {
  display: inline-block;
}

.bs .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.bs .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.bs .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.bs .blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.bs .blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

.bs .figure {
  display: inline-block;
}

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

.bs .figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.bs .container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .bs .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .bs .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .bs .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .bs .container {
    max-width: 1140px;
  }
}

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

@media (min-width: 576px) {
  .bs .container, .bs .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .bs .container, .bs .container-sm, .bs .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .bs .container, .bs .container-sm, .bs .container-md, .bs .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .bs .container, .bs .container-sm, .bs .container-md, .bs .container-lg, .bs .container-xl {
    max-width: 1140px;
  }
}

.bs .row {
  --grid-gutter-x: 1.5rem;
  --grid-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--grid-gutter-y) * -1);
  margin-right: calc(var(--grid-gutter-x) / -2);
  margin-left: calc(var(--grid-gutter-x) / -2);
}

.bs .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--grid-gutter-x) / 2);
  padding-left: calc(var(--grid-gutter-x) / 2);
  margin-top: var(--grid-gutter-y);
}

.bs .col {
  flex: 1 0 0%;
  min-width: 0;
}

.bs .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.bs .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.333333%;
}

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

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

.bs .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.666667%;
}

.bs .col-auto {
  flex: 0 0 auto;
  width: auto;
}

.bs .col-1 {
  flex: 0 0 auto;
  width: 8.333333%;
}

.bs .col-2 {
  flex: 0 0 auto;
  width: 16.666667%;
}

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

.bs .col-4 {
  flex: 0 0 auto;
  width: 33.333333%;
}

.bs .col-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}

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

.bs .col-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}

.bs .col-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}

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

.bs .col-10 {
  flex: 0 0 auto;
  width: 83.333333%;
}

.bs .col-11 {
  flex: 0 0 auto;
  width: 91.666667%;
}

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

.bs .offset-1 {
  margin-left: 8.333333%;
}

.bs .offset-2 {
  margin-left: 16.666667%;
}

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

.bs .offset-4 {
  margin-left: 33.333333%;
}

.bs .offset-5 {
  margin-left: 41.666667%;
}

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

.bs .offset-7 {
  margin-left: 58.333333%;
}

.bs .offset-8 {
  margin-left: 66.666667%;
}

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

.bs .offset-10 {
  margin-left: 83.333333%;
}

.bs .offset-11 {
  margin-left: 91.666667%;
}

.bs .g-0,
.bs .gx-0 {
  --grid-gutter-x: 0;
}

.bs .g-0,
.bs .gy-0 {
  --grid-gutter-y: 0;
}

.bs .g-1,
.bs .gx-1 {
  --grid-gutter-x: 0.25rem;
}

.bs .g-1,
.bs .gy-1 {
  --grid-gutter-y: 0.25rem;
}

.bs .g-2,
.bs .gx-2 {
  --grid-gutter-x: 0.5rem;
}

.bs .g-2,
.bs .gy-2 {
  --grid-gutter-y: 0.5rem;
}

.bs .g-3,
.bs .gx-3 {
  --grid-gutter-x: 1rem;
}

.bs .g-3,
.bs .gy-3 {
  --grid-gutter-y: 1rem;
}

.bs .g-4,
.bs .gx-4 {
  --grid-gutter-x: 1.5rem;
}

.bs .g-4,
.bs .gy-4 {
  --grid-gutter-y: 1.5rem;
}

.bs .g-5,
.bs .gx-5 {
  --grid-gutter-x: 3rem;
}

.bs .g-5,
.bs .gy-5 {
  --grid-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .bs .col-sm {
    flex: 1 0 0%;
    min-width: 0;
  }

  .bs .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .bs .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }

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

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

  .bs .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }

  .bs .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .bs .col-sm-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }

  .bs .col-sm-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }

  .bs .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .bs .col-sm-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .bs .col-sm-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }

  .bs .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .bs .col-sm-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }

  .bs .col-sm-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }

  .bs .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .bs .col-sm-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }

  .bs .col-sm-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }

  .bs .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .bs .offset-sm-0 {
    margin-left: 0;
  }

  .bs .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .bs .offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .bs .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .bs .offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .bs .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .bs .offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .bs .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .bs .offset-sm-11 {
    margin-left: 91.666667%;
  }

  .bs .g-sm-0,
  .bs .gx-sm-0 {
    --grid-gutter-x: 0;
  }

  .bs .g-sm-0,
  .bs .gy-sm-0 {
    --grid-gutter-y: 0;
  }

  .bs .g-sm-1,
  .bs .gx-sm-1 {
    --grid-gutter-x: 0.25rem;
  }

  .bs .g-sm-1,
  .bs .gy-sm-1 {
    --grid-gutter-y: 0.25rem;
  }

  .bs .g-sm-2,
  .bs .gx-sm-2 {
    --grid-gutter-x: 0.5rem;
  }

  .bs .g-sm-2,
  .bs .gy-sm-2 {
    --grid-gutter-y: 0.5rem;
  }

  .bs .g-sm-3,
  .bs .gx-sm-3 {
    --grid-gutter-x: 1rem;
  }

  .bs .g-sm-3,
  .bs .gy-sm-3 {
    --grid-gutter-y: 1rem;
  }

  .bs .g-sm-4,
  .bs .gx-sm-4 {
    --grid-gutter-x: 1.5rem;
  }

  .bs .g-sm-4,
  .bs .gy-sm-4 {
    --grid-gutter-y: 1.5rem;
  }

  .bs .g-sm-5,
  .bs .gx-sm-5 {
    --grid-gutter-x: 3rem;
  }

  .bs .g-sm-5,
  .bs .gy-sm-5 {
    --grid-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .bs .col-md {
    flex: 1 0 0%;
    min-width: 0;
  }

  .bs .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .bs .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }

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

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

  .bs .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }

  .bs .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .bs .col-md-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }

  .bs .col-md-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }

  .bs .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .bs .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .bs .col-md-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }

  .bs .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .bs .col-md-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }

  .bs .col-md-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }

  .bs .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .bs .col-md-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }

  .bs .col-md-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }

  .bs .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .bs .offset-md-0 {
    margin-left: 0;
  }

  .bs .offset-md-1 {
    margin-left: 8.333333%;
  }

  .bs .offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .bs .offset-md-4 {
    margin-left: 33.333333%;
  }

  .bs .offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .bs .offset-md-7 {
    margin-left: 58.333333%;
  }

  .bs .offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .bs .offset-md-10 {
    margin-left: 83.333333%;
  }

  .bs .offset-md-11 {
    margin-left: 91.666667%;
  }

  .bs .g-md-0,
  .bs .gx-md-0 {
    --grid-gutter-x: 0;
  }

  .bs .g-md-0,
  .bs .gy-md-0 {
    --grid-gutter-y: 0;
  }

  .bs .g-md-1,
  .bs .gx-md-1 {
    --grid-gutter-x: 0.25rem;
  }

  .bs .g-md-1,
  .bs .gy-md-1 {
    --grid-gutter-y: 0.25rem;
  }

  .bs .g-md-2,
  .bs .gx-md-2 {
    --grid-gutter-x: 0.5rem;
  }

  .bs .g-md-2,
  .bs .gy-md-2 {
    --grid-gutter-y: 0.5rem;
  }

  .bs .g-md-3,
  .bs .gx-md-3 {
    --grid-gutter-x: 1rem;
  }

  .bs .g-md-3,
  .bs .gy-md-3 {
    --grid-gutter-y: 1rem;
  }

  .bs .g-md-4,
  .bs .gx-md-4 {
    --grid-gutter-x: 1.5rem;
  }

  .bs .g-md-4,
  .bs .gy-md-4 {
    --grid-gutter-y: 1.5rem;
  }

  .bs .g-md-5,
  .bs .gx-md-5 {
    --grid-gutter-x: 3rem;
  }

  .bs .g-md-5,
  .bs .gy-md-5 {
    --grid-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .bs .col-lg {
    flex: 1 0 0%;
    min-width: 0;
  }

  .bs .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .bs .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }

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

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

  .bs .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }

  .bs .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .bs .col-lg-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }

  .bs .col-lg-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }

  .bs .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .bs .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .bs .col-lg-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }

  .bs .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .bs .col-lg-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }

  .bs .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }

  .bs .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .bs .col-lg-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }

  .bs .col-lg-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }

  .bs .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .bs .offset-lg-0 {
    margin-left: 0;
  }

  .bs .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .bs .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .bs .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .bs .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .bs .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .bs .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .bs .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .bs .offset-lg-11 {
    margin-left: 91.666667%;
  }

  .bs .g-lg-0,
  .bs .gx-lg-0 {
    --grid-gutter-x: 0;
  }

  .bs .g-lg-0,
  .bs .gy-lg-0 {
    --grid-gutter-y: 0;
  }

  .bs .g-lg-1,
  .bs .gx-lg-1 {
    --grid-gutter-x: 0.25rem;
  }

  .bs .g-lg-1,
  .bs .gy-lg-1 {
    --grid-gutter-y: 0.25rem;
  }

  .bs .g-lg-2,
  .bs .gx-lg-2 {
    --grid-gutter-x: 0.5rem;
  }

  .bs .g-lg-2,
  .bs .gy-lg-2 {
    --grid-gutter-y: 0.5rem;
  }

  .bs .g-lg-3,
  .bs .gx-lg-3 {
    --grid-gutter-x: 1rem;
  }

  .bs .g-lg-3,
  .bs .gy-lg-3 {
    --grid-gutter-y: 1rem;
  }

  .bs .g-lg-4,
  .bs .gx-lg-4 {
    --grid-gutter-x: 1.5rem;
  }

  .bs .g-lg-4,
  .bs .gy-lg-4 {
    --grid-gutter-y: 1.5rem;
  }

  .bs .g-lg-5,
  .bs .gx-lg-5 {
    --grid-gutter-x: 3rem;
  }

  .bs .g-lg-5,
  .bs .gy-lg-5 {
    --grid-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .bs .col-xl {
    flex: 1 0 0%;
    min-width: 0;
  }

  .bs .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

  .bs .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }

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

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

  .bs .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }

  .bs .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .bs .col-xl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }

  .bs .col-xl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }

  .bs .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .bs .col-xl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }

  .bs .col-xl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }

  .bs .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .bs .col-xl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }

  .bs .col-xl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }

  .bs .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .bs .col-xl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }

  .bs .col-xl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }

  .bs .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .bs .offset-xl-0 {
    margin-left: 0;
  }

  .bs .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .bs .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .bs .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .bs .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .bs .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .bs .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .bs .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .bs .offset-xl-11 {
    margin-left: 91.666667%;
  }

  .bs .g-xl-0,
  .bs .gx-xl-0 {
    --grid-gutter-x: 0;
  }

  .bs .g-xl-0,
  .bs .gy-xl-0 {
    --grid-gutter-y: 0;
  }

  .bs .g-xl-1,
  .bs .gx-xl-1 {
    --grid-gutter-x: 0.25rem;
  }

  .bs .g-xl-1,
  .bs .gy-xl-1 {
    --grid-gutter-y: 0.25rem;
  }

  .bs .g-xl-2,
  .bs .gx-xl-2 {
    --grid-gutter-x: 0.5rem;
  }

  .bs .g-xl-2,
  .bs .gy-xl-2 {
    --grid-gutter-y: 0.5rem;
  }

  .bs .g-xl-3,
  .bs .gx-xl-3 {
    --grid-gutter-x: 1rem;
  }

  .bs .g-xl-3,
  .bs .gy-xl-3 {
    --grid-gutter-y: 1rem;
  }

  .bs .g-xl-4,
  .bs .gx-xl-4 {
    --grid-gutter-x: 1.5rem;
  }

  .bs .g-xl-4,
  .bs .gy-xl-4 {
    --grid-gutter-y: 1.5rem;
  }

  .bs .g-xl-5,
  .bs .gx-xl-5 {
    --grid-gutter-x: 3rem;
  }

  .bs .g-xl-5,
  .bs .gy-xl-5 {
    --grid-gutter-y: 3rem;
  }
}

.bs .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
}

.bs .table th,
.bs .table td {
  padding: 0.5rem;
  border-bottom: 1px solid #dee2e6;
}

.bs .table tbody {
  vertical-align: inherit;
}

.bs .table thead th {
  vertical-align: bottom;
  border-bottom-color: #495057;
}

.bs .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.bs .caption-top {
  caption-side: top;
}

.bs .table-sm th,
.bs .table-sm td {
  padding: 0.25rem;
}

.bs .table-bordered {
  border: 1px solid #dee2e6;
}

.bs .table-bordered th,
.bs .table-bordered td {
  border: 1px solid #dee2e6;
}

.bs .table-bordered thead th,
.bs .table-bordered thead td {
  border-bottom-width: 2px;
}

.bs .table-borderless th,
.bs .table-borderless td,
.bs .table-borderless thead th,
.bs .table-borderless tbody + tbody {
  border: 0;
}

.bs .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.bs .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.bs .table-primary,
.bs .table-primary > th,
.bs .table-primary > td {
  background-color: #bbd6fe;
}

.bs .table-primary th,
.bs .table-primary td,
.bs .table-primary thead th,
.bs .table-primary tbody + tbody {
  border-color: #81b4fe;
}

.bs .table-hover .table-primary:hover {
  background-color: #a2c7fe;
}

.bs .table-hover .table-primary:hover > td,
.bs .table-hover .table-primary:hover > th {
  background-color: #a2c7fe;
}

.bs .table-secondary,
.bs .table-secondary > th,
.bs .table-secondary > td {
  background-color: #d6d8db;
}

.bs .table-secondary th,
.bs .table-secondary td,
.bs .table-secondary thead th,
.bs .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.bs .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.bs .table-hover .table-secondary:hover > td,
.bs .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.bs .table-success,
.bs .table-success > th,
.bs .table-success > td {
  background-color: #c3e6cb;
}

.bs .table-success th,
.bs .table-success td,
.bs .table-success thead th,
.bs .table-success tbody + tbody {
  border-color: #8fd19e;
}

.bs .table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.bs .table-hover .table-success:hover > td,
.bs .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.bs .table-info,
.bs .table-info > th,
.bs .table-info > td {
  background-color: #bee5eb;
}

.bs .table-info th,
.bs .table-info td,
.bs .table-info thead th,
.bs .table-info tbody + tbody {
  border-color: #86cfda;
}

.bs .table-hover .table-info:hover {
  background-color: #abdde5;
}

.bs .table-hover .table-info:hover > td,
.bs .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.bs .table-warning,
.bs .table-warning > th,
.bs .table-warning > td {
  background-color: #ffeeba;
}

.bs .table-warning th,
.bs .table-warning td,
.bs .table-warning thead th,
.bs .table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.bs .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.bs .table-hover .table-warning:hover > td,
.bs .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.bs .table-danger,
.bs .table-danger > th,
.bs .table-danger > td {
  background-color: #f5c6cb;
}

.bs .table-danger th,
.bs .table-danger td,
.bs .table-danger thead th,
.bs .table-danger tbody + tbody {
  border-color: #ed969e;
}

.bs .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.bs .table-hover .table-danger:hover > td,
.bs .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.bs .table-light,
.bs .table-light > th,
.bs .table-light > td {
  background-color: #fdfdfe;
}

.bs .table-light th,
.bs .table-light td,
.bs .table-light thead th,
.bs .table-light tbody + tbody {
  border-color: #fbfcfc;
}

.bs .table-hover .table-light:hover {
  background-color: #ececf6;
}

.bs .table-hover .table-light:hover > td,
.bs .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.bs .table-dark,
.bs .table-dark > th,
.bs .table-dark > td {
  background-color: #c6c8ca;
}

.bs .table-dark th,
.bs .table-dark td,
.bs .table-dark thead th,
.bs .table-dark tbody + tbody {
  border-color: #95999c;
}

.bs .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.bs .table-hover .table-dark:hover > td,
.bs .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.bs .table-active,
.bs .table-active > th,
.bs .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.bs .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.bs .table-hover .table-active:hover > td,
.bs .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.bs .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.bs .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.bs .table-dark {
  color: #fff;
  background-color: #343a40;
}

.bs .table-dark th,
.bs .table-dark td,
.bs .table-dark thead th {
  border-color: #454d55;
}

.bs .table-dark.table-bordered {
  border: 0;
}

.bs .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.bs .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .bs .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .bs .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .bs .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .bs .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.bs .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.bs .form-label {
  margin-bottom: 0.5rem;
}

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

.bs .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.bs .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.bs .form-control {
  display: block;
  width: 100%;
  min-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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bs .form-control {
    transition: none;
  }
}

.bs .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.bs .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.bs .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.bs .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.bs .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.bs .form-control:disabled, .bs .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.bs .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.bs .form-control-plaintext.form-control-sm, .bs .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.bs .form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.bs .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.bs .form-control-color {
  max-width: 3rem;
  padding: 0.375rem;
}

.bs .form-control-color::-moz-color-swatch {
  border-radius: 0.25rem;
}

.bs .form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}

.bs .form-select {
  display: 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-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bs .form-select:focus {
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.bs .form-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.bs .form-select[multiple], .bs .form-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.bs .form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.bs .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

.bs .form-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.bs .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.75em;
  margin-bottom: 0.125rem;
}

.bs .form-check .form-check-input {
  float: left;
  margin-left: -1.75em;
}

.bs .form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.125em;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.bs .form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.bs .form-check-input[type="radio"] {
  border-radius: 50%;
}

.bs .form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.bs .form-check-input:focus {
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.bs .form-check-input:checked {
  background-color: #0d6efd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1em;
  border-color: #0d6efd;
}

.bs .form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M4 8.5L6.5 11l6-6'/%3e%3c/svg%3e");
}

.bs .form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.bs .form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 8h6'/%3e%3c/svg%3e");
  background-size: 1em;
  border-color: #0d6efd;
}

.bs .form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: .5;
}

.bs .form-check-input[disabled] ~ .form-check-label, .bs .form-check-input:disabled ~ .form-check-label {
  opacity: .5;
}

.bs .form-switch {
  padding-left: 2.5em;
}

.bs .form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  border-radius: 2em;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.bs .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380bdff'/%3e%3c/svg%3e");
}

.bs .form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.bs .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.bs .form-file {
  position: relative;
  height: calc(1.5em + 0.75rem + 2px);
}

.bs .form-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
}

.bs .form-file-input:focus-within ~ .form-file-label {
  border-color: #8bbafe;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.bs .form-file-input[disabled] ~ .form-file-label .form-file-text,
.bs .form-file-input:disabled ~ .form-file-label .form-file-text {
  background-color: #e9ecef;
}

.bs .form-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  height: 100%;
  border-color: #ced4da;
  border-radius: 0.25rem;
}

.bs .form-file-text {
  display: block;
  flex-grow: 1;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bs .form-file-button {
  display: block;
  flex-shrink: 0;
  padding: 0.375rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.bs .form-file-sm {
  height: calc(1.5em + 0.5rem + 2px);
  font-size: 0.875rem;
}

.bs .form-file-sm .form-file-text,
.bs .form-file-sm .form-file-button {
  padding: 0.25rem 0.5rem;
}

.bs .form-file-lg {
  height: calc(1.5em + 1rem + 2px);
  font-size: 1.25rem;
}

.bs .form-file-lg .form-file-text,
.bs .form-file-lg .form-file-button {
  padding: 0.5rem 1rem;
}

.bs .form-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bs .form-range:focus {
  outline: none;
}

.bs .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.bs .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.bs .form-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.bs .form-range::-moz-focus-outer {
  border: 0;
}

.bs .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .bs .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.bs .form-range::-webkit-slider-thumb:active {
  background-color: #bed8fe;
}

.bs .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.bs .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .bs .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.bs .form-range::-moz-range-thumb:active {
  background-color: #bed8fe;
}

.bs .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.bs .form-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .bs .form-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.bs .form-range::-ms-thumb:active {
  background-color: #bed8fe;
}

.bs .form-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.bs .form-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.bs .form-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.bs .form-range:disabled {
  pointer-events: none;
}

.bs .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.bs .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.bs .form-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.bs .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.bs .input-group > .form-control,
.bs .input-group > .form-select,
.bs .input-group > .form-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.bs .input-group > .form-control:focus,
.bs .input-group > .form-select:focus,
.bs .input-group > .form-file .form-file-input:focus ~ .form-file-label {
  z-index: 3;
}

.bs .input-group > .form-file > .form-file-input:focus {
  z-index: 4;
}

.bs .input-group > .form-file:not(:last-child) > .form-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bs .input-group > .form-file:not(:first-child) > .form-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bs .input-group .btn {
  position: relative;
  z-index: 2;
}

.bs .input-group .btn:focus {
  z-index: 3;
}

.bs .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  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.25rem;
}

.bs .input-group-lg > .form-control {
  min-height: calc(1.5em + 1rem + 2px);
}

.bs .input-group-lg > .form-select {
  height: calc(1.5em + 1rem + 2px);
}

.bs .input-group-lg > .form-control,
.bs .input-group-lg > .form-select,
.bs .input-group-lg > .input-group-text,
.bs .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.bs .input-group-sm > .form-control {
  min-height: calc(1.5em + 0.5rem + 2px);
}

.bs .input-group-sm > .form-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.bs .input-group-sm > .form-control,
.bs .input-group-sm > .form-select,
.bs .input-group-sm > .input-group-text,
.bs .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.bs .input-group-lg > .form-select,
.bs .input-group-sm > .form-select {
  padding-right: 1.75rem;
}

.bs .input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.bs .input-group > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bs .input-group > :not(:first-child):not(.dropdown-menu) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bs .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.bs .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .bs:valid ~ .valid-feedback,
.was-validated .bs:valid ~ .valid-tooltip, .bs.is-valid ~ .valid-feedback,
.bs.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .bs .form-control:valid, .bs .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .bs .form-control:valid:focus, .bs .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .bs textarea.form-control:valid, .bs textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .bs .form-select:valid, .bs .form-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .bs .form-select:valid:focus, .bs .form-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .bs .form-check-input:valid, .bs .form-check-input.is-valid {
  border-color: #28a745;
}

.was-validated .bs .form-check-input:valid:checked, .bs .form-check-input.is-valid:checked {
  background-color: #34ce57;
}

.was-validated .bs .form-check-input:valid:focus, .bs .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .bs .form-check-input:valid ~ .form-check-label, .bs .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.bs .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .bs .form-file-input:valid ~ .form-file-label, .bs .form-file-input.is-valid ~ .form-file-label {
  border-color: #28a745;
}

.was-validated .bs .form-file-input:valid:focus ~ .form-file-label, .bs .form-file-input.is-valid:focus ~ .form-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.bs .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.bs .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .bs:invalid ~ .invalid-feedback,
.was-validated .bs:invalid ~ .invalid-tooltip, .bs.is-invalid ~ .invalid-feedback,
.bs.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .bs .form-control:invalid, .bs .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .bs .form-control:invalid:focus, .bs .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .bs textarea.form-control:invalid, .bs textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .bs .form-select:invalid, .bs .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .bs .form-select:invalid:focus, .bs .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .bs .form-check-input:invalid, .bs .form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .bs .form-check-input:invalid:checked, .bs .form-check-input.is-invalid:checked {
  background-color: #e4606d;
}

.was-validated .bs .form-check-input:invalid:focus, .bs .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .bs .form-check-input:invalid ~ .form-check-label, .bs .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.bs .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.was-validated .bs .form-file-input:invalid ~ .form-file-label, .bs .form-file-input.is-invalid ~ .form-file-label {
  border-color: #dc3545;
}

.was-validated .bs .form-file-input:invalid:focus ~ .form-file-label, .bs .form-file-input.is-invalid:focus ~ .form-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.bs .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bs .btn {
    transition: none;
  }
}

.bs .btn:hover {
  color: #212529;
}

.bs .btn:focus, .bs .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.bs .btn:disabled, .bs .btn.disabled,
fieldset:disabled .bs .btn {
  pointer-events: none;
  opacity: 0.65;
}

.bs .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bs .btn-primary:hover {
  color: #fff;
  background-color: #025ce2;
  border-color: #0257d5;
}

.bs .btn-primary:focus, .bs .btn-primary.focus {
  color: #fff;
  background-color: #025ce2;
  border-color: #0257d5;
  box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5);
}

.bs .btn-primary:active, .bs .btn-primary.active,
.show > .bs .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0257d5;
  border-color: #0252c9;
}

.bs .btn-primary:active:focus, .bs .btn-primary.active:focus,
.show > .bs .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5);
}

.bs .btn-primary:disabled, .bs .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bs .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bs .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.bs .btn-secondary:focus, .bs .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.bs .btn-secondary:active, .bs .btn-secondary.active,
.show > .bs .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.bs .btn-secondary:active:focus, .bs .btn-secondary.active:focus,
.show > .bs .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.bs .btn-secondary:disabled, .bs .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bs .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.bs .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.bs .btn-success:focus, .bs .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.bs .btn-success:active, .bs .btn-success.active,
.show > .bs .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.bs .btn-success:active:focus, .bs .btn-success.active:focus,
.show > .bs .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.bs .btn-success:disabled, .bs .btn-success.disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.bs .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.bs .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.bs .btn-info:focus, .bs .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.bs .btn-info:active, .bs .btn-info.active,
.show > .bs .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.bs .btn-info:active:focus, .bs .btn-info.active:focus,
.show > .bs .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.bs .btn-info:disabled, .bs .btn-info.disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.bs .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.bs .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.bs .btn-warning:focus, .bs .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.bs .btn-warning:active, .bs .btn-warning.active,
.show > .bs .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.bs .btn-warning:active:focus, .bs .btn-warning.active:focus,
.show > .bs .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.bs .btn-warning:disabled, .bs .btn-warning.disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.bs .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.bs .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.bs .btn-danger:focus, .bs .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.bs .btn-danger:active, .bs .btn-danger.active,
.show > .bs .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.bs .btn-danger:active:focus, .bs .btn-danger.active:focus,
.show > .bs .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.bs .btn-danger:disabled, .bs .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.bs .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.bs .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.bs .btn-light:focus, .bs .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.bs .btn-light:active, .bs .btn-light.active,
.show > .bs .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.bs .btn-light:active:focus, .bs .btn-light.active:focus,
.show > .bs .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.bs .btn-light:disabled, .bs .btn-light.disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.bs .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.bs .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.bs .btn-dark:focus, .bs .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.bs .btn-dark:active, .bs .btn-dark.active,
.show > .bs .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.bs .btn-dark:active:focus, .bs .btn-dark.active:focus,
.show > .bs .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.bs .btn-dark:disabled, .bs .btn-dark.disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.bs .btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.bs .btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bs .btn-outline-primary:focus, .bs .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
}

.bs .btn-outline-primary:active, .bs .btn-outline-primary.active, .bs .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bs .btn-outline-primary:active:focus, .bs .btn-outline-primary.active:focus, .bs .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.5);
}

.bs .btn-outline-primary:disabled, .bs .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.bs .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.bs .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bs .btn-outline-secondary:focus, .bs .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.bs .btn-outline-secondary:active, .bs .btn-outline-secondary.active, .bs .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bs .btn-outline-secondary:active:focus, .bs .btn-outline-secondary.active:focus, .bs .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.bs .btn-outline-secondary:disabled, .bs .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.bs .btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.bs .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.bs .btn-outline-success:focus, .bs .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.bs .btn-outline-success:active, .bs .btn-outline-success.active, .bs .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.bs .btn-outline-success:active:focus, .bs .btn-outline-success.active:focus, .bs .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.bs .btn-outline-success:disabled, .bs .btn-outline-success.disabled {
  color: #28a745;
  background-color: transparent;
}

.bs .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.bs .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.bs .btn-outline-info:focus, .bs .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.bs .btn-outline-info:active, .bs .btn-outline-info.active, .bs .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.bs .btn-outline-info:active:focus, .bs .btn-outline-info.active:focus, .bs .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.bs .btn-outline-info:disabled, .bs .btn-outline-info.disabled {
  color: #17a2b8;
  background-color: transparent;
}

.bs .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.bs .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.bs .btn-outline-warning:focus, .bs .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.bs .btn-outline-warning:active, .bs .btn-outline-warning.active, .bs .btn-outline-warning.dropdown-toggle.show {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.bs .btn-outline-warning:active:focus, .bs .btn-outline-warning.active:focus, .bs .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.bs .btn-outline-warning:disabled, .bs .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.bs .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.bs .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.bs .btn-outline-danger:focus, .bs .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.bs .btn-outline-danger:active, .bs .btn-outline-danger.active, .bs .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.bs .btn-outline-danger:active:focus, .bs .btn-outline-danger.active:focus, .bs .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.bs .btn-outline-danger:disabled, .bs .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.bs .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.bs .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.bs .btn-outline-light:focus, .bs .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.bs .btn-outline-light:active, .bs .btn-outline-light.active, .bs .btn-outline-light.dropdown-toggle.show {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.bs .btn-outline-light:active:focus, .bs .btn-outline-light.active:focus, .bs .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.bs .btn-outline-light:disabled, .bs .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.bs .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.bs .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.bs .btn-outline-dark:focus, .bs .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.bs .btn-outline-dark:active, .bs .btn-outline-dark.active, .bs .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.bs .btn-outline-dark:active:focus, .bs .btn-outline-dark.active:focus, .bs .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.bs .btn-outline-dark:disabled, .bs .btn-outline-dark.disabled {
  color: #343a40;
  background-color: transparent;
}

.bs .btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.bs .btn-link:hover {
  color: #024dbc;
}

.bs .btn-link:disabled, .bs .btn-link.disabled {
  color: #6c757d;
}

.bs .btn-lg, .bs .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.bs .btn-sm, .bs .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.bs .btn-block {
  display: block;
  width: 100%;
}

.bs .btn-block + .btn-block {
  margin-top: 0.5rem;
}

.bs .fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .bs .fade {
    transition: none;
  }
}

.bs .fade:not(.show) {
  opacity: 0;
}

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

.bs .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bs .collapsing {
    transition: none;
  }
}

.bs .dropup,
.bs .dropright,
.bs .dropdown,
.bs .dropleft {
  position: relative;
}

.bs .dropdown-toggle {
  white-space: nowrap;
}

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

.bs .dropdown-toggle:empty::after {
  margin-left: 0;
}

.bs .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  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.25rem;
}

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

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

@media (min-width: 576px) {
  .bs .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 768px) {
  .bs .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 992px) {
  .bs .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 1200px) {
  .bs .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

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

.bs .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.bs .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.bs .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.bs .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.bs .dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.bs .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.bs .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.bs .dropleft .dropdown-toggle::after {
  display: none;
}

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

.bs .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.bs .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.bs .dropdown-menu[x-placement^="top"], .bs .dropdown-menu[x-placement^="right"], .bs .dropdown-menu[x-placement^="bottom"], .bs .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.bs .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.bs .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.bs .dropdown-item:hover, .bs .dropdown-item:focus {
  color: #16181b;
  background-color: #f8f9fa;
}

.bs .dropdown-item.active, .bs .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.bs .dropdown-item.disabled, .bs .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.bs .dropdown-menu.show {
  display: block;
}

.bs .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.bs .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.bs .btn-group,
.bs .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.bs .btn-group > .btn,
.bs .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.bs .btn-group > .btn:hover, .bs .btn-group > .btn:focus, .bs .btn-group > .btn:active, .bs .btn-group > .btn.active,
.bs .btn-group-vertical > .btn:hover,
.bs .btn-group-vertical > .btn:focus,
.bs .btn-group-vertical > .btn:active,
.bs .btn-group-vertical > .btn.active {
  z-index: 1;
}

.bs .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.bs .btn-toolbar .input-group {
  width: auto;
}

.bs .btn-group > .btn:not(:first-child),
.bs .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.bs .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.bs .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bs .btn-group > .btn:not(:first-child),
.bs .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bs .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.bs .dropdown-toggle-split::after,
.dropup .bs .dropdown-toggle-split::after,
.dropright .bs .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .bs .dropdown-toggle-split::before {
  margin-right: 0;
}

.bs .btn-sm + .dropdown-toggle-split, .bs .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.bs .btn-lg + .dropdown-toggle-split, .bs .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.bs .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.bs .btn-group-vertical > .btn,
.bs .btn-group-vertical > .btn-group {
  width: 100%;
}

.bs .btn-group-vertical > .btn:not(:first-child),
.bs .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.bs .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.bs .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.bs .btn-group-vertical > .btn:not(:first-child),
.bs .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bs .btn-group-toggle > .btn input[type="radio"],
.bs .btn-group-toggle > .btn input[type="checkbox"],
.bs .btn-group-toggle > .btn-group > .btn input[type="radio"],
.bs .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.bs .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.bs .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.bs .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.bs .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.bs .nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.bs .nav-tabs .nav-link:hover, .bs .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.bs .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.bs .nav-tabs .nav-link.active,
.bs .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

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

.bs .nav-pills .nav-link {
  border-radius: 0.25rem;
}

.bs .nav-pills .nav-link.active,
.bs .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.bs .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.bs .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.bs .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.bs .navbar > .container,
.bs .navbar > .container-fluid, .bs .navbar > .container-sm, .bs .navbar > .container-md, .bs .navbar > .container-lg, .bs .navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.bs .navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.bs .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.bs .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.bs .navbar-nav .dropdown-menu {
  position: static;
}

.bs .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.bs .navbar-collapse {
  align-items: center;
  width: 100%;
}

.bs .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bs .navbar-toggler {
    transition: none;
  }
}

.bs .navbar-toggler:hover {
  text-decoration: none;
}

.bs .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.2rem;
}

.bs .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media (min-width: 576px) {
  .bs .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .bs .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .bs .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .bs .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .bs .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }

  .bs .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .bs .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .bs .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .bs .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .bs .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .bs .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }

  .bs .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .bs .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .bs .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .bs .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .bs .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .bs .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }

  .bs .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .bs .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .bs .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .bs .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .bs .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .bs .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }

  .bs .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.bs .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.bs .navbar-expand .navbar-nav {
  flex-direction: row;
}

.bs .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.bs .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.bs .navbar-expand .navbar-collapse {
  display: flex !important;
}

.bs .navbar-expand .navbar-toggler {
  display: none;
}

.bs .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.bs .navbar-light .navbar-brand:hover, .bs .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.bs .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.bs .navbar-light .navbar-nav .nav-link:hover, .bs .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.bs .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.bs .navbar-light .navbar-nav .show > .nav-link,
.bs .navbar-light .navbar-nav .active > .nav-link,
.bs .navbar-light .navbar-nav .nav-link.show,
.bs .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.bs .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.bs .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bs .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.bs .navbar-light .navbar-text a,
.bs .navbar-light .navbar-text a:hover,
.bs .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.bs .navbar-dark .navbar-brand {
  color: #fff;
}

.bs .navbar-dark .navbar-brand:hover, .bs .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.bs .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.bs .navbar-dark .navbar-nav .nav-link:hover, .bs .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.bs .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.bs .navbar-dark .navbar-nav .show > .nav-link,
.bs .navbar-dark .navbar-nav .active > .nav-link,
.bs .navbar-dark .navbar-nav .nav-link.show,
.bs .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.bs .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.bs .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bs .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.bs .navbar-dark .navbar-text a,
.bs .navbar-dark .navbar-text a:hover,
.bs .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.bs .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.25rem;
}

.bs .card > hr {
  margin-right: 0;
  margin-left: 0;
}

.bs .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.bs .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.bs .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.bs .card-body {
  flex: 1 1 auto;
  padding: 1.25rem 1.25rem;
}

.bs .card-title {
  margin-bottom: 0.75rem;
}

.bs .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.bs .card-text:last-child {
  margin-bottom: 0;
}

.bs .card-link:hover {
  text-decoration: none;
}

.bs .card-link + .card-link {
  margin-left: 1.25rem;
}

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

.bs .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.bs .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

.bs .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.bs .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.bs .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.bs .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.bs .card-img,
.bs .card-img-top,
.bs .card-img-bottom {
  width: 100%;
}

.bs .card-img,
.bs .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.bs .card-img,
.bs .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.bs .card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .bs .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .bs .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .bs .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .bs .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .bs .card-group > .card:not(:last-child) .card-img-top,
  .bs .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .bs .card-group > .card:not(:last-child) .card-img-bottom,
  .bs .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .bs .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .bs .card-group > .card:not(:first-child) .card-img-top,
  .bs .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .bs .card-group > .card:not(:first-child) .card-img-bottom,
  .bs .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.bs .accordion > .card {
  overflow: hidden;
}

.bs .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.bs .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bs .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.bs .breadcrumb-item {
  display: flex;
}

.bs .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.bs .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.bs .breadcrumb-item.active {
  color: #6c757d;
}

.bs .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.bs .page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.bs .page-link:hover {
  z-index: 2;
  color: #024dbc;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.bs .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.bs .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.bs .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bs .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.bs .page-link {
  padding: 0.375rem 0.75rem;
}

.bs .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.bs .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.bs .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.bs .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.bs .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.bs .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.bs .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.bs .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.bs .badge {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.bs .badge:empty {
  display: none;
}

.bs .btn .badge {
  position: relative;
  top: -1px;
}

.bs .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.bs .alert-heading {
  color: inherit;
}

.bs .alert-link {
  font-weight: 700;
}

.bs .alert-dismissible {
  padding-right: 4rem;
}

.bs .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.bs .alert-primary {
  color: #073984;
  background-color: #cfe2ff;
  border-color: #bbd6fe;
}

.bs .alert-primary .alert-link {
  color: #042454;
}

.bs .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.bs .alert-secondary .alert-link {
  color: #202326;
}

.bs .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.bs .alert-success .alert-link {
  color: #0b2e13;
}

.bs .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.bs .alert-info .alert-link {
  color: #062c33;
}

.bs .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.bs .alert-warning .alert-link {
  color: #533f03;
}

.bs .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.bs .alert-danger .alert-link {
  color: #491217;
}

.bs .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.bs .alert-light .alert-link {
  color: #686868;
}

.bs .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.bs .alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.bs .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.bs .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .bs .progress-bar {
    transition: none;
  }
}

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

.bs .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .bs .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

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

.bs .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.bs .list-group-item-action:hover, .bs .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.bs .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.bs .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.bs .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.bs .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.bs .list-group-item.disabled, .bs .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.bs .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.bs .list-group-item + .list-group-item {
  border-top-width: 0;
}

.bs .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.bs .list-group-horizontal {
  flex-direction: row;
}

.bs .list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.bs .list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.bs .list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.bs .list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.bs .list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .bs .list-group-horizontal-sm {
    flex-direction: row;
  }

  .bs .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .bs .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .bs .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }

  .bs .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .bs .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .bs .list-group-horizontal-md {
    flex-direction: row;
  }

  .bs .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .bs .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .bs .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }

  .bs .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .bs .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .bs .list-group-horizontal-lg {
    flex-direction: row;
  }

  .bs .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .bs .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .bs .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }

  .bs .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .bs .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .bs .list-group-horizontal-xl {
    flex-direction: row;
  }

  .bs .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .bs .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .bs .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }

  .bs .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .bs .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.bs .list-group-flush {
  border-radius: 0;
}

.bs .list-group-flush .list-group-item {
  border-width: 0 0 1px;
}

.bs .list-group-flush .list-group-item:last-child {
  border-bottom-width: 0;
}

.bs .list-group-item-primary {
  color: #073984;
  background-color: #bbd6fe;
}

.bs .list-group-item-primary.list-group-item-action:hover, .bs .list-group-item-primary.list-group-item-action:focus {
  color: #073984;
  background-color: #a2c7fe;
}

.bs .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #073984;
  border-color: #073984;
}

.bs .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.bs .list-group-item-secondary.list-group-item-action:hover, .bs .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.bs .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.bs .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.bs .list-group-item-success.list-group-item-action:hover, .bs .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.bs .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.bs .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.bs .list-group-item-info.list-group-item-action:hover, .bs .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.bs .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.bs .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.bs .list-group-item-warning.list-group-item-action:hover, .bs .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.bs .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.bs .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.bs .list-group-item-danger.list-group-item-action:hover, .bs .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.bs .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.bs .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.bs .list-group-item-light.list-group-item-action:hover, .bs .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.bs .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.bs .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.bs .list-group-item-dark.list-group-item-action:hover, .bs .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.bs .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.bs .close {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

@media (min-width: 1200px) {
  .bs .close {
    font-size: 1.5rem;
  }
}

.bs .close:hover {
  color: #000;
  text-decoration: none;
}

.bs .close:hover, .bs .close:focus {
  opacity: .75;
}

.bs .close:disabled, .bs .close.disabled {
  pointer-events: none;
}

.bs button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bs .toast {
  max-width: 350px;
  overflow: hidden;
  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.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.bs .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.bs .toast.showing {
  opacity: 1;
}

.bs .toast.show {
  display: block;
  opacity: 1;
}

.bs .toast.hide {
  display: none;
}

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

.bs .toast-body {
  padding: 0.75rem;
}

.bs .modal-open {
  overflow: hidden;
}

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

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

.bs .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .bs .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .bs .modal-dialog {
    transition: none;
  }
}

.modal.show .bs .modal-dialog {
  transform: none;
}

.modal.modal-static .bs .modal-dialog {
  transform: scale(1.02);
}

.bs .modal-dialog-scrollable {
  max-height: calc(100% - 1rem);
}

.bs .modal-dialog-scrollable .modal-content {
  overflow: hidden;
}

.bs .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.bs .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

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

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

.bs .modal-backdrop.fade {
  opacity: 0;
}

.bs .modal-backdrop.show {
  opacity: 0.5;
}

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

.bs .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

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

.bs .modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .bs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .bs .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .bs .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .bs .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .bs .modal-lg,
  .bs .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .bs .modal-xl {
    max-width: 1140px;
  }
}

@media (max-width: 575.98px) {
  .bs .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .bs .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .bs .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .bs .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .bs .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .bs .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .bs .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .bs .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .bs .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .bs .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .bs .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .bs .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .bs .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .bs .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .bs .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .bs .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .bs .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .bs .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .bs .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .bs .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

.bs .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.bs .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.bs .modal-fullscreen .modal-header {
  border-radius: 0;
}

.bs .modal-fullscreen .modal-body {
  overflow-y: auto;
}

.bs .modal-fullscreen .modal-footer {
  border-radius: 0;
}

.bs .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -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-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;
}

.bs .tooltip.show {
  opacity: 0.9;
}

.bs .tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.bs .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs .bs-tooltip-top, .bs .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs .bs-tooltip-top .tooltip-arrow, .bs .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

.bs .bs-tooltip-top .tooltip-arrow::before, .bs .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs .bs-tooltip-right, .bs .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs .bs-tooltip-right .tooltip-arrow, .bs .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs .bs-tooltip-right .tooltip-arrow::before, .bs .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs .bs-tooltip-bottom, .bs .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs .bs-tooltip-bottom .tooltip-arrow, .bs .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

.bs .bs-tooltip-bottom .tooltip-arrow::before, .bs .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs .bs-tooltip-left, .bs .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs .bs-tooltip-left .tooltip-arrow, .bs .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs .bs-tooltip-left .tooltip-arrow::before, .bs .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.bs .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.bs .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -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-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.3rem;
}

.bs .popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.bs .popover .popover-arrow::before, .bs .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs .bs-popover-top, .bs .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs .bs-popover-top > .popover-arrow, .bs .bs-popover-auto[x-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs .bs-popover-top > .popover-arrow::before, .bs .bs-popover-auto[x-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs .bs-popover-top > .popover-arrow::after, .bs .bs-popover-auto[x-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs .bs-popover-right, .bs .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs .bs-popover-right > .popover-arrow, .bs .bs-popover-auto[x-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs .bs-popover-right > .popover-arrow::before, .bs .bs-popover-auto[x-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs .bs-popover-right > .popover-arrow::after, .bs .bs-popover-auto[x-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs .bs-popover-bottom, .bs .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs .bs-popover-bottom > .popover-arrow, .bs .bs-popover-auto[x-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs .bs-popover-bottom > .popover-arrow::before, .bs .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs .bs-popover-bottom > .popover-arrow::after, .bs .bs-popover-auto[x-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs .bs-popover-bottom .popover-header::before, .bs .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 #f7f7f7;
}

.bs .bs-popover-left, .bs .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs .bs-popover-left > .popover-arrow, .bs .bs-popover-auto[x-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs .bs-popover-left > .popover-arrow::before, .bs .bs-popover-auto[x-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs .bs-popover-left > .popover-arrow::after, .bs .bs-popover-auto[x-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.bs .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.bs .popover-header:empty {
  display: none;
}

.bs .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.bs .carousel {
  position: relative;
}

.bs .carousel.pointer-event {
  touch-action: pan-y;
}

.bs .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bs .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.bs .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bs .carousel-item {
    transition: none;
  }
}

.bs .carousel-item.active,
.bs .carousel-item-next,
.bs .carousel-item-prev {
  display: block;
}

.bs .carousel-item-next:not(.carousel-item-left),
.bs .active.carousel-item-right {
  transform: translateX(100%);
}

.bs .carousel-item-prev:not(.carousel-item-right),
.bs .active.carousel-item-left {
  transform: translateX(-100%);
}

.bs .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.bs .carousel-fade .carousel-item.active,
.bs .carousel-fade .carousel-item-next.carousel-item-left,
.bs .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.bs .carousel-fade .active.carousel-item-left,
.bs .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .bs .carousel-fade .active.carousel-item-left,
  .bs .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.bs .carousel-control-prev,
.bs .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) {
  .bs .carousel-control-prev,
  .bs .carousel-control-next {
    transition: none;
  }
}

.bs .carousel-control-prev:hover, .bs .carousel-control-prev:focus,
.bs .carousel-control-next:hover,
.bs .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.bs .carousel-control-prev {
  left: 0;
}

.bs .carousel-control-next {
  right: 0;
}

.bs .carousel-control-prev-icon,
.bs .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.bs .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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");
}

.bs .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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");
}

.bs .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.bs .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) {
  .bs .carousel-indicators li {
    transition: none;
  }
}

.bs .carousel-indicators .active {
  opacity: 1;
}

.bs .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.bs .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%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.bs .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.bs .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

.bs .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

.bs .link-primary {
  color: #0d6efd;
}

.bs .link-primary:hover, .bs .link-primary:focus {
  color: #024dbc;
}

.bs .link-secondary {
  color: #6c757d;
}

.bs .link-secondary:hover, .bs .link-secondary:focus {
  color: #494f54;
}

.bs .link-success {
  color: #28a745;
}

.bs .link-success:hover, .bs .link-success:focus {
  color: #19692c;
}

.bs .link-info {
  color: #17a2b8;
}

.bs .link-info:hover, .bs .link-info:focus {
  color: #0f6674;
}

.bs .link-warning {
  color: #ffc107;
}

.bs .link-warning:hover, .bs .link-warning:focus {
  color: #ba8b00;
}

.bs .link-danger {
  color: #dc3545;
}

.bs .link-danger:hover, .bs .link-danger:focus {
  color: #a71d2a;
}

.bs .link-light {
  color: #f8f9fa;
}

.bs .link-light:hover, .bs .link-light:focus {
  color: #cbd3da;
}

.bs .link-dark {
  color: #343a40;
}

.bs .link-dark:hover, .bs .link-dark:focus {
  color: #121416;
}

.bs .embed-responsive {
  position: relative;
  width: 100%;
}

.bs .embed-responsive::before {
  display: block;
  content: "";
}

.bs .embed-responsive .embed-responsive-item,
.bs .embed-responsive iframe,
.bs .embed-responsive embed,
.bs .embed-responsive object,
.bs .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

  @media (min-width: 576px) {
    .bs .sticky-sm-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 768px) {
    .bs .sticky-md-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 992px) {
    .bs .sticky-lg-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  @media (min-width: 1200px) {
    .bs .sticky-xl-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
}

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

.bs .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.bs .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bs .align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

.bs .float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.bs .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.bs .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.bs .shadow-none {
  box-shadow: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs .border-primary {
  border-color: #0d6efd !important;
}

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

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

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

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

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

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

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

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

.bs .w-25 {
  width: 25% !important;
}

.bs .w-50 {
  width: 50% !important;
}

.bs .w-75 {
  width: 75% !important;
}

.bs .w-100 {
  width: 100% !important;
}

.bs .w-auto {
  width: auto !important;
}

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

.bs .vw-100 {
  width: 100vw !important;
}

.bs .min-vw-100 {
  min-width: 100vw !important;
}

.bs .h-25 {
  height: 25% !important;
}

.bs .h-50 {
  height: 50% !important;
}

.bs .h-75 {
  height: 75% !important;
}

.bs .h-100 {
  height: 100% !important;
}

.bs .h-auto {
  height: auto !important;
}

.bs .mh-100 {
  max-height: 100% !important;
}

.bs .vh-100 {
  height: 100vh !important;
}

.bs .min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs .order-first {
  order: -1 !important;
}

.bs .order-0 {
  order: 0 !important;
}

.bs .order-1 {
  order: 1 !important;
}

.bs .order-2 {
  order: 2 !important;
}

.bs .order-3 {
  order: 3 !important;
}

.bs .order-4 {
  order: 4 !important;
}

.bs .order-5 {
  order: 5 !important;
}

.bs .order-last {
  order: 6 !important;
}

.bs .m-0 {
  margin: 0 !important;
}

.bs .m-1 {
  margin: 0.25rem !important;
}

.bs .m-2 {
  margin: 0.5rem !important;
}

.bs .m-3 {
  margin: 1rem !important;
}

.bs .m-4 {
  margin: 1.5rem !important;
}

.bs .m-5 {
  margin: 3rem !important;
}

.bs .m-auto {
  margin: auto !important;
}

.bs .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.bs .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.bs .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.bs .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.bs .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.bs .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.bs .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.bs .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bs .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.bs .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.bs .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.bs .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.bs .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.bs .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.bs .mt-0 {
  margin-top: 0 !important;
}

.bs .mt-1 {
  margin-top: 0.25rem !important;
}

.bs .mt-2 {
  margin-top: 0.5rem !important;
}

.bs .mt-3 {
  margin-top: 1rem !important;
}

.bs .mt-4 {
  margin-top: 1.5rem !important;
}

.bs .mt-5 {
  margin-top: 3rem !important;
}

.bs .mt-auto {
  margin-top: auto !important;
}

.bs .mr-0 {
  margin-right: 0 !important;
}

.bs .mr-1 {
  margin-right: 0.25rem !important;
}

.bs .mr-2 {
  margin-right: 0.5rem !important;
}

.bs .mr-3 {
  margin-right: 1rem !important;
}

.bs .mr-4 {
  margin-right: 1.5rem !important;
}

.bs .mr-5 {
  margin-right: 3rem !important;
}

.bs .mr-auto {
  margin-right: auto !important;
}

.bs .mb-0 {
  margin-bottom: 0 !important;
}

.bs .mb-1 {
  margin-bottom: 0.25rem !important;
}

.bs .mb-2 {
  margin-bottom: 0.5rem !important;
}

.bs .mb-3 {
  margin-bottom: 1rem !important;
}

.bs .mb-4 {
  margin-bottom: 1.5rem !important;
}

.bs .mb-5 {
  margin-bottom: 3rem !important;
}

.bs .mb-auto {
  margin-bottom: auto !important;
}

.bs .ml-0 {
  margin-left: 0 !important;
}

.bs .ml-1 {
  margin-left: 0.25rem !important;
}

.bs .ml-2 {
  margin-left: 0.5rem !important;
}

.bs .ml-3 {
  margin-left: 1rem !important;
}

.bs .ml-4 {
  margin-left: 1.5rem !important;
}

.bs .ml-5 {
  margin-left: 3rem !important;
}

.bs .ml-auto {
  margin-left: auto !important;
}

.bs .m-n1 {
  margin: -0.25rem !important;
}

.bs .m-n2 {
  margin: -0.5rem !important;
}

.bs .m-n3 {
  margin: -1rem !important;
}

.bs .m-n4 {
  margin: -1.5rem !important;
}

.bs .m-n5 {
  margin: -3rem !important;
}

.bs .mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.bs .mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.bs .mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.bs .mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.bs .mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.bs .my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.bs .my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.bs .my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.bs .my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.bs .my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.bs .mt-n1 {
  margin-top: -0.25rem !important;
}

.bs .mt-n2 {
  margin-top: -0.5rem !important;
}

.bs .mt-n3 {
  margin-top: -1rem !important;
}

.bs .mt-n4 {
  margin-top: -1.5rem !important;
}

.bs .mt-n5 {
  margin-top: -3rem !important;
}

.bs .mr-n1 {
  margin-right: -0.25rem !important;
}

.bs .mr-n2 {
  margin-right: -0.5rem !important;
}

.bs .mr-n3 {
  margin-right: -1rem !important;
}

.bs .mr-n4 {
  margin-right: -1.5rem !important;
}

.bs .mr-n5 {
  margin-right: -3rem !important;
}

.bs .mb-n1 {
  margin-bottom: -0.25rem !important;
}

.bs .mb-n2 {
  margin-bottom: -0.5rem !important;
}

.bs .mb-n3 {
  margin-bottom: -1rem !important;
}

.bs .mb-n4 {
  margin-bottom: -1.5rem !important;
}

.bs .mb-n5 {
  margin-bottom: -3rem !important;
}

.bs .ml-n1 {
  margin-left: -0.25rem !important;
}

.bs .ml-n2 {
  margin-left: -0.5rem !important;
}

.bs .ml-n3 {
  margin-left: -1rem !important;
}

.bs .ml-n4 {
  margin-left: -1.5rem !important;
}

.bs .ml-n5 {
  margin-left: -3rem !important;
}

.bs .p-0 {
  padding: 0 !important;
}

.bs .p-1 {
  padding: 0.25rem !important;
}

.bs .p-2 {
  padding: 0.5rem !important;
}

.bs .p-3 {
  padding: 1rem !important;
}

.bs .p-4 {
  padding: 1.5rem !important;
}

.bs .p-5 {
  padding: 3rem !important;
}

.bs .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.bs .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.bs .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.bs .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.bs .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.bs .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.bs .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.bs .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.bs .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.bs .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.bs .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.bs .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.bs .pt-0 {
  padding-top: 0 !important;
}

.bs .pt-1 {
  padding-top: 0.25rem !important;
}

.bs .pt-2 {
  padding-top: 0.5rem !important;
}

.bs .pt-3 {
  padding-top: 1rem !important;
}

.bs .pt-4 {
  padding-top: 1.5rem !important;
}

.bs .pt-5 {
  padding-top: 3rem !important;
}

.bs .pr-0 {
  padding-right: 0 !important;
}

.bs .pr-1 {
  padding-right: 0.25rem !important;
}

.bs .pr-2 {
  padding-right: 0.5rem !important;
}

.bs .pr-3 {
  padding-right: 1rem !important;
}

.bs .pr-4 {
  padding-right: 1.5rem !important;
}

.bs .pr-5 {
  padding-right: 3rem !important;
}

.bs .pb-0 {
  padding-bottom: 0 !important;
}

.bs .pb-1 {
  padding-bottom: 0.25rem !important;
}

.bs .pb-2 {
  padding-bottom: 0.5rem !important;
}

.bs .pb-3 {
  padding-bottom: 1rem !important;
}

.bs .pb-4 {
  padding-bottom: 1.5rem !important;
}

.bs .pb-5 {
  padding-bottom: 3rem !important;
}

.bs .pl-0 {
  padding-left: 0 !important;
}

.bs .pl-1 {
  padding-left: 0.25rem !important;
}

.bs .pl-2 {
  padding-left: 0.5rem !important;
}

.bs .pl-3 {
  padding-left: 1rem !important;
}

.bs .pl-4 {
  padding-left: 1.5rem !important;
}

.bs .pl-5 {
  padding-left: 3rem !important;
}

.bs .font-weight-light {
  font-weight: 300 !important;
}

.bs .font-weight-lighter {
  font-weight: lighter !important;
}

.bs .font-weight-normal {
  font-weight: 400 !important;
}

.bs .font-weight-bold {
  font-weight: 700 !important;
}

.bs .font-weight-bolder {
  font-weight: bolder !important;
}

.bs .text-lowercase {
  text-transform: lowercase !important;
}

.bs .text-uppercase {
  text-transform: uppercase !important;
}

.bs .text-capitalize {
  text-transform: capitalize !important;
}

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

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

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

.bs .text-primary {
  color: #0d6efd !important;
}

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

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

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

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

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

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

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

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

.bs .text-body {
  color: #212529 !important;
}

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

.bs .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.bs .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bs .text-reset {
  color: inherit !important;
}

.bs .lh-1 {
  line-height: 1 !important;
}

.bs .lh-sm {
  line-height: 1.25 !important;
}

.bs .lh-base {
  line-height: 1.5 !important;
}

.bs .lh-lg {
  line-height: 2 !important;
}

.bs .bg-primary {
  background-color: #0d6efd !important;
}

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

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

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

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

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

.bs .bg-light {
  background-color: #f8f9fa !important;
}

.bs .bg-dark {
  background-color: #343a40 !important;
}

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

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

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

.bs .text-wrap {
  white-space: normal !important;
}

.bs .text-nowrap {
  white-space: nowrap !important;
}

.bs .text-decoration-none {
  text-decoration: none !important;
}

.bs .text-decoration-underline {
  text-decoration: underline !important;
}

.bs .text-decoration-line-through {
  text-decoration: line-through !important;
}

.bs .font-italic {
  font-style: italic !important;
}

.bs .font-normal {
  font-style: normal !important;
}

.bs .text-break {
  word-wrap: break-word !important;
}

.bs .font-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.bs .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.bs .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.bs .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.bs .pe-none {
  pointer-events: none !important;
}

.bs .pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

.bs .visible {
  visibility: visible !important;
}

.bs .invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .bs .float-sm-left {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bs .order-sm-first {
    order: -1 !important;
  }

  .bs .order-sm-0 {
    order: 0 !important;
  }

  .bs .order-sm-1 {
    order: 1 !important;
  }

  .bs .order-sm-2 {
    order: 2 !important;
  }

  .bs .order-sm-3 {
    order: 3 !important;
  }

  .bs .order-sm-4 {
    order: 4 !important;
  }

  .bs .order-sm-5 {
    order: 5 !important;
  }

  .bs .order-sm-last {
    order: 6 !important;
  }

  .bs .m-sm-0 {
    margin: 0 !important;
  }

  .bs .m-sm-1 {
    margin: 0.25rem !important;
  }

  .bs .m-sm-2 {
    margin: 0.5rem !important;
  }

  .bs .m-sm-3 {
    margin: 1rem !important;
  }

  .bs .m-sm-4 {
    margin: 1.5rem !important;
  }

  .bs .m-sm-5 {
    margin: 3rem !important;
  }

  .bs .m-sm-auto {
    margin: auto !important;
  }

  .bs .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .bs .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .bs .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .bs .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .bs .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .bs .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .bs .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .bs .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .bs .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .bs .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .bs .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bs .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bs .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .bs .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .bs .mt-sm-0 {
    margin-top: 0 !important;
  }

  .bs .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .bs .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .bs .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .bs .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .bs .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .bs .mt-sm-auto {
    margin-top: auto !important;
  }

  .bs .mr-sm-0 {
    margin-right: 0 !important;
  }

  .bs .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .bs .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .bs .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .bs .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .bs .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .bs .mr-sm-auto {
    margin-right: auto !important;
  }

  .bs .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .bs .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .bs .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .bs .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .bs .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .bs .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .bs .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .bs .ml-sm-0 {
    margin-left: 0 !important;
  }

  .bs .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .bs .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .bs .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .bs .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .bs .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .bs .ml-sm-auto {
    margin-left: auto !important;
  }

  .bs .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .bs .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .bs .m-sm-n3 {
    margin: -1rem !important;
  }

  .bs .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .bs .m-sm-n5 {
    margin: -3rem !important;
  }

  .bs .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .bs .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .bs .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .bs .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .bs .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .bs .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .bs .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .bs .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .bs .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .bs .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .bs .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .bs .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .bs .mt-sm-n3 {
    margin-top: -1rem !important;
  }

  .bs .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .bs .mt-sm-n5 {
    margin-top: -3rem !important;
  }

  .bs .mr-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .bs .mr-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .bs .mr-sm-n3 {
    margin-right: -1rem !important;
  }

  .bs .mr-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .bs .mr-sm-n5 {
    margin-right: -3rem !important;
  }

  .bs .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .bs .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .bs .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .bs .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .bs .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .bs .ml-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .bs .ml-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .bs .ml-sm-n3 {
    margin-left: -1rem !important;
  }

  .bs .ml-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .bs .ml-sm-n5 {
    margin-left: -3rem !important;
  }

  .bs .p-sm-0 {
    padding: 0 !important;
  }

  .bs .p-sm-1 {
    padding: 0.25rem !important;
  }

  .bs .p-sm-2 {
    padding: 0.5rem !important;
  }

  .bs .p-sm-3 {
    padding: 1rem !important;
  }

  .bs .p-sm-4 {
    padding: 1.5rem !important;
  }

  .bs .p-sm-5 {
    padding: 3rem !important;
  }

  .bs .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .bs .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .bs .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .bs .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .bs .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .bs .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .bs .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .bs .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .bs .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .bs .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bs .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bs .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .bs .pt-sm-0 {
    padding-top: 0 !important;
  }

  .bs .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .bs .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .bs .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .bs .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .bs .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .bs .pr-sm-0 {
    padding-right: 0 !important;
  }

  .bs .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .bs .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .bs .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .bs .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .bs .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .bs .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .bs .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .bs .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .bs .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .bs .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .bs .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .bs .pl-sm-0 {
    padding-left: 0 !important;
  }

  .bs .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .bs .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .bs .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .bs .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .bs .pl-sm-5 {
    padding-left: 3rem !important;
  }

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

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

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

@media (min-width: 768px) {
  .bs .float-md-left {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bs .order-md-first {
    order: -1 !important;
  }

  .bs .order-md-0 {
    order: 0 !important;
  }

  .bs .order-md-1 {
    order: 1 !important;
  }

  .bs .order-md-2 {
    order: 2 !important;
  }

  .bs .order-md-3 {
    order: 3 !important;
  }

  .bs .order-md-4 {
    order: 4 !important;
  }

  .bs .order-md-5 {
    order: 5 !important;
  }

  .bs .order-md-last {
    order: 6 !important;
  }

  .bs .m-md-0 {
    margin: 0 !important;
  }

  .bs .m-md-1 {
    margin: 0.25rem !important;
  }

  .bs .m-md-2 {
    margin: 0.5rem !important;
  }

  .bs .m-md-3 {
    margin: 1rem !important;
  }

  .bs .m-md-4 {
    margin: 1.5rem !important;
  }

  .bs .m-md-5 {
    margin: 3rem !important;
  }

  .bs .m-md-auto {
    margin: auto !important;
  }

  .bs .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .bs .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .bs .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .bs .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .bs .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .bs .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .bs .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .bs .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .bs .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .bs .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .bs .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bs .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bs .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .bs .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .bs .mt-md-0 {
    margin-top: 0 !important;
  }

  .bs .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .bs .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .bs .mt-md-3 {
    margin-top: 1rem !important;
  }

  .bs .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .bs .mt-md-5 {
    margin-top: 3rem !important;
  }

  .bs .mt-md-auto {
    margin-top: auto !important;
  }

  .bs .mr-md-0 {
    margin-right: 0 !important;
  }

  .bs .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .bs .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .bs .mr-md-3 {
    margin-right: 1rem !important;
  }

  .bs .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .bs .mr-md-5 {
    margin-right: 3rem !important;
  }

  .bs .mr-md-auto {
    margin-right: auto !important;
  }

  .bs .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .bs .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .bs .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .bs .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .bs .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .bs .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .bs .mb-md-auto {
    margin-bottom: auto !important;
  }

  .bs .ml-md-0 {
    margin-left: 0 !important;
  }

  .bs .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .bs .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .bs .ml-md-3 {
    margin-left: 1rem !important;
  }

  .bs .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .bs .ml-md-5 {
    margin-left: 3rem !important;
  }

  .bs .ml-md-auto {
    margin-left: auto !important;
  }

  .bs .m-md-n1 {
    margin: -0.25rem !important;
  }

  .bs .m-md-n2 {
    margin: -0.5rem !important;
  }

  .bs .m-md-n3 {
    margin: -1rem !important;
  }

  .bs .m-md-n4 {
    margin: -1.5rem !important;
  }

  .bs .m-md-n5 {
    margin: -3rem !important;
  }

  .bs .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .bs .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .bs .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .bs .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .bs .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .bs .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .bs .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .bs .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .bs .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .bs .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .bs .mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .bs .mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .bs .mt-md-n3 {
    margin-top: -1rem !important;
  }

  .bs .mt-md-n4 {
    margin-top: -1.5rem !important;
  }

  .bs .mt-md-n5 {
    margin-top: -3rem !important;
  }

  .bs .mr-md-n1 {
    margin-right: -0.25rem !important;
  }

  .bs .mr-md-n2 {
    margin-right: -0.5rem !important;
  }

  .bs .mr-md-n3 {
    margin-right: -1rem !important;
  }

  .bs .mr-md-n4 {
    margin-right: -1.5rem !important;
  }

  .bs .mr-md-n5 {
    margin-right: -3rem !important;
  }

  .bs .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .bs .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .bs .mb-md-n3 {
    margin-bottom: -1rem !important;
  }

  .bs .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .bs .mb-md-n5 {
    margin-bottom: -3rem !important;
  }

  .bs .ml-md-n1 {
    margin-left: -0.25rem !important;
  }

  .bs .ml-md-n2 {
    margin-left: -0.5rem !important;
  }

  .bs .ml-md-n3 {
    margin-left: -1rem !important;
  }

  .bs .ml-md-n4 {
    margin-left: -1.5rem !important;
  }

  .bs .ml-md-n5 {
    margin-left: -3rem !important;
  }

  .bs .p-md-0 {
    padding: 0 !important;
  }

  .bs .p-md-1 {
    padding: 0.25rem !important;
  }

  .bs .p-md-2 {
    padding: 0.5rem !important;
  }

  .bs .p-md-3 {
    padding: 1rem !important;
  }

  .bs .p-md-4 {
    padding: 1.5rem !important;
  }

  .bs .p-md-5 {
    padding: 3rem !important;
  }

  .bs .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .bs .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .bs .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .bs .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .bs .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .bs .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .bs .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .bs .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .bs .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .bs .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bs .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bs .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .bs .pt-md-0 {
    padding-top: 0 !important;
  }

  .bs .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .bs .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .bs .pt-md-3 {
    padding-top: 1rem !important;
  }

  .bs .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .bs .pt-md-5 {
    padding-top: 3rem !important;
  }

  .bs .pr-md-0 {
    padding-right: 0 !important;
  }

  .bs .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .bs .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .bs .pr-md-3 {
    padding-right: 1rem !important;
  }

  .bs .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .bs .pr-md-5 {
    padding-right: 3rem !important;
  }

  .bs .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .bs .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .bs .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .bs .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .bs .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .bs .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .bs .pl-md-0 {
    padding-left: 0 !important;
  }

  .bs .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .bs .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .bs .pl-md-3 {
    padding-left: 1rem !important;
  }

  .bs .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .bs .pl-md-5 {
    padding-left: 3rem !important;
  }

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

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

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

@media (min-width: 992px) {
  .bs .float-lg-left {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bs .order-lg-first {
    order: -1 !important;
  }

  .bs .order-lg-0 {
    order: 0 !important;
  }

  .bs .order-lg-1 {
    order: 1 !important;
  }

  .bs .order-lg-2 {
    order: 2 !important;
  }

  .bs .order-lg-3 {
    order: 3 !important;
  }

  .bs .order-lg-4 {
    order: 4 !important;
  }

  .bs .order-lg-5 {
    order: 5 !important;
  }

  .bs .order-lg-last {
    order: 6 !important;
  }

  .bs .m-lg-0 {
    margin: 0 !important;
  }

  .bs .m-lg-1 {
    margin: 0.25rem !important;
  }

  .bs .m-lg-2 {
    margin: 0.5rem !important;
  }

  .bs .m-lg-3 {
    margin: 1rem !important;
  }

  .bs .m-lg-4 {
    margin: 1.5rem !important;
  }

  .bs .m-lg-5 {
    margin: 3rem !important;
  }

  .bs .m-lg-auto {
    margin: auto !important;
  }

  .bs .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .bs .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .bs .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .bs .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .bs .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .bs .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .bs .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .bs .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .bs .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .bs .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .bs .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bs .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bs .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .bs .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .bs .mt-lg-0 {
    margin-top: 0 !important;
  }

  .bs .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .bs .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .bs .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .bs .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .bs .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .bs .mt-lg-auto {
    margin-top: auto !important;
  }

  .bs .mr-lg-0 {
    margin-right: 0 !important;
  }

  .bs .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .bs .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .bs .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .bs .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .bs .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .bs .mr-lg-auto {
    margin-right: auto !important;
  }

  .bs .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .bs .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .bs .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .bs .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .bs .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .bs .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .bs .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .bs .ml-lg-0 {
    margin-left: 0 !important;
  }

  .bs .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .bs .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .bs .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .bs .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .bs .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .bs .ml-lg-auto {
    margin-left: auto !important;
  }

  .bs .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .bs .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .bs .m-lg-n3 {
    margin: -1rem !important;
  }

  .bs .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .bs .m-lg-n5 {
    margin: -3rem !important;
  }

  .bs .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .bs .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .bs .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .bs .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .bs .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .bs .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .bs .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .bs .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .bs .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .bs .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .bs .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .bs .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .bs .mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .bs .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .bs .mt-lg-n5 {
    margin-top: -3rem !important;
  }

  .bs .mr-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .bs .mr-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .bs .mr-lg-n3 {
    margin-right: -1rem !important;
  }

  .bs .mr-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .bs .mr-lg-n5 {
    margin-right: -3rem !important;
  }

  .bs .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .bs .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .bs .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .bs .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .bs .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .bs .ml-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .bs .ml-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .bs .ml-lg-n3 {
    margin-left: -1rem !important;
  }

  .bs .ml-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .bs .ml-lg-n5 {
    margin-left: -3rem !important;
  }

  .bs .p-lg-0 {
    padding: 0 !important;
  }

  .bs .p-lg-1 {
    padding: 0.25rem !important;
  }

  .bs .p-lg-2 {
    padding: 0.5rem !important;
  }

  .bs .p-lg-3 {
    padding: 1rem !important;
  }

  .bs .p-lg-4 {
    padding: 1.5rem !important;
  }

  .bs .p-lg-5 {
    padding: 3rem !important;
  }

  .bs .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .bs .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .bs .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .bs .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .bs .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .bs .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .bs .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .bs .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .bs .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .bs .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bs .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bs .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .bs .pt-lg-0 {
    padding-top: 0 !important;
  }

  .bs .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .bs .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .bs .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .bs .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .bs .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .bs .pr-lg-0 {
    padding-right: 0 !important;
  }

  .bs .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .bs .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .bs .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .bs .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .bs .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .bs .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .bs .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .bs .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .bs .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .bs .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .bs .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .bs .pl-lg-0 {
    padding-left: 0 !important;
  }

  .bs .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .bs .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .bs .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .bs .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .bs .pl-lg-5 {
    padding-left: 3rem !important;
  }

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

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

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

@media (min-width: 1200px) {
  .bs .float-xl-left {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bs .order-xl-first {
    order: -1 !important;
  }

  .bs .order-xl-0 {
    order: 0 !important;
  }

  .bs .order-xl-1 {
    order: 1 !important;
  }

  .bs .order-xl-2 {
    order: 2 !important;
  }

  .bs .order-xl-3 {
    order: 3 !important;
  }

  .bs .order-xl-4 {
    order: 4 !important;
  }

  .bs .order-xl-5 {
    order: 5 !important;
  }

  .bs .order-xl-last {
    order: 6 !important;
  }

  .bs .m-xl-0 {
    margin: 0 !important;
  }

  .bs .m-xl-1 {
    margin: 0.25rem !important;
  }

  .bs .m-xl-2 {
    margin: 0.5rem !important;
  }

  .bs .m-xl-3 {
    margin: 1rem !important;
  }

  .bs .m-xl-4 {
    margin: 1.5rem !important;
  }

  .bs .m-xl-5 {
    margin: 3rem !important;
  }

  .bs .m-xl-auto {
    margin: auto !important;
  }

  .bs .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .bs .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .bs .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .bs .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .bs .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .bs .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .bs .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .bs .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .bs .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .bs .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .bs .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bs .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bs .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .bs .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .bs .mt-xl-0 {
    margin-top: 0 !important;
  }

  .bs .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .bs .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .bs .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .bs .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .bs .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .bs .mt-xl-auto {
    margin-top: auto !important;
  }

  .bs .mr-xl-0 {
    margin-right: 0 !important;
  }

  .bs .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .bs .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .bs .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .bs .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .bs .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .bs .mr-xl-auto {
    margin-right: auto !important;
  }

  .bs .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .bs .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .bs .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .bs .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .bs .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .bs .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .bs .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .bs .ml-xl-0 {
    margin-left: 0 !important;
  }

  .bs .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .bs .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .bs .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .bs .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .bs .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .bs .ml-xl-auto {
    margin-left: auto !important;
  }

  .bs .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .bs .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .bs .m-xl-n3 {
    margin: -1rem !important;
  }

  .bs .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .bs .m-xl-n5 {
    margin: -3rem !important;
  }

  .bs .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .bs .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .bs .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .bs .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .bs .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .bs .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .bs .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .bs .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .bs .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .bs .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .bs .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .bs .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .bs .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .bs .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .bs .mt-xl-n5 {
    margin-top: -3rem !important;
  }

  .bs .mr-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .bs .mr-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .bs .mr-xl-n3 {
    margin-right: -1rem !important;
  }

  .bs .mr-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .bs .mr-xl-n5 {
    margin-right: -3rem !important;
  }

  .bs .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .bs .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .bs .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .bs .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .bs .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .bs .ml-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .bs .ml-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .bs .ml-xl-n3 {
    margin-left: -1rem !important;
  }

  .bs .ml-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .bs .ml-xl-n5 {
    margin-left: -3rem !important;
  }

  .bs .p-xl-0 {
    padding: 0 !important;
  }

  .bs .p-xl-1 {
    padding: 0.25rem !important;
  }

  .bs .p-xl-2 {
    padding: 0.5rem !important;
  }

  .bs .p-xl-3 {
    padding: 1rem !important;
  }

  .bs .p-xl-4 {
    padding: 1.5rem !important;
  }

  .bs .p-xl-5 {
    padding: 3rem !important;
  }

  .bs .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .bs .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .bs .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .bs .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .bs .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .bs .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .bs .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .bs .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .bs .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .bs .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bs .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bs .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .bs .pt-xl-0 {
    padding-top: 0 !important;
  }

  .bs .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .bs .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .bs .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .bs .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .bs .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .bs .pr-xl-0 {
    padding-right: 0 !important;
  }

  .bs .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .bs .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .bs .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .bs .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .bs .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .bs .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .bs .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .bs .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .bs .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .bs .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .bs .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .bs .pl-xl-0 {
    padding-left: 0 !important;
  }

  .bs .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .bs .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .bs .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .bs .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .bs .pl-xl-5 {
    padding-left: 3rem !important;
  }

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

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

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

@media print {
  .bs .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

.bs .btn {
  width: auto;
  height: auto;
}

.bs hr {
  display: block;
}

