@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (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)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffb007;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: rgb(122, 130, 143);
  --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: rgb(122, 130, 143);
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #b5a215;
  --bs-secondary: #75690e;
  --bs-success: #D5BE19;
  --bs-info: #0dcaf0;
  --bs-warning: #ffb007;
  --bs-danger: #dc3545;
  --bs-light: #f5f8fb;
  --bs-dark: #191919;
  --bs-dark2: #121212;
  --bs-primary-rgb: 181, 162, 21;
  --bs-secondary-rgb: 117, 105, 14;
  --bs-success-rgb: 213, 190, 25;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 176, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 245, 248, 251;
  --bs-dark-rgb: 25, 25, 25;
  --bs-dark2-rgb: 18, 18, 18;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 255, 255, 255;
  --bs-body-bg-rgb: 18, 18, 18;
  --bs-font-sans-serif: "Ubuntu", "Rubik", "Karla", "Mulish", 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: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #fff;
  --bs-body-bg: #121212;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: rgba(0, 0, 0, 0.15);
  --bs-border-opacity: 1;
  --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: #b5a215;
  --bs-link-hover-color: #918211;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #ffefcd;
}

*,
*::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.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.1875rem;
  }
}

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

h3, .h3 {
  font-size: calc(1.278125rem + 0.3375vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.53125rem;
  }
}

h4, .h4 {
  font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.3125rem;
  }
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 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.09375rem;
  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.09375rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: rgb(122, 130, 143);
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #121212;
  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: rgb(122, 130, 143);
}

.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-smm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-smm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-smm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-smm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-smm, .container {
    max-width: 1320px;
  }
}
.row, .auth {
  --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 > *, .auth > * {
  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: 510px) {
  .col-smm {
    flex: 1 0 0%;
  }
  .row-cols-smm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-smm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-smm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-smm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-smm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-smm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-smm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-smm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-smm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-smm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-smm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-smm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-smm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-smm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-smm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-smm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-smm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-smm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-smm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-smm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-smm-0 {
    margin-left: 0;
  }
  .offset-smm-1 {
    margin-left: 8.33333333%;
  }
  .offset-smm-2 {
    margin-left: 16.66666667%;
  }
  .offset-smm-3 {
    margin-left: 25%;
  }
  .offset-smm-4 {
    margin-left: 33.33333333%;
  }
  .offset-smm-5 {
    margin-left: 41.66666667%;
  }
  .offset-smm-6 {
    margin-left: 50%;
  }
  .offset-smm-7 {
    margin-left: 58.33333333%;
  }
  .offset-smm-8 {
    margin-left: 66.66666667%;
  }
  .offset-smm-9 {
    margin-left: 75%;
  }
  .offset-smm-10 {
    margin-left: 83.33333333%;
  }
  .offset-smm-11 {
    margin-left: 91.66666667%;
  }
  .g-smm-0,
  .gx-smm-0 {
    --bs-gutter-x: 0;
  }
  .g-smm-0,
  .gy-smm-0 {
    --bs-gutter-y: 0;
  }
  .g-smm-1,
  .gx-smm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-smm-1,
  .gy-smm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-smm-2,
  .gx-smm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-smm-2,
  .gy-smm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-smm-3,
  .gx-smm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-smm-3,
  .gy-smm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-smm-4,
  .gx-smm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-smm-4,
  .gy-smm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-smm-5,
  .gx-smm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-smm-5,
  .gy-smm-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: #f0ecd0;
  --bs-table-border-color: #d8d4bb;
  --bs-table-striped-bg: #e4e0c6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d8d4bb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #dedac0;
  --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: #e3e1cf;
  --bs-table-border-color: #cccbba;
  --bs-table-striped-bg: #d8d6c5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cccbba;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d2d0bf;
  --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: #f7f2d1;
  --bs-table-border-color: #dedabc;
  --bs-table-striped-bg: #ebe6c7;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dedabc;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e4e0c1;
  --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: #ffefcd;
  --bs-table-border-color: #e6d7b9;
  --bs-table-striped-bg: #f2e3c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6d7b9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecddbe;
  --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: #f5f8fb;
  --bs-table-border-color: #dddfe2;
  --bs-table-striped-bg: #e9ecee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dddfe2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e3e5e8;
  --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: #191919;
  --bs-table-border-color: #303030;
  --bs-table-striped-bg: #252525;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #303030;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #2a2a2a;
  --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: 509.98px) {
  .table-responsive-smm {
    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.25rem + 1px);
  padding-bottom: calc(0.25rem + 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.09375rem;
}

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

.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.25rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #121212;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in, box-shadow 0.15s ease-in;
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #fff;
  background-color: #121212;
  border-color: #dad18a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(181, 162, 21, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: rgb(122, 130, 143);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.25rem 0.75rem;
  margin: -0.25rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #fff;
  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, background-color 0.15s ease-in, border-color 0.15s ease-in, box-shadow 0.15s ease-in;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.25rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #fff;
  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.765625rem;
  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.09375rem;
  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.5rem + 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.25rem;
}
.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.25rem 2.25rem 0.25rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #121212;
  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='rgb%28122, 130, 143%29' 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, box-shadow 0.15s ease-in;
  appearance: none;
}
.form-select:focus {
  border-color: #dad18a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(181, 162, 21, 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 #fff;
}

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

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

.form-check {
  display: flex;
  min-height: 1.3125rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.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;
  vertical-align: top;
  background-color: #191919;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #D5BE19;
  appearance: none;
  color-adjust: exact;
  margin-right: 10px;
  box-shadow: none !important;
}
.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: #dad18a;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(181, 162, 21, 0.25);
}
.form-check-input:checked {
  background-color: #b5a215;
  border-color: #b5a215;
}
.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: #b5a215;
  border-color: #b5a215;
  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;
}
.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='%23dad18a'/%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, .give-away .btn-check[disabled] + .btn-spin, .btn-check:disabled + .btn, .give-away .btn-check:disabled + .btn-spin {
  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 #121212, 0 0 0 0.25rem rgba(181, 162, 21, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #121212, 0 0 0 0.25rem rgba(181, 162, 21, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #b5a215;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in, border-color 0.15s ease-in, box-shadow 0.15s ease-in;
  appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: #e9e3b9;
}
.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: #b5a215;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in, border-color 0.15s ease-in, box-shadow 0.15s ease-in;
  appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: #e9e3b9;
}
.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, transform 0.1s ease-in;
}
.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, .input-group .give-away .btn-spin, .give-away .input-group .btn-spin {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .give-away .btn-spin:focus, .give-away .input-group .btn-spin:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  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,
.give-away .input-group-lg > .btn-spin {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.give-away .input-group-sm > .btn-spin {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  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: #D5BE19;
}

.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.765625rem;
  color: #000;
  background-color: rgba(213, 190, 25, 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: #D5BE19;
  padding-right: calc(1.5em + 0.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23D5BE19' 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.125rem) center;
  background-size: calc(0.75em + 0.25rem) calc(0.75em + 0.25rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #D5BE19;
  box-shadow: 0 0 0 0.25rem rgba(213, 190, 25, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #D5BE19;
}
.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='rgb%28122, 130, 143%29' 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='%23D5BE19' 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.25rem) calc(0.75em + 0.25rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #D5BE19;
  box-shadow: 0 0 0 0.25rem rgba(213, 190, 25, 0.25);
}

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

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

.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.765625rem;
  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.5rem);
  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.125rem) center;
  background-size: calc(0.75em + 0.25rem) calc(0.75em + 0.25rem);
}
.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.5rem);
  background-position: top calc(0.375em + 0.125rem) right calc(0.375em + 0.125rem);
}

.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='rgb%28122, 130, 143%29' 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.25rem) calc(0.75em + 0.25rem);
}
.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.5rem));
}

.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, .give-away .btn-spin {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #fff;
  --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, background-color 0.15s ease-in, border-color 0.15s ease-in, box-shadow 0.15s ease-in;
}
.btn:hover, .give-away .btn-spin: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, .give-away .btn-check:focus + .btn-spin, .btn:focus, .give-away .btn-spin: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, .give-away .btn-check:checked + .btn-spin, .btn-check:active + .btn, .give-away .btn-check:active + .btn-spin, .btn:active, .give-away .btn-spin:active, .btn.active, .give-away .active.btn-spin, .btn.show, .give-away .show.btn-spin {
  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, .give-away .btn-check:checked + .btn-spin:focus, .btn-check:active + .btn:focus, .give-away .btn-check:active + .btn-spin:focus, .btn:active:focus, .give-away .btn-spin:active:focus, .btn.active:focus, .give-away .active.btn-spin:focus, .btn.show:focus, .give-away .show.btn-spin:focus {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .give-away .btn-spin:disabled, .btn.disabled, .give-away .disabled.btn-spin, fieldset:disabled .btn, fieldset:disabled .give-away .btn-spin, .give-away fieldset:disabled .btn-spin {
  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: #000;
  --bs-btn-bg: #b5a215;
  --bs-btn-border-color: #b5a215;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c0b038;
  --bs-btn-hover-border-color: #bcab2c;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c4b544;
  --bs-btn-active-border-color: #bcab2c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #b5a215;
  --bs-btn-disabled-border-color: #b5a215;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #75690e;
  --bs-btn-border-color: #75690e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #63590c;
  --bs-btn-hover-border-color: #5e540b;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5e540b;
  --bs-btn-active-border-color: #584f0b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #75690e;
  --bs-btn-disabled-border-color: #75690e;
}

.btn-success, .give-away .btn-spin {
  --bs-btn-color: #000;
  --bs-btn-bg: #D5BE19;
  --bs-btn-border-color: #D5BE19;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dbc83c;
  --bs-btn-hover-border-color: #d9c530;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ddcb47;
  --bs-btn-active-border-color: #d9c530;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #D5BE19;
  --bs-btn-disabled-border-color: #D5BE19;
}

.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: none;
  --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: #ffb007;
  --bs-btn-border-color: #ffb007;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffbc2c;
  --bs-btn-hover-border-color: #ffb820;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc039;
  --bs-btn-active-border-color: #ffb820;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffb007;
  --bs-btn-disabled-border-color: #ffb007;
}

.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: none;
  --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: #f5f8fb;
  --bs-btn-border-color: #f5f8fb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f7f9fc;
  --bs-btn-hover-border-color: #f6f9fb;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f7f9fc;
  --bs-btn-active-border-color: #f6f9fb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f5f8fb;
  --bs-btn-disabled-border-color: #f5f8fb;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #191919;
  --bs-btn-border-color: #191919;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #151515;
  --bs-btn-hover-border-color: #141414;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #141414;
  --bs-btn-active-border-color: #131313;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #191919;
  --bs-btn-disabled-border-color: #191919;
}

.btn-dark2 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #121212;
  --bs-btn-border-color: #121212;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0f0f0f;
  --bs-btn-hover-border-color: #0e0e0e;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0e0e0e;
  --bs-btn-active-border-color: #0e0e0e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #121212;
  --bs-btn-disabled-border-color: #121212;
}

.btn-outline-primary {
  --bs-btn-color: #b5a215;
  --bs-btn-border-color: #b5a215;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #b5a215;
  --bs-btn-hover-border-color: #b5a215;
  --bs-btn-focus-shadow-rgb: 181, 162, 21;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #b5a215;
  --bs-btn-active-border-color: #b5a215;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #b5a215;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}

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

.btn-outline-success {
  --bs-btn-color: #D5BE19;
  --bs-btn-border-color: #D5BE19;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #D5BE19;
  --bs-btn-hover-border-color: #D5BE19;
  --bs-btn-focus-shadow-rgb: 213, 190, 25;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #D5BE19;
  --bs-btn-active-border-color: #D5BE19;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #D5BE19;
  --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: #ffb007;
  --bs-btn-border-color: #ffb007;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffb007;
  --bs-btn-hover-border-color: #ffb007;
  --bs-btn-focus-shadow-rgb: 255, 176, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffb007;
  --bs-btn-active-border-color: #ffb007;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffb007;
  --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: #f5f8fb;
  --bs-btn-border-color: #f5f8fb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f5f8fb;
  --bs-btn-hover-border-color: #f5f8fb;
  --bs-btn-focus-shadow-rgb: 245, 248, 251;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f5f8fb;
  --bs-btn-active-border-color: #f5f8fb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f5f8fb;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}

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

.btn-outline-dark2 {
  --bs-btn-color: #121212;
  --bs-btn-border-color: #121212;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #121212;
  --bs-btn-hover-border-color: #121212;
  --bs-btn-focus-shadow-rgb: 18, 18, 18;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #121212;
  --bs-btn-active-border-color: #121212;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #121212;
  --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: rgb(122, 130, 143);
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  text-decoration: underline;
}
.btn-lg, .btn-group-lg > .btn, .give-away .btn-group-lg > .btn-spin {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.09375rem;
  --bs-btn-border-radius: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.15s ease;
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.15s ease;
}

.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: 0.875rem;
  --bs-dropdown-color: #fff;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: rgba(0, 0, 0, 0.15);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: rgba(0, 0, 0, 0.15);
  --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: #b5a215;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: rgb(122, 130, 143);
  --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: 510px) {
  .dropdown-menu-smm-start {
    --bs-position: start;
  }
  .dropdown-menu-smm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-smm-end {
    --bs-position: end;
  }
  .dropdown-menu-smm-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.765625rem;
  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: rgba(0, 0, 0, 0.15);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #b5a215;
  --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, .give-away .btn-group > .btn-spin,
.btn-group-vertical > .btn,
.give-away .btn-group-vertical > .btn-spin {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .give-away .btn-group > .btn-check:checked + .btn-spin,
.btn-group > .btn-check:focus + .btn,
.give-away .btn-group > .btn-check:focus + .btn-spin,
.btn-group > .btn:hover,
.give-away .btn-group > .btn-spin:hover,
.btn-group > .btn:focus,
.give-away .btn-group > .btn-spin:focus,
.btn-group > .btn:active,
.give-away .btn-group > .btn-spin:active,
.btn-group > .btn.active,
.give-away .btn-group > .active.btn-spin,
.btn-group-vertical > .btn-check:checked + .btn,
.give-away .btn-group-vertical > .btn-check:checked + .btn-spin,
.btn-group-vertical > .btn-check:focus + .btn,
.give-away .btn-group-vertical > .btn-check:focus + .btn-spin,
.btn-group-vertical > .btn:hover,
.give-away .btn-group-vertical > .btn-spin:hover,
.btn-group-vertical > .btn:focus,
.give-away .btn-group-vertical > .btn-spin:focus,
.btn-group-vertical > .btn:active,
.give-away .btn-group-vertical > .btn-spin:active,
.btn-group-vertical > .btn.active,
.give-away .btn-group-vertical > .active.btn-spin {
  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), .give-away .btn-group > .btn-spin:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .give-away .btn-group > .btn-spin:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.give-away .btn-group > .dropdown-toggle-split.btn-spin:first-child,
.btn-group > .btn-group:not(:last-child) > .btn,
.give-away .btn-group > .btn-group:not(:last-child) > .btn-spin {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .give-away .btn-group > .btn-spin:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.give-away .btn-group > :not(.btn-check) + .btn-spin,
.btn-group > .btn-group:not(:first-child) > .btn,
.give-away .btn-group > .btn-group:not(:first-child) > .btn-spin {
  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, .give-away .btn-group-sm > .btn-spin + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .give-away .btn-group-lg > .btn-spin + .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, .give-away .btn-group-vertical > .btn-spin,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .give-away .btn-group-vertical > .btn-spin:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .give-away .btn-group-vertical > .btn-spin:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.give-away .btn-group-vertical > .btn-group:not(:last-child) > .btn-spin {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .give-away .btn-group-vertical > .btn-spin ~ .btn, .give-away .btn-group-vertical > .btn ~ .btn-spin, .give-away .btn-group-vertical > .btn-spin ~ .btn-spin,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.give-away .btn-group-vertical > .btn-group:not(:first-child) > .btn-spin {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.25rem;
  --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: rgb(122, 130, 143);
  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, background-color 0.15s ease-in, border-color 0.15s ease-in;
}
.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: #121212;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #121212;
  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 {
  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: #b5a215;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.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.0859375rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.09375rem;
  --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.09375rem;
  --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;
  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.25rem;
  --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.25rem;
  padding-bottom: 0.25rem;
  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);
}
.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: 510px) {
  .navbar-expand-smm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-smm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-smm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-smm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-smm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-smm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-smm .navbar-toggler {
    display: none;
  }
  .navbar-expand-smm .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-smm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-smm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@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: white;
  --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='white' 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);
  --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, .products > .main-content .products-area.card > .categories {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child, .products > .main-content .products-area.card > .categories: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, .products > .main-content .products-area.card > .categories: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, .products > .main-content .products-area.card > .card-header + .categories,
.card > .list-group + .card-footer,
.products > .main-content .products-area.card > .categories + .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: #fff;
  --bs-accordion-bg: #121212;
  --bs-accordion-transition: color 0.15s ease-in, background-color 0.15s ease-in, border-color 0.15s ease-in, box-shadow 0.15s ease-in, 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;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a39213'%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: #dad18a;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(181, 162, 21, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #a39213;
  --bs-accordion-active-bg: #f8f6e8;
}

.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: 0.875rem;
  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);
}
.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);
}
.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: rgb(122, 130, 143);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: rgb(122, 130, 143);
  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: 0.875rem;
  --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(181, 162, 21, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #b5a215;
  --bs-pagination-active-border-color: #b5a215;
  --bs-pagination-disabled-color: rgb(122, 130, 143);
  --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, background-color 0.15s ease-in, border-color 0.15s ease-in, box-shadow 0.15s ease-in;
}
.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: calc(1px * -1);
}
.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.09375rem;
  --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.765625rem;
  --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, .give-away .btn-spin .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: #6d610d;
  --bs-alert-bg: #f0ecd0;
  --bs-alert-border-color: #e9e3b9;
}
.alert-primary .alert-link {
  color: #574e0a;
}

