@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (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: #FF3098;
  --bs-red: #BD1C4F;
  --bs-orange: #fd7e14;
  --bs-yellow: #B28C00;
  --bs-green: #198754;
  --bs-teal: #237B8C;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0e75be;
  --bs-secondary: #2c3b71;
  --bs-success: #14a8a0;
  --bs-info: #02aeef;
  --bs-warning: #fabc4f;
  --bs-danger: #d80700;
  --bs-light: #e9ecef;
  --bs-dark: #212529;
  --bs-white: #ffffff;
  --bs-black: #000000;
  --bs-violet: #43228A;
  --bs-red: #BD1C4F;
  --bs-teal: #237B8C;
  --bs-navy: #0A3B69;
  --bs-yellow: #B28C00;
  --bs-limegreen: #748C23;
  --bs-mintgreen: #11734F;
  --bs-brown: #734711;
  --bs-primary-rgb: 14, 117, 190;
  --bs-secondary-rgb: 44, 59, 113;
  --bs-success-rgb: 20, 168, 160;
  --bs-info-rgb: 2, 174, 239;
  --bs-warning-rgb: 250, 188, 79;
  --bs-danger-rgb: 216, 7, 0;
  --bs-light-rgb: 233, 236, 239;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-violet-rgb: 67, 34, 138;
  --bs-red-rgb: 189, 28, 79;
  --bs-teal-rgb: 35, 123, 140;
  --bs-navy-rgb: 10, 59, 105;
  --bs-yellow-rgb: 178, 140, 0;
  --bs-limegreen-rgb: 116, 140, 35;
  --bs-mintgreen-rgb: 17, 115, 79;
  --bs-brown-rgb: 115, 71, 17;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 77, 77, 77;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Poppins", sans-serif;
  --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));
  --bs-root-font-size: 14px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: rgb(76.5, 76.5, 76.5);
  --bs-body-bg: #ffffff;
}

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

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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: 600;
  line-height: 1.2;
  color: #000000;
}

h1, .h1 {
  font-size: calc(1.4107rem + 1.9284vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.857rem;
  }
}

h2, .h2 {
  font-size: calc(1.3536rem + 1.2432vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.286rem;
  }
}

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

h4, .h4 {
  font-size: calc(1.2964rem + 0.5568vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.714rem;
  }
}

h5, .h5 {
  font-size: calc(1.2679rem + 0.2148vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.429rem;
  }
}

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

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

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: 600;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0e75be;
  text-decoration: none;
}
a:hover {
  color: none;
}

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: #FF3098;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0.5rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 600;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  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.15rem;
  font-weight: 400;
}

.display-1 {
  font-size: calc(1.811rem + 6.732vw);
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 6.86rem;
  }
}

.display-2 {
  font-size: calc(1.754rem + 6.048vw);
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 6.29rem;
  }
}

.display-3 {
  font-size: calc(1.689rem + 5.268vw);
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 5.64rem;
  }
}

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

.display-5 {
  font-size: calc(1.554rem + 3.648vw);
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 4.29rem;
  }
}

.display-6 {
  font-size: calc(1.49rem + 2.88vw);
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 3.65rem;
  }
}

.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: 0.5rem;
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  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-2xl,
.container-xxl,
.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;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container-2xl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1520px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-start-1 {
  grid-column-start: 1;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-4 {
  grid-column-start: 4;
}
.grid .g-start-5 {
  grid-column-start: 5;
}
.grid .g-start-6 {
  grid-column-start: 6;
}
.grid .g-start-7 {
  grid-column-start: 7;
}
.grid .g-start-8 {
  grid-column-start: 8;
}
.grid .g-start-9 {
  grid-column-start: 9;
}
.grid .g-start-10 {
  grid-column-start: 10;
}
.grid .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  .grid .g-col-xxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xxl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1600px) {
  .grid .g-col-2xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-2xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-2xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-2xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-2xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-2xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-2xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-2xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-2xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-2xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-2xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-2xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-2xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-2xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-2xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-2xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-2xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-2xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-2xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-2xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-2xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-2xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-2xl-11 {
    grid-column-start: 11;
  }
}

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

.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,
.card-badge .card-body > .row > .col-text > .row {
  --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-3lg,
.gx-3lg {
  --bs-gutter-x: 1.15rem;
}

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

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

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

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

.g-4,
.gy-4,
.card-badge .card-body > .row > .col-text > .row {
  --bs-gutter-y: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.g-6,
.gx-6 {
  --bs-gutter-x: 4.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 4.5rem;
}

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

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

.g-7sm,
.gx-7sm {
  --bs-gutter-x: 5.5rem;
}

.g-7sm,
.gy-7sm {
  --bs-gutter-y: 5.5rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 6rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 6rem;
}

.g-7lg,
.gx-7lg {
  --bs-gutter-x: 6.5rem;
}

.g-7lg,
.gy-7lg {
  --bs-gutter-y: 6.5rem;
}

@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%;
  }
  .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-3lg,
  .gx-sm-3lg {
    --bs-gutter-x: 1.15rem;
  }
  .g-sm-3lg,
  .gy-sm-3lg {
    --bs-gutter-y: 1.15rem;
  }
  .g-sm-4sm,
  .gx-sm-4sm {
    --bs-gutter-x: 1.35rem;
  }
  .g-sm-4sm,
  .gy-sm-4sm {
    --bs-gutter-y: 1.35rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-4lg,
  .gx-sm-4lg {
    --bs-gutter-x: 2rem;
  }
  .g-sm-4lg,
  .gy-sm-4lg {
    --bs-gutter-y: 2rem;
  }
  .g-sm-5sm,
  .gx-sm-5sm {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-5sm,
  .gy-sm-5sm {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-5lg,
  .gx-sm-5lg {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-5lg,
  .gy-sm-5lg {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-6sm,
  .gx-sm-6sm {
    --bs-gutter-x: 4rem;
  }
  .g-sm-6sm,
  .gy-sm-6sm {
    --bs-gutter-y: 4rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-6lg,
  .gx-sm-6lg {
    --bs-gutter-x: 5rem;
  }
  .g-sm-6lg,
  .gy-sm-6lg {
    --bs-gutter-y: 5rem;
  }
  .g-sm-7sm,
  .gx-sm-7sm {
    --bs-gutter-x: 5.5rem;
  }
  .g-sm-7sm,
  .gy-sm-7sm {
    --bs-gutter-y: 5.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-7lg,
  .gx-sm-7lg {
    --bs-gutter-x: 6.5rem;
  }
  .g-sm-7lg,
  .gy-sm-7lg {
    --bs-gutter-y: 6.5rem;
  }
}
@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%;
  }
  .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-3lg,
  .gx-md-3lg {
    --bs-gutter-x: 1.15rem;
  }
  .g-md-3lg,
  .gy-md-3lg {
    --bs-gutter-y: 1.15rem;
  }
  .g-md-4sm,
  .gx-md-4sm {
    --bs-gutter-x: 1.35rem;
  }
  .g-md-4sm,
  .gy-md-4sm {
    --bs-gutter-y: 1.35rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-4lg,
  .gx-md-4lg {
    --bs-gutter-x: 2rem;
  }
  .g-md-4lg,
  .gy-md-4lg {
    --bs-gutter-y: 2rem;
  }
  .g-md-5sm,
  .gx-md-5sm {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-5sm,
  .gy-md-5sm {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-5lg,
  .gx-md-5lg {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-5lg,
  .gy-md-5lg {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-6sm,
  .gx-md-6sm {
    --bs-gutter-x: 4rem;
  }
  .g-md-6sm,
  .gy-md-6sm {
    --bs-gutter-y: 4rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-6lg,
  .gx-md-6lg {
    --bs-gutter-x: 5rem;
  }
  .g-md-6lg,
  .gy-md-6lg {
    --bs-gutter-y: 5rem;
  }
  .g-md-7sm,
  .gx-md-7sm {
    --bs-gutter-x: 5.5rem;
  }
  .g-md-7sm,
  .gy-md-7sm {
    --bs-gutter-y: 5.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 6rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 6rem;
  }
  .g-md-7lg,
  .gx-md-7lg {
    --bs-gutter-x: 6.5rem;
  }
  .g-md-7lg,
  .gy-md-7lg {
    --bs-gutter-y: 6.5rem;
  }
}
@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%;
  }
  .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-3lg,
  .gx-lg-3lg {
    --bs-gutter-x: 1.15rem;
  }
  .g-lg-3lg,
  .gy-lg-3lg {
    --bs-gutter-y: 1.15rem;
  }
  .g-lg-4sm,
  .gx-lg-4sm {
    --bs-gutter-x: 1.35rem;
  }
  .g-lg-4sm,
  .gy-lg-4sm {
    --bs-gutter-y: 1.35rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-4lg,
  .gx-lg-4lg {
    --bs-gutter-x: 2rem;
  }
  .g-lg-4lg,
  .gy-lg-4lg {
    --bs-gutter-y: 2rem;
  }
  .g-lg-5sm,
  .gx-lg-5sm {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-5sm,
  .gy-lg-5sm {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-5lg,
  .gx-lg-5lg {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-5lg,
  .gy-lg-5lg {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-6sm,
  .gx-lg-6sm {
    --bs-gutter-x: 4rem;
  }
  .g-lg-6sm,
  .gy-lg-6sm {
    --bs-gutter-y: 4rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-6lg,
  .gx-lg-6lg {
    --bs-gutter-x: 5rem;
  }
  .g-lg-6lg,
  .gy-lg-6lg {
    --bs-gutter-y: 5rem;
  }
  .g-lg-7sm,
  .gx-lg-7sm {
    --bs-gutter-x: 5.5rem;
  }
  .g-lg-7sm,
  .gy-lg-7sm {
    --bs-gutter-y: 5.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-7lg,
  .gx-lg-7lg {
    --bs-gutter-x: 6.5rem;
  }
  .g-lg-7lg,
  .gy-lg-7lg {
    --bs-gutter-y: 6.5rem;
  }
}
@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%;
  }
  .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-3lg,
  .gx-xl-3lg {
    --bs-gutter-x: 1.15rem;
  }
  .g-xl-3lg,
  .gy-xl-3lg {
    --bs-gutter-y: 1.15rem;
  }
  .g-xl-4sm,
  .gx-xl-4sm {
    --bs-gutter-x: 1.35rem;
  }
  .g-xl-4sm,
  .gy-xl-4sm {
    --bs-gutter-y: 1.35rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-4lg,
  .gx-xl-4lg {
    --bs-gutter-x: 2rem;
  }
  .g-xl-4lg,
  .gy-xl-4lg {
    --bs-gutter-y: 2rem;
  }
  .g-xl-5sm,
  .gx-xl-5sm {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-5sm,
  .gy-xl-5sm {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-5lg,
  .gx-xl-5lg {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-5lg,
  .gy-xl-5lg {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-6sm,
  .gx-xl-6sm {
    --bs-gutter-x: 4rem;
  }
  .g-xl-6sm,
  .gy-xl-6sm {
    --bs-gutter-y: 4rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-6lg,
  .gx-xl-6lg {
    --bs-gutter-x: 5rem;
  }
  .g-xl-6lg,
  .gy-xl-6lg {
    --bs-gutter-y: 5rem;
  }
  .g-xl-7sm,
  .gx-xl-7sm {
    --bs-gutter-x: 5.5rem;
  }
  .g-xl-7sm,
  .gy-xl-7sm {
    --bs-gutter-y: 5.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-7lg,
  .gx-xl-7lg {
    --bs-gutter-x: 6.5rem;
  }
  .g-xl-7lg,
  .gy-xl-7lg {
    --bs-gutter-y: 6.5rem;
  }
}
@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-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-3lg,
  .gx-xxl-3lg {
    --bs-gutter-x: 1.15rem;
  }
  .g-xxl-3lg,
  .gy-xxl-3lg {
    --bs-gutter-y: 1.15rem;
  }
  .g-xxl-4sm,
  .gx-xxl-4sm {
    --bs-gutter-x: 1.35rem;
  }
  .g-xxl-4sm,
  .gy-xxl-4sm {
    --bs-gutter-y: 1.35rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-4lg,
  .gx-xxl-4lg {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-4lg,
  .gy-xxl-4lg {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-5sm,
  .gx-xxl-5sm {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-5sm,
  .gy-xxl-5sm {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-5lg,
  .gx-xxl-5lg {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-5lg,
  .gy-xxl-5lg {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-6sm,
  .gx-xxl-6sm {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-6sm,
  .gy-xxl-6sm {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-6lg,
  .gx-xxl-6lg {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-6lg,
  .gy-xxl-6lg {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-7sm,
  .gx-xxl-7sm {
    --bs-gutter-x: 5.5rem;
  }
  .g-xxl-7sm,
  .gy-xxl-7sm {
    --bs-gutter-y: 5.5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-7lg,
  .gx-xxl-7lg {
    --bs-gutter-x: 6.5rem;
  }
  .g-xxl-7lg,
  .gy-xxl-7lg {
    --bs-gutter-y: 6.5rem;
  }
}
@media (min-width: 1600px) {
  .col-2xl {
    flex: 1 0 0%;
  }
  .row-cols-2xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-2xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-2xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-2xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-2xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-2xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-2xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-2xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-2xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-2xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-2xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-2xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-2xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-2xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-2xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-2xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-2xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-2xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-2xl-0 {
    margin-left: 0;
  }
  .offset-2xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-2xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-2xl-3 {
    margin-left: 25%;
  }
  .offset-2xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-2xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-2xl-6 {
    margin-left: 50%;
  }
  .offset-2xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-2xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-2xl-9 {
    margin-left: 75%;
  }
  .offset-2xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-2xl-11 {
    margin-left: 91.66666667%;
  }
  .g-2xl-0,
  .gx-2xl-0 {
    --bs-gutter-x: 0;
  }
  .g-2xl-0,
  .gy-2xl-0 {
    --bs-gutter-y: 0;
  }
  .g-2xl-1,
  .gx-2xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-2xl-1,
  .gy-2xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-2xl-2,
  .gx-2xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-2xl-2,
  .gy-2xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-2xl-3,
  .gx-2xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-2xl-3,
  .gy-2xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-2xl-3lg,
  .gx-2xl-3lg {
    --bs-gutter-x: 1.15rem;
  }
  .g-2xl-3lg,
  .gy-2xl-3lg {
    --bs-gutter-y: 1.15rem;
  }
  .g-2xl-4sm,
  .gx-2xl-4sm {
    --bs-gutter-x: 1.35rem;
  }
  .g-2xl-4sm,
  .gy-2xl-4sm {
    --bs-gutter-y: 1.35rem;
  }
  .g-2xl-4,
  .gx-2xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-2xl-4,
  .gy-2xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-2xl-4lg,
  .gx-2xl-4lg {
    --bs-gutter-x: 2rem;
  }
  .g-2xl-4lg,
  .gy-2xl-4lg {
    --bs-gutter-y: 2rem;
  }
  .g-2xl-5sm,
  .gx-2xl-5sm {
    --bs-gutter-x: 2.5rem;
  }
  .g-2xl-5sm,
  .gy-2xl-5sm {
    --bs-gutter-y: 2.5rem;
  }
  .g-2xl-5,
  .gx-2xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-2xl-5,
  .gy-2xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-2xl-5lg,
  .gx-2xl-5lg {
    --bs-gutter-x: 3.5rem;
  }
  .g-2xl-5lg,
  .gy-2xl-5lg {
    --bs-gutter-y: 3.5rem;
  }
  .g-2xl-6sm,
  .gx-2xl-6sm {
    --bs-gutter-x: 4rem;
  }
  .g-2xl-6sm,
  .gy-2xl-6sm {
    --bs-gutter-y: 4rem;
  }
  .g-2xl-6,
  .gx-2xl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-2xl-6,
  .gy-2xl-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-2xl-6lg,
  .gx-2xl-6lg {
    --bs-gutter-x: 5rem;
  }
  .g-2xl-6lg,
  .gy-2xl-6lg {
    --bs-gutter-y: 5rem;
  }
  .g-2xl-7sm,
  .gx-2xl-7sm {
    --bs-gutter-x: 5.5rem;
  }
  .g-2xl-7sm,
  .gy-2xl-7sm {
    --bs-gutter-y: 5.5rem;
  }
  .g-2xl-7,
  .gx-2xl-7 {
    --bs-gutter-x: 6rem;
  }
  .g-2xl-7,
  .gy-2xl-7 {
    --bs-gutter-y: 6rem;
  }
  .g-2xl-7lg,
  .gx-2xl-7lg {
    --bs-gutter-x: 6.5rem;
  }
  .g-2xl-7lg,
  .gy-2xl-7lg {
    --bs-gutter-y: 6.5rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: rgb(76.5, 76.5, 76.5);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: rgb(76.5, 76.5, 76.5);
  --bs-table-active-bg: rgba(0, 0, 0, 0.05);
  --bs-table-hover-color: rgb(76.5, 76.5, 76.5);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 1rem;
  color: rgb(76.5, 76.5, 76.5);
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.75rem 0.75rem;
  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(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

.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-borderless > :not(:first-child) {
  border-top-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: #0e75be;
  --bs-table-striped-bg: rgb(26.05, 123.9, 193.25);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(26.05, 123.9, 193.25);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(38.1, 130.8, 196.5);
  --bs-table-hover-color: #000000;
  color: #ffffff;
  border-color: rgb(38.1, 130.8, 196.5);
}

.table-secondary {
  --bs-table-bg: #2c3b71;
  --bs-table-striped-bg: rgb(54.55, 68.8, 120.1);
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: rgb(54.55, 68.8, 120.1);
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: rgb(65.1, 78.6, 127.2);
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: rgb(65.1, 78.6, 127.2);
}

.table-success {
  --bs-table-bg: #14a8a0;
  --bs-table-striped-bg: rgb(19, 159.6, 152);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(19, 159.6, 152);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(18, 151.2, 144);
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: rgb(18, 151.2, 144);
}

.table-info {
  --bs-table-bg: #02aeef;
  --bs-table-striped-bg: rgb(1.9, 165.3, 227.05);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(1.9, 165.3, 227.05);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(1.8, 156.6, 215.1);
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: rgb(1.8, 156.6, 215.1);
}

.table-warning {
  --bs-table-bg: #fabc4f;
  --bs-table-striped-bg: rgb(237.5, 178.6, 75.05);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(237.5, 178.6, 75.05);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(225, 169.2, 71.1);
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: rgb(225, 169.2, 71.1);
}

.table-danger {
  --bs-table-bg: #d80700;
  --bs-table-striped-bg: rgb(217.95, 19.4, 12.75);
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: rgb(217.95, 19.4, 12.75);
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: rgb(219.9, 31.8, 25.5);
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: rgb(219.9, 31.8, 25.5);
}

.table-light {
  --bs-table-bg: #e9ecef;
  --bs-table-striped-bg: rgb(221.35, 224.2, 227.05);
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: rgb(221.35, 224.2, 227.05);
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: rgb(209.7, 212.4, 215.1);
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: rgb(209.7, 212.4, 215.1);
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: rgb(55.2, 58.8, 62.4);
}

.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;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-2xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1rem;
}

.col-form-label-sm {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 0.8125rem;
}

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

.form-control {
  display: block;
  width: 100%;
  padding: 12px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgb(76.5, 76.5, 76.5);
  background-color: #f0f0f0;
  background-clip: padding-box;
  border: 1px solid transparent;
  appearance: none;
  border-radius: 0.5rem;
  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: rgb(76.5, 76.5, 76.5);
  background-color: #f0f0f0;
  border-color: #007aff;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.1);
}
.form-control::-webkit-date-and-time-value {
  height: 1.6em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 12px 15px;
  margin: -12px -15px;
  margin-inline-end: 15px;
  color: rgb(76.5, 76.5, 76.5);
  background-color: #e2e2e2;
  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: rgb(214.7, 214.7, 214.7);
}
.form-control::-webkit-file-upload-button {
  padding: 12px 15px;
  margin: -12px -15px;
  margin-inline-end: 15px;
  color: rgb(76.5, 76.5, 76.5);
  background-color: #e2e2e2;
  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: rgb(214.7, 214.7, 214.7);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 12px 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: rgb(76.5, 76.5, 76.5);
  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.6em + 22px);
  padding: 10px 15px;
  font-size: 0.8125rem;
  border-radius: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 10px 15px;
  margin: -10px -15px;
  margin-inline-end: 15px;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 10px 15px;
  margin: -10px -15px;
  margin-inline-end: 15px;
}

.form-control-lg {
  min-height: calc(1.6em + 32px);
  padding: 15px 23px;
  font-size: 1rem;
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 15px 23px;
  margin: -15px -23px;
  margin-inline-end: 23px;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 15px 23px;
  margin: -15px -23px;
  margin-inline-end: 23px;
}

textarea.form-control {
  min-height: calc(1.6em + 26px);
}
textarea.form-control-sm {
  min-height: calc(1.6em + 22px);
}
textarea.form-control-lg {
  min-height: calc(1.6em + 32px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 12px;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.6em;
  border-radius: 0.5rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.6em;
  border-radius: 0.5rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 12px 45px 12px 15px;
  -moz-padding-start: 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgb(76.5, 76.5, 76.5);
  background-color: #f0f0f0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px 12px;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  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: #007aff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(14, 117, 190, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 15px;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 rgb(76.5, 76.5, 76.5);
}

.form-select-sm {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 0.8125rem;
  border-radius: 0.5rem;
}

.form-select-lg {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 23px;
  font-size: 1rem;
  border-radius: 0.5rem;
}

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

.form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.175em;
  vertical-align: top;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #007aff;
  outline: 0;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #0e75be;
  border-color: #0e75be;
}
.form-check-input:checked[type=checkbox] {
  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='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%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='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0e75be;
  border-color: #0e75be;
  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='%23ffffff' 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: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-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='%23007aff'/%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='%23ffffff'/%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 #ffffff, 0 0 0 4px rgba(0, 122, 255, 0.1);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 4px rgba(0, 122, 255, 0.1);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0e75be;
  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: rgb(182.7, 213.6, 235.5);
}
.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: #0e75be;
  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: rgb(182.7, 213.6, 235.5);
}
.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 15px;
  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 15px;
}
.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: 5px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgb(76.5, 76.5, 76.5);
  text-align: center;
  white-space: nowrap;
  background-color: #e2e2e2;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 10px 15px;
  font-size: 0.8125rem;
  border-radius: 0.5rem;
}

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

.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: #14a8a0;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 5px 10px;
  margin-top: 0.1rem;
  font-size: 1rem;
  color: #000000;
  background-color: #14a8a0;
  border-radius: 0.5rem;
}

.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: #14a8a0;
  padding-right: calc(1.6em + 24px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2314a8a0' 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.4em + 6px) center;
  background-size: calc(0.8em + 12px) calc(0.8em + 12px);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #14a8a0;
  box-shadow: 0 0 0 0.25rem rgba(20, 168, 160, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 24px);
  background-position: top calc(0.4em + 6px) right calc(0.4em + 6px);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #14a8a0;
}
.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: 82.5px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2314a8a0' 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 15px center, center right 45px;
  background-size: 16px 12px, calc(0.8em + 12px) calc(0.8em + 12px);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #14a8a0;
  box-shadow: 0 0 0 0.25rem rgba(20, 168, 160, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #14a8a0;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #14a8a0;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(20, 168, 160, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #14a8a0;
}

.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: #d80700;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 5px 10px;
  margin-top: 0.1rem;
  font-size: 1rem;
  color: #ffffff;
  background-color: #d80700;
  border-radius: 0.5rem;
}

.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: #d80700;
  padding-right: calc(1.6em + 24px);
  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='%23d80700'%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='%23d80700' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 6px) center;
  background-size: calc(0.8em + 12px) calc(0.8em + 12px);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #d80700;
  box-shadow: 0 0 0 0.25rem rgba(216, 7, 0, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 24px);
  background-position: top calc(0.4em + 6px) right calc(0.4em + 6px);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #d80700;
}
.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: 82.5px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d80700'%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='%23d80700' stroke='none'/%3e%3c/svg%3e");
  background-position: right 15px center, center right 45px;
  background-size: 16px 12px, calc(0.8em + 12px) calc(0.8em + 12px);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #d80700;
  box-shadow: 0 0 0 0.25rem rgba(216, 7, 0, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #d80700;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #d80700;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 7, 0, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d80700;
}

.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: 600;
  line-height: 1.6;
  color: rgb(76.5, 76.5, 76.5);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.53em 1.43em;
  font-size: 1.143rem;
  border-radius: 0.5rem;
  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: rgb(76.5, 76.5, 76.5);
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(14, 117, 190, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #ffffff;
  background-color: #0e75be;
  border-color: transparent;
  box-shadow: none;
}
.btn-primary.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-primary:hover {
  color: #ffffff;
  background-color: rgb(50.15, 137.7, 199.75);
}
.btn-primary:hover.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #ffffff;
  background-color: rgb(50.15, 137.7, 199.75);
  box-shadow: none;
}
.btn-check:focus + .btn-primary.btn-light, .btn-primary:focus.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(74.25, 151.5, 206.25);
}
.btn-check:checked + .btn-primary.btn-light, .btn-check:active + .btn-primary.btn-light, .btn-primary:active.btn-light, .btn-primary.active.btn-light, .show > .btn-primary.dropdown-toggle.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.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: none;
}
.btn-primary:disabled, .btn-primary.disabled {
  color: darkness(#0e75be);
  background-color: 40%;
  border-color: transparent;
}

.btn-secondary {
  color: #ffffff;
  background-color: #2c3b71;
  border-color: transparent;
  box-shadow: none;
}
.btn-secondary.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: rgb(75.65, 88.4, 134.3);
}
.btn-secondary:hover.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #ffffff;
  background-color: rgb(75.65, 88.4, 134.3);
  box-shadow: none;
}
.btn-check:focus + .btn-secondary.btn-light, .btn-secondary:focus.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(96.75, 108, 148.5);
}
.btn-check:checked + .btn-secondary.btn-light, .btn-check:active + .btn-secondary.btn-light, .btn-secondary:active.btn-light, .btn-secondary.active.btn-light, .show > .btn-secondary.dropdown-toggle.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.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: none;
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: darkness(#2c3b71);
  background-color: 30.7843137255%;
  border-color: transparent;
}

.btn-success {
  color: #ffffff;
  background-color: #14a8a0;
  border-color: transparent;
  box-shadow: none;
}
.btn-success.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-success:hover {
  color: #ffffff;
  background-color: rgb(55.25, 181.05, 174.25);
}
.btn-success:hover.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #ffffff;
  background-color: rgb(55.25, 181.05, 174.25);
  box-shadow: none;
}
.btn-check:focus + .btn-success.btn-light, .btn-success:focus.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(78.75, 189.75, 183.75);
}
.btn-check:checked + .btn-success.btn-light, .btn-check:active + .btn-success.btn-light, .btn-success:active.btn-light, .btn-success.active.btn-light, .show > .btn-success.dropdown-toggle.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.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: none;
}
.btn-success:disabled, .btn-success.disabled {
  color: darkness(#14a8a0);
  background-color: 36.862745098%;
  border-color: transparent;
}

.btn-info {
  color: #ffffff;
  background-color: #02aeef;
  border-color: transparent;
  box-shadow: none;
}
.btn-info.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-info:hover {
  color: #ffffff;
  background-color: rgb(39.95, 186.15, 241.4);
}
.btn-info:hover.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #ffffff;
  background-color: rgb(39.95, 186.15, 241.4);
  box-shadow: none;
}
.btn-check:focus + .btn-info.btn-light, .btn-info:focus.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(65.25, 194.25, 243);
}
.btn-check:checked + .btn-info.btn-light, .btn-check:active + .btn-info.btn-light, .btn-info:active.btn-light, .btn-info.active.btn-light, .show > .btn-info.dropdown-toggle.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.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: none;
}
.btn-info:disabled, .btn-info.disabled {
  color: darkness(#02aeef);
  background-color: 47.2549019608%;
  border-color: transparent;
}

.btn-warning {
  color: #ffffff;
  background-color: #fabc4f;
  border-color: transparent;
  box-shadow: none;
}
.btn-warning.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-warning:hover {
  color: #ffffff;
  background-color: rgb(250.75, 198.05, 105.4);
}
.btn-warning:hover.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #ffffff;
  background-color: rgb(250.75, 198.05, 105.4);
  box-shadow: none;
}
.btn-check:focus + .btn-warning.btn-light, .btn-warning:focus.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(251.25, 204.75, 123);
}
.btn-check:checked + .btn-warning.btn-light, .btn-check:active + .btn-warning.btn-light, .btn-warning:active.btn-light, .btn-warning.active.btn-light, .show > .btn-warning.dropdown-toggle.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.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: none;
}
.btn-warning:disabled, .btn-warning.disabled {
  color: darkness(#fabc4f);
  background-color: 64.5098039216%;
  border-color: transparent;
}

.btn-danger {
  color: #ffffff;
  background-color: #d80700;
  border-color: transparent;
  box-shadow: none;
}
.btn-danger.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-danger:hover {
  color: #ffffff;
  background-color: rgb(221.85, 44.2, 38.25);
}
.btn-danger:hover.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #ffffff;
  background-color: rgb(221.85, 44.2, 38.25);
  box-shadow: none;
}
.btn-check:focus + .btn-danger.btn-light, .btn-danger:focus.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(225.75, 69, 63.75);
}
.btn-check:checked + .btn-danger.btn-light, .btn-check:active + .btn-danger.btn-light, .btn-danger:active.btn-light, .btn-danger.active.btn-light, .show > .btn-danger.dropdown-toggle.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.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: none;
}
.btn-danger:disabled, .btn-danger.disabled {
  color: darkness(#d80700);
  background-color: 42.3529411765%;
  border-color: transparent;
}

.btn-light {
  color: #ffffff;
  background-color: #e9ecef;
  border-color: transparent;
  box-shadow: none;
}
.btn-light.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-light:hover {
  color: #ffffff;
  background-color: rgb(236.3, 238.85, 241.4);
}
.btn-light:hover.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #ffffff;
  background-color: rgb(236.3, 238.85, 241.4);
  box-shadow: none;
}
.btn-check:focus + .btn-light.btn-light, .btn-light:focus.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(238.5, 240.75, 243);
}
.btn-check:checked + .btn-light.btn-light, .btn-check:active + .btn-light.btn-light, .btn-light:active.btn-light, .btn-light.active.btn-light, .show > .btn-light.dropdown-toggle.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.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: none;
}
.btn-light:disabled, .btn-light.disabled {
  color: darkness(#e9ecef);
  background-color: 92.5490196078%;
  border-color: transparent;
}

.btn-dark {
  color: #ffffff;
  background-color: #212529;
  border-color: transparent;
  box-shadow: none;
}
.btn-dark.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-dark:hover {
  color: #ffffff;
  background-color: rgb(66.3, 69.7, 73.1);
}
.btn-dark:hover.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #ffffff;
  background-color: rgb(66.3, 69.7, 73.1);
  box-shadow: none;
}
.btn-check:focus + .btn-dark.btn-light, .btn-dark:focus.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(88.5, 91.5, 94.5);
}
.btn-check:checked + .btn-dark.btn-light, .btn-check:active + .btn-dark.btn-light, .btn-dark:active.btn-light, .btn-dark.active.btn-light, .show > .btn-dark.dropdown-toggle.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.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: none;
}
.btn-dark:disabled, .btn-dark.disabled {
  color: darkness(#212529);
  background-color: 14.5098039216%;
  border-color: transparent;
}

.btn-white {
  color: #ffffff;
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
}
.btn-white.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-white:hover {
  color: #ffffff;
  background-color: white;
}
.btn-white:hover.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #ffffff;
  background-color: white;
  box-shadow: none;
}
.btn-check:focus + .btn-white.btn-light, .btn-white:focus.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #ffffff;
  background-color: white;
}
.btn-check:checked + .btn-white.btn-light, .btn-check:active + .btn-white.btn-light, .btn-white:active.btn-light, .btn-white.active.btn-light, .show > .btn-white.dropdown-toggle.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-white:disabled, .btn-white.disabled {
  color: darkness(#ffffff);
  background-color: 100%;
  border-color: transparent;
}

.btn-black {
  color: #ffffff;
  background-color: #000000;
  border-color: transparent;
  box-shadow: none;
}
.btn-black.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-black:hover {
  color: #ffffff;
  background-color: rgb(38.25, 38.25, 38.25);
}
.btn-black:hover.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-black, .btn-black:focus {
  color: #ffffff;
  background-color: rgb(38.25, 38.25, 38.25);
  box-shadow: none;
}
.btn-check:focus + .btn-black.btn-light, .btn-black:focus.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-black, .btn-check:active + .btn-black, .btn-black:active, .btn-black.active, .show > .btn-black.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(63.75, 63.75, 63.75);
}
.btn-check:checked + .btn-black.btn-light, .btn-check:active + .btn-black.btn-light, .btn-black:active.btn-light, .btn-black.active.btn-light, .show > .btn-black.dropdown-toggle.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-black:disabled, .btn-black.disabled {
  color: darkness(#000000);
  background-color: 0%;
  border-color: transparent;
}

.btn-violet {
  color: #ffffff;
  background-color: #43228A;
  border-color: transparent;
  box-shadow: none;
}
.btn-violet.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-violet:hover {
  color: #ffffff;
  background-color: rgb(95.2, 67.15, 155.55);
}
.btn-violet:hover.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-violet, .btn-violet:focus {
  color: #ffffff;
  background-color: rgb(95.2, 67.15, 155.55);
  box-shadow: none;
}
.btn-check:focus + .btn-violet.btn-light, .btn-violet:focus.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-violet, .btn-check:active + .btn-violet, .btn-violet:active, .btn-violet.active, .show > .btn-violet.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(114, 89.25, 167.25);
}
.btn-check:checked + .btn-violet.btn-light, .btn-check:active + .btn-violet.btn-light, .btn-violet:active.btn-light, .btn-violet.active.btn-light, .show > .btn-violet.dropdown-toggle.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-violet:focus, .btn-check:active + .btn-violet:focus, .btn-violet:active:focus, .btn-violet.active:focus, .show > .btn-violet.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-violet:disabled, .btn-violet.disabled {
  color: darkness(#43228A);
  background-color: 33.7254901961%;
  border-color: transparent;
}

.btn-red {
  color: #ffffff;
  background-color: #BD1C4F;
  border-color: transparent;
  box-shadow: none;
}
.btn-red.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-red:hover {
  color: #ffffff;
  background-color: rgb(198.9, 62.05, 105.4);
}
.btn-red:hover.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-red, .btn-red:focus {
  color: #ffffff;
  background-color: rgb(198.9, 62.05, 105.4);
  box-shadow: none;
}
.btn-check:focus + .btn-red.btn-light, .btn-red:focus.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-red, .btn-check:active + .btn-red, .btn-red:active, .btn-red.active, .show > .btn-red.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(205.5, 84.75, 123);
}
.btn-check:checked + .btn-red.btn-light, .btn-check:active + .btn-red.btn-light, .btn-red:active.btn-light, .btn-red.active.btn-light, .show > .btn-red.dropdown-toggle.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-red:focus, .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-red:disabled, .btn-red.disabled {
  color: darkness(#BD1C4F);
  background-color: 42.5490196078%;
  border-color: transparent;
}

.btn-teal {
  color: #ffffff;
  background-color: #237B8C;
  border-color: transparent;
  box-shadow: none;
}
.btn-teal.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-teal:hover {
  color: #ffffff;
  background-color: rgb(68, 142.8, 157.25);
}
.btn-teal:hover.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-teal, .btn-teal:focus {
  color: #ffffff;
  background-color: rgb(68, 142.8, 157.25);
  box-shadow: none;
}
.btn-check:focus + .btn-teal.btn-light, .btn-teal:focus.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-teal, .btn-check:active + .btn-teal, .btn-teal:active, .btn-teal.active, .show > .btn-teal.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(90, 156, 168.75);
}
.btn-check:checked + .btn-teal.btn-light, .btn-check:active + .btn-teal.btn-light, .btn-teal:active.btn-light, .btn-teal.active.btn-light, .show > .btn-teal.dropdown-toggle.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-teal:focus, .btn-check:active + .btn-teal:focus, .btn-teal:active:focus, .btn-teal.active:focus, .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-teal:disabled, .btn-teal.disabled {
  color: darkness(#237B8C);
  background-color: 34.3137254902%;
  border-color: transparent;
}

.btn-navy {
  color: #ffffff;
  background-color: #0A3B69;
  border-color: transparent;
  box-shadow: none;
}
.btn-navy.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-navy:hover {
  color: #ffffff;
  background-color: rgb(46.75, 88.4, 127.5);
}
.btn-navy:hover.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-navy, .btn-navy:focus {
  color: #ffffff;
  background-color: rgb(46.75, 88.4, 127.5);
  box-shadow: none;
}
.btn-check:focus + .btn-navy.btn-light, .btn-navy:focus.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-navy, .btn-check:active + .btn-navy, .btn-navy:active, .btn-navy.active, .show > .btn-navy.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(71.25, 108, 142.5);
}
.btn-check:checked + .btn-navy.btn-light, .btn-check:active + .btn-navy.btn-light, .btn-navy:active.btn-light, .btn-navy.active.btn-light, .show > .btn-navy.dropdown-toggle.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-navy:focus, .btn-check:active + .btn-navy:focus, .btn-navy:active:focus, .btn-navy.active:focus, .show > .btn-navy.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-navy:disabled, .btn-navy.disabled {
  color: darkness(#0A3B69);
  background-color: 22.5490196078%;
  border-color: transparent;
}

.btn-yellow {
  color: #ffffff;
  background-color: #B28C00;
  border-color: transparent;
  box-shadow: none;
}
.btn-yellow.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-yellow:hover {
  color: #ffffff;
  background-color: rgb(189.55, 157.25, 38.25);
}
.btn-yellow:hover.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-yellow, .btn-yellow:focus {
  color: #ffffff;
  background-color: rgb(189.55, 157.25, 38.25);
  box-shadow: none;
}
.btn-check:focus + .btn-yellow.btn-light, .btn-yellow:focus.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-yellow, .btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active, .show > .btn-yellow.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(197.25, 168.75, 63.75);
}
.btn-check:checked + .btn-yellow.btn-light, .btn-check:active + .btn-yellow.btn-light, .btn-yellow:active.btn-light, .btn-yellow.active.btn-light, .show > .btn-yellow.dropdown-toggle.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-yellow:focus, .btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-yellow:disabled, .btn-yellow.disabled {
  color: darkness(#B28C00);
  background-color: 34.9019607843%;
  border-color: transparent;
}

.btn-limegreen {
  color: #ffffff;
  background-color: #748C23;
  border-color: transparent;
  box-shadow: none;
}
.btn-limegreen.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-limegreen:hover {
  color: #ffffff;
  background-color: rgb(136.85, 157.25, 68);
}
.btn-limegreen:hover.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-limegreen, .btn-limegreen:focus {
  color: #ffffff;
  background-color: rgb(136.85, 157.25, 68);
  box-shadow: none;
}
.btn-check:focus + .btn-limegreen.btn-light, .btn-limegreen:focus.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-limegreen, .btn-check:active + .btn-limegreen, .btn-limegreen:active, .btn-limegreen.active, .show > .btn-limegreen.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(150.75, 168.75, 90);
}
.btn-check:checked + .btn-limegreen.btn-light, .btn-check:active + .btn-limegreen.btn-light, .btn-limegreen:active.btn-light, .btn-limegreen.active.btn-light, .show > .btn-limegreen.dropdown-toggle.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-limegreen:focus, .btn-check:active + .btn-limegreen:focus, .btn-limegreen:active:focus, .btn-limegreen.active:focus, .show > .btn-limegreen.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-limegreen:disabled, .btn-limegreen.disabled {
  color: darkness(#748C23);
  background-color: 34.3137254902%;
  border-color: transparent;
}

.btn-mintgreen {
  color: #ffffff;
  background-color: #11734F;
  border-color: transparent;
  box-shadow: none;
}
.btn-mintgreen.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-mintgreen:hover {
  color: #ffffff;
  background-color: rgb(52.7, 136, 105.4);
}
.btn-mintgreen:hover.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-mintgreen, .btn-mintgreen:focus {
  color: #ffffff;
  background-color: rgb(52.7, 136, 105.4);
  box-shadow: none;
}
.btn-check:focus + .btn-mintgreen.btn-light, .btn-mintgreen:focus.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-mintgreen, .btn-check:active + .btn-mintgreen, .btn-mintgreen:active, .btn-mintgreen.active, .show > .btn-mintgreen.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(76.5, 150, 123);
}
.btn-check:checked + .btn-mintgreen.btn-light, .btn-check:active + .btn-mintgreen.btn-light, .btn-mintgreen:active.btn-light, .btn-mintgreen.active.btn-light, .show > .btn-mintgreen.dropdown-toggle.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-mintgreen:focus, .btn-check:active + .btn-mintgreen:focus, .btn-mintgreen:active:focus, .btn-mintgreen.active:focus, .show > .btn-mintgreen.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-mintgreen:disabled, .btn-mintgreen.disabled {
  color: darkness(#11734F);
  background-color: 25.8823529412%;
  border-color: transparent;
}

.btn-brown {
  color: #ffffff;
  background-color: #734711;
  border-color: transparent;
  box-shadow: none;
}
.btn-brown.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-brown:hover {
  color: #ffffff;
  background-color: rgb(136, 98.6, 52.7);
}
.btn-brown:hover.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-brown, .btn-brown:focus {
  color: #ffffff;
  background-color: rgb(136, 98.6, 52.7);
  box-shadow: none;
}
.btn-check:focus + .btn-brown.btn-light, .btn-brown:focus.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-brown, .btn-check:active + .btn-brown, .btn-brown:active, .btn-brown.active, .show > .btn-brown.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(150, 117, 76.5);
}
.btn-check:checked + .btn-brown.btn-light, .btn-check:active + .btn-brown.btn-light, .btn-brown:active.btn-light, .btn-brown.active.btn-light, .show > .btn-brown.dropdown-toggle.btn-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-brown:focus, .btn-check:active + .btn-brown:focus, .btn-brown:active:focus, .btn-brown.active:focus, .show > .btn-brown.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-brown:disabled, .btn-brown.disabled {
  color: darkness(#734711);
  background-color: 25.8823529412%;
  border-color: transparent;
}

.btn-outline-primary {
  color: #0e75be;
  border-color: #0e75be;
}
.btn-outline-primary.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-outline-primary:hover {
  color: #0e75be;
  background-color: rgba(14, 117, 190, 0.1);
  border-color: #0e75be;
}
.btn-outline-primary:hover.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: none;
}
.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: #0e75be;
  background-color: rgba(14, 117, 190, 0.2);
  border-color: #0e75be;
}
.btn-check:checked + .btn-outline-primary.btn-outline-light, .btn-check:active + .btn-outline-primary.btn-outline-light, .btn-outline-primary:active.btn-outline-light, .btn-outline-primary.active.btn-outline-light, .btn-outline-primary.dropdown-toggle.show.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.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: none;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0e75be;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #2c3b71;
  border-color: #2c3b71;
}
.btn-outline-secondary.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-outline-secondary:hover {
  color: #2c3b71;
  background-color: rgba(44, 59, 113, 0.1);
  border-color: #2c3b71;
}
.btn-outline-secondary:hover.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: none;
}
.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: #2c3b71;
  background-color: rgba(44, 59, 113, 0.2);
  border-color: #2c3b71;
}
.btn-check:checked + .btn-outline-secondary.btn-outline-light, .btn-check:active + .btn-outline-secondary.btn-outline-light, .btn-outline-secondary:active.btn-outline-light, .btn-outline-secondary.active.btn-outline-light, .btn-outline-secondary.dropdown-toggle.show.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.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: none;
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #2c3b71;
  background-color: transparent;
}

.btn-outline-success {
  color: #14a8a0;
  border-color: #14a8a0;
}
.btn-outline-success.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-outline-success:hover {
  color: #14a8a0;
  background-color: rgba(20, 168, 160, 0.1);
  border-color: #14a8a0;
}
.btn-outline-success:hover.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: none;
}
.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: #14a8a0;
  background-color: rgba(20, 168, 160, 0.2);
  border-color: #14a8a0;
}
.btn-check:checked + .btn-outline-success.btn-outline-light, .btn-check:active + .btn-outline-success.btn-outline-light, .btn-outline-success:active.btn-outline-light, .btn-outline-success.active.btn-outline-light, .btn-outline-success.dropdown-toggle.show.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.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: none;
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #14a8a0;
  background-color: transparent;
}

.btn-outline-info {
  color: #02aeef;
  border-color: #02aeef;
}
.btn-outline-info.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-outline-info:hover {
  color: #02aeef;
  background-color: rgba(2, 174, 239, 0.1);
  border-color: #02aeef;
}
.btn-outline-info:hover.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: none;
}
.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: #02aeef;
  background-color: rgba(2, 174, 239, 0.2);
  border-color: #02aeef;
}
.btn-check:checked + .btn-outline-info.btn-outline-light, .btn-check:active + .btn-outline-info.btn-outline-light, .btn-outline-info:active.btn-outline-light, .btn-outline-info.active.btn-outline-light, .btn-outline-info.dropdown-toggle.show.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.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: none;
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #02aeef;
  background-color: transparent;
}

.btn-outline-warning {
  color: #fabc4f;
  border-color: #fabc4f;
}
.btn-outline-warning.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-outline-warning:hover {
  color: #fabc4f;
  background-color: rgba(250, 188, 79, 0.1);
  border-color: #fabc4f;
}
.btn-outline-warning:hover.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: none;
}
.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: #fabc4f;
  background-color: rgba(250, 188, 79, 0.2);
  border-color: #fabc4f;
}
.btn-check:checked + .btn-outline-warning.btn-outline-light, .btn-check:active + .btn-outline-warning.btn-outline-light, .btn-outline-warning:active.btn-outline-light, .btn-outline-warning.active.btn-outline-light, .btn-outline-warning.dropdown-toggle.show.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.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: none;
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #fabc4f;
  background-color: transparent;
}

.btn-outline-danger {
  color: #d80700;
  border-color: #d80700;
}
.btn-outline-danger.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-outline-danger:hover {
  color: #d80700;
  background-color: rgba(216, 7, 0, 0.1);
  border-color: #d80700;
}
.btn-outline-danger:hover.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: none;
}
.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: #d80700;
  background-color: rgba(216, 7, 0, 0.2);
  border-color: #d80700;
}
.btn-check:checked + .btn-outline-danger.btn-outline-light, .btn-check:active + .btn-outline-danger.btn-outline-light, .btn-outline-danger:active.btn-outline-light, .btn-outline-danger.active.btn-outline-light, .btn-outline-danger.dropdown-toggle.show.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.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: none;
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #d80700;
  background-color: transparent;
}

.btn-outline-light {
  color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-light.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-outline-light:hover {
  color: #e9ecef;
  background-color: rgba(233, 236, 239, 0.1);
  border-color: #e9ecef;
}
.btn-outline-light:hover.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: none;
}
.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: #e9ecef;
  background-color: rgba(233, 236, 239, 0.2);
  border-color: #e9ecef;
}
.btn-check:checked + .btn-outline-light.btn-outline-light, .btn-check:active + .btn-outline-light.btn-outline-light, .btn-outline-light:active.btn-outline-light, .btn-outline-light.active.btn-outline-light, .btn-outline-light.dropdown-toggle.show.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.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: none;
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #e9ecef;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-outline-dark:hover {
  color: #212529;
  background-color: rgba(33, 37, 41, 0.1);
  border-color: #212529;
}
.btn-outline-dark:hover.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: none;
}
.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: #212529;
  background-color: rgba(33, 37, 41, 0.2);
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark.btn-outline-light, .btn-check:active + .btn-outline-dark.btn-outline-light, .btn-outline-dark:active.btn-outline-light, .btn-outline-dark.active.btn-outline-light, .btn-outline-dark.dropdown-toggle.show.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.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: none;
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-outline-white:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}
.btn-outline-white:hover.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: none;
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
}
.btn-check:checked + .btn-outline-white.btn-outline-light, .btn-check:active + .btn-outline-white.btn-outline-light, .btn-outline-white:active.btn-outline-light, .btn-outline-white.active.btn-outline-light, .btn-outline-white.dropdown-toggle.show.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-black {
  color: #000000;
  border-color: #000000;
}
.btn-outline-black.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-outline-black:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: #000000;
}
.btn-outline-black:hover.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  box-shadow: none;
}
.btn-check:checked + .btn-outline-black, .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #000000;
}
.btn-check:checked + .btn-outline-black.btn-outline-light, .btn-check:active + .btn-outline-black.btn-outline-light, .btn-outline-black:active.btn-outline-light, .btn-outline-black.active.btn-outline-light, .btn-outline-black.dropdown-toggle.show.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-outline-black:focus, .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #000000;
  background-color: transparent;
}

.btn-outline-violet {
  color: #43228A;
  border-color: #43228A;
}
.btn-outline-violet.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-outline-violet:hover {
  color: #43228A;
  background-color: rgba(67, 34, 138, 0.1);
  border-color: #43228A;
}
.btn-outline-violet:hover.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-outline-violet, .btn-outline-violet:focus {
  box-shadow: none;
}
.btn-check:checked + .btn-outline-violet, .btn-check:active + .btn-outline-violet, .btn-outline-violet:active, .btn-outline-violet.active, .btn-outline-violet.dropdown-toggle.show {
  color: #43228A;
  background-color: rgba(67, 34, 138, 0.2);
  border-color: #43228A;
}
.btn-check:checked + .btn-outline-violet.btn-outline-light, .btn-check:active + .btn-outline-violet.btn-outline-light, .btn-outline-violet:active.btn-outline-light, .btn-outline-violet.active.btn-outline-light, .btn-outline-violet.dropdown-toggle.show.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-outline-violet:focus, .btn-check:active + .btn-outline-violet:focus, .btn-outline-violet:active:focus, .btn-outline-violet.active:focus, .btn-outline-violet.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-violet:disabled, .btn-outline-violet.disabled {
  color: #43228A;
  background-color: transparent;
}

.btn-outline-red {
  color: #BD1C4F;
  border-color: #BD1C4F;
}
.btn-outline-red.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-outline-red:hover {
  color: #BD1C4F;
  background-color: rgba(189, 28, 79, 0.1);
  border-color: #BD1C4F;
}
.btn-outline-red:hover.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
  box-shadow: none;
}
.btn-check:checked + .btn-outline-red, .btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show {
  color: #BD1C4F;
  background-color: rgba(189, 28, 79, 0.2);
  border-color: #BD1C4F;
}
.btn-check:checked + .btn-outline-red.btn-outline-light, .btn-check:active + .btn-outline-red.btn-outline-light, .btn-outline-red:active.btn-outline-light, .btn-outline-red.active.btn-outline-light, .btn-outline-red.dropdown-toggle.show.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-outline-red:focus, .btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-red:disabled, .btn-outline-red.disabled {
  color: #BD1C4F;
  background-color: transparent;
}

.btn-outline-teal {
  color: #237B8C;
  border-color: #237B8C;
}
.btn-outline-teal.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-outline-teal:hover {
  color: #237B8C;
  background-color: rgba(35, 123, 140, 0.1);
  border-color: #237B8C;
}
.btn-outline-teal:hover.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-outline-teal, .btn-outline-teal:focus {
  box-shadow: none;
}
.btn-check:checked + .btn-outline-teal, .btn-check:active + .btn-outline-teal, .btn-outline-teal:active, .btn-outline-teal.active, .btn-outline-teal.dropdown-toggle.show {
  color: #237B8C;
  background-color: rgba(35, 123, 140, 0.2);
  border-color: #237B8C;
}
.btn-check:checked + .btn-outline-teal.btn-outline-light, .btn-check:active + .btn-outline-teal.btn-outline-light, .btn-outline-teal:active.btn-outline-light, .btn-outline-teal.active.btn-outline-light, .btn-outline-teal.dropdown-toggle.show.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-outline-teal:focus, .btn-check:active + .btn-outline-teal:focus, .btn-outline-teal:active:focus, .btn-outline-teal.active:focus, .btn-outline-teal.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-teal:disabled, .btn-outline-teal.disabled {
  color: #237B8C;
  background-color: transparent;
}

.btn-outline-navy {
  color: #0A3B69;
  border-color: #0A3B69;
}
.btn-outline-navy.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-outline-navy:hover {
  color: #0A3B69;
  background-color: rgba(10, 59, 105, 0.1);
  border-color: #0A3B69;
}
.btn-outline-navy:hover.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-outline-navy, .btn-outline-navy:focus {
  box-shadow: none;
}
.btn-check:checked + .btn-outline-navy, .btn-check:active + .btn-outline-navy, .btn-outline-navy:active, .btn-outline-navy.active, .btn-outline-navy.dropdown-toggle.show {
  color: #0A3B69;
  background-color: rgba(10, 59, 105, 0.2);
  border-color: #0A3B69;
}
.btn-check:checked + .btn-outline-navy.btn-outline-light, .btn-check:active + .btn-outline-navy.btn-outline-light, .btn-outline-navy:active.btn-outline-light, .btn-outline-navy.active.btn-outline-light, .btn-outline-navy.dropdown-toggle.show.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-outline-navy:focus, .btn-check:active + .btn-outline-navy:focus, .btn-outline-navy:active:focus, .btn-outline-navy.active:focus, .btn-outline-navy.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-navy:disabled, .btn-outline-navy.disabled {
  color: #0A3B69;
  background-color: transparent;
}

.btn-outline-yellow {
  color: #B28C00;
  border-color: #B28C00;
}
.btn-outline-yellow.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-outline-yellow:hover {
  color: #B28C00;
  background-color: rgba(178, 140, 0, 0.1);
  border-color: #B28C00;
}
.btn-outline-yellow:hover.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
  box-shadow: none;
}
.btn-check:checked + .btn-outline-yellow, .btn-check:active + .btn-outline-yellow, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
  color: #B28C00;
  background-color: rgba(178, 140, 0, 0.2);
  border-color: #B28C00;
}
.btn-check:checked + .btn-outline-yellow.btn-outline-light, .btn-check:active + .btn-outline-yellow.btn-outline-light, .btn-outline-yellow:active.btn-outline-light, .btn-outline-yellow.active.btn-outline-light, .btn-outline-yellow.dropdown-toggle.show.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-outline-yellow:focus, .btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
  color: #B28C00;
  background-color: transparent;
}

.btn-outline-limegreen {
  color: #748C23;
  border-color: #748C23;
}
.btn-outline-limegreen.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-outline-limegreen:hover {
  color: #748C23;
  background-color: rgba(116, 140, 35, 0.1);
  border-color: #748C23;
}
.btn-outline-limegreen:hover.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-outline-limegreen, .btn-outline-limegreen:focus {
  box-shadow: none;
}
.btn-check:checked + .btn-outline-limegreen, .btn-check:active + .btn-outline-limegreen, .btn-outline-limegreen:active, .btn-outline-limegreen.active, .btn-outline-limegreen.dropdown-toggle.show {
  color: #748C23;
  background-color: rgba(116, 140, 35, 0.2);
  border-color: #748C23;
}
.btn-check:checked + .btn-outline-limegreen.btn-outline-light, .btn-check:active + .btn-outline-limegreen.btn-outline-light, .btn-outline-limegreen:active.btn-outline-light, .btn-outline-limegreen.active.btn-outline-light, .btn-outline-limegreen.dropdown-toggle.show.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-outline-limegreen:focus, .btn-check:active + .btn-outline-limegreen:focus, .btn-outline-limegreen:active:focus, .btn-outline-limegreen.active:focus, .btn-outline-limegreen.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-limegreen:disabled, .btn-outline-limegreen.disabled {
  color: #748C23;
  background-color: transparent;
}

.btn-outline-mintgreen {
  color: #11734F;
  border-color: #11734F;
}
.btn-outline-mintgreen.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-outline-mintgreen:hover {
  color: #11734F;
  background-color: rgba(17, 115, 79, 0.1);
  border-color: #11734F;
}
.btn-outline-mintgreen:hover.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-outline-mintgreen, .btn-outline-mintgreen:focus {
  box-shadow: none;
}
.btn-check:checked + .btn-outline-mintgreen, .btn-check:active + .btn-outline-mintgreen, .btn-outline-mintgreen:active, .btn-outline-mintgreen.active, .btn-outline-mintgreen.dropdown-toggle.show {
  color: #11734F;
  background-color: rgba(17, 115, 79, 0.2);
  border-color: #11734F;
}
.btn-check:checked + .btn-outline-mintgreen.btn-outline-light, .btn-check:active + .btn-outline-mintgreen.btn-outline-light, .btn-outline-mintgreen:active.btn-outline-light, .btn-outline-mintgreen.active.btn-outline-light, .btn-outline-mintgreen.dropdown-toggle.show.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-outline-mintgreen:focus, .btn-check:active + .btn-outline-mintgreen:focus, .btn-outline-mintgreen:active:focus, .btn-outline-mintgreen.active:focus, .btn-outline-mintgreen.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-mintgreen:disabled, .btn-outline-mintgreen.disabled {
  color: #11734F;
  background-color: transparent;
}

.btn-outline-brown {
  color: #734711;
  border-color: #734711;
}
.btn-outline-brown.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-outline-brown:hover {
  color: #734711;
  background-color: rgba(115, 71, 17, 0.1);
  border-color: #734711;
}
.btn-outline-brown:hover.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:focus + .btn-outline-brown, .btn-outline-brown:focus {
  box-shadow: none;
}
.btn-check:checked + .btn-outline-brown, .btn-check:active + .btn-outline-brown, .btn-outline-brown:active, .btn-outline-brown.active, .btn-outline-brown.dropdown-toggle.show {
  color: #734711;
  background-color: rgba(115, 71, 17, 0.2);
  border-color: #734711;
}
.btn-check:checked + .btn-outline-brown.btn-outline-light, .btn-check:active + .btn-outline-brown.btn-outline-light, .btn-outline-brown:active.btn-outline-light, .btn-outline-brown.active.btn-outline-light, .btn-outline-brown.dropdown-toggle.show.btn-outline-light {
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.btn-check:checked + .btn-outline-brown:focus, .btn-check:active + .btn-outline-brown:focus, .btn-outline-brown:active:focus, .btn-outline-brown.active:focus, .btn-outline-brown.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-brown:disabled, .btn-outline-brown.disabled {
  color: #734711;
  background-color: transparent;
}

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

.btn-lg, .btn-group-lg > .btn {
  padding: 0.72em 2.1em;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

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

.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;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    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: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: rgb(76.5, 76.5, 76.5);
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
}
.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;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-2xl-start {
    --bs-position: start;
  }
  .dropdown-menu-2xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-2xl-end {
    --bs-position: end;
  }
  .dropdown-menu-2xl-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: 10px 15px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #007aff;
  background-color: rgba(0, 122, 255, 0.1);
}
.dropdown-item.active, .dropdown-item:active {
  color: #007aff;
  text-decoration: none;
  background-color: rgba(0, 122, 255, 0.1);
}
.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.5rem 15px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 10px 15px;
  color: #212529;
}

.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: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #007aff;
  background-color: rgba(0, 122, 255, 0.1);
}
.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: -2px;
}
.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.0725em;
  padding-left: 1.0725em;
}
.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: 0.9em;
  padding-left: 0.9em;
}

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

.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: -2px;
}
.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.5rem 1rem;
  color: #495657;
  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: rgba(0, 0, 0, 0.4);
}
.nav-link.disabled {
  color: rgb(127.5, 127.5, 127.5);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 0 solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  background: none;
  border: 0 solid transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: rgb(127.5, 127.5, 127.5);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.5rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #0e75be;
}

.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-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl,
.navbar > .container-2xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.18rem;
  padding-bottom: 0.18rem;
  margin-right: 1rem;
  font-size: calc(1.265rem + 0.18vw);
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .navbar-brand {
    font-size: 1.4rem;
  }
}
.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.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  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.25rem;
}

.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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-2xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-2xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-2xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-2xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-2xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-2xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-2xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-2xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-2xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-2xl .offcanvas-top,
  .navbar-expand-2xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-2xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.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: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.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: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.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: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: transparent;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.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: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: transparent;
}
.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: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}
.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: 3px;
  border-top-right-radius: 3px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 25px 20px;
}

.card-title {
  margin-bottom: 15px;
}

.card-subtitle {
  margin-top: -7.5px;
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: 20px;
}

.card-header {
  padding: 12.5px 20px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 3px 3px 0 0;
}

.card-footer {
  padding: 12.5px 20px;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 3px 3px;
}

.card-header-tabs {
  margin-right: -10px;
  margin-bottom: -12.5px;
  margin-left: -10px;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -10px;
  margin-left: -10px;
}

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

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

.card-img,
.card-img-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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: 1rem 1.25rem;
  font-size: 1rem;
  color: rgb(76.5, 76.5, 76.5);
  text-align: left;
  background-color: #ffffff;
  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: rgb(12.6, 105.3, 171);
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -1px 0 #e5e5e5;
}
.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='rgb%2812.6, 105.3, 171%29'%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: 1.25rem;
  height: 1.25rem;
  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='rgb%2876.5, 76.5, 76.5%29'%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: 1.25rem;
  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: #007aff;
  outline: 0;
  box-shadow: none;
}

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

.accordion-item {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
.accordion-item:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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

.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: 13px 15px;
  margin-bottom: 0;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
}

.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: rgba(0, 0, 0, 0.7);
}

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

.page-link {
  position: relative;
  display: block;
  color: #0e75be;
  background-color: #ffffff;
  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: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: none;
  background-color: rgba(0, 0, 0, 0.05);
  outline: 0;
  box-shadow: none;
}

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

.page-link {
  padding: 8px 12px;
}

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

.pagination-lg .page-link {
  padding: 12px 24px;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

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

.badge {
  display: inline-block;
  padding: 0.5em 0.58em;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
}
.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 45px;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 17.5px 15px;
}

.alert-primary {
  color: #0e75be;
  background-color: rgb(218.85, 234.3, 245.25);
  border-color: rgb(146.55, 192.9, 225.75);
}
.alert-primary .alert-link {
  color: rgb(11.2, 93.6, 152);
}

.alert-secondary {
  color: #2c3b71;
  background-color: rgb(223.35, 225.6, 233.7);
  border-color: rgb(160.05, 166.8, 191.1);
}
.alert-secondary .alert-link {
  color: rgb(35.2, 47.2, 90.4);
}

.alert-success {
  color: #14a8a0;
  background-color: rgb(219.75, 241.95, 240.75);
  border-color: rgb(149.25, 215.85, 212.25);
}
.alert-success .alert-link {
  color: rgb(16, 134.4, 128);
}

.alert-info {
  color: #02aeef;
  background-color: rgb(217.05, 242.85, 252.6);
  border-color: rgb(141.15, 218.55, 247.8);
}
.alert-info .alert-link {
  color: rgb(1.6, 139.2, 191.2);
}

.alert-warning {
  color: #fabc4f;
  background-color: rgb(254.25, 244.95, 228.6);
  border-color: rgb(252.75, 224.85, 175.8);
}
.alert-warning .alert-link {
  color: rgb(200, 150.4, 63.2);
}

.alert-danger {
  color: #d80700;
  background-color: rgb(249.15, 217.8, 216.75);
  border-color: rgb(237.45, 143.4, 140.25);
}
.alert-danger .alert-link {
  color: rgb(172.8, 5.6, 0);
}

.alert-light {
  color: #e9ecef;
  background-color: rgb(251.7, 252.15, 252.6);
  border-color: rgb(245.1, 246.45, 247.8);
}
.alert-light .alert-link {
  color: rgb(186.4, 188.8, 191.2);
}

.alert-dark {
  color: #212529;
  background-color: rgb(221.7, 222.3, 222.9);
  border-color: rgb(155.1, 156.9, 158.7);
}
.alert-dark .alert-link {
  color: rgb(26.4, 29.6, 32.8);
}

.alert-white {
  color: white;
  background-color: white;
  border-color: white;
}
.alert-white .alert-link {
  color: #cccccc;
}

.alert-black {
  color: black;
  background-color: rgb(216.75, 216.75, 216.75);
  border-color: rgb(140.25, 140.25, 140.25);
}
.alert-black .alert-link {
  color: black;
}

.alert-violet {
  color: #43228a;
  background-color: rgb(226.8, 221.85, 237.45);
  border-color: rgb(170.4, 155.55, 202.35);
}
.alert-violet .alert-link {
  color: rgb(53.6, 27.2, 110.4);
}

.alert-red {
  color: #bd1c4f;
  background-color: rgb(245.1, 220.95, 228.6);
  border-color: rgb(225.3, 152.85, 175.8);
}
.alert-red .alert-link {
  color: rgb(151.2, 22.4, 63.2);
}

.alert-teal {
  color: #237b8c;
  background-color: rgb(222, 235.2, 237.75);
  border-color: rgb(156, 195.6, 203.25);
}
.alert-teal .alert-link {
  color: rgb(28, 98.4, 112);
}

.alert-navy {
  color: #0a3b69;
  background-color: rgb(218.25, 225.6, 232.5);
  border-color: rgb(144.75, 166.8, 187.5);
}
.alert-navy .alert-link {
  color: rgb(8, 47.2, 84);
}

.alert-yellow {
  color: #b28c00;
  background-color: rgb(243.45, 237.75, 216.75);
  border-color: rgb(220.35, 203.25, 140.25);
}
.alert-yellow .alert-link {
  color: rgb(142.4, 112, 0);
}

.alert-limegreen {
  color: #748c23;
  background-color: rgb(234.15, 237.75, 222);
  border-color: rgb(192.45, 203.25, 156);
}
.alert-limegreen .alert-link {
  color: rgb(92.8, 112, 28);
}

.alert-mintgreen {
  color: #11734f;
  background-color: rgb(219.3, 234, 228.6);
  border-color: rgb(147.9, 192, 175.8);
}
.alert-mintgreen .alert-link {
  color: rgb(13.6, 92, 63.2);
}

.alert-brown {
  color: #734711;
  background-color: rgb(234, 227.4, 219.3);
  border-color: rgb(192, 172.2, 147.9);
}
.alert-brown .alert-link {
  color: rgb(92, 56.8, 13.6);
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #8e8e93;
  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: 17px 17px;
}

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

.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: rgb(76.5, 76.5, 76.5);
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 12px 20px;
  color: #212529;
  background-color: #ffffff;
  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: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #007aff;
  background-color: rgba(0, 122, 255, 0.1);
  border-color: rgba(0, 122, 255, 0.1);
}
.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.5rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.5rem;
  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.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    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.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    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.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    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.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    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.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    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;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-2xl {
    flex-direction: row;
  }
  .list-group-horizontal-2xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-2xl > .list-group-item:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-2xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-2xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-2xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(8.4, 70.2, 114);
  background-color: rgb(206.8, 227.4, 242);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(8.4, 70.2, 114);
  background-color: rgb(186.12, 204.66, 217.8);
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(8.4, 70.2, 114);
  border-color: rgb(8.4, 70.2, 114);
}

.list-group-item-secondary {
  color: rgb(26.4, 35.4, 67.8);
  background-color: rgb(212.8, 215.8, 226.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(26.4, 35.4, 67.8);
  background-color: rgb(191.52, 194.22, 203.94);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(26.4, 35.4, 67.8);
  border-color: rgb(26.4, 35.4, 67.8);
}

.list-group-item-success {
  color: rgb(12, 100.8, 96);
  background-color: rgb(208, 237.6, 236);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(12, 100.8, 96);
  background-color: rgb(187.2, 213.84, 212.4);
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(12, 100.8, 96);
  border-color: rgb(12, 100.8, 96);
}

.list-group-item-info {
  color: rgb(1.2, 104.4, 143.4);
  background-color: rgb(204.4, 238.8, 251.8);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(1.2, 104.4, 143.4);
  background-color: rgb(183.96, 214.92, 226.62);
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(1.2, 104.4, 143.4);
  border-color: rgb(1.2, 104.4, 143.4);
}

.list-group-item-warning {
  color: rgb(100, 75.2, 31.6);
  background-color: rgb(254, 241.6, 219.8);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(100, 75.2, 31.6);
  background-color: rgb(228.6, 217.44, 197.82);
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(100, 75.2, 31.6);
  border-color: rgb(100, 75.2, 31.6);
}

.list-group-item-danger {
  color: rgb(129.6, 4.2, 0);
  background-color: rgb(247.2, 205.4, 204);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(129.6, 4.2, 0);
  background-color: rgb(222.48, 184.86, 183.6);
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(129.6, 4.2, 0);
  border-color: rgb(129.6, 4.2, 0);
}

.list-group-item-light {
  color: rgb(93.2, 94.4, 95.6);
  background-color: rgb(250.6, 251.2, 251.8);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(93.2, 94.4, 95.6);
  background-color: rgb(225.54, 226.08, 226.62);
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(93.2, 94.4, 95.6);
  border-color: rgb(93.2, 94.4, 95.6);
}

.list-group-item-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(189.54, 190.26, 190.98);
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(19.8, 22.2, 24.6);
  border-color: rgb(19.8, 22.2, 24.6);
}

.list-group-item-white {
  color: #666666;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #666666;
  background-color: rgb(229.5, 229.5, 229.5);
}
.list-group-item-white.list-group-item-action.active {
  color: #ffffff;
  background-color: #666666;
  border-color: #666666;
}

.list-group-item-black {
  color: black;
  background-color: #cccccc;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-black.list-group-item-action.active {
  color: #ffffff;
  background-color: black;
  border-color: black;
}

.list-group-item-violet {
  color: rgb(40.2, 20.4, 82.8);
  background-color: rgb(217.4, 210.8, 231.6);
}
.list-group-item-violet.list-group-item-action:hover, .list-group-item-violet.list-group-item-action:focus {
  color: rgb(40.2, 20.4, 82.8);
  background-color: rgb(195.66, 189.72, 208.44);
}
.list-group-item-violet.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(40.2, 20.4, 82.8);
  border-color: rgb(40.2, 20.4, 82.8);
}

.list-group-item-red {
  color: rgb(113.4, 16.8, 47.4);
  background-color: rgb(241.8, 209.6, 219.8);
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: rgb(113.4, 16.8, 47.4);
  background-color: rgb(217.62, 188.64, 197.82);
}
.list-group-item-red.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(113.4, 16.8, 47.4);
  border-color: rgb(113.4, 16.8, 47.4);
}

.list-group-item-teal {
  color: rgb(21, 73.8, 84);
  background-color: rgb(211, 228.6, 232);
}
.list-group-item-teal.list-group-item-action:hover, .list-group-item-teal.list-group-item-action:focus {
  color: rgb(21, 73.8, 84);
  background-color: rgb(189.9, 205.74, 208.8);
}
.list-group-item-teal.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(21, 73.8, 84);
  border-color: rgb(21, 73.8, 84);
}

.list-group-item-navy {
  color: rgb(6, 35.4, 63);
  background-color: rgb(206, 215.8, 225);
}
.list-group-item-navy.list-group-item-action:hover, .list-group-item-navy.list-group-item-action:focus {
  color: rgb(6, 35.4, 63);
  background-color: rgb(185.4, 194.22, 202.5);
}
.list-group-item-navy.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(6, 35.4, 63);
  border-color: rgb(6, 35.4, 63);
}

.list-group-item-yellow {
  color: rgb(106.8, 84, 0);
  background-color: rgb(239.6, 232, 204);
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: rgb(106.8, 84, 0);
  background-color: rgb(215.64, 208.8, 183.6);
}
.list-group-item-yellow.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(106.8, 84, 0);
  border-color: rgb(106.8, 84, 0);
}

.list-group-item-limegreen {
  color: rgb(69.6, 84, 21);
  background-color: rgb(227.2, 232, 211);
}
.list-group-item-limegreen.list-group-item-action:hover, .list-group-item-limegreen.list-group-item-action:focus {
  color: rgb(69.6, 84, 21);
  background-color: rgb(204.48, 208.8, 189.9);
}
.list-group-item-limegreen.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(69.6, 84, 21);
  border-color: rgb(69.6, 84, 21);
}

.list-group-item-mintgreen {
  color: rgb(10.2, 69, 47.4);
  background-color: rgb(207.4, 227, 219.8);
}
.list-group-item-mintgreen.list-group-item-action:hover, .list-group-item-mintgreen.list-group-item-action:focus {
  color: rgb(10.2, 69, 47.4);
  background-color: rgb(186.66, 204.3, 197.82);
}
.list-group-item-mintgreen.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(10.2, 69, 47.4);
  border-color: rgb(10.2, 69, 47.4);
}

.list-group-item-brown {
  color: rgb(69, 42.6, 10.2);
  background-color: rgb(227, 218.2, 207.4);
}
.list-group-item-brown.list-group-item-action:hover, .list-group-item-brown.list-group-item-action:focus {
  color: rgb(69, 42.6, 10.2);
  background-color: rgb(204.3, 196.38, 186.66);
}
.list-group-item-brown.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(69, 42.6, 10.2);
  border-color: rgb(69, 42.6, 10.2);
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%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.5rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(14, 117, 190, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

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

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 1rem;
  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.5rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  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: 10px 15px;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid #e5e5e5;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.toast-header .btn-close {
  margin-right: -7.5px;
  margin-left: 15px;
}

.toast-body {
  padding: 15px;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  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: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  outline: 0;
}

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

.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.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 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.6;
}

.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.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    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;
  }
}
@media (max-width: 1599.98px) {
  .modal-fullscreen-2xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-2xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-2xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-2xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-2xl-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.6;
  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: 1rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.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: #2c3b71;
}

.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: #2c3b71;
}

.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: #2c3b71;
}

.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: #2c3b71;
}

.tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  color: #ffffff;
  text-align: center;
  background-color: #2c3b71;
  border-radius: 0.5rem;
}

.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.6;
  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: 1rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
}
.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: #e5e5e5;
}
.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: #ffffff;
}

.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: #e5e5e5;
}
.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: #ffffff;
}

.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: #e5e5e5;
}
.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: #ffffff;
}
.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 #e9ecef;
}

.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: #e5e5e5;
}
.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: #ffffff;
}

.popover-header {
  padding: 10px 15px;
  margin-bottom: 0;
  font-size: 1rem;
  color: #000000;
  background-color: #e9ecef;
  border-bottom: 1px solid #e5e5e5;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 10px 15px;
  color: rgb(76.5, 76.5, 76.5);
}

.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: #ffffff;
  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: #ffffff;
  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='%23ffffff'%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='%23ffffff'%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: 10px;
  height: 10px;
  padding: 0;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  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: #ffffff;
  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: #000000;
}
.carousel-dark .carousel-caption {
  color: #000000;
}

@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: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

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

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

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

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0e75be;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(11.2, 93.6, 152);
}

.link-secondary {
  color: #2c3b71;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(35.2, 47.2, 90.4);
}

.link-success {
  color: #14a8a0;
}
.link-success:hover, .link-success:focus {
  color: rgb(67, 185.4, 179);
}

.link-info {
  color: #02aeef;
}
.link-info:hover, .link-info:focus {
  color: rgb(52.6, 190.2, 242.2);
}

.link-warning {
  color: #fabc4f;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(251, 201.4, 114.2);
}

.link-danger {
  color: #d80700;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(172.8, 5.6, 0);
}

.link-light {
  color: #e9ecef;
}
.link-light:hover, .link-light:focus {
  color: rgb(237.4, 239.8, 242.2);
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8);
}

.link-white {
  color: #ffffff;
}
.link-white:hover, .link-white:focus {
  color: white;
}

.link-black {
  color: #000000;
}
.link-black:hover, .link-black:focus {
  color: black;
}

.link-violet {
  color: #43228A;
}
.link-violet:hover, .link-violet:focus {
  color: rgb(53.6, 27.2, 110.4);
}

.link-red {
  color: #BD1C4F;
}
.link-red:hover, .link-red:focus {
  color: rgb(151.2, 22.4, 63.2);
}

.link-teal {
  color: #237B8C;
}
.link-teal:hover, .link-teal:focus {
  color: rgb(28, 98.4, 112);
}

.link-navy {
  color: #0A3B69;
}
.link-navy:hover, .link-navy:focus {
  color: rgb(8, 47.2, 84);
}

.link-yellow {
  color: #B28C00;
}
.link-yellow:hover, .link-yellow:focus {
  color: rgb(193.4, 163, 51);
}

.link-limegreen {
  color: #748C23;
}
.link-limegreen:hover, .link-limegreen:focus {
  color: rgb(143.8, 163, 79);
}

.link-mintgreen {
  color: #11734F;
}
.link-mintgreen:hover, .link-mintgreen:focus {
  color: rgb(13.6, 92, 63.2);
}

.link-brown {
  color: #734711;
}
.link-brown:hover, .link-brown:focus {
  color: rgb(92, 56.8, 13.6);
}

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

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.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;
  }
}
@media (min-width: 1600px) {
  .sticky-2xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50, .card-grays > .card-bg {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.opacity-none {
  opacity: 0 !important;
}

.opacity-1_8 {
  opacity: 0.125 !important;
}

.opacity-1_6 {
  opacity: 0.166 !important;
}

.opacity-1_5 {
  opacity: 0.2 !important;
}

.opacity-1_4 {
  opacity: 0.25 !important;
}

.opacity-1_3 {
  opacity: 0.33 !important;
}

.opacity-1_2 {
  opacity: 0.5 !important;
}

.opacity-2_3 {
  opacity: 0.66 !important;
}

.opacity-3_4 {
  opacity: 0.75 !important;
}

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

.overflow-hidden, .card-grays > .card-bg, .card-grays, .card-icon {
  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, .card-tile > .card-body .icon-wrapper, .card-grays > .card-bg > .card-bg-start,
.card-grays > .card-bg > .card-bg-end, .card-badge .card-body > .row > .col-icon > div > span, .card-icon > .card-body .icon-wrapper > *, .img__shield__described, .img__shield, .img__logo {
  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, .card-tile > .card-body, .card-badge.card-badge-bar .col-icon, .card-badge .card-body > .row > .col-text, .card-icon > .card-body .icon-wrapper {
  display: flex !important;
}

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

.position-relative, .card-tile > .card-body .icon-wrapper, .card-tile > .card-body, .card-grays > .card-body, .card-grays, .card-icon > .card-footer, .card-icon > .card-body, .card-icon {
  position: relative !important;
}

.position-absolute, .card-bg > img, .card-bg, .card-grays > .card-bg > .card-bg-start,
.card-grays > .card-bg > .card-bg-end, .card-grays > .card-bg, .card-icon .card-bg > img, .card-icon .card-bg {
  position: absolute !important;
}

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

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

.top-0, .card-bg > img, .card-bg, .card-grays > .card-bg, .card-icon .card-bg > img, .card-icon .card-bg {
  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, .card-bg > img, .card-bg, .card-grays > .card-bg, .card-icon .card-bg > img, .card-icon .card-bg {
  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 #dee2e6 !important;
}

.border-0, .card-tile, .card-grays, .card-badge, .card-icon > .card-footer, .card-icon {
  border: 0 !important;
}

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0e75be !important;
}

.border-secondary {
  border-color: #2c3b71 !important;
}

.border-success {
  border-color: #14a8a0 !important;
}

.border-info {
  border-color: #02aeef !important;
}

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

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

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

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

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

.border-black {
  border-color: #000000 !important;
}

.border-violet {
  border-color: #43228A !important;
}

.border-red {
  border-color: #BD1C4F !important;
}

.border-teal {
  border-color: #237B8C !important;
}

.border-navy {
  border-color: #0A3B69 !important;
}

.border-yellow {
  border-color: #B28C00 !important;
}

.border-limegreen {
  border-color: #748C23 !important;
}

.border-mintgreen {
  border-color: #11734F !important;
}

.border-brown {
  border-color: #734711 !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, .card-bg > img, .card-bg, .card-grays > .card-bg, .card-icon .card-bg > img, .card-icon .card-bg {
  width: 100% !important;
}

.w-auto, .img__shield__described, .img__shield, .img__logo {
  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, .card-bg > img, .card-bg, .card-grays > .card-bg, .card-icon .card-bg > img, .card-icon .card-bg {
  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, .card-tile > .card-body, .card-badge .card-body > .row > .col-text > .row {
  flex-direction: column !important;
}

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

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

.flex-grow-0, .card-badge .card-body > .row > .col-text > .row > .col {
  flex-grow: 0 !important;
}

.flex-grow-1, .card-tile, .card-badge .card-body > .row > .col-text > .row, .card-badge {
  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, .card-badge .card-body > .row > .col-text > .row, .card-badge .card-body > .row {
  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, .card-tile > .card-body {
  gap: 1rem !important;
}

.gap-3lg {
  gap: 1.15rem !important;
}

.gap-4sm {
  gap: 1.35rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-4lg {
  gap: 2rem !important;
}

.gap-5sm {
  gap: 2.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-5lg {
  gap: 3.5rem !important;
}

.gap-6sm {
  gap: 4rem !important;
}

.gap-6 {
  gap: 4.5rem !important;
}

.gap-6lg {
  gap: 5rem !important;
}

.gap-7sm {
  gap: 5.5rem !important;
}

.gap-7 {
  gap: 6rem !important;
}

.gap-7lg {
  gap: 6.5rem !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, .card-tile > .card-body, .card-badge .card-body > .row > .col-text > .row {
  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-3lg {
  margin: 1.15rem !important;
}

.m-4sm {
  margin: 1.35rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-4lg {
  margin: 2rem !important;
}

.m-5sm {
  margin: 2.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-5lg {
  margin: 3.5rem !important;
}

.m-6sm {
  margin: 4rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.m-6lg {
  margin: 5rem !important;
}

.m-7sm {
  margin: 5.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.m-7lg {
  margin: 6.5rem !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-3lg {
  margin-right: 1.15rem !important;
  margin-left: 1.15rem !important;
}

.mx-4sm {
  margin-right: 1.35rem !important;
  margin-left: 1.35rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-4lg {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-5sm {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-5lg {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-6sm {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-6 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-6lg {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-7sm {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

.mx-7 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-7lg {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !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-3lg {
  margin-top: 1.15rem !important;
  margin-bottom: 1.15rem !important;
}

.my-4sm {
  margin-top: 1.35rem !important;
  margin-bottom: 1.35rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-4lg {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-5sm {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-5lg {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-6sm {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-6lg {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-7sm {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.my-7 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-7lg {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !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-3lg {
  margin-top: 1.15rem !important;
}

.mt-4sm {
  margin-top: 1.35rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-4lg {
  margin-top: 2rem !important;
}

.mt-5sm {
  margin-top: 2.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-5lg {
  margin-top: 3.5rem !important;
}

.mt-6sm {
  margin-top: 4rem !important;
}

.mt-6 {
  margin-top: 4.5rem !important;
}

.mt-6lg {
  margin-top: 5rem !important;
}

.mt-7sm {
  margin-top: 5.5rem !important;
}

.mt-7 {
  margin-top: 6rem !important;
}

.mt-7lg {
  margin-top: 6.5rem !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-3lg {
  margin-right: 1.15rem !important;
}

.me-4sm {
  margin-right: 1.35rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-4lg {
  margin-right: 2rem !important;
}

.me-5sm {
  margin-right: 2.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-5lg {
  margin-right: 3.5rem !important;
}

.me-6sm {
  margin-right: 4rem !important;
}

.me-6 {
  margin-right: 4.5rem !important;
}

.me-6lg {
  margin-right: 5rem !important;
}

.me-7sm {
  margin-right: 5.5rem !important;
}

.me-7 {
  margin-right: 6rem !important;
}

.me-7lg {
  margin-right: 6.5rem !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-3lg {
  margin-bottom: 1.15rem !important;
}

.mb-4sm {
  margin-bottom: 1.35rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-4lg {
  margin-bottom: 2rem !important;
}

.mb-5sm {
  margin-bottom: 2.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-5lg {
  margin-bottom: 3.5rem !important;
}

.mb-6sm {
  margin-bottom: 4rem !important;
}

.mb-6 {
  margin-bottom: 4.5rem !important;
}

.mb-6lg {
  margin-bottom: 5rem !important;
}

.mb-7sm {
  margin-bottom: 5.5rem !important;
}

.mb-7 {
  margin-bottom: 6rem !important;
}

.mb-7lg {
  margin-bottom: 6.5rem !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-3lg {
  margin-left: 1.15rem !important;
}

.ms-4sm {
  margin-left: 1.35rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-4lg {
  margin-left: 2rem !important;
}

.ms-5sm {
  margin-left: 2.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-5lg {
  margin-left: 3.5rem !important;
}

.ms-6sm {
  margin-left: 4rem !important;
}

.ms-6 {
  margin-left: 4.5rem !important;
}

.ms-6lg {
  margin-left: 5rem !important;
}

.ms-7sm {
  margin-left: 5.5rem !important;
}

.ms-7 {
  margin-left: 6rem !important;
}

.ms-7lg {
  margin-left: 6.5rem !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-n3lg {
  margin: -1.15rem !important;
}

.m-n4sm {
  margin: -1.35rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n4lg {
  margin: -2rem !important;
}

.m-n5sm {
  margin: -2.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.m-n5lg {
  margin: -3.5rem !important;
}

.m-n6sm {
  margin: -4rem !important;
}

.m-n6 {
  margin: -4.5rem !important;
}

.m-n6lg {
  margin: -5rem !important;
}

.m-n7sm {
  margin: -5.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.m-n7lg {
  margin: -6.5rem !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-n3lg {
  margin-right: -1.15rem !important;
  margin-left: -1.15rem !important;
}

.mx-n4sm {
  margin-right: -1.35rem !important;
  margin-left: -1.35rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n4lg {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.mx-n5sm {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n5lg {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.mx-n6sm {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.mx-n6 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

.mx-n6lg {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}

.mx-n7sm {
  margin-right: -5.5rem !important;
  margin-left: -5.5rem !important;
}

.mx-n7 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx-n7lg {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !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-n3lg {
  margin-top: -1.15rem !important;
  margin-bottom: -1.15rem !important;
}

.my-n4sm {
  margin-top: -1.35rem !important;
  margin-bottom: -1.35rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n4lg {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.my-n5sm {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n5lg {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n6sm {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.my-n6 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.my-n6lg {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.my-n7sm {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

.my-n7 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n7lg {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n3lg {
  margin-top: -1.15rem !important;
}

.mt-n4sm {
  margin-top: -1.35rem !important;
}

.mt-n4, .card-icon > .card-body .icon-wrapper {
  margin-top: -1.5rem !important;
}

.mt-n4lg, .card-badge .card-body > .row > .col-icon > div {
  margin-top: -2rem !important;
}

.mt-n5sm {
  margin-top: -2.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mt-n5lg {
  margin-top: -3.5rem !important;
}

.mt-n6sm {
  margin-top: -4rem !important;
}

.mt-n6 {
  margin-top: -4.5rem !important;
}

.mt-n6lg {
  margin-top: -5rem !important;
}

.mt-n7sm {
  margin-top: -5.5rem !important;
}

.mt-n7 {
  margin-top: -6rem !important;
}

.mt-n7lg {
  margin-top: -6.5rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n3lg {
  margin-right: -1.15rem !important;
}

.me-n4sm {
  margin-right: -1.35rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n4lg {
  margin-right: -2rem !important;
}

.me-n5sm {
  margin-right: -2.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.me-n5lg {
  margin-right: -3.5rem !important;
}

.me-n6sm {
  margin-right: -4rem !important;
}

.me-n6 {
  margin-right: -4.5rem !important;
}

.me-n6lg {
  margin-right: -5rem !important;
}

.me-n7sm {
  margin-right: -5.5rem !important;
}

.me-n7 {
  margin-right: -6rem !important;
}

.me-n7lg {
  margin-right: -6.5rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3, .card-badge.card-badge-bar .col-icon > div {
  margin-bottom: -1rem !important;
}

.mb-n3lg {
  margin-bottom: -1.15rem !important;
}

.mb-n4sm {
  margin-bottom: -1.35rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n4lg {
  margin-bottom: -2rem !important;
}

.mb-n5sm {
  margin-bottom: -2.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.mb-n5lg {
  margin-bottom: -3.5rem !important;
}

.mb-n6sm {
  margin-bottom: -4rem !important;
}

.mb-n6 {
  margin-bottom: -4.5rem !important;
}

.mb-n6lg {
  margin-bottom: -5rem !important;
}

.mb-n7sm {
  margin-bottom: -5.5rem !important;
}

.mb-n7 {
  margin-bottom: -6rem !important;
}

.mb-n7lg {
  margin-bottom: -6.5rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n3lg {
  margin-left: -1.15rem !important;
}

.ms-n4sm {
  margin-left: -1.35rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n4lg {
  margin-left: -2rem !important;
}

.ms-n5sm {
  margin-left: -2.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.ms-n5lg {
  margin-left: -3.5rem !important;
}

.ms-n6sm {
  margin-left: -4rem !important;
}

.ms-n6 {
  margin-left: -4.5rem !important;
}

.ms-n6lg {
  margin-left: -5rem !important;
}

.ms-n7sm {
  margin-left: -5.5rem !important;
}

.ms-n7 {
  margin-left: -6rem !important;
}

.ms-n7lg {
  margin-left: -6.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3, .card-tile > .card-body .icon-wrapper, .card-badge .card-body > .row > .col-icon > div, .card-badge .card-body, .card-icon > .card-body .icon-wrapper > * {
  padding: 1rem !important;
}

.p-3lg {
  padding: 1.15rem !important;
}

.p-4sm {
  padding: 1.35rem !important;
}

.p-4, .card-icon > .card-footer, .card-icon > .card-body {
  padding: 1.5rem !important;
}

.p-4lg {
  padding: 2rem !important;
}

.p-5sm {
  padding: 2.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-5lg {
  padding: 3.5rem !important;
}

.p-6sm {
  padding: 4rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.p-6lg {
  padding: 5rem !important;
}

.p-7sm {
  padding: 5.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.p-7lg {
  padding: 6.5rem !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-3lg {
  padding-right: 1.15rem !important;
  padding-left: 1.15rem !important;
}

.px-4sm {
  padding-right: 1.35rem !important;
  padding-left: 1.35rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-4lg {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-5sm {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-5lg {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-6sm {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-6 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-6lg {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-7sm {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.px-7 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-7lg {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !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-3lg {
  padding-top: 1.15rem !important;
  padding-bottom: 1.15rem !important;
}

.py-4sm {
  padding-top: 1.35rem !important;
  padding-bottom: 1.35rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-4lg {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-5sm {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-5lg {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-6sm {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-6lg {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-7sm {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.py-7 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-7lg {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3, .card-icon > .card-footer {
  padding-top: 1rem !important;
}

.pt-3lg {
  padding-top: 1.15rem !important;
}

.pt-4sm {
  padding-top: 1.35rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-4lg, .card-badge .card-body > .row > .col-icon > div, .card-badge .card-body, .card-icon > .card-body .icon-wrapper > * {
  padding-top: 2rem !important;
}

.pt-5sm {
  padding-top: 2.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-5lg {
  padding-top: 3.5rem !important;
}

.pt-6sm {
  padding-top: 4rem !important;
}

.pt-6 {
  padding-top: 4.5rem !important;
}

.pt-6lg {
  padding-top: 5rem !important;
}

.pt-7sm {
  padding-top: 5.5rem !important;
}

.pt-7 {
  padding-top: 6rem !important;
}

.pt-7lg {
  padding-top: 6.5rem !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-3lg {
  padding-right: 1.15rem !important;
}

.pe-4sm {
  padding-right: 1.35rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-4lg {
  padding-right: 2rem !important;
}

.pe-5sm {
  padding-right: 2.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-5lg {
  padding-right: 3.5rem !important;
}

.pe-6sm {
  padding-right: 4rem !important;
}

.pe-6 {
  padding-right: 4.5rem !important;
}

.pe-6lg {
  padding-right: 5rem !important;
}

.pe-7sm {
  padding-right: 5.5rem !important;
}

.pe-7 {
  padding-right: 6rem !important;
}

.pe-7lg {
  padding-right: 6.5rem !important;
}

.pb-0, .card-icon > .card-body {
  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-3lg {
  padding-bottom: 1.15rem !important;
}

.pb-4sm {
  padding-bottom: 1.35rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-4lg {
  padding-bottom: 2rem !important;
}

.pb-5sm {
  padding-bottom: 2.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-5lg {
  padding-bottom: 3.5rem !important;
}

.pb-6sm {
  padding-bottom: 4rem !important;
}

.pb-6 {
  padding-bottom: 4.5rem !important;
}

.pb-6lg {
  padding-bottom: 5rem !important;
}

.pb-7sm {
  padding-bottom: 5.5rem !important;
}

.pb-7 {
  padding-bottom: 6rem !important;
}

.pb-7lg {
  padding-bottom: 6.5rem !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-3lg {
  padding-left: 1.15rem !important;
}

.ps-4sm {
  padding-left: 1.35rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-4lg {
  padding-left: 2rem !important;
}

.ps-5sm {
  padding-left: 2.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-5lg {
  padding-left: 3.5rem !important;
}

.ps-6sm {
  padding-left: 4rem !important;
}

.ps-6 {
  padding-left: 4.5rem !important;
}

.ps-6lg {
  padding-left: 5rem !important;
}

.ps-7sm {
  padding-left: 5.5rem !important;
}

.ps-7 {
  padding-left: 6rem !important;
}

.ps-7lg {
  padding-left: 6.5rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.4107rem + 1.9284vw) !important;
}

.fs-2 {
  font-size: calc(1.3536rem + 1.2432vw) !important;
}

.fs-3 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-4 {
  font-size: calc(1.2964rem + 0.5568vw) !important;
}

.fs-5 {
  font-size: calc(1.2679rem + 0.2148vw) !important;
}

.fs-6 {
  font-size: 1.143rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.6 !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 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-white, .card-tile > .card-body .icon-wrapper, .card-badge .card-body > .row > .col-icon > div > span {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-violet {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-violet-rgb), var(--bs-text-opacity)) !important;
}

.text-red {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important;
}

.text-teal {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-teal-rgb), var(--bs-text-opacity)) !important;
}

.text-navy {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-navy-rgb), var(--bs-text-opacity)) !important;
}

.text-yellow {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-rgb), var(--bs-text-opacity)) !important;
}

.text-limegreen {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-limegreen-rgb), var(--bs-text-opacity)) !important;
}

.text-mintgreen {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-mintgreen-rgb), var(--bs-text-opacity)) !important;
}

.text-brown {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-brown-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-opacity-none {
  --bs-text-opacity: 0;
}

.text-opacity-1_8 {
  --bs-text-opacity: 0.125;
}

.text-opacity-1_6 {
  --bs-text-opacity: 0.166;
}

.text-opacity-1_5 {
  --bs-text-opacity: 0.2;
}

.text-opacity-1_4 {
  --bs-text-opacity: 0.25;
}

.text-opacity-1_3 {
  --bs-text-opacity: 0.33;
}

.text-opacity-1_2 {
  --bs-text-opacity: 0.5;
}

.text-opacity-2_3 {
  --bs-text-opacity: 0.66;
}

.text-opacity-3_4 {
  --bs-text-opacity: 0.75;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light, .card-grays {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-violet {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-violet-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}

.bg-teal {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-teal-rgb), var(--bs-bg-opacity)) !important;
}

.bg-navy {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-navy-rgb), var(--bs-bg-opacity)) !important;
}

.bg-yellow {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}

.bg-limegreen {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-limegreen-rgb), var(--bs-bg-opacity)) !important;
}

.bg-mintgreen {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-mintgreen-rgb), var(--bs-bg-opacity)) !important;
}

.bg-brown {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-brown-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent, .card-icon > .card-footer {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-opacity-none {
  --bs-bg-opacity: 0;
}

.bg-opacity-1_8 {
  --bs-bg-opacity: 0.125;
}

.bg-opacity-1_6 {
  --bs-bg-opacity: 0.166;
}

.bg-opacity-1_5 {
  --bs-bg-opacity: 0.2;
}

.bg-opacity-1_4 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-1_3 {
  --bs-bg-opacity: 0.33;
}

.bg-opacity-1_2 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-2_3 {
  --bs-bg-opacity: 0.66;
}

.bg-opacity-3_4 {
  --bs-bg-opacity: 0.75;
}

.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.5rem !important;
}

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

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

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

.rounded-3, .card-tile > .card-body .icon-wrapper, .card-tile, .card-grays {
  border-radius: 0.5rem !important;
}

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !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;
  }
  .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-3lg {
    gap: 1.15rem !important;
  }
  .gap-sm-4sm {
    gap: 1.35rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-4lg {
    gap: 2rem !important;
  }
  .gap-sm-5sm {
    gap: 2.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-5lg {
    gap: 3.5rem !important;
  }
  .gap-sm-6sm {
    gap: 4rem !important;
  }
  .gap-sm-6 {
    gap: 4.5rem !important;
  }
  .gap-sm-6lg {
    gap: 5rem !important;
  }
  .gap-sm-7sm {
    gap: 5.5rem !important;
  }
  .gap-sm-7 {
    gap: 6rem !important;
  }
  .gap-sm-7lg {
    gap: 6.5rem !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-3lg {
    margin: 1.15rem !important;
  }
  .m-sm-4sm {
    margin: 1.35rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-4lg {
    margin: 2rem !important;
  }
  .m-sm-5sm {
    margin: 2.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-5lg {
    margin: 3.5rem !important;
  }
  .m-sm-6sm {
    margin: 4rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .m-sm-6lg {
    margin: 5rem !important;
  }
  .m-sm-7sm {
    margin: 5.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .m-sm-7lg {
    margin: 6.5rem !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-3lg {
    margin-right: 1.15rem !important;
    margin-left: 1.15rem !important;
  }
  .mx-sm-4sm {
    margin-right: 1.35rem !important;
    margin-left: 1.35rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-4lg {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-5sm {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-5lg {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-6sm {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-6lg {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-7sm {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-7lg {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !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-3lg {
    margin-top: 1.15rem !important;
    margin-bottom: 1.15rem !important;
  }
  .my-sm-4sm {
    margin-top: 1.35rem !important;
    margin-bottom: 1.35rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-4lg {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-5sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-5lg {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-6sm {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-6lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-7sm {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-7lg {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !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-3lg {
    margin-top: 1.15rem !important;
  }
  .mt-sm-4sm {
    margin-top: 1.35rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-4lg {
    margin-top: 2rem !important;
  }
  .mt-sm-5sm {
    margin-top: 2.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-5lg {
    margin-top: 3.5rem !important;
  }
  .mt-sm-6sm {
    margin-top: 4rem !important;
  }
  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-6lg {
    margin-top: 5rem !important;
  }
  .mt-sm-7sm {
    margin-top: 5.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 6rem !important;
  }
  .mt-sm-7lg {
    margin-top: 6.5rem !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-3lg {
    margin-right: 1.15rem !important;
  }
  .me-sm-4sm {
    margin-right: 1.35rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-4lg {
    margin-right: 2rem !important;
  }
  .me-sm-5sm {
    margin-right: 2.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-5lg {
    margin-right: 3.5rem !important;
  }
  .me-sm-6sm {
    margin-right: 4rem !important;
  }
  .me-sm-6 {
    margin-right: 4.5rem !important;
  }
  .me-sm-6lg {
    margin-right: 5rem !important;
  }
  .me-sm-7sm {
    margin-right: 5.5rem !important;
  }
  .me-sm-7 {
    margin-right: 6rem !important;
  }
  .me-sm-7lg {
    margin-right: 6.5rem !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-3lg {
    margin-bottom: 1.15rem !important;
  }
  .mb-sm-4sm {
    margin-bottom: 1.35rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-4lg {
    margin-bottom: 2rem !important;
  }
  .mb-sm-5sm {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-5lg {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-6sm {
    margin-bottom: 4rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-6lg {
    margin-bottom: 5rem !important;
  }
  .mb-sm-7sm {
    margin-bottom: 5.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7lg {
    margin-bottom: 6.5rem !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-3lg {
    margin-left: 1.15rem !important;
  }
  .ms-sm-4sm {
    margin-left: 1.35rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-4lg {
    margin-left: 2rem !important;
  }
  .ms-sm-5sm {
    margin-left: 2.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-5lg {
    margin-left: 3.5rem !important;
  }
  .ms-sm-6sm {
    margin-left: 4rem !important;
  }
  .ms-sm-6 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-6lg {
    margin-left: 5rem !important;
  }
  .ms-sm-7sm {
    margin-left: 5.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 6rem !important;
  }
  .ms-sm-7lg {
    margin-left: 6.5rem !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-n3lg {
    margin: -1.15rem !important;
  }
  .m-sm-n4sm {
    margin: -1.35rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n4lg {
    margin: -2rem !important;
  }
  .m-sm-n5sm {
    margin: -2.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n5lg {
    margin: -3.5rem !important;
  }
  .m-sm-n6sm {
    margin: -4rem !important;
  }
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .m-sm-n6lg {
    margin: -5rem !important;
  }
  .m-sm-n7sm {
    margin: -5.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .m-sm-n7lg {
    margin: -6.5rem !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-n3lg {
    margin-right: -1.15rem !important;
    margin-left: -1.15rem !important;
  }
  .mx-sm-n4sm {
    margin-right: -1.35rem !important;
    margin-left: -1.35rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n4lg {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n5sm {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n5lg {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-sm-n6sm {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-sm-n6lg {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n7sm {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-sm-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n7lg {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !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-n3lg {
    margin-top: -1.15rem !important;
    margin-bottom: -1.15rem !important;
  }
  .my-sm-n4sm {
    margin-top: -1.35rem !important;
    margin-bottom: -1.35rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n4lg {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n5sm {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n5lg {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-sm-n6sm {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-sm-n6lg {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n7sm {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-sm-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n7lg {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !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-n3lg {
    margin-top: -1.15rem !important;
  }
  .mt-sm-n4sm {
    margin-top: -1.35rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n4lg {
    margin-top: -2rem !important;
  }
  .mt-sm-n5sm {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n5lg {
    margin-top: -3.5rem !important;
  }
  .mt-sm-n6sm {
    margin-top: -4rem !important;
  }
  .mt-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-sm-n6lg {
    margin-top: -5rem !important;
  }
  .mt-sm-n7sm {
    margin-top: -5.5rem !important;
  }
  .mt-sm-n7 {
    margin-top: -6rem !important;
  }
  .mt-sm-n7lg {
    margin-top: -6.5rem !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-n3lg {
    margin-right: -1.15rem !important;
  }
  .me-sm-n4sm {
    margin-right: -1.35rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n4lg {
    margin-right: -2rem !important;
  }
  .me-sm-n5sm {
    margin-right: -2.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n5lg {
    margin-right: -3.5rem !important;
  }
  .me-sm-n6sm {
    margin-right: -4rem !important;
  }
  .me-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .me-sm-n6lg {
    margin-right: -5rem !important;
  }
  .me-sm-n7sm {
    margin-right: -5.5rem !important;
  }
  .me-sm-n7 {
    margin-right: -6rem !important;
  }
  .me-sm-n7lg {
    margin-right: -6.5rem !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-n3lg {
    margin-bottom: -1.15rem !important;
  }
  .mb-sm-n4sm {
    margin-bottom: -1.35rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n4lg {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n5sm {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n5lg {
    margin-bottom: -3.5rem !important;
  }
  .mb-sm-n6sm {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mb-sm-n6lg {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n7sm {
    margin-bottom: -5.5rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n7lg {
    margin-bottom: -6.5rem !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-n3lg {
    margin-left: -1.15rem !important;
  }
  .ms-sm-n4sm {
    margin-left: -1.35rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n4lg {
    margin-left: -2rem !important;
  }
  .ms-sm-n5sm {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n5lg {
    margin-left: -3.5rem !important;
  }
  .ms-sm-n6sm {
    margin-left: -4rem !important;
  }
  .ms-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .ms-sm-n6lg {
    margin-left: -5rem !important;
  }
  .ms-sm-n7sm {
    margin-left: -5.5rem !important;
  }
  .ms-sm-n7 {
    margin-left: -6rem !important;
  }
  .ms-sm-n7lg {
    margin-left: -6.5rem !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-3lg {
    padding: 1.15rem !important;
  }
  .p-sm-4sm {
    padding: 1.35rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-4lg {
    padding: 2rem !important;
  }
  .p-sm-5sm {
    padding: 2.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-5lg {
    padding: 3.5rem !important;
  }
  .p-sm-6sm {
    padding: 4rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .p-sm-6lg {
    padding: 5rem !important;
  }
  .p-sm-7sm {
    padding: 5.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .p-sm-7lg {
    padding: 6.5rem !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-3lg {
    padding-right: 1.15rem !important;
    padding-left: 1.15rem !important;
  }
  .px-sm-4sm {
    padding-right: 1.35rem !important;
    padding-left: 1.35rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-4lg {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-5sm {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-5lg {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-6sm {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-6lg {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-7sm {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-sm-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-7lg {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !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-3lg {
    padding-top: 1.15rem !important;
    padding-bottom: 1.15rem !important;
  }
  .py-sm-4sm {
    padding-top: 1.35rem !important;
    padding-bottom: 1.35rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-4lg {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-5sm {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-5lg {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-6sm {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-6lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-7sm {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-7lg {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !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-3lg {
    padding-top: 1.15rem !important;
  }
  .pt-sm-4sm {
    padding-top: 1.35rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-4lg {
    padding-top: 2rem !important;
  }
  .pt-sm-5sm {
    padding-top: 2.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-5lg {
    padding-top: 3.5rem !important;
  }
  .pt-sm-6sm {
    padding-top: 4rem !important;
  }
  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-6lg {
    padding-top: 5rem !important;
  }
  .pt-sm-7sm {
    padding-top: 5.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 6rem !important;
  }
  .pt-sm-7lg {
    padding-top: 6.5rem !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-3lg {
    padding-right: 1.15rem !important;
  }
  .pe-sm-4sm {
    padding-right: 1.35rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-4lg {
    padding-right: 2rem !important;
  }
  .pe-sm-5sm {
    padding-right: 2.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-5lg {
    padding-right: 3.5rem !important;
  }
  .pe-sm-6sm {
    padding-right: 4rem !important;
  }
  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-6lg {
    padding-right: 5rem !important;
  }
  .pe-sm-7sm {
    padding-right: 5.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 6rem !important;
  }
  .pe-sm-7lg {
    padding-right: 6.5rem !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-3lg {
    padding-bottom: 1.15rem !important;
  }
  .pb-sm-4sm {
    padding-bottom: 1.35rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-4lg {
    padding-bottom: 2rem !important;
  }
  .pb-sm-5sm {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-5lg {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-6sm {
    padding-bottom: 4rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-6lg {
    padding-bottom: 5rem !important;
  }
  .pb-sm-7sm {
    padding-bottom: 5.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7lg {
    padding-bottom: 6.5rem !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-3lg {
    padding-left: 1.15rem !important;
  }
  .ps-sm-4sm {
    padding-left: 1.35rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-4lg {
    padding-left: 2rem !important;
  }
  .ps-sm-5sm {
    padding-left: 2.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-5lg {
    padding-left: 3.5rem !important;
  }
  .ps-sm-6sm {
    padding-left: 4rem !important;
  }
  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-6lg {
    padding-left: 5rem !important;
  }
  .ps-sm-7sm {
    padding-left: 5.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 6rem !important;
  }
  .ps-sm-7lg {
    padding-left: 6.5rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !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;
  }
  .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-3lg {
    gap: 1.15rem !important;
  }
  .gap-md-4sm {
    gap: 1.35rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-4lg {
    gap: 2rem !important;
  }
  .gap-md-5sm {
    gap: 2.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-5lg {
    gap: 3.5rem !important;
  }
  .gap-md-6sm {
    gap: 4rem !important;
  }
  .gap-md-6 {
    gap: 4.5rem !important;
  }
  .gap-md-6lg {
    gap: 5rem !important;
  }
  .gap-md-7sm {
    gap: 5.5rem !important;
  }
  .gap-md-7 {
    gap: 6rem !important;
  }
  .gap-md-7lg {
    gap: 6.5rem !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-3lg {
    margin: 1.15rem !important;
  }
  .m-md-4sm {
    margin: 1.35rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-4lg {
    margin: 2rem !important;
  }
  .m-md-5sm {
    margin: 2.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-5lg {
    margin: 3.5rem !important;
  }
  .m-md-6sm {
    margin: 4rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .m-md-6lg {
    margin: 5rem !important;
  }
  .m-md-7sm {
    margin: 5.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .m-md-7lg {
    margin: 6.5rem !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-3lg {
    margin-right: 1.15rem !important;
    margin-left: 1.15rem !important;
  }
  .mx-md-4sm {
    margin-right: 1.35rem !important;
    margin-left: 1.35rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-4lg {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-5sm {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-5lg {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-6sm {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-6lg {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-7sm {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-md-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-7lg {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !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-3lg {
    margin-top: 1.15rem !important;
    margin-bottom: 1.15rem !important;
  }
  .my-md-4sm {
    margin-top: 1.35rem !important;
    margin-bottom: 1.35rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-4lg {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-5sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-5lg {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-6sm {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-6lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-7sm {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-7lg {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !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-3lg {
    margin-top: 1.15rem !important;
  }
  .mt-md-4sm {
    margin-top: 1.35rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-4lg {
    margin-top: 2rem !important;
  }
  .mt-md-5sm {
    margin-top: 2.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-5lg {
    margin-top: 3.5rem !important;
  }
  .mt-md-6sm {
    margin-top: 4rem !important;
  }
  .mt-md-6 {
    margin-top: 4.5rem !important;
  }
  .mt-md-6lg {
    margin-top: 5rem !important;
  }
  .mt-md-7sm {
    margin-top: 5.5rem !important;
  }
  .mt-md-7 {
    margin-top: 6rem !important;
  }
  .mt-md-7lg {
    margin-top: 6.5rem !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-3lg {
    margin-right: 1.15rem !important;
  }
  .me-md-4sm {
    margin-right: 1.35rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-4lg {
    margin-right: 2rem !important;
  }
  .me-md-5sm {
    margin-right: 2.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-5lg {
    margin-right: 3.5rem !important;
  }
  .me-md-6sm {
    margin-right: 4rem !important;
  }
  .me-md-6 {
    margin-right: 4.5rem !important;
  }
  .me-md-6lg {
    margin-right: 5rem !important;
  }
  .me-md-7sm {
    margin-right: 5.5rem !important;
  }
  .me-md-7 {
    margin-right: 6rem !important;
  }
  .me-md-7lg {
    margin-right: 6.5rem !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-3lg {
    margin-bottom: 1.15rem !important;
  }
  .mb-md-4sm {
    margin-bottom: 1.35rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-4lg {
    margin-bottom: 2rem !important;
  }
  .mb-md-5sm {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-5lg {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-6sm {
    margin-bottom: 4rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-6lg {
    margin-bottom: 5rem !important;
  }
  .mb-md-7sm {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 6rem !important;
  }
  .mb-md-7lg {
    margin-bottom: 6.5rem !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-3lg {
    margin-left: 1.15rem !important;
  }
  .ms-md-4sm {
    margin-left: 1.35rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-4lg {
    margin-left: 2rem !important;
  }
  .ms-md-5sm {
    margin-left: 2.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-5lg {
    margin-left: 3.5rem !important;
  }
  .ms-md-6sm {
    margin-left: 4rem !important;
  }
  .ms-md-6 {
    margin-left: 4.5rem !important;
  }
  .ms-md-6lg {
    margin-left: 5rem !important;
  }
  .ms-md-7sm {
    margin-left: 5.5rem !important;
  }
  .ms-md-7 {
    margin-left: 6rem !important;
  }
  .ms-md-7lg {
    margin-left: 6.5rem !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-n3lg {
    margin: -1.15rem !important;
  }
  .m-md-n4sm {
    margin: -1.35rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n4lg {
    margin: -2rem !important;
  }
  .m-md-n5sm {
    margin: -2.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n5lg {
    margin: -3.5rem !important;
  }
  .m-md-n6sm {
    margin: -4rem !important;
  }
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  .m-md-n6lg {
    margin: -5rem !important;
  }
  .m-md-n7sm {
    margin: -5.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .m-md-n7lg {
    margin: -6.5rem !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-n3lg {
    margin-right: -1.15rem !important;
    margin-left: -1.15rem !important;
  }
  .mx-md-n4sm {
    margin-right: -1.35rem !important;
    margin-left: -1.35rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n4lg {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n5sm {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n5lg {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-md-n6sm {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-md-n6lg {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n7sm {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-md-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n7lg {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !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-n3lg {
    margin-top: -1.15rem !important;
    margin-bottom: -1.15rem !important;
  }
  .my-md-n4sm {
    margin-top: -1.35rem !important;
    margin-bottom: -1.35rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n4lg {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n5sm {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n5lg {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-md-n6sm {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-md-n6lg {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n7sm {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-md-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n7lg {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !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-n3lg {
    margin-top: -1.15rem !important;
  }
  .mt-md-n4sm {
    margin-top: -1.35rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n4lg {
    margin-top: -2rem !important;
  }
  .mt-md-n5sm {
    margin-top: -2.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n5lg {
    margin-top: -3.5rem !important;
  }
  .mt-md-n6sm {
    margin-top: -4rem !important;
  }
  .mt-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-md-n6lg {
    margin-top: -5rem !important;
  }
  .mt-md-n7sm {
    margin-top: -5.5rem !important;
  }
  .mt-md-n7 {
    margin-top: -6rem !important;
  }
  .mt-md-n7lg {
    margin-top: -6.5rem !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-n3lg {
    margin-right: -1.15rem !important;
  }
  .me-md-n4sm {
    margin-right: -1.35rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n4lg {
    margin-right: -2rem !important;
  }
  .me-md-n5sm {
    margin-right: -2.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n5lg {
    margin-right: -3.5rem !important;
  }
  .me-md-n6sm {
    margin-right: -4rem !important;
  }
  .me-md-n6 {
    margin-right: -4.5rem !important;
  }
  .me-md-n6lg {
    margin-right: -5rem !important;
  }
  .me-md-n7sm {
    margin-right: -5.5rem !important;
  }
  .me-md-n7 {
    margin-right: -6rem !important;
  }
  .me-md-n7lg {
    margin-right: -6.5rem !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-n3lg {
    margin-bottom: -1.15rem !important;
  }
  .mb-md-n4sm {
    margin-bottom: -1.35rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n4lg {
    margin-bottom: -2rem !important;
  }
  .mb-md-n5sm {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n5lg {
    margin-bottom: -3.5rem !important;
  }
  .mb-md-n6sm {
    margin-bottom: -4rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mb-md-n6lg {
    margin-bottom: -5rem !important;
  }
  .mb-md-n7sm {
    margin-bottom: -5.5rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n7lg {
    margin-bottom: -6.5rem !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-n3lg {
    margin-left: -1.15rem !important;
  }
  .ms-md-n4sm {
    margin-left: -1.35rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n4lg {
    margin-left: -2rem !important;
  }
  .ms-md-n5sm {
    margin-left: -2.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n5lg {
    margin-left: -3.5rem !important;
  }
  .ms-md-n6sm {
    margin-left: -4rem !important;
  }
  .ms-md-n6 {
    margin-left: -4.5rem !important;
  }
  .ms-md-n6lg {
    margin-left: -5rem !important;
  }
  .ms-md-n7sm {
    margin-left: -5.5rem !important;
  }
  .ms-md-n7 {
    margin-left: -6rem !important;
  }
  .ms-md-n7lg {
    margin-left: -6.5rem !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-3lg {
    padding: 1.15rem !important;
  }
  .p-md-4sm {
    padding: 1.35rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-4lg {
    padding: 2rem !important;
  }
  .p-md-5sm {
    padding: 2.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-5lg {
    padding: 3.5rem !important;
  }
  .p-md-6sm {
    padding: 4rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .p-md-6lg {
    padding: 5rem !important;
  }
  .p-md-7sm {
    padding: 5.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .p-md-7lg {
    padding: 6.5rem !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-3lg {
    padding-right: 1.15rem !important;
    padding-left: 1.15rem !important;
  }
  .px-md-4sm {
    padding-right: 1.35rem !important;
    padding-left: 1.35rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-4lg {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-5sm {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-5lg {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-6sm {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-6lg {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-7sm {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-7lg {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !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-3lg {
    padding-top: 1.15rem !important;
    padding-bottom: 1.15rem !important;
  }
  .py-md-4sm {
    padding-top: 1.35rem !important;
    padding-bottom: 1.35rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-4lg {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-5sm {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-5lg {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-6sm {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-6lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-7sm {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-7lg {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !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-3lg {
    padding-top: 1.15rem !important;
  }
  .pt-md-4sm {
    padding-top: 1.35rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-4lg {
    padding-top: 2rem !important;
  }
  .pt-md-5sm {
    padding-top: 2.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-5lg {
    padding-top: 3.5rem !important;
  }
  .pt-md-6sm {
    padding-top: 4rem !important;
  }
  .pt-md-6 {
    padding-top: 4.5rem !important;
  }
  .pt-md-6lg {
    padding-top: 5rem !important;
  }
  .pt-md-7sm {
    padding-top: 5.5rem !important;
  }
  .pt-md-7 {
    padding-top: 6rem !important;
  }
  .pt-md-7lg {
    padding-top: 6.5rem !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-3lg {
    padding-right: 1.15rem !important;
  }
  .pe-md-4sm {
    padding-right: 1.35rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-4lg {
    padding-right: 2rem !important;
  }
  .pe-md-5sm {
    padding-right: 2.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-5lg {
    padding-right: 3.5rem !important;
  }
  .pe-md-6sm {
    padding-right: 4rem !important;
  }
  .pe-md-6 {
    padding-right: 4.5rem !important;
  }
  .pe-md-6lg {
    padding-right: 5rem !important;
  }
  .pe-md-7sm {
    padding-right: 5.5rem !important;
  }
  .pe-md-7 {
    padding-right: 6rem !important;
  }
  .pe-md-7lg {
    padding-right: 6.5rem !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-3lg {
    padding-bottom: 1.15rem !important;
  }
  .pb-md-4sm {
    padding-bottom: 1.35rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-4lg {
    padding-bottom: 2rem !important;
  }
  .pb-md-5sm {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-5lg {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-6sm {
    padding-bottom: 4rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-6lg {
    padding-bottom: 5rem !important;
  }
  .pb-md-7sm {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7lg {
    padding-bottom: 6.5rem !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-3lg {
    padding-left: 1.15rem !important;
  }
  .ps-md-4sm {
    padding-left: 1.35rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-4lg {
    padding-left: 2rem !important;
  }
  .ps-md-5sm {
    padding-left: 2.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-5lg {
    padding-left: 3.5rem !important;
  }
  .ps-md-6sm {
    padding-left: 4rem !important;
  }
  .ps-md-6 {
    padding-left: 4.5rem !important;
  }
  .ps-md-6lg {
    padding-left: 5rem !important;
  }
  .ps-md-7sm {
    padding-left: 5.5rem !important;
  }
  .ps-md-7 {
    padding-left: 6rem !important;
  }
  .ps-md-7lg {
    padding-left: 6.5rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !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;
  }
  .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-3lg {
    gap: 1.15rem !important;
  }
  .gap-lg-4sm {
    gap: 1.35rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-4lg {
    gap: 2rem !important;
  }
  .gap-lg-5sm {
    gap: 2.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-5lg {
    gap: 3.5rem !important;
  }
  .gap-lg-6sm {
    gap: 4rem !important;
  }
  .gap-lg-6 {
    gap: 4.5rem !important;
  }
  .gap-lg-6lg {
    gap: 5rem !important;
  }
  .gap-lg-7sm {
    gap: 5.5rem !important;
  }
  .gap-lg-7 {
    gap: 6rem !important;
  }
  .gap-lg-7lg {
    gap: 6.5rem !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-3lg {
    margin: 1.15rem !important;
  }
  .m-lg-4sm {
    margin: 1.35rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-4lg {
    margin: 2rem !important;
  }
  .m-lg-5sm {
    margin: 2.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-5lg {
    margin: 3.5rem !important;
  }
  .m-lg-6sm {
    margin: 4rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .m-lg-6lg {
    margin: 5rem !important;
  }
  .m-lg-7sm {
    margin: 5.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .m-lg-7lg {
    margin: 6.5rem !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-3lg {
    margin-right: 1.15rem !important;
    margin-left: 1.15rem !important;
  }
  .mx-lg-4sm {
    margin-right: 1.35rem !important;
    margin-left: 1.35rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-4lg {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-5sm {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-5lg {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-6sm {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-6lg {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-7sm {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-7lg {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !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-3lg {
    margin-top: 1.15rem !important;
    margin-bottom: 1.15rem !important;
  }
  .my-lg-4sm {
    margin-top: 1.35rem !important;
    margin-bottom: 1.35rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-4lg {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-5sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-5lg {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-6sm {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-6lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-7sm {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-7lg {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !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-3lg {
    margin-top: 1.15rem !important;
  }
  .mt-lg-4sm {
    margin-top: 1.35rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-4lg {
    margin-top: 2rem !important;
  }
  .mt-lg-5sm {
    margin-top: 2.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-5lg {
    margin-top: 3.5rem !important;
  }
  .mt-lg-6sm {
    margin-top: 4rem !important;
  }
  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-6lg {
    margin-top: 5rem !important;
  }
  .mt-lg-7sm {
    margin-top: 5.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 6rem !important;
  }
  .mt-lg-7lg {
    margin-top: 6.5rem !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-3lg {
    margin-right: 1.15rem !important;
  }
  .me-lg-4sm {
    margin-right: 1.35rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-4lg {
    margin-right: 2rem !important;
  }
  .me-lg-5sm {
    margin-right: 2.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-5lg {
    margin-right: 3.5rem !important;
  }
  .me-lg-6sm {
    margin-right: 4rem !important;
  }
  .me-lg-6 {
    margin-right: 4.5rem !important;
  }
  .me-lg-6lg {
    margin-right: 5rem !important;
  }
  .me-lg-7sm {
    margin-right: 5.5rem !important;
  }
  .me-lg-7 {
    margin-right: 6rem !important;
  }
  .me-lg-7lg {
    margin-right: 6.5rem !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-3lg {
    margin-bottom: 1.15rem !important;
  }
  .mb-lg-4sm {
    margin-bottom: 1.35rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-4lg {
    margin-bottom: 2rem !important;
  }
  .mb-lg-5sm {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-5lg {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-6sm {
    margin-bottom: 4rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-6lg {
    margin-bottom: 5rem !important;
  }
  .mb-lg-7sm {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-7lg {
    margin-bottom: 6.5rem !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-3lg {
    margin-left: 1.15rem !important;
  }
  .ms-lg-4sm {
    margin-left: 1.35rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-4lg {
    margin-left: 2rem !important;
  }
  .ms-lg-5sm {
    margin-left: 2.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-5lg {
    margin-left: 3.5rem !important;
  }
  .ms-lg-6sm {
    margin-left: 4rem !important;
  }
  .ms-lg-6 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-6lg {
    margin-left: 5rem !important;
  }
  .ms-lg-7sm {
    margin-left: 5.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 6rem !important;
  }
  .ms-lg-7lg {
    margin-left: 6.5rem !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-n3lg {
    margin: -1.15rem !important;
  }
  .m-lg-n4sm {
    margin: -1.35rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n4lg {
    margin: -2rem !important;
  }
  .m-lg-n5sm {
    margin: -2.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n5lg {
    margin: -3.5rem !important;
  }
  .m-lg-n6sm {
    margin: -4rem !important;
  }
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .m-lg-n6lg {
    margin: -5rem !important;
  }
  .m-lg-n7sm {
    margin: -5.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .m-lg-n7lg {
    margin: -6.5rem !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-n3lg {
    margin-right: -1.15rem !important;
    margin-left: -1.15rem !important;
  }
  .mx-lg-n4sm {
    margin-right: -1.35rem !important;
    margin-left: -1.35rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n4lg {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n5sm {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n5lg {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-lg-n6sm {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-lg-n6lg {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n7sm {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-lg-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n7lg {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !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-n3lg {
    margin-top: -1.15rem !important;
    margin-bottom: -1.15rem !important;
  }
  .my-lg-n4sm {
    margin-top: -1.35rem !important;
    margin-bottom: -1.35rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n4lg {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n5sm {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n5lg {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-lg-n6sm {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-lg-n6lg {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n7sm {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-lg-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n7lg {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !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-n3lg {
    margin-top: -1.15rem !important;
  }
  .mt-lg-n4sm {
    margin-top: -1.35rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n4lg {
    margin-top: -2rem !important;
  }
  .mt-lg-n5sm {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n5lg {
    margin-top: -3.5rem !important;
  }
  .mt-lg-n6sm {
    margin-top: -4rem !important;
  }
  .mt-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-lg-n6lg {
    margin-top: -5rem !important;
  }
  .mt-lg-n7sm {
    margin-top: -5.5rem !important;
  }
  .mt-lg-n7 {
    margin-top: -6rem !important;
  }
  .mt-lg-n7lg {
    margin-top: -6.5rem !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-n3lg {
    margin-right: -1.15rem !important;
  }
  .me-lg-n4sm {
    margin-right: -1.35rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n4lg {
    margin-right: -2rem !important;
  }
  .me-lg-n5sm {
    margin-right: -2.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n5lg {
    margin-right: -3.5rem !important;
  }
  .me-lg-n6sm {
    margin-right: -4rem !important;
  }
  .me-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .me-lg-n6lg {
    margin-right: -5rem !important;
  }
  .me-lg-n7sm {
    margin-right: -5.5rem !important;
  }
  .me-lg-n7 {
    margin-right: -6rem !important;
  }
  .me-lg-n7lg {
    margin-right: -6.5rem !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-n3lg {
    margin-bottom: -1.15rem !important;
  }
  .mb-lg-n4sm {
    margin-bottom: -1.35rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n4lg {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n5sm {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n5lg {
    margin-bottom: -3.5rem !important;
  }
  .mb-lg-n6sm {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mb-lg-n6lg {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n7sm {
    margin-bottom: -5.5rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n7lg {
    margin-bottom: -6.5rem !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-n3lg {
    margin-left: -1.15rem !important;
  }
  .ms-lg-n4sm {
    margin-left: -1.35rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n4lg {
    margin-left: -2rem !important;
  }
  .ms-lg-n5sm {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n5lg {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n6sm {
    margin-left: -4rem !important;
  }
  .ms-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .ms-lg-n6lg {
    margin-left: -5rem !important;
  }
  .ms-lg-n7sm {
    margin-left: -5.5rem !important;
  }
  .ms-lg-n7 {
    margin-left: -6rem !important;
  }
  .ms-lg-n7lg {
    margin-left: -6.5rem !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-3lg {
    padding: 1.15rem !important;
  }
  .p-lg-4sm {
    padding: 1.35rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-4lg {
    padding: 2rem !important;
  }
  .p-lg-5sm {
    padding: 2.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-5lg {
    padding: 3.5rem !important;
  }
  .p-lg-6sm {
    padding: 4rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .p-lg-6lg {
    padding: 5rem !important;
  }
  .p-lg-7sm {
    padding: 5.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .p-lg-7lg {
    padding: 6.5rem !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-3lg {
    padding-right: 1.15rem !important;
    padding-left: 1.15rem !important;
  }
  .px-lg-4sm {
    padding-right: 1.35rem !important;
    padding-left: 1.35rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-4lg {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-5sm {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-5lg {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-6sm {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-6lg {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-7sm {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-7lg {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !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-3lg {
    padding-top: 1.15rem !important;
    padding-bottom: 1.15rem !important;
  }
  .py-lg-4sm {
    padding-top: 1.35rem !important;
    padding-bottom: 1.35rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-4lg {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-5sm {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-5lg {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-6sm {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-6lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-7sm {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-7lg {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !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-3lg {
    padding-top: 1.15rem !important;
  }
  .pt-lg-4sm {
    padding-top: 1.35rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-4lg {
    padding-top: 2rem !important;
  }
  .pt-lg-5sm {
    padding-top: 2.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-5lg {
    padding-top: 3.5rem !important;
  }
  .pt-lg-6sm {
    padding-top: 4rem !important;
  }
  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-6lg {
    padding-top: 5rem !important;
  }
  .pt-lg-7sm {
    padding-top: 5.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 6rem !important;
  }
  .pt-lg-7lg {
    padding-top: 6.5rem !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-3lg {
    padding-right: 1.15rem !important;
  }
  .pe-lg-4sm {
    padding-right: 1.35rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-4lg {
    padding-right: 2rem !important;
  }
  .pe-lg-5sm {
    padding-right: 2.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-5lg {
    padding-right: 3.5rem !important;
  }
  .pe-lg-6sm {
    padding-right: 4rem !important;
  }
  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-6lg {
    padding-right: 5rem !important;
  }
  .pe-lg-7sm {
    padding-right: 5.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 6rem !important;
  }
  .pe-lg-7lg {
    padding-right: 6.5rem !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-3lg {
    padding-bottom: 1.15rem !important;
  }
  .pb-lg-4sm {
    padding-bottom: 1.35rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-4lg {
    padding-bottom: 2rem !important;
  }
  .pb-lg-5sm {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-5lg {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-6sm {
    padding-bottom: 4rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-6lg {
    padding-bottom: 5rem !important;
  }
  .pb-lg-7sm {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-7lg {
    padding-bottom: 6.5rem !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-3lg {
    padding-left: 1.15rem !important;
  }
  .ps-lg-4sm {
    padding-left: 1.35rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-4lg {
    padding-left: 2rem !important;
  }
  .ps-lg-5sm {
    padding-left: 2.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-5lg {
    padding-left: 3.5rem !important;
  }
  .ps-lg-6sm {
    padding-left: 4rem !important;
  }
  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-6lg {
    padding-left: 5rem !important;
  }
  .ps-lg-7sm {
    padding-left: 5.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 6rem !important;
  }
  .ps-lg-7lg {
    padding-left: 6.5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !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;
  }
  .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-3lg {
    gap: 1.15rem !important;
  }
  .gap-xl-4sm {
    gap: 1.35rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-4lg {
    gap: 2rem !important;
  }
  .gap-xl-5sm {
    gap: 2.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-5lg {
    gap: 3.5rem !important;
  }
  .gap-xl-6sm {
    gap: 4rem !important;
  }
  .gap-xl-6 {
    gap: 4.5rem !important;
  }
  .gap-xl-6lg {
    gap: 5rem !important;
  }
  .gap-xl-7sm {
    gap: 5.5rem !important;
  }
  .gap-xl-7 {
    gap: 6rem !important;
  }
  .gap-xl-7lg {
    gap: 6.5rem !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-3lg {
    margin: 1.15rem !important;
  }
  .m-xl-4sm {
    margin: 1.35rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-4lg {
    margin: 2rem !important;
  }
  .m-xl-5sm {
    margin: 2.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-5lg {
    margin: 3.5rem !important;
  }
  .m-xl-6sm {
    margin: 4rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .m-xl-6lg {
    margin: 5rem !important;
  }
  .m-xl-7sm {
    margin: 5.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .m-xl-7lg {
    margin: 6.5rem !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-3lg {
    margin-right: 1.15rem !important;
    margin-left: 1.15rem !important;
  }
  .mx-xl-4sm {
    margin-right: 1.35rem !important;
    margin-left: 1.35rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-4lg {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-5sm {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-5lg {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-6sm {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-6lg {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-7sm {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-7lg {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !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-3lg {
    margin-top: 1.15rem !important;
    margin-bottom: 1.15rem !important;
  }
  .my-xl-4sm {
    margin-top: 1.35rem !important;
    margin-bottom: 1.35rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-4lg {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-5sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-5lg {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-6sm {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-6lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-7sm {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-7lg {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !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-3lg {
    margin-top: 1.15rem !important;
  }
  .mt-xl-4sm {
    margin-top: 1.35rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-4lg {
    margin-top: 2rem !important;
  }
  .mt-xl-5sm {
    margin-top: 2.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-5lg {
    margin-top: 3.5rem !important;
  }
  .mt-xl-6sm {
    margin-top: 4rem !important;
  }
  .mt-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-6lg {
    margin-top: 5rem !important;
  }
  .mt-xl-7sm {
    margin-top: 5.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 6rem !important;
  }
  .mt-xl-7lg {
    margin-top: 6.5rem !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-3lg {
    margin-right: 1.15rem !important;
  }
  .me-xl-4sm {
    margin-right: 1.35rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-4lg {
    margin-right: 2rem !important;
  }
  .me-xl-5sm {
    margin-right: 2.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-5lg {
    margin-right: 3.5rem !important;
  }
  .me-xl-6sm {
    margin-right: 4rem !important;
  }
  .me-xl-6 {
    margin-right: 4.5rem !important;
  }
  .me-xl-6lg {
    margin-right: 5rem !important;
  }
  .me-xl-7sm {
    margin-right: 5.5rem !important;
  }
  .me-xl-7 {
    margin-right: 6rem !important;
  }
  .me-xl-7lg {
    margin-right: 6.5rem !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-3lg {
    margin-bottom: 1.15rem !important;
  }
  .mb-xl-4sm {
    margin-bottom: 1.35rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-4lg {
    margin-bottom: 2rem !important;
  }
  .mb-xl-5sm {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-5lg {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-6sm {
    margin-bottom: 4rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-6lg {
    margin-bottom: 5rem !important;
  }
  .mb-xl-7sm {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-7lg {
    margin-bottom: 6.5rem !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-3lg {
    margin-left: 1.15rem !important;
  }
  .ms-xl-4sm {
    margin-left: 1.35rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-4lg {
    margin-left: 2rem !important;
  }
  .ms-xl-5sm {
    margin-left: 2.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-5lg {
    margin-left: 3.5rem !important;
  }
  .ms-xl-6sm {
    margin-left: 4rem !important;
  }
  .ms-xl-6 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-6lg {
    margin-left: 5rem !important;
  }
  .ms-xl-7sm {
    margin-left: 5.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 6rem !important;
  }
  .ms-xl-7lg {
    margin-left: 6.5rem !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-n3lg {
    margin: -1.15rem !important;
  }
  .m-xl-n4sm {
    margin: -1.35rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n4lg {
    margin: -2rem !important;
  }
  .m-xl-n5sm {
    margin: -2.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n5lg {
    margin: -3.5rem !important;
  }
  .m-xl-n6sm {
    margin: -4rem !important;
  }
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .m-xl-n6lg {
    margin: -5rem !important;
  }
  .m-xl-n7sm {
    margin: -5.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .m-xl-n7lg {
    margin: -6.5rem !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-n3lg {
    margin-right: -1.15rem !important;
    margin-left: -1.15rem !important;
  }
  .mx-xl-n4sm {
    margin-right: -1.35rem !important;
    margin-left: -1.35rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n4lg {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n5sm {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n5lg {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xl-n6sm {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xl-n6lg {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n7sm {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n7lg {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !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-n3lg {
    margin-top: -1.15rem !important;
    margin-bottom: -1.15rem !important;
  }
  .my-xl-n4sm {
    margin-top: -1.35rem !important;
    margin-bottom: -1.35rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n4lg {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n5sm {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n5lg {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xl-n6sm {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xl-n6lg {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n7sm {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n7lg {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !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-n3lg {
    margin-top: -1.15rem !important;
  }
  .mt-xl-n4sm {
    margin-top: -1.35rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n4lg {
    margin-top: -2rem !important;
  }
  .mt-xl-n5sm {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xl-n5lg {
    margin-top: -3.5rem !important;
  }
  .mt-xl-n6sm {
    margin-top: -4rem !important;
  }
  .mt-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-xl-n6lg {
    margin-top: -5rem !important;
  }
  .mt-xl-n7sm {
    margin-top: -5.5rem !important;
  }
  .mt-xl-n7 {
    margin-top: -6rem !important;
  }
  .mt-xl-n7lg {
    margin-top: -6.5rem !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-n3lg {
    margin-right: -1.15rem !important;
  }
  .me-xl-n4sm {
    margin-right: -1.35rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n4lg {
    margin-right: -2rem !important;
  }
  .me-xl-n5sm {
    margin-right: -2.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .me-xl-n5lg {
    margin-right: -3.5rem !important;
  }
  .me-xl-n6sm {
    margin-right: -4rem !important;
  }
  .me-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .me-xl-n6lg {
    margin-right: -5rem !important;
  }
  .me-xl-n7sm {
    margin-right: -5.5rem !important;
  }
  .me-xl-n7 {
    margin-right: -6rem !important;
  }
  .me-xl-n7lg {
    margin-right: -6.5rem !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-n3lg {
    margin-bottom: -1.15rem !important;
  }
  .mb-xl-n4sm {
    margin-bottom: -1.35rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n4lg {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n5sm {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n5lg {
    margin-bottom: -3.5rem !important;
  }
  .mb-xl-n6sm {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xl-n6lg {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n7sm {
    margin-bottom: -5.5rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n7lg {
    margin-bottom: -6.5rem !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-n3lg {
    margin-left: -1.15rem !important;
  }
  .ms-xl-n4sm {
    margin-left: -1.35rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n4lg {
    margin-left: -2rem !important;
  }
  .ms-xl-n5sm {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xl-n5lg {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n6sm {
    margin-left: -4rem !important;
  }
  .ms-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .ms-xl-n6lg {
    margin-left: -5rem !important;
  }
  .ms-xl-n7sm {
    margin-left: -5.5rem !important;
  }
  .ms-xl-n7 {
    margin-left: -6rem !important;
  }
  .ms-xl-n7lg {
    margin-left: -6.5rem !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-3lg {
    padding: 1.15rem !important;
  }
  .p-xl-4sm {
    padding: 1.35rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-4lg {
    padding: 2rem !important;
  }
  .p-xl-5sm {
    padding: 2.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-5lg {
    padding: 3.5rem !important;
  }
  .p-xl-6sm {
    padding: 4rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .p-xl-6lg {
    padding: 5rem !important;
  }
  .p-xl-7sm {
    padding: 5.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .p-xl-7lg {
    padding: 6.5rem !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-3lg {
    padding-right: 1.15rem !important;
    padding-left: 1.15rem !important;
  }
  .px-xl-4sm {
    padding-right: 1.35rem !important;
    padding-left: 1.35rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-4lg {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-5sm {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-5lg {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-6sm {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-6lg {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-7sm {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-7lg {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !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-3lg {
    padding-top: 1.15rem !important;
    padding-bottom: 1.15rem !important;
  }
  .py-xl-4sm {
    padding-top: 1.35rem !important;
    padding-bottom: 1.35rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-4lg {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-5sm {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-5lg {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-6sm {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-6lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-7sm {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-7lg {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !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-3lg {
    padding-top: 1.15rem !important;
  }
  .pt-xl-4sm {
    padding-top: 1.35rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-4lg {
    padding-top: 2rem !important;
  }
  .pt-xl-5sm {
    padding-top: 2.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-5lg {
    padding-top: 3.5rem !important;
  }
  .pt-xl-6sm {
    padding-top: 4rem !important;
  }
  .pt-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-6lg {
    padding-top: 5rem !important;
  }
  .pt-xl-7sm {
    padding-top: 5.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 6rem !important;
  }
  .pt-xl-7lg {
    padding-top: 6.5rem !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-3lg {
    padding-right: 1.15rem !important;
  }
  .pe-xl-4sm {
    padding-right: 1.35rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-4lg {
    padding-right: 2rem !important;
  }
  .pe-xl-5sm {
    padding-right: 2.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-5lg {
    padding-right: 3.5rem !important;
  }
  .pe-xl-6sm {
    padding-right: 4rem !important;
  }
  .pe-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-6lg {
    padding-right: 5rem !important;
  }
  .pe-xl-7sm {
    padding-right: 5.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 6rem !important;
  }
  .pe-xl-7lg {
    padding-right: 6.5rem !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-3lg {
    padding-bottom: 1.15rem !important;
  }
  .pb-xl-4sm {
    padding-bottom: 1.35rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-4lg {
    padding-bottom: 2rem !important;
  }
  .pb-xl-5sm {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-5lg {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-6sm {
    padding-bottom: 4rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-6lg {
    padding-bottom: 5rem !important;
  }
  .pb-xl-7sm {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-7lg {
    padding-bottom: 6.5rem !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-3lg {
    padding-left: 1.15rem !important;
  }
  .ps-xl-4sm {
    padding-left: 1.35rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-4lg {
    padding-left: 2rem !important;
  }
  .ps-xl-5sm {
    padding-left: 2.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-5lg {
    padding-left: 3.5rem !important;
  }
  .ps-xl-6sm {
    padding-left: 4rem !important;
  }
  .ps-xl-6 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-6lg {
    padding-left: 5rem !important;
  }
  .ps-xl-7sm {
    padding-left: 5.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 6rem !important;
  }
  .ps-xl-7lg {
    padding-left: 6.5rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !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;
  }
  .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-3lg {
    gap: 1.15rem !important;
  }
  .gap-xxl-4sm {
    gap: 1.35rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-4lg {
    gap: 2rem !important;
  }
  .gap-xxl-5sm {
    gap: 2.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-5lg {
    gap: 3.5rem !important;
  }
  .gap-xxl-6sm {
    gap: 4rem !important;
  }
  .gap-xxl-6 {
    gap: 4.5rem !important;
  }
  .gap-xxl-6lg {
    gap: 5rem !important;
  }
  .gap-xxl-7sm {
    gap: 5.5rem !important;
  }
  .gap-xxl-7 {
    gap: 6rem !important;
  }
  .gap-xxl-7lg {
    gap: 6.5rem !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-3lg {
    margin: 1.15rem !important;
  }
  .m-xxl-4sm {
    margin: 1.35rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-4lg {
    margin: 2rem !important;
  }
  .m-xxl-5sm {
    margin: 2.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-5lg {
    margin: 3.5rem !important;
  }
  .m-xxl-6sm {
    margin: 4rem !important;
  }
  .m-xxl-6 {
    margin: 4.5rem !important;
  }
  .m-xxl-6lg {
    margin: 5rem !important;
  }
  .m-xxl-7sm {
    margin: 5.5rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .m-xxl-7lg {
    margin: 6.5rem !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-3lg {
    margin-right: 1.15rem !important;
    margin-left: 1.15rem !important;
  }
  .mx-xxl-4sm {
    margin-right: 1.35rem !important;
    margin-left: 1.35rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-4lg {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-5sm {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-5lg {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-6sm {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-6lg {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-7sm {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-7lg {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !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-3lg {
    margin-top: 1.15rem !important;
    margin-bottom: 1.15rem !important;
  }
  .my-xxl-4sm {
    margin-top: 1.35rem !important;
    margin-bottom: 1.35rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-4lg {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-5sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-5lg {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-6sm {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-6lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-7sm {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-7lg {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !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-3lg {
    margin-top: 1.15rem !important;
  }
  .mt-xxl-4sm {
    margin-top: 1.35rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-4lg {
    margin-top: 2rem !important;
  }
  .mt-xxl-5sm {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-5lg {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-6sm {
    margin-top: 4rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-6lg {
    margin-top: 5rem !important;
  }
  .mt-xxl-7sm {
    margin-top: 5.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 6rem !important;
  }
  .mt-xxl-7lg {
    margin-top: 6.5rem !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-3lg {
    margin-right: 1.15rem !important;
  }
  .me-xxl-4sm {
    margin-right: 1.35rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-4lg {
    margin-right: 2rem !important;
  }
  .me-xxl-5sm {
    margin-right: 2.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-5lg {
    margin-right: 3.5rem !important;
  }
  .me-xxl-6sm {
    margin-right: 4rem !important;
  }
  .me-xxl-6 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-6lg {
    margin-right: 5rem !important;
  }
  .me-xxl-7sm {
    margin-right: 5.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 6rem !important;
  }
  .me-xxl-7lg {
    margin-right: 6.5rem !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-3lg {
    margin-bottom: 1.15rem !important;
  }
  .mb-xxl-4sm {
    margin-bottom: 1.35rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-4lg {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-5sm {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-5lg {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-6sm {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-6lg {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-7sm {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-7lg {
    margin-bottom: 6.5rem !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-3lg {
    margin-left: 1.15rem !important;
  }
  .ms-xxl-4sm {
    margin-left: 1.35rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-4lg {
    margin-left: 2rem !important;
  }
  .ms-xxl-5sm {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-5lg {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-6sm {
    margin-left: 4rem !important;
  }
  .ms-xxl-6 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-6lg {
    margin-left: 5rem !important;
  }
  .ms-xxl-7sm {
    margin-left: 5.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 6rem !important;
  }
  .ms-xxl-7lg {
    margin-left: 6.5rem !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-n3lg {
    margin: -1.15rem !important;
  }
  .m-xxl-n4sm {
    margin: -1.35rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n4lg {
    margin: -2rem !important;
  }
  .m-xxl-n5sm {
    margin: -2.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n5lg {
    margin: -3.5rem !important;
  }
  .m-xxl-n6sm {
    margin: -4rem !important;
  }
  .m-xxl-n6 {
    margin: -4.5rem !important;
  }
  .m-xxl-n6lg {
    margin: -5rem !important;
  }
  .m-xxl-n7sm {
    margin: -5.5rem !important;
  }
  .m-xxl-n7 {
    margin: -6rem !important;
  }
  .m-xxl-n7lg {
    margin: -6.5rem !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-n3lg {
    margin-right: -1.15rem !important;
    margin-left: -1.15rem !important;
  }
  .mx-xxl-n4sm {
    margin-right: -1.35rem !important;
    margin-left: -1.35rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n4lg {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n5sm {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n5lg {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxl-n6sm {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xxl-n6lg {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n7sm {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxl-n7lg {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !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-n3lg {
    margin-top: -1.15rem !important;
    margin-bottom: -1.15rem !important;
  }
  .my-xxl-n4sm {
    margin-top: -1.35rem !important;
    margin-bottom: -1.35rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n4lg {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n5sm {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n5lg {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxl-n6sm {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xxl-n6lg {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n7sm {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xxl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxl-n7lg {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !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-n3lg {
    margin-top: -1.15rem !important;
  }
  .mt-xxl-n4sm {
    margin-top: -1.35rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n4lg {
    margin-top: -2rem !important;
  }
  .mt-xxl-n5sm {
    margin-top: -2.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n5lg {
    margin-top: -3.5rem !important;
  }
  .mt-xxl-n6sm {
    margin-top: -4rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-xxl-n6lg {
    margin-top: -5rem !important;
  }
  .mt-xxl-n7sm {
    margin-top: -5.5rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n7lg {
    margin-top: -6.5rem !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-n3lg {
    margin-right: -1.15rem !important;
  }
  .me-xxl-n4sm {
    margin-right: -1.35rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n4lg {
    margin-right: -2rem !important;
  }
  .me-xxl-n5sm {
    margin-right: -2.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl-n5lg {
    margin-right: -3.5rem !important;
  }
  .me-xxl-n6sm {
    margin-right: -4rem !important;
  }
  .me-xxl-n6 {
    margin-right: -4.5rem !important;
  }
  .me-xxl-n6lg {
    margin-right: -5rem !important;
  }
  .me-xxl-n7sm {
    margin-right: -5.5rem !important;
  }
  .me-xxl-n7 {
    margin-right: -6rem !important;
  }
  .me-xxl-n7lg {
    margin-right: -6.5rem !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-n3lg {
    margin-bottom: -1.15rem !important;
  }
  .mb-xxl-n4sm {
    margin-bottom: -1.35rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n4lg {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n5sm {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n5lg {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxl-n6sm {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xxl-n6lg {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n7sm {
    margin-bottom: -5.5rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n7lg {
    margin-bottom: -6.5rem !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-n3lg {
    margin-left: -1.15rem !important;
  }
  .ms-xxl-n4sm {
    margin-left: -1.35rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n4lg {
    margin-left: -2rem !important;
  }
  .ms-xxl-n5sm {
    margin-left: -2.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n5lg {
    margin-left: -3.5rem !important;
  }
  .ms-xxl-n6sm {
    margin-left: -4rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -4.5rem !important;
  }
  .ms-xxl-n6lg {
    margin-left: -5rem !important;
  }
  .ms-xxl-n7sm {
    margin-left: -5.5rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -6rem !important;
  }
  .ms-xxl-n7lg {
    margin-left: -6.5rem !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-3lg {
    padding: 1.15rem !important;
  }
  .p-xxl-4sm {
    padding: 1.35rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-4lg {
    padding: 2rem !important;
  }
  .p-xxl-5sm {
    padding: 2.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-5lg {
    padding: 3.5rem !important;
  }
  .p-xxl-6sm {
    padding: 4rem !important;
  }
  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  .p-xxl-6lg {
    padding: 5rem !important;
  }
  .p-xxl-7sm {
    padding: 5.5rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .p-xxl-7lg {
    padding: 6.5rem !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-3lg {
    padding-right: 1.15rem !important;
    padding-left: 1.15rem !important;
  }
  .px-xxl-4sm {
    padding-right: 1.35rem !important;
    padding-left: 1.35rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-4lg {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-5sm {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-5lg {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-6sm {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-6lg {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-7sm {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-7lg {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !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-3lg {
    padding-top: 1.15rem !important;
    padding-bottom: 1.15rem !important;
  }
  .py-xxl-4sm {
    padding-top: 1.35rem !important;
    padding-bottom: 1.35rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-4lg {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-5sm {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-5lg {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-6sm {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-6lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-7sm {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-7lg {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !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-3lg {
    padding-top: 1.15rem !important;
  }
  .pt-xxl-4sm {
    padding-top: 1.35rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-4lg {
    padding-top: 2rem !important;
  }
  .pt-xxl-5sm {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-5lg {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-6sm {
    padding-top: 4rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-6lg {
    padding-top: 5rem !important;
  }
  .pt-xxl-7sm {
    padding-top: 5.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 6rem !important;
  }
  .pt-xxl-7lg {
    padding-top: 6.5rem !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-3lg {
    padding-right: 1.15rem !important;
  }
  .pe-xxl-4sm {
    padding-right: 1.35rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-4lg {
    padding-right: 2rem !important;
  }
  .pe-xxl-5sm {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-5lg {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-6sm {
    padding-right: 4rem !important;
  }
  .pe-xxl-6 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-6lg {
    padding-right: 5rem !important;
  }
  .pe-xxl-7sm {
    padding-right: 5.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 6rem !important;
  }
  .pe-xxl-7lg {
    padding-right: 6.5rem !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-3lg {
    padding-bottom: 1.15rem !important;
  }
  .pb-xxl-4sm {
    padding-bottom: 1.35rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-4lg {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-5sm {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-5lg {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-6sm {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-6lg {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-7sm {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-7lg {
    padding-bottom: 6.5rem !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-3lg {
    padding-left: 1.15rem !important;
  }
  .ps-xxl-4sm {
    padding-left: 1.35rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-4lg {
    padding-left: 2rem !important;
  }
  .ps-xxl-5sm {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-5lg {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-6sm {
    padding-left: 4rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-6lg {
    padding-left: 5rem !important;
  }
  .ps-xxl-7sm {
    padding-left: 5.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 6rem !important;
  }
  .ps-xxl-7lg {
    padding-left: 6.5rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .float-2xl-start {
    float: left !important;
  }
  .float-2xl-end {
    float: right !important;
  }
  .float-2xl-none {
    float: none !important;
  }
  .d-2xl-inline {
    display: inline !important;
  }
  .d-2xl-inline-block {
    display: inline-block !important;
  }
  .d-2xl-block {
    display: block !important;
  }
  .d-2xl-grid {
    display: grid !important;
  }
  .d-2xl-table {
    display: table !important;
  }
  .d-2xl-table-row {
    display: table-row !important;
  }
  .d-2xl-table-cell {
    display: table-cell !important;
  }
  .d-2xl-flex {
    display: flex !important;
  }
  .d-2xl-inline-flex {
    display: inline-flex !important;
  }
  .d-2xl-none {
    display: none !important;
  }
  .flex-2xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-2xl-row {
    flex-direction: row !important;
  }
  .flex-2xl-column {
    flex-direction: column !important;
  }
  .flex-2xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-2xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-2xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-2xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-2xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-2xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-2xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-2xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-2xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-2xl-0 {
    gap: 0 !important;
  }
  .gap-2xl-1 {
    gap: 0.25rem !important;
  }
  .gap-2xl-2 {
    gap: 0.5rem !important;
  }
  .gap-2xl-3 {
    gap: 1rem !important;
  }
  .gap-2xl-3lg {
    gap: 1.15rem !important;
  }
  .gap-2xl-4sm {
    gap: 1.35rem !important;
  }
  .gap-2xl-4 {
    gap: 1.5rem !important;
  }
  .gap-2xl-4lg {
    gap: 2rem !important;
  }
  .gap-2xl-5sm {
    gap: 2.5rem !important;
  }
  .gap-2xl-5 {
    gap: 3rem !important;
  }
  .gap-2xl-5lg {
    gap: 3.5rem !important;
  }
  .gap-2xl-6sm {
    gap: 4rem !important;
  }
  .gap-2xl-6 {
    gap: 4.5rem !important;
  }
  .gap-2xl-6lg {
    gap: 5rem !important;
  }
  .gap-2xl-7sm {
    gap: 5.5rem !important;
  }
  .gap-2xl-7 {
    gap: 6rem !important;
  }
  .gap-2xl-7lg {
    gap: 6.5rem !important;
  }
  .justify-content-2xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-2xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-2xl-center {
    justify-content: center !important;
  }
  .justify-content-2xl-between {
    justify-content: space-between !important;
  }
  .justify-content-2xl-around {
    justify-content: space-around !important;
  }
  .justify-content-2xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-2xl-start {
    align-items: flex-start !important;
  }
  .align-items-2xl-end {
    align-items: flex-end !important;
  }
  .align-items-2xl-center {
    align-items: center !important;
  }
  .align-items-2xl-baseline {
    align-items: baseline !important;
  }
  .align-items-2xl-stretch {
    align-items: stretch !important;
  }
  .align-content-2xl-start {
    align-content: flex-start !important;
  }
  .align-content-2xl-end {
    align-content: flex-end !important;
  }
  .align-content-2xl-center {
    align-content: center !important;
  }
  .align-content-2xl-between {
    align-content: space-between !important;
  }
  .align-content-2xl-around {
    align-content: space-around !important;
  }
  .align-content-2xl-stretch {
    align-content: stretch !important;
  }
  .align-self-2xl-auto {
    align-self: auto !important;
  }
  .align-self-2xl-start {
    align-self: flex-start !important;
  }
  .align-self-2xl-end {
    align-self: flex-end !important;
  }
  .align-self-2xl-center {
    align-self: center !important;
  }
  .align-self-2xl-baseline {
    align-self: baseline !important;
  }
  .align-self-2xl-stretch {
    align-self: stretch !important;
  }
  .order-2xl-first {
    order: -1 !important;
  }
  .order-2xl-0 {
    order: 0 !important;
  }
  .order-2xl-1 {
    order: 1 !important;
  }
  .order-2xl-2 {
    order: 2 !important;
  }
  .order-2xl-3 {
    order: 3 !important;
  }
  .order-2xl-4 {
    order: 4 !important;
  }
  .order-2xl-5 {
    order: 5 !important;
  }
  .order-2xl-last {
    order: 6 !important;
  }
  .m-2xl-0 {
    margin: 0 !important;
  }
  .m-2xl-1 {
    margin: 0.25rem !important;
  }
  .m-2xl-2 {
    margin: 0.5rem !important;
  }
  .m-2xl-3 {
    margin: 1rem !important;
  }
  .m-2xl-3lg {
    margin: 1.15rem !important;
  }
  .m-2xl-4sm {
    margin: 1.35rem !important;
  }
  .m-2xl-4 {
    margin: 1.5rem !important;
  }
  .m-2xl-4lg {
    margin: 2rem !important;
  }
  .m-2xl-5sm {
    margin: 2.5rem !important;
  }
  .m-2xl-5 {
    margin: 3rem !important;
  }
  .m-2xl-5lg {
    margin: 3.5rem !important;
  }
  .m-2xl-6sm {
    margin: 4rem !important;
  }
  .m-2xl-6 {
    margin: 4.5rem !important;
  }
  .m-2xl-6lg {
    margin: 5rem !important;
  }
  .m-2xl-7sm {
    margin: 5.5rem !important;
  }
  .m-2xl-7 {
    margin: 6rem !important;
  }
  .m-2xl-7lg {
    margin: 6.5rem !important;
  }
  .m-2xl-auto {
    margin: auto !important;
  }
  .mx-2xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-2xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-2xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-2xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-2xl-3lg {
    margin-right: 1.15rem !important;
    margin-left: 1.15rem !important;
  }
  .mx-2xl-4sm {
    margin-right: 1.35rem !important;
    margin-left: 1.35rem !important;
  }
  .mx-2xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-2xl-4lg {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-2xl-5sm {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-2xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-2xl-5lg {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-2xl-6sm {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-2xl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-2xl-6lg {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-2xl-7sm {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-2xl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-2xl-7lg {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-2xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-2xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-2xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-2xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-2xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-2xl-3lg {
    margin-top: 1.15rem !important;
    margin-bottom: 1.15rem !important;
  }
  .my-2xl-4sm {
    margin-top: 1.35rem !important;
    margin-bottom: 1.35rem !important;
  }
  .my-2xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-2xl-4lg {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-2xl-5sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-2xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-2xl-5lg {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-2xl-6sm {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-2xl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-2xl-6lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-2xl-7sm {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-2xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-2xl-7lg {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-2xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-2xl-0 {
    margin-top: 0 !important;
  }
  .mt-2xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-2xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-2xl-3 {
    margin-top: 1rem !important;
  }
  .mt-2xl-3lg {
    margin-top: 1.15rem !important;
  }
  .mt-2xl-4sm {
    margin-top: 1.35rem !important;
  }
  .mt-2xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-2xl-4lg {
    margin-top: 2rem !important;
  }
  .mt-2xl-5sm {
    margin-top: 2.5rem !important;
  }
  .mt-2xl-5 {
    margin-top: 3rem !important;
  }
  .mt-2xl-5lg {
    margin-top: 3.5rem !important;
  }
  .mt-2xl-6sm {
    margin-top: 4rem !important;
  }
  .mt-2xl-6 {
    margin-top: 4.5rem !important;
  }
  .mt-2xl-6lg {
    margin-top: 5rem !important;
  }
  .mt-2xl-7sm {
    margin-top: 5.5rem !important;
  }
  .mt-2xl-7 {
    margin-top: 6rem !important;
  }
  .mt-2xl-7lg {
    margin-top: 6.5rem !important;
  }
  .mt-2xl-auto {
    margin-top: auto !important;
  }
  .me-2xl-0 {
    margin-right: 0 !important;
  }
  .me-2xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-2xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-2xl-3 {
    margin-right: 1rem !important;
  }
  .me-2xl-3lg {
    margin-right: 1.15rem !important;
  }
  .me-2xl-4sm {
    margin-right: 1.35rem !important;
  }
  .me-2xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-2xl-4lg {
    margin-right: 2rem !important;
  }
  .me-2xl-5sm {
    margin-right: 2.5rem !important;
  }
  .me-2xl-5 {
    margin-right: 3rem !important;
  }
  .me-2xl-5lg {
    margin-right: 3.5rem !important;
  }
  .me-2xl-6sm {
    margin-right: 4rem !important;
  }
  .me-2xl-6 {
    margin-right: 4.5rem !important;
  }
  .me-2xl-6lg {
    margin-right: 5rem !important;
  }
  .me-2xl-7sm {
    margin-right: 5.5rem !important;
  }
  .me-2xl-7 {
    margin-right: 6rem !important;
  }
  .me-2xl-7lg {
    margin-right: 6.5rem !important;
  }
  .me-2xl-auto {
    margin-right: auto !important;
  }
  .mb-2xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-2xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-2xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-2xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-2xl-3lg {
    margin-bottom: 1.15rem !important;
  }
  .mb-2xl-4sm {
    margin-bottom: 1.35rem !important;
  }
  .mb-2xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-2xl-4lg {
    margin-bottom: 2rem !important;
  }
  .mb-2xl-5sm {
    margin-bottom: 2.5rem !important;
  }
  .mb-2xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-2xl-5lg {
    margin-bottom: 3.5rem !important;
  }
  .mb-2xl-6sm {
    margin-bottom: 4rem !important;
  }
  .mb-2xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-2xl-6lg {
    margin-bottom: 5rem !important;
  }
  .mb-2xl-7sm {
    margin-bottom: 5.5rem !important;
  }
  .mb-2xl-7 {
    margin-bottom: 6rem !important;
  }
  .mb-2xl-7lg {
    margin-bottom: 6.5rem !important;
  }
  .mb-2xl-auto {
    margin-bottom: auto !important;
  }
  .ms-2xl-0 {
    margin-left: 0 !important;
  }
  .ms-2xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-2xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-2xl-3 {
    margin-left: 1rem !important;
  }
  .ms-2xl-3lg {
    margin-left: 1.15rem !important;
  }
  .ms-2xl-4sm {
    margin-left: 1.35rem !important;
  }
  .ms-2xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-2xl-4lg {
    margin-left: 2rem !important;
  }
  .ms-2xl-5sm {
    margin-left: 2.5rem !important;
  }
  .ms-2xl-5 {
    margin-left: 3rem !important;
  }
  .ms-2xl-5lg {
    margin-left: 3.5rem !important;
  }
  .ms-2xl-6sm {
    margin-left: 4rem !important;
  }
  .ms-2xl-6 {
    margin-left: 4.5rem !important;
  }
  .ms-2xl-6lg {
    margin-left: 5rem !important;
  }
  .ms-2xl-7sm {
    margin-left: 5.5rem !important;
  }
  .ms-2xl-7 {
    margin-left: 6rem !important;
  }
  .ms-2xl-7lg {
    margin-left: 6.5rem !important;
  }
  .ms-2xl-auto {
    margin-left: auto !important;
  }
  .m-2xl-n1 {
    margin: -0.25rem !important;
  }
  .m-2xl-n2 {
    margin: -0.5rem !important;
  }
  .m-2xl-n3 {
    margin: -1rem !important;
  }
  .m-2xl-n3lg {
    margin: -1.15rem !important;
  }
  .m-2xl-n4sm {
    margin: -1.35rem !important;
  }
  .m-2xl-n4 {
    margin: -1.5rem !important;
  }
  .m-2xl-n4lg {
    margin: -2rem !important;
  }
  .m-2xl-n5sm {
    margin: -2.5rem !important;
  }
  .m-2xl-n5 {
    margin: -3rem !important;
  }
  .m-2xl-n5lg {
    margin: -3.5rem !important;
  }
  .m-2xl-n6sm {
    margin: -4rem !important;
  }
  .m-2xl-n6 {
    margin: -4.5rem !important;
  }
  .m-2xl-n6lg {
    margin: -5rem !important;
  }
  .m-2xl-n7sm {
    margin: -5.5rem !important;
  }
  .m-2xl-n7 {
    margin: -6rem !important;
  }
  .m-2xl-n7lg {
    margin: -6.5rem !important;
  }
  .mx-2xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-2xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-2xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-2xl-n3lg {
    margin-right: -1.15rem !important;
    margin-left: -1.15rem !important;
  }
  .mx-2xl-n4sm {
    margin-right: -1.35rem !important;
    margin-left: -1.35rem !important;
  }
  .mx-2xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-2xl-n4lg {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-2xl-n5sm {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-2xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-2xl-n5lg {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-2xl-n6sm {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-2xl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-2xl-n6lg {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-2xl-n7sm {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-2xl-n7 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-2xl-n7lg {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .my-2xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-2xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-2xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-2xl-n3lg {
    margin-top: -1.15rem !important;
    margin-bottom: -1.15rem !important;
  }
  .my-2xl-n4sm {
    margin-top: -1.35rem !important;
    margin-bottom: -1.35rem !important;
  }
  .my-2xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-2xl-n4lg {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-2xl-n5sm {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-2xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-2xl-n5lg {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-2xl-n6sm {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-2xl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-2xl-n6lg {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-2xl-n7sm {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-2xl-n7 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-2xl-n7lg {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .mt-2xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-2xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-2xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-2xl-n3lg {
    margin-top: -1.15rem !important;
  }
  .mt-2xl-n4sm {
    margin-top: -1.35rem !important;
  }
  .mt-2xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-2xl-n4lg {
    margin-top: -2rem !important;
  }
  .mt-2xl-n5sm {
    margin-top: -2.5rem !important;
  }
  .mt-2xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-2xl-n5lg {
    margin-top: -3.5rem !important;
  }
  .mt-2xl-n6sm {
    margin-top: -4rem !important;
  }
  .mt-2xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mt-2xl-n6lg {
    margin-top: -5rem !important;
  }
  .mt-2xl-n7sm {
    margin-top: -5.5rem !important;
  }
  .mt-2xl-n7 {
    margin-top: -6rem !important;
  }
  .mt-2xl-n7lg {
    margin-top: -6.5rem !important;
  }
  .me-2xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-2xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-2xl-n3 {
    margin-right: -1rem !important;
  }
  .me-2xl-n3lg {
    margin-right: -1.15rem !important;
  }
  .me-2xl-n4sm {
    margin-right: -1.35rem !important;
  }
  .me-2xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-2xl-n4lg {
    margin-right: -2rem !important;
  }
  .me-2xl-n5sm {
    margin-right: -2.5rem !important;
  }
  .me-2xl-n5 {
    margin-right: -3rem !important;
  }
  .me-2xl-n5lg {
    margin-right: -3.5rem !important;
  }
  .me-2xl-n6sm {
    margin-right: -4rem !important;
  }
  .me-2xl-n6 {
    margin-right: -4.5rem !important;
  }
  .me-2xl-n6lg {
    margin-right: -5rem !important;
  }
  .me-2xl-n7sm {
    margin-right: -5.5rem !important;
  }
  .me-2xl-n7 {
    margin-right: -6rem !important;
  }
  .me-2xl-n7lg {
    margin-right: -6.5rem !important;
  }
  .mb-2xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-2xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-2xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-2xl-n3lg {
    margin-bottom: -1.15rem !important;
  }
  .mb-2xl-n4sm {
    margin-bottom: -1.35rem !important;
  }
  .mb-2xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-2xl-n4lg {
    margin-bottom: -2rem !important;
  }
  .mb-2xl-n5sm {
    margin-bottom: -2.5rem !important;
  }
  .mb-2xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-2xl-n5lg {
    margin-bottom: -3.5rem !important;
  }
  .mb-2xl-n6sm {
    margin-bottom: -4rem !important;
  }
  .mb-2xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .mb-2xl-n6lg {
    margin-bottom: -5rem !important;
  }
  .mb-2xl-n7sm {
    margin-bottom: -5.5rem !important;
  }
  .mb-2xl-n7 {
    margin-bottom: -6rem !important;
  }
  .mb-2xl-n7lg {
    margin-bottom: -6.5rem !important;
  }
  .ms-2xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-2xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-2xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-2xl-n3lg {
    margin-left: -1.15rem !important;
  }
  .ms-2xl-n4sm {
    margin-left: -1.35rem !important;
  }
  .ms-2xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-2xl-n4lg {
    margin-left: -2rem !important;
  }
  .ms-2xl-n5sm {
    margin-left: -2.5rem !important;
  }
  .ms-2xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-2xl-n5lg {
    margin-left: -3.5rem !important;
  }
  .ms-2xl-n6sm {
    margin-left: -4rem !important;
  }
  .ms-2xl-n6 {
    margin-left: -4.5rem !important;
  }
  .ms-2xl-n6lg {
    margin-left: -5rem !important;
  }
  .ms-2xl-n7sm {
    margin-left: -5.5rem !important;
  }
  .ms-2xl-n7 {
    margin-left: -6rem !important;
  }
  .ms-2xl-n7lg {
    margin-left: -6.5rem !important;
  }
  .p-2xl-0 {
    padding: 0 !important;
  }
  .p-2xl-1 {
    padding: 0.25rem !important;
  }
  .p-2xl-2 {
    padding: 0.5rem !important;
  }
  .p-2xl-3 {
    padding: 1rem !important;
  }
  .p-2xl-3lg {
    padding: 1.15rem !important;
  }
  .p-2xl-4sm {
    padding: 1.35rem !important;
  }
  .p-2xl-4 {
    padding: 1.5rem !important;
  }
  .p-2xl-4lg {
    padding: 2rem !important;
  }
  .p-2xl-5sm {
    padding: 2.5rem !important;
  }
  .p-2xl-5 {
    padding: 3rem !important;
  }
  .p-2xl-5lg {
    padding: 3.5rem !important;
  }
  .p-2xl-6sm {
    padding: 4rem !important;
  }
  .p-2xl-6 {
    padding: 4.5rem !important;
  }
  .p-2xl-6lg {
    padding: 5rem !important;
  }
  .p-2xl-7sm {
    padding: 5.5rem !important;
  }
  .p-2xl-7 {
    padding: 6rem !important;
  }
  .p-2xl-7lg {
    padding: 6.5rem !important;
  }
  .px-2xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-2xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-2xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-2xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-2xl-3lg {
    padding-right: 1.15rem !important;
    padding-left: 1.15rem !important;
  }
  .px-2xl-4sm {
    padding-right: 1.35rem !important;
    padding-left: 1.35rem !important;
  }
  .px-2xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-2xl-4lg {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-2xl-5sm {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-2xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-2xl-5lg {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-2xl-6sm {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-2xl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-2xl-6lg {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-2xl-7sm {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-2xl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-2xl-7lg {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .py-2xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-2xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-2xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-2xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-2xl-3lg {
    padding-top: 1.15rem !important;
    padding-bottom: 1.15rem !important;
  }
  .py-2xl-4sm {
    padding-top: 1.35rem !important;
    padding-bottom: 1.35rem !important;
  }
  .py-2xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-2xl-4lg {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-2xl-5sm {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-2xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-2xl-5lg {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-2xl-6sm {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-2xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-2xl-6lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-2xl-7sm {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-2xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-2xl-7lg {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .pt-2xl-0 {
    padding-top: 0 !important;
  }
  .pt-2xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-2xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-2xl-3 {
    padding-top: 1rem !important;
  }
  .pt-2xl-3lg {
    padding-top: 1.15rem !important;
  }
  .pt-2xl-4sm {
    padding-top: 1.35rem !important;
  }
  .pt-2xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-2xl-4lg {
    padding-top: 2rem !important;
  }
  .pt-2xl-5sm {
    padding-top: 2.5rem !important;
  }
  .pt-2xl-5 {
    padding-top: 3rem !important;
  }
  .pt-2xl-5lg {
    padding-top: 3.5rem !important;
  }
  .pt-2xl-6sm {
    padding-top: 4rem !important;
  }
  .pt-2xl-6 {
    padding-top: 4.5rem !important;
  }
  .pt-2xl-6lg {
    padding-top: 5rem !important;
  }
  .pt-2xl-7sm {
    padding-top: 5.5rem !important;
  }
  .pt-2xl-7 {
    padding-top: 6rem !important;
  }
  .pt-2xl-7lg {
    padding-top: 6.5rem !important;
  }
  .pe-2xl-0 {
    padding-right: 0 !important;
  }
  .pe-2xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-2xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-2xl-3 {
    padding-right: 1rem !important;
  }
  .pe-2xl-3lg {
    padding-right: 1.15rem !important;
  }
  .pe-2xl-4sm {
    padding-right: 1.35rem !important;
  }
  .pe-2xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-2xl-4lg {
    padding-right: 2rem !important;
  }
  .pe-2xl-5sm {
    padding-right: 2.5rem !important;
  }
  .pe-2xl-5 {
    padding-right: 3rem !important;
  }
  .pe-2xl-5lg {
    padding-right: 3.5rem !important;
  }
  .pe-2xl-6sm {
    padding-right: 4rem !important;
  }
  .pe-2xl-6 {
    padding-right: 4.5rem !important;
  }
  .pe-2xl-6lg {
    padding-right: 5rem !important;
  }
  .pe-2xl-7sm {
    padding-right: 5.5rem !important;
  }
  .pe-2xl-7 {
    padding-right: 6rem !important;
  }
  .pe-2xl-7lg {
    padding-right: 6.5rem !important;
  }
  .pb-2xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-2xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-2xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-2xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-2xl-3lg {
    padding-bottom: 1.15rem !important;
  }
  .pb-2xl-4sm {
    padding-bottom: 1.35rem !important;
  }
  .pb-2xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-2xl-4lg {
    padding-bottom: 2rem !important;
  }
  .pb-2xl-5sm {
    padding-bottom: 2.5rem !important;
  }
  .pb-2xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-2xl-5lg {
    padding-bottom: 3.5rem !important;
  }
  .pb-2xl-6sm {
    padding-bottom: 4rem !important;
  }
  .pb-2xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-2xl-6lg {
    padding-bottom: 5rem !important;
  }
  .pb-2xl-7sm {
    padding-bottom: 5.5rem !important;
  }
  .pb-2xl-7 {
    padding-bottom: 6rem !important;
  }
  .pb-2xl-7lg {
    padding-bottom: 6.5rem !important;
  }
  .ps-2xl-0 {
    padding-left: 0 !important;
  }
  .ps-2xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-2xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-2xl-3 {
    padding-left: 1rem !important;
  }
  .ps-2xl-3lg {
    padding-left: 1.15rem !important;
  }
  .ps-2xl-4sm {
    padding-left: 1.35rem !important;
  }
  .ps-2xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-2xl-4lg {
    padding-left: 2rem !important;
  }
  .ps-2xl-5sm {
    padding-left: 2.5rem !important;
  }
  .ps-2xl-5 {
    padding-left: 3rem !important;
  }
  .ps-2xl-5lg {
    padding-left: 3.5rem !important;
  }
  .ps-2xl-6sm {
    padding-left: 4rem !important;
  }
  .ps-2xl-6 {
    padding-left: 4.5rem !important;
  }
  .ps-2xl-6lg {
    padding-left: 5rem !important;
  }
  .ps-2xl-7sm {
    padding-left: 5.5rem !important;
  }
  .ps-2xl-7 {
    padding-left: 6rem !important;
  }
  .ps-2xl-7lg {
    padding-left: 6.5rem !important;
  }
  .text-2xl-start {
    text-align: left !important;
  }
  .text-2xl-end {
    text-align: right !important;
  }
  .text-2xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.857rem !important;
  }
  .fs-2 {
    font-size: 2.286rem !important;
  }
  .fs-3 {
    font-size: 2rem !important;
  }
  .fs-4 {
    font-size: 1.714rem !important;
  }
  .fs-5 {
    font-size: 1.429rem !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;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fs-base {
  font-size: 1rem !important;
}

.alert-primary {
  color: #0e75be;
  background-color: rgb(218.85, 234.3, 245.25);
  border-color: rgb(146.55, 192.9, 225.75);
}
.alert-primary .alert-link {
  color: rgb(11.2, 93.6, 152);
}

.alert-secondary {
  color: #2c3b71;
  background-color: rgb(223.35, 225.6, 233.7);
  border-color: rgb(160.05, 166.8, 191.1);
}
.alert-secondary .alert-link {
  color: rgb(35.2, 47.2, 90.4);
}

.alert-success {
  color: #14a8a0;
  background-color: rgb(219.75, 241.95, 240.75);
  border-color: rgb(149.25, 215.85, 212.25);
}
.alert-success .alert-link {
  color: rgb(16, 134.4, 128);
}

.alert-info {
  color: #02aeef;
  background-color: rgb(217.05, 242.85, 252.6);
  border-color: rgb(141.15, 218.55, 247.8);
}
.alert-info .alert-link {
  color: rgb(1.6, 139.2, 191.2);
}

.alert-warning {
  color: #fabc4f;
  background-color: rgb(254.25, 244.95, 228.6);
  border-color: rgb(252.75, 224.85, 175.8);
}
.alert-warning .alert-link {
  color: rgb(200, 150.4, 63.2);
}

.alert-danger {
  color: #d80700;
  background-color: rgb(249.15, 217.8, 216.75);
  border-color: rgb(237.45, 143.4, 140.25);
}
.alert-danger .alert-link {
  color: rgb(172.8, 5.6, 0);
}

.alert-light {
  color: rgb(165.75, 165.75, 165.75);
  background-color: #e9ecef;
  border-color: rgb(221.35, 224.2, 227.05);
}
.alert-light .alert-link {
  color: rgb(132.6, 132.6, 132.6);
}

.alert-dark {
  color: white;
  background-color: #212529;
  border-color: transparent;
}
.alert-dark .alert-link {
  color: #cccccc;
}

.alert-white {
  color: white;
  background-color: white;
  border-color: white;
}
.alert-white .alert-link {
  color: #cccccc;
}

.alert-black {
  color: black;
  background-color: rgb(216.75, 216.75, 216.75);
  border-color: rgb(140.25, 140.25, 140.25);
}
.alert-black .alert-link {
  color: black;
}

.alert-violet {
  color: #43228a;
  background-color: rgb(226.8, 221.85, 237.45);
  border-color: rgb(170.4, 155.55, 202.35);
}
.alert-violet .alert-link {
  color: rgb(53.6, 27.2, 110.4);
}

.alert-red {
  color: #bd1c4f;
  background-color: rgb(245.1, 220.95, 228.6);
  border-color: rgb(225.3, 152.85, 175.8);
}
.alert-red .alert-link {
  color: rgb(151.2, 22.4, 63.2);
}

.alert-teal {
  color: #237b8c;
  background-color: rgb(222, 235.2, 237.75);
  border-color: rgb(156, 195.6, 203.25);
}
.alert-teal .alert-link {
  color: rgb(28, 98.4, 112);
}

.alert-navy {
  color: #0a3b69;
  background-color: rgb(218.25, 225.6, 232.5);
  border-color: rgb(144.75, 166.8, 187.5);
}
.alert-navy .alert-link {
  color: rgb(8, 47.2, 84);
}

.alert-yellow {
  color: #b28c00;
  background-color: rgb(243.45, 237.75, 216.75);
  border-color: rgb(220.35, 203.25, 140.25);
}
.alert-yellow .alert-link {
  color: rgb(142.4, 112, 0);
}

.alert-limegreen {
  color: #748c23;
  background-color: rgb(234.15, 237.75, 222);
  border-color: rgb(192.45, 203.25, 156);
}
.alert-limegreen .alert-link {
  color: rgb(92.8, 112, 28);
}

.alert-mintgreen {
  color: #11734f;
  background-color: rgb(219.3, 234, 228.6);
  border-color: rgb(147.9, 192, 175.8);
}
.alert-mintgreen .alert-link {
  color: rgb(13.6, 92, 63.2);
}

.alert-brown {
  color: #734711;
  background-color: rgb(234, 227.4, 219.3);
  border-color: rgb(192, 172.2, 147.9);
}
.alert-brown .alert-link {
  color: rgb(92, 56.8, 13.6);
}

.badge {
  line-height: 0.9em;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}
.badge.badge-pill, .badge.rounded-pill {
  padding: 0.5em 0.7em;
  text-transform: initial;
}

h1 .badge, h2 .badge, h3 .badge, h4 .badge, h5 .badge, h6 .badge,
.h1 .badge, .h2 .badge, .h3 .badge, .h4 .badge, .h5 .badge, .h6 .badge {
  font-weight: inherit;
}

.text-primary h1, .text-primary h2, .text-primary h3, .text-primary h4, .text-primary h5, .text-primary h6,
.text-primary .h1, .text-primary .h2, .text-primary .h3, .text-primary .h4, .text-primary .h5, .text-primary .h6 {
  color: inherit;
}

.text-secondary h1, .text-secondary h2, .text-secondary h3, .text-secondary h4, .text-secondary h5, .text-secondary h6,
.text-secondary .h1, .text-secondary .h2, .text-secondary .h3, .text-secondary .h4, .text-secondary .h5, .text-secondary .h6 {
  color: inherit;
}

.text-success h1, .text-success h2, .text-success h3, .text-success h4, .text-success h5, .text-success h6,
.text-success .h1, .text-success .h2, .text-success .h3, .text-success .h4, .text-success .h5, .text-success .h6 {
  color: inherit;
}

.text-info h1, .text-info h2, .text-info h3, .text-info h4, .text-info h5, .text-info h6,
.text-info .h1, .text-info .h2, .text-info .h3, .text-info .h4, .text-info .h5, .text-info .h6 {
  color: inherit;
}

.text-warning h1, .text-warning h2, .text-warning h3, .text-warning h4, .text-warning h5, .text-warning h6,
.text-warning .h1, .text-warning .h2, .text-warning .h3, .text-warning .h4, .text-warning .h5, .text-warning .h6 {
  color: inherit;
}

.text-danger h1, .text-danger h2, .text-danger h3, .text-danger h4, .text-danger h5, .text-danger h6,
.text-danger .h1, .text-danger .h2, .text-danger .h3, .text-danger .h4, .text-danger .h5, .text-danger .h6 {
  color: inherit;
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6,
.text-light .h1, .text-light .h2, .text-light .h3, .text-light .h4, .text-light .h5, .text-light .h6 {
  color: inherit;
}

.text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6,
.text-dark .h1, .text-dark .h2, .text-dark .h3, .text-dark .h4, .text-dark .h5, .text-dark .h6 {
  color: inherit;
}

.text-white h1, .card-tile > .card-body .icon-wrapper h1, .card-badge .card-body > .row > .col-icon > div > span h1, .text-white h2, .card-tile > .card-body .icon-wrapper h2, .card-badge .card-body > .row > .col-icon > div > span h2, .text-white h3, .card-tile > .card-body .icon-wrapper h3, .card-badge .card-body > .row > .col-icon > div > span h3, .text-white h4, .card-tile > .card-body .icon-wrapper h4, .card-badge .card-body > .row > .col-icon > div > span h4, .text-white h5, .card-tile > .card-body .icon-wrapper h5, .card-badge .card-body > .row > .col-icon > div > span h5, .text-white h6, .card-tile > .card-body .icon-wrapper h6, .card-badge .card-body > .row > .col-icon > div > span h6,
.text-white .h1,
.card-tile > .card-body .icon-wrapper .h1,
.card-badge .card-body > .row > .col-icon > div > span .h1, .text-white .h2, .card-tile > .card-body .icon-wrapper .h2, .card-badge .card-body > .row > .col-icon > div > span .h2, .text-white .h3, .card-tile > .card-body .icon-wrapper .h3, .card-badge .card-body > .row > .col-icon > div > span .h3, .text-white .h4, .card-tile > .card-body .icon-wrapper .h4, .card-badge .card-body > .row > .col-icon > div > span .h4, .text-white .h5, .card-tile > .card-body .icon-wrapper .h5, .card-badge .card-body > .row > .col-icon > div > span .h5, .text-white .h6, .card-tile > .card-body .icon-wrapper .h6, .card-badge .card-body > .row > .col-icon > div > span .h6 {
  color: inherit;
}

.text-black h1, .text-black h2, .text-black h3, .text-black h4, .text-black h5, .text-black h6,
.text-black .h1, .text-black .h2, .text-black .h3, .text-black .h4, .text-black .h5, .text-black .h6 {
  color: inherit;
}

.text-violet h1, .text-violet h2, .text-violet h3, .text-violet h4, .text-violet h5, .text-violet h6,
.text-violet .h1, .text-violet .h2, .text-violet .h3, .text-violet .h4, .text-violet .h5, .text-violet .h6 {
  color: inherit;
}

.text-red h1, .text-red h2, .text-red h3, .text-red h4, .text-red h5, .text-red h6,
.text-red .h1, .text-red .h2, .text-red .h3, .text-red .h4, .text-red .h5, .text-red .h6 {
  color: inherit;
}

.text-teal h1, .text-teal h2, .text-teal h3, .text-teal h4, .text-teal h5, .text-teal h6,
.text-teal .h1, .text-teal .h2, .text-teal .h3, .text-teal .h4, .text-teal .h5, .text-teal .h6 {
  color: inherit;
}

.text-navy h1, .text-navy h2, .text-navy h3, .text-navy h4, .text-navy h5, .text-navy h6,
.text-navy .h1, .text-navy .h2, .text-navy .h3, .text-navy .h4, .text-navy .h5, .text-navy .h6 {
  color: inherit;
}

.text-yellow h1, .text-yellow h2, .text-yellow h3, .text-yellow h4, .text-yellow h5, .text-yellow h6,
.text-yellow .h1, .text-yellow .h2, .text-yellow .h3, .text-yellow .h4, .text-yellow .h5, .text-yellow .h6 {
  color: inherit;
}

.text-limegreen h1, .text-limegreen h2, .text-limegreen h3, .text-limegreen h4, .text-limegreen h5, .text-limegreen h6,
.text-limegreen .h1, .text-limegreen .h2, .text-limegreen .h3, .text-limegreen .h4, .text-limegreen .h5, .text-limegreen .h6 {
  color: inherit;
}

.text-mintgreen h1, .text-mintgreen h2, .text-mintgreen h3, .text-mintgreen h4, .text-mintgreen h5, .text-mintgreen h6,
.text-mintgreen .h1, .text-mintgreen .h2, .text-mintgreen .h3, .text-mintgreen .h4, .text-mintgreen .h5, .text-mintgreen .h6 {
  color: inherit;
}

.text-brown h1, .text-brown h2, .text-brown h3, .text-brown h4, .text-brown h5, .text-brown h6,
.text-brown .h1, .text-brown .h2, .text-brown .h3, .text-brown .h4, .text-brown .h5, .text-brown .h6 {
  color: inherit;
}

.badge.bg-primary {
  background-color: rgb(218.85, 234.3, 245.25) !important;
  color: #0e75be;
}
.badge.bg-primary.bg-opacity-0 {
  background-color: #0e75be !important;
  color: white !important;
}

.badge.bg-secondary {
  background-color: rgb(223.35, 225.6, 233.7) !important;
  color: #2c3b71;
}
.badge.bg-secondary.bg-opacity-0 {
  background-color: #2c3b71 !important;
  color: white !important;
}

.badge.bg-success {
  background-color: rgb(219.75, 241.95, 240.75) !important;
  color: #14a8a0;
}
.badge.bg-success.bg-opacity-0 {
  background-color: #14a8a0 !important;
  color: white !important;
}

.badge.bg-info {
  background-color: rgb(217.05, 242.85, 252.6) !important;
  color: #02aeef;
}
.badge.bg-info.bg-opacity-0 {
  background-color: #02aeef !important;
  color: white !important;
}

.badge.bg-warning {
  background-color: rgb(254.25, 244.95, 228.6) !important;
  color: #fabc4f;
}
.badge.bg-warning.bg-opacity-0 {
  background-color: #fabc4f !important;
  color: white !important;
}

.badge.bg-danger {
  background-color: rgb(249.15, 217.8, 216.75) !important;
  color: #d80700;
}
.badge.bg-danger.bg-opacity-0 {
  background-color: #d80700 !important;
  color: white !important;
}

.badge.bg-light, .badge.card-grays {
  background-color: rgb(251.7, 252.15, 252.6) !important;
  color: #e9ecef;
  background-color: #e9ecef !important;
  color: rgb(89.25, 89.25, 89.25) !important;
}
.badge.bg-light.bg-opacity-0, .badge.bg-opacity-0.card-grays {
  background-color: #e9ecef !important;
  color: white !important;
  color: rgb(127.5, 127.5, 127.5) !important;
}

.badge.bg-dark {
  background-color: rgb(221.7, 222.3, 222.9) !important;
  color: #212529;
  color: rgb(63.75, 63.75, 63.75) !important;
}
.badge.bg-dark.bg-opacity-0 {
  background-color: #212529 !important;
  color: white !important;
}

.badge.bg-white {
  background-color: white !important;
  color: #ffffff;
}
.badge.bg-white.bg-opacity-0 {
  background-color: #ffffff !important;
  color: white !important;
}

.badge.bg-black {
  background-color: rgb(216.75, 216.75, 216.75) !important;
  color: #000000;
}
.badge.bg-black.bg-opacity-0 {
  background-color: #000000 !important;
  color: white !important;
}

.badge.bg-violet {
  background-color: rgb(226.8, 221.85, 237.45) !important;
  color: #43228A;
}
.badge.bg-violet.bg-opacity-0 {
  background-color: #43228A !important;
  color: white !important;
}

.badge.bg-red {
  background-color: rgb(245.1, 220.95, 228.6) !important;
  color: #BD1C4F;
}
.badge.bg-red.bg-opacity-0 {
  background-color: #BD1C4F !important;
  color: white !important;
}

.badge.bg-teal {
  background-color: rgb(222, 235.2, 237.75) !important;
  color: #237B8C;
}
.badge.bg-teal.bg-opacity-0 {
  background-color: #237B8C !important;
  color: white !important;
}

.badge.bg-navy {
  background-color: rgb(218.25, 225.6, 232.5) !important;
  color: #0A3B69;
}
.badge.bg-navy.bg-opacity-0 {
  background-color: #0A3B69 !important;
  color: white !important;
}

.badge.bg-yellow {
  background-color: rgb(243.45, 237.75, 216.75) !important;
  color: #B28C00;
}
.badge.bg-yellow.bg-opacity-0 {
  background-color: #B28C00 !important;
  color: white !important;
}

.badge.bg-limegreen {
  background-color: rgb(234.15, 237.75, 222) !important;
  color: #748C23;
}
.badge.bg-limegreen.bg-opacity-0 {
  background-color: #748C23 !important;
  color: white !important;
}

.badge.bg-mintgreen {
  background-color: rgb(219.3, 234, 228.6) !important;
  color: #11734F;
}
.badge.bg-mintgreen.bg-opacity-0 {
  background-color: #11734F !important;
  color: white !important;
}

.badge.bg-brown {
  background-color: rgb(234, 227.4, 219.3) !important;
  color: #734711;
}
.badge.bg-brown.bg-opacity-0 {
  background-color: #734711 !important;
  color: white !important;
}

.breadcrumb a {
  text-decoration: none;
}

.btn-group > .btn-primary,
.btn-group > .btn-blue-gray,
.btn-group > .btn-secondary,
.btn-group > .btn-success,
.btn-group > .btn-danger,
.btn-group > .btn-warning,
.btn-group > .btn-info,
.btn-group > .btn-dark {
  margin-left: 0 !important;
}
.btn-group > .btn-primary:not(:last-child),
.btn-group > .btn-blue-gray:not(:last-child),
.btn-group > .btn-secondary:not(:last-child),
.btn-group > .btn-success:not(:last-child),
.btn-group > .btn-danger:not(:last-child),
.btn-group > .btn-warning:not(:last-child),
.btn-group > .btn-info:not(:last-child),
.btn-group > .btn-dark:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.nav-tabs,
.nav-pills {
  padding: 3px 0;
  background-color: #e9ecef;
  border-radius: 5px;
}
.nav-tabs .nav-item,
.nav-pills .nav-item {
  padding: 0 3px;
}
.nav-tabs .nav-item .nav-link,
.nav-pills .nav-item .nav-link {
  border-radius: 0.5rem;
  padding: 7px 30px;
}

.accordion .accordion-button {
  font-size: 1.15rem;
}

.table > :not(caption) > * > * {
  border-bottom: none;
  border-top: 1px solid #dee2e6;
}
.table.border-primary > :not(caption) > * > * {
  border-top: 1px solid #0e75be;
}
.table tr.table-primary > * {
  border-top: 1px solid #0e75be;
  color: #ffffff;
}
.table.border-secondary > :not(caption) > * > * {
  border-top: 1px solid #2c3b71;
}
.table tr.table-secondary > * {
  border-top: 1px solid #2c3b71;
  color: #ffffff;
}
.table.border-success > :not(caption) > * > * {
  border-top: 1px solid #14a8a0;
}
.table tr.table-success > * {
  border-top: 1px solid #14a8a0;
  color: #ffffff;
}
.table.border-info > :not(caption) > * > * {
  border-top: 1px solid #02aeef;
}
.table tr.table-info > * {
  border-top: 1px solid #02aeef;
  color: #ffffff;
}
.table.border-warning > :not(caption) > * > * {
  border-top: 1px solid #fabc4f;
}
.table tr.table-warning > * {
  border-top: 1px solid #fabc4f;
  color: #ffffff;
}
.table.border-danger > :not(caption) > * > * {
  border-top: 1px solid #d80700;
}
.table tr.table-danger > * {
  border-top: 1px solid #d80700;
  color: #ffffff;
}
.table.border-light > :not(caption) > * > * {
  border-top: 1px solid #e9ecef;
}
.table tr.table-light > * {
  border-top: 1px solid #e9ecef;
}
.table.border-dark > :not(caption) > * > * {
  border-top: 1px solid #212529;
}
.table tr.table-dark > * {
  border-top: 1px solid #212529;
  color: #ffffff;
}
.table.border-white > :not(caption) > * > * {
  border-top: 1px solid #ffffff;
}
.table tr.table-white > * {
  border-top: 1px solid #ffffff;
  color: #ffffff;
}
.table.border-black > :not(caption) > * > * {
  border-top: 1px solid #000000;
}
.table tr.table-black > * {
  border-top: 1px solid #000000;
  color: #ffffff;
}
.table.border-violet > :not(caption) > * > * {
  border-top: 1px solid #43228A;
}
.table tr.table-violet > * {
  border-top: 1px solid #43228A;
  color: #ffffff;
}
.table.border-red > :not(caption) > * > * {
  border-top: 1px solid #BD1C4F;
}
.table tr.table-red > * {
  border-top: 1px solid #BD1C4F;
  color: #ffffff;
}
.table.border-teal > :not(caption) > * > * {
  border-top: 1px solid #237B8C;
}
.table tr.table-teal > * {
  border-top: 1px solid #237B8C;
  color: #ffffff;
}
.table.border-navy > :not(caption) > * > * {
  border-top: 1px solid #0A3B69;
}
.table tr.table-navy > * {
  border-top: 1px solid #0A3B69;
  color: #ffffff;
}
.table.border-yellow > :not(caption) > * > * {
  border-top: 1px solid #B28C00;
}
.table tr.table-yellow > * {
  border-top: 1px solid #B28C00;
  color: #ffffff;
}
.table.border-limegreen > :not(caption) > * > * {
  border-top: 1px solid #748C23;
}
.table tr.table-limegreen > * {
  border-top: 1px solid #748C23;
  color: #ffffff;
}
.table.border-mintgreen > :not(caption) > * > * {
  border-top: 1px solid #11734F;
}
.table tr.table-mintgreen > * {
  border-top: 1px solid #11734F;
  color: #ffffff;
}
.table.border-brown > :not(caption) > * > * {
  border-top: 1px solid #734711;
}
.table tr.table-brown > * {
  border-top: 1px solid #734711;
  color: #ffffff;
}
.table > :not(:first-child) {
  border-top: none;
}

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

kbd {
  border-radius: 0.2rem;
}

.card-link {
  font-size: 1.05rem;
  color: #007aff;
  padding: 7px 8px;
  border: none;
  margin-left: -8px;
  border-radius: 4px;
}
.card-link + .card-link {
  margin-left: 4px;
}
.card-link:hover {
  background-color: rgba(0, 122, 255, 0.1);
}

.card-header {
  overflow: hidden;
  padding: 15px 20px;
}
.card-header .card-header-tabs,
.card-header .card-header-pills {
  margin: -15px -20px;
}

.card-footer {
  overflow: hidden;
  padding: 0.75rem 1.25rem;
}
.card-footer .card-header-tabs,
.card-footer .card-header-pills {
  margin: -0.75rem -1.25rem;
}

.card-header-tabs,
.card-header-pills {
  background: #ffffff;
  border-radius: 0;
}

.card.border-primary .card-header {
  border-color: #0e75be;
}

.card.border-secondary .card-header {
  border-color: #2c3b71;
}

.card.border-success .card-header {
  border-color: #14a8a0;
}

.card.border-info .card-header {
  border-color: #02aeef;
}

.card.border-warning .card-header {
  border-color: #fabc4f;
}

.card.border-danger .card-header {
  border-color: #d80700;
}

.card.border-light .card-header {
  border-color: #e9ecef;
}

.card.border-dark .card-header {
  border-color: #212529;
}

.card.border-white .card-header {
  border-color: #ffffff;
}

.card.border-black .card-header {
  border-color: #000000;
}

.card.border-violet .card-header {
  border-color: #43228A;
}

.card.border-red .card-header {
  border-color: #BD1C4F;
}

.card.border-teal .card-header {
  border-color: #237B8C;
}

.card.border-navy .card-header {
  border-color: #0A3B69;
}

.card.border-yellow .card-header {
  border-color: #B28C00;
}

.card.border-limegreen .card-header {
  border-color: #748C23;
}

.card.border-mintgreen .card-header {
  border-color: #11734F;
}

.card.border-brown .card-header {
  border-color: #734711;
}

.list-group-item.list-group-item-primary {
  background: #0e75be;
  color: #ffffff;
  border-color: #0e75be;
}

.list-group-item.list-group-item-secondary {
  background: #2c3b71;
  color: #ffffff;
  border-color: #2c3b71;
}

.list-group-item.list-group-item-success {
  background: #14a8a0;
  color: #ffffff;
  border-color: #14a8a0;
}

.list-group-item.list-group-item-info {
  background: #02aeef;
  color: #ffffff;
  border-color: #02aeef;
}

.list-group-item.list-group-item-warning {
  background: #fabc4f;
  color: #ffffff;
  border-color: #fabc4f;
}

.list-group-item.list-group-item-danger {
  background: #d80700;
  color: #ffffff;
  border-color: #d80700;
}

.list-group-item.list-group-item-light {
  background: #e9ecef;
  color: #ffffff;
  border-color: #e9ecef;
  color: rgb(89.25, 89.25, 89.25);
}

.list-group-item.list-group-item-dark {
  background: #212529;
  color: #ffffff;
  border-color: #212529;
}

.list-group-item.list-group-item-white {
  background: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}

.list-group-item.list-group-item-black {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

.list-group-item.list-group-item-violet {
  background: #43228A;
  color: #ffffff;
  border-color: #43228A;
}

.list-group-item.list-group-item-red {
  background: #BD1C4F;
  color: #ffffff;
  border-color: #BD1C4F;
}

.list-group-item.list-group-item-teal {
  background: #237B8C;
  color: #ffffff;
  border-color: #237B8C;
}

.list-group-item.list-group-item-navy {
  background: #0A3B69;
  color: #ffffff;
  border-color: #0A3B69;
}

.list-group-item.list-group-item-yellow {
  background: #B28C00;
  color: #ffffff;
  border-color: #B28C00;
}

.list-group-item.list-group-item-limegreen {
  background: #748C23;
  color: #ffffff;
  border-color: #748C23;
}

.list-group-item.list-group-item-mintgreen {
  background: #11734F;
  color: #ffffff;
  border-color: #11734F;
}

.list-group-item.list-group-item-brown {
  background: #734711;
  color: #ffffff;
  border-color: #734711;
}

.nav-link.active {
  color: #0e75be;
}

.navbar .form-control {
  background: #ffffff;
}
.navbar .breadcrumb {
  rounded: 0;
  padding: 0;
  background: transparent;
}

.carousel-indicators li {
  border-radius: 50%;
}

.popover .popover-header {
  font-weight: 400;
  font-size: 1.143rem;
}

.offcanvas {
  visibility: visible;
}

.input-group .btn-outline-primary {
  border-color: #e5e5e5;
  border-width: 1px;
  color: #212529;
}
.input-group .btn-outline-primary + .btn {
  margin-left: -1px;
}
.input-group .btn-outline-primary:hover {
  background: #f2f2f2;
}

.input-group .btn-outline-secondary {
  border-color: #e5e5e5;
  border-width: 1px;
  color: #212529;
}
.input-group .btn-outline-secondary + .btn {
  margin-left: -1px;
}
.input-group .btn-outline-secondary:hover {
  background: #f2f2f2;
}

.input-group .btn-outline-success {
  border-color: #e5e5e5;
  border-width: 1px;
  color: #212529;
}
.input-group .btn-outline-success + .btn {
  margin-left: -1px;
}
.input-group .btn-outline-success:hover {
  background: #f2f2f2;
}

.input-group .btn-outline-info {
  border-color: #e5e5e5;
  border-width: 1px;
  color: #212529;
}
.input-group .btn-outline-info + .btn {
  margin-left: -1px;
}
.input-group .btn-outline-info:hover {
  background: #f2f2f2;
}

.input-group .btn-outline-warning {
  border-color: #e5e5e5;
  border-width: 1px;
  color: #212529;
}
.input-group .btn-outline-warning + .btn {
  margin-left: -1px;
}
.input-group .btn-outline-warning:hover {
  background: #f2f2f2;
}

.input-group .btn-outline-danger {
  border-color: #e5e5e5;
  border-width: 1px;
  color: #212529;
}
.input-group .btn-outline-danger + .btn {
  margin-left: -1px;
}
.input-group .btn-outline-danger:hover {
  background: #f2f2f2;
}

.input-group .btn-outline-light {
  border-color: #e5e5e5;
  border-width: 1px;
  color: #212529;
}
.input-group .btn-outline-light + .btn {
  margin-left: -1px;
}
.input-group .btn-outline-light:hover {
  background: #f2f2f2;
}

.input-group .btn-outline-dark {
  border-color: #e5e5e5;
  border-width: 1px;
  color: #212529;
}
.input-group .btn-outline-dark + .btn {
  margin-left: -1px;
}
.input-group .btn-outline-dark:hover {
  background: #f2f2f2;
}

.input-group .btn-outline-white {
  border-color: #e5e5e5;
  border-width: 1px;
  color: #212529;
}
.input-group .btn-outline-white + .btn {
  margin-left: -1px;
}
.input-group .btn-outline-white:hover {
  background: #f2f2f2;
}

.input-group .btn-outline-black {
  border-color: #e5e5e5;
  border-width: 1px;
  color: #212529;
}
.input-group .btn-outline-black + .btn {
  margin-left: -1px;
}
.input-group .btn-outline-black:hover {
  background: #f2f2f2;
}

.input-group .btn-outline-violet {
  border-color: #e5e5e5;
  border-width: 1px;
  color: #212529;
}
.input-group .btn-outline-violet + .btn {
  margin-left: -1px;
}
.input-group .btn-outline-violet:hover {
  background: #f2f2f2;
}

.input-group .btn-outline-red {
  border-color: #e5e5e5;
  border-width: 1px;
  color: #212529;
}
.input-group .btn-outline-red + .btn {
  margin-left: -1px;
}
.input-group .btn-outline-red:hover {
  background: #f2f2f2;
}

.input-group .btn-outline-teal {
  border-color: #e5e5e5;
  border-width: 1px;
  color: #212529;
}
.input-group .btn-outline-teal + .btn {
  margin-left: -1px;
}
.input-group .btn-outline-teal:hover {
  background: #f2f2f2;
}

.input-group .btn-outline-navy {
  border-color: #e5e5e5;
  border-width: 1px;
  color: #212529;
}
.input-group .btn-outline-navy + .btn {
  margin-left: -1px;
}
.input-group .btn-outline-navy:hover {
  background: #f2f2f2;
}

.input-group .btn-outline-yellow {
  border-color: #e5e5e5;
  border-width: 1px;
  color: #212529;
}
.input-group .btn-outline-yellow + .btn {
  margin-left: -1px;
}
.input-group .btn-outline-yellow:hover {
  background: #f2f2f2;
}

.input-group .btn-outline-limegreen {
  border-color: #e5e5e5;
  border-width: 1px;
  color: #212529;
}
.input-group .btn-outline-limegreen + .btn {
  margin-left: -1px;
}
.input-group .btn-outline-limegreen:hover {
  background: #f2f2f2;
}

.input-group .btn-outline-mintgreen {
  border-color: #e5e5e5;
  border-width: 1px;
  color: #212529;
}
.input-group .btn-outline-mintgreen + .btn {
  margin-left: -1px;
}
.input-group .btn-outline-mintgreen:hover {
  background: #f2f2f2;
}

.input-group .btn-outline-brown {
  border-color: #e5e5e5;
  border-width: 1px;
  color: #212529;
}
.input-group .btn-outline-brown + .btn {
  margin-left: -1px;
}
.input-group .btn-outline-brown:hover {
  background: #f2f2f2;
}

.input-group .form-control {
  border-color: #f0f0f0;
}
.input-group .form-control:focus {
  border-color: #0e75be;
}
.input-group .dropdown {
  display: flex;
}

/* ! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-viewport {
  width: 100%;
  height: 100%;
}

.row > .flickity-viewport > .flickity-slider {
  display: flex;
}

.flickity--slider.hide--arrows .flickity-prev-next-button {
  display: none;
}
.flickity--slider.hide--nav .flickity-page-dots {
  display: none;
}
.flickity--slider.arrows--white .flickity-prev-next-button {
  border-radius: 0;
  background: transparent;
}
.flickity--slider.arrows--white .flickity-prev-next-button svg * {
  fill: white;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media all and (max-height: 576px) {
  .fancybox-slide--image {
    padding: 6px 0;
  }
}
@media all and (max-height: 576px) {
  .fancybox-close-small {
    right: -6px;
  }
}
@media all and (max-height: 576px) {
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1, .fancybox-share .h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
}
@media all and (max-width: 576px) {
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
}
@media all and (max-width: 576px) {
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.fancybox-is-open .fancybox-bg {
  background: #000000;
  opacity: 1;
}

.fw--100 {
  font-weight: 100 !important;
}

.fw--200 {
  font-weight: 200 !important;
}

.fw--300 {
  font-weight: 300 !important;
}

.fw--400 {
  font-weight: 400 !important;
}

.fw--500 {
  font-weight: 500 !important;
}

.fw--600 {
  font-weight: 600 !important;
}

.fw--700 {
  font-weight: 700 !important;
}

.fw--800 {
  font-weight: 800 !important;
}

.fw--900 {
  font-weight: 900 !important;
}

.fs--xxsmall {
  font-size: xx-small;
}

.fs--xsmall {
  font-size: x-small;
}

.fs--small {
  font-size: small;
}

.fs--medium {
  font-size: medium;
}

.fs--large {
  font-size: large;
}

.fs--xlarge {
  font-size: x-large;
}

.fs--xxlarge {
  font-size: xx-large;
}

.fs--smaller {
  font-size: smaller;
}

.fs--larger {
  font-size: larger;
}

.fs--xxxlarge {
  font-size: 2.35rem;
}

.line-height-none {
  line-height: 1;
}

.line-height-small {
  line-height: 1.25;
}

.line-height-medium {
  line-height: 1.15;
}

.line-height-large {
  line-height: 1.75;
}

.w-100vw {
  width: 100vw;
}

.minw-100vw {
  min-width: 100vw;
}

.maxw-100vw {
  max-width: 100vw;
}

.h-100vh, .col-100vh {
  height: 100vh;
}

.minh-100vh, .col-100vh {
  min-height: 100vh;
}

.maxh-100vh, .col-100vh {
  max-height: 100vh;
}

.w--0 {
  width: 0px !important;
}

.minw--0 {
  min-width: 0px !important;
}

.maxw--0 {
  max-width: 0px !important;
}

.h--0 {
  height: 0px !important;
}

.minh--0 {
  min-height: 0px !important;
}

.maxh--0 {
  max-height: 0px !important;
}

.ps--0,
.px--0,
.p--0 {
  padding-left: 0px !important;
}

.pe--0,
.px--0,
.p--0 {
  padding-right: 0px !important;
}

.pt--0,
.py--0,
.p--0 {
  padding-top: 0px !important;
}

.pb--0,
.py--0,
.p--0 {
  padding-bottom: 0px !important;
}

.ms--0,
.mx--0,
.m--0 {
  margin-left: 0px !important;
}

.me--0,
.mx--0,
.m--0 {
  margin-right: 0px !important;
}

.mt--0,
.my--0,
.m--0 {
  margin-top: 0px !important;
}

.mb--0,
.my--0,
.m--0 {
  margin-bottom: 0px !important;
}

.ms--n0,
.mx--n0,
.m--n0 {
  margin-left: -0px !important;
}

.me--n0,
.mx--n0,
.m--n0 {
  margin-right: -0px !important;
}

.mt--n0,
.my--n0,
.m--n0 {
  margin-top: -0px !important;
}

.mb--n0,
.my--n0,
.m--n0 {
  margin-bottom: -0px !important;
}

.top--0 {
  top: 0px;
}

.right--0 {
  right: 0px;
}

.bottom--0 {
  bottom: 0px;
}

.left--0 {
  left: 0px;
}

.top--n0 {
  top: -0px;
}

.right--n0 {
  right: -0px;
}

.bottom--n0 {
  bottom: -0px;
}

.left--n0 {
  left: -0px;
}

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

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

.w--1 {
  width: 1px !important;
}

.minw--1 {
  min-width: 1px !important;
}

.maxw--1 {
  max-width: 1px !important;
}

.h--1 {
  height: 1px !important;
}

.minh--1 {
  min-height: 1px !important;
}

.maxh--1 {
  max-height: 1px !important;
}

.ps--1,
.px--1,
.p--1 {
  padding-left: 1px !important;
}

.pe--1,
.px--1,
.p--1 {
  padding-right: 1px !important;
}

.pt--1,
.py--1,
.p--1 {
  padding-top: 1px !important;
}

.pb--1,
.py--1,
.p--1 {
  padding-bottom: 1px !important;
}

.ms--1,
.mx--1,
.m--1 {
  margin-left: 1px !important;
}

.me--1,
.mx--1,
.m--1 {
  margin-right: 1px !important;
}

.mt--1,
.my--1,
.m--1 {
  margin-top: 1px !important;
}

.mb--1,
.my--1,
.m--1 {
  margin-bottom: 1px !important;
}

.ms--n1,
.mx--n1,
.m--n1 {
  margin-left: -1px !important;
}

.me--n1,
.mx--n1,
.m--n1 {
  margin-right: -1px !important;
}

.mt--n1,
.my--n1,
.m--n1 {
  margin-top: -1px !important;
}

.mb--n1,
.my--n1,
.m--n1 {
  margin-bottom: -1px !important;
}

.top--1 {
  top: 1px;
}

.right--1 {
  right: 1px;
}

.bottom--1 {
  bottom: 1px;
}

.left--1 {
  left: 1px;
}

.top--n1 {
  top: -1px;
}

.right--n1 {
  right: -1px;
}

.bottom--n1 {
  bottom: -1px;
}

.left--n1 {
  left: -1px;
}

.border--1 {
  border-width: 1px !important;
}

.border-radius--1 {
  border-radius: 1px !important;
}

.w--2 {
  width: 2px !important;
}

.minw--2 {
  min-width: 2px !important;
}

.maxw--2 {
  max-width: 2px !important;
}

.h--2 {
  height: 2px !important;
}

.minh--2 {
  min-height: 2px !important;
}

.maxh--2 {
  max-height: 2px !important;
}

.ps--2,
.px--2,
.p--2 {
  padding-left: 2px !important;
}

.pe--2,
.px--2,
.p--2 {
  padding-right: 2px !important;
}

.pt--2,
.py--2,
.p--2 {
  padding-top: 2px !important;
}

.pb--2,
.py--2,
.p--2 {
  padding-bottom: 2px !important;
}

.ms--2,
.mx--2,
.m--2 {
  margin-left: 2px !important;
}

.me--2,
.mx--2,
.m--2 {
  margin-right: 2px !important;
}

.mt--2,
.my--2,
.m--2 {
  margin-top: 2px !important;
}

.mb--2,
.my--2,
.m--2 {
  margin-bottom: 2px !important;
}

.ms--n2,
.mx--n2,
.m--n2 {
  margin-left: -2px !important;
}

.me--n2,
.mx--n2,
.m--n2 {
  margin-right: -2px !important;
}

.mt--n2,
.my--n2,
.m--n2 {
  margin-top: -2px !important;
}

.mb--n2,
.my--n2,
.m--n2 {
  margin-bottom: -2px !important;
}

.top--2 {
  top: 2px;
}

.right--2 {
  right: 2px;
}

.bottom--2 {
  bottom: 2px;
}

.left--2 {
  left: 2px;
}

.top--n2 {
  top: -2px;
}

.right--n2 {
  right: -2px;
}

.bottom--n2 {
  bottom: -2px;
}

.left--n2 {
  left: -2px;
}

.border--2 {
  border-width: 2px !important;
}

.border-radius--2 {
  border-radius: 2px !important;
}

.w--3 {
  width: 3px !important;
}

.minw--3 {
  min-width: 3px !important;
}

.maxw--3 {
  max-width: 3px !important;
}

.h--3 {
  height: 3px !important;
}

.minh--3 {
  min-height: 3px !important;
}

.maxh--3 {
  max-height: 3px !important;
}

.ps--3,
.px--3,
.p--3 {
  padding-left: 3px !important;
}

.pe--3,
.px--3,
.p--3 {
  padding-right: 3px !important;
}

.pt--3,
.py--3,
.p--3 {
  padding-top: 3px !important;
}

.pb--3,
.py--3,
.p--3 {
  padding-bottom: 3px !important;
}

.ms--3,
.mx--3,
.m--3 {
  margin-left: 3px !important;
}

.me--3,
.mx--3,
.m--3 {
  margin-right: 3px !important;
}

.mt--3,
.my--3,
.m--3 {
  margin-top: 3px !important;
}

.mb--3,
.my--3,
.m--3 {
  margin-bottom: 3px !important;
}

.ms--n3,
.mx--n3,
.m--n3 {
  margin-left: -3px !important;
}

.me--n3,
.mx--n3,
.m--n3 {
  margin-right: -3px !important;
}

.mt--n3,
.my--n3,
.m--n3 {
  margin-top: -3px !important;
}

.mb--n3,
.my--n3,
.m--n3 {
  margin-bottom: -3px !important;
}

.top--3 {
  top: 3px;
}

.right--3 {
  right: 3px;
}

.bottom--3 {
  bottom: 3px;
}

.left--3 {
  left: 3px;
}

.top--n3 {
  top: -3px;
}

.right--n3 {
  right: -3px;
}

.bottom--n3 {
  bottom: -3px;
}

.left--n3 {
  left: -3px;
}

.border--3 {
  border-width: 3px !important;
}

.border-radius--3 {
  border-radius: 3px !important;
}

.w--4 {
  width: 4px !important;
}

.minw--4 {
  min-width: 4px !important;
}

.maxw--4 {
  max-width: 4px !important;
}

.h--4 {
  height: 4px !important;
}

.minh--4 {
  min-height: 4px !important;
}

.maxh--4 {
  max-height: 4px !important;
}

.ps--4,
.px--4,
.p--4 {
  padding-left: 4px !important;
}

.pe--4,
.px--4,
.p--4 {
  padding-right: 4px !important;
}

.pt--4,
.py--4,
.p--4 {
  padding-top: 4px !important;
}

.pb--4,
.py--4,
.p--4 {
  padding-bottom: 4px !important;
}

.ms--4,
.mx--4,
.m--4 {
  margin-left: 4px !important;
}

.me--4,
.mx--4,
.m--4 {
  margin-right: 4px !important;
}

.mt--4,
.my--4,
.m--4 {
  margin-top: 4px !important;
}

.mb--4,
.my--4,
.m--4 {
  margin-bottom: 4px !important;
}

.ms--n4,
.mx--n4,
.m--n4 {
  margin-left: -4px !important;
}

.me--n4,
.mx--n4,
.m--n4 {
  margin-right: -4px !important;
}

.mt--n4,
.my--n4,
.m--n4 {
  margin-top: -4px !important;
}

.mb--n4,
.my--n4,
.m--n4 {
  margin-bottom: -4px !important;
}

.top--4 {
  top: 4px;
}

.right--4 {
  right: 4px;
}

.bottom--4 {
  bottom: 4px;
}

.left--4 {
  left: 4px;
}

.top--n4 {
  top: -4px;
}

.right--n4 {
  right: -4px;
}

.bottom--n4 {
  bottom: -4px;
}

.left--n4 {
  left: -4px;
}

.border--4 {
  border-width: 4px !important;
}

.border-radius--4 {
  border-radius: 4px !important;
}

.w--5 {
  width: 5px !important;
}

.minw--5 {
  min-width: 5px !important;
}

.maxw--5 {
  max-width: 5px !important;
}

.h--5 {
  height: 5px !important;
}

.minh--5 {
  min-height: 5px !important;
}

.maxh--5 {
  max-height: 5px !important;
}

.ps--5,
.px--5,
.p--5 {
  padding-left: 5px !important;
}

.pe--5,
.px--5,
.p--5 {
  padding-right: 5px !important;
}

.pt--5,
.py--5,
.p--5 {
  padding-top: 5px !important;
}

.pb--5,
.py--5,
.p--5 {
  padding-bottom: 5px !important;
}

.ms--5,
.mx--5,
.m--5 {
  margin-left: 5px !important;
}

.me--5,
.mx--5,
.m--5 {
  margin-right: 5px !important;
}

.mt--5,
.my--5,
.m--5 {
  margin-top: 5px !important;
}

.mb--5,
.my--5,
.m--5 {
  margin-bottom: 5px !important;
}

.ms--n5,
.mx--n5,
.m--n5 {
  margin-left: -5px !important;
}

.me--n5,
.mx--n5,
.m--n5 {
  margin-right: -5px !important;
}

.mt--n5,
.my--n5,
.m--n5 {
  margin-top: -5px !important;
}

.mb--n5,
.my--n5,
.m--n5 {
  margin-bottom: -5px !important;
}

.top--5 {
  top: 5px;
}

.right--5 {
  right: 5px;
}

.bottom--5 {
  bottom: 5px;
}

.left--5 {
  left: 5px;
}

.top--n5 {
  top: -5px;
}

.right--n5 {
  right: -5px;
}

.bottom--n5 {
  bottom: -5px;
}

.left--n5 {
  left: -5px;
}

.border--5 {
  border-width: 5px !important;
}

.border-radius--5 {
  border-radius: 5px !important;
}

.w--6 {
  width: 6px !important;
}

.minw--6 {
  min-width: 6px !important;
}

.maxw--6 {
  max-width: 6px !important;
}

.h--6 {
  height: 6px !important;
}

.minh--6 {
  min-height: 6px !important;
}

.maxh--6 {
  max-height: 6px !important;
}

.ps--6,
.px--6,
.p--6 {
  padding-left: 6px !important;
}

.pe--6,
.px--6,
.p--6 {
  padding-right: 6px !important;
}

.pt--6,
.py--6,
.p--6 {
  padding-top: 6px !important;
}

.pb--6,
.py--6,
.p--6 {
  padding-bottom: 6px !important;
}

.ms--6,
.mx--6,
.m--6 {
  margin-left: 6px !important;
}

.me--6,
.mx--6,
.m--6 {
  margin-right: 6px !important;
}

.mt--6,
.my--6,
.m--6 {
  margin-top: 6px !important;
}

.mb--6,
.my--6,
.m--6 {
  margin-bottom: 6px !important;
}

.ms--n6,
.mx--n6,
.m--n6 {
  margin-left: -6px !important;
}

.me--n6,
.mx--n6,
.m--n6 {
  margin-right: -6px !important;
}

.mt--n6,
.my--n6,
.m--n6 {
  margin-top: -6px !important;
}

.mb--n6,
.my--n6,
.m--n6 {
  margin-bottom: -6px !important;
}

.top--6 {
  top: 6px;
}

.right--6 {
  right: 6px;
}

.bottom--6 {
  bottom: 6px;
}

.left--6 {
  left: 6px;
}

.top--n6 {
  top: -6px;
}

.right--n6 {
  right: -6px;
}

.bottom--n6 {
  bottom: -6px;
}

.left--n6 {
  left: -6px;
}

.border--6 {
  border-width: 6px !important;
}

.border-radius--6 {
  border-radius: 6px !important;
}

.w--7 {
  width: 7px !important;
}

.minw--7 {
  min-width: 7px !important;
}

.maxw--7 {
  max-width: 7px !important;
}

.h--7 {
  height: 7px !important;
}

.minh--7 {
  min-height: 7px !important;
}

.maxh--7 {
  max-height: 7px !important;
}

.ps--7,
.px--7,
.p--7 {
  padding-left: 7px !important;
}

.pe--7,
.px--7,
.p--7 {
  padding-right: 7px !important;
}

.pt--7,
.py--7,
.p--7 {
  padding-top: 7px !important;
}

.pb--7,
.py--7,
.p--7 {
  padding-bottom: 7px !important;
}

.ms--7,
.mx--7,
.m--7 {
  margin-left: 7px !important;
}

.me--7,
.mx--7,
.m--7 {
  margin-right: 7px !important;
}

.mt--7,
.my--7,
.m--7 {
  margin-top: 7px !important;
}

.mb--7,
.my--7,
.m--7 {
  margin-bottom: 7px !important;
}

.ms--n7,
.mx--n7,
.m--n7 {
  margin-left: -7px !important;
}

.me--n7,
.mx--n7,
.m--n7 {
  margin-right: -7px !important;
}

.mt--n7,
.my--n7,
.m--n7 {
  margin-top: -7px !important;
}

.mb--n7,
.my--n7,
.m--n7 {
  margin-bottom: -7px !important;
}

.top--7 {
  top: 7px;
}

.right--7 {
  right: 7px;
}

.bottom--7 {
  bottom: 7px;
}

.left--7 {
  left: 7px;
}

.top--n7 {
  top: -7px;
}

.right--n7 {
  right: -7px;
}

.bottom--n7 {
  bottom: -7px;
}

.left--n7 {
  left: -7px;
}

.border--7 {
  border-width: 7px !important;
}

.border-radius--7 {
  border-radius: 7px !important;
}

.w--8 {
  width: 8px !important;
}

.minw--8 {
  min-width: 8px !important;
}

.maxw--8 {
  max-width: 8px !important;
}

.h--8 {
  height: 8px !important;
}

.minh--8 {
  min-height: 8px !important;
}

.maxh--8 {
  max-height: 8px !important;
}

.ps--8,
.px--8,
.p--8 {
  padding-left: 8px !important;
}

.pe--8,
.px--8,
.p--8 {
  padding-right: 8px !important;
}

.pt--8,
.py--8,
.p--8 {
  padding-top: 8px !important;
}

.pb--8,
.py--8,
.p--8 {
  padding-bottom: 8px !important;
}

.ms--8,
.mx--8,
.m--8 {
  margin-left: 8px !important;
}

.me--8,
.mx--8,
.m--8 {
  margin-right: 8px !important;
}

.mt--8,
.my--8,
.m--8 {
  margin-top: 8px !important;
}

.mb--8,
.my--8,
.m--8 {
  margin-bottom: 8px !important;
}

.ms--n8,
.mx--n8,
.m--n8 {
  margin-left: -8px !important;
}

.me--n8,
.mx--n8,
.m--n8 {
  margin-right: -8px !important;
}

.mt--n8,
.my--n8,
.m--n8 {
  margin-top: -8px !important;
}

.mb--n8,
.my--n8,
.m--n8 {
  margin-bottom: -8px !important;
}

.top--8 {
  top: 8px;
}

.right--8 {
  right: 8px;
}

.bottom--8 {
  bottom: 8px;
}

.left--8 {
  left: 8px;
}

.top--n8 {
  top: -8px;
}

.right--n8 {
  right: -8px;
}

.bottom--n8 {
  bottom: -8px;
}

.left--n8 {
  left: -8px;
}

.border--8 {
  border-width: 8px !important;
}

.border-radius--8 {
  border-radius: 8px !important;
}

.w--9 {
  width: 9px !important;
}

.minw--9 {
  min-width: 9px !important;
}

.maxw--9 {
  max-width: 9px !important;
}

.h--9 {
  height: 9px !important;
}

.minh--9 {
  min-height: 9px !important;
}

.maxh--9 {
  max-height: 9px !important;
}

.ps--9,
.px--9,
.p--9 {
  padding-left: 9px !important;
}

.pe--9,
.px--9,
.p--9 {
  padding-right: 9px !important;
}

.pt--9,
.py--9,
.p--9 {
  padding-top: 9px !important;
}

.pb--9,
.py--9,
.p--9 {
  padding-bottom: 9px !important;
}

.ms--9,
.mx--9,
.m--9 {
  margin-left: 9px !important;
}

.me--9,
.mx--9,
.m--9 {
  margin-right: 9px !important;
}

.mt--9,
.my--9,
.m--9 {
  margin-top: 9px !important;
}

.mb--9,
.my--9,
.m--9 {
  margin-bottom: 9px !important;
}

.ms--n9,
.mx--n9,
.m--n9 {
  margin-left: -9px !important;
}

.me--n9,
.mx--n9,
.m--n9 {
  margin-right: -9px !important;
}

.mt--n9,
.my--n9,
.m--n9 {
  margin-top: -9px !important;
}

.mb--n9,
.my--n9,
.m--n9 {
  margin-bottom: -9px !important;
}

.top--9 {
  top: 9px;
}

.right--9 {
  right: 9px;
}

.bottom--9 {
  bottom: 9px;
}

.left--9 {
  left: 9px;
}

.top--n9 {
  top: -9px;
}

.right--n9 {
  right: -9px;
}

.bottom--n9 {
  bottom: -9px;
}

.left--n9 {
  left: -9px;
}

.border--9 {
  border-width: 9px !important;
}

.border-radius--9 {
  border-radius: 9px !important;
}

.w--10 {
  width: 10px !important;
}

.minw--10 {
  min-width: 10px !important;
}

.maxw--10 {
  max-width: 10px !important;
}

.h--10 {
  height: 10px !important;
}

.minh--10 {
  min-height: 10px !important;
}

.maxh--10 {
  max-height: 10px !important;
}

.ps--10,
.px--10,
.p--10 {
  padding-left: 10px !important;
}

.pe--10,
.px--10,
.p--10 {
  padding-right: 10px !important;
}

.pt--10,
.py--10,
.p--10 {
  padding-top: 10px !important;
}

.pb--10,
.py--10,
.p--10 {
  padding-bottom: 10px !important;
}

.ms--10,
.mx--10,
.m--10 {
  margin-left: 10px !important;
}

.me--10,
.mx--10,
.m--10 {
  margin-right: 10px !important;
}

.mt--10,
.my--10,
.m--10 {
  margin-top: 10px !important;
}

.mb--10,
.my--10,
.m--10 {
  margin-bottom: 10px !important;
}

.ms--n10,
.mx--n10,
.m--n10 {
  margin-left: -10px !important;
}

.me--n10,
.mx--n10,
.m--n10 {
  margin-right: -10px !important;
}

.mt--n10,
.my--n10,
.m--n10 {
  margin-top: -10px !important;
}

.mb--n10,
.my--n10,
.m--n10 {
  margin-bottom: -10px !important;
}

.top--10 {
  top: 10px;
}

.right--10 {
  right: 10px;
}

.bottom--10 {
  bottom: 10px;
}

.left--10 {
  left: 10px;
}

.top--n10 {
  top: -10px;
}

.right--n10 {
  right: -10px;
}

.bottom--n10 {
  bottom: -10px;
}

.left--n10 {
  left: -10px;
}

.border--10 {
  border-width: 10px !important;
}

.border-radius--10 {
  border-radius: 10px !important;
}

.w--11 {
  width: 11px !important;
}

.minw--11 {
  min-width: 11px !important;
}

.maxw--11 {
  max-width: 11px !important;
}

.h--11 {
  height: 11px !important;
}

.minh--11 {
  min-height: 11px !important;
}

.maxh--11 {
  max-height: 11px !important;
}

.ps--11,
.px--11,
.p--11 {
  padding-left: 11px !important;
}

.pe--11,
.px--11,
.p--11 {
  padding-right: 11px !important;
}

.pt--11,
.py--11,
.p--11 {
  padding-top: 11px !important;
}

.pb--11,
.py--11,
.p--11 {
  padding-bottom: 11px !important;
}

.ms--11,
.mx--11,
.m--11 {
  margin-left: 11px !important;
}

.me--11,
.mx--11,
.m--11 {
  margin-right: 11px !important;
}

.mt--11,
.my--11,
.m--11 {
  margin-top: 11px !important;
}

.mb--11,
.my--11,
.m--11 {
  margin-bottom: 11px !important;
}

.ms--n11,
.mx--n11,
.m--n11 {
  margin-left: -11px !important;
}

.me--n11,
.mx--n11,
.m--n11 {
  margin-right: -11px !important;
}

.mt--n11,
.my--n11,
.m--n11 {
  margin-top: -11px !important;
}

.mb--n11,
.my--n11,
.m--n11 {
  margin-bottom: -11px !important;
}

.top--11 {
  top: 11px;
}

.right--11 {
  right: 11px;
}

.bottom--11 {
  bottom: 11px;
}

.left--11 {
  left: 11px;
}

.top--n11 {
  top: -11px;
}

.right--n11 {
  right: -11px;
}

.bottom--n11 {
  bottom: -11px;
}

.left--n11 {
  left: -11px;
}

.border--11 {
  border-width: 11px !important;
}

.border-radius--11 {
  border-radius: 11px !important;
}

.w--12 {
  width: 12px !important;
}

.minw--12 {
  min-width: 12px !important;
}

.maxw--12 {
  max-width: 12px !important;
}

.h--12 {
  height: 12px !important;
}

.minh--12 {
  min-height: 12px !important;
}

.maxh--12 {
  max-height: 12px !important;
}

.ps--12,
.px--12,
.p--12 {
  padding-left: 12px !important;
}

.pe--12,
.px--12,
.p--12 {
  padding-right: 12px !important;
}

.pt--12,
.py--12,
.p--12 {
  padding-top: 12px !important;
}

.pb--12,
.py--12,
.p--12 {
  padding-bottom: 12px !important;
}

.ms--12,
.mx--12,
.m--12 {
  margin-left: 12px !important;
}

.me--12,
.mx--12,
.m--12 {
  margin-right: 12px !important;
}

.mt--12,
.my--12,
.m--12 {
  margin-top: 12px !important;
}

.mb--12,
.my--12,
.m--12 {
  margin-bottom: 12px !important;
}

.ms--n12,
.mx--n12,
.m--n12 {
  margin-left: -12px !important;
}

.me--n12,
.mx--n12,
.m--n12 {
  margin-right: -12px !important;
}

.mt--n12,
.my--n12,
.m--n12 {
  margin-top: -12px !important;
}

.mb--n12,
.my--n12,
.m--n12 {
  margin-bottom: -12px !important;
}

.top--12 {
  top: 12px;
}

.right--12 {
  right: 12px;
}

.bottom--12 {
  bottom: 12px;
}

.left--12 {
  left: 12px;
}

.top--n12 {
  top: -12px;
}

.right--n12 {
  right: -12px;
}

.bottom--n12 {
  bottom: -12px;
}

.left--n12 {
  left: -12px;
}

.border--12 {
  border-width: 12px !important;
}

.border-radius--12 {
  border-radius: 12px !important;
}

.w--13 {
  width: 13px !important;
}

.minw--13 {
  min-width: 13px !important;
}

.maxw--13 {
  max-width: 13px !important;
}

.h--13 {
  height: 13px !important;
}

.minh--13 {
  min-height: 13px !important;
}

.maxh--13 {
  max-height: 13px !important;
}

.ps--13,
.px--13,
.p--13 {
  padding-left: 13px !important;
}

.pe--13,
.px--13,
.p--13 {
  padding-right: 13px !important;
}

.pt--13,
.py--13,
.p--13 {
  padding-top: 13px !important;
}

.pb--13,
.py--13,
.p--13 {
  padding-bottom: 13px !important;
}

.ms--13,
.mx--13,
.m--13 {
  margin-left: 13px !important;
}

.me--13,
.mx--13,
.m--13 {
  margin-right: 13px !important;
}

.mt--13,
.my--13,
.m--13 {
  margin-top: 13px !important;
}

.mb--13,
.my--13,
.m--13 {
  margin-bottom: 13px !important;
}

.ms--n13,
.mx--n13,
.m--n13 {
  margin-left: -13px !important;
}

.me--n13,
.mx--n13,
.m--n13 {
  margin-right: -13px !important;
}

.mt--n13,
.my--n13,
.m--n13 {
  margin-top: -13px !important;
}

.mb--n13,
.my--n13,
.m--n13 {
  margin-bottom: -13px !important;
}

.top--13 {
  top: 13px;
}

.right--13 {
  right: 13px;
}

.bottom--13 {
  bottom: 13px;
}

.left--13 {
  left: 13px;
}

.top--n13 {
  top: -13px;
}

.right--n13 {
  right: -13px;
}

.bottom--n13 {
  bottom: -13px;
}

.left--n13 {
  left: -13px;
}

.border--13 {
  border-width: 13px !important;
}

.border-radius--13 {
  border-radius: 13px !important;
}

.w--14 {
  width: 14px !important;
}

.minw--14 {
  min-width: 14px !important;
}

.maxw--14 {
  max-width: 14px !important;
}

.h--14 {
  height: 14px !important;
}

.minh--14 {
  min-height: 14px !important;
}

.maxh--14 {
  max-height: 14px !important;
}

.ps--14,
.px--14,
.p--14 {
  padding-left: 14px !important;
}

.pe--14,
.px--14,
.p--14 {
  padding-right: 14px !important;
}

.pt--14,
.py--14,
.p--14 {
  padding-top: 14px !important;
}

.pb--14,
.py--14,
.p--14 {
  padding-bottom: 14px !important;
}

.ms--14,
.mx--14,
.m--14 {
  margin-left: 14px !important;
}

.me--14,
.mx--14,
.m--14 {
  margin-right: 14px !important;
}

.mt--14,
.my--14,
.m--14 {
  margin-top: 14px !important;
}

.mb--14,
.my--14,
.m--14 {
  margin-bottom: 14px !important;
}

.ms--n14,
.mx--n14,
.m--n14 {
  margin-left: -14px !important;
}

.me--n14,
.mx--n14,
.m--n14 {
  margin-right: -14px !important;
}

.mt--n14,
.my--n14,
.m--n14 {
  margin-top: -14px !important;
}

.mb--n14,
.my--n14,
.m--n14 {
  margin-bottom: -14px !important;
}

.top--14 {
  top: 14px;
}

.right--14 {
  right: 14px;
}

.bottom--14 {
  bottom: 14px;
}

.left--14 {
  left: 14px;
}

.top--n14 {
  top: -14px;
}

.right--n14 {
  right: -14px;
}

.bottom--n14 {
  bottom: -14px;
}

.left--n14 {
  left: -14px;
}

.border--14 {
  border-width: 14px !important;
}

.border-radius--14 {
  border-radius: 14px !important;
}

.w--15 {
  width: 15px !important;
}

.minw--15 {
  min-width: 15px !important;
}

.maxw--15 {
  max-width: 15px !important;
}

.h--15 {
  height: 15px !important;
}

.minh--15 {
  min-height: 15px !important;
}

.maxh--15 {
  max-height: 15px !important;
}

.ps--15,
.px--15,
.p--15 {
  padding-left: 15px !important;
}

.pe--15,
.px--15,
.p--15 {
  padding-right: 15px !important;
}

.pt--15,
.py--15,
.p--15 {
  padding-top: 15px !important;
}

.pb--15,
.py--15,
.p--15 {
  padding-bottom: 15px !important;
}

.ms--15,
.mx--15,
.m--15 {
  margin-left: 15px !important;
}

.me--15,
.mx--15,
.m--15 {
  margin-right: 15px !important;
}

.mt--15,
.my--15,
.m--15 {
  margin-top: 15px !important;
}

.mb--15,
.my--15,
.m--15 {
  margin-bottom: 15px !important;
}

.ms--n15,
.mx--n15,
.m--n15 {
  margin-left: -15px !important;
}

.me--n15,
.mx--n15,
.m--n15 {
  margin-right: -15px !important;
}

.mt--n15,
.my--n15,
.m--n15 {
  margin-top: -15px !important;
}

.mb--n15,
.my--n15,
.m--n15 {
  margin-bottom: -15px !important;
}

.top--15 {
  top: 15px;
}

.right--15 {
  right: 15px;
}

.bottom--15 {
  bottom: 15px;
}

.left--15 {
  left: 15px;
}

.top--n15 {
  top: -15px;
}

.right--n15 {
  right: -15px;
}

.bottom--n15 {
  bottom: -15px;
}

.left--n15 {
  left: -15px;
}

.border--15 {
  border-width: 15px !important;
}

.border-radius--15 {
  border-radius: 15px !important;
}

.w--16 {
  width: 16px !important;
}

.minw--16 {
  min-width: 16px !important;
}

.maxw--16 {
  max-width: 16px !important;
}

.h--16 {
  height: 16px !important;
}

.minh--16 {
  min-height: 16px !important;
}

.maxh--16 {
  max-height: 16px !important;
}

.ps--16,
.px--16,
.p--16 {
  padding-left: 16px !important;
}

.pe--16,
.px--16,
.p--16 {
  padding-right: 16px !important;
}

.pt--16,
.py--16,
.p--16 {
  padding-top: 16px !important;
}

.pb--16,
.py--16,
.p--16 {
  padding-bottom: 16px !important;
}

.ms--16,
.mx--16,
.m--16 {
  margin-left: 16px !important;
}

.me--16,
.mx--16,
.m--16 {
  margin-right: 16px !important;
}

.mt--16,
.my--16,
.m--16 {
  margin-top: 16px !important;
}

.mb--16,
.my--16,
.m--16 {
  margin-bottom: 16px !important;
}

.ms--n16,
.mx--n16,
.m--n16 {
  margin-left: -16px !important;
}

.me--n16,
.mx--n16,
.m--n16 {
  margin-right: -16px !important;
}

.mt--n16,
.my--n16,
.m--n16 {
  margin-top: -16px !important;
}

.mb--n16,
.my--n16,
.m--n16 {
  margin-bottom: -16px !important;
}

.top--16 {
  top: 16px;
}

.right--16 {
  right: 16px;
}

.bottom--16 {
  bottom: 16px;
}

.left--16 {
  left: 16px;
}

.top--n16 {
  top: -16px;
}

.right--n16 {
  right: -16px;
}

.bottom--n16 {
  bottom: -16px;
}

.left--n16 {
  left: -16px;
}

.border--16 {
  border-width: 16px !important;
}

.border-radius--16 {
  border-radius: 16px !important;
}

.w--17 {
  width: 17px !important;
}

.minw--17 {
  min-width: 17px !important;
}

.maxw--17 {
  max-width: 17px !important;
}

.h--17 {
  height: 17px !important;
}

.minh--17 {
  min-height: 17px !important;
}

.maxh--17 {
  max-height: 17px !important;
}

.ps--17,
.px--17,
.p--17 {
  padding-left: 17px !important;
}

.pe--17,
.px--17,
.p--17 {
  padding-right: 17px !important;
}

.pt--17,
.py--17,
.p--17 {
  padding-top: 17px !important;
}

.pb--17,
.py--17,
.p--17 {
  padding-bottom: 17px !important;
}

.ms--17,
.mx--17,
.m--17 {
  margin-left: 17px !important;
}

.me--17,
.mx--17,
.m--17 {
  margin-right: 17px !important;
}

.mt--17,
.my--17,
.m--17 {
  margin-top: 17px !important;
}

.mb--17,
.my--17,
.m--17 {
  margin-bottom: 17px !important;
}

.ms--n17,
.mx--n17,
.m--n17 {
  margin-left: -17px !important;
}

.me--n17,
.mx--n17,
.m--n17 {
  margin-right: -17px !important;
}

.mt--n17,
.my--n17,
.m--n17 {
  margin-top: -17px !important;
}

.mb--n17,
.my--n17,
.m--n17 {
  margin-bottom: -17px !important;
}

.top--17 {
  top: 17px;
}

.right--17 {
  right: 17px;
}

.bottom--17 {
  bottom: 17px;
}

.left--17 {
  left: 17px;
}

.top--n17 {
  top: -17px;
}

.right--n17 {
  right: -17px;
}

.bottom--n17 {
  bottom: -17px;
}

.left--n17 {
  left: -17px;
}

.border--17 {
  border-width: 17px !important;
}

.border-radius--17 {
  border-radius: 17px !important;
}

.w--18 {
  width: 18px !important;
}

.minw--18 {
  min-width: 18px !important;
}

.maxw--18 {
  max-width: 18px !important;
}

.h--18 {
  height: 18px !important;
}

.minh--18 {
  min-height: 18px !important;
}

.maxh--18 {
  max-height: 18px !important;
}

.ps--18,
.px--18,
.p--18 {
  padding-left: 18px !important;
}

.pe--18,
.px--18,
.p--18 {
  padding-right: 18px !important;
}

.pt--18,
.py--18,
.p--18 {
  padding-top: 18px !important;
}

.pb--18,
.py--18,
.p--18 {
  padding-bottom: 18px !important;
}

.ms--18,
.mx--18,
.m--18 {
  margin-left: 18px !important;
}

.me--18,
.mx--18,
.m--18 {
  margin-right: 18px !important;
}

.mt--18,
.my--18,
.m--18 {
  margin-top: 18px !important;
}

.mb--18,
.my--18,
.m--18 {
  margin-bottom: 18px !important;
}

.ms--n18,
.mx--n18,
.m--n18 {
  margin-left: -18px !important;
}

.me--n18,
.mx--n18,
.m--n18 {
  margin-right: -18px !important;
}

.mt--n18,
.my--n18,
.m--n18 {
  margin-top: -18px !important;
}

.mb--n18,
.my--n18,
.m--n18 {
  margin-bottom: -18px !important;
}

.top--18 {
  top: 18px;
}

.right--18 {
  right: 18px;
}

.bottom--18 {
  bottom: 18px;
}

.left--18 {
  left: 18px;
}

.top--n18 {
  top: -18px;
}

.right--n18 {
  right: -18px;
}

.bottom--n18 {
  bottom: -18px;
}

.left--n18 {
  left: -18px;
}

.border--18 {
  border-width: 18px !important;
}

.border-radius--18 {
  border-radius: 18px !important;
}

.w--19 {
  width: 19px !important;
}

.minw--19 {
  min-width: 19px !important;
}

.maxw--19 {
  max-width: 19px !important;
}

.h--19 {
  height: 19px !important;
}

.minh--19 {
  min-height: 19px !important;
}

.maxh--19 {
  max-height: 19px !important;
}

.ps--19,
.px--19,
.p--19 {
  padding-left: 19px !important;
}

.pe--19,
.px--19,
.p--19 {
  padding-right: 19px !important;
}

.pt--19,
.py--19,
.p--19 {
  padding-top: 19px !important;
}

.pb--19,
.py--19,
.p--19 {
  padding-bottom: 19px !important;
}

.ms--19,
.mx--19,
.m--19 {
  margin-left: 19px !important;
}

.me--19,
.mx--19,
.m--19 {
  margin-right: 19px !important;
}

.mt--19,
.my--19,
.m--19 {
  margin-top: 19px !important;
}

.mb--19,
.my--19,
.m--19 {
  margin-bottom: 19px !important;
}

.ms--n19,
.mx--n19,
.m--n19 {
  margin-left: -19px !important;
}

.me--n19,
.mx--n19,
.m--n19 {
  margin-right: -19px !important;
}

.mt--n19,
.my--n19,
.m--n19 {
  margin-top: -19px !important;
}

.mb--n19,
.my--n19,
.m--n19 {
  margin-bottom: -19px !important;
}

.top--19 {
  top: 19px;
}

.right--19 {
  right: 19px;
}

.bottom--19 {
  bottom: 19px;
}

.left--19 {
  left: 19px;
}

.top--n19 {
  top: -19px;
}

.right--n19 {
  right: -19px;
}

.bottom--n19 {
  bottom: -19px;
}

.left--n19 {
  left: -19px;
}

.border--19 {
  border-width: 19px !important;
}

.border-radius--19 {
  border-radius: 19px !important;
}

.w--20 {
  width: 20px !important;
}

.minw--20 {
  min-width: 20px !important;
}

.maxw--20 {
  max-width: 20px !important;
}

.h--20 {
  height: 20px !important;
}

.minh--20 {
  min-height: 20px !important;
}

.maxh--20 {
  max-height: 20px !important;
}

.ps--20,
.px--20,
.p--20 {
  padding-left: 20px !important;
}

.pe--20,
.px--20,
.p--20 {
  padding-right: 20px !important;
}

.pt--20,
.py--20,
.p--20 {
  padding-top: 20px !important;
}

.pb--20,
.py--20,
.p--20 {
  padding-bottom: 20px !important;
}

.ms--20,
.mx--20,
.m--20 {
  margin-left: 20px !important;
}

.me--20,
.mx--20,
.m--20 {
  margin-right: 20px !important;
}

.mt--20,
.my--20,
.m--20 {
  margin-top: 20px !important;
}

.mb--20,
.my--20,
.m--20 {
  margin-bottom: 20px !important;
}

.ms--n20,
.mx--n20,
.m--n20 {
  margin-left: -20px !important;
}

.me--n20,
.mx--n20,
.m--n20 {
  margin-right: -20px !important;
}

.mt--n20,
.my--n20,
.m--n20 {
  margin-top: -20px !important;
}

.mb--n20,
.my--n20,
.m--n20 {
  margin-bottom: -20px !important;
}

.top--20 {
  top: 20px;
}

.right--20 {
  right: 20px;
}

.bottom--20 {
  bottom: 20px;
}

.left--20 {
  left: 20px;
}

.top--n20 {
  top: -20px;
}

.right--n20 {
  right: -20px;
}

.bottom--n20 {
  bottom: -20px;
}

.left--n20 {
  left: -20px;
}

.border--20 {
  border-width: 20px !important;
}

.border-radius--20 {
  border-radius: 20px !important;
}

.w--21 {
  width: 21px !important;
}

.minw--21 {
  min-width: 21px !important;
}

.maxw--21 {
  max-width: 21px !important;
}

.h--21 {
  height: 21px !important;
}

.minh--21 {
  min-height: 21px !important;
}

.maxh--21 {
  max-height: 21px !important;
}

.ps--21,
.px--21,
.p--21 {
  padding-left: 21px !important;
}

.pe--21,
.px--21,
.p--21 {
  padding-right: 21px !important;
}

.pt--21,
.py--21,
.p--21 {
  padding-top: 21px !important;
}

.pb--21,
.py--21,
.p--21 {
  padding-bottom: 21px !important;
}

.ms--21,
.mx--21,
.m--21 {
  margin-left: 21px !important;
}

.me--21,
.mx--21,
.m--21 {
  margin-right: 21px !important;
}

.mt--21,
.my--21,
.m--21 {
  margin-top: 21px !important;
}

.mb--21,
.my--21,
.m--21 {
  margin-bottom: 21px !important;
}

.ms--n21,
.mx--n21,
.m--n21 {
  margin-left: -21px !important;
}

.me--n21,
.mx--n21,
.m--n21 {
  margin-right: -21px !important;
}

.mt--n21,
.my--n21,
.m--n21 {
  margin-top: -21px !important;
}

.mb--n21,
.my--n21,
.m--n21 {
  margin-bottom: -21px !important;
}

.top--21 {
  top: 21px;
}

.right--21 {
  right: 21px;
}

.bottom--21 {
  bottom: 21px;
}

.left--21 {
  left: 21px;
}

.top--n21 {
  top: -21px;
}

.right--n21 {
  right: -21px;
}

.bottom--n21 {
  bottom: -21px;
}

.left--n21 {
  left: -21px;
}

.border--21 {
  border-width: 21px !important;
}

.border-radius--21 {
  border-radius: 21px !important;
}

.w--22 {
  width: 22px !important;
}

.minw--22 {
  min-width: 22px !important;
}

.maxw--22 {
  max-width: 22px !important;
}

.h--22 {
  height: 22px !important;
}

.minh--22 {
  min-height: 22px !important;
}

.maxh--22 {
  max-height: 22px !important;
}

.ps--22,
.px--22,
.p--22 {
  padding-left: 22px !important;
}

.pe--22,
.px--22,
.p--22 {
  padding-right: 22px !important;
}

.pt--22,
.py--22,
.p--22 {
  padding-top: 22px !important;
}

.pb--22,
.py--22,
.p--22 {
  padding-bottom: 22px !important;
}

.ms--22,
.mx--22,
.m--22 {
  margin-left: 22px !important;
}

.me--22,
.mx--22,
.m--22 {
  margin-right: 22px !important;
}

.mt--22,
.my--22,
.m--22 {
  margin-top: 22px !important;
}

.mb--22,
.my--22,
.m--22 {
  margin-bottom: 22px !important;
}

.ms--n22,
.mx--n22,
.m--n22 {
  margin-left: -22px !important;
}

.me--n22,
.mx--n22,
.m--n22 {
  margin-right: -22px !important;
}

.mt--n22,
.my--n22,
.m--n22 {
  margin-top: -22px !important;
}

.mb--n22,
.my--n22,
.m--n22 {
  margin-bottom: -22px !important;
}

.top--22 {
  top: 22px;
}

.right--22 {
  right: 22px;
}

.bottom--22 {
  bottom: 22px;
}

.left--22 {
  left: 22px;
}

.top--n22 {
  top: -22px;
}

.right--n22 {
  right: -22px;
}

.bottom--n22 {
  bottom: -22px;
}

.left--n22 {
  left: -22px;
}

.border--22 {
  border-width: 22px !important;
}

.border-radius--22 {
  border-radius: 22px !important;
}

.w--23 {
  width: 23px !important;
}

.minw--23 {
  min-width: 23px !important;
}

.maxw--23 {
  max-width: 23px !important;
}

.h--23 {
  height: 23px !important;
}

.minh--23 {
  min-height: 23px !important;
}

.maxh--23 {
  max-height: 23px !important;
}

.ps--23,
.px--23,
.p--23 {
  padding-left: 23px !important;
}

.pe--23,
.px--23,
.p--23 {
  padding-right: 23px !important;
}

.pt--23,
.py--23,
.p--23 {
  padding-top: 23px !important;
}

.pb--23,
.py--23,
.p--23 {
  padding-bottom: 23px !important;
}

.ms--23,
.mx--23,
.m--23 {
  margin-left: 23px !important;
}

.me--23,
.mx--23,
.m--23 {
  margin-right: 23px !important;
}

.mt--23,
.my--23,
.m--23 {
  margin-top: 23px !important;
}

.mb--23,
.my--23,
.m--23 {
  margin-bottom: 23px !important;
}

.ms--n23,
.mx--n23,
.m--n23 {
  margin-left: -23px !important;
}

.me--n23,
.mx--n23,
.m--n23 {
  margin-right: -23px !important;
}

.mt--n23,
.my--n23,
.m--n23 {
  margin-top: -23px !important;
}

.mb--n23,
.my--n23,
.m--n23 {
  margin-bottom: -23px !important;
}

.top--23 {
  top: 23px;
}

.right--23 {
  right: 23px;
}

.bottom--23 {
  bottom: 23px;
}

.left--23 {
  left: 23px;
}

.top--n23 {
  top: -23px;
}

.right--n23 {
  right: -23px;
}

.bottom--n23 {
  bottom: -23px;
}

.left--n23 {
  left: -23px;
}

.border--23 {
  border-width: 23px !important;
}

.border-radius--23 {
  border-radius: 23px !important;
}

.w--24 {
  width: 24px !important;
}

.minw--24 {
  min-width: 24px !important;
}

.maxw--24 {
  max-width: 24px !important;
}

.h--24 {
  height: 24px !important;
}

.minh--24 {
  min-height: 24px !important;
}

.maxh--24 {
  max-height: 24px !important;
}

.ps--24,
.px--24,
.p--24 {
  padding-left: 24px !important;
}

.pe--24,
.px--24,
.p--24 {
  padding-right: 24px !important;
}

.pt--24,
.py--24,
.p--24 {
  padding-top: 24px !important;
}

.pb--24,
.py--24,
.p--24 {
  padding-bottom: 24px !important;
}

.ms--24,
.mx--24,
.m--24 {
  margin-left: 24px !important;
}

.me--24,
.mx--24,
.m--24 {
  margin-right: 24px !important;
}

.mt--24,
.my--24,
.m--24 {
  margin-top: 24px !important;
}

.mb--24,
.my--24,
.m--24 {
  margin-bottom: 24px !important;
}

.ms--n24,
.mx--n24,
.m--n24 {
  margin-left: -24px !important;
}

.me--n24,
.mx--n24,
.m--n24 {
  margin-right: -24px !important;
}

.mt--n24,
.my--n24,
.m--n24 {
  margin-top: -24px !important;
}

.mb--n24,
.my--n24,
.m--n24 {
  margin-bottom: -24px !important;
}

.top--24 {
  top: 24px;
}

.right--24 {
  right: 24px;
}

.bottom--24 {
  bottom: 24px;
}

.left--24 {
  left: 24px;
}

.top--n24 {
  top: -24px;
}

.right--n24 {
  right: -24px;
}

.bottom--n24 {
  bottom: -24px;
}

.left--n24 {
  left: -24px;
}

.border--24 {
  border-width: 24px !important;
}

.border-radius--24 {
  border-radius: 24px !important;
}

.w--25 {
  width: 25px !important;
}

.minw--25 {
  min-width: 25px !important;
}

.maxw--25 {
  max-width: 25px !important;
}

.h--25 {
  height: 25px !important;
}

.minh--25 {
  min-height: 25px !important;
}

.maxh--25 {
  max-height: 25px !important;
}

.ps--25,
.px--25,
.p--25 {
  padding-left: 25px !important;
}

.pe--25,
.px--25,
.p--25 {
  padding-right: 25px !important;
}

.pt--25,
.py--25,
.p--25 {
  padding-top: 25px !important;
}

.pb--25,
.py--25,
.p--25 {
  padding-bottom: 25px !important;
}

.ms--25,
.mx--25,
.m--25 {
  margin-left: 25px !important;
}

.me--25,
.mx--25,
.m--25 {
  margin-right: 25px !important;
}

.mt--25,
.my--25,
.m--25 {
  margin-top: 25px !important;
}

.mb--25,
.my--25,
.m--25 {
  margin-bottom: 25px !important;
}

.ms--n25,
.mx--n25,
.m--n25 {
  margin-left: -25px !important;
}

.me--n25,
.mx--n25,
.m--n25 {
  margin-right: -25px !important;
}

.mt--n25,
.my--n25,
.m--n25 {
  margin-top: -25px !important;
}

.mb--n25,
.my--n25,
.m--n25 {
  margin-bottom: -25px !important;
}

.top--25 {
  top: 25px;
}

.right--25 {
  right: 25px;
}

.bottom--25 {
  bottom: 25px;
}

.left--25 {
  left: 25px;
}

.top--n25 {
  top: -25px;
}

.right--n25 {
  right: -25px;
}

.bottom--n25 {
  bottom: -25px;
}

.left--n25 {
  left: -25px;
}

.border--25 {
  border-width: 25px !important;
}

.border-radius--25 {
  border-radius: 25px !important;
}

.w--30 {
  width: 30px !important;
}

.minw--30 {
  min-width: 30px !important;
}

.maxw--30 {
  max-width: 30px !important;
}

.h--30 {
  height: 30px !important;
}

.minh--30 {
  min-height: 30px !important;
}

.maxh--30 {
  max-height: 30px !important;
}

.ps--30,
.px--30,
.p--30 {
  padding-left: 30px !important;
}

.pe--30,
.px--30,
.p--30 {
  padding-right: 30px !important;
}

.pt--30,
.py--30,
.p--30 {
  padding-top: 30px !important;
}

.pb--30,
.py--30,
.p--30 {
  padding-bottom: 30px !important;
}

.ms--30,
.mx--30,
.m--30 {
  margin-left: 30px !important;
}

.me--30,
.mx--30,
.m--30 {
  margin-right: 30px !important;
}

.mt--30,
.my--30,
.m--30 {
  margin-top: 30px !important;
}

.mb--30,
.my--30,
.m--30 {
  margin-bottom: 30px !important;
}

.ms--n30,
.mx--n30,
.m--n30 {
  margin-left: -30px !important;
}

.me--n30,
.mx--n30,
.m--n30 {
  margin-right: -30px !important;
}

.mt--n30,
.my--n30,
.m--n30 {
  margin-top: -30px !important;
}

.mb--n30,
.my--n30,
.m--n30 {
  margin-bottom: -30px !important;
}

.top--30 {
  top: 30px;
}

.right--30 {
  right: 30px;
}

.bottom--30 {
  bottom: 30px;
}

.left--30 {
  left: 30px;
}

.top--n30 {
  top: -30px;
}

.right--n30 {
  right: -30px;
}

.bottom--n30 {
  bottom: -30px;
}

.left--n30 {
  left: -30px;
}

.border--30 {
  border-width: 30px !important;
}

.border-radius--30 {
  border-radius: 30px !important;
}

.w--35 {
  width: 35px !important;
}

.minw--35 {
  min-width: 35px !important;
}

.maxw--35 {
  max-width: 35px !important;
}

.h--35 {
  height: 35px !important;
}

.minh--35 {
  min-height: 35px !important;
}

.maxh--35 {
  max-height: 35px !important;
}

.ps--35,
.px--35,
.p--35 {
  padding-left: 35px !important;
}

.pe--35,
.px--35,
.p--35 {
  padding-right: 35px !important;
}

.pt--35,
.py--35,
.p--35 {
  padding-top: 35px !important;
}

.pb--35,
.py--35,
.p--35 {
  padding-bottom: 35px !important;
}

.ms--35,
.mx--35,
.m--35 {
  margin-left: 35px !important;
}

.me--35,
.mx--35,
.m--35 {
  margin-right: 35px !important;
}

.mt--35,
.my--35,
.m--35 {
  margin-top: 35px !important;
}

.mb--35,
.my--35,
.m--35 {
  margin-bottom: 35px !important;
}

.ms--n35,
.mx--n35,
.m--n35 {
  margin-left: -35px !important;
}

.me--n35,
.mx--n35,
.m--n35 {
  margin-right: -35px !important;
}

.mt--n35,
.my--n35,
.m--n35 {
  margin-top: -35px !important;
}

.mb--n35,
.my--n35,
.m--n35 {
  margin-bottom: -35px !important;
}

.top--35 {
  top: 35px;
}

.right--35 {
  right: 35px;
}

.bottom--35 {
  bottom: 35px;
}

.left--35 {
  left: 35px;
}

.top--n35 {
  top: -35px;
}

.right--n35 {
  right: -35px;
}

.bottom--n35 {
  bottom: -35px;
}

.left--n35 {
  left: -35px;
}

.border--35 {
  border-width: 35px !important;
}

.border-radius--35 {
  border-radius: 35px !important;
}

.w--40 {
  width: 40px !important;
}

.minw--40 {
  min-width: 40px !important;
}

.maxw--40 {
  max-width: 40px !important;
}

.h--40 {
  height: 40px !important;
}

.minh--40 {
  min-height: 40px !important;
}

.maxh--40 {
  max-height: 40px !important;
}

.ps--40,
.px--40,
.p--40 {
  padding-left: 40px !important;
}

.pe--40,
.px--40,
.p--40 {
  padding-right: 40px !important;
}

.pt--40,
.py--40,
.p--40 {
  padding-top: 40px !important;
}

.pb--40,
.py--40,
.p--40 {
  padding-bottom: 40px !important;
}

.ms--40,
.mx--40,
.m--40 {
  margin-left: 40px !important;
}

.me--40,
.mx--40,
.m--40 {
  margin-right: 40px !important;
}

.mt--40,
.my--40,
.m--40 {
  margin-top: 40px !important;
}

.mb--40,
.my--40,
.m--40 {
  margin-bottom: 40px !important;
}

.ms--n40,
.mx--n40,
.m--n40 {
  margin-left: -40px !important;
}

.me--n40,
.mx--n40,
.m--n40 {
  margin-right: -40px !important;
}

.mt--n40,
.my--n40,
.m--n40 {
  margin-top: -40px !important;
}

.mb--n40,
.my--n40,
.m--n40 {
  margin-bottom: -40px !important;
}

.top--40 {
  top: 40px;
}

.right--40 {
  right: 40px;
}

.bottom--40 {
  bottom: 40px;
}

.left--40 {
  left: 40px;
}

.top--n40 {
  top: -40px;
}

.right--n40 {
  right: -40px;
}

.bottom--n40 {
  bottom: -40px;
}

.left--n40 {
  left: -40px;
}

.border--40 {
  border-width: 40px !important;
}

.border-radius--40 {
  border-radius: 40px !important;
}

.w--45 {
  width: 45px !important;
}

.minw--45 {
  min-width: 45px !important;
}

.maxw--45 {
  max-width: 45px !important;
}

.h--45 {
  height: 45px !important;
}

.minh--45 {
  min-height: 45px !important;
}

.maxh--45 {
  max-height: 45px !important;
}

.ps--45,
.px--45,
.p--45 {
  padding-left: 45px !important;
}

.pe--45,
.px--45,
.p--45 {
  padding-right: 45px !important;
}

.pt--45,
.py--45,
.p--45 {
  padding-top: 45px !important;
}

.pb--45,
.py--45,
.p--45 {
  padding-bottom: 45px !important;
}

.ms--45,
.mx--45,
.m--45 {
  margin-left: 45px !important;
}

.me--45,
.mx--45,
.m--45 {
  margin-right: 45px !important;
}

.mt--45,
.my--45,
.m--45 {
  margin-top: 45px !important;
}

.mb--45,
.my--45,
.m--45 {
  margin-bottom: 45px !important;
}

.ms--n45,
.mx--n45,
.m--n45 {
  margin-left: -45px !important;
}

.me--n45,
.mx--n45,
.m--n45 {
  margin-right: -45px !important;
}

.mt--n45,
.my--n45,
.m--n45 {
  margin-top: -45px !important;
}

.mb--n45,
.my--n45,
.m--n45 {
  margin-bottom: -45px !important;
}

.top--45 {
  top: 45px;
}

.right--45 {
  right: 45px;
}

.bottom--45 {
  bottom: 45px;
}

.left--45 {
  left: 45px;
}

.top--n45 {
  top: -45px;
}

.right--n45 {
  right: -45px;
}

.bottom--n45 {
  bottom: -45px;
}

.left--n45 {
  left: -45px;
}

.border--45 {
  border-width: 45px !important;
}

.border-radius--45 {
  border-radius: 45px !important;
}

.w--50 {
  width: 50px !important;
}

.minw--50 {
  min-width: 50px !important;
}

.maxw--50 {
  max-width: 50px !important;
}

.h--50 {
  height: 50px !important;
}

.minh--50 {
  min-height: 50px !important;
}

.maxh--50 {
  max-height: 50px !important;
}

.ps--50,
.px--50,
.p--50 {
  padding-left: 50px !important;
}

.pe--50,
.px--50,
.p--50 {
  padding-right: 50px !important;
}

.pt--50,
.py--50,
.p--50 {
  padding-top: 50px !important;
}

.pb--50,
.py--50,
.p--50 {
  padding-bottom: 50px !important;
}

.ms--50,
.mx--50,
.m--50 {
  margin-left: 50px !important;
}

.me--50,
.mx--50,
.m--50 {
  margin-right: 50px !important;
}

.mt--50,
.my--50,
.m--50 {
  margin-top: 50px !important;
}

.mb--50,
.my--50,
.m--50 {
  margin-bottom: 50px !important;
}

.ms--n50,
.mx--n50,
.m--n50 {
  margin-left: -50px !important;
}

.me--n50,
.mx--n50,
.m--n50 {
  margin-right: -50px !important;
}

.mt--n50,
.my--n50,
.m--n50 {
  margin-top: -50px !important;
}

.mb--n50,
.my--n50,
.m--n50 {
  margin-bottom: -50px !important;
}

.top--50 {
  top: 50px;
}

.right--50 {
  right: 50px;
}

.bottom--50 {
  bottom: 50px;
}

.left--50 {
  left: 50px;
}

.top--n50 {
  top: -50px;
}

.right--n50 {
  right: -50px;
}

.bottom--n50 {
  bottom: -50px;
}

.left--n50 {
  left: -50px;
}

.border--50 {
  border-width: 50px !important;
}

.border-radius--50 {
  border-radius: 50px !important;
}

.w--55 {
  width: 55px !important;
}

.minw--55 {
  min-width: 55px !important;
}

.maxw--55 {
  max-width: 55px !important;
}

.h--55 {
  height: 55px !important;
}

.minh--55 {
  min-height: 55px !important;
}

.maxh--55 {
  max-height: 55px !important;
}

.ps--55,
.px--55,
.p--55 {
  padding-left: 55px !important;
}

.pe--55,
.px--55,
.p--55 {
  padding-right: 55px !important;
}

.pt--55,
.py--55,
.p--55 {
  padding-top: 55px !important;
}

.pb--55,
.py--55,
.p--55 {
  padding-bottom: 55px !important;
}

.ms--55,
.mx--55,
.m--55 {
  margin-left: 55px !important;
}

.me--55,
.mx--55,
.m--55 {
  margin-right: 55px !important;
}

.mt--55,
.my--55,
.m--55 {
  margin-top: 55px !important;
}

.mb--55,
.my--55,
.m--55 {
  margin-bottom: 55px !important;
}

.ms--n55,
.mx--n55,
.m--n55 {
  margin-left: -55px !important;
}

.me--n55,
.mx--n55,
.m--n55 {
  margin-right: -55px !important;
}

.mt--n55,
.my--n55,
.m--n55 {
  margin-top: -55px !important;
}

.mb--n55,
.my--n55,
.m--n55 {
  margin-bottom: -55px !important;
}

.top--55 {
  top: 55px;
}

.right--55 {
  right: 55px;
}

.bottom--55 {
  bottom: 55px;
}

.left--55 {
  left: 55px;
}

.top--n55 {
  top: -55px;
}

.right--n55 {
  right: -55px;
}

.bottom--n55 {
  bottom: -55px;
}

.left--n55 {
  left: -55px;
}

.border--55 {
  border-width: 55px !important;
}

.border-radius--55 {
  border-radius: 55px !important;
}

.w--60 {
  width: 60px !important;
}

.minw--60 {
  min-width: 60px !important;
}

.maxw--60 {
  max-width: 60px !important;
}

.h--60 {
  height: 60px !important;
}

.minh--60 {
  min-height: 60px !important;
}

.maxh--60 {
  max-height: 60px !important;
}

.ps--60,
.px--60,
.p--60 {
  padding-left: 60px !important;
}

.pe--60,
.px--60,
.p--60 {
  padding-right: 60px !important;
}

.pt--60,
.py--60,
.p--60 {
  padding-top: 60px !important;
}

.pb--60,
.py--60,
.p--60 {
  padding-bottom: 60px !important;
}

.ms--60,
.mx--60,
.m--60 {
  margin-left: 60px !important;
}

.me--60,
.mx--60,
.m--60 {
  margin-right: 60px !important;
}

.mt--60,
.my--60,
.m--60 {
  margin-top: 60px !important;
}

.mb--60,
.my--60,
.m--60 {
  margin-bottom: 60px !important;
}

.ms--n60,
.mx--n60,
.m--n60 {
  margin-left: -60px !important;
}

.me--n60,
.mx--n60,
.m--n60 {
  margin-right: -60px !important;
}

.mt--n60,
.my--n60,
.m--n60 {
  margin-top: -60px !important;
}

.mb--n60,
.my--n60,
.m--n60 {
  margin-bottom: -60px !important;
}

.top--60 {
  top: 60px;
}

.right--60 {
  right: 60px;
}

.bottom--60 {
  bottom: 60px;
}

.left--60 {
  left: 60px;
}

.top--n60 {
  top: -60px;
}

.right--n60 {
  right: -60px;
}

.bottom--n60 {
  bottom: -60px;
}

.left--n60 {
  left: -60px;
}

.border--60 {
  border-width: 60px !important;
}

.border-radius--60 {
  border-radius: 60px !important;
}

.w--65 {
  width: 65px !important;
}

.minw--65 {
  min-width: 65px !important;
}

.maxw--65 {
  max-width: 65px !important;
}

.h--65 {
  height: 65px !important;
}

.minh--65 {
  min-height: 65px !important;
}

.maxh--65 {
  max-height: 65px !important;
}

.ps--65,
.px--65,
.p--65 {
  padding-left: 65px !important;
}

.pe--65,
.px--65,
.p--65 {
  padding-right: 65px !important;
}

.pt--65,
.py--65,
.p--65 {
  padding-top: 65px !important;
}

.pb--65,
.py--65,
.p--65 {
  padding-bottom: 65px !important;
}

.ms--65,
.mx--65,
.m--65 {
  margin-left: 65px !important;
}

.me--65,
.mx--65,
.m--65 {
  margin-right: 65px !important;
}

.mt--65,
.my--65,
.m--65 {
  margin-top: 65px !important;
}

.mb--65,
.my--65,
.m--65 {
  margin-bottom: 65px !important;
}

.ms--n65,
.mx--n65,
.m--n65 {
  margin-left: -65px !important;
}

.me--n65,
.mx--n65,
.m--n65 {
  margin-right: -65px !important;
}

.mt--n65,
.my--n65,
.m--n65 {
  margin-top: -65px !important;
}

.mb--n65,
.my--n65,
.m--n65 {
  margin-bottom: -65px !important;
}

.top--65 {
  top: 65px;
}

.right--65 {
  right: 65px;
}

.bottom--65 {
  bottom: 65px;
}

.left--65 {
  left: 65px;
}

.top--n65 {
  top: -65px;
}

.right--n65 {
  right: -65px;
}

.bottom--n65 {
  bottom: -65px;
}

.left--n65 {
  left: -65px;
}

.border--65 {
  border-width: 65px !important;
}

.border-radius--65 {
  border-radius: 65px !important;
}

.w--70 {
  width: 70px !important;
}

.minw--70 {
  min-width: 70px !important;
}

.maxw--70 {
  max-width: 70px !important;
}

.h--70 {
  height: 70px !important;
}

.minh--70 {
  min-height: 70px !important;
}

.maxh--70 {
  max-height: 70px !important;
}

.ps--70,
.px--70,
.p--70 {
  padding-left: 70px !important;
}

.pe--70,
.px--70,
.p--70 {
  padding-right: 70px !important;
}

.pt--70,
.py--70,
.p--70 {
  padding-top: 70px !important;
}

.pb--70,
.py--70,
.p--70 {
  padding-bottom: 70px !important;
}

.ms--70,
.mx--70,
.m--70 {
  margin-left: 70px !important;
}

.me--70,
.mx--70,
.m--70 {
  margin-right: 70px !important;
}

.mt--70,
.my--70,
.m--70 {
  margin-top: 70px !important;
}

.mb--70,
.my--70,
.m--70 {
  margin-bottom: 70px !important;
}

.ms--n70,
.mx--n70,
.m--n70 {
  margin-left: -70px !important;
}

.me--n70,
.mx--n70,
.m--n70 {
  margin-right: -70px !important;
}

.mt--n70,
.my--n70,
.m--n70 {
  margin-top: -70px !important;
}

.mb--n70,
.my--n70,
.m--n70 {
  margin-bottom: -70px !important;
}

.top--70 {
  top: 70px;
}

.right--70 {
  right: 70px;
}

.bottom--70 {
  bottom: 70px;
}

.left--70 {
  left: 70px;
}

.top--n70 {
  top: -70px;
}

.right--n70 {
  right: -70px;
}

.bottom--n70 {
  bottom: -70px;
}

.left--n70 {
  left: -70px;
}

.border--70 {
  border-width: 70px !important;
}

.border-radius--70 {
  border-radius: 70px !important;
}

.w--75 {
  width: 75px !important;
}

.minw--75 {
  min-width: 75px !important;
}

.maxw--75 {
  max-width: 75px !important;
}

.h--75 {
  height: 75px !important;
}

.minh--75 {
  min-height: 75px !important;
}

.maxh--75 {
  max-height: 75px !important;
}

.ps--75,
.px--75,
.p--75 {
  padding-left: 75px !important;
}

.pe--75,
.px--75,
.p--75 {
  padding-right: 75px !important;
}

.pt--75,
.py--75,
.p--75 {
  padding-top: 75px !important;
}

.pb--75,
.py--75,
.p--75 {
  padding-bottom: 75px !important;
}

.ms--75,
.mx--75,
.m--75 {
  margin-left: 75px !important;
}

.me--75,
.mx--75,
.m--75 {
  margin-right: 75px !important;
}

.mt--75,
.my--75,
.m--75 {
  margin-top: 75px !important;
}

.mb--75,
.my--75,
.m--75 {
  margin-bottom: 75px !important;
}

.ms--n75,
.mx--n75,
.m--n75 {
  margin-left: -75px !important;
}

.me--n75,
.mx--n75,
.m--n75 {
  margin-right: -75px !important;
}

.mt--n75,
.my--n75,
.m--n75 {
  margin-top: -75px !important;
}

.mb--n75,
.my--n75,
.m--n75 {
  margin-bottom: -75px !important;
}

.top--75 {
  top: 75px;
}

.right--75 {
  right: 75px;
}

.bottom--75 {
  bottom: 75px;
}

.left--75 {
  left: 75px;
}

.top--n75 {
  top: -75px;
}

.right--n75 {
  right: -75px;
}

.bottom--n75 {
  bottom: -75px;
}

.left--n75 {
  left: -75px;
}

.border--75 {
  border-width: 75px !important;
}

.border-radius--75 {
  border-radius: 75px !important;
}

.w--80 {
  width: 80px !important;
}

.minw--80 {
  min-width: 80px !important;
}

.maxw--80 {
  max-width: 80px !important;
}

.h--80 {
  height: 80px !important;
}

.minh--80 {
  min-height: 80px !important;
}

.maxh--80 {
  max-height: 80px !important;
}

.ps--80,
.px--80,
.p--80 {
  padding-left: 80px !important;
}

.pe--80,
.px--80,
.p--80 {
  padding-right: 80px !important;
}

.pt--80,
.py--80,
.p--80 {
  padding-top: 80px !important;
}

.pb--80,
.py--80,
.p--80 {
  padding-bottom: 80px !important;
}

.ms--80,
.mx--80,
.m--80 {
  margin-left: 80px !important;
}

.me--80,
.mx--80,
.m--80 {
  margin-right: 80px !important;
}

.mt--80,
.my--80,
.m--80 {
  margin-top: 80px !important;
}

.mb--80,
.my--80,
.m--80 {
  margin-bottom: 80px !important;
}

.ms--n80,
.mx--n80,
.m--n80 {
  margin-left: -80px !important;
}

.me--n80,
.mx--n80,
.m--n80 {
  margin-right: -80px !important;
}

.mt--n80,
.my--n80,
.m--n80 {
  margin-top: -80px !important;
}

.mb--n80,
.my--n80,
.m--n80 {
  margin-bottom: -80px !important;
}

.top--80 {
  top: 80px;
}

.right--80 {
  right: 80px;
}

.bottom--80 {
  bottom: 80px;
}

.left--80 {
  left: 80px;
}

.top--n80 {
  top: -80px;
}

.right--n80 {
  right: -80px;
}

.bottom--n80 {
  bottom: -80px;
}

.left--n80 {
  left: -80px;
}

.border--80 {
  border-width: 80px !important;
}

.border-radius--80 {
  border-radius: 80px !important;
}

.w--85 {
  width: 85px !important;
}

.minw--85 {
  min-width: 85px !important;
}

.maxw--85 {
  max-width: 85px !important;
}

.h--85 {
  height: 85px !important;
}

.minh--85 {
  min-height: 85px !important;
}

.maxh--85 {
  max-height: 85px !important;
}

.ps--85,
.px--85,
.p--85 {
  padding-left: 85px !important;
}

.pe--85,
.px--85,
.p--85 {
  padding-right: 85px !important;
}

.pt--85,
.py--85,
.p--85 {
  padding-top: 85px !important;
}

.pb--85,
.py--85,
.p--85 {
  padding-bottom: 85px !important;
}

.ms--85,
.mx--85,
.m--85 {
  margin-left: 85px !important;
}

.me--85,
.mx--85,
.m--85 {
  margin-right: 85px !important;
}

.mt--85,
.my--85,
.m--85 {
  margin-top: 85px !important;
}

.mb--85,
.my--85,
.m--85 {
  margin-bottom: 85px !important;
}

.ms--n85,
.mx--n85,
.m--n85 {
  margin-left: -85px !important;
}

.me--n85,
.mx--n85,
.m--n85 {
  margin-right: -85px !important;
}

.mt--n85,
.my--n85,
.m--n85 {
  margin-top: -85px !important;
}

.mb--n85,
.my--n85,
.m--n85 {
  margin-bottom: -85px !important;
}

.top--85 {
  top: 85px;
}

.right--85 {
  right: 85px;
}

.bottom--85 {
  bottom: 85px;
}

.left--85 {
  left: 85px;
}

.top--n85 {
  top: -85px;
}

.right--n85 {
  right: -85px;
}

.bottom--n85 {
  bottom: -85px;
}

.left--n85 {
  left: -85px;
}

.border--85 {
  border-width: 85px !important;
}

.border-radius--85 {
  border-radius: 85px !important;
}

.w--90 {
  width: 90px !important;
}

.minw--90 {
  min-width: 90px !important;
}

.maxw--90 {
  max-width: 90px !important;
}

.h--90 {
  height: 90px !important;
}

.minh--90 {
  min-height: 90px !important;
}

.maxh--90 {
  max-height: 90px !important;
}

.ps--90,
.px--90,
.p--90 {
  padding-left: 90px !important;
}

.pe--90,
.px--90,
.p--90 {
  padding-right: 90px !important;
}

.pt--90,
.py--90,
.p--90 {
  padding-top: 90px !important;
}

.pb--90,
.py--90,
.p--90 {
  padding-bottom: 90px !important;
}

.ms--90,
.mx--90,
.m--90 {
  margin-left: 90px !important;
}

.me--90,
.mx--90,
.m--90 {
  margin-right: 90px !important;
}

.mt--90,
.my--90,
.m--90 {
  margin-top: 90px !important;
}

.mb--90,
.my--90,
.m--90 {
  margin-bottom: 90px !important;
}

.ms--n90,
.mx--n90,
.m--n90 {
  margin-left: -90px !important;
}

.me--n90,
.mx--n90,
.m--n90 {
  margin-right: -90px !important;
}

.mt--n90,
.my--n90,
.m--n90 {
  margin-top: -90px !important;
}

.mb--n90,
.my--n90,
.m--n90 {
  margin-bottom: -90px !important;
}

.top--90 {
  top: 90px;
}

.right--90 {
  right: 90px;
}

.bottom--90 {
  bottom: 90px;
}

.left--90 {
  left: 90px;
}

.top--n90 {
  top: -90px;
}

.right--n90 {
  right: -90px;
}

.bottom--n90 {
  bottom: -90px;
}

.left--n90 {
  left: -90px;
}

.border--90 {
  border-width: 90px !important;
}

.border-radius--90 {
  border-radius: 90px !important;
}

.w--95 {
  width: 95px !important;
}

.minw--95 {
  min-width: 95px !important;
}

.maxw--95 {
  max-width: 95px !important;
}

.h--95 {
  height: 95px !important;
}

.minh--95 {
  min-height: 95px !important;
}

.maxh--95 {
  max-height: 95px !important;
}

.ps--95,
.px--95,
.p--95 {
  padding-left: 95px !important;
}

.pe--95,
.px--95,
.p--95 {
  padding-right: 95px !important;
}

.pt--95,
.py--95,
.p--95 {
  padding-top: 95px !important;
}

.pb--95,
.py--95,
.p--95 {
  padding-bottom: 95px !important;
}

.ms--95,
.mx--95,
.m--95 {
  margin-left: 95px !important;
}

.me--95,
.mx--95,
.m--95 {
  margin-right: 95px !important;
}

.mt--95,
.my--95,
.m--95 {
  margin-top: 95px !important;
}

.mb--95,
.my--95,
.m--95 {
  margin-bottom: 95px !important;
}

.ms--n95,
.mx--n95,
.m--n95 {
  margin-left: -95px !important;
}

.me--n95,
.mx--n95,
.m--n95 {
  margin-right: -95px !important;
}

.mt--n95,
.my--n95,
.m--n95 {
  margin-top: -95px !important;
}

.mb--n95,
.my--n95,
.m--n95 {
  margin-bottom: -95px !important;
}

.top--95 {
  top: 95px;
}

.right--95 {
  right: 95px;
}

.bottom--95 {
  bottom: 95px;
}

.left--95 {
  left: 95px;
}

.top--n95 {
  top: -95px;
}

.right--n95 {
  right: -95px;
}

.bottom--n95 {
  bottom: -95px;
}

.left--n95 {
  left: -95px;
}

.border--95 {
  border-width: 95px !important;
}

.border-radius--95 {
  border-radius: 95px !important;
}

.w--100 {
  width: 100px !important;
}

.minw--100 {
  min-width: 100px !important;
}

.maxw--100 {
  max-width: 100px !important;
}

.h--100, .card-badge .card-body > .row > .col-text {
  height: 100px !important;
}

.minh--100 {
  min-height: 100px !important;
}

.maxh--100 {
  max-height: 100px !important;
}

.ps--100,
.px--100,
.p--100 {
  padding-left: 100px !important;
}

.pe--100,
.px--100,
.p--100 {
  padding-right: 100px !important;
}

.pt--100,
.py--100,
.p--100 {
  padding-top: 100px !important;
}

.pb--100,
.py--100,
.p--100 {
  padding-bottom: 100px !important;
}

.ms--100,
.mx--100,
.m--100 {
  margin-left: 100px !important;
}

.me--100,
.mx--100,
.m--100 {
  margin-right: 100px !important;
}

.mt--100,
.my--100,
.m--100 {
  margin-top: 100px !important;
}

.mb--100,
.my--100,
.m--100 {
  margin-bottom: 100px !important;
}

.ms--n100,
.mx--n100,
.m--n100 {
  margin-left: -100px !important;
}

.me--n100,
.mx--n100,
.m--n100 {
  margin-right: -100px !important;
}

.mt--n100,
.my--n100,
.m--n100 {
  margin-top: -100px !important;
}

.mb--n100,
.my--n100,
.m--n100 {
  margin-bottom: -100px !important;
}

.top--100 {
  top: 100px;
}

.right--100 {
  right: 100px;
}

.bottom--100 {
  bottom: 100px;
}

.left--100 {
  left: 100px;
}

.top--n100 {
  top: -100px;
}

.right--n100 {
  right: -100px;
}

.bottom--n100 {
  bottom: -100px;
}

.left--n100 {
  left: -100px;
}

.border--100 {
  border-width: 100px !important;
}

.border-radius--100 {
  border-radius: 100px !important;
}

.w--110 {
  width: 110px !important;
}

.minw--110 {
  min-width: 110px !important;
}

.maxw--110 {
  max-width: 110px !important;
}

.h--110 {
  height: 110px !important;
}

.minh--110 {
  min-height: 110px !important;
}

.maxh--110 {
  max-height: 110px !important;
}

.ps--110,
.px--110,
.p--110 {
  padding-left: 110px !important;
}

.pe--110,
.px--110,
.p--110 {
  padding-right: 110px !important;
}

.pt--110,
.py--110,
.p--110 {
  padding-top: 110px !important;
}

.pb--110,
.py--110,
.p--110 {
  padding-bottom: 110px !important;
}

.ms--110,
.mx--110,
.m--110 {
  margin-left: 110px !important;
}

.me--110,
.mx--110,
.m--110 {
  margin-right: 110px !important;
}

.mt--110,
.my--110,
.m--110 {
  margin-top: 110px !important;
}

.mb--110,
.my--110,
.m--110 {
  margin-bottom: 110px !important;
}

.ms--n110,
.mx--n110,
.m--n110 {
  margin-left: -110px !important;
}

.me--n110,
.mx--n110,
.m--n110 {
  margin-right: -110px !important;
}

.mt--n110,
.my--n110,
.m--n110 {
  margin-top: -110px !important;
}

.mb--n110,
.my--n110,
.m--n110 {
  margin-bottom: -110px !important;
}

.top--110 {
  top: 110px;
}

.right--110 {
  right: 110px;
}

.bottom--110 {
  bottom: 110px;
}

.left--110 {
  left: 110px;
}

.top--n110 {
  top: -110px;
}

.right--n110 {
  right: -110px;
}

.bottom--n110 {
  bottom: -110px;
}

.left--n110 {
  left: -110px;
}

.border--110 {
  border-width: 110px !important;
}

.border-radius--110 {
  border-radius: 110px !important;
}

.w--120 {
  width: 120px !important;
}

.minw--120 {
  min-width: 120px !important;
}

.maxw--120 {
  max-width: 120px !important;
}

.h--120 {
  height: 120px !important;
}

.minh--120 {
  min-height: 120px !important;
}

.maxh--120 {
  max-height: 120px !important;
}

.ps--120,
.px--120,
.p--120 {
  padding-left: 120px !important;
}

.pe--120,
.px--120,
.p--120 {
  padding-right: 120px !important;
}

.pt--120,
.py--120,
.p--120 {
  padding-top: 120px !important;
}

.pb--120,
.py--120,
.p--120 {
  padding-bottom: 120px !important;
}

.ms--120,
.mx--120,
.m--120 {
  margin-left: 120px !important;
}

.me--120,
.mx--120,
.m--120 {
  margin-right: 120px !important;
}

.mt--120,
.my--120,
.m--120 {
  margin-top: 120px !important;
}

.mb--120,
.my--120,
.m--120 {
  margin-bottom: 120px !important;
}

.ms--n120,
.mx--n120,
.m--n120 {
  margin-left: -120px !important;
}

.me--n120,
.mx--n120,
.m--n120 {
  margin-right: -120px !important;
}

.mt--n120,
.my--n120,
.m--n120 {
  margin-top: -120px !important;
}

.mb--n120,
.my--n120,
.m--n120 {
  margin-bottom: -120px !important;
}

.top--120 {
  top: 120px;
}

.right--120 {
  right: 120px;
}

.bottom--120 {
  bottom: 120px;
}

.left--120 {
  left: 120px;
}

.top--n120 {
  top: -120px;
}

.right--n120 {
  right: -120px;
}

.bottom--n120 {
  bottom: -120px;
}

.left--n120 {
  left: -120px;
}

.border--120 {
  border-width: 120px !important;
}

.border-radius--120 {
  border-radius: 120px !important;
}

.w--130 {
  width: 130px !important;
}

.minw--130 {
  min-width: 130px !important;
}

.maxw--130 {
  max-width: 130px !important;
}

.h--130 {
  height: 130px !important;
}

.minh--130 {
  min-height: 130px !important;
}

.maxh--130 {
  max-height: 130px !important;
}

.ps--130,
.px--130,
.p--130 {
  padding-left: 130px !important;
}

.pe--130,
.px--130,
.p--130 {
  padding-right: 130px !important;
}

.pt--130,
.py--130,
.p--130 {
  padding-top: 130px !important;
}

.pb--130,
.py--130,
.p--130 {
  padding-bottom: 130px !important;
}

.ms--130,
.mx--130,
.m--130 {
  margin-left: 130px !important;
}

.me--130,
.mx--130,
.m--130 {
  margin-right: 130px !important;
}

.mt--130,
.my--130,
.m--130 {
  margin-top: 130px !important;
}

.mb--130,
.my--130,
.m--130 {
  margin-bottom: 130px !important;
}

.ms--n130,
.mx--n130,
.m--n130 {
  margin-left: -130px !important;
}

.me--n130,
.mx--n130,
.m--n130 {
  margin-right: -130px !important;
}

.mt--n130,
.my--n130,
.m--n130 {
  margin-top: -130px !important;
}

.mb--n130,
.my--n130,
.m--n130 {
  margin-bottom: -130px !important;
}

.top--130 {
  top: 130px;
}

.right--130 {
  right: 130px;
}

.bottom--130 {
  bottom: 130px;
}

.left--130 {
  left: 130px;
}

.top--n130 {
  top: -130px;
}

.right--n130 {
  right: -130px;
}

.bottom--n130 {
  bottom: -130px;
}

.left--n130 {
  left: -130px;
}

.border--130 {
  border-width: 130px !important;
}

.border-radius--130 {
  border-radius: 130px !important;
}

.w--140 {
  width: 140px !important;
}

.minw--140 {
  min-width: 140px !important;
}

.maxw--140 {
  max-width: 140px !important;
}

.h--140 {
  height: 140px !important;
}

.minh--140 {
  min-height: 140px !important;
}

.maxh--140 {
  max-height: 140px !important;
}

.ps--140,
.px--140,
.p--140 {
  padding-left: 140px !important;
}

.pe--140,
.px--140,
.p--140 {
  padding-right: 140px !important;
}

.pt--140,
.py--140,
.p--140 {
  padding-top: 140px !important;
}

.pb--140,
.py--140,
.p--140 {
  padding-bottom: 140px !important;
}

.ms--140,
.mx--140,
.m--140 {
  margin-left: 140px !important;
}

.me--140,
.mx--140,
.m--140 {
  margin-right: 140px !important;
}

.mt--140,
.my--140,
.m--140 {
  margin-top: 140px !important;
}

.mb--140,
.my--140,
.m--140 {
  margin-bottom: 140px !important;
}

.ms--n140,
.mx--n140,
.m--n140 {
  margin-left: -140px !important;
}

.me--n140,
.mx--n140,
.m--n140 {
  margin-right: -140px !important;
}

.mt--n140,
.my--n140,
.m--n140 {
  margin-top: -140px !important;
}

.mb--n140,
.my--n140,
.m--n140 {
  margin-bottom: -140px !important;
}

.top--140 {
  top: 140px;
}

.right--140 {
  right: 140px;
}

.bottom--140 {
  bottom: 140px;
}

.left--140 {
  left: 140px;
}

.top--n140 {
  top: -140px;
}

.right--n140 {
  right: -140px;
}

.bottom--n140 {
  bottom: -140px;
}

.left--n140 {
  left: -140px;
}

.border--140 {
  border-width: 140px !important;
}

.border-radius--140 {
  border-radius: 140px !important;
}

.w--150 {
  width: 150px !important;
}

.minw--150 {
  min-width: 150px !important;
}

.maxw--150 {
  max-width: 150px !important;
}

.h--150 {
  height: 150px !important;
}

.minh--150 {
  min-height: 150px !important;
}

.maxh--150 {
  max-height: 150px !important;
}

.ps--150,
.px--150,
.p--150 {
  padding-left: 150px !important;
}

.pe--150,
.px--150,
.p--150 {
  padding-right: 150px !important;
}

.pt--150,
.py--150,
.p--150 {
  padding-top: 150px !important;
}

.pb--150,
.py--150,
.p--150 {
  padding-bottom: 150px !important;
}

.ms--150,
.mx--150,
.m--150 {
  margin-left: 150px !important;
}

.me--150,
.mx--150,
.m--150 {
  margin-right: 150px !important;
}

.mt--150,
.my--150,
.m--150 {
  margin-top: 150px !important;
}

.mb--150,
.my--150,
.m--150 {
  margin-bottom: 150px !important;
}

.ms--n150,
.mx--n150,
.m--n150 {
  margin-left: -150px !important;
}

.me--n150,
.mx--n150,
.m--n150 {
  margin-right: -150px !important;
}

.mt--n150,
.my--n150,
.m--n150 {
  margin-top: -150px !important;
}

.mb--n150,
.my--n150,
.m--n150 {
  margin-bottom: -150px !important;
}

.top--150 {
  top: 150px;
}

.right--150 {
  right: 150px;
}

.bottom--150 {
  bottom: 150px;
}

.left--150 {
  left: 150px;
}

.top--n150 {
  top: -150px;
}

.right--n150 {
  right: -150px;
}

.bottom--n150 {
  bottom: -150px;
}

.left--n150 {
  left: -150px;
}

.border--150 {
  border-width: 150px !important;
}

.border-radius--150 {
  border-radius: 150px !important;
}

.w--160 {
  width: 160px !important;
}

.minw--160 {
  min-width: 160px !important;
}

.maxw--160 {
  max-width: 160px !important;
}

.h--160 {
  height: 160px !important;
}

.minh--160 {
  min-height: 160px !important;
}

.maxh--160 {
  max-height: 160px !important;
}

.ps--160,
.px--160,
.p--160 {
  padding-left: 160px !important;
}

.pe--160,
.px--160,
.p--160 {
  padding-right: 160px !important;
}

.pt--160,
.py--160,
.p--160 {
  padding-top: 160px !important;
}

.pb--160,
.py--160,
.p--160 {
  padding-bottom: 160px !important;
}

.ms--160,
.mx--160,
.m--160 {
  margin-left: 160px !important;
}

.me--160,
.mx--160,
.m--160 {
  margin-right: 160px !important;
}

.mt--160,
.my--160,
.m--160 {
  margin-top: 160px !important;
}

.mb--160,
.my--160,
.m--160 {
  margin-bottom: 160px !important;
}

.ms--n160,
.mx--n160,
.m--n160 {
  margin-left: -160px !important;
}

.me--n160,
.mx--n160,
.m--n160 {
  margin-right: -160px !important;
}

.mt--n160,
.my--n160,
.m--n160 {
  margin-top: -160px !important;
}

.mb--n160,
.my--n160,
.m--n160 {
  margin-bottom: -160px !important;
}

.top--160 {
  top: 160px;
}

.right--160 {
  right: 160px;
}

.bottom--160 {
  bottom: 160px;
}

.left--160 {
  left: 160px;
}

.top--n160 {
  top: -160px;
}

.right--n160 {
  right: -160px;
}

.bottom--n160 {
  bottom: -160px;
}

.left--n160 {
  left: -160px;
}

.border--160 {
  border-width: 160px !important;
}

.border-radius--160 {
  border-radius: 160px !important;
}

.w--170 {
  width: 170px !important;
}

.minw--170 {
  min-width: 170px !important;
}

.maxw--170 {
  max-width: 170px !important;
}

.h--170 {
  height: 170px !important;
}

.minh--170 {
  min-height: 170px !important;
}

.maxh--170 {
  max-height: 170px !important;
}

.ps--170,
.px--170,
.p--170 {
  padding-left: 170px !important;
}

.pe--170,
.px--170,
.p--170 {
  padding-right: 170px !important;
}

.pt--170,
.py--170,
.p--170 {
  padding-top: 170px !important;
}

.pb--170,
.py--170,
.p--170 {
  padding-bottom: 170px !important;
}

.ms--170,
.mx--170,
.m--170 {
  margin-left: 170px !important;
}

.me--170,
.mx--170,
.m--170 {
  margin-right: 170px !important;
}

.mt--170,
.my--170,
.m--170 {
  margin-top: 170px !important;
}

.mb--170,
.my--170,
.m--170 {
  margin-bottom: 170px !important;
}

.ms--n170,
.mx--n170,
.m--n170 {
  margin-left: -170px !important;
}

.me--n170,
.mx--n170,
.m--n170 {
  margin-right: -170px !important;
}

.mt--n170,
.my--n170,
.m--n170 {
  margin-top: -170px !important;
}

.mb--n170,
.my--n170,
.m--n170 {
  margin-bottom: -170px !important;
}

.top--170 {
  top: 170px;
}

.right--170 {
  right: 170px;
}

.bottom--170 {
  bottom: 170px;
}

.left--170 {
  left: 170px;
}

.top--n170 {
  top: -170px;
}

.right--n170 {
  right: -170px;
}

.bottom--n170 {
  bottom: -170px;
}

.left--n170 {
  left: -170px;
}

.border--170 {
  border-width: 170px !important;
}

.border-radius--170 {
  border-radius: 170px !important;
}

.w--180 {
  width: 180px !important;
}

.minw--180 {
  min-width: 180px !important;
}

.maxw--180 {
  max-width: 180px !important;
}

.h--180 {
  height: 180px !important;
}

.minh--180 {
  min-height: 180px !important;
}

.maxh--180 {
  max-height: 180px !important;
}

.ps--180,
.px--180,
.p--180 {
  padding-left: 180px !important;
}

.pe--180,
.px--180,
.p--180 {
  padding-right: 180px !important;
}

.pt--180,
.py--180,
.p--180 {
  padding-top: 180px !important;
}

.pb--180,
.py--180,
.p--180 {
  padding-bottom: 180px !important;
}

.ms--180,
.mx--180,
.m--180 {
  margin-left: 180px !important;
}

.me--180,
.mx--180,
.m--180 {
  margin-right: 180px !important;
}

.mt--180,
.my--180,
.m--180 {
  margin-top: 180px !important;
}

.mb--180,
.my--180,
.m--180 {
  margin-bottom: 180px !important;
}

.ms--n180,
.mx--n180,
.m--n180 {
  margin-left: -180px !important;
}

.me--n180,
.mx--n180,
.m--n180 {
  margin-right: -180px !important;
}

.mt--n180,
.my--n180,
.m--n180 {
  margin-top: -180px !important;
}

.mb--n180,
.my--n180,
.m--n180 {
  margin-bottom: -180px !important;
}

.top--180 {
  top: 180px;
}

.right--180 {
  right: 180px;
}

.bottom--180 {
  bottom: 180px;
}

.left--180 {
  left: 180px;
}

.top--n180 {
  top: -180px;
}

.right--n180 {
  right: -180px;
}

.bottom--n180 {
  bottom: -180px;
}

.left--n180 {
  left: -180px;
}

.border--180 {
  border-width: 180px !important;
}

.border-radius--180 {
  border-radius: 180px !important;
}

.w--190 {
  width: 190px !important;
}

.minw--190 {
  min-width: 190px !important;
}

.maxw--190 {
  max-width: 190px !important;
}

.h--190 {
  height: 190px !important;
}

.minh--190 {
  min-height: 190px !important;
}

.maxh--190 {
  max-height: 190px !important;
}

.ps--190,
.px--190,
.p--190 {
  padding-left: 190px !important;
}

.pe--190,
.px--190,
.p--190 {
  padding-right: 190px !important;
}

.pt--190,
.py--190,
.p--190 {
  padding-top: 190px !important;
}

.pb--190,
.py--190,
.p--190 {
  padding-bottom: 190px !important;
}

.ms--190,
.mx--190,
.m--190 {
  margin-left: 190px !important;
}

.me--190,
.mx--190,
.m--190 {
  margin-right: 190px !important;
}

.mt--190,
.my--190,
.m--190 {
  margin-top: 190px !important;
}

.mb--190,
.my--190,
.m--190 {
  margin-bottom: 190px !important;
}

.ms--n190,
.mx--n190,
.m--n190 {
  margin-left: -190px !important;
}

.me--n190,
.mx--n190,
.m--n190 {
  margin-right: -190px !important;
}

.mt--n190,
.my--n190,
.m--n190 {
  margin-top: -190px !important;
}

.mb--n190,
.my--n190,
.m--n190 {
  margin-bottom: -190px !important;
}

.top--190 {
  top: 190px;
}

.right--190 {
  right: 190px;
}

.bottom--190 {
  bottom: 190px;
}

.left--190 {
  left: 190px;
}

.top--n190 {
  top: -190px;
}

.right--n190 {
  right: -190px;
}

.bottom--n190 {
  bottom: -190px;
}

.left--n190 {
  left: -190px;
}

.border--190 {
  border-width: 190px !important;
}

.border-radius--190 {
  border-radius: 190px !important;
}

.w--200 {
  width: 200px !important;
}

.minw--200 {
  min-width: 200px !important;
}

.maxw--200 {
  max-width: 200px !important;
}

.h--200 {
  height: 200px !important;
}

.minh--200 {
  min-height: 200px !important;
}

.maxh--200 {
  max-height: 200px !important;
}

.ps--200,
.px--200,
.p--200 {
  padding-left: 200px !important;
}

.pe--200,
.px--200,
.p--200 {
  padding-right: 200px !important;
}

.pt--200,
.py--200,
.p--200 {
  padding-top: 200px !important;
}

.pb--200,
.py--200,
.p--200 {
  padding-bottom: 200px !important;
}

.ms--200,
.mx--200,
.m--200 {
  margin-left: 200px !important;
}

.me--200,
.mx--200,
.m--200 {
  margin-right: 200px !important;
}

.mt--200,
.my--200,
.m--200 {
  margin-top: 200px !important;
}

.mb--200,
.my--200,
.m--200 {
  margin-bottom: 200px !important;
}

.ms--n200,
.mx--n200,
.m--n200 {
  margin-left: -200px !important;
}

.me--n200,
.mx--n200,
.m--n200 {
  margin-right: -200px !important;
}

.mt--n200,
.my--n200,
.m--n200 {
  margin-top: -200px !important;
}

.mb--n200,
.my--n200,
.m--n200 {
  margin-bottom: -200px !important;
}

.top--200 {
  top: 200px;
}

.right--200 {
  right: 200px;
}

.bottom--200 {
  bottom: 200px;
}

.left--200 {
  left: 200px;
}

.top--n200 {
  top: -200px;
}

.right--n200 {
  right: -200px;
}

.bottom--n200 {
  bottom: -200px;
}

.left--n200 {
  left: -200px;
}

.border--200 {
  border-width: 200px !important;
}

.border-radius--200 {
  border-radius: 200px !important;
}

.w--210 {
  width: 210px !important;
}

.minw--210 {
  min-width: 210px !important;
}

.maxw--210 {
  max-width: 210px !important;
}

.h--210 {
  height: 210px !important;
}

.minh--210 {
  min-height: 210px !important;
}

.maxh--210 {
  max-height: 210px !important;
}

.ps--210,
.px--210,
.p--210 {
  padding-left: 210px !important;
}

.pe--210,
.px--210,
.p--210 {
  padding-right: 210px !important;
}

.pt--210,
.py--210,
.p--210 {
  padding-top: 210px !important;
}

.pb--210,
.py--210,
.p--210 {
  padding-bottom: 210px !important;
}

.ms--210,
.mx--210,
.m--210 {
  margin-left: 210px !important;
}

.me--210,
.mx--210,
.m--210 {
  margin-right: 210px !important;
}

.mt--210,
.my--210,
.m--210 {
  margin-top: 210px !important;
}

.mb--210,
.my--210,
.m--210 {
  margin-bottom: 210px !important;
}

.ms--n210,
.mx--n210,
.m--n210 {
  margin-left: -210px !important;
}

.me--n210,
.mx--n210,
.m--n210 {
  margin-right: -210px !important;
}

.mt--n210,
.my--n210,
.m--n210 {
  margin-top: -210px !important;
}

.mb--n210,
.my--n210,
.m--n210 {
  margin-bottom: -210px !important;
}

.top--210 {
  top: 210px;
}

.right--210 {
  right: 210px;
}

.bottom--210 {
  bottom: 210px;
}

.left--210 {
  left: 210px;
}

.top--n210 {
  top: -210px;
}

.right--n210 {
  right: -210px;
}

.bottom--n210 {
  bottom: -210px;
}

.left--n210 {
  left: -210px;
}

.border--210 {
  border-width: 210px !important;
}

.border-radius--210 {
  border-radius: 210px !important;
}

.w--220 {
  width: 220px !important;
}

.minw--220 {
  min-width: 220px !important;
}

.maxw--220 {
  max-width: 220px !important;
}

.h--220 {
  height: 220px !important;
}

.minh--220 {
  min-height: 220px !important;
}

.maxh--220 {
  max-height: 220px !important;
}

.ps--220,
.px--220,
.p--220 {
  padding-left: 220px !important;
}

.pe--220,
.px--220,
.p--220 {
  padding-right: 220px !important;
}

.pt--220,
.py--220,
.p--220 {
  padding-top: 220px !important;
}

.pb--220,
.py--220,
.p--220 {
  padding-bottom: 220px !important;
}

.ms--220,
.mx--220,
.m--220 {
  margin-left: 220px !important;
}

.me--220,
.mx--220,
.m--220 {
  margin-right: 220px !important;
}

.mt--220,
.my--220,
.m--220 {
  margin-top: 220px !important;
}

.mb--220,
.my--220,
.m--220 {
  margin-bottom: 220px !important;
}

.ms--n220,
.mx--n220,
.m--n220 {
  margin-left: -220px !important;
}

.me--n220,
.mx--n220,
.m--n220 {
  margin-right: -220px !important;
}

.mt--n220,
.my--n220,
.m--n220 {
  margin-top: -220px !important;
}

.mb--n220,
.my--n220,
.m--n220 {
  margin-bottom: -220px !important;
}

.top--220 {
  top: 220px;
}

.right--220 {
  right: 220px;
}

.bottom--220 {
  bottom: 220px;
}

.left--220 {
  left: 220px;
}

.top--n220 {
  top: -220px;
}

.right--n220 {
  right: -220px;
}

.bottom--n220 {
  bottom: -220px;
}

.left--n220 {
  left: -220px;
}

.border--220 {
  border-width: 220px !important;
}

.border-radius--220 {
  border-radius: 220px !important;
}

.w--230 {
  width: 230px !important;
}

.minw--230 {
  min-width: 230px !important;
}

.maxw--230 {
  max-width: 230px !important;
}

.h--230 {
  height: 230px !important;
}

.minh--230 {
  min-height: 230px !important;
}

.maxh--230 {
  max-height: 230px !important;
}

.ps--230,
.px--230,
.p--230 {
  padding-left: 230px !important;
}

.pe--230,
.px--230,
.p--230 {
  padding-right: 230px !important;
}

.pt--230,
.py--230,
.p--230 {
  padding-top: 230px !important;
}

.pb--230,
.py--230,
.p--230 {
  padding-bottom: 230px !important;
}

.ms--230,
.mx--230,
.m--230 {
  margin-left: 230px !important;
}

.me--230,
.mx--230,
.m--230 {
  margin-right: 230px !important;
}

.mt--230,
.my--230,
.m--230 {
  margin-top: 230px !important;
}

.mb--230,
.my--230,
.m--230 {
  margin-bottom: 230px !important;
}

.ms--n230,
.mx--n230,
.m--n230 {
  margin-left: -230px !important;
}

.me--n230,
.mx--n230,
.m--n230 {
  margin-right: -230px !important;
}

.mt--n230,
.my--n230,
.m--n230 {
  margin-top: -230px !important;
}

.mb--n230,
.my--n230,
.m--n230 {
  margin-bottom: -230px !important;
}

.top--230 {
  top: 230px;
}

.right--230 {
  right: 230px;
}

.bottom--230 {
  bottom: 230px;
}

.left--230 {
  left: 230px;
}

.top--n230 {
  top: -230px;
}

.right--n230 {
  right: -230px;
}

.bottom--n230 {
  bottom: -230px;
}

.left--n230 {
  left: -230px;
}

.border--230 {
  border-width: 230px !important;
}

.border-radius--230 {
  border-radius: 230px !important;
}

.w--240 {
  width: 240px !important;
}

.minw--240 {
  min-width: 240px !important;
}

.maxw--240 {
  max-width: 240px !important;
}

.h--240 {
  height: 240px !important;
}

.minh--240 {
  min-height: 240px !important;
}

.maxh--240 {
  max-height: 240px !important;
}

.ps--240,
.px--240,
.p--240 {
  padding-left: 240px !important;
}

.pe--240,
.px--240,
.p--240 {
  padding-right: 240px !important;
}

.pt--240,
.py--240,
.p--240 {
  padding-top: 240px !important;
}

.pb--240,
.py--240,
.p--240 {
  padding-bottom: 240px !important;
}

.ms--240,
.mx--240,
.m--240 {
  margin-left: 240px !important;
}

.me--240,
.mx--240,
.m--240 {
  margin-right: 240px !important;
}

.mt--240,
.my--240,
.m--240 {
  margin-top: 240px !important;
}

.mb--240,
.my--240,
.m--240 {
  margin-bottom: 240px !important;
}

.ms--n240,
.mx--n240,
.m--n240 {
  margin-left: -240px !important;
}

.me--n240,
.mx--n240,
.m--n240 {
  margin-right: -240px !important;
}

.mt--n240,
.my--n240,
.m--n240 {
  margin-top: -240px !important;
}

.mb--n240,
.my--n240,
.m--n240 {
  margin-bottom: -240px !important;
}

.top--240 {
  top: 240px;
}

.right--240 {
  right: 240px;
}

.bottom--240 {
  bottom: 240px;
}

.left--240 {
  left: 240px;
}

.top--n240 {
  top: -240px;
}

.right--n240 {
  right: -240px;
}

.bottom--n240 {
  bottom: -240px;
}

.left--n240 {
  left: -240px;
}

.border--240 {
  border-width: 240px !important;
}

.border-radius--240 {
  border-radius: 240px !important;
}

.w--250 {
  width: 250px !important;
}

.minw--250 {
  min-width: 250px !important;
}

.maxw--250 {
  max-width: 250px !important;
}

.h--250 {
  height: 250px !important;
}

.minh--250 {
  min-height: 250px !important;
}

.maxh--250 {
  max-height: 250px !important;
}

.ps--250,
.px--250,
.p--250 {
  padding-left: 250px !important;
}

.pe--250,
.px--250,
.p--250 {
  padding-right: 250px !important;
}

.pt--250,
.py--250,
.p--250 {
  padding-top: 250px !important;
}

.pb--250,
.py--250,
.p--250 {
  padding-bottom: 250px !important;
}

.ms--250,
.mx--250,
.m--250 {
  margin-left: 250px !important;
}

.me--250,
.mx--250,
.m--250 {
  margin-right: 250px !important;
}

.mt--250,
.my--250,
.m--250 {
  margin-top: 250px !important;
}

.mb--250,
.my--250,
.m--250 {
  margin-bottom: 250px !important;
}

.ms--n250,
.mx--n250,
.m--n250 {
  margin-left: -250px !important;
}

.me--n250,
.mx--n250,
.m--n250 {
  margin-right: -250px !important;
}

.mt--n250,
.my--n250,
.m--n250 {
  margin-top: -250px !important;
}

.mb--n250,
.my--n250,
.m--n250 {
  margin-bottom: -250px !important;
}

.top--250 {
  top: 250px;
}

.right--250 {
  right: 250px;
}

.bottom--250 {
  bottom: 250px;
}

.left--250 {
  left: 250px;
}

.top--n250 {
  top: -250px;
}

.right--n250 {
  right: -250px;
}

.bottom--n250 {
  bottom: -250px;
}

.left--n250 {
  left: -250px;
}

.border--250 {
  border-width: 250px !important;
}

.border-radius--250 {
  border-radius: 250px !important;
}

.w--260 {
  width: 260px !important;
}

.minw--260 {
  min-width: 260px !important;
}

.maxw--260 {
  max-width: 260px !important;
}

.h--260 {
  height: 260px !important;
}

.minh--260 {
  min-height: 260px !important;
}

.maxh--260 {
  max-height: 260px !important;
}

.ps--260,
.px--260,
.p--260 {
  padding-left: 260px !important;
}

.pe--260,
.px--260,
.p--260 {
  padding-right: 260px !important;
}

.pt--260,
.py--260,
.p--260 {
  padding-top: 260px !important;
}

.pb--260,
.py--260,
.p--260 {
  padding-bottom: 260px !important;
}

.ms--260,
.mx--260,
.m--260 {
  margin-left: 260px !important;
}

.me--260,
.mx--260,
.m--260 {
  margin-right: 260px !important;
}

.mt--260,
.my--260,
.m--260 {
  margin-top: 260px !important;
}

.mb--260,
.my--260,
.m--260 {
  margin-bottom: 260px !important;
}

.ms--n260,
.mx--n260,
.m--n260 {
  margin-left: -260px !important;
}

.me--n260,
.mx--n260,
.m--n260 {
  margin-right: -260px !important;
}

.mt--n260,
.my--n260,
.m--n260 {
  margin-top: -260px !important;
}

.mb--n260,
.my--n260,
.m--n260 {
  margin-bottom: -260px !important;
}

.top--260 {
  top: 260px;
}

.right--260 {
  right: 260px;
}

.bottom--260 {
  bottom: 260px;
}

.left--260 {
  left: 260px;
}

.top--n260 {
  top: -260px;
}

.right--n260 {
  right: -260px;
}

.bottom--n260 {
  bottom: -260px;
}

.left--n260 {
  left: -260px;
}

.border--260 {
  border-width: 260px !important;
}

.border-radius--260 {
  border-radius: 260px !important;
}

.w--270 {
  width: 270px !important;
}

.minw--270 {
  min-width: 270px !important;
}

.maxw--270 {
  max-width: 270px !important;
}

.h--270 {
  height: 270px !important;
}

.minh--270 {
  min-height: 270px !important;
}

.maxh--270 {
  max-height: 270px !important;
}

.ps--270,
.px--270,
.p--270 {
  padding-left: 270px !important;
}

.pe--270,
.px--270,
.p--270 {
  padding-right: 270px !important;
}

.pt--270,
.py--270,
.p--270 {
  padding-top: 270px !important;
}

.pb--270,
.py--270,
.p--270 {
  padding-bottom: 270px !important;
}

.ms--270,
.mx--270,
.m--270 {
  margin-left: 270px !important;
}

.me--270,
.mx--270,
.m--270 {
  margin-right: 270px !important;
}

.mt--270,
.my--270,
.m--270 {
  margin-top: 270px !important;
}

.mb--270,
.my--270,
.m--270 {
  margin-bottom: 270px !important;
}

.ms--n270,
.mx--n270,
.m--n270 {
  margin-left: -270px !important;
}

.me--n270,
.mx--n270,
.m--n270 {
  margin-right: -270px !important;
}

.mt--n270,
.my--n270,
.m--n270 {
  margin-top: -270px !important;
}

.mb--n270,
.my--n270,
.m--n270 {
  margin-bottom: -270px !important;
}

.top--270 {
  top: 270px;
}

.right--270 {
  right: 270px;
}

.bottom--270 {
  bottom: 270px;
}

.left--270 {
  left: 270px;
}

.top--n270 {
  top: -270px;
}

.right--n270 {
  right: -270px;
}

.bottom--n270 {
  bottom: -270px;
}

.left--n270 {
  left: -270px;
}

.border--270 {
  border-width: 270px !important;
}

.border-radius--270 {
  border-radius: 270px !important;
}

.w--280 {
  width: 280px !important;
}

.minw--280 {
  min-width: 280px !important;
}

.maxw--280 {
  max-width: 280px !important;
}

.h--280 {
  height: 280px !important;
}

.minh--280 {
  min-height: 280px !important;
}

.maxh--280 {
  max-height: 280px !important;
}

.ps--280,
.px--280,
.p--280 {
  padding-left: 280px !important;
}

.pe--280,
.px--280,
.p--280 {
  padding-right: 280px !important;
}

.pt--280,
.py--280,
.p--280 {
  padding-top: 280px !important;
}

.pb--280,
.py--280,
.p--280 {
  padding-bottom: 280px !important;
}

.ms--280,
.mx--280,
.m--280 {
  margin-left: 280px !important;
}

.me--280,
.mx--280,
.m--280 {
  margin-right: 280px !important;
}

.mt--280,
.my--280,
.m--280 {
  margin-top: 280px !important;
}

.mb--280,
.my--280,
.m--280 {
  margin-bottom: 280px !important;
}

.ms--n280,
.mx--n280,
.m--n280 {
  margin-left: -280px !important;
}

.me--n280,
.mx--n280,
.m--n280 {
  margin-right: -280px !important;
}

.mt--n280,
.my--n280,
.m--n280 {
  margin-top: -280px !important;
}

.mb--n280,
.my--n280,
.m--n280 {
  margin-bottom: -280px !important;
}

.top--280 {
  top: 280px;
}

.right--280 {
  right: 280px;
}

.bottom--280 {
  bottom: 280px;
}

.left--280 {
  left: 280px;
}

.top--n280 {
  top: -280px;
}

.right--n280 {
  right: -280px;
}

.bottom--n280 {
  bottom: -280px;
}

.left--n280 {
  left: -280px;
}

.border--280 {
  border-width: 280px !important;
}

.border-radius--280 {
  border-radius: 280px !important;
}

.w--290 {
  width: 290px !important;
}

.minw--290 {
  min-width: 290px !important;
}

.maxw--290 {
  max-width: 290px !important;
}

.h--290 {
  height: 290px !important;
}

.minh--290 {
  min-height: 290px !important;
}

.maxh--290 {
  max-height: 290px !important;
}

.ps--290,
.px--290,
.p--290 {
  padding-left: 290px !important;
}

.pe--290,
.px--290,
.p--290 {
  padding-right: 290px !important;
}

.pt--290,
.py--290,
.p--290 {
  padding-top: 290px !important;
}

.pb--290,
.py--290,
.p--290 {
  padding-bottom: 290px !important;
}

.ms--290,
.mx--290,
.m--290 {
  margin-left: 290px !important;
}

.me--290,
.mx--290,
.m--290 {
  margin-right: 290px !important;
}

.mt--290,
.my--290,
.m--290 {
  margin-top: 290px !important;
}

.mb--290,
.my--290,
.m--290 {
  margin-bottom: 290px !important;
}

.ms--n290,
.mx--n290,
.m--n290 {
  margin-left: -290px !important;
}

.me--n290,
.mx--n290,
.m--n290 {
  margin-right: -290px !important;
}

.mt--n290,
.my--n290,
.m--n290 {
  margin-top: -290px !important;
}

.mb--n290,
.my--n290,
.m--n290 {
  margin-bottom: -290px !important;
}

.top--290 {
  top: 290px;
}

.right--290 {
  right: 290px;
}

.bottom--290 {
  bottom: 290px;
}

.left--290 {
  left: 290px;
}

.top--n290 {
  top: -290px;
}

.right--n290 {
  right: -290px;
}

.bottom--n290 {
  bottom: -290px;
}

.left--n290 {
  left: -290px;
}

.border--290 {
  border-width: 290px !important;
}

.border-radius--290 {
  border-radius: 290px !important;
}

.w--300 {
  width: 300px !important;
}

.minw--300 {
  min-width: 300px !important;
}

.maxw--300 {
  max-width: 300px !important;
}

.h--300 {
  height: 300px !important;
}

.minh--300 {
  min-height: 300px !important;
}

.maxh--300 {
  max-height: 300px !important;
}

.ps--300,
.px--300,
.p--300 {
  padding-left: 300px !important;
}

.pe--300,
.px--300,
.p--300 {
  padding-right: 300px !important;
}

.pt--300,
.py--300,
.p--300 {
  padding-top: 300px !important;
}

.pb--300,
.py--300,
.p--300 {
  padding-bottom: 300px !important;
}

.ms--300,
.mx--300,
.m--300 {
  margin-left: 300px !important;
}

.me--300,
.mx--300,
.m--300 {
  margin-right: 300px !important;
}

.mt--300,
.my--300,
.m--300 {
  margin-top: 300px !important;
}

.mb--300,
.my--300,
.m--300 {
  margin-bottom: 300px !important;
}

.ms--n300,
.mx--n300,
.m--n300 {
  margin-left: -300px !important;
}

.me--n300,
.mx--n300,
.m--n300 {
  margin-right: -300px !important;
}

.mt--n300,
.my--n300,
.m--n300 {
  margin-top: -300px !important;
}

.mb--n300,
.my--n300,
.m--n300 {
  margin-bottom: -300px !important;
}

.top--300 {
  top: 300px;
}

.right--300 {
  right: 300px;
}

.bottom--300 {
  bottom: 300px;
}

.left--300 {
  left: 300px;
}

.top--n300 {
  top: -300px;
}

.right--n300 {
  right: -300px;
}

.bottom--n300 {
  bottom: -300px;
}

.left--n300 {
  left: -300px;
}

.border--300 {
  border-width: 300px !important;
}

.border-radius--300 {
  border-radius: 300px !important;
}

.ratio {
  display: block;
  position: relative;
  width: 100%;
}
.ratio:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ratio > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.ratio > div,
.ratio > span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ratio > div > img,
.ratio > div > * > .svg,
.ratio > div > * > iframe,
.ratio > span > img,
.ratio > span > * > .svg,
.ratio > span > * > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.ratio.image-contain > img,
.ratio.image-contain > * > img {
  object-fit: contain;
}

.ratio-5-1:after {
  padding-bottom: 20%;
}

.ratio-3-1:after {
  padding-bottom: 33.3333333333%;
}

.ratio-8-3:after {
  padding-bottom: 37.5%;
}

.ratio-5-2:after {
  padding-bottom: 40%;
}

.ratio-2-1:after {
  padding-bottom: 50%;
}

.ratio-16-9:after {
  padding-bottom: 56.25%;
}

.ratio-3-2:after {
  padding-bottom: 66.6666666667%;
}

.ratio-4-3:after {
  padding-bottom: 75%;
}

.ratio-6-5:after {
  padding-bottom: 83.3333333333%;
}

.ratio-5-4:after {
  padding-bottom: 80%;
}

.ratio-1-1:after {
  padding-bottom: 100%;
}

.ratio-4-5:after {
  padding-bottom: 125%;
}

.ratio-3-4:after {
  padding-bottom: 133.3333333333%;
}

.ratio-2-3:after {
  padding-bottom: 150%;
}

.ratio-1-2:after {
  padding-bottom: 200%;
}

.ratio-xs {
  display: block;
  position: relative;
  width: 100%;
}
.ratio-xs:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ratio-xs > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.ratio-xs > div,
.ratio-xs > span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ratio-xs > div > img,
.ratio-xs > div > * > .svg,
.ratio-xs > div > * > iframe,
.ratio-xs > span > img,
.ratio-xs > span > * > .svg,
.ratio-xs > span > * > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.ratio-xs.image-contain > img,
.ratio-xs.image-contain > * > img {
  object-fit: contain;
}

.ratio-xs-5-1:after {
  padding-bottom: 20%;
}

.ratio-xs-3-1:after {
  padding-bottom: 33.3333333333%;
}

.ratio-xs-8-3:after {
  padding-bottom: 37.5%;
}

.ratio-xs-5-2:after {
  padding-bottom: 40%;
}

.ratio-xs-2-1:after {
  padding-bottom: 50%;
}

.ratio-xs-16-9:after {
  padding-bottom: 56.25%;
}

.ratio-xs-3-2:after {
  padding-bottom: 66.6666666667%;
}

.ratio-xs-4-3:after {
  padding-bottom: 75%;
}

.ratio-xs-6-5:after {
  padding-bottom: 83.3333333333%;
}

.ratio-xs-5-4:after {
  padding-bottom: 80%;
}

.ratio-xs-1-1:after {
  padding-bottom: 100%;
}

.ratio-xs-4-5:after {
  padding-bottom: 125%;
}

.ratio-xs-3-4:after {
  padding-bottom: 133.3333333333%;
}

.ratio-xs-2-3:after {
  padding-bottom: 150%;
}

.ratio-xs-1-2:after {
  padding-bottom: 200%;
}

@media (min-width: 576px) {
  .ratio-sm {
    display: block;
    position: relative;
    width: 100%;
  }
  .ratio-sm:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .ratio-sm > img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .ratio-sm > div,
  .ratio-sm > span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ratio-sm > div > img,
  .ratio-sm > div > * > .svg,
  .ratio-sm > div > * > iframe,
  .ratio-sm > span > img,
  .ratio-sm > span > * > .svg,
  .ratio-sm > span > * > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .ratio-sm.image-contain > img,
  .ratio-sm.image-contain > * > img {
    object-fit: contain;
  }
  .ratio-sm-5-1:after {
    padding-bottom: 20%;
  }
  .ratio-sm-3-1:after {
    padding-bottom: 33.3333333333%;
  }
  .ratio-sm-8-3:after {
    padding-bottom: 37.5%;
  }
  .ratio-sm-5-2:after {
    padding-bottom: 40%;
  }
  .ratio-sm-2-1:after {
    padding-bottom: 50%;
  }
  .ratio-sm-16-9:after {
    padding-bottom: 56.25%;
  }
  .ratio-sm-3-2:after {
    padding-bottom: 66.6666666667%;
  }
  .ratio-sm-4-3:after {
    padding-bottom: 75%;
  }
  .ratio-sm-6-5:after {
    padding-bottom: 83.3333333333%;
  }
  .ratio-sm-5-4:after {
    padding-bottom: 80%;
  }
  .ratio-sm-1-1:after {
    padding-bottom: 100%;
  }
  .ratio-sm-4-5:after {
    padding-bottom: 125%;
  }
  .ratio-sm-3-4:after {
    padding-bottom: 133.3333333333%;
  }
  .ratio-sm-2-3:after {
    padding-bottom: 150%;
  }
  .ratio-sm-1-2:after {
    padding-bottom: 200%;
  }
}
@media (min-width: 768px) {
  .ratio-md {
    display: block;
    position: relative;
    width: 100%;
  }
  .ratio-md:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .ratio-md > img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .ratio-md > div,
  .ratio-md > span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ratio-md > div > img,
  .ratio-md > div > * > .svg,
  .ratio-md > div > * > iframe,
  .ratio-md > span > img,
  .ratio-md > span > * > .svg,
  .ratio-md > span > * > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .ratio-md.image-contain > img,
  .ratio-md.image-contain > * > img {
    object-fit: contain;
  }
  .ratio-md-5-1:after {
    padding-bottom: 20%;
  }
  .ratio-md-3-1:after {
    padding-bottom: 33.3333333333%;
  }
  .ratio-md-8-3:after {
    padding-bottom: 37.5%;
  }
  .ratio-md-5-2:after {
    padding-bottom: 40%;
  }
  .ratio-md-2-1:after {
    padding-bottom: 50%;
  }
  .ratio-md-16-9:after {
    padding-bottom: 56.25%;
  }
  .ratio-md-3-2:after {
    padding-bottom: 66.6666666667%;
  }
  .ratio-md-4-3:after {
    padding-bottom: 75%;
  }
  .ratio-md-6-5:after {
    padding-bottom: 83.3333333333%;
  }
  .ratio-md-5-4:after {
    padding-bottom: 80%;
  }
  .ratio-md-1-1:after {
    padding-bottom: 100%;
  }
  .ratio-md-4-5:after {
    padding-bottom: 125%;
  }
  .ratio-md-3-4:after {
    padding-bottom: 133.3333333333%;
  }
  .ratio-md-2-3:after {
    padding-bottom: 150%;
  }
  .ratio-md-1-2:after {
    padding-bottom: 200%;
  }
}
@media (min-width: 992px) {
  .ratio-lg {
    display: block;
    position: relative;
    width: 100%;
  }
  .ratio-lg:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .ratio-lg > img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .ratio-lg > div,
  .ratio-lg > span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ratio-lg > div > img,
  .ratio-lg > div > * > .svg,
  .ratio-lg > div > * > iframe,
  .ratio-lg > span > img,
  .ratio-lg > span > * > .svg,
  .ratio-lg > span > * > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .ratio-lg.image-contain > img,
  .ratio-lg.image-contain > * > img {
    object-fit: contain;
  }
  .ratio-lg-5-1:after {
    padding-bottom: 20%;
  }
  .ratio-lg-3-1:after {
    padding-bottom: 33.3333333333%;
  }
  .ratio-lg-8-3:after {
    padding-bottom: 37.5%;
  }
  .ratio-lg-5-2:after {
    padding-bottom: 40%;
  }
  .ratio-lg-2-1:after {
    padding-bottom: 50%;
  }
  .ratio-lg-16-9:after {
    padding-bottom: 56.25%;
  }
  .ratio-lg-3-2:after {
    padding-bottom: 66.6666666667%;
  }
  .ratio-lg-4-3:after {
    padding-bottom: 75%;
  }
  .ratio-lg-6-5:after {
    padding-bottom: 83.3333333333%;
  }
  .ratio-lg-5-4:after {
    padding-bottom: 80%;
  }
  .ratio-lg-1-1:after {
    padding-bottom: 100%;
  }
  .ratio-lg-4-5:after {
    padding-bottom: 125%;
  }
  .ratio-lg-3-4:after {
    padding-bottom: 133.3333333333%;
  }
  .ratio-lg-2-3:after {
    padding-bottom: 150%;
  }
  .ratio-lg-1-2:after {
    padding-bottom: 200%;
  }
}
@media (min-width: 1200px) {
  .ratio-xl {
    display: block;
    position: relative;
    width: 100%;
  }
  .ratio-xl:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .ratio-xl > img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .ratio-xl > div,
  .ratio-xl > span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ratio-xl > div > img,
  .ratio-xl > div > * > .svg,
  .ratio-xl > div > * > iframe,
  .ratio-xl > span > img,
  .ratio-xl > span > * > .svg,
  .ratio-xl > span > * > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .ratio-xl.image-contain > img,
  .ratio-xl.image-contain > * > img {
    object-fit: contain;
  }
  .ratio-xl-5-1:after {
    padding-bottom: 20%;
  }
  .ratio-xl-3-1:after {
    padding-bottom: 33.3333333333%;
  }
  .ratio-xl-8-3:after {
    padding-bottom: 37.5%;
  }
  .ratio-xl-5-2:after {
    padding-bottom: 40%;
  }
  .ratio-xl-2-1:after {
    padding-bottom: 50%;
  }
  .ratio-xl-16-9:after {
    padding-bottom: 56.25%;
  }
  .ratio-xl-3-2:after {
    padding-bottom: 66.6666666667%;
  }
  .ratio-xl-4-3:after {
    padding-bottom: 75%;
  }
  .ratio-xl-6-5:after {
    padding-bottom: 83.3333333333%;
  }
  .ratio-xl-5-4:after {
    padding-bottom: 80%;
  }
  .ratio-xl-1-1:after {
    padding-bottom: 100%;
  }
  .ratio-xl-4-5:after {
    padding-bottom: 125%;
  }
  .ratio-xl-3-4:after {
    padding-bottom: 133.3333333333%;
  }
  .ratio-xl-2-3:after {
    padding-bottom: 150%;
  }
  .ratio-xl-1-2:after {
    padding-bottom: 200%;
  }
}
@media (min-width: 1400px) {
  .ratio-xxl {
    display: block;
    position: relative;
    width: 100%;
  }
  .ratio-xxl:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .ratio-xxl > img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .ratio-xxl > div,
  .ratio-xxl > span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ratio-xxl > div > img,
  .ratio-xxl > div > * > .svg,
  .ratio-xxl > div > * > iframe,
  .ratio-xxl > span > img,
  .ratio-xxl > span > * > .svg,
  .ratio-xxl > span > * > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .ratio-xxl.image-contain > img,
  .ratio-xxl.image-contain > * > img {
    object-fit: contain;
  }
  .ratio-xxl-5-1:after {
    padding-bottom: 20%;
  }
  .ratio-xxl-3-1:after {
    padding-bottom: 33.3333333333%;
  }
  .ratio-xxl-8-3:after {
    padding-bottom: 37.5%;
  }
  .ratio-xxl-5-2:after {
    padding-bottom: 40%;
  }
  .ratio-xxl-2-1:after {
    padding-bottom: 50%;
  }
  .ratio-xxl-16-9:after {
    padding-bottom: 56.25%;
  }
  .ratio-xxl-3-2:after {
    padding-bottom: 66.6666666667%;
  }
  .ratio-xxl-4-3:after {
    padding-bottom: 75%;
  }
  .ratio-xxl-6-5:after {
    padding-bottom: 83.3333333333%;
  }
  .ratio-xxl-5-4:after {
    padding-bottom: 80%;
  }
  .ratio-xxl-1-1:after {
    padding-bottom: 100%;
  }
  .ratio-xxl-4-5:after {
    padding-bottom: 125%;
  }
  .ratio-xxl-3-4:after {
    padding-bottom: 133.3333333333%;
  }
  .ratio-xxl-2-3:after {
    padding-bottom: 150%;
  }
  .ratio-xxl-1-2:after {
    padding-bottom: 200%;
  }
}
@media (min-width: 1600px) {
  .ratio-2xl {
    display: block;
    position: relative;
    width: 100%;
  }
  .ratio-2xl:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .ratio-2xl > img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .ratio-2xl > div,
  .ratio-2xl > span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ratio-2xl > div > img,
  .ratio-2xl > div > * > .svg,
  .ratio-2xl > div > * > iframe,
  .ratio-2xl > span > img,
  .ratio-2xl > span > * > .svg,
  .ratio-2xl > span > * > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .ratio-2xl.image-contain > img,
  .ratio-2xl.image-contain > * > img {
    object-fit: contain;
  }
  .ratio-2xl-5-1:after {
    padding-bottom: 20%;
  }
  .ratio-2xl-3-1:after {
    padding-bottom: 33.3333333333%;
  }
  .ratio-2xl-8-3:after {
    padding-bottom: 37.5%;
  }
  .ratio-2xl-5-2:after {
    padding-bottom: 40%;
  }
  .ratio-2xl-2-1:after {
    padding-bottom: 50%;
  }
  .ratio-2xl-16-9:after {
    padding-bottom: 56.25%;
  }
  .ratio-2xl-3-2:after {
    padding-bottom: 66.6666666667%;
  }
  .ratio-2xl-4-3:after {
    padding-bottom: 75%;
  }
  .ratio-2xl-6-5:after {
    padding-bottom: 83.3333333333%;
  }
  .ratio-2xl-5-4:after {
    padding-bottom: 80%;
  }
  .ratio-2xl-1-1:after {
    padding-bottom: 100%;
  }
  .ratio-2xl-4-5:after {
    padding-bottom: 125%;
  }
  .ratio-2xl-3-4:after {
    padding-bottom: 133.3333333333%;
  }
  .ratio-2xl-2-3:after {
    padding-bottom: 150%;
  }
  .ratio-2xl-1-2:after {
    padding-bottom: 200%;
  }
}
.bg--image {
  position: relative;
}
.bg--image > .bg--image--background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  object-fit: cover;
}
.bg--image > .bg--image--background.fit--contain {
  object-fit: contain;
}
.bg--image > .bg--image--content {
  position: relative;
  z-index: 100;
}

.img__logo {
  height: 32px;
}
@media (min-width: 576px) {
  .img__logo {
    height: 42px;
  }
}

.img__shield {
  height: 40px;
}

.img__shield__described {
  height: 40px;
}

.icon__menu {
  font-size: 38px;
}

.section__tiles .card.border-10 {
  border-width: 10px;
}
.section__tiles .card.border-15 {
  border-width: 15px;
}

.card-icon {
  border-radius: 15px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) inset !important;
}
.card-icon .card-bg > img {
  object-fit: cover;
  filter: blur(20px) grayscale(1) opacity(1);
  scale: 1.5;
  mix-blend-mode: soft-light;
}
.card-icon > .card-body .icon-wrapper > * {
  border-radius: 0 0 15px 15px;
  background: linear-gradient(#ffffff, #d7d7d7) !important;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.25);
}
.card-badge {
  border-radius: 10px;
}
.card-badge .card-body > .row > .col-icon > div {
  border-radius: 0 0 10px 10px;
}
.card-badge .card-body > .row > .col-text {
  hyphens: auto;
}
.card-badge.card-badge-bar .col-icon > div {
  border-radius: 0 !important;
}

.rounded-10px {
  border-radius: 10px;
}

.rounded-bottom-10px {
  border-radius: 0px 0px 10px 10px;
}

.hyphens {
  hyphens: auto;
}

.card-grays > .card-bg > .card-bg-start {
  bottom: calc(100% - 350px);
  right: calc(100% - 450px);
}
.card-grays > .card-bg > .card-bg-end {
  left: calc(100% - 1000px);
  top: calc(100% - 350px);
}
.card-tile > .card-body {
  min-height: 200px;
}
.card-tile > .card-body .icon-wrapper {
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px) saturate(1.5);
}