@charset "UTF-8";
/* Then import Bootstrap */
/*!
 * Bootstrap v5.2.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-heading-color: ;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

@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;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

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

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgba(var(--bs-body-color-rgb), 0.75);
  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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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-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.25rem;
  font-weight: 300;
}

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

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

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

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 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: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  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-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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;
  }
}
.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);
}

.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 {
  --bs-gutter-x: 0;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    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-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    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-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    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-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

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

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    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-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    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-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

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

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

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

.table-group-divider {
  border-top: 2px solid currentcolor;
}

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

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

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

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-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-striped-columns > :not(caption) > tr > :nth-child(even) {
  --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-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

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

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: rgba(var(--bs-body-color-rgb), 0.75);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

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

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

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

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  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: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

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

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

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

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-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: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-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='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  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='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  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: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 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='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

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

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

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

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

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 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='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

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

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

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

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check:focus + .btn, .btn:focus {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus, .btn.show:focus {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f9fafb;
  --bs-btn-hover-border-color: #f9fafb;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f9fafb;
  --bs-btn-active-border-color: #f9fafb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1c1f23;
  --bs-btn-hover-border-color: #1a1e21;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1a1e21;
  --bs-btn-active-border-color: #191c1f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  text-decoration: underline;
}
.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

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

.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,
.dropup-center,
.dropdown-center {
  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 {
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

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

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

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

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

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

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-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 {
  border-radius: 0.375rem;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.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: 0.5625rem;
  padding-left: 0.5625rem;
}
.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.375rem;
  padding-left: 0.375rem;
}

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

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

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  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: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@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 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.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 {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: 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");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.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: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@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 {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-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;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%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");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%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");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.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 {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

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

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius, 0);
}
.badge:empty {
  display: none;
}

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius, 0);
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@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: var(--bs-progress-height) var(--bs-progress-height);
}

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

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

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

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.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: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(var(--bs-list-group-border-width) * -1);
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: var(--bs-list-group-border-radius);
  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: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(var(--bs-list-group-border-width) * -1);
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(var(--bs-list-group-border-width) * -1);
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

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

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 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 {
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  position: absolute;
  z-index: 1090;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(var(--bs-toast-padding-x) * -0.5);
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  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% - var(--bs-modal-margin) * 2);
}
.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% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(var(--bs-modal-header-padding-y) * -0.5) calc(var(--bs-modal-header-padding-x) * -0.5) calc(var(--bs-modal-header-padding-y) * -0.5) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-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,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@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,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.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: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.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 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius, 0);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: var(--bs-heading-color);
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.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: var(--bs-popover-arrow-width);
  margin-left: calc(var(--bs-popover-arrow-width) * -0.5);
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(var(--bs-popover-arrow-height) * -1 - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(var(--bs-offcanvas-padding-y) * -0.5);
  margin-right: calc(var(--bs-offcanvas-padding-x) * -0.5);
  margin-bottom: calc(var(--bs-offcanvas-padding-y) * -0.5);
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.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, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 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: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

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

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xxl-bottom {
    position: sticky;
    bottom: 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 {
  opacity: 0.5 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.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 {
  position: relative !important;
}

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

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

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

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

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

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

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

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

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

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

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

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

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

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

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

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

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

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

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

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

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

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

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

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

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

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

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

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

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

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

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

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !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: 700 !important;
}

.fw-semibold {
  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.5 !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-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-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: rgba(var(--bs-body-color-rgb), 0.75) !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;
}

.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 {
  --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-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-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-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --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-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: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !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;
  }

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

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

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

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

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

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

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

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

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

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

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

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

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

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

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

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

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

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

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

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

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

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

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

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

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

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

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

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

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

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

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

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

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

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

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

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

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

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

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

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

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

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

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

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

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

  .p-md-4 {
    padding: 1.5rem !important;
  }

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

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

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

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

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

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

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

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

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

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

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

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

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

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

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

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

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

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

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

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

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

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

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

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

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

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

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

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

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

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

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

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

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

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

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

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

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

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

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

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

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

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

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

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

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

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

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

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

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

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

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

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

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

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

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

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

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

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

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

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

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

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

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

  .p-xl-4 {
    padding: 1.5rem !important;
  }

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

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

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

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

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

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

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

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

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

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

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

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

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

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

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

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

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

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

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

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

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

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

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

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

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

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

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

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

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

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

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

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

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

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

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

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

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

  .ms-xxl-auto {
    margin-left: auto !important;
  }

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

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

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

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

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

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

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

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

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

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

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

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

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

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

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

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

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

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

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

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

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

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

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

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

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

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

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

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

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

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

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

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

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

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

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !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;
  }
}
/* Sass components */
/* Import sections */
.header-logo {
  height: 50px;
  width: auto;
}
@media (min-width: 768px) {
  .header-logo {
    height: 80px;
  }
}

.main-menu ul li {
  margin-left: 0;
  margin-block: 5px;
}
@media (min-width: 768px) {
  .main-menu ul li {
    margin-left: 20px;
    margin-block: auto;
  }
}
.main-menu ul li a {
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 13px;
}
.main-menu ul li a.active {
  color: #00092C !important;
}
@media (min-width: 768px) {
  .main-menu ul li a {
    font-size: 16px;
  }
}

button.navbar-toggler,
button.navbar-toggler:focus {
  outline: none;
  border: none;
  padding: 0;
  box-shadow: none;
}

.main-hero-wrap {
  padding-top: 120px;
  position: relative;
}
.main-hero-wrap .main-hero-image {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .main-hero-wrap .main-hero-image .col-md-6 {
    padding-right: 3%;
  }
}
@media (min-width: 768px) {
  .main-hero-wrap .main-hero-image {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 120px;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .main-hero-wrap .main-hero-image {
    padding-top: 180px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .main-hero-wrap .main-hero-image {
    padding-top: 220px;
  }
  .main-hero-wrap .main-hero-image svg {
    margin-top: -50px;
  }
}
@media (min-width: 768px) {
  .main-hero-wrap {
    padding-top: 180px;
  }
}
@media (min-width: 1400px) {
  .main-hero-wrap {
    padding-top: 220px;
  }
  .main-hero-wrap svg {
    margin-top: -50px;
  }
}
@media (max-width: 575.98px) {
  .main-hero-wrap .main-hero {
    margin-top: 30px;
  }
}
.main-hero-wrap .btn-download {
  margin-right: 10px;
}

.intro-section {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .intro-section {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .intro-section .intro-section-title {
    margin-top: -60px;
    margin-bottom: 40px;
  }
}
.intro-section .app-intro-list {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.intro-section .app-intro-list li {
  padding: 20px;
  display: flex;
  gap: 20px;
  font-size: 15px;
}
.intro-section .app-intro-list li .list-count {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 50%;
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #E04D01 0%, #F3950D 100%) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 768px) {
  .intro-section .intro-section-content {
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .intro-section .intro-section-image {
    padding-left: 50px;
  }
}

.benefits-section {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .benefits-section {
    padding-bottom: 100px;
    margin-top: 100px;
  }
}
.benefits-section .benefit-left-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .benefits-section .benefit-left-image {
    transform: translate(-50%, -50%) scale(2);
  }
}
.benefits-section .benefit-list {
  padding: 0;
  list-style-type: none;
}
.benefits-section .benefit-list li {
  margin: 10px 0;
  font-size: 15px;
  border-bottom: 3px solid #E04D01;
  border-radius: 4px 4px 10px 10px;
  padding: 20px;
  padding-left: 70px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 24.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 47 41.5' style='enable-background:new 0 0 47 41.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FDE2D5;} .st1{fill-rule:evenodd;clip-rule:evenodd;fill:%2300092C;} %3C/style%3E%3Cpath class='st0' d='M37.4,13.1c4.3,7.2,6.6,15.6,3.5,20.9c-3.1,5.3-11.6,7.5-19.9,7.5c-8.4-0.1-16.7-2.4-19.6-7.6 c-3-5.3-0.7-13.5,3.5-20.6C9,6.1,14.9,0.1,21,0C27,0,33.2,5.9,37.4,13.1z'/%3E%3Cpath class='st1' d='M13.4,16.1l-3.5,4.5c0,0,9.1,6.6,13,13.1c0,0,7.5-16.3,24.1-30.4l-1.4-2.3c0,0-13.9,8.8-22.9,21.4 C22.7,22.5,17.3,17.7,13.4,16.1L13.4,16.1z'/%3E%3C/svg%3E") no-repeat;
  background-size: 35px;
  background-position: 15px 20px;
}
@media (min-width: 768px) {
  .benefits-section .benefit-list li {
    font-size: 18px;
  }
}

.mid-rounded-wrap-content {
  background: #00092C url(../images/paltop-work.jpg) no-repeat;
  background-size: cover;
  background-position: center right;
  background-attachment: fixed;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.25);
}
.mid-rounded-wrap-content .main-tagline {
  font-size: 15px;
}
@media (min-width: 768px) {
  .mid-rounded-wrap-content .main-tagline {
    font-size: 20px;
  }
}
.mid-rounded-wrap-content::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #00092C;
  opacity: 0.6;
  content: "";
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .mid-rounded-wrap-content {
    padding: 80px;
    border-radius: 200px;
  }
}
@media (min-width: 1400px) {
  .mid-rounded-wrap-content {
    padding: 100px 150px;
    border-radius: 300px;
  }
}

.counter-section {
  padding: 40px 0;
  background: #00092C url(../images/mid-center.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .counter-section {
    padding: 80px 0;
  }
}
.counter-section::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #00092C;
  opacity: 0.7;
  content: "";
  width: 100%;
  height: 100%;
}
.counter-section .counter-box {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .counter-section .counter-box {
    margin: 0;
  }
}
.counter-section .counter-box p {
  margin: 0;
  font-size: 13px;
  font-weight: 200;
  font-size: 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .counter-section .counter-box p {
    font-size: 20px;
  }
}
.counter-section .counter-box h3, .counter-section .counter-box .h3 {
  margin: 0;
  font-size: 34px;
  margin: 0;
}
@media (min-width: 768px) {
  .counter-section .counter-box h3, .counter-section .counter-box .h3 {
    font-size: 50px;
  }
}