.alert-secondary {
  --bs-alert-color: #463f08;
  --bs-alert-bg: #e3e1cf;
  --bs-alert-border-color: #d6d2b7;
}
.alert-secondary .alert-link {
  color: #383206;
}

.alert-success {
  --bs-alert-color: #554c0a;
  --bs-alert-bg: #f7f2d1;
  --bs-alert-border-color: #f2ecba;
}
.alert-success .alert-link {
  color: #443d08;
}

.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: #664603;
  --bs-alert-bg: #ffefcd;
  --bs-alert-border-color: #ffe7b5;
}
.alert-warning .alert-link {
  color: #523802;
}

.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: #626364;
  --bs-alert-bg: #fdfefe;
  --bs-alert-border-color: #fcfdfe;
}
.alert-light .alert-link {
  color: #4e4f50;
}

.alert-dark {
  --bs-alert-color: #0f0f0f;
  --bs-alert-bg: #d1d1d1;
  --bs-alert-border-color: #bababa;
}
.alert-dark .alert-link {
  color: #0c0c0c;
}

.alert-dark2 {
  --bs-alert-color: #0b0b0b;
  --bs-alert-bg: #d0d0d0;
  --bs-alert-border-color: #b8b8b8;
}
.alert-dark2 .alert-link {
  color: #090909;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.65625rem;
  --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: #b5a215;
  --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);
}

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

.list-group, .products > .main-content .products-area > .categories {
  --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: #fff;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: rgb(122, 130, 143);
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #b5a215;
  --bs-list-group-active-border-color: #b5a215;
  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, .products > .main-content .products-area > .categories.list-group-numbered > li::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, .products > .main-content .products-area > .categories > li {
  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, .products > .main-content .products-area > .categories > li:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child, .products > .main-content .products-area > .categories > li:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .products > .main-content .products-area > .categories > li.disabled, .list-group-item:disabled, .products > .main-content .products-area > .categories > li:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active, .products > .main-content .products-area > .categories > li.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, .products > .main-content .products-area > .categories > li + .list-group-item, .products > .main-content .products-area > .categories > .list-group-item + li, .products > .main-content .products-area > .categories > li + li {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active, .products > .main-content .products-area > .categories > li + .list-group-item.active, .products > .main-content .products-area > .categories > .list-group-item + li.active, .products > .main-content .products-area > .categories > li + li.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, .products > .main-content .products-area > .categories.list-group-horizontal > li: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, .products > .main-content .products-area > .categories.list-group-horizontal > li:last-child {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active, .products > .main-content .products-area > .categories.list-group-horizontal > li.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item, .products > .main-content .products-area > .categories.list-group-horizontal > li + .list-group-item, .products > .main-content .products-area > .categories.list-group-horizontal > .list-group-item + li, .products > .main-content .products-area > .categories.list-group-horizontal > li + li {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active, .products > .main-content .products-area > .categories.list-group-horizontal > li + .list-group-item.active, .products > .main-content .products-area > .categories.list-group-horizontal > .list-group-item + li.active, .products > .main-content .products-area > .categories.list-group-horizontal > li + li.active {
  margin-left: calc(var(--bs-list-group-border-width) * -1);
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 510px) {
  .list-group-horizontal-smm {
    flex-direction: row;
  }
  .list-group-horizontal-smm > .list-group-item:first-child, .products > .main-content .products-area > .categories.list-group-horizontal-smm > li:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-smm > .list-group-item:last-child, .products > .main-content .products-area > .categories.list-group-horizontal-smm > li:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-smm > .list-group-item.active, .products > .main-content .products-area > .categories.list-group-horizontal-smm > li.active {
    margin-top: 0;
  }
  .list-group-horizontal-smm > .list-group-item + .list-group-item, .products > .main-content .products-area > .categories.list-group-horizontal-smm > li + .list-group-item, .products > .main-content .products-area > .categories.list-group-horizontal-smm > .list-group-item + li, .products > .main-content .products-area > .categories.list-group-horizontal-smm > li + li {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-smm > .list-group-item + .list-group-item.active, .products > .main-content .products-area > .categories.list-group-horizontal-smm > li + .list-group-item.active, .products > .main-content .products-area > .categories.list-group-horizontal-smm > .list-group-item + li.active, .products > .main-content .products-area > .categories.list-group-horizontal-smm > li + li.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, .products > .main-content .products-area > .categories.list-group-horizontal-sm > li: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, .products > .main-content .products-area > .categories.list-group-horizontal-sm > li: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, .products > .main-content .products-area > .categories.list-group-horizontal-sm > li.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item, .products > .main-content .products-area > .categories.list-group-horizontal-sm > li + .list-group-item, .products > .main-content .products-area > .categories.list-group-horizontal-sm > .list-group-item + li, .products > .main-content .products-area > .categories.list-group-horizontal-sm > li + li {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active, .products > .main-content .products-area > .categories.list-group-horizontal-sm > li + .list-group-item.active, .products > .main-content .products-area > .categories.list-group-horizontal-sm > .list-group-item + li.active, .products > .main-content .products-area > .categories.list-group-horizontal-sm > li + li.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, .products > .main-content .products-area > .categories.list-group-horizontal-md > li: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, .products > .main-content .products-area > .categories.list-group-horizontal-md > li: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, .products > .main-content .products-area > .categories.list-group-horizontal-md > li.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item, .products > .main-content .products-area > .categories.list-group-horizontal-md > li + .list-group-item, .products > .main-content .products-area > .categories.list-group-horizontal-md > .list-group-item + li, .products > .main-content .products-area > .categories.list-group-horizontal-md > li + li {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active, .products > .main-content .products-area > .categories.list-group-horizontal-md > li + .list-group-item.active, .products > .main-content .products-area > .categories.list-group-horizontal-md > .list-group-item + li.active, .products > .main-content .products-area > .categories.list-group-horizontal-md > li + li.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, .products > .main-content .products-area > .categories.list-group-horizontal-lg > li: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, .products > .main-content .products-area > .categories.list-group-horizontal-lg > li: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, .products > .main-content .products-area > .categories.list-group-horizontal-lg > li.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item, .products > .main-content .products-area > .categories.list-group-horizontal-lg > li + .list-group-item, .products > .main-content .products-area > .categories.list-group-horizontal-lg > .list-group-item + li, .products > .main-content .products-area > .categories.list-group-horizontal-lg > li + li {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active, .products > .main-content .products-area > .categories.list-group-horizontal-lg > li + .list-group-item.active, .products > .main-content .products-area > .categories.list-group-horizontal-lg > .list-group-item + li.active, .products > .main-content .products-area > .categories.list-group-horizontal-lg > li + li.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, .products > .main-content .products-area > .categories.list-group-horizontal-xl > li: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, .products > .main-content .products-area > .categories.list-group-horizontal-xl > li: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, .products > .main-content .products-area > .categories.list-group-horizontal-xl > li.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item, .products > .main-content .products-area > .categories.list-group-horizontal-xl > li + .list-group-item, .products > .main-content .products-area > .categories.list-group-horizontal-xl > .list-group-item + li, .products > .main-content .products-area > .categories.list-group-horizontal-xl > li + li {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active, .products > .main-content .products-area > .categories.list-group-horizontal-xl > li + .list-group-item.active, .products > .main-content .products-area > .categories.list-group-horizontal-xl > .list-group-item + li.active, .products > .main-content .products-area > .categories.list-group-horizontal-xl > li + li.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, .products > .main-content .products-area > .categories.list-group-horizontal-xxl > li: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, .products > .main-content .products-area > .categories.list-group-horizontal-xxl > li: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, .products > .main-content .products-area > .categories.list-group-horizontal-xxl > li.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item, .products > .main-content .products-area > .categories.list-group-horizontal-xxl > li + .list-group-item, .products > .main-content .products-area > .categories.list-group-horizontal-xxl > .list-group-item + li, .products > .main-content .products-area > .categories.list-group-horizontal-xxl > li + li {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active, .products > .main-content .products-area > .categories.list-group-horizontal-xxl > li + .list-group-item.active, .products > .main-content .products-area > .categories.list-group-horizontal-xxl > .list-group-item + li.active, .products > .main-content .products-area > .categories.list-group-horizontal-xxl > li + li.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, .products > .main-content .products-area > .categories.list-group-flush > li {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child, .products > .main-content .products-area > .categories.list-group-flush > li:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #6d610d;
  background-color: #f0ecd0;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #6d610d;
  background-color: #d8d4bb;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #6d610d;
  border-color: #6d610d;
}

.list-group-item-secondary {
  color: #463f08;
  background-color: #e3e1cf;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #463f08;
  background-color: #cccbba;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #463f08;
  border-color: #463f08;
}

.list-group-item-success {
  color: #554c0a;
  background-color: #f7f2d1;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #554c0a;
  background-color: #dedabc;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #554c0a;
  border-color: #554c0a;
}

.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: #664603;
  background-color: #ffefcd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664603;
  background-color: #e6d7b9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664603;
  border-color: #664603;
}

.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: #626364;
  background-color: #fdfefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #626364;
  background-color: #e4e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #626364;
  border-color: #626364;
}

.list-group-item-dark {
  color: #0f0f0f;
  background-color: #d1d1d1;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #0f0f0f;
  background-color: #bcbcbc;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}

.list-group-item-dark2 {
  color: #0b0b0b;
  background-color: #d0d0d0;
}
.list-group-item-dark2.list-group-item-action:hover, .list-group-item-dark2.list-group-item-action:focus {
  color: #0b0b0b;
  background-color: #bbbbbb;
}
.list-group-item-dark2.list-group-item-action.active {
  color: #fff;
  background-color: #0b0b0b;
  border-color: #0b0b0b;
}

.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(181, 162, 21, 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);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: rgb(122, 130, 143);
  --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: null;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color);
  --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;
  pointer-events: none;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.1s ease;
  transform: translate(0, -50px);
}
.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: 509.98px) {
  .modal-fullscreen-smm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-smm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-smm-down .modal-header,
  .modal-fullscreen-smm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-smm-down .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.765625rem;
  --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;
  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, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: var(--bs-tooltip-arrow-height) 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 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, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 var(--bs-tooltip-arrow-height);
}
.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, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: var(--bs-tooltip-arrow-height) 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 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, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 var(--bs-tooltip-arrow-height);
}
.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.765625rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: rgba(0, 0, 0, 0.2);
  --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: 0.875rem;
  --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: #fff;
  --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.15s ease-in;
}

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

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

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-smm {
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: null;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 509.98px) {
  .offcanvas-smm {
    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;
  }
  .offcanvas-smm.showing, .offcanvas-smm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-smm.showing, .offcanvas-smm.hiding, .offcanvas-smm.show {
    visibility: visible;
  }
  .offcanvas-smm.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-smm.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-smm.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-smm.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: 510px) {
  .offcanvas-smm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-smm .offcanvas-header {
    display: none;
  }
  .offcanvas-smm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@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;
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .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;
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .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;
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .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;
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .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;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
  .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%);
  }
  .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%);
  }
  .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%);
  }
  .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;
}
.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, .give-away .placeholder.btn-spin::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: "";
}

.link-primary {
  color: #b5a215 !important;
}
.link-primary:hover, .link-primary:focus {
  color: #c4b544 !important;
}

.link-secondary {
  color: #75690e !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #5e540b !important;
}

.link-success {
  color: #D5BE19 !important;
}
.link-success:hover, .link-success:focus {
  color: #ddcb47 !important;
}

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

.link-warning {
  color: #ffb007 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffc039 !important;
}

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

.link-light {
  color: #f5f8fb !important;
}
.link-light:hover, .link-light:focus {
  color: #f7f9fc !important;
}

.link-dark {
  color: #191919 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #141414 !important;
}

