@charset "UTF-8";
/*===========================================================
    Theme Name  - Kithub - Landing page Template + UI Kit

    Copyright 2021 - ballkanlab.com
========================================================== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;1,300&display=swap");
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #513E98;
  --bs-secondary: #513E98;
  --bs-success: #3AB982;
  --bs-info: #0dcaf0;
  --bs-warning: #C28B24;
  --bs-danger: #F05454;
  --bs-light: #F4F7FE;
  --bs-dark: #222222;
  --bs-gray: #A3ACB5;
  --bs-primary-100: #dcd8ea;
  --bs-primary-200: #b9b2d6;
  --bs-primary-300: #978bc1;
  --bs-primary-400: #7465ad;
  --bs-primary-500: #513E98;
  --bs-primary-600: #41327a;
  --bs-primary-700: #31255b;
  --bs-primary-800: #20193d;
  --bs-primary-900: #100c1e;
  --bs-secondary-100: #EEEFF3;
  --bs-secondary-200: #b9b2d6;
  --bs-secondary-300: #978bc1;
  --bs-secondary-400: #7465ad;
  --bs-secondary-500: #513E98;
  --bs-secondary-600: #41327a;
  --bs-secondary-700: #31255b;
  --bs-secondary-800: #20193d;
  --bs-secondary-900: #100c1e;
  --bs-success-100: #d8f1e6;
  --bs-success-200: #b0e3cd;
  --bs-success-300: #89d5b4;
  --bs-success-400: #61c79b;
  --bs-success-500: #3AB982;
  --bs-success-600: #2e9468;
  --bs-success-700: #236f4e;
  --bs-success-800: #174a34;
  --bs-success-900: #0c251a;
  --bs-warning-100: #f3e8d3;
  --bs-warning-200: #e7d1a7;
  --bs-warning-300: #dab97c;
  --bs-warning-400: #cea250;
  --bs-warning-500: #C28B24;
  --bs-warning-600: #9b6f1d;
  --bs-warning-700: #745316;
  --bs-warning-800: #4e380e;
  --bs-warning-900: #271c07;
  --bs-danger-100: #fcdddd;
  --bs-danger-200: #f9bbbb;
  --bs-danger-300: #f69898;
  --bs-danger-400: #f37676;
  --bs-danger-500: #F05454;
  --bs-danger-600: #c04343;
  --bs-danger-700: #903232;
  --bs-danger-800: #602222;
  --bs-danger-900: #301111;
  --bs-gray-100: #F4F7FE;
  --bs-gray-200: #E6E9ED;
  --bs-gray-300: #D9DEE3;
  --bs-gray-400: #C7CED5;
  --bs-gray-500: #A3ACB5;
  --bs-gray-600: #616972;
  --bs-gray-700: #3F464D;
  --bs-gray-800: #2D3238;
  --bs-gray-900: #222222;
  --bs-font-sans-serif: "Inter", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #616972;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(34, 34, 34, 0);
}

hr {
  margin: 1rem 0;
  color: #E6E9ED;
  background-color: currentColor;
  border: 0;
  opacity: 1;
}

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

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.75;
  color: #222222;
}

h1, .h1 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.625rem;
  }
}

h3, .h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.375rem;
  }
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 800;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #222222;
  text-decoration: none;
}
a:hover {
  color: #222222;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.188rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.125em;
  font-weight: 400;
}

.display-1 {
  font-size: calc(2.0625rem + 9.75vw);
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 9.375rem;
  }
}

.display-2 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 5rem;
  }
}

.display-3 {
  font-size: calc(1.5625rem + 3.75vw);
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4.375rem;
  }
}

.display-4 {
  font-size: calc(1.5rem + 3vw);
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.75rem;
  }
}

.display-5 {
  font-size: calc(1.4375rem + 2.25vw);
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3.125rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 400;
  line-height: 1.75;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 1.25rem;
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.625rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #513E98;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

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

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c6d8f4;
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: #becfe9;
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: #c2d4ee;
  --bs-table-hover-color: #222222;
  color: #222222;
  border-color: #becfe9;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d8d9db;
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: #cfd0d2;
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: #d4d5d6;
  --bs-table-hover-color: #222222;
  color: #222222;
  border-color: #cfd0d2;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c8ddd4;
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: #c0d3ca;
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: #c4d8cf;
  --bs-table-hover-color: #222222;
  color: #222222;
  border-color: #c0d3ca;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c6eaf1;
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: #bedfe6;
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: #c2e4ec;
  --bs-table-hover-color: #222222;
  color: #222222;
  border-color: #bedfe6;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f4e9c4;
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: #e9debc;
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: #eee3c0;
  --bs-table-hover-color: #222222;
  color: #222222;
  border-color: #e9debc;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #edced1;
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: #e3c5c8;
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: #e8c9cc;
  --bs-table-hover-color: #222222;
  color: #222222;
  border-color: #e3c5c8;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #edeeef;
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: #e3e4e4;
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: #e8e9ea;
  --bs-table-hover-color: #222222;
  color: #222222;
  border-color: #e3e4e4;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.625rem;
  color: #222222;
}

.col-form-label {
  padding-top: calc(0.625rem + 1px);
  padding-bottom: calc(0.625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  color: #222222;
}

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #222222;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.625rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #513E98;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #D9DEE3;
  appearance: none;
  border-radius: 0.188rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #978bc1;
  outline: 0;
  box-shadow: none;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #978bc1;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #616972;
  border-color: #616972;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.625rem 1rem;
  margin: -0.625rem -1rem;
  margin-inline-end: 1rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.625rem 1rem;
  margin: -0.625rem -1rem;
  margin-inline-end: 1rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.188rem;
}
.form-control-sm::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-radius: 0.188rem;
}
.form-control-lg::file-selector-button {
  padding: 0.75rem 1rem;
  margin: -0.75rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.75rem 1rem;
  margin: -0.75rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.625rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.188rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.188rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.625rem 2.25rem 0.625rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #513E98;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7.41'%3e%3cpath d='M7.41,8.59,12,13.17l4.59-4.58L18,10l-6,6L6,10Z' transform='translate%28-6 -8.59%29' fill='%23978bc1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 12px 7px;
  border: 1px solid #D9DEE3;
  border-radius: 0.188rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #978bc1;
  outline: 0;
  box-shadow: none;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled {
  color: #978bc1;
  background-color: #EEEFF3;
  border-color: #616972;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #513E98;
}

.form-select-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -2rem;
}

.form-check-input {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.125rem;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #b9b2d6;
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #b9b2d6;
  outline: 0;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #513E98;
  border-color: #513E98;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3e%3cg transform='translate%283 2%29'%3e%3cpath d='M0,0H23V23H0Z' transform='translate%28-3 -2%29' fill='none'/%3e%3cpath data-name='Path 112' d='M7.6,13.55,4.45,10.4,3.4,11.45l4.2,4.2,9-9L15.55,5.6Z' transform='translate%28-1.4 -1.6%29' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3e%3cg transform='translate%28-1132 -5076%29'%3e%3ccircle cx='11.5' cy='11.5' r='11.5' transform='translate%281132 5076%29' fill='%23fff'/%3e%3ccircle cx='7.5' cy='7.5' r='7.5' transform='translate%281136 5080%29' fill='%232052eb'/%3e%3c/g%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 1;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 1;
}

.form-check-label {
  color: #513E98;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2.8rem;
  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-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.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='%23b9b2d6'/%3e%3c/svg%3e");
}
.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");
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.625rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #513E98;
  text-align: center;
  white-space: nowrap;
  background-color: #EEEFF3;
  border: 1px solid #D9DEE3;
  border-radius: 0.188rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border-radius: 0.188rem;
}

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  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='%23198754' 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 .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.063rem #198754;
}

.was-validated textarea.form-control:valid, 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 .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7.41'%3e%3cpath d='M7.41,8.59,12,13.17l4.59-4.58L18,10l-6,6L6,10Z' transform='translate%28-6 -8.59%29' fill='%23978bc1'/%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='%23198754' 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 2.25rem;
  background-size: 12px 7px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.063rem #198754;
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.063rem #198754;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

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

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

.was-validated .form-control:invalid, .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' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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 .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.063rem #dc3545;
}

.was-validated textarea.form-control:invalid, 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 .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7.41'%3e%3cpath d='M7.41,8.59,12,13.17l4.59-4.58L18,10l-6,6L6,10Z' transform='translate%28-6 -8.59%29' fill='%23978bc1'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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 2.25rem;
  background-size: 12px 7px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.063rem #dc3545;
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.063rem #dc3545;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #616972;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.625rem 1.563rem;
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #616972;
  text-decoration: none;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.5;
}

.btn-primary {
  color: #fff;
  background-color: #513E98;
  border-color: #513E98;
}
.btn-primary:hover {
  color: #fff;
  background-color: #453581;
  border-color: #41327a;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #453581;
  border-color: #41327a;
  box-shadow: 0 0 0 0 rgba(107, 91, 167, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #41327a;
  border-color: #3d2f72;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(107, 91, 167, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #513E98;
  border-color: #513E98;
}

.btn-secondary {
  color: #fff;
  background-color: #513E98;
  border-color: #513E98;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #453581;
  border-color: #41327a;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #453581;
  border-color: #41327a;
  box-shadow: 0 0 0 0 rgba(107, 91, 167, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #41327a;
  border-color: #3d2f72;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(107, 91, 167, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #513E98;
  border-color: #513E98;
}

.btn-success {
  color: #fff;
  background-color: #3AB982;
  border-color: #3AB982;
}
.btn-success:hover {
  color: #fff;
  background-color: #319d6f;
  border-color: #2e9468;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #319d6f;
  border-color: #2e9468;
  box-shadow: 0 0 0 0 rgba(88, 196, 149, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2e9468;
  border-color: #2c8b62;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(88, 196, 149, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #3AB982;
  border-color: #3AB982;
}

.btn-info {
  color: #fff;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #fff;
  background-color: #0baccc;
  border-color: #0aa2c0;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #0baccc;
  border-color: #0aa2c0;
  box-shadow: 0 0 0 0 rgba(49, 210, 242, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0aa2c0;
  border-color: #0a98b4;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(49, 210, 242, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #fff;
  background-color: #C28B24;
  border-color: #C28B24;
}
.btn-warning:hover {
  color: #fff;
  background-color: #a5761f;
  border-color: #9b6f1d;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #fff;
  background-color: #a5761f;
  border-color: #9b6f1d;
  box-shadow: 0 0 0 0 rgba(203, 156, 69, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #9b6f1d;
  border-color: #92681b;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(203, 156, 69, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #fff;
  background-color: #C28B24;
  border-color: #C28B24;
}

.btn-danger {
  color: #fff;
  background-color: #F05454;
  border-color: #F05454;
}
.btn-danger:hover {
  color: #fff;
  background-color: #cc4747;
  border-color: #c04343;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #cc4747;
  border-color: #c04343;
  box-shadow: 0 0 0 0 rgba(242, 110, 110, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c04343;
  border-color: #b43f3f;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(242, 110, 110, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #F05454;
  border-color: #F05454;
}

.btn-light {
  color: #222222;
  background-color: #F4F7FE;
  border-color: #F4F7FE;
}
.btn-light:hover {
  color: #222222;
  background-color: #f6f8fe;
  border-color: #f5f8fe;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #222222;
  background-color: #f6f8fe;
  border-color: #f5f8fe;
  box-shadow: 0 0 0 0 rgba(213, 215, 221, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #222222;
  background-color: #f6f9fe;
  border-color: #f5f8fe;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(213, 215, 221, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #222222;
  background-color: #F4F7FE;
  border-color: #F4F7FE;
}

.btn-dark {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #1b1b1b;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #1b1b1b;
  box-shadow: 0 0 0 0 rgba(67, 67, 67, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1a1a1a;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(67, 67, 67, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.btn-gray {
  color: #fff;
  background-color: #A3ACB5;
  border-color: #A3ACB5;
}
.btn-gray:hover {
  color: #fff;
  background-color: #8b929a;
  border-color: #828a91;
}
.btn-check:focus + .btn-gray, .btn-gray:focus {
  color: #fff;
  background-color: #8b929a;
  border-color: #828a91;
  box-shadow: 0 0 0 0 rgba(177, 184, 192, 0.5);
}
.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #828a91;
  border-color: #7a8188;
}
.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(177, 184, 192, 0.5);
}
.btn-gray:disabled, .btn-gray.disabled {
  color: #fff;
  background-color: #A3ACB5;
  border-color: #A3ACB5;
}

.btn-primary-100 {
  color: #222222;
  background-color: #dcd8ea;
  border-color: #dcd8ea;
}
.btn-primary-100:hover {
  color: #222222;
  background-color: #e1deed;
  border-color: #e0dcec;
}
.btn-check:focus + .btn-primary-100, .btn-primary-100:focus {
  color: #222222;
  background-color: #e1deed;
  border-color: #e0dcec;
  box-shadow: 0 0 0 0 rgba(192, 189, 204, 0.5);
}
.btn-check:checked + .btn-primary-100, .btn-check:active + .btn-primary-100, .btn-primary-100:active, .btn-primary-100.active, .show > .btn-primary-100.dropdown-toggle {
  color: #222222;
  background-color: #e3e0ee;
  border-color: #e0dcec;
}
.btn-check:checked + .btn-primary-100:focus, .btn-check:active + .btn-primary-100:focus, .btn-primary-100:active:focus, .btn-primary-100.active:focus, .show > .btn-primary-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(192, 189, 204, 0.5);
}
.btn-primary-100:disabled, .btn-primary-100.disabled {
  color: #222222;
  background-color: #dcd8ea;
  border-color: #dcd8ea;
}

.btn-primary-200 {
  color: #fff;
  background-color: #b9b2d6;
  border-color: #b9b2d6;
}
.btn-primary-200:hover {
  color: #fff;
  background-color: #9d97b6;
  border-color: #948eab;
}
.btn-check:focus + .btn-primary-200, .btn-primary-200:focus {
  color: #fff;
  background-color: #9d97b6;
  border-color: #948eab;
  box-shadow: 0 0 0 0 rgba(196, 190, 220, 0.5);
}
.btn-check:checked + .btn-primary-200, .btn-check:active + .btn-primary-200, .btn-primary-200:active, .btn-primary-200.active, .show > .btn-primary-200.dropdown-toggle {
  color: #fff;
  background-color: #948eab;
  border-color: #8b86a1;
}
.btn-check:checked + .btn-primary-200:focus, .btn-check:active + .btn-primary-200:focus, .btn-primary-200:active:focus, .btn-primary-200.active:focus, .show > .btn-primary-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(196, 190, 220, 0.5);
}
.btn-primary-200:disabled, .btn-primary-200.disabled {
  color: #fff;
  background-color: #b9b2d6;
  border-color: #b9b2d6;
}

.btn-primary-300 {
  color: #fff;
  background-color: #978bc1;
  border-color: #978bc1;
}
.btn-primary-300:hover {
  color: #fff;
  background-color: #8076a4;
  border-color: #796f9a;
}
.btn-check:focus + .btn-primary-300, .btn-primary-300:focus {
  color: #fff;
  background-color: #8076a4;
  border-color: #796f9a;
  box-shadow: 0 0 0 0 rgba(167, 156, 202, 0.5);
}
.btn-check:checked + .btn-primary-300, .btn-check:active + .btn-primary-300, .btn-primary-300:active, .btn-primary-300.active, .show > .btn-primary-300.dropdown-toggle {
  color: #fff;
  background-color: #796f9a;
  border-color: #716891;
}
.btn-check:checked + .btn-primary-300:focus, .btn-check:active + .btn-primary-300:focus, .btn-primary-300:active:focus, .btn-primary-300.active:focus, .show > .btn-primary-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(167, 156, 202, 0.5);
}
.btn-primary-300:disabled, .btn-primary-300.disabled {
  color: #fff;
  background-color: #978bc1;
  border-color: #978bc1;
}

.btn-primary-400 {
  color: #fff;
  background-color: #7465ad;
  border-color: #7465ad;
}
.btn-primary-400:hover {
  color: #fff;
  background-color: #635693;
  border-color: #5d518a;
}
.btn-check:focus + .btn-primary-400, .btn-primary-400:focus {
  color: #fff;
  background-color: #635693;
  border-color: #5d518a;
  box-shadow: 0 0 0 0 rgba(137, 124, 185, 0.5);
}
.btn-check:checked + .btn-primary-400, .btn-check:active + .btn-primary-400, .btn-primary-400:active, .btn-primary-400.active, .show > .btn-primary-400.dropdown-toggle {
  color: #fff;
  background-color: #5d518a;
  border-color: #574c82;
}
.btn-check:checked + .btn-primary-400:focus, .btn-check:active + .btn-primary-400:focus, .btn-primary-400:active:focus, .btn-primary-400.active:focus, .show > .btn-primary-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(137, 124, 185, 0.5);
}
.btn-primary-400:disabled, .btn-primary-400.disabled {
  color: #fff;
  background-color: #7465ad;
  border-color: #7465ad;
}

.btn-primary-500 {
  color: #fff;
  background-color: #513E98;
  border-color: #513E98;
}
.btn-primary-500:hover {
  color: #fff;
  background-color: #453581;
  border-color: #41327a;
}
.btn-check:focus + .btn-primary-500, .btn-primary-500:focus {
  color: #fff;
  background-color: #453581;
  border-color: #41327a;
  box-shadow: 0 0 0 0 rgba(107, 91, 167, 0.5);
}
.btn-check:checked + .btn-primary-500, .btn-check:active + .btn-primary-500, .btn-primary-500:active, .btn-primary-500.active, .show > .btn-primary-500.dropdown-toggle {
  color: #fff;
  background-color: #41327a;
  border-color: #3d2f72;
}
.btn-check:checked + .btn-primary-500:focus, .btn-check:active + .btn-primary-500:focus, .btn-primary-500:active:focus, .btn-primary-500.active:focus, .show > .btn-primary-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(107, 91, 167, 0.5);
}
.btn-primary-500:disabled, .btn-primary-500.disabled {
  color: #fff;
  background-color: #513E98;
  border-color: #513E98;
}

.btn-primary-600 {
  color: #fff;
  background-color: #41327a;
  border-color: #41327a;
}
.btn-primary-600:hover {
  color: #fff;
  background-color: #372b68;
  border-color: #342862;
}
.btn-check:focus + .btn-primary-600, .btn-primary-600:focus {
  color: #fff;
  background-color: #372b68;
  border-color: #342862;
  box-shadow: 0 0 0 0 rgba(94, 81, 142, 0.5);
}
.btn-check:checked + .btn-primary-600, .btn-check:active + .btn-primary-600, .btn-primary-600:active, .btn-primary-600.active, .show > .btn-primary-600.dropdown-toggle {
  color: #fff;
  background-color: #342862;
  border-color: #31265c;
}
.btn-check:checked + .btn-primary-600:focus, .btn-check:active + .btn-primary-600:focus, .btn-primary-600:active:focus, .btn-primary-600.active:focus, .show > .btn-primary-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(94, 81, 142, 0.5);
}
.btn-primary-600:disabled, .btn-primary-600.disabled {
  color: #fff;
  background-color: #41327a;
  border-color: #41327a;
}

.btn-primary-700 {
  color: #fff;
  background-color: #31255b;
  border-color: #31255b;
}
.btn-primary-700:hover {
  color: #fff;
  background-color: #2a1f4d;
  border-color: #271e49;
}
.btn-check:focus + .btn-primary-700, .btn-primary-700:focus {
  color: #fff;
  background-color: #2a1f4d;
  border-color: #271e49;
  box-shadow: 0 0 0 0 rgba(80, 70, 116, 0.5);
}
.btn-check:checked + .btn-primary-700, .btn-check:active + .btn-primary-700, .btn-primary-700:active, .btn-primary-700.active, .show > .btn-primary-700.dropdown-toggle {
  color: #fff;
  background-color: #271e49;
  border-color: #251c44;
}
.btn-check:checked + .btn-primary-700:focus, .btn-check:active + .btn-primary-700:focus, .btn-primary-700:active:focus, .btn-primary-700.active:focus, .show > .btn-primary-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(80, 70, 116, 0.5);
}
.btn-primary-700:disabled, .btn-primary-700.disabled {
  color: #fff;
  background-color: #31255b;
  border-color: #31255b;
}

.btn-primary-800 {
  color: #fff;
  background-color: #20193d;
  border-color: #20193d;
}
.btn-primary-800:hover {
  color: #fff;
  background-color: #1b1534;
  border-color: #1a1431;
}
.btn-check:focus + .btn-primary-800, .btn-primary-800:focus {
  color: #fff;
  background-color: #1b1534;
  border-color: #1a1431;
  box-shadow: 0 0 0 0 rgba(65, 60, 90, 0.5);
}
.btn-check:checked + .btn-primary-800, .btn-check:active + .btn-primary-800, .btn-primary-800:active, .btn-primary-800.active, .show > .btn-primary-800.dropdown-toggle {
  color: #fff;
  background-color: #1a1431;
  border-color: #18132e;
}
.btn-check:checked + .btn-primary-800:focus, .btn-check:active + .btn-primary-800:focus, .btn-primary-800:active:focus, .btn-primary-800.active:focus, .show > .btn-primary-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(65, 60, 90, 0.5);
}
.btn-primary-800:disabled, .btn-primary-800.disabled {
  color: #fff;
  background-color: #20193d;
  border-color: #20193d;
}

.btn-primary-900 {
  color: #fff;
  background-color: #100c1e;
  border-color: #100c1e;
}
.btn-primary-900:hover {
  color: #fff;
  background-color: #0e0a1a;
  border-color: #0d0a18;
}
.btn-check:focus + .btn-primary-900, .btn-primary-900:focus {
  color: #fff;
  background-color: #0e0a1a;
  border-color: #0d0a18;
  box-shadow: 0 0 0 0 rgba(52, 48, 64, 0.5);
}
.btn-check:checked + .btn-primary-900, .btn-check:active + .btn-primary-900, .btn-primary-900:active, .btn-primary-900.active, .show > .btn-primary-900.dropdown-toggle {
  color: #fff;
  background-color: #0d0a18;
  border-color: #0c0917;
}
.btn-check:checked + .btn-primary-900:focus, .btn-check:active + .btn-primary-900:focus, .btn-primary-900:active:focus, .btn-primary-900.active:focus, .show > .btn-primary-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 48, 64, 0.5);
}
.btn-primary-900:disabled, .btn-primary-900.disabled {
  color: #fff;
  background-color: #100c1e;
  border-color: #100c1e;
}

.btn-secondary-100 {
  color: #222222;
  background-color: #EEEFF3;
  border-color: #EEEFF3;
}
.btn-secondary-100:hover {
  color: #222222;
  background-color: #f1f1f5;
  border-color: #f0f1f4;
}
.btn-check:focus + .btn-secondary-100, .btn-secondary-100:focus {
  color: #222222;
  background-color: #f1f1f5;
  border-color: #f0f1f4;
  box-shadow: 0 0 0 0 rgba(207, 208, 212, 0.5);
}
.btn-check:checked + .btn-secondary-100, .btn-check:active + .btn-secondary-100, .btn-secondary-100:active, .btn-secondary-100.active, .show > .btn-secondary-100.dropdown-toggle {
  color: #222222;
  background-color: #f1f2f5;
  border-color: #f0f1f4;
}
.btn-check:checked + .btn-secondary-100:focus, .btn-check:active + .btn-secondary-100:focus, .btn-secondary-100:active:focus, .btn-secondary-100.active:focus, .show > .btn-secondary-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(207, 208, 212, 0.5);
}
.btn-secondary-100:disabled, .btn-secondary-100.disabled {
  color: #222222;
  background-color: #EEEFF3;
  border-color: #EEEFF3;
}

.btn-secondary-200 {
  color: #fff;
  background-color: #b9b2d6;
  border-color: #b9b2d6;
}
.btn-secondary-200:hover {
  color: #fff;
  background-color: #9d97b6;
  border-color: #948eab;
}
.btn-check:focus + .btn-secondary-200, .btn-secondary-200:focus {
  color: #fff;
  background-color: #9d97b6;
  border-color: #948eab;
  box-shadow: 0 0 0 0 rgba(196, 190, 220, 0.5);
}
.btn-check:checked + .btn-secondary-200, .btn-check:active + .btn-secondary-200, .btn-secondary-200:active, .btn-secondary-200.active, .show > .btn-secondary-200.dropdown-toggle {
  color: #fff;
  background-color: #948eab;
  border-color: #8b86a1;
}
.btn-check:checked + .btn-secondary-200:focus, .btn-check:active + .btn-secondary-200:focus, .btn-secondary-200:active:focus, .btn-secondary-200.active:focus, .show > .btn-secondary-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(196, 190, 220, 0.5);
}
.btn-secondary-200:disabled, .btn-secondary-200.disabled {
  color: #fff;
  background-color: #b9b2d6;
  border-color: #b9b2d6;
}

.btn-secondary-300 {
  color: #fff;
  background-color: #978bc1;
  border-color: #978bc1;
}
.btn-secondary-300:hover {
  color: #fff;
  background-color: #8076a4;
  border-color: #796f9a;
}
.btn-check:focus + .btn-secondary-300, .btn-secondary-300:focus {
  color: #fff;
  background-color: #8076a4;
  border-color: #796f9a;
  box-shadow: 0 0 0 0 rgba(167, 156, 202, 0.5);
}
.btn-check:checked + .btn-secondary-300, .btn-check:active + .btn-secondary-300, .btn-secondary-300:active, .btn-secondary-300.active, .show > .btn-secondary-300.dropdown-toggle {
  color: #fff;
  background-color: #796f9a;
  border-color: #716891;
}
.btn-check:checked + .btn-secondary-300:focus, .btn-check:active + .btn-secondary-300:focus, .btn-secondary-300:active:focus, .btn-secondary-300.active:focus, .show > .btn-secondary-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(167, 156, 202, 0.5);
}
.btn-secondary-300:disabled, .btn-secondary-300.disabled {
  color: #fff;
  background-color: #978bc1;
  border-color: #978bc1;
}

.btn-secondary-400 {
  color: #fff;
  background-color: #7465ad;
  border-color: #7465ad;
}
.btn-secondary-400:hover {
  color: #fff;
  background-color: #635693;
  border-color: #5d518a;
}
.btn-check:focus + .btn-secondary-400, .btn-secondary-400:focus {
  color: #fff;
  background-color: #635693;
  border-color: #5d518a;
  box-shadow: 0 0 0 0 rgba(137, 124, 185, 0.5);
}
.btn-check:checked + .btn-secondary-400, .btn-check:active + .btn-secondary-400, .btn-secondary-400:active, .btn-secondary-400.active, .show > .btn-secondary-400.dropdown-toggle {
  color: #fff;
  background-color: #5d518a;
  border-color: #574c82;
}
.btn-check:checked + .btn-secondary-400:focus, .btn-check:active + .btn-secondary-400:focus, .btn-secondary-400:active:focus, .btn-secondary-400.active:focus, .show > .btn-secondary-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(137, 124, 185, 0.5);
}
.btn-secondary-400:disabled, .btn-secondary-400.disabled {
  color: #fff;
  background-color: #7465ad;
  border-color: #7465ad;
}

.btn-secondary-500 {
  color: #fff;
  background-color: #513E98;
  border-color: #513E98;
}
.btn-secondary-500:hover {
  color: #fff;
  background-color: #453581;
  border-color: #41327a;
}
.btn-check:focus + .btn-secondary-500, .btn-secondary-500:focus {
  color: #fff;
  background-color: #453581;
  border-color: #41327a;
  box-shadow: 0 0 0 0 rgba(107, 91, 167, 0.5);
}
.btn-check:checked + .btn-secondary-500, .btn-check:active + .btn-secondary-500, .btn-secondary-500:active, .btn-secondary-500.active, .show > .btn-secondary-500.dropdown-toggle {
  color: #fff;
  background-color: #41327a;
  border-color: #3d2f72;
}
.btn-check:checked + .btn-secondary-500:focus, .btn-check:active + .btn-secondary-500:focus, .btn-secondary-500:active:focus, .btn-secondary-500.active:focus, .show > .btn-secondary-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(107, 91, 167, 0.5);
}
.btn-secondary-500:disabled, .btn-secondary-500.disabled {
  color: #fff;
  background-color: #513E98;
  border-color: #513E98;
}

.btn-secondary-600 {
  color: #fff;
  background-color: #41327a;
  border-color: #41327a;
}
.btn-secondary-600:hover {
  color: #fff;
  background-color: #372b68;
  border-color: #342862;
}
.btn-check:focus + .btn-secondary-600, .btn-secondary-600:focus {
  color: #fff;
  background-color: #372b68;
  border-color: #342862;
  box-shadow: 0 0 0 0 rgba(94, 81, 142, 0.5);
}
.btn-check:checked + .btn-secondary-600, .btn-check:active + .btn-secondary-600, .btn-secondary-600:active, .btn-secondary-600.active, .show > .btn-secondary-600.dropdown-toggle {
  color: #fff;
  background-color: #342862;
  border-color: #31265c;
}
.btn-check:checked + .btn-secondary-600:focus, .btn-check:active + .btn-secondary-600:focus, .btn-secondary-600:active:focus, .btn-secondary-600.active:focus, .show > .btn-secondary-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(94, 81, 142, 0.5);
}
.btn-secondary-600:disabled, .btn-secondary-600.disabled {
  color: #fff;
  background-color: #41327a;
  border-color: #41327a;
}

.btn-secondary-700 {
  color: #fff;
  background-color: #31255b;
  border-color: #31255b;
}
.btn-secondary-700:hover {
  color: #fff;
  background-color: #2a1f4d;
  border-color: #271e49;
}
.btn-check:focus + .btn-secondary-700, .btn-secondary-700:focus {
  color: #fff;
  background-color: #2a1f4d;
  border-color: #271e49;
  box-shadow: 0 0 0 0 rgba(80, 70, 116, 0.5);
}
.btn-check:checked + .btn-secondary-700, .btn-check:active + .btn-secondary-700, .btn-secondary-700:active, .btn-secondary-700.active, .show > .btn-secondary-700.dropdown-toggle {
  color: #fff;
  background-color: #271e49;
  border-color: #251c44;
}
.btn-check:checked + .btn-secondary-700:focus, .btn-check:active + .btn-secondary-700:focus, .btn-secondary-700:active:focus, .btn-secondary-700.active:focus, .show > .btn-secondary-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(80, 70, 116, 0.5);
}
.btn-secondary-700:disabled, .btn-secondary-700.disabled {
  color: #fff;
  background-color: #31255b;
  border-color: #31255b;
}

.btn-secondary-800 {
  color: #fff;
  background-color: #20193d;
  border-color: #20193d;
}
.btn-secondary-800:hover {
  color: #fff;
  background-color: #1b1534;
  border-color: #1a1431;
}
.btn-check:focus + .btn-secondary-800, .btn-secondary-800:focus {
  color: #fff;
  background-color: #1b1534;
  border-color: #1a1431;
  box-shadow: 0 0 0 0 rgba(65, 60, 90, 0.5);
}
.btn-check:checked + .btn-secondary-800, .btn-check:active + .btn-secondary-800, .btn-secondary-800:active, .btn-secondary-800.active, .show > .btn-secondary-800.dropdown-toggle {
  color: #fff;
  background-color: #1a1431;
  border-color: #18132e;
}
.btn-check:checked + .btn-secondary-800:focus, .btn-check:active + .btn-secondary-800:focus, .btn-secondary-800:active:focus, .btn-secondary-800.active:focus, .show > .btn-secondary-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(65, 60, 90, 0.5);
}
.btn-secondary-800:disabled, .btn-secondary-800.disabled {
  color: #fff;
  background-color: #20193d;
  border-color: #20193d;
}

.btn-secondary-900 {
  color: #fff;
  background-color: #100c1e;
  border-color: #100c1e;
}
.btn-secondary-900:hover {
  color: #fff;
  background-color: #0e0a1a;
  border-color: #0d0a18;
}
.btn-check:focus + .btn-secondary-900, .btn-secondary-900:focus {
  color: #fff;
  background-color: #0e0a1a;
  border-color: #0d0a18;
  box-shadow: 0 0 0 0 rgba(52, 48, 64, 0.5);
}
.btn-check:checked + .btn-secondary-900, .btn-check:active + .btn-secondary-900, .btn-secondary-900:active, .btn-secondary-900.active, .show > .btn-secondary-900.dropdown-toggle {
  color: #fff;
  background-color: #0d0a18;
  border-color: #0c0917;
}
.btn-check:checked + .btn-secondary-900:focus, .btn-check:active + .btn-secondary-900:focus, .btn-secondary-900:active:focus, .btn-secondary-900.active:focus, .show > .btn-secondary-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 48, 64, 0.5);
}
.btn-secondary-900:disabled, .btn-secondary-900.disabled {
  color: #fff;
  background-color: #100c1e;
  border-color: #100c1e;
}

.btn-success-100 {
  color: #222222;
  background-color: #d8f1e6;
  border-color: #d8f1e6;
}
.btn-success-100:hover {
  color: #222222;
  background-color: #def3ea;
  border-color: #dcf2e9;
}
.btn-check:focus + .btn-success-100, .btn-success-100:focus {
  color: #222222;
  background-color: #def3ea;
  border-color: #dcf2e9;
  box-shadow: 0 0 0 0 rgba(189, 210, 201, 0.5);
}
.btn-check:checked + .btn-success-100, .btn-check:active + .btn-success-100, .btn-success-100:active, .btn-success-100.active, .show > .btn-success-100.dropdown-toggle {
  color: #222222;
  background-color: #e0f4eb;
  border-color: #dcf2e9;
}
.btn-check:checked + .btn-success-100:focus, .btn-check:active + .btn-success-100:focus, .btn-success-100:active:focus, .btn-success-100.active:focus, .show > .btn-success-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(189, 210, 201, 0.5);
}
.btn-success-100:disabled, .btn-success-100.disabled {
  color: #222222;
  background-color: #d8f1e6;
  border-color: #d8f1e6;
}

.btn-success-200 {
  color: #222222;
  background-color: #b0e3cd;
  border-color: #b0e3cd;
}
.btn-success-200:hover {
  color: #222222;
  background-color: #bce7d5;
  border-color: #b8e6d2;
}
.btn-check:focus + .btn-success-200, .btn-success-200:focus {
  color: #222222;
  background-color: #bce7d5;
  border-color: #b8e6d2;
  box-shadow: 0 0 0 0 rgba(155, 198, 179, 0.5);
}
.btn-check:checked + .btn-success-200, .btn-check:active + .btn-success-200, .btn-success-200:active, .btn-success-200.active, .show > .btn-success-200.dropdown-toggle {
  color: #222222;
  background-color: #c0e9d7;
  border-color: #b8e6d2;
}
.btn-check:checked + .btn-success-200:focus, .btn-check:active + .btn-success-200:focus, .btn-success-200:active:focus, .btn-success-200.active:focus, .show > .btn-success-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(155, 198, 179, 0.5);
}
.btn-success-200:disabled, .btn-success-200.disabled {
  color: #222222;
  background-color: #b0e3cd;
  border-color: #b0e3cd;
}

.btn-success-300 {
  color: #222222;
  background-color: #89d5b4;
  border-color: #89d5b4;
}
.btn-success-300:hover {
  color: #222222;
  background-color: #9bdbbf;
  border-color: #95d9bc;
}
.btn-check:focus + .btn-success-300, .btn-success-300:focus {
  color: #222222;
  background-color: #9bdbbf;
  border-color: #95d9bc;
  box-shadow: 0 0 0 0 rgba(122, 186, 158, 0.5);
}
.btn-check:checked + .btn-success-300, .btn-check:active + .btn-success-300, .btn-success-300:active, .btn-success-300.active, .show > .btn-success-300.dropdown-toggle {
  color: #222222;
  background-color: #a1ddc3;
  border-color: #95d9bc;
}
.btn-check:checked + .btn-success-300:focus, .btn-check:active + .btn-success-300:focus, .btn-success-300:active:focus, .btn-success-300.active:focus, .show > .btn-success-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(122, 186, 158, 0.5);
}
.btn-success-300:disabled, .btn-success-300.disabled {
  color: #222222;
  background-color: #89d5b4;
  border-color: #89d5b4;
}

.btn-success-400 {
  color: #fff;
  background-color: #61c79b;
  border-color: #61c79b;
}
.btn-success-400:hover {
  color: #fff;
  background-color: #52a984;
  border-color: #4e9f7c;
}
.btn-check:focus + .btn-success-400, .btn-success-400:focus {
  color: #fff;
  background-color: #52a984;
  border-color: #4e9f7c;
  box-shadow: 0 0 0 0 rgba(121, 207, 170, 0.5);
}
.btn-check:checked + .btn-success-400, .btn-check:active + .btn-success-400, .btn-success-400:active, .btn-success-400.active, .show > .btn-success-400.dropdown-toggle {
  color: #fff;
  background-color: #4e9f7c;
  border-color: #499574;
}
.btn-check:checked + .btn-success-400:focus, .btn-check:active + .btn-success-400:focus, .btn-success-400:active:focus, .btn-success-400.active:focus, .show > .btn-success-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(121, 207, 170, 0.5);
}
.btn-success-400:disabled, .btn-success-400.disabled {
  color: #fff;
  background-color: #61c79b;
  border-color: #61c79b;
}

.btn-success-500 {
  color: #fff;
  background-color: #3AB982;
  border-color: #3AB982;
}
.btn-success-500:hover {
  color: #fff;
  background-color: #319d6f;
  border-color: #2e9468;
}
.btn-check:focus + .btn-success-500, .btn-success-500:focus {
  color: #fff;
  background-color: #319d6f;
  border-color: #2e9468;
  box-shadow: 0 0 0 0 rgba(88, 196, 149, 0.5);
}
.btn-check:checked + .btn-success-500, .btn-check:active + .btn-success-500, .btn-success-500:active, .btn-success-500.active, .show > .btn-success-500.dropdown-toggle {
  color: #fff;
  background-color: #2e9468;
  border-color: #2c8b62;
}
.btn-check:checked + .btn-success-500:focus, .btn-check:active + .btn-success-500:focus, .btn-success-500:active:focus, .btn-success-500.active:focus, .show > .btn-success-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(88, 196, 149, 0.5);
}
.btn-success-500:disabled, .btn-success-500.disabled {
  color: #fff;
  background-color: #3AB982;
  border-color: #3AB982;
}

.btn-success-600 {
  color: #fff;
  background-color: #2e9468;
  border-color: #2e9468;
}
.btn-success-600:hover {
  color: #fff;
  background-color: #277e58;
  border-color: #257653;
}
.btn-check:focus + .btn-success-600, .btn-success-600:focus {
  color: #fff;
  background-color: #277e58;
  border-color: #257653;
  box-shadow: 0 0 0 0 rgba(77, 164, 127, 0.5);
}
.btn-check:checked + .btn-success-600, .btn-check:active + .btn-success-600, .btn-success-600:active, .btn-success-600.active, .show > .btn-success-600.dropdown-toggle {
  color: #fff;
  background-color: #257653;
  border-color: #236f4e;
}
.btn-check:checked + .btn-success-600:focus, .btn-check:active + .btn-success-600:focus, .btn-success-600:active:focus, .btn-success-600.active:focus, .show > .btn-success-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(77, 164, 127, 0.5);
}
.btn-success-600:disabled, .btn-success-600.disabled {
  color: #fff;
  background-color: #2e9468;
  border-color: #2e9468;
}

.btn-success-700 {
  color: #fff;
  background-color: #236f4e;
  border-color: #236f4e;
}
.btn-success-700:hover {
  color: #fff;
  background-color: #1e5e42;
  border-color: #1c593e;
}
.btn-check:focus + .btn-success-700, .btn-success-700:focus {
  color: #fff;
  background-color: #1e5e42;
  border-color: #1c593e;
  box-shadow: 0 0 0 0 rgba(68, 133, 105, 0.5);
}
.btn-check:checked + .btn-success-700, .btn-check:active + .btn-success-700, .btn-success-700:active, .btn-success-700.active, .show > .btn-success-700.dropdown-toggle {
  color: #fff;
  background-color: #1c593e;
  border-color: #1a533b;
}
.btn-check:checked + .btn-success-700:focus, .btn-check:active + .btn-success-700:focus, .btn-success-700:active:focus, .btn-success-700.active:focus, .show > .btn-success-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(68, 133, 105, 0.5);
}
.btn-success-700:disabled, .btn-success-700.disabled {
  color: #fff;
  background-color: #236f4e;
  border-color: #236f4e;
}

.btn-success-800 {
  color: #fff;
  background-color: #174a34;
  border-color: #174a34;
}
.btn-success-800:hover {
  color: #fff;
  background-color: #143f2c;
  border-color: #123b2a;
}
.btn-check:focus + .btn-success-800, .btn-success-800:focus {
  color: #fff;
  background-color: #143f2c;
  border-color: #123b2a;
  box-shadow: 0 0 0 0 rgba(58, 101, 82, 0.5);
}
.btn-check:checked + .btn-success-800, .btn-check:active + .btn-success-800, .btn-success-800:active, .btn-success-800.active, .show > .btn-success-800.dropdown-toggle {
  color: #fff;
  background-color: #123b2a;
  border-color: #113827;
}
.btn-check:checked + .btn-success-800:focus, .btn-check:active + .btn-success-800:focus, .btn-success-800:active:focus, .btn-success-800.active:focus, .show > .btn-success-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 101, 82, 0.5);
}
.btn-success-800:disabled, .btn-success-800.disabled {
  color: #fff;
  background-color: #174a34;
  border-color: #174a34;
}

.btn-success-900 {
  color: #fff;
  background-color: #0c251a;
  border-color: #0c251a;
}
.btn-success-900:hover {
  color: #fff;
  background-color: #0a1f16;
  border-color: #0a1e15;
}
.btn-check:focus + .btn-success-900, .btn-success-900:focus {
  color: #fff;
  background-color: #0a1f16;
  border-color: #0a1e15;
  box-shadow: 0 0 0 0 rgba(48, 70, 60, 0.5);
}
.btn-check:checked + .btn-success-900, .btn-check:active + .btn-success-900, .btn-success-900:active, .btn-success-900.active, .show > .btn-success-900.dropdown-toggle {
  color: #fff;
  background-color: #0a1e15;
  border-color: #091c14;
}
.btn-check:checked + .btn-success-900:focus, .btn-check:active + .btn-success-900:focus, .btn-success-900:active:focus, .btn-success-900.active:focus, .show > .btn-success-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(48, 70, 60, 0.5);
}
.btn-success-900:disabled, .btn-success-900.disabled {
  color: #fff;
  background-color: #0c251a;
  border-color: #0c251a;
}

.btn-warning-100 {
  color: #222222;
  background-color: #f3e8d3;
  border-color: #f3e8d3;
}
.btn-warning-100:hover {
  color: #222222;
  background-color: #f5ebda;
  border-color: #f4ead7;
}
.btn-check:focus + .btn-warning-100, .btn-warning-100:focus {
  color: #222222;
  background-color: #f5ebda;
  border-color: #f4ead7;
  box-shadow: 0 0 0 0 rgba(212, 202, 184, 0.5);
}
.btn-check:checked + .btn-warning-100, .btn-check:active + .btn-warning-100, .btn-warning-100:active, .btn-warning-100.active, .show > .btn-warning-100.dropdown-toggle {
  color: #222222;
  background-color: #f5eddc;
  border-color: #f4ead7;
}
.btn-check:checked + .btn-warning-100:focus, .btn-check:active + .btn-warning-100:focus, .btn-warning-100:active:focus, .btn-warning-100.active:focus, .show > .btn-warning-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(212, 202, 184, 0.5);
}
.btn-warning-100:disabled, .btn-warning-100.disabled {
  color: #222222;
  background-color: #f3e8d3;
  border-color: #f3e8d3;
}

.btn-warning-200 {
  color: #222222;
  background-color: #e7d1a7;
  border-color: #e7d1a7;
}
.btn-warning-200:hover {
  color: #222222;
  background-color: #ebd8b4;
  border-color: #e9d6b0;
}
.btn-check:focus + .btn-warning-200, .btn-warning-200:focus {
  color: #222222;
  background-color: #ebd8b4;
  border-color: #e9d6b0;
  box-shadow: 0 0 0 0 rgba(201, 183, 147, 0.5);
}
.btn-check:checked + .btn-warning-200, .btn-check:active + .btn-warning-200, .btn-warning-200:active, .btn-warning-200.active, .show > .btn-warning-200.dropdown-toggle {
  color: #222222;
  background-color: #ecdab9;
  border-color: #e9d6b0;
}
.btn-check:checked + .btn-warning-200:focus, .btn-check:active + .btn-warning-200:focus, .btn-warning-200:active:focus, .btn-warning-200.active:focus, .show > .btn-warning-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(201, 183, 147, 0.5);
}
.btn-warning-200:disabled, .btn-warning-200.disabled {
  color: #222222;
  background-color: #e7d1a7;
  border-color: #e7d1a7;
}

.btn-warning-300 {
  color: #fff;
  background-color: #dab97c;
  border-color: #dab97c;
}
.btn-warning-300:hover {
  color: #fff;
  background-color: #b99d69;
  border-color: #ae9463;
}
.btn-check:focus + .btn-warning-300, .btn-warning-300:focus {
  color: #fff;
  background-color: #b99d69;
  border-color: #ae9463;
  box-shadow: 0 0 0 0 rgba(224, 196, 144, 0.5);
}
.btn-check:checked + .btn-warning-300, .btn-check:active + .btn-warning-300, .btn-warning-300:active, .btn-warning-300.active, .show > .btn-warning-300.dropdown-toggle {
  color: #fff;
  background-color: #ae9463;
  border-color: #a48b5d;
}
.btn-check:checked + .btn-warning-300:focus, .btn-check:active + .btn-warning-300:focus, .btn-warning-300:active:focus, .btn-warning-300.active:focus, .show > .btn-warning-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(224, 196, 144, 0.5);
}
.btn-warning-300:disabled, .btn-warning-300.disabled {
  color: #fff;
  background-color: #dab97c;
  border-color: #dab97c;
}

.btn-warning-400 {
  color: #fff;
  background-color: #cea250;
  border-color: #cea250;
}
.btn-warning-400:hover {
  color: #fff;
  background-color: #af8a44;
  border-color: #a58240;
}
.btn-check:focus + .btn-warning-400, .btn-warning-400:focus {
  color: #fff;
  background-color: #af8a44;
  border-color: #a58240;
  box-shadow: 0 0 0 0 rgba(213, 176, 106, 0.5);
}
.btn-check:checked + .btn-warning-400, .btn-check:active + .btn-warning-400, .btn-warning-400:active, .btn-warning-400.active, .show > .btn-warning-400.dropdown-toggle {
  color: #fff;
  background-color: #a58240;
  border-color: #9b7a3c;
}
.btn-check:checked + .btn-warning-400:focus, .btn-check:active + .btn-warning-400:focus, .btn-warning-400:active:focus, .btn-warning-400.active:focus, .show > .btn-warning-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(213, 176, 106, 0.5);
}
.btn-warning-400:disabled, .btn-warning-400.disabled {
  color: #fff;
  background-color: #cea250;
  border-color: #cea250;
}

.btn-warning-500 {
  color: #fff;
  background-color: #C28B24;
  border-color: #C28B24;
}
.btn-warning-500:hover {
  color: #fff;
  background-color: #a5761f;
  border-color: #9b6f1d;
}
.btn-check:focus + .btn-warning-500, .btn-warning-500:focus {
  color: #fff;
  background-color: #a5761f;
  border-color: #9b6f1d;
  box-shadow: 0 0 0 0 rgba(203, 156, 69, 0.5);
}
.btn-check:checked + .btn-warning-500, .btn-check:active + .btn-warning-500, .btn-warning-500:active, .btn-warning-500.active, .show > .btn-warning-500.dropdown-toggle {
  color: #fff;
  background-color: #9b6f1d;
  border-color: #92681b;
}
.btn-check:checked + .btn-warning-500:focus, .btn-check:active + .btn-warning-500:focus, .btn-warning-500:active:focus, .btn-warning-500.active:focus, .show > .btn-warning-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(203, 156, 69, 0.5);
}
.btn-warning-500:disabled, .btn-warning-500.disabled {
  color: #fff;
  background-color: #C28B24;
  border-color: #C28B24;
}

.btn-warning-600 {
  color: #fff;
  background-color: #9b6f1d;
  border-color: #9b6f1d;
}
.btn-warning-600:hover {
  color: #fff;
  background-color: #845e19;
  border-color: #7c5917;
}
.btn-check:focus + .btn-warning-600, .btn-warning-600:focus {
  color: #fff;
  background-color: #845e19;
  border-color: #7c5917;
  box-shadow: 0 0 0 0 rgba(170, 133, 63, 0.5);
}
.btn-check:checked + .btn-warning-600, .btn-check:active + .btn-warning-600, .btn-warning-600:active, .btn-warning-600.active, .show > .btn-warning-600.dropdown-toggle {
  color: #fff;
  background-color: #7c5917;
  border-color: #745316;
}
.btn-check:checked + .btn-warning-600:focus, .btn-check:active + .btn-warning-600:focus, .btn-warning-600:active:focus, .btn-warning-600.active:focus, .show > .btn-warning-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(170, 133, 63, 0.5);
}
.btn-warning-600:disabled, .btn-warning-600.disabled {
  color: #fff;
  background-color: #9b6f1d;
  border-color: #9b6f1d;
}

.btn-warning-700 {
  color: #fff;
  background-color: #745316;
  border-color: #745316;
}
.btn-warning-700:hover {
  color: #fff;
  background-color: #634713;
  border-color: #5d4212;
}
.btn-check:focus + .btn-warning-700, .btn-warning-700:focus {
  color: #fff;
  background-color: #634713;
  border-color: #5d4212;
  box-shadow: 0 0 0 0 rgba(137, 109, 57, 0.5);
}
.btn-check:checked + .btn-warning-700, .btn-check:active + .btn-warning-700, .btn-warning-700:active, .btn-warning-700.active, .show > .btn-warning-700.dropdown-toggle {
  color: #fff;
  background-color: #5d4212;
  border-color: #573e11;
}
.btn-check:checked + .btn-warning-700:focus, .btn-check:active + .btn-warning-700:focus, .btn-warning-700:active:focus, .btn-warning-700.active:focus, .show > .btn-warning-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(137, 109, 57, 0.5);
}
.btn-warning-700:disabled, .btn-warning-700.disabled {
  color: #fff;
  background-color: #745316;
  border-color: #745316;
}

.btn-warning-800 {
  color: #fff;
  background-color: #4e380e;
  border-color: #4e380e;
}
.btn-warning-800:hover {
  color: #fff;
  background-color: #42300c;
  border-color: #3e2d0b;
}
.btn-check:focus + .btn-warning-800, .btn-warning-800:focus {
  color: #fff;
  background-color: #42300c;
  border-color: #3e2d0b;
  box-shadow: 0 0 0 0 rgba(105, 86, 50, 0.5);
}
.btn-check:checked + .btn-warning-800, .btn-check:active + .btn-warning-800, .btn-warning-800:active, .btn-warning-800.active, .show > .btn-warning-800.dropdown-toggle {
  color: #fff;
  background-color: #3e2d0b;
  border-color: #3b2a0b;
}
.btn-check:checked + .btn-warning-800:focus, .btn-check:active + .btn-warning-800:focus, .btn-warning-800:active:focus, .btn-warning-800.active:focus, .show > .btn-warning-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(105, 86, 50, 0.5);
}
.btn-warning-800:disabled, .btn-warning-800.disabled {
  color: #fff;
  background-color: #4e380e;
  border-color: #4e380e;
}

.btn-warning-900 {
  color: #fff;
  background-color: #271c07;
  border-color: #271c07;
}
.btn-warning-900:hover {
  color: #fff;
  background-color: #211806;
  border-color: #1f1606;
}
.btn-check:focus + .btn-warning-900, .btn-warning-900:focus {
  color: #fff;
  background-color: #211806;
  border-color: #1f1606;
  box-shadow: 0 0 0 0 rgba(71, 62, 44, 0.5);
}
.btn-check:checked + .btn-warning-900, .btn-check:active + .btn-warning-900, .btn-warning-900:active, .btn-warning-900.active, .show > .btn-warning-900.dropdown-toggle {
  color: #fff;
  background-color: #1f1606;
  border-color: #1d1505;
}
.btn-check:checked + .btn-warning-900:focus, .btn-check:active + .btn-warning-900:focus, .btn-warning-900:active:focus, .btn-warning-900.active:focus, .show > .btn-warning-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(71, 62, 44, 0.5);
}
.btn-warning-900:disabled, .btn-warning-900.disabled {
  color: #fff;
  background-color: #271c07;
  border-color: #271c07;
}

.btn-danger-100 {
  color: #222222;
  background-color: #fcdddd;
  border-color: #fcdddd;
}
.btn-danger-100:hover {
  color: #222222;
  background-color: #fce2e2;
  border-color: #fce0e0;
}
.btn-check:focus + .btn-danger-100, .btn-danger-100:focus {
  color: #222222;
  background-color: #fce2e2;
  border-color: #fce0e0;
  box-shadow: 0 0 0 0 rgba(219, 193, 193, 0.5);
}
.btn-check:checked + .btn-danger-100, .btn-check:active + .btn-danger-100, .btn-danger-100:active, .btn-danger-100.active, .show > .btn-danger-100.dropdown-toggle {
  color: #222222;
  background-color: #fde4e4;
  border-color: #fce0e0;
}
.btn-check:checked + .btn-danger-100:focus, .btn-check:active + .btn-danger-100:focus, .btn-danger-100:active:focus, .btn-danger-100.active:focus, .show > .btn-danger-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(219, 193, 193, 0.5);
}
.btn-danger-100:disabled, .btn-danger-100.disabled {
  color: #222222;
  background-color: #fcdddd;
  border-color: #fcdddd;
}

.btn-danger-200 {
  color: #222222;
  background-color: #f9bbbb;
  border-color: #f9bbbb;
}
.btn-danger-200:hover {
  color: #222222;
  background-color: #fac5c5;
  border-color: #fac2c2;
}
.btn-check:focus + .btn-danger-200, .btn-danger-200:focus {
  color: #222222;
  background-color: #fac5c5;
  border-color: #fac2c2;
  box-shadow: 0 0 0 0 rgba(217, 164, 164, 0.5);
}
.btn-check:checked + .btn-danger-200, .btn-check:active + .btn-danger-200, .btn-danger-200:active, .btn-danger-200.active, .show > .btn-danger-200.dropdown-toggle {
  color: #222222;
  background-color: #fac9c9;
  border-color: #fac2c2;
}
.btn-check:checked + .btn-danger-200:focus, .btn-check:active + .btn-danger-200:focus, .btn-danger-200:active:focus, .btn-danger-200.active:focus, .show > .btn-danger-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(217, 164, 164, 0.5);
}
.btn-danger-200:disabled, .btn-danger-200.disabled {
  color: #222222;
  background-color: #f9bbbb;
  border-color: #f9bbbb;
}

.btn-danger-300 {
  color: #fff;
  background-color: #f69898;
  border-color: #f69898;
}
.btn-danger-300:hover {
  color: #fff;
  background-color: #d18181;
  border-color: #c57a7a;
}
.btn-check:focus + .btn-danger-300, .btn-danger-300:focus {
  color: #fff;
  background-color: #d18181;
  border-color: #c57a7a;
  box-shadow: 0 0 0 0 rgba(247, 167, 167, 0.5);
}
.btn-check:checked + .btn-danger-300, .btn-check:active + .btn-danger-300, .btn-danger-300:active, .btn-danger-300.active, .show > .btn-danger-300.dropdown-toggle {
  color: #fff;
  background-color: #c57a7a;
  border-color: #b97272;
}
.btn-check:checked + .btn-danger-300:focus, .btn-check:active + .btn-danger-300:focus, .btn-danger-300:active:focus, .btn-danger-300.active:focus, .show > .btn-danger-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(247, 167, 167, 0.5);
}
.btn-danger-300:disabled, .btn-danger-300.disabled {
  color: #fff;
  background-color: #f69898;
  border-color: #f69898;
}

.btn-danger-400 {
  color: #fff;
  background-color: #f37676;
  border-color: #f37676;
}
.btn-danger-400:hover {
  color: #fff;
  background-color: #cf6464;
  border-color: #c25e5e;
}
.btn-check:focus + .btn-danger-400, .btn-danger-400:focus {
  color: #fff;
  background-color: #cf6464;
  border-color: #c25e5e;
  box-shadow: 0 0 0 0 rgba(245, 139, 139, 0.5);
}
.btn-check:checked + .btn-danger-400, .btn-check:active + .btn-danger-400, .btn-danger-400:active, .btn-danger-400.active, .show > .btn-danger-400.dropdown-toggle {
  color: #fff;
  background-color: #c25e5e;
  border-color: #b65959;
}
.btn-check:checked + .btn-danger-400:focus, .btn-check:active + .btn-danger-400:focus, .btn-danger-400:active:focus, .btn-danger-400.active:focus, .show > .btn-danger-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(245, 139, 139, 0.5);
}
.btn-danger-400:disabled, .btn-danger-400.disabled {
  color: #fff;
  background-color: #f37676;
  border-color: #f37676;
}

.btn-danger-500 {
  color: #fff;
  background-color: #F05454;
  border-color: #F05454;
}
.btn-danger-500:hover {
  color: #fff;
  background-color: #cc4747;
  border-color: #c04343;
}
.btn-check:focus + .btn-danger-500, .btn-danger-500:focus {
  color: #fff;
  background-color: #cc4747;
  border-color: #c04343;
  box-shadow: 0 0 0 0 rgba(242, 110, 110, 0.5);
}
.btn-check:checked + .btn-danger-500, .btn-check:active + .btn-danger-500, .btn-danger-500:active, .btn-danger-500.active, .show > .btn-danger-500.dropdown-toggle {
  color: #fff;
  background-color: #c04343;
  border-color: #b43f3f;
}
.btn-check:checked + .btn-danger-500:focus, .btn-check:active + .btn-danger-500:focus, .btn-danger-500:active:focus, .btn-danger-500.active:focus, .show > .btn-danger-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(242, 110, 110, 0.5);
}
.btn-danger-500:disabled, .btn-danger-500.disabled {
  color: #fff;
  background-color: #F05454;
  border-color: #F05454;
}

.btn-danger-600 {
  color: #fff;
  background-color: #c04343;
  border-color: #c04343;
}
.btn-danger-600:hover {
  color: #fff;
  background-color: #a33939;
  border-color: #9a3636;
}
.btn-check:focus + .btn-danger-600, .btn-danger-600:focus {
  color: #fff;
  background-color: #a33939;
  border-color: #9a3636;
  box-shadow: 0 0 0 0 rgba(201, 95, 95, 0.5);
}
.btn-check:checked + .btn-danger-600, .btn-check:active + .btn-danger-600, .btn-danger-600:active, .btn-danger-600.active, .show > .btn-danger-600.dropdown-toggle {
  color: #fff;
  background-color: #9a3636;
  border-color: #903232;
}
.btn-check:checked + .btn-danger-600:focus, .btn-check:active + .btn-danger-600:focus, .btn-danger-600:active:focus, .btn-danger-600.active:focus, .show > .btn-danger-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(201, 95, 95, 0.5);
}
.btn-danger-600:disabled, .btn-danger-600.disabled {
  color: #fff;
  background-color: #c04343;
  border-color: #c04343;
}

.btn-danger-700 {
  color: #fff;
  background-color: #903232;
  border-color: #903232;
}
.btn-danger-700:hover {
  color: #fff;
  background-color: #7a2b2b;
  border-color: #732828;
}
.btn-check:focus + .btn-danger-700, .btn-danger-700:focus {
  color: #fff;
  background-color: #7a2b2b;
  border-color: #732828;
  box-shadow: 0 0 0 0 rgba(161, 81, 81, 0.5);
}
.btn-check:checked + .btn-danger-700, .btn-check:active + .btn-danger-700, .btn-danger-700:active, .btn-danger-700.active, .show > .btn-danger-700.dropdown-toggle {
  color: #fff;
  background-color: #732828;
  border-color: #6c2626;
}
.btn-check:checked + .btn-danger-700:focus, .btn-check:active + .btn-danger-700:focus, .btn-danger-700:active:focus, .btn-danger-700.active:focus, .show > .btn-danger-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(161, 81, 81, 0.5);
}
.btn-danger-700:disabled, .btn-danger-700.disabled {
  color: #fff;
  background-color: #903232;
  border-color: #903232;
}

.btn-danger-800 {
  color: #fff;
  background-color: #602222;
  border-color: #602222;
}
.btn-danger-800:hover {
  color: #fff;
  background-color: #521d1d;
  border-color: #4d1b1b;
}
.btn-check:focus + .btn-danger-800, .btn-danger-800:focus {
  color: #fff;
  background-color: #521d1d;
  border-color: #4d1b1b;
  box-shadow: 0 0 0 0 rgba(120, 67, 67, 0.5);
}
.btn-check:checked + .btn-danger-800, .btn-check:active + .btn-danger-800, .btn-danger-800:active, .btn-danger-800.active, .show > .btn-danger-800.dropdown-toggle {
  color: #fff;
  background-color: #4d1b1b;
  border-color: #481a1a;
}
.btn-check:checked + .btn-danger-800:focus, .btn-check:active + .btn-danger-800:focus, .btn-danger-800:active:focus, .btn-danger-800.active:focus, .show > .btn-danger-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(120, 67, 67, 0.5);
}
.btn-danger-800:disabled, .btn-danger-800.disabled {
  color: #fff;
  background-color: #602222;
  border-color: #602222;
}

.btn-danger-900 {
  color: #fff;
  background-color: #301111;
  border-color: #301111;
}
.btn-danger-900:hover {
  color: #fff;
  background-color: #290e0e;
  border-color: #260e0e;
}
.btn-check:focus + .btn-danger-900, .btn-danger-900:focus {
  color: #fff;
  background-color: #290e0e;
  border-color: #260e0e;
  box-shadow: 0 0 0 0 rgba(79, 53, 53, 0.5);
}
.btn-check:checked + .btn-danger-900, .btn-check:active + .btn-danger-900, .btn-danger-900:active, .btn-danger-900.active, .show > .btn-danger-900.dropdown-toggle {
  color: #fff;
  background-color: #260e0e;
  border-color: #240d0d;
}
.btn-check:checked + .btn-danger-900:focus, .btn-check:active + .btn-danger-900:focus, .btn-danger-900:active:focus, .btn-danger-900.active:focus, .show > .btn-danger-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(79, 53, 53, 0.5);
}
.btn-danger-900:disabled, .btn-danger-900.disabled {
  color: #fff;
  background-color: #301111;
  border-color: #301111;
}

.btn-gray-100 {
  color: #222222;
  background-color: #F4F7FE;
  border-color: #F4F7FE;
}
.btn-gray-100:hover {
  color: #222222;
  background-color: #f6f8fe;
  border-color: #f5f8fe;
}
.btn-check:focus + .btn-gray-100, .btn-gray-100:focus {
  color: #222222;
  background-color: #f6f8fe;
  border-color: #f5f8fe;
  box-shadow: 0 0 0 0 rgba(213, 215, 221, 0.5);
}
.btn-check:checked + .btn-gray-100, .btn-check:active + .btn-gray-100, .btn-gray-100:active, .btn-gray-100.active, .show > .btn-gray-100.dropdown-toggle {
  color: #222222;
  background-color: #f6f9fe;
  border-color: #f5f8fe;
}
.btn-check:checked + .btn-gray-100:focus, .btn-check:active + .btn-gray-100:focus, .btn-gray-100:active:focus, .btn-gray-100.active:focus, .show > .btn-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(213, 215, 221, 0.5);
}
.btn-gray-100:disabled, .btn-gray-100.disabled {
  color: #222222;
  background-color: #F4F7FE;
  border-color: #F4F7FE;
}

.btn-gray-200 {
  color: #222222;
  background-color: #E6E9ED;
  border-color: #E6E9ED;
}
.btn-gray-200:hover {
  color: #222222;
  background-color: #eaecf0;
  border-color: #e9ebef;
}
.btn-check:focus + .btn-gray-200, .btn-gray-200:focus {
  color: #222222;
  background-color: #eaecf0;
  border-color: #e9ebef;
  box-shadow: 0 0 0 0 rgba(201, 203, 207, 0.5);
}
.btn-check:checked + .btn-gray-200, .btn-check:active + .btn-gray-200, .btn-gray-200:active, .btn-gray-200.active, .show > .btn-gray-200.dropdown-toggle {
  color: #222222;
  background-color: #ebedf1;
  border-color: #e9ebef;
}
.btn-check:checked + .btn-gray-200:focus, .btn-check:active + .btn-gray-200:focus, .btn-gray-200:active:focus, .btn-gray-200.active:focus, .show > .btn-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(201, 203, 207, 0.5);
}
.btn-gray-200:disabled, .btn-gray-200.disabled {
  color: #222222;
  background-color: #E6E9ED;
  border-color: #E6E9ED;
}

.btn-gray-300 {
  color: #222222;
  background-color: #D9DEE3;
  border-color: #D9DEE3;
}
.btn-gray-300:hover {
  color: #222222;
  background-color: #dfe3e7;
  border-color: #dde1e6;
}
.btn-check:focus + .btn-gray-300, .btn-gray-300:focus {
  color: #222222;
  background-color: #dfe3e7;
  border-color: #dde1e6;
  box-shadow: 0 0 0 0 rgba(190, 194, 198, 0.5);
}
.btn-check:checked + .btn-gray-300, .btn-check:active + .btn-gray-300, .btn-gray-300:active, .btn-gray-300.active, .show > .btn-gray-300.dropdown-toggle {
  color: #222222;
  background-color: #e1e5e9;
  border-color: #dde1e6;
}
.btn-check:checked + .btn-gray-300:focus, .btn-check:active + .btn-gray-300:focus, .btn-gray-300:active:focus, .btn-gray-300.active:focus, .show > .btn-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(190, 194, 198, 0.5);
}
.btn-gray-300:disabled, .btn-gray-300.disabled {
  color: #222222;
  background-color: #D9DEE3;
  border-color: #D9DEE3;
}

.btn-gray-400 {
  color: #222222;
  background-color: #C7CED5;
  border-color: #C7CED5;
}
.btn-gray-400:hover {
  color: #222222;
  background-color: #cfd5db;
  border-color: #cdd3d9;
}
.btn-check:focus + .btn-gray-400, .btn-gray-400:focus {
  color: #222222;
  background-color: #cfd5db;
  border-color: #cdd3d9;
  box-shadow: 0 0 0 0 rgba(174, 180, 186, 0.5);
}
.btn-check:checked + .btn-gray-400, .btn-check:active + .btn-gray-400, .btn-gray-400:active, .btn-gray-400.active, .show > .btn-gray-400.dropdown-toggle {
  color: #222222;
  background-color: #d2d8dd;
  border-color: #cdd3d9;
}
.btn-check:checked + .btn-gray-400:focus, .btn-check:active + .btn-gray-400:focus, .btn-gray-400:active:focus, .btn-gray-400.active:focus, .show > .btn-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(174, 180, 186, 0.5);
}
.btn-gray-400:disabled, .btn-gray-400.disabled {
  color: #222222;
  background-color: #C7CED5;
  border-color: #C7CED5;
}

.btn-gray-500 {
  color: #fff;
  background-color: #A3ACB5;
  border-color: #A3ACB5;
}
.btn-gray-500:hover {
  color: #fff;
  background-color: #8b929a;
  border-color: #828a91;
}
.btn-check:focus + .btn-gray-500, .btn-gray-500:focus {
  color: #fff;
  background-color: #8b929a;
  border-color: #828a91;
  box-shadow: 0 0 0 0 rgba(177, 184, 192, 0.5);
}
.btn-check:checked + .btn-gray-500, .btn-check:active + .btn-gray-500, .btn-gray-500:active, .btn-gray-500.active, .show > .btn-gray-500.dropdown-toggle {
  color: #fff;
  background-color: #828a91;
  border-color: #7a8188;
}
.btn-check:checked + .btn-gray-500:focus, .btn-check:active + .btn-gray-500:focus, .btn-gray-500:active:focus, .btn-gray-500.active:focus, .show > .btn-gray-500.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(177, 184, 192, 0.5);
}
.btn-gray-500:disabled, .btn-gray-500.disabled {
  color: #fff;
  background-color: #A3ACB5;
  border-color: #A3ACB5;
}

.btn-gray-600 {
  color: #fff;
  background-color: #616972;
  border-color: #616972;
}
.btn-gray-600:hover {
  color: #fff;
  background-color: #525961;
  border-color: #4e545b;
}
.btn-check:focus + .btn-gray-600, .btn-gray-600:focus {
  color: #fff;
  background-color: #525961;
  border-color: #4e545b;
  box-shadow: 0 0 0 0 rgba(121, 128, 135, 0.5);
}
.btn-check:checked + .btn-gray-600, .btn-check:active + .btn-gray-600, .btn-gray-600:active, .btn-gray-600.active, .show > .btn-gray-600.dropdown-toggle {
  color: #fff;
  background-color: #4e545b;
  border-color: #494f56;
}
.btn-check:checked + .btn-gray-600:focus, .btn-check:active + .btn-gray-600:focus, .btn-gray-600:active:focus, .btn-gray-600.active:focus, .show > .btn-gray-600.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(121, 128, 135, 0.5);
}
.btn-gray-600:disabled, .btn-gray-600.disabled {
  color: #fff;
  background-color: #616972;
  border-color: #616972;
}

.btn-gray-700 {
  color: #fff;
  background-color: #3F464D;
  border-color: #3F464D;
}
.btn-gray-700:hover {
  color: #fff;
  background-color: #363c41;
  border-color: #32383e;
}
.btn-check:focus + .btn-gray-700, .btn-gray-700:focus {
  color: #fff;
  background-color: #363c41;
  border-color: #32383e;
  box-shadow: 0 0 0 0 rgba(92, 98, 104, 0.5);
}
.btn-check:checked + .btn-gray-700, .btn-check:active + .btn-gray-700, .btn-gray-700:active, .btn-gray-700.active, .show > .btn-gray-700.dropdown-toggle {
  color: #fff;
  background-color: #32383e;
  border-color: #2f353a;
}
.btn-check:checked + .btn-gray-700:focus, .btn-check:active + .btn-gray-700:focus, .btn-gray-700:active:focus, .btn-gray-700.active:focus, .show > .btn-gray-700.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(92, 98, 104, 0.5);
}
.btn-gray-700:disabled, .btn-gray-700.disabled {
  color: #fff;
  background-color: #3F464D;
  border-color: #3F464D;
}

.btn-gray-800 {
  color: #fff;
  background-color: #2D3238;
  border-color: #2D3238;
}
.btn-gray-800:hover {
  color: #fff;
  background-color: #262b30;
  border-color: #24282d;
}
.btn-check:focus + .btn-gray-800, .btn-gray-800:focus {
  color: #fff;
  background-color: #262b30;
  border-color: #24282d;
  box-shadow: 0 0 0 0 rgba(77, 81, 86, 0.5);
}
.btn-check:checked + .btn-gray-800, .btn-check:active + .btn-gray-800, .btn-gray-800:active, .btn-gray-800.active, .show > .btn-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #24282d;
  border-color: #22262a;
}
.btn-check:checked + .btn-gray-800:focus, .btn-check:active + .btn-gray-800:focus, .btn-gray-800:active:focus, .btn-gray-800.active:focus, .show > .btn-gray-800.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(77, 81, 86, 0.5);
}
.btn-gray-800:disabled, .btn-gray-800.disabled {
  color: #fff;
  background-color: #2D3238;
  border-color: #2D3238;
}

.btn-gray-900 {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.btn-gray-900:hover {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #1b1b1b;
}
.btn-check:focus + .btn-gray-900, .btn-gray-900:focus {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #1b1b1b;
  box-shadow: 0 0 0 0 rgba(67, 67, 67, 0.5);
}
.btn-check:checked + .btn-gray-900, .btn-check:active + .btn-gray-900, .btn-gray-900:active, .btn-gray-900.active, .show > .btn-gray-900.dropdown-toggle {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1a1a1a;
}
.btn-check:checked + .btn-gray-900:focus, .btn-check:active + .btn-gray-900:focus, .btn-gray-900:active:focus, .btn-gray-900.active:focus, .show > .btn-gray-900.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(67, 67, 67, 0.5);
}
.btn-gray-900:disabled, .btn-gray-900.disabled {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.btn-outline-primary {
  color: #513E98;
  border-color: #513E98;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #513E98;
  border-color: #513E98;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0 rgba(81, 62, 152, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #513E98;
  border-color: #513E98;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(81, 62, 152, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #513E98;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #513E98;
  border-color: #513E98;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #513E98;
  border-color: #513E98;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgba(81, 62, 152, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #513E98;
  border-color: #513E98;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(81, 62, 152, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #513E98;
  background-color: transparent;
}

.btn-outline-success {
  color: #3AB982;
  border-color: #3AB982;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #3AB982;
  border-color: #3AB982;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0 rgba(58, 185, 130, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #3AB982;
  border-color: #3AB982;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(58, 185, 130, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #3AB982;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0 rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #C28B24;
  border-color: #C28B24;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #C28B24;
  border-color: #C28B24;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0 rgba(194, 139, 36, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #fff;
  background-color: #C28B24;
  border-color: #C28B24;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(194, 139, 36, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #C28B24;
  background-color: transparent;
}

.btn-outline-danger {
  color: #F05454;
  border-color: #F05454;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #F05454;
  border-color: #F05454;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0 rgba(240, 84, 84, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #F05454;
  border-color: #F05454;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(240, 84, 84, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #F05454;
  background-color: transparent;
}

.btn-outline-light {
  color: #F4F7FE;
  border-color: #F4F7FE;
}
.btn-outline-light:hover {
  color: #222222;
  background-color: #F4F7FE;
  border-color: #F4F7FE;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0 rgba(244, 247, 254, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #222222;
  background-color: #F4F7FE;
  border-color: #F4F7FE;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(244, 247, 254, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #F4F7FE;
  background-color: transparent;
}

.btn-outline-dark {
  color: #222222;
  border-color: #222222;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #222222;
  background-color: transparent;
}

.btn-outline-gray {
  color: #A3ACB5;
  border-color: #A3ACB5;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #A3ACB5;
  border-color: #A3ACB5;
}
.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  box-shadow: 0 0 0 0 rgba(163, 172, 181, 0.5);
}
.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #fff;
  background-color: #A3ACB5;
  border-color: #A3ACB5;
}
.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(163, 172, 181, 0.5);
}
.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #A3ACB5;
  background-color: transparent;
}

.btn-outline-primary-100 {
  color: #dcd8ea;
  border-color: #dcd8ea;
}
.btn-outline-primary-100:hover {
  color: #222222;
  background-color: #dcd8ea;
  border-color: #dcd8ea;
}
.btn-check:focus + .btn-outline-primary-100, .btn-outline-primary-100:focus {
  box-shadow: 0 0 0 0 rgba(220, 216, 234, 0.5);
}
.btn-check:checked + .btn-outline-primary-100, .btn-check:active + .btn-outline-primary-100, .btn-outline-primary-100:active, .btn-outline-primary-100.active, .btn-outline-primary-100.dropdown-toggle.show {
  color: #222222;
  background-color: #dcd8ea;
  border-color: #dcd8ea;
}
.btn-check:checked + .btn-outline-primary-100:focus, .btn-check:active + .btn-outline-primary-100:focus, .btn-outline-primary-100:active:focus, .btn-outline-primary-100.active:focus, .btn-outline-primary-100.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(220, 216, 234, 0.5);
}
.btn-outline-primary-100:disabled, .btn-outline-primary-100.disabled {
  color: #dcd8ea;
  background-color: transparent;
}

.btn-outline-primary-200 {
  color: #b9b2d6;
  border-color: #b9b2d6;
}
.btn-outline-primary-200:hover {
  color: #fff;
  background-color: #b9b2d6;
  border-color: #b9b2d6;
}
.btn-check:focus + .btn-outline-primary-200, .btn-outline-primary-200:focus {
  box-shadow: 0 0 0 0 rgba(185, 178, 214, 0.5);
}
.btn-check:checked + .btn-outline-primary-200, .btn-check:active + .btn-outline-primary-200, .btn-outline-primary-200:active, .btn-outline-primary-200.active, .btn-outline-primary-200.dropdown-toggle.show {
  color: #fff;
  background-color: #b9b2d6;
  border-color: #b9b2d6;
}
.btn-check:checked + .btn-outline-primary-200:focus, .btn-check:active + .btn-outline-primary-200:focus, .btn-outline-primary-200:active:focus, .btn-outline-primary-200.active:focus, .btn-outline-primary-200.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(185, 178, 214, 0.5);
}
.btn-outline-primary-200:disabled, .btn-outline-primary-200.disabled {
  color: #b9b2d6;
  background-color: transparent;
}

.btn-outline-primary-300 {
  color: #978bc1;
  border-color: #978bc1;
}
.btn-outline-primary-300:hover {
  color: #fff;
  background-color: #978bc1;
  border-color: #978bc1;
}
.btn-check:focus + .btn-outline-primary-300, .btn-outline-primary-300:focus {
  box-shadow: 0 0 0 0 rgba(151, 139, 193, 0.5);
}
.btn-check:checked + .btn-outline-primary-300, .btn-check:active + .btn-outline-primary-300, .btn-outline-primary-300:active, .btn-outline-primary-300.active, .btn-outline-primary-300.dropdown-toggle.show {
  color: #fff;
  background-color: #978bc1;
  border-color: #978bc1;
}
.btn-check:checked + .btn-outline-primary-300:focus, .btn-check:active + .btn-outline-primary-300:focus, .btn-outline-primary-300:active:focus, .btn-outline-primary-300.active:focus, .btn-outline-primary-300.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(151, 139, 193, 0.5);
}
.btn-outline-primary-300:disabled, .btn-outline-primary-300.disabled {
  color: #978bc1;
  background-color: transparent;
}

.btn-outline-primary-400 {
  color: #7465ad;
  border-color: #7465ad;
}
.btn-outline-primary-400:hover {
  color: #fff;
  background-color: #7465ad;
  border-color: #7465ad;
}
.btn-check:focus + .btn-outline-primary-400, .btn-outline-primary-400:focus {
  box-shadow: 0 0 0 0 rgba(116, 101, 173, 0.5);
}
.btn-check:checked + .btn-outline-primary-400, .btn-check:active + .btn-outline-primary-400, .btn-outline-primary-400:active, .btn-outline-primary-400.active, .btn-outline-primary-400.dropdown-toggle.show {
  color: #fff;
  background-color: #7465ad;
  border-color: #7465ad;
}
.btn-check:checked + .btn-outline-primary-400:focus, .btn-check:active + .btn-outline-primary-400:focus, .btn-outline-primary-400:active:focus, .btn-outline-primary-400.active:focus, .btn-outline-primary-400.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(116, 101, 173, 0.5);
}
.btn-outline-primary-400:disabled, .btn-outline-primary-400.disabled {
  color: #7465ad;
  background-color: transparent;
}

.btn-outline-primary-500 {
  color: #513E98;
  border-color: #513E98;
}
.btn-outline-primary-500:hover {
  color: #fff;
  background-color: #513E98;
  border-color: #513E98;
}
.btn-check:focus + .btn-outline-primary-500, .btn-outline-primary-500:focus {
  box-shadow: 0 0 0 0 rgba(81, 62, 152, 0.5);
}
.btn-check:checked + .btn-outline-primary-500, .btn-check:active + .btn-outline-primary-500, .btn-outline-primary-500:active, .btn-outline-primary-500.active, .btn-outline-primary-500.dropdown-toggle.show {
  color: #fff;
  background-color: #513E98;
  border-color: #513E98;
}
.btn-check:checked + .btn-outline-primary-500:focus, .btn-check:active + .btn-outline-primary-500:focus, .btn-outline-primary-500:active:focus, .btn-outline-primary-500.active:focus, .btn-outline-primary-500.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(81, 62, 152, 0.5);
}
.btn-outline-primary-500:disabled, .btn-outline-primary-500.disabled {
  color: #513E98;
  background-color: transparent;
}

.btn-outline-primary-600 {
  color: #41327a;
  border-color: #41327a;
}
.btn-outline-primary-600:hover {
  color: #fff;
  background-color: #41327a;
  border-color: #41327a;
}
.btn-check:focus + .btn-outline-primary-600, .btn-outline-primary-600:focus {
  box-shadow: 0 0 0 0 rgba(65, 50, 122, 0.5);
}
.btn-check:checked + .btn-outline-primary-600, .btn-check:active + .btn-outline-primary-600, .btn-outline-primary-600:active, .btn-outline-primary-600.active, .btn-outline-primary-600.dropdown-toggle.show {
  color: #fff;
  background-color: #41327a;
  border-color: #41327a;
}
.btn-check:checked + .btn-outline-primary-600:focus, .btn-check:active + .btn-outline-primary-600:focus, .btn-outline-primary-600:active:focus, .btn-outline-primary-600.active:focus, .btn-outline-primary-600.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(65, 50, 122, 0.5);
}
.btn-outline-primary-600:disabled, .btn-outline-primary-600.disabled {
  color: #41327a;
  background-color: transparent;
}

.btn-outline-primary-700 {
  color: #31255b;
  border-color: #31255b;
}
.btn-outline-primary-700:hover {
  color: #fff;
  background-color: #31255b;
  border-color: #31255b;
}
.btn-check:focus + .btn-outline-primary-700, .btn-outline-primary-700:focus {
  box-shadow: 0 0 0 0 rgba(49, 37, 91, 0.5);
}
.btn-check:checked + .btn-outline-primary-700, .btn-check:active + .btn-outline-primary-700, .btn-outline-primary-700:active, .btn-outline-primary-700.active, .btn-outline-primary-700.dropdown-toggle.show {
  color: #fff;
  background-color: #31255b;
  border-color: #31255b;
}
.btn-check:checked + .btn-outline-primary-700:focus, .btn-check:active + .btn-outline-primary-700:focus, .btn-outline-primary-700:active:focus, .btn-outline-primary-700.active:focus, .btn-outline-primary-700.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(49, 37, 91, 0.5);
}
.btn-outline-primary-700:disabled, .btn-outline-primary-700.disabled {
  color: #31255b;
  background-color: transparent;
}

.btn-outline-primary-800 {
  color: #20193d;
  border-color: #20193d;
}
.btn-outline-primary-800:hover {
  color: #fff;
  background-color: #20193d;
  border-color: #20193d;
}
.btn-check:focus + .btn-outline-primary-800, .btn-outline-primary-800:focus {
  box-shadow: 0 0 0 0 rgba(32, 25, 61, 0.5);
}
.btn-check:checked + .btn-outline-primary-800, .btn-check:active + .btn-outline-primary-800, .btn-outline-primary-800:active, .btn-outline-primary-800.active, .btn-outline-primary-800.dropdown-toggle.show {
  color: #fff;
  background-color: #20193d;
  border-color: #20193d;
}
.btn-check:checked + .btn-outline-primary-800:focus, .btn-check:active + .btn-outline-primary-800:focus, .btn-outline-primary-800:active:focus, .btn-outline-primary-800.active:focus, .btn-outline-primary-800.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(32, 25, 61, 0.5);
}
.btn-outline-primary-800:disabled, .btn-outline-primary-800.disabled {
  color: #20193d;
  background-color: transparent;
}

.btn-outline-primary-900 {
  color: #100c1e;
  border-color: #100c1e;
}
.btn-outline-primary-900:hover {
  color: #fff;
  background-color: #100c1e;
  border-color: #100c1e;
}
.btn-check:focus + .btn-outline-primary-900, .btn-outline-primary-900:focus {
  box-shadow: 0 0 0 0 rgba(16, 12, 30, 0.5);
}
.btn-check:checked + .btn-outline-primary-900, .btn-check:active + .btn-outline-primary-900, .btn-outline-primary-900:active, .btn-outline-primary-900.active, .btn-outline-primary-900.dropdown-toggle.show {
  color: #fff;
  background-color: #100c1e;
  border-color: #100c1e;
}
.btn-check:checked + .btn-outline-primary-900:focus, .btn-check:active + .btn-outline-primary-900:focus, .btn-outline-primary-900:active:focus, .btn-outline-primary-900.active:focus, .btn-outline-primary-900.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(16, 12, 30, 0.5);
}
.btn-outline-primary-900:disabled, .btn-outline-primary-900.disabled {
  color: #100c1e;
  background-color: transparent;
}

.btn-outline-secondary-100 {
  color: #EEEFF3;
  border-color: #EEEFF3;
}
.btn-outline-secondary-100:hover {
  color: #222222;
  background-color: #EEEFF3;
  border-color: #EEEFF3;
}
.btn-check:focus + .btn-outline-secondary-100, .btn-outline-secondary-100:focus {
  box-shadow: 0 0 0 0 rgba(238, 239, 243, 0.5);
}
.btn-check:checked + .btn-outline-secondary-100, .btn-check:active + .btn-outline-secondary-100, .btn-outline-secondary-100:active, .btn-outline-secondary-100.active, .btn-outline-secondary-100.dropdown-toggle.show {
  color: #222222;
  background-color: #EEEFF3;
  border-color: #EEEFF3;
}
.btn-check:checked + .btn-outline-secondary-100:focus, .btn-check:active + .btn-outline-secondary-100:focus, .btn-outline-secondary-100:active:focus, .btn-outline-secondary-100.active:focus, .btn-outline-secondary-100.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(238, 239, 243, 0.5);
}
.btn-outline-secondary-100:disabled, .btn-outline-secondary-100.disabled {
  color: #EEEFF3;
  background-color: transparent;
}

.btn-outline-secondary-200 {
  color: #b9b2d6;
  border-color: #b9b2d6;
}
.btn-outline-secondary-200:hover {
  color: #fff;
  background-color: #b9b2d6;
  border-color: #b9b2d6;
}
.btn-check:focus + .btn-outline-secondary-200, .btn-outline-secondary-200:focus {
  box-shadow: 0 0 0 0 rgba(185, 178, 214, 0.5);
}
.btn-check:checked + .btn-outline-secondary-200, .btn-check:active + .btn-outline-secondary-200, .btn-outline-secondary-200:active, .btn-outline-secondary-200.active, .btn-outline-secondary-200.dropdown-toggle.show {
  color: #fff;
  background-color: #b9b2d6;
  border-color: #b9b2d6;
}
.btn-check:checked + .btn-outline-secondary-200:focus, .btn-check:active + .btn-outline-secondary-200:focus, .btn-outline-secondary-200:active:focus, .btn-outline-secondary-200.active:focus, .btn-outline-secondary-200.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(185, 178, 214, 0.5);
}
.btn-outline-secondary-200:disabled, .btn-outline-secondary-200.disabled {
  color: #b9b2d6;
  background-color: transparent;
}

.btn-outline-secondary-300 {
  color: #978bc1;
  border-color: #978bc1;
}
.btn-outline-secondary-300:hover {
  color: #fff;
  background-color: #978bc1;
  border-color: #978bc1;
}
.btn-check:focus + .btn-outline-secondary-300, .btn-outline-secondary-300:focus {
  box-shadow: 0 0 0 0 rgba(151, 139, 193, 0.5);
}
.btn-check:checked + .btn-outline-secondary-300, .btn-check:active + .btn-outline-secondary-300, .btn-outline-secondary-300:active, .btn-outline-secondary-300.active, .btn-outline-secondary-300.dropdown-toggle.show {
  color: #fff;
  background-color: #978bc1;
  border-color: #978bc1;
}
.btn-check:checked + .btn-outline-secondary-300:focus, .btn-check:active + .btn-outline-secondary-300:focus, .btn-outline-secondary-300:active:focus, .btn-outline-secondary-300.active:focus, .btn-outline-secondary-300.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(151, 139, 193, 0.5);
}
.btn-outline-secondary-300:disabled, .btn-outline-secondary-300.disabled {
  color: #978bc1;
  background-color: transparent;
}

.btn-outline-secondary-400 {
  color: #7465ad;
  border-color: #7465ad;
}
.btn-outline-secondary-400:hover {
  color: #fff;
  background-color: #7465ad;
  border-color: #7465ad;
}
.btn-check:focus + .btn-outline-secondary-400, .btn-outline-secondary-400:focus {
  box-shadow: 0 0 0 0 rgba(116, 101, 173, 0.5);
}
.btn-check:checked + .btn-outline-secondary-400, .btn-check:active + .btn-outline-secondary-400, .btn-outline-secondary-400:active, .btn-outline-secondary-400.active, .btn-outline-secondary-400.dropdown-toggle.show {
  color: #fff;
  background-color: #7465ad;
  border-color: #7465ad;
}
.btn-check:checked + .btn-outline-secondary-400:focus, .btn-check:active + .btn-outline-secondary-400:focus, .btn-outline-secondary-400:active:focus, .btn-outline-secondary-400.active:focus, .btn-outline-secondary-400.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(116, 101, 173, 0.5);
}
.btn-outline-secondary-400:disabled, .btn-outline-secondary-400.disabled {
  color: #7465ad;
  background-color: transparent;
}

.btn-outline-secondary-500 {
  color: #513E98;
  border-color: #513E98;
}
.btn-outline-secondary-500:hover {
  color: #fff;
  background-color: #513E98;
  border-color: #513E98;
}
.btn-check:focus + .btn-outline-secondary-500, .btn-outline-secondary-500:focus {
  box-shadow: 0 0 0 0 rgba(81, 62, 152, 0.5);
}
.btn-check:checked + .btn-outline-secondary-500, .btn-check:active + .btn-outline-secondary-500, .btn-outline-secondary-500:active, .btn-outline-secondary-500.active, .btn-outline-secondary-500.dropdown-toggle.show {
  color: #fff;
  background-color: #513E98;
  border-color: #513E98;
}
.btn-check:checked + .btn-outline-secondary-500:focus, .btn-check:active + .btn-outline-secondary-500:focus, .btn-outline-secondary-500:active:focus, .btn-outline-secondary-500.active:focus, .btn-outline-secondary-500.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(81, 62, 152, 0.5);
}
.btn-outline-secondary-500:disabled, .btn-outline-secondary-500.disabled {
  color: #513E98;
  background-color: transparent;
}

.btn-outline-secondary-600 {
  color: #41327a;
  border-color: #41327a;
}
.btn-outline-secondary-600:hover {
  color: #fff;
  background-color: #41327a;
  border-color: #41327a;
}
.btn-check:focus + .btn-outline-secondary-600, .btn-outline-secondary-600:focus {
  box-shadow: 0 0 0 0 rgba(65, 50, 122, 0.5);
}
.btn-check:checked + .btn-outline-secondary-600, .btn-check:active + .btn-outline-secondary-600, .btn-outline-secondary-600:active, .btn-outline-secondary-600.active, .btn-outline-secondary-600.dropdown-toggle.show {
  color: #fff;
  background-color: #41327a;
  border-color: #41327a;
}
.btn-check:checked + .btn-outline-secondary-600:focus, .btn-check:active + .btn-outline-secondary-600:focus, .btn-outline-secondary-600:active:focus, .btn-outline-secondary-600.active:focus, .btn-outline-secondary-600.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(65, 50, 122, 0.5);
}
.btn-outline-secondary-600:disabled, .btn-outline-secondary-600.disabled {
  color: #41327a;
  background-color: transparent;
}

.btn-outline-secondary-700 {
  color: #31255b;
  border-color: #31255b;
}
.btn-outline-secondary-700:hover {
  color: #fff;
  background-color: #31255b;
  border-color: #31255b;
}
.btn-check:focus + .btn-outline-secondary-700, .btn-outline-secondary-700:focus {
  box-shadow: 0 0 0 0 rgba(49, 37, 91, 0.5);
}
.btn-check:checked + .btn-outline-secondary-700, .btn-check:active + .btn-outline-secondary-700, .btn-outline-secondary-700:active, .btn-outline-secondary-700.active, .btn-outline-secondary-700.dropdown-toggle.show {
  color: #fff;
  background-color: #31255b;
  border-color: #31255b;
}
.btn-check:checked + .btn-outline-secondary-700:focus, .btn-check:active + .btn-outline-secondary-700:focus, .btn-outline-secondary-700:active:focus, .btn-outline-secondary-700.active:focus, .btn-outline-secondary-700.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(49, 37, 91, 0.5);
}
.btn-outline-secondary-700:disabled, .btn-outline-secondary-700.disabled {
  color: #31255b;
  background-color: transparent;
}

.btn-outline-secondary-800 {
  color: #20193d;
  border-color: #20193d;
}
.btn-outline-secondary-800:hover {
  color: #fff;
  background-color: #20193d;
  border-color: #20193d;
}
.btn-check:focus + .btn-outline-secondary-800, .btn-outline-secondary-800:focus {
  box-shadow: 0 0 0 0 rgba(32, 25, 61, 0.5);
}
.btn-check:checked + .btn-outline-secondary-800, .btn-check:active + .btn-outline-secondary-800, .btn-outline-secondary-800:active, .btn-outline-secondary-800.active, .btn-outline-secondary-800.dropdown-toggle.show {
  color: #fff;
  background-color: #20193d;
  border-color: #20193d;
}
.btn-check:checked + .btn-outline-secondary-800:focus, .btn-check:active + .btn-outline-secondary-800:focus, .btn-outline-secondary-800:active:focus, .btn-outline-secondary-800.active:focus, .btn-outline-secondary-800.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(32, 25, 61, 0.5);
}
.btn-outline-secondary-800:disabled, .btn-outline-secondary-800.disabled {
  color: #20193d;
  background-color: transparent;
}

.btn-outline-secondary-900 {
  color: #100c1e;
  border-color: #100c1e;
}
.btn-outline-secondary-900:hover {
  color: #fff;
  background-color: #100c1e;
  border-color: #100c1e;
}
.btn-check:focus + .btn-outline-secondary-900, .btn-outline-secondary-900:focus {
  box-shadow: 0 0 0 0 rgba(16, 12, 30, 0.5);
}
.btn-check:checked + .btn-outline-secondary-900, .btn-check:active + .btn-outline-secondary-900, .btn-outline-secondary-900:active, .btn-outline-secondary-900.active, .btn-outline-secondary-900.dropdown-toggle.show {
  color: #fff;
  background-color: #100c1e;
  border-color: #100c1e;
}
.btn-check:checked + .btn-outline-secondary-900:focus, .btn-check:active + .btn-outline-secondary-900:focus, .btn-outline-secondary-900:active:focus, .btn-outline-secondary-900.active:focus, .btn-outline-secondary-900.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(16, 12, 30, 0.5);
}
.btn-outline-secondary-900:disabled, .btn-outline-secondary-900.disabled {
  color: #100c1e;
  background-color: transparent;
}

.btn-outline-success-100 {
  color: #d8f1e6;
  border-color: #d8f1e6;
}
.btn-outline-success-100:hover {
  color: #222222;
  background-color: #d8f1e6;
  border-color: #d8f1e6;
}
.btn-check:focus + .btn-outline-success-100, .btn-outline-success-100:focus {
  box-shadow: 0 0 0 0 rgba(216, 241, 230, 0.5);
}
.btn-check:checked + .btn-outline-success-100, .btn-check:active + .btn-outline-success-100, .btn-outline-success-100:active, .btn-outline-success-100.active, .btn-outline-success-100.dropdown-toggle.show {
  color: #222222;
  background-color: #d8f1e6;
  border-color: #d8f1e6;
}
.btn-check:checked + .btn-outline-success-100:focus, .btn-check:active + .btn-outline-success-100:focus, .btn-outline-success-100:active:focus, .btn-outline-success-100.active:focus, .btn-outline-success-100.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(216, 241, 230, 0.5);
}
.btn-outline-success-100:disabled, .btn-outline-success-100.disabled {
  color: #d8f1e6;
  background-color: transparent;
}

.btn-outline-success-200 {
  color: #b0e3cd;
  border-color: #b0e3cd;
}
.btn-outline-success-200:hover {
  color: #222222;
  background-color: #b0e3cd;
  border-color: #b0e3cd;
}
.btn-check:focus + .btn-outline-success-200, .btn-outline-success-200:focus {
  box-shadow: 0 0 0 0 rgba(176, 227, 205, 0.5);
}
.btn-check:checked + .btn-outline-success-200, .btn-check:active + .btn-outline-success-200, .btn-outline-success-200:active, .btn-outline-success-200.active, .btn-outline-success-200.dropdown-toggle.show {
  color: #222222;
  background-color: #b0e3cd;
  border-color: #b0e3cd;
}
.btn-check:checked + .btn-outline-success-200:focus, .btn-check:active + .btn-outline-success-200:focus, .btn-outline-success-200:active:focus, .btn-outline-success-200.active:focus, .btn-outline-success-200.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(176, 227, 205, 0.5);
}
.btn-outline-success-200:disabled, .btn-outline-success-200.disabled {
  color: #b0e3cd;
  background-color: transparent;
}

.btn-outline-success-300 {
  color: #89d5b4;
  border-color: #89d5b4;
}
.btn-outline-success-300:hover {
  color: #222222;
  background-color: #89d5b4;
  border-color: #89d5b4;
}
.btn-check:focus + .btn-outline-success-300, .btn-outline-success-300:focus {
  box-shadow: 0 0 0 0 rgba(137, 213, 180, 0.5);
}
.btn-check:checked + .btn-outline-success-300, .btn-check:active + .btn-outline-success-300, .btn-outline-success-300:active, .btn-outline-success-300.active, .btn-outline-success-300.dropdown-toggle.show {
  color: #222222;
  background-color: #89d5b4;
  border-color: #89d5b4;
}
.btn-check:checked + .btn-outline-success-300:focus, .btn-check:active + .btn-outline-success-300:focus, .btn-outline-success-300:active:focus, .btn-outline-success-300.active:focus, .btn-outline-success-300.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(137, 213, 180, 0.5);
}
.btn-outline-success-300:disabled, .btn-outline-success-300.disabled {
  color: #89d5b4;
  background-color: transparent;
}

.btn-outline-success-400 {
  color: #61c79b;
  border-color: #61c79b;
}
.btn-outline-success-400:hover {
  color: #fff;
  background-color: #61c79b;
  border-color: #61c79b;
}
.btn-check:focus + .btn-outline-success-400, .btn-outline-success-400:focus {
  box-shadow: 0 0 0 0 rgba(97, 199, 155, 0.5);
}
.btn-check:checked + .btn-outline-success-400, .btn-check:active + .btn-outline-success-400, .btn-outline-success-400:active, .btn-outline-success-400.active, .btn-outline-success-400.dropdown-toggle.show {
  color: #fff;
  background-color: #61c79b;
  border-color: #61c79b;
}
.btn-check:checked + .btn-outline-success-400:focus, .btn-check:active + .btn-outline-success-400:focus, .btn-outline-success-400:active:focus, .btn-outline-success-400.active:focus, .btn-outline-success-400.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(97, 199, 155, 0.5);
}
.btn-outline-success-400:disabled, .btn-outline-success-400.disabled {
  color: #61c79b;
  background-color: transparent;
}

.btn-outline-success-500 {
  color: #3AB982;
  border-color: #3AB982;
}
.btn-outline-success-500:hover {
  color: #fff;
  background-color: #3AB982;
  border-color: #3AB982;
}
.btn-check:focus + .btn-outline-success-500, .btn-outline-success-500:focus {
  box-shadow: 0 0 0 0 rgba(58, 185, 130, 0.5);
}
.btn-check:checked + .btn-outline-success-500, .btn-check:active + .btn-outline-success-500, .btn-outline-success-500:active, .btn-outline-success-500.active, .btn-outline-success-500.dropdown-toggle.show {
  color: #fff;
  background-color: #3AB982;
  border-color: #3AB982;
}
.btn-check:checked + .btn-outline-success-500:focus, .btn-check:active + .btn-outline-success-500:focus, .btn-outline-success-500:active:focus, .btn-outline-success-500.active:focus, .btn-outline-success-500.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(58, 185, 130, 0.5);
}
.btn-outline-success-500:disabled, .btn-outline-success-500.disabled {
  color: #3AB982;
  background-color: transparent;
}

.btn-outline-success-600 {
  color: #2e9468;
  border-color: #2e9468;
}
.btn-outline-success-600:hover {
  color: #fff;
  background-color: #2e9468;
  border-color: #2e9468;
}
.btn-check:focus + .btn-outline-success-600, .btn-outline-success-600:focus {
  box-shadow: 0 0 0 0 rgba(46, 148, 104, 0.5);
}
.btn-check:checked + .btn-outline-success-600, .btn-check:active + .btn-outline-success-600, .btn-outline-success-600:active, .btn-outline-success-600.active, .btn-outline-success-600.dropdown-toggle.show {
  color: #fff;
  background-color: #2e9468;
  border-color: #2e9468;
}
.btn-check:checked + .btn-outline-success-600:focus, .btn-check:active + .btn-outline-success-600:focus, .btn-outline-success-600:active:focus, .btn-outline-success-600.active:focus, .btn-outline-success-600.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(46, 148, 104, 0.5);
}
.btn-outline-success-600:disabled, .btn-outline-success-600.disabled {
  color: #2e9468;
  background-color: transparent;
}

.btn-outline-success-700 {
  color: #236f4e;
  border-color: #236f4e;
}
.btn-outline-success-700:hover {
  color: #fff;
  background-color: #236f4e;
  border-color: #236f4e;
}
.btn-check:focus + .btn-outline-success-700, .btn-outline-success-700:focus {
  box-shadow: 0 0 0 0 rgba(35, 111, 78, 0.5);
}
.btn-check:checked + .btn-outline-success-700, .btn-check:active + .btn-outline-success-700, .btn-outline-success-700:active, .btn-outline-success-700.active, .btn-outline-success-700.dropdown-toggle.show {
  color: #fff;
  background-color: #236f4e;
  border-color: #236f4e;
}
.btn-check:checked + .btn-outline-success-700:focus, .btn-check:active + .btn-outline-success-700:focus, .btn-outline-success-700:active:focus, .btn-outline-success-700.active:focus, .btn-outline-success-700.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(35, 111, 78, 0.5);
}
.btn-outline-success-700:disabled, .btn-outline-success-700.disabled {
  color: #236f4e;
  background-color: transparent;
}

.btn-outline-success-800 {
  color: #174a34;
  border-color: #174a34;
}
.btn-outline-success-800:hover {
  color: #fff;
  background-color: #174a34;
  border-color: #174a34;
}
.btn-check:focus + .btn-outline-success-800, .btn-outline-success-800:focus {
  box-shadow: 0 0 0 0 rgba(23, 74, 52, 0.5);
}
.btn-check:checked + .btn-outline-success-800, .btn-check:active + .btn-outline-success-800, .btn-outline-success-800:active, .btn-outline-success-800.active, .btn-outline-success-800.dropdown-toggle.show {
  color: #fff;
  background-color: #174a34;
  border-color: #174a34;
}
.btn-check:checked + .btn-outline-success-800:focus, .btn-check:active + .btn-outline-success-800:focus, .btn-outline-success-800:active:focus, .btn-outline-success-800.active:focus, .btn-outline-success-800.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(23, 74, 52, 0.5);
}
.btn-outline-success-800:disabled, .btn-outline-success-800.disabled {
  color: #174a34;
  background-color: transparent;
}

.btn-outline-success-900 {
  color: #0c251a;
  border-color: #0c251a;
}
.btn-outline-success-900:hover {
  color: #fff;
  background-color: #0c251a;
  border-color: #0c251a;
}
.btn-check:focus + .btn-outline-success-900, .btn-outline-success-900:focus {
  box-shadow: 0 0 0 0 rgba(12, 37, 26, 0.5);
}
.btn-check:checked + .btn-outline-success-900, .btn-check:active + .btn-outline-success-900, .btn-outline-success-900:active, .btn-outline-success-900.active, .btn-outline-success-900.dropdown-toggle.show {
  color: #fff;
  background-color: #0c251a;
  border-color: #0c251a;
}
.btn-check:checked + .btn-outline-success-900:focus, .btn-check:active + .btn-outline-success-900:focus, .btn-outline-success-900:active:focus, .btn-outline-success-900.active:focus, .btn-outline-success-900.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(12, 37, 26, 0.5);
}
.btn-outline-success-900:disabled, .btn-outline-success-900.disabled {
  color: #0c251a;
  background-color: transparent;
}

.btn-outline-warning-100 {
  color: #f3e8d3;
  border-color: #f3e8d3;
}
.btn-outline-warning-100:hover {
  color: #222222;
  background-color: #f3e8d3;
  border-color: #f3e8d3;
}
.btn-check:focus + .btn-outline-warning-100, .btn-outline-warning-100:focus {
  box-shadow: 0 0 0 0 rgba(243, 232, 211, 0.5);
}
.btn-check:checked + .btn-outline-warning-100, .btn-check:active + .btn-outline-warning-100, .btn-outline-warning-100:active, .btn-outline-warning-100.active, .btn-outline-warning-100.dropdown-toggle.show {
  color: #222222;
  background-color: #f3e8d3;
  border-color: #f3e8d3;
}
.btn-check:checked + .btn-outline-warning-100:focus, .btn-check:active + .btn-outline-warning-100:focus, .btn-outline-warning-100:active:focus, .btn-outline-warning-100.active:focus, .btn-outline-warning-100.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(243, 232, 211, 0.5);
}
.btn-outline-warning-100:disabled, .btn-outline-warning-100.disabled {
  color: #f3e8d3;
  background-color: transparent;
}

.btn-outline-warning-200 {
  color: #e7d1a7;
  border-color: #e7d1a7;
}
.btn-outline-warning-200:hover {
  color: #222222;
  background-color: #e7d1a7;
  border-color: #e7d1a7;
}
.btn-check:focus + .btn-outline-warning-200, .btn-outline-warning-200:focus {
  box-shadow: 0 0 0 0 rgba(231, 209, 167, 0.5);
}
.btn-check:checked + .btn-outline-warning-200, .btn-check:active + .btn-outline-warning-200, .btn-outline-warning-200:active, .btn-outline-warning-200.active, .btn-outline-warning-200.dropdown-toggle.show {
  color: #222222;
  background-color: #e7d1a7;
  border-color: #e7d1a7;
}
.btn-check:checked + .btn-outline-warning-200:focus, .btn-check:active + .btn-outline-warning-200:focus, .btn-outline-warning-200:active:focus, .btn-outline-warning-200.active:focus, .btn-outline-warning-200.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(231, 209, 167, 0.5);
}
.btn-outline-warning-200:disabled, .btn-outline-warning-200.disabled {
  color: #e7d1a7;
  background-color: transparent;
}

.btn-outline-warning-300 {
  color: #dab97c;
  border-color: #dab97c;
}
.btn-outline-warning-300:hover {
  color: #fff;
  background-color: #dab97c;
  border-color: #dab97c;
}
.btn-check:focus + .btn-outline-warning-300, .btn-outline-warning-300:focus {
  box-shadow: 0 0 0 0 rgba(218, 185, 124, 0.5);
}
.btn-check:checked + .btn-outline-warning-300, .btn-check:active + .btn-outline-warning-300, .btn-outline-warning-300:active, .btn-outline-warning-300.active, .btn-outline-warning-300.dropdown-toggle.show {
  color: #fff;
  background-color: #dab97c;
  border-color: #dab97c;
}
.btn-check:checked + .btn-outline-warning-300:focus, .btn-check:active + .btn-outline-warning-300:focus, .btn-outline-warning-300:active:focus, .btn-outline-warning-300.active:focus, .btn-outline-warning-300.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(218, 185, 124, 0.5);
}
.btn-outline-warning-300:disabled, .btn-outline-warning-300.disabled {
  color: #dab97c;
  background-color: transparent;
}

.btn-outline-warning-400 {
  color: #cea250;
  border-color: #cea250;
}
.btn-outline-warning-400:hover {
  color: #fff;
  background-color: #cea250;
  border-color: #cea250;
}
.btn-check:focus + .btn-outline-warning-400, .btn-outline-warning-400:focus {
  box-shadow: 0 0 0 0 rgba(206, 162, 80, 0.5);
}
.btn-check:checked + .btn-outline-warning-400, .btn-check:active + .btn-outline-warning-400, .btn-outline-warning-400:active, .btn-outline-warning-400.active, .btn-outline-warning-400.dropdown-toggle.show {
  color: #fff;
  background-color: #cea250;
  border-color: #cea250;
}
.btn-check:checked + .btn-outline-warning-400:focus, .btn-check:active + .btn-outline-warning-400:focus, .btn-outline-warning-400:active:focus, .btn-outline-warning-400.active:focus, .btn-outline-warning-400.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(206, 162, 80, 0.5);
}
.btn-outline-warning-400:disabled, .btn-outline-warning-400.disabled {
  color: #cea250;
  background-color: transparent;
}

.btn-outline-warning-500 {
  color: #C28B24;
  border-color: #C28B24;
}
.btn-outline-warning-500:hover {
  color: #fff;
  background-color: #C28B24;
  border-color: #C28B24;
}
.btn-check:focus + .btn-outline-warning-500, .btn-outline-warning-500:focus {
  box-shadow: 0 0 0 0 rgba(194, 139, 36, 0.5);
}
.btn-check:checked + .btn-outline-warning-500, .btn-check:active + .btn-outline-warning-500, .btn-outline-warning-500:active, .btn-outline-warning-500.active, .btn-outline-warning-500.dropdown-toggle.show {
  color: #fff;
  background-color: #C28B24;
  border-color: #C28B24;
}
.btn-check:checked + .btn-outline-warning-500:focus, .btn-check:active + .btn-outline-warning-500:focus, .btn-outline-warning-500:active:focus, .btn-outline-warning-500.active:focus, .btn-outline-warning-500.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(194, 139, 36, 0.5);
}
.btn-outline-warning-500:disabled, .btn-outline-warning-500.disabled {
  color: #C28B24;
  background-color: transparent;
}

.btn-outline-warning-600 {
  color: #9b6f1d;
  border-color: #9b6f1d;
}
.btn-outline-warning-600:hover {
  color: #fff;
  background-color: #9b6f1d;
  border-color: #9b6f1d;
}
.btn-check:focus + .btn-outline-warning-600, .btn-outline-warning-600:focus {
  box-shadow: 0 0 0 0 rgba(155, 111, 29, 0.5);
}
.btn-check:checked + .btn-outline-warning-600, .btn-check:active + .btn-outline-warning-600, .btn-outline-warning-600:active, .btn-outline-warning-600.active, .btn-outline-warning-600.dropdown-toggle.show {
  color: #fff;
  background-color: #9b6f1d;
  border-color: #9b6f1d;
}
.btn-check:checked + .btn-outline-warning-600:focus, .btn-check:active + .btn-outline-warning-600:focus, .btn-outline-warning-600:active:focus, .btn-outline-warning-600.active:focus, .btn-outline-warning-600.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(155, 111, 29, 0.5);
}
.btn-outline-warning-600:disabled, .btn-outline-warning-600.disabled {
  color: #9b6f1d;
  background-color: transparent;
}

.btn-outline-warning-700 {
  color: #745316;
  border-color: #745316;
}
.btn-outline-warning-700:hover {
  color: #fff;
  background-color: #745316;
  border-color: #745316;
}
.btn-check:focus + .btn-outline-warning-700, .btn-outline-warning-700:focus {
  box-shadow: 0 0 0 0 rgba(116, 83, 22, 0.5);
}
.btn-check:checked + .btn-outline-warning-700, .btn-check:active + .btn-outline-warning-700, .btn-outline-warning-700:active, .btn-outline-warning-700.active, .btn-outline-warning-700.dropdown-toggle.show {
  color: #fff;
  background-color: #745316;
  border-color: #745316;
}
.btn-check:checked + .btn-outline-warning-700:focus, .btn-check:active + .btn-outline-warning-700:focus, .btn-outline-warning-700:active:focus, .btn-outline-warning-700.active:focus, .btn-outline-warning-700.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(116, 83, 22, 0.5);
}
.btn-outline-warning-700:disabled, .btn-outline-warning-700.disabled {
  color: #745316;
  background-color: transparent;
}

.btn-outline-warning-800 {
  color: #4e380e;
  border-color: #4e380e;
}
.btn-outline-warning-800:hover {
  color: #fff;
  background-color: #4e380e;
  border-color: #4e380e;
}
.btn-check:focus + .btn-outline-warning-800, .btn-outline-warning-800:focus {
  box-shadow: 0 0 0 0 rgba(78, 56, 14, 0.5);
}
.btn-check:checked + .btn-outline-warning-800, .btn-check:active + .btn-outline-warning-800, .btn-outline-warning-800:active, .btn-outline-warning-800.active, .btn-outline-warning-800.dropdown-toggle.show {
  color: #fff;
  background-color: #4e380e;
  border-color: #4e380e;
}
.btn-check:checked + .btn-outline-warning-800:focus, .btn-check:active + .btn-outline-warning-800:focus, .btn-outline-warning-800:active:focus, .btn-outline-warning-800.active:focus, .btn-outline-warning-800.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(78, 56, 14, 0.5);
}
.btn-outline-warning-800:disabled, .btn-outline-warning-800.disabled {
  color: #4e380e;
  background-color: transparent;
}

.btn-outline-warning-900 {
  color: #271c07;
  border-color: #271c07;
}
.btn-outline-warning-900:hover {
  color: #fff;
  background-color: #271c07;
  border-color: #271c07;
}
.btn-check:focus + .btn-outline-warning-900, .btn-outline-warning-900:focus {
  box-shadow: 0 0 0 0 rgba(39, 28, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning-900, .btn-check:active + .btn-outline-warning-900, .btn-outline-warning-900:active, .btn-outline-warning-900.active, .btn-outline-warning-900.dropdown-toggle.show {
  color: #fff;
  background-color: #271c07;
  border-color: #271c07;
}
.btn-check:checked + .btn-outline-warning-900:focus, .btn-check:active + .btn-outline-warning-900:focus, .btn-outline-warning-900:active:focus, .btn-outline-warning-900.active:focus, .btn-outline-warning-900.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(39, 28, 7, 0.5);
}
.btn-outline-warning-900:disabled, .btn-outline-warning-900.disabled {
  color: #271c07;
  background-color: transparent;
}

.btn-outline-danger-100 {
  color: #fcdddd;
  border-color: #fcdddd;
}
.btn-outline-danger-100:hover {
  color: #222222;
  background-color: #fcdddd;
  border-color: #fcdddd;
}
.btn-check:focus + .btn-outline-danger-100, .btn-outline-danger-100:focus {
  box-shadow: 0 0 0 0 rgba(252, 221, 221, 0.5);
}
.btn-check:checked + .btn-outline-danger-100, .btn-check:active + .btn-outline-danger-100, .btn-outline-danger-100:active, .btn-outline-danger-100.active, .btn-outline-danger-100.dropdown-toggle.show {
  color: #222222;
  background-color: #fcdddd;
  border-color: #fcdddd;
}
.btn-check:checked + .btn-outline-danger-100:focus, .btn-check:active + .btn-outline-danger-100:focus, .btn-outline-danger-100:active:focus, .btn-outline-danger-100.active:focus, .btn-outline-danger-100.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(252, 221, 221, 0.5);
}
.btn-outline-danger-100:disabled, .btn-outline-danger-100.disabled {
  color: #fcdddd;
  background-color: transparent;
}

.btn-outline-danger-200 {
  color: #f9bbbb;
  border-color: #f9bbbb;
}
.btn-outline-danger-200:hover {
  color: #222222;
  background-color: #f9bbbb;
  border-color: #f9bbbb;
}
.btn-check:focus + .btn-outline-danger-200, .btn-outline-danger-200:focus {
  box-shadow: 0 0 0 0 rgba(249, 187, 187, 0.5);
}
.btn-check:checked + .btn-outline-danger-200, .btn-check:active + .btn-outline-danger-200, .btn-outline-danger-200:active, .btn-outline-danger-200.active, .btn-outline-danger-200.dropdown-toggle.show {
  color: #222222;
  background-color: #f9bbbb;
  border-color: #f9bbbb;
}
.btn-check:checked + .btn-outline-danger-200:focus, .btn-check:active + .btn-outline-danger-200:focus, .btn-outline-danger-200:active:focus, .btn-outline-danger-200.active:focus, .btn-outline-danger-200.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(249, 187, 187, 0.5);
}
.btn-outline-danger-200:disabled, .btn-outline-danger-200.disabled {
  color: #f9bbbb;
  background-color: transparent;
}

.btn-outline-danger-300 {
  color: #f69898;
  border-color: #f69898;
}
.btn-outline-danger-300:hover {
  color: #fff;
  background-color: #f69898;
  border-color: #f69898;
}
.btn-check:focus + .btn-outline-danger-300, .btn-outline-danger-300:focus {
  box-shadow: 0 0 0 0 rgba(246, 152, 152, 0.5);
}
.btn-check:checked + .btn-outline-danger-300, .btn-check:active + .btn-outline-danger-300, .btn-outline-danger-300:active, .btn-outline-danger-300.active, .btn-outline-danger-300.dropdown-toggle.show {
  color: #fff;
  background-color: #f69898;
  border-color: #f69898;
}
.btn-check:checked + .btn-outline-danger-300:focus, .btn-check:active + .btn-outline-danger-300:focus, .btn-outline-danger-300:active:focus, .btn-outline-danger-300.active:focus, .btn-outline-danger-300.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(246, 152, 152, 0.5);
}
.btn-outline-danger-300:disabled, .btn-outline-danger-300.disabled {
  color: #f69898;
  background-color: transparent;
}

.btn-outline-danger-400 {
  color: #f37676;
  border-color: #f37676;
}
.btn-outline-danger-400:hover {
  color: #fff;
  background-color: #f37676;
  border-color: #f37676;
}
.btn-check:focus + .btn-outline-danger-400, .btn-outline-danger-400:focus {
  box-shadow: 0 0 0 0 rgba(243, 118, 118, 0.5);
}
.btn-check:checked + .btn-outline-danger-400, .btn-check:active + .btn-outline-danger-400, .btn-outline-danger-400:active, .btn-outline-danger-400.active, .btn-outline-danger-400.dropdown-toggle.show {
  color: #fff;
  background-color: #f37676;
  border-color: #f37676;
}
.btn-check:checked + .btn-outline-danger-400:focus, .btn-check:active + .btn-outline-danger-400:focus, .btn-outline-danger-400:active:focus, .btn-outline-danger-400.active:focus, .btn-outline-danger-400.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(243, 118, 118, 0.5);
}
.btn-outline-danger-400:disabled, .btn-outline-danger-400.disabled {
  color: #f37676;
  background-color: transparent;
}

.btn-outline-danger-500 {
  color: #F05454;
  border-color: #F05454;
}
.btn-outline-danger-500:hover {
  color: #fff;
  background-color: #F05454;
  border-color: #F05454;
}
.btn-check:focus + .btn-outline-danger-500, .btn-outline-danger-500:focus {
  box-shadow: 0 0 0 0 rgba(240, 84, 84, 0.5);
}
.btn-check:checked + .btn-outline-danger-500, .btn-check:active + .btn-outline-danger-500, .btn-outline-danger-500:active, .btn-outline-danger-500.active, .btn-outline-danger-500.dropdown-toggle.show {
  color: #fff;
  background-color: #F05454;
  border-color: #F05454;
}
.btn-check:checked + .btn-outline-danger-500:focus, .btn-check:active + .btn-outline-danger-500:focus, .btn-outline-danger-500:active:focus, .btn-outline-danger-500.active:focus, .btn-outline-danger-500.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(240, 84, 84, 0.5);
}
.btn-outline-danger-500:disabled, .btn-outline-danger-500.disabled {
  color: #F05454;
  background-color: transparent;
}

.btn-outline-danger-600 {
  color: #c04343;
  border-color: #c04343;
}
.btn-outline-danger-600:hover {
  color: #fff;
  background-color: #c04343;
  border-color: #c04343;
}
.btn-check:focus + .btn-outline-danger-600, .btn-outline-danger-600:focus {
  box-shadow: 0 0 0 0 rgba(192, 67, 67, 0.5);
}
.btn-check:checked + .btn-outline-danger-600, .btn-check:active + .btn-outline-danger-600, .btn-outline-danger-600:active, .btn-outline-danger-600.active, .btn-outline-danger-600.dropdown-toggle.show {
  color: #fff;
  background-color: #c04343;
  border-color: #c04343;
}
.btn-check:checked + .btn-outline-danger-600:focus, .btn-check:active + .btn-outline-danger-600:focus, .btn-outline-danger-600:active:focus, .btn-outline-danger-600.active:focus, .btn-outline-danger-600.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(192, 67, 67, 0.5);
}
.btn-outline-danger-600:disabled, .btn-outline-danger-600.disabled {
  color: #c04343;
  background-color: transparent;
}

.btn-outline-danger-700 {
  color: #903232;
  border-color: #903232;
}
.btn-outline-danger-700:hover {
  color: #fff;
  background-color: #903232;
  border-color: #903232;
}
.btn-check:focus + .btn-outline-danger-700, .btn-outline-danger-700:focus {
  box-shadow: 0 0 0 0 rgba(144, 50, 50, 0.5);
}
.btn-check:checked + .btn-outline-danger-700, .btn-check:active + .btn-outline-danger-700, .btn-outline-danger-700:active, .btn-outline-danger-700.active, .btn-outline-danger-700.dropdown-toggle.show {
  color: #fff;
  background-color: #903232;
  border-color: #903232;
}
.btn-check:checked + .btn-outline-danger-700:focus, .btn-check:active + .btn-outline-danger-700:focus, .btn-outline-danger-700:active:focus, .btn-outline-danger-700.active:focus, .btn-outline-danger-700.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(144, 50, 50, 0.5);
}
.btn-outline-danger-700:disabled, .btn-outline-danger-700.disabled {
  color: #903232;
  background-color: transparent;
}

.btn-outline-danger-800 {
  color: #602222;
  border-color: #602222;
}
.btn-outline-danger-800:hover {
  color: #fff;
  background-color: #602222;
  border-color: #602222;
}
.btn-check:focus + .btn-outline-danger-800, .btn-outline-danger-800:focus {
  box-shadow: 0 0 0 0 rgba(96, 34, 34, 0.5);
}
.btn-check:checked + .btn-outline-danger-800, .btn-check:active + .btn-outline-danger-800, .btn-outline-danger-800:active, .btn-outline-danger-800.active, .btn-outline-danger-800.dropdown-toggle.show {
  color: #fff;
  background-color: #602222;
  border-color: #602222;
}
.btn-check:checked + .btn-outline-danger-800:focus, .btn-check:active + .btn-outline-danger-800:focus, .btn-outline-danger-800:active:focus, .btn-outline-danger-800.active:focus, .btn-outline-danger-800.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(96, 34, 34, 0.5);
}
.btn-outline-danger-800:disabled, .btn-outline-danger-800.disabled {
  color: #602222;
  background-color: transparent;
}

.btn-outline-danger-900 {
  color: #301111;
  border-color: #301111;
}
.btn-outline-danger-900:hover {
  color: #fff;
  background-color: #301111;
  border-color: #301111;
}
.btn-check:focus + .btn-outline-danger-900, .btn-outline-danger-900:focus {
  box-shadow: 0 0 0 0 rgba(48, 17, 17, 0.5);
}
.btn-check:checked + .btn-outline-danger-900, .btn-check:active + .btn-outline-danger-900, .btn-outline-danger-900:active, .btn-outline-danger-900.active, .btn-outline-danger-900.dropdown-toggle.show {
  color: #fff;
  background-color: #301111;
  border-color: #301111;
}
.btn-check:checked + .btn-outline-danger-900:focus, .btn-check:active + .btn-outline-danger-900:focus, .btn-outline-danger-900:active:focus, .btn-outline-danger-900.active:focus, .btn-outline-danger-900.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(48, 17, 17, 0.5);
}
.btn-outline-danger-900:disabled, .btn-outline-danger-900.disabled {
  color: #301111;
  background-color: transparent;
}

.btn-outline-gray-100 {
  color: #F4F7FE;
  border-color: #F4F7FE;
}
.btn-outline-gray-100:hover {
  color: #222222;
  background-color: #F4F7FE;
  border-color: #F4F7FE;
}
.btn-check:focus + .btn-outline-gray-100, .btn-outline-gray-100:focus {
  box-shadow: 0 0 0 0 rgba(244, 247, 254, 0.5);
}
.btn-check:checked + .btn-outline-gray-100, .btn-check:active + .btn-outline-gray-100, .btn-outline-gray-100:active, .btn-outline-gray-100.active, .btn-outline-gray-100.dropdown-toggle.show {
  color: #222222;
  background-color: #F4F7FE;
  border-color: #F4F7FE;
}
.btn-check:checked + .btn-outline-gray-100:focus, .btn-check:active + .btn-outline-gray-100:focus, .btn-outline-gray-100:active:focus, .btn-outline-gray-100.active:focus, .btn-outline-gray-100.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(244, 247, 254, 0.5);
}
.btn-outline-gray-100:disabled, .btn-outline-gray-100.disabled {
  color: #F4F7FE;
  background-color: transparent;
}

.btn-outline-gray-200 {
  color: #E6E9ED;
  border-color: #E6E9ED;
}
.btn-outline-gray-200:hover {
  color: #222222;
  background-color: #E6E9ED;
  border-color: #E6E9ED;
}
.btn-check:focus + .btn-outline-gray-200, .btn-outline-gray-200:focus {
  box-shadow: 0 0 0 0 rgba(230, 233, 237, 0.5);
}
.btn-check:checked + .btn-outline-gray-200, .btn-check:active + .btn-outline-gray-200, .btn-outline-gray-200:active, .btn-outline-gray-200.active, .btn-outline-gray-200.dropdown-toggle.show {
  color: #222222;
  background-color: #E6E9ED;
  border-color: #E6E9ED;
}
.btn-check:checked + .btn-outline-gray-200:focus, .btn-check:active + .btn-outline-gray-200:focus, .btn-outline-gray-200:active:focus, .btn-outline-gray-200.active:focus, .btn-outline-gray-200.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(230, 233, 237, 0.5);
}
.btn-outline-gray-200:disabled, .btn-outline-gray-200.disabled {
  color: #E6E9ED;
  background-color: transparent;
}

.btn-outline-gray-300 {
  color: #D9DEE3;
  border-color: #D9DEE3;
}
.btn-outline-gray-300:hover {
  color: #222222;
  background-color: #D9DEE3;
  border-color: #D9DEE3;
}
.btn-check:focus + .btn-outline-gray-300, .btn-outline-gray-300:focus {
  box-shadow: 0 0 0 0 rgba(217, 222, 227, 0.5);
}
.btn-check:checked + .btn-outline-gray-300, .btn-check:active + .btn-outline-gray-300, .btn-outline-gray-300:active, .btn-outline-gray-300.active, .btn-outline-gray-300.dropdown-toggle.show {
  color: #222222;
  background-color: #D9DEE3;
  border-color: #D9DEE3;
}
.btn-check:checked + .btn-outline-gray-300:focus, .btn-check:active + .btn-outline-gray-300:focus, .btn-outline-gray-300:active:focus, .btn-outline-gray-300.active:focus, .btn-outline-gray-300.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(217, 222, 227, 0.5);
}
.btn-outline-gray-300:disabled, .btn-outline-gray-300.disabled {
  color: #D9DEE3;
  background-color: transparent;
}

.btn-outline-gray-400 {
  color: #C7CED5;
  border-color: #C7CED5;
}
.btn-outline-gray-400:hover {
  color: #222222;
  background-color: #C7CED5;
  border-color: #C7CED5;
}
.btn-check:focus + .btn-outline-gray-400, .btn-outline-gray-400:focus {
  box-shadow: 0 0 0 0 rgba(199, 206, 213, 0.5);
}
.btn-check:checked + .btn-outline-gray-400, .btn-check:active + .btn-outline-gray-400, .btn-outline-gray-400:active, .btn-outline-gray-400.active, .btn-outline-gray-400.dropdown-toggle.show {
  color: #222222;
  background-color: #C7CED5;
  border-color: #C7CED5;
}
.btn-check:checked + .btn-outline-gray-400:focus, .btn-check:active + .btn-outline-gray-400:focus, .btn-outline-gray-400:active:focus, .btn-outline-gray-400.active:focus, .btn-outline-gray-400.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(199, 206, 213, 0.5);
}
.btn-outline-gray-400:disabled, .btn-outline-gray-400.disabled {
  color: #C7CED5;
  background-color: transparent;
}

.btn-outline-gray-500 {
  color: #A3ACB5;
  border-color: #A3ACB5;
}
.btn-outline-gray-500:hover {
  color: #fff;
  background-color: #A3ACB5;
  border-color: #A3ACB5;
}
.btn-check:focus + .btn-outline-gray-500, .btn-outline-gray-500:focus {
  box-shadow: 0 0 0 0 rgba(163, 172, 181, 0.5);
}
.btn-check:checked + .btn-outline-gray-500, .btn-check:active + .btn-outline-gray-500, .btn-outline-gray-500:active, .btn-outline-gray-500.active, .btn-outline-gray-500.dropdown-toggle.show {
  color: #fff;
  background-color: #A3ACB5;
  border-color: #A3ACB5;
}
.btn-check:checked + .btn-outline-gray-500:focus, .btn-check:active + .btn-outline-gray-500:focus, .btn-outline-gray-500:active:focus, .btn-outline-gray-500.active:focus, .btn-outline-gray-500.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(163, 172, 181, 0.5);
}
.btn-outline-gray-500:disabled, .btn-outline-gray-500.disabled {
  color: #A3ACB5;
  background-color: transparent;
}

.btn-outline-gray-600 {
  color: #616972;
  border-color: #616972;
}
.btn-outline-gray-600:hover {
  color: #fff;
  background-color: #616972;
  border-color: #616972;
}
.btn-check:focus + .btn-outline-gray-600, .btn-outline-gray-600:focus {
  box-shadow: 0 0 0 0 rgba(97, 105, 114, 0.5);
}
.btn-check:checked + .btn-outline-gray-600, .btn-check:active + .btn-outline-gray-600, .btn-outline-gray-600:active, .btn-outline-gray-600.active, .btn-outline-gray-600.dropdown-toggle.show {
  color: #fff;
  background-color: #616972;
  border-color: #616972;
}
.btn-check:checked + .btn-outline-gray-600:focus, .btn-check:active + .btn-outline-gray-600:focus, .btn-outline-gray-600:active:focus, .btn-outline-gray-600.active:focus, .btn-outline-gray-600.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(97, 105, 114, 0.5);
}
.btn-outline-gray-600:disabled, .btn-outline-gray-600.disabled {
  color: #616972;
  background-color: transparent;
}

.btn-outline-gray-700 {
  color: #3F464D;
  border-color: #3F464D;
}
.btn-outline-gray-700:hover {
  color: #fff;
  background-color: #3F464D;
  border-color: #3F464D;
}
.btn-check:focus + .btn-outline-gray-700, .btn-outline-gray-700:focus {
  box-shadow: 0 0 0 0 rgba(63, 70, 77, 0.5);
}
.btn-check:checked + .btn-outline-gray-700, .btn-check:active + .btn-outline-gray-700, .btn-outline-gray-700:active, .btn-outline-gray-700.active, .btn-outline-gray-700.dropdown-toggle.show {
  color: #fff;
  background-color: #3F464D;
  border-color: #3F464D;
}
.btn-check:checked + .btn-outline-gray-700:focus, .btn-check:active + .btn-outline-gray-700:focus, .btn-outline-gray-700:active:focus, .btn-outline-gray-700.active:focus, .btn-outline-gray-700.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(63, 70, 77, 0.5);
}
.btn-outline-gray-700:disabled, .btn-outline-gray-700.disabled {
  color: #3F464D;
  background-color: transparent;
}

.btn-outline-gray-800 {
  color: #2D3238;
  border-color: #2D3238;
}
.btn-outline-gray-800:hover {
  color: #fff;
  background-color: #2D3238;
  border-color: #2D3238;
}
.btn-check:focus + .btn-outline-gray-800, .btn-outline-gray-800:focus {
  box-shadow: 0 0 0 0 rgba(45, 50, 56, 0.5);
}
.btn-check:checked + .btn-outline-gray-800, .btn-check:active + .btn-outline-gray-800, .btn-outline-gray-800:active, .btn-outline-gray-800.active, .btn-outline-gray-800.dropdown-toggle.show {
  color: #fff;
  background-color: #2D3238;
  border-color: #2D3238;
}
.btn-check:checked + .btn-outline-gray-800:focus, .btn-check:active + .btn-outline-gray-800:focus, .btn-outline-gray-800:active:focus, .btn-outline-gray-800.active:focus, .btn-outline-gray-800.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(45, 50, 56, 0.5);
}
.btn-outline-gray-800:disabled, .btn-outline-gray-800.disabled {
  color: #2D3238;
  background-color: transparent;
}

.btn-outline-gray-900 {
  color: #222222;
  border-color: #222222;
}
.btn-outline-gray-900:hover {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.btn-check:focus + .btn-outline-gray-900, .btn-outline-gray-900:focus {
  box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.5);
}
.btn-check:checked + .btn-outline-gray-900, .btn-check:active + .btn-outline-gray-900, .btn-outline-gray-900:active, .btn-outline-gray-900.active, .btn-outline-gray-900.dropdown-toggle.show {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.btn-check:checked + .btn-outline-gray-900:focus, .btn-check:active + .btn-outline-gray-900:focus, .btn-outline-gray-900:active:focus, .btn-outline-gray-900.active:focus, .btn-outline-gray-900.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.5);
}
.btn-outline-gray-900:disabled, .btn-outline-gray-900.disabled {
  color: #222222;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #222222;
  text-decoration: none;
}
.btn-link:hover {
  color: #0a58ca;
  text-decoration: underline;
}
.btn-link:focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.563rem;
  font-size: 1rem;
  border-radius: 0.3rem;
}

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

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.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;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 11.25rem;
  padding: 0.625rem 0.625rem;
  margin: 0;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.15);
  border-radius: 0.188rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.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;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.625rem 0.813rem;
  clear: both;
  font-weight: 400;
  color: #3F464D;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #513E98;
  text-decoration: none;
  background-color: #F4F7FE;
}
.dropdown-item.active, .dropdown-item:active {
  color: #513E98;
  text-decoration: none;
  background-color: inherit;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.625rem 0.813rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #222222;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.625rem 0.813rem;
  color: #3F464D;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.17225rem;
  padding-left: 1.17225rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.25rem 0.625rem;
  color: #0d6efd;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #513E98;
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 1rem 0;
  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) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: #222222;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #513E98;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #513E98;
}
.navbar-light .navbar-toggler {
  color: #222222;
  border-color: none;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16'%3e%3cg transform='translate%28-158 -43%29'%3e%3crect width='18' height='2' transform='translate%28158 43%29' fill='%23222222'/%3e%3crect width='18' height='2' transform='translate%28158 50%29' fill='%23222222'/%3e%3crect width='18' height='2' transform='translate%28158 57%29' fill='%23222222'/%3e%3c/g%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #222222;
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #513E98;
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.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");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.188rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.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);
}
.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);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

.card-title {
  margin-bottom: 0.5rem;
}

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  color: #222222;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #222222;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 #E6E9ED;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b9b2d6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b9b2d6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: transparent;
  border: 1px solid #E6E9ED;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 0.875rem 1rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.563rem 0.688rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.188rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #31255b;
  background-color: #dcd8ea;
  border-color: #cbc5e0;
}
.alert-primary .alert-link {
  color: #271e49;
}

.alert-secondary {
  color: #31255b;
  background-color: #dcd8ea;
  border-color: #cbc5e0;
}
.alert-secondary .alert-link {
  color: #271e49;
}

.alert-success {
  color: #236f4e;
  background-color: #d8f1e6;
  border-color: #c4eada;
}
.alert-success .alert-link {
  color: #1c593e;
}

.alert-info {
  color: #087990;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #066173;
}

.alert-warning {
  color: #745316;
  background-color: #f3e8d3;
  border-color: #eddcbd;
}
.alert-warning .alert-link {
  color: #5d4212;
}

.alert-danger {
  color: #903232;
  background-color: #fcdddd;
  border-color: #fbcccc;
}
.alert-danger .alert-link {
  color: #732828;
}

.alert-light {
  color: #929498;
  background-color: #fdfdff;
  border-color: #fcfdff;
}
.alert-light .alert-link {
  color: #75767a;
}

.alert-dark {
  color: #141414;
  background-color: lightgray;
  border-color: #bdbdbd;
}
.alert-dark .alert-link {
  color: #101010;
}

.alert-gray {
  color: #62676d;
  background-color: #edeef0;
  border-color: #e3e6e9;
}
.alert-gray .alert-link {
  color: #4e5257;
}

.alert-primary-100 {
  color: #84828c;
  background-color: #f8f7fb;
  border-color: #f5f3f9;
}
.alert-primary-100 .alert-link {
  color: #6a6870;
}

.alert-primary-200 {
  color: #6f6b80;
  background-color: #f1f0f7;
  border-color: #eae8f3;
}
.alert-primary-200 .alert-link {
  color: #595666;
}

.alert-primary-300 {
  color: #5b5374;
  background-color: #eae8f3;
  border-color: #e0dcec;
}
.alert-primary-300 .alert-link {
  color: #49425d;
}

.alert-primary-400 {
  color: #463d68;
  background-color: #e3e0ef;
  border-color: #d5d1e6;
}
.alert-primary-400 .alert-link {
  color: #383153;
}

.alert-primary-500 {
  color: #31255b;
  background-color: #dcd8ea;
  border-color: #cbc5e0;
}
.alert-primary-500 .alert-link {
  color: #271e49;
}

.alert-primary-600 {
  color: #271e49;
  background-color: #d9d6e4;
  border-color: #c6c2d7;
}
.alert-primary-600 .alert-link {
  color: #1f183a;
}

.alert-primary-700 {
  color: #1d1637;
  background-color: #d6d3de;
  border-color: #c1bece;
}
.alert-primary-700 .alert-link {
  color: #17122c;
}

.alert-primary-800 {
  color: #130f25;
  background-color: #d2d1d8;
  border-color: #bcbac5;
}
.alert-primary-800 .alert-link {
  color: #0f0c1e;
}

.alert-primary-900 {
  color: #0a0712;
  background-color: #cfced2;
  border-color: #b7b6bc;
}
.alert-primary-900 .alert-link {
  color: #08060e;
}

.alert-secondary-100 {
  color: #8f8f92;
  background-color: #fcfcfd;
  border-color: #fafafb;
}
.alert-secondary-100 .alert-link {
  color: #727275;
}

.alert-secondary-200 {
  color: #6f6b80;
  background-color: #f1f0f7;
  border-color: #eae8f3;
}
.alert-secondary-200 .alert-link {
  color: #595666;
}

.alert-secondary-300 {
  color: #5b5374;
  background-color: #eae8f3;
  border-color: #e0dcec;
}
.alert-secondary-300 .alert-link {
  color: #49425d;
}

.alert-secondary-400 {
  color: #463d68;
  background-color: #e3e0ef;
  border-color: #d5d1e6;
}
.alert-secondary-400 .alert-link {
  color: #383153;
}

.alert-secondary-500 {
  color: #31255b;
  background-color: #dcd8ea;
  border-color: #cbc5e0;
}
.alert-secondary-500 .alert-link {
  color: #271e49;
}

.alert-secondary-600 {
  color: #271e49;
  background-color: #d9d6e4;
  border-color: #c6c2d7;
}
.alert-secondary-600 .alert-link {
  color: #1f183a;
}

.alert-secondary-700 {
  color: #1d1637;
  background-color: #d6d3de;
  border-color: #c1bece;
}
.alert-secondary-700 .alert-link {
  color: #17122c;
}

.alert-secondary-800 {
  color: #130f25;
  background-color: #d2d1d8;
  border-color: #bcbac5;
}
.alert-secondary-800 .alert-link {
  color: #0f0c1e;
}

.alert-secondary-900 {
  color: #0a0712;
  background-color: #cfced2;
  border-color: #b7b6bc;
}
.alert-secondary-900 .alert-link {
  color: #08060e;
}

.alert-success-100 {
  color: #82918a;
  background-color: #f7fcfa;
  border-color: #f3fbf8;
}
.alert-success-100 .alert-link {
  color: #68746e;
}

.alert-success-200 {
  color: #6a887b;
  background-color: #eff9f5;
  border-color: #e7f7f0;
}
.alert-success-200 .alert-link {
  color: #556d62;
}

.alert-success-300 {
  color: #52806c;
  background-color: #e7f7f0;
  border-color: #dcf2e9;
}
.alert-success-300 .alert-link {
  color: #426656;
}

.alert-success-400 {
  color: #3a775d;
  background-color: #dff4eb;
  border-color: #d0eee1;
}
.alert-success-400 .alert-link {
  color: #2e5f4a;
}

.alert-success-500 {
  color: #236f4e;
  background-color: #d8f1e6;
  border-color: #c4eada;
}
.alert-success-500 .alert-link {
  color: #1c593e;
}

.alert-success-600 {
  color: #1c593e;
  background-color: #d5eae1;
  border-color: #c0dfd2;
}
.alert-success-600 .alert-link {
  color: #164732;
}

.alert-success-700 {
  color: #15432f;
  background-color: #d3e2dc;
  border-color: #bdd4ca;
}
.alert-success-700 .alert-link {
  color: #113626;
}

.alert-success-800 {
  color: #0e2c1f;
  background-color: #d1dbd6;
  border-color: #b9c9c2;
}
.alert-success-800 .alert-link {
  color: #0b2319;
}

.alert-success-900 {
  color: #071610;
  background-color: #ced3d1;
  border-color: #b6beba;
}
.alert-success-900 .alert-link {
  color: #06120d;
}

.alert-warning-100 {
  color: #928b7f;
  background-color: #fdfaf6;
  border-color: #fbf8f2;
}
.alert-warning-100 .alert-link {
  color: #756f66;
}

.alert-warning-200 {
  color: #8b7d64;
  background-color: #faf6ed;
  border-color: #f8f1e5;
}
.alert-warning-200 .alert-link {
  color: #6f6450;
}

.alert-warning-300 {
  color: #836f4a;
  background-color: #f8f1e5;
  border-color: #f4ead8;
}
.alert-warning-300 .alert-link {
  color: #69593b;
}

.alert-warning-400 {
  color: #7c6130;
  background-color: #f5ecdc;
  border-color: #f0e3cb;
}
.alert-warning-400 .alert-link {
  color: #634e26;
}

.alert-warning-500 {
  color: #745316;
  background-color: #f3e8d3;
  border-color: #eddcbd;
}
.alert-warning-500 .alert-link {
  color: #5d4212;
}

.alert-warning-600 {
  color: #5d4311;
  background-color: #ebe2d2;
  border-color: #e1d4bb;
}
.alert-warning-600 .alert-link {
  color: #4a360e;
}

.alert-warning-700 {
  color: #46320d;
  background-color: #e3ddd0;
  border-color: #d5cbb9;
}
.alert-warning-700 .alert-link {
  color: #38280a;
}

.alert-warning-800 {
  color: #2f2208;
  background-color: #dcd7cf;
  border-color: #cac3b7;
}
.alert-warning-800 .alert-link {
  color: #261b06;
}

.alert-warning-900 {
  color: #171104;
  background-color: #d4d2cd;
  border-color: #bebbb5;
}
.alert-warning-900 .alert-link {
  color: #120e03;
}

.alert-danger-100 {
  color: #978585;
  background-color: #fef8f8;
  border-color: #fef5f5;
}
.alert-danger-100 .alert-link {
  color: #796a6a;
}

.alert-danger-200 {
  color: #957070;
  background-color: #fef1f1;
  border-color: #fdebeb;
}
.alert-danger-200 .alert-link {
  color: #775a5a;
}

.alert-danger-300 {
  color: #945b5b;
  background-color: #fdeaea;
  border-color: #fce0e0;
}
.alert-danger-300 .alert-link {
  color: #764949;
}

.alert-danger-400 {
  color: #924747;
  background-color: #fde4e4;
  border-color: #fbd6d6;
}
.alert-danger-400 .alert-link {
  color: #753939;
}

.alert-danger-500 {
  color: #903232;
  background-color: #fcdddd;
  border-color: #fbcccc;
}
.alert-danger-500 .alert-link {
  color: #732828;
}

.alert-danger-600 {
  color: #732828;
  background-color: #f2d9d9;
  border-color: #ecc7c7;
}
.alert-danger-600 .alert-link {
  color: #5c2020;
}

.alert-danger-700 {
  color: #561e1e;
  background-color: #e9d6d6;
  border-color: #dec2c2;
}
.alert-danger-700 .alert-link {
  color: #451818;
}

.alert-danger-800 {
  color: #3a1414;
  background-color: #dfd3d3;
  border-color: #cfbdbd;
}
.alert-danger-800 .alert-link {
  color: #2e1010;
}

.alert-danger-900 {
  color: #1d0a0a;
  background-color: #d6cfcf;
  border-color: #c1b8b8;
}
.alert-danger-900 .alert-link {
  color: #170808;
}

.alert-gray-100 {
  color: #929498;
  background-color: #fdfdff;
  border-color: #fcfdff;
}
.alert-gray-100 .alert-link {
  color: #75767a;
}

.alert-gray-200 {
  color: #8a8c8e;
  background-color: #fafbfb;
  border-color: #f8f8fa;
}
.alert-gray-200 .alert-link {
  color: #6e7072;
}

.alert-gray-300 {
  color: #828588;
  background-color: #f7f8f9;
  border-color: #f4f5f7;
}
.alert-gray-300 .alert-link {
  color: #686a6d;
}

.alert-gray-400 {
  color: #777c80;
  background-color: #f4f5f7;
  border-color: #eef0f2;
}
.alert-gray-400 .alert-link {
  color: #5f6366;
}

.alert-gray-500 {
  color: #62676d;
  background-color: #edeef0;
  border-color: #e3e6e9;
}
.alert-gray-500 .alert-link {
  color: #4e5257;
}

.alert-gray-600 {
  color: #3a3f44;
  background-color: #dfe1e3;
  border-color: #d0d2d5;
}
.alert-gray-600 .alert-link {
  color: #2e3236;
}

.alert-gray-700 {
  color: #262a2e;
  background-color: #d9dadb;
  border-color: #c5c8ca;
}
.alert-gray-700 .alert-link {
  color: #1e2225;
}

.alert-gray-800 {
  color: #1b1e22;
  background-color: #d5d6d7;
  border-color: #c0c2c3;
}
.alert-gray-800 .alert-link {
  color: #16181b;
}

.alert-gray-900 {
  color: #141414;
  background-color: lightgray;
  border-color: #bdbdbd;
}
.alert-gray-900 .alert-link {
  color: #101010;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.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) {
  .progress-bar {
    transition: none;
  }
}

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

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

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

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

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

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

.list-group-item-primary {
  color: #31255b;
  background-color: #dcd8ea;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #31255b;
  background-color: #c6c2d3;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #31255b;
  border-color: #31255b;
}

.list-group-item-secondary {
  color: #31255b;
  background-color: #dcd8ea;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #31255b;
  background-color: #c6c2d3;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #31255b;
  border-color: #31255b;
}

.list-group-item-success {
  color: #236f4e;
  background-color: #d8f1e6;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #236f4e;
  background-color: #c2d9cf;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #236f4e;
  border-color: #236f4e;
}

.list-group-item-info {
  color: #087990;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #087990;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #087990;
  border-color: #087990;
}

.list-group-item-warning {
  color: #745316;
  background-color: #f3e8d3;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #745316;
  background-color: #dbd1be;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #745316;
  border-color: #745316;
}

.list-group-item-danger {
  color: #903232;
  background-color: #fcdddd;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #903232;
  background-color: #e3c7c7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #903232;
  border-color: #903232;
}

.list-group-item-light {
  color: #929498;
  background-color: #fdfdff;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #929498;
  background-color: #e4e4e6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #929498;
  border-color: #929498;
}

.list-group-item-dark {
  color: #141414;
  background-color: lightgray;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141414;
  background-color: #bebebe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141414;
  border-color: #141414;
}

.list-group-item-gray {
  color: #62676d;
  background-color: #edeef0;
}
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #62676d;
  background-color: #d5d6d8;
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #62676d;
  border-color: #62676d;
}

.list-group-item-primary-100 {
  color: #84828c;
  background-color: #f8f7fb;
}
.list-group-item-primary-100.list-group-item-action:hover, .list-group-item-primary-100.list-group-item-action:focus {
  color: #84828c;
  background-color: #dfdee2;
}
.list-group-item-primary-100.list-group-item-action.active {
  color: #fff;
  background-color: #84828c;
  border-color: #84828c;
}

.list-group-item-primary-200 {
  color: #6f6b80;
  background-color: #f1f0f7;
}
.list-group-item-primary-200.list-group-item-action:hover, .list-group-item-primary-200.list-group-item-action:focus {
  color: #6f6b80;
  background-color: #d9d8de;
}
.list-group-item-primary-200.list-group-item-action.active {
  color: #fff;
  background-color: #6f6b80;
  border-color: #6f6b80;
}

.list-group-item-primary-300 {
  color: #5b5374;
  background-color: #eae8f3;
}
.list-group-item-primary-300.list-group-item-action:hover, .list-group-item-primary-300.list-group-item-action:focus {
  color: #5b5374;
  background-color: #d3d1db;
}
.list-group-item-primary-300.list-group-item-action.active {
  color: #fff;
  background-color: #5b5374;
  border-color: #5b5374;
}

.list-group-item-primary-400 {
  color: #463d68;
  background-color: #e3e0ef;
}
.list-group-item-primary-400.list-group-item-action:hover, .list-group-item-primary-400.list-group-item-action:focus {
  color: #463d68;
  background-color: #cccad7;
}
.list-group-item-primary-400.list-group-item-action.active {
  color: #fff;
  background-color: #463d68;
  border-color: #463d68;
}

.list-group-item-primary-500 {
  color: #31255b;
  background-color: #dcd8ea;
}
.list-group-item-primary-500.list-group-item-action:hover, .list-group-item-primary-500.list-group-item-action:focus {
  color: #31255b;
  background-color: #c6c2d3;
}
.list-group-item-primary-500.list-group-item-action.active {
  color: #fff;
  background-color: #31255b;
  border-color: #31255b;
}

.list-group-item-primary-600 {
  color: #271e49;
  background-color: #d9d6e4;
}
.list-group-item-primary-600.list-group-item-action:hover, .list-group-item-primary-600.list-group-item-action:focus {
  color: #271e49;
  background-color: #c3c1cd;
}
.list-group-item-primary-600.list-group-item-action.active {
  color: #fff;
  background-color: #271e49;
  border-color: #271e49;
}

.list-group-item-primary-700 {
  color: #1d1637;
  background-color: #d6d3de;
}
.list-group-item-primary-700.list-group-item-action:hover, .list-group-item-primary-700.list-group-item-action:focus {
  color: #1d1637;
  background-color: #c1bec8;
}
.list-group-item-primary-700.list-group-item-action.active {
  color: #fff;
  background-color: #1d1637;
  border-color: #1d1637;
}

.list-group-item-primary-800 {
  color: #130f25;
  background-color: #d2d1d8;
}
.list-group-item-primary-800.list-group-item-action:hover, .list-group-item-primary-800.list-group-item-action:focus {
  color: #130f25;
  background-color: #bdbcc2;
}
.list-group-item-primary-800.list-group-item-action.active {
  color: #fff;
  background-color: #130f25;
  border-color: #130f25;
}

.list-group-item-primary-900 {
  color: #0a0712;
  background-color: #cfced2;
}
.list-group-item-primary-900.list-group-item-action:hover, .list-group-item-primary-900.list-group-item-action:focus {
  color: #0a0712;
  background-color: #bab9bd;
}
.list-group-item-primary-900.list-group-item-action.active {
  color: #fff;
  background-color: #0a0712;
  border-color: #0a0712;
}

.list-group-item-secondary-100 {
  color: #8f8f92;
  background-color: #fcfcfd;
}
.list-group-item-secondary-100.list-group-item-action:hover, .list-group-item-secondary-100.list-group-item-action:focus {
  color: #8f8f92;
  background-color: #e3e3e4;
}
.list-group-item-secondary-100.list-group-item-action.active {
  color: #fff;
  background-color: #8f8f92;
  border-color: #8f8f92;
}

.list-group-item-secondary-200 {
  color: #6f6b80;
  background-color: #f1f0f7;
}
.list-group-item-secondary-200.list-group-item-action:hover, .list-group-item-secondary-200.list-group-item-action:focus {
  color: #6f6b80;
  background-color: #d9d8de;
}
.list-group-item-secondary-200.list-group-item-action.active {
  color: #fff;
  background-color: #6f6b80;
  border-color: #6f6b80;
}

.list-group-item-secondary-300 {
  color: #5b5374;
  background-color: #eae8f3;
}
.list-group-item-secondary-300.list-group-item-action:hover, .list-group-item-secondary-300.list-group-item-action:focus {
  color: #5b5374;
  background-color: #d3d1db;
}
.list-group-item-secondary-300.list-group-item-action.active {
  color: #fff;
  background-color: #5b5374;
  border-color: #5b5374;
}

.list-group-item-secondary-400 {
  color: #463d68;
  background-color: #e3e0ef;
}
.list-group-item-secondary-400.list-group-item-action:hover, .list-group-item-secondary-400.list-group-item-action:focus {
  color: #463d68;
  background-color: #cccad7;
}
.list-group-item-secondary-400.list-group-item-action.active {
  color: #fff;
  background-color: #463d68;
  border-color: #463d68;
}

.list-group-item-secondary-500 {
  color: #31255b;
  background-color: #dcd8ea;
}
.list-group-item-secondary-500.list-group-item-action:hover, .list-group-item-secondary-500.list-group-item-action:focus {
  color: #31255b;
  background-color: #c6c2d3;
}
.list-group-item-secondary-500.list-group-item-action.active {
  color: #fff;
  background-color: #31255b;
  border-color: #31255b;
}

.list-group-item-secondary-600 {
  color: #271e49;
  background-color: #d9d6e4;
}
.list-group-item-secondary-600.list-group-item-action:hover, .list-group-item-secondary-600.list-group-item-action:focus {
  color: #271e49;
  background-color: #c3c1cd;
}
.list-group-item-secondary-600.list-group-item-action.active {
  color: #fff;
  background-color: #271e49;
  border-color: #271e49;
}

.list-group-item-secondary-700 {
  color: #1d1637;
  background-color: #d6d3de;
}
.list-group-item-secondary-700.list-group-item-action:hover, .list-group-item-secondary-700.list-group-item-action:focus {
  color: #1d1637;
  background-color: #c1bec8;
}
.list-group-item-secondary-700.list-group-item-action.active {
  color: #fff;
  background-color: #1d1637;
  border-color: #1d1637;
}

.list-group-item-secondary-800 {
  color: #130f25;
  background-color: #d2d1d8;
}
.list-group-item-secondary-800.list-group-item-action:hover, .list-group-item-secondary-800.list-group-item-action:focus {
  color: #130f25;
  background-color: #bdbcc2;
}
.list-group-item-secondary-800.list-group-item-action.active {
  color: #fff;
  background-color: #130f25;
  border-color: #130f25;
}

.list-group-item-secondary-900 {
  color: #0a0712;
  background-color: #cfced2;
}
.list-group-item-secondary-900.list-group-item-action:hover, .list-group-item-secondary-900.list-group-item-action:focus {
  color: #0a0712;
  background-color: #bab9bd;
}
.list-group-item-secondary-900.list-group-item-action.active {
  color: #fff;
  background-color: #0a0712;
  border-color: #0a0712;
}

.list-group-item-success-100 {
  color: #82918a;
  background-color: #f7fcfa;
}
.list-group-item-success-100.list-group-item-action:hover, .list-group-item-success-100.list-group-item-action:focus {
  color: #82918a;
  background-color: #dee3e1;
}
.list-group-item-success-100.list-group-item-action.active {
  color: #fff;
  background-color: #82918a;
  border-color: #82918a;
}

.list-group-item-success-200 {
  color: #6a887b;
  background-color: #eff9f5;
}
.list-group-item-success-200.list-group-item-action:hover, .list-group-item-success-200.list-group-item-action:focus {
  color: #6a887b;
  background-color: #d7e0dd;
}
.list-group-item-success-200.list-group-item-action.active {
  color: #fff;
  background-color: #6a887b;
  border-color: #6a887b;
}

.list-group-item-success-300 {
  color: #52806c;
  background-color: #e7f7f0;
}
.list-group-item-success-300.list-group-item-action:hover, .list-group-item-success-300.list-group-item-action:focus {
  color: #52806c;
  background-color: #d0ded8;
}
.list-group-item-success-300.list-group-item-action.active {
  color: #fff;
  background-color: #52806c;
  border-color: #52806c;
}

.list-group-item-success-400 {
  color: #3a775d;
  background-color: #dff4eb;
}
.list-group-item-success-400.list-group-item-action:hover, .list-group-item-success-400.list-group-item-action:focus {
  color: #3a775d;
  background-color: #c9dcd4;
}
.list-group-item-success-400.list-group-item-action.active {
  color: #fff;
  background-color: #3a775d;
  border-color: #3a775d;
}

.list-group-item-success-500 {
  color: #236f4e;
  background-color: #d8f1e6;
}
.list-group-item-success-500.list-group-item-action:hover, .list-group-item-success-500.list-group-item-action:focus {
  color: #236f4e;
  background-color: #c2d9cf;
}
.list-group-item-success-500.list-group-item-action.active {
  color: #fff;
  background-color: #236f4e;
  border-color: #236f4e;
}

.list-group-item-success-600 {
  color: #1c593e;
  background-color: #d5eae1;
}
.list-group-item-success-600.list-group-item-action:hover, .list-group-item-success-600.list-group-item-action:focus {
  color: #1c593e;
  background-color: #c0d3cb;
}
.list-group-item-success-600.list-group-item-action.active {
  color: #fff;
  background-color: #1c593e;
  border-color: #1c593e;
}

.list-group-item-success-700 {
  color: #15432f;
  background-color: #d3e2dc;
}
.list-group-item-success-700.list-group-item-action:hover, .list-group-item-success-700.list-group-item-action:focus {
  color: #15432f;
  background-color: #becbc6;
}
.list-group-item-success-700.list-group-item-action.active {
  color: #fff;
  background-color: #15432f;
  border-color: #15432f;
}

.list-group-item-success-800 {
  color: #0e2c1f;
  background-color: #d1dbd6;
}
.list-group-item-success-800.list-group-item-action:hover, .list-group-item-success-800.list-group-item-action:focus {
  color: #0e2c1f;
  background-color: #bcc5c1;
}
.list-group-item-success-800.list-group-item-action.active {
  color: #fff;
  background-color: #0e2c1f;
  border-color: #0e2c1f;
}

.list-group-item-success-900 {
  color: #071610;
  background-color: #ced3d1;
}
.list-group-item-success-900.list-group-item-action:hover, .list-group-item-success-900.list-group-item-action:focus {
  color: #071610;
  background-color: #b9bebc;
}
.list-group-item-success-900.list-group-item-action.active {
  color: #fff;
  background-color: #071610;
  border-color: #071610;
}

.list-group-item-warning-100 {
  color: #928b7f;
  background-color: #fdfaf6;
}
.list-group-item-warning-100.list-group-item-action:hover, .list-group-item-warning-100.list-group-item-action:focus {
  color: #928b7f;
  background-color: #e4e1dd;
}
.list-group-item-warning-100.list-group-item-action.active {
  color: #fff;
  background-color: #928b7f;
  border-color: #928b7f;
}

.list-group-item-warning-200 {
  color: #8b7d64;
  background-color: #faf6ed;
}
.list-group-item-warning-200.list-group-item-action:hover, .list-group-item-warning-200.list-group-item-action:focus {
  color: #8b7d64;
  background-color: #e1ddd5;
}
.list-group-item-warning-200.list-group-item-action.active {
  color: #fff;
  background-color: #8b7d64;
  border-color: #8b7d64;
}

.list-group-item-warning-300 {
  color: #836f4a;
  background-color: #f8f1e5;
}
.list-group-item-warning-300.list-group-item-action:hover, .list-group-item-warning-300.list-group-item-action:focus {
  color: #836f4a;
  background-color: #dfd9ce;
}
.list-group-item-warning-300.list-group-item-action.active {
  color: #fff;
  background-color: #836f4a;
  border-color: #836f4a;
}

.list-group-item-warning-400 {
  color: #7c6130;
  background-color: #f5ecdc;
}
.list-group-item-warning-400.list-group-item-action:hover, .list-group-item-warning-400.list-group-item-action:focus {
  color: #7c6130;
  background-color: #ddd4c6;
}
.list-group-item-warning-400.list-group-item-action.active {
  color: #fff;
  background-color: #7c6130;
  border-color: #7c6130;
}

.list-group-item-warning-500 {
  color: #745316;
  background-color: #f3e8d3;
}
.list-group-item-warning-500.list-group-item-action:hover, .list-group-item-warning-500.list-group-item-action:focus {
  color: #745316;
  background-color: #dbd1be;
}
.list-group-item-warning-500.list-group-item-action.active {
  color: #fff;
  background-color: #745316;
  border-color: #745316;
}

.list-group-item-warning-600 {
  color: #5d4311;
  background-color: #ebe2d2;
}
.list-group-item-warning-600.list-group-item-action:hover, .list-group-item-warning-600.list-group-item-action:focus {
  color: #5d4311;
  background-color: #d4cbbd;
}
.list-group-item-warning-600.list-group-item-action.active {
  color: #fff;
  background-color: #5d4311;
  border-color: #5d4311;
}

.list-group-item-warning-700 {
  color: #46320d;
  background-color: #e3ddd0;
}
.list-group-item-warning-700.list-group-item-action:hover, .list-group-item-warning-700.list-group-item-action:focus {
  color: #46320d;
  background-color: #ccc7bb;
}
.list-group-item-warning-700.list-group-item-action.active {
  color: #fff;
  background-color: #46320d;
  border-color: #46320d;
}

.list-group-item-warning-800 {
  color: #2f2208;
  background-color: #dcd7cf;
}
.list-group-item-warning-800.list-group-item-action:hover, .list-group-item-warning-800.list-group-item-action:focus {
  color: #2f2208;
  background-color: #c6c2ba;
}
.list-group-item-warning-800.list-group-item-action.active {
  color: #fff;
  background-color: #2f2208;
  border-color: #2f2208;
}

.list-group-item-warning-900 {
  color: #171104;
  background-color: #d4d2cd;
}
.list-group-item-warning-900.list-group-item-action:hover, .list-group-item-warning-900.list-group-item-action:focus {
  color: #171104;
  background-color: #bfbdb9;
}
.list-group-item-warning-900.list-group-item-action.active {
  color: #fff;
  background-color: #171104;
  border-color: #171104;
}

.list-group-item-danger-100 {
  color: #978585;
  background-color: #fef8f8;
}
.list-group-item-danger-100.list-group-item-action:hover, .list-group-item-danger-100.list-group-item-action:focus {
  color: #978585;
  background-color: #e5dfdf;
}
.list-group-item-danger-100.list-group-item-action.active {
  color: #fff;
  background-color: #978585;
  border-color: #978585;
}

.list-group-item-danger-200 {
  color: #957070;
  background-color: #fef1f1;
}
.list-group-item-danger-200.list-group-item-action:hover, .list-group-item-danger-200.list-group-item-action:focus {
  color: #957070;
  background-color: #e5d9d9;
}
.list-group-item-danger-200.list-group-item-action.active {
  color: #fff;
  background-color: #957070;
  border-color: #957070;
}

.list-group-item-danger-300 {
  color: #945b5b;
  background-color: #fdeaea;
}
.list-group-item-danger-300.list-group-item-action:hover, .list-group-item-danger-300.list-group-item-action:focus {
  color: #945b5b;
  background-color: #e4d3d3;
}
.list-group-item-danger-300.list-group-item-action.active {
  color: #fff;
  background-color: #945b5b;
  border-color: #945b5b;
}

.list-group-item-danger-400 {
  color: #924747;
  background-color: #fde4e4;
}
.list-group-item-danger-400.list-group-item-action:hover, .list-group-item-danger-400.list-group-item-action:focus {
  color: #924747;
  background-color: #e4cdcd;
}
.list-group-item-danger-400.list-group-item-action.active {
  color: #fff;
  background-color: #924747;
  border-color: #924747;
}

.list-group-item-danger-500 {
  color: #903232;
  background-color: #fcdddd;
}
.list-group-item-danger-500.list-group-item-action:hover, .list-group-item-danger-500.list-group-item-action:focus {
  color: #903232;
  background-color: #e3c7c7;
}
.list-group-item-danger-500.list-group-item-action.active {
  color: #fff;
  background-color: #903232;
  border-color: #903232;
}

.list-group-item-danger-600 {
  color: #732828;
  background-color: #f2d9d9;
}
.list-group-item-danger-600.list-group-item-action:hover, .list-group-item-danger-600.list-group-item-action:focus {
  color: #732828;
  background-color: #dac3c3;
}
.list-group-item-danger-600.list-group-item-action.active {
  color: #fff;
  background-color: #732828;
  border-color: #732828;
}

.list-group-item-danger-700 {
  color: #561e1e;
  background-color: #e9d6d6;
}
.list-group-item-danger-700.list-group-item-action:hover, .list-group-item-danger-700.list-group-item-action:focus {
  color: #561e1e;
  background-color: #d2c1c1;
}
.list-group-item-danger-700.list-group-item-action.active {
  color: #fff;
  background-color: #561e1e;
  border-color: #561e1e;
}

.list-group-item-danger-800 {
  color: #3a1414;
  background-color: #dfd3d3;
}
.list-group-item-danger-800.list-group-item-action:hover, .list-group-item-danger-800.list-group-item-action:focus {
  color: #3a1414;
  background-color: #c9bebe;
}
.list-group-item-danger-800.list-group-item-action.active {
  color: #fff;
  background-color: #3a1414;
  border-color: #3a1414;
}

.list-group-item-danger-900 {
  color: #1d0a0a;
  background-color: #d6cfcf;
}
.list-group-item-danger-900.list-group-item-action:hover, .list-group-item-danger-900.list-group-item-action:focus {
  color: #1d0a0a;
  background-color: #c1baba;
}
.list-group-item-danger-900.list-group-item-action.active {
  color: #fff;
  background-color: #1d0a0a;
  border-color: #1d0a0a;
}

.list-group-item-gray-100 {
  color: #929498;
  background-color: #fdfdff;
}
.list-group-item-gray-100.list-group-item-action:hover, .list-group-item-gray-100.list-group-item-action:focus {
  color: #929498;
  background-color: #e4e4e6;
}
.list-group-item-gray-100.list-group-item-action.active {
  color: #fff;
  background-color: #929498;
  border-color: #929498;
}

.list-group-item-gray-200 {
  color: #8a8c8e;
  background-color: #fafbfb;
}
.list-group-item-gray-200.list-group-item-action:hover, .list-group-item-gray-200.list-group-item-action:focus {
  color: #8a8c8e;
  background-color: #e1e2e2;
}
.list-group-item-gray-200.list-group-item-action.active {
  color: #fff;
  background-color: #8a8c8e;
  border-color: #8a8c8e;
}

.list-group-item-gray-300 {
  color: #828588;
  background-color: #f7f8f9;
}
.list-group-item-gray-300.list-group-item-action:hover, .list-group-item-gray-300.list-group-item-action:focus {
  color: #828588;
  background-color: #dedfe0;
}
.list-group-item-gray-300.list-group-item-action.active {
  color: #fff;
  background-color: #828588;
  border-color: #828588;
}

.list-group-item-gray-400 {
  color: #777c80;
  background-color: #f4f5f7;
}
.list-group-item-gray-400.list-group-item-action:hover, .list-group-item-gray-400.list-group-item-action:focus {
  color: #777c80;
  background-color: #dcddde;
}
.list-group-item-gray-400.list-group-item-action.active {
  color: #fff;
  background-color: #777c80;
  border-color: #777c80;
}

.list-group-item-gray-500 {
  color: #62676d;
  background-color: #edeef0;
}
.list-group-item-gray-500.list-group-item-action:hover, .list-group-item-gray-500.list-group-item-action:focus {
  color: #62676d;
  background-color: #d5d6d8;
}
.list-group-item-gray-500.list-group-item-action.active {
  color: #fff;
  background-color: #62676d;
  border-color: #62676d;
}

.list-group-item-gray-600 {
  color: #3a3f44;
  background-color: #dfe1e3;
}
.list-group-item-gray-600.list-group-item-action:hover, .list-group-item-gray-600.list-group-item-action:focus {
  color: #3a3f44;
  background-color: #c9cbcc;
}
.list-group-item-gray-600.list-group-item-action.active {
  color: #fff;
  background-color: #3a3f44;
  border-color: #3a3f44;
}

.list-group-item-gray-700 {
  color: #262a2e;
  background-color: #d9dadb;
}
.list-group-item-gray-700.list-group-item-action:hover, .list-group-item-gray-700.list-group-item-action:focus {
  color: #262a2e;
  background-color: #c3c4c5;
}
.list-group-item-gray-700.list-group-item-action.active {
  color: #fff;
  background-color: #262a2e;
  border-color: #262a2e;
}

.list-group-item-gray-800 {
  color: #1b1e22;
  background-color: #d5d6d7;
}
.list-group-item-gray-800.list-group-item-action:hover, .list-group-item-gray-800.list-group-item-action:focus {
  color: #1b1e22;
  background-color: #c0c1c2;
}
.list-group-item-gray-800.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e22;
  border-color: #1b1e22;
}

.list-group-item-gray-900 {
  color: #141414;
  background-color: lightgray;
}
.list-group-item-gray-900.list-group-item-action:hover, .list-group-item-gray-900.list-group-item-action:focus {
  color: #141414;
  background-color: #bebebe;
}
.list-group-item-gray-900.list-group-item-action.active {
  color: #fff;
  background-color: #141414;
  border-color: #141414;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.188rem;
  opacity: 1;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 1;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.2;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  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);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

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

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

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

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  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);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 550px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  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;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  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;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-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-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-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-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-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-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #222222;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

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

.link-primary {
  color: #513E98;
}
.link-primary:hover, .link-primary:focus {
  color: #503d96;
}

.link-secondary {
  color: #513E98;
}
.link-secondary:hover, .link-secondary:focus {
  color: #503d96;
}

.link-success {
  color: #3AB982;
}
.link-success:hover, .link-success:focus {
  color: #39b781;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #0dc8ee;
}

.link-warning {
  color: #C28B24;
}
.link-warning:hover, .link-warning:focus {
  color: #c08a24;
}

.link-danger {
  color: #F05454;
}
.link-danger:hover, .link-danger:focus {
  color: #ee5353;
}

.link-light {
  color: #F4F7FE;
}
.link-light:hover, .link-light:focus {
  color: #f4f7fe;
}

.link-dark {
  color: #222222;
}
.link-dark:hover, .link-dark:focus {
  color: #222222;
}

.link-gray {
  color: #A3ACB5;
}
.link-gray:hover, .link-gray:focus {
  color: #a1aab3;
}

.link-primary-100 {
  color: #dcd8ea;
}
.link-primary-100:hover, .link-primary-100:focus {
  color: #dcd8ea;
}

.link-primary-200 {
  color: #b9b2d6;
}
.link-primary-200:hover, .link-primary-200:focus {
  color: #b7b0d4;
}

.link-primary-300 {
  color: #978bc1;
}
.link-primary-300:hover, .link-primary-300:focus {
  color: #958abf;
}

.link-primary-400 {
  color: #7465ad;
}
.link-primary-400:hover, .link-primary-400:focus {
  color: #7364ab;
}

.link-primary-500 {
  color: #513E98;
}
.link-primary-500:hover, .link-primary-500:focus {
  color: #503d96;
}

.link-primary-600 {
  color: #41327a;
}
.link-primary-600:hover, .link-primary-600:focus {
  color: #403279;
}

.link-primary-700 {
  color: #31255b;
}
.link-primary-700:hover, .link-primary-700:focus {
  color: #31255a;
}

.link-primary-800 {
  color: #20193d;
}
.link-primary-800:hover, .link-primary-800:focus {
  color: #20193c;
}

.link-primary-900 {
  color: #100c1e;
}
.link-primary-900:hover, .link-primary-900:focus {
  color: #100c1e;
}

.link-secondary-100 {
  color: #EEEFF3;
}
.link-secondary-100:hover, .link-secondary-100:focus {
  color: #eeeff3;
}

.link-secondary-200 {
  color: #b9b2d6;
}
.link-secondary-200:hover, .link-secondary-200:focus {
  color: #b7b0d4;
}

.link-secondary-300 {
  color: #978bc1;
}
.link-secondary-300:hover, .link-secondary-300:focus {
  color: #958abf;
}

.link-secondary-400 {
  color: #7465ad;
}
.link-secondary-400:hover, .link-secondary-400:focus {
  color: #7364ab;
}

.link-secondary-500 {
  color: #513E98;
}
.link-secondary-500:hover, .link-secondary-500:focus {
  color: #503d96;
}

.link-secondary-600 {
  color: #41327a;
}
.link-secondary-600:hover, .link-secondary-600:focus {
  color: #403279;
}

.link-secondary-700 {
  color: #31255b;
}
.link-secondary-700:hover, .link-secondary-700:focus {
  color: #31255a;
}

.link-secondary-800 {
  color: #20193d;
}
.link-secondary-800:hover, .link-secondary-800:focus {
  color: #20193c;
}

.link-secondary-900 {
  color: #100c1e;
}
.link-secondary-900:hover, .link-secondary-900:focus {
  color: #100c1e;
}

.link-success-100 {
  color: #d8f1e6;
}
.link-success-100:hover, .link-success-100:focus {
  color: #d8f1e6;
}

.link-success-200 {
  color: #b0e3cd;
}
.link-success-200:hover, .link-success-200:focus {
  color: #b1e3ce;
}

.link-success-300 {
  color: #89d5b4;
}
.link-success-300:hover, .link-success-300:focus {
  color: #8ad5b5;
}

.link-success-400 {
  color: #61c79b;
}
.link-success-400:hover, .link-success-400:focus {
  color: #60c599;
}

.link-success-500 {
  color: #3AB982;
}
.link-success-500:hover, .link-success-500:focus {
  color: #39b781;
}

.link-success-600 {
  color: #2e9468;
}
.link-success-600:hover, .link-success-600:focus {
  color: #2e9367;
}

.link-success-700 {
  color: #236f4e;
}
.link-success-700:hover, .link-success-700:focus {
  color: #236e4d;
}

.link-success-800 {
  color: #174a34;
}
.link-success-800:hover, .link-success-800:focus {
  color: #174933;
}

.link-success-900 {
  color: #0c251a;
}
.link-success-900:hover, .link-success-900:focus {
  color: #0c251a;
}

.link-warning-100 {
  color: #f3e8d3;
}
.link-warning-100:hover, .link-warning-100:focus {
  color: #f3e8d3;
}

.link-warning-200 {
  color: #e7d1a7;
}
.link-warning-200:hover, .link-warning-200:focus {
  color: #e7d1a8;
}

.link-warning-300 {
  color: #dab97c;
}
.link-warning-300:hover, .link-warning-300:focus {
  color: #d8b77b;
}

.link-warning-400 {
  color: #cea250;
}
.link-warning-400:hover, .link-warning-400:focus {
  color: #cca04f;
}

.link-warning-500 {
  color: #C28B24;
}
.link-warning-500:hover, .link-warning-500:focus {
  color: #c08a24;
}

.link-warning-600 {
  color: #9b6f1d;
}
.link-warning-600:hover, .link-warning-600:focus {
  color: #996e1d;
}

.link-warning-700 {
  color: #745316;
}
.link-warning-700:hover, .link-warning-700:focus {
  color: #735216;
}

.link-warning-800 {
  color: #4e380e;
}
.link-warning-800:hover, .link-warning-800:focus {
  color: #4d370e;
}

.link-warning-900 {
  color: #271c07;
}
.link-warning-900:hover, .link-warning-900:focus {
  color: #271c07;
}

.link-danger-100 {
  color: #fcdddd;
}
.link-danger-100:hover, .link-danger-100:focus {
  color: #fcdddd;
}

.link-danger-200 {
  color: #f9bbbb;
}
.link-danger-200:hover, .link-danger-200:focus {
  color: #f9bcbc;
}

.link-danger-300 {
  color: #f69898;
}
.link-danger-300:hover, .link-danger-300:focus {
  color: #f49696;
}

.link-danger-400 {
  color: #f37676;
}
.link-danger-400:hover, .link-danger-400:focus {
  color: #f17575;
}

.link-danger-500 {
  color: #F05454;
}
.link-danger-500:hover, .link-danger-500:focus {
  color: #ee5353;
}

.link-danger-600 {
  color: #c04343;
}
.link-danger-600:hover, .link-danger-600:focus {
  color: #be4242;
}

.link-danger-700 {
  color: #903232;
}
.link-danger-700:hover, .link-danger-700:focus {
  color: #8f3232;
}

.link-danger-800 {
  color: #602222;
}
.link-danger-800:hover, .link-danger-800:focus {
  color: #5f2222;
}

.link-danger-900 {
  color: #301111;
}
.link-danger-900:hover, .link-danger-900:focus {
  color: #301111;
}

.link-gray-100 {
  color: #F4F7FE;
}
.link-gray-100:hover, .link-gray-100:focus {
  color: #f4f7fe;
}

.link-gray-200 {
  color: #E6E9ED;
}
.link-gray-200:hover, .link-gray-200:focus {
  color: #e6e9ed;
}

.link-gray-300 {
  color: #D9DEE3;
}
.link-gray-300:hover, .link-gray-300:focus {
  color: #d9dee3;
}

.link-gray-400 {
  color: #C7CED5;
}
.link-gray-400:hover, .link-gray-400:focus {
  color: #c8ced5;
}

.link-gray-500 {
  color: #A3ACB5;
}
.link-gray-500:hover, .link-gray-500:focus {
  color: #a1aab3;
}

.link-gray-600 {
  color: #616972;
}
.link-gray-600:hover, .link-gray-600:focus {
  color: #606871;
}

.link-gray-700 {
  color: #3F464D;
}
.link-gray-700:hover, .link-gray-700:focus {
  color: #3e454c;
}

.link-gray-800 {
  color: #2D3238;
}
.link-gray-800:hover, .link-gray-800:focus {
  color: #2d3237;
}

.link-gray-900 {
  color: #222222;
}
.link-gray-900:hover, .link-gray-900:focus {
  color: #222222;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

.float-start {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15) !important;
}

.shadow-hover:hover {
  box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15) !important;
}

.shadow-focus:focus {
  box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1) !important;
}

.shadow-sm-hover:hover {
  box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1) !important;
}

.shadow-sm-focus:focus {
  box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0 0.313 0.75rem rgba(151, 139, 193, 0.15) !important;
}

.shadow-lg-hover:hover {
  box-shadow: 0 0.313 0.75rem rgba(151, 139, 193, 0.15) !important;
}

.shadow-lg-focus:focus {
  box-shadow: 0 0.313 0.75rem rgba(151, 139, 193, 0.15) !important;
}

.shadow-xl {
  box-shadow: 0 0.5rem 1rem rgba(151, 139, 193, 0.15) !important;
}

.shadow-xl-hover:hover {
  box-shadow: 0 0.5rem 1rem rgba(151, 139, 193, 0.15) !important;
}

.shadow-xl-focus:focus {
  box-shadow: 0 0.5rem 1rem rgba(151, 139, 193, 0.15) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.shadow-none-hover:hover {
  box-shadow: none !important;
}

.shadow-none-focus:focus {
  box-shadow: none !important;
}

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

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #D9DEE3 !important;
}

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #513E98 !important;
}

.border-secondary {
  border-color: #513E98 !important;
}

.border-success {
  border-color: #3AB982 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

.border-gray {
  border-color: #A3ACB5 !important;
}

.border-primary-100 {
  border-color: #dcd8ea !important;
}

.border-primary-200 {
  border-color: #b9b2d6 !important;
}

.border-primary-300 {
  border-color: #978bc1 !important;
}

.border-primary-400 {
  border-color: #7465ad !important;
}

.border-primary-500 {
  border-color: #513E98 !important;
}

.border-primary-600 {
  border-color: #41327a !important;
}

.border-primary-700 {
  border-color: #31255b !important;
}

.border-primary-800 {
  border-color: #20193d !important;
}

.border-primary-900 {
  border-color: #100c1e !important;
}

.border-secondary-100 {
  border-color: #EEEFF3 !important;
}

.border-secondary-200 {
  border-color: #b9b2d6 !important;
}

.border-secondary-300 {
  border-color: #978bc1 !important;
}

.border-secondary-400 {
  border-color: #7465ad !important;
}

.border-secondary-500 {
  border-color: #513E98 !important;
}

.border-secondary-600 {
  border-color: #41327a !important;
}

.border-secondary-700 {
  border-color: #31255b !important;
}

.border-secondary-800 {
  border-color: #20193d !important;
}

.border-secondary-900 {
  border-color: #100c1e !important;
}

.border-success-100 {
  border-color: #d8f1e6 !important;
}

.border-success-200 {
  border-color: #b0e3cd !important;
}

.border-success-300 {
  border-color: #89d5b4 !important;
}

.border-success-400 {
  border-color: #61c79b !important;
}

.border-success-500 {
  border-color: #3AB982 !important;
}

.border-success-600 {
  border-color: #2e9468 !important;
}

.border-success-700 {
  border-color: #236f4e !important;
}

.border-success-800 {
  border-color: #174a34 !important;
}

.border-success-900 {
  border-color: #0c251a !important;
}

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

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

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

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

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

.border-warning-600 {
  border-color: #9b6f1d !important;
}

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

.border-warning-800 {
  border-color: #4e380e !important;
}

.border-warning-900 {
  border-color: #271c07 !important;
}

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

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

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

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

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

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

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

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

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

.border-gray-100 {
  border-color: #F4F7FE !important;
}

.border-gray-200 {
  border-color: #E6E9ED !important;
}

.border-gray-300 {
  border-color: #D9DEE3 !important;
}

.border-gray-400 {
  border-color: #C7CED5 !important;
}

.border-gray-500 {
  border-color: #A3ACB5 !important;
}

.border-gray-600 {
  border-color: #616972 !important;
}

.border-gray-700 {
  border-color: #3F464D !important;
}

.border-gray-800 {
  border-color: #2D3238 !important;
}

.border-gray-900 {
  border-color: #222222 !important;
}

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-5px {
  gap: 5px !important;
}

.gap-10px {
  gap: 10px !important;
}

.gap-20px {
  gap: 20px !important;
}

.gap-25px {
  gap: 25px !important;
}

.gap-30px {
  gap: 30px !important;
}

.gap-35px {
  gap: 35px !important;
}

.gap-45px {
  gap: 45px !important;
}

.gap-40px {
  gap: 40px !important;
}

.gap-50px {
  gap: 50px !important;
}

.gap-55px {
  gap: 55px !important;
}

.gap-60px {
  gap: 60px !important;
}

.gap-70px {
  gap: 70px !important;
}

.gap-80px {
  gap: 80px !important;
}

.gap-90px {
  gap: 90px !important;
}

.gap-100px {
  gap: 100px !important;
}

.gap-110px {
  gap: 110px !important;
}

.gap-120px {
  gap: 120px !important;
}

.gap-130px {
  gap: 130px !important;
}

.gap-140px {
  gap: 140px !important;
}

.gap-150px {
  gap: 150px !important;
}

.gap-200px {
  gap: 200px !important;
}

.gap-250px {
  gap: 250px !important;
}

.gap-280px {
  gap: 280px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-5px {
  margin: 5px !important;
}

.m-10px {
  margin: 10px !important;
}

.m-20px {
  margin: 20px !important;
}

.m-25px {
  margin: 25px !important;
}

.m-30px {
  margin: 30px !important;
}

.m-35px {
  margin: 35px !important;
}

.m-45px {
  margin: 45px !important;
}

.m-40px {
  margin: 40px !important;
}

.m-50px {
  margin: 50px !important;
}

.m-55px {
  margin: 55px !important;
}

.m-60px {
  margin: 60px !important;
}

.m-70px {
  margin: 70px !important;
}

.m-80px {
  margin: 80px !important;
}

.m-90px {
  margin: 90px !important;
}

.m-100px {
  margin: 100px !important;
}

.m-110px {
  margin: 110px !important;
}

.m-120px {
  margin: 120px !important;
}

.m-130px {
  margin: 130px !important;
}

.m-140px {
  margin: 140px !important;
}

.m-150px {
  margin: 150px !important;
}

.m-200px {
  margin: 200px !important;
}

.m-250px {
  margin: 250px !important;
}

.m-280px {
  margin: 280px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-5px {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mx-10px {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-20px {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-25px {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mx-30px {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-35px {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.mx-45px {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.mx-40px {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-50px {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mx-55px {
  margin-right: 55px !important;
  margin-left: 55px !important;
}

.mx-60px {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-70px {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.mx-80px {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.mx-90px {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.mx-100px {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.mx-110px {
  margin-right: 110px !important;
  margin-left: 110px !important;
}

.mx-120px {
  margin-right: 120px !important;
  margin-left: 120px !important;
}

.mx-130px {
  margin-right: 130px !important;
  margin-left: 130px !important;
}

.mx-140px {
  margin-right: 140px !important;
  margin-left: 140px !important;
}

.mx-150px {
  margin-right: 150px !important;
  margin-left: 150px !important;
}

.mx-200px {
  margin-right: 200px !important;
  margin-left: 200px !important;
}

.mx-250px {
  margin-right: 250px !important;
  margin-left: 250px !important;
}

.mx-280px {
  margin-right: 280px !important;
  margin-left: 280px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-20px {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-25px {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-30px {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-35px {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-45px {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-40px {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-50px {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-55px {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.my-60px {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-70px {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-80px {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-90px {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-100px {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-110px {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.my-120px {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.my-130px {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.my-140px {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.my-150px {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.my-200px {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.my-250px {
  margin-top: 250px !important;
  margin-bottom: 250px !important;
}

.my-280px {
  margin-top: 280px !important;
  margin-bottom: 280px !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-5px {
  margin-top: 5px !important;
}

.mt-10px {
  margin-top: 10px !important;
}

.mt-20px {
  margin-top: 20px !important;
}

.mt-25px {
  margin-top: 25px !important;
}

.mt-30px {
  margin-top: 30px !important;
}

.mt-35px {
  margin-top: 35px !important;
}

.mt-45px {
  margin-top: 45px !important;
}

.mt-40px {
  margin-top: 40px !important;
}

.mt-50px {
  margin-top: 50px !important;
}

.mt-55px {
  margin-top: 55px !important;
}

.mt-60px {
  margin-top: 60px !important;
}

.mt-70px {
  margin-top: 70px !important;
}

.mt-80px {
  margin-top: 80px !important;
}

.mt-90px {
  margin-top: 90px !important;
}

.mt-100px {
  margin-top: 100px !important;
}

.mt-110px {
  margin-top: 110px !important;
}

.mt-120px {
  margin-top: 120px !important;
}

.mt-130px {
  margin-top: 130px !important;
}

.mt-140px {
  margin-top: 140px !important;
}

.mt-150px {
  margin-top: 150px !important;
}

.mt-200px {
  margin-top: 200px !important;
}

.mt-250px {
  margin-top: 250px !important;
}

.mt-280px {
  margin-top: 280px !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-5px {
  margin-right: 5px !important;
}

.me-10px {
  margin-right: 10px !important;
}

.me-20px {
  margin-right: 20px !important;
}

.me-25px {
  margin-right: 25px !important;
}

.me-30px {
  margin-right: 30px !important;
}

.me-35px {
  margin-right: 35px !important;
}

.me-45px {
  margin-right: 45px !important;
}

.me-40px {
  margin-right: 40px !important;
}

.me-50px {
  margin-right: 50px !important;
}

.me-55px {
  margin-right: 55px !important;
}

.me-60px {
  margin-right: 60px !important;
}

.me-70px {
  margin-right: 70px !important;
}

.me-80px {
  margin-right: 80px !important;
}

.me-90px {
  margin-right: 90px !important;
}

.me-100px {
  margin-right: 100px !important;
}

.me-110px {
  margin-right: 110px !important;
}

.me-120px {
  margin-right: 120px !important;
}

.me-130px {
  margin-right: 130px !important;
}

.me-140px {
  margin-right: 140px !important;
}

.me-150px {
  margin-right: 150px !important;
}

.me-200px {
  margin-right: 200px !important;
}

.me-250px {
  margin-right: 250px !important;
}

.me-280px {
  margin-right: 280px !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.mb-25px {
  margin-bottom: 25px !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.mb-35px {
  margin-bottom: 35px !important;
}

.mb-45px {
  margin-bottom: 45px !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.mb-50px {
  margin-bottom: 50px !important;
}

.mb-55px {
  margin-bottom: 55px !important;
}

.mb-60px {
  margin-bottom: 60px !important;
}

.mb-70px {
  margin-bottom: 70px !important;
}

.mb-80px {
  margin-bottom: 80px !important;
}

.mb-90px {
  margin-bottom: 90px !important;
}

.mb-100px {
  margin-bottom: 100px !important;
}

.mb-110px {
  margin-bottom: 110px !important;
}

.mb-120px {
  margin-bottom: 120px !important;
}

.mb-130px {
  margin-bottom: 130px !important;
}

.mb-140px {
  margin-bottom: 140px !important;
}

.mb-150px {
  margin-bottom: 150px !important;
}

.mb-200px {
  margin-bottom: 200px !important;
}

.mb-250px {
  margin-bottom: 250px !important;
}

.mb-280px {
  margin-bottom: 280px !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-5px {
  margin-left: 5px !important;
}

.ms-10px {
  margin-left: 10px !important;
}

.ms-20px {
  margin-left: 20px !important;
}

.ms-25px {
  margin-left: 25px !important;
}

.ms-30px {
  margin-left: 30px !important;
}

.ms-35px {
  margin-left: 35px !important;
}

.ms-45px {
  margin-left: 45px !important;
}

.ms-40px {
  margin-left: 40px !important;
}

.ms-50px {
  margin-left: 50px !important;
}

.ms-55px {
  margin-left: 55px !important;
}

.ms-60px {
  margin-left: 60px !important;
}

.ms-70px {
  margin-left: 70px !important;
}

.ms-80px {
  margin-left: 80px !important;
}

.ms-90px {
  margin-left: 90px !important;
}

.ms-100px {
  margin-left: 100px !important;
}

.ms-110px {
  margin-left: 110px !important;
}

.ms-120px {
  margin-left: 120px !important;
}

.ms-130px {
  margin-left: 130px !important;
}

.ms-140px {
  margin-left: 140px !important;
}

.ms-150px {
  margin-left: 150px !important;
}

.ms-200px {
  margin-left: 200px !important;
}

.ms-250px {
  margin-left: 250px !important;
}

.ms-280px {
  margin-left: 280px !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.m-n5px {
  margin: -5px !important;
}

.m-n10px {
  margin: -10px !important;
}

.m-n20px {
  margin: -20px !important;
}

.m-n25px {
  margin: -25px !important;
}

.m-n30px {
  margin: -30px !important;
}

.m-n35px {
  margin: -35px !important;
}

.m-n45px {
  margin: -45px !important;
}

.m-n40px {
  margin: -40px !important;
}

.m-n50px {
  margin: -50px !important;
}

.m-n55px {
  margin: -55px !important;
}

.m-n60px {
  margin: -60px !important;
}

.m-n70px {
  margin: -70px !important;
}

.m-n80px {
  margin: -80px !important;
}

.m-n90px {
  margin: -90px !important;
}

.m-n100px {
  margin: -100px !important;
}

.m-n110px {
  margin: -110px !important;
}

.m-n120px {
  margin: -120px !important;
}

.m-n130px {
  margin: -130px !important;
}

.m-n140px {
  margin: -140px !important;
}

.m-n150px {
  margin: -150px !important;
}

.m-n200px {
  margin: -200px !important;
}

.m-n250px {
  margin: -250px !important;
}

.m-n280px {
  margin: -280px !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n5px {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.mx-n10px {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.mx-n20px {
  margin-right: -20px !important;
  margin-left: -20px !important;
}

.mx-n25px {
  margin-right: -25px !important;
  margin-left: -25px !important;
}

.mx-n30px {
  margin-right: -30px !important;
  margin-left: -30px !important;
}

.mx-n35px {
  margin-right: -35px !important;
  margin-left: -35px !important;
}

.mx-n45px {
  margin-right: -45px !important;
  margin-left: -45px !important;
}

.mx-n40px {
  margin-right: -40px !important;
  margin-left: -40px !important;
}

.mx-n50px {
  margin-right: -50px !important;
  margin-left: -50px !important;
}

.mx-n55px {
  margin-right: -55px !important;
  margin-left: -55px !important;
}

.mx-n60px {
  margin-right: -60px !important;
  margin-left: -60px !important;
}

.mx-n70px {
  margin-right: -70px !important;
  margin-left: -70px !important;
}

.mx-n80px {
  margin-right: -80px !important;
  margin-left: -80px !important;
}

.mx-n90px {
  margin-right: -90px !important;
  margin-left: -90px !important;
}

.mx-n100px {
  margin-right: -100px !important;
  margin-left: -100px !important;
}

.mx-n110px {
  margin-right: -110px !important;
  margin-left: -110px !important;
}

.mx-n120px {
  margin-right: -120px !important;
  margin-left: -120px !important;
}

.mx-n130px {
  margin-right: -130px !important;
  margin-left: -130px !important;
}

.mx-n140px {
  margin-right: -140px !important;
  margin-left: -140px !important;
}

.mx-n150px {
  margin-right: -150px !important;
  margin-left: -150px !important;
}

.mx-n200px {
  margin-right: -200px !important;
  margin-left: -200px !important;
}

.mx-n250px {
  margin-right: -250px !important;
  margin-left: -250px !important;
}

.mx-n280px {
  margin-right: -280px !important;
  margin-left: -280px !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n5px {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.my-n10px {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.my-n20px {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.my-n25px {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}

.my-n30px {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.my-n35px {
  margin-top: -35px !important;
  margin-bottom: -35px !important;
}

.my-n45px {
  margin-top: -45px !important;
  margin-bottom: -45px !important;
}

.my-n40px {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.my-n50px {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

.my-n55px {
  margin-top: -55px !important;
  margin-bottom: -55px !important;
}

.my-n60px {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}

.my-n70px {
  margin-top: -70px !important;
  margin-bottom: -70px !important;
}

.my-n80px {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

.my-n90px {
  margin-top: -90px !important;
  margin-bottom: -90px !important;
}

.my-n100px {
  margin-top: -100px !important;
  margin-bottom: -100px !important;
}

.my-n110px {
  margin-top: -110px !important;
  margin-bottom: -110px !important;
}

.my-n120px {
  margin-top: -120px !important;
  margin-bottom: -120px !important;
}

.my-n130px {
  margin-top: -130px !important;
  margin-bottom: -130px !important;
}

.my-n140px {
  margin-top: -140px !important;
  margin-bottom: -140px !important;
}

.my-n150px {
  margin-top: -150px !important;
  margin-bottom: -150px !important;
}

.my-n200px {
  margin-top: -200px !important;
  margin-bottom: -200px !important;
}

.my-n250px {
  margin-top: -250px !important;
  margin-bottom: -250px !important;
}

.my-n280px {
  margin-top: -280px !important;
  margin-bottom: -280px !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mt-n5px {
  margin-top: -5px !important;
}

.mt-n10px {
  margin-top: -10px !important;
}

.mt-n20px {
  margin-top: -20px !important;
}

.mt-n25px {
  margin-top: -25px !important;
}

.mt-n30px {
  margin-top: -30px !important;
}

.mt-n35px {
  margin-top: -35px !important;
}

.mt-n45px {
  margin-top: -45px !important;
}

.mt-n40px {
  margin-top: -40px !important;
}

.mt-n50px {
  margin-top: -50px !important;
}

.mt-n55px {
  margin-top: -55px !important;
}

.mt-n60px {
  margin-top: -60px !important;
}

.mt-n70px {
  margin-top: -70px !important;
}

.mt-n80px {
  margin-top: -80px !important;
}

.mt-n90px {
  margin-top: -90px !important;
}

.mt-n100px {
  margin-top: -100px !important;
}

.mt-n110px {
  margin-top: -110px !important;
}

.mt-n120px {
  margin-top: -120px !important;
}

.mt-n130px {
  margin-top: -130px !important;
}

.mt-n140px {
  margin-top: -140px !important;
}

.mt-n150px {
  margin-top: -150px !important;
}

.mt-n200px {
  margin-top: -200px !important;
}

.mt-n250px {
  margin-top: -250px !important;
}

.mt-n280px {
  margin-top: -280px !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.me-n5px {
  margin-right: -5px !important;
}

.me-n10px {
  margin-right: -10px !important;
}

.me-n20px {
  margin-right: -20px !important;
}

.me-n25px {
  margin-right: -25px !important;
}

.me-n30px {
  margin-right: -30px !important;
}

.me-n35px {
  margin-right: -35px !important;
}

.me-n45px {
  margin-right: -45px !important;
}

.me-n40px {
  margin-right: -40px !important;
}

.me-n50px {
  margin-right: -50px !important;
}

.me-n55px {
  margin-right: -55px !important;
}

.me-n60px {
  margin-right: -60px !important;
}

.me-n70px {
  margin-right: -70px !important;
}

.me-n80px {
  margin-right: -80px !important;
}

.me-n90px {
  margin-right: -90px !important;
}

.me-n100px {
  margin-right: -100px !important;
}

.me-n110px {
  margin-right: -110px !important;
}

.me-n120px {
  margin-right: -120px !important;
}

.me-n130px {
  margin-right: -130px !important;
}

.me-n140px {
  margin-right: -140px !important;
}

.me-n150px {
  margin-right: -150px !important;
}

.me-n200px {
  margin-right: -200px !important;
}

.me-n250px {
  margin-right: -250px !important;
}

.me-n280px {
  margin-right: -280px !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.mb-n5px {
  margin-bottom: -5px !important;
}

.mb-n10px {
  margin-bottom: -10px !important;
}

.mb-n20px {
  margin-bottom: -20px !important;
}

.mb-n25px {
  margin-bottom: -25px !important;
}

.mb-n30px {
  margin-bottom: -30px !important;
}

.mb-n35px {
  margin-bottom: -35px !important;
}

.mb-n45px {
  margin-bottom: -45px !important;
}

.mb-n40px {
  margin-bottom: -40px !important;
}

.mb-n50px {
  margin-bottom: -50px !important;
}

.mb-n55px {
  margin-bottom: -55px !important;
}

.mb-n60px {
  margin-bottom: -60px !important;
}

.mb-n70px {
  margin-bottom: -70px !important;
}

.mb-n80px {
  margin-bottom: -80px !important;
}

.mb-n90px {
  margin-bottom: -90px !important;
}

.mb-n100px {
  margin-bottom: -100px !important;
}

.mb-n110px {
  margin-bottom: -110px !important;
}

.mb-n120px {
  margin-bottom: -120px !important;
}

.mb-n130px {
  margin-bottom: -130px !important;
}

.mb-n140px {
  margin-bottom: -140px !important;
}

.mb-n150px {
  margin-bottom: -150px !important;
}

.mb-n200px {
  margin-bottom: -200px !important;
}

.mb-n250px {
  margin-bottom: -250px !important;
}

.mb-n280px {
  margin-bottom: -280px !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.ms-n5px {
  margin-left: -5px !important;
}

.ms-n10px {
  margin-left: -10px !important;
}

.ms-n20px {
  margin-left: -20px !important;
}

.ms-n25px {
  margin-left: -25px !important;
}

.ms-n30px {
  margin-left: -30px !important;
}

.ms-n35px {
  margin-left: -35px !important;
}

.ms-n45px {
  margin-left: -45px !important;
}

.ms-n40px {
  margin-left: -40px !important;
}

.ms-n50px {
  margin-left: -50px !important;
}

.ms-n55px {
  margin-left: -55px !important;
}

.ms-n60px {
  margin-left: -60px !important;
}

.ms-n70px {
  margin-left: -70px !important;
}

.ms-n80px {
  margin-left: -80px !important;
}

.ms-n90px {
  margin-left: -90px !important;
}

.ms-n100px {
  margin-left: -100px !important;
}

.ms-n110px {
  margin-left: -110px !important;
}

.ms-n120px {
  margin-left: -120px !important;
}

.ms-n130px {
  margin-left: -130px !important;
}

.ms-n140px {
  margin-left: -140px !important;
}

.ms-n150px {
  margin-left: -150px !important;
}

.ms-n200px {
  margin-left: -200px !important;
}

.ms-n250px {
  margin-left: -250px !important;
}

.ms-n280px {
  margin-left: -280px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-5px {
  padding: 5px !important;
}

.p-10px {
  padding: 10px !important;
}

.p-20px {
  padding: 20px !important;
}

.p-25px {
  padding: 25px !important;
}

.p-30px {
  padding: 30px !important;
}

.p-35px {
  padding: 35px !important;
}

.p-45px {
  padding: 45px !important;
}

.p-40px {
  padding: 40px !important;
}

.p-50px {
  padding: 50px !important;
}

.p-55px {
  padding: 55px !important;
}

.p-60px {
  padding: 60px !important;
}

.p-70px {
  padding: 70px !important;
}

.p-80px {
  padding: 80px !important;
}

.p-90px {
  padding: 90px !important;
}

.p-100px {
  padding: 100px !important;
}

.p-110px {
  padding: 110px !important;
}

.p-120px {
  padding: 120px !important;
}

.p-130px {
  padding: 130px !important;
}

.p-140px {
  padding: 140px !important;
}

.p-150px {
  padding: 150px !important;
}

.p-200px {
  padding: 200px !important;
}

.p-250px {
  padding: 250px !important;
}

.p-280px {
  padding: 280px !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-5px {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.px-10px {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.px-20px {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.px-25px {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.px-30px {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.px-35px {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.px-45px {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.px-40px {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.px-50px {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.px-55px {
  padding-right: 55px !important;
  padding-left: 55px !important;
}

.px-60px {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.px-70px {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.px-80px {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.px-90px {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.px-100px {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.px-110px {
  padding-right: 110px !important;
  padding-left: 110px !important;
}

.px-120px {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

.px-130px {
  padding-right: 130px !important;
  padding-left: 130px !important;
}

.px-140px {
  padding-right: 140px !important;
  padding-left: 140px !important;
}

.px-150px {
  padding-right: 150px !important;
  padding-left: 150px !important;
}

.px-200px {
  padding-right: 200px !important;
  padding-left: 200px !important;
}

.px-250px {
  padding-right: 250px !important;
  padding-left: 250px !important;
}

.px-280px {
  padding-right: 280px !important;
  padding-left: 280px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-20px {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25px {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30px {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-35px {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-45px {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py-40px {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-50px {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-55px {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.py-60px {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-70px {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-80px {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-90px {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-100px {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-110px {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.py-120px {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.py-130px {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.py-140px {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.py-150px {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.py-200px {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.py-250px {
  padding-top: 250px !important;
  padding-bottom: 250px !important;
}

.py-280px {
  padding-top: 280px !important;
  padding-bottom: 280px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-5px {
  padding-top: 5px !important;
}

.pt-10px {
  padding-top: 10px !important;
}

.pt-20px {
  padding-top: 20px !important;
}

.pt-25px {
  padding-top: 25px !important;
}

.pt-30px {
  padding-top: 30px !important;
}

.pt-35px {
  padding-top: 35px !important;
}

.pt-45px {
  padding-top: 45px !important;
}

.pt-40px {
  padding-top: 40px !important;
}

.pt-50px {
  padding-top: 50px !important;
}

.pt-55px {
  padding-top: 55px !important;
}

.pt-60px {
  padding-top: 60px !important;
}

.pt-70px {
  padding-top: 70px !important;
}

.pt-80px {
  padding-top: 80px !important;
}

.pt-90px {
  padding-top: 90px !important;
}

.pt-100px {
  padding-top: 100px !important;
}

.pt-110px {
  padding-top: 110px !important;
}

.pt-120px {
  padding-top: 120px !important;
}

.pt-130px {
  padding-top: 130px !important;
}

.pt-140px {
  padding-top: 140px !important;
}

.pt-150px {
  padding-top: 150px !important;
}

.pt-200px {
  padding-top: 200px !important;
}

.pt-250px {
  padding-top: 250px !important;
}

.pt-280px {
  padding-top: 280px !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-5px {
  padding-right: 5px !important;
}

.pe-10px {
  padding-right: 10px !important;
}

.pe-20px {
  padding-right: 20px !important;
}

.pe-25px {
  padding-right: 25px !important;
}

.pe-30px {
  padding-right: 30px !important;
}

.pe-35px {
  padding-right: 35px !important;
}

.pe-45px {
  padding-right: 45px !important;
}

.pe-40px {
  padding-right: 40px !important;
}

.pe-50px {
  padding-right: 50px !important;
}

.pe-55px {
  padding-right: 55px !important;
}

.pe-60px {
  padding-right: 60px !important;
}

.pe-70px {
  padding-right: 70px !important;
}

.pe-80px {
  padding-right: 80px !important;
}

.pe-90px {
  padding-right: 90px !important;
}

.pe-100px {
  padding-right: 100px !important;
}

.pe-110px {
  padding-right: 110px !important;
}

.pe-120px {
  padding-right: 120px !important;
}

.pe-130px {
  padding-right: 130px !important;
}

.pe-140px {
  padding-right: 140px !important;
}

.pe-150px {
  padding-right: 150px !important;
}

.pe-200px {
  padding-right: 200px !important;
}

.pe-250px {
  padding-right: 250px !important;
}

.pe-280px {
  padding-right: 280px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-5px {
  padding-bottom: 5px !important;
}

.pb-10px {
  padding-bottom: 10px !important;
}

.pb-20px {
  padding-bottom: 20px !important;
}

.pb-25px {
  padding-bottom: 25px !important;
}

.pb-30px {
  padding-bottom: 30px !important;
}

.pb-35px {
  padding-bottom: 35px !important;
}

.pb-45px {
  padding-bottom: 45px !important;
}

.pb-40px {
  padding-bottom: 40px !important;
}

.pb-50px {
  padding-bottom: 50px !important;
}

.pb-55px {
  padding-bottom: 55px !important;
}

.pb-60px {
  padding-bottom: 60px !important;
}

.pb-70px {
  padding-bottom: 70px !important;
}

.pb-80px {
  padding-bottom: 80px !important;
}

.pb-90px {
  padding-bottom: 90px !important;
}

.pb-100px {
  padding-bottom: 100px !important;
}

.pb-110px {
  padding-bottom: 110px !important;
}

.pb-120px {
  padding-bottom: 120px !important;
}

.pb-130px {
  padding-bottom: 130px !important;
}

.pb-140px {
  padding-bottom: 140px !important;
}

.pb-150px {
  padding-bottom: 150px !important;
}

.pb-200px {
  padding-bottom: 200px !important;
}

.pb-250px {
  padding-bottom: 250px !important;
}

.pb-280px {
  padding-bottom: 280px !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-5px {
  padding-left: 5px !important;
}

.ps-10px {
  padding-left: 10px !important;
}

.ps-20px {
  padding-left: 20px !important;
}

.ps-25px {
  padding-left: 25px !important;
}

.ps-30px {
  padding-left: 30px !important;
}

.ps-35px {
  padding-left: 35px !important;
}

.ps-45px {
  padding-left: 45px !important;
}

.ps-40px {
  padding-left: 40px !important;
}

.ps-50px {
  padding-left: 50px !important;
}

.ps-55px {
  padding-left: 55px !important;
}

.ps-60px {
  padding-left: 60px !important;
}

.ps-70px {
  padding-left: 70px !important;
}

.ps-80px {
  padding-left: 80px !important;
}

.ps-90px {
  padding-left: 90px !important;
}

.ps-100px {
  padding-left: 100px !important;
}

.ps-110px {
  padding-left: 110px !important;
}

.ps-120px {
  padding-left: 120px !important;
}

.ps-130px {
  padding-left: 130px !important;
}

.ps-140px {
  padding-left: 140px !important;
}

.ps-150px {
  padding-left: 150px !important;
}

.ps-200px {
  padding-left: 200px !important;
}

.ps-250px {
  padding-left: 250px !important;
}

.ps-280px {
  padding-left: 280px !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-2 {
  font-size: calc(1.2875rem + 0.45vw) !important;
}

.fs-3 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-4 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fs-7 {
  font-size: 0.875rem !important;
}

.fs-8 {
  font-size: 0.75rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: 200 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: 800 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.75 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #513E98 !important;
}

.text-secondary {
  color: #513E98 !important;
}

.text-success {
  color: #3AB982 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

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

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

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

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

.text-gray {
  color: #A3ACB5 !important;
}

.text-primary-100 {
  color: #dcd8ea !important;
}

.text-primary-200 {
  color: #b9b2d6 !important;
}

.text-primary-300 {
  color: #978bc1 !important;
}

.text-primary-400 {
  color: #7465ad !important;
}

.text-primary-500 {
  color: #513E98 !important;
}

.text-primary-600 {
  color: #41327a !important;
}

.text-primary-700 {
  color: #31255b !important;
}

.text-primary-800 {
  color: #20193d !important;
}

.text-primary-900 {
  color: #100c1e !important;
}

.text-secondary-100 {
  color: #EEEFF3 !important;
}

.text-secondary-200 {
  color: #b9b2d6 !important;
}

.text-secondary-300 {
  color: #978bc1 !important;
}

.text-secondary-400 {
  color: #7465ad !important;
}

.text-secondary-500 {
  color: #513E98 !important;
}

.text-secondary-600 {
  color: #41327a !important;
}

.text-secondary-700 {
  color: #31255b !important;
}

.text-secondary-800 {
  color: #20193d !important;
}

.text-secondary-900 {
  color: #100c1e !important;
}

.text-success-100 {
  color: #d8f1e6 !important;
}

.text-success-200 {
  color: #b0e3cd !important;
}

.text-success-300 {
  color: #89d5b4 !important;
}

.text-success-400 {
  color: #61c79b !important;
}

.text-success-500 {
  color: #3AB982 !important;
}

.text-success-600 {
  color: #2e9468 !important;
}

.text-success-700 {
  color: #236f4e !important;
}

.text-success-800 {
  color: #174a34 !important;
}

.text-success-900 {
  color: #0c251a !important;
}

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

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

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

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

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

.text-warning-600 {
  color: #9b6f1d !important;
}

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

.text-warning-800 {
  color: #4e380e !important;
}

.text-warning-900 {
  color: #271c07 !important;
}

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

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

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

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

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

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

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

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

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

.text-gray-100 {
  color: #F4F7FE !important;
}

.text-gray-200 {
  color: #E6E9ED !important;
}

.text-gray-300 {
  color: #D9DEE3 !important;
}

.text-gray-400 {
  color: #C7CED5 !important;
}

.text-gray-500 {
  color: #A3ACB5 !important;
}

.text-gray-600 {
  color: #616972 !important;
}

.text-gray-700 {
  color: #3F464D !important;
}

.text-gray-800 {
  color: #2D3238 !important;
}

.text-gray-900 {
  color: #222222 !important;
}

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

.text-body {
  color: #616972 !important;
}

.text-muted {
  color: #A3ACB5 !important;
}

.text-black-50 {
  color: rgba(34, 34, 34, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #513E98 !important;
}

.bg-secondary {
  background-color: #513E98 !important;
}

.bg-success {
  background-color: #3AB982 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

.bg-light {
  background-color: #F4F7FE !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-gray {
  background-color: #A3ACB5 !important;
}

.bg-primary-100 {
  background-color: #dcd8ea !important;
}

.bg-primary-200 {
  background-color: #b9b2d6 !important;
}

.bg-primary-300 {
  background-color: #978bc1 !important;
}

.bg-primary-400 {
  background-color: #7465ad !important;
}

.bg-primary-500 {
  background-color: #513E98 !important;
}

.bg-primary-600 {
  background-color: #41327a !important;
}

.bg-primary-700 {
  background-color: #31255b !important;
}

.bg-primary-800 {
  background-color: #20193d !important;
}

.bg-primary-900 {
  background-color: #100c1e !important;
}

.bg-secondary-100 {
  background-color: #EEEFF3 !important;
}

.bg-secondary-200 {
  background-color: #b9b2d6 !important;
}

.bg-secondary-300 {
  background-color: #978bc1 !important;
}

.bg-secondary-400 {
  background-color: #7465ad !important;
}

.bg-secondary-500 {
  background-color: #513E98 !important;
}

.bg-secondary-600 {
  background-color: #41327a !important;
}

.bg-secondary-700 {
  background-color: #31255b !important;
}

.bg-secondary-800 {
  background-color: #20193d !important;
}

.bg-secondary-900 {
  background-color: #100c1e !important;
}

.bg-success-100 {
  background-color: #d8f1e6 !important;
}

.bg-success-200 {
  background-color: #b0e3cd !important;
}

.bg-success-300 {
  background-color: #89d5b4 !important;
}

.bg-success-400 {
  background-color: #61c79b !important;
}

.bg-success-500 {
  background-color: #3AB982 !important;
}

.bg-success-600 {
  background-color: #2e9468 !important;
}

.bg-success-700 {
  background-color: #236f4e !important;
}

.bg-success-800 {
  background-color: #174a34 !important;
}

.bg-success-900 {
  background-color: #0c251a !important;
}

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

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

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

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

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

.bg-warning-600 {
  background-color: #9b6f1d !important;
}

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

.bg-warning-800 {
  background-color: #4e380e !important;
}

.bg-warning-900 {
  background-color: #271c07 !important;
}

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

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

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

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

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

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

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

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

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

.bg-gray-100 {
  background-color: #F4F7FE !important;
}

.bg-gray-200 {
  background-color: #E6E9ED !important;
}

.bg-gray-300 {
  background-color: #D9DEE3 !important;
}

.bg-gray-400 {
  background-color: #C7CED5 !important;
}

.bg-gray-500 {
  background-color: #A3ACB5 !important;
}

.bg-gray-600 {
  background-color: #616972 !important;
}

.bg-gray-700 {
  background-color: #3F464D !important;
}

.bg-gray-800 {
  background-color: #2D3238 !important;
}

.bg-gray-900 {
  background-color: #222222 !important;
}

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

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

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

  .overflow-sm-visible {
    overflow: visible !important;
  }

  .overflow-sm-scroll {
    overflow: scroll !important;
  }

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

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

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

  .d-sm-grid {
    display: grid !important;
  }

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

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

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

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

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

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

  .shadow-sm {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-sm-hover:hover {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-sm-focus:focus {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-sm-sm {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1) !important;
  }

  .shadow-sm-sm-hover:hover {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1) !important;
  }

  .shadow-sm-sm-focus:focus {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1) !important;
  }

  .shadow-sm-lg {
    box-shadow: 0 0.313 0.75rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-sm-lg-hover:hover {
    box-shadow: 0 0.313 0.75rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-sm-lg-focus:focus {
    box-shadow: 0 0.313 0.75rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-sm-xl {
    box-shadow: 0 0.5rem 1rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-sm-xl-hover:hover {
    box-shadow: 0 0.5rem 1rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-sm-xl-focus:focus {
    box-shadow: 0 0.5rem 1rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-sm-none {
    box-shadow: none !important;
  }

  .shadow-sm-none-hover:hover {
    box-shadow: none !important;
  }

  .shadow-sm-none-focus:focus {
    box-shadow: none !important;
  }

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

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

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

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

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

  .border-sm {
    border: 1px solid #D9DEE3 !important;
  }

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

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

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

  .border-end-sm {
    border-right: 1px solid #D9DEE3 !important;
  }

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

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

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

  .border-start-sm {
    border-left: 1px solid #D9DEE3 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .gap-sm-5px {
    gap: 5px !important;
  }

  .gap-sm-10px {
    gap: 10px !important;
  }

  .gap-sm-20px {
    gap: 20px !important;
  }

  .gap-sm-25px {
    gap: 25px !important;
  }

  .gap-sm-30px {
    gap: 30px !important;
  }

  .gap-sm-35px {
    gap: 35px !important;
  }

  .gap-sm-45px {
    gap: 45px !important;
  }

  .gap-sm-40px {
    gap: 40px !important;
  }

  .gap-sm-50px {
    gap: 50px !important;
  }

  .gap-sm-55px {
    gap: 55px !important;
  }

  .gap-sm-60px {
    gap: 60px !important;
  }

  .gap-sm-70px {
    gap: 70px !important;
  }

  .gap-sm-80px {
    gap: 80px !important;
  }

  .gap-sm-90px {
    gap: 90px !important;
  }

  .gap-sm-100px {
    gap: 100px !important;
  }

  .gap-sm-110px {
    gap: 110px !important;
  }

  .gap-sm-120px {
    gap: 120px !important;
  }

  .gap-sm-130px {
    gap: 130px !important;
  }

  .gap-sm-140px {
    gap: 140px !important;
  }

  .gap-sm-150px {
    gap: 150px !important;
  }

  .gap-sm-200px {
    gap: 200px !important;
  }

  .gap-sm-250px {
    gap: 250px !important;
  }

  .gap-sm-280px {
    gap: 280px !important;
  }

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

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

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

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

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

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-5px {
    margin: 5px !important;
  }

  .m-sm-10px {
    margin: 10px !important;
  }

  .m-sm-20px {
    margin: 20px !important;
  }

  .m-sm-25px {
    margin: 25px !important;
  }

  .m-sm-30px {
    margin: 30px !important;
  }

  .m-sm-35px {
    margin: 35px !important;
  }

  .m-sm-45px {
    margin: 45px !important;
  }

  .m-sm-40px {
    margin: 40px !important;
  }

  .m-sm-50px {
    margin: 50px !important;
  }

  .m-sm-55px {
    margin: 55px !important;
  }

  .m-sm-60px {
    margin: 60px !important;
  }

  .m-sm-70px {
    margin: 70px !important;
  }

  .m-sm-80px {
    margin: 80px !important;
  }

  .m-sm-90px {
    margin: 90px !important;
  }

  .m-sm-100px {
    margin: 100px !important;
  }

  .m-sm-110px {
    margin: 110px !important;
  }

  .m-sm-120px {
    margin: 120px !important;
  }

  .m-sm-130px {
    margin: 130px !important;
  }

  .m-sm-140px {
    margin: 140px !important;
  }

  .m-sm-150px {
    margin: 150px !important;
  }

  .m-sm-200px {
    margin: 200px !important;
  }

  .m-sm-250px {
    margin: 250px !important;
  }

  .m-sm-280px {
    margin: 280px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-5px {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-sm-10px {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-sm-20px {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-sm-25px {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-sm-30px {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-sm-35px {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-sm-45px {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-sm-40px {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-sm-50px {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-sm-55px {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }

  .mx-sm-60px {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-sm-70px {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-sm-80px {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-sm-90px {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-sm-100px {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-sm-110px {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }

  .mx-sm-120px {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-sm-130px {
    margin-right: 130px !important;
    margin-left: 130px !important;
  }

  .mx-sm-140px {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .mx-sm-150px {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }

  .mx-sm-200px {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  .mx-sm-250px {
    margin-right: 250px !important;
    margin-left: 250px !important;
  }

  .mx-sm-280px {
    margin-right: 280px !important;
    margin-left: 280px !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-5px {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-sm-10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-sm-20px {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-sm-25px {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-sm-30px {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-sm-35px {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-sm-45px {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-sm-40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-sm-50px {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-sm-55px {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .my-sm-60px {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-sm-70px {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-sm-80px {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-sm-90px {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-sm-100px {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-sm-110px {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .my-sm-120px {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-sm-130px {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .my-sm-140px {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .my-sm-150px {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .my-sm-200px {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .my-sm-250px {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }

  .my-sm-280px {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-5px {
    margin-top: 5px !important;
  }

  .mt-sm-10px {
    margin-top: 10px !important;
  }

  .mt-sm-20px {
    margin-top: 20px !important;
  }

  .mt-sm-25px {
    margin-top: 25px !important;
  }

  .mt-sm-30px {
    margin-top: 30px !important;
  }

  .mt-sm-35px {
    margin-top: 35px !important;
  }

  .mt-sm-45px {
    margin-top: 45px !important;
  }

  .mt-sm-40px {
    margin-top: 40px !important;
  }

  .mt-sm-50px {
    margin-top: 50px !important;
  }

  .mt-sm-55px {
    margin-top: 55px !important;
  }

  .mt-sm-60px {
    margin-top: 60px !important;
  }

  .mt-sm-70px {
    margin-top: 70px !important;
  }

  .mt-sm-80px {
    margin-top: 80px !important;
  }

  .mt-sm-90px {
    margin-top: 90px !important;
  }

  .mt-sm-100px {
    margin-top: 100px !important;
  }

  .mt-sm-110px {
    margin-top: 110px !important;
  }

  .mt-sm-120px {
    margin-top: 120px !important;
  }

  .mt-sm-130px {
    margin-top: 130px !important;
  }

  .mt-sm-140px {
    margin-top: 140px !important;
  }

  .mt-sm-150px {
    margin-top: 150px !important;
  }

  .mt-sm-200px {
    margin-top: 200px !important;
  }

  .mt-sm-250px {
    margin-top: 250px !important;
  }

  .mt-sm-280px {
    margin-top: 280px !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-5px {
    margin-right: 5px !important;
  }

  .me-sm-10px {
    margin-right: 10px !important;
  }

  .me-sm-20px {
    margin-right: 20px !important;
  }

  .me-sm-25px {
    margin-right: 25px !important;
  }

  .me-sm-30px {
    margin-right: 30px !important;
  }

  .me-sm-35px {
    margin-right: 35px !important;
  }

  .me-sm-45px {
    margin-right: 45px !important;
  }

  .me-sm-40px {
    margin-right: 40px !important;
  }

  .me-sm-50px {
    margin-right: 50px !important;
  }

  .me-sm-55px {
    margin-right: 55px !important;
  }

  .me-sm-60px {
    margin-right: 60px !important;
  }

  .me-sm-70px {
    margin-right: 70px !important;
  }

  .me-sm-80px {
    margin-right: 80px !important;
  }

  .me-sm-90px {
    margin-right: 90px !important;
  }

  .me-sm-100px {
    margin-right: 100px !important;
  }

  .me-sm-110px {
    margin-right: 110px !important;
  }

  .me-sm-120px {
    margin-right: 120px !important;
  }

  .me-sm-130px {
    margin-right: 130px !important;
  }

  .me-sm-140px {
    margin-right: 140px !important;
  }

  .me-sm-150px {
    margin-right: 150px !important;
  }

  .me-sm-200px {
    margin-right: 200px !important;
  }

  .me-sm-250px {
    margin-right: 250px !important;
  }

  .me-sm-280px {
    margin-right: 280px !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-5px {
    margin-bottom: 5px !important;
  }

  .mb-sm-10px {
    margin-bottom: 10px !important;
  }

  .mb-sm-20px {
    margin-bottom: 20px !important;
  }

  .mb-sm-25px {
    margin-bottom: 25px !important;
  }

  .mb-sm-30px {
    margin-bottom: 30px !important;
  }

  .mb-sm-35px {
    margin-bottom: 35px !important;
  }

  .mb-sm-45px {
    margin-bottom: 45px !important;
  }

  .mb-sm-40px {
    margin-bottom: 40px !important;
  }

  .mb-sm-50px {
    margin-bottom: 50px !important;
  }

  .mb-sm-55px {
    margin-bottom: 55px !important;
  }

  .mb-sm-60px {
    margin-bottom: 60px !important;
  }

  .mb-sm-70px {
    margin-bottom: 70px !important;
  }

  .mb-sm-80px {
    margin-bottom: 80px !important;
  }

  .mb-sm-90px {
    margin-bottom: 90px !important;
  }

  .mb-sm-100px {
    margin-bottom: 100px !important;
  }

  .mb-sm-110px {
    margin-bottom: 110px !important;
  }

  .mb-sm-120px {
    margin-bottom: 120px !important;
  }

  .mb-sm-130px {
    margin-bottom: 130px !important;
  }

  .mb-sm-140px {
    margin-bottom: 140px !important;
  }

  .mb-sm-150px {
    margin-bottom: 150px !important;
  }

  .mb-sm-200px {
    margin-bottom: 200px !important;
  }

  .mb-sm-250px {
    margin-bottom: 250px !important;
  }

  .mb-sm-280px {
    margin-bottom: 280px !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-5px {
    margin-left: 5px !important;
  }

  .ms-sm-10px {
    margin-left: 10px !important;
  }

  .ms-sm-20px {
    margin-left: 20px !important;
  }

  .ms-sm-25px {
    margin-left: 25px !important;
  }

  .ms-sm-30px {
    margin-left: 30px !important;
  }

  .ms-sm-35px {
    margin-left: 35px !important;
  }

  .ms-sm-45px {
    margin-left: 45px !important;
  }

  .ms-sm-40px {
    margin-left: 40px !important;
  }

  .ms-sm-50px {
    margin-left: 50px !important;
  }

  .ms-sm-55px {
    margin-left: 55px !important;
  }

  .ms-sm-60px {
    margin-left: 60px !important;
  }

  .ms-sm-70px {
    margin-left: 70px !important;
  }

  .ms-sm-80px {
    margin-left: 80px !important;
  }

  .ms-sm-90px {
    margin-left: 90px !important;
  }

  .ms-sm-100px {
    margin-left: 100px !important;
  }

  .ms-sm-110px {
    margin-left: 110px !important;
  }

  .ms-sm-120px {
    margin-left: 120px !important;
  }

  .ms-sm-130px {
    margin-left: 130px !important;
  }

  .ms-sm-140px {
    margin-left: 140px !important;
  }

  .ms-sm-150px {
    margin-left: 150px !important;
  }

  .ms-sm-200px {
    margin-left: 200px !important;
  }

  .ms-sm-250px {
    margin-left: 250px !important;
  }

  .ms-sm-280px {
    margin-left: 280px !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .m-sm-n5px {
    margin: -5px !important;
  }

  .m-sm-n10px {
    margin: -10px !important;
  }

  .m-sm-n20px {
    margin: -20px !important;
  }

  .m-sm-n25px {
    margin: -25px !important;
  }

  .m-sm-n30px {
    margin: -30px !important;
  }

  .m-sm-n35px {
    margin: -35px !important;
  }

  .m-sm-n45px {
    margin: -45px !important;
  }

  .m-sm-n40px {
    margin: -40px !important;
  }

  .m-sm-n50px {
    margin: -50px !important;
  }

  .m-sm-n55px {
    margin: -55px !important;
  }

  .m-sm-n60px {
    margin: -60px !important;
  }

  .m-sm-n70px {
    margin: -70px !important;
  }

  .m-sm-n80px {
    margin: -80px !important;
  }

  .m-sm-n90px {
    margin: -90px !important;
  }

  .m-sm-n100px {
    margin: -100px !important;
  }

  .m-sm-n110px {
    margin: -110px !important;
  }

  .m-sm-n120px {
    margin: -120px !important;
  }

  .m-sm-n130px {
    margin: -130px !important;
  }

  .m-sm-n140px {
    margin: -140px !important;
  }

  .m-sm-n150px {
    margin: -150px !important;
  }

  .m-sm-n200px {
    margin: -200px !important;
  }

  .m-sm-n250px {
    margin: -250px !important;
  }

  .m-sm-n280px {
    margin: -280px !important;
  }

  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-sm-n5px {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }

  .mx-sm-n10px {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }

  .mx-sm-n20px {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }

  .mx-sm-n25px {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }

  .mx-sm-n30px {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }

  .mx-sm-n35px {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }

  .mx-sm-n45px {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }

  .mx-sm-n40px {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .mx-sm-n50px {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }

  .mx-sm-n55px {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }

  .mx-sm-n60px {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }

  .mx-sm-n70px {
    margin-right: -70px !important;
    margin-left: -70px !important;
  }

  .mx-sm-n80px {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }

  .mx-sm-n90px {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }

  .mx-sm-n100px {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }

  .mx-sm-n110px {
    margin-right: -110px !important;
    margin-left: -110px !important;
  }

  .mx-sm-n120px {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }

  .mx-sm-n130px {
    margin-right: -130px !important;
    margin-left: -130px !important;
  }

  .mx-sm-n140px {
    margin-right: -140px !important;
    margin-left: -140px !important;
  }

  .mx-sm-n150px {
    margin-right: -150px !important;
    margin-left: -150px !important;
  }

  .mx-sm-n200px {
    margin-right: -200px !important;
    margin-left: -200px !important;
  }

  .mx-sm-n250px {
    margin-right: -250px !important;
    margin-left: -250px !important;
  }

  .mx-sm-n280px {
    margin-right: -280px !important;
    margin-left: -280px !important;
  }

  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-sm-n5px {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .my-sm-n10px {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .my-sm-n20px {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .my-sm-n25px {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .my-sm-n30px {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .my-sm-n35px {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }

  .my-sm-n45px {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .my-sm-n40px {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .my-sm-n50px {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .my-sm-n55px {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }

  .my-sm-n60px {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .my-sm-n70px {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }

  .my-sm-n80px {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .my-sm-n90px {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .my-sm-n100px {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .my-sm-n110px {
    margin-top: -110px !important;
    margin-bottom: -110px !important;
  }

  .my-sm-n120px {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .my-sm-n130px {
    margin-top: -130px !important;
    margin-bottom: -130px !important;
  }

  .my-sm-n140px {
    margin-top: -140px !important;
    margin-bottom: -140px !important;
  }

  .my-sm-n150px {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .my-sm-n200px {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .my-sm-n250px {
    margin-top: -250px !important;
    margin-bottom: -250px !important;
  }

  .my-sm-n280px {
    margin-top: -280px !important;
    margin-bottom: -280px !important;
  }

  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-sm-n3 {
    margin-top: -1rem !important;
  }

  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-sm-n5 {
    margin-top: -3rem !important;
  }

  .mt-sm-n5px {
    margin-top: -5px !important;
  }

  .mt-sm-n10px {
    margin-top: -10px !important;
  }

  .mt-sm-n20px {
    margin-top: -20px !important;
  }

  .mt-sm-n25px {
    margin-top: -25px !important;
  }

  .mt-sm-n30px {
    margin-top: -30px !important;
  }

  .mt-sm-n35px {
    margin-top: -35px !important;
  }

  .mt-sm-n45px {
    margin-top: -45px !important;
  }

  .mt-sm-n40px {
    margin-top: -40px !important;
  }

  .mt-sm-n50px {
    margin-top: -50px !important;
  }

  .mt-sm-n55px {
    margin-top: -55px !important;
  }

  .mt-sm-n60px {
    margin-top: -60px !important;
  }

  .mt-sm-n70px {
    margin-top: -70px !important;
  }

  .mt-sm-n80px {
    margin-top: -80px !important;
  }

  .mt-sm-n90px {
    margin-top: -90px !important;
  }

  .mt-sm-n100px {
    margin-top: -100px !important;
  }

  .mt-sm-n110px {
    margin-top: -110px !important;
  }

  .mt-sm-n120px {
    margin-top: -120px !important;
  }

  .mt-sm-n130px {
    margin-top: -130px !important;
  }

  .mt-sm-n140px {
    margin-top: -140px !important;
  }

  .mt-sm-n150px {
    margin-top: -150px !important;
  }

  .mt-sm-n200px {
    margin-top: -200px !important;
  }

  .mt-sm-n250px {
    margin-top: -250px !important;
  }

  .mt-sm-n280px {
    margin-top: -280px !important;
  }

  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .me-sm-n3 {
    margin-right: -1rem !important;
  }

  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .me-sm-n5 {
    margin-right: -3rem !important;
  }

  .me-sm-n5px {
    margin-right: -5px !important;
  }

  .me-sm-n10px {
    margin-right: -10px !important;
  }

  .me-sm-n20px {
    margin-right: -20px !important;
  }

  .me-sm-n25px {
    margin-right: -25px !important;
  }

  .me-sm-n30px {
    margin-right: -30px !important;
  }

  .me-sm-n35px {
    margin-right: -35px !important;
  }

  .me-sm-n45px {
    margin-right: -45px !important;
  }

  .me-sm-n40px {
    margin-right: -40px !important;
  }

  .me-sm-n50px {
    margin-right: -50px !important;
  }

  .me-sm-n55px {
    margin-right: -55px !important;
  }

  .me-sm-n60px {
    margin-right: -60px !important;
  }

  .me-sm-n70px {
    margin-right: -70px !important;
  }

  .me-sm-n80px {
    margin-right: -80px !important;
  }

  .me-sm-n90px {
    margin-right: -90px !important;
  }

  .me-sm-n100px {
    margin-right: -100px !important;
  }

  .me-sm-n110px {
    margin-right: -110px !important;
  }

  .me-sm-n120px {
    margin-right: -120px !important;
  }

  .me-sm-n130px {
    margin-right: -130px !important;
  }

  .me-sm-n140px {
    margin-right: -140px !important;
  }

  .me-sm-n150px {
    margin-right: -150px !important;
  }

  .me-sm-n200px {
    margin-right: -200px !important;
  }

  .me-sm-n250px {
    margin-right: -250px !important;
  }

  .me-sm-n280px {
    margin-right: -280px !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-sm-n5px {
    margin-bottom: -5px !important;
  }

  .mb-sm-n10px {
    margin-bottom: -10px !important;
  }

  .mb-sm-n20px {
    margin-bottom: -20px !important;
  }

  .mb-sm-n25px {
    margin-bottom: -25px !important;
  }

  .mb-sm-n30px {
    margin-bottom: -30px !important;
  }

  .mb-sm-n35px {
    margin-bottom: -35px !important;
  }

  .mb-sm-n45px {
    margin-bottom: -45px !important;
  }

  .mb-sm-n40px {
    margin-bottom: -40px !important;
  }

  .mb-sm-n50px {
    margin-bottom: -50px !important;
  }

  .mb-sm-n55px {
    margin-bottom: -55px !important;
  }

  .mb-sm-n60px {
    margin-bottom: -60px !important;
  }

  .mb-sm-n70px {
    margin-bottom: -70px !important;
  }

  .mb-sm-n80px {
    margin-bottom: -80px !important;
  }

  .mb-sm-n90px {
    margin-bottom: -90px !important;
  }

  .mb-sm-n100px {
    margin-bottom: -100px !important;
  }

  .mb-sm-n110px {
    margin-bottom: -110px !important;
  }

  .mb-sm-n120px {
    margin-bottom: -120px !important;
  }

  .mb-sm-n130px {
    margin-bottom: -130px !important;
  }

  .mb-sm-n140px {
    margin-bottom: -140px !important;
  }

  .mb-sm-n150px {
    margin-bottom: -150px !important;
  }

  .mb-sm-n200px {
    margin-bottom: -200px !important;
  }

  .mb-sm-n250px {
    margin-bottom: -250px !important;
  }

  .mb-sm-n280px {
    margin-bottom: -280px !important;
  }

  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-sm-n3 {
    margin-left: -1rem !important;
  }

  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-sm-n5 {
    margin-left: -3rem !important;
  }

  .ms-sm-n5px {
    margin-left: -5px !important;
  }

  .ms-sm-n10px {
    margin-left: -10px !important;
  }

  .ms-sm-n20px {
    margin-left: -20px !important;
  }

  .ms-sm-n25px {
    margin-left: -25px !important;
  }

  .ms-sm-n30px {
    margin-left: -30px !important;
  }

  .ms-sm-n35px {
    margin-left: -35px !important;
  }

  .ms-sm-n45px {
    margin-left: -45px !important;
  }

  .ms-sm-n40px {
    margin-left: -40px !important;
  }

  .ms-sm-n50px {
    margin-left: -50px !important;
  }

  .ms-sm-n55px {
    margin-left: -55px !important;
  }

  .ms-sm-n60px {
    margin-left: -60px !important;
  }

  .ms-sm-n70px {
    margin-left: -70px !important;
  }

  .ms-sm-n80px {
    margin-left: -80px !important;
  }

  .ms-sm-n90px {
    margin-left: -90px !important;
  }

  .ms-sm-n100px {
    margin-left: -100px !important;
  }

  .ms-sm-n110px {
    margin-left: -110px !important;
  }

  .ms-sm-n120px {
    margin-left: -120px !important;
  }

  .ms-sm-n130px {
    margin-left: -130px !important;
  }

  .ms-sm-n140px {
    margin-left: -140px !important;
  }

  .ms-sm-n150px {
    margin-left: -150px !important;
  }

  .ms-sm-n200px {
    margin-left: -200px !important;
  }

  .ms-sm-n250px {
    margin-left: -250px !important;
  }

  .ms-sm-n280px {
    margin-left: -280px !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .p-sm-5px {
    padding: 5px !important;
  }

  .p-sm-10px {
    padding: 10px !important;
  }

  .p-sm-20px {
    padding: 20px !important;
  }

  .p-sm-25px {
    padding: 25px !important;
  }

  .p-sm-30px {
    padding: 30px !important;
  }

  .p-sm-35px {
    padding: 35px !important;
  }

  .p-sm-45px {
    padding: 45px !important;
  }

  .p-sm-40px {
    padding: 40px !important;
  }

  .p-sm-50px {
    padding: 50px !important;
  }

  .p-sm-55px {
    padding: 55px !important;
  }

  .p-sm-60px {
    padding: 60px !important;
  }

  .p-sm-70px {
    padding: 70px !important;
  }

  .p-sm-80px {
    padding: 80px !important;
  }

  .p-sm-90px {
    padding: 90px !important;
  }

  .p-sm-100px {
    padding: 100px !important;
  }

  .p-sm-110px {
    padding: 110px !important;
  }

  .p-sm-120px {
    padding: 120px !important;
  }

  .p-sm-130px {
    padding: 130px !important;
  }

  .p-sm-140px {
    padding: 140px !important;
  }

  .p-sm-150px {
    padding: 150px !important;
  }

  .p-sm-200px {
    padding: 200px !important;
  }

  .p-sm-250px {
    padding: 250px !important;
  }

  .p-sm-280px {
    padding: 280px !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-sm-5px {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-sm-10px {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-sm-20px {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-sm-25px {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-sm-30px {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-sm-35px {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-sm-45px {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-sm-40px {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-sm-50px {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-sm-55px {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }

  .px-sm-60px {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-sm-70px {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-sm-80px {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-sm-90px {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-sm-100px {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .px-sm-110px {
    padding-right: 110px !important;
    padding-left: 110px !important;
  }

  .px-sm-120px {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .px-sm-130px {
    padding-right: 130px !important;
    padding-left: 130px !important;
  }

  .px-sm-140px {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }

  .px-sm-150px {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }

  .px-sm-200px {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  .px-sm-250px {
    padding-right: 250px !important;
    padding-left: 250px !important;
  }

  .px-sm-280px {
    padding-right: 280px !important;
    padding-left: 280px !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-5px {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-sm-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-sm-20px {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-sm-25px {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-sm-30px {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-sm-35px {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-sm-45px {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-sm-40px {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-sm-50px {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-sm-55px {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .py-sm-60px {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-sm-70px {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-sm-80px {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-sm-90px {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-sm-100px {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .py-sm-110px {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .py-sm-120px {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .py-sm-130px {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .py-sm-140px {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .py-sm-150px {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .py-sm-200px {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .py-sm-250px {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .py-sm-280px {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pt-sm-5px {
    padding-top: 5px !important;
  }

  .pt-sm-10px {
    padding-top: 10px !important;
  }

  .pt-sm-20px {
    padding-top: 20px !important;
  }

  .pt-sm-25px {
    padding-top: 25px !important;
  }

  .pt-sm-30px {
    padding-top: 30px !important;
  }

  .pt-sm-35px {
    padding-top: 35px !important;
  }

  .pt-sm-45px {
    padding-top: 45px !important;
  }

  .pt-sm-40px {
    padding-top: 40px !important;
  }

  .pt-sm-50px {
    padding-top: 50px !important;
  }

  .pt-sm-55px {
    padding-top: 55px !important;
  }

  .pt-sm-60px {
    padding-top: 60px !important;
  }

  .pt-sm-70px {
    padding-top: 70px !important;
  }

  .pt-sm-80px {
    padding-top: 80px !important;
  }

  .pt-sm-90px {
    padding-top: 90px !important;
  }

  .pt-sm-100px {
    padding-top: 100px !important;
  }

  .pt-sm-110px {
    padding-top: 110px !important;
  }

  .pt-sm-120px {
    padding-top: 120px !important;
  }

  .pt-sm-130px {
    padding-top: 130px !important;
  }

  .pt-sm-140px {
    padding-top: 140px !important;
  }

  .pt-sm-150px {
    padding-top: 150px !important;
  }

  .pt-sm-200px {
    padding-top: 200px !important;
  }

  .pt-sm-250px {
    padding-top: 250px !important;
  }

  .pt-sm-280px {
    padding-top: 280px !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pe-sm-5px {
    padding-right: 5px !important;
  }

  .pe-sm-10px {
    padding-right: 10px !important;
  }

  .pe-sm-20px {
    padding-right: 20px !important;
  }

  .pe-sm-25px {
    padding-right: 25px !important;
  }

  .pe-sm-30px {
    padding-right: 30px !important;
  }

  .pe-sm-35px {
    padding-right: 35px !important;
  }

  .pe-sm-45px {
    padding-right: 45px !important;
  }

  .pe-sm-40px {
    padding-right: 40px !important;
  }

  .pe-sm-50px {
    padding-right: 50px !important;
  }

  .pe-sm-55px {
    padding-right: 55px !important;
  }

  .pe-sm-60px {
    padding-right: 60px !important;
  }

  .pe-sm-70px {
    padding-right: 70px !important;
  }

  .pe-sm-80px {
    padding-right: 80px !important;
  }

  .pe-sm-90px {
    padding-right: 90px !important;
  }

  .pe-sm-100px {
    padding-right: 100px !important;
  }

  .pe-sm-110px {
    padding-right: 110px !important;
  }

  .pe-sm-120px {
    padding-right: 120px !important;
  }

  .pe-sm-130px {
    padding-right: 130px !important;
  }

  .pe-sm-140px {
    padding-right: 140px !important;
  }

  .pe-sm-150px {
    padding-right: 150px !important;
  }

  .pe-sm-200px {
    padding-right: 200px !important;
  }

  .pe-sm-250px {
    padding-right: 250px !important;
  }

  .pe-sm-280px {
    padding-right: 280px !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-5px {
    padding-bottom: 5px !important;
  }

  .pb-sm-10px {
    padding-bottom: 10px !important;
  }

  .pb-sm-20px {
    padding-bottom: 20px !important;
  }

  .pb-sm-25px {
    padding-bottom: 25px !important;
  }

  .pb-sm-30px {
    padding-bottom: 30px !important;
  }

  .pb-sm-35px {
    padding-bottom: 35px !important;
  }

  .pb-sm-45px {
    padding-bottom: 45px !important;
  }

  .pb-sm-40px {
    padding-bottom: 40px !important;
  }

  .pb-sm-50px {
    padding-bottom: 50px !important;
  }

  .pb-sm-55px {
    padding-bottom: 55px !important;
  }

  .pb-sm-60px {
    padding-bottom: 60px !important;
  }

  .pb-sm-70px {
    padding-bottom: 70px !important;
  }

  .pb-sm-80px {
    padding-bottom: 80px !important;
  }

  .pb-sm-90px {
    padding-bottom: 90px !important;
  }

  .pb-sm-100px {
    padding-bottom: 100px !important;
  }

  .pb-sm-110px {
    padding-bottom: 110px !important;
  }

  .pb-sm-120px {
    padding-bottom: 120px !important;
  }

  .pb-sm-130px {
    padding-bottom: 130px !important;
  }

  .pb-sm-140px {
    padding-bottom: 140px !important;
  }

  .pb-sm-150px {
    padding-bottom: 150px !important;
  }

  .pb-sm-200px {
    padding-bottom: 200px !important;
  }

  .pb-sm-250px {
    padding-bottom: 250px !important;
  }

  .pb-sm-280px {
    padding-bottom: 280px !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .ps-sm-5px {
    padding-left: 5px !important;
  }

  .ps-sm-10px {
    padding-left: 10px !important;
  }

  .ps-sm-20px {
    padding-left: 20px !important;
  }

  .ps-sm-25px {
    padding-left: 25px !important;
  }

  .ps-sm-30px {
    padding-left: 30px !important;
  }

  .ps-sm-35px {
    padding-left: 35px !important;
  }

  .ps-sm-45px {
    padding-left: 45px !important;
  }

  .ps-sm-40px {
    padding-left: 40px !important;
  }

  .ps-sm-50px {
    padding-left: 50px !important;
  }

  .ps-sm-55px {
    padding-left: 55px !important;
  }

  .ps-sm-60px {
    padding-left: 60px !important;
  }

  .ps-sm-70px {
    padding-left: 70px !important;
  }

  .ps-sm-80px {
    padding-left: 80px !important;
  }

  .ps-sm-90px {
    padding-left: 90px !important;
  }

  .ps-sm-100px {
    padding-left: 100px !important;
  }

  .ps-sm-110px {
    padding-left: 110px !important;
  }

  .ps-sm-120px {
    padding-left: 120px !important;
  }

  .ps-sm-130px {
    padding-left: 130px !important;
  }

  .ps-sm-140px {
    padding-left: 140px !important;
  }

  .ps-sm-150px {
    padding-left: 150px !important;
  }

  .ps-sm-200px {
    padding-left: 200px !important;
  }

  .ps-sm-250px {
    padding-left: 250px !important;
  }

  .ps-sm-280px {
    padding-left: 280px !important;
  }

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

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

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

  .bg-sm-primary {
    background-color: #513E98 !important;
  }

  .bg-sm-secondary {
    background-color: #513E98 !important;
  }

  .bg-sm-success {
    background-color: #3AB982 !important;
  }

  .bg-sm-info {
    background-color: #0dcaf0 !important;
  }

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

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

  .bg-sm-light {
    background-color: #F4F7FE !important;
  }

  .bg-sm-dark {
    background-color: #222222 !important;
  }

  .bg-sm-gray {
    background-color: #A3ACB5 !important;
  }

  .bg-sm-primary-100 {
    background-color: #dcd8ea !important;
  }

  .bg-sm-primary-200 {
    background-color: #b9b2d6 !important;
  }

  .bg-sm-primary-300 {
    background-color: #978bc1 !important;
  }

  .bg-sm-primary-400 {
    background-color: #7465ad !important;
  }

  .bg-sm-primary-500 {
    background-color: #513E98 !important;
  }

  .bg-sm-primary-600 {
    background-color: #41327a !important;
  }

  .bg-sm-primary-700 {
    background-color: #31255b !important;
  }

  .bg-sm-primary-800 {
    background-color: #20193d !important;
  }

  .bg-sm-primary-900 {
    background-color: #100c1e !important;
  }

  .bg-sm-secondary-100 {
    background-color: #EEEFF3 !important;
  }

  .bg-sm-secondary-200 {
    background-color: #b9b2d6 !important;
  }

  .bg-sm-secondary-300 {
    background-color: #978bc1 !important;
  }

  .bg-sm-secondary-400 {
    background-color: #7465ad !important;
  }

  .bg-sm-secondary-500 {
    background-color: #513E98 !important;
  }

  .bg-sm-secondary-600 {
    background-color: #41327a !important;
  }

  .bg-sm-secondary-700 {
    background-color: #31255b !important;
  }

  .bg-sm-secondary-800 {
    background-color: #20193d !important;
  }

  .bg-sm-secondary-900 {
    background-color: #100c1e !important;
  }

  .bg-sm-success-100 {
    background-color: #d8f1e6 !important;
  }

  .bg-sm-success-200 {
    background-color: #b0e3cd !important;
  }

  .bg-sm-success-300 {
    background-color: #89d5b4 !important;
  }

  .bg-sm-success-400 {
    background-color: #61c79b !important;
  }

  .bg-sm-success-500 {
    background-color: #3AB982 !important;
  }

  .bg-sm-success-600 {
    background-color: #2e9468 !important;
  }

  .bg-sm-success-700 {
    background-color: #236f4e !important;
  }

  .bg-sm-success-800 {
    background-color: #174a34 !important;
  }

  .bg-sm-success-900 {
    background-color: #0c251a !important;
  }

  .bg-sm-warning-100 {
    background-color: #f3e8d3 !important;
  }

  .bg-sm-warning-200 {
    background-color: #e7d1a7 !important;
  }

  .bg-sm-warning-300 {
    background-color: #dab97c !important;
  }

  .bg-sm-warning-400 {
    background-color: #cea250 !important;
  }

  .bg-sm-warning-500 {
    background-color: #C28B24 !important;
  }

  .bg-sm-warning-600 {
    background-color: #9b6f1d !important;
  }

  .bg-sm-warning-700 {
    background-color: #745316 !important;
  }

  .bg-sm-warning-800 {
    background-color: #4e380e !important;
  }

  .bg-sm-warning-900 {
    background-color: #271c07 !important;
  }

  .bg-sm-danger-100 {
    background-color: #fcdddd !important;
  }

  .bg-sm-danger-200 {
    background-color: #f9bbbb !important;
  }

  .bg-sm-danger-300 {
    background-color: #f69898 !important;
  }

  .bg-sm-danger-400 {
    background-color: #f37676 !important;
  }

  .bg-sm-danger-500 {
    background-color: #F05454 !important;
  }

  .bg-sm-danger-600 {
    background-color: #c04343 !important;
  }

  .bg-sm-danger-700 {
    background-color: #903232 !important;
  }

  .bg-sm-danger-800 {
    background-color: #602222 !important;
  }

  .bg-sm-danger-900 {
    background-color: #301111 !important;
  }

  .bg-sm-gray-100 {
    background-color: #F4F7FE !important;
  }

  .bg-sm-gray-200 {
    background-color: #E6E9ED !important;
  }

  .bg-sm-gray-300 {
    background-color: #D9DEE3 !important;
  }

  .bg-sm-gray-400 {
    background-color: #C7CED5 !important;
  }

  .bg-sm-gray-500 {
    background-color: #A3ACB5 !important;
  }

  .bg-sm-gray-600 {
    background-color: #616972 !important;
  }

  .bg-sm-gray-700 {
    background-color: #3F464D !important;
  }

  .bg-sm-gray-800 {
    background-color: #2D3238 !important;
  }

  .bg-sm-gray-900 {
    background-color: #222222 !important;
  }

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

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

  .bg-sm-transparent {
    background-color: transparent !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

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

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

  .overflow-md-visible {
    overflow: visible !important;
  }

  .overflow-md-scroll {
    overflow: scroll !important;
  }

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

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

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

  .d-md-grid {
    display: grid !important;
  }

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

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

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

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

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

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

  .shadow-md {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-md-hover:hover {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-md-focus:focus {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-md-sm {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1) !important;
  }

  .shadow-md-sm-hover:hover {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1) !important;
  }

  .shadow-md-sm-focus:focus {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1) !important;
  }

  .shadow-md-lg {
    box-shadow: 0 0.313 0.75rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-md-lg-hover:hover {
    box-shadow: 0 0.313 0.75rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-md-lg-focus:focus {
    box-shadow: 0 0.313 0.75rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-md-xl {
    box-shadow: 0 0.5rem 1rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-md-xl-hover:hover {
    box-shadow: 0 0.5rem 1rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-md-xl-focus:focus {
    box-shadow: 0 0.5rem 1rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-md-none {
    box-shadow: none !important;
  }

  .shadow-md-none-hover:hover {
    box-shadow: none !important;
  }

  .shadow-md-none-focus:focus {
    box-shadow: none !important;
  }

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

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

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

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

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

  .border-md {
    border: 1px solid #D9DEE3 !important;
  }

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

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

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

  .border-end-md {
    border-right: 1px solid #D9DEE3 !important;
  }

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

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

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

  .border-start-md {
    border-left: 1px solid #D9DEE3 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .gap-md-5px {
    gap: 5px !important;
  }

  .gap-md-10px {
    gap: 10px !important;
  }

  .gap-md-20px {
    gap: 20px !important;
  }

  .gap-md-25px {
    gap: 25px !important;
  }

  .gap-md-30px {
    gap: 30px !important;
  }

  .gap-md-35px {
    gap: 35px !important;
  }

  .gap-md-45px {
    gap: 45px !important;
  }

  .gap-md-40px {
    gap: 40px !important;
  }

  .gap-md-50px {
    gap: 50px !important;
  }

  .gap-md-55px {
    gap: 55px !important;
  }

  .gap-md-60px {
    gap: 60px !important;
  }

  .gap-md-70px {
    gap: 70px !important;
  }

  .gap-md-80px {
    gap: 80px !important;
  }

  .gap-md-90px {
    gap: 90px !important;
  }

  .gap-md-100px {
    gap: 100px !important;
  }

  .gap-md-110px {
    gap: 110px !important;
  }

  .gap-md-120px {
    gap: 120px !important;
  }

  .gap-md-130px {
    gap: 130px !important;
  }

  .gap-md-140px {
    gap: 140px !important;
  }

  .gap-md-150px {
    gap: 150px !important;
  }

  .gap-md-200px {
    gap: 200px !important;
  }

  .gap-md-250px {
    gap: 250px !important;
  }

  .gap-md-280px {
    gap: 280px !important;
  }

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

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

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

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

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

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-5px {
    margin: 5px !important;
  }

  .m-md-10px {
    margin: 10px !important;
  }

  .m-md-20px {
    margin: 20px !important;
  }

  .m-md-25px {
    margin: 25px !important;
  }

  .m-md-30px {
    margin: 30px !important;
  }

  .m-md-35px {
    margin: 35px !important;
  }

  .m-md-45px {
    margin: 45px !important;
  }

  .m-md-40px {
    margin: 40px !important;
  }

  .m-md-50px {
    margin: 50px !important;
  }

  .m-md-55px {
    margin: 55px !important;
  }

  .m-md-60px {
    margin: 60px !important;
  }

  .m-md-70px {
    margin: 70px !important;
  }

  .m-md-80px {
    margin: 80px !important;
  }

  .m-md-90px {
    margin: 90px !important;
  }

  .m-md-100px {
    margin: 100px !important;
  }

  .m-md-110px {
    margin: 110px !important;
  }

  .m-md-120px {
    margin: 120px !important;
  }

  .m-md-130px {
    margin: 130px !important;
  }

  .m-md-140px {
    margin: 140px !important;
  }

  .m-md-150px {
    margin: 150px !important;
  }

  .m-md-200px {
    margin: 200px !important;
  }

  .m-md-250px {
    margin: 250px !important;
  }

  .m-md-280px {
    margin: 280px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-5px {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-md-10px {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-md-20px {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-md-25px {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-md-30px {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-md-35px {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-md-45px {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-md-40px {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-md-50px {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-md-55px {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }

  .mx-md-60px {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-md-70px {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-md-80px {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-md-90px {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-md-100px {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-md-110px {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }

  .mx-md-120px {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-md-130px {
    margin-right: 130px !important;
    margin-left: 130px !important;
  }

  .mx-md-140px {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .mx-md-150px {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }

  .mx-md-200px {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  .mx-md-250px {
    margin-right: 250px !important;
    margin-left: 250px !important;
  }

  .mx-md-280px {
    margin-right: 280px !important;
    margin-left: 280px !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-5px {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-md-10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-md-20px {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-md-25px {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-md-30px {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-md-35px {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-md-45px {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-md-40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-md-50px {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-md-55px {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .my-md-60px {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-md-70px {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-md-80px {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-md-90px {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-md-100px {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-md-110px {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .my-md-120px {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-md-130px {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .my-md-140px {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .my-md-150px {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .my-md-200px {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .my-md-250px {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }

  .my-md-280px {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-5px {
    margin-top: 5px !important;
  }

  .mt-md-10px {
    margin-top: 10px !important;
  }

  .mt-md-20px {
    margin-top: 20px !important;
  }

  .mt-md-25px {
    margin-top: 25px !important;
  }

  .mt-md-30px {
    margin-top: 30px !important;
  }

  .mt-md-35px {
    margin-top: 35px !important;
  }

  .mt-md-45px {
    margin-top: 45px !important;
  }

  .mt-md-40px {
    margin-top: 40px !important;
  }

  .mt-md-50px {
    margin-top: 50px !important;
  }

  .mt-md-55px {
    margin-top: 55px !important;
  }

  .mt-md-60px {
    margin-top: 60px !important;
  }

  .mt-md-70px {
    margin-top: 70px !important;
  }

  .mt-md-80px {
    margin-top: 80px !important;
  }

  .mt-md-90px {
    margin-top: 90px !important;
  }

  .mt-md-100px {
    margin-top: 100px !important;
  }

  .mt-md-110px {
    margin-top: 110px !important;
  }

  .mt-md-120px {
    margin-top: 120px !important;
  }

  .mt-md-130px {
    margin-top: 130px !important;
  }

  .mt-md-140px {
    margin-top: 140px !important;
  }

  .mt-md-150px {
    margin-top: 150px !important;
  }

  .mt-md-200px {
    margin-top: 200px !important;
  }

  .mt-md-250px {
    margin-top: 250px !important;
  }

  .mt-md-280px {
    margin-top: 280px !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-5px {
    margin-right: 5px !important;
  }

  .me-md-10px {
    margin-right: 10px !important;
  }

  .me-md-20px {
    margin-right: 20px !important;
  }

  .me-md-25px {
    margin-right: 25px !important;
  }

  .me-md-30px {
    margin-right: 30px !important;
  }

  .me-md-35px {
    margin-right: 35px !important;
  }

  .me-md-45px {
    margin-right: 45px !important;
  }

  .me-md-40px {
    margin-right: 40px !important;
  }

  .me-md-50px {
    margin-right: 50px !important;
  }

  .me-md-55px {
    margin-right: 55px !important;
  }

  .me-md-60px {
    margin-right: 60px !important;
  }

  .me-md-70px {
    margin-right: 70px !important;
  }

  .me-md-80px {
    margin-right: 80px !important;
  }

  .me-md-90px {
    margin-right: 90px !important;
  }

  .me-md-100px {
    margin-right: 100px !important;
  }

  .me-md-110px {
    margin-right: 110px !important;
  }

  .me-md-120px {
    margin-right: 120px !important;
  }

  .me-md-130px {
    margin-right: 130px !important;
  }

  .me-md-140px {
    margin-right: 140px !important;
  }

  .me-md-150px {
    margin-right: 150px !important;
  }

  .me-md-200px {
    margin-right: 200px !important;
  }

  .me-md-250px {
    margin-right: 250px !important;
  }

  .me-md-280px {
    margin-right: 280px !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-5px {
    margin-bottom: 5px !important;
  }

  .mb-md-10px {
    margin-bottom: 10px !important;
  }

  .mb-md-20px {
    margin-bottom: 20px !important;
  }

  .mb-md-25px {
    margin-bottom: 25px !important;
  }

  .mb-md-30px {
    margin-bottom: 30px !important;
  }

  .mb-md-35px {
    margin-bottom: 35px !important;
  }

  .mb-md-45px {
    margin-bottom: 45px !important;
  }

  .mb-md-40px {
    margin-bottom: 40px !important;
  }

  .mb-md-50px {
    margin-bottom: 50px !important;
  }

  .mb-md-55px {
    margin-bottom: 55px !important;
  }

  .mb-md-60px {
    margin-bottom: 60px !important;
  }

  .mb-md-70px {
    margin-bottom: 70px !important;
  }

  .mb-md-80px {
    margin-bottom: 80px !important;
  }

  .mb-md-90px {
    margin-bottom: 90px !important;
  }

  .mb-md-100px {
    margin-bottom: 100px !important;
  }

  .mb-md-110px {
    margin-bottom: 110px !important;
  }

  .mb-md-120px {
    margin-bottom: 120px !important;
  }

  .mb-md-130px {
    margin-bottom: 130px !important;
  }

  .mb-md-140px {
    margin-bottom: 140px !important;
  }

  .mb-md-150px {
    margin-bottom: 150px !important;
  }

  .mb-md-200px {
    margin-bottom: 200px !important;
  }

  .mb-md-250px {
    margin-bottom: 250px !important;
  }

  .mb-md-280px {
    margin-bottom: 280px !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-5px {
    margin-left: 5px !important;
  }

  .ms-md-10px {
    margin-left: 10px !important;
  }

  .ms-md-20px {
    margin-left: 20px !important;
  }

  .ms-md-25px {
    margin-left: 25px !important;
  }

  .ms-md-30px {
    margin-left: 30px !important;
  }

  .ms-md-35px {
    margin-left: 35px !important;
  }

  .ms-md-45px {
    margin-left: 45px !important;
  }

  .ms-md-40px {
    margin-left: 40px !important;
  }

  .ms-md-50px {
    margin-left: 50px !important;
  }

  .ms-md-55px {
    margin-left: 55px !important;
  }

  .ms-md-60px {
    margin-left: 60px !important;
  }

  .ms-md-70px {
    margin-left: 70px !important;
  }

  .ms-md-80px {
    margin-left: 80px !important;
  }

  .ms-md-90px {
    margin-left: 90px !important;
  }

  .ms-md-100px {
    margin-left: 100px !important;
  }

  .ms-md-110px {
    margin-left: 110px !important;
  }

  .ms-md-120px {
    margin-left: 120px !important;
  }

  .ms-md-130px {
    margin-left: 130px !important;
  }

  .ms-md-140px {
    margin-left: 140px !important;
  }

  .ms-md-150px {
    margin-left: 150px !important;
  }

  .ms-md-200px {
    margin-left: 200px !important;
  }

  .ms-md-250px {
    margin-left: 250px !important;
  }

  .ms-md-280px {
    margin-left: 280px !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .m-md-n5px {
    margin: -5px !important;
  }

  .m-md-n10px {
    margin: -10px !important;
  }

  .m-md-n20px {
    margin: -20px !important;
  }

  .m-md-n25px {
    margin: -25px !important;
  }

  .m-md-n30px {
    margin: -30px !important;
  }

  .m-md-n35px {
    margin: -35px !important;
  }

  .m-md-n45px {
    margin: -45px !important;
  }

  .m-md-n40px {
    margin: -40px !important;
  }

  .m-md-n50px {
    margin: -50px !important;
  }

  .m-md-n55px {
    margin: -55px !important;
  }

  .m-md-n60px {
    margin: -60px !important;
  }

  .m-md-n70px {
    margin: -70px !important;
  }

  .m-md-n80px {
    margin: -80px !important;
  }

  .m-md-n90px {
    margin: -90px !important;
  }

  .m-md-n100px {
    margin: -100px !important;
  }

  .m-md-n110px {
    margin: -110px !important;
  }

  .m-md-n120px {
    margin: -120px !important;
  }

  .m-md-n130px {
    margin: -130px !important;
  }

  .m-md-n140px {
    margin: -140px !important;
  }

  .m-md-n150px {
    margin: -150px !important;
  }

  .m-md-n200px {
    margin: -200px !important;
  }

  .m-md-n250px {
    margin: -250px !important;
  }

  .m-md-n280px {
    margin: -280px !important;
  }

  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-md-n5px {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }

  .mx-md-n10px {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }

  .mx-md-n20px {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }

  .mx-md-n25px {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }

  .mx-md-n30px {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }

  .mx-md-n35px {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }

  .mx-md-n45px {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }

  .mx-md-n40px {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .mx-md-n50px {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }

  .mx-md-n55px {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }

  .mx-md-n60px {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }

  .mx-md-n70px {
    margin-right: -70px !important;
    margin-left: -70px !important;
  }

  .mx-md-n80px {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }

  .mx-md-n90px {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }

  .mx-md-n100px {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }

  .mx-md-n110px {
    margin-right: -110px !important;
    margin-left: -110px !important;
  }

  .mx-md-n120px {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }

  .mx-md-n130px {
    margin-right: -130px !important;
    margin-left: -130px !important;
  }

  .mx-md-n140px {
    margin-right: -140px !important;
    margin-left: -140px !important;
  }

  .mx-md-n150px {
    margin-right: -150px !important;
    margin-left: -150px !important;
  }

  .mx-md-n200px {
    margin-right: -200px !important;
    margin-left: -200px !important;
  }

  .mx-md-n250px {
    margin-right: -250px !important;
    margin-left: -250px !important;
  }

  .mx-md-n280px {
    margin-right: -280px !important;
    margin-left: -280px !important;
  }

  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-md-n5px {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .my-md-n10px {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .my-md-n20px {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .my-md-n25px {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .my-md-n30px {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .my-md-n35px {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }

  .my-md-n45px {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .my-md-n40px {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .my-md-n50px {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .my-md-n55px {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }

  .my-md-n60px {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .my-md-n70px {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }

  .my-md-n80px {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .my-md-n90px {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .my-md-n100px {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .my-md-n110px {
    margin-top: -110px !important;
    margin-bottom: -110px !important;
  }

  .my-md-n120px {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .my-md-n130px {
    margin-top: -130px !important;
    margin-bottom: -130px !important;
  }

  .my-md-n140px {
    margin-top: -140px !important;
    margin-bottom: -140px !important;
  }

  .my-md-n150px {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .my-md-n200px {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .my-md-n250px {
    margin-top: -250px !important;
    margin-bottom: -250px !important;
  }

  .my-md-n280px {
    margin-top: -280px !important;
    margin-bottom: -280px !important;
  }

  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-md-n3 {
    margin-top: -1rem !important;
  }

  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-md-n5 {
    margin-top: -3rem !important;
  }

  .mt-md-n5px {
    margin-top: -5px !important;
  }

  .mt-md-n10px {
    margin-top: -10px !important;
  }

  .mt-md-n20px {
    margin-top: -20px !important;
  }

  .mt-md-n25px {
    margin-top: -25px !important;
  }

  .mt-md-n30px {
    margin-top: -30px !important;
  }

  .mt-md-n35px {
    margin-top: -35px !important;
  }

  .mt-md-n45px {
    margin-top: -45px !important;
  }

  .mt-md-n40px {
    margin-top: -40px !important;
  }

  .mt-md-n50px {
    margin-top: -50px !important;
  }

  .mt-md-n55px {
    margin-top: -55px !important;
  }

  .mt-md-n60px {
    margin-top: -60px !important;
  }

  .mt-md-n70px {
    margin-top: -70px !important;
  }

  .mt-md-n80px {
    margin-top: -80px !important;
  }

  .mt-md-n90px {
    margin-top: -90px !important;
  }

  .mt-md-n100px {
    margin-top: -100px !important;
  }

  .mt-md-n110px {
    margin-top: -110px !important;
  }

  .mt-md-n120px {
    margin-top: -120px !important;
  }

  .mt-md-n130px {
    margin-top: -130px !important;
  }

  .mt-md-n140px {
    margin-top: -140px !important;
  }

  .mt-md-n150px {
    margin-top: -150px !important;
  }

  .mt-md-n200px {
    margin-top: -200px !important;
  }

  .mt-md-n250px {
    margin-top: -250px !important;
  }

  .mt-md-n280px {
    margin-top: -280px !important;
  }

  .me-md-n1 {
    margin-right: -0.25rem !important;
  }

  .me-md-n2 {
    margin-right: -0.5rem !important;
  }

  .me-md-n3 {
    margin-right: -1rem !important;
  }

  .me-md-n4 {
    margin-right: -1.5rem !important;
  }

  .me-md-n5 {
    margin-right: -3rem !important;
  }

  .me-md-n5px {
    margin-right: -5px !important;
  }

  .me-md-n10px {
    margin-right: -10px !important;
  }

  .me-md-n20px {
    margin-right: -20px !important;
  }

  .me-md-n25px {
    margin-right: -25px !important;
  }

  .me-md-n30px {
    margin-right: -30px !important;
  }

  .me-md-n35px {
    margin-right: -35px !important;
  }

  .me-md-n45px {
    margin-right: -45px !important;
  }

  .me-md-n40px {
    margin-right: -40px !important;
  }

  .me-md-n50px {
    margin-right: -50px !important;
  }

  .me-md-n55px {
    margin-right: -55px !important;
  }

  .me-md-n60px {
    margin-right: -60px !important;
  }

  .me-md-n70px {
    margin-right: -70px !important;
  }

  .me-md-n80px {
    margin-right: -80px !important;
  }

  .me-md-n90px {
    margin-right: -90px !important;
  }

  .me-md-n100px {
    margin-right: -100px !important;
  }

  .me-md-n110px {
    margin-right: -110px !important;
  }

  .me-md-n120px {
    margin-right: -120px !important;
  }

  .me-md-n130px {
    margin-right: -130px !important;
  }

  .me-md-n140px {
    margin-right: -140px !important;
  }

  .me-md-n150px {
    margin-right: -150px !important;
  }

  .me-md-n200px {
    margin-right: -200px !important;
  }

  .me-md-n250px {
    margin-right: -250px !important;
  }

  .me-md-n280px {
    margin-right: -280px !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-md-n5px {
    margin-bottom: -5px !important;
  }

  .mb-md-n10px {
    margin-bottom: -10px !important;
  }

  .mb-md-n20px {
    margin-bottom: -20px !important;
  }

  .mb-md-n25px {
    margin-bottom: -25px !important;
  }

  .mb-md-n30px {
    margin-bottom: -30px !important;
  }

  .mb-md-n35px {
    margin-bottom: -35px !important;
  }

  .mb-md-n45px {
    margin-bottom: -45px !important;
  }

  .mb-md-n40px {
    margin-bottom: -40px !important;
  }

  .mb-md-n50px {
    margin-bottom: -50px !important;
  }

  .mb-md-n55px {
    margin-bottom: -55px !important;
  }

  .mb-md-n60px {
    margin-bottom: -60px !important;
  }

  .mb-md-n70px {
    margin-bottom: -70px !important;
  }

  .mb-md-n80px {
    margin-bottom: -80px !important;
  }

  .mb-md-n90px {
    margin-bottom: -90px !important;
  }

  .mb-md-n100px {
    margin-bottom: -100px !important;
  }

  .mb-md-n110px {
    margin-bottom: -110px !important;
  }

  .mb-md-n120px {
    margin-bottom: -120px !important;
  }

  .mb-md-n130px {
    margin-bottom: -130px !important;
  }

  .mb-md-n140px {
    margin-bottom: -140px !important;
  }

  .mb-md-n150px {
    margin-bottom: -150px !important;
  }

  .mb-md-n200px {
    margin-bottom: -200px !important;
  }

  .mb-md-n250px {
    margin-bottom: -250px !important;
  }

  .mb-md-n280px {
    margin-bottom: -280px !important;
  }

  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-md-n3 {
    margin-left: -1rem !important;
  }

  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-md-n5 {
    margin-left: -3rem !important;
  }

  .ms-md-n5px {
    margin-left: -5px !important;
  }

  .ms-md-n10px {
    margin-left: -10px !important;
  }

  .ms-md-n20px {
    margin-left: -20px !important;
  }

  .ms-md-n25px {
    margin-left: -25px !important;
  }

  .ms-md-n30px {
    margin-left: -30px !important;
  }

  .ms-md-n35px {
    margin-left: -35px !important;
  }

  .ms-md-n45px {
    margin-left: -45px !important;
  }

  .ms-md-n40px {
    margin-left: -40px !important;
  }

  .ms-md-n50px {
    margin-left: -50px !important;
  }

  .ms-md-n55px {
    margin-left: -55px !important;
  }

  .ms-md-n60px {
    margin-left: -60px !important;
  }

  .ms-md-n70px {
    margin-left: -70px !important;
  }

  .ms-md-n80px {
    margin-left: -80px !important;
  }

  .ms-md-n90px {
    margin-left: -90px !important;
  }

  .ms-md-n100px {
    margin-left: -100px !important;
  }

  .ms-md-n110px {
    margin-left: -110px !important;
  }

  .ms-md-n120px {
    margin-left: -120px !important;
  }

  .ms-md-n130px {
    margin-left: -130px !important;
  }

  .ms-md-n140px {
    margin-left: -140px !important;
  }

  .ms-md-n150px {
    margin-left: -150px !important;
  }

  .ms-md-n200px {
    margin-left: -200px !important;
  }

  .ms-md-n250px {
    margin-left: -250px !important;
  }

  .ms-md-n280px {
    margin-left: -280px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .p-md-5px {
    padding: 5px !important;
  }

  .p-md-10px {
    padding: 10px !important;
  }

  .p-md-20px {
    padding: 20px !important;
  }

  .p-md-25px {
    padding: 25px !important;
  }

  .p-md-30px {
    padding: 30px !important;
  }

  .p-md-35px {
    padding: 35px !important;
  }

  .p-md-45px {
    padding: 45px !important;
  }

  .p-md-40px {
    padding: 40px !important;
  }

  .p-md-50px {
    padding: 50px !important;
  }

  .p-md-55px {
    padding: 55px !important;
  }

  .p-md-60px {
    padding: 60px !important;
  }

  .p-md-70px {
    padding: 70px !important;
  }

  .p-md-80px {
    padding: 80px !important;
  }

  .p-md-90px {
    padding: 90px !important;
  }

  .p-md-100px {
    padding: 100px !important;
  }

  .p-md-110px {
    padding: 110px !important;
  }

  .p-md-120px {
    padding: 120px !important;
  }

  .p-md-130px {
    padding: 130px !important;
  }

  .p-md-140px {
    padding: 140px !important;
  }

  .p-md-150px {
    padding: 150px !important;
  }

  .p-md-200px {
    padding: 200px !important;
  }

  .p-md-250px {
    padding: 250px !important;
  }

  .p-md-280px {
    padding: 280px !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-5px {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-md-10px {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-md-20px {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-md-25px {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-md-30px {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-md-35px {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-md-45px {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-md-40px {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-md-50px {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-md-55px {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }

  .px-md-60px {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-md-70px {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-md-80px {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-md-90px {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-md-100px {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .px-md-110px {
    padding-right: 110px !important;
    padding-left: 110px !important;
  }

  .px-md-120px {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .px-md-130px {
    padding-right: 130px !important;
    padding-left: 130px !important;
  }

  .px-md-140px {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }

  .px-md-150px {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }

  .px-md-200px {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  .px-md-250px {
    padding-right: 250px !important;
    padding-left: 250px !important;
  }

  .px-md-280px {
    padding-right: 280px !important;
    padding-left: 280px !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-5px {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-md-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-md-20px {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-md-25px {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-md-30px {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-md-35px {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-md-45px {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-md-40px {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-md-50px {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-md-55px {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .py-md-60px {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-md-70px {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-md-80px {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-md-90px {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-md-100px {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .py-md-110px {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .py-md-120px {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .py-md-130px {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .py-md-140px {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .py-md-150px {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .py-md-200px {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .py-md-250px {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .py-md-280px {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pt-md-5px {
    padding-top: 5px !important;
  }

  .pt-md-10px {
    padding-top: 10px !important;
  }

  .pt-md-20px {
    padding-top: 20px !important;
  }

  .pt-md-25px {
    padding-top: 25px !important;
  }

  .pt-md-30px {
    padding-top: 30px !important;
  }

  .pt-md-35px {
    padding-top: 35px !important;
  }

  .pt-md-45px {
    padding-top: 45px !important;
  }

  .pt-md-40px {
    padding-top: 40px !important;
  }

  .pt-md-50px {
    padding-top: 50px !important;
  }

  .pt-md-55px {
    padding-top: 55px !important;
  }

  .pt-md-60px {
    padding-top: 60px !important;
  }

  .pt-md-70px {
    padding-top: 70px !important;
  }

  .pt-md-80px {
    padding-top: 80px !important;
  }

  .pt-md-90px {
    padding-top: 90px !important;
  }

  .pt-md-100px {
    padding-top: 100px !important;
  }

  .pt-md-110px {
    padding-top: 110px !important;
  }

  .pt-md-120px {
    padding-top: 120px !important;
  }

  .pt-md-130px {
    padding-top: 130px !important;
  }

  .pt-md-140px {
    padding-top: 140px !important;
  }

  .pt-md-150px {
    padding-top: 150px !important;
  }

  .pt-md-200px {
    padding-top: 200px !important;
  }

  .pt-md-250px {
    padding-top: 250px !important;
  }

  .pt-md-280px {
    padding-top: 280px !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pe-md-5px {
    padding-right: 5px !important;
  }

  .pe-md-10px {
    padding-right: 10px !important;
  }

  .pe-md-20px {
    padding-right: 20px !important;
  }

  .pe-md-25px {
    padding-right: 25px !important;
  }

  .pe-md-30px {
    padding-right: 30px !important;
  }

  .pe-md-35px {
    padding-right: 35px !important;
  }

  .pe-md-45px {
    padding-right: 45px !important;
  }

  .pe-md-40px {
    padding-right: 40px !important;
  }

  .pe-md-50px {
    padding-right: 50px !important;
  }

  .pe-md-55px {
    padding-right: 55px !important;
  }

  .pe-md-60px {
    padding-right: 60px !important;
  }

  .pe-md-70px {
    padding-right: 70px !important;
  }

  .pe-md-80px {
    padding-right: 80px !important;
  }

  .pe-md-90px {
    padding-right: 90px !important;
  }

  .pe-md-100px {
    padding-right: 100px !important;
  }

  .pe-md-110px {
    padding-right: 110px !important;
  }

  .pe-md-120px {
    padding-right: 120px !important;
  }

  .pe-md-130px {
    padding-right: 130px !important;
  }

  .pe-md-140px {
    padding-right: 140px !important;
  }

  .pe-md-150px {
    padding-right: 150px !important;
  }

  .pe-md-200px {
    padding-right: 200px !important;
  }

  .pe-md-250px {
    padding-right: 250px !important;
  }

  .pe-md-280px {
    padding-right: 280px !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pb-md-5px {
    padding-bottom: 5px !important;
  }

  .pb-md-10px {
    padding-bottom: 10px !important;
  }

  .pb-md-20px {
    padding-bottom: 20px !important;
  }

  .pb-md-25px {
    padding-bottom: 25px !important;
  }

  .pb-md-30px {
    padding-bottom: 30px !important;
  }

  .pb-md-35px {
    padding-bottom: 35px !important;
  }

  .pb-md-45px {
    padding-bottom: 45px !important;
  }

  .pb-md-40px {
    padding-bottom: 40px !important;
  }

  .pb-md-50px {
    padding-bottom: 50px !important;
  }

  .pb-md-55px {
    padding-bottom: 55px !important;
  }

  .pb-md-60px {
    padding-bottom: 60px !important;
  }

  .pb-md-70px {
    padding-bottom: 70px !important;
  }

  .pb-md-80px {
    padding-bottom: 80px !important;
  }

  .pb-md-90px {
    padding-bottom: 90px !important;
  }

  .pb-md-100px {
    padding-bottom: 100px !important;
  }

  .pb-md-110px {
    padding-bottom: 110px !important;
  }

  .pb-md-120px {
    padding-bottom: 120px !important;
  }

  .pb-md-130px {
    padding-bottom: 130px !important;
  }

  .pb-md-140px {
    padding-bottom: 140px !important;
  }

  .pb-md-150px {
    padding-bottom: 150px !important;
  }

  .pb-md-200px {
    padding-bottom: 200px !important;
  }

  .pb-md-250px {
    padding-bottom: 250px !important;
  }

  .pb-md-280px {
    padding-bottom: 280px !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .ps-md-5px {
    padding-left: 5px !important;
  }

  .ps-md-10px {
    padding-left: 10px !important;
  }

  .ps-md-20px {
    padding-left: 20px !important;
  }

  .ps-md-25px {
    padding-left: 25px !important;
  }

  .ps-md-30px {
    padding-left: 30px !important;
  }

  .ps-md-35px {
    padding-left: 35px !important;
  }

  .ps-md-45px {
    padding-left: 45px !important;
  }

  .ps-md-40px {
    padding-left: 40px !important;
  }

  .ps-md-50px {
    padding-left: 50px !important;
  }

  .ps-md-55px {
    padding-left: 55px !important;
  }

  .ps-md-60px {
    padding-left: 60px !important;
  }

  .ps-md-70px {
    padding-left: 70px !important;
  }

  .ps-md-80px {
    padding-left: 80px !important;
  }

  .ps-md-90px {
    padding-left: 90px !important;
  }

  .ps-md-100px {
    padding-left: 100px !important;
  }

  .ps-md-110px {
    padding-left: 110px !important;
  }

  .ps-md-120px {
    padding-left: 120px !important;
  }

  .ps-md-130px {
    padding-left: 130px !important;
  }

  .ps-md-140px {
    padding-left: 140px !important;
  }

  .ps-md-150px {
    padding-left: 150px !important;
  }

  .ps-md-200px {
    padding-left: 200px !important;
  }

  .ps-md-250px {
    padding-left: 250px !important;
  }

  .ps-md-280px {
    padding-left: 280px !important;
  }

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

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

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

  .bg-md-primary {
    background-color: #513E98 !important;
  }

  .bg-md-secondary {
    background-color: #513E98 !important;
  }

  .bg-md-success {
    background-color: #3AB982 !important;
  }

  .bg-md-info {
    background-color: #0dcaf0 !important;
  }

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

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

  .bg-md-light {
    background-color: #F4F7FE !important;
  }

  .bg-md-dark {
    background-color: #222222 !important;
  }

  .bg-md-gray {
    background-color: #A3ACB5 !important;
  }

  .bg-md-primary-100 {
    background-color: #dcd8ea !important;
  }

  .bg-md-primary-200 {
    background-color: #b9b2d6 !important;
  }

  .bg-md-primary-300 {
    background-color: #978bc1 !important;
  }

  .bg-md-primary-400 {
    background-color: #7465ad !important;
  }

  .bg-md-primary-500 {
    background-color: #513E98 !important;
  }

  .bg-md-primary-600 {
    background-color: #41327a !important;
  }

  .bg-md-primary-700 {
    background-color: #31255b !important;
  }

  .bg-md-primary-800 {
    background-color: #20193d !important;
  }

  .bg-md-primary-900 {
    background-color: #100c1e !important;
  }

  .bg-md-secondary-100 {
    background-color: #EEEFF3 !important;
  }

  .bg-md-secondary-200 {
    background-color: #b9b2d6 !important;
  }

  .bg-md-secondary-300 {
    background-color: #978bc1 !important;
  }

  .bg-md-secondary-400 {
    background-color: #7465ad !important;
  }

  .bg-md-secondary-500 {
    background-color: #513E98 !important;
  }

  .bg-md-secondary-600 {
    background-color: #41327a !important;
  }

  .bg-md-secondary-700 {
    background-color: #31255b !important;
  }

  .bg-md-secondary-800 {
    background-color: #20193d !important;
  }

  .bg-md-secondary-900 {
    background-color: #100c1e !important;
  }

  .bg-md-success-100 {
    background-color: #d8f1e6 !important;
  }

  .bg-md-success-200 {
    background-color: #b0e3cd !important;
  }

  .bg-md-success-300 {
    background-color: #89d5b4 !important;
  }

  .bg-md-success-400 {
    background-color: #61c79b !important;
  }

  .bg-md-success-500 {
    background-color: #3AB982 !important;
  }

  .bg-md-success-600 {
    background-color: #2e9468 !important;
  }

  .bg-md-success-700 {
    background-color: #236f4e !important;
  }

  .bg-md-success-800 {
    background-color: #174a34 !important;
  }

  .bg-md-success-900 {
    background-color: #0c251a !important;
  }

  .bg-md-warning-100 {
    background-color: #f3e8d3 !important;
  }

  .bg-md-warning-200 {
    background-color: #e7d1a7 !important;
  }

  .bg-md-warning-300 {
    background-color: #dab97c !important;
  }

  .bg-md-warning-400 {
    background-color: #cea250 !important;
  }

  .bg-md-warning-500 {
    background-color: #C28B24 !important;
  }

  .bg-md-warning-600 {
    background-color: #9b6f1d !important;
  }

  .bg-md-warning-700 {
    background-color: #745316 !important;
  }

  .bg-md-warning-800 {
    background-color: #4e380e !important;
  }

  .bg-md-warning-900 {
    background-color: #271c07 !important;
  }

  .bg-md-danger-100 {
    background-color: #fcdddd !important;
  }

  .bg-md-danger-200 {
    background-color: #f9bbbb !important;
  }

  .bg-md-danger-300 {
    background-color: #f69898 !important;
  }

  .bg-md-danger-400 {
    background-color: #f37676 !important;
  }

  .bg-md-danger-500 {
    background-color: #F05454 !important;
  }

  .bg-md-danger-600 {
    background-color: #c04343 !important;
  }

  .bg-md-danger-700 {
    background-color: #903232 !important;
  }

  .bg-md-danger-800 {
    background-color: #602222 !important;
  }

  .bg-md-danger-900 {
    background-color: #301111 !important;
  }

  .bg-md-gray-100 {
    background-color: #F4F7FE !important;
  }

  .bg-md-gray-200 {
    background-color: #E6E9ED !important;
  }

  .bg-md-gray-300 {
    background-color: #D9DEE3 !important;
  }

  .bg-md-gray-400 {
    background-color: #C7CED5 !important;
  }

  .bg-md-gray-500 {
    background-color: #A3ACB5 !important;
  }

  .bg-md-gray-600 {
    background-color: #616972 !important;
  }

  .bg-md-gray-700 {
    background-color: #3F464D !important;
  }

  .bg-md-gray-800 {
    background-color: #2D3238 !important;
  }

  .bg-md-gray-900 {
    background-color: #222222 !important;
  }

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

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

  .bg-md-transparent {
    background-color: transparent !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

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

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

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

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

  .overflow-lg-visible {
    overflow: visible !important;
  }

  .overflow-lg-scroll {
    overflow: scroll !important;
  }

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

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

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

  .d-lg-grid {
    display: grid !important;
  }

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

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

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

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

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

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

  .shadow-lg {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-lg-hover:hover {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-lg-focus:focus {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-lg-sm {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1) !important;
  }

  .shadow-lg-sm-hover:hover {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1) !important;
  }

  .shadow-lg-sm-focus:focus {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1) !important;
  }

  .shadow-lg-lg {
    box-shadow: 0 0.313 0.75rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-lg-lg-hover:hover {
    box-shadow: 0 0.313 0.75rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-lg-lg-focus:focus {
    box-shadow: 0 0.313 0.75rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-lg-xl {
    box-shadow: 0 0.5rem 1rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-lg-xl-hover:hover {
    box-shadow: 0 0.5rem 1rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-lg-xl-focus:focus {
    box-shadow: 0 0.5rem 1rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-lg-none {
    box-shadow: none !important;
  }

  .shadow-lg-none-hover:hover {
    box-shadow: none !important;
  }

  .shadow-lg-none-focus:focus {
    box-shadow: none !important;
  }

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

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

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

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

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

  .border-lg {
    border: 1px solid #D9DEE3 !important;
  }

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

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

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

  .border-end-lg {
    border-right: 1px solid #D9DEE3 !important;
  }

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

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

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

  .border-start-lg {
    border-left: 1px solid #D9DEE3 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .gap-lg-5px {
    gap: 5px !important;
  }

  .gap-lg-10px {
    gap: 10px !important;
  }

  .gap-lg-20px {
    gap: 20px !important;
  }

  .gap-lg-25px {
    gap: 25px !important;
  }

  .gap-lg-30px {
    gap: 30px !important;
  }

  .gap-lg-35px {
    gap: 35px !important;
  }

  .gap-lg-45px {
    gap: 45px !important;
  }

  .gap-lg-40px {
    gap: 40px !important;
  }

  .gap-lg-50px {
    gap: 50px !important;
  }

  .gap-lg-55px {
    gap: 55px !important;
  }

  .gap-lg-60px {
    gap: 60px !important;
  }

  .gap-lg-70px {
    gap: 70px !important;
  }

  .gap-lg-80px {
    gap: 80px !important;
  }

  .gap-lg-90px {
    gap: 90px !important;
  }

  .gap-lg-100px {
    gap: 100px !important;
  }

  .gap-lg-110px {
    gap: 110px !important;
  }

  .gap-lg-120px {
    gap: 120px !important;
  }

  .gap-lg-130px {
    gap: 130px !important;
  }

  .gap-lg-140px {
    gap: 140px !important;
  }

  .gap-lg-150px {
    gap: 150px !important;
  }

  .gap-lg-200px {
    gap: 200px !important;
  }

  .gap-lg-250px {
    gap: 250px !important;
  }

  .gap-lg-280px {
    gap: 280px !important;
  }

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

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

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

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

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

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-5px {
    margin: 5px !important;
  }

  .m-lg-10px {
    margin: 10px !important;
  }

  .m-lg-20px {
    margin: 20px !important;
  }

  .m-lg-25px {
    margin: 25px !important;
  }

  .m-lg-30px {
    margin: 30px !important;
  }

  .m-lg-35px {
    margin: 35px !important;
  }

  .m-lg-45px {
    margin: 45px !important;
  }

  .m-lg-40px {
    margin: 40px !important;
  }

  .m-lg-50px {
    margin: 50px !important;
  }

  .m-lg-55px {
    margin: 55px !important;
  }

  .m-lg-60px {
    margin: 60px !important;
  }

  .m-lg-70px {
    margin: 70px !important;
  }

  .m-lg-80px {
    margin: 80px !important;
  }

  .m-lg-90px {
    margin: 90px !important;
  }

  .m-lg-100px {
    margin: 100px !important;
  }

  .m-lg-110px {
    margin: 110px !important;
  }

  .m-lg-120px {
    margin: 120px !important;
  }

  .m-lg-130px {
    margin: 130px !important;
  }

  .m-lg-140px {
    margin: 140px !important;
  }

  .m-lg-150px {
    margin: 150px !important;
  }

  .m-lg-200px {
    margin: 200px !important;
  }

  .m-lg-250px {
    margin: 250px !important;
  }

  .m-lg-280px {
    margin: 280px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-5px {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-lg-10px {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-lg-20px {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-lg-25px {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-lg-30px {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-lg-35px {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-lg-45px {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-lg-40px {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-lg-50px {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-lg-55px {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }

  .mx-lg-60px {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-lg-70px {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-lg-80px {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-lg-90px {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-lg-100px {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-lg-110px {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }

  .mx-lg-120px {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-lg-130px {
    margin-right: 130px !important;
    margin-left: 130px !important;
  }

  .mx-lg-140px {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .mx-lg-150px {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }

  .mx-lg-200px {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  .mx-lg-250px {
    margin-right: 250px !important;
    margin-left: 250px !important;
  }

  .mx-lg-280px {
    margin-right: 280px !important;
    margin-left: 280px !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-5px {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-lg-10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-lg-20px {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-lg-25px {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-lg-30px {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-lg-35px {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-lg-45px {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-lg-40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-lg-50px {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-lg-55px {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .my-lg-60px {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-lg-70px {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-lg-80px {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-lg-90px {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-lg-100px {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-lg-110px {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .my-lg-120px {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-lg-130px {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .my-lg-140px {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .my-lg-150px {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .my-lg-200px {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .my-lg-250px {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }

  .my-lg-280px {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-5px {
    margin-top: 5px !important;
  }

  .mt-lg-10px {
    margin-top: 10px !important;
  }

  .mt-lg-20px {
    margin-top: 20px !important;
  }

  .mt-lg-25px {
    margin-top: 25px !important;
  }

  .mt-lg-30px {
    margin-top: 30px !important;
  }

  .mt-lg-35px {
    margin-top: 35px !important;
  }

  .mt-lg-45px {
    margin-top: 45px !important;
  }

  .mt-lg-40px {
    margin-top: 40px !important;
  }

  .mt-lg-50px {
    margin-top: 50px !important;
  }

  .mt-lg-55px {
    margin-top: 55px !important;
  }

  .mt-lg-60px {
    margin-top: 60px !important;
  }

  .mt-lg-70px {
    margin-top: 70px !important;
  }

  .mt-lg-80px {
    margin-top: 80px !important;
  }

  .mt-lg-90px {
    margin-top: 90px !important;
  }

  .mt-lg-100px {
    margin-top: 100px !important;
  }

  .mt-lg-110px {
    margin-top: 110px !important;
  }

  .mt-lg-120px {
    margin-top: 120px !important;
  }

  .mt-lg-130px {
    margin-top: 130px !important;
  }

  .mt-lg-140px {
    margin-top: 140px !important;
  }

  .mt-lg-150px {
    margin-top: 150px !important;
  }

  .mt-lg-200px {
    margin-top: 200px !important;
  }

  .mt-lg-250px {
    margin-top: 250px !important;
  }

  .mt-lg-280px {
    margin-top: 280px !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-5px {
    margin-right: 5px !important;
  }

  .me-lg-10px {
    margin-right: 10px !important;
  }

  .me-lg-20px {
    margin-right: 20px !important;
  }

  .me-lg-25px {
    margin-right: 25px !important;
  }

  .me-lg-30px {
    margin-right: 30px !important;
  }

  .me-lg-35px {
    margin-right: 35px !important;
  }

  .me-lg-45px {
    margin-right: 45px !important;
  }

  .me-lg-40px {
    margin-right: 40px !important;
  }

  .me-lg-50px {
    margin-right: 50px !important;
  }

  .me-lg-55px {
    margin-right: 55px !important;
  }

  .me-lg-60px {
    margin-right: 60px !important;
  }

  .me-lg-70px {
    margin-right: 70px !important;
  }

  .me-lg-80px {
    margin-right: 80px !important;
  }

  .me-lg-90px {
    margin-right: 90px !important;
  }

  .me-lg-100px {
    margin-right: 100px !important;
  }

  .me-lg-110px {
    margin-right: 110px !important;
  }

  .me-lg-120px {
    margin-right: 120px !important;
  }

  .me-lg-130px {
    margin-right: 130px !important;
  }

  .me-lg-140px {
    margin-right: 140px !important;
  }

  .me-lg-150px {
    margin-right: 150px !important;
  }

  .me-lg-200px {
    margin-right: 200px !important;
  }

  .me-lg-250px {
    margin-right: 250px !important;
  }

  .me-lg-280px {
    margin-right: 280px !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-5px {
    margin-bottom: 5px !important;
  }

  .mb-lg-10px {
    margin-bottom: 10px !important;
  }

  .mb-lg-20px {
    margin-bottom: 20px !important;
  }

  .mb-lg-25px {
    margin-bottom: 25px !important;
  }

  .mb-lg-30px {
    margin-bottom: 30px !important;
  }

  .mb-lg-35px {
    margin-bottom: 35px !important;
  }

  .mb-lg-45px {
    margin-bottom: 45px !important;
  }

  .mb-lg-40px {
    margin-bottom: 40px !important;
  }

  .mb-lg-50px {
    margin-bottom: 50px !important;
  }

  .mb-lg-55px {
    margin-bottom: 55px !important;
  }

  .mb-lg-60px {
    margin-bottom: 60px !important;
  }

  .mb-lg-70px {
    margin-bottom: 70px !important;
  }

  .mb-lg-80px {
    margin-bottom: 80px !important;
  }

  .mb-lg-90px {
    margin-bottom: 90px !important;
  }

  .mb-lg-100px {
    margin-bottom: 100px !important;
  }

  .mb-lg-110px {
    margin-bottom: 110px !important;
  }

  .mb-lg-120px {
    margin-bottom: 120px !important;
  }

  .mb-lg-130px {
    margin-bottom: 130px !important;
  }

  .mb-lg-140px {
    margin-bottom: 140px !important;
  }

  .mb-lg-150px {
    margin-bottom: 150px !important;
  }

  .mb-lg-200px {
    margin-bottom: 200px !important;
  }

  .mb-lg-250px {
    margin-bottom: 250px !important;
  }

  .mb-lg-280px {
    margin-bottom: 280px !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-5px {
    margin-left: 5px !important;
  }

  .ms-lg-10px {
    margin-left: 10px !important;
  }

  .ms-lg-20px {
    margin-left: 20px !important;
  }

  .ms-lg-25px {
    margin-left: 25px !important;
  }

  .ms-lg-30px {
    margin-left: 30px !important;
  }

  .ms-lg-35px {
    margin-left: 35px !important;
  }

  .ms-lg-45px {
    margin-left: 45px !important;
  }

  .ms-lg-40px {
    margin-left: 40px !important;
  }

  .ms-lg-50px {
    margin-left: 50px !important;
  }

  .ms-lg-55px {
    margin-left: 55px !important;
  }

  .ms-lg-60px {
    margin-left: 60px !important;
  }

  .ms-lg-70px {
    margin-left: 70px !important;
  }

  .ms-lg-80px {
    margin-left: 80px !important;
  }

  .ms-lg-90px {
    margin-left: 90px !important;
  }

  .ms-lg-100px {
    margin-left: 100px !important;
  }

  .ms-lg-110px {
    margin-left: 110px !important;
  }

  .ms-lg-120px {
    margin-left: 120px !important;
  }

  .ms-lg-130px {
    margin-left: 130px !important;
  }

  .ms-lg-140px {
    margin-left: 140px !important;
  }

  .ms-lg-150px {
    margin-left: 150px !important;
  }

  .ms-lg-200px {
    margin-left: 200px !important;
  }

  .ms-lg-250px {
    margin-left: 250px !important;
  }

  .ms-lg-280px {
    margin-left: 280px !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .m-lg-n5px {
    margin: -5px !important;
  }

  .m-lg-n10px {
    margin: -10px !important;
  }

  .m-lg-n20px {
    margin: -20px !important;
  }

  .m-lg-n25px {
    margin: -25px !important;
  }

  .m-lg-n30px {
    margin: -30px !important;
  }

  .m-lg-n35px {
    margin: -35px !important;
  }

  .m-lg-n45px {
    margin: -45px !important;
  }

  .m-lg-n40px {
    margin: -40px !important;
  }

  .m-lg-n50px {
    margin: -50px !important;
  }

  .m-lg-n55px {
    margin: -55px !important;
  }

  .m-lg-n60px {
    margin: -60px !important;
  }

  .m-lg-n70px {
    margin: -70px !important;
  }

  .m-lg-n80px {
    margin: -80px !important;
  }

  .m-lg-n90px {
    margin: -90px !important;
  }

  .m-lg-n100px {
    margin: -100px !important;
  }

  .m-lg-n110px {
    margin: -110px !important;
  }

  .m-lg-n120px {
    margin: -120px !important;
  }

  .m-lg-n130px {
    margin: -130px !important;
  }

  .m-lg-n140px {
    margin: -140px !important;
  }

  .m-lg-n150px {
    margin: -150px !important;
  }

  .m-lg-n200px {
    margin: -200px !important;
  }

  .m-lg-n250px {
    margin: -250px !important;
  }

  .m-lg-n280px {
    margin: -280px !important;
  }

  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-lg-n5px {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }

  .mx-lg-n10px {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }

  .mx-lg-n20px {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }

  .mx-lg-n25px {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }

  .mx-lg-n30px {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }

  .mx-lg-n35px {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }

  .mx-lg-n45px {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }

  .mx-lg-n40px {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .mx-lg-n50px {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }

  .mx-lg-n55px {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }

  .mx-lg-n60px {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }

  .mx-lg-n70px {
    margin-right: -70px !important;
    margin-left: -70px !important;
  }

  .mx-lg-n80px {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }

  .mx-lg-n90px {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }

  .mx-lg-n100px {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }

  .mx-lg-n110px {
    margin-right: -110px !important;
    margin-left: -110px !important;
  }

  .mx-lg-n120px {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }

  .mx-lg-n130px {
    margin-right: -130px !important;
    margin-left: -130px !important;
  }

  .mx-lg-n140px {
    margin-right: -140px !important;
    margin-left: -140px !important;
  }

  .mx-lg-n150px {
    margin-right: -150px !important;
    margin-left: -150px !important;
  }

  .mx-lg-n200px {
    margin-right: -200px !important;
    margin-left: -200px !important;
  }

  .mx-lg-n250px {
    margin-right: -250px !important;
    margin-left: -250px !important;
  }

  .mx-lg-n280px {
    margin-right: -280px !important;
    margin-left: -280px !important;
  }

  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-lg-n5px {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .my-lg-n10px {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .my-lg-n20px {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .my-lg-n25px {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .my-lg-n30px {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .my-lg-n35px {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }

  .my-lg-n45px {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .my-lg-n40px {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .my-lg-n50px {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .my-lg-n55px {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }

  .my-lg-n60px {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .my-lg-n70px {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }

  .my-lg-n80px {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .my-lg-n90px {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .my-lg-n100px {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .my-lg-n110px {
    margin-top: -110px !important;
    margin-bottom: -110px !important;
  }

  .my-lg-n120px {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .my-lg-n130px {
    margin-top: -130px !important;
    margin-bottom: -130px !important;
  }

  .my-lg-n140px {
    margin-top: -140px !important;
    margin-bottom: -140px !important;
  }

  .my-lg-n150px {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .my-lg-n200px {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .my-lg-n250px {
    margin-top: -250px !important;
    margin-bottom: -250px !important;
  }

  .my-lg-n280px {
    margin-top: -280px !important;
    margin-bottom: -280px !important;
  }

  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-lg-n5 {
    margin-top: -3rem !important;
  }

  .mt-lg-n5px {
    margin-top: -5px !important;
  }

  .mt-lg-n10px {
    margin-top: -10px !important;
  }

  .mt-lg-n20px {
    margin-top: -20px !important;
  }

  .mt-lg-n25px {
    margin-top: -25px !important;
  }

  .mt-lg-n30px {
    margin-top: -30px !important;
  }

  .mt-lg-n35px {
    margin-top: -35px !important;
  }

  .mt-lg-n45px {
    margin-top: -45px !important;
  }

  .mt-lg-n40px {
    margin-top: -40px !important;
  }

  .mt-lg-n50px {
    margin-top: -50px !important;
  }

  .mt-lg-n55px {
    margin-top: -55px !important;
  }

  .mt-lg-n60px {
    margin-top: -60px !important;
  }

  .mt-lg-n70px {
    margin-top: -70px !important;
  }

  .mt-lg-n80px {
    margin-top: -80px !important;
  }

  .mt-lg-n90px {
    margin-top: -90px !important;
  }

  .mt-lg-n100px {
    margin-top: -100px !important;
  }

  .mt-lg-n110px {
    margin-top: -110px !important;
  }

  .mt-lg-n120px {
    margin-top: -120px !important;
  }

  .mt-lg-n130px {
    margin-top: -130px !important;
  }

  .mt-lg-n140px {
    margin-top: -140px !important;
  }

  .mt-lg-n150px {
    margin-top: -150px !important;
  }

  .mt-lg-n200px {
    margin-top: -200px !important;
  }

  .mt-lg-n250px {
    margin-top: -250px !important;
  }

  .mt-lg-n280px {
    margin-top: -280px !important;
  }

  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .me-lg-n3 {
    margin-right: -1rem !important;
  }

  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .me-lg-n5 {
    margin-right: -3rem !important;
  }

  .me-lg-n5px {
    margin-right: -5px !important;
  }

  .me-lg-n10px {
    margin-right: -10px !important;
  }

  .me-lg-n20px {
    margin-right: -20px !important;
  }

  .me-lg-n25px {
    margin-right: -25px !important;
  }

  .me-lg-n30px {
    margin-right: -30px !important;
  }

  .me-lg-n35px {
    margin-right: -35px !important;
  }

  .me-lg-n45px {
    margin-right: -45px !important;
  }

  .me-lg-n40px {
    margin-right: -40px !important;
  }

  .me-lg-n50px {
    margin-right: -50px !important;
  }

  .me-lg-n55px {
    margin-right: -55px !important;
  }

  .me-lg-n60px {
    margin-right: -60px !important;
  }

  .me-lg-n70px {
    margin-right: -70px !important;
  }

  .me-lg-n80px {
    margin-right: -80px !important;
  }

  .me-lg-n90px {
    margin-right: -90px !important;
  }

  .me-lg-n100px {
    margin-right: -100px !important;
  }

  .me-lg-n110px {
    margin-right: -110px !important;
  }

  .me-lg-n120px {
    margin-right: -120px !important;
  }

  .me-lg-n130px {
    margin-right: -130px !important;
  }

  .me-lg-n140px {
    margin-right: -140px !important;
  }

  .me-lg-n150px {
    margin-right: -150px !important;
  }

  .me-lg-n200px {
    margin-right: -200px !important;
  }

  .me-lg-n250px {
    margin-right: -250px !important;
  }

  .me-lg-n280px {
    margin-right: -280px !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-lg-n5px {
    margin-bottom: -5px !important;
  }

  .mb-lg-n10px {
    margin-bottom: -10px !important;
  }

  .mb-lg-n20px {
    margin-bottom: -20px !important;
  }

  .mb-lg-n25px {
    margin-bottom: -25px !important;
  }

  .mb-lg-n30px {
    margin-bottom: -30px !important;
  }

  .mb-lg-n35px {
    margin-bottom: -35px !important;
  }

  .mb-lg-n45px {
    margin-bottom: -45px !important;
  }

  .mb-lg-n40px {
    margin-bottom: -40px !important;
  }

  .mb-lg-n50px {
    margin-bottom: -50px !important;
  }

  .mb-lg-n55px {
    margin-bottom: -55px !important;
  }

  .mb-lg-n60px {
    margin-bottom: -60px !important;
  }

  .mb-lg-n70px {
    margin-bottom: -70px !important;
  }

  .mb-lg-n80px {
    margin-bottom: -80px !important;
  }

  .mb-lg-n90px {
    margin-bottom: -90px !important;
  }

  .mb-lg-n100px {
    margin-bottom: -100px !important;
  }

  .mb-lg-n110px {
    margin-bottom: -110px !important;
  }

  .mb-lg-n120px {
    margin-bottom: -120px !important;
  }

  .mb-lg-n130px {
    margin-bottom: -130px !important;
  }

  .mb-lg-n140px {
    margin-bottom: -140px !important;
  }

  .mb-lg-n150px {
    margin-bottom: -150px !important;
  }

  .mb-lg-n200px {
    margin-bottom: -200px !important;
  }

  .mb-lg-n250px {
    margin-bottom: -250px !important;
  }

  .mb-lg-n280px {
    margin-bottom: -280px !important;
  }

  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-lg-n3 {
    margin-left: -1rem !important;
  }

  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-lg-n5 {
    margin-left: -3rem !important;
  }

  .ms-lg-n5px {
    margin-left: -5px !important;
  }

  .ms-lg-n10px {
    margin-left: -10px !important;
  }

  .ms-lg-n20px {
    margin-left: -20px !important;
  }

  .ms-lg-n25px {
    margin-left: -25px !important;
  }

  .ms-lg-n30px {
    margin-left: -30px !important;
  }

  .ms-lg-n35px {
    margin-left: -35px !important;
  }

  .ms-lg-n45px {
    margin-left: -45px !important;
  }

  .ms-lg-n40px {
    margin-left: -40px !important;
  }

  .ms-lg-n50px {
    margin-left: -50px !important;
  }

  .ms-lg-n55px {
    margin-left: -55px !important;
  }

  .ms-lg-n60px {
    margin-left: -60px !important;
  }

  .ms-lg-n70px {
    margin-left: -70px !important;
  }

  .ms-lg-n80px {
    margin-left: -80px !important;
  }

  .ms-lg-n90px {
    margin-left: -90px !important;
  }

  .ms-lg-n100px {
    margin-left: -100px !important;
  }

  .ms-lg-n110px {
    margin-left: -110px !important;
  }

  .ms-lg-n120px {
    margin-left: -120px !important;
  }

  .ms-lg-n130px {
    margin-left: -130px !important;
  }

  .ms-lg-n140px {
    margin-left: -140px !important;
  }

  .ms-lg-n150px {
    margin-left: -150px !important;
  }

  .ms-lg-n200px {
    margin-left: -200px !important;
  }

  .ms-lg-n250px {
    margin-left: -250px !important;
  }

  .ms-lg-n280px {
    margin-left: -280px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .p-lg-5px {
    padding: 5px !important;
  }

  .p-lg-10px {
    padding: 10px !important;
  }

  .p-lg-20px {
    padding: 20px !important;
  }

  .p-lg-25px {
    padding: 25px !important;
  }

  .p-lg-30px {
    padding: 30px !important;
  }

  .p-lg-35px {
    padding: 35px !important;
  }

  .p-lg-45px {
    padding: 45px !important;
  }

  .p-lg-40px {
    padding: 40px !important;
  }

  .p-lg-50px {
    padding: 50px !important;
  }

  .p-lg-55px {
    padding: 55px !important;
  }

  .p-lg-60px {
    padding: 60px !important;
  }

  .p-lg-70px {
    padding: 70px !important;
  }

  .p-lg-80px {
    padding: 80px !important;
  }

  .p-lg-90px {
    padding: 90px !important;
  }

  .p-lg-100px {
    padding: 100px !important;
  }

  .p-lg-110px {
    padding: 110px !important;
  }

  .p-lg-120px {
    padding: 120px !important;
  }

  .p-lg-130px {
    padding: 130px !important;
  }

  .p-lg-140px {
    padding: 140px !important;
  }

  .p-lg-150px {
    padding: 150px !important;
  }

  .p-lg-200px {
    padding: 200px !important;
  }

  .p-lg-250px {
    padding: 250px !important;
  }

  .p-lg-280px {
    padding: 280px !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-5px {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-lg-10px {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-lg-20px {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-lg-25px {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-lg-30px {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-lg-35px {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-lg-45px {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-lg-40px {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-lg-50px {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-lg-55px {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }

  .px-lg-60px {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-lg-70px {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-lg-80px {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-lg-90px {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-lg-100px {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .px-lg-110px {
    padding-right: 110px !important;
    padding-left: 110px !important;
  }

  .px-lg-120px {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .px-lg-130px {
    padding-right: 130px !important;
    padding-left: 130px !important;
  }

  .px-lg-140px {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }

  .px-lg-150px {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }

  .px-lg-200px {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  .px-lg-250px {
    padding-right: 250px !important;
    padding-left: 250px !important;
  }

  .px-lg-280px {
    padding-right: 280px !important;
    padding-left: 280px !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-5px {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-lg-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-lg-20px {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-lg-25px {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-lg-30px {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-lg-35px {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-lg-45px {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-lg-40px {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-lg-50px {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-lg-55px {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .py-lg-60px {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-lg-70px {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-lg-80px {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-lg-90px {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-lg-100px {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .py-lg-110px {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .py-lg-120px {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .py-lg-130px {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .py-lg-140px {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .py-lg-150px {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .py-lg-200px {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .py-lg-250px {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .py-lg-280px {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pt-lg-5px {
    padding-top: 5px !important;
  }

  .pt-lg-10px {
    padding-top: 10px !important;
  }

  .pt-lg-20px {
    padding-top: 20px !important;
  }

  .pt-lg-25px {
    padding-top: 25px !important;
  }

  .pt-lg-30px {
    padding-top: 30px !important;
  }

  .pt-lg-35px {
    padding-top: 35px !important;
  }

  .pt-lg-45px {
    padding-top: 45px !important;
  }

  .pt-lg-40px {
    padding-top: 40px !important;
  }

  .pt-lg-50px {
    padding-top: 50px !important;
  }

  .pt-lg-55px {
    padding-top: 55px !important;
  }

  .pt-lg-60px {
    padding-top: 60px !important;
  }

  .pt-lg-70px {
    padding-top: 70px !important;
  }

  .pt-lg-80px {
    padding-top: 80px !important;
  }

  .pt-lg-90px {
    padding-top: 90px !important;
  }

  .pt-lg-100px {
    padding-top: 100px !important;
  }

  .pt-lg-110px {
    padding-top: 110px !important;
  }

  .pt-lg-120px {
    padding-top: 120px !important;
  }

  .pt-lg-130px {
    padding-top: 130px !important;
  }

  .pt-lg-140px {
    padding-top: 140px !important;
  }

  .pt-lg-150px {
    padding-top: 150px !important;
  }

  .pt-lg-200px {
    padding-top: 200px !important;
  }

  .pt-lg-250px {
    padding-top: 250px !important;
  }

  .pt-lg-280px {
    padding-top: 280px !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pe-lg-5px {
    padding-right: 5px !important;
  }

  .pe-lg-10px {
    padding-right: 10px !important;
  }

  .pe-lg-20px {
    padding-right: 20px !important;
  }

  .pe-lg-25px {
    padding-right: 25px !important;
  }

  .pe-lg-30px {
    padding-right: 30px !important;
  }

  .pe-lg-35px {
    padding-right: 35px !important;
  }

  .pe-lg-45px {
    padding-right: 45px !important;
  }

  .pe-lg-40px {
    padding-right: 40px !important;
  }

  .pe-lg-50px {
    padding-right: 50px !important;
  }

  .pe-lg-55px {
    padding-right: 55px !important;
  }

  .pe-lg-60px {
    padding-right: 60px !important;
  }

  .pe-lg-70px {
    padding-right: 70px !important;
  }

  .pe-lg-80px {
    padding-right: 80px !important;
  }

  .pe-lg-90px {
    padding-right: 90px !important;
  }

  .pe-lg-100px {
    padding-right: 100px !important;
  }

  .pe-lg-110px {
    padding-right: 110px !important;
  }

  .pe-lg-120px {
    padding-right: 120px !important;
  }

  .pe-lg-130px {
    padding-right: 130px !important;
  }

  .pe-lg-140px {
    padding-right: 140px !important;
  }

  .pe-lg-150px {
    padding-right: 150px !important;
  }

  .pe-lg-200px {
    padding-right: 200px !important;
  }

  .pe-lg-250px {
    padding-right: 250px !important;
  }

  .pe-lg-280px {
    padding-right: 280px !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-5px {
    padding-bottom: 5px !important;
  }

  .pb-lg-10px {
    padding-bottom: 10px !important;
  }

  .pb-lg-20px {
    padding-bottom: 20px !important;
  }

  .pb-lg-25px {
    padding-bottom: 25px !important;
  }

  .pb-lg-30px {
    padding-bottom: 30px !important;
  }

  .pb-lg-35px {
    padding-bottom: 35px !important;
  }

  .pb-lg-45px {
    padding-bottom: 45px !important;
  }

  .pb-lg-40px {
    padding-bottom: 40px !important;
  }

  .pb-lg-50px {
    padding-bottom: 50px !important;
  }

  .pb-lg-55px {
    padding-bottom: 55px !important;
  }

  .pb-lg-60px {
    padding-bottom: 60px !important;
  }

  .pb-lg-70px {
    padding-bottom: 70px !important;
  }

  .pb-lg-80px {
    padding-bottom: 80px !important;
  }

  .pb-lg-90px {
    padding-bottom: 90px !important;
  }

  .pb-lg-100px {
    padding-bottom: 100px !important;
  }

  .pb-lg-110px {
    padding-bottom: 110px !important;
  }

  .pb-lg-120px {
    padding-bottom: 120px !important;
  }

  .pb-lg-130px {
    padding-bottom: 130px !important;
  }

  .pb-lg-140px {
    padding-bottom: 140px !important;
  }

  .pb-lg-150px {
    padding-bottom: 150px !important;
  }

  .pb-lg-200px {
    padding-bottom: 200px !important;
  }

  .pb-lg-250px {
    padding-bottom: 250px !important;
  }

  .pb-lg-280px {
    padding-bottom: 280px !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .ps-lg-5px {
    padding-left: 5px !important;
  }

  .ps-lg-10px {
    padding-left: 10px !important;
  }

  .ps-lg-20px {
    padding-left: 20px !important;
  }

  .ps-lg-25px {
    padding-left: 25px !important;
  }

  .ps-lg-30px {
    padding-left: 30px !important;
  }

  .ps-lg-35px {
    padding-left: 35px !important;
  }

  .ps-lg-45px {
    padding-left: 45px !important;
  }

  .ps-lg-40px {
    padding-left: 40px !important;
  }

  .ps-lg-50px {
    padding-left: 50px !important;
  }

  .ps-lg-55px {
    padding-left: 55px !important;
  }

  .ps-lg-60px {
    padding-left: 60px !important;
  }

  .ps-lg-70px {
    padding-left: 70px !important;
  }

  .ps-lg-80px {
    padding-left: 80px !important;
  }

  .ps-lg-90px {
    padding-left: 90px !important;
  }

  .ps-lg-100px {
    padding-left: 100px !important;
  }

  .ps-lg-110px {
    padding-left: 110px !important;
  }

  .ps-lg-120px {
    padding-left: 120px !important;
  }

  .ps-lg-130px {
    padding-left: 130px !important;
  }

  .ps-lg-140px {
    padding-left: 140px !important;
  }

  .ps-lg-150px {
    padding-left: 150px !important;
  }

  .ps-lg-200px {
    padding-left: 200px !important;
  }

  .ps-lg-250px {
    padding-left: 250px !important;
  }

  .ps-lg-280px {
    padding-left: 280px !important;
  }

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

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

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

  .bg-lg-primary {
    background-color: #513E98 !important;
  }

  .bg-lg-secondary {
    background-color: #513E98 !important;
  }

  .bg-lg-success {
    background-color: #3AB982 !important;
  }

  .bg-lg-info {
    background-color: #0dcaf0 !important;
  }

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

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

  .bg-lg-light {
    background-color: #F4F7FE !important;
  }

  .bg-lg-dark {
    background-color: #222222 !important;
  }

  .bg-lg-gray {
    background-color: #A3ACB5 !important;
  }

  .bg-lg-primary-100 {
    background-color: #dcd8ea !important;
  }

  .bg-lg-primary-200 {
    background-color: #b9b2d6 !important;
  }

  .bg-lg-primary-300 {
    background-color: #978bc1 !important;
  }

  .bg-lg-primary-400 {
    background-color: #7465ad !important;
  }

  .bg-lg-primary-500 {
    background-color: #513E98 !important;
  }

  .bg-lg-primary-600 {
    background-color: #41327a !important;
  }

  .bg-lg-primary-700 {
    background-color: #31255b !important;
  }

  .bg-lg-primary-800 {
    background-color: #20193d !important;
  }

  .bg-lg-primary-900 {
    background-color: #100c1e !important;
  }

  .bg-lg-secondary-100 {
    background-color: #EEEFF3 !important;
  }

  .bg-lg-secondary-200 {
    background-color: #b9b2d6 !important;
  }

  .bg-lg-secondary-300 {
    background-color: #978bc1 !important;
  }

  .bg-lg-secondary-400 {
    background-color: #7465ad !important;
  }

  .bg-lg-secondary-500 {
    background-color: #513E98 !important;
  }

  .bg-lg-secondary-600 {
    background-color: #41327a !important;
  }

  .bg-lg-secondary-700 {
    background-color: #31255b !important;
  }

  .bg-lg-secondary-800 {
    background-color: #20193d !important;
  }

  .bg-lg-secondary-900 {
    background-color: #100c1e !important;
  }

  .bg-lg-success-100 {
    background-color: #d8f1e6 !important;
  }

  .bg-lg-success-200 {
    background-color: #b0e3cd !important;
  }

  .bg-lg-success-300 {
    background-color: #89d5b4 !important;
  }

  .bg-lg-success-400 {
    background-color: #61c79b !important;
  }

  .bg-lg-success-500 {
    background-color: #3AB982 !important;
  }

  .bg-lg-success-600 {
    background-color: #2e9468 !important;
  }

  .bg-lg-success-700 {
    background-color: #236f4e !important;
  }

  .bg-lg-success-800 {
    background-color: #174a34 !important;
  }

  .bg-lg-success-900 {
    background-color: #0c251a !important;
  }

  .bg-lg-warning-100 {
    background-color: #f3e8d3 !important;
  }

  .bg-lg-warning-200 {
    background-color: #e7d1a7 !important;
  }

  .bg-lg-warning-300 {
    background-color: #dab97c !important;
  }

  .bg-lg-warning-400 {
    background-color: #cea250 !important;
  }

  .bg-lg-warning-500 {
    background-color: #C28B24 !important;
  }

  .bg-lg-warning-600 {
    background-color: #9b6f1d !important;
  }

  .bg-lg-warning-700 {
    background-color: #745316 !important;
  }

  .bg-lg-warning-800 {
    background-color: #4e380e !important;
  }

  .bg-lg-warning-900 {
    background-color: #271c07 !important;
  }

  .bg-lg-danger-100 {
    background-color: #fcdddd !important;
  }

  .bg-lg-danger-200 {
    background-color: #f9bbbb !important;
  }

  .bg-lg-danger-300 {
    background-color: #f69898 !important;
  }

  .bg-lg-danger-400 {
    background-color: #f37676 !important;
  }

  .bg-lg-danger-500 {
    background-color: #F05454 !important;
  }

  .bg-lg-danger-600 {
    background-color: #c04343 !important;
  }

  .bg-lg-danger-700 {
    background-color: #903232 !important;
  }

  .bg-lg-danger-800 {
    background-color: #602222 !important;
  }

  .bg-lg-danger-900 {
    background-color: #301111 !important;
  }

  .bg-lg-gray-100 {
    background-color: #F4F7FE !important;
  }

  .bg-lg-gray-200 {
    background-color: #E6E9ED !important;
  }

  .bg-lg-gray-300 {
    background-color: #D9DEE3 !important;
  }

  .bg-lg-gray-400 {
    background-color: #C7CED5 !important;
  }

  .bg-lg-gray-500 {
    background-color: #A3ACB5 !important;
  }

  .bg-lg-gray-600 {
    background-color: #616972 !important;
  }

  .bg-lg-gray-700 {
    background-color: #3F464D !important;
  }

  .bg-lg-gray-800 {
    background-color: #2D3238 !important;
  }

  .bg-lg-gray-900 {
    background-color: #222222 !important;
  }

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

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

  .bg-lg-transparent {
    background-color: transparent !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

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

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

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

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

  .overflow-xl-visible {
    overflow: visible !important;
  }

  .overflow-xl-scroll {
    overflow: scroll !important;
  }

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

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

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

  .d-xl-grid {
    display: grid !important;
  }

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

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

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

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

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

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

  .shadow-xl {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-xl-hover:hover {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-xl-focus:focus {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-xl-sm {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1) !important;
  }

  .shadow-xl-sm-hover:hover {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1) !important;
  }

  .shadow-xl-sm-focus:focus {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1) !important;
  }

  .shadow-xl-lg {
    box-shadow: 0 0.313 0.75rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-xl-lg-hover:hover {
    box-shadow: 0 0.313 0.75rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-xl-lg-focus:focus {
    box-shadow: 0 0.313 0.75rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-xl-xl {
    box-shadow: 0 0.5rem 1rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-xl-xl-hover:hover {
    box-shadow: 0 0.5rem 1rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-xl-xl-focus:focus {
    box-shadow: 0 0.5rem 1rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-xl-none {
    box-shadow: none !important;
  }

  .shadow-xl-none-hover:hover {
    box-shadow: none !important;
  }

  .shadow-xl-none-focus:focus {
    box-shadow: none !important;
  }

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

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

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

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

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

  .border-xl {
    border: 1px solid #D9DEE3 !important;
  }

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

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

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

  .border-end-xl {
    border-right: 1px solid #D9DEE3 !important;
  }

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

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

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

  .border-start-xl {
    border-left: 1px solid #D9DEE3 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .gap-xl-5px {
    gap: 5px !important;
  }

  .gap-xl-10px {
    gap: 10px !important;
  }

  .gap-xl-20px {
    gap: 20px !important;
  }

  .gap-xl-25px {
    gap: 25px !important;
  }

  .gap-xl-30px {
    gap: 30px !important;
  }

  .gap-xl-35px {
    gap: 35px !important;
  }

  .gap-xl-45px {
    gap: 45px !important;
  }

  .gap-xl-40px {
    gap: 40px !important;
  }

  .gap-xl-50px {
    gap: 50px !important;
  }

  .gap-xl-55px {
    gap: 55px !important;
  }

  .gap-xl-60px {
    gap: 60px !important;
  }

  .gap-xl-70px {
    gap: 70px !important;
  }

  .gap-xl-80px {
    gap: 80px !important;
  }

  .gap-xl-90px {
    gap: 90px !important;
  }

  .gap-xl-100px {
    gap: 100px !important;
  }

  .gap-xl-110px {
    gap: 110px !important;
  }

  .gap-xl-120px {
    gap: 120px !important;
  }

  .gap-xl-130px {
    gap: 130px !important;
  }

  .gap-xl-140px {
    gap: 140px !important;
  }

  .gap-xl-150px {
    gap: 150px !important;
  }

  .gap-xl-200px {
    gap: 200px !important;
  }

  .gap-xl-250px {
    gap: 250px !important;
  }

  .gap-xl-280px {
    gap: 280px !important;
  }

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

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

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

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

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

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-5px {
    margin: 5px !important;
  }

  .m-xl-10px {
    margin: 10px !important;
  }

  .m-xl-20px {
    margin: 20px !important;
  }

  .m-xl-25px {
    margin: 25px !important;
  }

  .m-xl-30px {
    margin: 30px !important;
  }

  .m-xl-35px {
    margin: 35px !important;
  }

  .m-xl-45px {
    margin: 45px !important;
  }

  .m-xl-40px {
    margin: 40px !important;
  }

  .m-xl-50px {
    margin: 50px !important;
  }

  .m-xl-55px {
    margin: 55px !important;
  }

  .m-xl-60px {
    margin: 60px !important;
  }

  .m-xl-70px {
    margin: 70px !important;
  }

  .m-xl-80px {
    margin: 80px !important;
  }

  .m-xl-90px {
    margin: 90px !important;
  }

  .m-xl-100px {
    margin: 100px !important;
  }

  .m-xl-110px {
    margin: 110px !important;
  }

  .m-xl-120px {
    margin: 120px !important;
  }

  .m-xl-130px {
    margin: 130px !important;
  }

  .m-xl-140px {
    margin: 140px !important;
  }

  .m-xl-150px {
    margin: 150px !important;
  }

  .m-xl-200px {
    margin: 200px !important;
  }

  .m-xl-250px {
    margin: 250px !important;
  }

  .m-xl-280px {
    margin: 280px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-5px {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-xl-10px {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-xl-20px {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-xl-25px {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-xl-30px {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-xl-35px {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-xl-45px {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-xl-40px {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-xl-50px {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-xl-55px {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }

  .mx-xl-60px {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-xl-70px {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-xl-80px {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-xl-90px {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-xl-100px {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-xl-110px {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }

  .mx-xl-120px {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-xl-130px {
    margin-right: 130px !important;
    margin-left: 130px !important;
  }

  .mx-xl-140px {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .mx-xl-150px {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }

  .mx-xl-200px {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  .mx-xl-250px {
    margin-right: 250px !important;
    margin-left: 250px !important;
  }

  .mx-xl-280px {
    margin-right: 280px !important;
    margin-left: 280px !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-5px {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-xl-10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-xl-20px {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-xl-25px {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-xl-30px {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-xl-35px {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-xl-45px {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-xl-40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xl-50px {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-xl-55px {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .my-xl-60px {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-xl-70px {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-xl-80px {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-xl-90px {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-xl-100px {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-xl-110px {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .my-xl-120px {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-xl-130px {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .my-xl-140px {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .my-xl-150px {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .my-xl-200px {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .my-xl-250px {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }

  .my-xl-280px {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-5px {
    margin-top: 5px !important;
  }

  .mt-xl-10px {
    margin-top: 10px !important;
  }

  .mt-xl-20px {
    margin-top: 20px !important;
  }

  .mt-xl-25px {
    margin-top: 25px !important;
  }

  .mt-xl-30px {
    margin-top: 30px !important;
  }

  .mt-xl-35px {
    margin-top: 35px !important;
  }

  .mt-xl-45px {
    margin-top: 45px !important;
  }

  .mt-xl-40px {
    margin-top: 40px !important;
  }

  .mt-xl-50px {
    margin-top: 50px !important;
  }

  .mt-xl-55px {
    margin-top: 55px !important;
  }

  .mt-xl-60px {
    margin-top: 60px !important;
  }

  .mt-xl-70px {
    margin-top: 70px !important;
  }

  .mt-xl-80px {
    margin-top: 80px !important;
  }

  .mt-xl-90px {
    margin-top: 90px !important;
  }

  .mt-xl-100px {
    margin-top: 100px !important;
  }

  .mt-xl-110px {
    margin-top: 110px !important;
  }

  .mt-xl-120px {
    margin-top: 120px !important;
  }

  .mt-xl-130px {
    margin-top: 130px !important;
  }

  .mt-xl-140px {
    margin-top: 140px !important;
  }

  .mt-xl-150px {
    margin-top: 150px !important;
  }

  .mt-xl-200px {
    margin-top: 200px !important;
  }

  .mt-xl-250px {
    margin-top: 250px !important;
  }

  .mt-xl-280px {
    margin-top: 280px !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-5px {
    margin-right: 5px !important;
  }

  .me-xl-10px {
    margin-right: 10px !important;
  }

  .me-xl-20px {
    margin-right: 20px !important;
  }

  .me-xl-25px {
    margin-right: 25px !important;
  }

  .me-xl-30px {
    margin-right: 30px !important;
  }

  .me-xl-35px {
    margin-right: 35px !important;
  }

  .me-xl-45px {
    margin-right: 45px !important;
  }

  .me-xl-40px {
    margin-right: 40px !important;
  }

  .me-xl-50px {
    margin-right: 50px !important;
  }

  .me-xl-55px {
    margin-right: 55px !important;
  }

  .me-xl-60px {
    margin-right: 60px !important;
  }

  .me-xl-70px {
    margin-right: 70px !important;
  }

  .me-xl-80px {
    margin-right: 80px !important;
  }

  .me-xl-90px {
    margin-right: 90px !important;
  }

  .me-xl-100px {
    margin-right: 100px !important;
  }

  .me-xl-110px {
    margin-right: 110px !important;
  }

  .me-xl-120px {
    margin-right: 120px !important;
  }

  .me-xl-130px {
    margin-right: 130px !important;
  }

  .me-xl-140px {
    margin-right: 140px !important;
  }

  .me-xl-150px {
    margin-right: 150px !important;
  }

  .me-xl-200px {
    margin-right: 200px !important;
  }

  .me-xl-250px {
    margin-right: 250px !important;
  }

  .me-xl-280px {
    margin-right: 280px !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-5px {
    margin-bottom: 5px !important;
  }

  .mb-xl-10px {
    margin-bottom: 10px !important;
  }

  .mb-xl-20px {
    margin-bottom: 20px !important;
  }

  .mb-xl-25px {
    margin-bottom: 25px !important;
  }

  .mb-xl-30px {
    margin-bottom: 30px !important;
  }

  .mb-xl-35px {
    margin-bottom: 35px !important;
  }

  .mb-xl-45px {
    margin-bottom: 45px !important;
  }

  .mb-xl-40px {
    margin-bottom: 40px !important;
  }

  .mb-xl-50px {
    margin-bottom: 50px !important;
  }

  .mb-xl-55px {
    margin-bottom: 55px !important;
  }

  .mb-xl-60px {
    margin-bottom: 60px !important;
  }

  .mb-xl-70px {
    margin-bottom: 70px !important;
  }

  .mb-xl-80px {
    margin-bottom: 80px !important;
  }

  .mb-xl-90px {
    margin-bottom: 90px !important;
  }

  .mb-xl-100px {
    margin-bottom: 100px !important;
  }

  .mb-xl-110px {
    margin-bottom: 110px !important;
  }

  .mb-xl-120px {
    margin-bottom: 120px !important;
  }

  .mb-xl-130px {
    margin-bottom: 130px !important;
  }

  .mb-xl-140px {
    margin-bottom: 140px !important;
  }

  .mb-xl-150px {
    margin-bottom: 150px !important;
  }

  .mb-xl-200px {
    margin-bottom: 200px !important;
  }

  .mb-xl-250px {
    margin-bottom: 250px !important;
  }

  .mb-xl-280px {
    margin-bottom: 280px !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-5px {
    margin-left: 5px !important;
  }

  .ms-xl-10px {
    margin-left: 10px !important;
  }

  .ms-xl-20px {
    margin-left: 20px !important;
  }

  .ms-xl-25px {
    margin-left: 25px !important;
  }

  .ms-xl-30px {
    margin-left: 30px !important;
  }

  .ms-xl-35px {
    margin-left: 35px !important;
  }

  .ms-xl-45px {
    margin-left: 45px !important;
  }

  .ms-xl-40px {
    margin-left: 40px !important;
  }

  .ms-xl-50px {
    margin-left: 50px !important;
  }

  .ms-xl-55px {
    margin-left: 55px !important;
  }

  .ms-xl-60px {
    margin-left: 60px !important;
  }

  .ms-xl-70px {
    margin-left: 70px !important;
  }

  .ms-xl-80px {
    margin-left: 80px !important;
  }

  .ms-xl-90px {
    margin-left: 90px !important;
  }

  .ms-xl-100px {
    margin-left: 100px !important;
  }

  .ms-xl-110px {
    margin-left: 110px !important;
  }

  .ms-xl-120px {
    margin-left: 120px !important;
  }

  .ms-xl-130px {
    margin-left: 130px !important;
  }

  .ms-xl-140px {
    margin-left: 140px !important;
  }

  .ms-xl-150px {
    margin-left: 150px !important;
  }

  .ms-xl-200px {
    margin-left: 200px !important;
  }

  .ms-xl-250px {
    margin-left: 250px !important;
  }

  .ms-xl-280px {
    margin-left: 280px !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .m-xl-n5px {
    margin: -5px !important;
  }

  .m-xl-n10px {
    margin: -10px !important;
  }

  .m-xl-n20px {
    margin: -20px !important;
  }

  .m-xl-n25px {
    margin: -25px !important;
  }

  .m-xl-n30px {
    margin: -30px !important;
  }

  .m-xl-n35px {
    margin: -35px !important;
  }

  .m-xl-n45px {
    margin: -45px !important;
  }

  .m-xl-n40px {
    margin: -40px !important;
  }

  .m-xl-n50px {
    margin: -50px !important;
  }

  .m-xl-n55px {
    margin: -55px !important;
  }

  .m-xl-n60px {
    margin: -60px !important;
  }

  .m-xl-n70px {
    margin: -70px !important;
  }

  .m-xl-n80px {
    margin: -80px !important;
  }

  .m-xl-n90px {
    margin: -90px !important;
  }

  .m-xl-n100px {
    margin: -100px !important;
  }

  .m-xl-n110px {
    margin: -110px !important;
  }

  .m-xl-n120px {
    margin: -120px !important;
  }

  .m-xl-n130px {
    margin: -130px !important;
  }

  .m-xl-n140px {
    margin: -140px !important;
  }

  .m-xl-n150px {
    margin: -150px !important;
  }

  .m-xl-n200px {
    margin: -200px !important;
  }

  .m-xl-n250px {
    margin: -250px !important;
  }

  .m-xl-n280px {
    margin: -280px !important;
  }

  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xl-n5px {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }

  .mx-xl-n10px {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }

  .mx-xl-n20px {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }

  .mx-xl-n25px {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }

  .mx-xl-n30px {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }

  .mx-xl-n35px {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }

  .mx-xl-n45px {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }

  .mx-xl-n40px {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .mx-xl-n50px {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }

  .mx-xl-n55px {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }

  .mx-xl-n60px {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }

  .mx-xl-n70px {
    margin-right: -70px !important;
    margin-left: -70px !important;
  }

  .mx-xl-n80px {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }

  .mx-xl-n90px {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }

  .mx-xl-n100px {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }

  .mx-xl-n110px {
    margin-right: -110px !important;
    margin-left: -110px !important;
  }

  .mx-xl-n120px {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }

  .mx-xl-n130px {
    margin-right: -130px !important;
    margin-left: -130px !important;
  }

  .mx-xl-n140px {
    margin-right: -140px !important;
    margin-left: -140px !important;
  }

  .mx-xl-n150px {
    margin-right: -150px !important;
    margin-left: -150px !important;
  }

  .mx-xl-n200px {
    margin-right: -200px !important;
    margin-left: -200px !important;
  }

  .mx-xl-n250px {
    margin-right: -250px !important;
    margin-left: -250px !important;
  }

  .mx-xl-n280px {
    margin-right: -280px !important;
    margin-left: -280px !important;
  }

  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xl-n5px {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .my-xl-n10px {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .my-xl-n20px {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .my-xl-n25px {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .my-xl-n30px {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .my-xl-n35px {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }

  .my-xl-n45px {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .my-xl-n40px {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .my-xl-n50px {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .my-xl-n55px {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }

  .my-xl-n60px {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .my-xl-n70px {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }

  .my-xl-n80px {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .my-xl-n90px {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .my-xl-n100px {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .my-xl-n110px {
    margin-top: -110px !important;
    margin-bottom: -110px !important;
  }

  .my-xl-n120px {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .my-xl-n130px {
    margin-top: -130px !important;
    margin-bottom: -130px !important;
  }

  .my-xl-n140px {
    margin-top: -140px !important;
    margin-bottom: -140px !important;
  }

  .my-xl-n150px {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .my-xl-n200px {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .my-xl-n250px {
    margin-top: -250px !important;
    margin-bottom: -250px !important;
  }

  .my-xl-n280px {
    margin-top: -280px !important;
    margin-bottom: -280px !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n5 {
    margin-top: -3rem !important;
  }

  .mt-xl-n5px {
    margin-top: -5px !important;
  }

  .mt-xl-n10px {
    margin-top: -10px !important;
  }

  .mt-xl-n20px {
    margin-top: -20px !important;
  }

  .mt-xl-n25px {
    margin-top: -25px !important;
  }

  .mt-xl-n30px {
    margin-top: -30px !important;
  }

  .mt-xl-n35px {
    margin-top: -35px !important;
  }

  .mt-xl-n45px {
    margin-top: -45px !important;
  }

  .mt-xl-n40px {
    margin-top: -40px !important;
  }

  .mt-xl-n50px {
    margin-top: -50px !important;
  }

  .mt-xl-n55px {
    margin-top: -55px !important;
  }

  .mt-xl-n60px {
    margin-top: -60px !important;
  }

  .mt-xl-n70px {
    margin-top: -70px !important;
  }

  .mt-xl-n80px {
    margin-top: -80px !important;
  }

  .mt-xl-n90px {
    margin-top: -90px !important;
  }

  .mt-xl-n100px {
    margin-top: -100px !important;
  }

  .mt-xl-n110px {
    margin-top: -110px !important;
  }

  .mt-xl-n120px {
    margin-top: -120px !important;
  }

  .mt-xl-n130px {
    margin-top: -130px !important;
  }

  .mt-xl-n140px {
    margin-top: -140px !important;
  }

  .mt-xl-n150px {
    margin-top: -150px !important;
  }

  .mt-xl-n200px {
    margin-top: -200px !important;
  }

  .mt-xl-n250px {
    margin-top: -250px !important;
  }

  .mt-xl-n280px {
    margin-top: -280px !important;
  }

  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xl-n3 {
    margin-right: -1rem !important;
  }

  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xl-n5 {
    margin-right: -3rem !important;
  }

  .me-xl-n5px {
    margin-right: -5px !important;
  }

  .me-xl-n10px {
    margin-right: -10px !important;
  }

  .me-xl-n20px {
    margin-right: -20px !important;
  }

  .me-xl-n25px {
    margin-right: -25px !important;
  }

  .me-xl-n30px {
    margin-right: -30px !important;
  }

  .me-xl-n35px {
    margin-right: -35px !important;
  }

  .me-xl-n45px {
    margin-right: -45px !important;
  }

  .me-xl-n40px {
    margin-right: -40px !important;
  }

  .me-xl-n50px {
    margin-right: -50px !important;
  }

  .me-xl-n55px {
    margin-right: -55px !important;
  }

  .me-xl-n60px {
    margin-right: -60px !important;
  }

  .me-xl-n70px {
    margin-right: -70px !important;
  }

  .me-xl-n80px {
    margin-right: -80px !important;
  }

  .me-xl-n90px {
    margin-right: -90px !important;
  }

  .me-xl-n100px {
    margin-right: -100px !important;
  }

  .me-xl-n110px {
    margin-right: -110px !important;
  }

  .me-xl-n120px {
    margin-right: -120px !important;
  }

  .me-xl-n130px {
    margin-right: -130px !important;
  }

  .me-xl-n140px {
    margin-right: -140px !important;
  }

  .me-xl-n150px {
    margin-right: -150px !important;
  }

  .me-xl-n200px {
    margin-right: -200px !important;
  }

  .me-xl-n250px {
    margin-right: -250px !important;
  }

  .me-xl-n280px {
    margin-right: -280px !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-xl-n5px {
    margin-bottom: -5px !important;
  }

  .mb-xl-n10px {
    margin-bottom: -10px !important;
  }

  .mb-xl-n20px {
    margin-bottom: -20px !important;
  }

  .mb-xl-n25px {
    margin-bottom: -25px !important;
  }

  .mb-xl-n30px {
    margin-bottom: -30px !important;
  }

  .mb-xl-n35px {
    margin-bottom: -35px !important;
  }

  .mb-xl-n45px {
    margin-bottom: -45px !important;
  }

  .mb-xl-n40px {
    margin-bottom: -40px !important;
  }

  .mb-xl-n50px {
    margin-bottom: -50px !important;
  }

  .mb-xl-n55px {
    margin-bottom: -55px !important;
  }

  .mb-xl-n60px {
    margin-bottom: -60px !important;
  }

  .mb-xl-n70px {
    margin-bottom: -70px !important;
  }

  .mb-xl-n80px {
    margin-bottom: -80px !important;
  }

  .mb-xl-n90px {
    margin-bottom: -90px !important;
  }

  .mb-xl-n100px {
    margin-bottom: -100px !important;
  }

  .mb-xl-n110px {
    margin-bottom: -110px !important;
  }

  .mb-xl-n120px {
    margin-bottom: -120px !important;
  }

  .mb-xl-n130px {
    margin-bottom: -130px !important;
  }

  .mb-xl-n140px {
    margin-bottom: -140px !important;
  }

  .mb-xl-n150px {
    margin-bottom: -150px !important;
  }

  .mb-xl-n200px {
    margin-bottom: -200px !important;
  }

  .mb-xl-n250px {
    margin-bottom: -250px !important;
  }

  .mb-xl-n280px {
    margin-bottom: -280px !important;
  }

  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xl-n5 {
    margin-left: -3rem !important;
  }

  .ms-xl-n5px {
    margin-left: -5px !important;
  }

  .ms-xl-n10px {
    margin-left: -10px !important;
  }

  .ms-xl-n20px {
    margin-left: -20px !important;
  }

  .ms-xl-n25px {
    margin-left: -25px !important;
  }

  .ms-xl-n30px {
    margin-left: -30px !important;
  }

  .ms-xl-n35px {
    margin-left: -35px !important;
  }

  .ms-xl-n45px {
    margin-left: -45px !important;
  }

  .ms-xl-n40px {
    margin-left: -40px !important;
  }

  .ms-xl-n50px {
    margin-left: -50px !important;
  }

  .ms-xl-n55px {
    margin-left: -55px !important;
  }

  .ms-xl-n60px {
    margin-left: -60px !important;
  }

  .ms-xl-n70px {
    margin-left: -70px !important;
  }

  .ms-xl-n80px {
    margin-left: -80px !important;
  }

  .ms-xl-n90px {
    margin-left: -90px !important;
  }

  .ms-xl-n100px {
    margin-left: -100px !important;
  }

  .ms-xl-n110px {
    margin-left: -110px !important;
  }

  .ms-xl-n120px {
    margin-left: -120px !important;
  }

  .ms-xl-n130px {
    margin-left: -130px !important;
  }

  .ms-xl-n140px {
    margin-left: -140px !important;
  }

  .ms-xl-n150px {
    margin-left: -150px !important;
  }

  .ms-xl-n200px {
    margin-left: -200px !important;
  }

  .ms-xl-n250px {
    margin-left: -250px !important;
  }

  .ms-xl-n280px {
    margin-left: -280px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .p-xl-5px {
    padding: 5px !important;
  }

  .p-xl-10px {
    padding: 10px !important;
  }

  .p-xl-20px {
    padding: 20px !important;
  }

  .p-xl-25px {
    padding: 25px !important;
  }

  .p-xl-30px {
    padding: 30px !important;
  }

  .p-xl-35px {
    padding: 35px !important;
  }

  .p-xl-45px {
    padding: 45px !important;
  }

  .p-xl-40px {
    padding: 40px !important;
  }

  .p-xl-50px {
    padding: 50px !important;
  }

  .p-xl-55px {
    padding: 55px !important;
  }

  .p-xl-60px {
    padding: 60px !important;
  }

  .p-xl-70px {
    padding: 70px !important;
  }

  .p-xl-80px {
    padding: 80px !important;
  }

  .p-xl-90px {
    padding: 90px !important;
  }

  .p-xl-100px {
    padding: 100px !important;
  }

  .p-xl-110px {
    padding: 110px !important;
  }

  .p-xl-120px {
    padding: 120px !important;
  }

  .p-xl-130px {
    padding: 130px !important;
  }

  .p-xl-140px {
    padding: 140px !important;
  }

  .p-xl-150px {
    padding: 150px !important;
  }

  .p-xl-200px {
    padding: 200px !important;
  }

  .p-xl-250px {
    padding: 250px !important;
  }

  .p-xl-280px {
    padding: 280px !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-5px {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-xl-10px {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-xl-20px {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-xl-25px {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-xl-30px {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-xl-35px {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-xl-45px {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-xl-40px {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-xl-50px {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-xl-55px {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }

  .px-xl-60px {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-xl-70px {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-xl-80px {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-xl-90px {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-xl-100px {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .px-xl-110px {
    padding-right: 110px !important;
    padding-left: 110px !important;
  }

  .px-xl-120px {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .px-xl-130px {
    padding-right: 130px !important;
    padding-left: 130px !important;
  }

  .px-xl-140px {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }

  .px-xl-150px {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }

  .px-xl-200px {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  .px-xl-250px {
    padding-right: 250px !important;
    padding-left: 250px !important;
  }

  .px-xl-280px {
    padding-right: 280px !important;
    padding-left: 280px !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-5px {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-xl-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-xl-20px {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-xl-25px {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-xl-30px {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-xl-35px {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-xl-45px {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-xl-40px {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xl-50px {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-xl-55px {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .py-xl-60px {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-xl-70px {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-xl-80px {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-xl-90px {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-xl-100px {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .py-xl-110px {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .py-xl-120px {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .py-xl-130px {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .py-xl-140px {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .py-xl-150px {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .py-xl-200px {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .py-xl-250px {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .py-xl-280px {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pt-xl-5px {
    padding-top: 5px !important;
  }

  .pt-xl-10px {
    padding-top: 10px !important;
  }

  .pt-xl-20px {
    padding-top: 20px !important;
  }

  .pt-xl-25px {
    padding-top: 25px !important;
  }

  .pt-xl-30px {
    padding-top: 30px !important;
  }

  .pt-xl-35px {
    padding-top: 35px !important;
  }

  .pt-xl-45px {
    padding-top: 45px !important;
  }

  .pt-xl-40px {
    padding-top: 40px !important;
  }

  .pt-xl-50px {
    padding-top: 50px !important;
  }

  .pt-xl-55px {
    padding-top: 55px !important;
  }

  .pt-xl-60px {
    padding-top: 60px !important;
  }

  .pt-xl-70px {
    padding-top: 70px !important;
  }

  .pt-xl-80px {
    padding-top: 80px !important;
  }

  .pt-xl-90px {
    padding-top: 90px !important;
  }

  .pt-xl-100px {
    padding-top: 100px !important;
  }

  .pt-xl-110px {
    padding-top: 110px !important;
  }

  .pt-xl-120px {
    padding-top: 120px !important;
  }

  .pt-xl-130px {
    padding-top: 130px !important;
  }

  .pt-xl-140px {
    padding-top: 140px !important;
  }

  .pt-xl-150px {
    padding-top: 150px !important;
  }

  .pt-xl-200px {
    padding-top: 200px !important;
  }

  .pt-xl-250px {
    padding-top: 250px !important;
  }

  .pt-xl-280px {
    padding-top: 280px !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pe-xl-5px {
    padding-right: 5px !important;
  }

  .pe-xl-10px {
    padding-right: 10px !important;
  }

  .pe-xl-20px {
    padding-right: 20px !important;
  }

  .pe-xl-25px {
    padding-right: 25px !important;
  }

  .pe-xl-30px {
    padding-right: 30px !important;
  }

  .pe-xl-35px {
    padding-right: 35px !important;
  }

  .pe-xl-45px {
    padding-right: 45px !important;
  }

  .pe-xl-40px {
    padding-right: 40px !important;
  }

  .pe-xl-50px {
    padding-right: 50px !important;
  }

  .pe-xl-55px {
    padding-right: 55px !important;
  }

  .pe-xl-60px {
    padding-right: 60px !important;
  }

  .pe-xl-70px {
    padding-right: 70px !important;
  }

  .pe-xl-80px {
    padding-right: 80px !important;
  }

  .pe-xl-90px {
    padding-right: 90px !important;
  }

  .pe-xl-100px {
    padding-right: 100px !important;
  }

  .pe-xl-110px {
    padding-right: 110px !important;
  }

  .pe-xl-120px {
    padding-right: 120px !important;
  }

  .pe-xl-130px {
    padding-right: 130px !important;
  }

  .pe-xl-140px {
    padding-right: 140px !important;
  }

  .pe-xl-150px {
    padding-right: 150px !important;
  }

  .pe-xl-200px {
    padding-right: 200px !important;
  }

  .pe-xl-250px {
    padding-right: 250px !important;
  }

  .pe-xl-280px {
    padding-right: 280px !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-5px {
    padding-bottom: 5px !important;
  }

  .pb-xl-10px {
    padding-bottom: 10px !important;
  }

  .pb-xl-20px {
    padding-bottom: 20px !important;
  }

  .pb-xl-25px {
    padding-bottom: 25px !important;
  }

  .pb-xl-30px {
    padding-bottom: 30px !important;
  }

  .pb-xl-35px {
    padding-bottom: 35px !important;
  }

  .pb-xl-45px {
    padding-bottom: 45px !important;
  }

  .pb-xl-40px {
    padding-bottom: 40px !important;
  }

  .pb-xl-50px {
    padding-bottom: 50px !important;
  }

  .pb-xl-55px {
    padding-bottom: 55px !important;
  }

  .pb-xl-60px {
    padding-bottom: 60px !important;
  }

  .pb-xl-70px {
    padding-bottom: 70px !important;
  }

  .pb-xl-80px {
    padding-bottom: 80px !important;
  }

  .pb-xl-90px {
    padding-bottom: 90px !important;
  }

  .pb-xl-100px {
    padding-bottom: 100px !important;
  }

  .pb-xl-110px {
    padding-bottom: 110px !important;
  }

  .pb-xl-120px {
    padding-bottom: 120px !important;
  }

  .pb-xl-130px {
    padding-bottom: 130px !important;
  }

  .pb-xl-140px {
    padding-bottom: 140px !important;
  }

  .pb-xl-150px {
    padding-bottom: 150px !important;
  }

  .pb-xl-200px {
    padding-bottom: 200px !important;
  }

  .pb-xl-250px {
    padding-bottom: 250px !important;
  }

  .pb-xl-280px {
    padding-bottom: 280px !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .ps-xl-5px {
    padding-left: 5px !important;
  }

  .ps-xl-10px {
    padding-left: 10px !important;
  }

  .ps-xl-20px {
    padding-left: 20px !important;
  }

  .ps-xl-25px {
    padding-left: 25px !important;
  }

  .ps-xl-30px {
    padding-left: 30px !important;
  }

  .ps-xl-35px {
    padding-left: 35px !important;
  }

  .ps-xl-45px {
    padding-left: 45px !important;
  }

  .ps-xl-40px {
    padding-left: 40px !important;
  }

  .ps-xl-50px {
    padding-left: 50px !important;
  }

  .ps-xl-55px {
    padding-left: 55px !important;
  }

  .ps-xl-60px {
    padding-left: 60px !important;
  }

  .ps-xl-70px {
    padding-left: 70px !important;
  }

  .ps-xl-80px {
    padding-left: 80px !important;
  }

  .ps-xl-90px {
    padding-left: 90px !important;
  }

  .ps-xl-100px {
    padding-left: 100px !important;
  }

  .ps-xl-110px {
    padding-left: 110px !important;
  }

  .ps-xl-120px {
    padding-left: 120px !important;
  }

  .ps-xl-130px {
    padding-left: 130px !important;
  }

  .ps-xl-140px {
    padding-left: 140px !important;
  }

  .ps-xl-150px {
    padding-left: 150px !important;
  }

  .ps-xl-200px {
    padding-left: 200px !important;
  }

  .ps-xl-250px {
    padding-left: 250px !important;
  }

  .ps-xl-280px {
    padding-left: 280px !important;
  }

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

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

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

  .bg-xl-primary {
    background-color: #513E98 !important;
  }

  .bg-xl-secondary {
    background-color: #513E98 !important;
  }

  .bg-xl-success {
    background-color: #3AB982 !important;
  }

  .bg-xl-info {
    background-color: #0dcaf0 !important;
  }

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

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

  .bg-xl-light {
    background-color: #F4F7FE !important;
  }

  .bg-xl-dark {
    background-color: #222222 !important;
  }

  .bg-xl-gray {
    background-color: #A3ACB5 !important;
  }

  .bg-xl-primary-100 {
    background-color: #dcd8ea !important;
  }

  .bg-xl-primary-200 {
    background-color: #b9b2d6 !important;
  }

  .bg-xl-primary-300 {
    background-color: #978bc1 !important;
  }

  .bg-xl-primary-400 {
    background-color: #7465ad !important;
  }

  .bg-xl-primary-500 {
    background-color: #513E98 !important;
  }

  .bg-xl-primary-600 {
    background-color: #41327a !important;
  }

  .bg-xl-primary-700 {
    background-color: #31255b !important;
  }

  .bg-xl-primary-800 {
    background-color: #20193d !important;
  }

  .bg-xl-primary-900 {
    background-color: #100c1e !important;
  }

  .bg-xl-secondary-100 {
    background-color: #EEEFF3 !important;
  }

  .bg-xl-secondary-200 {
    background-color: #b9b2d6 !important;
  }

  .bg-xl-secondary-300 {
    background-color: #978bc1 !important;
  }

  .bg-xl-secondary-400 {
    background-color: #7465ad !important;
  }

  .bg-xl-secondary-500 {
    background-color: #513E98 !important;
  }

  .bg-xl-secondary-600 {
    background-color: #41327a !important;
  }

  .bg-xl-secondary-700 {
    background-color: #31255b !important;
  }

  .bg-xl-secondary-800 {
    background-color: #20193d !important;
  }

  .bg-xl-secondary-900 {
    background-color: #100c1e !important;
  }

  .bg-xl-success-100 {
    background-color: #d8f1e6 !important;
  }

  .bg-xl-success-200 {
    background-color: #b0e3cd !important;
  }

  .bg-xl-success-300 {
    background-color: #89d5b4 !important;
  }

  .bg-xl-success-400 {
    background-color: #61c79b !important;
  }

  .bg-xl-success-500 {
    background-color: #3AB982 !important;
  }

  .bg-xl-success-600 {
    background-color: #2e9468 !important;
  }

  .bg-xl-success-700 {
    background-color: #236f4e !important;
  }

  .bg-xl-success-800 {
    background-color: #174a34 !important;
  }

  .bg-xl-success-900 {
    background-color: #0c251a !important;
  }

  .bg-xl-warning-100 {
    background-color: #f3e8d3 !important;
  }

  .bg-xl-warning-200 {
    background-color: #e7d1a7 !important;
  }

  .bg-xl-warning-300 {
    background-color: #dab97c !important;
  }

  .bg-xl-warning-400 {
    background-color: #cea250 !important;
  }

  .bg-xl-warning-500 {
    background-color: #C28B24 !important;
  }

  .bg-xl-warning-600 {
    background-color: #9b6f1d !important;
  }

  .bg-xl-warning-700 {
    background-color: #745316 !important;
  }

  .bg-xl-warning-800 {
    background-color: #4e380e !important;
  }

  .bg-xl-warning-900 {
    background-color: #271c07 !important;
  }

  .bg-xl-danger-100 {
    background-color: #fcdddd !important;
  }

  .bg-xl-danger-200 {
    background-color: #f9bbbb !important;
  }

  .bg-xl-danger-300 {
    background-color: #f69898 !important;
  }

  .bg-xl-danger-400 {
    background-color: #f37676 !important;
  }

  .bg-xl-danger-500 {
    background-color: #F05454 !important;
  }

  .bg-xl-danger-600 {
    background-color: #c04343 !important;
  }

  .bg-xl-danger-700 {
    background-color: #903232 !important;
  }

  .bg-xl-danger-800 {
    background-color: #602222 !important;
  }

  .bg-xl-danger-900 {
    background-color: #301111 !important;
  }

  .bg-xl-gray-100 {
    background-color: #F4F7FE !important;
  }

  .bg-xl-gray-200 {
    background-color: #E6E9ED !important;
  }

  .bg-xl-gray-300 {
    background-color: #D9DEE3 !important;
  }

  .bg-xl-gray-400 {
    background-color: #C7CED5 !important;
  }

  .bg-xl-gray-500 {
    background-color: #A3ACB5 !important;
  }

  .bg-xl-gray-600 {
    background-color: #616972 !important;
  }

  .bg-xl-gray-700 {
    background-color: #3F464D !important;
  }

  .bg-xl-gray-800 {
    background-color: #2D3238 !important;
  }

  .bg-xl-gray-900 {
    background-color: #222222 !important;
  }

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

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

  .bg-xl-transparent {
    background-color: transparent !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

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

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

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

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

  .overflow-xxl-visible {
    overflow: visible !important;
  }

  .overflow-xxl-scroll {
    overflow: scroll !important;
  }

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

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

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

  .d-xxl-grid {
    display: grid !important;
  }

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

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

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

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

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

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

  .shadow-xxl {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-xxl-hover:hover {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-xxl-focus:focus {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-xxl-sm {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1) !important;
  }

  .shadow-xxl-sm-hover:hover {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1) !important;
  }

  .shadow-xxl-sm-focus:focus {
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1) !important;
  }

  .shadow-xxl-lg {
    box-shadow: 0 0.313 0.75rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-xxl-lg-hover:hover {
    box-shadow: 0 0.313 0.75rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-xxl-lg-focus:focus {
    box-shadow: 0 0.313 0.75rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-xxl-xl {
    box-shadow: 0 0.5rem 1rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-xxl-xl-hover:hover {
    box-shadow: 0 0.5rem 1rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-xxl-xl-focus:focus {
    box-shadow: 0 0.5rem 1rem rgba(151, 139, 193, 0.15) !important;
  }

  .shadow-xxl-none {
    box-shadow: none !important;
  }

  .shadow-xxl-none-hover:hover {
    box-shadow: none !important;
  }

  .shadow-xxl-none-focus:focus {
    box-shadow: none !important;
  }

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

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

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

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

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

  .border-xxl {
    border: 1px solid #D9DEE3 !important;
  }

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

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

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

  .border-end-xxl {
    border-right: 1px solid #D9DEE3 !important;
  }

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

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

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

  .border-start-xxl {
    border-left: 1px solid #D9DEE3 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .gap-xxl-5px {
    gap: 5px !important;
  }

  .gap-xxl-10px {
    gap: 10px !important;
  }

  .gap-xxl-20px {
    gap: 20px !important;
  }

  .gap-xxl-25px {
    gap: 25px !important;
  }

  .gap-xxl-30px {
    gap: 30px !important;
  }

  .gap-xxl-35px {
    gap: 35px !important;
  }

  .gap-xxl-45px {
    gap: 45px !important;
  }

  .gap-xxl-40px {
    gap: 40px !important;
  }

  .gap-xxl-50px {
    gap: 50px !important;
  }

  .gap-xxl-55px {
    gap: 55px !important;
  }

  .gap-xxl-60px {
    gap: 60px !important;
  }

  .gap-xxl-70px {
    gap: 70px !important;
  }

  .gap-xxl-80px {
    gap: 80px !important;
  }

  .gap-xxl-90px {
    gap: 90px !important;
  }

  .gap-xxl-100px {
    gap: 100px !important;
  }

  .gap-xxl-110px {
    gap: 110px !important;
  }

  .gap-xxl-120px {
    gap: 120px !important;
  }

  .gap-xxl-130px {
    gap: 130px !important;
  }

  .gap-xxl-140px {
    gap: 140px !important;
  }

  .gap-xxl-150px {
    gap: 150px !important;
  }

  .gap-xxl-200px {
    gap: 200px !important;
  }

  .gap-xxl-250px {
    gap: 250px !important;
  }

  .gap-xxl-280px {
    gap: 280px !important;
  }

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

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

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

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-5px {
    margin: 5px !important;
  }

  .m-xxl-10px {
    margin: 10px !important;
  }

  .m-xxl-20px {
    margin: 20px !important;
  }

  .m-xxl-25px {
    margin: 25px !important;
  }

  .m-xxl-30px {
    margin: 30px !important;
  }

  .m-xxl-35px {
    margin: 35px !important;
  }

  .m-xxl-45px {
    margin: 45px !important;
  }

  .m-xxl-40px {
    margin: 40px !important;
  }

  .m-xxl-50px {
    margin: 50px !important;
  }

  .m-xxl-55px {
    margin: 55px !important;
  }

  .m-xxl-60px {
    margin: 60px !important;
  }

  .m-xxl-70px {
    margin: 70px !important;
  }

  .m-xxl-80px {
    margin: 80px !important;
  }

  .m-xxl-90px {
    margin: 90px !important;
  }

  .m-xxl-100px {
    margin: 100px !important;
  }

  .m-xxl-110px {
    margin: 110px !important;
  }

  .m-xxl-120px {
    margin: 120px !important;
  }

  .m-xxl-130px {
    margin: 130px !important;
  }

  .m-xxl-140px {
    margin: 140px !important;
  }

  .m-xxl-150px {
    margin: 150px !important;
  }

  .m-xxl-200px {
    margin: 200px !important;
  }

  .m-xxl-250px {
    margin: 250px !important;
  }

  .m-xxl-280px {
    margin: 280px !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-5px {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-xxl-10px {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-xxl-20px {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-xxl-25px {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-xxl-30px {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-xxl-35px {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-xxl-45px {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-xxl-40px {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-xxl-50px {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-xxl-55px {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }

  .mx-xxl-60px {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-xxl-70px {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-xxl-80px {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-xxl-90px {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-xxl-100px {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-xxl-110px {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }

  .mx-xxl-120px {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-xxl-130px {
    margin-right: 130px !important;
    margin-left: 130px !important;
  }

  .mx-xxl-140px {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .mx-xxl-150px {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }

  .mx-xxl-200px {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  .mx-xxl-250px {
    margin-right: 250px !important;
    margin-left: 250px !important;
  }

  .mx-xxl-280px {
    margin-right: 280px !important;
    margin-left: 280px !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-5px {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-xxl-10px {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-xxl-20px {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-xxl-25px {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-xxl-30px {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-xxl-35px {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-xxl-45px {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-xxl-40px {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xxl-50px {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-xxl-55px {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .my-xxl-60px {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-xxl-70px {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-xxl-80px {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-xxl-90px {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-xxl-100px {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-xxl-110px {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .my-xxl-120px {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-xxl-130px {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .my-xxl-140px {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .my-xxl-150px {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .my-xxl-200px {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .my-xxl-250px {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }

  .my-xxl-280px {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-5px {
    margin-top: 5px !important;
  }

  .mt-xxl-10px {
    margin-top: 10px !important;
  }

  .mt-xxl-20px {
    margin-top: 20px !important;
  }

  .mt-xxl-25px {
    margin-top: 25px !important;
  }

  .mt-xxl-30px {
    margin-top: 30px !important;
  }

  .mt-xxl-35px {
    margin-top: 35px !important;
  }

  .mt-xxl-45px {
    margin-top: 45px !important;
  }

  .mt-xxl-40px {
    margin-top: 40px !important;
  }

  .mt-xxl-50px {
    margin-top: 50px !important;
  }

  .mt-xxl-55px {
    margin-top: 55px !important;
  }

  .mt-xxl-60px {
    margin-top: 60px !important;
  }

  .mt-xxl-70px {
    margin-top: 70px !important;
  }

  .mt-xxl-80px {
    margin-top: 80px !important;
  }

  .mt-xxl-90px {
    margin-top: 90px !important;
  }

  .mt-xxl-100px {
    margin-top: 100px !important;
  }

  .mt-xxl-110px {
    margin-top: 110px !important;
  }

  .mt-xxl-120px {
    margin-top: 120px !important;
  }

  .mt-xxl-130px {
    margin-top: 130px !important;
  }

  .mt-xxl-140px {
    margin-top: 140px !important;
  }

  .mt-xxl-150px {
    margin-top: 150px !important;
  }

  .mt-xxl-200px {
    margin-top: 200px !important;
  }

  .mt-xxl-250px {
    margin-top: 250px !important;
  }

  .mt-xxl-280px {
    margin-top: 280px !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-5px {
    margin-right: 5px !important;
  }

  .me-xxl-10px {
    margin-right: 10px !important;
  }

  .me-xxl-20px {
    margin-right: 20px !important;
  }

  .me-xxl-25px {
    margin-right: 25px !important;
  }

  .me-xxl-30px {
    margin-right: 30px !important;
  }

  .me-xxl-35px {
    margin-right: 35px !important;
  }

  .me-xxl-45px {
    margin-right: 45px !important;
  }

  .me-xxl-40px {
    margin-right: 40px !important;
  }

  .me-xxl-50px {
    margin-right: 50px !important;
  }

  .me-xxl-55px {
    margin-right: 55px !important;
  }

  .me-xxl-60px {
    margin-right: 60px !important;
  }

  .me-xxl-70px {
    margin-right: 70px !important;
  }

  .me-xxl-80px {
    margin-right: 80px !important;
  }

  .me-xxl-90px {
    margin-right: 90px !important;
  }

  .me-xxl-100px {
    margin-right: 100px !important;
  }

  .me-xxl-110px {
    margin-right: 110px !important;
  }

  .me-xxl-120px {
    margin-right: 120px !important;
  }

  .me-xxl-130px {
    margin-right: 130px !important;
  }

  .me-xxl-140px {
    margin-right: 140px !important;
  }

  .me-xxl-150px {
    margin-right: 150px !important;
  }

  .me-xxl-200px {
    margin-right: 200px !important;
  }

  .me-xxl-250px {
    margin-right: 250px !important;
  }

  .me-xxl-280px {
    margin-right: 280px !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-5px {
    margin-bottom: 5px !important;
  }

  .mb-xxl-10px {
    margin-bottom: 10px !important;
  }

  .mb-xxl-20px {
    margin-bottom: 20px !important;
  }

  .mb-xxl-25px {
    margin-bottom: 25px !important;
  }

  .mb-xxl-30px {
    margin-bottom: 30px !important;
  }

  .mb-xxl-35px {
    margin-bottom: 35px !important;
  }

  .mb-xxl-45px {
    margin-bottom: 45px !important;
  }

  .mb-xxl-40px {
    margin-bottom: 40px !important;
  }

  .mb-xxl-50px {
    margin-bottom: 50px !important;
  }

  .mb-xxl-55px {
    margin-bottom: 55px !important;
  }

  .mb-xxl-60px {
    margin-bottom: 60px !important;
  }

  .mb-xxl-70px {
    margin-bottom: 70px !important;
  }

  .mb-xxl-80px {
    margin-bottom: 80px !important;
  }

  .mb-xxl-90px {
    margin-bottom: 90px !important;
  }

  .mb-xxl-100px {
    margin-bottom: 100px !important;
  }

  .mb-xxl-110px {
    margin-bottom: 110px !important;
  }

  .mb-xxl-120px {
    margin-bottom: 120px !important;
  }

  .mb-xxl-130px {
    margin-bottom: 130px !important;
  }

  .mb-xxl-140px {
    margin-bottom: 140px !important;
  }

  .mb-xxl-150px {
    margin-bottom: 150px !important;
  }

  .mb-xxl-200px {
    margin-bottom: 200px !important;
  }

  .mb-xxl-250px {
    margin-bottom: 250px !important;
  }

  .mb-xxl-280px {
    margin-bottom: 280px !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-5px {
    margin-left: 5px !important;
  }

  .ms-xxl-10px {
    margin-left: 10px !important;
  }

  .ms-xxl-20px {
    margin-left: 20px !important;
  }

  .ms-xxl-25px {
    margin-left: 25px !important;
  }

  .ms-xxl-30px {
    margin-left: 30px !important;
  }

  .ms-xxl-35px {
    margin-left: 35px !important;
  }

  .ms-xxl-45px {
    margin-left: 45px !important;
  }

  .ms-xxl-40px {
    margin-left: 40px !important;
  }

  .ms-xxl-50px {
    margin-left: 50px !important;
  }

  .ms-xxl-55px {
    margin-left: 55px !important;
  }

  .ms-xxl-60px {
    margin-left: 60px !important;
  }

  .ms-xxl-70px {
    margin-left: 70px !important;
  }

  .ms-xxl-80px {
    margin-left: 80px !important;
  }

  .ms-xxl-90px {
    margin-left: 90px !important;
  }

  .ms-xxl-100px {
    margin-left: 100px !important;
  }

  .ms-xxl-110px {
    margin-left: 110px !important;
  }

  .ms-xxl-120px {
    margin-left: 120px !important;
  }

  .ms-xxl-130px {
    margin-left: 130px !important;
  }

  .ms-xxl-140px {
    margin-left: 140px !important;
  }

  .ms-xxl-150px {
    margin-left: 150px !important;
  }

  .ms-xxl-200px {
    margin-left: 200px !important;
  }

  .ms-xxl-250px {
    margin-left: 250px !important;
  }

  .ms-xxl-280px {
    margin-left: 280px !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .m-xxl-n5px {
    margin: -5px !important;
  }

  .m-xxl-n10px {
    margin: -10px !important;
  }

  .m-xxl-n20px {
    margin: -20px !important;
  }

  .m-xxl-n25px {
    margin: -25px !important;
  }

  .m-xxl-n30px {
    margin: -30px !important;
  }

  .m-xxl-n35px {
    margin: -35px !important;
  }

  .m-xxl-n45px {
    margin: -45px !important;
  }

  .m-xxl-n40px {
    margin: -40px !important;
  }

  .m-xxl-n50px {
    margin: -50px !important;
  }

  .m-xxl-n55px {
    margin: -55px !important;
  }

  .m-xxl-n60px {
    margin: -60px !important;
  }

  .m-xxl-n70px {
    margin: -70px !important;
  }

  .m-xxl-n80px {
    margin: -80px !important;
  }

  .m-xxl-n90px {
    margin: -90px !important;
  }

  .m-xxl-n100px {
    margin: -100px !important;
  }

  .m-xxl-n110px {
    margin: -110px !important;
  }

  .m-xxl-n120px {
    margin: -120px !important;
  }

  .m-xxl-n130px {
    margin: -130px !important;
  }

  .m-xxl-n140px {
    margin: -140px !important;
  }

  .m-xxl-n150px {
    margin: -150px !important;
  }

  .m-xxl-n200px {
    margin: -200px !important;
  }

  .m-xxl-n250px {
    margin: -250px !important;
  }

  .m-xxl-n280px {
    margin: -280px !important;
  }

  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xxl-n5px {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }

  .mx-xxl-n10px {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }

  .mx-xxl-n20px {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }

  .mx-xxl-n25px {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }

  .mx-xxl-n30px {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }

  .mx-xxl-n35px {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }

  .mx-xxl-n45px {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }

  .mx-xxl-n40px {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .mx-xxl-n50px {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }

  .mx-xxl-n55px {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }

  .mx-xxl-n60px {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }

  .mx-xxl-n70px {
    margin-right: -70px !important;
    margin-left: -70px !important;
  }

  .mx-xxl-n80px {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }

  .mx-xxl-n90px {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }

  .mx-xxl-n100px {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }

  .mx-xxl-n110px {
    margin-right: -110px !important;
    margin-left: -110px !important;
  }

  .mx-xxl-n120px {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }

  .mx-xxl-n130px {
    margin-right: -130px !important;
    margin-left: -130px !important;
  }

  .mx-xxl-n140px {
    margin-right: -140px !important;
    margin-left: -140px !important;
  }

  .mx-xxl-n150px {
    margin-right: -150px !important;
    margin-left: -150px !important;
  }

  .mx-xxl-n200px {
    margin-right: -200px !important;
    margin-left: -200px !important;
  }

  .mx-xxl-n250px {
    margin-right: -250px !important;
    margin-left: -250px !important;
  }

  .mx-xxl-n280px {
    margin-right: -280px !important;
    margin-left: -280px !important;
  }

  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xxl-n5px {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .my-xxl-n10px {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .my-xxl-n20px {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .my-xxl-n25px {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .my-xxl-n30px {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .my-xxl-n35px {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }

  .my-xxl-n45px {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .my-xxl-n40px {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .my-xxl-n50px {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .my-xxl-n55px {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }

  .my-xxl-n60px {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .my-xxl-n70px {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }

  .my-xxl-n80px {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .my-xxl-n90px {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .my-xxl-n100px {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .my-xxl-n110px {
    margin-top: -110px !important;
    margin-bottom: -110px !important;
  }

  .my-xxl-n120px {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .my-xxl-n130px {
    margin-top: -130px !important;
    margin-bottom: -130px !important;
  }

  .my-xxl-n140px {
    margin-top: -140px !important;
    margin-bottom: -140px !important;
  }

  .my-xxl-n150px {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .my-xxl-n200px {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .my-xxl-n250px {
    margin-top: -250px !important;
    margin-bottom: -250px !important;
  }

  .my-xxl-n280px {
    margin-top: -280px !important;
    margin-bottom: -280px !important;
  }

  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mt-xxl-n5px {
    margin-top: -5px !important;
  }

  .mt-xxl-n10px {
    margin-top: -10px !important;
  }

  .mt-xxl-n20px {
    margin-top: -20px !important;
  }

  .mt-xxl-n25px {
    margin-top: -25px !important;
  }

  .mt-xxl-n30px {
    margin-top: -30px !important;
  }

  .mt-xxl-n35px {
    margin-top: -35px !important;
  }

  .mt-xxl-n45px {
    margin-top: -45px !important;
  }

  .mt-xxl-n40px {
    margin-top: -40px !important;
  }

  .mt-xxl-n50px {
    margin-top: -50px !important;
  }

  .mt-xxl-n55px {
    margin-top: -55px !important;
  }

  .mt-xxl-n60px {
    margin-top: -60px !important;
  }

  .mt-xxl-n70px {
    margin-top: -70px !important;
  }

  .mt-xxl-n80px {
    margin-top: -80px !important;
  }

  .mt-xxl-n90px {
    margin-top: -90px !important;
  }

  .mt-xxl-n100px {
    margin-top: -100px !important;
  }

  .mt-xxl-n110px {
    margin-top: -110px !important;
  }

  .mt-xxl-n120px {
    margin-top: -120px !important;
  }

  .mt-xxl-n130px {
    margin-top: -130px !important;
  }

  .mt-xxl-n140px {
    margin-top: -140px !important;
  }

  .mt-xxl-n150px {
    margin-top: -150px !important;
  }

  .mt-xxl-n200px {
    margin-top: -200px !important;
  }

  .mt-xxl-n250px {
    margin-top: -250px !important;
  }

  .mt-xxl-n280px {
    margin-top: -280px !important;
  }

  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxl-n3 {
    margin-right: -1rem !important;
  }

  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xxl-n5 {
    margin-right: -3rem !important;
  }

  .me-xxl-n5px {
    margin-right: -5px !important;
  }

  .me-xxl-n10px {
    margin-right: -10px !important;
  }

  .me-xxl-n20px {
    margin-right: -20px !important;
  }

  .me-xxl-n25px {
    margin-right: -25px !important;
  }

  .me-xxl-n30px {
    margin-right: -30px !important;
  }

  .me-xxl-n35px {
    margin-right: -35px !important;
  }

  .me-xxl-n45px {
    margin-right: -45px !important;
  }

  .me-xxl-n40px {
    margin-right: -40px !important;
  }

  .me-xxl-n50px {
    margin-right: -50px !important;
  }

  .me-xxl-n55px {
    margin-right: -55px !important;
  }

  .me-xxl-n60px {
    margin-right: -60px !important;
  }

  .me-xxl-n70px {
    margin-right: -70px !important;
  }

  .me-xxl-n80px {
    margin-right: -80px !important;
  }

  .me-xxl-n90px {
    margin-right: -90px !important;
  }

  .me-xxl-n100px {
    margin-right: -100px !important;
  }

  .me-xxl-n110px {
    margin-right: -110px !important;
  }

  .me-xxl-n120px {
    margin-right: -120px !important;
  }

  .me-xxl-n130px {
    margin-right: -130px !important;
  }

  .me-xxl-n140px {
    margin-right: -140px !important;
  }

  .me-xxl-n150px {
    margin-right: -150px !important;
  }

  .me-xxl-n200px {
    margin-right: -200px !important;
  }

  .me-xxl-n250px {
    margin-right: -250px !important;
  }

  .me-xxl-n280px {
    margin-right: -280px !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-xxl-n5px {
    margin-bottom: -5px !important;
  }

  .mb-xxl-n10px {
    margin-bottom: -10px !important;
  }

  .mb-xxl-n20px {
    margin-bottom: -20px !important;
  }

  .mb-xxl-n25px {
    margin-bottom: -25px !important;
  }

  .mb-xxl-n30px {
    margin-bottom: -30px !important;
  }

  .mb-xxl-n35px {
    margin-bottom: -35px !important;
  }

  .mb-xxl-n45px {
    margin-bottom: -45px !important;
  }

  .mb-xxl-n40px {
    margin-bottom: -40px !important;
  }

  .mb-xxl-n50px {
    margin-bottom: -50px !important;
  }

  .mb-xxl-n55px {
    margin-bottom: -55px !important;
  }

  .mb-xxl-n60px {
    margin-bottom: -60px !important;
  }

  .mb-xxl-n70px {
    margin-bottom: -70px !important;
  }

  .mb-xxl-n80px {
    margin-bottom: -80px !important;
  }

  .mb-xxl-n90px {
    margin-bottom: -90px !important;
  }

  .mb-xxl-n100px {
    margin-bottom: -100px !important;
  }

  .mb-xxl-n110px {
    margin-bottom: -110px !important;
  }

  .mb-xxl-n120px {
    margin-bottom: -120px !important;
  }

  .mb-xxl-n130px {
    margin-bottom: -130px !important;
  }

  .mb-xxl-n140px {
    margin-bottom: -140px !important;
  }

  .mb-xxl-n150px {
    margin-bottom: -150px !important;
  }

  .mb-xxl-n200px {
    margin-bottom: -200px !important;
  }

  .mb-xxl-n250px {
    margin-bottom: -250px !important;
  }

  .mb-xxl-n280px {
    margin-bottom: -280px !important;
  }

  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }

  .ms-xxl-n5px {
    margin-left: -5px !important;
  }

  .ms-xxl-n10px {
    margin-left: -10px !important;
  }

  .ms-xxl-n20px {
    margin-left: -20px !important;
  }

  .ms-xxl-n25px {
    margin-left: -25px !important;
  }

  .ms-xxl-n30px {
    margin-left: -30px !important;
  }

  .ms-xxl-n35px {
    margin-left: -35px !important;
  }

  .ms-xxl-n45px {
    margin-left: -45px !important;
  }

  .ms-xxl-n40px {
    margin-left: -40px !important;
  }

  .ms-xxl-n50px {
    margin-left: -50px !important;
  }

  .ms-xxl-n55px {
    margin-left: -55px !important;
  }

  .ms-xxl-n60px {
    margin-left: -60px !important;
  }

  .ms-xxl-n70px {
    margin-left: -70px !important;
  }

  .ms-xxl-n80px {
    margin-left: -80px !important;
  }

  .ms-xxl-n90px {
    margin-left: -90px !important;
  }

  .ms-xxl-n100px {
    margin-left: -100px !important;
  }

  .ms-xxl-n110px {
    margin-left: -110px !important;
  }

  .ms-xxl-n120px {
    margin-left: -120px !important;
  }

  .ms-xxl-n130px {
    margin-left: -130px !important;
  }

  .ms-xxl-n140px {
    margin-left: -140px !important;
  }

  .ms-xxl-n150px {
    margin-left: -150px !important;
  }

  .ms-xxl-n200px {
    margin-left: -200px !important;
  }

  .ms-xxl-n250px {
    margin-left: -250px !important;
  }

  .ms-xxl-n280px {
    margin-left: -280px !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .p-xxl-5px {
    padding: 5px !important;
  }

  .p-xxl-10px {
    padding: 10px !important;
  }

  .p-xxl-20px {
    padding: 20px !important;
  }

  .p-xxl-25px {
    padding: 25px !important;
  }

  .p-xxl-30px {
    padding: 30px !important;
  }

  .p-xxl-35px {
    padding: 35px !important;
  }

  .p-xxl-45px {
    padding: 45px !important;
  }

  .p-xxl-40px {
    padding: 40px !important;
  }

  .p-xxl-50px {
    padding: 50px !important;
  }

  .p-xxl-55px {
    padding: 55px !important;
  }

  .p-xxl-60px {
    padding: 60px !important;
  }

  .p-xxl-70px {
    padding: 70px !important;
  }

  .p-xxl-80px {
    padding: 80px !important;
  }

  .p-xxl-90px {
    padding: 90px !important;
  }

  .p-xxl-100px {
    padding: 100px !important;
  }

  .p-xxl-110px {
    padding: 110px !important;
  }

  .p-xxl-120px {
    padding: 120px !important;
  }

  .p-xxl-130px {
    padding: 130px !important;
  }

  .p-xxl-140px {
    padding: 140px !important;
  }

  .p-xxl-150px {
    padding: 150px !important;
  }

  .p-xxl-200px {
    padding: 200px !important;
  }

  .p-xxl-250px {
    padding: 250px !important;
  }

  .p-xxl-280px {
    padding: 280px !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-5px {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-xxl-10px {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-xxl-20px {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-xxl-25px {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-xxl-30px {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-xxl-35px {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-xxl-45px {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-xxl-40px {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-xxl-50px {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-xxl-55px {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }

  .px-xxl-60px {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-xxl-70px {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-xxl-80px {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-xxl-90px {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-xxl-100px {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .px-xxl-110px {
    padding-right: 110px !important;
    padding-left: 110px !important;
  }

  .px-xxl-120px {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .px-xxl-130px {
    padding-right: 130px !important;
    padding-left: 130px !important;
  }

  .px-xxl-140px {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }

  .px-xxl-150px {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }

  .px-xxl-200px {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  .px-xxl-250px {
    padding-right: 250px !important;
    padding-left: 250px !important;
  }

  .px-xxl-280px {
    padding-right: 280px !important;
    padding-left: 280px !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-5px {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-xxl-10px {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-xxl-20px {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-xxl-25px {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-xxl-30px {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-xxl-35px {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-xxl-45px {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-xxl-40px {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xxl-50px {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-xxl-55px {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .py-xxl-60px {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-xxl-70px {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-xxl-80px {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-xxl-90px {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-xxl-100px {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .py-xxl-110px {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .py-xxl-120px {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .py-xxl-130px {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .py-xxl-140px {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .py-xxl-150px {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .py-xxl-200px {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .py-xxl-250px {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .py-xxl-280px {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pt-xxl-5px {
    padding-top: 5px !important;
  }

  .pt-xxl-10px {
    padding-top: 10px !important;
  }

  .pt-xxl-20px {
    padding-top: 20px !important;
  }

  .pt-xxl-25px {
    padding-top: 25px !important;
  }

  .pt-xxl-30px {
    padding-top: 30px !important;
  }

  .pt-xxl-35px {
    padding-top: 35px !important;
  }

  .pt-xxl-45px {
    padding-top: 45px !important;
  }

  .pt-xxl-40px {
    padding-top: 40px !important;
  }

  .pt-xxl-50px {
    padding-top: 50px !important;
  }

  .pt-xxl-55px {
    padding-top: 55px !important;
  }

  .pt-xxl-60px {
    padding-top: 60px !important;
  }

  .pt-xxl-70px {
    padding-top: 70px !important;
  }

  .pt-xxl-80px {
    padding-top: 80px !important;
  }

  .pt-xxl-90px {
    padding-top: 90px !important;
  }

  .pt-xxl-100px {
    padding-top: 100px !important;
  }

  .pt-xxl-110px {
    padding-top: 110px !important;
  }

  .pt-xxl-120px {
    padding-top: 120px !important;
  }

  .pt-xxl-130px {
    padding-top: 130px !important;
  }

  .pt-xxl-140px {
    padding-top: 140px !important;
  }

  .pt-xxl-150px {
    padding-top: 150px !important;
  }

  .pt-xxl-200px {
    padding-top: 200px !important;
  }

  .pt-xxl-250px {
    padding-top: 250px !important;
  }

  .pt-xxl-280px {
    padding-top: 280px !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pe-xxl-5px {
    padding-right: 5px !important;
  }

  .pe-xxl-10px {
    padding-right: 10px !important;
  }

  .pe-xxl-20px {
    padding-right: 20px !important;
  }

  .pe-xxl-25px {
    padding-right: 25px !important;
  }

  .pe-xxl-30px {
    padding-right: 30px !important;
  }

  .pe-xxl-35px {
    padding-right: 35px !important;
  }

  .pe-xxl-45px {
    padding-right: 45px !important;
  }

  .pe-xxl-40px {
    padding-right: 40px !important;
  }

  .pe-xxl-50px {
    padding-right: 50px !important;
  }

  .pe-xxl-55px {
    padding-right: 55px !important;
  }

  .pe-xxl-60px {
    padding-right: 60px !important;
  }

  .pe-xxl-70px {
    padding-right: 70px !important;
  }

  .pe-xxl-80px {
    padding-right: 80px !important;
  }

  .pe-xxl-90px {
    padding-right: 90px !important;
  }

  .pe-xxl-100px {
    padding-right: 100px !important;
  }

  .pe-xxl-110px {
    padding-right: 110px !important;
  }

  .pe-xxl-120px {
    padding-right: 120px !important;
  }

  .pe-xxl-130px {
    padding-right: 130px !important;
  }

  .pe-xxl-140px {
    padding-right: 140px !important;
  }

  .pe-xxl-150px {
    padding-right: 150px !important;
  }

  .pe-xxl-200px {
    padding-right: 200px !important;
  }

  .pe-xxl-250px {
    padding-right: 250px !important;
  }

  .pe-xxl-280px {
    padding-right: 280px !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-5px {
    padding-bottom: 5px !important;
  }

  .pb-xxl-10px {
    padding-bottom: 10px !important;
  }

  .pb-xxl-20px {
    padding-bottom: 20px !important;
  }

  .pb-xxl-25px {
    padding-bottom: 25px !important;
  }

  .pb-xxl-30px {
    padding-bottom: 30px !important;
  }

  .pb-xxl-35px {
    padding-bottom: 35px !important;
  }

  .pb-xxl-45px {
    padding-bottom: 45px !important;
  }

  .pb-xxl-40px {
    padding-bottom: 40px !important;
  }

  .pb-xxl-50px {
    padding-bottom: 50px !important;
  }

  .pb-xxl-55px {
    padding-bottom: 55px !important;
  }

  .pb-xxl-60px {
    padding-bottom: 60px !important;
  }

  .pb-xxl-70px {
    padding-bottom: 70px !important;
  }

  .pb-xxl-80px {
    padding-bottom: 80px !important;
  }

  .pb-xxl-90px {
    padding-bottom: 90px !important;
  }

  .pb-xxl-100px {
    padding-bottom: 100px !important;
  }

  .pb-xxl-110px {
    padding-bottom: 110px !important;
  }

  .pb-xxl-120px {
    padding-bottom: 120px !important;
  }

  .pb-xxl-130px {
    padding-bottom: 130px !important;
  }

  .pb-xxl-140px {
    padding-bottom: 140px !important;
  }

  .pb-xxl-150px {
    padding-bottom: 150px !important;
  }

  .pb-xxl-200px {
    padding-bottom: 200px !important;
  }

  .pb-xxl-250px {
    padding-bottom: 250px !important;
  }

  .pb-xxl-280px {
    padding-bottom: 280px !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .ps-xxl-5px {
    padding-left: 5px !important;
  }

  .ps-xxl-10px {
    padding-left: 10px !important;
  }

  .ps-xxl-20px {
    padding-left: 20px !important;
  }

  .ps-xxl-25px {
    padding-left: 25px !important;
  }

  .ps-xxl-30px {
    padding-left: 30px !important;
  }

  .ps-xxl-35px {
    padding-left: 35px !important;
  }

  .ps-xxl-45px {
    padding-left: 45px !important;
  }

  .ps-xxl-40px {
    padding-left: 40px !important;
  }

  .ps-xxl-50px {
    padding-left: 50px !important;
  }

  .ps-xxl-55px {
    padding-left: 55px !important;
  }

  .ps-xxl-60px {
    padding-left: 60px !important;
  }

  .ps-xxl-70px {
    padding-left: 70px !important;
  }

  .ps-xxl-80px {
    padding-left: 80px !important;
  }

  .ps-xxl-90px {
    padding-left: 90px !important;
  }

  .ps-xxl-100px {
    padding-left: 100px !important;
  }

  .ps-xxl-110px {
    padding-left: 110px !important;
  }

  .ps-xxl-120px {
    padding-left: 120px !important;
  }

  .ps-xxl-130px {
    padding-left: 130px !important;
  }

  .ps-xxl-140px {
    padding-left: 140px !important;
  }

  .ps-xxl-150px {
    padding-left: 150px !important;
  }

  .ps-xxl-200px {
    padding-left: 200px !important;
  }

  .ps-xxl-250px {
    padding-left: 250px !important;
  }

  .ps-xxl-280px {
    padding-left: 280px !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }

  .bg-xxl-primary {
    background-color: #513E98 !important;
  }

  .bg-xxl-secondary {
    background-color: #513E98 !important;
  }

  .bg-xxl-success {
    background-color: #3AB982 !important;
  }

  .bg-xxl-info {
    background-color: #0dcaf0 !important;
  }

  .bg-xxl-warning {
    background-color: #C28B24 !important;
  }

  .bg-xxl-danger {
    background-color: #F05454 !important;
  }

  .bg-xxl-light {
    background-color: #F4F7FE !important;
  }

  .bg-xxl-dark {
    background-color: #222222 !important;
  }

  .bg-xxl-gray {
    background-color: #A3ACB5 !important;
  }

  .bg-xxl-primary-100 {
    background-color: #dcd8ea !important;
  }

  .bg-xxl-primary-200 {
    background-color: #b9b2d6 !important;
  }

  .bg-xxl-primary-300 {
    background-color: #978bc1 !important;
  }

  .bg-xxl-primary-400 {
    background-color: #7465ad !important;
  }

  .bg-xxl-primary-500 {
    background-color: #513E98 !important;
  }

  .bg-xxl-primary-600 {
    background-color: #41327a !important;
  }

  .bg-xxl-primary-700 {
    background-color: #31255b !important;
  }

  .bg-xxl-primary-800 {
    background-color: #20193d !important;
  }

  .bg-xxl-primary-900 {
    background-color: #100c1e !important;
  }

  .bg-xxl-secondary-100 {
    background-color: #EEEFF3 !important;
  }

  .bg-xxl-secondary-200 {
    background-color: #b9b2d6 !important;
  }

  .bg-xxl-secondary-300 {
    background-color: #978bc1 !important;
  }

  .bg-xxl-secondary-400 {
    background-color: #7465ad !important;
  }

  .bg-xxl-secondary-500 {
    background-color: #513E98 !important;
  }

  .bg-xxl-secondary-600 {
    background-color: #41327a !important;
  }

  .bg-xxl-secondary-700 {
    background-color: #31255b !important;
  }

  .bg-xxl-secondary-800 {
    background-color: #20193d !important;
  }

  .bg-xxl-secondary-900 {
    background-color: #100c1e !important;
  }

  .bg-xxl-success-100 {
    background-color: #d8f1e6 !important;
  }

  .bg-xxl-success-200 {
    background-color: #b0e3cd !important;
  }

  .bg-xxl-success-300 {
    background-color: #89d5b4 !important;
  }

  .bg-xxl-success-400 {
    background-color: #61c79b !important;
  }

  .bg-xxl-success-500 {
    background-color: #3AB982 !important;
  }

  .bg-xxl-success-600 {
    background-color: #2e9468 !important;
  }

  .bg-xxl-success-700 {
    background-color: #236f4e !important;
  }

  .bg-xxl-success-800 {
    background-color: #174a34 !important;
  }

  .bg-xxl-success-900 {
    background-color: #0c251a !important;
  }

  .bg-xxl-warning-100 {
    background-color: #f3e8d3 !important;
  }

  .bg-xxl-warning-200 {
    background-color: #e7d1a7 !important;
  }

  .bg-xxl-warning-300 {
    background-color: #dab97c !important;
  }

  .bg-xxl-warning-400 {
    background-color: #cea250 !important;
  }

  .bg-xxl-warning-500 {
    background-color: #C28B24 !important;
  }

  .bg-xxl-warning-600 {
    background-color: #9b6f1d !important;
  }

  .bg-xxl-warning-700 {
    background-color: #745316 !important;
  }

  .bg-xxl-warning-800 {
    background-color: #4e380e !important;
  }

  .bg-xxl-warning-900 {
    background-color: #271c07 !important;
  }

  .bg-xxl-danger-100 {
    background-color: #fcdddd !important;
  }

  .bg-xxl-danger-200 {
    background-color: #f9bbbb !important;
  }

  .bg-xxl-danger-300 {
    background-color: #f69898 !important;
  }

  .bg-xxl-danger-400 {
    background-color: #f37676 !important;
  }

  .bg-xxl-danger-500 {
    background-color: #F05454 !important;
  }

  .bg-xxl-danger-600 {
    background-color: #c04343 !important;
  }

  .bg-xxl-danger-700 {
    background-color: #903232 !important;
  }

  .bg-xxl-danger-800 {
    background-color: #602222 !important;
  }

  .bg-xxl-danger-900 {
    background-color: #301111 !important;
  }

  .bg-xxl-gray-100 {
    background-color: #F4F7FE !important;
  }

  .bg-xxl-gray-200 {
    background-color: #E6E9ED !important;
  }

  .bg-xxl-gray-300 {
    background-color: #D9DEE3 !important;
  }

  .bg-xxl-gray-400 {
    background-color: #C7CED5 !important;
  }

  .bg-xxl-gray-500 {
    background-color: #A3ACB5 !important;
  }

  .bg-xxl-gray-600 {
    background-color: #616972 !important;
  }

  .bg-xxl-gray-700 {
    background-color: #3F464D !important;
  }

  .bg-xxl-gray-800 {
    background-color: #2D3238 !important;
  }

  .bg-xxl-gray-900 {
    background-color: #222222 !important;
  }

  .bg-xxl-body {
    background-color: #fff !important;
  }

  .bg-xxl-white {
    background-color: #fff !important;
  }

  .bg-xxl-transparent {
    background-color: transparent !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2rem !important;
  }

  .fs-2 {
    font-size: 1.625rem !important;
  }

  .fs-3 {
    font-size: 1.5rem !important;
  }

  .fs-4 {
    font-size: 1.375rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
.accordion-button {
  font-weight: 600;
}

.arrow-left-accordion .accordion-button::after {
  display: none;
}
.arrow-left-accordion .accordion-button::before {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b9b2d6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .arrow-left-accordion .accordion-button::before {
    transition: none;
  }
}
.arrow-left-accordion .accordion-button:not(.collapsed)::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b9b2d6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.arrow-left-accordion .accordion-button:not(.collapse) {
  border-bottom: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.custom-accordion .accordion-button {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding: 1.125rem 1rem;
  font-weight: normal;
}
.custom-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cg id='plus' transform='translate%28-4 -4%29'%3e%3cline y2='14' transform='translate%2812 5%29' fill='none' stroke='%23616972' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3e%3cline x2='14' transform='translate%285 12%29' fill='none' stroke='%23616972' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3e%3c/g%3e%3c/svg%3e");
  background-size: 1rem;
  background-position: center;
}
.custom-accordion .accordion-button:not(.collapsed) {
  font-weight: 500;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='2' viewBox='0 0 16 2'%3e%3cg transform='translate%28-4 -11%29'%3e%3cline x2='14' transform='translate%285 12%29' fill='none' stroke='%23616972' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3e%3c/g%3e%3c/svg%3e");
  transform: none;
}
.custom-accordion .accordion-item {
  box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.15);
  margin-bottom: 1.25rem;
}
.custom-accordion .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.custom-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-top-width: 0;
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-accordion .accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 0;
}
.custom-accordion .accordion-collapse {
  border-width: 0;
}

/* Kithub Custom alert */
.custom-alert {
  border-radius: 0.188rem;
  padding: 0 !important;
  background-color: #fff;
  /* small alert */
  /* update alert */
}
.custom-alert .alert-inner {
  display: flex;
}
.custom-alert .alert-icon {
  display: flex;
  background-color: #dcd8ea;
  color: #513E98;
  align-items: center;
  margin: 0.375rem 0 0.313rem 0.313rem;
  padding: 1rem;
  border-radius: 0.188rem;
}
.custom-alert .alert-content {
  padding: 1rem;
  flex-grow: 1;
  align-self: center;
}
.custom-alert .alert-content .alert-title {
  font-weight: 600;
  color: #513E98;
  margin-bottom: 0.375rem;
}
.custom-alert .alert-close {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-left: 1px solid #E6E9ED;
  font-size: 1rem;
}
.custom-alert.small-alert {
  display: inline-block;
}
.custom-alert.small-alert .alert-content {
  padding: 0.875rem 1rem 0.75rem 0.75rem;
  font-size: 0.875rem;
}
.custom-alert.small-alert .alert-content .alert-title {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.custom-alert.small-alert .alert-close {
  padding: 0.625rem;
  font-size: 0.75rem;
}
.custom-alert.update-alert {
  display: inline-block;
}
.custom-alert.update-alert .alert-icon {
  background-color: #fff;
  margin-right: 0.313rem;
}
.custom-alert.update-alert .alert-content {
  padding: 1rem 1rem 1rem 0;
}
.custom-alert.update-alert .alert-content .alert-title {
  margin-bottom: 0.313rem;
}
.custom-alert.update-alert .alert-close {
  padding: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: unset;
  text-align: center;
}
.custom-alert.update-alert .alert-close .link {
  padding: 0.625rem 1.25rem;
  display: inline-block;
  font-size: 0.875rem;
  text-decoration: none;
}
.custom-alert.update-alert .alert-close hr {
  background-color: #E6E9ED;
  opacity: 1;
}
.custom-alert.update-alert .alert-close button {
  background: none;
  border: none;
  outline: none;
  color: #978bc1;
}
.custom-alert.update-alert .alert-close button:hover {
  color: #222222;
}

.btn-shadow-primary {
  box-shadow: 0px 3px 8px #513E98;
}

.btn-hover-shadow-primary:hover {
  box-shadow: 0px 3px 8px #513E98;
}

.btn-shadow-secondary {
  box-shadow: 0px 3px 8px #513E98;
}

.btn-hover-shadow-secondary:hover {
  box-shadow: 0px 3px 8px #513E98;
}

.btn-shadow-success {
  box-shadow: 0px 3px 8px #3AB982;
}

.btn-hover-shadow-success:hover {
  box-shadow: 0px 3px 8px #3AB982;
}

.btn-shadow-info {
  box-shadow: 0px 3px 8px #0dcaf0;
}

.btn-hover-shadow-info:hover {
  box-shadow: 0px 3px 8px #0dcaf0;
}

.btn-shadow-warning {
  box-shadow: 0px 3px 8px #C28B24;
}

.btn-hover-shadow-warning:hover {
  box-shadow: 0px 3px 8px #C28B24;
}

.btn-shadow-danger {
  box-shadow: 0px 3px 8px #F05454;
}

.btn-hover-shadow-danger:hover {
  box-shadow: 0px 3px 8px #F05454;
}

.btn-shadow-light {
  box-shadow: 0px 3px 8px #F4F7FE;
}

.btn-hover-shadow-light:hover {
  box-shadow: 0px 3px 8px #F4F7FE;
}

.btn-shadow-dark {
  box-shadow: 0px 3px 8px #222222;
}

.btn-hover-shadow-dark:hover {
  box-shadow: 0px 3px 8px #222222;
}

.btn-shadow-gray {
  box-shadow: 0px 3px 8px #A3ACB5;
}

.btn-hover-shadow-gray:hover {
  box-shadow: 0px 3px 8px #A3ACB5;
}

.btn-shadow-primary-100 {
  box-shadow: 0px 3px 8px #dcd8ea;
}

.btn-hover-shadow-primary-100:hover {
  box-shadow: 0px 3px 8px #dcd8ea;
}

.btn-shadow-primary-200 {
  box-shadow: 0px 3px 8px #b9b2d6;
}

.btn-hover-shadow-primary-200:hover {
  box-shadow: 0px 3px 8px #b9b2d6;
}

.btn-shadow-primary-300 {
  box-shadow: 0px 3px 8px #978bc1;
}

.btn-hover-shadow-primary-300:hover {
  box-shadow: 0px 3px 8px #978bc1;
}

.btn-shadow-primary-400 {
  box-shadow: 0px 3px 8px #7465ad;
}

.btn-hover-shadow-primary-400:hover {
  box-shadow: 0px 3px 8px #7465ad;
}

.btn-shadow-primary-500 {
  box-shadow: 0px 3px 8px #513E98;
}

.btn-hover-shadow-primary-500:hover {
  box-shadow: 0px 3px 8px #513E98;
}

.btn-shadow-primary-600 {
  box-shadow: 0px 3px 8px #41327a;
}

.btn-hover-shadow-primary-600:hover {
  box-shadow: 0px 3px 8px #41327a;
}

.btn-shadow-primary-700 {
  box-shadow: 0px 3px 8px #31255b;
}

.btn-hover-shadow-primary-700:hover {
  box-shadow: 0px 3px 8px #31255b;
}

.btn-shadow-primary-800 {
  box-shadow: 0px 3px 8px #20193d;
}

.btn-hover-shadow-primary-800:hover {
  box-shadow: 0px 3px 8px #20193d;
}

.btn-shadow-primary-900 {
  box-shadow: 0px 3px 8px #100c1e;
}

.btn-hover-shadow-primary-900:hover {
  box-shadow: 0px 3px 8px #100c1e;
}

.btn-shadow-secondary-100 {
  box-shadow: 0px 3px 8px #EEEFF3;
}

.btn-hover-shadow-secondary-100:hover {
  box-shadow: 0px 3px 8px #EEEFF3;
}

.btn-shadow-secondary-200 {
  box-shadow: 0px 3px 8px #b9b2d6;
}

.btn-hover-shadow-secondary-200:hover {
  box-shadow: 0px 3px 8px #b9b2d6;
}

.btn-shadow-secondary-300 {
  box-shadow: 0px 3px 8px #978bc1;
}

.btn-hover-shadow-secondary-300:hover {
  box-shadow: 0px 3px 8px #978bc1;
}

.btn-shadow-secondary-400 {
  box-shadow: 0px 3px 8px #7465ad;
}

.btn-hover-shadow-secondary-400:hover {
  box-shadow: 0px 3px 8px #7465ad;
}

.btn-shadow-secondary-500 {
  box-shadow: 0px 3px 8px #513E98;
}

.btn-hover-shadow-secondary-500:hover {
  box-shadow: 0px 3px 8px #513E98;
}

.btn-shadow-secondary-600 {
  box-shadow: 0px 3px 8px #41327a;
}

.btn-hover-shadow-secondary-600:hover {
  box-shadow: 0px 3px 8px #41327a;
}

.btn-shadow-secondary-700 {
  box-shadow: 0px 3px 8px #31255b;
}

.btn-hover-shadow-secondary-700:hover {
  box-shadow: 0px 3px 8px #31255b;
}

.btn-shadow-secondary-800 {
  box-shadow: 0px 3px 8px #20193d;
}

.btn-hover-shadow-secondary-800:hover {
  box-shadow: 0px 3px 8px #20193d;
}

.btn-shadow-secondary-900 {
  box-shadow: 0px 3px 8px #100c1e;
}

.btn-hover-shadow-secondary-900:hover {
  box-shadow: 0px 3px 8px #100c1e;
}

.btn-shadow-success-100 {
  box-shadow: 0px 3px 8px #d8f1e6;
}

.btn-hover-shadow-success-100:hover {
  box-shadow: 0px 3px 8px #d8f1e6;
}

.btn-shadow-success-200 {
  box-shadow: 0px 3px 8px #b0e3cd;
}

.btn-hover-shadow-success-200:hover {
  box-shadow: 0px 3px 8px #b0e3cd;
}

.btn-shadow-success-300 {
  box-shadow: 0px 3px 8px #89d5b4;
}

.btn-hover-shadow-success-300:hover {
  box-shadow: 0px 3px 8px #89d5b4;
}

.btn-shadow-success-400 {
  box-shadow: 0px 3px 8px #61c79b;
}

.btn-hover-shadow-success-400:hover {
  box-shadow: 0px 3px 8px #61c79b;
}

.btn-shadow-success-500 {
  box-shadow: 0px 3px 8px #3AB982;
}

.btn-hover-shadow-success-500:hover {
  box-shadow: 0px 3px 8px #3AB982;
}

.btn-shadow-success-600 {
  box-shadow: 0px 3px 8px #2e9468;
}

.btn-hover-shadow-success-600:hover {
  box-shadow: 0px 3px 8px #2e9468;
}

.btn-shadow-success-700 {
  box-shadow: 0px 3px 8px #236f4e;
}

.btn-hover-shadow-success-700:hover {
  box-shadow: 0px 3px 8px #236f4e;
}

.btn-shadow-success-800 {
  box-shadow: 0px 3px 8px #174a34;
}

.btn-hover-shadow-success-800:hover {
  box-shadow: 0px 3px 8px #174a34;
}

.btn-shadow-success-900 {
  box-shadow: 0px 3px 8px #0c251a;
}

.btn-hover-shadow-success-900:hover {
  box-shadow: 0px 3px 8px #0c251a;
}

.btn-shadow-warning-100 {
  box-shadow: 0px 3px 8px #f3e8d3;
}

.btn-hover-shadow-warning-100:hover {
  box-shadow: 0px 3px 8px #f3e8d3;
}

.btn-shadow-warning-200 {
  box-shadow: 0px 3px 8px #e7d1a7;
}

.btn-hover-shadow-warning-200:hover {
  box-shadow: 0px 3px 8px #e7d1a7;
}

.btn-shadow-warning-300 {
  box-shadow: 0px 3px 8px #dab97c;
}

.btn-hover-shadow-warning-300:hover {
  box-shadow: 0px 3px 8px #dab97c;
}

.btn-shadow-warning-400 {
  box-shadow: 0px 3px 8px #cea250;
}

.btn-hover-shadow-warning-400:hover {
  box-shadow: 0px 3px 8px #cea250;
}

.btn-shadow-warning-500 {
  box-shadow: 0px 3px 8px #C28B24;
}

.btn-hover-shadow-warning-500:hover {
  box-shadow: 0px 3px 8px #C28B24;
}

.btn-shadow-warning-600 {
  box-shadow: 0px 3px 8px #9b6f1d;
}

.btn-hover-shadow-warning-600:hover {
  box-shadow: 0px 3px 8px #9b6f1d;
}

.btn-shadow-warning-700 {
  box-shadow: 0px 3px 8px #745316;
}

.btn-hover-shadow-warning-700:hover {
  box-shadow: 0px 3px 8px #745316;
}

.btn-shadow-warning-800 {
  box-shadow: 0px 3px 8px #4e380e;
}

.btn-hover-shadow-warning-800:hover {
  box-shadow: 0px 3px 8px #4e380e;
}

.btn-shadow-warning-900 {
  box-shadow: 0px 3px 8px #271c07;
}

.btn-hover-shadow-warning-900:hover {
  box-shadow: 0px 3px 8px #271c07;
}

.btn-shadow-danger-100 {
  box-shadow: 0px 3px 8px #fcdddd;
}

.btn-hover-shadow-danger-100:hover {
  box-shadow: 0px 3px 8px #fcdddd;
}

.btn-shadow-danger-200 {
  box-shadow: 0px 3px 8px #f9bbbb;
}

.btn-hover-shadow-danger-200:hover {
  box-shadow: 0px 3px 8px #f9bbbb;
}

.btn-shadow-danger-300 {
  box-shadow: 0px 3px 8px #f69898;
}

.btn-hover-shadow-danger-300:hover {
  box-shadow: 0px 3px 8px #f69898;
}

.btn-shadow-danger-400 {
  box-shadow: 0px 3px 8px #f37676;
}

.btn-hover-shadow-danger-400:hover {
  box-shadow: 0px 3px 8px #f37676;
}

.btn-shadow-danger-500 {
  box-shadow: 0px 3px 8px #F05454;
}

.btn-hover-shadow-danger-500:hover {
  box-shadow: 0px 3px 8px #F05454;
}

.btn-shadow-danger-600 {
  box-shadow: 0px 3px 8px #c04343;
}

.btn-hover-shadow-danger-600:hover {
  box-shadow: 0px 3px 8px #c04343;
}

.btn-shadow-danger-700 {
  box-shadow: 0px 3px 8px #903232;
}

.btn-hover-shadow-danger-700:hover {
  box-shadow: 0px 3px 8px #903232;
}

.btn-shadow-danger-800 {
  box-shadow: 0px 3px 8px #602222;
}

.btn-hover-shadow-danger-800:hover {
  box-shadow: 0px 3px 8px #602222;
}

.btn-shadow-danger-900 {
  box-shadow: 0px 3px 8px #301111;
}

.btn-hover-shadow-danger-900:hover {
  box-shadow: 0px 3px 8px #301111;
}

.btn-shadow-gray-100 {
  box-shadow: 0px 3px 8px #F4F7FE;
}

.btn-hover-shadow-gray-100:hover {
  box-shadow: 0px 3px 8px #F4F7FE;
}

.btn-shadow-gray-200 {
  box-shadow: 0px 3px 8px #E6E9ED;
}

.btn-hover-shadow-gray-200:hover {
  box-shadow: 0px 3px 8px #E6E9ED;
}

.btn-shadow-gray-300 {
  box-shadow: 0px 3px 8px #D9DEE3;
}

.btn-hover-shadow-gray-300:hover {
  box-shadow: 0px 3px 8px #D9DEE3;
}

.btn-shadow-gray-400 {
  box-shadow: 0px 3px 8px #C7CED5;
}

.btn-hover-shadow-gray-400:hover {
  box-shadow: 0px 3px 8px #C7CED5;
}

.btn-shadow-gray-500 {
  box-shadow: 0px 3px 8px #A3ACB5;
}

.btn-hover-shadow-gray-500:hover {
  box-shadow: 0px 3px 8px #A3ACB5;
}

.btn-shadow-gray-600 {
  box-shadow: 0px 3px 8px #616972;
}

.btn-hover-shadow-gray-600:hover {
  box-shadow: 0px 3px 8px #616972;
}

.btn-shadow-gray-700 {
  box-shadow: 0px 3px 8px #3F464D;
}

.btn-hover-shadow-gray-700:hover {
  box-shadow: 0px 3px 8px #3F464D;
}

.btn-shadow-gray-800 {
  box-shadow: 0px 3px 8px #2D3238;
}

.btn-hover-shadow-gray-800:hover {
  box-shadow: 0px 3px 8px #2D3238;
}

.btn-shadow-gray-900 {
  box-shadow: 0px 3px 8px #222222;
}

.btn-hover-shadow-gray-900:hover {
  box-shadow: 0px 3px 8px #222222;
}

.btn-hover-none {
  background: #fff !important;
}

.btn .hover-arrow {
  stroke-width: 2px;
  fill: none;
  stroke: currentColor;
  vertical-align: baseline;
  transform: translateX(5px);
}
.btn .hover-arrow-line {
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.btn .hover-arrow-tip {
  transition: all 0.1s ease-in-out;
}
.btn:hover .hover-arrow-line {
  opacity: 1;
}
.btn:hover .hover-arrow-tip {
  transform: translateX(3px);
}

.badge-rounded-circle {
  border-radius: 50%;
  padding: 0;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
}
.badge-rounded-circle .feather {
  width: 1rem;
  height: 1rem;
}
.badge-rounded-circle.badge-sm {
  height: 1.25rem;
  width: 1.25rem;
  line-height: 1.25rem;
}
.badge-rounded-circle.badge-sm .feather {
  width: 0.75rem;
  height: 0.75rem;
}
.badge-rounded-circle.badge-lg {
  height: 2.375rem;
  width: 2.375rem;
  line-height: 2.375rem;
}
.badge-rounded-circle.badge-lg .feather {
  width: 1.25rem;
  height: 1.25rem;
}

.form-check-input:checked[disabled][type=checkbox], .form-check-input:checked:disabled[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3e%3cg transform='translate%283 2%29'%3e%3cpath d='M0,0H23V23H0Z' transform='translate%28-3 -2%29' fill='none'/%3e%3cpath data-name='Path 112' d='M7.6,13.55,4.45,10.4,3.4,11.45l4.2,4.2,9-9L15.55,5.6Z' transform='translate%28-1.4 -1.6%29' fill='%23b9b2d6'/%3e%3c/g%3e%3c/svg%3e");
  border-color: #b9b2d6;
}
.form-check-input:checked[disabled][type=radio], .form-check-input:checked:disabled[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3e%3cg transform='translate%28-1132 -5076%29'%3e%3ccircle cx='11.5' cy='11.5' r='11.5' transform='translate%281132 5076%29' fill='%23fff'/%3e%3ccircle cx='7.5' cy='7.5' r='7.5' transform='translate%281136 5080%29' fill='%23b9b2d6'/%3e%3c/g%3e%3c/svg%3e");
  border-color: #b9b2d6;
}
.form-check-input[disabled][type=checkbox], .form-check-input:disabled[type=checkbox] {
  border-color: #b9b2d6;
  background-color: #EEEFF3;
}
.form-check-input[disabled][type=radio], .form-check-input:disabled[type=radio] {
  border-color: #b9b2d6;
  background-color: #EEEFF3;
}

.form-switch .form-check-input {
  margin-right: 0.625rem;
}
.form-switch .form-check-input:checked[disabled], .form-switch .form-check-input:checked:disabled {
  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='%23b9b2d6'/%3e%3c/svg%3e");
}

.custom-input-group .input-group-text-parent {
  border: 1px solid #D9DEE3;
  background-color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-input-group .input-group-text-parent {
    transition: none;
  }
}
.custom-input-group .input-group-text {
  margin: 0.25rem;
  border: none;
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  line-height: 1rem;
}
.custom-input-group .btn {
  margin: 0.25rem;
}
.custom-input-group.input-group-sm .input-group-text {
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.custom-input-group.input-group-lg .input-group-text {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1rem;
}
.custom-input-group .form-control:focus ~ .input-group-text-parent {
  border-color: #978bc1;
}
.custom-input-group .element-first {
  order: 0;
  border-top-left-radius: 0.188rem !important;
  border-bottom-left-radius: 0.188rem !important;
  border-right-color: transparent;
}
.custom-input-group .element-last {
  order: 1;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0.188rem !important;
  border-bottom-right-radius: 0.188rem !important;
  border-left: 0;
}
.custom-input-group > :first-child:not(.dropdown-menu) {
  z-index: 9;
  margin-left: -2px;
}

.list-unstyled li {
  line-height: 2rem;
}

.list-xs .list-inline-item:not(:last-child) {
  margin-right: 0.313rem;
}

.list-small .list-inline-item:not(:last-child) {
  margin-right: 0.625rem;
}

.list-inline-item:not(:last-child) {
  margin-right: 1.25rem;
}

.list-large .list-inline-item:not(:last-child) {
  margin-right: 1.563rem;
}

.blockquote-footer {
  margin-top: 1rem;
}

.blockquote-sm {
  font-size: 1rem;
}

.sep-list li {
  position: relative;
  line-height: normal;
  margin-right: 2.5rem !important;
}
.sep-list li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -1.5rem;
  content: " ";
  width: 1px;
  height: calc(100% - 1%);
  background-color: #A3ACB5;
  transform: translateY(-50%);
}
.sep-list li:last-child {
  margin-right: 0px !important;
}

ul.list-type-circle {
  list-style-type: circle;
}

h1, .h1, .fs-1 {
  line-height: 1.43;
}

h2, .h2, .fs-2 {
  line-height: 1.47;
}

h3, .h3, .fs-3 {
  line-height: 1.65;
}

h4, .h4, .fs-4 {
  line-height: 1.6;
}

h5, .h5, .fs-5 {
  line-height: 1.8;
}

h6, .h6, .fs-6 {
  line-height: 1.8;
}

.lead {
  line-height: 1.8;
}

small, .small, .fs-7 {
  line-height: 1.8;
}

.fs-8 {
  line-height: 1.8;
}

.display-1 {
  line-height: 1.19;
}

.display-2 {
  line-height: 1.2;
}

.display-3 {
  line-height: 1.2;
}

.display-4 {
  line-height: 1.2;
}

.display-5 {
  line-height: 1.2;
}

.display-6 {
  line-height: 1.2;
}

.card-icon {
  display: inline-block;
  z-index: 9;
}
.card-icon .icon-bg {
  width: 2.125rem;
  height: 2.125rem;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(100%, -50%);
  border-radius: 50%;
  z-index: -1;
}

.card-icon-inline {
  width: 4.25rem;
  height: 4.875rem;
  line-height: 4.875rem;
  text-align: center;
  border-radius: 0.188rem;
  margin-right: 1.25rem;
}

.speaker-card .speaker-img {
  width: 8.438rem;
}

.card-project-title {
  background-color: #fff;
  width: 100%;
}
.card-project-title .btn {
  padding: 0;
  color: #222222;
  position: relative;
  display: block;
  text-align: left;
  font-weight: 600;
}
.card-project-title .btn .hover-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.card-project-title-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  transform: translateY(100%);
}

.card:hover .card-project-title-hover, .card:focus .card-project-title-hover {
  transform: translateY(0);
}

.card-title {
  font-size: 1.125rem;
}

.card-border-bottom .card-border {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 6px);
  height: 5px;
  border-radius: 0.188rem;
}

.link-hover-primary:hover, .link-hover-primary:focus {
  color: #513E98;
}

.link-hover-secondary:hover, .link-hover-secondary:focus {
  color: #513E98;
}

.link-hover-success:hover, .link-hover-success:focus {
  color: #3AB982;
}

.link-hover-info:hover, .link-hover-info:focus {
  color: #0dcaf0;
}

.link-hover-warning:hover, .link-hover-warning:focus {
  color: #C28B24;
}

.link-hover-danger:hover, .link-hover-danger:focus {
  color: #F05454;
}

.link-hover-light:hover, .link-hover-light:focus {
  color: #F4F7FE;
}

.link-hover-dark:hover, .link-hover-dark:focus {
  color: #222222;
}

.link-hover-gray:hover, .link-hover-gray:focus {
  color: #A3ACB5;
}

.link-hover-primary-100:hover, .link-hover-primary-100:focus {
  color: #dcd8ea;
}

.link-hover-primary-200:hover, .link-hover-primary-200:focus {
  color: #b9b2d6;
}

.link-hover-primary-300:hover, .link-hover-primary-300:focus {
  color: #978bc1;
}

.link-hover-primary-400:hover, .link-hover-primary-400:focus {
  color: #7465ad;
}

.link-hover-primary-500:hover, .link-hover-primary-500:focus {
  color: #513E98;
}

.link-hover-primary-600:hover, .link-hover-primary-600:focus {
  color: #41327a;
}

.link-hover-primary-700:hover, .link-hover-primary-700:focus {
  color: #31255b;
}

.link-hover-primary-800:hover, .link-hover-primary-800:focus {
  color: #20193d;
}

.link-hover-primary-900:hover, .link-hover-primary-900:focus {
  color: #100c1e;
}

.link-hover-secondary-100:hover, .link-hover-secondary-100:focus {
  color: #EEEFF3;
}

.link-hover-secondary-200:hover, .link-hover-secondary-200:focus {
  color: #b9b2d6;
}

.link-hover-secondary-300:hover, .link-hover-secondary-300:focus {
  color: #978bc1;
}

.link-hover-secondary-400:hover, .link-hover-secondary-400:focus {
  color: #7465ad;
}

.link-hover-secondary-500:hover, .link-hover-secondary-500:focus {
  color: #513E98;
}

.link-hover-secondary-600:hover, .link-hover-secondary-600:focus {
  color: #41327a;
}

.link-hover-secondary-700:hover, .link-hover-secondary-700:focus {
  color: #31255b;
}

.link-hover-secondary-800:hover, .link-hover-secondary-800:focus {
  color: #20193d;
}

.link-hover-secondary-900:hover, .link-hover-secondary-900:focus {
  color: #100c1e;
}

.link-hover-success-100:hover, .link-hover-success-100:focus {
  color: #d8f1e6;
}

.link-hover-success-200:hover, .link-hover-success-200:focus {
  color: #b0e3cd;
}

.link-hover-success-300:hover, .link-hover-success-300:focus {
  color: #89d5b4;
}

.link-hover-success-400:hover, .link-hover-success-400:focus {
  color: #61c79b;
}

.link-hover-success-500:hover, .link-hover-success-500:focus {
  color: #3AB982;
}

.link-hover-success-600:hover, .link-hover-success-600:focus {
  color: #2e9468;
}

.link-hover-success-700:hover, .link-hover-success-700:focus {
  color: #236f4e;
}

.link-hover-success-800:hover, .link-hover-success-800:focus {
  color: #174a34;
}

.link-hover-success-900:hover, .link-hover-success-900:focus {
  color: #0c251a;
}

.link-hover-warning-100:hover, .link-hover-warning-100:focus {
  color: #f3e8d3;
}

.link-hover-warning-200:hover, .link-hover-warning-200:focus {
  color: #e7d1a7;
}

.link-hover-warning-300:hover, .link-hover-warning-300:focus {
  color: #dab97c;
}

.link-hover-warning-400:hover, .link-hover-warning-400:focus {
  color: #cea250;
}

.link-hover-warning-500:hover, .link-hover-warning-500:focus {
  color: #C28B24;
}

.link-hover-warning-600:hover, .link-hover-warning-600:focus {
  color: #9b6f1d;
}

.link-hover-warning-700:hover, .link-hover-warning-700:focus {
  color: #745316;
}

.link-hover-warning-800:hover, .link-hover-warning-800:focus {
  color: #4e380e;
}

.link-hover-warning-900:hover, .link-hover-warning-900:focus {
  color: #271c07;
}

.link-hover-danger-100:hover, .link-hover-danger-100:focus {
  color: #fcdddd;
}

.link-hover-danger-200:hover, .link-hover-danger-200:focus {
  color: #f9bbbb;
}

.link-hover-danger-300:hover, .link-hover-danger-300:focus {
  color: #f69898;
}

.link-hover-danger-400:hover, .link-hover-danger-400:focus {
  color: #f37676;
}

.link-hover-danger-500:hover, .link-hover-danger-500:focus {
  color: #F05454;
}

.link-hover-danger-600:hover, .link-hover-danger-600:focus {
  color: #c04343;
}

.link-hover-danger-700:hover, .link-hover-danger-700:focus {
  color: #903232;
}

.link-hover-danger-800:hover, .link-hover-danger-800:focus {
  color: #602222;
}

.link-hover-danger-900:hover, .link-hover-danger-900:focus {
  color: #301111;
}

.link-hover-gray-100:hover, .link-hover-gray-100:focus {
  color: #F4F7FE;
}

.link-hover-gray-200:hover, .link-hover-gray-200:focus {
  color: #E6E9ED;
}

.link-hover-gray-300:hover, .link-hover-gray-300:focus {
  color: #D9DEE3;
}

.link-hover-gray-400:hover, .link-hover-gray-400:focus {
  color: #C7CED5;
}

.link-hover-gray-500:hover, .link-hover-gray-500:focus {
  color: #A3ACB5;
}

.link-hover-gray-600:hover, .link-hover-gray-600:focus {
  color: #616972;
}

.link-hover-gray-700:hover, .link-hover-gray-700:focus {
  color: #3F464D;
}

.link-hover-gray-800:hover, .link-hover-gray-800:focus {
  color: #2D3238;
}

.link-hover-gray-900:hover, .link-hover-gray-900:focus {
  color: #222222;
}

.nav .nav-link.active {
  color: #513E98;
  background-color: #F4F7FE;
}

.custom-nav-tabs.flex-column .nav-link {
  margin-bottom: 0.625rem;
}
.custom-nav-tabs .nav-link {
  display: flex;
  padding: 0.438rem 0.563rem;
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-radius: 0.188rem;
  background-color: #F4F7FE;
  align-items: center;
}
.custom-nav-tabs .nav-link .tab-icon {
  display: inline-block;
  background-color: #fff;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.125rem;
  text-align: center;
  border-radius: 0.188rem;
  margin-right: 0.875rem;
  color: #616972;
}
.custom-nav-tabs .nav-link .label {
  flex-grow: 1;
  margin-right: 0.875rem;
  color: #616972;
}
.custom-nav-tabs .nav-link .tab-number {
  display: inline-block;
  color: #616972;
  font-weight: 600;
}
.custom-nav-tabs .nav-link:hover, .custom-nav-tabs .nav-link:focus {
  border-color: #F4F7FE;
}
.custom-nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.custom-nav-tabs .nav-link.active,
.custom-nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #F4F7FE;
  border-color: #F4F7FE;
}
.custom-nav-tabs .nav-link.active .tab-icon,
.custom-nav-tabs .nav-item.show .nav-link .tab-icon {
  background-color: #513E98;
  color: #fff;
}
.custom-nav-tabs .nav-link.active .label,
.custom-nav-tabs .nav-item.show .nav-link .label {
  font-weight: 600;
  color: #222222;
}
.custom-nav-tabs .nav-link.active .tab-number,
.custom-nav-tabs .nav-item.show .nav-link .tab-number {
  color: #222222;
}
.custom-nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.underline-nav-tabs {
  border-bottom: 1px solid #E6E9ED;
  margin-bottom: 1.875rem;
}
.underline-nav-tabs .nav-link {
  color: #616972;
  border-bottom: 3px solid transparent;
}
.underline-nav-tabs .nav-link:hover, .underline-nav-tabs .nav-link:focus {
  color: #513E98;
}
.underline-nav-tabs .nav-link.active {
  color: #513E98;
  border-color: #513E98;
  font-weight: 700;
  background-color: transparent;
}

.dropdown-item {
  border-radius: 0.188rem;
}

.mega-menu .dropdown-item {
  padding: 0;
  background-color: transparent;
}
.mega-menu .dropdown-header {
  padding: 0;
  font-weight: 500;
}

.dropdown-menu .group-item {
  transition: all 0.15s ease-in;
}
.dropdown-menu .group-item .hover-icon {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.15s ease-in;
}
.dropdown-menu .group-item:hover .hover-icon {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.dropdown-menu .group-item:hover .dropdown-header {
  color: #513E98;
}

.nav .nav-link.active {
  color: #513E98;
  background-color: #F4F7FE;
}

.custom-nav-tabs.flex-column .nav-link {
  margin-bottom: 0.625rem;
}
.custom-nav-tabs .nav-link {
  display: flex;
  padding: 0.438rem 0.563rem;
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-radius: 0.188rem;
  background-color: #F4F7FE;
  align-items: center;
}
.custom-nav-tabs .nav-link .tab-icon {
  display: inline-block;
  background-color: #fff;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.125rem;
  text-align: center;
  border-radius: 0.188rem;
  margin-right: 0.875rem;
  color: #616972;
}
.custom-nav-tabs .nav-link .label {
  flex-grow: 1;
  margin-right: 0.875rem;
  color: #616972;
}
.custom-nav-tabs .nav-link .tab-number {
  display: inline-block;
  color: #616972;
  font-weight: 600;
}
.custom-nav-tabs .nav-link:hover, .custom-nav-tabs .nav-link:focus {
  border-color: #F4F7FE;
}
.custom-nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.custom-nav-tabs .nav-link.active,
.custom-nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #F4F7FE;
  border-color: #F4F7FE;
}
.custom-nav-tabs .nav-link.active .tab-icon,
.custom-nav-tabs .nav-item.show .nav-link .tab-icon {
  background-color: #513E98;
  color: #fff;
}
.custom-nav-tabs .nav-link.active .label,
.custom-nav-tabs .nav-item.show .nav-link .label {
  font-weight: 600;
  color: #222222;
}
.custom-nav-tabs .nav-link.active .tab-number,
.custom-nav-tabs .nav-item.show .nav-link .tab-number {
  color: #222222;
}
.custom-nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.underline-nav-tabs {
  border-bottom: 1px solid #E6E9ED;
  margin-bottom: 1.875rem;
}
.underline-nav-tabs .nav-link {
  color: #616972;
  border-bottom: 3px solid transparent;
}
.underline-nav-tabs .nav-link:hover, .underline-nav-tabs .nav-link:focus {
  color: #513E98;
}
.underline-nav-tabs .nav-link.active {
  color: #513E98;
  border-color: #513E98;
  font-weight: 700;
  background-color: transparent;
}

.navbar .navbar-nav .dropdown-item {
  padding: 0;
}
.navbar .navbar-nav .dropdown-item:hover, .navbar .navbar-nav .dropdown-item:focus {
  background-color: transparent;
}
.navbar .navbar-nav .dropdown-item.active, .navbar .navbar-nav .dropdown-item:active {
  background-color: transparent;
}
.navbar .navbar-nav .dropdown .dropdown-toggle {
  position: relative;
}
.navbar .navbar-nav .dropdown .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(0) translateY(-50%);
  width: 0.563rem;
  height: 0.438rem;
  margin-left: 0.375rem;
  border: none;
  vertical-align: 0.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7.41'%3e%3cpath d='M7.41,8.59,12,13.17l4.59-4.58L18,10l-6,6L6,10Z' transform='translate%28-6 -8.59%29' fill='%616972'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.563rem 0.438rem;
}
.navbar .navbar-nav .dropdown .dropdown-toggle.show::after {
  transform: rotate(180deg) translateY(50%);
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    /*===================================================
    *     hovered nav style
    * ===================================================*/
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .hovered-nav .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, 0) perspective(500px) rotateX(-15deg);
    transform-origin: 50% -10px;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm .hovered-nav .dropdown .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .hovered-nav .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0) perspective(0px) rotateX(0);
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .dropdown .dropdown-toggle::after {
    position: relative;
    transform: rotate(0) translateY(0);
  }
  .navbar-expand-sm .navbar-nav .dropdown .dropdown-toggle.show::after {
    transform: rotate(180deg) translateY(0);
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item {
    padding: 0.625rem 0.813rem;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item:hover, .navbar-expand-sm .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item:focus {
    background-color: #F4F7FE;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item.active, .navbar-expand-sm .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item:active {
    background-color: inherit;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-xl {
    min-width: 32rem;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-lg {
    min-width: 31rem;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-md {
    min-width: 18.75rem;
  }
}
@media (max-width: 575.98px) {
  .navbar-expand-sm .navbar-collapse {
    background-color: #fff;
    border-radius: 0.188rem;
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1);
  }
  .navbar-expand-sm .nav-item {
    border-bottom: 1px solid #E6E9ED;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    /*===================================================
    *     hovered nav style
    * ===================================================*/
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .hovered-nav .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, 0) perspective(500px) rotateX(-15deg);
    transform-origin: 50% -10px;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md .hovered-nav .dropdown .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .hovered-nav .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0) perspective(0px) rotateX(0);
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown .dropdown-toggle::after {
    position: relative;
    transform: rotate(0) translateY(0);
  }
  .navbar-expand-md .navbar-nav .dropdown .dropdown-toggle.show::after {
    transform: rotate(180deg) translateY(0);
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .navbar-expand-md .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item {
    padding: 0.625rem 0.813rem;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item:hover, .navbar-expand-md .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item:focus {
    background-color: #F4F7FE;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item.active, .navbar-expand-md .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item:active {
    background-color: inherit;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-xl {
    min-width: 32rem;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-lg {
    min-width: 31rem;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-md {
    min-width: 18.75rem;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md .navbar-collapse {
    background-color: #fff;
    border-radius: 0.188rem;
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1);
  }
  .navbar-expand-md .nav-item {
    border-bottom: 1px solid #E6E9ED;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    /*===================================================
    *     hovered nav style
    * ===================================================*/
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .hovered-nav .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, 0) perspective(500px) rotateX(-15deg);
    transform-origin: 50% -10px;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg .hovered-nav .dropdown .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .hovered-nav .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0) perspective(0px) rotateX(0);
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown .dropdown-toggle::after {
    position: relative;
    transform: rotate(0) translateY(0);
  }
  .navbar-expand-lg .navbar-nav .dropdown .dropdown-toggle.show::after {
    transform: rotate(180deg) translateY(0);
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item {
    padding: 0.625rem 0.813rem;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item:hover, .navbar-expand-lg .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item:focus {
    background-color: #F4F7FE;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item.active, .navbar-expand-lg .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item:active {
    background-color: inherit;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-xl {
    min-width: 32rem;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-lg {
    min-width: 31rem;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-md {
    min-width: 18.75rem;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-collapse {
    background-color: #fff;
    border-radius: 0.188rem;
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1);
  }
  .navbar-expand-lg .nav-item {
    border-bottom: 1px solid #E6E9ED;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    /*===================================================
    *     hovered nav style
    * ===================================================*/
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .hovered-nav .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, 0) perspective(500px) rotateX(-15deg);
    transform-origin: 50% -10px;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl .hovered-nav .dropdown .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .hovered-nav .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0) perspective(0px) rotateX(0);
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .dropdown .dropdown-toggle::after {
    position: relative;
    transform: rotate(0) translateY(0);
  }
  .navbar-expand-xl .navbar-nav .dropdown .dropdown-toggle.show::after {
    transform: rotate(180deg) translateY(0);
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item {
    padding: 0.625rem 0.813rem;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item:hover, .navbar-expand-xl .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item:focus {
    background-color: #F4F7FE;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item.active, .navbar-expand-xl .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item:active {
    background-color: inherit;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-xl {
    min-width: 32rem;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-lg {
    min-width: 31rem;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-md {
    min-width: 18.75rem;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl .navbar-collapse {
    background-color: #fff;
    border-radius: 0.188rem;
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1);
  }
  .navbar-expand-xl .nav-item {
    border-bottom: 1px solid #E6E9ED;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    /*===================================================
    *     hovered nav style
    * ===================================================*/
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .hovered-nav .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, 0) perspective(500px) rotateX(-15deg);
    transform-origin: 50% -10px;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1400px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xxl .hovered-nav .dropdown .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl .hovered-nav .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0) perspective(0px) rotateX(0);
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav .dropdown .dropdown-toggle::after {
    position: relative;
    transform: rotate(0) translateY(0);
  }
  .navbar-expand-xxl .navbar-nav .dropdown .dropdown-toggle.show::after {
    transform: rotate(180deg) translateY(0);
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item {
    padding: 0.625rem 0.813rem;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item:hover, .navbar-expand-xxl .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item:focus {
    background-color: #F4F7FE;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item.active, .navbar-expand-xxl .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item:active {
    background-color: inherit;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu-xl {
    min-width: 32rem;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu-lg {
    min-width: 31rem;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu-md {
    min-width: 18.75rem;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xxl .navbar-collapse {
    background-color: #fff;
    border-radius: 0.188rem;
    box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1);
  }
  .navbar-expand-xxl .nav-item {
    border-bottom: 1px solid #E6E9ED;
  }
}
.navbar-expand {
  /*===================================================
  *     hovered nav style
  * ===================================================*/
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .hovered-nav .dropdown .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 0) perspective(500px) rotateX(-15deg);
  transform-origin: 50% -10px;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-expand .hovered-nav .dropdown .dropdown-menu {
    transition: none;
  }
}
.navbar-expand .hovered-nav .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0) perspective(0px) rotateX(0);
}
.navbar-expand .navbar-nav .dropdown .dropdown-toggle::after {
  position: relative;
  transform: rotate(0) translateY(0);
}
.navbar-expand .navbar-nav .dropdown .dropdown-toggle.show::after {
  transform: rotate(180deg) translateY(0);
}
.navbar-expand .navbar-nav .dropdown-menu {
  left: 50%;
  transform: translate(-50%, 0);
}
.navbar-expand .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item {
  padding: 0.625rem 0.813rem;
}
.navbar-expand .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item:hover, .navbar-expand .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item:focus {
  background-color: #F4F7FE;
}
.navbar-expand .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item.active, .navbar-expand .navbar-nav .dropdown-menu:not(.mega-menu) .dropdown-item:active {
  background-color: inherit;
}
.navbar-expand .navbar-nav .dropdown-menu-xl {
  min-width: 32rem;
}
.navbar-expand .navbar-nav .dropdown-menu-lg {
  min-width: 31rem;
}
.navbar-expand .navbar-nav .dropdown-menu-md {
  min-width: 18.75rem;
}
.navbar-expand .navbar-collapse {
  background-color: #fff;
  border-radius: 0.188rem;
  box-shadow: 0 0.188rem 0.375rem rgba(151, 139, 193, 0.1);
}
.navbar-expand .nav-item {
  border-bottom: 1px solid #E6E9ED;
}

.navbar-toggler-icon {
  background-size: unset;
}

[aria-expanded^=true] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='15.609' height='15.609' viewBox='0 0 15.609 15.609'%3e%3cg transform='translate%280 0%29'%3e%3crect width='19.867' height='2.207' transform='translate%281.561 0%29 rotate%2845%29' fill='%23222222'/%3e%3crect width='19.867' height='2.207' transform='translate%280 14.048%29 rotate%28-45%29' fill='%23222222'/%3e%3c/g%3e%3c/svg%3e");
}

/*
    * Dashboard
*/
.dashboard {
  background-color: #F4F7FE;
  /* Sidebar */
}
.dashboard .navbar {
  min-height: 70px;
}
.dashboard .sidebar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  top: 70px;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.dashboard .sidebar .nav {
  margin-bottom: 1rem;
}
.dashboard .sidebar .nav:last-child {
  margin-bottom: 0;
}
.dashboard .sidebar .nav-link {
  color: #513E98;
  padding: 0.3125rem 0.5rem;
  display: inline-block;
  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) {
  .dashboard .sidebar .nav-link {
    transition: none;
  }
}
.dashboard .sidebar .nav-link:hover {
  color: #222222;
  background-color: #F4F7FE;
}
.dashboard .sidebar-sticky {
  position: relative;
  top: 0;
  height: 100vh;
  padding-top: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.dashboard .filter-nav {
  max-height: calc(100% - 70px);
}
.dashboard .filter-nav .nav-link {
  color: #513E98;
  display: inline-block;
  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) {
  .dashboard .filter-nav .nav-link {
    transition: none;
  }
}
.dashboard .filter-nav .nav-link.active {
  text-decoration: underline;
}
.dashboard .filter-nav .nav-link:hover {
  color: #222222;
  text-decoration: underline;
}
.dashboard .filter-nav ul li ul {
  padding-left: 0.75rem;
  list-style-type: none;
}
.dashboard .code-toolbar {
  position: relative;
}
.dashboard .code-toolbar .toolbar {
  position: absolute;
  top: 7px;
  right: 7px;
}
.dashboard .code-toolbar .toolbar .toolbar-item button {
  border: 1px solid #513E98;
  background-color: transparent;
  border-radius: 4px;
  font-size: 12px;
  padding: 5px 10px;
  outline: none;
  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) {
  .dashboard .code-toolbar .toolbar .toolbar-item button {
    transition: none;
  }
}
.dashboard .code-toolbar .toolbar .toolbar-item button:hover, .dashboard .code-toolbar .toolbar .toolbar-item button:active, .dashboard .code-toolbar .toolbar .toolbar-item button:focus {
  background-color: #513E98;
  outline: none;
  color: #fff;
}

.social-icons li a {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  border-radius: 50%;
}
.social-icons li a .icon {
  font-size: 1rem;
}

.fs-1.feather {
  width: 2rem;
  height: 2rem;
}

.fs-2.feather {
  width: 1.625rem;
  height: 1.625rem;
}

.fs-3.feather {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-4.feather {
  width: 1.375rem;
  height: 1.375rem;
}

.fs-5.feather {
  width: 1.25rem;
  height: 1.25rem;
}

.fs-6.feather {
  width: 1rem;
  height: 1rem;
}

.fs-7.feather {
  width: 0.875rem;
  height: 0.875rem;
}

.fs-8.feather {
  width: 0.75rem;
  height: 0.75rem;
}

.display-1.feather {
  width: 9.375rem;
  height: 9.375rem;
}

.display-2.feather {
  width: 5rem;
  height: 5rem;
}

.display-3.feather {
  width: 4.375rem;
  height: 4.375rem;
}

.display-4.feather {
  width: 3.75rem;
  height: 3.75rem;
}

.display-5.feather {
  width: 3.125rem;
  height: 3.125rem;
}

.display-6.feather {
  width: 2.5rem;
  height: 2.5rem;
}

.overlay {
  position: relative;
}
.overlay::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.gradient-primary::after {
  background: linear-gradient(rgba(81, 62, 152, 0), rgba(185, 178, 214, 0.65), rgba(151, 139, 193, 0.5));
  z-index: 0;
}

.gradient-dark::after {
  background: linear-gradient(rgba(34, 34, 34, 0), rgba(16, 12, 30, 0.85));
  z-index: 0;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-center-x {
  background-position-x: center;
}

.bg-end-x {
  background-position-x: right;
}

.bg-center-y {
  background-position-y: center;
}

.bg-top-y {
  background-position-y: top;
}

.bg-bottom-y {
  background-position-y: bottom;
}

.z-index-n1 {
  z-index: -1;
}

.custom-swiper {
  position: inherit;
}

.swiper-button-next.kithub-next,
.swiper-button-prev.kithub-prev {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #D9DEE3;
  outline: none;
  color: #222222;
}
.swiper-button-next.kithub-next:after,
.swiper-button-prev.kithub-prev:after {
  display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
  color: #C7CED5;
}

.portfolio .swiper-slide {
  padding: 1em 0.625em 1em 0.625em;
}

@media (max-width: 767.98px) {
  .testimonials .swiper-button-next.kithub-next,
.testimonials .swiper-button-prev.kithub-prev {
    top: auto !important;
    bottom: 30px !important;
  }
  .testimonials .swiper-button-next.kithub-next {
    right: 8% !important;
    left: auto !important;
    transform: translateX(0) !important;
  }
  .testimonials .swiper-button-prev.kithub-prev {
    left: 8% !important;
    transform: translateX(0) !important;
  }
}
.avatar {
  display: inline-block;
  width: 3.375rem;
  height: 3.375rem;
  background: transparent;
  border-radius: 100%;
}
.avatar .avatar-name {
  font-size: 1rem;
}
.avatar.avatar-sm {
  width: 2.125rem;
  height: 2.125rem;
}
.avatar.avatar-sm .avatar-name {
  font-size: 0.75rem;
}
.avatar.avatar-lg {
  width: 5.875rem;
  height: 5.875rem;
}
.avatar.avatar-lg .avatar-name {
  font-size: 1.75rem;
}
.avatar.avatar-xl {
  width: 7.8125rem;
  height: 7.8125rem;
}
.avatar.avatar-xl .avatar-name {
  font-size: 2.375rem;
}

.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.avatar-name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #E6E9ED;
  line-height: normal;
}

.avatar-group .avatar .avatar-img,
.avatar-group .avatar .avatar-name {
  border: 3px solid #fff;
}
.avatar-group .avatar:not(:first-child) {
  margin-left: -15px;
}
.avatar-group .avatar:hover {
  position: relative;
}

.mapboxgl-canvas-container {
  position: absolute;
  top: 0;
}

.mapboxgl-canvas {
  height: 100% !important;
}

.full-map {
  position: relative;
}
.full-map .mapboxgl-control-container {
  position: relative;
  bottom: 0.75em;
  right: 1em;
}

.mapboxgl-ctrl-attrib-inner {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 0.75rem;
  color: #513E98;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.188rem;
  padding: 5px 10px;
}

.mapboxgl-canvas {
  outline: none;
}

.contact-map {
  position: relative;
  width: 100%;
  height: 340px;
}

.eventCountDown {
  display: flex;
  position: relative;
}

.eventCountDown .countdown-item {
  position: relative;
}
.eventCountDown .countdown-item::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 85%;
  background-color: #E6E9ED;
}
.eventCountDown .countdown-item:last-child::after {
  display: none;
}

.course-header {
  background-image: url("../../assets/img/landings/header-bg.svg");
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
}

.couse-card-1 {
  width: 205px;
  position: absolute;
  top: 11%;
  left: 4%;
  margin-left: -25%;
}

.couse-card-2 {
  width: 198px;
  position: absolute;
  top: 40%;
  right: 63%;
  margin-right: 25%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .course-header {
    background-image: url("../../assets/img/landings/header-bg-md.svg");
    background-position-x: center;
    background-position-y: top;
  }

  .couse-card-1 {
    top: 40%;
  }

  .couse-card-2 {
    top: 40%;
    left: 97%;
    margin-left: -32%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .course-header {
    background-image: url("../../assets/img/landings/header-bg-sm.svg");
    background-position-x: center;
    background-position-y: top;
  }

  .couse-card-1 {
    top: 55%;
    left: 30%;
  }

  .couse-card-2 {
    top: 55%;
    left: 75%;
    margin-left: -24%;
  }
}
@media (max-width: 575.98px) {
  .course-header {
    background-image: url("../../assets/img/landings/header-bg-sm.svg");
    background-position-x: center;
    background-position-y: top;
  }

  .couse-card-1 {
    width: 200px;
    top: 40%;
    left: 25%;
  }

  .couse-card-2 {
    width: 170px;
    top: 40%;
    left: 80%;
    margin-left: -22%;
  }
}
.agency-header {
  background-size: auto, contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
}

.agency-service {
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 5%;
}

.agency-backgrounds .bg-1 {
  top: 0;
  left: 0%;
}
.agency-backgrounds .bg-2 {
  bottom: 45%;
  left: 8%;
}
.agency-backgrounds .bg-3 {
  right: 12%;
  top: 2%;
}
.agency-backgrounds .bg-4 {
  bottom: 3%;
  right: 0%;
}

@media (max-width: 991.98px) {
  .agency-service {
    background-image: none !important;
  }

  .agency-backgrounds .bg-2 {
    bottom: 10%;
    left: 0;
  }
}
.popular {
  background-color: #513E98;
  position: absolute;
  top: 20px;
  right: 40px;
  text-align: center;
  width: 100%;
  transform-origin: center;
  transform: translateX(50%) rotate(45deg);
  padding: 7px 10px;
  text-transform: uppercase;
}

.event-header .bg-1 {
  top: 5%;
  left: 5%;
}
.event-header .bg-2 {
  bottom: 5%;
  right: -1%;
}

@media (max-width: 767.98px) {
  .event-header .bg-1 {
    top: -2%;
    left: 4%;
  }
  .event-header .bg-2 {
    bottom: -2%;
    right: 2%;
  }
}
@media (min-width: 992px) {
  .contact-call-to-action {
    background-image: url("../../assets/img/patterns/three-layers-blue.svg");
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-call-to-action {
    background-image: url("../../assets/img/patterns/three-layers-blue-md.svg");
  }
}
@media (max-width: 767.98px) {
  .contact-call-to-action {
    background-image: url("../../assets/img/patterns/three-layers-blue-sm.svg");
  }
}

@media (min-width: 768px) {
  .pricing-header {
    background-image: url("../../assets/img/patterns/dots-pattern.svg");
  }
}

.blog-content img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.customer-logo {
  height: 30px;
  width: 95px;
  background-image: url("/img/Logo_Cybille.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

nav.navbar.navbar-sticky {
  background-color: white !important;
}

.navbar-nav.site_nav .nav-item a.nav-link {
  color: black !important;
}

a.navbar-company {
  color: black !important;
}

.navbar-nav.site_nav {
  color: black !important;
}

nav.navbar .navbar-toggler i {
  color: black !important;
}

.customer-footer-logo {
  height: 40px;
  width: 190px;
  background-image: url("/img/Logo_Cybille.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.form-select {
  -webkit-appearance: none;
  appearance: none;
}

.form-select:-ms-expand {
  display: none;
}

.footer-section {
  background-color: #f6f7fe;
}

.overlay-shadow2:after {
  background-image: none !important;
}

.img-card {
  width: 100%;
}

.badge {
  border-radius: 50%;
  background: #FF0000;
  color: white;
}

.img-cart {
  object-fit: cover;
  max-height: 90px;
  max-width: 100%;
}

.surlign {
  content: "";
  position: absolute;
  top: 4%;
  left: 0px;
  width: 50%;
  height: 22px;
  background-color: rgba(53, 0, 109, 0.16);
}

.surlign2 {
  content: "";
  position: absolute;
  top: 7%;
  left: 0px;
  width: 43%;
  height: 20px;
  background-color: rgba(53, 0, 109, 0.16);
}

@media (min-width: 768px) {
  .surlign2 {
    content: "";
    position: absolute;
    top: 8%;
    left: 0px;
    width: 28%;
    height: 20px;
    background-color: rgba(53, 0, 109, 0.16);
  }
}
.surlign3 {
  content: "";
  position: absolute;
  top: 5%;
  left: 27%;
  width: 47%;
  height: 16px;
  background-color: rgba(53, 0, 109, 0.16);
}

@media (min-width: 768px) {
  .surlign3 {
    content: "";
    position: absolute;
    top: 9%;
    left: 36%;
    width: 27%;
    height: 16px;
    background-color: rgba(53, 0, 109, 0.16);
  }
}
.u-cadre {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px;
  position: relative;
}

#accordion .panel:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border: 1px dashed #6e8898;
  position: absolute;
  top: 25px;
  left: 18px;
}

#accordion .panel:last-child:before {
  display: none;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
}

#accordion .panel-title a {
  display: block;
  padding: 10px 30px 10px 60px;
  margin: 0;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1d3557;
  border-radius: 0;
  position: relative;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 40px;
  height: 100%;
  background: #8a8ac3;
  border: 1px solid #8a8ac3;
  border-radius: 3px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:before {
  content: "";
  background: #fff;
  border: 1px solid #6e8898;
  color: #000;
}

#accordion .panel-body {
  padding: 10px 30px 10px 30px;
  margin-left: 40px;
  background: #fff;
  border-top: none;
  font-size: 15px;
  color: #6f6f6f;
  line-height: 28px;
  letter-spacing: 1px;
}

#accordion .panel-text a {
  display: block;
  margin-right: auto;
  padding: 2px 2px 2px 50px;
  background: #fff;
  letter-spacing: 1px;
  color: #1d3557;
  border-radius: 0;
  position: relative;
}

#accordion .panel-text a:before,
#accordion .panel-text a.collapsed:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 40px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  font-size: 17px;
  color: #000;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}

#accordion .panel-text a.collapsed:before {
  content: "";
  background: #fff;
  color: #000;
}

.unitee-css-checklist {
  --text: #414856;
  --disabled: #C3C8DE;
  --border-radius: 10px;
  width: var(--width);
  height: var(--height);
  border-radius: var(--border-radius);
  position: relative;
  padding: 30px 45px;
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
}
.unitee-css-checklist a label {
  color: var(--text);
  position: relative;
  cursor: pointer;
  display: grid;
  align-items: center;
  width: fit-content;
  transition: color 0.3s ease;
}
.unitee-css-checklist a label::before, .unitee-css-checklist a label::after {
  content: "";
  position: absolute;
  color: black;
}
.unitee-css-checklist a label::before {
  height: 2px;
  width: 8px;
  left: -27px;
  background: var(--check);
  border-radius: 2px;
  transition: background 0.3s ease;
}
.unitee-css-checklist a label:after {
  height: 2px;
  width: 4px;
  top: 8px;
  left: -25px;
  border-radius: 50%;
}
.unitee-css-checklist input[type=checkbox] {
  position: relative;
  height: 15px;
  width: 15px;
  outline: none;
  border: 0;
  margin: 0.5rem;
  cursor: pointer;
  background: var(--background);
  display: grid;
  align-items: center;
}
.unitee-css-checklist input[type=checkbox]::before, .unitee-css-checklist input[type=checkbox]::after {
  content: "";
  position: absolute;
  height: 2px;
  top: auto;
  background: var(--check);
  border-radius: 2px;
}
.unitee-css-checklist input[type=checkbox]::before {
  width: 0px;
  right: 60%;
  transform-origin: right bottom;
}
.unitee-css-checklist input[type=checkbox]::after {
  width: 0px;
  left: 40%;
  transform-origin: left bottom;
}
.unitee-css-checklist input[type=checkbox]:checked::before {
  animation: check-01 0.4s ease forwards;
}
.unitee-css-checklist input[type=checkbox]:checked::after {
  animation: check-02 0.4s ease forwards;
}
.unitee-css-checklist input[type=checkbox]:checked + a label {
  color: var(--disabled);
  animation: move 0.3s ease 0.1s forwards;
}
.unitee-css-checklist input[type=checkbox]:checked + a label::before {
  background: var(--disabled);
  animation: slice 0.4s ease forwards;
}
.unitee-css-checklist input[type=checkbox]:checked + a label::after {
  animation: firework 0.5s ease forwards 0.1s;
}

@keyframes move {
  50% {
    padding-left: 8px;
    padding-right: 0px;
  }
  100% {
    padding-right: 4px;
  }
}
@keyframes slice {
  60% {
    width: 100%;
    left: 4px;
  }
  100% {
    width: 100%;
    left: -2px;
    padding-left: 0;
  }
}
@keyframes check-01 {
  0% {
    width: 4px;
    top: auto;
    transform: rotate(0);
  }
  50% {
    width: 0px;
    top: auto;
    transform: rotate(0);
  }
  51% {
    width: 0px;
    top: 8px;
    transform: rotate(45deg);
  }
  100% {
    width: 5px;
    top: 8px;
    transform: rotate(45deg);
  }
}
@keyframes check-02 {
  0% {
    width: 4px;
    top: auto;
    transform: rotate(0);
  }
  50% {
    width: 0px;
    top: auto;
    transform: rotate(0);
  }
  51% {
    width: 0px;
    top: 8px;
    transform: rotate(-45deg);
  }
  100% {
    width: 10px;
    top: 8px;
    transform: rotate(-45deg);
  }
}
@keyframes firework {
  0% {
    opacity: 1;
    box-shadow: 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    box-shadow: 0 -15px 0 0px #4F29F0, 14px -8px 0 0px #4F29F0, 14px 8px 0 0px #4F29F0, 0 15px 0 0px #4F29F0, -14px 8px 0 0px #4F29F0, -14px -8px 0 0px #4F29F0;
  }
}
.btn-article {
  background: #BBA3FF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

/*# sourceMappingURL=style.css.map */