.trending-categories {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.trending-categories::after, .trending-categories::before {
  content: "";
  width: 40vw;
  height: 400px;
  background: #fde2d5;
  position: absolute;
  border-radius: 400px;
  transform: rotate(40deg);
}
.trending-categories::after {
  bottom: -10%;
  right: -15%;
}
.trending-categories::before {
  top: -10%;
  left: -15%;
}
@media (min-width: 768px) {
  .trending-categories {
    padding: 150px 0;
  }
}
.trending-categories .caretogy-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  border-bottom: 6px solid #E04D01;
  transition: all 0.5s;
  margin-block: 12px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.trending-categories .caretogy-box ul {
  margin: 0;
  list-style-type: none;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.trending-categories .caretogy-box ul li {
  padding: 5px 15px;
  position: relative;
  border-bottom: 1px solid #fde2d5;
  text-align: left;
  font-size: 13px;
}
.trending-categories .caretogy-box ul li::before {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E04D01;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.trending-categories .caretogy-box ul li:last-child {
  border: none;
}
.trending-categories .caretogy-box:hover {
  transform: translateY(-10px);
}
.trending-categories .caretogy-box:hover ul {
  opacity: 1;
  visibility: visible;
}
.trending-categories .caretogy-box:hover h4, .trending-categories .caretogy-box:hover .h4, .trending-categories .caretogy-box:hover p {
  color: #fff;
}
.trending-categories .caretogy-box p {
  margin: 0;
  font-size: 13px;
  font-weight: 200;
  display: none;
}
.trending-categories .caretogy-box h4, .trending-categories .caretogy-box .h4 {
  margin: 0;
  margin-top: 20px;
  font-size: 18px;
  min-height: 50px;
}
.trending-categories .caretogy-box .cat-icon {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fde2d5;
}
.trending-categories .caretogy-box .cat-icon img {
  width: 80px;
  height: auto;
  display: inline-flex;
}

.faq-section {
  padding: 50px 0;
  background: #00092C url(../images/faq-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  mix-blend-mode: multiply;
  position: relative;
}
.faq-section::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #00092C;
  opacity: 0.6;
  content: "";
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .faq-section {
    padding: 100px 0;
  }
}
.faq-section .faq-box {
  padding: 15px;
  background: #1b2342;
  margin-block: 15px;
  border-radius: 15px;
  border-bottom: 2px solid #E04D01;
}
@media (min-width: 768px) {
  .faq-section .faq-box {
    padding: 40px;
  }
}
.faq-section .faq-box p {
  margin: 0;
  font-size: 15px;
  font-weight: 200;
}
@media (min-width: 768px) {
  .faq-section .faq-box p {
    font-size: 18px;
  }
}
.faq-section .faq-box h3, .faq-section .faq-box .h3 {
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 768px) {
  .faq-section .faq-box h3, .faq-section .faq-box .h3 {
    font-size: 24px;
  }
}

.app-download-wrap .col-md-6 {
  padding-block: 40px;
}
@media (min-width: 768px) {
  .app-download-wrap .col-md-6 {
    padding-block: 80px;
  }
}
.app-download-wrap .download-app-image {
  max-width: 500px;
  width: 100%;
}

.footer {
  background: #f7f7f7;
}
.footer .footer-top {
  padding-block: 40px;
}
.footer .footer-top .footer-email-address {
  font-size: 14px;
  color: #E04D01;
}
@media (min-width: 768px) {
  .footer .footer-top .footer-email-address {
    font-size: 18px;
  }
}
.footer .footer-top .footer-social-list {
  padding: 0;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer .footer-top .footer-social-list {
    gap: 30px;
  }
}
.footer .footer-top .footer-social-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 0.5s;
  border-bottom: 1px solid #E04D01;
}
.footer .footer-top .footer-social-list li a img {
  width: 30px;
}
@media (min-width: 768px) {
  .footer .footer-top .footer-social-list li a {
    width: 60px;
    height: 60px;
  }
}
.footer .footer-top .footer-social-list li a:hover {
  transform: translateY(-5px);
  border-color: #E04D01;
  background: rgb(2, 0, 36);
  background: linear-gradient(45deg, #E04D01 0%, #F3950D 100%) !important;
}
.footer .footer-top .footer-menu {
  padding: 0;
  margin: 0;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  gap: 15px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer .footer-top .footer-menu {
    gap: 30px;
  }
}
.footer .footer-top .footer-menu li a {
  color: #00092C;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.5s;
}
.footer .footer-top .footer-menu li a:hover {
  color: #E04D01;
}
.footer .footer-copyright {
  background: #00092C;
  padding: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-address .mid-rounded-wrap-content {
  background: #fff;
  border: 1px solid #E04D01;
  box-shadow: none;
  margin-bottom: -200px;
}
.footer-address .mid-rounded-wrap-content::after {
  display: none;
}
.footer-address .mid-rounded-wrap-content .footer-address-box {
  text-align: center;
}
.footer-address .mid-rounded-wrap-content .footer-address-box h4, .footer-address .mid-rounded-wrap-content .footer-address-box .h4 {
  font-size: 20px;
  font-weight: bold;
  color: #00092C;
  margin-block: 15px;
}
.footer-address .mid-rounded-wrap-content .footer-address-box p {
  font-size: 16px;
  color: #E04D01;
  margin: 0;
}
.footer-address .mid-rounded-wrap-content .footer-address-box .address-icon {
  background: rgb(2, 0, 36);
  background: linear-gradient(45deg, #E04D01 0%, #F3950D 100%) !important;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  display: inline-flex;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
}
.footer-address .mid-rounded-wrap-content .footer-address-box .address-icon img {
  height: 45px;
  width: auto;
}

.login-main-wrap {
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
  min-height: 100vh;
  background: url(../images/login-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1200px) {
  .login-main-wrap h1, .login-main-wrap .h1 {
    font-size: 45px;
  }
}
.login-main-wrap .body-text {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .login-main-wrap .btn-download {
    width: 140px;
    height: 50px;
  }
}
@media (min-width: 1400px) {
  .login-main-wrap {
    padding-top: 150px;
  }
}
.login-main-wrap .login-form-wrap {
  padding: 40px 15px;
  background: #00092C;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 450px;
  margin-left: auto;
  border-radius: 20px;
  position: relative;
  margin-top: 100px;
}
@media (min-width: 992px) {
  .login-main-wrap .login-form-wrap h2, .login-main-wrap .login-form-wrap .h2 {
    font-size: 26px;
    margin-top: 30px;
  }
}
.login-main-wrap .login-form-wrap::after {
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/img/logo.png) no-repeat;
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}
@media (min-width: 768px) {
  .login-main-wrap .login-form-wrap {
    padding: 50px;
    height: 500px;
    margin-top: 0;
  }
}
.login-main-wrap .login-form-wrap .login-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 25px;
  color: #fff;
}
.login-main-wrap .login-form-wrap .login-form .checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.login-main-wrap .login-form-wrap .login-form input {
  height: 40px;
  width: 100%;
  background: #1b2342;
  border: none;
  outline: none;
  padding: 15px;
  border-radius: 6px;
  color: #fff;
}
.login-main-wrap .login-form-wrap .login-form input[type=checkbox] {
  width: 24px;
  height: 24px;
}
.login-main-wrap .login-form-wrap .login-form input[type=submit] {
  background: #fff;
  color: #E04D01;
  text-transform: uppercase;
  padding: 0;
}

.pasword-field {
  position: relative;
  width: 100%;
}
.pasword-field input {
  padding-right: 50px !important;
}
.pasword-field .show-passrord, .pasword-field .hide-passrord {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
  opacity: 0.6;
  width: 25px;
}
.pasword-field .hide-passrord {
  display: none;
}

.show-icon {
  display: block !important;
}

.hide-icon {
  display: none !important;
}

.contact-main-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  min-height: inherit;
  background: url(../images/contact-page-bg.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (min-width: 1400px) {
  .contact-main-wrap {
    padding-top: 180px;
    padding-bottom: 320px;
  }
}

.contact-page-form {
  margin-top: 0px;
  position: relative;
  padding-bottom: 100px;
}
@media (min-width: 1400px) {
  .contact-page-form {
    margin-top: -250px;
  }
}
.contact-page-form .form-wrap {
  padding: 40px 15px;
  margin-top: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .contact-page-form .form-wrap {
    padding: 50px 40px;
    margin-top: 0;
  }
}
.contact-page-form .form-wrap .contactpage-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 25px;
  color: #fff;
}
.contact-page-form .form-wrap .contactpage-form .checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-page-form .form-wrap .contactpage-form input, .contact-page-form .form-wrap .contactpage-form select, .contact-page-form .form-wrap .contactpage-form textarea {
  height: 50px;
  background: #f7f7f7;
  border: none;
  outline: none;
  padding: 15px;
  border-radius: 6px;
}
.contact-page-form .form-wrap .contactpage-form input[type=checkbox], .contact-page-form .form-wrap .contactpage-form select[type=checkbox], .contact-page-form .form-wrap .contactpage-form textarea[type=checkbox] {
  width: 24px;
  height: 24px;
}
.contact-page-form .form-wrap .contactpage-form input[type=submit], .contact-page-form .form-wrap .contactpage-form select[type=submit], .contact-page-form .form-wrap .contactpage-form textarea[type=submit] {
  background: #E04D01;
  color: #fff;
  max-width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.5s;
}
.contact-page-form .form-wrap .contactpage-form input[type=submit]:hover, .contact-page-form .form-wrap .contactpage-form select[type=submit]:hover, .contact-page-form .form-wrap .contactpage-form textarea[type=submit]:hover {
  background: #00092C;
}
.contact-page-form .form-wrap .contactpage-form textarea {
  height: 120px;
}

/* Import components */
h1, .h1 {
  font-size: 28px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 50px;
  }
}

h2, .h2 {
  font-size: 20px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 34px;
  }
}

.main-tagline {
  font-size: 18px;
  margin: 0;
}
@media (min-width: 768px) {
  .main-tagline {
    font-size: 20px;
  }
}

.body-text {
  font-size: 15px;
  margin: 0;
}
@media (min-width: 768px) {
  .body-text {
    font-size: 18px;
  }
}

.section-tagline {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .section-tagline {
    font-size: 18px;
  }
}

.btn-main {
  font-size: 15px;
  border-radius: 6px;
  transition: all 0.5s;
  width: 120px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-main:hover {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #E04D01 0%, #F3950D 100%) !important;
  color: #fff !important;
}
@media (min-width: 768px) {
  .btn-main {
    font-size: 18px;
    width: 170px;
    height: 55px;
  }
}

.btn-download {
  border-radius: 6px;
  width: 130px;
  height: 45px;
  overflow: hidden;
  padding-inline: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  transition: all 0.5s;
}
.btn-download:hover {
  transform: translateY(-4px) !important;
}
@media (min-width: 768px) {
  .btn-download {
    width: 180px;
    height: 60px;
  }
}

.header-login-btn {
  padding: 10px 24px;
  border-radius: 40px;
  color: #fff;
  background: #00092C;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.5s;
}
.header-login-btn:hover {
  background: #fff;
  color: #00092C;
}
@media (min-width: 768px) {
  .header-login-btn {
    margin-left: 20px;
    display: inline-block;
  }
}

@media (max-width: 991.98px) {
  .header-btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

.registration-wrap {
  border: 1px solid #fff;
  margin-top: 40px;
  padding: 20px 15px;
  text-align: center;
}
.registration-wrap h3, .registration-wrap .h3 {
  font-size: 22px;
}
@media (min-width: 992px) {
  .registration-wrap {
    padding: 30px;
  }
}

.reg-btn-wrap {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  justify-content: center;
  flex-wrap: wrap;
}
.reg-btn-wrap .registration-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  background: #fff;
  color: #00092C;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.5s;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .reg-btn-wrap .registration-btn {
    width: 180px;
  }
}
.reg-btn-wrap .registration-btn:hover {
  background: #00092C;
  color: #fff;
}

.pp-btn {
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

.no-box-shadow {
  box-shadow: none;
}

p {
  margin: 0;
}

a, a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.full-width {
  width: 100%;
}

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

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

.height-1 {
  height: 1px !important;
}

.br-1 {
  border-radius: 1px !important;
}

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

.width-1 {
  width: 1px !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.lh-2 {
  line-height: 2px !important;
}

.fs-2 {
  font-size: 2px !important;
}

.height-2 {
  height: 2px !important;
}

.br-2 {
  border-radius: 2px !important;
}

.border-2 {
  border: 2px solid !important;
}

.width-2 {
  width: 2px !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.lh-3 {
  line-height: 3px !important;
}

.fs-3 {
  font-size: 3px !important;
}

.height-3 {
  height: 3px !important;
}

.br-3 {
  border-radius: 3px !important;
}

.border-3 {
  border: 3px solid !important;
}

.width-3 {
  width: 3px !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.lh-4 {
  line-height: 4px !important;
}

.fs-4 {
  font-size: 4px !important;
}

.height-4 {
  height: 4px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.border-4 {
  border: 4px solid !important;
}

.width-4 {
  width: 4px !important;
}

.z-index-4 {
  z-index: 4 !important;
}

.lh-5 {
  line-height: 5px !important;
}

.fs-5 {
  font-size: 5px !important;
}

.height-5 {
  height: 5px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.border-5 {
  border: 5px solid !important;
}

.width-5 {
  width: 5px !important;
}

.z-index-5 {
  z-index: 5 !important;
}

.lh-6 {
  line-height: 6px !important;
}

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

.height-6 {
  height: 6px !important;
}

.br-6 {
  border-radius: 6px !important;
}

.border-6 {
  border: 6px solid !important;
}

.width-6 {
  width: 6px !important;
}

.z-index-6 {
  z-index: 6 !important;
}

.lh-7 {
  line-height: 7px !important;
}

.fs-7 {
  font-size: 7px !important;
}

.height-7 {
  height: 7px !important;
}

.br-7 {
  border-radius: 7px !important;
}

.border-7 {
  border: 7px solid !important;
}

.width-7 {
  width: 7px !important;
}

.z-index-7 {
  z-index: 7 !important;
}

.lh-8 {
  line-height: 8px !important;
}

.fs-8 {
  font-size: 8px !important;
}

.height-8 {
  height: 8px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.border-8 {
  border: 8px solid !important;
}

.width-8 {
  width: 8px !important;
}

.z-index-8 {
  z-index: 8 !important;
}

.lh-9 {
  line-height: 9px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.height-9 {
  height: 9px !important;
}

.br-9 {
  border-radius: 9px !important;
}

.border-9 {
  border: 9px solid !important;
}

.width-9 {
  width: 9px !important;
}

.z-index-9 {
  z-index: 9 !important;
}

.lh-10 {
  line-height: 10px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.height-10 {
  height: 10px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.border-10 {
  border: 10px solid !important;
}

.width-10 {
  width: 10px !important;
}

.z-index-10 {
  z-index: 10 !important;
}

.lh-11 {
  line-height: 11px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.height-11 {
  height: 11px !important;
}

.br-11 {
  border-radius: 11px !important;
}

.border-11 {
  border: 11px solid !important;
}

.width-11 {
  width: 11px !important;
}

.z-index-11 {
  z-index: 11 !important;
}

.lh-12 {
  line-height: 12px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.height-12 {
  height: 12px !important;
}

.br-12 {
  border-radius: 12px !important;
}

.border-12 {
  border: 12px solid !important;
}

.width-12 {
  width: 12px !important;
}

.z-index-12 {
  z-index: 12 !important;
}

.lh-13 {
  line-height: 13px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.height-13 {
  height: 13px !important;
}

.br-13 {
  border-radius: 13px !important;
}

.border-13 {
  border: 13px solid !important;
}

.width-13 {
  width: 13px !important;
}

.z-index-13 {
  z-index: 13 !important;
}

.lh-14 {
  line-height: 14px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.height-14 {
  height: 14px !important;
}

.br-14 {
  border-radius: 14px !important;
}

.border-14 {
  border: 14px solid !important;
}

.width-14 {
  width: 14px !important;
}

.z-index-14 {
  z-index: 14 !important;
}

.lh-15 {
  line-height: 15px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.height-15 {
  height: 15px !important;
}

.br-15 {
  border-radius: 15px !important;
}

.border-15 {
  border: 15px solid !important;
}

.width-15 {
  width: 15px !important;
}

.z-index-15 {
  z-index: 15 !important;
}

.lh-16 {
  line-height: 16px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.height-16 {
  height: 16px !important;
}

.br-16 {
  border-radius: 16px !important;
}

.border-16 {
  border: 16px solid !important;
}

.width-16 {
  width: 16px !important;
}

.z-index-16 {
  z-index: 16 !important;
}

.lh-17 {
  line-height: 17px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.height-17 {
  height: 17px !important;
}

.br-17 {
  border-radius: 17px !important;
}

.border-17 {
  border: 17px solid !important;
}

.width-17 {
  width: 17px !important;
}

.z-index-17 {
  z-index: 17 !important;
}

.lh-18 {
  line-height: 18px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.height-18 {
  height: 18px !important;
}

.br-18 {
  border-radius: 18px !important;
}

.border-18 {
  border: 18px solid !important;
}

.width-18 {
  width: 18px !important;
}

.z-index-18 {
  z-index: 18 !important;
}

.lh-19 {
  line-height: 19px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.height-19 {
  height: 19px !important;
}

.br-19 {
  border-radius: 19px !important;
}

.border-19 {
  border: 19px solid !important;
}

.width-19 {
  width: 19px !important;
}

.z-index-19 {
  z-index: 19 !important;
}

.lh-20 {
  line-height: 20px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.height-20 {
  height: 20px !important;
}

.br-20 {
  border-radius: 20px !important;
}

.border-20 {
  border: 20px solid !important;
}

.width-20 {
  width: 20px !important;
}

.z-index-20 {
  z-index: 20 !important;
}

.lh-21 {
  line-height: 21px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.height-21 {
  height: 21px !important;
}

.br-21 {
  border-radius: 21px !important;
}

.border-21 {
  border: 21px solid !important;
}

.width-21 {
  width: 21px !important;
}

.z-index-21 {
  z-index: 21 !important;
}

.lh-22 {
  line-height: 22px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.height-22 {
  height: 22px !important;
}

.br-22 {
  border-radius: 22px !important;
}

.border-22 {
  border: 22px solid !important;
}

.width-22 {
  width: 22px !important;
}

.z-index-22 {
  z-index: 22 !important;
}

.lh-23 {
  line-height: 23px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.height-23 {
  height: 23px !important;
}

.br-23 {
  border-radius: 23px !important;
}

.border-23 {
  border: 23px solid !important;
}

.width-23 {
  width: 23px !important;
}

.z-index-23 {
  z-index: 23 !important;
}

.lh-24 {
  line-height: 24px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.height-24 {
  height: 24px !important;
}

.br-24 {
  border-radius: 24px !important;
}

.border-24 {
  border: 24px solid !important;
}

.width-24 {
  width: 24px !important;
}

.z-index-24 {
  z-index: 24 !important;
}

.lh-25 {
  line-height: 25px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.height-25 {
  height: 25px !important;
}

.br-25 {
  border-radius: 25px !important;
}

.border-25 {
  border: 25px solid !important;
}

.width-25 {
  width: 25px !important;
}

.z-index-25 {
  z-index: 25 !important;
}

.lh-26 {
  line-height: 26px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.height-26 {
  height: 26px !important;
}

.br-26 {
  border-radius: 26px !important;
}

.border-26 {
  border: 26px solid !important;
}

.width-26 {
  width: 26px !important;
}

.z-index-26 {
  z-index: 26 !important;
}

.lh-27 {
  line-height: 27px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.height-27 {
  height: 27px !important;
}

.br-27 {
  border-radius: 27px !important;
}

.border-27 {
  border: 27px solid !important;
}

.width-27 {
  width: 27px !important;
}

.z-index-27 {
  z-index: 27 !important;
}

.lh-28 {
  line-height: 28px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.height-28 {
  height: 28px !important;
}

.br-28 {
  border-radius: 28px !important;
}

.border-28 {
  border: 28px solid !important;
}

.width-28 {
  width: 28px !important;
}

.z-index-28 {
  z-index: 28 !important;
}

.lh-29 {
  line-height: 29px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.height-29 {
  height: 29px !important;
}

.br-29 {
  border-radius: 29px !important;
}

.border-29 {
  border: 29px solid !important;
}

.width-29 {
  width: 29px !important;
}

.z-index-29 {
  z-index: 29 !important;
}

.lh-30 {
  line-height: 30px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.height-30 {
  height: 30px !important;
}

.br-30 {
  border-radius: 30px !important;
}

.border-30 {
  border: 30px solid !important;
}

.width-30 {
  width: 30px !important;
}

.z-index-30 {
  z-index: 30 !important;
}

.lh-31 {
  line-height: 31px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.height-31 {
  height: 31px !important;
}

.br-31 {
  border-radius: 31px !important;
}

.border-31 {
  border: 31px solid !important;
}

.width-31 {
  width: 31px !important;
}

.z-index-31 {
  z-index: 31 !important;
}

.lh-32 {
  line-height: 32px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.height-32 {
  height: 32px !important;
}

.br-32 {
  border-radius: 32px !important;
}

.border-32 {
  border: 32px solid !important;
}

.width-32 {
  width: 32px !important;
}

.z-index-32 {
  z-index: 32 !important;
}

.lh-33 {
  line-height: 33px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.height-33 {
  height: 33px !important;
}

.br-33 {
  border-radius: 33px !important;
}

.border-33 {
  border: 33px solid !important;
}

.width-33 {
  width: 33px !important;
}

.z-index-33 {
  z-index: 33 !important;
}

.lh-34 {
  line-height: 34px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.height-34 {
  height: 34px !important;
}

.br-34 {
  border-radius: 34px !important;
}

.border-34 {
  border: 34px solid !important;
}

.width-34 {
  width: 34px !important;
}

.z-index-34 {
  z-index: 34 !important;
}

.lh-35 {
  line-height: 35px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.height-35 {
  height: 35px !important;
}

.br-35 {
  border-radius: 35px !important;
}

.border-35 {
  border: 35px solid !important;
}

.width-35 {
  width: 35px !important;
}

.z-index-35 {
  z-index: 35 !important;
}

.lh-36 {
  line-height: 36px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.height-36 {
  height: 36px !important;
}

.br-36 {
  border-radius: 36px !important;
}

.border-36 {
  border: 36px solid !important;
}

.width-36 {
  width: 36px !important;
}

.z-index-36 {
  z-index: 36 !important;
}

.lh-37 {
  line-height: 37px !important;
}

.fs-37 {
  font-size: 37px !important;
}

.height-37 {
  height: 37px !important;
}

.br-37 {
  border-radius: 37px !important;
}

.border-37 {
  border: 37px solid !important;
}

.width-37 {
  width: 37px !important;
}

.z-index-37 {
  z-index: 37 !important;
}

.lh-38 {
  line-height: 38px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.height-38 {
  height: 38px !important;
}

.br-38 {
  border-radius: 38px !important;
}

.border-38 {
  border: 38px solid !important;
}

.width-38 {
  width: 38px !important;
}

.z-index-38 {
  z-index: 38 !important;
}

.lh-39 {
  line-height: 39px !important;
}

.fs-39 {
  font-size: 39px !important;
}

.height-39 {
  height: 39px !important;
}

.br-39 {
  border-radius: 39px !important;
}

.border-39 {
  border: 39px solid !important;
}

.width-39 {
  width: 39px !important;
}

.z-index-39 {
  z-index: 39 !important;
}

.lh-40 {
  line-height: 40px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.height-40 {
  height: 40px !important;
}

.br-40 {
  border-radius: 40px !important;
}

.border-40 {
  border: 40px solid !important;
}

.width-40 {
  width: 40px !important;
}

.z-index-40 {
  z-index: 40 !important;
}

.lh-41 {
  line-height: 41px !important;
}

.fs-41 {
  font-size: 41px !important;
}

.height-41 {
  height: 41px !important;
}

.br-41 {
  border-radius: 41px !important;
}

.border-41 {
  border: 41px solid !important;
}

.width-41 {
  width: 41px !important;
}

.z-index-41 {
  z-index: 41 !important;
}

.lh-42 {
  line-height: 42px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.height-42 {
  height: 42px !important;
}

.br-42 {
  border-radius: 42px !important;
}

.border-42 {
  border: 42px solid !important;
}

.width-42 {
  width: 42px !important;
}

.z-index-42 {
  z-index: 42 !important;
}

.lh-43 {
  line-height: 43px !important;
}

.fs-43 {
  font-size: 43px !important;
}

.height-43 {
  height: 43px !important;
}

.br-43 {
  border-radius: 43px !important;
}

.border-43 {
  border: 43px solid !important;
}

.width-43 {
  width: 43px !important;
}

.z-index-43 {
  z-index: 43 !important;
}

.lh-44 {
  line-height: 44px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.height-44 {
  height: 44px !important;
}

.br-44 {
  border-radius: 44px !important;
}

.border-44 {
  border: 44px solid !important;
}

.width-44 {
  width: 44px !important;
}

.z-index-44 {
  z-index: 44 !important;
}

.lh-45 {
  line-height: 45px !important;
}

.fs-45 {
  font-size: 45px !important;
}

.height-45 {
  height: 45px !important;
}

.br-45 {
  border-radius: 45px !important;
}

.border-45 {
  border: 45px solid !important;
}

.width-45 {
  width: 45px !important;
}

.z-index-45 {
  z-index: 45 !important;
}

.lh-46 {
  line-height: 46px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.height-46 {
  height: 46px !important;
}

.br-46 {
  border-radius: 46px !important;
}

.border-46 {
  border: 46px solid !important;
}

.width-46 {
  width: 46px !important;
}

.z-index-46 {
  z-index: 46 !important;
}

.lh-47 {
  line-height: 47px !important;
}

.fs-47 {
  font-size: 47px !important;
}

.height-47 {
  height: 47px !important;
}

.br-47 {
  border-radius: 47px !important;
}

.border-47 {
  border: 47px solid !important;
}

.width-47 {
  width: 47px !important;
}

.z-index-47 {
  z-index: 47 !important;
}

.lh-48 {
  line-height: 48px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.height-48 {
  height: 48px !important;
}

.br-48 {
  border-radius: 48px !important;
}

.border-48 {
  border: 48px solid !important;
}

.width-48 {
  width: 48px !important;
}

.z-index-48 {
  z-index: 48 !important;
}

.lh-49 {
  line-height: 49px !important;
}

.fs-49 {
  font-size: 49px !important;
}

.height-49 {
  height: 49px !important;
}

.br-49 {
  border-radius: 49px !important;
}

.border-49 {
  border: 49px solid !important;
}

.width-49 {
  width: 49px !important;
}

.z-index-49 {
  z-index: 49 !important;
}

.lh-50 {
  line-height: 50px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.height-50 {
  height: 50px !important;
}

.br-50 {
  border-radius: 50px !important;
}

.border-50 {
  border: 50px solid !important;
}

.width-50 {
  width: 50px !important;
}

.z-index-50 {
  z-index: 50 !important;
}

.lh-51 {
  line-height: 51px !important;
}

.fs-51 {
  font-size: 51px !important;
}

.height-51 {
  height: 51px !important;
}

.br-51 {
  border-radius: 51px !important;
}

.border-51 {
  border: 51px solid !important;
}

.width-51 {
  width: 51px !important;
}

.z-index-51 {
  z-index: 51 !important;
}

.lh-52 {
  line-height: 52px !important;
}

.fs-52 {
  font-size: 52px !important;
}

.height-52 {
  height: 52px !important;
}

.br-52 {
  border-radius: 52px !important;
}

.border-52 {
  border: 52px solid !important;
}

.width-52 {
  width: 52px !important;
}

.z-index-52 {
  z-index: 52 !important;
}

.lh-53 {
  line-height: 53px !important;
}

.fs-53 {
  font-size: 53px !important;
}

.height-53 {
  height: 53px !important;
}

.br-53 {
  border-radius: 53px !important;
}

.border-53 {
  border: 53px solid !important;
}

.width-53 {
  width: 53px !important;
}

.z-index-53 {
  z-index: 53 !important;
}

.lh-54 {
  line-height: 54px !important;
}

.fs-54 {
  font-size: 54px !important;
}

.height-54 {
  height: 54px !important;
}

.br-54 {
  border-radius: 54px !important;
}

.border-54 {
  border: 54px solid !important;
}

.width-54 {
  width: 54px !important;
}

.z-index-54 {
  z-index: 54 !important;
}

.lh-55 {
  line-height: 55px !important;
}

.fs-55 {
  font-size: 55px !important;
}

.height-55 {
  height: 55px !important;
}

.br-55 {
  border-radius: 55px !important;
}

.border-55 {
  border: 55px solid !important;
}

.width-55 {
  width: 55px !important;
}

.z-index-55 {
  z-index: 55 !important;
}

.lh-56 {
  line-height: 56px !important;
}

.fs-56 {
  font-size: 56px !important;
}

.height-56 {
  height: 56px !important;
}

.br-56 {
  border-radius: 56px !important;
}

.border-56 {
  border: 56px solid !important;
}

.width-56 {
  width: 56px !important;
}

.z-index-56 {
  z-index: 56 !important;
}

.lh-57 {
  line-height: 57px !important;
}

.fs-57 {
  font-size: 57px !important;
}

.height-57 {
  height: 57px !important;
}

.br-57 {
  border-radius: 57px !important;
}

.border-57 {
  border: 57px solid !important;
}

.width-57 {
  width: 57px !important;
}

.z-index-57 {
  z-index: 57 !important;
}

.lh-58 {
  line-height: 58px !important;
}

.fs-58 {
  font-size: 58px !important;
}

.height-58 {
  height: 58px !important;
}

.br-58 {
  border-radius: 58px !important;
}

.border-58 {
  border: 58px solid !important;
}

.width-58 {
  width: 58px !important;
}

.z-index-58 {
  z-index: 58 !important;
}

.lh-59 {
  line-height: 59px !important;
}

.fs-59 {
  font-size: 59px !important;
}

.height-59 {
  height: 59px !important;
}

.br-59 {
  border-radius: 59px !important;
}

.border-59 {
  border: 59px solid !important;
}

.width-59 {
  width: 59px !important;
}

.z-index-59 {
  z-index: 59 !important;
}

.lh-60 {
  line-height: 60px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.height-60 {
  height: 60px !important;
}

.br-60 {
  border-radius: 60px !important;
}

.border-60 {
  border: 60px solid !important;
}

.width-60 {
  width: 60px !important;
}

.z-index-60 {
  z-index: 60 !important;
}

.lh-61 {
  line-height: 61px !important;
}

.fs-61 {
  font-size: 61px !important;
}

.height-61 {
  height: 61px !important;
}

.br-61 {
  border-radius: 61px !important;
}

.border-61 {
  border: 61px solid !important;
}

.width-61 {
  width: 61px !important;
}

.z-index-61 {
  z-index: 61 !important;
}

.lh-62 {
  line-height: 62px !important;
}

.fs-62 {
  font-size: 62px !important;
}

.height-62 {
  height: 62px !important;
}

.br-62 {
  border-radius: 62px !important;
}

.border-62 {
  border: 62px solid !important;
}

.width-62 {
  width: 62px !important;
}

.z-index-62 {
  z-index: 62 !important;
}

.lh-63 {
  line-height: 63px !important;
}

.fs-63 {
  font-size: 63px !important;
}

.height-63 {
  height: 63px !important;
}

.br-63 {
  border-radius: 63px !important;
}

.border-63 {
  border: 63px solid !important;
}

.width-63 {
  width: 63px !important;
}

.z-index-63 {
  z-index: 63 !important;
}

.lh-64 {
  line-height: 64px !important;
}

.fs-64 {
  font-size: 64px !important;
}

.height-64 {
  height: 64px !important;
}

.br-64 {
  border-radius: 64px !important;
}

.border-64 {
  border: 64px solid !important;
}

.width-64 {
  width: 64px !important;
}

.z-index-64 {
  z-index: 64 !important;
}

.lh-65 {
  line-height: 65px !important;
}

.fs-65 {
  font-size: 65px !important;
}

.height-65 {
  height: 65px !important;
}

.br-65 {
  border-radius: 65px !important;
}

.border-65 {
  border: 65px solid !important;
}

.width-65 {
  width: 65px !important;
}

.z-index-65 {
  z-index: 65 !important;
}

.lh-66 {
  line-height: 66px !important;
}

.fs-66 {
  font-size: 66px !important;
}

.height-66 {
  height: 66px !important;
}

.br-66 {
  border-radius: 66px !important;
}

.border-66 {
  border: 66px solid !important;
}

.width-66 {
  width: 66px !important;
}

.z-index-66 {
  z-index: 66 !important;
}

.lh-67 {
  line-height: 67px !important;
}

.fs-67 {
  font-size: 67px !important;
}

.height-67 {
  height: 67px !important;
}

.br-67 {
  border-radius: 67px !important;
}

.border-67 {
  border: 67px solid !important;
}

.width-67 {
  width: 67px !important;
}

.z-index-67 {
  z-index: 67 !important;
}

.lh-68 {
  line-height: 68px !important;
}

.fs-68 {
  font-size: 68px !important;
}

.height-68 {
  height: 68px !important;
}

.br-68 {
  border-radius: 68px !important;
}

.border-68 {
  border: 68px solid !important;
}

.width-68 {
  width: 68px !important;
}

.z-index-68 {
  z-index: 68 !important;
}

.lh-69 {
  line-height: 69px !important;
}

.fs-69 {
  font-size: 69px !important;
}

.height-69 {
  height: 69px !important;
}

.br-69 {
  border-radius: 69px !important;
}

.border-69 {
  border: 69px solid !important;
}

.width-69 {
  width: 69px !important;
}

.z-index-69 {
  z-index: 69 !important;
}

.lh-70 {
  line-height: 70px !important;
}

.fs-70 {
  font-size: 70px !important;
}

.height-70 {
  height: 70px !important;
}

.br-70 {
  border-radius: 70px !important;
}

.border-70 {
  border: 70px solid !important;
}

.width-70 {
  width: 70px !important;
}

.z-index-70 {
  z-index: 70 !important;
}

.lh-71 {
  line-height: 71px !important;
}

.fs-71 {
  font-size: 71px !important;
}

.height-71 {
  height: 71px !important;
}

.br-71 {
  border-radius: 71px !important;
}

.border-71 {
  border: 71px solid !important;
}

.width-71 {
  width: 71px !important;
}

.z-index-71 {
  z-index: 71 !important;
}

.lh-72 {
  line-height: 72px !important;
}

.fs-72 {
  font-size: 72px !important;
}

.height-72 {
  height: 72px !important;
}

.br-72 {
  border-radius: 72px !important;
}

.border-72 {
  border: 72px solid !important;
}

.width-72 {
  width: 72px !important;
}

.z-index-72 {
  z-index: 72 !important;
}

.lh-73 {
  line-height: 73px !important;
}

.fs-73 {
  font-size: 73px !important;
}

.height-73 {
  height: 73px !important;
}

.br-73 {
  border-radius: 73px !important;
}

.border-73 {
  border: 73px solid !important;
}

.width-73 {
  width: 73px !important;
}

.z-index-73 {
  z-index: 73 !important;
}

.lh-74 {
  line-height: 74px !important;
}

.fs-74 {
  font-size: 74px !important;
}

.height-74 {
  height: 74px !important;
}

.br-74 {
  border-radius: 74px !important;
}

.border-74 {
  border: 74px solid !important;
}

.width-74 {
  width: 74px !important;
}

.z-index-74 {
  z-index: 74 !important;
}

.lh-75 {
  line-height: 75px !important;
}

.fs-75 {
  font-size: 75px !important;
}

.height-75 {
  height: 75px !important;
}

.br-75 {
  border-radius: 75px !important;
}

.border-75 {
  border: 75px solid !important;
}

.width-75 {
  width: 75px !important;
}

.z-index-75 {
  z-index: 75 !important;
}

.lh-76 {
  line-height: 76px !important;
}

.fs-76 {
  font-size: 76px !important;
}

.height-76 {
  height: 76px !important;
}

.br-76 {
  border-radius: 76px !important;
}

.border-76 {
  border: 76px solid !important;
}

.width-76 {
  width: 76px !important;
}

.z-index-76 {
  z-index: 76 !important;
}

.lh-77 {
  line-height: 77px !important;
}

.fs-77 {
  font-size: 77px !important;
}

.height-77 {
  height: 77px !important;
}

.br-77 {
  border-radius: 77px !important;
}

.border-77 {
  border: 77px solid !important;
}

.width-77 {
  width: 77px !important;
}

.z-index-77 {
  z-index: 77 !important;
}

.lh-78 {
  line-height: 78px !important;
}

.fs-78 {
  font-size: 78px !important;
}

.height-78 {
  height: 78px !important;
}

.br-78 {
  border-radius: 78px !important;
}

.border-78 {
  border: 78px solid !important;
}

.width-78 {
  width: 78px !important;
}

.z-index-78 {
  z-index: 78 !important;
}

.lh-79 {
  line-height: 79px !important;
}

.fs-79 {
  font-size: 79px !important;
}

.height-79 {
  height: 79px !important;
}

.br-79 {
  border-radius: 79px !important;
}

.border-79 {
  border: 79px solid !important;
}

.width-79 {
  width: 79px !important;
}

.z-index-79 {
  z-index: 79 !important;
}

.lh-80 {
  line-height: 80px !important;
}

.fs-80 {
  font-size: 80px !important;
}

.height-80 {
  height: 80px !important;
}

.br-80 {
  border-radius: 80px !important;
}

.border-80 {
  border: 80px solid !important;
}

.width-80 {
  width: 80px !important;
}

.z-index-80 {
  z-index: 80 !important;
}

.lh-81 {
  line-height: 81px !important;
}

.fs-81 {
  font-size: 81px !important;
}

.height-81 {
  height: 81px !important;
}

.br-81 {
  border-radius: 81px !important;
}

.border-81 {
  border: 81px solid !important;
}

.width-81 {
  width: 81px !important;
}

.z-index-81 {
  z-index: 81 !important;
}

.lh-82 {
  line-height: 82px !important;
}

.fs-82 {
  font-size: 82px !important;
}

.height-82 {
  height: 82px !important;
}

.br-82 {
  border-radius: 82px !important;
}

.border-82 {
  border: 82px solid !important;
}

.width-82 {
  width: 82px !important;
}

.z-index-82 {
  z-index: 82 !important;
}

.lh-83 {
  line-height: 83px !important;
}

.fs-83 {
  font-size: 83px !important;
}

.height-83 {
  height: 83px !important;
}

.br-83 {
  border-radius: 83px !important;
}

.border-83 {
  border: 83px solid !important;
}

.width-83 {
  width: 83px !important;
}

.z-index-83 {
  z-index: 83 !important;
}

.lh-84 {
  line-height: 84px !important;
}

.fs-84 {
  font-size: 84px !important;
}

.height-84 {
  height: 84px !important;
}

.br-84 {
  border-radius: 84px !important;
}

.border-84 {
  border: 84px solid !important;
}

.width-84 {
  width: 84px !important;
}

.z-index-84 {
  z-index: 84 !important;
}

.lh-85 {
  line-height: 85px !important;
}

.fs-85 {
  font-size: 85px !important;
}

.height-85 {
  height: 85px !important;
}

.br-85 {
  border-radius: 85px !important;
}

.border-85 {
  border: 85px solid !important;
}

.width-85 {
  width: 85px !important;
}

.z-index-85 {
  z-index: 85 !important;
}

.lh-86 {
  line-height: 86px !important;
}

.fs-86 {
  font-size: 86px !important;
}

.height-86 {
  height: 86px !important;
}

.br-86 {
  border-radius: 86px !important;
}

.border-86 {
  border: 86px solid !important;
}

.width-86 {
  width: 86px !important;
}

.z-index-86 {
  z-index: 86 !important;
}

.lh-87 {
  line-height: 87px !important;
}

.fs-87 {
  font-size: 87px !important;
}

.height-87 {
  height: 87px !important;
}

.br-87 {
  border-radius: 87px !important;
}

.border-87 {
  border: 87px solid !important;
}

.width-87 {
  width: 87px !important;
}

.z-index-87 {
  z-index: 87 !important;
}

.lh-88 {
  line-height: 88px !important;
}

.fs-88 {
  font-size: 88px !important;
}

.height-88 {
  height: 88px !important;
}

.br-88 {
  border-radius: 88px !important;
}

.border-88 {
  border: 88px solid !important;
}

.width-88 {
  width: 88px !important;
}

.z-index-88 {
  z-index: 88 !important;
}

.lh-89 {
  line-height: 89px !important;
}

.fs-89 {
  font-size: 89px !important;
}

.height-89 {
  height: 89px !important;
}

.br-89 {
  border-radius: 89px !important;
}

.border-89 {
  border: 89px solid !important;
}

.width-89 {
  width: 89px !important;
}

.z-index-89 {
  z-index: 89 !important;
}

.lh-90 {
  line-height: 90px !important;
}

.fs-90 {
  font-size: 90px !important;
}

.height-90 {
  height: 90px !important;
}

.br-90 {
  border-radius: 90px !important;
}

.border-90 {
  border: 90px solid !important;
}

.width-90 {
  width: 90px !important;
}

.z-index-90 {
  z-index: 90 !important;
}

.lh-91 {
  line-height: 91px !important;
}

.fs-91 {
  font-size: 91px !important;
}

.height-91 {
  height: 91px !important;
}

.br-91 {
  border-radius: 91px !important;
}

.border-91 {
  border: 91px solid !important;
}

.width-91 {
  width: 91px !important;
}

.z-index-91 {
  z-index: 91 !important;
}

.lh-92 {
  line-height: 92px !important;
}

.fs-92 {
  font-size: 92px !important;
}

.height-92 {
  height: 92px !important;
}

.br-92 {
  border-radius: 92px !important;
}

.border-92 {
  border: 92px solid !important;
}

.width-92 {
  width: 92px !important;
}

.z-index-92 {
  z-index: 92 !important;
}

.lh-93 {
  line-height: 93px !important;
}

.fs-93 {
  font-size: 93px !important;
}

.height-93 {
  height: 93px !important;
}

.br-93 {
  border-radius: 93px !important;
}

.border-93 {
  border: 93px solid !important;
}

.width-93 {
  width: 93px !important;
}

.z-index-93 {
  z-index: 93 !important;
}

.lh-94 {
  line-height: 94px !important;
}

.fs-94 {
  font-size: 94px !important;
}

.height-94 {
  height: 94px !important;
}

.br-94 {
  border-radius: 94px !important;
}

.border-94 {
  border: 94px solid !important;
}

.width-94 {
  width: 94px !important;
}

.z-index-94 {
  z-index: 94 !important;
}

.lh-95 {
  line-height: 95px !important;
}

.fs-95 {
  font-size: 95px !important;
}

.height-95 {
  height: 95px !important;
}

.br-95 {
  border-radius: 95px !important;
}

.border-95 {
  border: 95px solid !important;
}

.width-95 {
  width: 95px !important;
}

.z-index-95 {
  z-index: 95 !important;
}

.lh-96 {
  line-height: 96px !important;
}

.fs-96 {
  font-size: 96px !important;
}

.height-96 {
  height: 96px !important;
}

.br-96 {
  border-radius: 96px !important;
}

.border-96 {
  border: 96px solid !important;
}

.width-96 {
  width: 96px !important;
}

.z-index-96 {
  z-index: 96 !important;
}

.lh-97 {
  line-height: 97px !important;
}

.fs-97 {
  font-size: 97px !important;
}

.height-97 {
  height: 97px !important;
}

.br-97 {
  border-radius: 97px !important;
}

.border-97 {
  border: 97px solid !important;
}

.width-97 {
  width: 97px !important;
}

.z-index-97 {
  z-index: 97 !important;
}

.lh-98 {
  line-height: 98px !important;
}

.fs-98 {
  font-size: 98px !important;
}

.height-98 {
  height: 98px !important;
}

.br-98 {
  border-radius: 98px !important;
}

.border-98 {
  border: 98px solid !important;
}

.width-98 {
  width: 98px !important;
}

.z-index-98 {
  z-index: 98 !important;
}

.lh-99 {
  line-height: 99px !important;
}

.fs-99 {
  font-size: 99px !important;
}

.height-99 {
  height: 99px !important;
}

.br-99 {
  border-radius: 99px !important;
}

.border-99 {
  border: 99px solid !important;
}

.width-99 {
  width: 99px !important;
}

.z-index-99 {
  z-index: 99 !important;
}

.lh-100 {
  line-height: 100px !important;
}

.fs-100 {
  font-size: 100px !important;
}

.height-100 {
  height: 100px !important;
}

.br-100 {
  border-radius: 100px !important;
}

.border-100 {
  border: 100px solid !important;
}

.width-100 {
  width: 100px !important;
}

.z-index-100 {
  z-index: 100 !important;
}

.lh-101 {
  line-height: 101px !important;
}

.fs-101 {
  font-size: 101px !important;
}

.height-101 {
  height: 101px !important;
}

.br-101 {
  border-radius: 101px !important;
}

.border-101 {
  border: 101px solid !important;
}

.width-101 {
  width: 101px !important;
}

.z-index-101 {
  z-index: 101 !important;
}

.lh-102 {
  line-height: 102px !important;
}

.fs-102 {
  font-size: 102px !important;
}

.height-102 {
  height: 102px !important;
}

.br-102 {
  border-radius: 102px !important;
}

.border-102 {
  border: 102px solid !important;
}

.width-102 {
  width: 102px !important;
}

.z-index-102 {
  z-index: 102 !important;
}

.lh-103 {
  line-height: 103px !important;
}

.fs-103 {
  font-size: 103px !important;
}

.height-103 {
  height: 103px !important;
}

.br-103 {
  border-radius: 103px !important;
}

.border-103 {
  border: 103px solid !important;
}

.width-103 {
  width: 103px !important;
}

.z-index-103 {
  z-index: 103 !important;
}

.lh-104 {
  line-height: 104px !important;
}

.fs-104 {
  font-size: 104px !important;
}

.height-104 {
  height: 104px !important;
}

.br-104 {
  border-radius: 104px !important;
}

.border-104 {
  border: 104px solid !important;
}

.width-104 {
  width: 104px !important;
}

.z-index-104 {
  z-index: 104 !important;
}

.lh-105 {
  line-height: 105px !important;
}

.fs-105 {
  font-size: 105px !important;
}

.height-105 {
  height: 105px !important;
}

.br-105 {
  border-radius: 105px !important;
}

.border-105 {
  border: 105px solid !important;
}

.width-105 {
  width: 105px !important;
}

.z-index-105 {
  z-index: 105 !important;
}

.lh-106 {
  line-height: 106px !important;
}

.fs-106 {
  font-size: 106px !important;
}

.height-106 {
  height: 106px !important;
}

.br-106 {
  border-radius: 106px !important;
}

.border-106 {
  border: 106px solid !important;
}

.width-106 {
  width: 106px !important;
}

.z-index-106 {
  z-index: 106 !important;
}

.lh-107 {
  line-height: 107px !important;
}

.fs-107 {
  font-size: 107px !important;
}

.height-107 {
  height: 107px !important;
}

.br-107 {
  border-radius: 107px !important;
}

.border-107 {
  border: 107px solid !important;
}

.width-107 {
  width: 107px !important;
}

.z-index-107 {
  z-index: 107 !important;
}

.lh-108 {
  line-height: 108px !important;
}

.fs-108 {
  font-size: 108px !important;
}

.height-108 {
  height: 108px !important;
}

.br-108 {
  border-radius: 108px !important;
}

.border-108 {
  border: 108px solid !important;
}

.width-108 {
  width: 108px !important;
}

.z-index-108 {
  z-index: 108 !important;
}

.lh-109 {
  line-height: 109px !important;
}

.fs-109 {
  font-size: 109px !important;
}

.height-109 {
  height: 109px !important;
}

.br-109 {
  border-radius: 109px !important;
}

.border-109 {
  border: 109px solid !important;
}

.width-109 {
  width: 109px !important;
}

.z-index-109 {
  z-index: 109 !important;
}

.lh-110 {
  line-height: 110px !important;
}

.fs-110 {
  font-size: 110px !important;
}

.height-110 {
  height: 110px !important;
}

.br-110 {
  border-radius: 110px !important;
}

.border-110 {
  border: 110px solid !important;
}

.width-110 {
  width: 110px !important;
}

.z-index-110 {
  z-index: 110 !important;
}

.lh-111 {
  line-height: 111px !important;
}

.fs-111 {
  font-size: 111px !important;
}

.height-111 {
  height: 111px !important;
}

.br-111 {
  border-radius: 111px !important;
}

.border-111 {
  border: 111px solid !important;
}

.width-111 {
  width: 111px !important;
}

.z-index-111 {
  z-index: 111 !important;
}

.lh-112 {
  line-height: 112px !important;
}

.fs-112 {
  font-size: 112px !important;
}

.height-112 {
  height: 112px !important;
}

.br-112 {
  border-radius: 112px !important;
}

.border-112 {
  border: 112px solid !important;
}

.width-112 {
  width: 112px !important;
}

.z-index-112 {
  z-index: 112 !important;
}

.lh-113 {
  line-height: 113px !important;
}

.fs-113 {
  font-size: 113px !important;
}

.height-113 {
  height: 113px !important;
}

.br-113 {
  border-radius: 113px !important;
}

.border-113 {
  border: 113px solid !important;
}

.width-113 {
  width: 113px !important;
}

.z-index-113 {
  z-index: 113 !important;
}

.lh-114 {
  line-height: 114px !important;
}

.fs-114 {
  font-size: 114px !important;
}

.height-114 {
  height: 114px !important;
}

.br-114 {
  border-radius: 114px !important;
}

.border-114 {
  border: 114px solid !important;
}

.width-114 {
  width: 114px !important;
}

.z-index-114 {
  z-index: 114 !important;
}

.lh-115 {
  line-height: 115px !important;
}

.fs-115 {
  font-size: 115px !important;
}

.height-115 {
  height: 115px !important;
}

.br-115 {
  border-radius: 115px !important;
}

.border-115 {
  border: 115px solid !important;
}

.width-115 {
  width: 115px !important;
}

.z-index-115 {
  z-index: 115 !important;
}

.lh-116 {
  line-height: 116px !important;
}

.fs-116 {
  font-size: 116px !important;
}

.height-116 {
  height: 116px !important;
}

.br-116 {
  border-radius: 116px !important;
}

.border-116 {
  border: 116px solid !important;
}

.width-116 {
  width: 116px !important;
}

.z-index-116 {
  z-index: 116 !important;
}

.lh-117 {
  line-height: 117px !important;
}

.fs-117 {
  font-size: 117px !important;
}

.height-117 {
  height: 117px !important;
}

.br-117 {
  border-radius: 117px !important;
}

.border-117 {
  border: 117px solid !important;
}

.width-117 {
  width: 117px !important;
}

.z-index-117 {
  z-index: 117 !important;
}

.lh-118 {
  line-height: 118px !important;
}

.fs-118 {
  font-size: 118px !important;
}

.height-118 {
  height: 118px !important;
}

.br-118 {
  border-radius: 118px !important;
}

.border-118 {
  border: 118px solid !important;
}

.width-118 {
  width: 118px !important;
}

.z-index-118 {
  z-index: 118 !important;
}

.lh-119 {
  line-height: 119px !important;
}

.fs-119 {
  font-size: 119px !important;
}

.height-119 {
  height: 119px !important;
}

.br-119 {
  border-radius: 119px !important;
}

.border-119 {
  border: 119px solid !important;
}

.width-119 {
  width: 119px !important;
}

.z-index-119 {
  z-index: 119 !important;
}

.lh-120 {
  line-height: 120px !important;
}

.fs-120 {
  font-size: 120px !important;
}

.height-120 {
  height: 120px !important;
}

.br-120 {
  border-radius: 120px !important;
}

.border-120 {
  border: 120px solid !important;
}

.width-120 {
  width: 120px !important;
}

.z-index-120 {
  z-index: 120 !important;
}

.lh-121 {
  line-height: 121px !important;
}

.fs-121 {
  font-size: 121px !important;
}

.height-121 {
  height: 121px !important;
}

.br-121 {
  border-radius: 121px !important;
}

.border-121 {
  border: 121px solid !important;
}

.width-121 {
  width: 121px !important;
}

.z-index-121 {
  z-index: 121 !important;
}

.lh-122 {
  line-height: 122px !important;
}

.fs-122 {
  font-size: 122px !important;
}

.height-122 {
  height: 122px !important;
}

.br-122 {
  border-radius: 122px !important;
}

.border-122 {
  border: 122px solid !important;
}

.width-122 {
  width: 122px !important;
}

.z-index-122 {
  z-index: 122 !important;
}

.lh-123 {
  line-height: 123px !important;
}

.fs-123 {
  font-size: 123px !important;
}

.height-123 {
  height: 123px !important;
}

.br-123 {
  border-radius: 123px !important;
}

.border-123 {
  border: 123px solid !important;
}

.width-123 {
  width: 123px !important;
}

.z-index-123 {
  z-index: 123 !important;
}

.lh-124 {
  line-height: 124px !important;
}

.fs-124 {
  font-size: 124px !important;
}

.height-124 {
  height: 124px !important;
}

.br-124 {
  border-radius: 124px !important;
}

.border-124 {
  border: 124px solid !important;
}

.width-124 {
  width: 124px !important;
}

.z-index-124 {
  z-index: 124 !important;
}

.lh-125 {
  line-height: 125px !important;
}

.fs-125 {
  font-size: 125px !important;
}

.height-125 {
  height: 125px !important;
}

.br-125 {
  border-radius: 125px !important;
}

.border-125 {
  border: 125px solid !important;
}

.width-125 {
  width: 125px !important;
}

.z-index-125 {
  z-index: 125 !important;
}

.lh-126 {
  line-height: 126px !important;
}

.fs-126 {
  font-size: 126px !important;
}

.height-126 {
  height: 126px !important;
}

.br-126 {
  border-radius: 126px !important;
}

.border-126 {
  border: 126px solid !important;
}

.width-126 {
  width: 126px !important;
}

.z-index-126 {
  z-index: 126 !important;
}

.lh-127 {
  line-height: 127px !important;
}

.fs-127 {
  font-size: 127px !important;
}

.height-127 {
  height: 127px !important;
}

.br-127 {
  border-radius: 127px !important;
}

.border-127 {
  border: 127px solid !important;
}

.width-127 {
  width: 127px !important;
}

.z-index-127 {
  z-index: 127 !important;
}

.lh-128 {
  line-height: 128px !important;
}

.fs-128 {
  font-size: 128px !important;
}

.height-128 {
  height: 128px !important;
}

.br-128 {
  border-radius: 128px !important;
}

.border-128 {
  border: 128px solid !important;
}

.width-128 {
  width: 128px !important;
}

.z-index-128 {
  z-index: 128 !important;
}

.lh-129 {
  line-height: 129px !important;
}

.fs-129 {
  font-size: 129px !important;
}

.height-129 {
  height: 129px !important;
}

.br-129 {
  border-radius: 129px !important;
}

.border-129 {
  border: 129px solid !important;
}

.width-129 {
  width: 129px !important;
}

.z-index-129 {
  z-index: 129 !important;
}

.lh-130 {
  line-height: 130px !important;
}

.fs-130 {
  font-size: 130px !important;
}

.height-130 {
  height: 130px !important;
}

.br-130 {
  border-radius: 130px !important;
}

.border-130 {
  border: 130px solid !important;
}

.width-130 {
  width: 130px !important;
}

.z-index-130 {
  z-index: 130 !important;
}

.lh-131 {
  line-height: 131px !important;
}

.fs-131 {
  font-size: 131px !important;
}

.height-131 {
  height: 131px !important;
}

.br-131 {
  border-radius: 131px !important;
}

.border-131 {
  border: 131px solid !important;
}

.width-131 {
  width: 131px !important;
}

.z-index-131 {
  z-index: 131 !important;
}

.lh-132 {
  line-height: 132px !important;
}

.fs-132 {
  font-size: 132px !important;
}

.height-132 {
  height: 132px !important;
}

.br-132 {
  border-radius: 132px !important;
}

.border-132 {
  border: 132px solid !important;
}

.width-132 {
  width: 132px !important;
}

.z-index-132 {
  z-index: 132 !important;
}

.lh-133 {
  line-height: 133px !important;
}

.fs-133 {
  font-size: 133px !important;
}

.height-133 {
  height: 133px !important;
}

.br-133 {
  border-radius: 133px !important;
}

.border-133 {
  border: 133px solid !important;
}

.width-133 {
  width: 133px !important;
}

.z-index-133 {
  z-index: 133 !important;
}

.lh-134 {
  line-height: 134px !important;
}

.fs-134 {
  font-size: 134px !important;
}

.height-134 {
  height: 134px !important;
}

.br-134 {
  border-radius: 134px !important;
}

.border-134 {
  border: 134px solid !important;
}

.width-134 {
  width: 134px !important;
}

.z-index-134 {
  z-index: 134 !important;
}

.lh-135 {
  line-height: 135px !important;
}

.fs-135 {
  font-size: 135px !important;
}

.height-135 {
  height: 135px !important;
}

.br-135 {
  border-radius: 135px !important;
}

.border-135 {
  border: 135px solid !important;
}

.width-135 {
  width: 135px !important;
}

.z-index-135 {
  z-index: 135 !important;
}

.lh-136 {
  line-height: 136px !important;
}

.fs-136 {
  font-size: 136px !important;
}

.height-136 {
  height: 136px !important;
}

.br-136 {
  border-radius: 136px !important;
}

.border-136 {
  border: 136px solid !important;
}

.width-136 {
  width: 136px !important;
}

.z-index-136 {
  z-index: 136 !important;
}

.lh-137 {
  line-height: 137px !important;
}

.fs-137 {
  font-size: 137px !important;
}

.height-137 {
  height: 137px !important;
}

.br-137 {
  border-radius: 137px !important;
}

.border-137 {
  border: 137px solid !important;
}

.width-137 {
  width: 137px !important;
}

.z-index-137 {
  z-index: 137 !important;
}

.lh-138 {
  line-height: 138px !important;
}

.fs-138 {
  font-size: 138px !important;
}

.height-138 {
  height: 138px !important;
}

.br-138 {
  border-radius: 138px !important;
}

.border-138 {
  border: 138px solid !important;
}

.width-138 {
  width: 138px !important;
}

.z-index-138 {
  z-index: 138 !important;
}

.lh-139 {
  line-height: 139px !important;
}

.fs-139 {
  font-size: 139px !important;
}

.height-139 {
  height: 139px !important;
}

.br-139 {
  border-radius: 139px !important;
}

.border-139 {
  border: 139px solid !important;
}

.width-139 {
  width: 139px !important;
}

.z-index-139 {
  z-index: 139 !important;
}

.lh-140 {
  line-height: 140px !important;
}

.fs-140 {
  font-size: 140px !important;
}

.height-140 {
  height: 140px !important;
}

.br-140 {
  border-radius: 140px !important;
}

.border-140 {
  border: 140px solid !important;
}

.width-140 {
  width: 140px !important;
}

.z-index-140 {
  z-index: 140 !important;
}

.lh-141 {
  line-height: 141px !important;
}

.fs-141 {
  font-size: 141px !important;
}

.height-141 {
  height: 141px !important;
}

.br-141 {
  border-radius: 141px !important;
}

.border-141 {
  border: 141px solid !important;
}

.width-141 {
  width: 141px !important;
}

.z-index-141 {
  z-index: 141 !important;
}

.lh-142 {
  line-height: 142px !important;
}

.fs-142 {
  font-size: 142px !important;
}

.height-142 {
  height: 142px !important;
}

.br-142 {
  border-radius: 142px !important;
}

.border-142 {
  border: 142px solid !important;
}

.width-142 {
  width: 142px !important;
}

.z-index-142 {
  z-index: 142 !important;
}

.lh-143 {
  line-height: 143px !important;
}

.fs-143 {
  font-size: 143px !important;
}

.height-143 {
  height: 143px !important;
}

.br-143 {
  border-radius: 143px !important;
}

.border-143 {
  border: 143px solid !important;
}

.width-143 {
  width: 143px !important;
}

.z-index-143 {
  z-index: 143 !important;
}

.lh-144 {
  line-height: 144px !important;
}

.fs-144 {
  font-size: 144px !important;
}

.height-144 {
  height: 144px !important;
}

.br-144 {
  border-radius: 144px !important;
}

.border-144 {
  border: 144px solid !important;
}

.width-144 {
  width: 144px !important;
}

.z-index-144 {
  z-index: 144 !important;
}

.lh-145 {
  line-height: 145px !important;
}

.fs-145 {
  font-size: 145px !important;
}

.height-145 {
  height: 145px !important;
}

.br-145 {
  border-radius: 145px !important;
}

.border-145 {
  border: 145px solid !important;
}

.width-145 {
  width: 145px !important;
}

.z-index-145 {
  z-index: 145 !important;
}

.lh-146 {
  line-height: 146px !important;
}

.fs-146 {
  font-size: 146px !important;
}

.height-146 {
  height: 146px !important;
}

.br-146 {
  border-radius: 146px !important;
}

.border-146 {
  border: 146px solid !important;
}

.width-146 {
  width: 146px !important;
}

.z-index-146 {
  z-index: 146 !important;
}

.lh-147 {
  line-height: 147px !important;
}

.fs-147 {
  font-size: 147px !important;
}

.height-147 {
  height: 147px !important;
}

.br-147 {
  border-radius: 147px !important;
}

.border-147 {
  border: 147px solid !important;
}

.width-147 {
  width: 147px !important;
}

.z-index-147 {
  z-index: 147 !important;
}

.lh-148 {
  line-height: 148px !important;
}

.fs-148 {
  font-size: 148px !important;
}

.height-148 {
  height: 148px !important;
}

.br-148 {
  border-radius: 148px !important;
}

.border-148 {
  border: 148px solid !important;
}

.width-148 {
  width: 148px !important;
}

.z-index-148 {
  z-index: 148 !important;
}

.lh-149 {
  line-height: 149px !important;
}

.fs-149 {
  font-size: 149px !important;
}

.height-149 {
  height: 149px !important;
}

.br-149 {
  border-radius: 149px !important;
}

.border-149 {
  border: 149px solid !important;
}

.width-149 {
  width: 149px !important;
}

.z-index-149 {
  z-index: 149 !important;
}

.lh-150 {
  line-height: 150px !important;
}

.fs-150 {
  font-size: 150px !important;
}

.height-150 {
  height: 150px !important;
}

.br-150 {
  border-radius: 150px !important;
}

.border-150 {
  border: 150px solid !important;
}

.width-150 {
  width: 150px !important;
}

.z-index-150 {
  z-index: 150 !important;
}

.lh-151 {
  line-height: 151px !important;
}

.fs-151 {
  font-size: 151px !important;
}

.height-151 {
  height: 151px !important;
}

.br-151 {
  border-radius: 151px !important;
}

.border-151 {
  border: 151px solid !important;
}

.width-151 {
  width: 151px !important;
}

.z-index-151 {
  z-index: 151 !important;
}

.lh-152 {
  line-height: 152px !important;
}

.fs-152 {
  font-size: 152px !important;
}

.height-152 {
  height: 152px !important;
}

.br-152 {
  border-radius: 152px !important;
}

.border-152 {
  border: 152px solid !important;
}

.width-152 {
  width: 152px !important;
}

.z-index-152 {
  z-index: 152 !important;
}

.lh-153 {
  line-height: 153px !important;
}

.fs-153 {
  font-size: 153px !important;
}

.height-153 {
  height: 153px !important;
}

.br-153 {
  border-radius: 153px !important;
}

.border-153 {
  border: 153px solid !important;
}

.width-153 {
  width: 153px !important;
}

.z-index-153 {
  z-index: 153 !important;
}

.lh-154 {
  line-height: 154px !important;
}

.fs-154 {
  font-size: 154px !important;
}

.height-154 {
  height: 154px !important;
}

.br-154 {
  border-radius: 154px !important;
}

.border-154 {
  border: 154px solid !important;
}

.width-154 {
  width: 154px !important;
}

.z-index-154 {
  z-index: 154 !important;
}

.lh-155 {
  line-height: 155px !important;
}

.fs-155 {
  font-size: 155px !important;
}

.height-155 {
  height: 155px !important;
}

.br-155 {
  border-radius: 155px !important;
}

.border-155 {
  border: 155px solid !important;
}

.width-155 {
  width: 155px !important;
}

.z-index-155 {
  z-index: 155 !important;
}

.lh-156 {
  line-height: 156px !important;
}

.fs-156 {
  font-size: 156px !important;
}

.height-156 {
  height: 156px !important;
}

.br-156 {
  border-radius: 156px !important;
}

.border-156 {
  border: 156px solid !important;
}

.width-156 {
  width: 156px !important;
}

.z-index-156 {
  z-index: 156 !important;
}

.lh-157 {
  line-height: 157px !important;
}

.fs-157 {
  font-size: 157px !important;
}

.height-157 {
  height: 157px !important;
}

.br-157 {
  border-radius: 157px !important;
}

.border-157 {
  border: 157px solid !important;
}

.width-157 {
  width: 157px !important;
}

.z-index-157 {
  z-index: 157 !important;
}

.lh-158 {
  line-height: 158px !important;
}

.fs-158 {
  font-size: 158px !important;
}

.height-158 {
  height: 158px !important;
}

.br-158 {
  border-radius: 158px !important;
}

.border-158 {
  border: 158px solid !important;
}

.width-158 {
  width: 158px !important;
}

.z-index-158 {
  z-index: 158 !important;
}

.lh-159 {
  line-height: 159px !important;
}

.fs-159 {
  font-size: 159px !important;
}

.height-159 {
  height: 159px !important;
}

.br-159 {
  border-radius: 159px !important;
}

.border-159 {
  border: 159px solid !important;
}

.width-159 {
  width: 159px !important;
}

.z-index-159 {
  z-index: 159 !important;
}

.lh-160 {
  line-height: 160px !important;
}

.fs-160 {
  font-size: 160px !important;
}

.height-160 {
  height: 160px !important;
}

.br-160 {
  border-radius: 160px !important;
}

.border-160 {
  border: 160px solid !important;
}

.width-160 {
  width: 160px !important;
}

.z-index-160 {
  z-index: 160 !important;
}

.lh-161 {
  line-height: 161px !important;
}

.fs-161 {
  font-size: 161px !important;
}

.height-161 {
  height: 161px !important;
}

.br-161 {
  border-radius: 161px !important;
}

.border-161 {
  border: 161px solid !important;
}

.width-161 {
  width: 161px !important;
}

.z-index-161 {
  z-index: 161 !important;
}

.lh-162 {
  line-height: 162px !important;
}

.fs-162 {
  font-size: 162px !important;
}

.height-162 {
  height: 162px !important;
}

.br-162 {
  border-radius: 162px !important;
}

.border-162 {
  border: 162px solid !important;
}

.width-162 {
  width: 162px !important;
}

.z-index-162 {
  z-index: 162 !important;
}

.lh-163 {
  line-height: 163px !important;
}

.fs-163 {
  font-size: 163px !important;
}

.height-163 {
  height: 163px !important;
}

.br-163 {
  border-radius: 163px !important;
}

.border-163 {
  border: 163px solid !important;
}

.width-163 {
  width: 163px !important;
}

.z-index-163 {
  z-index: 163 !important;
}

.lh-164 {
  line-height: 164px !important;
}

.fs-164 {
  font-size: 164px !important;
}

.height-164 {
  height: 164px !important;
}

.br-164 {
  border-radius: 164px !important;
}

.border-164 {
  border: 164px solid !important;
}

.width-164 {
  width: 164px !important;
}

.z-index-164 {
  z-index: 164 !important;
}

.lh-165 {
  line-height: 165px !important;
}

.fs-165 {
  font-size: 165px !important;
}

.height-165 {
  height: 165px !important;
}

.br-165 {
  border-radius: 165px !important;
}

.border-165 {
  border: 165px solid !important;
}

.width-165 {
  width: 165px !important;
}

.z-index-165 {
  z-index: 165 !important;
}

.lh-166 {
  line-height: 166px !important;
}

.fs-166 {
  font-size: 166px !important;
}

.height-166 {
  height: 166px !important;
}

.br-166 {
  border-radius: 166px !important;
}

.border-166 {
  border: 166px solid !important;
}

.width-166 {
  width: 166px !important;
}

.z-index-166 {
  z-index: 166 !important;
}

.lh-167 {
  line-height: 167px !important;
}

.fs-167 {
  font-size: 167px !important;
}

.height-167 {
  height: 167px !important;
}

.br-167 {
  border-radius: 167px !important;
}

.border-167 {
  border: 167px solid !important;
}

.width-167 {
  width: 167px !important;
}

.z-index-167 {
  z-index: 167 !important;
}

.lh-168 {
  line-height: 168px !important;
}

.fs-168 {
  font-size: 168px !important;
}

.height-168 {
  height: 168px !important;
}

.br-168 {
  border-radius: 168px !important;
}

.border-168 {
  border: 168px solid !important;
}

.width-168 {
  width: 168px !important;
}

.z-index-168 {
  z-index: 168 !important;
}

.lh-169 {
  line-height: 169px !important;
}

.fs-169 {
  font-size: 169px !important;
}

.height-169 {
  height: 169px !important;
}

.br-169 {
  border-radius: 169px !important;
}

.border-169 {
  border: 169px solid !important;
}

.width-169 {
  width: 169px !important;
}

.z-index-169 {
  z-index: 169 !important;
}

.lh-170 {
  line-height: 170px !important;
}

.fs-170 {
  font-size: 170px !important;
}

.height-170 {
  height: 170px !important;
}

.br-170 {
  border-radius: 170px !important;
}

.border-170 {
  border: 170px solid !important;
}

.width-170 {
  width: 170px !important;
}

.z-index-170 {
  z-index: 170 !important;
}

.lh-171 {
  line-height: 171px !important;
}

.fs-171 {
  font-size: 171px !important;
}

.height-171 {
  height: 171px !important;
}

.br-171 {
  border-radius: 171px !important;
}

.border-171 {
  border: 171px solid !important;
}

.width-171 {
  width: 171px !important;
}

.z-index-171 {
  z-index: 171 !important;
}

.lh-172 {
  line-height: 172px !important;
}

.fs-172 {
  font-size: 172px !important;
}

.height-172 {
  height: 172px !important;
}

.br-172 {
  border-radius: 172px !important;
}

.border-172 {
  border: 172px solid !important;
}

.width-172 {
  width: 172px !important;
}

.z-index-172 {
  z-index: 172 !important;
}

.lh-173 {
  line-height: 173px !important;
}

.fs-173 {
  font-size: 173px !important;
}

.height-173 {
  height: 173px !important;
}

.br-173 {
  border-radius: 173px !important;
}

.border-173 {
  border: 173px solid !important;
}

.width-173 {
  width: 173px !important;
}

.z-index-173 {
  z-index: 173 !important;
}

.lh-174 {
  line-height: 174px !important;
}

.fs-174 {
  font-size: 174px !important;
}

.height-174 {
  height: 174px !important;
}

.br-174 {
  border-radius: 174px !important;
}

.border-174 {
  border: 174px solid !important;
}

.width-174 {
  width: 174px !important;
}

.z-index-174 {
  z-index: 174 !important;
}

.lh-175 {
  line-height: 175px !important;
}

.fs-175 {
  font-size: 175px !important;
}

.height-175 {
  height: 175px !important;
}

.br-175 {
  border-radius: 175px !important;
}

.border-175 {
  border: 175px solid !important;
}

.width-175 {
  width: 175px !important;
}

.z-index-175 {
  z-index: 175 !important;
}

.lh-176 {
  line-height: 176px !important;
}

.fs-176 {
  font-size: 176px !important;
}

.height-176 {
  height: 176px !important;
}

.br-176 {
  border-radius: 176px !important;
}

.border-176 {
  border: 176px solid !important;
}

.width-176 {
  width: 176px !important;
}

.z-index-176 {
  z-index: 176 !important;
}

.lh-177 {
  line-height: 177px !important;
}

.fs-177 {
  font-size: 177px !important;
}

.height-177 {
  height: 177px !important;
}

.br-177 {
  border-radius: 177px !important;
}

.border-177 {
  border: 177px solid !important;
}

.width-177 {
  width: 177px !important;
}

.z-index-177 {
  z-index: 177 !important;
}

.lh-178 {
  line-height: 178px !important;
}

.fs-178 {
  font-size: 178px !important;
}

.height-178 {
  height: 178px !important;
}

.br-178 {
  border-radius: 178px !important;
}

.border-178 {
  border: 178px solid !important;
}

.width-178 {
  width: 178px !important;
}

.z-index-178 {
  z-index: 178 !important;
}

.lh-179 {
  line-height: 179px !important;
}

.fs-179 {
  font-size: 179px !important;
}

.height-179 {
  height: 179px !important;
}

.br-179 {
  border-radius: 179px !important;
}

.border-179 {
  border: 179px solid !important;
}

.width-179 {
  width: 179px !important;
}

.z-index-179 {
  z-index: 179 !important;
}

.lh-180 {
  line-height: 180px !important;
}

.fs-180 {
  font-size: 180px !important;
}

.height-180 {
  height: 180px !important;
}

.br-180 {
  border-radius: 180px !important;
}

.border-180 {
  border: 180px solid !important;
}

.width-180 {
  width: 180px !important;
}

.z-index-180 {
  z-index: 180 !important;
}

.lh-181 {
  line-height: 181px !important;
}

.fs-181 {
  font-size: 181px !important;
}

.height-181 {
  height: 181px !important;
}

.br-181 {
  border-radius: 181px !important;
}

.border-181 {
  border: 181px solid !important;
}

.width-181 {
  width: 181px !important;
}

.z-index-181 {
  z-index: 181 !important;
}

.lh-182 {
  line-height: 182px !important;
}

.fs-182 {
  font-size: 182px !important;
}

.height-182 {
  height: 182px !important;
}

.br-182 {
  border-radius: 182px !important;
}

.border-182 {
  border: 182px solid !important;
}

.width-182 {
  width: 182px !important;
}

.z-index-182 {
  z-index: 182 !important;
}

.lh-183 {
  line-height: 183px !important;
}

.fs-183 {
  font-size: 183px !important;
}

.height-183 {
  height: 183px !important;
}

.br-183 {
  border-radius: 183px !important;
}

.border-183 {
  border: 183px solid !important;
}

.width-183 {
  width: 183px !important;
}

.z-index-183 {
  z-index: 183 !important;
}

.lh-184 {
  line-height: 184px !important;
}

.fs-184 {
  font-size: 184px !important;
}

.height-184 {
  height: 184px !important;
}

.br-184 {
  border-radius: 184px !important;
}

.border-184 {
  border: 184px solid !important;
}

.width-184 {
  width: 184px !important;
}

.z-index-184 {
  z-index: 184 !important;
}

.lh-185 {
  line-height: 185px !important;
}

.fs-185 {
  font-size: 185px !important;
}

.height-185 {
  height: 185px !important;
}

.br-185 {
  border-radius: 185px !important;
}

.border-185 {
  border: 185px solid !important;
}

.width-185 {
  width: 185px !important;
}

.z-index-185 {
  z-index: 185 !important;
}

.lh-186 {
  line-height: 186px !important;
}

.fs-186 {
  font-size: 186px !important;
}

.height-186 {
  height: 186px !important;
}

.br-186 {
  border-radius: 186px !important;
}

.border-186 {
  border: 186px solid !important;
}

.width-186 {
  width: 186px !important;
}

.z-index-186 {
  z-index: 186 !important;
}

.lh-187 {
  line-height: 187px !important;
}

.fs-187 {
  font-size: 187px !important;
}

.height-187 {
  height: 187px !important;
}

.br-187 {
  border-radius: 187px !important;
}

.border-187 {
  border: 187px solid !important;
}

.width-187 {
  width: 187px !important;
}

.z-index-187 {
  z-index: 187 !important;
}

.lh-188 {
  line-height: 188px !important;
}

.fs-188 {
  font-size: 188px !important;
}

.height-188 {
  height: 188px !important;
}

.br-188 {
  border-radius: 188px !important;
}

.border-188 {
  border: 188px solid !important;
}

.width-188 {
  width: 188px !important;
}

.z-index-188 {
  z-index: 188 !important;
}

.lh-189 {
  line-height: 189px !important;
}

.fs-189 {
  font-size: 189px !important;
}

.height-189 {
  height: 189px !important;
}

.br-189 {
  border-radius: 189px !important;
}

.border-189 {
  border: 189px solid !important;
}

.width-189 {
  width: 189px !important;
}

.z-index-189 {
  z-index: 189 !important;
}

.lh-190 {
  line-height: 190px !important;
}

.fs-190 {
  font-size: 190px !important;
}

.height-190 {
  height: 190px !important;
}

.br-190 {
  border-radius: 190px !important;
}

.border-190 {
  border: 190px solid !important;
}

.width-190 {
  width: 190px !important;
}

.z-index-190 {
  z-index: 190 !important;
}

.lh-191 {
  line-height: 191px !important;
}

.fs-191 {
  font-size: 191px !important;
}

.height-191 {
  height: 191px !important;
}

.br-191 {
  border-radius: 191px !important;
}

.border-191 {
  border: 191px solid !important;
}

.width-191 {
  width: 191px !important;
}

.z-index-191 {
  z-index: 191 !important;
}

.lh-192 {
  line-height: 192px !important;
}

.fs-192 {
  font-size: 192px !important;
}

.height-192 {
  height: 192px !important;
}

.br-192 {
  border-radius: 192px !important;
}

.border-192 {
  border: 192px solid !important;
}

.width-192 {
  width: 192px !important;
}

.z-index-192 {
  z-index: 192 !important;
}

.lh-193 {
  line-height: 193px !important;
}

.fs-193 {
  font-size: 193px !important;
}

.height-193 {
  height: 193px !important;
}

.br-193 {
  border-radius: 193px !important;
}

.border-193 {
  border: 193px solid !important;
}

.width-193 {
  width: 193px !important;
}

.z-index-193 {
  z-index: 193 !important;
}

.lh-194 {
  line-height: 194px !important;
}

.fs-194 {
  font-size: 194px !important;
}

.height-194 {
  height: 194px !important;
}

.br-194 {
  border-radius: 194px !important;
}

.border-194 {
  border: 194px solid !important;
}

.width-194 {
  width: 194px !important;
}

.z-index-194 {
  z-index: 194 !important;
}

.lh-195 {
  line-height: 195px !important;
}

.fs-195 {
  font-size: 195px !important;
}

.height-195 {
  height: 195px !important;
}

.br-195 {
  border-radius: 195px !important;
}

.border-195 {
  border: 195px solid !important;
}

.width-195 {
  width: 195px !important;
}

.z-index-195 {
  z-index: 195 !important;
}

.lh-196 {
  line-height: 196px !important;
}

.fs-196 {
  font-size: 196px !important;
}

.height-196 {
  height: 196px !important;
}

.br-196 {
  border-radius: 196px !important;
}

.border-196 {
  border: 196px solid !important;
}

.width-196 {
  width: 196px !important;
}

.z-index-196 {
  z-index: 196 !important;
}

.lh-197 {
  line-height: 197px !important;
}

.fs-197 {
  font-size: 197px !important;
}

.height-197 {
  height: 197px !important;
}

.br-197 {
  border-radius: 197px !important;
}

.border-197 {
  border: 197px solid !important;
}

.width-197 {
  width: 197px !important;
}

.z-index-197 {
  z-index: 197 !important;
}

.lh-198 {
  line-height: 198px !important;
}

.fs-198 {
  font-size: 198px !important;
}

.height-198 {
  height: 198px !important;
}

.br-198 {
  border-radius: 198px !important;
}

.border-198 {
  border: 198px solid !important;
}

.width-198 {
  width: 198px !important;
}

.z-index-198 {
  z-index: 198 !important;
}

.lh-199 {
  line-height: 199px !important;
}

.fs-199 {
  font-size: 199px !important;
}

.height-199 {
  height: 199px !important;
}

.br-199 {
  border-radius: 199px !important;
}

.border-199 {
  border: 199px solid !important;
}

.width-199 {
  width: 199px !important;
}

.z-index-199 {
  z-index: 199 !important;
}

.lh-200 {
  line-height: 200px !important;
}

.fs-200 {
  font-size: 200px !important;
}

.height-200 {
  height: 200px !important;
}

.br-200 {
  border-radius: 200px !important;
}

.border-200 {
  border: 200px solid !important;
}

.width-200 {
  width: 200px !important;
}

.z-index-200 {
  z-index: 200 !important;
}

.lh-201 {
  line-height: 201px !important;
}

.fs-201 {
  font-size: 201px !important;
}

.height-201 {
  height: 201px !important;
}

.br-201 {
  border-radius: 201px !important;
}

.border-201 {
  border: 201px solid !important;
}

.width-201 {
  width: 201px !important;
}

.z-index-201 {
  z-index: 201 !important;
}

.lh-202 {
  line-height: 202px !important;
}

.fs-202 {
  font-size: 202px !important;
}

.height-202 {
  height: 202px !important;
}

.br-202 {
  border-radius: 202px !important;
}

.border-202 {
  border: 202px solid !important;
}

.width-202 {
  width: 202px !important;
}

.z-index-202 {
  z-index: 202 !important;
}

.lh-203 {
  line-height: 203px !important;
}

.fs-203 {
  font-size: 203px !important;
}

.height-203 {
  height: 203px !important;
}

.br-203 {
  border-radius: 203px !important;
}

.border-203 {
  border: 203px solid !important;
}

.width-203 {
  width: 203px !important;
}

.z-index-203 {
  z-index: 203 !important;
}

.lh-204 {
  line-height: 204px !important;
}

.fs-204 {
  font-size: 204px !important;
}

.height-204 {
  height: 204px !important;
}

.br-204 {
  border-radius: 204px !important;
}

.border-204 {
  border: 204px solid !important;
}

.width-204 {
  width: 204px !important;
}

.z-index-204 {
  z-index: 204 !important;
}

.lh-205 {
  line-height: 205px !important;
}

.fs-205 {
  font-size: 205px !important;
}

.height-205 {
  height: 205px !important;
}

.br-205 {
  border-radius: 205px !important;
}

.border-205 {
  border: 205px solid !important;
}

.width-205 {
  width: 205px !important;
}

.z-index-205 {
  z-index: 205 !important;
}

.lh-206 {
  line-height: 206px !important;
}

.fs-206 {
  font-size: 206px !important;
}

.height-206 {
  height: 206px !important;
}

.br-206 {
  border-radius: 206px !important;
}

.border-206 {
  border: 206px solid !important;
}

.width-206 {
  width: 206px !important;
}

.z-index-206 {
  z-index: 206 !important;
}

.lh-207 {
  line-height: 207px !important;
}

.fs-207 {
  font-size: 207px !important;
}

.height-207 {
  height: 207px !important;
}

.br-207 {
  border-radius: 207px !important;
}

.border-207 {
  border: 207px solid !important;
}

.width-207 {
  width: 207px !important;
}

.z-index-207 {
  z-index: 207 !important;
}

.lh-208 {
  line-height: 208px !important;
}

.fs-208 {
  font-size: 208px !important;
}

.height-208 {
  height: 208px !important;
}

.br-208 {
  border-radius: 208px !important;
}

.border-208 {
  border: 208px solid !important;
}

.width-208 {
  width: 208px !important;
}

.z-index-208 {
  z-index: 208 !important;
}

.lh-209 {
  line-height: 209px !important;
}

.fs-209 {
  font-size: 209px !important;
}

.height-209 {
  height: 209px !important;
}

.br-209 {
  border-radius: 209px !important;
}

.border-209 {
  border: 209px solid !important;
}

.width-209 {
  width: 209px !important;
}

.z-index-209 {
  z-index: 209 !important;
}

.lh-210 {
  line-height: 210px !important;
}

.fs-210 {
  font-size: 210px !important;
}

.height-210 {
  height: 210px !important;
}

.br-210 {
  border-radius: 210px !important;
}

.border-210 {
  border: 210px solid !important;
}

.width-210 {
  width: 210px !important;
}

.z-index-210 {
  z-index: 210 !important;
}

.lh-211 {
  line-height: 211px !important;
}

.fs-211 {
  font-size: 211px !important;
}

.height-211 {
  height: 211px !important;
}

.br-211 {
  border-radius: 211px !important;
}

.border-211 {
  border: 211px solid !important;
}

.width-211 {
  width: 211px !important;
}

.z-index-211 {
  z-index: 211 !important;
}

.lh-212 {
  line-height: 212px !important;
}

.fs-212 {
  font-size: 212px !important;
}

.height-212 {
  height: 212px !important;
}

.br-212 {
  border-radius: 212px !important;
}

.border-212 {
  border: 212px solid !important;
}

.width-212 {
  width: 212px !important;
}

.z-index-212 {
  z-index: 212 !important;
}

.lh-213 {
  line-height: 213px !important;
}

.fs-213 {
  font-size: 213px !important;
}

.height-213 {
  height: 213px !important;
}

.br-213 {
  border-radius: 213px !important;
}

.border-213 {
  border: 213px solid !important;
}

.width-213 {
  width: 213px !important;
}

.z-index-213 {
  z-index: 213 !important;
}

.lh-214 {
  line-height: 214px !important;
}

.fs-214 {
  font-size: 214px !important;
}

.height-214 {
  height: 214px !important;
}

.br-214 {
  border-radius: 214px !important;
}

.border-214 {
  border: 214px solid !important;
}

.width-214 {
  width: 214px !important;
}

.z-index-214 {
  z-index: 214 !important;
}

.lh-215 {
  line-height: 215px !important;
}

.fs-215 {
  font-size: 215px !important;
}

.height-215 {
  height: 215px !important;
}

.br-215 {
  border-radius: 215px !important;
}

.border-215 {
  border: 215px solid !important;
}

.width-215 {
  width: 215px !important;
}

.z-index-215 {
  z-index: 215 !important;
}

.lh-216 {
  line-height: 216px !important;
}

.fs-216 {
  font-size: 216px !important;
}

.height-216 {
  height: 216px !important;
}

.br-216 {
  border-radius: 216px !important;
}

.border-216 {
  border: 216px solid !important;
}

.width-216 {
  width: 216px !important;
}

.z-index-216 {
  z-index: 216 !important;
}

.lh-217 {
  line-height: 217px !important;
}

.fs-217 {
  font-size: 217px !important;
}

.height-217 {
  height: 217px !important;
}

.br-217 {
  border-radius: 217px !important;
}

.border-217 {
  border: 217px solid !important;
}

.width-217 {
  width: 217px !important;
}

.z-index-217 {
  z-index: 217 !important;
}

.lh-218 {
  line-height: 218px !important;
}

.fs-218 {
  font-size: 218px !important;
}

.height-218 {
  height: 218px !important;
}

.br-218 {
  border-radius: 218px !important;
}

.border-218 {
  border: 218px solid !important;
}

.width-218 {
  width: 218px !important;
}

.z-index-218 {
  z-index: 218 !important;
}

.lh-219 {
  line-height: 219px !important;
}

.fs-219 {
  font-size: 219px !important;
}

.height-219 {
  height: 219px !important;
}

.br-219 {
  border-radius: 219px !important;
}

.border-219 {
  border: 219px solid !important;
}

.width-219 {
  width: 219px !important;
}

.z-index-219 {
  z-index: 219 !important;
}

.lh-220 {
  line-height: 220px !important;
}

.fs-220 {
  font-size: 220px !important;
}

.height-220 {
  height: 220px !important;
}

.br-220 {
  border-radius: 220px !important;
}

.border-220 {
  border: 220px solid !important;
}

.width-220 {
  width: 220px !important;
}

.z-index-220 {
  z-index: 220 !important;
}

.lh-221 {
  line-height: 221px !important;
}

.fs-221 {
  font-size: 221px !important;
}

.height-221 {
  height: 221px !important;
}

.br-221 {
  border-radius: 221px !important;
}

.border-221 {
  border: 221px solid !important;
}

.width-221 {
  width: 221px !important;
}

.z-index-221 {
  z-index: 221 !important;
}

.lh-222 {
  line-height: 222px !important;
}

.fs-222 {
  font-size: 222px !important;
}

.height-222 {
  height: 222px !important;
}

.br-222 {
  border-radius: 222px !important;
}

.border-222 {
  border: 222px solid !important;
}

.width-222 {
  width: 222px !important;
}

.z-index-222 {
  z-index: 222 !important;
}

.lh-223 {
  line-height: 223px !important;
}

.fs-223 {
  font-size: 223px !important;
}

.height-223 {
  height: 223px !important;
}

.br-223 {
  border-radius: 223px !important;
}

.border-223 {
  border: 223px solid !important;
}

.width-223 {
  width: 223px !important;
}

.z-index-223 {
  z-index: 223 !important;
}

.lh-224 {
  line-height: 224px !important;
}

.fs-224 {
  font-size: 224px !important;
}

.height-224 {
  height: 224px !important;
}

.br-224 {
  border-radius: 224px !important;
}

.border-224 {
  border: 224px solid !important;
}

.width-224 {
  width: 224px !important;
}

.z-index-224 {
  z-index: 224 !important;
}

.lh-225 {
  line-height: 225px !important;
}

.fs-225 {
  font-size: 225px !important;
}

.height-225 {
  height: 225px !important;
}

.br-225 {
  border-radius: 225px !important;
}

.border-225 {
  border: 225px solid !important;
}

.width-225 {
  width: 225px !important;
}

.z-index-225 {
  z-index: 225 !important;
}

.lh-226 {
  line-height: 226px !important;
}

.fs-226 {
  font-size: 226px !important;
}

.height-226 {
  height: 226px !important;
}

.br-226 {
  border-radius: 226px !important;
}

.border-226 {
  border: 226px solid !important;
}

.width-226 {
  width: 226px !important;
}

.z-index-226 {
  z-index: 226 !important;
}

.lh-227 {
  line-height: 227px !important;
}

.fs-227 {
  font-size: 227px !important;
}

.height-227 {
  height: 227px !important;
}

.br-227 {
  border-radius: 227px !important;
}

.border-227 {
  border: 227px solid !important;
}

.width-227 {
  width: 227px !important;
}

.z-index-227 {
  z-index: 227 !important;
}

.lh-228 {
  line-height: 228px !important;
}

.fs-228 {
  font-size: 228px !important;
}

.height-228 {
  height: 228px !important;
}

.br-228 {
  border-radius: 228px !important;
}

.border-228 {
  border: 228px solid !important;
}

.width-228 {
  width: 228px !important;
}

.z-index-228 {
  z-index: 228 !important;
}

.lh-229 {
  line-height: 229px !important;
}

.fs-229 {
  font-size: 229px !important;
}

.height-229 {
  height: 229px !important;
}

.br-229 {
  border-radius: 229px !important;
}

.border-229 {
  border: 229px solid !important;
}

.width-229 {
  width: 229px !important;
}

.z-index-229 {
  z-index: 229 !important;
}

.lh-230 {
  line-height: 230px !important;
}

.fs-230 {
  font-size: 230px !important;
}

.height-230 {
  height: 230px !important;
}

.br-230 {
  border-radius: 230px !important;
}

.border-230 {
  border: 230px solid !important;
}

.width-230 {
  width: 230px !important;
}

.z-index-230 {
  z-index: 230 !important;
}

.lh-231 {
  line-height: 231px !important;
}

.fs-231 {
  font-size: 231px !important;
}

.height-231 {
  height: 231px !important;
}

.br-231 {
  border-radius: 231px !important;
}

.border-231 {
  border: 231px solid !important;
}

.width-231 {
  width: 231px !important;
}

.z-index-231 {
  z-index: 231 !important;
}

.lh-232 {
  line-height: 232px !important;
}

.fs-232 {
  font-size: 232px !important;
}

.height-232 {
  height: 232px !important;
}

.br-232 {
  border-radius: 232px !important;
}

.border-232 {
  border: 232px solid !important;
}

.width-232 {
  width: 232px !important;
}

.z-index-232 {
  z-index: 232 !important;
}

.lh-233 {
  line-height: 233px !important;
}

.fs-233 {
  font-size: 233px !important;
}

.height-233 {
  height: 233px !important;
}

.br-233 {
  border-radius: 233px !important;
}

.border-233 {
  border: 233px solid !important;
}

.width-233 {
  width: 233px !important;
}

.z-index-233 {
  z-index: 233 !important;
}

.lh-234 {
  line-height: 234px !important;
}

.fs-234 {
  font-size: 234px !important;
}

.height-234 {
  height: 234px !important;
}

.br-234 {
  border-radius: 234px !important;
}

.border-234 {
  border: 234px solid !important;
}

.width-234 {
  width: 234px !important;
}

.z-index-234 {
  z-index: 234 !important;
}

.lh-235 {
  line-height: 235px !important;
}

.fs-235 {
  font-size: 235px !important;
}

.height-235 {
  height: 235px !important;
}

.br-235 {
  border-radius: 235px !important;
}

.border-235 {
  border: 235px solid !important;
}

.width-235 {
  width: 235px !important;
}

.z-index-235 {
  z-index: 235 !important;
}

.lh-236 {
  line-height: 236px !important;
}

.fs-236 {
  font-size: 236px !important;
}

.height-236 {
  height: 236px !important;
}

.br-236 {
  border-radius: 236px !important;
}

.border-236 {
  border: 236px solid !important;
}

.width-236 {
  width: 236px !important;
}

.z-index-236 {
  z-index: 236 !important;
}

.lh-237 {
  line-height: 237px !important;
}

.fs-237 {
  font-size: 237px !important;
}

.height-237 {
  height: 237px !important;
}

.br-237 {
  border-radius: 237px !important;
}

.border-237 {
  border: 237px solid !important;
}

.width-237 {
  width: 237px !important;
}

.z-index-237 {
  z-index: 237 !important;
}

.lh-238 {
  line-height: 238px !important;
}

.fs-238 {
  font-size: 238px !important;
}

.height-238 {
  height: 238px !important;
}

.br-238 {
  border-radius: 238px !important;
}

.border-238 {
  border: 238px solid !important;
}

.width-238 {
  width: 238px !important;
}

.z-index-238 {
  z-index: 238 !important;
}

.lh-239 {
  line-height: 239px !important;
}

.fs-239 {
  font-size: 239px !important;
}

.height-239 {
  height: 239px !important;
}

.br-239 {
  border-radius: 239px !important;
}

.border-239 {
  border: 239px solid !important;
}

.width-239 {
  width: 239px !important;
}

.z-index-239 {
  z-index: 239 !important;
}

.lh-240 {
  line-height: 240px !important;
}

.fs-240 {
  font-size: 240px !important;
}

.height-240 {
  height: 240px !important;
}

.br-240 {
  border-radius: 240px !important;
}

.border-240 {
  border: 240px solid !important;
}

.width-240 {
  width: 240px !important;
}

.z-index-240 {
  z-index: 240 !important;
}

.lh-241 {
  line-height: 241px !important;
}

.fs-241 {
  font-size: 241px !important;
}

.height-241 {
  height: 241px !important;
}

.br-241 {
  border-radius: 241px !important;
}

.border-241 {
  border: 241px solid !important;
}

.width-241 {
  width: 241px !important;
}

.z-index-241 {
  z-index: 241 !important;
}

.lh-242 {
  line-height: 242px !important;
}

.fs-242 {
  font-size: 242px !important;
}

.height-242 {
  height: 242px !important;
}

.br-242 {
  border-radius: 242px !important;
}

.border-242 {
  border: 242px solid !important;
}

.width-242 {
  width: 242px !important;
}

.z-index-242 {
  z-index: 242 !important;
}

.lh-243 {
  line-height: 243px !important;
}

.fs-243 {
  font-size: 243px !important;
}

.height-243 {
  height: 243px !important;
}

.br-243 {
  border-radius: 243px !important;
}

.border-243 {
  border: 243px solid !important;
}

.width-243 {
  width: 243px !important;
}

.z-index-243 {
  z-index: 243 !important;
}

.lh-244 {
  line-height: 244px !important;
}

.fs-244 {
  font-size: 244px !important;
}

.height-244 {
  height: 244px !important;
}

.br-244 {
  border-radius: 244px !important;
}

.border-244 {
  border: 244px solid !important;
}

.width-244 {
  width: 244px !important;
}

.z-index-244 {
  z-index: 244 !important;
}

.lh-245 {
  line-height: 245px !important;
}

.fs-245 {
  font-size: 245px !important;
}

.height-245 {
  height: 245px !important;
}

.br-245 {
  border-radius: 245px !important;
}

.border-245 {
  border: 245px solid !important;
}

.width-245 {
  width: 245px !important;
}

.z-index-245 {
  z-index: 245 !important;
}

.lh-246 {
  line-height: 246px !important;
}

.fs-246 {
  font-size: 246px !important;
}

.height-246 {
  height: 246px !important;
}

.br-246 {
  border-radius: 246px !important;
}

.border-246 {
  border: 246px solid !important;
}

.width-246 {
  width: 246px !important;
}

.z-index-246 {
  z-index: 246 !important;
}

.lh-247 {
  line-height: 247px !important;
}

.fs-247 {
  font-size: 247px !important;
}

.height-247 {
  height: 247px !important;
}

.br-247 {
  border-radius: 247px !important;
}

.border-247 {
  border: 247px solid !important;
}

.width-247 {
  width: 247px !important;
}

.z-index-247 {
  z-index: 247 !important;
}

.lh-248 {
  line-height: 248px !important;
}

.fs-248 {
  font-size: 248px !important;
}

.height-248 {
  height: 248px !important;
}

.br-248 {
  border-radius: 248px !important;
}

.border-248 {
  border: 248px solid !important;
}

.width-248 {
  width: 248px !important;
}

.z-index-248 {
  z-index: 248 !important;
}

.lh-249 {
  line-height: 249px !important;
}

.fs-249 {
  font-size: 249px !important;
}

.height-249 {
  height: 249px !important;
}

.br-249 {
  border-radius: 249px !important;
}

.border-249 {
  border: 249px solid !important;
}

.width-249 {
  width: 249px !important;
}

.z-index-249 {
  z-index: 249 !important;
}

.lh-250 {
  line-height: 250px !important;
}

.fs-250 {
  font-size: 250px !important;
}

.height-250 {
  height: 250px !important;
}

.br-250 {
  border-radius: 250px !important;
}

.border-250 {
  border: 250px solid !important;
}

.width-250 {
  width: 250px !important;
}

.z-index-250 {
  z-index: 250 !important;
}

.lh-251 {
  line-height: 251px !important;
}

.fs-251 {
  font-size: 251px !important;
}

.height-251 {
  height: 251px !important;
}

.br-251 {
  border-radius: 251px !important;
}

.border-251 {
  border: 251px solid !important;
}

.width-251 {
  width: 251px !important;
}

.z-index-251 {
  z-index: 251 !important;
}

.lh-252 {
  line-height: 252px !important;
}

.fs-252 {
  font-size: 252px !important;
}

.height-252 {
  height: 252px !important;
}

.br-252 {
  border-radius: 252px !important;
}

.border-252 {
  border: 252px solid !important;
}

.width-252 {
  width: 252px !important;
}

.z-index-252 {
  z-index: 252 !important;
}

.lh-253 {
  line-height: 253px !important;
}

.fs-253 {
  font-size: 253px !important;
}

.height-253 {
  height: 253px !important;
}

.br-253 {
  border-radius: 253px !important;
}

.border-253 {
  border: 253px solid !important;
}

.width-253 {
  width: 253px !important;
}

.z-index-253 {
  z-index: 253 !important;
}

.lh-254 {
  line-height: 254px !important;
}

.fs-254 {
  font-size: 254px !important;
}

.height-254 {
  height: 254px !important;
}

.br-254 {
  border-radius: 254px !important;
}

.border-254 {
  border: 254px solid !important;
}

.width-254 {
  width: 254px !important;
}

.z-index-254 {
  z-index: 254 !important;
}

.lh-255 {
  line-height: 255px !important;
}

.fs-255 {
  font-size: 255px !important;
}

.height-255 {
  height: 255px !important;
}

.br-255 {
  border-radius: 255px !important;
}

.border-255 {
  border: 255px solid !important;
}

.width-255 {
  width: 255px !important;
}

.z-index-255 {
  z-index: 255 !important;
}

.lh-256 {
  line-height: 256px !important;
}

.fs-256 {
  font-size: 256px !important;
}

.height-256 {
  height: 256px !important;
}

.br-256 {
  border-radius: 256px !important;
}

.border-256 {
  border: 256px solid !important;
}

.width-256 {
  width: 256px !important;
}

.z-index-256 {
  z-index: 256 !important;
}

.lh-257 {
  line-height: 257px !important;
}

.fs-257 {
  font-size: 257px !important;
}

.height-257 {
  height: 257px !important;
}

.br-257 {
  border-radius: 257px !important;
}

.border-257 {
  border: 257px solid !important;
}

.width-257 {
  width: 257px !important;
}

.z-index-257 {
  z-index: 257 !important;
}

.lh-258 {
  line-height: 258px !important;
}

.fs-258 {
  font-size: 258px !important;
}

.height-258 {
  height: 258px !important;
}

.br-258 {
  border-radius: 258px !important;
}

.border-258 {
  border: 258px solid !important;
}

.width-258 {
  width: 258px !important;
}

.z-index-258 {
  z-index: 258 !important;
}

.lh-259 {
  line-height: 259px !important;
}

.fs-259 {
  font-size: 259px !important;
}

.height-259 {
  height: 259px !important;
}

.br-259 {
  border-radius: 259px !important;
}

.border-259 {
  border: 259px solid !important;
}

.width-259 {
  width: 259px !important;
}

.z-index-259 {
  z-index: 259 !important;
}

.lh-260 {
  line-height: 260px !important;
}

.fs-260 {
  font-size: 260px !important;
}

.height-260 {
  height: 260px !important;
}

.br-260 {
  border-radius: 260px !important;
}

.border-260 {
  border: 260px solid !important;
}

.width-260 {
  width: 260px !important;
}

.z-index-260 {
  z-index: 260 !important;
}

.lh-261 {
  line-height: 261px !important;
}

.fs-261 {
  font-size: 261px !important;
}

.height-261 {
  height: 261px !important;
}

.br-261 {
  border-radius: 261px !important;
}

.border-261 {
  border: 261px solid !important;
}

.width-261 {
  width: 261px !important;
}

.z-index-261 {
  z-index: 261 !important;
}

.lh-262 {
  line-height: 262px !important;
}

.fs-262 {
  font-size: 262px !important;
}

.height-262 {
  height: 262px !important;
}

.br-262 {
  border-radius: 262px !important;
}

.border-262 {
  border: 262px solid !important;
}

.width-262 {
  width: 262px !important;
}

.z-index-262 {
  z-index: 262 !important;
}

.lh-263 {
  line-height: 263px !important;
}

.fs-263 {
  font-size: 263px !important;
}

.height-263 {
  height: 263px !important;
}

.br-263 {
  border-radius: 263px !important;
}

.border-263 {
  border: 263px solid !important;
}

.width-263 {
  width: 263px !important;
}

.z-index-263 {
  z-index: 263 !important;
}

.lh-264 {
  line-height: 264px !important;
}

.fs-264 {
  font-size: 264px !important;
}

.height-264 {
  height: 264px !important;
}

.br-264 {
  border-radius: 264px !important;
}

.border-264 {
  border: 264px solid !important;
}

.width-264 {
  width: 264px !important;
}

.z-index-264 {
  z-index: 264 !important;
}

.lh-265 {
  line-height: 265px !important;
}

.fs-265 {
  font-size: 265px !important;
}

.height-265 {
  height: 265px !important;
}

.br-265 {
  border-radius: 265px !important;
}

.border-265 {
  border: 265px solid !important;
}

.width-265 {
  width: 265px !important;
}

.z-index-265 {
  z-index: 265 !important;
}

.lh-266 {
  line-height: 266px !important;
}

.fs-266 {
  font-size: 266px !important;
}

.height-266 {
  height: 266px !important;
}

.br-266 {
  border-radius: 266px !important;
}

.border-266 {
  border: 266px solid !important;
}

.width-266 {
  width: 266px !important;
}

.z-index-266 {
  z-index: 266 !important;
}

.lh-267 {
  line-height: 267px !important;
}

.fs-267 {
  font-size: 267px !important;
}

.height-267 {
  height: 267px !important;
}

.br-267 {
  border-radius: 267px !important;
}

.border-267 {
  border: 267px solid !important;
}

.width-267 {
  width: 267px !important;
}

.z-index-267 {
  z-index: 267 !important;
}

.lh-268 {
  line-height: 268px !important;
}

.fs-268 {
  font-size: 268px !important;
}

.height-268 {
  height: 268px !important;
}

.br-268 {
  border-radius: 268px !important;
}

.border-268 {
  border: 268px solid !important;
}

.width-268 {
  width: 268px !important;
}

.z-index-268 {
  z-index: 268 !important;
}

.lh-269 {
  line-height: 269px !important;
}

.fs-269 {
  font-size: 269px !important;
}

.height-269 {
  height: 269px !important;
}

.br-269 {
  border-radius: 269px !important;
}

.border-269 {
  border: 269px solid !important;
}

.width-269 {
  width: 269px !important;
}

.z-index-269 {
  z-index: 269 !important;
}

.lh-270 {
  line-height: 270px !important;
}

.fs-270 {
  font-size: 270px !important;
}

.height-270 {
  height: 270px !important;
}

.br-270 {
  border-radius: 270px !important;
}

.border-270 {
  border: 270px solid !important;
}

.width-270 {
  width: 270px !important;
}

.z-index-270 {
  z-index: 270 !important;
}

.lh-271 {
  line-height: 271px !important;
}

.fs-271 {
  font-size: 271px !important;
}

.height-271 {
  height: 271px !important;
}

.br-271 {
  border-radius: 271px !important;
}

.border-271 {
  border: 271px solid !important;
}

.width-271 {
  width: 271px !important;
}

.z-index-271 {
  z-index: 271 !important;
}

.lh-272 {
  line-height: 272px !important;
}

.fs-272 {
  font-size: 272px !important;
}

.height-272 {
  height: 272px !important;
}

.br-272 {
  border-radius: 272px !important;
}

.border-272 {
  border: 272px solid !important;
}

.width-272 {
  width: 272px !important;
}

.z-index-272 {
  z-index: 272 !important;
}

.lh-273 {
  line-height: 273px !important;
}

.fs-273 {
  font-size: 273px !important;
}

.height-273 {
  height: 273px !important;
}

.br-273 {
  border-radius: 273px !important;
}

.border-273 {
  border: 273px solid !important;
}

.width-273 {
  width: 273px !important;
}

.z-index-273 {
  z-index: 273 !important;
}

.lh-274 {
  line-height: 274px !important;
}

.fs-274 {
  font-size: 274px !important;
}

.height-274 {
  height: 274px !important;
}

.br-274 {
  border-radius: 274px !important;
}

.border-274 {
  border: 274px solid !important;
}

.width-274 {
  width: 274px !important;
}

.z-index-274 {
  z-index: 274 !important;
}

.lh-275 {
  line-height: 275px !important;
}

.fs-275 {
  font-size: 275px !important;
}

.height-275 {
  height: 275px !important;
}

.br-275 {
  border-radius: 275px !important;
}

.border-275 {
  border: 275px solid !important;
}

.width-275 {
  width: 275px !important;
}

.z-index-275 {
  z-index: 275 !important;
}

.lh-276 {
  line-height: 276px !important;
}

.fs-276 {
  font-size: 276px !important;
}

.height-276 {
  height: 276px !important;
}

.br-276 {
  border-radius: 276px !important;
}

.border-276 {
  border: 276px solid !important;
}

.width-276 {
  width: 276px !important;
}

.z-index-276 {
  z-index: 276 !important;
}

.lh-277 {
  line-height: 277px !important;
}

.fs-277 {
  font-size: 277px !important;
}

.height-277 {
  height: 277px !important;
}

.br-277 {
  border-radius: 277px !important;
}

.border-277 {
  border: 277px solid !important;
}

.width-277 {
  width: 277px !important;
}

.z-index-277 {
  z-index: 277 !important;
}

.lh-278 {
  line-height: 278px !important;
}

.fs-278 {
  font-size: 278px !important;
}

.height-278 {
  height: 278px !important;
}

.br-278 {
  border-radius: 278px !important;
}

.border-278 {
  border: 278px solid !important;
}

.width-278 {
  width: 278px !important;
}

.z-index-278 {
  z-index: 278 !important;
}

.lh-279 {
  line-height: 279px !important;
}

.fs-279 {
  font-size: 279px !important;
}

.height-279 {
  height: 279px !important;
}

.br-279 {
  border-radius: 279px !important;
}

.border-279 {
  border: 279px solid !important;
}

.width-279 {
  width: 279px !important;
}

.z-index-279 {
  z-index: 279 !important;
}

.lh-280 {
  line-height: 280px !important;
}

.fs-280 {
  font-size: 280px !important;
}

.height-280 {
  height: 280px !important;
}

.br-280 {
  border-radius: 280px !important;
}

.border-280 {
  border: 280px solid !important;
}

.width-280 {
  width: 280px !important;
}

.z-index-280 {
  z-index: 280 !important;
}

.lh-281 {
  line-height: 281px !important;
}

.fs-281 {
  font-size: 281px !important;
}

.height-281 {
  height: 281px !important;
}

.br-281 {
  border-radius: 281px !important;
}

.border-281 {
  border: 281px solid !important;
}

.width-281 {
  width: 281px !important;
}

.z-index-281 {
  z-index: 281 !important;
}

.lh-282 {
  line-height: 282px !important;
}

.fs-282 {
  font-size: 282px !important;
}

.height-282 {
  height: 282px !important;
}

.br-282 {
  border-radius: 282px !important;
}

.border-282 {
  border: 282px solid !important;
}

.width-282 {
  width: 282px !important;
}

.z-index-282 {
  z-index: 282 !important;
}

.lh-283 {
  line-height: 283px !important;
}

.fs-283 {
  font-size: 283px !important;
}

.height-283 {
  height: 283px !important;
}

.br-283 {
  border-radius: 283px !important;
}

.border-283 {
  border: 283px solid !important;
}

.width-283 {
  width: 283px !important;
}

.z-index-283 {
  z-index: 283 !important;
}

.lh-284 {
  line-height: 284px !important;
}

.fs-284 {
  font-size: 284px !important;
}

.height-284 {
  height: 284px !important;
}

.br-284 {
  border-radius: 284px !important;
}

.border-284 {
  border: 284px solid !important;
}

.width-284 {
  width: 284px !important;
}

.z-index-284 {
  z-index: 284 !important;
}

.lh-285 {
  line-height: 285px !important;
}

.fs-285 {
  font-size: 285px !important;
}

.height-285 {
  height: 285px !important;
}

.br-285 {
  border-radius: 285px !important;
}

.border-285 {
  border: 285px solid !important;
}

.width-285 {
  width: 285px !important;
}

.z-index-285 {
  z-index: 285 !important;
}

.lh-286 {
  line-height: 286px !important;
}

.fs-286 {
  font-size: 286px !important;
}

.height-286 {
  height: 286px !important;
}

.br-286 {
  border-radius: 286px !important;
}

.border-286 {
  border: 286px solid !important;
}

.width-286 {
  width: 286px !important;
}

.z-index-286 {
  z-index: 286 !important;
}

.lh-287 {
  line-height: 287px !important;
}

.fs-287 {
  font-size: 287px !important;
}

.height-287 {
  height: 287px !important;
}

.br-287 {
  border-radius: 287px !important;
}

.border-287 {
  border: 287px solid !important;
}

.width-287 {
  width: 287px !important;
}

.z-index-287 {
  z-index: 287 !important;
}

.lh-288 {
  line-height: 288px !important;
}

.fs-288 {
  font-size: 288px !important;
}

.height-288 {
  height: 288px !important;
}

.br-288 {
  border-radius: 288px !important;
}

.border-288 {
  border: 288px solid !important;
}

.width-288 {
  width: 288px !important;
}

.z-index-288 {
  z-index: 288 !important;
}

.lh-289 {
  line-height: 289px !important;
}

.fs-289 {
  font-size: 289px !important;
}

.height-289 {
  height: 289px !important;
}

.br-289 {
  border-radius: 289px !important;
}

.border-289 {
  border: 289px solid !important;
}

.width-289 {
  width: 289px !important;
}

.z-index-289 {
  z-index: 289 !important;
}

.lh-290 {
  line-height: 290px !important;
}

.fs-290 {
  font-size: 290px !important;
}

.height-290 {
  height: 290px !important;
}

.br-290 {
  border-radius: 290px !important;
}

.border-290 {
  border: 290px solid !important;
}

.width-290 {
  width: 290px !important;
}

.z-index-290 {
  z-index: 290 !important;
}

.lh-291 {
  line-height: 291px !important;
}

.fs-291 {
  font-size: 291px !important;
}

.height-291 {
  height: 291px !important;
}

.br-291 {
  border-radius: 291px !important;
}

.border-291 {
  border: 291px solid !important;
}

.width-291 {
  width: 291px !important;
}

.z-index-291 {
  z-index: 291 !important;
}

.lh-292 {
  line-height: 292px !important;
}

.fs-292 {
  font-size: 292px !important;
}

.height-292 {
  height: 292px !important;
}

.br-292 {
  border-radius: 292px !important;
}

.border-292 {
  border: 292px solid !important;
}

.width-292 {
  width: 292px !important;
}

.z-index-292 {
  z-index: 292 !important;
}

.lh-293 {
  line-height: 293px !important;
}

.fs-293 {
  font-size: 293px !important;
}

.height-293 {
  height: 293px !important;
}

.br-293 {
  border-radius: 293px !important;
}

.border-293 {
  border: 293px solid !important;
}

.width-293 {
  width: 293px !important;
}

.z-index-293 {
  z-index: 293 !important;
}

.lh-294 {
  line-height: 294px !important;
}

.fs-294 {
  font-size: 294px !important;
}

.height-294 {
  height: 294px !important;
}

.br-294 {
  border-radius: 294px !important;
}

.border-294 {
  border: 294px solid !important;
}

.width-294 {
  width: 294px !important;
}

.z-index-294 {
  z-index: 294 !important;
}

.lh-295 {
  line-height: 295px !important;
}

.fs-295 {
  font-size: 295px !important;
}

.height-295 {
  height: 295px !important;
}

.br-295 {
  border-radius: 295px !important;
}

.border-295 {
  border: 295px solid !important;
}

.width-295 {
  width: 295px !important;
}

.z-index-295 {
  z-index: 295 !important;
}

.lh-296 {
  line-height: 296px !important;
}

.fs-296 {
  font-size: 296px !important;
}

.height-296 {
  height: 296px !important;
}

.br-296 {
  border-radius: 296px !important;
}

.border-296 {
  border: 296px solid !important;
}

.width-296 {
  width: 296px !important;
}

.z-index-296 {
  z-index: 296 !important;
}

.lh-297 {
  line-height: 297px !important;
}

.fs-297 {
  font-size: 297px !important;
}

.height-297 {
  height: 297px !important;
}

.br-297 {
  border-radius: 297px !important;
}

.border-297 {
  border: 297px solid !important;
}

.width-297 {
  width: 297px !important;
}

.z-index-297 {
  z-index: 297 !important;
}

.lh-298 {
  line-height: 298px !important;
}

.fs-298 {
  font-size: 298px !important;
}

.height-298 {
  height: 298px !important;
}

.br-298 {
  border-radius: 298px !important;
}

.border-298 {
  border: 298px solid !important;
}

.width-298 {
  width: 298px !important;
}

.z-index-298 {
  z-index: 298 !important;
}

.lh-299 {
  line-height: 299px !important;
}

.fs-299 {
  font-size: 299px !important;
}

.height-299 {
  height: 299px !important;
}

.br-299 {
  border-radius: 299px !important;
}

.border-299 {
  border: 299px solid !important;
}

.width-299 {
  width: 299px !important;
}

.z-index-299 {
  z-index: 299 !important;
}

.lh-300 {
  line-height: 300px !important;
}

.fs-300 {
  font-size: 300px !important;
}

.height-300 {
  height: 300px !important;
}

.br-300 {
  border-radius: 300px !important;
}

.border-300 {
  border: 300px solid !important;
}

.width-300 {
  width: 300px !important;
}

.z-index-300 {
  z-index: 300 !important;
}

.lh-301 {
  line-height: 301px !important;
}

.fs-301 {
  font-size: 301px !important;
}

.height-301 {
  height: 301px !important;
}

.br-301 {
  border-radius: 301px !important;
}

.border-301 {
  border: 301px solid !important;
}

.width-301 {
  width: 301px !important;
}

.z-index-301 {
  z-index: 301 !important;
}

.lh-302 {
  line-height: 302px !important;
}

.fs-302 {
  font-size: 302px !important;
}

.height-302 {
  height: 302px !important;
}

.br-302 {
  border-radius: 302px !important;
}

.border-302 {
  border: 302px solid !important;
}

.width-302 {
  width: 302px !important;
}

.z-index-302 {
  z-index: 302 !important;
}

.lh-303 {
  line-height: 303px !important;
}

.fs-303 {
  font-size: 303px !important;
}

.height-303 {
  height: 303px !important;
}

.br-303 {
  border-radius: 303px !important;
}

.border-303 {
  border: 303px solid !important;
}

.width-303 {
  width: 303px !important;
}

.z-index-303 {
  z-index: 303 !important;
}

.lh-304 {
  line-height: 304px !important;
}

.fs-304 {
  font-size: 304px !important;
}

.height-304 {
  height: 304px !important;
}

.br-304 {
  border-radius: 304px !important;
}

.border-304 {
  border: 304px solid !important;
}

.width-304 {
  width: 304px !important;
}

.z-index-304 {
  z-index: 304 !important;
}

.lh-305 {
  line-height: 305px !important;
}

.fs-305 {
  font-size: 305px !important;
}

.height-305 {
  height: 305px !important;
}

.br-305 {
  border-radius: 305px !important;
}

.border-305 {
  border: 305px solid !important;
}

.width-305 {
  width: 305px !important;
}

.z-index-305 {
  z-index: 305 !important;
}

.lh-306 {
  line-height: 306px !important;
}

.fs-306 {
  font-size: 306px !important;
}

.height-306 {
  height: 306px !important;
}

.br-306 {
  border-radius: 306px !important;
}

.border-306 {
  border: 306px solid !important;
}

.width-306 {
  width: 306px !important;
}

.z-index-306 {
  z-index: 306 !important;
}

.lh-307 {
  line-height: 307px !important;
}

.fs-307 {
  font-size: 307px !important;
}

.height-307 {
  height: 307px !important;
}

.br-307 {
  border-radius: 307px !important;
}

.border-307 {
  border: 307px solid !important;
}

.width-307 {
  width: 307px !important;
}

.z-index-307 {
  z-index: 307 !important;
}

.lh-308 {
  line-height: 308px !important;
}

.fs-308 {
  font-size: 308px !important;
}

.height-308 {
  height: 308px !important;
}

.br-308 {
  border-radius: 308px !important;
}

.border-308 {
  border: 308px solid !important;
}

.width-308 {
  width: 308px !important;
}

.z-index-308 {
  z-index: 308 !important;
}

.lh-309 {
  line-height: 309px !important;
}

.fs-309 {
  font-size: 309px !important;
}

.height-309 {
  height: 309px !important;
}

.br-309 {
  border-radius: 309px !important;
}

.border-309 {
  border: 309px solid !important;
}

.width-309 {
  width: 309px !important;
}

.z-index-309 {
  z-index: 309 !important;
}

.lh-310 {
  line-height: 310px !important;
}

.fs-310 {
  font-size: 310px !important;
}

.height-310 {
  height: 310px !important;
}

.br-310 {
  border-radius: 310px !important;
}

.border-310 {
  border: 310px solid !important;
}

.width-310 {
  width: 310px !important;
}

.z-index-310 {
  z-index: 310 !important;
}

.lh-311 {
  line-height: 311px !important;
}

.fs-311 {
  font-size: 311px !important;
}

.height-311 {
  height: 311px !important;
}

.br-311 {
  border-radius: 311px !important;
}

.border-311 {
  border: 311px solid !important;
}

.width-311 {
  width: 311px !important;
}

.z-index-311 {
  z-index: 311 !important;
}

.lh-312 {
  line-height: 312px !important;
}

.fs-312 {
  font-size: 312px !important;
}

.height-312 {
  height: 312px !important;
}

.br-312 {
  border-radius: 312px !important;
}

.border-312 {
  border: 312px solid !important;
}

.width-312 {
  width: 312px !important;
}

.z-index-312 {
  z-index: 312 !important;
}

.lh-313 {
  line-height: 313px !important;
}

.fs-313 {
  font-size: 313px !important;
}

.height-313 {
  height: 313px !important;
}

.br-313 {
  border-radius: 313px !important;
}

.border-313 {
  border: 313px solid !important;
}

.width-313 {
  width: 313px !important;
}

.z-index-313 {
  z-index: 313 !important;
}

.lh-314 {
  line-height: 314px !important;
}

.fs-314 {
  font-size: 314px !important;
}

.height-314 {
  height: 314px !important;
}

.br-314 {
  border-radius: 314px !important;
}

.border-314 {
  border: 314px solid !important;
}

.width-314 {
  width: 314px !important;
}

.z-index-314 {
  z-index: 314 !important;
}

.lh-315 {
  line-height: 315px !important;
}

.fs-315 {
  font-size: 315px !important;
}

.height-315 {
  height: 315px !important;
}

.br-315 {
  border-radius: 315px !important;
}

.border-315 {
  border: 315px solid !important;
}

.width-315 {
  width: 315px !important;
}

.z-index-315 {
  z-index: 315 !important;
}

.lh-316 {
  line-height: 316px !important;
}

.fs-316 {
  font-size: 316px !important;
}

.height-316 {
  height: 316px !important;
}

.br-316 {
  border-radius: 316px !important;
}

.border-316 {
  border: 316px solid !important;
}

.width-316 {
  width: 316px !important;
}

.z-index-316 {
  z-index: 316 !important;
}

.lh-317 {
  line-height: 317px !important;
}

.fs-317 {
  font-size: 317px !important;
}

.height-317 {
  height: 317px !important;
}

.br-317 {
  border-radius: 317px !important;
}

.border-317 {
  border: 317px solid !important;
}

.width-317 {
  width: 317px !important;
}

.z-index-317 {
  z-index: 317 !important;
}

.lh-318 {
  line-height: 318px !important;
}

.fs-318 {
  font-size: 318px !important;
}

.height-318 {
  height: 318px !important;
}

.br-318 {
  border-radius: 318px !important;
}

.border-318 {
  border: 318px solid !important;
}

.width-318 {
  width: 318px !important;
}

.z-index-318 {
  z-index: 318 !important;
}

.lh-319 {
  line-height: 319px !important;
}

.fs-319 {
  font-size: 319px !important;
}

.height-319 {
  height: 319px !important;
}

.br-319 {
  border-radius: 319px !important;
}

.border-319 {
  border: 319px solid !important;
}

.width-319 {
  width: 319px !important;
}

.z-index-319 {
  z-index: 319 !important;
}

.lh-320 {
  line-height: 320px !important;
}

.fs-320 {
  font-size: 320px !important;
}

.height-320 {
  height: 320px !important;
}

.br-320 {
  border-radius: 320px !important;
}

.border-320 {
  border: 320px solid !important;
}

.width-320 {
  width: 320px !important;
}

.z-index-320 {
  z-index: 320 !important;
}

.lh-321 {
  line-height: 321px !important;
}

.fs-321 {
  font-size: 321px !important;
}

.height-321 {
  height: 321px !important;
}

.br-321 {
  border-radius: 321px !important;
}

.border-321 {
  border: 321px solid !important;
}

.width-321 {
  width: 321px !important;
}

.z-index-321 {
  z-index: 321 !important;
}

.lh-322 {
  line-height: 322px !important;
}

.fs-322 {
  font-size: 322px !important;
}

.height-322 {
  height: 322px !important;
}

.br-322 {
  border-radius: 322px !important;
}

.border-322 {
  border: 322px solid !important;
}

.width-322 {
  width: 322px !important;
}

.z-index-322 {
  z-index: 322 !important;
}

.lh-323 {
  line-height: 323px !important;
}

.fs-323 {
  font-size: 323px !important;
}

.height-323 {
  height: 323px !important;
}

.br-323 {
  border-radius: 323px !important;
}

.border-323 {
  border: 323px solid !important;
}

.width-323 {
  width: 323px !important;
}

.z-index-323 {
  z-index: 323 !important;
}

.lh-324 {
  line-height: 324px !important;
}

.fs-324 {
  font-size: 324px !important;
}

.height-324 {
  height: 324px !important;
}

.br-324 {
  border-radius: 324px !important;
}

.border-324 {
  border: 324px solid !important;
}

.width-324 {
  width: 324px !important;
}

.z-index-324 {
  z-index: 324 !important;
}

.lh-325 {
  line-height: 325px !important;
}

.fs-325 {
  font-size: 325px !important;
}

.height-325 {
  height: 325px !important;
}

.br-325 {
  border-radius: 325px !important;
}

.border-325 {
  border: 325px solid !important;
}

.width-325 {
  width: 325px !important;
}

.z-index-325 {
  z-index: 325 !important;
}

.lh-326 {
  line-height: 326px !important;
}

.fs-326 {
  font-size: 326px !important;
}

.height-326 {
  height: 326px !important;
}

.br-326 {
  border-radius: 326px !important;
}

.border-326 {
  border: 326px solid !important;
}

.width-326 {
  width: 326px !important;
}

.z-index-326 {
  z-index: 326 !important;
}

.lh-327 {
  line-height: 327px !important;
}

.fs-327 {
  font-size: 327px !important;
}

.height-327 {
  height: 327px !important;
}

.br-327 {
  border-radius: 327px !important;
}

.border-327 {
  border: 327px solid !important;
}

.width-327 {
  width: 327px !important;
}

.z-index-327 {
  z-index: 327 !important;
}

.lh-328 {
  line-height: 328px !important;
}

.fs-328 {
  font-size: 328px !important;
}

.height-328 {
  height: 328px !important;
}

.br-328 {
  border-radius: 328px !important;
}

.border-328 {
  border: 328px solid !important;
}

.width-328 {
  width: 328px !important;
}

.z-index-328 {
  z-index: 328 !important;
}

.lh-329 {
  line-height: 329px !important;
}

.fs-329 {
  font-size: 329px !important;
}

.height-329 {
  height: 329px !important;
}

.br-329 {
  border-radius: 329px !important;
}

.border-329 {
  border: 329px solid !important;
}

.width-329 {
  width: 329px !important;
}

.z-index-329 {
  z-index: 329 !important;
}

.lh-330 {
  line-height: 330px !important;
}

.fs-330 {
  font-size: 330px !important;
}

.height-330 {
  height: 330px !important;
}

.br-330 {
  border-radius: 330px !important;
}

.border-330 {
  border: 330px solid !important;
}

.width-330 {
  width: 330px !important;
}

.z-index-330 {
  z-index: 330 !important;
}

.lh-331 {
  line-height: 331px !important;
}

.fs-331 {
  font-size: 331px !important;
}

.height-331 {
  height: 331px !important;
}

.br-331 {
  border-radius: 331px !important;
}

.border-331 {
  border: 331px solid !important;
}

.width-331 {
  width: 331px !important;
}

.z-index-331 {
  z-index: 331 !important;
}

.lh-332 {
  line-height: 332px !important;
}

.fs-332 {
  font-size: 332px !important;
}

.height-332 {
  height: 332px !important;
}

.br-332 {
  border-radius: 332px !important;
}

.border-332 {
  border: 332px solid !important;
}

.width-332 {
  width: 332px !important;
}

.z-index-332 {
  z-index: 332 !important;
}

.lh-333 {
  line-height: 333px !important;
}

.fs-333 {
  font-size: 333px !important;
}

.height-333 {
  height: 333px !important;
}

.br-333 {
  border-radius: 333px !important;
}

.border-333 {
  border: 333px solid !important;
}

.width-333 {
  width: 333px !important;
}

.z-index-333 {
  z-index: 333 !important;
}

.lh-334 {
  line-height: 334px !important;
}

.fs-334 {
  font-size: 334px !important;
}

.height-334 {
  height: 334px !important;
}

.br-334 {
  border-radius: 334px !important;
}

.border-334 {
  border: 334px solid !important;
}

.width-334 {
  width: 334px !important;
}

.z-index-334 {
  z-index: 334 !important;
}

.lh-335 {
  line-height: 335px !important;
}

.fs-335 {
  font-size: 335px !important;
}

.height-335 {
  height: 335px !important;
}

.br-335 {
  border-radius: 335px !important;
}

.border-335 {
  border: 335px solid !important;
}

.width-335 {
  width: 335px !important;
}

.z-index-335 {
  z-index: 335 !important;
}

.lh-336 {
  line-height: 336px !important;
}

.fs-336 {
  font-size: 336px !important;
}

.height-336 {
  height: 336px !important;
}

.br-336 {
  border-radius: 336px !important;
}

.border-336 {
  border: 336px solid !important;
}

.width-336 {
  width: 336px !important;
}

.z-index-336 {
  z-index: 336 !important;
}

.lh-337 {
  line-height: 337px !important;
}

.fs-337 {
  font-size: 337px !important;
}

.height-337 {
  height: 337px !important;
}

.br-337 {
  border-radius: 337px !important;
}

.border-337 {
  border: 337px solid !important;
}

.width-337 {
  width: 337px !important;
}

.z-index-337 {
  z-index: 337 !important;
}

.lh-338 {
  line-height: 338px !important;
}

.fs-338 {
  font-size: 338px !important;
}

.height-338 {
  height: 338px !important;
}

.br-338 {
  border-radius: 338px !important;
}

.border-338 {
  border: 338px solid !important;
}

.width-338 {
  width: 338px !important;
}

.z-index-338 {
  z-index: 338 !important;
}

.lh-339 {
  line-height: 339px !important;
}

.fs-339 {
  font-size: 339px !important;
}

.height-339 {
  height: 339px !important;
}

.br-339 {
  border-radius: 339px !important;
}

.border-339 {
  border: 339px solid !important;
}

.width-339 {
  width: 339px !important;
}

.z-index-339 {
  z-index: 339 !important;
}

.lh-340 {
  line-height: 340px !important;
}

.fs-340 {
  font-size: 340px !important;
}

.height-340 {
  height: 340px !important;
}

.br-340 {
  border-radius: 340px !important;
}

.border-340 {
  border: 340px solid !important;
}

.width-340 {
  width: 340px !important;
}

.z-index-340 {
  z-index: 340 !important;
}

.lh-341 {
  line-height: 341px !important;
}

.fs-341 {
  font-size: 341px !important;
}

.height-341 {
  height: 341px !important;
}

.br-341 {
  border-radius: 341px !important;
}

.border-341 {
  border: 341px solid !important;
}

.width-341 {
  width: 341px !important;
}

.z-index-341 {
  z-index: 341 !important;
}

.lh-342 {
  line-height: 342px !important;
}

.fs-342 {
  font-size: 342px !important;
}

.height-342 {
  height: 342px !important;
}

.br-342 {
  border-radius: 342px !important;
}

.border-342 {
  border: 342px solid !important;
}

.width-342 {
  width: 342px !important;
}

.z-index-342 {
  z-index: 342 !important;
}

.lh-343 {
  line-height: 343px !important;
}

.fs-343 {
  font-size: 343px !important;
}

.height-343 {
  height: 343px !important;
}

.br-343 {
  border-radius: 343px !important;
}

.border-343 {
  border: 343px solid !important;
}

.width-343 {
  width: 343px !important;
}

.z-index-343 {
  z-index: 343 !important;
}

.lh-344 {
  line-height: 344px !important;
}

.fs-344 {
  font-size: 344px !important;
}

.height-344 {
  height: 344px !important;
}

.br-344 {
  border-radius: 344px !important;
}

.border-344 {
  border: 344px solid !important;
}

.width-344 {
  width: 344px !important;
}

.z-index-344 {
  z-index: 344 !important;
}

.lh-345 {
  line-height: 345px !important;
}

.fs-345 {
  font-size: 345px !important;
}

.height-345 {
  height: 345px !important;
}

.br-345 {
  border-radius: 345px !important;
}

.border-345 {
  border: 345px solid !important;
}

.width-345 {
  width: 345px !important;
}

.z-index-345 {
  z-index: 345 !important;
}

.lh-346 {
  line-height: 346px !important;
}

.fs-346 {
  font-size: 346px !important;
}

.height-346 {
  height: 346px !important;
}

.br-346 {
  border-radius: 346px !important;
}

.border-346 {
  border: 346px solid !important;
}

.width-346 {
  width: 346px !important;
}

.z-index-346 {
  z-index: 346 !important;
}

.lh-347 {
  line-height: 347px !important;
}

.fs-347 {
  font-size: 347px !important;
}

.height-347 {
  height: 347px !important;
}

.br-347 {
  border-radius: 347px !important;
}

.border-347 {
  border: 347px solid !important;
}

.width-347 {
  width: 347px !important;
}

.z-index-347 {
  z-index: 347 !important;
}

.lh-348 {
  line-height: 348px !important;
}

.fs-348 {
  font-size: 348px !important;
}

.height-348 {
  height: 348px !important;
}

.br-348 {
  border-radius: 348px !important;
}

.border-348 {
  border: 348px solid !important;
}

.width-348 {
  width: 348px !important;
}

.z-index-348 {
  z-index: 348 !important;
}

.lh-349 {
  line-height: 349px !important;
}

.fs-349 {
  font-size: 349px !important;
}

.height-349 {
  height: 349px !important;
}

.br-349 {
  border-radius: 349px !important;
}

.border-349 {
  border: 349px solid !important;
}

.width-349 {
  width: 349px !important;
}

.z-index-349 {
  z-index: 349 !important;
}

.lh-350 {
  line-height: 350px !important;
}

.fs-350 {
  font-size: 350px !important;
}

.height-350 {
  height: 350px !important;
}

.br-350 {
  border-radius: 350px !important;
}

.border-350 {
  border: 350px solid !important;
}

.width-350 {
  width: 350px !important;
}

.z-index-350 {
  z-index: 350 !important;
}

.lh-351 {
  line-height: 351px !important;
}

.fs-351 {
  font-size: 351px !important;
}

.height-351 {
  height: 351px !important;
}

.br-351 {
  border-radius: 351px !important;
}

.border-351 {
  border: 351px solid !important;
}

.width-351 {
  width: 351px !important;
}

.z-index-351 {
  z-index: 351 !important;
}

.lh-352 {
  line-height: 352px !important;
}

.fs-352 {
  font-size: 352px !important;
}

.height-352 {
  height: 352px !important;
}

.br-352 {
  border-radius: 352px !important;
}

.border-352 {
  border: 352px solid !important;
}

.width-352 {
  width: 352px !important;
}

.z-index-352 {
  z-index: 352 !important;
}

.lh-353 {
  line-height: 353px !important;
}

.fs-353 {
  font-size: 353px !important;
}

.height-353 {
  height: 353px !important;
}

.br-353 {
  border-radius: 353px !important;
}

.border-353 {
  border: 353px solid !important;
}

.width-353 {
  width: 353px !important;
}

.z-index-353 {
  z-index: 353 !important;
}

.lh-354 {
  line-height: 354px !important;
}

.fs-354 {
  font-size: 354px !important;
}

.height-354 {
  height: 354px !important;
}

.br-354 {
  border-radius: 354px !important;
}

.border-354 {
  border: 354px solid !important;
}

.width-354 {
  width: 354px !important;
}

.z-index-354 {
  z-index: 354 !important;
}

.lh-355 {
  line-height: 355px !important;
}

.fs-355 {
  font-size: 355px !important;
}

.height-355 {
  height: 355px !important;
}

.br-355 {
  border-radius: 355px !important;
}

.border-355 {
  border: 355px solid !important;
}

.width-355 {
  width: 355px !important;
}

.z-index-355 {
  z-index: 355 !important;
}

.lh-356 {
  line-height: 356px !important;
}

.fs-356 {
  font-size: 356px !important;
}

.height-356 {
  height: 356px !important;
}

.br-356 {
  border-radius: 356px !important;
}

.border-356 {
  border: 356px solid !important;
}

.width-356 {
  width: 356px !important;
}

.z-index-356 {
  z-index: 356 !important;
}

.lh-357 {
  line-height: 357px !important;
}

.fs-357 {
  font-size: 357px !important;
}

.height-357 {
  height: 357px !important;
}

.br-357 {
  border-radius: 357px !important;
}

.border-357 {
  border: 357px solid !important;
}

.width-357 {
  width: 357px !important;
}

.z-index-357 {
  z-index: 357 !important;
}

.lh-358 {
  line-height: 358px !important;
}

.fs-358 {
  font-size: 358px !important;
}

.height-358 {
  height: 358px !important;
}

.br-358 {
  border-radius: 358px !important;
}

.border-358 {
  border: 358px solid !important;
}

.width-358 {
  width: 358px !important;
}

.z-index-358 {
  z-index: 358 !important;
}

.lh-359 {
  line-height: 359px !important;
}

.fs-359 {
  font-size: 359px !important;
}

.height-359 {
  height: 359px !important;
}

.br-359 {
  border-radius: 359px !important;
}

.border-359 {
  border: 359px solid !important;
}

.width-359 {
  width: 359px !important;
}

.z-index-359 {
  z-index: 359 !important;
}

.lh-360 {
  line-height: 360px !important;
}

.fs-360 {
  font-size: 360px !important;
}

.height-360 {
  height: 360px !important;
}

.br-360 {
  border-radius: 360px !important;
}

.border-360 {
  border: 360px solid !important;
}

.width-360 {
  width: 360px !important;
}

.z-index-360 {
  z-index: 360 !important;
}

.lh-361 {
  line-height: 361px !important;
}

.fs-361 {
  font-size: 361px !important;
}

.height-361 {
  height: 361px !important;
}

.br-361 {
  border-radius: 361px !important;
}

.border-361 {
  border: 361px solid !important;
}

.width-361 {
  width: 361px !important;
}

.z-index-361 {
  z-index: 361 !important;
}

.lh-362 {
  line-height: 362px !important;
}

.fs-362 {
  font-size: 362px !important;
}

.height-362 {
  height: 362px !important;
}

.br-362 {
  border-radius: 362px !important;
}

.border-362 {
  border: 362px solid !important;
}

.width-362 {
  width: 362px !important;
}

.z-index-362 {
  z-index: 362 !important;
}

.lh-363 {
  line-height: 363px !important;
}

.fs-363 {
  font-size: 363px !important;
}

.height-363 {
  height: 363px !important;
}

.br-363 {
  border-radius: 363px !important;
}

.border-363 {
  border: 363px solid !important;
}

.width-363 {
  width: 363px !important;
}

.z-index-363 {
  z-index: 363 !important;
}

.lh-364 {
  line-height: 364px !important;
}

.fs-364 {
  font-size: 364px !important;
}

.height-364 {
  height: 364px !important;
}

.br-364 {
  border-radius: 364px !important;
}

.border-364 {
  border: 364px solid !important;
}

.width-364 {
  width: 364px !important;
}

.z-index-364 {
  z-index: 364 !important;
}

.lh-365 {
  line-height: 365px !important;
}

.fs-365 {
  font-size: 365px !important;
}

.height-365 {
  height: 365px !important;
}

.br-365 {
  border-radius: 365px !important;
}

.border-365 {
  border: 365px solid !important;
}

.width-365 {
  width: 365px !important;
}

.z-index-365 {
  z-index: 365 !important;
}

.lh-366 {
  line-height: 366px !important;
}

.fs-366 {
  font-size: 366px !important;
}

.height-366 {
  height: 366px !important;
}

.br-366 {
  border-radius: 366px !important;
}

.border-366 {
  border: 366px solid !important;
}

.width-366 {
  width: 366px !important;
}

.z-index-366 {
  z-index: 366 !important;
}

.lh-367 {
  line-height: 367px !important;
}

.fs-367 {
  font-size: 367px !important;
}

.height-367 {
  height: 367px !important;
}

.br-367 {
  border-radius: 367px !important;
}

.border-367 {
  border: 367px solid !important;
}

.width-367 {
  width: 367px !important;
}

.z-index-367 {
  z-index: 367 !important;
}

.lh-368 {
  line-height: 368px !important;
}

.fs-368 {
  font-size: 368px !important;
}

.height-368 {
  height: 368px !important;
}

.br-368 {
  border-radius: 368px !important;
}

.border-368 {
  border: 368px solid !important;
}

.width-368 {
  width: 368px !important;
}

.z-index-368 {
  z-index: 368 !important;
}

.lh-369 {
  line-height: 369px !important;
}

.fs-369 {
  font-size: 369px !important;
}

.height-369 {
  height: 369px !important;
}

.br-369 {
  border-radius: 369px !important;
}

.border-369 {
  border: 369px solid !important;
}

.width-369 {
  width: 369px !important;
}

.z-index-369 {
  z-index: 369 !important;
}

.lh-370 {
  line-height: 370px !important;
}

.fs-370 {
  font-size: 370px !important;
}

.height-370 {
  height: 370px !important;
}

.br-370 {
  border-radius: 370px !important;
}

.border-370 {
  border: 370px solid !important;
}

.width-370 {
  width: 370px !important;
}

.z-index-370 {
  z-index: 370 !important;
}

.lh-371 {
  line-height: 371px !important;
}

.fs-371 {
  font-size: 371px !important;
}

.height-371 {
  height: 371px !important;
}

.br-371 {
  border-radius: 371px !important;
}

.border-371 {
  border: 371px solid !important;
}

.width-371 {
  width: 371px !important;
}

.z-index-371 {
  z-index: 371 !important;
}

.lh-372 {
  line-height: 372px !important;
}

.fs-372 {
  font-size: 372px !important;
}

.height-372 {
  height: 372px !important;
}

.br-372 {
  border-radius: 372px !important;
}

.border-372 {
  border: 372px solid !important;
}

.width-372 {
  width: 372px !important;
}

.z-index-372 {
  z-index: 372 !important;
}

.lh-373 {
  line-height: 373px !important;
}

.fs-373 {
  font-size: 373px !important;
}

.height-373 {
  height: 373px !important;
}

.br-373 {
  border-radius: 373px !important;
}

.border-373 {
  border: 373px solid !important;
}

.width-373 {
  width: 373px !important;
}

.z-index-373 {
  z-index: 373 !important;
}

.lh-374 {
  line-height: 374px !important;
}

.fs-374 {
  font-size: 374px !important;
}

.height-374 {
  height: 374px !important;
}

.br-374 {
  border-radius: 374px !important;
}

.border-374 {
  border: 374px solid !important;
}

.width-374 {
  width: 374px !important;
}

.z-index-374 {
  z-index: 374 !important;
}

.lh-375 {
  line-height: 375px !important;
}

.fs-375 {
  font-size: 375px !important;
}

.height-375 {
  height: 375px !important;
}

.br-375 {
  border-radius: 375px !important;
}

.border-375 {
  border: 375px solid !important;
}

.width-375 {
  width: 375px !important;
}

.z-index-375 {
  z-index: 375 !important;
}

.lh-376 {
  line-height: 376px !important;
}

.fs-376 {
  font-size: 376px !important;
}

.height-376 {
  height: 376px !important;
}

.br-376 {
  border-radius: 376px !important;
}

.border-376 {
  border: 376px solid !important;
}

.width-376 {
  width: 376px !important;
}

.z-index-376 {
  z-index: 376 !important;
}

.lh-377 {
  line-height: 377px !important;
}

.fs-377 {
  font-size: 377px !important;
}

.height-377 {
  height: 377px !important;
}

.br-377 {
  border-radius: 377px !important;
}

.border-377 {
  border: 377px solid !important;
}

.width-377 {
  width: 377px !important;
}

.z-index-377 {
  z-index: 377 !important;
}

.lh-378 {
  line-height: 378px !important;
}

.fs-378 {
  font-size: 378px !important;
}

.height-378 {
  height: 378px !important;
}

.br-378 {
  border-radius: 378px !important;
}

.border-378 {
  border: 378px solid !important;
}

.width-378 {
  width: 378px !important;
}

.z-index-378 {
  z-index: 378 !important;
}

.lh-379 {
  line-height: 379px !important;
}

.fs-379 {
  font-size: 379px !important;
}

.height-379 {
  height: 379px !important;
}

.br-379 {
  border-radius: 379px !important;
}

.border-379 {
  border: 379px solid !important;
}

.width-379 {
  width: 379px !important;
}

.z-index-379 {
  z-index: 379 !important;
}

.lh-380 {
  line-height: 380px !important;
}

.fs-380 {
  font-size: 380px !important;
}

.height-380 {
  height: 380px !important;
}

.br-380 {
  border-radius: 380px !important;
}

.border-380 {
  border: 380px solid !important;
}

.width-380 {
  width: 380px !important;
}

.z-index-380 {
  z-index: 380 !important;
}

.lh-381 {
  line-height: 381px !important;
}

.fs-381 {
  font-size: 381px !important;
}

.height-381 {
  height: 381px !important;
}

.br-381 {
  border-radius: 381px !important;
}

.border-381 {
  border: 381px solid !important;
}

.width-381 {
  width: 381px !important;
}

.z-index-381 {
  z-index: 381 !important;
}

.lh-382 {
  line-height: 382px !important;
}

.fs-382 {
  font-size: 382px !important;
}

.height-382 {
  height: 382px !important;
}

.br-382 {
  border-radius: 382px !important;
}

.border-382 {
  border: 382px solid !important;
}

.width-382 {
  width: 382px !important;
}

.z-index-382 {
  z-index: 382 !important;
}

.lh-383 {
  line-height: 383px !important;
}

.fs-383 {
  font-size: 383px !important;
}

.height-383 {
  height: 383px !important;
}

.br-383 {
  border-radius: 383px !important;
}

.border-383 {
  border: 383px solid !important;
}

.width-383 {
  width: 383px !important;
}

.z-index-383 {
  z-index: 383 !important;
}

.lh-384 {
  line-height: 384px !important;
}

.fs-384 {
  font-size: 384px !important;
}

.height-384 {
  height: 384px !important;
}

.br-384 {
  border-radius: 384px !important;
}

.border-384 {
  border: 384px solid !important;
}

.width-384 {
  width: 384px !important;
}

.z-index-384 {
  z-index: 384 !important;
}

.lh-385 {
  line-height: 385px !important;
}

.fs-385 {
  font-size: 385px !important;
}

.height-385 {
  height: 385px !important;
}

.br-385 {
  border-radius: 385px !important;
}

.border-385 {
  border: 385px solid !important;
}

.width-385 {
  width: 385px !important;
}

.z-index-385 {
  z-index: 385 !important;
}

.lh-386 {
  line-height: 386px !important;
}

.fs-386 {
  font-size: 386px !important;
}

.height-386 {
  height: 386px !important;
}

.br-386 {
  border-radius: 386px !important;
}

.border-386 {
  border: 386px solid !important;
}

.width-386 {
  width: 386px !important;
}

.z-index-386 {
  z-index: 386 !important;
}

.lh-387 {
  line-height: 387px !important;
}

.fs-387 {
  font-size: 387px !important;
}

.height-387 {
  height: 387px !important;
}

.br-387 {
  border-radius: 387px !important;
}

.border-387 {
  border: 387px solid !important;
}

.width-387 {
  width: 387px !important;
}

.z-index-387 {
  z-index: 387 !important;
}

.lh-388 {
  line-height: 388px !important;
}

.fs-388 {
  font-size: 388px !important;
}

.height-388 {
  height: 388px !important;
}

.br-388 {
  border-radius: 388px !important;
}

.border-388 {
  border: 388px solid !important;
}

.width-388 {
  width: 388px !important;
}

.z-index-388 {
  z-index: 388 !important;
}

.lh-389 {
  line-height: 389px !important;
}

.fs-389 {
  font-size: 389px !important;
}

.height-389 {
  height: 389px !important;
}

.br-389 {
  border-radius: 389px !important;
}

.border-389 {
  border: 389px solid !important;
}

.width-389 {
  width: 389px !important;
}

.z-index-389 {
  z-index: 389 !important;
}

.lh-390 {
  line-height: 390px !important;
}

.fs-390 {
  font-size: 390px !important;
}

.height-390 {
  height: 390px !important;
}

.br-390 {
  border-radius: 390px !important;
}

.border-390 {
  border: 390px solid !important;
}

.width-390 {
  width: 390px !important;
}

.z-index-390 {
  z-index: 390 !important;
}

.lh-391 {
  line-height: 391px !important;
}

.fs-391 {
  font-size: 391px !important;
}

.height-391 {
  height: 391px !important;
}

.br-391 {
  border-radius: 391px !important;
}

.border-391 {
  border: 391px solid !important;
}

.width-391 {
  width: 391px !important;
}

.z-index-391 {
  z-index: 391 !important;
}

.lh-392 {
  line-height: 392px !important;
}

.fs-392 {
  font-size: 392px !important;
}

.height-392 {
  height: 392px !important;
}

.br-392 {
  border-radius: 392px !important;
}

.border-392 {
  border: 392px solid !important;
}

.width-392 {
  width: 392px !important;
}

.z-index-392 {
  z-index: 392 !important;
}

.lh-393 {
  line-height: 393px !important;
}

.fs-393 {
  font-size: 393px !important;
}

.height-393 {
  height: 393px !important;
}

.br-393 {
  border-radius: 393px !important;
}

.border-393 {
  border: 393px solid !important;
}

.width-393 {
  width: 393px !important;
}

.z-index-393 {
  z-index: 393 !important;
}

.lh-394 {
  line-height: 394px !important;
}

.fs-394 {
  font-size: 394px !important;
}

.height-394 {
  height: 394px !important;
}

.br-394 {
  border-radius: 394px !important;
}

.border-394 {
  border: 394px solid !important;
}

.width-394 {
  width: 394px !important;
}

.z-index-394 {
  z-index: 394 !important;
}

.lh-395 {
  line-height: 395px !important;
}

.fs-395 {
  font-size: 395px !important;
}

.height-395 {
  height: 395px !important;
}

.br-395 {
  border-radius: 395px !important;
}

.border-395 {
  border: 395px solid !important;
}

.width-395 {
  width: 395px !important;
}

.z-index-395 {
  z-index: 395 !important;
}

.lh-396 {
  line-height: 396px !important;
}

.fs-396 {
  font-size: 396px !important;
}

.height-396 {
  height: 396px !important;
}

.br-396 {
  border-radius: 396px !important;
}

.border-396 {
  border: 396px solid !important;
}

.width-396 {
  width: 396px !important;
}

.z-index-396 {
  z-index: 396 !important;
}

.lh-397 {
  line-height: 397px !important;
}

.fs-397 {
  font-size: 397px !important;
}

.height-397 {
  height: 397px !important;
}

.br-397 {
  border-radius: 397px !important;
}

.border-397 {
  border: 397px solid !important;
}

.width-397 {
  width: 397px !important;
}

.z-index-397 {
  z-index: 397 !important;
}

.lh-398 {
  line-height: 398px !important;
}

.fs-398 {
  font-size: 398px !important;
}

.height-398 {
  height: 398px !important;
}

.br-398 {
  border-radius: 398px !important;
}

.border-398 {
  border: 398px solid !important;
}

.width-398 {
  width: 398px !important;
}

.z-index-398 {
  z-index: 398 !important;
}

.lh-399 {
  line-height: 399px !important;
}

.fs-399 {
  font-size: 399px !important;
}

.height-399 {
  height: 399px !important;
}

.br-399 {
  border-radius: 399px !important;
}

.border-399 {
  border: 399px solid !important;
}

.width-399 {
  width: 399px !important;
}

.z-index-399 {
  z-index: 399 !important;
}

.lh-400 {
  line-height: 400px !important;
}

.fs-400 {
  font-size: 400px !important;
}

.height-400 {
  height: 400px !important;
}

.br-400 {
  border-radius: 400px !important;
}

.border-400 {
  border: 400px solid !important;
}

.width-400 {
  width: 400px !important;
}

.z-index-400 {
  z-index: 400 !important;
}

.lh-401 {
  line-height: 401px !important;
}

.fs-401 {
  font-size: 401px !important;
}

.height-401 {
  height: 401px !important;
}

.br-401 {
  border-radius: 401px !important;
}

.border-401 {
  border: 401px solid !important;
}

.width-401 {
  width: 401px !important;
}

.z-index-401 {
  z-index: 401 !important;
}

.lh-402 {
  line-height: 402px !important;
}

.fs-402 {
  font-size: 402px !important;
}

.height-402 {
  height: 402px !important;
}

.br-402 {
  border-radius: 402px !important;
}

.border-402 {
  border: 402px solid !important;
}

.width-402 {
  width: 402px !important;
}

.z-index-402 {
  z-index: 402 !important;
}

.lh-403 {
  line-height: 403px !important;
}

.fs-403 {
  font-size: 403px !important;
}

.height-403 {
  height: 403px !important;
}

.br-403 {
  border-radius: 403px !important;
}

.border-403 {
  border: 403px solid !important;
}

.width-403 {
  width: 403px !important;
}

.z-index-403 {
  z-index: 403 !important;
}

.lh-404 {
  line-height: 404px !important;
}

.fs-404 {
  font-size: 404px !important;
}

.height-404 {
  height: 404px !important;
}

.br-404 {
  border-radius: 404px !important;
}

.border-404 {
  border: 404px solid !important;
}

.width-404 {
  width: 404px !important;
}

.z-index-404 {
  z-index: 404 !important;
}

.lh-405 {
  line-height: 405px !important;
}

.fs-405 {
  font-size: 405px !important;
}

.height-405 {
  height: 405px !important;
}

.br-405 {
  border-radius: 405px !important;
}

.border-405 {
  border: 405px solid !important;
}

.width-405 {
  width: 405px !important;
}

.z-index-405 {
  z-index: 405 !important;
}

.lh-406 {
  line-height: 406px !important;
}

.fs-406 {
  font-size: 406px !important;
}

.height-406 {
  height: 406px !important;
}

.br-406 {
  border-radius: 406px !important;
}

.border-406 {
  border: 406px solid !important;
}

.width-406 {
  width: 406px !important;
}

.z-index-406 {
  z-index: 406 !important;
}

.lh-407 {
  line-height: 407px !important;
}

.fs-407 {
  font-size: 407px !important;
}

.height-407 {
  height: 407px !important;
}

.br-407 {
  border-radius: 407px !important;
}

.border-407 {
  border: 407px solid !important;
}

.width-407 {
  width: 407px !important;
}

.z-index-407 {
  z-index: 407 !important;
}

.lh-408 {
  line-height: 408px !important;
}

.fs-408 {
  font-size: 408px !important;
}

.height-408 {
  height: 408px !important;
}

.br-408 {
  border-radius: 408px !important;
}

.border-408 {
  border: 408px solid !important;
}

.width-408 {
  width: 408px !important;
}

.z-index-408 {
  z-index: 408 !important;
}

.lh-409 {
  line-height: 409px !important;
}

.fs-409 {
  font-size: 409px !important;
}

.height-409 {
  height: 409px !important;
}

.br-409 {
  border-radius: 409px !important;
}

.border-409 {
  border: 409px solid !important;
}

.width-409 {
  width: 409px !important;
}

.z-index-409 {
  z-index: 409 !important;
}

.lh-410 {
  line-height: 410px !important;
}

.fs-410 {
  font-size: 410px !important;
}

.height-410 {
  height: 410px !important;
}

.br-410 {
  border-radius: 410px !important;
}

.border-410 {
  border: 410px solid !important;
}

.width-410 {
  width: 410px !important;
}

.z-index-410 {
  z-index: 410 !important;
}

.lh-411 {
  line-height: 411px !important;
}

.fs-411 {
  font-size: 411px !important;
}

.height-411 {
  height: 411px !important;
}

.br-411 {
  border-radius: 411px !important;
}

.border-411 {
  border: 411px solid !important;
}

.width-411 {
  width: 411px !important;
}

.z-index-411 {
  z-index: 411 !important;
}

.lh-412 {
  line-height: 412px !important;
}

.fs-412 {
  font-size: 412px !important;
}

.height-412 {
  height: 412px !important;
}

.br-412 {
  border-radius: 412px !important;
}

.border-412 {
  border: 412px solid !important;
}

.width-412 {
  width: 412px !important;
}

.z-index-412 {
  z-index: 412 !important;
}

.lh-413 {
  line-height: 413px !important;
}

.fs-413 {
  font-size: 413px !important;
}

.height-413 {
  height: 413px !important;
}

.br-413 {
  border-radius: 413px !important;
}

.border-413 {
  border: 413px solid !important;
}

.width-413 {
  width: 413px !important;
}

.z-index-413 {
  z-index: 413 !important;
}

.lh-414 {
  line-height: 414px !important;
}

.fs-414 {
  font-size: 414px !important;
}

.height-414 {
  height: 414px !important;
}

.br-414 {
  border-radius: 414px !important;
}

.border-414 {
  border: 414px solid !important;
}

.width-414 {
  width: 414px !important;
}

.z-index-414 {
  z-index: 414 !important;
}

.lh-415 {
  line-height: 415px !important;
}

.fs-415 {
  font-size: 415px !important;
}

.height-415 {
  height: 415px !important;
}

.br-415 {
  border-radius: 415px !important;
}

.border-415 {
  border: 415px solid !important;
}

.width-415 {
  width: 415px !important;
}

.z-index-415 {
  z-index: 415 !important;
}

.lh-416 {
  line-height: 416px !important;
}

.fs-416 {
  font-size: 416px !important;
}

.height-416 {
  height: 416px !important;
}

.br-416 {
  border-radius: 416px !important;
}

.border-416 {
  border: 416px solid !important;
}

.width-416 {
  width: 416px !important;
}

.z-index-416 {
  z-index: 416 !important;
}

.lh-417 {
  line-height: 417px !important;
}

.fs-417 {
  font-size: 417px !important;
}

.height-417 {
  height: 417px !important;
}

.br-417 {
  border-radius: 417px !important;
}

.border-417 {
  border: 417px solid !important;
}

.width-417 {
  width: 417px !important;
}

.z-index-417 {
  z-index: 417 !important;
}

.lh-418 {
  line-height: 418px !important;
}

.fs-418 {
  font-size: 418px !important;
}

.height-418 {
  height: 418px !important;
}

.br-418 {
  border-radius: 418px !important;
}

.border-418 {
  border: 418px solid !important;
}

.width-418 {
  width: 418px !important;
}

.z-index-418 {
  z-index: 418 !important;
}

.lh-419 {
  line-height: 419px !important;
}

.fs-419 {
  font-size: 419px !important;
}

.height-419 {
  height: 419px !important;
}

.br-419 {
  border-radius: 419px !important;
}

.border-419 {
  border: 419px solid !important;
}

.width-419 {
  width: 419px !important;
}

.z-index-419 {
  z-index: 419 !important;
}

.lh-420 {
  line-height: 420px !important;
}

.fs-420 {
  font-size: 420px !important;
}

.height-420 {
  height: 420px !important;
}

.br-420 {
  border-radius: 420px !important;
}

.border-420 {
  border: 420px solid !important;
}

.width-420 {
  width: 420px !important;
}

.z-index-420 {
  z-index: 420 !important;
}

.lh-421 {
  line-height: 421px !important;
}

.fs-421 {
  font-size: 421px !important;
}

.height-421 {
  height: 421px !important;
}

.br-421 {
  border-radius: 421px !important;
}

.border-421 {
  border: 421px solid !important;
}

.width-421 {
  width: 421px !important;
}

.z-index-421 {
  z-index: 421 !important;
}

.lh-422 {
  line-height: 422px !important;
}

.fs-422 {
  font-size: 422px !important;
}

.height-422 {
  height: 422px !important;
}

.br-422 {
  border-radius: 422px !important;
}

.border-422 {
  border: 422px solid !important;
}

.width-422 {
  width: 422px !important;
}

.z-index-422 {
  z-index: 422 !important;
}

.lh-423 {
  line-height: 423px !important;
}

.fs-423 {
  font-size: 423px !important;
}

.height-423 {
  height: 423px !important;
}

.br-423 {
  border-radius: 423px !important;
}

.border-423 {
  border: 423px solid !important;
}

.width-423 {
  width: 423px !important;
}

.z-index-423 {
  z-index: 423 !important;
}

.lh-424 {
  line-height: 424px !important;
}

.fs-424 {
  font-size: 424px !important;
}

.height-424 {
  height: 424px !important;
}

.br-424 {
  border-radius: 424px !important;
}

.border-424 {
  border: 424px solid !important;
}

.width-424 {
  width: 424px !important;
}

.z-index-424 {
  z-index: 424 !important;
}

.lh-425 {
  line-height: 425px !important;
}

.fs-425 {
  font-size: 425px !important;
}

.height-425 {
  height: 425px !important;
}

.br-425 {
  border-radius: 425px !important;
}

.border-425 {
  border: 425px solid !important;
}

.width-425 {
  width: 425px !important;
}

.z-index-425 {
  z-index: 425 !important;
}

.lh-426 {
  line-height: 426px !important;
}

.fs-426 {
  font-size: 426px !important;
}

.height-426 {
  height: 426px !important;
}

.br-426 {
  border-radius: 426px !important;
}

.border-426 {
  border: 426px solid !important;
}

.width-426 {
  width: 426px !important;
}

.z-index-426 {
  z-index: 426 !important;
}

.lh-427 {
  line-height: 427px !important;
}

.fs-427 {
  font-size: 427px !important;
}

.height-427 {
  height: 427px !important;
}

.br-427 {
  border-radius: 427px !important;
}

.border-427 {
  border: 427px solid !important;
}

.width-427 {
  width: 427px !important;
}

.z-index-427 {
  z-index: 427 !important;
}

.lh-428 {
  line-height: 428px !important;
}

.fs-428 {
  font-size: 428px !important;
}

.height-428 {
  height: 428px !important;
}

.br-428 {
  border-radius: 428px !important;
}

.border-428 {
  border: 428px solid !important;
}

.width-428 {
  width: 428px !important;
}

.z-index-428 {
  z-index: 428 !important;
}

.lh-429 {
  line-height: 429px !important;
}

.fs-429 {
  font-size: 429px !important;
}

.height-429 {
  height: 429px !important;
}

.br-429 {
  border-radius: 429px !important;
}

.border-429 {
  border: 429px solid !important;
}

.width-429 {
  width: 429px !important;
}

.z-index-429 {
  z-index: 429 !important;
}

.lh-430 {
  line-height: 430px !important;
}

.fs-430 {
  font-size: 430px !important;
}

.height-430 {
  height: 430px !important;
}

.br-430 {
  border-radius: 430px !important;
}

.border-430 {
  border: 430px solid !important;
}

.width-430 {
  width: 430px !important;
}

.z-index-430 {
  z-index: 430 !important;
}

.lh-431 {
  line-height: 431px !important;
}

.fs-431 {
  font-size: 431px !important;
}

.height-431 {
  height: 431px !important;
}

.br-431 {
  border-radius: 431px !important;
}

.border-431 {
  border: 431px solid !important;
}

.width-431 {
  width: 431px !important;
}

.z-index-431 {
  z-index: 431 !important;
}

.lh-432 {
  line-height: 432px !important;
}

.fs-432 {
  font-size: 432px !important;
}

.height-432 {
  height: 432px !important;
}

.br-432 {
  border-radius: 432px !important;
}

.border-432 {
  border: 432px solid !important;
}

.width-432 {
  width: 432px !important;
}

.z-index-432 {
  z-index: 432 !important;
}

.lh-433 {
  line-height: 433px !important;
}

.fs-433 {
  font-size: 433px !important;
}

.height-433 {
  height: 433px !important;
}

.br-433 {
  border-radius: 433px !important;
}

.border-433 {
  border: 433px solid !important;
}

.width-433 {
  width: 433px !important;
}

.z-index-433 {
  z-index: 433 !important;
}

.lh-434 {
  line-height: 434px !important;
}

.fs-434 {
  font-size: 434px !important;
}

.height-434 {
  height: 434px !important;
}

.br-434 {
  border-radius: 434px !important;
}

.border-434 {
  border: 434px solid !important;
}

.width-434 {
  width: 434px !important;
}

.z-index-434 {
  z-index: 434 !important;
}

.lh-435 {
  line-height: 435px !important;
}

.fs-435 {
  font-size: 435px !important;
}

.height-435 {
  height: 435px !important;
}

.br-435 {
  border-radius: 435px !important;
}

.border-435 {
  border: 435px solid !important;
}

.width-435 {
  width: 435px !important;
}

.z-index-435 {
  z-index: 435 !important;
}

.lh-436 {
  line-height: 436px !important;
}

.fs-436 {
  font-size: 436px !important;
}

.height-436 {
  height: 436px !important;
}

.br-436 {
  border-radius: 436px !important;
}

.border-436 {
  border: 436px solid !important;
}

.width-436 {
  width: 436px !important;
}

.z-index-436 {
  z-index: 436 !important;
}

.lh-437 {
  line-height: 437px !important;
}

.fs-437 {
  font-size: 437px !important;
}

.height-437 {
  height: 437px !important;
}

.br-437 {
  border-radius: 437px !important;
}

.border-437 {
  border: 437px solid !important;
}

.width-437 {
  width: 437px !important;
}

.z-index-437 {
  z-index: 437 !important;
}

.lh-438 {
  line-height: 438px !important;
}

.fs-438 {
  font-size: 438px !important;
}

.height-438 {
  height: 438px !important;
}

.br-438 {
  border-radius: 438px !important;
}

.border-438 {
  border: 438px solid !important;
}

.width-438 {
  width: 438px !important;
}

.z-index-438 {
  z-index: 438 !important;
}

.lh-439 {
  line-height: 439px !important;
}

.fs-439 {
  font-size: 439px !important;
}

.height-439 {
  height: 439px !important;
}

.br-439 {
  border-radius: 439px !important;
}

.border-439 {
  border: 439px solid !important;
}

.width-439 {
  width: 439px !important;
}

.z-index-439 {
  z-index: 439 !important;
}

.lh-440 {
  line-height: 440px !important;
}

.fs-440 {
  font-size: 440px !important;
}

.height-440 {
  height: 440px !important;
}

.br-440 {
  border-radius: 440px !important;
}

.border-440 {
  border: 440px solid !important;
}

.width-440 {
  width: 440px !important;
}

.z-index-440 {
  z-index: 440 !important;
}

.lh-441 {
  line-height: 441px !important;
}

.fs-441 {
  font-size: 441px !important;
}

.height-441 {
  height: 441px !important;
}

.br-441 {
  border-radius: 441px !important;
}

.border-441 {
  border: 441px solid !important;
}

.width-441 {
  width: 441px !important;
}

.z-index-441 {
  z-index: 441 !important;
}

.lh-442 {
  line-height: 442px !important;
}

.fs-442 {
  font-size: 442px !important;
}

.height-442 {
  height: 442px !important;
}

.br-442 {
  border-radius: 442px !important;
}

.border-442 {
  border: 442px solid !important;
}

.width-442 {
  width: 442px !important;
}

.z-index-442 {
  z-index: 442 !important;
}

.lh-443 {
  line-height: 443px !important;
}

.fs-443 {
  font-size: 443px !important;
}

.height-443 {
  height: 443px !important;
}

.br-443 {
  border-radius: 443px !important;
}

.border-443 {
  border: 443px solid !important;
}

.width-443 {
  width: 443px !important;
}

.z-index-443 {
  z-index: 443 !important;
}

.lh-444 {
  line-height: 444px !important;
}

.fs-444 {
  font-size: 444px !important;
}

.height-444 {
  height: 444px !important;
}

.br-444 {
  border-radius: 444px !important;
}

.border-444 {
  border: 444px solid !important;
}

.width-444 {
  width: 444px !important;
}

.z-index-444 {
  z-index: 444 !important;
}

.lh-445 {
  line-height: 445px !important;
}

.fs-445 {
  font-size: 445px !important;
}

.height-445 {
  height: 445px !important;
}

.br-445 {
  border-radius: 445px !important;
}

.border-445 {
  border: 445px solid !important;
}

.width-445 {
  width: 445px !important;
}

.z-index-445 {
  z-index: 445 !important;
}

.lh-446 {
  line-height: 446px !important;
}

.fs-446 {
  font-size: 446px !important;
}

.height-446 {
  height: 446px !important;
}

.br-446 {
  border-radius: 446px !important;
}

.border-446 {
  border: 446px solid !important;
}

.width-446 {
  width: 446px !important;
}

.z-index-446 {
  z-index: 446 !important;
}

.lh-447 {
  line-height: 447px !important;
}

.fs-447 {
  font-size: 447px !important;
}

.height-447 {
  height: 447px !important;
}

.br-447 {
  border-radius: 447px !important;
}

.border-447 {
  border: 447px solid !important;
}

.width-447 {
  width: 447px !important;
}

.z-index-447 {
  z-index: 447 !important;
}

.lh-448 {
  line-height: 448px !important;
}

.fs-448 {
  font-size: 448px !important;
}

.height-448 {
  height: 448px !important;
}

.br-448 {
  border-radius: 448px !important;
}

.border-448 {
  border: 448px solid !important;
}

.width-448 {
  width: 448px !important;
}

.z-index-448 {
  z-index: 448 !important;
}

.lh-449 {
  line-height: 449px !important;
}

.fs-449 {
  font-size: 449px !important;
}

.height-449 {
  height: 449px !important;
}

.br-449 {
  border-radius: 449px !important;
}

.border-449 {
  border: 449px solid !important;
}

.width-449 {
  width: 449px !important;
}

.z-index-449 {
  z-index: 449 !important;
}

.lh-450 {
  line-height: 450px !important;
}

.fs-450 {
  font-size: 450px !important;
}

.height-450 {
  height: 450px !important;
}

.br-450 {
  border-radius: 450px !important;
}

.border-450 {
  border: 450px solid !important;
}

.width-450 {
  width: 450px !important;
}

.z-index-450 {
  z-index: 450 !important;
}

.lh-451 {
  line-height: 451px !important;
}

.fs-451 {
  font-size: 451px !important;
}

.height-451 {
  height: 451px !important;
}

.br-451 {
  border-radius: 451px !important;
}

.border-451 {
  border: 451px solid !important;
}

.width-451 {
  width: 451px !important;
}

.z-index-451 {
  z-index: 451 !important;
}

.lh-452 {
  line-height: 452px !important;
}

.fs-452 {
  font-size: 452px !important;
}

.height-452 {
  height: 452px !important;
}

.br-452 {
  border-radius: 452px !important;
}

.border-452 {
  border: 452px solid !important;
}

.width-452 {
  width: 452px !important;
}

.z-index-452 {
  z-index: 452 !important;
}

.lh-453 {
  line-height: 453px !important;
}

.fs-453 {
  font-size: 453px !important;
}

.height-453 {
  height: 453px !important;
}

.br-453 {
  border-radius: 453px !important;
}

.border-453 {
  border: 453px solid !important;
}

.width-453 {
  width: 453px !important;
}

.z-index-453 {
  z-index: 453 !important;
}

.lh-454 {
  line-height: 454px !important;
}

.fs-454 {
  font-size: 454px !important;
}

.height-454 {
  height: 454px !important;
}

.br-454 {
  border-radius: 454px !important;
}

.border-454 {
  border: 454px solid !important;
}

.width-454 {
  width: 454px !important;
}

.z-index-454 {
  z-index: 454 !important;
}

.lh-455 {
  line-height: 455px !important;
}

.fs-455 {
  font-size: 455px !important;
}

.height-455 {
  height: 455px !important;
}

.br-455 {
  border-radius: 455px !important;
}

.border-455 {
  border: 455px solid !important;
}

.width-455 {
  width: 455px !important;
}

.z-index-455 {
  z-index: 455 !important;
}

.lh-456 {
  line-height: 456px !important;
}

.fs-456 {
  font-size: 456px !important;
}

.height-456 {
  height: 456px !important;
}

.br-456 {
  border-radius: 456px !important;
}

.border-456 {
  border: 456px solid !important;
}

.width-456 {
  width: 456px !important;
}

.z-index-456 {
  z-index: 456 !important;
}

.lh-457 {
  line-height: 457px !important;
}

.fs-457 {
  font-size: 457px !important;
}

.height-457 {
  height: 457px !important;
}

.br-457 {
  border-radius: 457px !important;
}

.border-457 {
  border: 457px solid !important;
}

.width-457 {
  width: 457px !important;
}

.z-index-457 {
  z-index: 457 !important;
}

.lh-458 {
  line-height: 458px !important;
}

.fs-458 {
  font-size: 458px !important;
}

.height-458 {
  height: 458px !important;
}

.br-458 {
  border-radius: 458px !important;
}

.border-458 {
  border: 458px solid !important;
}

.width-458 {
  width: 458px !important;
}

.z-index-458 {
  z-index: 458 !important;
}

.lh-459 {
  line-height: 459px !important;
}

.fs-459 {
  font-size: 459px !important;
}

.height-459 {
  height: 459px !important;
}

.br-459 {
  border-radius: 459px !important;
}

.border-459 {
  border: 459px solid !important;
}

.width-459 {
  width: 459px !important;
}

.z-index-459 {
  z-index: 459 !important;
}

.lh-460 {
  line-height: 460px !important;
}

.fs-460 {
  font-size: 460px !important;
}

.height-460 {
  height: 460px !important;
}

.br-460 {
  border-radius: 460px !important;
}

.border-460 {
  border: 460px solid !important;
}

.width-460 {
  width: 460px !important;
}

.z-index-460 {
  z-index: 460 !important;
}

.lh-461 {
  line-height: 461px !important;
}

.fs-461 {
  font-size: 461px !important;
}

.height-461 {
  height: 461px !important;
}

.br-461 {
  border-radius: 461px !important;
}

.border-461 {
  border: 461px solid !important;
}

.width-461 {
  width: 461px !important;
}

.z-index-461 {
  z-index: 461 !important;
}

.lh-462 {
  line-height: 462px !important;
}

.fs-462 {
  font-size: 462px !important;
}

.height-462 {
  height: 462px !important;
}

.br-462 {
  border-radius: 462px !important;
}

.border-462 {
  border: 462px solid !important;
}

.width-462 {
  width: 462px !important;
}

.z-index-462 {
  z-index: 462 !important;
}

.lh-463 {
  line-height: 463px !important;
}

.fs-463 {
  font-size: 463px !important;
}

.height-463 {
  height: 463px !important;
}

.br-463 {
  border-radius: 463px !important;
}

.border-463 {
  border: 463px solid !important;
}

.width-463 {
  width: 463px !important;
}

.z-index-463 {
  z-index: 463 !important;
}

.lh-464 {
  line-height: 464px !important;
}

.fs-464 {
  font-size: 464px !important;
}

.height-464 {
  height: 464px !important;
}

.br-464 {
  border-radius: 464px !important;
}

.border-464 {
  border: 464px solid !important;
}

.width-464 {
  width: 464px !important;
}

.z-index-464 {
  z-index: 464 !important;
}

.lh-465 {
  line-height: 465px !important;
}

.fs-465 {
  font-size: 465px !important;
}

.height-465 {
  height: 465px !important;
}

.br-465 {
  border-radius: 465px !important;
}

.border-465 {
  border: 465px solid !important;
}

.width-465 {
  width: 465px !important;
}

.z-index-465 {
  z-index: 465 !important;
}

.lh-466 {
  line-height: 466px !important;
}

.fs-466 {
  font-size: 466px !important;
}

.height-466 {
  height: 466px !important;
}

.br-466 {
  border-radius: 466px !important;
}

.border-466 {
  border: 466px solid !important;
}

.width-466 {
  width: 466px !important;
}

.z-index-466 {
  z-index: 466 !important;
}

.lh-467 {
  line-height: 467px !important;
}

.fs-467 {
  font-size: 467px !important;
}

.height-467 {
  height: 467px !important;
}

.br-467 {
  border-radius: 467px !important;
}

.border-467 {
  border: 467px solid !important;
}

.width-467 {
  width: 467px !important;
}

.z-index-467 {
  z-index: 467 !important;
}

.lh-468 {
  line-height: 468px !important;
}

.fs-468 {
  font-size: 468px !important;
}

.height-468 {
  height: 468px !important;
}

.br-468 {
  border-radius: 468px !important;
}

.border-468 {
  border: 468px solid !important;
}

.width-468 {
  width: 468px !important;
}

.z-index-468 {
  z-index: 468 !important;
}

.lh-469 {
  line-height: 469px !important;
}

.fs-469 {
  font-size: 469px !important;
}

.height-469 {
  height: 469px !important;
}

.br-469 {
  border-radius: 469px !important;
}

.border-469 {
  border: 469px solid !important;
}

.width-469 {
  width: 469px !important;
}

.z-index-469 {
  z-index: 469 !important;
}

.lh-470 {
  line-height: 470px !important;
}

.fs-470 {
  font-size: 470px !important;
}

.height-470 {
  height: 470px !important;
}

.br-470 {
  border-radius: 470px !important;
}

.border-470 {
  border: 470px solid !important;
}

.width-470 {
  width: 470px !important;
}

.z-index-470 {
  z-index: 470 !important;
}

.lh-471 {
  line-height: 471px !important;
}

.fs-471 {
  font-size: 471px !important;
}

.height-471 {
  height: 471px !important;
}

.br-471 {
  border-radius: 471px !important;
}

.border-471 {
  border: 471px solid !important;
}

.width-471 {
  width: 471px !important;
}

.z-index-471 {
  z-index: 471 !important;
}

.lh-472 {
  line-height: 472px !important;
}

.fs-472 {
  font-size: 472px !important;
}

.height-472 {
  height: 472px !important;
}

.br-472 {
  border-radius: 472px !important;
}

.border-472 {
  border: 472px solid !important;
}

.width-472 {
  width: 472px !important;
}

.z-index-472 {
  z-index: 472 !important;
}

.lh-473 {
  line-height: 473px !important;
}

.fs-473 {
  font-size: 473px !important;
}

.height-473 {
  height: 473px !important;
}

.br-473 {
  border-radius: 473px !important;
}

.border-473 {
  border: 473px solid !important;
}

.width-473 {
  width: 473px !important;
}

.z-index-473 {
  z-index: 473 !important;
}

.lh-474 {
  line-height: 474px !important;
}

.fs-474 {
  font-size: 474px !important;
}

.height-474 {
  height: 474px !important;
}

.br-474 {
  border-radius: 474px !important;
}

.border-474 {
  border: 474px solid !important;
}

.width-474 {
  width: 474px !important;
}

.z-index-474 {
  z-index: 474 !important;
}

.lh-475 {
  line-height: 475px !important;
}

.fs-475 {
  font-size: 475px !important;
}

.height-475 {
  height: 475px !important;
}

.br-475 {
  border-radius: 475px !important;
}

.border-475 {
  border: 475px solid !important;
}

.width-475 {
  width: 475px !important;
}

.z-index-475 {
  z-index: 475 !important;
}

.lh-476 {
  line-height: 476px !important;
}

.fs-476 {
  font-size: 476px !important;
}

.height-476 {
  height: 476px !important;
}

.br-476 {
  border-radius: 476px !important;
}

.border-476 {
  border: 476px solid !important;
}

.width-476 {
  width: 476px !important;
}

.z-index-476 {
  z-index: 476 !important;
}

.lh-477 {
  line-height: 477px !important;
}

.fs-477 {
  font-size: 477px !important;
}

.height-477 {
  height: 477px !important;
}

.br-477 {
  border-radius: 477px !important;
}

.border-477 {
  border: 477px solid !important;
}

.width-477 {
  width: 477px !important;
}

.z-index-477 {
  z-index: 477 !important;
}

.lh-478 {
  line-height: 478px !important;
}

.fs-478 {
  font-size: 478px !important;
}

.height-478 {
  height: 478px !important;
}

.br-478 {
  border-radius: 478px !important;
}

.border-478 {
  border: 478px solid !important;
}

.width-478 {
  width: 478px !important;
}

.z-index-478 {
  z-index: 478 !important;
}

.lh-479 {
  line-height: 479px !important;
}

.fs-479 {
  font-size: 479px !important;
}

.height-479 {
  height: 479px !important;
}

.br-479 {
  border-radius: 479px !important;
}

.border-479 {
  border: 479px solid !important;
}

.width-479 {
  width: 479px !important;
}

.z-index-479 {
  z-index: 479 !important;
}

.lh-480 {
  line-height: 480px !important;
}

.fs-480 {
  font-size: 480px !important;
}

.height-480 {
  height: 480px !important;
}

.br-480 {
  border-radius: 480px !important;
}

.border-480 {
  border: 480px solid !important;
}

.width-480 {
  width: 480px !important;
}

.z-index-480 {
  z-index: 480 !important;
}

.lh-481 {
  line-height: 481px !important;
}

.fs-481 {
  font-size: 481px !important;
}

.height-481 {
  height: 481px !important;
}

.br-481 {
  border-radius: 481px !important;
}

.border-481 {
  border: 481px solid !important;
}

.width-481 {
  width: 481px !important;
}

.z-index-481 {
  z-index: 481 !important;
}

.lh-482 {
  line-height: 482px !important;
}

.fs-482 {
  font-size: 482px !important;
}

.height-482 {
  height: 482px !important;
}

.br-482 {
  border-radius: 482px !important;
}

.border-482 {
  border: 482px solid !important;
}

.width-482 {
  width: 482px !important;
}

.z-index-482 {
  z-index: 482 !important;
}

.lh-483 {
  line-height: 483px !important;
}

.fs-483 {
  font-size: 483px !important;
}

.height-483 {
  height: 483px !important;
}

.br-483 {
  border-radius: 483px !important;
}

.border-483 {
  border: 483px solid !important;
}

.width-483 {
  width: 483px !important;
}

.z-index-483 {
  z-index: 483 !important;
}

.lh-484 {
  line-height: 484px !important;
}

.fs-484 {
  font-size: 484px !important;
}

.height-484 {
  height: 484px !important;
}

.br-484 {
  border-radius: 484px !important;
}

.border-484 {
  border: 484px solid !important;
}

.width-484 {
  width: 484px !important;
}

.z-index-484 {
  z-index: 484 !important;
}

.lh-485 {
  line-height: 485px !important;
}

.fs-485 {
  font-size: 485px !important;
}

.height-485 {
  height: 485px !important;
}

.br-485 {
  border-radius: 485px !important;
}

.border-485 {
  border: 485px solid !important;
}

.width-485 {
  width: 485px !important;
}

.z-index-485 {
  z-index: 485 !important;
}

.lh-486 {
  line-height: 486px !important;
}

.fs-486 {
  font-size: 486px !important;
}

.height-486 {
  height: 486px !important;
}

.br-486 {
  border-radius: 486px !important;
}

.border-486 {
  border: 486px solid !important;
}

.width-486 {
  width: 486px !important;
}

.z-index-486 {
  z-index: 486 !important;
}

.lh-487 {
  line-height: 487px !important;
}

.fs-487 {
  font-size: 487px !important;
}

.height-487 {
  height: 487px !important;
}

.br-487 {
  border-radius: 487px !important;
}

.border-487 {
  border: 487px solid !important;
}

.width-487 {
  width: 487px !important;
}

.z-index-487 {
  z-index: 487 !important;
}

.lh-488 {
  line-height: 488px !important;
}

.fs-488 {
  font-size: 488px !important;
}

.height-488 {
  height: 488px !important;
}

.br-488 {
  border-radius: 488px !important;
}

.border-488 {
  border: 488px solid !important;
}

.width-488 {
  width: 488px !important;
}

.z-index-488 {
  z-index: 488 !important;
}

.lh-489 {
  line-height: 489px !important;
}

.fs-489 {
  font-size: 489px !important;
}

.height-489 {
  height: 489px !important;
}

.br-489 {
  border-radius: 489px !important;
}

.border-489 {
  border: 489px solid !important;
}

.width-489 {
  width: 489px !important;
}

.z-index-489 {
  z-index: 489 !important;
}

.lh-490 {
  line-height: 490px !important;
}

.fs-490 {
  font-size: 490px !important;
}

.height-490 {
  height: 490px !important;
}

.br-490 {
  border-radius: 490px !important;
}

.border-490 {
  border: 490px solid !important;
}

.width-490 {
  width: 490px !important;
}

.z-index-490 {
  z-index: 490 !important;
}

.lh-491 {
  line-height: 491px !important;
}

.fs-491 {
  font-size: 491px !important;
}

.height-491 {
  height: 491px !important;
}

.br-491 {
  border-radius: 491px !important;
}

.border-491 {
  border: 491px solid !important;
}

.width-491 {
  width: 491px !important;
}

.z-index-491 {
  z-index: 491 !important;
}

.lh-492 {
  line-height: 492px !important;
}

.fs-492 {
  font-size: 492px !important;
}

.height-492 {
  height: 492px !important;
}

.br-492 {
  border-radius: 492px !important;
}

.border-492 {
  border: 492px solid !important;
}

.width-492 {
  width: 492px !important;
}

.z-index-492 {
  z-index: 492 !important;
}

.lh-493 {
  line-height: 493px !important;
}

.fs-493 {
  font-size: 493px !important;
}

.height-493 {
  height: 493px !important;
}

.br-493 {
  border-radius: 493px !important;
}

.border-493 {
  border: 493px solid !important;
}

.width-493 {
  width: 493px !important;
}

.z-index-493 {
  z-index: 493 !important;
}

.lh-494 {
  line-height: 494px !important;
}

.fs-494 {
  font-size: 494px !important;
}

.height-494 {
  height: 494px !important;
}

.br-494 {
  border-radius: 494px !important;
}

.border-494 {
  border: 494px solid !important;
}

.width-494 {
  width: 494px !important;
}

.z-index-494 {
  z-index: 494 !important;
}

.lh-495 {
  line-height: 495px !important;
}

.fs-495 {
  font-size: 495px !important;
}

.height-495 {
  height: 495px !important;
}

.br-495 {
  border-radius: 495px !important;
}

.border-495 {
  border: 495px solid !important;
}

.width-495 {
  width: 495px !important;
}

.z-index-495 {
  z-index: 495 !important;
}

.lh-496 {
  line-height: 496px !important;
}

.fs-496 {
  font-size: 496px !important;
}

.height-496 {
  height: 496px !important;
}

.br-496 {
  border-radius: 496px !important;
}

.border-496 {
  border: 496px solid !important;
}

.width-496 {
  width: 496px !important;
}

.z-index-496 {
  z-index: 496 !important;
}

.lh-497 {
  line-height: 497px !important;
}

.fs-497 {
  font-size: 497px !important;
}

.height-497 {
  height: 497px !important;
}

.br-497 {
  border-radius: 497px !important;
}

.border-497 {
  border: 497px solid !important;
}

.width-497 {
  width: 497px !important;
}

.z-index-497 {
  z-index: 497 !important;
}

.lh-498 {
  line-height: 498px !important;
}

.fs-498 {
  font-size: 498px !important;
}

.height-498 {
  height: 498px !important;
}

.br-498 {
  border-radius: 498px !important;
}

.border-498 {
  border: 498px solid !important;
}

.width-498 {
  width: 498px !important;
}

.z-index-498 {
  z-index: 498 !important;
}

.lh-499 {
  line-height: 499px !important;
}

.fs-499 {
  font-size: 499px !important;
}

.height-499 {
  height: 499px !important;
}

.br-499 {
  border-radius: 499px !important;
}

.border-499 {
  border: 499px solid !important;
}

.width-499 {
  width: 499px !important;
}

.z-index-499 {
  z-index: 499 !important;
}

.lh-500 {
  line-height: 500px !important;
}

.fs-500 {
  font-size: 500px !important;
}

.height-500 {
  height: 500px !important;
}

.br-500 {
  border-radius: 500px !important;
}

.border-500 {
  border: 500px solid !important;
}

.width-500 {
  width: 500px !important;
}

.z-index-500 {
  z-index: 500 !important;
}

.height-auto {
  height: auto;
}

.width-auto {
  width: auto;
}

/* Font weight style */
.font-normal {
  font-weight: 400;
}

.font-light {
  font-weight: 200;
}

.font-medium {
  font-weight: 600;
}

.font-bold {
  font-weight: bold;
}

/* Font weight style */
/* Text colors and sizes */
.text-main {
  color: #E04D01 !important;
}

.text-main-yellow {
  color: #F3950D !important;
}

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

.text-main-12 {
  color: #E04D01;
  font-size: 12px;
}

.text-main-14 {
  color: #E04D01;
  font-size: 14px;
}

.text-main-16 {
  color: #E04D01;
  font-size: 16px;
}

.text-main-18 {
  color: #E04D01;
  font-size: 18px;
}

.text-main-20 {
  color: #E04D01;
  font-size: 20px;
}

/* Text colors and sizes */
/* Background colors */
.bg-main-mix {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, #E04D01 0%, #F3950D 100%) !important;
}

.bg-main {
  background: #E04D01 !important;
}

.bg-main-yellow {
  background: #F3950D !important;
}

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

/* Background colors */
/* Border colors */
.border-main {
  border-color: #E04D01 !important;
}

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

/* Border colors */
/* Transform scale */
.transform-scale-xs {
  transform: scale(1.2);
}

.transform-scale-sm {
  transform: scale(1.4);
}

.transform-scale-lg {
  transform: scale(1.6);
}

.transform-scale-xl {
  transform: scale(1.8);
}

.transform-scale-down-xs {
  transform: scale(0.8);
}

.transform-scale-down-sm {
  transform: scale(0.6);
}

.transform-scale-down-lg {
  transform: scale(0.4);
}

.transform-scale-down-xl {
  transform: scale(0.2);
}

/* Transform scale */

/*# sourceMappingURL=style.css.map */