.link-dark2 {
  color: #121212 !important;
}
.link-dark2:hover, .link-dark2:focus {
  color: #0e0e0e !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: 510px) {
  .sticky-smm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-smm-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, .give-away .prize, .give-away {
  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, .dropdown-menu, .pagination, .btn, .give-away .btn-spin, .give-away .prize, .how-to > .contents, .how-to > .toc, .products > .main-content .products-area > .categories {
  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 {
  --bs-border-opacity: 1;
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  --bs-border-opacity: 1;
  border: 0 !important;
}

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

.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 {
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

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

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

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

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

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

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

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

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

.border-white {
  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;
}

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

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

.w-75, .give-away .btn-spin {
  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, .give-away .prize, .give-away {
  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, .give-away .prize {
  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, .give-away .btn-spin {
  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, .products > .main-content .products-area .items > .card {
  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, .give-away .prize {
  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.34375rem + 1.125vw) !important;
}

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

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

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

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

.fs-6 {
  font-size: 0.875rem !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, .give-away .prize {
  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, .navbar .nav-link:not(.btn, .cart-count).active {
  --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-dark2 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark2-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, table > caption {
  --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, .faq .item .content {
  --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, * ::-webkit-scrollbar-thumb {
  --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, .modal-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark, * ::-webkit-scrollbar-track, footer, table > thead, .pagination > .page-item, .setting-hint {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark2, .note-editor {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark2-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, .how-to > .contents, .how-to > .toc {
  --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, footer {
  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;
}

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

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

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

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

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

@media (min-width: 510px) {
  .float-smm-start {
    float: left !important;
  }
  .float-smm-end {
    float: right !important;
  }
  .float-smm-none {
    float: none !important;
  }
  .d-smm-inline {
    display: inline !important;
  }
  .d-smm-inline-block {
    display: inline-block !important;
  }
  .d-smm-block {
    display: block !important;
  }
  .d-smm-grid {
    display: grid !important;
  }
  .d-smm-table {
    display: table !important;
  }
  .d-smm-table-row {
    display: table-row !important;
  }
  .d-smm-table-cell {
    display: table-cell !important;
  }
  .d-smm-flex {
    display: flex !important;
  }
  .d-smm-inline-flex {
    display: inline-flex !important;
  }
  .d-smm-none {
    display: none !important;
  }
  .flex-smm-fill {
    flex: 1 1 auto !important;
  }
  .flex-smm-row {
    flex-direction: row !important;
  }
  .flex-smm-column {
    flex-direction: column !important;
  }
  .flex-smm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-smm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-smm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-smm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-smm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-smm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-smm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-smm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-smm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-smm-start {
    justify-content: flex-start !important;
  }
  .justify-content-smm-end {
    justify-content: flex-end !important;
  }
  .justify-content-smm-center {
    justify-content: center !important;
  }
  .justify-content-smm-between {
    justify-content: space-between !important;
  }
  .justify-content-smm-around {
    justify-content: space-around !important;
  }
  .justify-content-smm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-smm-start {
    align-items: flex-start !important;
  }
  .align-items-smm-end {
    align-items: flex-end !important;
  }
  .align-items-smm-center {
    align-items: center !important;
  }
  .align-items-smm-baseline {
    align-items: baseline !important;
  }
  .align-items-smm-stretch {
    align-items: stretch !important;
  }
  .align-content-smm-start {
    align-content: flex-start !important;
  }
  .align-content-smm-end {
    align-content: flex-end !important;
  }
  .align-content-smm-center {
    align-content: center !important;
  }
  .align-content-smm-between {
    align-content: space-between !important;
  }
  .align-content-smm-around {
    align-content: space-around !important;
  }
  .align-content-smm-stretch {
    align-content: stretch !important;
  }
  .align-self-smm-auto {
    align-self: auto !important;
  }
  .align-self-smm-start {
    align-self: flex-start !important;
  }
  .align-self-smm-end {
    align-self: flex-end !important;
  }
  .align-self-smm-center {
    align-self: center !important;
  }
  .align-self-smm-baseline {
    align-self: baseline !important;
  }
  .align-self-smm-stretch {
    align-self: stretch !important;
  }
  .order-smm-first {
    order: -1 !important;
  }
  .order-smm-0 {
    order: 0 !important;
  }
  .order-smm-1 {
    order: 1 !important;
  }
  .order-smm-2 {
    order: 2 !important;
  }
  .order-smm-3 {
    order: 3 !important;
  }
  .order-smm-4 {
    order: 4 !important;
  }
  .order-smm-5 {
    order: 5 !important;
  }
  .order-smm-last {
    order: 6 !important;
  }
  .m-smm-0 {
    margin: 0 !important;
  }
  .m-smm-1 {
    margin: 0.25rem !important;
  }
  .m-smm-2 {
    margin: 0.5rem !important;
  }
  .m-smm-3 {
    margin: 1rem !important;
  }
  .m-smm-4 {
    margin: 1.5rem !important;
  }
  .m-smm-5 {
    margin: 3rem !important;
  }
  .m-smm-auto {
    margin: auto !important;
  }
  .mx-smm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-smm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-smm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-smm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-smm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-smm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-smm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-smm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-smm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-smm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-smm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-smm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-smm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-smm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-smm-0 {
    margin-top: 0 !important;
  }
  .mt-smm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-smm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-smm-3 {
    margin-top: 1rem !important;
  }
  .mt-smm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-smm-5 {
    margin-top: 3rem !important;
  }
  .mt-smm-auto {
    margin-top: auto !important;
  }
  .me-smm-0 {
    margin-right: 0 !important;
  }
  .me-smm-1 {
    margin-right: 0.25rem !important;
  }
  .me-smm-2 {
    margin-right: 0.5rem !important;
  }
  .me-smm-3 {
    margin-right: 1rem !important;
  }
  .me-smm-4 {
    margin-right: 1.5rem !important;
  }
  .me-smm-5 {
    margin-right: 3rem !important;
  }
  .me-smm-auto {
    margin-right: auto !important;
  }
  .mb-smm-0 {
    margin-bottom: 0 !important;
  }
  .mb-smm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-smm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-smm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-smm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-smm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-smm-auto {
    margin-bottom: auto !important;
  }
  .ms-smm-0 {
    margin-left: 0 !important;
  }
  .ms-smm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-smm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-smm-3 {
    margin-left: 1rem !important;
  }
  .ms-smm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-smm-5 {
    margin-left: 3rem !important;
  }
  .ms-smm-auto {
    margin-left: auto !important;
  }
  .p-smm-0 {
    padding: 0 !important;
  }
  .p-smm-1 {
    padding: 0.25rem !important;
  }
  .p-smm-2 {
    padding: 0.5rem !important;
  }
  .p-smm-3 {
    padding: 1rem !important;
  }
  .p-smm-4 {
    padding: 1.5rem !important;
  }
  .p-smm-5 {
    padding: 3rem !important;
  }
  .px-smm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-smm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-smm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-smm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-smm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-smm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-smm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-smm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-smm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-smm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-smm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-smm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-smm-0 {
    padding-top: 0 !important;
  }
  .pt-smm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-smm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-smm-3 {
    padding-top: 1rem !important;
  }
  .pt-smm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-smm-5 {
    padding-top: 3rem !important;
  }
  .pe-smm-0 {
    padding-right: 0 !important;
  }
  .pe-smm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-smm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-smm-3 {
    padding-right: 1rem !important;
  }
  .pe-smm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-smm-5 {
    padding-right: 3rem !important;
  }
  .pb-smm-0 {
    padding-bottom: 0 !important;
  }
  .pb-smm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-smm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-smm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-smm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-smm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-smm-0 {
    padding-left: 0 !important;
  }
  .ps-smm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-smm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-smm-3 {
    padding-left: 1rem !important;
  }
  .ps-smm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-smm-5 {
    padding-left: 3rem !important;
  }
  .gap-smm-0 {
    gap: 0 !important;
  }
  .gap-smm-1 {
    gap: 0.25rem !important;
  }
  .gap-smm-2 {
    gap: 0.5rem !important;
  }
  .gap-smm-3 {
    gap: 1rem !important;
  }
  .gap-smm-4 {
    gap: 1.5rem !important;
  }
  .gap-smm-5 {
    gap: 3rem !important;
  }
  .text-smm-start {
    text-align: left !important;
  }
  .text-smm-end {
    text-align: right !important;
  }
  .text-smm-center {
    text-align: center !important;
  }
  .wr-smm-25 {
    width: 25% !important;
  }
  .wr-smm-50 {
    width: 50% !important;
  }
  .wr-smm-75 {
    width: 75% !important;
  }
  .wr-smm-100 {
    width: 100% !important;
  }
  .wr-smm-auto {
    width: auto !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;
  }
  .wr-sm-25 {
    width: 25% !important;
  }
  .wr-sm-50 {
    width: 50% !important;
  }
  .wr-sm-75 {
    width: 75% !important;
  }
  .wr-sm-100 {
    width: 100% !important;
  }
  .wr-sm-auto {
    width: auto !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;
  }
  .wr-md-25 {
    width: 25% !important;
  }
  .wr-md-50 {
    width: 50% !important;
  }
  .wr-md-75 {
    width: 75% !important;
  }
  .wr-md-100 {
    width: 100% !important;
  }
  .wr-md-auto {
    width: auto !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;
  }
  .wr-lg-25 {
    width: 25% !important;
  }
  .wr-lg-50 {
    width: 50% !important;
  }
  .wr-lg-75 {
    width: 75% !important;
  }
  .wr-lg-100 {
    width: 100% !important;
  }
  .wr-lg-auto {
    width: auto !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;
  }
  .wr-xl-25 {
    width: 25% !important;
  }
  .wr-xl-50 {
    width: 50% !important;
  }
  .wr-xl-75 {
    width: 75% !important;
  }
  .wr-xl-100 {
    width: 100% !important;
  }
  .wr-xl-auto {
    width: auto !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;
  }
  .wr-xxl-25 {
    width: 25% !important;
  }
  .wr-xxl-50 {
    width: 50% !important;
  }
  .wr-xxl-75 {
    width: 75% !important;
  }
  .wr-xxl-100 {
    width: 100% !important;
  }
  .wr-xxl-auto {
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.1875rem !important;
  }
  .fs-2 {
    font-size: 1.75rem !important;
  }
  .fs-3 {
    font-size: 1.53125rem !important;
  }
  .fs-4 {
    font-size: 1.3125rem !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;
  }
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.navbar {
  padding-left: 0 !important;
  margin-top: 10px;
  margin-bottom: 30px;
  white-space: nowrap;
  word-break: keep-all;
}
.navbar > .navbar-brand {
  padding: 0 !important;
  font-size: 26px;
  color: #b5a215;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.navbar > .navbar-brand > img {
  user-focus: none !important;
  outline: none !important;
  width: 50px !important;
}
.navbar > .navbar-collapse {
  justify-content: space-between;
}
.navbar > .navbar-collapse > ul {
  text-align: center;
  align-items: center;
  align-content: center;
}
.navbar > .navbar-collapse.centered {
  justify-content: center;
  text-align: center;
}
.navbar > .navbar-collapse.centered > ul {
  text-align: center;
  align-items: center;
  align-content: center;
}
@media (min-width: 992px) {
  .navbar > .navbar-collapse.centered {
    justify-content: end;
  }
  .navbar > .navbar-collapse.centered > ul:first-child {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.navbar .nav-link {
  text-transform: uppercase !important;
  font-size: 15px !important;
  padding: 5px 10px !important;
  position: relative;
}
@media (min-width: 992px) {
  .navbar .nav-link:not(.btn, .cart-count) {
    padding-bottom: 0 !important;
  }
}

.auth {
  margin: auto;
  width: 50%;
}
.auth label {
  padding: 0 !important;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .auth {
    width: 100%;
    max-width: 550px;
  }
}

.products {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  width: 75%;
}
.products > .main-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.products > .main-content .products-area {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.products > .main-content .products-area > .categories {
  height: max-content;
  border-radius: 0;
}
.products > .main-content .products-area > .categories > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  cursor: pointer;
  border: none !important;
  font-weight: 400;
  text-transform: capitalize;
}
.products > .main-content .products-area > .categories > li > span {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  max-height: max-content;
  max-width: max-content;
}
.products > .main-content .products-area > .categories > li > span.bg-secondary {
  background-color: rgba(49, 49, 49, 0.09) !important;
  color: black;
  font-weight: 400;
}
.products > .main-content .products-area .items {
  display: grid;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 7.5px;
}
@media (max-width: 991.98px) {
  .products > .main-content .products-area .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .products > .main-content .products-area .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 509.98px) {
  .products > .main-content .products-area .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.products > .main-content .products-area .items > .card {
  border: none !important;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
  background: rgba(213, 190, 25, 0.2) !important;
  padding: 7.5px !important;
  margin: auto;
  width: 100%;
}
.products > .main-content .products-area .items > .card .card-title {
  min-height: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.products > .main-content .products-area .items > .card .card-img-top {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 0.375rem;
  background: #121212;
  min-width: 217px;
  min-height: 150px;
}
.products > .main-content .products-area .items > .card .card-img-top > img {
  width: 100% !important;
  border-radius: 0.375rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.products > .main-content .products-area .items > .card .card-img-top.hidden {
  animation: 0.75s breath infinite;
  background: #b5a215;
}
.products > .main-content .products-area .items > .card .card-img-top.hidden > img {
  display: none;
}
.products > .main-content .products-area .items > .card .card-img-top.no-image {
  background: #191919;
}
.products > .main-content .products-area .items > .card .card-img-top.no-image > img {
  display: none;
}
.products > .main-content .products-area .items > .card .card-body {
  width: 100%;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: end;
  align-content: center;
}
.products > .main-content .products-area .items > .card .card-body * {
  font-size: 12px !important;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 991.98px) {
  .products > .main-content .products-area {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991.98px) {
  .products {
    width: 100% !important;
  }
}

.products.full {
  width: 100%;
}

.products.xlg {
  width: 85%;
}

.products.lg {
  width: 75%;
}

.products.md {
  width: 65%;
}

.products.sm {
  width: 50%;
}

.border-dashed {
  border-style: dashed !important;
}

.product-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.product-tags > span.badge {
  margin: 2.5px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  background: rgba(213, 190, 25, 0.2);
  color: #D5BE19;
}

.how-to {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 15px;
  margin-bottom: 10px;
}
.how-to > .toc {
  list-style: none !important;
  padding: 1.25px 7.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-content: center;
  height: max-content;
}
.how-to > .toc > .item {
  cursor: pointer;
  user-select: none !important;
  margin: 5px 0;
  text-transform: none;
  text-decoration: none;
  font-size: 13px !important;
  font-weight: 500 !important;
}
.how-to > .toc > .item.active {
  font-weight: bolder !important;
}
.how-to > .toc > .item::before {
  content: "> ";
}
.how-to > .contents {
  padding: 2.5px 5px;
  height: max-content;
}
.how-to > .contents > .content {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-content: center;
  padding: 5px 7.5px;
  font-size: 14px;
}
.how-to > .contents > .content.show {
  display: flex;
}
@media (max-width: 767.98px) {
  .how-to {
    grid-template-columns: 1fr;
  }
}

.give-away {
  flex-direction: column;
}
.give-away .prize {
  min-width: 75px;
  max-width: 75px;
  min-height: 75px;
  max-height: 75px;
  align-content: center;
  align-items: center;
  font-weight: 500;
  color: white;
  opacity: 0.7;
  transition: all 0.25s;
  user-select: none !important;
  border-radius: 100%;
}
.give-away .prize:nth-child(1) {
  background-color: #bb3e03 !important;
}
.give-away .prize:nth-child(2) {
  background-color: #ca6702 !important;
}
.give-away .prize:nth-child(3) {
  background-color: #ee9b00 !important;
}
.give-away .prize:nth-child(n+4) {
  background-color: #94d2bd !important;
}
.give-away .prize.active {
  opacity: 1;
  transform: scale(1.09);
}
.give-away .btn-spin {
  max-width: 450px;
}

.paymentProcessors {
  display: grid;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 7.5px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.paymentProcessors .paymentProcessor {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
  background-color: #191919;
  padding: 10px;
  border-radius: 4px;
  transition: all ease 0.1s;
  height: 60px !important;
  min-width: 250px !important;
  font-size: 13px;
  letter-spacing: 1px;
}
.paymentProcessors .paymentProcessor.active {
  background-color: rgba(213, 190, 25, 0.25);
}

.carts-area {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  overflow-x: auto;
}
.carts-area > .item {
  margin-bottom: 10px;
  margin-left: 15px;
  min-width: 300px;
  max-width: 300px;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background-color: #191919;
  padding: 10px 7.5px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.carts-area > .item:first-child {
  margin-left: 0;
}
.carts-area > .item .img {
  width: 80px !important;
  height: 50px !important;
  border-radius: 6px;
}
.carts-area > .item .remove-btn {
  cursor: pointer;
  height: 25px !important;
  width: 25px !important;
  padding: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.carts-area > .item label {
  font-size: 11px;
}

#mainPageCategories {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap !important;
  overflow-x: hidden !important;
  border: none !important;
}
#mainPageCategories .nav {
  border: none !important;
  overflow-x: auto !important;
}
#mainPageCategories .nav .nav-link {
  margin-bottom: 15px !important;
  word-break: keep-all;
  white-space: nowrap;
  background: none !important;
  color: #b5a215 !important;
  border: none !important;
  border-bottom: 2px solid #191919 !important;
  transition: all ease-in 0.16s;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
}
#mainPageCategories .nav .nav-link.active {
  color: white !important;
  border-bottom: 2px solid #D5BE19 !important;
}

.faq {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  padding: 5px 0;
}
.faq .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 12.5px;
  align-items: center;
  cursor: pointer;
  border: 1.5px solid #b5a215;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
  transition: all ease-in 0.1s;
}
.faq .item.collapsed {
  border: 1.5px solid #191919;
}
.faq .item:not(.collapsed) {
  background: rgba(213, 190, 25, 0.1);
}
.faq .item .title {
  width: 100%;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  color: white;
  letter-spacing: 1px;
  margin: 0;
}
.faq .item .content {
  font-size: 13px;
  width: 100%;
}
.faq .item * {
  user-select: none;
}

.container-md {
  max-width: 980px !important;
}

.setting-hint {
  padding: 10px 15px;
  width: 100%;
  border-radius: 4px;
}
.setting-hint *:not(a) {
  color: rgba(255, 255, 255, 0.75);
}
.setting-hint li {
  font-size: 14px;
}

.alert.announcement {
  padding: 5px 10px;
  border-radius: 0;
  text-align: center;
  margin-bottom: 5px !important;
  font-size: 16px;
  font-weight: 500;
  color: white;
}
.alert.announcement > span {
  animation: infinite breath 0.75s ease;
}
.alert.announcement > span a {
  text-underline-position: under;
  letter-spacing: 1.5px;
}

@keyframes breath {
  50% {
    opacity: 0.5;
  }
}
/* cyrillic-ext */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk0gotcqA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk2wotcqA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk0AotcqA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk0QotcqA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk3wot.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk0gotcqA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk2wotcqA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk0AotcqA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk0QotcqA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk3wot.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk0gotcqA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk2wotcqA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk0AotcqA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk0QotcqA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk3wot.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk0gotcqA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk2wotcqA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk0AotcqA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk0QotcqA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk3wot.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk0gotcqA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk2wotcqA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk0AotcqA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk0QotcqA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/1Ptvg83HX_SGhgqk3wot.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.stars-background {
  border-radius: 100%;
  background: transparent;
  animation: animStar 10s linear infinite;
  position: fixed;
  z-index: -2;
  left: 0;
  top: 0;
}
.stars-background.small {
  width: 1px;
  height: 1px;
  box-shadow: 2279px 3350px #D5BE19 , 347px 1125px #D5BE19 , 622px 2187px #D5BE19 , 2129px 2417px #D5BE19 , 31px 1087px #D5BE19 , 449px 90px #D5BE19 , 1554px 2762px #D5BE19 , 301px 2422px #D5BE19 , 2249px 1246px #D5BE19 , 2176px 1054px #D5BE19 , 1643px 3748px #D5BE19 , 811px 3030px #D5BE19 , 790px 1984px #D5BE19 , 768px 306px #D5BE19 , 850px 2957px #D5BE19 , 2390px 3092px #D5BE19 , 235px 1821px #D5BE19 , 2077px 894px #D5BE19 , 578px 632px #D5BE19 , 535px 1058px #D5BE19 , 1181px 71px #D5BE19 , 1018px 3031px #D5BE19 , 2166px 2501px #D5BE19 , 1954px 1948px #D5BE19 , 1112px 1335px #D5BE19 , 1851px 3412px #D5BE19 , 1432px 1296px #D5BE19 , 2041px 1953px #D5BE19 , 438px 201px #D5BE19 , 748px 597px #D5BE19 , 2468px 1329px #D5BE19 , 1631px 505px #D5BE19 , 1418px 37px #D5BE19 , 876px 1840px #D5BE19 , 387px 1813px #D5BE19 , 2079px 197px #D5BE19 , 641px 1798px #D5BE19 , 1782px 2538px #D5BE19 , 1034px 3091px #D5BE19 , 1889px 3995px #D5BE19 , 406px 1797px #D5BE19 , 153px 2233px #D5BE19 , 1421px 2929px #D5BE19 , 368px 1547px #D5BE19 , 737px 3542px #D5BE19 , 426px 35px #D5BE19 , 174px 1798px #D5BE19 , 1874px 3579px #D5BE19 , 2500px 2685px #D5BE19 , 143px 2565px #D5BE19 , 2122px 2459px #D5BE19 , 1405px 2579px #D5BE19 , 107px 3357px #D5BE19 , 2380px 3739px #D5BE19 , 671px 2935px #D5BE19 , 1524px 1921px #D5BE19 , 1063px 2146px #D5BE19 , 1254px 2624px #D5BE19 , 2067px 3487px #D5BE19 , 1314px 345px #D5BE19 , 1790px 2512px #D5BE19 , 1356px 550px #D5BE19 , 134px 1709px #D5BE19 , 1709px 292px #D5BE19 , 399px 789px #D5BE19 , 2277px 562px #D5BE19 , 1822px 31px #D5BE19 , 2423px 561px #D5BE19 , 2466px 3941px #D5BE19 , 1533px 320px #D5BE19 , 377px 10px #D5BE19 , 567px 1113px #D5BE19 , 1079px 3308px #D5BE19 , 1752px 3110px #D5BE19 , 20px 1964px #D5BE19 , 369px 2981px #D5BE19 , 2115px 2646px #D5BE19 , 794px 2201px #D5BE19 , 2150px 2930px #D5BE19 , 1997px 2725px #D5BE19 , 627px 3252px #D5BE19 , 144px 2275px #D5BE19 , 456px 3147px #D5BE19 , 188px 1566px #D5BE19 , 949px 2338px #D5BE19 , 781px 1310px #D5BE19 , 165px 588px #D5BE19 , 2106px 3590px #D5BE19 , 22px 2445px #D5BE19 , 343px 1562px #D5BE19 , 492px 2137px #D5BE19 , 593px 3505px #D5BE19 , 1295px 1081px #D5BE19 , 983px 2150px #D5BE19 , 1158px 3388px #D5BE19 , 1065px 1882px #D5BE19 , 2039px 3571px #D5BE19 , 2313px 1740px #D5BE19 , 1170px 2671px #D5BE19 , 1091px 3947px #D5BE19 , 73px 2427px #D5BE19 , 2358px 2482px #D5BE19 , 234px 2641px #D5BE19 , 349px 900px #D5BE19 , 525px 2063px #D5BE19 , 1100px 2525px #D5BE19 , 544px 1771px #D5BE19 , 278px 444px #D5BE19 , 1923px 3112px #D5BE19 , 387px 906px #D5BE19 , 488px 3644px #D5BE19 , 490px 3470px #D5BE19 , 2418px 2545px #D5BE19 , 1578px 1664px #D5BE19 , 2062px 1012px #D5BE19 , 216px 520px #D5BE19 , 655px 1452px #D5BE19 , 612px 1785px #D5BE19 , 1357px 3556px #D5BE19 , 1666px 2845px #D5BE19 , 535px 1957px #D5BE19 , 127px 1084px #D5BE19 , 2294px 996px #D5BE19 , 567px 3154px #D5BE19 , 1118px 3439px #D5BE19 , 2374px 1149px #D5BE19 , 1875px 1712px #D5BE19 , 392px 3106px #D5BE19 , 974px 3822px #D5BE19 , 266px 1295px #D5BE19 , 317px 914px #D5BE19 , 2423px 2948px #D5BE19 , 2432px 1187px #D5BE19 , 194px 2709px #D5BE19 , 2095px 3426px #D5BE19 , 720px 1718px #D5BE19 , 1182px 153px #D5BE19 , 544px 3035px #D5BE19 , 1593px 1325px #D5BE19 , 392px 260px #D5BE19 , 395px 1933px #D5BE19 , 1107px 2035px #D5BE19 , 1625px 3592px #D5BE19 , 476px 3129px #D5BE19 , 1027px 1286px #D5BE19 , 605px 3371px #D5BE19 , 1129px 1308px #D5BE19 , 334px 3096px #D5BE19 , 1790px 3363px #D5BE19 , 1021px 3167px #D5BE19 , 1314px 1355px #D5BE19 , 791px 1376px #D5BE19 , 1265px 2775px #D5BE19 , 473px 1620px #D5BE19 , 1516px 404px #D5BE19 , 1307px 1071px #D5BE19 , 761px 1202px #D5BE19 , 389px 3033px #D5BE19 , 196px 661px #D5BE19 , 560px 2675px #D5BE19 , 1246px 512px #D5BE19 , 1471px 1982px #D5BE19 , 552px 61px #D5BE19 , 255px 2263px #D5BE19 , 1993px 1417px #D5BE19 , 573px 90px #D5BE19 , 1958px 3392px #D5BE19 , 1266px 2383px #D5BE19 , 2233px 1697px #D5BE19 , 2455px 3px #D5BE19 , 489px 1656px #D5BE19 , 280px 1712px #D5BE19 , 207px 1674px #D5BE19 , 2382px 1015px #D5BE19 , 1481px 2778px #D5BE19 , 2022px 1708px #D5BE19 , 1687px 3747px #D5BE19 , 1549px 427px #D5BE19 , 1836px 1268px #D5BE19 , 1813px 3060px #D5BE19 , 659px 379px #D5BE19 , 2333px 3068px #D5BE19 , 2225px 1212px #D5BE19 , 2364px 3748px #D5BE19 , 2011px 432px #D5BE19 , 243px 2778px #D5BE19 , 661px 3135px #D5BE19 , 59px 498px #D5BE19 , 531px 1645px #D5BE19 , 64px 1664px #D5BE19 , 1865px 3639px #D5BE19 , 23px 1978px #D5BE19 , 961px 2541px #D5BE19 , 1268px 3927px #D5BE19 , 804px 1398px #D5BE19 , 2131px 199px #D5BE19 , 1467px 480px #D5BE19 , 2417px 3695px #D5BE19 , 105px 2012px #D5BE19 , 77px 3660px #D5BE19 , 1693px 1384px #D5BE19 , 1699px 2903px #D5BE19 , 701px 463px #D5BE19 , 340px 2936px #D5BE19 , 992px 1461px #D5BE19 , 1893px 1879px #D5BE19 , 1638px 3039px #D5BE19 , 2097px 3576px #D5BE19 , 578px 3141px #D5BE19 , 672px 2609px #D5BE19 , 458px 2926px #D5BE19 , 206px 2774px #D5BE19 , 358px 2596px #D5BE19 , 2404px 3078px #D5BE19 , 281px 967px #D5BE19 , 726px 2753px #D5BE19 , 1191px 1191px #D5BE19 , 439px 321px #D5BE19 , 1853px 283px #D5BE19 , 379px 405px #D5BE19 , 384px 2048px #D5BE19 , 1014px 2378px #D5BE19 , 369px 934px #D5BE19 , 846px 1450px #D5BE19 , 201px 2243px #D5BE19 , 1507px 22px #D5BE19 , 2419px 3230px #D5BE19 , 1236px 2969px #D5BE19 , 1184px 2408px #D5BE19 , 417px 3331px #D5BE19 , 1248px 1340px #D5BE19 , 458px 2247px #D5BE19 , 2305px 168px #D5BE19 , 575px 3552px #D5BE19 , 2404px 2173px #D5BE19 , 2181px 1239px #D5BE19 , 425px 141px #D5BE19 , 1654px 2910px #D5BE19 , 2393px 1906px #D5BE19 , 986px 3411px #D5BE19 , 1004px 2407px #D5BE19 , 1715px 64px #D5BE19 , 710px 877px #D5BE19 , 2348px 3025px #D5BE19 , 118px 1769px #D5BE19 , 191px 6px #D5BE19 , 2495px 551px #D5BE19 , 1625px 3722px #D5BE19 , 2145px 3990px #D5BE19 , 2369px 3866px #D5BE19 , 1373px 992px #D5BE19 , 885px 3981px #D5BE19 , 1756px 2182px #D5BE19 , 1375px 3863px #D5BE19 , 1625px 555px #D5BE19 , 1409px 849px #D5BE19 , 431px 2379px #D5BE19 , 1460px 1056px #D5BE19 , 1071px 1873px #D5BE19 , 644px 2966px #D5BE19 , 2177px 3272px #D5BE19 , 1712px 134px #D5BE19 , 1066px 2394px #D5BE19 , 1863px 2156px #D5BE19 , 1796px 756px #D5BE19 , 2291px 1299px #D5BE19 , 847px 1311px #D5BE19 , 717px 490px #D5BE19 , 872px 1378px #D5BE19 , 1907px 72px #D5BE19 , 1642px 556px #D5BE19 , 533px 2396px #D5BE19 , 1147px 1846px #D5BE19 , 282px 431px #D5BE19 , 414px 2994px #D5BE19 , 1665px 1444px #D5BE19 , 895px 3395px #D5BE19 , 289px 62px #D5BE19 , 2146px 1054px #D5BE19 , 112px 3125px #D5BE19 , 1136px 2051px #D5BE19 , 217px 3710px #D5BE19 , 1588px 297px #D5BE19 , 1040px 2723px #D5BE19 , 383px 1345px #D5BE19 , 491px 3226px #D5BE19 , 826px 3235px #D5BE19 , 1684px 3397px #D5BE19 , 428px 3319px #D5BE19 , 2415px 1247px #D5BE19 , 348px 2573px #D5BE19 , 2446px 3053px #D5BE19 , 1483px 3259px #D5BE19 , 1131px 2227px #D5BE19 , 869px 2627px #D5BE19 , 43px 3508px #D5BE19 , 1926px 1327px #D5BE19 , 238px 805px #D5BE19 , 1492px 3049px #D5BE19 , 920px 3979px #D5BE19 , 69px 2450px #D5BE19 , 1594px 566px #D5BE19 , 224px 2803px #D5BE19 , 1049px 3486px #D5BE19 , 868px 172px #D5BE19 , 1989px 3929px #D5BE19 , 2057px 1077px #D5BE19 , 521px 1543px #D5BE19 , 2398px 80px #D5BE19 , 607px 386px #D5BE19 , 2038px 1714px #D5BE19 , 2064px 398px #D5BE19 , 1306px 2435px #D5BE19 , 383px 2517px #D5BE19 , 1175px 3143px #D5BE19 , 2213px 732px #D5BE19 , 808px 1172px #D5BE19 , 48px 2516px #D5BE19 , 937px 1759px #D5BE19 , 1820px 3561px #D5BE19 , 1665px 2689px #D5BE19 , 1579px 610px #D5BE19 , 797px 1567px #D5BE19 , 1778px 202px #D5BE19 , 1835px 2826px #D5BE19 , 427px 375px #D5BE19 , 1716px 3081px #D5BE19 , 107px 798px #D5BE19 , 2394px 2858px #D5BE19 , 1749px 3145px #D5BE19 , 1736px 3570px #D5BE19 , 268px 2896px #D5BE19 , 2380px 1925px #D5BE19 , 81px 744px #D5BE19 , 841px 3678px #D5BE19 , 603px 2811px #D5BE19 , 71px 1180px #D5BE19 , 236px 1651px #D5BE19 , 1070px 2895px #D5BE19 , 1733px 2319px #D5BE19 , 1796px 1467px #D5BE19 , 2443px 400px #D5BE19 , 1095px 3259px #D5BE19 , 711px 3630px #D5BE19 , 1810px 1575px #D5BE19 , 949px 3164px #D5BE19 , 1856px 992px #D5BE19 , 525px 830px #D5BE19 , 1641px 1114px #D5BE19 , 1518px 368px #D5BE19 , 1559px 173px #D5BE19 , 1991px 3044px #D5BE19 , 879px 3177px #D5BE19 , 1650px 1906px #D5BE19 , 1580px 1433px #D5BE19 , 1664px 2525px #D5BE19 , 554px 2768px #D5BE19 , 996px 1290px #D5BE19 , 1487px 2695px #D5BE19 , 1842px 2367px #D5BE19 , 122px 347px #D5BE19 , 1378px 1316px #D5BE19 , 1230px 2828px #D5BE19 , 1745px 1603px #D5BE19 , 1882px 2508px #D5BE19 , 392px 148px #D5BE19 , 558px 2270px #D5BE19 , 2400px 1359px #D5BE19 , 1663px 2291px #D5BE19 , 2293px 2255px #D5BE19 , 1001px 3018px #D5BE19 , 1865px 2595px #D5BE19 , 1886px 3169px #D5BE19 , 1649px 1426px #D5BE19 , 2449px 2485px #D5BE19 , 2030px 3138px #D5BE19 , 1890px 1351px #D5BE19 , 1186px 806px #D5BE19 , 109px 3636px #D5BE19 , 1872px 2167px #D5BE19 , 1915px 1462px #D5BE19 , 2306px 2735px #D5BE19 , 2187px 1566px #D5BE19 , 400px 1321px #D5BE19 , 2297px 231px #D5BE19 , 2264px 3292px #D5BE19 , 2337px 3119px #D5BE19 , 1880px 2085px #D5BE19 , 91px 2090px #D5BE19 , 2060px 3735px #D5BE19 , 1211px 1943px #D5BE19 , 482px 3007px #D5BE19 , 2192px 495px #D5BE19 , 41px 1929px #D5BE19 , 598px 2393px #D5BE19 , 408px 3265px #D5BE19 , 293px 1603px #D5BE19 , 190px 3085px #D5BE19 , 141px 2901px #D5BE19 , 1396px 889px #D5BE19 , 509px 3606px #D5BE19 , 876px 1655px #D5BE19 , 205px 2332px #D5BE19 , 698px 1501px #D5BE19 , 287px 2662px #D5BE19 , 698px 2907px #D5BE19 , 1613px 1899px #D5BE19 , 997px 421px #D5BE19 , 1895px 2825px #D5BE19 , 1343px 469px #D5BE19 , 1308px 954px #D5BE19 , 1355px 706px #D5BE19 , 2263px 2875px #D5BE19 , 397px 787px #D5BE19 , 2029px 1417px #D5BE19 , 2424px 104px #D5BE19 , 82px 2554px #D5BE19 , 1164px 719px #D5BE19 , 888px 1427px #D5BE19 , 2468px 2144px #D5BE19 , 43px 1727px #D5BE19 , 1346px 77px #D5BE19 , 158px 3582px #D5BE19 , 369px 3860px #D5BE19 , 1834px 793px #D5BE19 , 176px 729px #D5BE19 , 499px 3641px #D5BE19 , 751px 2445px #D5BE19 , 875px 2393px #D5BE19 , 1064px 2924px #D5BE19 , 1101px 1453px #D5BE19 , 1378px 3487px #D5BE19 , 1981px 2959px #D5BE19 , 1302px 2960px #D5BE19 , 429px 542px #D5BE19 , 1849px 2588px #D5BE19 , 2320px 2371px #D5BE19 , 368px 3043px #D5BE19 , 2289px 257px #D5BE19 , 1105px 1983px #D5BE19 , 1729px 161px #D5BE19 , 784px 848px #D5BE19 , 10px 2274px #D5BE19 , 1552px 1664px #D5BE19 , 2151px 1920px #D5BE19 , 1652px 1682px #D5BE19 , 406px 1569px #D5BE19 , 1027px 662px #D5BE19 , 1789px 3476px #D5BE19 , 198px 3753px #D5BE19 , 2094px 1067px #D5BE19 , 1594px 3523px #D5BE19 , 865px 666px #D5BE19 , 296px 2500px #D5BE19 , 1089px 2321px #D5BE19 , 650px 2211px #D5BE19 , 2028px 578px #D5BE19 , 179px 3854px #D5BE19 , 2157px 862px #D5BE19 , 559px 3680px #D5BE19 , 484px 3018px #D5BE19 , 168px 1521px #D5BE19 , 1193px 243px #D5BE19 , 1507px 1542px #D5BE19 , 303px 1202px #D5BE19 , 1612px 2050px #D5BE19 , 1714px 3738px #D5BE19 , 2343px 2262px #D5BE19 , 633px 1879px #D5BE19 , 1292px 3439px #D5BE19 , 556px 1116px #D5BE19 , 936px 878px #D5BE19 , 244px 1190px #D5BE19 , 1598px 2627px #D5BE19 , 2248px 2439px #D5BE19 , 1021px 3655px #D5BE19 , 1835px 2400px #D5BE19 , 1243px 1263px #D5BE19 , 766px 75px #D5BE19 , 2191px 2502px #D5BE19 , 728px 856px #D5BE19 , 1633px 2843px #D5BE19 , 1876px 331px #D5BE19 , 1836px 3181px #D5BE19 , 638px 2478px #D5BE19 , 1294px 3127px #D5BE19 , 1514px 1175px #D5BE19 , 949px 2501px #D5BE19 , 979px 2315px #D5BE19 , 1269px 2959px #D5BE19 , 1258px 401px #D5BE19 , 820px 3840px #D5BE19 , 1540px 2009px #D5BE19 , 1022px 1292px #D5BE19 , 2011px 309px #D5BE19 , 460px 1797px #D5BE19 , 2088px 2199px #D5BE19 , 835px 3009px #D5BE19 , 2161px 377px #D5BE19 , 43px 2321px #D5BE19 , 23px 2020px #D5BE19 , 588px 219px #D5BE19 , 2131px 622px #D5BE19 , 2017px 2825px #D5BE19 , 2092px 1680px #D5BE19 , 937px 3798px #D5BE19 , 1493px 3390px #D5BE19 , 1209px 189px #D5BE19 , 2067px 1887px #D5BE19 , 1460px 936px #D5BE19 , 1146px 3681px #D5BE19 , 2067px 3392px #D5BE19 , 1748px 2105px #D5BE19 , 1743px 2009px #D5BE19 , 2415px 737px #D5BE19 , 1589px 1446px #D5BE19 , 1145px 2225px #D5BE19 , 2467px 2966px #D5BE19 , 2158px 721px #D5BE19 , 205px 1727px #D5BE19 , 2204px 2461px #D5BE19 , 816px 2050px #D5BE19 , 450px 1161px #D5BE19 , 358px 3225px #D5BE19 , 737px 2532px #D5BE19 , 23px 2326px #D5BE19 , 1462px 337px #D5BE19 , 2247px 364px #D5BE19 , 1004px 615px #D5BE19 , 2237px 2148px #D5BE19 , 554px 2851px #D5BE19 , 1649px 1055px #D5BE19 , 716px 3493px #D5BE19 , 2383px 3929px #D5BE19 , 117px 2660px #D5BE19 , 183px 614px #D5BE19 , 827px 2184px #D5BE19 , 1380px 672px #D5BE19 , 2280px 3717px #D5BE19 , 1397px 2708px #D5BE19 , 366px 2341px #D5BE19 , 827px 3074px #D5BE19 , 309px 2085px #D5BE19 , 754px 3224px #D5BE19 , 1347px 1230px #D5BE19 , 85px 3769px #D5BE19 , 464px 1949px #D5BE19 , 1105px 2185px #D5BE19 , 582px 1443px #D5BE19 , 448px 1794px #D5BE19 , 1270px 3466px #D5BE19 , 753px 788px #D5BE19 , 537px 2137px #D5BE19 , 1874px 3059px #D5BE19 , 1080px 1678px #D5BE19 , 1456px 2186px #D5BE19 , 1426px 3477px #D5BE19 , 1239px 1798px #D5BE19 , 1535px 3744px #D5BE19 , 2474px 2804px #D5BE19 , 781px 3530px #D5BE19 , 774px 2842px #D5BE19 , 1050px 469px #D5BE19 , 1154px 1948px #D5BE19 , 1682px 3599px #D5BE19 , 366px 101px #D5BE19 , 1572px 258px #D5BE19 , 17px 281px #D5BE19 , 930px 2589px #D5BE19 , 1469px 3843px #D5BE19 , 312px 2882px #D5BE19 , 1881px 3582px #D5BE19 , 383px 660px #D5BE19 , 1271px 3649px #D5BE19 , 1061px 1696px #D5BE19 , 1483px 2065px #D5BE19 , 1137px 184px #D5BE19 , 571px 376px #D5BE19 , 1629px 2889px #D5BE19 , 260px 1241px #D5BE19 , 736px 1389px #D5BE19 , 2202px 3920px #D5BE19 , 2324px 1097px #D5BE19 , 398px 229px #D5BE19 , 452px 24px #D5BE19 , 1579px 1689px #D5BE19 , 948px 2356px #D5BE19 , 291px 1243px #D5BE19 , 1651px 766px #D5BE19 , 45px 897px #D5BE19 , 1921px 644px #D5BE19 , 1600px 2715px #D5BE19 , 2174px 3185px #D5BE19 , 83px 2324px #D5BE19 , 1751px 1022px #D5BE19 , 35px 193px #D5BE19 , 1492px 1335px #D5BE19 , 2033px 3046px #D5BE19 , 380px 230px #D5BE19 , 1716px 1034px #D5BE19 , 1761px 959px #D5BE19 , 924px 2728px #D5BE19 , 326px 3806px #D5BE19 , 2372px 2214px #D5BE19 , 2350px 18px #D5BE19 , 1259px 1723px #D5BE19 , 981px 1471px #D5BE19 , 1553px 2560px #D5BE19 , 2458px 956px #D5BE19 , 663px 3162px #D5BE19 , 1477px 1847px #D5BE19 , 1223px 1072px #D5BE19 , 1999px 1794px #D5BE19 , 1765px 1404px #D5BE19 , 1919px 5px #D5BE19 , 690px 3549px #D5BE19 , 338px 2981px #D5BE19 , 418px 3029px #D5BE19 , 1597px 1765px #D5BE19 , 2492px 2725px #D5BE19 , 2040px 3808px #D5BE19 , 436px 1499px #D5BE19 , 2454px 529px #D5BE19 , 1986px 2829px #D5BE19 , 774px 2130px #D5BE19 , 1764px 728px #D5BE19 , 2373px 3948px #D5BE19 , 1668px 2939px #D5BE19 , 855px 1372px #D5BE19 , 462px 1917px #D5BE19 , 825px 2056px #D5BE19 , 2161px 186px #D5BE19 , 417px 151px #D5BE19 , 1958px 3923px #D5BE19 , 1235px 2521px #D5BE19 , 2154px 1509px #D5BE19 , 700px 1366px #D5BE19 , 2174px 583px #D5BE19 , 1799px 435px #D5BE19 , 452px 506px #D5BE19 , 1717px 2052px #D5BE19 , 643px 1807px #D5BE19 , 1939px 3603px #D5BE19 , 2366px 1964px #D5BE19 , 1631px 3255px #D5BE19 , 997px 3149px #D5BE19 , 912px 1018px #D5BE19 , 2210px 3858px #D5BE19 , 1025px 3995px #D5BE19 , 1541px 1205px #D5BE19 , 2428px 3872px #D5BE19 , 921px 547px #D5BE19 , 2300px 1577px #D5BE19 , 1028px 1747px #D5BE19 , 2498px 2257px #D5BE19 , 2427px 1755px #D5BE19 , 1779px 1439px #D5BE19 , 1556px 2850px #D5BE19 , 2014px 20px #D5BE19 , 1090px 1106px #D5BE19 , 1699px 1520px #D5BE19 , 670px 475px #D5BE19 , 2083px 487px #D5BE19 , 129px 1424px #D5BE19 , 2227px 1650px #D5BE19 , 3px 2645px #D5BE19 , 66px 3139px #D5BE19 , 200px 2554px #D5BE19 , 67px 2461px #D5BE19 , 1016px 1308px #D5BE19 , 2181px 871px #D5BE19 , 2139px 1359px #D5BE19 , 1339px 1716px #D5BE19 , 407px 1465px #D5BE19 , 940px 132px #D5BE19 , 138px 1758px #D5BE19 , 1510px 3110px #D5BE19 , 249px 2483px #D5BE19 , 2386px 435px #D5BE19 , 2161px 3962px #D5BE19 , 648px 533px #D5BE19 , 1569px 3528px #D5BE19 , 366px 1520px #D5BE19 , 1032px 2511px #D5BE19 , 1934px 2970px #D5BE19 , 476px 240px #D5BE19 , 2401px 1004px #D5BE19 , 1671px 1605px #D5BE19 , 1179px 1225px #D5BE19 , 1682px 791px #D5BE19 , 911px 450px #D5BE19 , 1711px 630px #D5BE19 , 535px 3610px #D5BE19 , 457px 3772px #D5BE19 , 618px 3603px #D5BE19 , 492px 2505px #D5BE19 , 273px 2005px #D5BE19 , 51px 3808px #D5BE19 , 124px 208px #D5BE19 , 2168px 1485px #D5BE19 , 1176px 3238px #D5BE19 , 142px 2221px #D5BE19 , 2178px 1813px #D5BE19 , 2253px 1936px #D5BE19 , 1384px 284px #D5BE19 , 2107px 1612px #D5BE19 , 1900px 3089px #D5BE19 , 593px 355px #D5BE19 , 2358px 3859px #D5BE19 , 2341px 91px #D5BE19 , 571px 1603px #D5BE19 , 316px 1029px #D5BE19 , 2211px 3416px #D5BE19 , 2429px 3124px #D5BE19 , 2433px 2827px #D5BE19 , 1927px 245px #D5BE19 , 947px 952px #D5BE19 , 623px 3502px #D5BE19 , 931px 3826px #D5BE19 , 568px 344px #D5BE19 , 2288px 2589px #D5BE19 , 410px 3254px #D5BE19 , 169px 2630px #D5BE19 , 2382px 507px #D5BE19 , 604px 3950px #D5BE19 , 2043px 3159px #D5BE19 , 53px 2490px #D5BE19 , 915px 1476px #D5BE19 , 2035px 3065px #D5BE19 , 1214px 1008px #D5BE19 , 951px 3949px #D5BE19 , 1717px 158px #D5BE19 , 1942px 1597px #D5BE19 , 464px 1203px #D5BE19 , 2205px 1276px #D5BE19 , 882px 541px #D5BE19 , 1937px 3398px #D5BE19 , 764px 3764px #D5BE19 , 1192px 2714px #D5BE19 , 2434px 2853px #D5BE19 , 2023px 92px #D5BE19 , 78px 1432px #D5BE19 , 789px 1685px #D5BE19 , 2257px 3422px #D5BE19 , 444px 1633px #D5BE19 , 1678px 1888px #D5BE19 , 804px 1570px #D5BE19 , 1372px 1449px #D5BE19 , 1893px 2079px #D5BE19 , 1053px 3520px #D5BE19 , 1195px 3523px #D5BE19 , 1694px 2753px #D5BE19 , 2341px 464px #D5BE19 , 1900px 2935px #D5BE19 , 1747px 2952px #D5BE19 , 761px 21px #D5BE19 , 1715px 2184px #D5BE19 , 2399px 1211px #D5BE19 , 1747px 1708px #D5BE19 , 1844px 3828px #D5BE19 , 1780px 1964px #D5BE19 , 110px 2968px #D5BE19 , 748px 496px #D5BE19 , 1848px 2638px #D5BE19 , 2412px 1854px #D5BE19 , 496px 1716px #D5BE19 , 422px 3345px #D5BE19 , 449px 2243px #D5BE19 , 567px 2624px #D5BE19 , 505px 3036px #D5BE19 , 817px 1673px #D5BE19 , 8px 1330px #D5BE19 , 281px 3170px #D5BE19 , 812px 3999px #D5BE19 , 651px 756px #D5BE19 , 172px 1275px #D5BE19 , 664px 1052px #D5BE19 , 1399px 520px #D5BE19 , 1985px 2923px #D5BE19 , 2000px 432px #D5BE19 , 976px 2079px #D5BE19 , 1027px 1241px #D5BE19 , 1893px 1164px #D5BE19 , 2280px 3264px #D5BE19 , 1998px 722px #D5BE19 , 910px 682px #D5BE19 , 1378px 1673px #D5BE19 , 929px 3061px #D5BE19 , 569px 909px #D5BE19 , 597px 3226px #D5BE19 , 2004px 1799px #D5BE19 , 817px 81px #D5BE19 , 1682px 700px #D5BE19 , 1733px 2737px #D5BE19 , 1818px 3722px #D5BE19 , 393px 936px #D5BE19 , 2000px 1047px #D5BE19 , 951px 3666px #D5BE19 , 2319px 3260px #D5BE19 , 1682px 1818px #D5BE19;
}
.stars-background.medium {
  width: 1.5px;
  height: 1.5px;
  box-shadow: 1533px 2173px #D5BE19 , 396px 3261px #D5BE19 , 1695px 2157px #D5BE19 , 1631px 2690px #D5BE19 , 111px 2381px #D5BE19 , 636px 1292px #D5BE19 , 422px 3888px #D5BE19 , 732px 1580px #D5BE19 , 2494px 2439px #D5BE19 , 51px 404px #D5BE19 , 1907px 1917px #D5BE19 , 477px 2324px #D5BE19 , 983px 1966px #D5BE19 , 855px 2161px #D5BE19 , 67px 3837px #D5BE19 , 957px 917px #D5BE19 , 121px 1776px #D5BE19 , 1176px 389px #D5BE19 , 1867px 291px #D5BE19 , 723px 3888px #D5BE19 , 243px 597px #D5BE19 , 1872px 2957px #D5BE19 , 2453px 659px #D5BE19 , 532px 1125px #D5BE19 , 667px 33px #D5BE19 , 471px 759px #D5BE19 , 438px 3381px #D5BE19 , 1208px 3683px #D5BE19 , 1754px 3307px #D5BE19 , 442px 1089px #D5BE19 , 70px 1492px #D5BE19 , 948px 612px #D5BE19 , 1235px 3669px #D5BE19 , 1401px 3736px #D5BE19 , 2006px 3786px #D5BE19 , 1332px 496px #D5BE19 , 1433px 2769px #D5BE19 , 80px 1563px #D5BE19 , 980px 210px #D5BE19 , 1448px 3838px #D5BE19 , 1748px 31px #D5BE19 , 1760px 190px #D5BE19 , 1688px 1816px #D5BE19 , 1041px 1234px #D5BE19 , 622px 3664px #D5BE19 , 270px 3175px #D5BE19 , 736px 776px #D5BE19 , 2458px 91px #D5BE19 , 402px 835px #D5BE19 , 2010px 755px #D5BE19 , 212px 2540px #D5BE19 , 970px 2294px #D5BE19 , 2042px 1947px #D5BE19 , 464px 2480px #D5BE19 , 103px 3331px #D5BE19 , 294px 1545px #D5BE19 , 1812px 169px #D5BE19 , 2267px 1791px #D5BE19 , 1803px 3221px #D5BE19 , 1014px 157px #D5BE19 , 2129px 717px #D5BE19 , 1217px 2913px #D5BE19 , 1691px 1867px #D5BE19 , 1326px 3537px #D5BE19 , 1079px 2140px #D5BE19 , 1538px 3527px #D5BE19 , 787px 38px #D5BE19 , 1689px 2939px #D5BE19 , 2026px 3413px #D5BE19 , 570px 1532px #D5BE19 , 1053px 3551px #D5BE19 , 1768px 910px #D5BE19 , 19px 2825px #D5BE19 , 1908px 2470px #D5BE19 , 2213px 2561px #D5BE19 , 1615px 1209px #D5BE19 , 1369px 2582px #D5BE19 , 533px 3447px #D5BE19 , 1053px 3922px #D5BE19 , 854px 3552px #D5BE19 , 639px 1664px #D5BE19 , 2400px 2638px #D5BE19 , 2078px 426px #D5BE19 , 445px 1099px #D5BE19 , 2015px 1286px #D5BE19 , 188px 1813px #D5BE19 , 1386px 2659px #D5BE19 , 1875px 1977px #D5BE19 , 2217px 521px #D5BE19 , 275px 3237px #D5BE19 , 2356px 1488px #D5BE19 , 1731px 596px #D5BE19 , 221px 3059px #D5BE19 , 2079px 1976px #D5BE19 , 279px 2091px #D5BE19 , 912px 1715px #D5BE19 , 1400px 1828px #D5BE19 , 2172px 2703px #D5BE19 , 2255px 875px #D5BE19 , 2309px 1669px #D5BE19 , 585px 1276px #D5BE19 , 805px 3330px #D5BE19 , 2095px 2378px #D5BE19 , 1492px 1343px #D5BE19 , 371px 1985px #D5BE19 , 1264px 1839px #D5BE19 , 1134px 2521px #D5BE19 , 919px 1007px #D5BE19 , 2006px 593px #D5BE19 , 931px 753px #D5BE19 , 1086px 823px #D5BE19 , 764px 2187px #D5BE19 , 1375px 3626px #D5BE19 , 440px 3188px #D5BE19 , 21px 3400px #D5BE19 , 192px 2463px #D5BE19 , 43px 3509px #D5BE19 , 2046px 795px #D5BE19 , 1844px 3792px #D5BE19 , 1073px 2850px #D5BE19 , 2343px 3048px #D5BE19 , 2247px 3814px #D5BE19 , 841px 3891px #D5BE19 , 2431px 443px #D5BE19 , 1516px 1949px #D5BE19 , 493px 2116px #D5BE19 , 106px 666px #D5BE19 , 161px 2483px #D5BE19 , 2254px 2307px #D5BE19 , 2314px 1045px #D5BE19 , 1103px 2985px #D5BE19 , 1016px 168px #D5BE19 , 2365px 2605px #D5BE19 , 1351px 2468px #D5BE19 , 1640px 1011px #D5BE19 , 61px 1135px #D5BE19 , 1901px 222px #D5BE19 , 476px 1517px #D5BE19 , 1357px 3800px #D5BE19 , 2310px 3912px #D5BE19 , 781px 326px #D5BE19 , 1482px 3734px #D5BE19 , 2271px 2765px #D5BE19 , 1757px 1219px #D5BE19 , 306px 3804px #D5BE19 , 2299px 428px #D5BE19 , 244px 3947px #D5BE19 , 1964px 884px #D5BE19 , 1223px 164px #D5BE19 , 759px 2966px #D5BE19 , 353px 21px #D5BE19 , 360px 1507px #D5BE19 , 1674px 788px #D5BE19 , 2307px 3483px #D5BE19 , 1231px 2392px #D5BE19 , 1568px 193px #D5BE19 , 889px 1437px #D5BE19 , 2246px 1328px #D5BE19 , 881px 24px #D5BE19 , 149px 3804px #D5BE19 , 1485px 3550px #D5BE19 , 2111px 1491px #D5BE19 , 490px 2567px #D5BE19 , 1152px 3216px #D5BE19 , 2444px 961px #D5BE19 , 1263px 2803px #D5BE19 , 2246px 1123px #D5BE19 , 425px 2120px #D5BE19 , 1144px 562px #D5BE19 , 307px 1460px #D5BE19 , 1348px 1492px #D5BE19 , 1989px 2942px #D5BE19 , 2359px 503px #D5BE19 , 1920px 3287px #D5BE19 , 1149px 1425px #D5BE19 , 2318px 2485px #D5BE19 , 974px 270px #D5BE19 , 2136px 455px #D5BE19 , 124px 3788px #D5BE19 , 100px 2455px #D5BE19 , 2075px 3503px #D5BE19 , 1932px 331px #D5BE19 , 290px 3171px #D5BE19 , 2497px 3206px #D5BE19 , 493px 558px #D5BE19 , 1759px 2194px #D5BE19 , 1495px 3229px #D5BE19 , 1675px 744px #D5BE19 , 1247px 3809px #D5BE19 , 2465px 3399px #D5BE19 , 1275px 3562px #D5BE19 , 870px 2169px #D5BE19 , 1989px 2444px #D5BE19 , 180px 303px #D5BE19 , 1443px 2794px #D5BE19 , 2458px 1610px #D5BE19 , 2496px 2122px #D5BE19 , 651px 604px #D5BE19 , 1882px 2679px #D5BE19 , 1949px 2332px #D5BE19 , 1361px 914px #D5BE19 , 2127px 3491px #D5BE19 , 1225px 3510px #D5BE19 , 802px 2257px #D5BE19 , 928px 107px #D5BE19 , 91px 424px #D5BE19 , 1868px 286px #D5BE19 , 2114px 1402px #D5BE19 , 281px 2307px #D5BE19 , 1322px 90px #D5BE19 , 2162px 1658px #D5BE19 , 1257px 1068px #D5BE19 , 1950px 3938px #D5BE19 , 599px 459px #D5BE19 , 2px 3140px #D5BE19 , 1186px 2328px #D5BE19 , 2410px 2325px #D5BE19 , 333px 1985px #D5BE19 , 1181px 1657px #D5BE19 , 600px 3783px #D5BE19 , 38px 668px #D5BE19 , 548px 1984px #D5BE19 , 371px 928px #D5BE19 , 1560px 284px #D5BE19 , 923px 2856px #D5BE19 , 1560px 596px #D5BE19 , 1111px 698px #D5BE19 , 2110px 2816px #D5BE19 , 800px 2384px #D5BE19 , 1871px 3292px #D5BE19 , 529px 3984px #D5BE19 , 2069px 771px #D5BE19 , 1412px 2173px #D5BE19 , 526px 2469px #D5BE19 , 2338px 1551px #D5BE19 , 1030px 2660px #D5BE19 , 1160px 1967px #D5BE19 , 1536px 1898px #D5BE19 , 2473px 3982px #D5BE19 , 998px 660px #D5BE19 , 762px 3319px #D5BE19 , 1521px 2493px #D5BE19 , 1730px 1611px #D5BE19 , 2253px 3404px #D5BE19 , 201px 2023px #D5BE19 , 486px 2718px #D5BE19 , 1825px 1774px #D5BE19 , 1420px 845px #D5BE19 , 1260px 432px #D5BE19 , 1375px 2763px #D5BE19 , 2112px 1242px #D5BE19 , 2150px 3355px #D5BE19 , 1731px 1224px #D5BE19 , 558px 2729px #D5BE19 , 2105px 72px #D5BE19 , 190px 1510px #D5BE19 , 468px 2390px #D5BE19 , 2379px 1454px #D5BE19 , 1267px 3220px #D5BE19 , 1034px 3137px #D5BE19 , 291px 1128px #D5BE19 , 341px 3933px #D5BE19 , 1799px 2927px #D5BE19 , 591px 2458px #D5BE19 , 103px 1867px #D5BE19 , 837px 150px #D5BE19 , 223px 3494px #D5BE19 , 1797px 1536px #D5BE19 , 311px 2580px #D5BE19 , 1807px 1391px #D5BE19 , 1088px 529px #D5BE19 , 2191px 2753px #D5BE19 , 766px 1837px #D5BE19 , 1172px 2904px #D5BE19 , 308px 3136px #D5BE19 , 420px 2660px #D5BE19 , 191px 783px #D5BE19 , 1466px 2704px #D5BE19 , 808px 1933px #D5BE19 , 688px 3834px #D5BE19 , 1369px 282px #D5BE19 , 81px 91px #D5BE19 , 1548px 1601px #D5BE19 , 86px 2188px #D5BE19 , 1707px 416px #D5BE19 , 1416px 3071px #D5BE19 , 1973px 1059px #D5BE19 , 368px 1836px #D5BE19 , 1675px 520px #D5BE19 , 561px 3947px #D5BE19 , 239px 3237px #D5BE19 , 50px 2827px #D5BE19 , 1646px 3753px #D5BE19 , 891px 2916px #D5BE19 , 2125px 269px #D5BE19 , 1228px 672px #D5BE19 , 2436px 3926px #D5BE19 , 1350px 3296px #D5BE19 , 1986px 965px #D5BE19 , 2243px 3901px #D5BE19 , 334px 1940px #D5BE19 , 549px 2076px #D5BE19 , 1938px 3774px #D5BE19 , 1098px 718px #D5BE19 , 99px 1623px #D5BE19 , 995px 2763px #D5BE19 , 2176px 1391px #D5BE19 , 768px 1640px #D5BE19 , 1071px 2493px #D5BE19 , 830px 1938px #D5BE19 , 1796px 3968px #D5BE19 , 697px 3812px #D5BE19 , 289px 3498px #D5BE19 , 1079px 124px #D5BE19 , 211px 1632px #D5BE19 , 915px 2017px #D5BE19 , 2292px 3213px #D5BE19 , 1105px 145px #D5BE19 , 1459px 882px #D5BE19 , 1990px 232px #D5BE19 , 940px 3285px #D5BE19 , 1757px 805px #D5BE19 , 589px 3253px #D5BE19 , 444px 3950px #D5BE19 , 1176px 1173px #D5BE19 , 1937px 3035px #D5BE19 , 681px 3139px #D5BE19 , 1684px 3098px #D5BE19 , 1960px 874px #D5BE19 , 551px 3906px #D5BE19 , 1306px 2966px #D5BE19 , 1261px 3562px #D5BE19 , 2098px 102px #D5BE19 , 813px 2229px #D5BE19 , 2190px 1409px #D5BE19 , 528px 2138px #D5BE19 , 841px 473px #D5BE19 , 2331px 474px #D5BE19 , 1642px 529px #D5BE19 , 2322px 1832px #D5BE19 , 56px 3297px #D5BE19 , 1274px 534px #D5BE19 , 128px 1850px #D5BE19 , 2120px 1258px #D5BE19 , 1826px 1443px #D5BE19 , 1184px 2951px #D5BE19 , 2331px 2268px #D5BE19 , 675px 2339px #D5BE19 , 73px 1053px #D5BE19 , 1021px 2425px #D5BE19 , 31px 3722px #D5BE19 , 1977px 307px #D5BE19 , 1389px 1988px #D5BE19 , 97px 2414px #D5BE19 , 1008px 2730px #D5BE19 , 2170px 3433px #D5BE19 , 1631px 280px #D5BE19 , 495px 1425px #D5BE19 , 34px 674px #D5BE19 , 315px 2532px #D5BE19 , 2185px 3223px #D5BE19 , 1042px 2938px #D5BE19 , 1455px 3905px #D5BE19 , 1827px 206px #D5BE19 , 1069px 117px #D5BE19 , 629px 3223px #D5BE19 , 278px 1232px #D5BE19 , 2145px 131px #D5BE19 , 418px 295px #D5BE19 , 1036px 3439px #D5BE19 , 1997px 3407px #D5BE19 , 144px 3418px #D5BE19 , 1295px 1836px #D5BE19 , 1293px 3068px #D5BE19 , 1079px 3279px #D5BE19 , 547px 1856px #D5BE19 , 500px 875px #D5BE19 , 2065px 85px #D5BE19 , 1887px 413px #D5BE19 , 1298px 1876px #D5BE19 , 563px 1692px #D5BE19 , 2268px 2165px #D5BE19 , 602px 2324px #D5BE19 , 2423px 3508px #D5BE19 , 1570px 754px #D5BE19 , 2182px 2417px #D5BE19 , 1797px 1179px #D5BE19 , 451px 3392px #D5BE19 , 2246px 3433px #D5BE19 , 1756px 63px #D5BE19 , 2056px 2936px #D5BE19 , 1577px 3797px #D5BE19 , 1492px 3415px #D5BE19 , 1351px 2311px #D5BE19 , 418px 3710px #D5BE19 , 783px 1333px #D5BE19 , 391px 1133px #D5BE19 , 2407px 1341px #D5BE19 , 1093px 328px #D5BE19 , 1180px 2373px #D5BE19 , 607px 1276px #D5BE19 , 848px 2321px #D5BE19 , 2058px 2389px #D5BE19 , 861px 379px #D5BE19 , 2114px 2824px #D5BE19 , 278px 3800px #D5BE19 , 574px 1225px #D5BE19 , 523px 1826px #D5BE19 , 1282px 2680px #D5BE19 , 1377px 995px #D5BE19 , 480px 2693px #D5BE19 , 689px 409px #D5BE19 , 2265px 2880px #D5BE19 , 1134px 3419px #D5BE19 , 1298px 2671px #D5BE19 , 707px 3512px #D5BE19 , 1503px 2734px #D5BE19 , 29px 3751px #D5BE19 , 276px 1746px #D5BE19 , 1904px 1055px #D5BE19 , 591px 1387px #D5BE19 , 992px 2777px #D5BE19 , 1562px 439px #D5BE19 , 1070px 388px #D5BE19 , 1980px 197px #D5BE19 , 647px 3553px #D5BE19 , 1609px 1342px #D5BE19 , 41px 3818px #D5BE19 , 100px 1899px #D5BE19 , 2069px 1845px #D5BE19 , 468px 3278px #D5BE19 , 1926px 930px #D5BE19 , 872px 707px #D5BE19 , 1251px 1360px #D5BE19 , 1948px 2141px #D5BE19 , 1971px 978px #D5BE19 , 145px 3011px #D5BE19 , 1471px 2588px #D5BE19 , 38px 3940px #D5BE19 , 2405px 2264px #D5BE19 , 1039px 1032px #D5BE19 , 1248px 2297px #D5BE19 , 2409px 2414px #D5BE19 , 1253px 1447px #D5BE19 , 1762px 3412px #D5BE19 , 2054px 206px #D5BE19 , 2127px 914px #D5BE19 , 1025px 189px #D5BE19 , 742px 2374px #D5BE19 , 1892px 1118px #D5BE19 , 1343px 3667px #D5BE19 , 154px 496px #D5BE19 , 768px 1389px #D5BE19 , 289px 3743px #D5BE19 , 1127px 2360px #D5BE19 , 2388px 2852px #D5BE19 , 475px 1805px #D5BE19 , 1081px 3199px #D5BE19 , 2482px 3838px #D5BE19 , 2497px 1354px #D5BE19 , 671px 3347px #D5BE19 , 425px 863px #D5BE19 , 800px 715px #D5BE19 , 2095px 1277px #D5BE19 , 213px 2836px #D5BE19 , 1414px 2267px #D5BE19 , 1040px 1732px #D5BE19 , 1535px 1371px #D5BE19 , 406px 570px #D5BE19 , 2079px 1458px #D5BE19 , 1144px 1170px #D5BE19 , 319px 3207px #D5BE19 , 417px 1504px #D5BE19 , 691px 3462px #D5BE19 , 434px 3731px #D5BE19 , 1436px 2177px #D5BE19 , 427px 1006px #D5BE19 , 1501px 757px #D5BE19 , 1785px 1646px #D5BE19 , 2268px 1836px #D5BE19 , 237px 2714px #D5BE19 , 523px 1372px #D5BE19 , 2353px 1740px #D5BE19 , 759px 126px #D5BE19 , 2416px 1145px #D5BE19 , 376px 1777px #D5BE19 , 667px 728px #D5BE19 , 292px 3869px #D5BE19 , 1156px 3099px #D5BE19 , 766px 1860px #D5BE19 , 1114px 1479px #D5BE19 , 2038px 1480px #D5BE19 , 2130px 1979px #D5BE19 , 1360px 3546px #D5BE19 , 402px 2052px #D5BE19 , 1522px 3090px #D5BE19 , 1211px 1613px #D5BE19 , 761px 130px #D5BE19 , 1920px 1436px #D5BE19 , 1031px 3521px #D5BE19;
}
.stars-background.big {
  width: 2px;
  height: 2px;
  box-shadow: 2251px 1240px #D5BE19 , 2005px 3768px #D5BE19 , 2446px 2070px #D5BE19 , 1564px 3817px #D5BE19 , 2151px 229px #D5BE19 , 685px 2258px #D5BE19 , 2057px 520px #D5BE19 , 1034px 241px #D5BE19 , 869px 1684px #D5BE19 , 1323px 3905px #D5BE19 , 311px 2003px #D5BE19 , 737px 3308px #D5BE19 , 1444px 2108px #D5BE19 , 969px 622px #D5BE19 , 211px 2444px #D5BE19 , 366px 3295px #D5BE19 , 1964px 2785px #D5BE19 , 47px 48px #D5BE19 , 941px 1929px #D5BE19 , 1411px 3098px #D5BE19 , 255px 3390px #D5BE19 , 2060px 684px #D5BE19 , 1940px 2106px #D5BE19 , 1678px 2686px #D5BE19 , 1589px 2721px #D5BE19 , 222px 2829px #D5BE19 , 521px 1264px #D5BE19 , 2166px 3815px #D5BE19 , 1702px 49px #D5BE19 , 1877px 2903px #D5BE19 , 345px 1002px #D5BE19 , 1291px 2867px #D5BE19 , 1407px 3075px #D5BE19 , 2077px 857px #D5BE19 , 1463px 1286px #D5BE19 , 2350px 872px #D5BE19 , 421px 1682px #D5BE19 , 1598px 1683px #D5BE19 , 1052px 3908px #D5BE19 , 1422px 3246px #D5BE19 , 1164px 3383px #D5BE19 , 1112px 3533px #D5BE19 , 1746px 1223px #D5BE19 , 1065px 1889px #D5BE19 , 1613px 1892px #D5BE19 , 2098px 1737px #D5BE19 , 1912px 410px #D5BE19 , 2367px 3369px #D5BE19 , 1378px 240px #D5BE19 , 1675px 1843px #D5BE19 , 1889px 1685px #D5BE19 , 912px 473px #D5BE19 , 1591px 1679px #D5BE19 , 1368px 405px #D5BE19 , 133px 3535px #D5BE19 , 1968px 1429px #D5BE19 , 1476px 3995px #D5BE19 , 706px 156px #D5BE19 , 1997px 2831px #D5BE19 , 1168px 3614px #D5BE19 , 638px 1627px #D5BE19 , 1225px 55px #D5BE19 , 1495px 836px #D5BE19 , 1534px 1764px #D5BE19 , 1791px 1536px #D5BE19 , 1668px 1014px #D5BE19 , 467px 284px #D5BE19 , 1823px 3225px #D5BE19 , 1197px 3235px #D5BE19 , 359px 1690px #D5BE19 , 400px 2914px #D5BE19 , 2038px 3574px #D5BE19 , 2306px 160px #D5BE19 , 785px 2617px #D5BE19 , 2105px 3724px #D5BE19 , 140px 651px #D5BE19 , 2138px 2584px #D5BE19 , 85px 1755px #D5BE19 , 380px 2006px #D5BE19 , 1998px 1930px #D5BE19 , 488px 2042px #D5BE19 , 2104px 1690px #D5BE19 , 1407px 1297px #D5BE19 , 1462px 812px #D5BE19 , 1431px 3653px #D5BE19 , 148px 1840px #D5BE19 , 1497px 2788px #D5BE19 , 1814px 3443px #D5BE19 , 2422px 2402px #D5BE19 , 2169px 557px #D5BE19 , 1106px 3707px #D5BE19 , 13px 1143px #D5BE19 , 1538px 691px #D5BE19 , 621px 1192px #D5BE19 , 327px 1384px #D5BE19 , 1839px 2087px #D5BE19 , 121px 1303px #D5BE19 , 2128px 1543px #D5BE19 , 2369px 1823px #D5BE19 , 1098px 332px #D5BE19 , 632px 2989px #D5BE19 , 1091px 3061px #D5BE19 , 2289px 2705px #D5BE19 , 615px 3499px #D5BE19 , 1889px 2612px #D5BE19 , 99px 1372px #D5BE19 , 2174px 1997px #D5BE19 , 91px 3155px #D5BE19 , 1572px 2322px #D5BE19 , 1206px 89px #D5BE19 , 646px 1287px #D5BE19 , 380px 3773px #D5BE19 , 1139px 1732px #D5BE19 , 434px 3690px #D5BE19 , 459px 738px #D5BE19 , 1431px 1500px #D5BE19 , 1978px 1589px #D5BE19 , 727px 139px #D5BE19 , 919px 2579px #D5BE19 , 809px 3356px #D5BE19 , 1425px 2160px #D5BE19 , 1164px 898px #D5BE19 , 1324px 819px #D5BE19 , 1863px 2139px #D5BE19 , 1984px 1116px #D5BE19 , 579px 1228px #D5BE19 , 2333px 2259px #D5BE19 , 625px 304px #D5BE19 , 1089px 1283px #D5BE19 , 2462px 1051px #D5BE19 , 1499px 2031px #D5BE19 , 120px 3809px #D5BE19 , 2000px 3233px #D5BE19 , 2298px 3917px #D5BE19 , 1901px 1281px #D5BE19 , 1528px 622px #D5BE19 , 522px 958px #D5BE19 , 2025px 3468px #D5BE19 , 2136px 734px #D5BE19 , 2178px 2814px #D5BE19 , 447px 3541px #D5BE19 , 893px 229px #D5BE19 , 2046px 2985px #D5BE19 , 776px 3718px #D5BE19 , 1068px 3515px #D5BE19 , 1870px 3762px #D5BE19 , 805px 833px #D5BE19 , 1184px 470px #D5BE19 , 655px 347px #D5BE19 , 335px 3776px #D5BE19 , 912px 1283px #D5BE19 , 2464px 2919px #D5BE19 , 1998px 1521px #D5BE19 , 1249px 1655px #D5BE19 , 1661px 3389px #D5BE19 , 1737px 3788px #D5BE19 , 1778px 1999px #D5BE19 , 660px 3348px #D5BE19 , 50px 3395px #D5BE19 , 1211px 1152px #D5BE19 , 1015px 3060px #D5BE19 , 811px 3941px #D5BE19 , 627px 3234px #D5BE19 , 549px 3594px #D5BE19 , 1015px 1418px #D5BE19 , 2462px 2561px #D5BE19 , 1795px 607px #D5BE19 , 1874px 3215px #D5BE19 , 466px 306px #D5BE19 , 1206px 853px #D5BE19 , 1563px 3680px #D5BE19 , 510px 803px #D5BE19 , 335px 390px #D5BE19 , 1507px 1171px #D5BE19 , 7px 3240px #D5BE19 , 2243px 999px #D5BE19 , 91px 2190px #D5BE19 , 838px 3918px #D5BE19 , 140px 193px #D5BE19 , 185px 3262px #D5BE19 , 2376px 1254px #D5BE19 , 2106px 1680px #D5BE19 , 552px 1517px #D5BE19 , 908px 2895px #D5BE19 , 1567px 1895px #D5BE19 , 2287px 25px #D5BE19 , 1319px 28px #D5BE19 , 1880px 2924px #D5BE19 , 1995px 3725px #D5BE19 , 292px 1699px #D5BE19 , 1885px 2403px #D5BE19 , 82px 3870px #D5BE19 , 548px 3393px #D5BE19 , 2012px 3330px #D5BE19 , 854px 1625px #D5BE19 , 1041px 2447px #D5BE19 , 1356px 1228px #D5BE19 , 1508px 2905px #D5BE19 , 1990px 1684px #D5BE19 , 1345px 823px #D5BE19;
}
@media (min-width: 2500px) {
  .stars-background {
    box-shadow: none !important;
  }
}

@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}
.input-group {
  background: #191919;
  box-shadow: none !important;
  overflow: hidden;
  border: none !important;
  border-radius: 7px;
}
.input-group > .form-select {
  border-right: none !important;
}
.input-group > .form-select:focus {
  border: 1.5px solid #D5BE19 !important;
  border-right: none !important;
}
.input-group > .form-select:focus ~ .input-group-text {
  border: 1.5px solid #D5BE19 !important;
  border-left: none !important;
}
.input-group > input.form-control, .input-group span {
  box-shadow: none !important;
  border-right: none !important;
  background-color: #191919 !important;
}
.input-group > input.form-control:focus, .input-group span:focus {
  border: 1.5px solid #D5BE19 !important;
  border-right: none !important;
}
.input-group > input.form-control:focus ~ .input-group-text, .input-group span:focus ~ .input-group-text {
  border: 1.5px solid #D5BE19 !important;
  border-left: none !important;
}
.input-group .input-group-text {
  border: 1.5px solid rgba(255, 255, 255, 0.1) !important;
  border-left: none !important;
  background-color: #191919 !important;
  margin-left: 0 !important;
  font-weight: 500;
  text-transform: uppercase !important;
  font-size: 12px;
  color: white !important;
  transition: all ease-in 0.15s;
  user-select: none !important;
}

input.form-control, textarea.form-control {
  font-size: 13.5px !important;
  border-radius: 7px;
  box-shadow: none !important;
  background-color: #191919 !important;
  color: white !important;
  border: 1.5px solid rgba(255, 255, 255, 0.1) !important;
  transition: all ease-in 0.15s;
}
input.form-control:focus, textarea.form-control:focus {
  border: 1.5px solid #D5BE19 !important;
}

textarea.form-control {
  font-size: 14px;
  overflow-y: scroll;
  min-height: 150px;
}

.form-select {
  font-size: 13.5px !important;
  border-radius: 7px;
  border: 1.5px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: none !important;
  background-color: #191919 !important;
  color: white;
  transition: all ease-in 0.15s;
  text-transform: capitalize !important;
}
.form-select:focus {
  border: 1.5px solid #D5BE19 !important;
}

.btn, .give-away .btn-spin {
  border: none;
  border-radius: 5px;
}
.btn:hover, .give-away .btn-spin:hover {
  border-bottom: none;
}
.btn.btn-secondary, .give-away .btn-secondary.btn-spin {
  text-transform: capitalize;
}
.btn.btn-gradient, .give-away .btn-gradient.btn-spin {
  background: rgba(213, 190, 25, 0.1);
  border: 1px solid #D5BE19 !important;
  color: #D5BE19 !important;
}
.btn.btn-gradient.active, .give-away .btn-gradient.active.btn-spin, .btn.btn-gradient:hover, .give-away .btn-gradient.btn-spin:hover {
  background: rgba(213, 190, 25, 0.9);
  border: 1px solid #b5a215 !important;
  color: white !important;
}
.btn.btn-success, .give-away .btn-spin, .btn.btn-primary {
  color: white !important;
}

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

.btn-toggle-filters {
  background: #75690e !important;
  color: white !important;
  font-weight: 400;
  font-size: 16px;
  filter: none !important;
}

.modal-header {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border: none;
  z-index: 1;
}

.modal-content {
  overflow: unset !important;
}
.modal-content .modal-content-holder {
  height: 100%;
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
  overflow: hidden;
  display: flex;
}
.modal-content .modal-content-holder .modal-body {
  overflow: auto;
}

.modal-body {
  border-radius: 10px;
}

@media (min-width: 768px) {
  .modal-title {
    width: 100%;
    text-align: center;
    text-transform: capitalize;
  }
}
.pagination {
  width: max-content;
  margin: 15px auto !important;
}
.pagination > .page-item {
  border-radius: inherit !important;
}
.pagination > .page-item button {
  filter: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.pagination > .page-item:first-child button {
  border-top-left-radius: inherit !important;
  border-bottom-left-radius: inherit !important;
}
.pagination > .page-item:last-child button {
  border-top-right-radius: inherit !important;
  border-bottom-right-radius: inherit !important;
}

.orders-area {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
}

.carts-area {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  overflow-x: auto;
}

.loadable-content .loading {
  color: white;
  display: unset;
}
.loadable-content .loading.text-success {
  --bs-success-rgb: 0, 176, 39;
}
.loadable-content .loading h6, .loadable-content .loading .h6 {
  font-weight: 500 !important;
  text-transform: capitalize;
  font-size: 15px !important;
  animation: 1.5s infinite breath ease-in;
}
.loadable-content .main-content {
  display: none;
}
.loadable-content.loaded .loading {
  display: none;
}
.loadable-content.loaded .main-content {
  display: revert;
}

.tln-wrapper-container {
  height: 150px;
}
.tln-wrapper-container textarea {
  display: inline-block;
  width: --webkit-fill-available;
  min-height: 150px;
}

#btn-back-to-top {
  bottom: 10px;
  left: 100%;
  text-align: center;
  display: none;
  margin-right: 10px;
}

.btn-close-modal {
  background: #191919;
  border-radius: 100px;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 10;
  box-shadow: 2px 3px 25px rgba(36, 36, 36, 0.2);
  border: none;
  cursor: pointer;
  pointer-events: auto;
}
.btn-close-modal::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path 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'/></svg>");
  content: "";
  height: 12px;
  width: 12px;
}
@media (max-width: 767.98px) {
  .btn-close-modal {
    top: 15px;
    right: 5px;
    box-shadow: none;
    background: none;
  }
  .btn-close-modal::after {
    height: 16px;
    width: 16px;
  }
}

@media (max-width: 991.98px) {
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
}
.modal-body strong {
  font-weight: 500;
}
.modal-body .product-tags {
  justify-content: start;
}

table {
  border: none;
  border-radius: 5px !important;
  overflow: hidden;
}
table > caption {
  font-weight: 600;
  font-size: 19px;
  text-align: center;
}
table > :not(caption) > * > * {
  background: unset !important;
  border: none !important;
}
table > thead {
  text-transform: uppercase;
}
table > thead > * > * {
  font-weight: 600 !important;
  color: rgb(122, 130, 143);
}
table tr > th, table tr > td {
  cursor: pointer;
  word-break: keep-all;
  white-space: nowrap;
  vertical-align: middle;
  padding: 7px 9.5px !important;
}
table.table-sm tr > th, table.table-sm tr > td {
  font-size: 13.5px !important;
}
table tr > td {
  color: white;
  background-color: rgba(255, 255, 255, 0.1) !important;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
table tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
table > tbody > tr:not(:last-child) {
  border-bottom: 1px solid #121212;
}

.badge-status {
  display: flex;
  align-items: center;
  align-content: center;
  font-weight: 500;
  text-align: center;
  border-radius: 20px;
  text-transform: capitalize;
}
.badge-status.fulfilled, .badge-status.resolved {
  color: #00B027;
}
.badge-status.unpaid, .badge-status.denied, .badge-status.invalid-owner, .badge-status.invalid-url, .badge-status.no-note, .badge-status.invalid-note, .badge-status.rejected {
  color: #FF4600;
}
.badge-status.queued {
  color: rgb(161, 190, 71);
}
.badge-status.pending {
  color: rgb(0, 64, 246);
}
.badge-status.rejected, .badge-status.unresolved, .badge-status.cancelled-or-refunded, .badge-status.old-url {
  color: rgb(255, 128, 0);
}
.badge-status.refunded {
  color: rgb(200, 0, 255);
}

.badge-processor.cashapp {
  color: #16e744;
}
.badge-processor.coinbase {
  color: #0863d7;
}
.badge-processor.balance, .badge-processor.balance-store, .badge-processor.balance-game {
  color: #d7b508;
}
.badge-processor.stripe {
  color: #a924f7;
}

.cart-count {
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  display: flex;
  width: max-content;
  color: #D5BE19 !important;
  border-radius: 4px;
}
.cart-count > span {
  position: absolute;
  color: currentColor;
  font-size: 10px;
  border-radius: 4px;
  font-weight: 500;
  top: -5px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transform: translateX(-50%);
  padding: 0 10px;
}
@media (max-width: 767.98px) {
  .cart-count {
    margin-top: 10px;
  }
}

.cursor-pointer {
  cursor: pointer !important;
}

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

* ::-webkit-scrollbar {
  cursor: pointer;
  width: 10px;
  height: 10px;
}
* ::-webkit-scrollbar-thumb {
  border-radius: 5px !important;
}

label {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1.1px;
  user-select: none !important;
  font-size: 12.5px;
}

.navbar-toggler {
  border: none !important;
  cursor: pointer;
  box-shadow: none !important;
}

.note-editor {
  border: 1px solid black !important;
  border-radius: 5px !important;
}
.note-editor .note-toolbar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.social-media-buttons {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
  width: max-content;
  background: transparent;
  position: sticky;
  bottom: 20px;
  left: 100%;
  flex-direction: column;
}
.social-media-buttons .social-icon {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-position: center;
  padding: 2.5px;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  cursor: pointer;
  margin-bottom: 5px;
  transition: all ease-in 0.1s;
}
.social-media-buttons .social-icon:hover {
  background: #191919;
}
.social-media-buttons .social-icon:last-child {
  margin-bottom: 10px;
}

.hero-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
}
.hero-section .title {
  font-weight: bold;
  font-size: 65px;
  text-transform: uppercase;
  margin-bottom: 2.5px;
}
.hero-section .moto {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .hero-section img {
    width: 100%;
  }
}

.alert {
  border: none !important;
  word-spacing: 3px;
  font-size: 16px;
  font-family: monospace;
  color: #b5a215;
  animation: glowup 1s ease-in-out infinite;
}
@keyframes glowup {
  50% {
    color: rgba(181, 162, 21, 0.7);
  }
}
.alert.alert-primary {
  box-shadow: 5px 5px rgba(181, 162, 21, 0.5), 9px 9px rgba(181, 162, 21, 0.3);
}

.nav-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: none !important;
}
.nav-tabs .nav-link {
  outline: none !important;
  background-color: transparent !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  letter-spacing: 1.2px !important;
  padding: 5px 15px !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  color: white !important;
  transition: all ease-in 0.15s;
  text-transform: uppercase;
}
.nav-tabs .nav-link.active {
  border-bottom: 2px solid #b5a215 !important;
  color: #b5a215 !important;
}

.width-max-content {
  width: max-content;
}

input::-webkit-calendar-picker-indicator {
  background: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" width="20"%3e%3cpath fill="%23FFFFFF3F" d="M231.448-124.078q-25.046 0-42.612-17.916-17.565-17.916-17.565-42.262v-497.103q0-24.347 17.565-42.262 17.566-17.916 42.703-17.916h91.424v-100.616h49.499v100.616h216.614v-100.616h47.961v100.616h91.424q25.137 0 42.703 17.916 17.565 17.915 17.565 42.262v497.103q0 24.346-17.565 42.262-17.566 17.916-42.612 17.916H231.448Zm.091-47.96h496.922q4.615 0 8.462-3.847 3.846-3.846 3.846-8.462v-329.729H219.231v329.729q0 4.616 3.846 8.462 3.847 3.847 8.462 3.847Zm-12.308-389.998h521.538v-119.232q0-4.616-3.846-8.463-3.847-3.846-8.462-3.846H231.539q-4.615 0-8.462 3.846-3.846 3.847-3.846 8.463v119.232Zm0 0v-131.541 131.541Zm261.032 180.305q-12.647 0-21.744-8.832-9.096-8.833-9.096-21.481 0-12.648 8.833-21.744t21.481-9.096q12.647 0 21.744 8.833 9.096 8.833 9.096 21.481 0 12.647-8.833 21.743-8.833 9.096-21.481 9.096Zm-156 0q-12.647 0-21.744-8.832-9.096-8.833-9.096-21.481 0-12.648 8.833-21.744t21.481-9.096q12.647 0 21.744 8.833 9.096 8.833 9.096 21.481 0 12.647-8.833 21.743-8.833 9.096-21.481 9.096Zm312 0q-12.647 0-21.744-8.832-9.096-8.833-9.096-21.481 0-12.648 8.833-21.744t21.481-9.096q12.647 0 21.744 8.833 9.096 8.833 9.096 21.481 0 12.647-8.833 21.743-8.833 9.096-21.481 9.096Zm-156 140.923q-12.647 0-21.744-8.833-9.096-8.833-9.096-21.48 0-12.648 8.833-21.744t21.481-9.096q12.647 0 21.744 8.833 9.096 8.833 9.096 21.481 0 12.647-8.833 21.743-8.833 9.096-21.481 9.096Zm-156 0q-12.647 0-21.744-8.833-9.096-8.833-9.096-21.48 0-12.648 8.833-21.744t21.481-9.096q12.647 0 21.744 8.833 9.096 8.833 9.096 21.481 0 12.647-8.833 21.743-8.833 9.096-21.481 9.096Zm312 0q-12.647 0-21.744-8.833-9.096-8.833-9.096-21.48 0-12.648 8.833-21.744t21.481-9.096q12.647 0 21.744 8.833 9.096 8.833 9.096 21.481 0 12.647-8.833 21.743-8.833 9.096-21.481 9.096Z"/%3e%3c/svg%3e');
  width: 10px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}

@keyframes breath {
  50% {
    opacity: 0.7;
  }
}
b {
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.dropdown-menu {
  background: #191919;
  padding: 7.5px 10px;
  border-radius: 4px;
}

.border-box {
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 3.5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.border-box .form-control, .border-box .form-select {
  border: none !important;
  background-color: #121212 !important;
}
.border-box .form-control:focus, .border-box .form-select:focus {
  border: none !important;
}

.text-gradient, .hero-section .title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  background-image: linear-gradient(-45deg, #D5BE19, #dfce6a);
  background-size: 500% 500%;
  animation: gradient 5s ease-in infinite;
}

.products-title-category {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .products-title-category {
    width: 75%;
    margin: auto;
  }
  .products-title-category input, .products-title-category select {
    padding: 7.5px;
  }
}

.product-categories-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 75%;
  margin: auto;
}
.product-categories-main .category {
  white-space: nowrap;
  margin: 2.5px;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 2.5px 10.5px;
  display: flex;
  justify-content: center;
  font-size: 13px;
  letter-spacing: 3px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.15s ease;
  text-transform: uppercase;
  user-select: none;
}
.product-categories-main .category.active {
  border: 1.5px solid #D5BE19;
  color: #D5BE19;
}
@media (max-width: 1199.98px) {
  .product-categories-main {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .product-categories-main .category {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=main.css.map */
