@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,700;1,500;1,600&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Gochi+Hand");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #2EA65C;
  --bs-secondary: #4C4C4C;
  --bs-success: #2ba55a;
  --bs-info: #FF5A6C;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #cccccc;
  --bs-dark: #282828;
  --bs-pink: #fff0f0;
  --bs-blue: #3b5999;
  --bs-black: #000000;
  --bs-green: #f2fbf1;
  --bs-gray: #f5f6f7;
  --bs-orange: #FCC45A;
  --bs-lightOrange: #FFF5E0;
  --bs-giftList: #f1f1f1;
  --bs-cartCheckout: #f9f9f9;
  --bs-red: #e74d47;
  --bs-darkOrange: #f0a93e;
  --bs-checkoutForm: #ededed;
  --bs-white: white;
  --bs-loadingbarGray: #e2e2e2;
  --bs-thead: #f4f4f4;
  --bs-footer: #f3f3f3;
  --bs-borderGray: #d7d7d7;
  --bs-checkoutGray: #f9f9f9;
  --bs-checkboxGray: #C2C2C2;
  --bs-radioGray: #c9c9c9;
  --bs-placeholder: #888888;
  --bs-droplet: #376dd8;
  --bs-memberCard: #e5e5e5;
  --bs-memberCardChip: #efefef;
  --bs-gold: #ba9620;
  --bs-darkRed: #a6231c;
  --bs-darkPink: #f52c8e;
  --bs-inputValue: #505050;
  --bs-paleBlue: #e2eef2;
  --bs-theadBorder: #b3b3b3;
  --bs-tbodyBorder: #b2b2b2;
  --bs-odBorder: #e8e8ee;
  --bs-darkGray: #7c7c7c;
  --bs-darkYellow: #f2ab3c;
  --bs-odLine: #eeeef2;
  --bs-odText: #737373;
  --bs-odLightGray: #f0f0f0;
  --bs-outlineGray: #777777;
  --bs-blogPlaceholder: #cccccc;
  --bs-btnText: #787878;
  --bs-creditNav: #bbbbbb;
  --bs-couponText: #5a5a5a;
  --bs-couponDate: #8d8d8d;
  --bs-lightGray: #979797;
  --bs-starGray: #cecece;
  --bs-spinnerGray: #b1b1b1;
  --bs-spinnerGreen: #007835;
  --bs-forgetPwd: #032d23;
  --bs-lightBlue: #81d2e9;
  --bs-seaBlue: #b9eaeb;
  --bs-megamenuGreen: #52a705;
  --bs-cartHr: #bebebe;
  --bs-cartHeader: #fafafa;
  --bs-separatorGray: #dddddd;
  --bs-platinumGray: #584f3f;
  --bs-cardGold: #d09a03;
  --bs-dropdownGold: #f6ba36;
  --bs-dropdownBarGold: #fcd694;
  --bs-searchIcon: #666666;
  --bs-cartNoticeGray: #999999;
  --bs-mailGray: #808080;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          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.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

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

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

.table-info {
  --bs-table-bg: #cff4fc;
  --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: #000;
  border-color: #badce3;
}

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

.table-danger {
  --bs-table-bg: #f8d7da;
  --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: #000;
  border-color: #dfc2c4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-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 {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #2EA65C;
  border-color: #2EA65C;
}
.btn-primary:hover {
  color: #000;
  background-color: #4db374;
  border-color: #43af6c;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #4db374;
  border-color: #43af6c;
  box-shadow: 0 0 0 0.25rem rgba(39, 141, 78, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #58b87d;
  border-color: #43af6c;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(39, 141, 78, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #2EA65C;
  border-color: #2EA65C;
}

.btn-secondary {
  color: #fff;
  background-color: #4C4C4C;
  border-color: #4C4C4C;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #414141;
  border-color: #3d3d3d;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #414141;
  border-color: #3d3d3d;
  box-shadow: 0 0 0 0.25rem rgba(103, 103, 103, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #393939;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(103, 103, 103, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #4C4C4C;
  border-color: #4C4C4C;
}

.btn-success {
  color: #000;
  background-color: #2ba55a;
  border-color: #2ba55a;
}
.btn-success:hover {
  color: #000;
  background-color: #4bb373;
  border-color: #40ae6b;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #4bb373;
  border-color: #40ae6b;
  box-shadow: 0 0 0 0.25rem rgba(37, 140, 77, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #55b77b;
  border-color: #40ae6b;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(37, 140, 77, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #2ba55a;
  border-color: #2ba55a;
}

.btn-info {
  color: #000;
  background-color: #FF5A6C;
  border-color: #FF5A6C;
}
.btn-info:hover {
  color: #000;
  background-color: #ff7382;
  border-color: #ff6b7b;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #ff7382;
  border-color: #ff6b7b;
  box-shadow: 0 0 0 0.25rem rgba(217, 77, 92, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #ff7b89;
  border-color: #ff6b7b;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 77, 92, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #FF5A6C;
  border-color: #FF5A6C;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-light:hover {
  color: #000;
  background-color: #d4d4d4;
  border-color: #d1d1d1;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #d4d4d4;
  border-color: #d1d1d1;
  box-shadow: 0 0 0 0.25rem rgba(173, 173, 173, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #d6d6d6;
  border-color: #d1d1d1;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(173, 173, 173, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-dark {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}
.btn-dark:hover {
  color: #fff;
  background-color: #222222;
  border-color: #202020;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #222222;
  border-color: #202020;
  box-shadow: 0 0 0 0.25rem rgba(72, 72, 72, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #202020;
  border-color: #1e1e1e;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(72, 72, 72, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}

.btn-pink {
  color: #000;
  background-color: #fff0f0;
  border-color: #fff0f0;
}
.btn-pink:hover {
  color: #000;
  background-color: #fff2f2;
  border-color: #fff2f2;
}
.btn-check:focus + .btn-pink, .btn-pink:focus {
  color: #000;
  background-color: #fff2f2;
  border-color: #fff2f2;
  box-shadow: 0 0 0 0.25rem rgba(217, 204, 204, 0.5);
}
.btn-check:checked + .btn-pink, .btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active, .show > .btn-pink.dropdown-toggle {
  color: #000;
  background-color: #fff3f3;
  border-color: #fff2f2;
}
.btn-check:checked + .btn-pink:focus, .btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus, .show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 204, 204, 0.5);
}
.btn-pink:disabled, .btn-pink.disabled {
  color: #000;
  background-color: #fff0f0;
  border-color: #fff0f0;
}

.btn-blue {
  color: #fff;
  background-color: #3b5999;
  border-color: #3b5999;
}
.btn-blue:hover {
  color: #fff;
  background-color: #324c82;
  border-color: #2f477a;
}
.btn-check:focus + .btn-blue, .btn-blue:focus {
  color: #fff;
  background-color: #324c82;
  border-color: #2f477a;
  box-shadow: 0 0 0 0.25rem rgba(88, 114, 168, 0.5);
}
.btn-check:checked + .btn-blue, .btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #2f477a;
  border-color: #2c4373;
}
.btn-check:checked + .btn-blue:focus, .btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(88, 114, 168, 0.5);
}
.btn-blue:disabled, .btn-blue.disabled {
  color: #fff;
  background-color: #3b5999;
  border-color: #3b5999;
}

.btn-black {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-black, .btn-black:focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-black, .btn-check:active + .btn-black, .btn-black:active, .btn-black.active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-black:disabled, .btn-black.disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-green {
  color: #000;
  background-color: #f2fbf1;
  border-color: #f2fbf1;
}
.btn-green:hover {
  color: #000;
  background-color: #f4fcf3;
  border-color: #f3fbf2;
}
.btn-check:focus + .btn-green, .btn-green:focus {
  color: #000;
  background-color: #f4fcf3;
  border-color: #f3fbf2;
  box-shadow: 0 0 0 0.25rem rgba(206, 213, 205, 0.5);
}
.btn-check:checked + .btn-green, .btn-check:active + .btn-green, .btn-green:active, .btn-green.active, .show > .btn-green.dropdown-toggle {
  color: #000;
  background-color: #f5fcf4;
  border-color: #f3fbf2;
}
.btn-check:checked + .btn-green:focus, .btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(206, 213, 205, 0.5);
}
.btn-green:disabled, .btn-green.disabled {
  color: #000;
  background-color: #f2fbf1;
  border-color: #f2fbf1;
}

.btn-gray {
  color: #000;
  background-color: #f5f6f7;
  border-color: #f5f6f7;
}
.btn-gray:hover {
  color: #000;
  background-color: #f7f7f8;
  border-color: #f6f7f8;
}
.btn-check:focus + .btn-gray, .btn-gray:focus {
  color: #000;
  background-color: #f7f7f8;
  border-color: #f6f7f8;
  box-shadow: 0 0 0 0.25rem rgba(208, 209, 210, 0.5);
}
.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
  color: #000;
  background-color: #f7f8f9;
  border-color: #f6f7f8;
}
.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(208, 209, 210, 0.5);
}
.btn-gray:disabled, .btn-gray.disabled {
  color: #000;
  background-color: #f5f6f7;
  border-color: #f5f6f7;
}

.btn-orange {
  color: #000;
  background-color: #FCC45A;
  border-color: #FCC45A;
}
.btn-orange:hover {
  color: #000;
  background-color: #fccd73;
  border-color: #fcca6b;
}
.btn-check:focus + .btn-orange, .btn-orange:focus {
  color: #000;
  background-color: #fccd73;
  border-color: #fcca6b;
  box-shadow: 0 0 0 0.25rem rgba(214, 167, 77, 0.5);
}
.btn-check:checked + .btn-orange, .btn-check:active + .btn-orange, .btn-orange:active, .btn-orange.active, .show > .btn-orange.dropdown-toggle {
  color: #000;
  background-color: #fdd07b;
  border-color: #fcca6b;
}
.btn-check:checked + .btn-orange:focus, .btn-check:active + .btn-orange:focus, .btn-orange:active:focus, .btn-orange.active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 167, 77, 0.5);
}
.btn-orange:disabled, .btn-orange.disabled {
  color: #000;
  background-color: #FCC45A;
  border-color: #FCC45A;
}

.btn-lightOrange {
  color: #000;
  background-color: #FFF5E0;
  border-color: #FFF5E0;
}
.btn-lightOrange:hover {
  color: #000;
  background-color: #fff7e5;
  border-color: #fff6e3;
}
.btn-check:focus + .btn-lightOrange, .btn-lightOrange:focus {
  color: #000;
  background-color: #fff7e5;
  border-color: #fff6e3;
  box-shadow: 0 0 0 0.25rem rgba(217, 208, 190, 0.5);
}
.btn-check:checked + .btn-lightOrange, .btn-check:active + .btn-lightOrange, .btn-lightOrange:active, .btn-lightOrange.active, .show > .btn-lightOrange.dropdown-toggle {
  color: #000;
  background-color: #fff7e6;
  border-color: #fff6e3;
}
.btn-check:checked + .btn-lightOrange:focus, .btn-check:active + .btn-lightOrange:focus, .btn-lightOrange:active:focus, .btn-lightOrange.active:focus, .show > .btn-lightOrange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 208, 190, 0.5);
}
.btn-lightOrange:disabled, .btn-lightOrange.disabled {
  color: #000;
  background-color: #FFF5E0;
  border-color: #FFF5E0;
}

.btn-giftList {
  color: #000;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-giftList:hover {
  color: #000;
  background-color: #f3f3f3;
  border-color: #f2f2f2;
}
.btn-check:focus + .btn-giftList, .btn-giftList:focus {
  color: #000;
  background-color: #f3f3f3;
  border-color: #f2f2f2;
  box-shadow: 0 0 0 0.25rem rgba(205, 205, 205, 0.5);
}
.btn-check:checked + .btn-giftList, .btn-check:active + .btn-giftList, .btn-giftList:active, .btn-giftList.active, .show > .btn-giftList.dropdown-toggle {
  color: #000;
  background-color: #f4f4f4;
  border-color: #f2f2f2;
}
.btn-check:checked + .btn-giftList:focus, .btn-check:active + .btn-giftList:focus, .btn-giftList:active:focus, .btn-giftList.active:focus, .show > .btn-giftList.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(205, 205, 205, 0.5);
}
.btn-giftList:disabled, .btn-giftList.disabled {
  color: #000;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.btn-cartCheckout {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-cartCheckout:hover {
  color: #000;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-check:focus + .btn-cartCheckout, .btn-cartCheckout:focus {
  color: #000;
  background-color: #fafafa;
  border-color: #fafafa;
  box-shadow: 0 0 0 0.25rem rgba(212, 212, 212, 0.5);
}
.btn-check:checked + .btn-cartCheckout, .btn-check:active + .btn-cartCheckout, .btn-cartCheckout:active, .btn-cartCheckout.active, .show > .btn-cartCheckout.dropdown-toggle {
  color: #000;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-check:checked + .btn-cartCheckout:focus, .btn-check:active + .btn-cartCheckout:focus, .btn-cartCheckout:active:focus, .btn-cartCheckout.active:focus, .show > .btn-cartCheckout.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 212, 212, 0.5);
}
.btn-cartCheckout:disabled, .btn-cartCheckout.disabled {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn-red {
  color: #000;
  background-color: #e74d47;
  border-color: #e74d47;
}
.btn-red:hover {
  color: #000;
  background-color: #eb6863;
  border-color: #e95f59;
}
.btn-check:focus + .btn-red, .btn-red:focus {
  color: #000;
  background-color: #eb6863;
  border-color: #e95f59;
  box-shadow: 0 0 0 0.25rem rgba(196, 65, 60, 0.5);
}
.btn-check:checked + .btn-red, .btn-check:active + .btn-red, .btn-red:active, .btn-red.active, .show > .btn-red.dropdown-toggle {
  color: #000;
  background-color: #ec716c;
  border-color: #e95f59;
}
.btn-check:checked + .btn-red:focus, .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(196, 65, 60, 0.5);
}
.btn-red:disabled, .btn-red.disabled {
  color: #000;
  background-color: #e74d47;
  border-color: #e74d47;
}

.btn-darkOrange {
  color: #000;
  background-color: #f0a93e;
  border-color: #f0a93e;
}
.btn-darkOrange:hover {
  color: #000;
  background-color: #f2b65b;
  border-color: #f2b251;
}
.btn-check:focus + .btn-darkOrange, .btn-darkOrange:focus {
  color: #000;
  background-color: #f2b65b;
  border-color: #f2b251;
  box-shadow: 0 0 0 0.25rem rgba(204, 144, 53, 0.5);
}
.btn-check:checked + .btn-darkOrange, .btn-check:active + .btn-darkOrange, .btn-darkOrange:active, .btn-darkOrange.active, .show > .btn-darkOrange.dropdown-toggle {
  color: #000;
  background-color: #f3ba65;
  border-color: #f2b251;
}
.btn-check:checked + .btn-darkOrange:focus, .btn-check:active + .btn-darkOrange:focus, .btn-darkOrange:active:focus, .btn-darkOrange.active:focus, .show > .btn-darkOrange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 144, 53, 0.5);
}
.btn-darkOrange:disabled, .btn-darkOrange.disabled {
  color: #000;
  background-color: #f0a93e;
  border-color: #f0a93e;
}

.btn-checkoutForm {
  color: #000;
  background-color: #ededed;
  border-color: #ededed;
}
.btn-checkoutForm:hover {
  color: #000;
  background-color: #f0f0f0;
  border-color: #efefef;
}
.btn-check:focus + .btn-checkoutForm, .btn-checkoutForm:focus {
  color: #000;
  background-color: #f0f0f0;
  border-color: #efefef;
  box-shadow: 0 0 0 0.25rem rgba(201, 201, 201, 0.5);
}
.btn-check:checked + .btn-checkoutForm, .btn-check:active + .btn-checkoutForm, .btn-checkoutForm:active, .btn-checkoutForm.active, .show > .btn-checkoutForm.dropdown-toggle {
  color: #000;
  background-color: #f1f1f1;
  border-color: #efefef;
}
.btn-check:checked + .btn-checkoutForm:focus, .btn-check:active + .btn-checkoutForm:focus, .btn-checkoutForm:active:focus, .btn-checkoutForm.active:focus, .show > .btn-checkoutForm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 201, 201, 0.5);
}
.btn-checkoutForm:disabled, .btn-checkoutForm.disabled {
  color: #000;
  background-color: #ededed;
  border-color: #ededed;
}

.btn-white {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-white:hover {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #000;
  background-color: white;
  border-color: white;
}

.btn-loadingbarGray {
  color: #000;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}
.btn-loadingbarGray:hover {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e5e5e5;
}
.btn-check:focus + .btn-loadingbarGray, .btn-loadingbarGray:focus {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e5e5e5;
  box-shadow: 0 0 0 0.25rem rgba(192, 192, 192, 0.5);
}
.btn-check:checked + .btn-loadingbarGray, .btn-check:active + .btn-loadingbarGray, .btn-loadingbarGray:active, .btn-loadingbarGray.active, .show > .btn-loadingbarGray.dropdown-toggle {
  color: #000;
  background-color: #e8e8e8;
  border-color: #e5e5e5;
}
.btn-check:checked + .btn-loadingbarGray:focus, .btn-check:active + .btn-loadingbarGray:focus, .btn-loadingbarGray:active:focus, .btn-loadingbarGray.active:focus, .show > .btn-loadingbarGray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(192, 192, 192, 0.5);
}
.btn-loadingbarGray:disabled, .btn-loadingbarGray.disabled {
  color: #000;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}

.btn-thead {
  color: #000;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-thead:hover {
  color: #000;
  background-color: #f6f6f6;
  border-color: whitesmoke;
}
.btn-check:focus + .btn-thead, .btn-thead:focus {
  color: #000;
  background-color: #f6f6f6;
  border-color: whitesmoke;
  box-shadow: 0 0 0 0.25rem rgba(207, 207, 207, 0.5);
}
.btn-check:checked + .btn-thead, .btn-check:active + .btn-thead, .btn-thead:active, .btn-thead.active, .show > .btn-thead.dropdown-toggle {
  color: #000;
  background-color: #f6f6f6;
  border-color: whitesmoke;
}
.btn-check:checked + .btn-thead:focus, .btn-check:active + .btn-thead:focus, .btn-thead:active:focus, .btn-thead.active:focus, .show > .btn-thead.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(207, 207, 207, 0.5);
}
.btn-thead:disabled, .btn-thead.disabled {
  color: #000;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

.btn-footer {
  color: #000;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-footer:hover {
  color: #000;
  background-color: whitesmoke;
  border-color: #f4f4f4;
}
.btn-check:focus + .btn-footer, .btn-footer:focus {
  color: #000;
  background-color: whitesmoke;
  border-color: #f4f4f4;
  box-shadow: 0 0 0 0.25rem rgba(207, 207, 207, 0.5);
}
.btn-check:checked + .btn-footer, .btn-check:active + .btn-footer, .btn-footer:active, .btn-footer.active, .show > .btn-footer.dropdown-toggle {
  color: #000;
  background-color: whitesmoke;
  border-color: #f4f4f4;
}
.btn-check:checked + .btn-footer:focus, .btn-check:active + .btn-footer:focus, .btn-footer:active:focus, .btn-footer.active:focus, .show > .btn-footer.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(207, 207, 207, 0.5);
}
.btn-footer:disabled, .btn-footer.disabled {
  color: #000;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}

.btn-borderGray {
  color: #000;
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.btn-borderGray:hover {
  color: #000;
  background-color: #dddddd;
  border-color: #dbdbdb;
}
.btn-check:focus + .btn-borderGray, .btn-borderGray:focus {
  color: #000;
  background-color: #dddddd;
  border-color: #dbdbdb;
  box-shadow: 0 0 0 0.25rem rgba(183, 183, 183, 0.5);
}
.btn-check:checked + .btn-borderGray, .btn-check:active + .btn-borderGray, .btn-borderGray:active, .btn-borderGray.active, .show > .btn-borderGray.dropdown-toggle {
  color: #000;
  background-color: #dfdfdf;
  border-color: #dbdbdb;
}
.btn-check:checked + .btn-borderGray:focus, .btn-check:active + .btn-borderGray:focus, .btn-borderGray:active:focus, .btn-borderGray.active:focus, .show > .btn-borderGray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(183, 183, 183, 0.5);
}
.btn-borderGray:disabled, .btn-borderGray.disabled {
  color: #000;
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}

.btn-checkoutGray {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-checkoutGray:hover {
  color: #000;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-check:focus + .btn-checkoutGray, .btn-checkoutGray:focus {
  color: #000;
  background-color: #fafafa;
  border-color: #fafafa;
  box-shadow: 0 0 0 0.25rem rgba(212, 212, 212, 0.5);
}
.btn-check:checked + .btn-checkoutGray, .btn-check:active + .btn-checkoutGray, .btn-checkoutGray:active, .btn-checkoutGray.active, .show > .btn-checkoutGray.dropdown-toggle {
  color: #000;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-check:checked + .btn-checkoutGray:focus, .btn-check:active + .btn-checkoutGray:focus, .btn-checkoutGray:active:focus, .btn-checkoutGray.active:focus, .show > .btn-checkoutGray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 212, 212, 0.5);
}
.btn-checkoutGray:disabled, .btn-checkoutGray.disabled {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn-checkboxGray {
  color: #000;
  background-color: #C2C2C2;
  border-color: #C2C2C2;
}
.btn-checkboxGray:hover {
  color: #000;
  background-color: #cbcbcb;
  border-color: #c8c8c8;
}
.btn-check:focus + .btn-checkboxGray, .btn-checkboxGray:focus {
  color: #000;
  background-color: #cbcbcb;
  border-color: #c8c8c8;
  box-shadow: 0 0 0 0.25rem rgba(165, 165, 165, 0.5);
}
.btn-check:checked + .btn-checkboxGray, .btn-check:active + .btn-checkboxGray, .btn-checkboxGray:active, .btn-checkboxGray.active, .show > .btn-checkboxGray.dropdown-toggle {
  color: #000;
  background-color: #cecece;
  border-color: #c8c8c8;
}
.btn-check:checked + .btn-checkboxGray:focus, .btn-check:active + .btn-checkboxGray:focus, .btn-checkboxGray:active:focus, .btn-checkboxGray.active:focus, .show > .btn-checkboxGray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(165, 165, 165, 0.5);
}
.btn-checkboxGray:disabled, .btn-checkboxGray.disabled {
  color: #000;
  background-color: #C2C2C2;
  border-color: #C2C2C2;
}

.btn-radioGray {
  color: #000;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-radioGray:hover {
  color: #000;
  background-color: #d1d1d1;
  border-color: #cecece;
}
.btn-check:focus + .btn-radioGray, .btn-radioGray:focus {
  color: #000;
  background-color: #d1d1d1;
  border-color: #cecece;
  box-shadow: 0 0 0 0.25rem rgba(171, 171, 171, 0.5);
}
.btn-check:checked + .btn-radioGray, .btn-check:active + .btn-radioGray, .btn-radioGray:active, .btn-radioGray.active, .show > .btn-radioGray.dropdown-toggle {
  color: #000;
  background-color: #d4d4d4;
  border-color: #cecece;
}
.btn-check:checked + .btn-radioGray:focus, .btn-check:active + .btn-radioGray:focus, .btn-radioGray:active:focus, .btn-radioGray.active:focus, .show > .btn-radioGray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(171, 171, 171, 0.5);
}
.btn-radioGray:disabled, .btn-radioGray.disabled {
  color: #000;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}

.btn-placeholder {
  color: #000;
  background-color: #888888;
  border-color: #888888;
}
.btn-placeholder:hover {
  color: #000;
  background-color: #9a9a9a;
  border-color: #949494;
}
.btn-check:focus + .btn-placeholder, .btn-placeholder:focus {
  color: #000;
  background-color: #9a9a9a;
  border-color: #949494;
  box-shadow: 0 0 0 0.25rem rgba(116, 116, 116, 0.5);
}
.btn-check:checked + .btn-placeholder, .btn-check:active + .btn-placeholder, .btn-placeholder:active, .btn-placeholder.active, .show > .btn-placeholder.dropdown-toggle {
  color: #000;
  background-color: #a0a0a0;
  border-color: #949494;
}
.btn-check:checked + .btn-placeholder:focus, .btn-check:active + .btn-placeholder:focus, .btn-placeholder:active:focus, .btn-placeholder.active:focus, .show > .btn-placeholder.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(116, 116, 116, 0.5);
}
.btn-placeholder:disabled, .btn-placeholder.disabled {
  color: #000;
  background-color: #888888;
  border-color: #888888;
}

.btn-droplet {
  color: #fff;
  background-color: #376dd8;
  border-color: #376dd8;
}
.btn-droplet:hover {
  color: #fff;
  background-color: #2f5db8;
  border-color: #2c57ad;
}
.btn-check:focus + .btn-droplet, .btn-droplet:focus {
  color: #fff;
  background-color: #2f5db8;
  border-color: #2c57ad;
  box-shadow: 0 0 0 0.25rem rgba(85, 131, 222, 0.5);
}
.btn-check:checked + .btn-droplet, .btn-check:active + .btn-droplet, .btn-droplet:active, .btn-droplet.active, .show > .btn-droplet.dropdown-toggle {
  color: #fff;
  background-color: #2c57ad;
  border-color: #2952a2;
}
.btn-check:checked + .btn-droplet:focus, .btn-check:active + .btn-droplet:focus, .btn-droplet:active:focus, .btn-droplet.active:focus, .show > .btn-droplet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(85, 131, 222, 0.5);
}
.btn-droplet:disabled, .btn-droplet.disabled {
  color: #fff;
  background-color: #376dd8;
  border-color: #376dd8;
}

.btn-memberCard {
  color: #000;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-memberCard:hover {
  color: #000;
  background-color: #e9e9e9;
  border-color: #e8e8e8;
}
.btn-check:focus + .btn-memberCard, .btn-memberCard:focus {
  color: #000;
  background-color: #e9e9e9;
  border-color: #e8e8e8;
  box-shadow: 0 0 0 0.25rem rgba(195, 195, 195, 0.5);
}
.btn-check:checked + .btn-memberCard, .btn-check:active + .btn-memberCard, .btn-memberCard:active, .btn-memberCard.active, .show > .btn-memberCard.dropdown-toggle {
  color: #000;
  background-color: #eaeaea;
  border-color: #e8e8e8;
}
.btn-check:checked + .btn-memberCard:focus, .btn-check:active + .btn-memberCard:focus, .btn-memberCard:active:focus, .btn-memberCard.active:focus, .show > .btn-memberCard.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(195, 195, 195, 0.5);
}
.btn-memberCard:disabled, .btn-memberCard.disabled {
  color: #000;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}

.btn-memberCardChip {
  color: #000;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-memberCardChip:hover {
  color: #000;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-check:focus + .btn-memberCardChip, .btn-memberCardChip:focus {
  color: #000;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  box-shadow: 0 0 0 0.25rem rgba(203, 203, 203, 0.5);
}
.btn-check:checked + .btn-memberCardChip, .btn-check:active + .btn-memberCardChip, .btn-memberCardChip:active, .btn-memberCardChip.active, .show > .btn-memberCardChip.dropdown-toggle {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f1f1f1;
}
.btn-check:checked + .btn-memberCardChip:focus, .btn-check:active + .btn-memberCardChip:focus, .btn-memberCardChip:active:focus, .btn-memberCardChip.active:focus, .show > .btn-memberCardChip.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(203, 203, 203, 0.5);
}
.btn-memberCardChip:disabled, .btn-memberCardChip.disabled {
  color: #000;
  background-color: #efefef;
  border-color: #efefef;
}

.btn-gold {
  color: #000;
  background-color: #ba9620;
  border-color: #ba9620;
}
.btn-gold:hover {
  color: #000;
  background-color: #c4a641;
  border-color: #c1a136;
}
.btn-check:focus + .btn-gold, .btn-gold:focus {
  color: #000;
  background-color: #c4a641;
  border-color: #c1a136;
  box-shadow: 0 0 0 0.25rem rgba(158, 128, 27, 0.5);
}
.btn-check:checked + .btn-gold, .btn-check:active + .btn-gold, .btn-gold:active, .btn-gold.active, .show > .btn-gold.dropdown-toggle {
  color: #000;
  background-color: #c8ab4d;
  border-color: #c1a136;
}
.btn-check:checked + .btn-gold:focus, .btn-check:active + .btn-gold:focus, .btn-gold:active:focus, .btn-gold.active:focus, .show > .btn-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(158, 128, 27, 0.5);
}
.btn-gold:disabled, .btn-gold.disabled {
  color: #000;
  background-color: #ba9620;
  border-color: #ba9620;
}

.btn-darkRed {
  color: #fff;
  background-color: #a6231c;
  border-color: #a6231c;
}
.btn-darkRed:hover {
  color: #fff;
  background-color: #8d1e18;
  border-color: #851c16;
}
.btn-check:focus + .btn-darkRed, .btn-darkRed:focus {
  color: #fff;
  background-color: #8d1e18;
  border-color: #851c16;
  box-shadow: 0 0 0 0.25rem rgba(179, 68, 62, 0.5);
}
.btn-check:checked + .btn-darkRed, .btn-check:active + .btn-darkRed, .btn-darkRed:active, .btn-darkRed.active, .show > .btn-darkRed.dropdown-toggle {
  color: #fff;
  background-color: #851c16;
  border-color: #7d1a15;
}
.btn-check:checked + .btn-darkRed:focus, .btn-check:active + .btn-darkRed:focus, .btn-darkRed:active:focus, .btn-darkRed.active:focus, .show > .btn-darkRed.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(179, 68, 62, 0.5);
}
.btn-darkRed:disabled, .btn-darkRed.disabled {
  color: #fff;
  background-color: #a6231c;
  border-color: #a6231c;
}

.btn-darkPink {
  color: #000;
  background-color: #f52c8e;
  border-color: #f52c8e;
}
.btn-darkPink:hover {
  color: #000;
  background-color: #f74c9f;
  border-color: #f64199;
}
.btn-check:focus + .btn-darkPink, .btn-darkPink:focus {
  color: #000;
  background-color: #f74c9f;
  border-color: #f64199;
  box-shadow: 0 0 0 0.25rem rgba(208, 37, 121, 0.5);
}
.btn-check:checked + .btn-darkPink, .btn-check:active + .btn-darkPink, .btn-darkPink:active, .btn-darkPink.active, .show > .btn-darkPink.dropdown-toggle {
  color: #000;
  background-color: #f756a5;
  border-color: #f64199;
}
.btn-check:checked + .btn-darkPink:focus, .btn-check:active + .btn-darkPink:focus, .btn-darkPink:active:focus, .btn-darkPink.active:focus, .show > .btn-darkPink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(208, 37, 121, 0.5);
}
.btn-darkPink:disabled, .btn-darkPink.disabled {
  color: #000;
  background-color: #f52c8e;
  border-color: #f52c8e;
}

.btn-inputValue {
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}
.btn-inputValue:hover {
  color: #fff;
  background-color: #444444;
  border-color: #404040;
}
.btn-check:focus + .btn-inputValue, .btn-inputValue:focus {
  color: #fff;
  background-color: #444444;
  border-color: #404040;
  box-shadow: 0 0 0 0.25rem rgba(106, 106, 106, 0.5);
}
.btn-check:checked + .btn-inputValue, .btn-check:active + .btn-inputValue, .btn-inputValue:active, .btn-inputValue.active, .show > .btn-inputValue.dropdown-toggle {
  color: #fff;
  background-color: #404040;
  border-color: #3c3c3c;
}
.btn-check:checked + .btn-inputValue:focus, .btn-check:active + .btn-inputValue:focus, .btn-inputValue:active:focus, .btn-inputValue.active:focus, .show > .btn-inputValue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(106, 106, 106, 0.5);
}
.btn-inputValue:disabled, .btn-inputValue.disabled {
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}

.btn-paleBlue {
  color: #000;
  background-color: #e2eef2;
  border-color: #e2eef2;
}
.btn-paleBlue:hover {
  color: #000;
  background-color: #e6f1f4;
  border-color: #e5f0f3;
}
.btn-check:focus + .btn-paleBlue, .btn-paleBlue:focus {
  color: #000;
  background-color: #e6f1f4;
  border-color: #e5f0f3;
  box-shadow: 0 0 0 0.25rem rgba(192, 202, 206, 0.5);
}
.btn-check:checked + .btn-paleBlue, .btn-check:active + .btn-paleBlue, .btn-paleBlue:active, .btn-paleBlue.active, .show > .btn-paleBlue.dropdown-toggle {
  color: #000;
  background-color: #e8f1f5;
  border-color: #e5f0f3;
}
.btn-check:checked + .btn-paleBlue:focus, .btn-check:active + .btn-paleBlue:focus, .btn-paleBlue:active:focus, .btn-paleBlue.active:focus, .show > .btn-paleBlue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(192, 202, 206, 0.5);
}
.btn-paleBlue:disabled, .btn-paleBlue.disabled {
  color: #000;
  background-color: #e2eef2;
  border-color: #e2eef2;
}

.btn-theadBorder {
  color: #000;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn-theadBorder:hover {
  color: #000;
  background-color: #bebebe;
  border-color: #bbbbbb;
}
.btn-check:focus + .btn-theadBorder, .btn-theadBorder:focus {
  color: #000;
  background-color: #bebebe;
  border-color: #bbbbbb;
  box-shadow: 0 0 0 0.25rem rgba(152, 152, 152, 0.5);
}
.btn-check:checked + .btn-theadBorder, .btn-check:active + .btn-theadBorder, .btn-theadBorder:active, .btn-theadBorder.active, .show > .btn-theadBorder.dropdown-toggle {
  color: #000;
  background-color: #c2c2c2;
  border-color: #bbbbbb;
}
.btn-check:checked + .btn-theadBorder:focus, .btn-check:active + .btn-theadBorder:focus, .btn-theadBorder:active:focus, .btn-theadBorder.active:focus, .show > .btn-theadBorder.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(152, 152, 152, 0.5);
}
.btn-theadBorder:disabled, .btn-theadBorder.disabled {
  color: #000;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

.btn-tbodyBorder {
  color: #000;
  background-color: #b2b2b2;
  border-color: #b2b2b2;
}
.btn-tbodyBorder:hover {
  color: #000;
  background-color: #bebebe;
  border-color: #bababa;
}
.btn-check:focus + .btn-tbodyBorder, .btn-tbodyBorder:focus {
  color: #000;
  background-color: #bebebe;
  border-color: #bababa;
  box-shadow: 0 0 0 0.25rem rgba(151, 151, 151, 0.5);
}
.btn-check:checked + .btn-tbodyBorder, .btn-check:active + .btn-tbodyBorder, .btn-tbodyBorder:active, .btn-tbodyBorder.active, .show > .btn-tbodyBorder.dropdown-toggle {
  color: #000;
  background-color: #c1c1c1;
  border-color: #bababa;
}
.btn-check:checked + .btn-tbodyBorder:focus, .btn-check:active + .btn-tbodyBorder:focus, .btn-tbodyBorder:active:focus, .btn-tbodyBorder.active:focus, .show > .btn-tbodyBorder.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(151, 151, 151, 0.5);
}
.btn-tbodyBorder:disabled, .btn-tbodyBorder.disabled {
  color: #000;
  background-color: #b2b2b2;
  border-color: #b2b2b2;
}

.btn-odBorder {
  color: #000;
  background-color: #e8e8ee;
  border-color: #e8e8ee;
}
.btn-odBorder:hover {
  color: #000;
  background-color: #ebebf1;
  border-color: #eaeaf0;
}
.btn-check:focus + .btn-odBorder, .btn-odBorder:focus {
  color: #000;
  background-color: #ebebf1;
  border-color: #eaeaf0;
  box-shadow: 0 0 0 0.25rem rgba(197, 197, 202, 0.5);
}
.btn-check:checked + .btn-odBorder, .btn-check:active + .btn-odBorder, .btn-odBorder:active, .btn-odBorder.active, .show > .btn-odBorder.dropdown-toggle {
  color: #000;
  background-color: #ededf1;
  border-color: #eaeaf0;
}
.btn-check:checked + .btn-odBorder:focus, .btn-check:active + .btn-odBorder:focus, .btn-odBorder:active:focus, .btn-odBorder.active:focus, .show > .btn-odBorder.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(197, 197, 202, 0.5);
}
.btn-odBorder:disabled, .btn-odBorder.disabled {
  color: #000;
  background-color: #e8e8ee;
  border-color: #e8e8ee;
}

.btn-darkGray {
  color: #000;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}
.btn-darkGray:hover {
  color: #000;
  background-color: #909090;
  border-color: #898989;
}
.btn-check:focus + .btn-darkGray, .btn-darkGray:focus {
  color: #000;
  background-color: #909090;
  border-color: #898989;
  box-shadow: 0 0 0 0.25rem rgba(105, 105, 105, 0.5);
}
.btn-check:checked + .btn-darkGray, .btn-check:active + .btn-darkGray, .btn-darkGray:active, .btn-darkGray.active, .show > .btn-darkGray.dropdown-toggle {
  color: #000;
  background-color: #969696;
  border-color: #898989;
}
.btn-check:checked + .btn-darkGray:focus, .btn-check:active + .btn-darkGray:focus, .btn-darkGray:active:focus, .btn-darkGray.active:focus, .show > .btn-darkGray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(105, 105, 105, 0.5);
}
.btn-darkGray:disabled, .btn-darkGray.disabled {
  color: #000;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

.btn-darkYellow {
  color: #000;
  background-color: #f2ab3c;
  border-color: #f2ab3c;
}
.btn-darkYellow:hover {
  color: #000;
  background-color: #f4b859;
  border-color: #f3b350;
}
.btn-check:focus + .btn-darkYellow, .btn-darkYellow:focus {
  color: #000;
  background-color: #f4b859;
  border-color: #f3b350;
  box-shadow: 0 0 0 0.25rem rgba(206, 145, 51, 0.5);
}
.btn-check:checked + .btn-darkYellow, .btn-check:active + .btn-darkYellow, .btn-darkYellow:active, .btn-darkYellow.active, .show > .btn-darkYellow.dropdown-toggle {
  color: #000;
  background-color: #f5bc63;
  border-color: #f3b350;
}
.btn-check:checked + .btn-darkYellow:focus, .btn-check:active + .btn-darkYellow:focus, .btn-darkYellow:active:focus, .btn-darkYellow.active:focus, .show > .btn-darkYellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(206, 145, 51, 0.5);
}
.btn-darkYellow:disabled, .btn-darkYellow.disabled {
  color: #000;
  background-color: #f2ab3c;
  border-color: #f2ab3c;
}

.btn-odLine {
  color: #000;
  background-color: #eeeef2;
  border-color: #eeeef2;
}
.btn-odLine:hover {
  color: #000;
  background-color: #f1f1f4;
  border-color: #f0f0f3;
}
.btn-check:focus + .btn-odLine, .btn-odLine:focus {
  color: #000;
  background-color: #f1f1f4;
  border-color: #f0f0f3;
  box-shadow: 0 0 0 0.25rem rgba(202, 202, 206, 0.5);
}
.btn-check:checked + .btn-odLine, .btn-check:active + .btn-odLine, .btn-odLine:active, .btn-odLine.active, .show > .btn-odLine.dropdown-toggle {
  color: #000;
  background-color: #f1f1f5;
  border-color: #f0f0f3;
}
.btn-check:checked + .btn-odLine:focus, .btn-check:active + .btn-odLine:focus, .btn-odLine:active:focus, .btn-odLine.active:focus, .show > .btn-odLine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(202, 202, 206, 0.5);
}
.btn-odLine:disabled, .btn-odLine.disabled {
  color: #000;
  background-color: #eeeef2;
  border-color: #eeeef2;
}

.btn-odText {
  color: #fff;
  background-color: #737373;
  border-color: #737373;
}
.btn-odText:hover {
  color: #fff;
  background-color: #626262;
  border-color: #5c5c5c;
}
.btn-check:focus + .btn-odText, .btn-odText:focus {
  color: #fff;
  background-color: #626262;
  border-color: #5c5c5c;
  box-shadow: 0 0 0 0.25rem rgba(136, 136, 136, 0.5);
}
.btn-check:checked + .btn-odText, .btn-check:active + .btn-odText, .btn-odText:active, .btn-odText.active, .show > .btn-odText.dropdown-toggle {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #565656;
}
.btn-check:checked + .btn-odText:focus, .btn-check:active + .btn-odText:focus, .btn-odText:active:focus, .btn-odText.active:focus, .show > .btn-odText.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(136, 136, 136, 0.5);
}
.btn-odText:disabled, .btn-odText.disabled {
  color: #fff;
  background-color: #737373;
  border-color: #737373;
}

.btn-odLightGray {
  color: #000;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-odLightGray:hover {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-check:focus + .btn-odLightGray, .btn-odLightGray:focus {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.5);
}
.btn-check:checked + .btn-odLightGray, .btn-check:active + .btn-odLightGray, .btn-odLightGray:active, .btn-odLightGray.active, .show > .btn-odLightGray.dropdown-toggle {
  color: #000;
  background-color: #f3f3f3;
  border-color: #f2f2f2;
}
.btn-check:checked + .btn-odLightGray:focus, .btn-check:active + .btn-odLightGray:focus, .btn-odLightGray:active:focus, .btn-odLightGray.active:focus, .show > .btn-odLightGray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.5);
}
.btn-odLightGray:disabled, .btn-odLightGray.disabled {
  color: #000;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

.btn-outlineGray {
  color: #000;
  background-color: #777777;
  border-color: #777777;
}
.btn-outlineGray:hover {
  color: #000;
  background-color: #8b8b8b;
  border-color: #858585;
}
.btn-check:focus + .btn-outlineGray, .btn-outlineGray:focus {
  color: #000;
  background-color: #8b8b8b;
  border-color: #858585;
  box-shadow: 0 0 0 0.25rem rgba(101, 101, 101, 0.5);
}
.btn-check:checked + .btn-outlineGray, .btn-check:active + .btn-outlineGray, .btn-outlineGray:active, .btn-outlineGray.active, .show > .btn-outlineGray.dropdown-toggle {
  color: #000;
  background-color: #929292;
  border-color: #858585;
}
.btn-check:checked + .btn-outlineGray:focus, .btn-check:active + .btn-outlineGray:focus, .btn-outlineGray:active:focus, .btn-outlineGray.active:focus, .show > .btn-outlineGray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(101, 101, 101, 0.5);
}
.btn-outlineGray:disabled, .btn-outlineGray.disabled {
  color: #000;
  background-color: #777777;
  border-color: #777777;
}

.btn-blogPlaceholder {
  color: #000;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-blogPlaceholder:hover {
  color: #000;
  background-color: #d4d4d4;
  border-color: #d1d1d1;
}
.btn-check:focus + .btn-blogPlaceholder, .btn-blogPlaceholder:focus {
  color: #000;
  background-color: #d4d4d4;
  border-color: #d1d1d1;
  box-shadow: 0 0 0 0.25rem rgba(173, 173, 173, 0.5);
}
.btn-check:checked + .btn-blogPlaceholder, .btn-check:active + .btn-blogPlaceholder, .btn-blogPlaceholder:active, .btn-blogPlaceholder.active, .show > .btn-blogPlaceholder.dropdown-toggle {
  color: #000;
  background-color: #d6d6d6;
  border-color: #d1d1d1;
}
.btn-check:checked + .btn-blogPlaceholder:focus, .btn-check:active + .btn-blogPlaceholder:focus, .btn-blogPlaceholder:active:focus, .btn-blogPlaceholder.active:focus, .show > .btn-blogPlaceholder.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(173, 173, 173, 0.5);
}
.btn-blogPlaceholder:disabled, .btn-blogPlaceholder.disabled {
  color: #000;
  background-color: #cccccc;
  border-color: #cccccc;
}

.btn-btnText {
  color: #000;
  background-color: #787878;
  border-color: #787878;
}
.btn-btnText:hover {
  color: #000;
  background-color: #8c8c8c;
  border-color: #868686;
}
.btn-check:focus + .btn-btnText, .btn-btnText:focus {
  color: #000;
  background-color: #8c8c8c;
  border-color: #868686;
  box-shadow: 0 0 0 0.25rem rgba(102, 102, 102, 0.5);
}
.btn-check:checked + .btn-btnText, .btn-check:active + .btn-btnText, .btn-btnText:active, .btn-btnText.active, .show > .btn-btnText.dropdown-toggle {
  color: #000;
  background-color: #939393;
  border-color: #868686;
}
.btn-check:checked + .btn-btnText:focus, .btn-check:active + .btn-btnText:focus, .btn-btnText:active:focus, .btn-btnText.active:focus, .show > .btn-btnText.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(102, 102, 102, 0.5);
}
.btn-btnText:disabled, .btn-btnText.disabled {
  color: #000;
  background-color: #787878;
  border-color: #787878;
}

.btn-creditNav {
  color: #000;
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-creditNav:hover {
  color: #000;
  background-color: #c5c5c5;
  border-color: #c2c2c2;
}
.btn-check:focus + .btn-creditNav, .btn-creditNav:focus {
  color: #000;
  background-color: #c5c5c5;
  border-color: #c2c2c2;
  box-shadow: 0 0 0 0.25rem rgba(159, 159, 159, 0.5);
}
.btn-check:checked + .btn-creditNav, .btn-check:active + .btn-creditNav, .btn-creditNav:active, .btn-creditNav.active, .show > .btn-creditNav.dropdown-toggle {
  color: #000;
  background-color: #c9c9c9;
  border-color: #c2c2c2;
}
.btn-check:checked + .btn-creditNav:focus, .btn-check:active + .btn-creditNav:focus, .btn-creditNav:active:focus, .btn-creditNav.active:focus, .show > .btn-creditNav.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(159, 159, 159, 0.5);
}
.btn-creditNav:disabled, .btn-creditNav.disabled {
  color: #000;
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}

.btn-couponText {
  color: #fff;
  background-color: #5a5a5a;
  border-color: #5a5a5a;
}
.btn-couponText:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #484848;
}
.btn-check:focus + .btn-couponText, .btn-couponText:focus {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #484848;
  box-shadow: 0 0 0 0.25rem rgba(115, 115, 115, 0.5);
}
.btn-check:checked + .btn-couponText, .btn-check:active + .btn-couponText, .btn-couponText:active, .btn-couponText.active, .show > .btn-couponText.dropdown-toggle {
  color: #fff;
  background-color: #484848;
  border-color: #444444;
}
.btn-check:checked + .btn-couponText:focus, .btn-check:active + .btn-couponText:focus, .btn-couponText:active:focus, .btn-couponText.active:focus, .show > .btn-couponText.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(115, 115, 115, 0.5);
}
.btn-couponText:disabled, .btn-couponText.disabled {
  color: #fff;
  background-color: #5a5a5a;
  border-color: #5a5a5a;
}

.btn-couponDate {
  color: #000;
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}
.btn-couponDate:hover {
  color: #000;
  background-color: #9e9e9e;
  border-color: #989898;
}
.btn-check:focus + .btn-couponDate, .btn-couponDate:focus {
  color: #000;
  background-color: #9e9e9e;
  border-color: #989898;
  box-shadow: 0 0 0 0.25rem rgba(120, 120, 120, 0.5);
}
.btn-check:checked + .btn-couponDate, .btn-check:active + .btn-couponDate, .btn-couponDate:active, .btn-couponDate.active, .show > .btn-couponDate.dropdown-toggle {
  color: #000;
  background-color: #a4a4a4;
  border-color: #989898;
}
.btn-check:checked + .btn-couponDate:focus, .btn-check:active + .btn-couponDate:focus, .btn-couponDate:active:focus, .btn-couponDate.active:focus, .show > .btn-couponDate.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(120, 120, 120, 0.5);
}
.btn-couponDate:disabled, .btn-couponDate.disabled {
  color: #000;
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}

.btn-lightGray {
  color: #000;
  background-color: #979797;
  border-color: #979797;
}
.btn-lightGray:hover {
  color: #000;
  background-color: #a7a7a7;
  border-color: #a1a1a1;
}
.btn-check:focus + .btn-lightGray, .btn-lightGray:focus {
  color: #000;
  background-color: #a7a7a7;
  border-color: #a1a1a1;
  box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);
}
.btn-check:checked + .btn-lightGray, .btn-check:active + .btn-lightGray, .btn-lightGray:active, .btn-lightGray.active, .show > .btn-lightGray.dropdown-toggle {
  color: #000;
  background-color: #acacac;
  border-color: #a1a1a1;
}
.btn-check:checked + .btn-lightGray:focus, .btn-check:active + .btn-lightGray:focus, .btn-lightGray:active:focus, .btn-lightGray.active:focus, .show > .btn-lightGray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);
}
.btn-lightGray:disabled, .btn-lightGray.disabled {
  color: #000;
  background-color: #979797;
  border-color: #979797;
}

.btn-starGray {
  color: #000;
  background-color: #cecece;
  border-color: #cecece;
}
.btn-starGray:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: lightgray;
}
.btn-check:focus + .btn-starGray, .btn-starGray:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: lightgray;
  box-shadow: 0 0 0 0.25rem rgba(175, 175, 175, 0.5);
}
.btn-check:checked + .btn-starGray, .btn-check:active + .btn-starGray, .btn-starGray:active, .btn-starGray.active, .show > .btn-starGray.dropdown-toggle {
  color: #000;
  background-color: #d8d8d8;
  border-color: lightgray;
}
.btn-check:checked + .btn-starGray:focus, .btn-check:active + .btn-starGray:focus, .btn-starGray:active:focus, .btn-starGray.active:focus, .show > .btn-starGray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(175, 175, 175, 0.5);
}
.btn-starGray:disabled, .btn-starGray.disabled {
  color: #000;
  background-color: #cecece;
  border-color: #cecece;
}

.btn-spinnerGray {
  color: #000;
  background-color: #b1b1b1;
  border-color: #b1b1b1;
}
.btn-spinnerGray:hover {
  color: #000;
  background-color: #bdbdbd;
  border-color: #b9b9b9;
}
.btn-check:focus + .btn-spinnerGray, .btn-spinnerGray:focus {
  color: #000;
  background-color: #bdbdbd;
  border-color: #b9b9b9;
  box-shadow: 0 0 0 0.25rem rgba(150, 150, 150, 0.5);
}
.btn-check:checked + .btn-spinnerGray, .btn-check:active + .btn-spinnerGray, .btn-spinnerGray:active, .btn-spinnerGray.active, .show > .btn-spinnerGray.dropdown-toggle {
  color: #000;
  background-color: #c1c1c1;
  border-color: #b9b9b9;
}
.btn-check:checked + .btn-spinnerGray:focus, .btn-check:active + .btn-spinnerGray:focus, .btn-spinnerGray:active:focus, .btn-spinnerGray.active:focus, .show > .btn-spinnerGray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(150, 150, 150, 0.5);
}
.btn-spinnerGray:disabled, .btn-spinnerGray.disabled {
  color: #000;
  background-color: #b1b1b1;
  border-color: #b1b1b1;
}

.btn-spinnerGreen {
  color: #fff;
  background-color: #007835;
  border-color: #007835;
}
.btn-spinnerGreen:hover {
  color: #fff;
  background-color: #00662d;
  border-color: #00602a;
}
.btn-check:focus + .btn-spinnerGreen, .btn-spinnerGreen:focus {
  color: #fff;
  background-color: #00662d;
  border-color: #00602a;
  box-shadow: 0 0 0 0.25rem rgba(38, 140, 83, 0.5);
}
.btn-check:checked + .btn-spinnerGreen, .btn-check:active + .btn-spinnerGreen, .btn-spinnerGreen:active, .btn-spinnerGreen.active, .show > .btn-spinnerGreen.dropdown-toggle {
  color: #fff;
  background-color: #00602a;
  border-color: #005a28;
}
.btn-check:checked + .btn-spinnerGreen:focus, .btn-check:active + .btn-spinnerGreen:focus, .btn-spinnerGreen:active:focus, .btn-spinnerGreen.active:focus, .show > .btn-spinnerGreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 140, 83, 0.5);
}
.btn-spinnerGreen:disabled, .btn-spinnerGreen.disabled {
  color: #fff;
  background-color: #007835;
  border-color: #007835;
}

.btn-forgetPwd {
  color: #fff;
  background-color: #032d23;
  border-color: #032d23;
}
.btn-forgetPwd:hover {
  color: #fff;
  background-color: #03261e;
  border-color: #02241c;
}
.btn-check:focus + .btn-forgetPwd, .btn-forgetPwd:focus {
  color: #fff;
  background-color: #03261e;
  border-color: #02241c;
  box-shadow: 0 0 0 0.25rem rgba(41, 77, 68, 0.5);
}
.btn-check:checked + .btn-forgetPwd, .btn-check:active + .btn-forgetPwd, .btn-forgetPwd:active, .btn-forgetPwd.active, .show > .btn-forgetPwd.dropdown-toggle {
  color: #fff;
  background-color: #02241c;
  border-color: #02221a;
}
.btn-check:checked + .btn-forgetPwd:focus, .btn-check:active + .btn-forgetPwd:focus, .btn-forgetPwd:active:focus, .btn-forgetPwd.active:focus, .show > .btn-forgetPwd.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(41, 77, 68, 0.5);
}
.btn-forgetPwd:disabled, .btn-forgetPwd.disabled {
  color: #fff;
  background-color: #032d23;
  border-color: #032d23;
}

.btn-lightBlue {
  color: #000;
  background-color: #81d2e9;
  border-color: #81d2e9;
}
.btn-lightBlue:hover {
  color: #000;
  background-color: #94d9ec;
  border-color: #8ed7eb;
}
.btn-check:focus + .btn-lightBlue, .btn-lightBlue:focus {
  color: #000;
  background-color: #94d9ec;
  border-color: #8ed7eb;
  box-shadow: 0 0 0 0.25rem rgba(110, 179, 198, 0.5);
}
.btn-check:checked + .btn-lightBlue, .btn-check:active + .btn-lightBlue, .btn-lightBlue:active, .btn-lightBlue.active, .show > .btn-lightBlue.dropdown-toggle {
  color: #000;
  background-color: #9adbed;
  border-color: #8ed7eb;
}
.btn-check:checked + .btn-lightBlue:focus, .btn-check:active + .btn-lightBlue:focus, .btn-lightBlue:active:focus, .btn-lightBlue.active:focus, .show > .btn-lightBlue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(110, 179, 198, 0.5);
}
.btn-lightBlue:disabled, .btn-lightBlue.disabled {
  color: #000;
  background-color: #81d2e9;
  border-color: #81d2e9;
}

.btn-seaBlue {
  color: #000;
  background-color: #b9eaeb;
  border-color: #b9eaeb;
}
.btn-seaBlue:hover {
  color: #000;
  background-color: #c4edee;
  border-color: #c0eced;
}
.btn-check:focus + .btn-seaBlue, .btn-seaBlue:focus {
  color: #000;
  background-color: #c4edee;
  border-color: #c0eced;
  box-shadow: 0 0 0 0.25rem rgba(157, 199, 200, 0.5);
}
.btn-check:checked + .btn-seaBlue, .btn-check:active + .btn-seaBlue, .btn-seaBlue:active, .btn-seaBlue.active, .show > .btn-seaBlue.dropdown-toggle {
  color: #000;
  background-color: #c7eeef;
  border-color: #c0eced;
}
.btn-check:checked + .btn-seaBlue:focus, .btn-check:active + .btn-seaBlue:focus, .btn-seaBlue:active:focus, .btn-seaBlue.active:focus, .show > .btn-seaBlue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(157, 199, 200, 0.5);
}
.btn-seaBlue:disabled, .btn-seaBlue.disabled {
  color: #000;
  background-color: #b9eaeb;
  border-color: #b9eaeb;
}

.btn-megamenuGreen {
  color: #000;
  background-color: #52a705;
  border-color: #52a705;
}
.btn-megamenuGreen:hover {
  color: #000;
  background-color: #6cb42b;
  border-color: #63b01e;
}
.btn-check:focus + .btn-megamenuGreen, .btn-megamenuGreen:focus {
  color: #000;
  background-color: #6cb42b;
  border-color: #63b01e;
  box-shadow: 0 0 0 0.25rem rgba(70, 142, 4, 0.5);
}
.btn-check:checked + .btn-megamenuGreen, .btn-check:active + .btn-megamenuGreen, .btn-megamenuGreen:active, .btn-megamenuGreen.active, .show > .btn-megamenuGreen.dropdown-toggle {
  color: #000;
  background-color: #75b937;
  border-color: #63b01e;
}
.btn-check:checked + .btn-megamenuGreen:focus, .btn-check:active + .btn-megamenuGreen:focus, .btn-megamenuGreen:active:focus, .btn-megamenuGreen.active:focus, .show > .btn-megamenuGreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(70, 142, 4, 0.5);
}
.btn-megamenuGreen:disabled, .btn-megamenuGreen.disabled {
  color: #000;
  background-color: #52a705;
  border-color: #52a705;
}

.btn-cartHr {
  color: #000;
  background-color: #bebebe;
  border-color: #bebebe;
}
.btn-cartHr:hover {
  color: #000;
  background-color: #c8c8c8;
  border-color: #c5c5c5;
}
.btn-check:focus + .btn-cartHr, .btn-cartHr:focus {
  color: #000;
  background-color: #c8c8c8;
  border-color: #c5c5c5;
  box-shadow: 0 0 0 0.25rem rgba(162, 162, 162, 0.5);
}
.btn-check:checked + .btn-cartHr, .btn-check:active + .btn-cartHr, .btn-cartHr:active, .btn-cartHr.active, .show > .btn-cartHr.dropdown-toggle {
  color: #000;
  background-color: #cbcbcb;
  border-color: #c5c5c5;
}
.btn-check:checked + .btn-cartHr:focus, .btn-check:active + .btn-cartHr:focus, .btn-cartHr:active:focus, .btn-cartHr.active:focus, .show > .btn-cartHr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(162, 162, 162, 0.5);
}
.btn-cartHr:disabled, .btn-cartHr.disabled {
  color: #000;
  background-color: #bebebe;
  border-color: #bebebe;
}

.btn-cartHeader {
  color: #000;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-cartHeader:hover {
  color: #000;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-check:focus + .btn-cartHeader, .btn-cartHeader:focus {
  color: #000;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
  box-shadow: 0 0 0 0.25rem rgba(213, 213, 213, 0.5);
}
.btn-check:checked + .btn-cartHeader, .btn-check:active + .btn-cartHeader, .btn-cartHeader:active, .btn-cartHeader.active, .show > .btn-cartHeader.dropdown-toggle {
  color: #000;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-check:checked + .btn-cartHeader:focus, .btn-check:active + .btn-cartHeader:focus, .btn-cartHeader:active:focus, .btn-cartHeader.active:focus, .show > .btn-cartHeader.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(213, 213, 213, 0.5);
}
.btn-cartHeader:disabled, .btn-cartHeader.disabled {
  color: #000;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-separatorGray {
  color: #000;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-separatorGray:hover {
  color: #000;
  background-color: #e2e2e2;
  border-color: #e0e0e0;
}
.btn-check:focus + .btn-separatorGray, .btn-separatorGray:focus {
  color: #000;
  background-color: #e2e2e2;
  border-color: #e0e0e0;
  box-shadow: 0 0 0 0.25rem rgba(188, 188, 188, 0.5);
}
.btn-check:checked + .btn-separatorGray, .btn-check:active + .btn-separatorGray, .btn-separatorGray:active, .btn-separatorGray.active, .show > .btn-separatorGray.dropdown-toggle {
  color: #000;
  background-color: #e4e4e4;
  border-color: #e0e0e0;
}
.btn-check:checked + .btn-separatorGray:focus, .btn-check:active + .btn-separatorGray:focus, .btn-separatorGray:active:focus, .btn-separatorGray.active:focus, .show > .btn-separatorGray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(188, 188, 188, 0.5);
}
.btn-separatorGray:disabled, .btn-separatorGray.disabled {
  color: #000;
  background-color: #dddddd;
  border-color: #dddddd;
}

.btn-platinumGray {
  color: #fff;
  background-color: #584f3f;
  border-color: #584f3f;
}
.btn-platinumGray:hover {
  color: #fff;
  background-color: #4b4336;
  border-color: #463f32;
}
.btn-check:focus + .btn-platinumGray, .btn-platinumGray:focus {
  color: #fff;
  background-color: #4b4336;
  border-color: #463f32;
  box-shadow: 0 0 0 0.25rem rgba(113, 105, 92, 0.5);
}
.btn-check:checked + .btn-platinumGray, .btn-check:active + .btn-platinumGray, .btn-platinumGray:active, .btn-platinumGray.active, .show > .btn-platinumGray.dropdown-toggle {
  color: #fff;
  background-color: #463f32;
  border-color: #423b2f;
}
.btn-check:checked + .btn-platinumGray:focus, .btn-check:active + .btn-platinumGray:focus, .btn-platinumGray:active:focus, .btn-platinumGray.active:focus, .show > .btn-platinumGray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(113, 105, 92, 0.5);
}
.btn-platinumGray:disabled, .btn-platinumGray.disabled {
  color: #fff;
  background-color: #584f3f;
  border-color: #584f3f;
}

.btn-cardGold {
  color: #000;
  background-color: #d09a03;
  border-color: #d09a03;
}
.btn-cardGold:hover {
  color: #000;
  background-color: #d7a929;
  border-color: #d5a41c;
}
.btn-check:focus + .btn-cardGold, .btn-cardGold:focus {
  color: #000;
  background-color: #d7a929;
  border-color: #d5a41c;
  box-shadow: 0 0 0 0.25rem rgba(177, 131, 3, 0.5);
}
.btn-check:checked + .btn-cardGold, .btn-check:active + .btn-cardGold, .btn-cardGold:active, .btn-cardGold.active, .show > .btn-cardGold.dropdown-toggle {
  color: #000;
  background-color: #d9ae35;
  border-color: #d5a41c;
}
.btn-check:checked + .btn-cardGold:focus, .btn-check:active + .btn-cardGold:focus, .btn-cardGold:active:focus, .btn-cardGold.active:focus, .show > .btn-cardGold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(177, 131, 3, 0.5);
}
.btn-cardGold:disabled, .btn-cardGold.disabled {
  color: #000;
  background-color: #d09a03;
  border-color: #d09a03;
}

.btn-dropdownGold {
  color: #000;
  background-color: #f6ba36;
  border-color: #f6ba36;
}
.btn-dropdownGold:hover {
  color: #000;
  background-color: #f7c454;
  border-color: #f7c14a;
}
.btn-check:focus + .btn-dropdownGold, .btn-dropdownGold:focus {
  color: #000;
  background-color: #f7c454;
  border-color: #f7c14a;
  box-shadow: 0 0 0 0.25rem rgba(209, 158, 46, 0.5);
}
.btn-check:checked + .btn-dropdownGold, .btn-check:active + .btn-dropdownGold, .btn-dropdownGold:active, .btn-dropdownGold.active, .show > .btn-dropdownGold.dropdown-toggle {
  color: #000;
  background-color: #f8c85e;
  border-color: #f7c14a;
}
.btn-check:checked + .btn-dropdownGold:focus, .btn-check:active + .btn-dropdownGold:focus, .btn-dropdownGold:active:focus, .btn-dropdownGold.active:focus, .show > .btn-dropdownGold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 158, 46, 0.5);
}
.btn-dropdownGold:disabled, .btn-dropdownGold.disabled {
  color: #000;
  background-color: #f6ba36;
  border-color: #f6ba36;
}

.btn-dropdownBarGold {
  color: #000;
  background-color: #fcd694;
  border-color: #fcd694;
}
.btn-dropdownBarGold:hover {
  color: #000;
  background-color: #fcdca4;
  border-color: #fcda9f;
}
.btn-check:focus + .btn-dropdownBarGold, .btn-dropdownBarGold:focus {
  color: #000;
  background-color: #fcdca4;
  border-color: #fcda9f;
  box-shadow: 0 0 0 0.25rem rgba(214, 182, 126, 0.5);
}
.btn-check:checked + .btn-dropdownBarGold, .btn-check:active + .btn-dropdownBarGold, .btn-dropdownBarGold:active, .btn-dropdownBarGold.active, .show > .btn-dropdownBarGold.dropdown-toggle {
  color: #000;
  background-color: #fddea9;
  border-color: #fcda9f;
}
.btn-check:checked + .btn-dropdownBarGold:focus, .btn-check:active + .btn-dropdownBarGold:focus, .btn-dropdownBarGold:active:focus, .btn-dropdownBarGold.active:focus, .show > .btn-dropdownBarGold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 182, 126, 0.5);
}
.btn-dropdownBarGold:disabled, .btn-dropdownBarGold.disabled {
  color: #000;
  background-color: #fcd694;
  border-color: #fcd694;
}

.btn-searchIcon {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
.btn-searchIcon:hover {
  color: #fff;
  background-color: #575757;
  border-color: #525252;
}
.btn-check:focus + .btn-searchIcon, .btn-searchIcon:focus {
  color: #fff;
  background-color: #575757;
  border-color: #525252;
  box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, 0.5);
}
.btn-check:checked + .btn-searchIcon, .btn-check:active + .btn-searchIcon, .btn-searchIcon:active, .btn-searchIcon.active, .show > .btn-searchIcon.dropdown-toggle {
  color: #fff;
  background-color: #525252;
  border-color: #4d4d4d;
}
.btn-check:checked + .btn-searchIcon:focus, .btn-check:active + .btn-searchIcon:focus, .btn-searchIcon:active:focus, .btn-searchIcon.active:focus, .show > .btn-searchIcon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, 0.5);
}
.btn-searchIcon:disabled, .btn-searchIcon.disabled {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.btn-cartNoticeGray {
  color: #000;
  background-color: #999999;
  border-color: #999999;
}
.btn-cartNoticeGray:hover {
  color: #000;
  background-color: #a8a8a8;
  border-color: #a3a3a3;
}
.btn-check:focus + .btn-cartNoticeGray, .btn-cartNoticeGray:focus {
  color: #000;
  background-color: #a8a8a8;
  border-color: #a3a3a3;
  box-shadow: 0 0 0 0.25rem rgba(130, 130, 130, 0.5);
}
.btn-check:checked + .btn-cartNoticeGray, .btn-check:active + .btn-cartNoticeGray, .btn-cartNoticeGray:active, .btn-cartNoticeGray.active, .show > .btn-cartNoticeGray.dropdown-toggle {
  color: #000;
  background-color: #adadad;
  border-color: #a3a3a3;
}
.btn-check:checked + .btn-cartNoticeGray:focus, .btn-check:active + .btn-cartNoticeGray:focus, .btn-cartNoticeGray:active:focus, .btn-cartNoticeGray.active:focus, .show > .btn-cartNoticeGray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 130, 130, 0.5);
}
.btn-cartNoticeGray:disabled, .btn-cartNoticeGray.disabled {
  color: #000;
  background-color: #999999;
  border-color: #999999;
}

.btn-mailGray {
  color: #000;
  background-color: #808080;
  border-color: #808080;
}
.btn-mailGray:hover {
  color: #000;
  background-color: #939393;
  border-color: #8d8d8d;
}
.btn-check:focus + .btn-mailGray, .btn-mailGray:focus {
  color: #000;
  background-color: #939393;
  border-color: #8d8d8d;
  box-shadow: 0 0 0 0.25rem rgba(109, 109, 109, 0.5);
}
.btn-check:checked + .btn-mailGray, .btn-check:active + .btn-mailGray, .btn-mailGray:active, .btn-mailGray.active, .show > .btn-mailGray.dropdown-toggle {
  color: #000;
  background-color: #999999;
  border-color: #8d8d8d;
}
.btn-check:checked + .btn-mailGray:focus, .btn-check:active + .btn-mailGray:focus, .btn-mailGray:active:focus, .btn-mailGray.active:focus, .show > .btn-mailGray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(109, 109, 109, 0.5);
}
.btn-mailGray:disabled, .btn-mailGray.disabled {
  color: #000;
  background-color: #808080;
  border-color: #808080;
}

.btn-outline-primary {
  color: #2EA65C;
  border-color: #2EA65C;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #2EA65C;
  border-color: #2EA65C;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(46, 166, 92, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #2EA65C;
  border-color: #2EA65C;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(46, 166, 92, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #2EA65C;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #4C4C4C;
  border-color: #4C4C4C;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #4C4C4C;
  border-color: #4C4C4C;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(76, 76, 76, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #4C4C4C;
  border-color: #4C4C4C;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(76, 76, 76, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #4C4C4C;
  background-color: transparent;
}

.btn-outline-success {
  color: #2ba55a;
  border-color: #2ba55a;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #2ba55a;
  border-color: #2ba55a;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 165, 90, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #2ba55a;
  border-color: #2ba55a;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 165, 90, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #2ba55a;
  background-color: transparent;
}

.btn-outline-info {
  color: #FF5A6C;
  border-color: #FF5A6C;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #FF5A6C;
  border-color: #FF5A6C;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 90, 108, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #FF5A6C;
  border-color: #FF5A6C;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 90, 108, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #FF5A6C;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #cccccc;
  border-color: #cccccc;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #cccccc;
  background-color: transparent;
}

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

.btn-outline-pink {
  color: #fff0f0;
  border-color: #fff0f0;
}
.btn-outline-pink:hover {
  color: #000;
  background-color: #fff0f0;
  border-color: #fff0f0;
}
.btn-check:focus + .btn-outline-pink, .btn-outline-pink:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 240, 240, 0.5);
}
.btn-check:checked + .btn-outline-pink, .btn-check:active + .btn-outline-pink, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.dropdown-toggle.show {
  color: #000;
  background-color: #fff0f0;
  border-color: #fff0f0;
}
.btn-check:checked + .btn-outline-pink:focus, .btn-check:active + .btn-outline-pink:focus, .btn-outline-pink:active:focus, .btn-outline-pink.active:focus, .btn-outline-pink.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 240, 240, 0.5);
}
.btn-outline-pink:disabled, .btn-outline-pink.disabled {
  color: #fff0f0;
  background-color: transparent;
}

.btn-outline-blue {
  color: #3b5999;
  border-color: #3b5999;
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #3b5999;
  border-color: #3b5999;
}
.btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
  box-shadow: 0 0 0 0.25rem rgba(59, 89, 153, 0.5);
}
.btn-check:checked + .btn-outline-blue, .btn-check:active + .btn-outline-blue, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show {
  color: #fff;
  background-color: #3b5999;
  border-color: #3b5999;
}
.btn-check:checked + .btn-outline-blue:focus, .btn-check:active + .btn-outline-blue:focus, .btn-outline-blue:active:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(59, 89, 153, 0.5);
}
.btn-outline-blue:disabled, .btn-outline-blue.disabled {
  color: #3b5999;
  background-color: transparent;
}

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

.btn-outline-green {
  color: #f2fbf1;
  border-color: #f2fbf1;
}
.btn-outline-green:hover {
  color: #000;
  background-color: #f2fbf1;
  border-color: #f2fbf1;
}
.btn-check:focus + .btn-outline-green, .btn-outline-green:focus {
  box-shadow: 0 0 0 0.25rem rgba(242, 251, 241, 0.5);
}
.btn-check:checked + .btn-outline-green, .btn-check:active + .btn-outline-green, .btn-outline-green:active, .btn-outline-green.active, .btn-outline-green.dropdown-toggle.show {
  color: #000;
  background-color: #f2fbf1;
  border-color: #f2fbf1;
}
.btn-check:checked + .btn-outline-green:focus, .btn-check:active + .btn-outline-green:focus, .btn-outline-green:active:focus, .btn-outline-green.active:focus, .btn-outline-green.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(242, 251, 241, 0.5);
}
.btn-outline-green:disabled, .btn-outline-green.disabled {
  color: #f2fbf1;
  background-color: transparent;
}

.btn-outline-gray {
  color: #f5f6f7;
  border-color: #f5f6f7;
}
.btn-outline-gray:hover {
  color: #000;
  background-color: #f5f6f7;
  border-color: #f5f6f7;
}
.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 246, 247, 0.5);
}
.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #000;
  background-color: #f5f6f7;
  border-color: #f5f6f7;
}
.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 246, 247, 0.5);
}
.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #f5f6f7;
  background-color: transparent;
}

.btn-outline-orange {
  color: #FCC45A;
  border-color: #FCC45A;
}
.btn-outline-orange:hover {
  color: #000;
  background-color: #FCC45A;
  border-color: #FCC45A;
}
.btn-check:focus + .btn-outline-orange, .btn-outline-orange:focus {
  box-shadow: 0 0 0 0.25rem rgba(252, 196, 90, 0.5);
}
.btn-check:checked + .btn-outline-orange, .btn-check:active + .btn-outline-orange, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.dropdown-toggle.show {
  color: #000;
  background-color: #FCC45A;
  border-color: #FCC45A;
}
.btn-check:checked + .btn-outline-orange:focus, .btn-check:active + .btn-outline-orange:focus, .btn-outline-orange:active:focus, .btn-outline-orange.active:focus, .btn-outline-orange.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(252, 196, 90, 0.5);
}
.btn-outline-orange:disabled, .btn-outline-orange.disabled {
  color: #FCC45A;
  background-color: transparent;
}

.btn-outline-lightOrange {
  color: #FFF5E0;
  border-color: #FFF5E0;
}
.btn-outline-lightOrange:hover {
  color: #000;
  background-color: #FFF5E0;
  border-color: #FFF5E0;
}
.btn-check:focus + .btn-outline-lightOrange, .btn-outline-lightOrange:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 245, 224, 0.5);
}
.btn-check:checked + .btn-outline-lightOrange, .btn-check:active + .btn-outline-lightOrange, .btn-outline-lightOrange:active, .btn-outline-lightOrange.active, .btn-outline-lightOrange.dropdown-toggle.show {
  color: #000;
  background-color: #FFF5E0;
  border-color: #FFF5E0;
}
.btn-check:checked + .btn-outline-lightOrange:focus, .btn-check:active + .btn-outline-lightOrange:focus, .btn-outline-lightOrange:active:focus, .btn-outline-lightOrange.active:focus, .btn-outline-lightOrange.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 245, 224, 0.5);
}
.btn-outline-lightOrange:disabled, .btn-outline-lightOrange.disabled {
  color: #FFF5E0;
  background-color: transparent;
}

.btn-outline-giftList {
  color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-outline-giftList:hover {
  color: #000;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-check:focus + .btn-outline-giftList, .btn-outline-giftList:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 241, 241, 0.5);
}
.btn-check:checked + .btn-outline-giftList, .btn-check:active + .btn-outline-giftList, .btn-outline-giftList:active, .btn-outline-giftList.active, .btn-outline-giftList.dropdown-toggle.show {
  color: #000;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.btn-check:checked + .btn-outline-giftList:focus, .btn-check:active + .btn-outline-giftList:focus, .btn-outline-giftList:active:focus, .btn-outline-giftList.active:focus, .btn-outline-giftList.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 241, 241, 0.5);
}
.btn-outline-giftList:disabled, .btn-outline-giftList.disabled {
  color: #f1f1f1;
  background-color: transparent;
}

.btn-outline-cartCheckout {
  color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-outline-cartCheckout:hover {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-check:focus + .btn-outline-cartCheckout, .btn-outline-cartCheckout:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 249, 249, 0.5);
}
.btn-check:checked + .btn-outline-cartCheckout, .btn-check:active + .btn-outline-cartCheckout, .btn-outline-cartCheckout:active, .btn-outline-cartCheckout.active, .btn-outline-cartCheckout.dropdown-toggle.show {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-check:checked + .btn-outline-cartCheckout:focus, .btn-check:active + .btn-outline-cartCheckout:focus, .btn-outline-cartCheckout:active:focus, .btn-outline-cartCheckout.active:focus, .btn-outline-cartCheckout.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 249, 249, 0.5);
}
.btn-outline-cartCheckout:disabled, .btn-outline-cartCheckout.disabled {
  color: #f9f9f9;
  background-color: transparent;
}

.btn-outline-red {
  color: #e74d47;
  border-color: #e74d47;
}
.btn-outline-red:hover {
  color: #000;
  background-color: #e74d47;
  border-color: #e74d47;
}
.btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
  box-shadow: 0 0 0 0.25rem rgba(231, 77, 71, 0.5);
}
.btn-check:checked + .btn-outline-red, .btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show {
  color: #000;
  background-color: #e74d47;
  border-color: #e74d47;
}
.btn-check:checked + .btn-outline-red:focus, .btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(231, 77, 71, 0.5);
}
.btn-outline-red:disabled, .btn-outline-red.disabled {
  color: #e74d47;
  background-color: transparent;
}

.btn-outline-darkOrange {
  color: #f0a93e;
  border-color: #f0a93e;
}
.btn-outline-darkOrange:hover {
  color: #000;
  background-color: #f0a93e;
  border-color: #f0a93e;
}
.btn-check:focus + .btn-outline-darkOrange, .btn-outline-darkOrange:focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 169, 62, 0.5);
}
.btn-check:checked + .btn-outline-darkOrange, .btn-check:active + .btn-outline-darkOrange, .btn-outline-darkOrange:active, .btn-outline-darkOrange.active, .btn-outline-darkOrange.dropdown-toggle.show {
  color: #000;
  background-color: #f0a93e;
  border-color: #f0a93e;
}
.btn-check:checked + .btn-outline-darkOrange:focus, .btn-check:active + .btn-outline-darkOrange:focus, .btn-outline-darkOrange:active:focus, .btn-outline-darkOrange.active:focus, .btn-outline-darkOrange.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 169, 62, 0.5);
}
.btn-outline-darkOrange:disabled, .btn-outline-darkOrange.disabled {
  color: #f0a93e;
  background-color: transparent;
}

.btn-outline-checkoutForm {
  color: #ededed;
  border-color: #ededed;
}
.btn-outline-checkoutForm:hover {
  color: #000;
  background-color: #ededed;
  border-color: #ededed;
}
.btn-check:focus + .btn-outline-checkoutForm, .btn-outline-checkoutForm:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 237, 237, 0.5);
}
.btn-check:checked + .btn-outline-checkoutForm, .btn-check:active + .btn-outline-checkoutForm, .btn-outline-checkoutForm:active, .btn-outline-checkoutForm.active, .btn-outline-checkoutForm.dropdown-toggle.show {
  color: #000;
  background-color: #ededed;
  border-color: #ededed;
}
.btn-check:checked + .btn-outline-checkoutForm:focus, .btn-check:active + .btn-outline-checkoutForm:focus, .btn-outline-checkoutForm:active:focus, .btn-outline-checkoutForm.active:focus, .btn-outline-checkoutForm.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 237, 237, 0.5);
}
.btn-outline-checkoutForm:disabled, .btn-outline-checkoutForm.disabled {
  color: #ededed;
  background-color: transparent;
}

.btn-outline-white {
  color: white;
  border-color: white;
}
.btn-outline-white:hover {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: white;
  background-color: transparent;
}

.btn-outline-loadingbarGray {
  color: #e2e2e2;
  border-color: #e2e2e2;
}
.btn-outline-loadingbarGray:hover {
  color: #000;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}
.btn-check:focus + .btn-outline-loadingbarGray, .btn-outline-loadingbarGray:focus {
  box-shadow: 0 0 0 0.25rem rgba(226, 226, 226, 0.5);
}
.btn-check:checked + .btn-outline-loadingbarGray, .btn-check:active + .btn-outline-loadingbarGray, .btn-outline-loadingbarGray:active, .btn-outline-loadingbarGray.active, .btn-outline-loadingbarGray.dropdown-toggle.show {
  color: #000;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}
.btn-check:checked + .btn-outline-loadingbarGray:focus, .btn-check:active + .btn-outline-loadingbarGray:focus, .btn-outline-loadingbarGray:active:focus, .btn-outline-loadingbarGray.active:focus, .btn-outline-loadingbarGray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(226, 226, 226, 0.5);
}
.btn-outline-loadingbarGray:disabled, .btn-outline-loadingbarGray.disabled {
  color: #e2e2e2;
  background-color: transparent;
}

.btn-outline-thead {
  color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-outline-thead:hover {
  color: #000;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-check:focus + .btn-outline-thead, .btn-outline-thead:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 244, 244, 0.5);
}
.btn-check:checked + .btn-outline-thead, .btn-check:active + .btn-outline-thead, .btn-outline-thead:active, .btn-outline-thead.active, .btn-outline-thead.dropdown-toggle.show {
  color: #000;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-check:checked + .btn-outline-thead:focus, .btn-check:active + .btn-outline-thead:focus, .btn-outline-thead:active:focus, .btn-outline-thead.active:focus, .btn-outline-thead.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(244, 244, 244, 0.5);
}
.btn-outline-thead:disabled, .btn-outline-thead.disabled {
  color: #f4f4f4;
  background-color: transparent;
}

.btn-outline-footer {
  color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-outline-footer:hover {
  color: #000;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-check:focus + .btn-outline-footer, .btn-outline-footer:focus {
  box-shadow: 0 0 0 0.25rem rgba(243, 243, 243, 0.5);
}
.btn-check:checked + .btn-outline-footer, .btn-check:active + .btn-outline-footer, .btn-outline-footer:active, .btn-outline-footer.active, .btn-outline-footer.dropdown-toggle.show {
  color: #000;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-check:checked + .btn-outline-footer:focus, .btn-check:active + .btn-outline-footer:focus, .btn-outline-footer:active:focus, .btn-outline-footer.active:focus, .btn-outline-footer.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(243, 243, 243, 0.5);
}
.btn-outline-footer:disabled, .btn-outline-footer.disabled {
  color: #f3f3f3;
  background-color: transparent;
}

.btn-outline-borderGray {
  color: #d7d7d7;
  border-color: #d7d7d7;
}
.btn-outline-borderGray:hover {
  color: #000;
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.btn-check:focus + .btn-outline-borderGray, .btn-outline-borderGray:focus {
  box-shadow: 0 0 0 0.25rem rgba(215, 215, 215, 0.5);
}
.btn-check:checked + .btn-outline-borderGray, .btn-check:active + .btn-outline-borderGray, .btn-outline-borderGray:active, .btn-outline-borderGray.active, .btn-outline-borderGray.dropdown-toggle.show {
  color: #000;
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}
.btn-check:checked + .btn-outline-borderGray:focus, .btn-check:active + .btn-outline-borderGray:focus, .btn-outline-borderGray:active:focus, .btn-outline-borderGray.active:focus, .btn-outline-borderGray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(215, 215, 215, 0.5);
}
.btn-outline-borderGray:disabled, .btn-outline-borderGray.disabled {
  color: #d7d7d7;
  background-color: transparent;
}

.btn-outline-checkoutGray {
  color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-outline-checkoutGray:hover {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-check:focus + .btn-outline-checkoutGray, .btn-outline-checkoutGray:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 249, 249, 0.5);
}
.btn-check:checked + .btn-outline-checkoutGray, .btn-check:active + .btn-outline-checkoutGray, .btn-outline-checkoutGray:active, .btn-outline-checkoutGray.active, .btn-outline-checkoutGray.dropdown-toggle.show {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-check:checked + .btn-outline-checkoutGray:focus, .btn-check:active + .btn-outline-checkoutGray:focus, .btn-outline-checkoutGray:active:focus, .btn-outline-checkoutGray.active:focus, .btn-outline-checkoutGray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 249, 249, 0.5);
}
.btn-outline-checkoutGray:disabled, .btn-outline-checkoutGray.disabled {
  color: #f9f9f9;
  background-color: transparent;
}

.btn-outline-checkboxGray {
  color: #C2C2C2;
  border-color: #C2C2C2;
}
.btn-outline-checkboxGray:hover {
  color: #000;
  background-color: #C2C2C2;
  border-color: #C2C2C2;
}
.btn-check:focus + .btn-outline-checkboxGray, .btn-outline-checkboxGray:focus {
  box-shadow: 0 0 0 0.25rem rgba(194, 194, 194, 0.5);
}
.btn-check:checked + .btn-outline-checkboxGray, .btn-check:active + .btn-outline-checkboxGray, .btn-outline-checkboxGray:active, .btn-outline-checkboxGray.active, .btn-outline-checkboxGray.dropdown-toggle.show {
  color: #000;
  background-color: #C2C2C2;
  border-color: #C2C2C2;
}
.btn-check:checked + .btn-outline-checkboxGray:focus, .btn-check:active + .btn-outline-checkboxGray:focus, .btn-outline-checkboxGray:active:focus, .btn-outline-checkboxGray.active:focus, .btn-outline-checkboxGray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(194, 194, 194, 0.5);
}
.btn-outline-checkboxGray:disabled, .btn-outline-checkboxGray.disabled {
  color: #C2C2C2;
  background-color: transparent;
}

.btn-outline-radioGray {
  color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-outline-radioGray:hover {
  color: #000;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-check:focus + .btn-outline-radioGray, .btn-outline-radioGray:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 201, 201, 0.5);
}
.btn-check:checked + .btn-outline-radioGray, .btn-check:active + .btn-outline-radioGray, .btn-outline-radioGray:active, .btn-outline-radioGray.active, .btn-outline-radioGray.dropdown-toggle.show {
  color: #000;
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn-check:checked + .btn-outline-radioGray:focus, .btn-check:active + .btn-outline-radioGray:focus, .btn-outline-radioGray:active:focus, .btn-outline-radioGray.active:focus, .btn-outline-radioGray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 201, 201, 0.5);
}
.btn-outline-radioGray:disabled, .btn-outline-radioGray.disabled {
  color: #c9c9c9;
  background-color: transparent;
}

.btn-outline-placeholder {
  color: #888888;
  border-color: #888888;
}
.btn-outline-placeholder:hover {
  color: #000;
  background-color: #888888;
  border-color: #888888;
}
.btn-check:focus + .btn-outline-placeholder, .btn-outline-placeholder:focus {
  box-shadow: 0 0 0 0.25rem rgba(136, 136, 136, 0.5);
}
.btn-check:checked + .btn-outline-placeholder, .btn-check:active + .btn-outline-placeholder, .btn-outline-placeholder:active, .btn-outline-placeholder.active, .btn-outline-placeholder.dropdown-toggle.show {
  color: #000;
  background-color: #888888;
  border-color: #888888;
}
.btn-check:checked + .btn-outline-placeholder:focus, .btn-check:active + .btn-outline-placeholder:focus, .btn-outline-placeholder:active:focus, .btn-outline-placeholder.active:focus, .btn-outline-placeholder.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(136, 136, 136, 0.5);
}
.btn-outline-placeholder:disabled, .btn-outline-placeholder.disabled {
  color: #888888;
  background-color: transparent;
}

.btn-outline-droplet {
  color: #376dd8;
  border-color: #376dd8;
}
.btn-outline-droplet:hover {
  color: #fff;
  background-color: #376dd8;
  border-color: #376dd8;
}
.btn-check:focus + .btn-outline-droplet, .btn-outline-droplet:focus {
  box-shadow: 0 0 0 0.25rem rgba(55, 109, 216, 0.5);
}
.btn-check:checked + .btn-outline-droplet, .btn-check:active + .btn-outline-droplet, .btn-outline-droplet:active, .btn-outline-droplet.active, .btn-outline-droplet.dropdown-toggle.show {
  color: #fff;
  background-color: #376dd8;
  border-color: #376dd8;
}
.btn-check:checked + .btn-outline-droplet:focus, .btn-check:active + .btn-outline-droplet:focus, .btn-outline-droplet:active:focus, .btn-outline-droplet.active:focus, .btn-outline-droplet.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(55, 109, 216, 0.5);
}
.btn-outline-droplet:disabled, .btn-outline-droplet.disabled {
  color: #376dd8;
  background-color: transparent;
}

.btn-outline-memberCard {
  color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-outline-memberCard:hover {
  color: #000;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-check:focus + .btn-outline-memberCard, .btn-outline-memberCard:focus {
  box-shadow: 0 0 0 0.25rem rgba(229, 229, 229, 0.5);
}
.btn-check:checked + .btn-outline-memberCard, .btn-check:active + .btn-outline-memberCard, .btn-outline-memberCard:active, .btn-outline-memberCard.active, .btn-outline-memberCard.dropdown-toggle.show {
  color: #000;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-check:checked + .btn-outline-memberCard:focus, .btn-check:active + .btn-outline-memberCard:focus, .btn-outline-memberCard:active:focus, .btn-outline-memberCard.active:focus, .btn-outline-memberCard.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(229, 229, 229, 0.5);
}
.btn-outline-memberCard:disabled, .btn-outline-memberCard.disabled {
  color: #e5e5e5;
  background-color: transparent;
}

.btn-outline-memberCardChip {
  color: #efefef;
  border-color: #efefef;
}
.btn-outline-memberCardChip:hover {
  color: #000;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-check:focus + .btn-outline-memberCardChip, .btn-outline-memberCardChip:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 239, 239, 0.5);
}
.btn-check:checked + .btn-outline-memberCardChip, .btn-check:active + .btn-outline-memberCardChip, .btn-outline-memberCardChip:active, .btn-outline-memberCardChip.active, .btn-outline-memberCardChip.dropdown-toggle.show {
  color: #000;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-check:checked + .btn-outline-memberCardChip:focus, .btn-check:active + .btn-outline-memberCardChip:focus, .btn-outline-memberCardChip:active:focus, .btn-outline-memberCardChip.active:focus, .btn-outline-memberCardChip.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 239, 239, 0.5);
}
.btn-outline-memberCardChip:disabled, .btn-outline-memberCardChip.disabled {
  color: #efefef;
  background-color: transparent;
}

.btn-outline-gold {
  color: #ba9620;
  border-color: #ba9620;
}
.btn-outline-gold:hover {
  color: #000;
  background-color: #ba9620;
  border-color: #ba9620;
}
.btn-check:focus + .btn-outline-gold, .btn-outline-gold:focus {
  box-shadow: 0 0 0 0.25rem rgba(186, 150, 32, 0.5);
}
.btn-check:checked + .btn-outline-gold, .btn-check:active + .btn-outline-gold, .btn-outline-gold:active, .btn-outline-gold.active, .btn-outline-gold.dropdown-toggle.show {
  color: #000;
  background-color: #ba9620;
  border-color: #ba9620;
}
.btn-check:checked + .btn-outline-gold:focus, .btn-check:active + .btn-outline-gold:focus, .btn-outline-gold:active:focus, .btn-outline-gold.active:focus, .btn-outline-gold.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(186, 150, 32, 0.5);
}
.btn-outline-gold:disabled, .btn-outline-gold.disabled {
  color: #ba9620;
  background-color: transparent;
}

.btn-outline-darkRed {
  color: #a6231c;
  border-color: #a6231c;
}
.btn-outline-darkRed:hover {
  color: #fff;
  background-color: #a6231c;
  border-color: #a6231c;
}
.btn-check:focus + .btn-outline-darkRed, .btn-outline-darkRed:focus {
  box-shadow: 0 0 0 0.25rem rgba(166, 35, 28, 0.5);
}
.btn-check:checked + .btn-outline-darkRed, .btn-check:active + .btn-outline-darkRed, .btn-outline-darkRed:active, .btn-outline-darkRed.active, .btn-outline-darkRed.dropdown-toggle.show {
  color: #fff;
  background-color: #a6231c;
  border-color: #a6231c;
}
.btn-check:checked + .btn-outline-darkRed:focus, .btn-check:active + .btn-outline-darkRed:focus, .btn-outline-darkRed:active:focus, .btn-outline-darkRed.active:focus, .btn-outline-darkRed.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(166, 35, 28, 0.5);
}
.btn-outline-darkRed:disabled, .btn-outline-darkRed.disabled {
  color: #a6231c;
  background-color: transparent;
}

.btn-outline-darkPink {
  color: #f52c8e;
  border-color: #f52c8e;
}
.btn-outline-darkPink:hover {
  color: #000;
  background-color: #f52c8e;
  border-color: #f52c8e;
}
.btn-check:focus + .btn-outline-darkPink, .btn-outline-darkPink:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 44, 142, 0.5);
}
.btn-check:checked + .btn-outline-darkPink, .btn-check:active + .btn-outline-darkPink, .btn-outline-darkPink:active, .btn-outline-darkPink.active, .btn-outline-darkPink.dropdown-toggle.show {
  color: #000;
  background-color: #f52c8e;
  border-color: #f52c8e;
}
.btn-check:checked + .btn-outline-darkPink:focus, .btn-check:active + .btn-outline-darkPink:focus, .btn-outline-darkPink:active:focus, .btn-outline-darkPink.active:focus, .btn-outline-darkPink.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(245, 44, 142, 0.5);
}
.btn-outline-darkPink:disabled, .btn-outline-darkPink.disabled {
  color: #f52c8e;
  background-color: transparent;
}

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

.btn-outline-paleBlue {
  color: #e2eef2;
  border-color: #e2eef2;
}
.btn-outline-paleBlue:hover {
  color: #000;
  background-color: #e2eef2;
  border-color: #e2eef2;
}
.btn-check:focus + .btn-outline-paleBlue, .btn-outline-paleBlue:focus {
  box-shadow: 0 0 0 0.25rem rgba(226, 238, 242, 0.5);
}
.btn-check:checked + .btn-outline-paleBlue, .btn-check:active + .btn-outline-paleBlue, .btn-outline-paleBlue:active, .btn-outline-paleBlue.active, .btn-outline-paleBlue.dropdown-toggle.show {
  color: #000;
  background-color: #e2eef2;
  border-color: #e2eef2;
}
.btn-check:checked + .btn-outline-paleBlue:focus, .btn-check:active + .btn-outline-paleBlue:focus, .btn-outline-paleBlue:active:focus, .btn-outline-paleBlue.active:focus, .btn-outline-paleBlue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(226, 238, 242, 0.5);
}
.btn-outline-paleBlue:disabled, .btn-outline-paleBlue.disabled {
  color: #e2eef2;
  background-color: transparent;
}

.btn-outline-theadBorder {
  color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn-outline-theadBorder:hover {
  color: #000;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn-check:focus + .btn-outline-theadBorder, .btn-outline-theadBorder:focus {
  box-shadow: 0 0 0 0.25rem rgba(179, 179, 179, 0.5);
}
.btn-check:checked + .btn-outline-theadBorder, .btn-check:active + .btn-outline-theadBorder, .btn-outline-theadBorder:active, .btn-outline-theadBorder.active, .btn-outline-theadBorder.dropdown-toggle.show {
  color: #000;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.btn-check:checked + .btn-outline-theadBorder:focus, .btn-check:active + .btn-outline-theadBorder:focus, .btn-outline-theadBorder:active:focus, .btn-outline-theadBorder.active:focus, .btn-outline-theadBorder.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(179, 179, 179, 0.5);
}
.btn-outline-theadBorder:disabled, .btn-outline-theadBorder.disabled {
  color: #b3b3b3;
  background-color: transparent;
}

.btn-outline-tbodyBorder {
  color: #b2b2b2;
  border-color: #b2b2b2;
}
.btn-outline-tbodyBorder:hover {
  color: #000;
  background-color: #b2b2b2;
  border-color: #b2b2b2;
}
.btn-check:focus + .btn-outline-tbodyBorder, .btn-outline-tbodyBorder:focus {
  box-shadow: 0 0 0 0.25rem rgba(178, 178, 178, 0.5);
}
.btn-check:checked + .btn-outline-tbodyBorder, .btn-check:active + .btn-outline-tbodyBorder, .btn-outline-tbodyBorder:active, .btn-outline-tbodyBorder.active, .btn-outline-tbodyBorder.dropdown-toggle.show {
  color: #000;
  background-color: #b2b2b2;
  border-color: #b2b2b2;
}
.btn-check:checked + .btn-outline-tbodyBorder:focus, .btn-check:active + .btn-outline-tbodyBorder:focus, .btn-outline-tbodyBorder:active:focus, .btn-outline-tbodyBorder.active:focus, .btn-outline-tbodyBorder.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(178, 178, 178, 0.5);
}
.btn-outline-tbodyBorder:disabled, .btn-outline-tbodyBorder.disabled {
  color: #b2b2b2;
  background-color: transparent;
}

.btn-outline-odBorder {
  color: #e8e8ee;
  border-color: #e8e8ee;
}
.btn-outline-odBorder:hover {
  color: #000;
  background-color: #e8e8ee;
  border-color: #e8e8ee;
}
.btn-check:focus + .btn-outline-odBorder, .btn-outline-odBorder:focus {
  box-shadow: 0 0 0 0.25rem rgba(232, 232, 238, 0.5);
}
.btn-check:checked + .btn-outline-odBorder, .btn-check:active + .btn-outline-odBorder, .btn-outline-odBorder:active, .btn-outline-odBorder.active, .btn-outline-odBorder.dropdown-toggle.show {
  color: #000;
  background-color: #e8e8ee;
  border-color: #e8e8ee;
}
.btn-check:checked + .btn-outline-odBorder:focus, .btn-check:active + .btn-outline-odBorder:focus, .btn-outline-odBorder:active:focus, .btn-outline-odBorder.active:focus, .btn-outline-odBorder.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(232, 232, 238, 0.5);
}
.btn-outline-odBorder:disabled, .btn-outline-odBorder.disabled {
  color: #e8e8ee;
  background-color: transparent;
}

.btn-outline-darkGray {
  color: #7c7c7c;
  border-color: #7c7c7c;
}
.btn-outline-darkGray:hover {
  color: #000;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}
.btn-check:focus + .btn-outline-darkGray, .btn-outline-darkGray:focus {
  box-shadow: 0 0 0 0.25rem rgba(124, 124, 124, 0.5);
}
.btn-check:checked + .btn-outline-darkGray, .btn-check:active + .btn-outline-darkGray, .btn-outline-darkGray:active, .btn-outline-darkGray.active, .btn-outline-darkGray.dropdown-toggle.show {
  color: #000;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}
.btn-check:checked + .btn-outline-darkGray:focus, .btn-check:active + .btn-outline-darkGray:focus, .btn-outline-darkGray:active:focus, .btn-outline-darkGray.active:focus, .btn-outline-darkGray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(124, 124, 124, 0.5);
}
.btn-outline-darkGray:disabled, .btn-outline-darkGray.disabled {
  color: #7c7c7c;
  background-color: transparent;
}

.btn-outline-darkYellow {
  color: #f2ab3c;
  border-color: #f2ab3c;
}
.btn-outline-darkYellow:hover {
  color: #000;
  background-color: #f2ab3c;
  border-color: #f2ab3c;
}
.btn-check:focus + .btn-outline-darkYellow, .btn-outline-darkYellow:focus {
  box-shadow: 0 0 0 0.25rem rgba(242, 171, 60, 0.5);
}
.btn-check:checked + .btn-outline-darkYellow, .btn-check:active + .btn-outline-darkYellow, .btn-outline-darkYellow:active, .btn-outline-darkYellow.active, .btn-outline-darkYellow.dropdown-toggle.show {
  color: #000;
  background-color: #f2ab3c;
  border-color: #f2ab3c;
}
.btn-check:checked + .btn-outline-darkYellow:focus, .btn-check:active + .btn-outline-darkYellow:focus, .btn-outline-darkYellow:active:focus, .btn-outline-darkYellow.active:focus, .btn-outline-darkYellow.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(242, 171, 60, 0.5);
}
.btn-outline-darkYellow:disabled, .btn-outline-darkYellow.disabled {
  color: #f2ab3c;
  background-color: transparent;
}

.btn-outline-odLine {
  color: #eeeef2;
  border-color: #eeeef2;
}
.btn-outline-odLine:hover {
  color: #000;
  background-color: #eeeef2;
  border-color: #eeeef2;
}
.btn-check:focus + .btn-outline-odLine, .btn-outline-odLine:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 238, 242, 0.5);
}
.btn-check:checked + .btn-outline-odLine, .btn-check:active + .btn-outline-odLine, .btn-outline-odLine:active, .btn-outline-odLine.active, .btn-outline-odLine.dropdown-toggle.show {
  color: #000;
  background-color: #eeeef2;
  border-color: #eeeef2;
}
.btn-check:checked + .btn-outline-odLine:focus, .btn-check:active + .btn-outline-odLine:focus, .btn-outline-odLine:active:focus, .btn-outline-odLine.active:focus, .btn-outline-odLine.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 238, 242, 0.5);
}
.btn-outline-odLine:disabled, .btn-outline-odLine.disabled {
  color: #eeeef2;
  background-color: transparent;
}

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

.btn-outline-odLightGray {
  color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-outline-odLightGray:hover {
  color: #000;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-check:focus + .btn-outline-odLightGray, .btn-outline-odLightGray:focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 240, 240, 0.5);
}
.btn-check:checked + .btn-outline-odLightGray, .btn-check:active + .btn-outline-odLightGray, .btn-outline-odLightGray:active, .btn-outline-odLightGray.active, .btn-outline-odLightGray.dropdown-toggle.show {
  color: #000;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.btn-check:checked + .btn-outline-odLightGray:focus, .btn-check:active + .btn-outline-odLightGray:focus, .btn-outline-odLightGray:active:focus, .btn-outline-odLightGray.active:focus, .btn-outline-odLightGray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(240, 240, 240, 0.5);
}
.btn-outline-odLightGray:disabled, .btn-outline-odLightGray.disabled {
  color: #f0f0f0;
  background-color: transparent;
}

.btn-outline-outlineGray {
  color: #777777;
  border-color: #777777;
}
.btn-outline-outlineGray:hover {
  color: #000;
  background-color: #777777;
  border-color: #777777;
}
.btn-check:focus + .btn-outline-outlineGray, .btn-outline-outlineGray:focus {
  box-shadow: 0 0 0 0.25rem rgba(119, 119, 119, 0.5);
}
.btn-check:checked + .btn-outline-outlineGray, .btn-check:active + .btn-outline-outlineGray, .btn-outline-outlineGray:active, .btn-outline-outlineGray.active, .btn-outline-outlineGray.dropdown-toggle.show {
  color: #000;
  background-color: #777777;
  border-color: #777777;
}
.btn-check:checked + .btn-outline-outlineGray:focus, .btn-check:active + .btn-outline-outlineGray:focus, .btn-outline-outlineGray:active:focus, .btn-outline-outlineGray.active:focus, .btn-outline-outlineGray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(119, 119, 119, 0.5);
}
.btn-outline-outlineGray:disabled, .btn-outline-outlineGray.disabled {
  color: #777777;
  background-color: transparent;
}

.btn-outline-blogPlaceholder {
  color: #cccccc;
  border-color: #cccccc;
}
.btn-outline-blogPlaceholder:hover {
  color: #000;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-check:focus + .btn-outline-blogPlaceholder, .btn-outline-blogPlaceholder:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.5);
}
.btn-check:checked + .btn-outline-blogPlaceholder, .btn-check:active + .btn-outline-blogPlaceholder, .btn-outline-blogPlaceholder:active, .btn-outline-blogPlaceholder.active, .btn-outline-blogPlaceholder.dropdown-toggle.show {
  color: #000;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-check:checked + .btn-outline-blogPlaceholder:focus, .btn-check:active + .btn-outline-blogPlaceholder:focus, .btn-outline-blogPlaceholder:active:focus, .btn-outline-blogPlaceholder.active:focus, .btn-outline-blogPlaceholder.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 204, 204, 0.5);
}
.btn-outline-blogPlaceholder:disabled, .btn-outline-blogPlaceholder.disabled {
  color: #cccccc;
  background-color: transparent;
}

.btn-outline-btnText {
  color: #787878;
  border-color: #787878;
}
.btn-outline-btnText:hover {
  color: #000;
  background-color: #787878;
  border-color: #787878;
}
.btn-check:focus + .btn-outline-btnText, .btn-outline-btnText:focus {
  box-shadow: 0 0 0 0.25rem rgba(120, 120, 120, 0.5);
}
.btn-check:checked + .btn-outline-btnText, .btn-check:active + .btn-outline-btnText, .btn-outline-btnText:active, .btn-outline-btnText.active, .btn-outline-btnText.dropdown-toggle.show {
  color: #000;
  background-color: #787878;
  border-color: #787878;
}
.btn-check:checked + .btn-outline-btnText:focus, .btn-check:active + .btn-outline-btnText:focus, .btn-outline-btnText:active:focus, .btn-outline-btnText.active:focus, .btn-outline-btnText.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(120, 120, 120, 0.5);
}
.btn-outline-btnText:disabled, .btn-outline-btnText.disabled {
  color: #787878;
  background-color: transparent;
}

.btn-outline-creditNav {
  color: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-outline-creditNav:hover {
  color: #000;
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-check:focus + .btn-outline-creditNav, .btn-outline-creditNav:focus {
  box-shadow: 0 0 0 0.25rem rgba(187, 187, 187, 0.5);
}
.btn-check:checked + .btn-outline-creditNav, .btn-check:active + .btn-outline-creditNav, .btn-outline-creditNav:active, .btn-outline-creditNav.active, .btn-outline-creditNav.dropdown-toggle.show {
  color: #000;
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-check:checked + .btn-outline-creditNav:focus, .btn-check:active + .btn-outline-creditNav:focus, .btn-outline-creditNav:active:focus, .btn-outline-creditNav.active:focus, .btn-outline-creditNav.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(187, 187, 187, 0.5);
}
.btn-outline-creditNav:disabled, .btn-outline-creditNav.disabled {
  color: #bbbbbb;
  background-color: transparent;
}

.btn-outline-couponText {
  color: #5a5a5a;
  border-color: #5a5a5a;
}
.btn-outline-couponText:hover {
  color: #fff;
  background-color: #5a5a5a;
  border-color: #5a5a5a;
}
.btn-check:focus + .btn-outline-couponText, .btn-outline-couponText:focus {
  box-shadow: 0 0 0 0.25rem rgba(90, 90, 90, 0.5);
}
.btn-check:checked + .btn-outline-couponText, .btn-check:active + .btn-outline-couponText, .btn-outline-couponText:active, .btn-outline-couponText.active, .btn-outline-couponText.dropdown-toggle.show {
  color: #fff;
  background-color: #5a5a5a;
  border-color: #5a5a5a;
}
.btn-check:checked + .btn-outline-couponText:focus, .btn-check:active + .btn-outline-couponText:focus, .btn-outline-couponText:active:focus, .btn-outline-couponText.active:focus, .btn-outline-couponText.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(90, 90, 90, 0.5);
}
.btn-outline-couponText:disabled, .btn-outline-couponText.disabled {
  color: #5a5a5a;
  background-color: transparent;
}

.btn-outline-couponDate {
  color: #8d8d8d;
  border-color: #8d8d8d;
}
.btn-outline-couponDate:hover {
  color: #000;
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}
.btn-check:focus + .btn-outline-couponDate, .btn-outline-couponDate:focus {
  box-shadow: 0 0 0 0.25rem rgba(141, 141, 141, 0.5);
}
.btn-check:checked + .btn-outline-couponDate, .btn-check:active + .btn-outline-couponDate, .btn-outline-couponDate:active, .btn-outline-couponDate.active, .btn-outline-couponDate.dropdown-toggle.show {
  color: #000;
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}
.btn-check:checked + .btn-outline-couponDate:focus, .btn-check:active + .btn-outline-couponDate:focus, .btn-outline-couponDate:active:focus, .btn-outline-couponDate.active:focus, .btn-outline-couponDate.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(141, 141, 141, 0.5);
}
.btn-outline-couponDate:disabled, .btn-outline-couponDate.disabled {
  color: #8d8d8d;
  background-color: transparent;
}

.btn-outline-lightGray {
  color: #979797;
  border-color: #979797;
}
.btn-outline-lightGray:hover {
  color: #000;
  background-color: #979797;
  border-color: #979797;
}
.btn-check:focus + .btn-outline-lightGray, .btn-outline-lightGray:focus {
  box-shadow: 0 0 0 0.25rem rgba(151, 151, 151, 0.5);
}
.btn-check:checked + .btn-outline-lightGray, .btn-check:active + .btn-outline-lightGray, .btn-outline-lightGray:active, .btn-outline-lightGray.active, .btn-outline-lightGray.dropdown-toggle.show {
  color: #000;
  background-color: #979797;
  border-color: #979797;
}
.btn-check:checked + .btn-outline-lightGray:focus, .btn-check:active + .btn-outline-lightGray:focus, .btn-outline-lightGray:active:focus, .btn-outline-lightGray.active:focus, .btn-outline-lightGray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(151, 151, 151, 0.5);
}
.btn-outline-lightGray:disabled, .btn-outline-lightGray.disabled {
  color: #979797;
  background-color: transparent;
}

.btn-outline-starGray {
  color: #cecece;
  border-color: #cecece;
}
.btn-outline-starGray:hover {
  color: #000;
  background-color: #cecece;
  border-color: #cecece;
}
.btn-check:focus + .btn-outline-starGray, .btn-outline-starGray:focus {
  box-shadow: 0 0 0 0.25rem rgba(206, 206, 206, 0.5);
}
.btn-check:checked + .btn-outline-starGray, .btn-check:active + .btn-outline-starGray, .btn-outline-starGray:active, .btn-outline-starGray.active, .btn-outline-starGray.dropdown-toggle.show {
  color: #000;
  background-color: #cecece;
  border-color: #cecece;
}
.btn-check:checked + .btn-outline-starGray:focus, .btn-check:active + .btn-outline-starGray:focus, .btn-outline-starGray:active:focus, .btn-outline-starGray.active:focus, .btn-outline-starGray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(206, 206, 206, 0.5);
}
.btn-outline-starGray:disabled, .btn-outline-starGray.disabled {
  color: #cecece;
  background-color: transparent;
}

.btn-outline-spinnerGray {
  color: #b1b1b1;
  border-color: #b1b1b1;
}
.btn-outline-spinnerGray:hover {
  color: #000;
  background-color: #b1b1b1;
  border-color: #b1b1b1;
}
.btn-check:focus + .btn-outline-spinnerGray, .btn-outline-spinnerGray:focus {
  box-shadow: 0 0 0 0.25rem rgba(177, 177, 177, 0.5);
}
.btn-check:checked + .btn-outline-spinnerGray, .btn-check:active + .btn-outline-spinnerGray, .btn-outline-spinnerGray:active, .btn-outline-spinnerGray.active, .btn-outline-spinnerGray.dropdown-toggle.show {
  color: #000;
  background-color: #b1b1b1;
  border-color: #b1b1b1;
}
.btn-check:checked + .btn-outline-spinnerGray:focus, .btn-check:active + .btn-outline-spinnerGray:focus, .btn-outline-spinnerGray:active:focus, .btn-outline-spinnerGray.active:focus, .btn-outline-spinnerGray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(177, 177, 177, 0.5);
}
.btn-outline-spinnerGray:disabled, .btn-outline-spinnerGray.disabled {
  color: #b1b1b1;
  background-color: transparent;
}

.btn-outline-spinnerGreen {
  color: #007835;
  border-color: #007835;
}
.btn-outline-spinnerGreen:hover {
  color: #fff;
  background-color: #007835;
  border-color: #007835;
}
.btn-check:focus + .btn-outline-spinnerGreen, .btn-outline-spinnerGreen:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 120, 53, 0.5);
}
.btn-check:checked + .btn-outline-spinnerGreen, .btn-check:active + .btn-outline-spinnerGreen, .btn-outline-spinnerGreen:active, .btn-outline-spinnerGreen.active, .btn-outline-spinnerGreen.dropdown-toggle.show {
  color: #fff;
  background-color: #007835;
  border-color: #007835;
}
.btn-check:checked + .btn-outline-spinnerGreen:focus, .btn-check:active + .btn-outline-spinnerGreen:focus, .btn-outline-spinnerGreen:active:focus, .btn-outline-spinnerGreen.active:focus, .btn-outline-spinnerGreen.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 120, 53, 0.5);
}
.btn-outline-spinnerGreen:disabled, .btn-outline-spinnerGreen.disabled {
  color: #007835;
  background-color: transparent;
}

.btn-outline-forgetPwd {
  color: #032d23;
  border-color: #032d23;
}
.btn-outline-forgetPwd:hover {
  color: #fff;
  background-color: #032d23;
  border-color: #032d23;
}
.btn-check:focus + .btn-outline-forgetPwd, .btn-outline-forgetPwd:focus {
  box-shadow: 0 0 0 0.25rem rgba(3, 45, 35, 0.5);
}
.btn-check:checked + .btn-outline-forgetPwd, .btn-check:active + .btn-outline-forgetPwd, .btn-outline-forgetPwd:active, .btn-outline-forgetPwd.active, .btn-outline-forgetPwd.dropdown-toggle.show {
  color: #fff;
  background-color: #032d23;
  border-color: #032d23;
}
.btn-check:checked + .btn-outline-forgetPwd:focus, .btn-check:active + .btn-outline-forgetPwd:focus, .btn-outline-forgetPwd:active:focus, .btn-outline-forgetPwd.active:focus, .btn-outline-forgetPwd.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(3, 45, 35, 0.5);
}
.btn-outline-forgetPwd:disabled, .btn-outline-forgetPwd.disabled {
  color: #032d23;
  background-color: transparent;
}

.btn-outline-lightBlue {
  color: #81d2e9;
  border-color: #81d2e9;
}
.btn-outline-lightBlue:hover {
  color: #000;
  background-color: #81d2e9;
  border-color: #81d2e9;
}
.btn-check:focus + .btn-outline-lightBlue, .btn-outline-lightBlue:focus {
  box-shadow: 0 0 0 0.25rem rgba(129, 210, 233, 0.5);
}
.btn-check:checked + .btn-outline-lightBlue, .btn-check:active + .btn-outline-lightBlue, .btn-outline-lightBlue:active, .btn-outline-lightBlue.active, .btn-outline-lightBlue.dropdown-toggle.show {
  color: #000;
  background-color: #81d2e9;
  border-color: #81d2e9;
}
.btn-check:checked + .btn-outline-lightBlue:focus, .btn-check:active + .btn-outline-lightBlue:focus, .btn-outline-lightBlue:active:focus, .btn-outline-lightBlue.active:focus, .btn-outline-lightBlue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(129, 210, 233, 0.5);
}
.btn-outline-lightBlue:disabled, .btn-outline-lightBlue.disabled {
  color: #81d2e9;
  background-color: transparent;
}

.btn-outline-seaBlue {
  color: #b9eaeb;
  border-color: #b9eaeb;
}
.btn-outline-seaBlue:hover {
  color: #000;
  background-color: #b9eaeb;
  border-color: #b9eaeb;
}
.btn-check:focus + .btn-outline-seaBlue, .btn-outline-seaBlue:focus {
  box-shadow: 0 0 0 0.25rem rgba(185, 234, 235, 0.5);
}
.btn-check:checked + .btn-outline-seaBlue, .btn-check:active + .btn-outline-seaBlue, .btn-outline-seaBlue:active, .btn-outline-seaBlue.active, .btn-outline-seaBlue.dropdown-toggle.show {
  color: #000;
  background-color: #b9eaeb;
  border-color: #b9eaeb;
}
.btn-check:checked + .btn-outline-seaBlue:focus, .btn-check:active + .btn-outline-seaBlue:focus, .btn-outline-seaBlue:active:focus, .btn-outline-seaBlue.active:focus, .btn-outline-seaBlue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(185, 234, 235, 0.5);
}
.btn-outline-seaBlue:disabled, .btn-outline-seaBlue.disabled {
  color: #b9eaeb;
  background-color: transparent;
}

.btn-outline-megamenuGreen {
  color: #52a705;
  border-color: #52a705;
}
.btn-outline-megamenuGreen:hover {
  color: #000;
  background-color: #52a705;
  border-color: #52a705;
}
.btn-check:focus + .btn-outline-megamenuGreen, .btn-outline-megamenuGreen:focus {
  box-shadow: 0 0 0 0.25rem rgba(82, 167, 5, 0.5);
}
.btn-check:checked + .btn-outline-megamenuGreen, .btn-check:active + .btn-outline-megamenuGreen, .btn-outline-megamenuGreen:active, .btn-outline-megamenuGreen.active, .btn-outline-megamenuGreen.dropdown-toggle.show {
  color: #000;
  background-color: #52a705;
  border-color: #52a705;
}
.btn-check:checked + .btn-outline-megamenuGreen:focus, .btn-check:active + .btn-outline-megamenuGreen:focus, .btn-outline-megamenuGreen:active:focus, .btn-outline-megamenuGreen.active:focus, .btn-outline-megamenuGreen.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(82, 167, 5, 0.5);
}
.btn-outline-megamenuGreen:disabled, .btn-outline-megamenuGreen.disabled {
  color: #52a705;
  background-color: transparent;
}

.btn-outline-cartHr {
  color: #bebebe;
  border-color: #bebebe;
}
.btn-outline-cartHr:hover {
  color: #000;
  background-color: #bebebe;
  border-color: #bebebe;
}
.btn-check:focus + .btn-outline-cartHr, .btn-outline-cartHr:focus {
  box-shadow: 0 0 0 0.25rem rgba(190, 190, 190, 0.5);
}
.btn-check:checked + .btn-outline-cartHr, .btn-check:active + .btn-outline-cartHr, .btn-outline-cartHr:active, .btn-outline-cartHr.active, .btn-outline-cartHr.dropdown-toggle.show {
  color: #000;
  background-color: #bebebe;
  border-color: #bebebe;
}
.btn-check:checked + .btn-outline-cartHr:focus, .btn-check:active + .btn-outline-cartHr:focus, .btn-outline-cartHr:active:focus, .btn-outline-cartHr.active:focus, .btn-outline-cartHr.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(190, 190, 190, 0.5);
}
.btn-outline-cartHr:disabled, .btn-outline-cartHr.disabled {
  color: #bebebe;
  background-color: transparent;
}

.btn-outline-cartHeader {
  color: #fafafa;
  border-color: #fafafa;
}
.btn-outline-cartHeader:hover {
  color: #000;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-check:focus + .btn-outline-cartHeader, .btn-outline-cartHeader:focus {
  box-shadow: 0 0 0 0.25rem rgba(250, 250, 250, 0.5);
}
.btn-check:checked + .btn-outline-cartHeader, .btn-check:active + .btn-outline-cartHeader, .btn-outline-cartHeader:active, .btn-outline-cartHeader.active, .btn-outline-cartHeader.dropdown-toggle.show {
  color: #000;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-check:checked + .btn-outline-cartHeader:focus, .btn-check:active + .btn-outline-cartHeader:focus, .btn-outline-cartHeader:active:focus, .btn-outline-cartHeader.active:focus, .btn-outline-cartHeader.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(250, 250, 250, 0.5);
}
.btn-outline-cartHeader:disabled, .btn-outline-cartHeader.disabled {
  color: #fafafa;
  background-color: transparent;
}

.btn-outline-separatorGray {
  color: #dddddd;
  border-color: #dddddd;
}
.btn-outline-separatorGray:hover {
  color: #000;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-check:focus + .btn-outline-separatorGray, .btn-outline-separatorGray:focus {
  box-shadow: 0 0 0 0.25rem rgba(221, 221, 221, 0.5);
}
.btn-check:checked + .btn-outline-separatorGray, .btn-check:active + .btn-outline-separatorGray, .btn-outline-separatorGray:active, .btn-outline-separatorGray.active, .btn-outline-separatorGray.dropdown-toggle.show {
  color: #000;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-check:checked + .btn-outline-separatorGray:focus, .btn-check:active + .btn-outline-separatorGray:focus, .btn-outline-separatorGray:active:focus, .btn-outline-separatorGray.active:focus, .btn-outline-separatorGray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(221, 221, 221, 0.5);
}
.btn-outline-separatorGray:disabled, .btn-outline-separatorGray.disabled {
  color: #dddddd;
  background-color: transparent;
}

.btn-outline-platinumGray {
  color: #584f3f;
  border-color: #584f3f;
}
.btn-outline-platinumGray:hover {
  color: #fff;
  background-color: #584f3f;
  border-color: #584f3f;
}
.btn-check:focus + .btn-outline-platinumGray, .btn-outline-platinumGray:focus {
  box-shadow: 0 0 0 0.25rem rgba(88, 79, 63, 0.5);
}
.btn-check:checked + .btn-outline-platinumGray, .btn-check:active + .btn-outline-platinumGray, .btn-outline-platinumGray:active, .btn-outline-platinumGray.active, .btn-outline-platinumGray.dropdown-toggle.show {
  color: #fff;
  background-color: #584f3f;
  border-color: #584f3f;
}
.btn-check:checked + .btn-outline-platinumGray:focus, .btn-check:active + .btn-outline-platinumGray:focus, .btn-outline-platinumGray:active:focus, .btn-outline-platinumGray.active:focus, .btn-outline-platinumGray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(88, 79, 63, 0.5);
}
.btn-outline-platinumGray:disabled, .btn-outline-platinumGray.disabled {
  color: #584f3f;
  background-color: transparent;
}

.btn-outline-cardGold {
  color: #d09a03;
  border-color: #d09a03;
}
.btn-outline-cardGold:hover {
  color: #000;
  background-color: #d09a03;
  border-color: #d09a03;
}
.btn-check:focus + .btn-outline-cardGold, .btn-outline-cardGold:focus {
  box-shadow: 0 0 0 0.25rem rgba(208, 154, 3, 0.5);
}
.btn-check:checked + .btn-outline-cardGold, .btn-check:active + .btn-outline-cardGold, .btn-outline-cardGold:active, .btn-outline-cardGold.active, .btn-outline-cardGold.dropdown-toggle.show {
  color: #000;
  background-color: #d09a03;
  border-color: #d09a03;
}
.btn-check:checked + .btn-outline-cardGold:focus, .btn-check:active + .btn-outline-cardGold:focus, .btn-outline-cardGold:active:focus, .btn-outline-cardGold.active:focus, .btn-outline-cardGold.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(208, 154, 3, 0.5);
}
.btn-outline-cardGold:disabled, .btn-outline-cardGold.disabled {
  color: #d09a03;
  background-color: transparent;
}

.btn-outline-dropdownGold {
  color: #f6ba36;
  border-color: #f6ba36;
}
.btn-outline-dropdownGold:hover {
  color: #000;
  background-color: #f6ba36;
  border-color: #f6ba36;
}
.btn-check:focus + .btn-outline-dropdownGold, .btn-outline-dropdownGold:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 186, 54, 0.5);
}
.btn-check:checked + .btn-outline-dropdownGold, .btn-check:active + .btn-outline-dropdownGold, .btn-outline-dropdownGold:active, .btn-outline-dropdownGold.active, .btn-outline-dropdownGold.dropdown-toggle.show {
  color: #000;
  background-color: #f6ba36;
  border-color: #f6ba36;
}
.btn-check:checked + .btn-outline-dropdownGold:focus, .btn-check:active + .btn-outline-dropdownGold:focus, .btn-outline-dropdownGold:active:focus, .btn-outline-dropdownGold.active:focus, .btn-outline-dropdownGold.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 186, 54, 0.5);
}
.btn-outline-dropdownGold:disabled, .btn-outline-dropdownGold.disabled {
  color: #f6ba36;
  background-color: transparent;
}

.btn-outline-dropdownBarGold {
  color: #fcd694;
  border-color: #fcd694;
}
.btn-outline-dropdownBarGold:hover {
  color: #000;
  background-color: #fcd694;
  border-color: #fcd694;
}
.btn-check:focus + .btn-outline-dropdownBarGold, .btn-outline-dropdownBarGold:focus {
  box-shadow: 0 0 0 0.25rem rgba(252, 214, 148, 0.5);
}
.btn-check:checked + .btn-outline-dropdownBarGold, .btn-check:active + .btn-outline-dropdownBarGold, .btn-outline-dropdownBarGold:active, .btn-outline-dropdownBarGold.active, .btn-outline-dropdownBarGold.dropdown-toggle.show {
  color: #000;
  background-color: #fcd694;
  border-color: #fcd694;
}
.btn-check:checked + .btn-outline-dropdownBarGold:focus, .btn-check:active + .btn-outline-dropdownBarGold:focus, .btn-outline-dropdownBarGold:active:focus, .btn-outline-dropdownBarGold.active:focus, .btn-outline-dropdownBarGold.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(252, 214, 148, 0.5);
}
.btn-outline-dropdownBarGold:disabled, .btn-outline-dropdownBarGold.disabled {
  color: #fcd694;
  background-color: transparent;
}

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

.btn-outline-cartNoticeGray {
  color: #999999;
  border-color: #999999;
}
.btn-outline-cartNoticeGray:hover {
  color: #000;
  background-color: #999999;
  border-color: #999999;
}
.btn-check:focus + .btn-outline-cartNoticeGray, .btn-outline-cartNoticeGray:focus {
  box-shadow: 0 0 0 0.25rem rgba(153, 153, 153, 0.5);
}
.btn-check:checked + .btn-outline-cartNoticeGray, .btn-check:active + .btn-outline-cartNoticeGray, .btn-outline-cartNoticeGray:active, .btn-outline-cartNoticeGray.active, .btn-outline-cartNoticeGray.dropdown-toggle.show {
  color: #000;
  background-color: #999999;
  border-color: #999999;
}
.btn-check:checked + .btn-outline-cartNoticeGray:focus, .btn-check:active + .btn-outline-cartNoticeGray:focus, .btn-outline-cartNoticeGray:active:focus, .btn-outline-cartNoticeGray.active:focus, .btn-outline-cartNoticeGray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(153, 153, 153, 0.5);
}
.btn-outline-cartNoticeGray:disabled, .btn-outline-cartNoticeGray.disabled {
  color: #999999;
  background-color: transparent;
}

.btn-outline-mailGray {
  color: #808080;
  border-color: #808080;
}
.btn-outline-mailGray:hover {
  color: #000;
  background-color: #808080;
  border-color: #808080;
}
.btn-check:focus + .btn-outline-mailGray, .btn-outline-mailGray:focus {
  box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);
}
.btn-check:checked + .btn-outline-mailGray, .btn-check:active + .btn-outline-mailGray, .btn-outline-mailGray:active, .btn-outline-mailGray.active, .btn-outline-mailGray.dropdown-toggle.show {
  color: #000;
  background-color: #808080;
  border-color: #808080;
}
.btn-check:checked + .btn-outline-mailGray:focus, .btn-check:active + .btn-outline-mailGray:focus, .btn-outline-mailGray:active:focus, .btn-outline-mailGray.active:focus, .btn-outline-mailGray.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);
}
.btn-outline-mailGray:disabled, .btn-outline-mailGray.disabled {
  color: #808080;
  background-color: transparent;
}

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

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

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

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

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

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

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

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

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #1c6437;
  background-color: #d5edde;
  border-color: #c0e4ce;
}
.alert-primary .alert-link {
  color: #16502c;
}

.alert-secondary {
  color: #2e2e2e;
  background-color: #dbdbdb;
  border-color: #c9c9c9;
}
.alert-secondary .alert-link {
  color: #252525;
}

.alert-success {
  color: #1a6336;
  background-color: #d5edde;
  border-color: #bfe4ce;
}
.alert-success .alert-link {
  color: #154f2b;
}

.alert-info {
  color: #993641;
  background-color: #ffdee2;
  border-color: #ffced3;
}
.alert-info .alert-link {
  color: #7a2b34;
}

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

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

.alert-light {
  color: #525252;
  background-color: whitesmoke;
  border-color: #f0f0f0;
}
.alert-light .alert-link {
  color: #424242;
}

.alert-dark {
  color: #181818;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.alert-dark .alert-link {
  color: #131313;
}

.alert-pink {
  color: #666060;
  background-color: #fffcfc;
  border-color: #fffbfb;
}
.alert-pink .alert-link {
  color: #524d4d;
}

.alert-blue {
  color: #23355c;
  background-color: #d8deeb;
  border-color: #c4cde0;
}
.alert-blue .alert-link {
  color: #1c2a4a;
}

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

.alert-green {
  color: #616460;
  background-color: #fcfefc;
  border-color: #fbfefb;
}
.alert-green .alert-link {
  color: #4e504d;
}

.alert-gray {
  color: #626263;
  background-color: #fdfdfd;
  border-color: #fcfcfd;
}
.alert-gray .alert-link {
  color: #4e4e4f;
}

.alert-orange {
  color: #654e24;
  background-color: #fef3de;
  border-color: #feedce;
}
.alert-orange .alert-link {
  color: #513e1d;
}

.alert-lightOrange {
  color: #66625a;
  background-color: #fffdf9;
  border-color: #fffcf6;
}
.alert-lightOrange .alert-link {
  color: #524e48;
}

.alert-giftList {
  color: #606060;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.alert-giftList .alert-link {
  color: #4d4d4d;
}

.alert-cartCheckout {
  color: #646464;
  background-color: #fefefe;
  border-color: #fdfdfd;
}
.alert-cartCheckout .alert-link {
  color: #505050;
}

.alert-red {
  color: #8b2e2b;
  background-color: #fadbda;
  border-color: #f8cac8;
}
.alert-red .alert-link {
  color: #6f2522;
}

.alert-darkOrange {
  color: #906525;
  background-color: #fceed8;
  border-color: #fbe5c5;
}
.alert-darkOrange .alert-link {
  color: #73511e;
}

.alert-checkoutForm {
  color: #5f5f5f;
  background-color: #fbfbfb;
  border-color: #fafafa;
}
.alert-checkoutForm .alert-link {
  color: #4c4c4c;
}

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

.alert-loadingbarGray {
  color: #5a5a5a;
  background-color: #f9f9f9;
  border-color: #f6f6f6;
}
.alert-loadingbarGray .alert-link {
  color: #484848;
}

.alert-thead {
  color: #626262;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-thead .alert-link {
  color: #4e4e4e;
}

.alert-footer {
  color: #616161;
  background-color: #fdfdfd;
  border-color: #fbfbfb;
}
.alert-footer .alert-link {
  color: #4e4e4e;
}

.alert-borderGray {
  color: #565656;
  background-color: #f7f7f7;
  border-color: #f3f3f3;
}
.alert-borderGray .alert-link {
  color: #454545;
}

.alert-checkoutGray {
  color: #646464;
  background-color: #fefefe;
  border-color: #fdfdfd;
}
.alert-checkoutGray .alert-link {
  color: #505050;
}

.alert-checkboxGray {
  color: #4e4e4e;
  background-color: #f3f3f3;
  border-color: #ededed;
}
.alert-checkboxGray .alert-link {
  color: #3e3e3e;
}

.alert-radioGray {
  color: #505050;
  background-color: #f4f4f4;
  border-color: #efefef;
}
.alert-radioGray .alert-link {
  color: #404040;
}

.alert-placeholder {
  color: #525252;
  background-color: #e7e7e7;
  border-color: #dbdbdb;
}
.alert-placeholder .alert-link {
  color: #424242;
}

.alert-droplet {
  color: #214182;
  background-color: #d7e2f7;
  border-color: #c3d3f3;
}
.alert-droplet .alert-link {
  color: #1a3468;
}

.alert-memberCard {
  color: #5c5c5c;
  background-color: #fafafa;
  border-color: #f7f7f7;
}
.alert-memberCard .alert-link {
  color: #4a4a4a;
}

.alert-memberCardChip {
  color: #606060;
  background-color: #fcfcfc;
  border-color: #fafafa;
}
.alert-memberCardChip .alert-link {
  color: #4d4d4d;
}

.alert-gold {
  color: #705a13;
  background-color: #f1ead2;
  border-color: #eae0bc;
}
.alert-gold .alert-link {
  color: #5a480f;
}

.alert-darkRed {
  color: #641511;
  background-color: #edd3d2;
  border-color: #e4bdbb;
}
.alert-darkRed .alert-link {
  color: #50110e;
}

.alert-darkPink {
  color: #931a55;
  background-color: #fdd5e8;
  border-color: #fcc0dd;
}
.alert-darkPink .alert-link {
  color: #761544;
}

.alert-inputValue {
  color: #303030;
  background-color: gainsboro;
  border-color: #cbcbcb;
}
.alert-inputValue .alert-link {
  color: #262626;
}

.alert-paleBlue {
  color: #5a5f61;
  background-color: #f9fcfc;
  border-color: #f6fafb;
}
.alert-paleBlue .alert-link {
  color: #484c4e;
}

.alert-theadBorder {
  color: #6b6b6b;
  background-color: #f0f0f0;
  border-color: #e8e8e8;
}
.alert-theadBorder .alert-link {
  color: #565656;
}

.alert-tbodyBorder {
  color: #6b6b6b;
  background-color: #f0f0f0;
  border-color: #e8e8e8;
}
.alert-tbodyBorder .alert-link {
  color: #565656;
}

.alert-odBorder {
  color: #5d5d5f;
  background-color: #fafafc;
  border-color: #f8f8fa;
}
.alert-odBorder .alert-link {
  color: #4a4a4c;
}

.alert-darkGray {
  color: #4a4a4a;
  background-color: #e5e5e5;
  border-color: #d8d8d8;
}
.alert-darkGray .alert-link {
  color: #3b3b3b;
}

.alert-darkYellow {
  color: #614418;
  background-color: #fceed8;
  border-color: #fbe6c5;
}
.alert-darkYellow .alert-link {
  color: #4e3613;
}

.alert-odLine {
  color: #5f5f61;
  background-color: #fcfcfc;
  border-color: #fafafb;
}
.alert-odLine .alert-link {
  color: #4c4c4e;
}

.alert-odText {
  color: #454545;
  background-color: #e3e3e3;
  border-color: #d5d5d5;
}
.alert-odText .alert-link {
  color: #373737;
}

.alert-odLightGray {
  color: #606060;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.alert-odLightGray .alert-link {
  color: #4d4d4d;
}

.alert-outlineGray {
  color: #474747;
  background-color: #e4e4e4;
  border-color: #d6d6d6;
}
.alert-outlineGray .alert-link {
  color: #393939;
}

.alert-blogPlaceholder {
  color: #525252;
  background-color: whitesmoke;
  border-color: #f0f0f0;
}
.alert-blogPlaceholder .alert-link {
  color: #424242;
}

.alert-btnText {
  color: #484848;
  background-color: #e4e4e4;
  border-color: #d7d7d7;
}
.alert-btnText .alert-link {
  color: #3a3a3a;
}

.alert-creditNav {
  color: #4b4b4b;
  background-color: #f1f1f1;
  border-color: #ebebeb;
}
.alert-creditNav .alert-link {
  color: #3c3c3c;
}

.alert-couponText {
  color: #363636;
  background-color: #dedede;
  border-color: #cecece;
}
.alert-couponText .alert-link {
  color: #2b2b2b;
}

.alert-couponDate {
  color: #555555;
  background-color: #e8e8e8;
  border-color: #dddddd;
}
.alert-couponDate .alert-link {
  color: #444444;
}

.alert-lightGray {
  color: #5b5b5b;
  background-color: #eaeaea;
  border-color: #e0e0e0;
}
.alert-lightGray .alert-link {
  color: #494949;
}

.alert-starGray {
  color: #525252;
  background-color: whitesmoke;
  border-color: #f0f0f0;
}
.alert-starGray .alert-link {
  color: #424242;
}

.alert-spinnerGray {
  color: #6a6a6a;
  background-color: #efefef;
  border-color: #e8e8e8;
}
.alert-spinnerGray .alert-link {
  color: #555555;
}

.alert-spinnerGreen {
  color: #004820;
  background-color: #cce4d7;
  border-color: #b3d7c2;
}
.alert-spinnerGreen .alert-link {
  color: #003a1a;
}

.alert-forgetPwd {
  color: #021b15;
  background-color: #cdd5d3;
  border-color: #b3c0bd;
}
.alert-forgetPwd .alert-link {
  color: #021611;
}

.alert-lightBlue {
  color: #34545d;
  background-color: #e6f6fb;
  border-color: #d9f2f8;
}
.alert-lightBlue .alert-link {
  color: #2a434a;
}

.alert-seaBlue {
  color: #4a5e5e;
  background-color: #f1fbfb;
  border-color: #eaf9f9;
}
.alert-seaBlue .alert-link {
  color: #3b4b4b;
}

.alert-megamenuGreen {
  color: #316403;
  background-color: #dcedcd;
  border-color: #cbe5b4;
}
.alert-megamenuGreen .alert-link {
  color: #275002;
}

.alert-cartHr {
  color: #4c4c4c;
  background-color: #f2f2f2;
  border-color: #ececec;
}
.alert-cartHr .alert-link {
  color: #3d3d3d;
}

.alert-cartHeader {
  color: #646464;
  background-color: #fefefe;
  border-color: #fefefe;
}
.alert-cartHeader .alert-link {
  color: #505050;
}

.alert-separatorGray {
  color: #585858;
  background-color: #f8f8f8;
  border-color: whitesmoke;
}
.alert-separatorGray .alert-link {
  color: #464646;
}

.alert-platinumGray {
  color: #352f26;
  background-color: #dedcd9;
  border-color: #cdcac5;
}
.alert-platinumGray .alert-link {
  color: #2a261e;
}

.alert-cardGold {
  color: #7d5c02;
  background-color: #f6ebcd;
  border-color: #f1e1b3;
}
.alert-cardGold .alert-link {
  color: #644a02;
}

.alert-dropdownGold {
  color: #624a16;
  background-color: #fdf1d7;
  border-color: #fceac3;
}
.alert-dropdownGold .alert-link {
  color: #4e3b12;
}

.alert-dropdownBarGold {
  color: #65563b;
  background-color: #fef7ea;
  border-color: #fef3df;
}
.alert-dropdownBarGold .alert-link {
  color: #51452f;
}

.alert-searchIcon {
  color: #3d3d3d;
  background-color: #e0e0e0;
  border-color: #d1d1d1;
}
.alert-searchIcon .alert-link {
  color: #313131;
}

.alert-cartNoticeGray {
  color: #5c5c5c;
  background-color: #ebebeb;
  border-color: #e0e0e0;
}
.alert-cartNoticeGray .alert-link {
  color: #4a4a4a;
}

.alert-mailGray {
  color: #4d4d4d;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
}
.alert-mailGray .alert-link {
  color: #3e3e3e;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

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

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

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

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

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

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

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

.list-group-item-primary {
  color: #1c6437;
  background-color: #d5edde;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1c6437;
  background-color: #c0d5c8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1c6437;
  border-color: #1c6437;
}

.list-group-item-secondary {
  color: #2e2e2e;
  background-color: #dbdbdb;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #2e2e2e;
  background-color: #c5c5c5;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}

.list-group-item-success {
  color: #1a6336;
  background-color: #d5edde;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1a6336;
  background-color: #c0d5c8;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1a6336;
  border-color: #1a6336;
}

.list-group-item-info {
  color: #993641;
  background-color: #ffdee2;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #993641;
  background-color: #e6c8cb;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #993641;
  border-color: #993641;
}

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

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

.list-group-item-light {
  color: #525252;
  background-color: whitesmoke;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #525252;
  background-color: #dddddd;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #525252;
  border-color: #525252;
}

.list-group-item-dark {
  color: #181818;
  background-color: #d4d4d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #181818;
  background-color: #bfbfbf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #181818;
  border-color: #181818;
}

.list-group-item-pink {
  color: #666060;
  background-color: #fffcfc;
}
.list-group-item-pink.list-group-item-action:hover, .list-group-item-pink.list-group-item-action:focus {
  color: #666060;
  background-color: #e6e3e3;
}
.list-group-item-pink.list-group-item-action.active {
  color: #fff;
  background-color: #666060;
  border-color: #666060;
}

.list-group-item-blue {
  color: #23355c;
  background-color: #d8deeb;
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #23355c;
  background-color: #c2c8d4;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #23355c;
  border-color: #23355c;
}

.list-group-item-black {
  color: black;
  background-color: #cccccc;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-green {
  color: #616460;
  background-color: #fcfefc;
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #616460;
  background-color: #e3e5e3;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #616460;
  border-color: #616460;
}

.list-group-item-gray {
  color: #626263;
  background-color: #fdfdfd;
}
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #626263;
  background-color: #e4e4e4;
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #626263;
  border-color: #626263;
}

.list-group-item-orange {
  color: #654e24;
  background-color: #fef3de;
}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #654e24;
  background-color: #e5dbc8;
}
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #654e24;
  border-color: #654e24;
}

.list-group-item-lightOrange {
  color: #66625a;
  background-color: #fffdf9;
}
.list-group-item-lightOrange.list-group-item-action:hover, .list-group-item-lightOrange.list-group-item-action:focus {
  color: #66625a;
  background-color: #e6e4e0;
}
.list-group-item-lightOrange.list-group-item-action.active {
  color: #fff;
  background-color: #66625a;
  border-color: #66625a;
}

.list-group-item-giftList {
  color: #606060;
  background-color: #fcfcfc;
}
.list-group-item-giftList.list-group-item-action:hover, .list-group-item-giftList.list-group-item-action:focus {
  color: #606060;
  background-color: #e3e3e3;
}
.list-group-item-giftList.list-group-item-action.active {
  color: #fff;
  background-color: #606060;
  border-color: #606060;
}

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

.list-group-item-red {
  color: #8b2e2b;
  background-color: #fadbda;
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #8b2e2b;
  background-color: #e1c5c4;
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #8b2e2b;
  border-color: #8b2e2b;
}

.list-group-item-darkOrange {
  color: #906525;
  background-color: #fceed8;
}
.list-group-item-darkOrange.list-group-item-action:hover, .list-group-item-darkOrange.list-group-item-action:focus {
  color: #906525;
  background-color: #e3d6c2;
}
.list-group-item-darkOrange.list-group-item-action.active {
  color: #fff;
  background-color: #906525;
  border-color: #906525;
}

.list-group-item-checkoutForm {
  color: #5f5f5f;
  background-color: #fbfbfb;
}
.list-group-item-checkoutForm.list-group-item-action:hover, .list-group-item-checkoutForm.list-group-item-action:focus {
  color: #5f5f5f;
  background-color: #e2e2e2;
}
.list-group-item-checkoutForm.list-group-item-action.active {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.list-group-item-white {
  color: #666666;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #666666;
  background-color: #e6e6e6;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.list-group-item-loadingbarGray {
  color: #5a5a5a;
  background-color: #f9f9f9;
}
.list-group-item-loadingbarGray.list-group-item-action:hover, .list-group-item-loadingbarGray.list-group-item-action:focus {
  color: #5a5a5a;
  background-color: #e0e0e0;
}
.list-group-item-loadingbarGray.list-group-item-action.active {
  color: #fff;
  background-color: #5a5a5a;
  border-color: #5a5a5a;
}

.list-group-item-thead {
  color: #626262;
  background-color: #fdfdfd;
}
.list-group-item-thead.list-group-item-action:hover, .list-group-item-thead.list-group-item-action:focus {
  color: #626262;
  background-color: #e4e4e4;
}
.list-group-item-thead.list-group-item-action.active {
  color: #fff;
  background-color: #626262;
  border-color: #626262;
}

.list-group-item-footer {
  color: #616161;
  background-color: #fdfdfd;
}
.list-group-item-footer.list-group-item-action:hover, .list-group-item-footer.list-group-item-action:focus {
  color: #616161;
  background-color: #e4e4e4;
}
.list-group-item-footer.list-group-item-action.active {
  color: #fff;
  background-color: #616161;
  border-color: #616161;
}

.list-group-item-borderGray {
  color: #565656;
  background-color: #f7f7f7;
}
.list-group-item-borderGray.list-group-item-action:hover, .list-group-item-borderGray.list-group-item-action:focus {
  color: #565656;
  background-color: #dedede;
}
.list-group-item-borderGray.list-group-item-action.active {
  color: #fff;
  background-color: #565656;
  border-color: #565656;
}

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

.list-group-item-checkboxGray {
  color: #4e4e4e;
  background-color: #f3f3f3;
}
.list-group-item-checkboxGray.list-group-item-action:hover, .list-group-item-checkboxGray.list-group-item-action:focus {
  color: #4e4e4e;
  background-color: #dbdbdb;
}
.list-group-item-checkboxGray.list-group-item-action.active {
  color: #fff;
  background-color: #4e4e4e;
  border-color: #4e4e4e;
}

.list-group-item-radioGray {
  color: #505050;
  background-color: #f4f4f4;
}
.list-group-item-radioGray.list-group-item-action:hover, .list-group-item-radioGray.list-group-item-action:focus {
  color: #505050;
  background-color: gainsboro;
}
.list-group-item-radioGray.list-group-item-action.active {
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}

.list-group-item-placeholder {
  color: #525252;
  background-color: #e7e7e7;
}
.list-group-item-placeholder.list-group-item-action:hover, .list-group-item-placeholder.list-group-item-action:focus {
  color: #525252;
  background-color: #d0d0d0;
}
.list-group-item-placeholder.list-group-item-action.active {
  color: #fff;
  background-color: #525252;
  border-color: #525252;
}

.list-group-item-droplet {
  color: #214182;
  background-color: #d7e2f7;
}
.list-group-item-droplet.list-group-item-action:hover, .list-group-item-droplet.list-group-item-action:focus {
  color: #214182;
  background-color: #c2cbde;
}
.list-group-item-droplet.list-group-item-action.active {
  color: #fff;
  background-color: #214182;
  border-color: #214182;
}

.list-group-item-memberCard {
  color: #5c5c5c;
  background-color: #fafafa;
}
.list-group-item-memberCard.list-group-item-action:hover, .list-group-item-memberCard.list-group-item-action:focus {
  color: #5c5c5c;
  background-color: #e1e1e1;
}
.list-group-item-memberCard.list-group-item-action.active {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #5c5c5c;
}

.list-group-item-memberCardChip {
  color: #606060;
  background-color: #fcfcfc;
}
.list-group-item-memberCardChip.list-group-item-action:hover, .list-group-item-memberCardChip.list-group-item-action:focus {
  color: #606060;
  background-color: #e3e3e3;
}
.list-group-item-memberCardChip.list-group-item-action.active {
  color: #fff;
  background-color: #606060;
  border-color: #606060;
}

.list-group-item-gold {
  color: #705a13;
  background-color: #f1ead2;
}
.list-group-item-gold.list-group-item-action:hover, .list-group-item-gold.list-group-item-action:focus {
  color: #705a13;
  background-color: #d9d3bd;
}
.list-group-item-gold.list-group-item-action.active {
  color: #fff;
  background-color: #705a13;
  border-color: #705a13;
}

.list-group-item-darkRed {
  color: #641511;
  background-color: #edd3d2;
}
.list-group-item-darkRed.list-group-item-action:hover, .list-group-item-darkRed.list-group-item-action:focus {
  color: #641511;
  background-color: #d5bebd;
}
.list-group-item-darkRed.list-group-item-action.active {
  color: #fff;
  background-color: #641511;
  border-color: #641511;
}

.list-group-item-darkPink {
  color: #931a55;
  background-color: #fdd5e8;
}
.list-group-item-darkPink.list-group-item-action:hover, .list-group-item-darkPink.list-group-item-action:focus {
  color: #931a55;
  background-color: #e4c0d1;
}
.list-group-item-darkPink.list-group-item-action.active {
  color: #fff;
  background-color: #931a55;
  border-color: #931a55;
}

.list-group-item-inputValue {
  color: #303030;
  background-color: gainsboro;
}
.list-group-item-inputValue.list-group-item-action:hover, .list-group-item-inputValue.list-group-item-action:focus {
  color: #303030;
  background-color: #c6c6c6;
}
.list-group-item-inputValue.list-group-item-action.active {
  color: #fff;
  background-color: #303030;
  border-color: #303030;
}

.list-group-item-paleBlue {
  color: #5a5f61;
  background-color: #f9fcfc;
}
.list-group-item-paleBlue.list-group-item-action:hover, .list-group-item-paleBlue.list-group-item-action:focus {
  color: #5a5f61;
  background-color: #e0e3e3;
}
.list-group-item-paleBlue.list-group-item-action.active {
  color: #fff;
  background-color: #5a5f61;
  border-color: #5a5f61;
}

.list-group-item-theadBorder {
  color: #6b6b6b;
  background-color: #f0f0f0;
}
.list-group-item-theadBorder.list-group-item-action:hover, .list-group-item-theadBorder.list-group-item-action:focus {
  color: #6b6b6b;
  background-color: #d8d8d8;
}
.list-group-item-theadBorder.list-group-item-action.active {
  color: #fff;
  background-color: #6b6b6b;
  border-color: #6b6b6b;
}

.list-group-item-tbodyBorder {
  color: #6b6b6b;
  background-color: #f0f0f0;
}
.list-group-item-tbodyBorder.list-group-item-action:hover, .list-group-item-tbodyBorder.list-group-item-action:focus {
  color: #6b6b6b;
  background-color: #d8d8d8;
}
.list-group-item-tbodyBorder.list-group-item-action.active {
  color: #fff;
  background-color: #6b6b6b;
  border-color: #6b6b6b;
}

.list-group-item-odBorder {
  color: #5d5d5f;
  background-color: #fafafc;
}
.list-group-item-odBorder.list-group-item-action:hover, .list-group-item-odBorder.list-group-item-action:focus {
  color: #5d5d5f;
  background-color: #e1e1e3;
}
.list-group-item-odBorder.list-group-item-action.active {
  color: #fff;
  background-color: #5d5d5f;
  border-color: #5d5d5f;
}

.list-group-item-darkGray {
  color: #4a4a4a;
  background-color: #e5e5e5;
}
.list-group-item-darkGray.list-group-item-action:hover, .list-group-item-darkGray.list-group-item-action:focus {
  color: #4a4a4a;
  background-color: #cecece;
}
.list-group-item-darkGray.list-group-item-action.active {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

.list-group-item-darkYellow {
  color: #614418;
  background-color: #fceed8;
}
.list-group-item-darkYellow.list-group-item-action:hover, .list-group-item-darkYellow.list-group-item-action:focus {
  color: #614418;
  background-color: #e3d6c2;
}
.list-group-item-darkYellow.list-group-item-action.active {
  color: #fff;
  background-color: #614418;
  border-color: #614418;
}

.list-group-item-odLine {
  color: #5f5f61;
  background-color: #fcfcfc;
}
.list-group-item-odLine.list-group-item-action:hover, .list-group-item-odLine.list-group-item-action:focus {
  color: #5f5f61;
  background-color: #e3e3e3;
}
.list-group-item-odLine.list-group-item-action.active {
  color: #fff;
  background-color: #5f5f61;
  border-color: #5f5f61;
}

.list-group-item-odText {
  color: #454545;
  background-color: #e3e3e3;
}
.list-group-item-odText.list-group-item-action:hover, .list-group-item-odText.list-group-item-action:focus {
  color: #454545;
  background-color: #cccccc;
}
.list-group-item-odText.list-group-item-action.active {
  color: #fff;
  background-color: #454545;
  border-color: #454545;
}

.list-group-item-odLightGray {
  color: #606060;
  background-color: #fcfcfc;
}
.list-group-item-odLightGray.list-group-item-action:hover, .list-group-item-odLightGray.list-group-item-action:focus {
  color: #606060;
  background-color: #e3e3e3;
}
.list-group-item-odLightGray.list-group-item-action.active {
  color: #fff;
  background-color: #606060;
  border-color: #606060;
}

.list-group-item-outlineGray {
  color: #474747;
  background-color: #e4e4e4;
}
.list-group-item-outlineGray.list-group-item-action:hover, .list-group-item-outlineGray.list-group-item-action:focus {
  color: #474747;
  background-color: #cdcdcd;
}
.list-group-item-outlineGray.list-group-item-action.active {
  color: #fff;
  background-color: #474747;
  border-color: #474747;
}

.list-group-item-blogPlaceholder {
  color: #525252;
  background-color: whitesmoke;
}
.list-group-item-blogPlaceholder.list-group-item-action:hover, .list-group-item-blogPlaceholder.list-group-item-action:focus {
  color: #525252;
  background-color: #dddddd;
}
.list-group-item-blogPlaceholder.list-group-item-action.active {
  color: #fff;
  background-color: #525252;
  border-color: #525252;
}

.list-group-item-btnText {
  color: #484848;
  background-color: #e4e4e4;
}
.list-group-item-btnText.list-group-item-action:hover, .list-group-item-btnText.list-group-item-action:focus {
  color: #484848;
  background-color: #cdcdcd;
}
.list-group-item-btnText.list-group-item-action.active {
  color: #fff;
  background-color: #484848;
  border-color: #484848;
}

.list-group-item-creditNav {
  color: #4b4b4b;
  background-color: #f1f1f1;
}
.list-group-item-creditNav.list-group-item-action:hover, .list-group-item-creditNav.list-group-item-action:focus {
  color: #4b4b4b;
  background-color: #d9d9d9;
}
.list-group-item-creditNav.list-group-item-action.active {
  color: #fff;
  background-color: #4b4b4b;
  border-color: #4b4b4b;
}

.list-group-item-couponText {
  color: #363636;
  background-color: #dedede;
}
.list-group-item-couponText.list-group-item-action:hover, .list-group-item-couponText.list-group-item-action:focus {
  color: #363636;
  background-color: #c8c8c8;
}
.list-group-item-couponText.list-group-item-action.active {
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}

.list-group-item-couponDate {
  color: #555555;
  background-color: #e8e8e8;
}
.list-group-item-couponDate.list-group-item-action:hover, .list-group-item-couponDate.list-group-item-action:focus {
  color: #555555;
  background-color: #d1d1d1;
}
.list-group-item-couponDate.list-group-item-action.active {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}

.list-group-item-lightGray {
  color: #5b5b5b;
  background-color: #eaeaea;
}
.list-group-item-lightGray.list-group-item-action:hover, .list-group-item-lightGray.list-group-item-action:focus {
  color: #5b5b5b;
  background-color: lightgray;
}
.list-group-item-lightGray.list-group-item-action.active {
  color: #fff;
  background-color: #5b5b5b;
  border-color: #5b5b5b;
}

.list-group-item-starGray {
  color: #525252;
  background-color: whitesmoke;
}
.list-group-item-starGray.list-group-item-action:hover, .list-group-item-starGray.list-group-item-action:focus {
  color: #525252;
  background-color: #dddddd;
}
.list-group-item-starGray.list-group-item-action.active {
  color: #fff;
  background-color: #525252;
  border-color: #525252;
}

.list-group-item-spinnerGray {
  color: #6a6a6a;
  background-color: #efefef;
}
.list-group-item-spinnerGray.list-group-item-action:hover, .list-group-item-spinnerGray.list-group-item-action:focus {
  color: #6a6a6a;
  background-color: #d7d7d7;
}
.list-group-item-spinnerGray.list-group-item-action.active {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

.list-group-item-spinnerGreen {
  color: #004820;
  background-color: #cce4d7;
}
.list-group-item-spinnerGreen.list-group-item-action:hover, .list-group-item-spinnerGreen.list-group-item-action:focus {
  color: #004820;
  background-color: #b8cdc2;
}
.list-group-item-spinnerGreen.list-group-item-action.active {
  color: #fff;
  background-color: #004820;
  border-color: #004820;
}

.list-group-item-forgetPwd {
  color: #021b15;
  background-color: #cdd5d3;
}
.list-group-item-forgetPwd.list-group-item-action:hover, .list-group-item-forgetPwd.list-group-item-action:focus {
  color: #021b15;
  background-color: #b9c0be;
}
.list-group-item-forgetPwd.list-group-item-action.active {
  color: #fff;
  background-color: #021b15;
  border-color: #021b15;
}

.list-group-item-lightBlue {
  color: #34545d;
  background-color: #e6f6fb;
}
.list-group-item-lightBlue.list-group-item-action:hover, .list-group-item-lightBlue.list-group-item-action:focus {
  color: #34545d;
  background-color: #cfdde2;
}
.list-group-item-lightBlue.list-group-item-action.active {
  color: #fff;
  background-color: #34545d;
  border-color: #34545d;
}

.list-group-item-seaBlue {
  color: #4a5e5e;
  background-color: #f1fbfb;
}
.list-group-item-seaBlue.list-group-item-action:hover, .list-group-item-seaBlue.list-group-item-action:focus {
  color: #4a5e5e;
  background-color: #d9e2e2;
}
.list-group-item-seaBlue.list-group-item-action.active {
  color: #fff;
  background-color: #4a5e5e;
  border-color: #4a5e5e;
}

.list-group-item-megamenuGreen {
  color: #316403;
  background-color: #dcedcd;
}
.list-group-item-megamenuGreen.list-group-item-action:hover, .list-group-item-megamenuGreen.list-group-item-action:focus {
  color: #316403;
  background-color: #c6d5b9;
}
.list-group-item-megamenuGreen.list-group-item-action.active {
  color: #fff;
  background-color: #316403;
  border-color: #316403;
}

.list-group-item-cartHr {
  color: #4c4c4c;
  background-color: #f2f2f2;
}
.list-group-item-cartHr.list-group-item-action:hover, .list-group-item-cartHr.list-group-item-action:focus {
  color: #4c4c4c;
  background-color: #dadada;
}
.list-group-item-cartHr.list-group-item-action.active {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}

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

.list-group-item-separatorGray {
  color: #585858;
  background-color: #f8f8f8;
}
.list-group-item-separatorGray.list-group-item-action:hover, .list-group-item-separatorGray.list-group-item-action:focus {
  color: #585858;
  background-color: #dfdfdf;
}
.list-group-item-separatorGray.list-group-item-action.active {
  color: #fff;
  background-color: #585858;
  border-color: #585858;
}

.list-group-item-platinumGray {
  color: #352f26;
  background-color: #dedcd9;
}
.list-group-item-platinumGray.list-group-item-action:hover, .list-group-item-platinumGray.list-group-item-action:focus {
  color: #352f26;
  background-color: #c8c6c3;
}
.list-group-item-platinumGray.list-group-item-action.active {
  color: #fff;
  background-color: #352f26;
  border-color: #352f26;
}

.list-group-item-cardGold {
  color: #7d5c02;
  background-color: #f6ebcd;
}
.list-group-item-cardGold.list-group-item-action:hover, .list-group-item-cardGold.list-group-item-action:focus {
  color: #7d5c02;
  background-color: #ddd4b9;
}
.list-group-item-cardGold.list-group-item-action.active {
  color: #fff;
  background-color: #7d5c02;
  border-color: #7d5c02;
}

.list-group-item-dropdownGold {
  color: #624a16;
  background-color: #fdf1d7;
}
.list-group-item-dropdownGold.list-group-item-action:hover, .list-group-item-dropdownGold.list-group-item-action:focus {
  color: #624a16;
  background-color: #e4d9c2;
}
.list-group-item-dropdownGold.list-group-item-action.active {
  color: #fff;
  background-color: #624a16;
  border-color: #624a16;
}

.list-group-item-dropdownBarGold {
  color: #65563b;
  background-color: #fef7ea;
}
.list-group-item-dropdownBarGold.list-group-item-action:hover, .list-group-item-dropdownBarGold.list-group-item-action:focus {
  color: #65563b;
  background-color: #e5ded3;
}
.list-group-item-dropdownBarGold.list-group-item-action.active {
  color: #fff;
  background-color: #65563b;
  border-color: #65563b;
}

.list-group-item-searchIcon {
  color: #3d3d3d;
  background-color: #e0e0e0;
}
.list-group-item-searchIcon.list-group-item-action:hover, .list-group-item-searchIcon.list-group-item-action:focus {
  color: #3d3d3d;
  background-color: #cacaca;
}
.list-group-item-searchIcon.list-group-item-action.active {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}

.list-group-item-cartNoticeGray {
  color: #5c5c5c;
  background-color: #ebebeb;
}
.list-group-item-cartNoticeGray.list-group-item-action:hover, .list-group-item-cartNoticeGray.list-group-item-action:focus {
  color: #5c5c5c;
  background-color: #d4d4d4;
}
.list-group-item-cartNoticeGray.list-group-item-action.active {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #5c5c5c;
}

.list-group-item-mailGray {
  color: #4d4d4d;
  background-color: #e6e6e6;
}
.list-group-item-mailGray.list-group-item-action:hover, .list-group-item-mailGray.list-group-item-action:focus {
  color: #4d4d4d;
  background-color: #cfcfcf;
}
.list-group-item-mailGray.list-group-item-action.active {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

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

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

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offcanvas.show {
  transform: none;
}

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

.link-primary {
  color: #2EA65C;
}
.link-primary:hover, .link-primary:focus {
  color: #58b87d;
}

.link-secondary {
  color: #4C4C4C;
}
.link-secondary:hover, .link-secondary:focus {
  color: #3d3d3d;
}

.link-success {
  color: #2ba55a;
}
.link-success:hover, .link-success:focus {
  color: #55b77b;
}

.link-info {
  color: #FF5A6C;
}
.link-info:hover, .link-info:focus {
  color: #ff7b89;
}

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

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

.link-light {
  color: #cccccc;
}
.link-light:hover, .link-light:focus {
  color: #d6d6d6;
}

.link-dark {
  color: #282828;
}
.link-dark:hover, .link-dark:focus {
  color: #202020;
}

.link-pink {
  color: #fff0f0;
}
.link-pink:hover, .link-pink:focus {
  color: #fff3f3;
}

.link-blue {
  color: #3b5999;
}
.link-blue:hover, .link-blue:focus {
  color: #2f477a;
}

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

.link-green {
  color: #f2fbf1;
}
.link-green:hover, .link-green:focus {
  color: #f5fcf4;
}

.link-gray {
  color: #f5f6f7;
}
.link-gray:hover, .link-gray:focus {
  color: #f7f8f9;
}

.link-orange {
  color: #FCC45A;
}
.link-orange:hover, .link-orange:focus {
  color: #fdd07b;
}

.link-lightOrange {
  color: #FFF5E0;
}
.link-lightOrange:hover, .link-lightOrange:focus {
  color: #fff7e6;
}

.link-giftList {
  color: #f1f1f1;
}
.link-giftList:hover, .link-giftList:focus {
  color: #f4f4f4;
}

.link-cartCheckout {
  color: #f9f9f9;
}
.link-cartCheckout:hover, .link-cartCheckout:focus {
  color: #fafafa;
}

.link-red {
  color: #e74d47;
}
.link-red:hover, .link-red:focus {
  color: #ec716c;
}

.link-darkOrange {
  color: #f0a93e;
}
.link-darkOrange:hover, .link-darkOrange:focus {
  color: #f3ba65;
}

.link-checkoutForm {
  color: #ededed;
}
.link-checkoutForm:hover, .link-checkoutForm:focus {
  color: #f1f1f1;
}

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

.link-loadingbarGray {
  color: #e2e2e2;
}
.link-loadingbarGray:hover, .link-loadingbarGray:focus {
  color: #e8e8e8;
}

.link-thead {
  color: #f4f4f4;
}
.link-thead:hover, .link-thead:focus {
  color: #f6f6f6;
}

.link-footer {
  color: #f3f3f3;
}
.link-footer:hover, .link-footer:focus {
  color: whitesmoke;
}

.link-borderGray {
  color: #d7d7d7;
}
.link-borderGray:hover, .link-borderGray:focus {
  color: #dfdfdf;
}

.link-checkoutGray {
  color: #f9f9f9;
}
.link-checkoutGray:hover, .link-checkoutGray:focus {
  color: #fafafa;
}

.link-checkboxGray {
  color: #C2C2C2;
}
.link-checkboxGray:hover, .link-checkboxGray:focus {
  color: #cecece;
}

.link-radioGray {
  color: #c9c9c9;
}
.link-radioGray:hover, .link-radioGray:focus {
  color: #d4d4d4;
}

.link-placeholder {
  color: #888888;
}
.link-placeholder:hover, .link-placeholder:focus {
  color: #a0a0a0;
}

.link-droplet {
  color: #376dd8;
}
.link-droplet:hover, .link-droplet:focus {
  color: #2c57ad;
}

.link-memberCard {
  color: #e5e5e5;
}
.link-memberCard:hover, .link-memberCard:focus {
  color: #eaeaea;
}

.link-memberCardChip {
  color: #efefef;
}
.link-memberCardChip:hover, .link-memberCardChip:focus {
  color: #f2f2f2;
}

.link-gold {
  color: #ba9620;
}
.link-gold:hover, .link-gold:focus {
  color: #c8ab4d;
}

.link-darkRed {
  color: #a6231c;
}
.link-darkRed:hover, .link-darkRed:focus {
  color: #851c16;
}

.link-darkPink {
  color: #f52c8e;
}
.link-darkPink:hover, .link-darkPink:focus {
  color: #f756a5;
}

.link-inputValue {
  color: #505050;
}
.link-inputValue:hover, .link-inputValue:focus {
  color: #404040;
}

.link-paleBlue {
  color: #e2eef2;
}
.link-paleBlue:hover, .link-paleBlue:focus {
  color: #e8f1f5;
}

.link-theadBorder {
  color: #b3b3b3;
}
.link-theadBorder:hover, .link-theadBorder:focus {
  color: #c2c2c2;
}

.link-tbodyBorder {
  color: #b2b2b2;
}
.link-tbodyBorder:hover, .link-tbodyBorder:focus {
  color: #c1c1c1;
}

.link-odBorder {
  color: #e8e8ee;
}
.link-odBorder:hover, .link-odBorder:focus {
  color: #ededf1;
}

.link-darkGray {
  color: #7c7c7c;
}
.link-darkGray:hover, .link-darkGray:focus {
  color: #969696;
}

.link-darkYellow {
  color: #f2ab3c;
}
.link-darkYellow:hover, .link-darkYellow:focus {
  color: #f5bc63;
}

.link-odLine {
  color: #eeeef2;
}
.link-odLine:hover, .link-odLine:focus {
  color: #f1f1f5;
}

.link-odText {
  color: #737373;
}
.link-odText:hover, .link-odText:focus {
  color: #5c5c5c;
}

.link-odLightGray {
  color: #f0f0f0;
}
.link-odLightGray:hover, .link-odLightGray:focus {
  color: #f3f3f3;
}

.link-outlineGray {
  color: #777777;
}
.link-outlineGray:hover, .link-outlineGray:focus {
  color: #929292;
}

.link-blogPlaceholder {
  color: #cccccc;
}
.link-blogPlaceholder:hover, .link-blogPlaceholder:focus {
  color: #d6d6d6;
}

.link-btnText {
  color: #787878;
}
.link-btnText:hover, .link-btnText:focus {
  color: #939393;
}

.link-creditNav {
  color: #bbbbbb;
}
.link-creditNav:hover, .link-creditNav:focus {
  color: #c9c9c9;
}

.link-couponText {
  color: #5a5a5a;
}
.link-couponText:hover, .link-couponText:focus {
  color: #484848;
}

.link-couponDate {
  color: #8d8d8d;
}
.link-couponDate:hover, .link-couponDate:focus {
  color: #a4a4a4;
}

.link-lightGray {
  color: #979797;
}
.link-lightGray:hover, .link-lightGray:focus {
  color: #acacac;
}

.link-starGray {
  color: #cecece;
}
.link-starGray:hover, .link-starGray:focus {
  color: #d8d8d8;
}

.link-spinnerGray {
  color: #b1b1b1;
}
.link-spinnerGray:hover, .link-spinnerGray:focus {
  color: #c1c1c1;
}

.link-spinnerGreen {
  color: #007835;
}
.link-spinnerGreen:hover, .link-spinnerGreen:focus {
  color: #00602a;
}

.link-forgetPwd {
  color: #032d23;
}
.link-forgetPwd:hover, .link-forgetPwd:focus {
  color: #02241c;
}

.link-lightBlue {
  color: #81d2e9;
}
.link-lightBlue:hover, .link-lightBlue:focus {
  color: #9adbed;
}

.link-seaBlue {
  color: #b9eaeb;
}
.link-seaBlue:hover, .link-seaBlue:focus {
  color: #c7eeef;
}

.link-megamenuGreen {
  color: #52a705;
}
.link-megamenuGreen:hover, .link-megamenuGreen:focus {
  color: #75b937;
}

.link-cartHr {
  color: #bebebe;
}
.link-cartHr:hover, .link-cartHr:focus {
  color: #cbcbcb;
}

.link-cartHeader {
  color: #fafafa;
}
.link-cartHeader:hover, .link-cartHeader:focus {
  color: #fbfbfb;
}

.link-separatorGray {
  color: #dddddd;
}
.link-separatorGray:hover, .link-separatorGray:focus {
  color: #e4e4e4;
}

.link-platinumGray {
  color: #584f3f;
}
.link-platinumGray:hover, .link-platinumGray:focus {
  color: #463f32;
}

.link-cardGold {
  color: #d09a03;
}
.link-cardGold:hover, .link-cardGold:focus {
  color: #d9ae35;
}

.link-dropdownGold {
  color: #f6ba36;
}
.link-dropdownGold:hover, .link-dropdownGold:focus {
  color: #f8c85e;
}

.link-dropdownBarGold {
  color: #fcd694;
}
.link-dropdownBarGold:hover, .link-dropdownBarGold:focus {
  color: #fddea9;
}

.link-searchIcon {
  color: #666666;
}
.link-searchIcon:hover, .link-searchIcon:focus {
  color: #525252;
}

.link-cartNoticeGray {
  color: #999999;
}
.link-cartNoticeGray:hover, .link-cartNoticeGray:focus {
  color: #adadad;
}

.link-mailGray {
  color: #808080;
}
.link-mailGray:hover, .link-mailGray:focus {
  color: #999999;
}

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

.ratio-35x9 {
  --bs-aspect-ratio: 25.7142857143%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

.float-none {
  float: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-sm-top {
  box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.075) !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-8 {
  top: 8px !important;
}

.top-9 {
  top: 9px !important;
}

.top-12 {
  top: 12px !important;
}

.top-14 {
  top: 14px !important;
}

.top-17 {
  top: 17px !important;
}

.top-25 {
  top: 25px !important;
}

.top-30 {
  top: 30px !important;
}

.top-36 {
  top: 36px !important;
}

.top-44 {
  top: 44px !important;
}

.top-47 {
  top: 47px !important;
}

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

.top-51 {
  top: 51px !important;
}

.top-55 {
  top: 55px !important;
}

.top-56 {
  top: 56px !important;
}

.top-64 {
  top: 64px !important;
}

.top-70 {
  top: 70px !important;
}

.top-80 {
  top: 80px !important;
}

.top-90 {
  top: 90px !important;
}

.top-104 {
  top: 104px !important;
}

.top-115 {
  top: 115px !important;
}

.top-125 {
  top: 125px !important;
}

.top-140 {
  top: 140px !important;
}

.top-155 {
  top: 155px !important;
}

.top-170 {
  top: 170px !important;
}

.top-180 {
  top: 180px !important;
}

.top-225 {
  top: 225px !important;
}

.top-287 {
  top: 287px !important;
}

.top-315 {
  top: 315px !important;
}

.top-1038 {
  top: 1038px !important;
}

.top-1388 {
  top: 1388px !important;
}

.top-1780 {
  top: 1780px !important;
}

.top-1870 {
  top: 1870px !important;
}

.top-2069 {
  top: 2069px !important;
}

.top-2071 {
  top: 2071px !important;
}

.top-2170 {
  top: 2170px !important;
}

.top-2177 {
  top: 2177px !important;
}

.top-2420 {
  top: 2420px !important;
}

.top-2830 {
  top: 2830px !important;
}

.top-2980 {
  top: 2980px !important;
}

.top-3385 {
  top: 3385px !important;
}

.top-4600 {
  top: 4600px !important;
}

.top-6060 {
  top: 6060px !important;
}

.top-7155 {
  top: 7155px !important;
}

.top-7560 {
  top: 7560px !important;
}

.top-n16 {
  top: -16px !important;
}

.top-n34 {
  top: -34px !important;
}

.top-n38 {
  top: -38px !important;
}

.top-n42 {
  top: -42px !important;
}

.top-n87 {
  top: -87px !important;
}

.top-n102 {
  top: -102px !important;
}

.top-n110 {
  top: -110px !important;
}

.top-n132 {
  top: -132px !important;
}

.top-n200 {
  top: -200px !important;
}

.top-n315 {
  top: -315px !important;
}

.top-p15_1 {
  top: 15.1% !important;
}

.top-p17_2 {
  top: 17.2% !important;
}

.top-p18_2 {
  top: 18.2% !important;
}

.top-p20_2 {
  top: 20.2% !important;
}

.top-p23_2 {
  top: 23.2% !important;
}

.top-p25 {
  top: 25% !important;
}

.top-p30 {
  top: 30% !important;
}

.top-p40 {
  top: 40% !important;
}

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

.top-p58 {
  top: 58% !important;
}

.top-p63 {
  top: 63% !important;
}

.top-p64_2 {
  top: 64.2% !important;
}

.top-p64_6 {
  top: 64.6% !important;
}

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

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

.bottom-8 {
  bottom: 8px !important;
}

.bottom-9 {
  bottom: 9px !important;
}

.bottom-12 {
  bottom: 12px !important;
}

.bottom-14 {
  bottom: 14px !important;
}

.bottom-17 {
  bottom: 17px !important;
}

.bottom-25 {
  bottom: 25px !important;
}

.bottom-30 {
  bottom: 30px !important;
}

.bottom-36 {
  bottom: 36px !important;
}

.bottom-44 {
  bottom: 44px !important;
}

.bottom-47 {
  bottom: 47px !important;
}

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

.bottom-51 {
  bottom: 51px !important;
}

.bottom-55 {
  bottom: 55px !important;
}

.bottom-56 {
  bottom: 56px !important;
}

.bottom-64 {
  bottom: 64px !important;
}

.bottom-70 {
  bottom: 70px !important;
}

.bottom-80 {
  bottom: 80px !important;
}

.bottom-90 {
  bottom: 90px !important;
}

.bottom-104 {
  bottom: 104px !important;
}

.bottom-115 {
  bottom: 115px !important;
}

.bottom-125 {
  bottom: 125px !important;
}

.bottom-140 {
  bottom: 140px !important;
}

.bottom-155 {
  bottom: 155px !important;
}

.bottom-170 {
  bottom: 170px !important;
}

.bottom-180 {
  bottom: 180px !important;
}

.bottom-225 {
  bottom: 225px !important;
}

.bottom-287 {
  bottom: 287px !important;
}

.bottom-315 {
  bottom: 315px !important;
}

.bottom-1038 {
  bottom: 1038px !important;
}

.bottom-1388 {
  bottom: 1388px !important;
}

.bottom-1780 {
  bottom: 1780px !important;
}

.bottom-1870 {
  bottom: 1870px !important;
}

.bottom-2069 {
  bottom: 2069px !important;
}

.bottom-2071 {
  bottom: 2071px !important;
}

.bottom-2170 {
  bottom: 2170px !important;
}

.bottom-2177 {
  bottom: 2177px !important;
}

.bottom-2420 {
  bottom: 2420px !important;
}

.bottom-2830 {
  bottom: 2830px !important;
}

.bottom-2980 {
  bottom: 2980px !important;
}

.bottom-3385 {
  bottom: 3385px !important;
}

.bottom-4600 {
  bottom: 4600px !important;
}

.bottom-6060 {
  bottom: 6060px !important;
}

.bottom-7155 {
  bottom: 7155px !important;
}

.bottom-7560 {
  bottom: 7560px !important;
}

.bottom-n16 {
  bottom: -16px !important;
}

.bottom-n34 {
  bottom: -34px !important;
}

.bottom-n38 {
  bottom: -38px !important;
}

.bottom-n42 {
  bottom: -42px !important;
}

.bottom-n87 {
  bottom: -87px !important;
}

.bottom-n102 {
  bottom: -102px !important;
}

.bottom-n110 {
  bottom: -110px !important;
}

.bottom-n132 {
  bottom: -132px !important;
}

.bottom-n200 {
  bottom: -200px !important;
}

.bottom-n315 {
  bottom: -315px !important;
}

.bottom-p15_1 {
  bottom: 15.1% !important;
}

.bottom-p17_2 {
  bottom: 17.2% !important;
}

.bottom-p18_2 {
  bottom: 18.2% !important;
}

.bottom-p20_2 {
  bottom: 20.2% !important;
}

.bottom-p23_2 {
  bottom: 23.2% !important;
}

.bottom-p25 {
  bottom: 25% !important;
}

.bottom-p30 {
  bottom: 30% !important;
}

.bottom-p40 {
  bottom: 40% !important;
}

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

.bottom-p58 {
  bottom: 58% !important;
}

.bottom-p63 {
  bottom: 63% !important;
}

.bottom-p64_2 {
  bottom: 64.2% !important;
}

.bottom-p64_6 {
  bottom: 64.6% !important;
}

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

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

.start-8 {
  left: 8px !important;
}

.start-9 {
  left: 9px !important;
}

.start-12 {
  left: 12px !important;
}

.start-14 {
  left: 14px !important;
}

.start-17 {
  left: 17px !important;
}

.start-25 {
  left: 25px !important;
}

.start-30 {
  left: 30px !important;
}

.start-36 {
  left: 36px !important;
}

.start-44 {
  left: 44px !important;
}

.start-47 {
  left: 47px !important;
}

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

.start-51 {
  left: 51px !important;
}

.start-55 {
  left: 55px !important;
}

.start-56 {
  left: 56px !important;
}

.start-64 {
  left: 64px !important;
}

.start-70 {
  left: 70px !important;
}

.start-80 {
  left: 80px !important;
}

.start-90 {
  left: 90px !important;
}

.start-104 {
  left: 104px !important;
}

.start-115 {
  left: 115px !important;
}

.start-125 {
  left: 125px !important;
}

.start-140 {
  left: 140px !important;
}

.start-155 {
  left: 155px !important;
}

.start-170 {
  left: 170px !important;
}

.start-180 {
  left: 180px !important;
}

.start-225 {
  left: 225px !important;
}

.start-287 {
  left: 287px !important;
}

.start-315 {
  left: 315px !important;
}

.start-1038 {
  left: 1038px !important;
}

.start-1388 {
  left: 1388px !important;
}

.start-1780 {
  left: 1780px !important;
}

.start-1870 {
  left: 1870px !important;
}

.start-2069 {
  left: 2069px !important;
}

.start-2071 {
  left: 2071px !important;
}

.start-2170 {
  left: 2170px !important;
}

.start-2177 {
  left: 2177px !important;
}

.start-2420 {
  left: 2420px !important;
}

.start-2830 {
  left: 2830px !important;
}

.start-2980 {
  left: 2980px !important;
}

.start-3385 {
  left: 3385px !important;
}

.start-4600 {
  left: 4600px !important;
}

.start-6060 {
  left: 6060px !important;
}

.start-7155 {
  left: 7155px !important;
}

.start-7560 {
  left: 7560px !important;
}

.start-n16 {
  left: -16px !important;
}

.start-n34 {
  left: -34px !important;
}

.start-n38 {
  left: -38px !important;
}

.start-n42 {
  left: -42px !important;
}

.start-n87 {
  left: -87px !important;
}

.start-n102 {
  left: -102px !important;
}

.start-n110 {
  left: -110px !important;
}

.start-n132 {
  left: -132px !important;
}

.start-n200 {
  left: -200px !important;
}

.start-n315 {
  left: -315px !important;
}

.start-p15_1 {
  left: 15.1% !important;
}

.start-p17_2 {
  left: 17.2% !important;
}

.start-p18_2 {
  left: 18.2% !important;
}

.start-p20_2 {
  left: 20.2% !important;
}

.start-p23_2 {
  left: 23.2% !important;
}

.start-p25 {
  left: 25% !important;
}

.start-p30 {
  left: 30% !important;
}

.start-p40 {
  left: 40% !important;
}

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

.start-p58 {
  left: 58% !important;
}

.start-p63 {
  left: 63% !important;
}

.start-p64_2 {
  left: 64.2% !important;
}

.start-p64_6 {
  left: 64.6% !important;
}

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

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

.end-8 {
  right: 8px !important;
}

.end-9 {
  right: 9px !important;
}

.end-12 {
  right: 12px !important;
}

.end-14 {
  right: 14px !important;
}

.end-17 {
  right: 17px !important;
}

.end-25 {
  right: 25px !important;
}

.end-30 {
  right: 30px !important;
}

.end-36 {
  right: 36px !important;
}

.end-44 {
  right: 44px !important;
}

.end-47 {
  right: 47px !important;
}

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

.end-51 {
  right: 51px !important;
}

.end-55 {
  right: 55px !important;
}

.end-56 {
  right: 56px !important;
}

.end-64 {
  right: 64px !important;
}

.end-70 {
  right: 70px !important;
}

.end-80 {
  right: 80px !important;
}

.end-90 {
  right: 90px !important;
}

.end-104 {
  right: 104px !important;
}

.end-115 {
  right: 115px !important;
}

.end-125 {
  right: 125px !important;
}

.end-140 {
  right: 140px !important;
}

.end-155 {
  right: 155px !important;
}

.end-170 {
  right: 170px !important;
}

.end-180 {
  right: 180px !important;
}

.end-225 {
  right: 225px !important;
}

.end-287 {
  right: 287px !important;
}

.end-315 {
  right: 315px !important;
}

.end-1038 {
  right: 1038px !important;
}

.end-1388 {
  right: 1388px !important;
}

.end-1780 {
  right: 1780px !important;
}

.end-1870 {
  right: 1870px !important;
}

.end-2069 {
  right: 2069px !important;
}

.end-2071 {
  right: 2071px !important;
}

.end-2170 {
  right: 2170px !important;
}

.end-2177 {
  right: 2177px !important;
}

.end-2420 {
  right: 2420px !important;
}

.end-2830 {
  right: 2830px !important;
}

.end-2980 {
  right: 2980px !important;
}

.end-3385 {
  right: 3385px !important;
}

.end-4600 {
  right: 4600px !important;
}

.end-6060 {
  right: 6060px !important;
}

.end-7155 {
  right: 7155px !important;
}

.end-7560 {
  right: 7560px !important;
}

.end-n16 {
  right: -16px !important;
}

.end-n34 {
  right: -34px !important;
}

.end-n38 {
  right: -38px !important;
}

.end-n42 {
  right: -42px !important;
}

.end-n87 {
  right: -87px !important;
}

.end-n102 {
  right: -102px !important;
}

.end-n110 {
  right: -110px !important;
}

.end-n132 {
  right: -132px !important;
}

.end-n200 {
  right: -200px !important;
}

.end-n315 {
  right: -315px !important;
}

.end-p15_1 {
  right: 15.1% !important;
}

.end-p17_2 {
  right: 17.2% !important;
}

.end-p18_2 {
  right: 18.2% !important;
}

.end-p20_2 {
  right: 20.2% !important;
}

.end-p23_2 {
  right: 23.2% !important;
}

.end-p25 {
  right: 25% !important;
}

.end-p30 {
  right: 30% !important;
}

.end-p40 {
  right: 40% !important;
}

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

.end-p58 {
  right: 58% !important;
}

.end-p63 {
  right: 63% !important;
}

.end-p64_2 {
  right: 64.2% !important;
}

.end-p64_6 {
  right: 64.6% !important;
}

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

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

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

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

.translate-middle-r-n1 {
  transform: rotate(-1deg) !important;
}

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

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

.border-transparent {
  border: 1px solid transparent !important;
}

.border-odBorder {
  border: 1px solid #e8e8ee !important;
}

.border-odBorder-2 {
  border: 2px solid #e8e8ee !important;
}

.border-tbodyBorder {
  border: 1px solid #b2b2b2 !important;
}

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

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

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

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

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

.border-top-odBorder-2 {
  border-top: 2px solid #e8e8ee !important;
}

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

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

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

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

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

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

.border-end-odBorder-2 {
  border-right: 2px solid #e8e8ee !important;
}

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

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

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

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

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

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

.border-bottom-odBorder-2 {
  border-bottom: 2px solid #e8e8ee !important;
}

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

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

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

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

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

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

.border-start-odBorder-2 {
  border-left: 2px solid #e8e8ee !important;
}

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

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

.border-primary {
  border-color: #2EA65C !important;
}

.border-secondary {
  border-color: #4C4C4C !important;
}

.border-success {
  border-color: #2ba55a !important;
}

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

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

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

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

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

.border-pink {
  border-color: #fff0f0 !important;
}

.border-blue {
  border-color: #3b5999 !important;
}

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

.border-green {
  border-color: #f2fbf1 !important;
}

.border-gray {
  border-color: #f5f6f7 !important;
}

.border-orange {
  border-color: #FCC45A !important;
}

.border-lightOrange {
  border-color: #FFF5E0 !important;
}

.border-giftList {
  border-color: #f1f1f1 !important;
}

.border-cartCheckout {
  border-color: #f9f9f9 !important;
}

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

.border-darkOrange {
  border-color: #f0a93e !important;
}

.border-checkoutForm {
  border-color: #ededed !important;
}

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

.border-loadingbarGray {
  border-color: #e2e2e2 !important;
}

.border-thead {
  border-color: #f4f4f4 !important;
}

.border-footer {
  border-color: #f3f3f3 !important;
}

.border-borderGray {
  border-color: #d7d7d7 !important;
}

.border-checkoutGray {
  border-color: #f9f9f9 !important;
}

.border-checkboxGray {
  border-color: #C2C2C2 !important;
}

.border-radioGray {
  border-color: #c9c9c9 !important;
}

.border-placeholder {
  border-color: #888888 !important;
}

.border-droplet {
  border-color: #376dd8 !important;
}

.border-memberCard {
  border-color: #e5e5e5 !important;
}

.border-memberCardChip {
  border-color: #efefef !important;
}

.border-gold {
  border-color: #ba9620 !important;
}

.border-darkRed {
  border-color: #a6231c !important;
}

.border-darkPink {
  border-color: #f52c8e !important;
}

.border-inputValue {
  border-color: #505050 !important;
}

.border-paleBlue {
  border-color: #e2eef2 !important;
}

.border-theadBorder {
  border-color: #b3b3b3 !important;
}

.border-tbodyBorder {
  border-color: #b2b2b2 !important;
}

.border-odBorder {
  border-color: #e8e8ee !important;
}

.border-darkGray {
  border-color: #7c7c7c !important;
}

.border-darkYellow {
  border-color: #f2ab3c !important;
}

.border-odLine {
  border-color: #eeeef2 !important;
}

.border-odText {
  border-color: #737373 !important;
}

.border-odLightGray {
  border-color: #f0f0f0 !important;
}

.border-outlineGray {
  border-color: #777777 !important;
}

.border-blogPlaceholder {
  border-color: #cccccc !important;
}

.border-btnText {
  border-color: #787878 !important;
}

.border-creditNav {
  border-color: #bbbbbb !important;
}

.border-couponText {
  border-color: #5a5a5a !important;
}

.border-couponDate {
  border-color: #8d8d8d !important;
}

.border-lightGray {
  border-color: #979797 !important;
}

.border-starGray {
  border-color: #cecece !important;
}

.border-spinnerGray {
  border-color: #b1b1b1 !important;
}

.border-spinnerGreen {
  border-color: #007835 !important;
}

.border-forgetPwd {
  border-color: #032d23 !important;
}

.border-lightBlue {
  border-color: #81d2e9 !important;
}

.border-seaBlue {
  border-color: #b9eaeb !important;
}

.border-megamenuGreen {
  border-color: #52a705 !important;
}

.border-cartHr {
  border-color: #bebebe !important;
}

.border-cartHeader {
  border-color: #fafafa !important;
}

.border-separatorGray {
  border-color: #dddddd !important;
}

.border-platinumGray {
  border-color: #584f3f !important;
}

.border-cardGold {
  border-color: #d09a03 !important;
}

.border-dropdownGold {
  border-color: #f6ba36 !important;
}

.border-dropdownBarGold {
  border-color: #fcd694 !important;
}

.border-searchIcon {
  border-color: #666666 !important;
}

.border-cartNoticeGray {
  border-color: #999999 !important;
}

.border-mailGray {
  border-color: #808080 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-6 {
  border-width: 6px !important;
}

.w-0 {
  width: 0px !important;
}

.w-8 {
  width: 8px !important;
}

.w-15 {
  width: 15px !important;
}

.w-16 {
  width: 16px !important;
}

.w-18 {
  width: 18px !important;
}

.w-20 {
  width: 20px !important;
}

.w-22 {
  width: 22px !important;
}

.w-23 {
  width: 23px !important;
}

.w-24 {
  width: 24px !important;
}

.w-30 {
  width: 30px !important;
}

.w-34 {
  width: 34px !important;
}

.w-40 {
  width: 40px !important;
}

.w-42 {
  width: 42px !important;
}

.w-43 {
  width: 43px !important;
}

.w-46 {
  width: 46px !important;
}

.w-47 {
  width: 47px !important;
}

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

.w-54 {
  width: 54px !important;
}

.w-55 {
  width: 55px !important;
}

.w-63 {
  width: 63px !important;
}

.w-70 {
  width: 70px !important;
}

.w-73 {
  width: 73px !important;
}

.w-80 {
  width: 80px !important;
}

.w-86 {
  width: 86px !important;
}

.w-88 {
  width: 88px !important;
}

.w-90 {
  width: 90px !important;
}

.w-93 {
  width: 93px !important;
}

.w-95 {
  width: 95px !important;
}

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

.w-103 {
  width: 103px !important;
}

.w-105 {
  width: 105px !important;
}

.w-113 {
  width: 113px !important;
}

.w-119 {
  width: 119px !important;
}

.w-120 {
  width: 120px !important;
}

.w-123 {
  width: 123px !important;
}

.w-125 {
  width: 125px !important;
}

.w-132 {
  width: 132px !important;
}

.w-135 {
  width: 135px !important;
}

.w-140 {
  width: 140px !important;
}

.w-145 {
  width: 145px !important;
}

.w-160 {
  width: 160px !important;
}

.w-187 {
  width: 187px !important;
}

.w-198 {
  width: 198px !important;
}

.w-202 {
  width: 202px !important;
}

.w-231 {
  width: 231px !important;
}

.w-260 {
  width: 260px !important;
}

.w-278 {
  width: 278px !important;
}

.w-291 {
  width: 291px !important;
}

.w-310 {
  width: 310px !important;
}

.w-340 {
  width: 340px !important;
}

.w-360 {
  width: 360px !important;
}

.w-373 {
  width: 373px !important;
}

.w-405 {
  width: 405px !important;
}

.w-430 {
  width: 430px !important;
}

.w-524 {
  width: 524px !important;
}

.w-597 {
  width: 597px !important;
}

.w-634 {
  width: 634px !important;
}

.w-666 {
  width: 666px !important;
}

.w-770 {
  width: 770px !important;
}

.w-780 {
  width: 780px !important;
}

.w-1210 {
  width: 1210px !important;
}

.w-1320 {
  width: 1320px !important;
}

.w-p17 {
  width: 17% !important;
}

.w-p18 {
  width: 18% !important;
}

.w-p20 {
  width: 20% !important;
}

.w-p24 {
  width: 24% !important;
}

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

.w-p30 {
  width: 30% !important;
}

.w-p33 {
  width: 33% !important;
}

.w-p33_5 {
  width: 33.5% !important;
}

.w-p40 {
  width: 40% !important;
}

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

.w-p60 {
  width: 60% !important;
}

.w-p65 {
  width: 65% !important;
}

.w-p66_5 {
  width: 66.5% !important;
}

.w-p67 {
  width: 67% !important;
}

.w-p70 {
  width: 70% !important;
}

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

.w-p76 {
  width: 76% !important;
}

.w-p80 {
  width: 80% !important;
}

.w-p90 {
  width: 90% !important;
}

.w-p96 {
  width: 96% !important;
}

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

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

.w-vw82 {
  width: 82vw !important;
}

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

.mw-0 {
  max-width: 0px !important;
}

.mw-8 {
  max-width: 8px !important;
}

.mw-15 {
  max-width: 15px !important;
}

.mw-16 {
  max-width: 16px !important;
}

.mw-18 {
  max-width: 18px !important;
}

.mw-20 {
  max-width: 20px !important;
}

.mw-22 {
  max-width: 22px !important;
}

.mw-23 {
  max-width: 23px !important;
}

.mw-24 {
  max-width: 24px !important;
}

.mw-30 {
  max-width: 30px !important;
}

.mw-34 {
  max-width: 34px !important;
}

.mw-40 {
  max-width: 40px !important;
}

.mw-42 {
  max-width: 42px !important;
}

.mw-43 {
  max-width: 43px !important;
}

.mw-46 {
  max-width: 46px !important;
}

.mw-47 {
  max-width: 47px !important;
}

.mw-50 {
  max-width: 50px !important;
}

.mw-54 {
  max-width: 54px !important;
}

.mw-55 {
  max-width: 55px !important;
}

.mw-63 {
  max-width: 63px !important;
}

.mw-70 {
  max-width: 70px !important;
}

.mw-73 {
  max-width: 73px !important;
}

.mw-80 {
  max-width: 80px !important;
}

.mw-86 {
  max-width: 86px !important;
}

.mw-88 {
  max-width: 88px !important;
}

.mw-90 {
  max-width: 90px !important;
}

.mw-93 {
  max-width: 93px !important;
}

.mw-95 {
  max-width: 95px !important;
}

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

.mw-103 {
  max-width: 103px !important;
}

.mw-105 {
  max-width: 105px !important;
}

.mw-113 {
  max-width: 113px !important;
}

.mw-119 {
  max-width: 119px !important;
}

.mw-120 {
  max-width: 120px !important;
}

.mw-123 {
  max-width: 123px !important;
}

.mw-125 {
  max-width: 125px !important;
}

.mw-132 {
  max-width: 132px !important;
}

.mw-135 {
  max-width: 135px !important;
}

.mw-140 {
  max-width: 140px !important;
}

.mw-145 {
  max-width: 145px !important;
}

.mw-160 {
  max-width: 160px !important;
}

.mw-187 {
  max-width: 187px !important;
}

.mw-198 {
  max-width: 198px !important;
}

.mw-202 {
  max-width: 202px !important;
}

.mw-231 {
  max-width: 231px !important;
}

.mw-260 {
  max-width: 260px !important;
}

.mw-278 {
  max-width: 278px !important;
}

.mw-291 {
  max-width: 291px !important;
}

.mw-310 {
  max-width: 310px !important;
}

.mw-340 {
  max-width: 340px !important;
}

.mw-360 {
  max-width: 360px !important;
}

.mw-373 {
  max-width: 373px !important;
}

.mw-405 {
  max-width: 405px !important;
}

.mw-430 {
  max-width: 430px !important;
}

.mw-524 {
  max-width: 524px !important;
}

.mw-597 {
  max-width: 597px !important;
}

.mw-634 {
  max-width: 634px !important;
}

.mw-666 {
  max-width: 666px !important;
}

.mw-770 {
  max-width: 770px !important;
}

.mw-780 {
  max-width: 780px !important;
}

.mw-1210 {
  max-width: 1210px !important;
}

.mw-1320 {
  max-width: 1320px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mw-auto {
  max-width: auto !important;
}

.mw-vw82 {
  max-width: 82vw !important;
}

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

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

.min-vw-0 {
  min-width: 0px !important;
}

.min-vw-8 {
  min-width: 8px !important;
}

.min-vw-15 {
  min-width: 15px !important;
}

.min-vw-16 {
  min-width: 16px !important;
}

.min-vw-18 {
  min-width: 18px !important;
}

.min-vw-20 {
  min-width: 20px !important;
}

.min-vw-22 {
  min-width: 22px !important;
}

.min-vw-23 {
  min-width: 23px !important;
}

.min-vw-24 {
  min-width: 24px !important;
}

.min-vw-30 {
  min-width: 30px !important;
}

.min-vw-34 {
  min-width: 34px !important;
}

.min-vw-40 {
  min-width: 40px !important;
}

.min-vw-42 {
  min-width: 42px !important;
}

.min-vw-43 {
  min-width: 43px !important;
}

.min-vw-46 {
  min-width: 46px !important;
}

.min-vw-47 {
  min-width: 47px !important;
}

.min-vw-50 {
  min-width: 50px !important;
}

.min-vw-54 {
  min-width: 54px !important;
}

.min-vw-55 {
  min-width: 55px !important;
}

.min-vw-63 {
  min-width: 63px !important;
}

.min-vw-70 {
  min-width: 70px !important;
}

.min-vw-73 {
  min-width: 73px !important;
}

.min-vw-80 {
  min-width: 80px !important;
}

.min-vw-86 {
  min-width: 86px !important;
}

.min-vw-88 {
  min-width: 88px !important;
}

.min-vw-90 {
  min-width: 90px !important;
}

.min-vw-93 {
  min-width: 93px !important;
}

.min-vw-95 {
  min-width: 95px !important;
}

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

.min-vw-103 {
  min-width: 103px !important;
}

.min-vw-105 {
  min-width: 105px !important;
}

.min-vw-113 {
  min-width: 113px !important;
}

.min-vw-119 {
  min-width: 119px !important;
}

.min-vw-120 {
  min-width: 120px !important;
}

.min-vw-123 {
  min-width: 123px !important;
}

.min-vw-125 {
  min-width: 125px !important;
}

.min-vw-132 {
  min-width: 132px !important;
}

.min-vw-135 {
  min-width: 135px !important;
}

.min-vw-140 {
  min-width: 140px !important;
}

.min-vw-145 {
  min-width: 145px !important;
}

.min-vw-160 {
  min-width: 160px !important;
}

.min-vw-187 {
  min-width: 187px !important;
}

.min-vw-198 {
  min-width: 198px !important;
}

.min-vw-202 {
  min-width: 202px !important;
}

.min-vw-231 {
  min-width: 231px !important;
}

.min-vw-260 {
  min-width: 260px !important;
}

.min-vw-278 {
  min-width: 278px !important;
}

.min-vw-291 {
  min-width: 291px !important;
}

.min-vw-310 {
  min-width: 310px !important;
}

.min-vw-340 {
  min-width: 340px !important;
}

.min-vw-360 {
  min-width: 360px !important;
}

.min-vw-373 {
  min-width: 373px !important;
}

.min-vw-405 {
  min-width: 405px !important;
}

.min-vw-430 {
  min-width: 430px !important;
}

.min-vw-524 {
  min-width: 524px !important;
}

.min-vw-597 {
  min-width: 597px !important;
}

.min-vw-634 {
  min-width: 634px !important;
}

.min-vw-666 {
  min-width: 666px !important;
}

.min-vw-770 {
  min-width: 770px !important;
}

.min-vw-780 {
  min-width: 780px !important;
}

.min-vw-1210 {
  min-width: 1210px !important;
}

.min-vw-1320 {
  min-width: 1320px !important;
}

.min-vw-p17 {
  min-width: 17% !important;
}

.min-vw-p18 {
  min-width: 18% !important;
}

.min-vw-p20 {
  min-width: 20% !important;
}

.min-vw-p24 {
  min-width: 24% !important;
}

.min-vw-p25 {
  min-width: 25% !important;
}

.min-vw-p30 {
  min-width: 30% !important;
}

.min-vw-p33 {
  min-width: 33% !important;
}

.min-vw-p33_5 {
  min-width: 33.5% !important;
}

.min-vw-p40 {
  min-width: 40% !important;
}

.min-vw-p50 {
  min-width: 50% !important;
}

.min-vw-p60 {
  min-width: 60% !important;
}

.min-vw-p65 {
  min-width: 65% !important;
}

.min-vw-p66_5 {
  min-width: 66.5% !important;
}

.min-vw-p67 {
  min-width: 67% !important;
}

.min-vw-p70 {
  min-width: 70% !important;
}

.min-vw-p75 {
  min-width: 75% !important;
}

.min-vw-p76 {
  min-width: 76% !important;
}

.min-vw-p80 {
  min-width: 80% !important;
}

.min-vw-p90 {
  min-width: 90% !important;
}

.min-vw-p96 {
  min-width: 96% !important;
}

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

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

.min-vw-vw82 {
  min-width: 82vw !important;
}

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

.h-2 {
  height: 2px !important;
}

.h-5 {
  height: 5px !important;
}

.h-6 {
  height: 6px !important;
}

.h-8 {
  height: 8px !important;
}

.h-12 {
  height: 12px !important;
}

.h-15 {
  height: 15px !important;
}

.h-16 {
  height: 16px !important;
}

.h-17 {
  height: 17px !important;
}

.h-19 {
  height: 19px !important;
}

.h-20 {
  height: 20px !important;
}

.h-22 {
  height: 22px !important;
}

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

.h-27 {
  height: 27px !important;
}

.h-29 {
  height: 29px !important;
}

.h-30 {
  height: 30px !important;
}

.h-34 {
  height: 34px !important;
}

.h-37 {
  height: 37px !important;
}

.h-39 {
  height: 39px !important;
}

.h-40 {
  height: 40px !important;
}

.h-43 {
  height: 43px !important;
}

.h-45 {
  height: 45px !important;
}

.h-46 {
  height: 46px !important;
}

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

.h-56 {
  height: 56px !important;
}

.h-63 {
  height: 63px !important;
}

.h-80 {
  height: 80px !important;
}

.h-88 {
  height: 88px !important;
}

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

.h-124 {
  height: 124px !important;
}

.h-140 {
  height: 140px !important;
}

.h-153 {
  height: 153px !important;
}

.h-160 {
  height: 160px !important;
}

.h-174 {
  height: 174px !important;
}

.h-185 {
  height: 185px !important;
}

.h-200 {
  height: 200px !important;
}

.h-225 {
  height: 225px !important;
}

.h-241 {
  height: 241px !important;
}

.h-245 {
  height: 245px !important;
}

.h-260 {
  height: 260px !important;
}

.h-350 {
  height: 350px !important;
}

.h-400 {
  height: 400px !important;
}

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

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

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

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

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

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

.mh-2 {
  max-height: 2px !important;
}

.mh-5 {
  max-height: 5px !important;
}

.mh-6 {
  max-height: 6px !important;
}

.mh-8 {
  max-height: 8px !important;
}

.mh-12 {
  max-height: 12px !important;
}

.mh-15 {
  max-height: 15px !important;
}

.mh-16 {
  max-height: 16px !important;
}

.mh-17 {
  max-height: 17px !important;
}

.mh-19 {
  max-height: 19px !important;
}

.mh-20 {
  max-height: 20px !important;
}

.mh-22 {
  max-height: 22px !important;
}

.mh-25 {
  max-height: 25px !important;
}

.mh-27 {
  max-height: 27px !important;
}

.mh-29 {
  max-height: 29px !important;
}

.mh-30 {
  max-height: 30px !important;
}

.mh-34 {
  max-height: 34px !important;
}

.mh-37 {
  max-height: 37px !important;
}

.mh-39 {
  max-height: 39px !important;
}

.mh-40 {
  max-height: 40px !important;
}

.mh-43 {
  max-height: 43px !important;
}

.mh-45 {
  max-height: 45px !important;
}

.mh-46 {
  max-height: 46px !important;
}

.mh-50 {
  max-height: 50px !important;
}

.mh-56 {
  max-height: 56px !important;
}

.mh-63 {
  max-height: 63px !important;
}

.mh-80 {
  max-height: 80px !important;
}

.mh-88 {
  max-height: 88px !important;
}

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

.mh-124 {
  max-height: 124px !important;
}

.mh-140 {
  max-height: 140px !important;
}

.mh-153 {
  max-height: 153px !important;
}

.mh-160 {
  max-height: 160px !important;
}

.mh-174 {
  max-height: 174px !important;
}

.mh-185 {
  max-height: 185px !important;
}

.mh-200 {
  max-height: 200px !important;
}

.mh-225 {
  max-height: 225px !important;
}

.mh-241 {
  max-height: 241px !important;
}

.mh-245 {
  max-height: 245px !important;
}

.mh-260 {
  max-height: 260px !important;
}

.mh-350 {
  max-height: 350px !important;
}

.mh-400 {
  max-height: 400px !important;
}

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

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

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

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

.mh-auto {
  max-height: auto !important;
}

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

.vh-2 {
  height: 2px !important;
}

.vh-5 {
  height: 5px !important;
}

.vh-6 {
  height: 6px !important;
}

.vh-8 {
  height: 8px !important;
}

.vh-12 {
  height: 12px !important;
}

.vh-15 {
  height: 15px !important;
}

.vh-16 {
  height: 16px !important;
}

.vh-17 {
  height: 17px !important;
}

.vh-19 {
  height: 19px !important;
}

.vh-20 {
  height: 20px !important;
}

.vh-22 {
  height: 22px !important;
}

.vh-25 {
  height: 25px !important;
}

.vh-27 {
  height: 27px !important;
}

.vh-29 {
  height: 29px !important;
}

.vh-30 {
  height: 30px !important;
}

.vh-34 {
  height: 34px !important;
}

.vh-37 {
  height: 37px !important;
}

.vh-39 {
  height: 39px !important;
}

.vh-40 {
  height: 40px !important;
}

.vh-43 {
  height: 43px !important;
}

.vh-45 {
  height: 45px !important;
}

.vh-46 {
  height: 46px !important;
}

.vh-50 {
  height: 50px !important;
}

.vh-56 {
  height: 56px !important;
}

.vh-63 {
  height: 63px !important;
}

.vh-80 {
  height: 80px !important;
}

.vh-88 {
  height: 88px !important;
}

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

.vh-124 {
  height: 124px !important;
}

.vh-140 {
  height: 140px !important;
}

.vh-153 {
  height: 153px !important;
}

.vh-160 {
  height: 160px !important;
}

.vh-174 {
  height: 174px !important;
}

.vh-185 {
  height: 185px !important;
}

.vh-200 {
  height: 200px !important;
}

.vh-225 {
  height: 225px !important;
}

.vh-241 {
  height: 241px !important;
}

.vh-245 {
  height: 245px !important;
}

.vh-260 {
  height: 260px !important;
}

.vh-350 {
  height: 350px !important;
}

.vh-400 {
  height: 400px !important;
}

.vh-p25 {
  height: 25% !important;
}

.vh-p50 {
  height: 50% !important;
}

.vh-p75 {
  height: 75% !important;
}

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

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

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

.min-vh-2 {
  min-height: 2px !important;
}

.min-vh-5 {
  min-height: 5px !important;
}

.min-vh-6 {
  min-height: 6px !important;
}

.min-vh-8 {
  min-height: 8px !important;
}

.min-vh-12 {
  min-height: 12px !important;
}

.min-vh-15 {
  min-height: 15px !important;
}

.min-vh-16 {
  min-height: 16px !important;
}

.min-vh-17 {
  min-height: 17px !important;
}

.min-vh-19 {
  min-height: 19px !important;
}

.min-vh-20 {
  min-height: 20px !important;
}

.min-vh-22 {
  min-height: 22px !important;
}

.min-vh-25 {
  min-height: 25px !important;
}

.min-vh-27 {
  min-height: 27px !important;
}

.min-vh-29 {
  min-height: 29px !important;
}

.min-vh-30 {
  min-height: 30px !important;
}

.min-vh-34 {
  min-height: 34px !important;
}

.min-vh-37 {
  min-height: 37px !important;
}

.min-vh-39 {
  min-height: 39px !important;
}

.min-vh-40 {
  min-height: 40px !important;
}

.min-vh-43 {
  min-height: 43px !important;
}

.min-vh-45 {
  min-height: 45px !important;
}

.min-vh-46 {
  min-height: 46px !important;
}

.min-vh-50 {
  min-height: 50px !important;
}

.min-vh-56 {
  min-height: 56px !important;
}

.min-vh-63 {
  min-height: 63px !important;
}

.min-vh-80 {
  min-height: 80px !important;
}

.min-vh-88 {
  min-height: 88px !important;
}

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

.min-vh-124 {
  min-height: 124px !important;
}

.min-vh-140 {
  min-height: 140px !important;
}

.min-vh-153 {
  min-height: 153px !important;
}

.min-vh-160 {
  min-height: 160px !important;
}

.min-vh-174 {
  min-height: 174px !important;
}

.min-vh-185 {
  min-height: 185px !important;
}

.min-vh-200 {
  min-height: 200px !important;
}

.min-vh-225 {
  min-height: 225px !important;
}

.min-vh-241 {
  min-height: 241px !important;
}

.min-vh-245 {
  min-height: 245px !important;
}

.min-vh-260 {
  min-height: 260px !important;
}

.min-vh-350 {
  min-height: 350px !important;
}

.min-vh-400 {
  min-height: 400px !important;
}

.min-vh-p25 {
  min-height: 25% !important;
}

.min-vh-p50 {
  min-height: 50% !important;
}

.min-vh-p75 {
  min-height: 75% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-10 {
  margin: 10px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-120 {
  margin: 120px !important;
}

.m-160 {
  margin: 160px !important;
}

.m-198 {
  margin: 198px !important;
}

.m-220 {
  margin: 220px !important;
}

.m-260 {
  margin: 260px !important;
}

.m-270 {
  margin: 270px !important;
}

.m-283 {
  margin: 283px !important;
}

.m-365 {
  margin: 365px !important;
}

.m-430 {
  margin: 430px !important;
}

.m-460 {
  margin: 460px !important;
}

.m-d0p4 {
  margin: 0.4rem !important;
}

.m-d0p7 {
  margin: 0.7rem !important;
}

.m-d2p2 {
  margin: 2.2rem !important;
}

.m-1px {
  margin: 1px !important;
}

.m-2px {
  margin: 2px !important;
}

.m-4px {
  margin: 4px !important;
}

.m-6px {
  margin: 6px !important;
}

.m-7px {
  margin: 7px !important;
}

.m-8px {
  margin: 8px !important;
}

.m-23px {
  margin: 23px !important;
}

.m-30px {
  margin: 30px !important;
}

.m-p36 {
  margin: 36% !important;
}

.m-p38 {
  margin: 38% !important;
}

.m-p83 {
  margin: 83% !important;
}

.m-p88 {
  margin: 88% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-d0p4 {
  margin-right: 0.4rem !important;
  margin-left: 0.4rem !important;
}

.mx-d0p7 {
  margin-right: 0.7rem !important;
  margin-left: 0.7rem !important;
}

.mx-d2p2 {
  margin-right: 2.2rem !important;
  margin-left: 2.2rem !important;
}

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

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

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

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

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

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

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

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

.mx-p36 {
  margin-right: 36% !important;
  margin-left: 36% !important;
}

.mx-p38 {
  margin-right: 38% !important;
  margin-left: 38% !important;
}

.mx-p83 {
  margin-right: 83% !important;
  margin-left: 83% !important;
}

.mx-p88 {
  margin-right: 88% !important;
  margin-left: 88% !important;
}

.mx-inherit {
  margin-right: inherit !important;
  margin-left: inherit !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-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-d0p4 {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

.my-d0p7 {
  margin-top: 0.7rem !important;
  margin-bottom: 0.7rem !important;
}

.my-d2p2 {
  margin-top: 2.2rem !important;
  margin-bottom: 2.2rem !important;
}

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

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

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

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

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

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

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

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

.my-p36 {
  margin-top: 36% !important;
  margin-bottom: 36% !important;
}

.my-p38 {
  margin-top: 38% !important;
  margin-bottom: 38% !important;
}

.my-p83 {
  margin-top: 83% !important;
  margin-bottom: 83% !important;
}

.my-p88 {
  margin-top: 88% !important;
  margin-bottom: 88% !important;
}

.my-inherit {
  margin-top: inherit !important;
  margin-bottom: inherit !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-6 {
  margin-top: 6rem !important;
}

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

.mt-10 {
  margin-top: 10px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-198 {
  margin-top: 198px !important;
}

.mt-220 {
  margin-top: 220px !important;
}

.mt-260 {
  margin-top: 260px !important;
}

.mt-270 {
  margin-top: 270px !important;
}

.mt-283 {
  margin-top: 283px !important;
}

.mt-365 {
  margin-top: 365px !important;
}

.mt-430 {
  margin-top: 430px !important;
}

.mt-460 {
  margin-top: 460px !important;
}

.mt-d0p4 {
  margin-top: 0.4rem !important;
}

.mt-d0p7 {
  margin-top: 0.7rem !important;
}

.mt-d2p2 {
  margin-top: 2.2rem !important;
}

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

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

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

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

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

.mt-8px {
  margin-top: 8px !important;
}

.mt-23px {
  margin-top: 23px !important;
}

.mt-30px {
  margin-top: 30px !important;
}

.mt-p36 {
  margin-top: 36% !important;
}

.mt-p38 {
  margin-top: 38% !important;
}

.mt-p83 {
  margin-top: 83% !important;
}

.mt-p88 {
  margin-top: 88% !important;
}

.mt-inherit {
  margin-top: inherit !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-6 {
  margin-right: 6rem !important;
}

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

.me-10 {
  margin-right: 10px !important;
}

.me-25 {
  margin-right: 25px !important;
}

.me-50 {
  margin-right: 50px !important;
}

.me-120 {
  margin-right: 120px !important;
}

.me-160 {
  margin-right: 160px !important;
}

.me-198 {
  margin-right: 198px !important;
}

.me-220 {
  margin-right: 220px !important;
}

.me-260 {
  margin-right: 260px !important;
}

.me-270 {
  margin-right: 270px !important;
}

.me-283 {
  margin-right: 283px !important;
}

.me-365 {
  margin-right: 365px !important;
}

.me-430 {
  margin-right: 430px !important;
}

.me-460 {
  margin-right: 460px !important;
}

.me-d0p4 {
  margin-right: 0.4rem !important;
}

.me-d0p7 {
  margin-right: 0.7rem !important;
}

.me-d2p2 {
  margin-right: 2.2rem !important;
}

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

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

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

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

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

.me-8px {
  margin-right: 8px !important;
}

.me-23px {
  margin-right: 23px !important;
}

.me-30px {
  margin-right: 30px !important;
}

.me-p36 {
  margin-right: 36% !important;
}

.me-p38 {
  margin-right: 38% !important;
}

.me-p83 {
  margin-right: 83% !important;
}

.me-p88 {
  margin-right: 88% !important;
}

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

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

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

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

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

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

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

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

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

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

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-198 {
  margin-bottom: 198px !important;
}

.mb-220 {
  margin-bottom: 220px !important;
}

.mb-260 {
  margin-bottom: 260px !important;
}

.mb-270 {
  margin-bottom: 270px !important;
}

.mb-283 {
  margin-bottom: 283px !important;
}

.mb-365 {
  margin-bottom: 365px !important;
}

.mb-430 {
  margin-bottom: 430px !important;
}

.mb-460 {
  margin-bottom: 460px !important;
}

.mb-d0p4 {
  margin-bottom: 0.4rem !important;
}

.mb-d0p7 {
  margin-bottom: 0.7rem !important;
}

.mb-d2p2 {
  margin-bottom: 2.2rem !important;
}

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

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

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

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

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

.mb-8px {
  margin-bottom: 8px !important;
}

.mb-23px {
  margin-bottom: 23px !important;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.mb-p36 {
  margin-bottom: 36% !important;
}

.mb-p38 {
  margin-bottom: 38% !important;
}

.mb-p83 {
  margin-bottom: 83% !important;
}

.mb-p88 {
  margin-bottom: 88% !important;
}

.mb-inherit {
  margin-bottom: inherit !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-6 {
  margin-left: 6rem !important;
}

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

.ms-10 {
  margin-left: 10px !important;
}

.ms-25 {
  margin-left: 25px !important;
}

.ms-50 {
  margin-left: 50px !important;
}

.ms-120 {
  margin-left: 120px !important;
}

.ms-160 {
  margin-left: 160px !important;
}

.ms-198 {
  margin-left: 198px !important;
}

.ms-220 {
  margin-left: 220px !important;
}

.ms-260 {
  margin-left: 260px !important;
}

.ms-270 {
  margin-left: 270px !important;
}

.ms-283 {
  margin-left: 283px !important;
}

.ms-365 {
  margin-left: 365px !important;
}

.ms-430 {
  margin-left: 430px !important;
}

.ms-460 {
  margin-left: 460px !important;
}

.ms-d0p4 {
  margin-left: 0.4rem !important;
}

.ms-d0p7 {
  margin-left: 0.7rem !important;
}

.ms-d2p2 {
  margin-left: 2.2rem !important;
}

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

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

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

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

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

.ms-8px {
  margin-left: 8px !important;
}

.ms-23px {
  margin-left: 23px !important;
}

.ms-30px {
  margin-left: 30px !important;
}

.ms-p36 {
  margin-left: 36% !important;
}

.ms-p38 {
  margin-left: 38% !important;
}

.ms-p83 {
  margin-left: 83% !important;
}

.ms-p88 {
  margin-left: 88% !important;
}

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

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

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

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

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

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

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

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

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

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

.p-10 {
  padding: 10px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-120 {
  padding: 120px !important;
}

.p-160 {
  padding: 160px !important;
}

.p-198 {
  padding: 198px !important;
}

.p-220 {
  padding: 220px !important;
}

.p-260 {
  padding: 260px !important;
}

.p-270 {
  padding: 270px !important;
}

.p-283 {
  padding: 283px !important;
}

.p-365 {
  padding: 365px !important;
}

.p-430 {
  padding: 430px !important;
}

.p-460 {
  padding: 460px !important;
}

.p-d0p4 {
  padding: 0.4rem !important;
}

.p-d0p7 {
  padding: 0.7rem !important;
}

.p-d2p2 {
  padding: 2.2rem !important;
}

.p-1px {
  padding: 1px !important;
}

.p-2px {
  padding: 2px !important;
}

.p-4px {
  padding: 4px !important;
}

.p-6px {
  padding: 6px !important;
}

.p-7px {
  padding: 7px !important;
}

.p-8px {
  padding: 8px !important;
}

.p-23px {
  padding: 23px !important;
}

.p-30px {
  padding: 30px !important;
}

.p-p36 {
  padding: 36% !important;
}

.p-p38 {
  padding: 38% !important;
}

.p-p83 {
  padding: 83% !important;
}

.p-p88 {
  padding: 88% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-d0p4 {
  padding-right: 0.4rem !important;
  padding-left: 0.4rem !important;
}

.px-d0p7 {
  padding-right: 0.7rem !important;
  padding-left: 0.7rem !important;
}

.px-d2p2 {
  padding-right: 2.2rem !important;
  padding-left: 2.2rem !important;
}

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

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

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

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

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

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

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

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

.px-p36 {
  padding-right: 36% !important;
  padding-left: 36% !important;
}

.px-p38 {
  padding-right: 38% !important;
  padding-left: 38% !important;
}

.px-p83 {
  padding-right: 83% !important;
  padding-left: 83% !important;
}

.px-p88 {
  padding-right: 88% !important;
  padding-left: 88% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-d0p4 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.py-d0p7 {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

.py-d2p2 {
  padding-top: 2.2rem !important;
  padding-bottom: 2.2rem !important;
}

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

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

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

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

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

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

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

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

.py-p36 {
  padding-top: 36% !important;
  padding-bottom: 36% !important;
}

.py-p38 {
  padding-top: 38% !important;
  padding-bottom: 38% !important;
}

.py-p83 {
  padding-top: 83% !important;
  padding-bottom: 83% !important;
}

.py-p88 {
  padding-top: 88% !important;
  padding-bottom: 88% !important;
}

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

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

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

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

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

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

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

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

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

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

.pt-10 {
  padding-top: 10px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-198 {
  padding-top: 198px !important;
}

.pt-220 {
  padding-top: 220px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.pt-270 {
  padding-top: 270px !important;
}

.pt-283 {
  padding-top: 283px !important;
}

.pt-365 {
  padding-top: 365px !important;
}

.pt-430 {
  padding-top: 430px !important;
}

.pt-460 {
  padding-top: 460px !important;
}

.pt-d0p4 {
  padding-top: 0.4rem !important;
}

.pt-d0p7 {
  padding-top: 0.7rem !important;
}

.pt-d2p2 {
  padding-top: 2.2rem !important;
}

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

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

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

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

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

.pt-8px {
  padding-top: 8px !important;
}

.pt-23px {
  padding-top: 23px !important;
}

.pt-30px {
  padding-top: 30px !important;
}

.pt-p36 {
  padding-top: 36% !important;
}

.pt-p38 {
  padding-top: 38% !important;
}

.pt-p83 {
  padding-top: 83% !important;
}

.pt-p88 {
  padding-top: 88% !important;
}

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

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

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

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

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

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

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

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

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

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

.pe-10 {
  padding-right: 10px !important;
}

.pe-25 {
  padding-right: 25px !important;
}

.pe-50 {
  padding-right: 50px !important;
}

.pe-120 {
  padding-right: 120px !important;
}

.pe-160 {
  padding-right: 160px !important;
}

.pe-198 {
  padding-right: 198px !important;
}

.pe-220 {
  padding-right: 220px !important;
}

.pe-260 {
  padding-right: 260px !important;
}

.pe-270 {
  padding-right: 270px !important;
}

.pe-283 {
  padding-right: 283px !important;
}

.pe-365 {
  padding-right: 365px !important;
}

.pe-430 {
  padding-right: 430px !important;
}

.pe-460 {
  padding-right: 460px !important;
}

.pe-d0p4 {
  padding-right: 0.4rem !important;
}

.pe-d0p7 {
  padding-right: 0.7rem !important;
}

.pe-d2p2 {
  padding-right: 2.2rem !important;
}

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

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

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

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

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

.pe-8px {
  padding-right: 8px !important;
}

.pe-23px {
  padding-right: 23px !important;
}

.pe-30px {
  padding-right: 30px !important;
}

.pe-p36 {
  padding-right: 36% !important;
}

.pe-p38 {
  padding-right: 38% !important;
}

.pe-p83 {
  padding-right: 83% !important;
}

.pe-p88 {
  padding-right: 88% !important;
}

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

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

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

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

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

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

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

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

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

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

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-198 {
  padding-bottom: 198px !important;
}

.pb-220 {
  padding-bottom: 220px !important;
}

.pb-260 {
  padding-bottom: 260px !important;
}

.pb-270 {
  padding-bottom: 270px !important;
}

.pb-283 {
  padding-bottom: 283px !important;
}

.pb-365 {
  padding-bottom: 365px !important;
}

.pb-430 {
  padding-bottom: 430px !important;
}

.pb-460 {
  padding-bottom: 460px !important;
}

.pb-d0p4 {
  padding-bottom: 0.4rem !important;
}

.pb-d0p7 {
  padding-bottom: 0.7rem !important;
}

.pb-d2p2 {
  padding-bottom: 2.2rem !important;
}

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

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

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

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

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

.pb-8px {
  padding-bottom: 8px !important;
}

.pb-23px {
  padding-bottom: 23px !important;
}

.pb-30px {
  padding-bottom: 30px !important;
}

.pb-p36 {
  padding-bottom: 36% !important;
}

.pb-p38 {
  padding-bottom: 38% !important;
}

.pb-p83 {
  padding-bottom: 83% !important;
}

.pb-p88 {
  padding-bottom: 88% !important;
}

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

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

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

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

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

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

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

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

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

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

.ps-10 {
  padding-left: 10px !important;
}

.ps-25 {
  padding-left: 25px !important;
}

.ps-50 {
  padding-left: 50px !important;
}

.ps-120 {
  padding-left: 120px !important;
}

.ps-160 {
  padding-left: 160px !important;
}

.ps-198 {
  padding-left: 198px !important;
}

.ps-220 {
  padding-left: 220px !important;
}

.ps-260 {
  padding-left: 260px !important;
}

.ps-270 {
  padding-left: 270px !important;
}

.ps-283 {
  padding-left: 283px !important;
}

.ps-365 {
  padding-left: 365px !important;
}

.ps-430 {
  padding-left: 430px !important;
}

.ps-460 {
  padding-left: 460px !important;
}

.ps-d0p4 {
  padding-left: 0.4rem !important;
}

.ps-d0p7 {
  padding-left: 0.7rem !important;
}

.ps-d2p2 {
  padding-left: 2.2rem !important;
}

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

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

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

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

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

.ps-8px {
  padding-left: 8px !important;
}

.ps-23px {
  padding-left: 23px !important;
}

.ps-30px {
  padding-left: 30px !important;
}

.ps-p36 {
  padding-left: 36% !important;
}

.ps-p38 {
  padding-left: 38% !important;
}

.ps-p83 {
  padding-left: 83% !important;
}

.ps-p88 {
  padding-left: 88% !important;
}

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

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

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

.font-gochi {
  font-family: "Gochi Hand" !important;
}

.fs-4 {
  font-size: 4px !important;
}

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

.fs-7 {
  font-size: 7px !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-xSmall {
  font-size: x-small !important;
}

.fs-large {
  font-size: large !important;
}

.fs-larger {
  font-size: larger !important;
}

.fs-xLarge {
  font-size: x-large !important;
}

.fs-xxLarge {
  font-size: xx-large !important;
}

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

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

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

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

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

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

.lh-0 {
  line-height: 0px !important;
}

.lh-0_5 {
  line-height: 0.5 !important;
}

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

.lh-6 {
  line-height: 6px !important;
}

.lh-8 {
  line-height: 8px !important;
}

.lh-10 {
  line-height: 10px !important;
}

.lh-12 {
  line-height: 12px !important;
}

.lh-13 {
  line-height: 13px !important;
}

.lh-14 {
  line-height: 14px !important;
}

.lh-15 {
  line-height: 15px !important;
}

.lh-16 {
  line-height: 16px !important;
}

.lh-17 {
  line-height: 17px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-20 {
  line-height: 20px !important;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-27 {
  line-height: 27px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-39 {
  line-height: 39px !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-justify {
  text-align: justify !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #2EA65C !important;
}

.text-secondary {
  color: #4C4C4C !important;
}

.text-success {
  color: #2ba55a !important;
}

.text-info {
  color: #FF5A6C !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #cccccc !important;
}

.text-dark {
  color: #282828 !important;
}

.text-pink {
  color: #fff0f0 !important;
}

.text-blue {
  color: #3b5999 !important;
}

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

.text-green {
  color: #f2fbf1 !important;
}

.text-gray {
  color: #f5f6f7 !important;
}

.text-orange {
  color: #FCC45A !important;
}

.text-lightOrange {
  color: #FFF5E0 !important;
}

.text-giftList {
  color: #f1f1f1 !important;
}

.text-cartCheckout {
  color: #f9f9f9 !important;
}

.text-red {
  color: #e74d47 !important;
}

.text-darkOrange {
  color: #f0a93e !important;
}

.text-checkoutForm {
  color: #ededed !important;
}

.text-white {
  color: white !important;
}

.text-loadingbarGray {
  color: #e2e2e2 !important;
}

.text-thead {
  color: #f4f4f4 !important;
}

.text-footer {
  color: #f3f3f3 !important;
}

.text-borderGray {
  color: #d7d7d7 !important;
}

.text-checkoutGray {
  color: #f9f9f9 !important;
}

.text-checkboxGray {
  color: #C2C2C2 !important;
}

.text-radioGray {
  color: #c9c9c9 !important;
}

.text-placeholder {
  color: #888888 !important;
}

.text-droplet {
  color: #376dd8 !important;
}

.text-memberCard {
  color: #e5e5e5 !important;
}

.text-memberCardChip {
  color: #efefef !important;
}

.text-gold {
  color: #ba9620 !important;
}

.text-darkRed {
  color: #a6231c !important;
}

.text-darkPink {
  color: #f52c8e !important;
}

.text-inputValue {
  color: #505050 !important;
}

.text-paleBlue {
  color: #e2eef2 !important;
}

.text-theadBorder {
  color: #b3b3b3 !important;
}

.text-tbodyBorder {
  color: #b2b2b2 !important;
}

.text-odBorder {
  color: #e8e8ee !important;
}

.text-darkGray {
  color: #7c7c7c !important;
}

.text-darkYellow {
  color: #f2ab3c !important;
}

.text-odLine {
  color: #eeeef2 !important;
}

.text-odText {
  color: #737373 !important;
}

.text-odLightGray {
  color: #f0f0f0 !important;
}

.text-outlineGray {
  color: #777777 !important;
}

.text-blogPlaceholder {
  color: #cccccc !important;
}

.text-btnText {
  color: #787878 !important;
}

.text-creditNav {
  color: #bbbbbb !important;
}

.text-couponText {
  color: #5a5a5a !important;
}

.text-couponDate {
  color: #8d8d8d !important;
}

.text-lightGray {
  color: #979797 !important;
}

.text-starGray {
  color: #cecece !important;
}

.text-spinnerGray {
  color: #b1b1b1 !important;
}

.text-spinnerGreen {
  color: #007835 !important;
}

.text-forgetPwd {
  color: #032d23 !important;
}

.text-lightBlue {
  color: #81d2e9 !important;
}

.text-seaBlue {
  color: #b9eaeb !important;
}

.text-megamenuGreen {
  color: #52a705 !important;
}

.text-cartHr {
  color: #bebebe !important;
}

.text-cartHeader {
  color: #fafafa !important;
}

.text-separatorGray {
  color: #dddddd !important;
}

.text-platinumGray {
  color: #584f3f !important;
}

.text-cardGold {
  color: #d09a03 !important;
}

.text-dropdownGold {
  color: #f6ba36 !important;
}

.text-dropdownBarGold {
  color: #fcd694 !important;
}

.text-searchIcon {
  color: #666666 !important;
}

.text-cartNoticeGray {
  color: #999999 !important;
}

.text-mailGray {
  color: #808080 !important;
}

.bg-primary {
  background-color: #2EA65C !important;
}

.bg-secondary {
  background-color: #4C4C4C !important;
}

.bg-success {
  background-color: #2ba55a !important;
}

.bg-info {
  background-color: #FF5A6C !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #cccccc !important;
}

.bg-dark {
  background-color: #282828 !important;
}

.bg-pink {
  background-color: #fff0f0 !important;
}

.bg-blue {
  background-color: #3b5999 !important;
}

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

.bg-green {
  background-color: #f2fbf1 !important;
}

.bg-gray {
  background-color: #f5f6f7 !important;
}

.bg-orange {
  background-color: #FCC45A !important;
}

.bg-lightOrange {
  background-color: #FFF5E0 !important;
}

.bg-giftList {
  background-color: #f1f1f1 !important;
}

.bg-cartCheckout {
  background-color: #f9f9f9 !important;
}

.bg-red {
  background-color: #e74d47 !important;
}

.bg-darkOrange {
  background-color: #f0a93e !important;
}

.bg-checkoutForm {
  background-color: #ededed !important;
}

.bg-white {
  background-color: white !important;
}

.bg-loadingbarGray {
  background-color: #e2e2e2 !important;
}

.bg-thead {
  background-color: #f4f4f4 !important;
}

.bg-footer {
  background-color: #f3f3f3 !important;
}

.bg-borderGray {
  background-color: #d7d7d7 !important;
}

.bg-checkoutGray {
  background-color: #f9f9f9 !important;
}

.bg-checkboxGray {
  background-color: #C2C2C2 !important;
}

.bg-radioGray {
  background-color: #c9c9c9 !important;
}

.bg-placeholder {
  background-color: #888888 !important;
}

.bg-droplet {
  background-color: #376dd8 !important;
}

.bg-memberCard {
  background-color: #e5e5e5 !important;
}

.bg-memberCardChip {
  background-color: #efefef !important;
}

.bg-gold {
  background-color: #ba9620 !important;
}

.bg-darkRed {
  background-color: #a6231c !important;
}

.bg-darkPink {
  background-color: #f52c8e !important;
}

.bg-inputValue {
  background-color: #505050 !important;
}

.bg-paleBlue {
  background-color: #e2eef2 !important;
}

.bg-theadBorder {
  background-color: #b3b3b3 !important;
}

.bg-tbodyBorder {
  background-color: #b2b2b2 !important;
}

.bg-odBorder {
  background-color: #e8e8ee !important;
}

.bg-darkGray {
  background-color: #7c7c7c !important;
}

.bg-darkYellow {
  background-color: #f2ab3c !important;
}

.bg-odLine {
  background-color: #eeeef2 !important;
}

.bg-odText {
  background-color: #737373 !important;
}

.bg-odLightGray {
  background-color: #f0f0f0 !important;
}

.bg-outlineGray {
  background-color: #777777 !important;
}

.bg-blogPlaceholder {
  background-color: #cccccc !important;
}

.bg-btnText {
  background-color: #787878 !important;
}

.bg-creditNav {
  background-color: #bbbbbb !important;
}

.bg-couponText {
  background-color: #5a5a5a !important;
}

.bg-couponDate {
  background-color: #8d8d8d !important;
}

.bg-lightGray {
  background-color: #979797 !important;
}

.bg-starGray {
  background-color: #cecece !important;
}

.bg-spinnerGray {
  background-color: #b1b1b1 !important;
}

.bg-spinnerGreen {
  background-color: #007835 !important;
}

.bg-forgetPwd {
  background-color: #032d23 !important;
}

.bg-lightBlue {
  background-color: #81d2e9 !important;
}

.bg-seaBlue {
  background-color: #b9eaeb !important;
}

.bg-megamenuGreen {
  background-color: #52a705 !important;
}

.bg-cartHr {
  background-color: #bebebe !important;
}

.bg-cartHeader {
  background-color: #fafafa !important;
}

.bg-separatorGray {
  background-color: #dddddd !important;
}

.bg-platinumGray {
  background-color: #584f3f !important;
}

.bg-cardGold {
  background-color: #d09a03 !important;
}

.bg-dropdownGold {
  background-color: #f6ba36 !important;
}

.bg-dropdownBarGold {
  background-color: #fcd694 !important;
}

.bg-searchIcon {
  background-color: #666666 !important;
}

.bg-cartNoticeGray {
  background-color: #999999 !important;
}

.bg-mailGray {
  background-color: #808080 !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

.rounded-3 {
  border-radius: 3px !important;
}

.rounded-4 {
  border-radius: 4px !important;
}

.rounded-5 {
  border-radius: 5px !important;
}

.rounded-6 {
  border-radius: 6px !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-15 {
  border-radius: 15px !important;
}

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

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

.rounded-top-2 {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

.rounded-top-3 {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.rounded-top-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-top-5 {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-top-6 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-top-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.rounded-top-10 {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-top-15 {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

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

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

.rounded-end-2 {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

.rounded-end-3 {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.rounded-end-4 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-end-5 {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-end-6 {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-end-8 {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.rounded-end-10 {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-end-15 {
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

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

.rounded-bottom-2 {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-bottom-6 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-bottom-8 {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-bottom-10 {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-bottom-15 {
  border-bottom-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}

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

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

.rounded-start-2 {
  border-bottom-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
}

.rounded-start-3 {
  border-bottom-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
}

.rounded-start-4 {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}

.rounded-start-5 {
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
}

.rounded-start-6 {
  border-bottom-left-radius: 6px !important;
  border-top-left-radius: 6px !important;
}

.rounded-start-8 {
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 8px !important;
}

.rounded-start-10 {
  border-bottom-left-radius: 10px !important;
  border-top-left-radius: 10px !important;
}

.rounded-start-15 {
  border-bottom-left-radius: 15px !important;
  border-top-left-radius: 15px !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.bg-repeat-none {
  background-repeat: no-repeat !important;
}

.bg-size-cover {
  background-size: cover !important;
}

.bg-size-contain {
  background-size: contain !important;
}

.bg-position-center {
  background-position: center !important;
}

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

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

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

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

.list-style-none {
  list-style: none !important;
}

.of-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.resize-none {
  resize: none !important;
}

.zindex-0 {
  z-index: 0 !important;
}

.zindex-2 {
  z-index: 2 !important;
}

.zindex-15 {
  z-index: 15 !important;
}

.zindex-1050 {
  z-index: 1050 !important;
}

.zindex-1800 {
  z-index: 1800 !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;
}

@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;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .top-sm-0 {
    top: 0 !important;
  }
  .top-sm-8 {
    top: 8px !important;
  }
  .top-sm-9 {
    top: 9px !important;
  }
  .top-sm-12 {
    top: 12px !important;
  }
  .top-sm-14 {
    top: 14px !important;
  }
  .top-sm-17 {
    top: 17px !important;
  }
  .top-sm-25 {
    top: 25px !important;
  }
  .top-sm-30 {
    top: 30px !important;
  }
  .top-sm-36 {
    top: 36px !important;
  }
  .top-sm-44 {
    top: 44px !important;
  }
  .top-sm-47 {
    top: 47px !important;
  }
  .top-sm-50 {
    top: 50px !important;
  }
  .top-sm-51 {
    top: 51px !important;
  }
  .top-sm-55 {
    top: 55px !important;
  }
  .top-sm-56 {
    top: 56px !important;
  }
  .top-sm-64 {
    top: 64px !important;
  }
  .top-sm-70 {
    top: 70px !important;
  }
  .top-sm-80 {
    top: 80px !important;
  }
  .top-sm-90 {
    top: 90px !important;
  }
  .top-sm-104 {
    top: 104px !important;
  }
  .top-sm-115 {
    top: 115px !important;
  }
  .top-sm-125 {
    top: 125px !important;
  }
  .top-sm-140 {
    top: 140px !important;
  }
  .top-sm-155 {
    top: 155px !important;
  }
  .top-sm-170 {
    top: 170px !important;
  }
  .top-sm-180 {
    top: 180px !important;
  }
  .top-sm-225 {
    top: 225px !important;
  }
  .top-sm-287 {
    top: 287px !important;
  }
  .top-sm-315 {
    top: 315px !important;
  }
  .top-sm-1038 {
    top: 1038px !important;
  }
  .top-sm-1388 {
    top: 1388px !important;
  }
  .top-sm-1780 {
    top: 1780px !important;
  }
  .top-sm-1870 {
    top: 1870px !important;
  }
  .top-sm-2069 {
    top: 2069px !important;
  }
  .top-sm-2071 {
    top: 2071px !important;
  }
  .top-sm-2170 {
    top: 2170px !important;
  }
  .top-sm-2177 {
    top: 2177px !important;
  }
  .top-sm-2420 {
    top: 2420px !important;
  }
  .top-sm-2830 {
    top: 2830px !important;
  }
  .top-sm-2980 {
    top: 2980px !important;
  }
  .top-sm-3385 {
    top: 3385px !important;
  }
  .top-sm-4600 {
    top: 4600px !important;
  }
  .top-sm-6060 {
    top: 6060px !important;
  }
  .top-sm-7155 {
    top: 7155px !important;
  }
  .top-sm-7560 {
    top: 7560px !important;
  }
  .top-sm-n16 {
    top: -16px !important;
  }
  .top-sm-n34 {
    top: -34px !important;
  }
  .top-sm-n38 {
    top: -38px !important;
  }
  .top-sm-n42 {
    top: -42px !important;
  }
  .top-sm-n87 {
    top: -87px !important;
  }
  .top-sm-n102 {
    top: -102px !important;
  }
  .top-sm-n110 {
    top: -110px !important;
  }
  .top-sm-n132 {
    top: -132px !important;
  }
  .top-sm-n200 {
    top: -200px !important;
  }
  .top-sm-n315 {
    top: -315px !important;
  }
  .top-sm-p15_1 {
    top: 15.1% !important;
  }
  .top-sm-p17_2 {
    top: 17.2% !important;
  }
  .top-sm-p18_2 {
    top: 18.2% !important;
  }
  .top-sm-p20_2 {
    top: 20.2% !important;
  }
  .top-sm-p23_2 {
    top: 23.2% !important;
  }
  .top-sm-p25 {
    top: 25% !important;
  }
  .top-sm-p30 {
    top: 30% !important;
  }
  .top-sm-p40 {
    top: 40% !important;
  }
  .top-sm-p50 {
    top: 50% !important;
  }
  .top-sm-p58 {
    top: 58% !important;
  }
  .top-sm-p63 {
    top: 63% !important;
  }
  .top-sm-p64_2 {
    top: 64.2% !important;
  }
  .top-sm-p64_6 {
    top: 64.6% !important;
  }
  .top-sm-p100 {
    top: 100% !important;
  }
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  .bottom-sm-8 {
    bottom: 8px !important;
  }
  .bottom-sm-9 {
    bottom: 9px !important;
  }
  .bottom-sm-12 {
    bottom: 12px !important;
  }
  .bottom-sm-14 {
    bottom: 14px !important;
  }
  .bottom-sm-17 {
    bottom: 17px !important;
  }
  .bottom-sm-25 {
    bottom: 25px !important;
  }
  .bottom-sm-30 {
    bottom: 30px !important;
  }
  .bottom-sm-36 {
    bottom: 36px !important;
  }
  .bottom-sm-44 {
    bottom: 44px !important;
  }
  .bottom-sm-47 {
    bottom: 47px !important;
  }
  .bottom-sm-50 {
    bottom: 50px !important;
  }
  .bottom-sm-51 {
    bottom: 51px !important;
  }
  .bottom-sm-55 {
    bottom: 55px !important;
  }
  .bottom-sm-56 {
    bottom: 56px !important;
  }
  .bottom-sm-64 {
    bottom: 64px !important;
  }
  .bottom-sm-70 {
    bottom: 70px !important;
  }
  .bottom-sm-80 {
    bottom: 80px !important;
  }
  .bottom-sm-90 {
    bottom: 90px !important;
  }
  .bottom-sm-104 {
    bottom: 104px !important;
  }
  .bottom-sm-115 {
    bottom: 115px !important;
  }
  .bottom-sm-125 {
    bottom: 125px !important;
  }
  .bottom-sm-140 {
    bottom: 140px !important;
  }
  .bottom-sm-155 {
    bottom: 155px !important;
  }
  .bottom-sm-170 {
    bottom: 170px !important;
  }
  .bottom-sm-180 {
    bottom: 180px !important;
  }
  .bottom-sm-225 {
    bottom: 225px !important;
  }
  .bottom-sm-287 {
    bottom: 287px !important;
  }
  .bottom-sm-315 {
    bottom: 315px !important;
  }
  .bottom-sm-1038 {
    bottom: 1038px !important;
  }
  .bottom-sm-1388 {
    bottom: 1388px !important;
  }
  .bottom-sm-1780 {
    bottom: 1780px !important;
  }
  .bottom-sm-1870 {
    bottom: 1870px !important;
  }
  .bottom-sm-2069 {
    bottom: 2069px !important;
  }
  .bottom-sm-2071 {
    bottom: 2071px !important;
  }
  .bottom-sm-2170 {
    bottom: 2170px !important;
  }
  .bottom-sm-2177 {
    bottom: 2177px !important;
  }
  .bottom-sm-2420 {
    bottom: 2420px !important;
  }
  .bottom-sm-2830 {
    bottom: 2830px !important;
  }
  .bottom-sm-2980 {
    bottom: 2980px !important;
  }
  .bottom-sm-3385 {
    bottom: 3385px !important;
  }
  .bottom-sm-4600 {
    bottom: 4600px !important;
  }
  .bottom-sm-6060 {
    bottom: 6060px !important;
  }
  .bottom-sm-7155 {
    bottom: 7155px !important;
  }
  .bottom-sm-7560 {
    bottom: 7560px !important;
  }
  .bottom-sm-n16 {
    bottom: -16px !important;
  }
  .bottom-sm-n34 {
    bottom: -34px !important;
  }
  .bottom-sm-n38 {
    bottom: -38px !important;
  }
  .bottom-sm-n42 {
    bottom: -42px !important;
  }
  .bottom-sm-n87 {
    bottom: -87px !important;
  }
  .bottom-sm-n102 {
    bottom: -102px !important;
  }
  .bottom-sm-n110 {
    bottom: -110px !important;
  }
  .bottom-sm-n132 {
    bottom: -132px !important;
  }
  .bottom-sm-n200 {
    bottom: -200px !important;
  }
  .bottom-sm-n315 {
    bottom: -315px !important;
  }
  .bottom-sm-p15_1 {
    bottom: 15.1% !important;
  }
  .bottom-sm-p17_2 {
    bottom: 17.2% !important;
  }
  .bottom-sm-p18_2 {
    bottom: 18.2% !important;
  }
  .bottom-sm-p20_2 {
    bottom: 20.2% !important;
  }
  .bottom-sm-p23_2 {
    bottom: 23.2% !important;
  }
  .bottom-sm-p25 {
    bottom: 25% !important;
  }
  .bottom-sm-p30 {
    bottom: 30% !important;
  }
  .bottom-sm-p40 {
    bottom: 40% !important;
  }
  .bottom-sm-p50 {
    bottom: 50% !important;
  }
  .bottom-sm-p58 {
    bottom: 58% !important;
  }
  .bottom-sm-p63 {
    bottom: 63% !important;
  }
  .bottom-sm-p64_2 {
    bottom: 64.2% !important;
  }
  .bottom-sm-p64_6 {
    bottom: 64.6% !important;
  }
  .bottom-sm-p100 {
    bottom: 100% !important;
  }
  .start-sm-0 {
    left: 0 !important;
  }
  .start-sm-8 {
    left: 8px !important;
  }
  .start-sm-9 {
    left: 9px !important;
  }
  .start-sm-12 {
    left: 12px !important;
  }
  .start-sm-14 {
    left: 14px !important;
  }
  .start-sm-17 {
    left: 17px !important;
  }
  .start-sm-25 {
    left: 25px !important;
  }
  .start-sm-30 {
    left: 30px !important;
  }
  .start-sm-36 {
    left: 36px !important;
  }
  .start-sm-44 {
    left: 44px !important;
  }
  .start-sm-47 {
    left: 47px !important;
  }
  .start-sm-50 {
    left: 50px !important;
  }
  .start-sm-51 {
    left: 51px !important;
  }
  .start-sm-55 {
    left: 55px !important;
  }
  .start-sm-56 {
    left: 56px !important;
  }
  .start-sm-64 {
    left: 64px !important;
  }
  .start-sm-70 {
    left: 70px !important;
  }
  .start-sm-80 {
    left: 80px !important;
  }
  .start-sm-90 {
    left: 90px !important;
  }
  .start-sm-104 {
    left: 104px !important;
  }
  .start-sm-115 {
    left: 115px !important;
  }
  .start-sm-125 {
    left: 125px !important;
  }
  .start-sm-140 {
    left: 140px !important;
  }
  .start-sm-155 {
    left: 155px !important;
  }
  .start-sm-170 {
    left: 170px !important;
  }
  .start-sm-180 {
    left: 180px !important;
  }
  .start-sm-225 {
    left: 225px !important;
  }
  .start-sm-287 {
    left: 287px !important;
  }
  .start-sm-315 {
    left: 315px !important;
  }
  .start-sm-1038 {
    left: 1038px !important;
  }
  .start-sm-1388 {
    left: 1388px !important;
  }
  .start-sm-1780 {
    left: 1780px !important;
  }
  .start-sm-1870 {
    left: 1870px !important;
  }
  .start-sm-2069 {
    left: 2069px !important;
  }
  .start-sm-2071 {
    left: 2071px !important;
  }
  .start-sm-2170 {
    left: 2170px !important;
  }
  .start-sm-2177 {
    left: 2177px !important;
  }
  .start-sm-2420 {
    left: 2420px !important;
  }
  .start-sm-2830 {
    left: 2830px !important;
  }
  .start-sm-2980 {
    left: 2980px !important;
  }
  .start-sm-3385 {
    left: 3385px !important;
  }
  .start-sm-4600 {
    left: 4600px !important;
  }
  .start-sm-6060 {
    left: 6060px !important;
  }
  .start-sm-7155 {
    left: 7155px !important;
  }
  .start-sm-7560 {
    left: 7560px !important;
  }
  .start-sm-n16 {
    left: -16px !important;
  }
  .start-sm-n34 {
    left: -34px !important;
  }
  .start-sm-n38 {
    left: -38px !important;
  }
  .start-sm-n42 {
    left: -42px !important;
  }
  .start-sm-n87 {
    left: -87px !important;
  }
  .start-sm-n102 {
    left: -102px !important;
  }
  .start-sm-n110 {
    left: -110px !important;
  }
  .start-sm-n132 {
    left: -132px !important;
  }
  .start-sm-n200 {
    left: -200px !important;
  }
  .start-sm-n315 {
    left: -315px !important;
  }
  .start-sm-p15_1 {
    left: 15.1% !important;
  }
  .start-sm-p17_2 {
    left: 17.2% !important;
  }
  .start-sm-p18_2 {
    left: 18.2% !important;
  }
  .start-sm-p20_2 {
    left: 20.2% !important;
  }
  .start-sm-p23_2 {
    left: 23.2% !important;
  }
  .start-sm-p25 {
    left: 25% !important;
  }
  .start-sm-p30 {
    left: 30% !important;
  }
  .start-sm-p40 {
    left: 40% !important;
  }
  .start-sm-p50 {
    left: 50% !important;
  }
  .start-sm-p58 {
    left: 58% !important;
  }
  .start-sm-p63 {
    left: 63% !important;
  }
  .start-sm-p64_2 {
    left: 64.2% !important;
  }
  .start-sm-p64_6 {
    left: 64.6% !important;
  }
  .start-sm-p100 {
    left: 100% !important;
  }
  .end-sm-0 {
    right: 0 !important;
  }
  .end-sm-8 {
    right: 8px !important;
  }
  .end-sm-9 {
    right: 9px !important;
  }
  .end-sm-12 {
    right: 12px !important;
  }
  .end-sm-14 {
    right: 14px !important;
  }
  .end-sm-17 {
    right: 17px !important;
  }
  .end-sm-25 {
    right: 25px !important;
  }
  .end-sm-30 {
    right: 30px !important;
  }
  .end-sm-36 {
    right: 36px !important;
  }
  .end-sm-44 {
    right: 44px !important;
  }
  .end-sm-47 {
    right: 47px !important;
  }
  .end-sm-50 {
    right: 50px !important;
  }
  .end-sm-51 {
    right: 51px !important;
  }
  .end-sm-55 {
    right: 55px !important;
  }
  .end-sm-56 {
    right: 56px !important;
  }
  .end-sm-64 {
    right: 64px !important;
  }
  .end-sm-70 {
    right: 70px !important;
  }
  .end-sm-80 {
    right: 80px !important;
  }
  .end-sm-90 {
    right: 90px !important;
  }
  .end-sm-104 {
    right: 104px !important;
  }
  .end-sm-115 {
    right: 115px !important;
  }
  .end-sm-125 {
    right: 125px !important;
  }
  .end-sm-140 {
    right: 140px !important;
  }
  .end-sm-155 {
    right: 155px !important;
  }
  .end-sm-170 {
    right: 170px !important;
  }
  .end-sm-180 {
    right: 180px !important;
  }
  .end-sm-225 {
    right: 225px !important;
  }
  .end-sm-287 {
    right: 287px !important;
  }
  .end-sm-315 {
    right: 315px !important;
  }
  .end-sm-1038 {
    right: 1038px !important;
  }
  .end-sm-1388 {
    right: 1388px !important;
  }
  .end-sm-1780 {
    right: 1780px !important;
  }
  .end-sm-1870 {
    right: 1870px !important;
  }
  .end-sm-2069 {
    right: 2069px !important;
  }
  .end-sm-2071 {
    right: 2071px !important;
  }
  .end-sm-2170 {
    right: 2170px !important;
  }
  .end-sm-2177 {
    right: 2177px !important;
  }
  .end-sm-2420 {
    right: 2420px !important;
  }
  .end-sm-2830 {
    right: 2830px !important;
  }
  .end-sm-2980 {
    right: 2980px !important;
  }
  .end-sm-3385 {
    right: 3385px !important;
  }
  .end-sm-4600 {
    right: 4600px !important;
  }
  .end-sm-6060 {
    right: 6060px !important;
  }
  .end-sm-7155 {
    right: 7155px !important;
  }
  .end-sm-7560 {
    right: 7560px !important;
  }
  .end-sm-n16 {
    right: -16px !important;
  }
  .end-sm-n34 {
    right: -34px !important;
  }
  .end-sm-n38 {
    right: -38px !important;
  }
  .end-sm-n42 {
    right: -42px !important;
  }
  .end-sm-n87 {
    right: -87px !important;
  }
  .end-sm-n102 {
    right: -102px !important;
  }
  .end-sm-n110 {
    right: -110px !important;
  }
  .end-sm-n132 {
    right: -132px !important;
  }
  .end-sm-n200 {
    right: -200px !important;
  }
  .end-sm-n315 {
    right: -315px !important;
  }
  .end-sm-p15_1 {
    right: 15.1% !important;
  }
  .end-sm-p17_2 {
    right: 17.2% !important;
  }
  .end-sm-p18_2 {
    right: 18.2% !important;
  }
  .end-sm-p20_2 {
    right: 20.2% !important;
  }
  .end-sm-p23_2 {
    right: 23.2% !important;
  }
  .end-sm-p25 {
    right: 25% !important;
  }
  .end-sm-p30 {
    right: 30% !important;
  }
  .end-sm-p40 {
    right: 40% !important;
  }
  .end-sm-p50 {
    right: 50% !important;
  }
  .end-sm-p58 {
    right: 58% !important;
  }
  .end-sm-p63 {
    right: 63% !important;
  }
  .end-sm-p64_2 {
    right: 64.2% !important;
  }
  .end-sm-p64_6 {
    right: 64.6% !important;
  }
  .end-sm-p100 {
    right: 100% !important;
  }
  .translate-middle-sm {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-sm-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-sm-y {
    transform: translateY(-50%) !important;
  }
  .translate-middle-sm-r-n1 {
    transform: rotate(-1deg) !important;
  }
  .border-sm {
    border: 1px solid #dee2e6 !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-sm-transparent {
    border: 1px solid transparent !important;
  }
  .border-sm-odBorder {
    border: 1px solid #e8e8ee !important;
  }
  .border-sm-odBorder-2 {
    border: 2px solid #e8e8ee !important;
  }
  .border-sm-tbodyBorder {
    border: 1px solid #b2b2b2 !important;
  }
  .border-sm-none {
    border: none !important;
  }
  .border-top-sm {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-top-sm-0 {
    border-top: 0 !important;
  }
  .border-top-sm-transparent {
    border-top: 1px solid transparent !important;
  }
  .border-top-sm-odBorder {
    border-top: 1px solid #e8e8ee !important;
  }
  .border-top-sm-odBorder-2 {
    border-top: 2px solid #e8e8ee !important;
  }
  .border-top-sm-tbodyBorder {
    border-top: 1px solid #b2b2b2 !important;
  }
  .border-top-sm-none {
    border-top: none !important;
  }
  .border-end-sm {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-end-sm-0 {
    border-right: 0 !important;
  }
  .border-end-sm-transparent {
    border-right: 1px solid transparent !important;
  }
  .border-end-sm-odBorder {
    border-right: 1px solid #e8e8ee !important;
  }
  .border-end-sm-odBorder-2 {
    border-right: 2px solid #e8e8ee !important;
  }
  .border-end-sm-tbodyBorder {
    border-right: 1px solid #b2b2b2 !important;
  }
  .border-end-sm-none {
    border-right: none !important;
  }
  .border-bottom-sm {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-bottom-sm-0 {
    border-bottom: 0 !important;
  }
  .border-bottom-sm-transparent {
    border-bottom: 1px solid transparent !important;
  }
  .border-bottom-sm-odBorder {
    border-bottom: 1px solid #e8e8ee !important;
  }
  .border-bottom-sm-odBorder-2 {
    border-bottom: 2px solid #e8e8ee !important;
  }
  .border-bottom-sm-tbodyBorder {
    border-bottom: 1px solid #b2b2b2 !important;
  }
  .border-bottom-sm-none {
    border-bottom: none !important;
  }
  .border-start-sm {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-start-sm-0 {
    border-left: 0 !important;
  }
  .border-start-sm-transparent {
    border-left: 1px solid transparent !important;
  }
  .border-start-sm-odBorder {
    border-left: 1px solid #e8e8ee !important;
  }
  .border-start-sm-odBorder-2 {
    border-left: 2px solid #e8e8ee !important;
  }
  .border-start-sm-tbodyBorder {
    border-left: 1px solid #b2b2b2 !important;
  }
  .border-start-sm-none {
    border-left: none !important;
  }
  .border-sm-1 {
    border-width: 1px !important;
  }
  .border-sm-2 {
    border-width: 2px !important;
  }
  .border-sm-3 {
    border-width: 3px !important;
  }
  .border-sm-4 {
    border-width: 4px !important;
  }
  .border-sm-5 {
    border-width: 5px !important;
  }
  .border-sm-6 {
    border-width: 6px !important;
  }
  .w-sm-0 {
    width: 0px !important;
  }
  .w-sm-8 {
    width: 8px !important;
  }
  .w-sm-15 {
    width: 15px !important;
  }
  .w-sm-16 {
    width: 16px !important;
  }
  .w-sm-18 {
    width: 18px !important;
  }
  .w-sm-20 {
    width: 20px !important;
  }
  .w-sm-22 {
    width: 22px !important;
  }
  .w-sm-23 {
    width: 23px !important;
  }
  .w-sm-24 {
    width: 24px !important;
  }
  .w-sm-30 {
    width: 30px !important;
  }
  .w-sm-34 {
    width: 34px !important;
  }
  .w-sm-40 {
    width: 40px !important;
  }
  .w-sm-42 {
    width: 42px !important;
  }
  .w-sm-43 {
    width: 43px !important;
  }
  .w-sm-46 {
    width: 46px !important;
  }
  .w-sm-47 {
    width: 47px !important;
  }
  .w-sm-50 {
    width: 50px !important;
  }
  .w-sm-54 {
    width: 54px !important;
  }
  .w-sm-55 {
    width: 55px !important;
  }
  .w-sm-63 {
    width: 63px !important;
  }
  .w-sm-70 {
    width: 70px !important;
  }
  .w-sm-73 {
    width: 73px !important;
  }
  .w-sm-80 {
    width: 80px !important;
  }
  .w-sm-86 {
    width: 86px !important;
  }
  .w-sm-88 {
    width: 88px !important;
  }
  .w-sm-90 {
    width: 90px !important;
  }
  .w-sm-93 {
    width: 93px !important;
  }
  .w-sm-95 {
    width: 95px !important;
  }
  .w-sm-100 {
    width: 100px !important;
  }
  .w-sm-103 {
    width: 103px !important;
  }
  .w-sm-105 {
    width: 105px !important;
  }
  .w-sm-113 {
    width: 113px !important;
  }
  .w-sm-119 {
    width: 119px !important;
  }
  .w-sm-120 {
    width: 120px !important;
  }
  .w-sm-123 {
    width: 123px !important;
  }
  .w-sm-125 {
    width: 125px !important;
  }
  .w-sm-132 {
    width: 132px !important;
  }
  .w-sm-135 {
    width: 135px !important;
  }
  .w-sm-140 {
    width: 140px !important;
  }
  .w-sm-145 {
    width: 145px !important;
  }
  .w-sm-160 {
    width: 160px !important;
  }
  .w-sm-187 {
    width: 187px !important;
  }
  .w-sm-198 {
    width: 198px !important;
  }
  .w-sm-202 {
    width: 202px !important;
  }
  .w-sm-231 {
    width: 231px !important;
  }
  .w-sm-260 {
    width: 260px !important;
  }
  .w-sm-278 {
    width: 278px !important;
  }
  .w-sm-291 {
    width: 291px !important;
  }
  .w-sm-310 {
    width: 310px !important;
  }
  .w-sm-340 {
    width: 340px !important;
  }
  .w-sm-360 {
    width: 360px !important;
  }
  .w-sm-373 {
    width: 373px !important;
  }
  .w-sm-405 {
    width: 405px !important;
  }
  .w-sm-430 {
    width: 430px !important;
  }
  .w-sm-524 {
    width: 524px !important;
  }
  .w-sm-597 {
    width: 597px !important;
  }
  .w-sm-634 {
    width: 634px !important;
  }
  .w-sm-666 {
    width: 666px !important;
  }
  .w-sm-770 {
    width: 770px !important;
  }
  .w-sm-780 {
    width: 780px !important;
  }
  .w-sm-1210 {
    width: 1210px !important;
  }
  .w-sm-1320 {
    width: 1320px !important;
  }
  .w-sm-p17 {
    width: 17% !important;
  }
  .w-sm-p18 {
    width: 18% !important;
  }
  .w-sm-p20 {
    width: 20% !important;
  }
  .w-sm-p24 {
    width: 24% !important;
  }
  .w-sm-p25 {
    width: 25% !important;
  }
  .w-sm-p30 {
    width: 30% !important;
  }
  .w-sm-p33 {
    width: 33% !important;
  }
  .w-sm-p33_5 {
    width: 33.5% !important;
  }
  .w-sm-p40 {
    width: 40% !important;
  }
  .w-sm-p50 {
    width: 50% !important;
  }
  .w-sm-p60 {
    width: 60% !important;
  }
  .w-sm-p65 {
    width: 65% !important;
  }
  .w-sm-p66_5 {
    width: 66.5% !important;
  }
  .w-sm-p67 {
    width: 67% !important;
  }
  .w-sm-p70 {
    width: 70% !important;
  }
  .w-sm-p75 {
    width: 75% !important;
  }
  .w-sm-p76 {
    width: 76% !important;
  }
  .w-sm-p80 {
    width: 80% !important;
  }
  .w-sm-p90 {
    width: 90% !important;
  }
  .w-sm-p96 {
    width: 96% !important;
  }
  .w-sm-p100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-vw82 {
    width: 82vw !important;
  }
  .w-sm-vw100 {
    width: 100vw !important;
  }
  .mw-sm-0 {
    max-width: 0px !important;
  }
  .mw-sm-8 {
    max-width: 8px !important;
  }
  .mw-sm-15 {
    max-width: 15px !important;
  }
  .mw-sm-16 {
    max-width: 16px !important;
  }
  .mw-sm-18 {
    max-width: 18px !important;
  }
  .mw-sm-20 {
    max-width: 20px !important;
  }
  .mw-sm-22 {
    max-width: 22px !important;
  }
  .mw-sm-23 {
    max-width: 23px !important;
  }
  .mw-sm-24 {
    max-width: 24px !important;
  }
  .mw-sm-30 {
    max-width: 30px !important;
  }
  .mw-sm-34 {
    max-width: 34px !important;
  }
  .mw-sm-40 {
    max-width: 40px !important;
  }
  .mw-sm-42 {
    max-width: 42px !important;
  }
  .mw-sm-43 {
    max-width: 43px !important;
  }
  .mw-sm-46 {
    max-width: 46px !important;
  }
  .mw-sm-47 {
    max-width: 47px !important;
  }
  .mw-sm-50 {
    max-width: 50px !important;
  }
  .mw-sm-54 {
    max-width: 54px !important;
  }
  .mw-sm-55 {
    max-width: 55px !important;
  }
  .mw-sm-63 {
    max-width: 63px !important;
  }
  .mw-sm-70 {
    max-width: 70px !important;
  }
  .mw-sm-73 {
    max-width: 73px !important;
  }
  .mw-sm-80 {
    max-width: 80px !important;
  }
  .mw-sm-86 {
    max-width: 86px !important;
  }
  .mw-sm-88 {
    max-width: 88px !important;
  }
  .mw-sm-90 {
    max-width: 90px !important;
  }
  .mw-sm-93 {
    max-width: 93px !important;
  }
  .mw-sm-95 {
    max-width: 95px !important;
  }
  .mw-sm-100 {
    max-width: 100px !important;
  }
  .mw-sm-103 {
    max-width: 103px !important;
  }
  .mw-sm-105 {
    max-width: 105px !important;
  }
  .mw-sm-113 {
    max-width: 113px !important;
  }
  .mw-sm-119 {
    max-width: 119px !important;
  }
  .mw-sm-120 {
    max-width: 120px !important;
  }
  .mw-sm-123 {
    max-width: 123px !important;
  }
  .mw-sm-125 {
    max-width: 125px !important;
  }
  .mw-sm-132 {
    max-width: 132px !important;
  }
  .mw-sm-135 {
    max-width: 135px !important;
  }
  .mw-sm-140 {
    max-width: 140px !important;
  }
  .mw-sm-145 {
    max-width: 145px !important;
  }
  .mw-sm-160 {
    max-width: 160px !important;
  }
  .mw-sm-187 {
    max-width: 187px !important;
  }
  .mw-sm-198 {
    max-width: 198px !important;
  }
  .mw-sm-202 {
    max-width: 202px !important;
  }
  .mw-sm-231 {
    max-width: 231px !important;
  }
  .mw-sm-260 {
    max-width: 260px !important;
  }
  .mw-sm-278 {
    max-width: 278px !important;
  }
  .mw-sm-291 {
    max-width: 291px !important;
  }
  .mw-sm-310 {
    max-width: 310px !important;
  }
  .mw-sm-340 {
    max-width: 340px !important;
  }
  .mw-sm-360 {
    max-width: 360px !important;
  }
  .mw-sm-373 {
    max-width: 373px !important;
  }
  .mw-sm-405 {
    max-width: 405px !important;
  }
  .mw-sm-430 {
    max-width: 430px !important;
  }
  .mw-sm-524 {
    max-width: 524px !important;
  }
  .mw-sm-597 {
    max-width: 597px !important;
  }
  .mw-sm-634 {
    max-width: 634px !important;
  }
  .mw-sm-666 {
    max-width: 666px !important;
  }
  .mw-sm-770 {
    max-width: 770px !important;
  }
  .mw-sm-780 {
    max-width: 780px !important;
  }
  .mw-sm-1210 {
    max-width: 1210px !important;
  }
  .mw-sm-1320 {
    max-width: 1320px !important;
  }
  .mw-sm-p17 {
    max-width: 17% !important;
  }
  .mw-sm-p18 {
    max-width: 18% !important;
  }
  .mw-sm-p20 {
    max-width: 20% !important;
  }
  .mw-sm-p24 {
    max-width: 24% !important;
  }
  .mw-sm-p25 {
    max-width: 25% !important;
  }
  .mw-sm-p30 {
    max-width: 30% !important;
  }
  .mw-sm-p33 {
    max-width: 33% !important;
  }
  .mw-sm-p33_5 {
    max-width: 33.5% !important;
  }
  .mw-sm-p40 {
    max-width: 40% !important;
  }
  .mw-sm-p50 {
    max-width: 50% !important;
  }
  .mw-sm-p60 {
    max-width: 60% !important;
  }
  .mw-sm-p65 {
    max-width: 65% !important;
  }
  .mw-sm-p66_5 {
    max-width: 66.5% !important;
  }
  .mw-sm-p67 {
    max-width: 67% !important;
  }
  .mw-sm-p70 {
    max-width: 70% !important;
  }
  .mw-sm-p75 {
    max-width: 75% !important;
  }
  .mw-sm-p76 {
    max-width: 76% !important;
  }
  .mw-sm-p80 {
    max-width: 80% !important;
  }
  .mw-sm-p90 {
    max-width: 90% !important;
  }
  .mw-sm-p96 {
    max-width: 96% !important;
  }
  .mw-sm-p100 {
    max-width: 100% !important;
  }
  .mw-sm-auto {
    max-width: auto !important;
  }
  .mw-sm-vw82 {
    max-width: 82vw !important;
  }
  .mw-sm-vw100 {
    max-width: 100vw !important;
  }
  .min-vw-sm-0 {
    min-width: 0px !important;
  }
  .min-vw-sm-8 {
    min-width: 8px !important;
  }
  .min-vw-sm-15 {
    min-width: 15px !important;
  }
  .min-vw-sm-16 {
    min-width: 16px !important;
  }
  .min-vw-sm-18 {
    min-width: 18px !important;
  }
  .min-vw-sm-20 {
    min-width: 20px !important;
  }
  .min-vw-sm-22 {
    min-width: 22px !important;
  }
  .min-vw-sm-23 {
    min-width: 23px !important;
  }
  .min-vw-sm-24 {
    min-width: 24px !important;
  }
  .min-vw-sm-30 {
    min-width: 30px !important;
  }
  .min-vw-sm-34 {
    min-width: 34px !important;
  }
  .min-vw-sm-40 {
    min-width: 40px !important;
  }
  .min-vw-sm-42 {
    min-width: 42px !important;
  }
  .min-vw-sm-43 {
    min-width: 43px !important;
  }
  .min-vw-sm-46 {
    min-width: 46px !important;
  }
  .min-vw-sm-47 {
    min-width: 47px !important;
  }
  .min-vw-sm-50 {
    min-width: 50px !important;
  }
  .min-vw-sm-54 {
    min-width: 54px !important;
  }
  .min-vw-sm-55 {
    min-width: 55px !important;
  }
  .min-vw-sm-63 {
    min-width: 63px !important;
  }
  .min-vw-sm-70 {
    min-width: 70px !important;
  }
  .min-vw-sm-73 {
    min-width: 73px !important;
  }
  .min-vw-sm-80 {
    min-width: 80px !important;
  }
  .min-vw-sm-86 {
    min-width: 86px !important;
  }
  .min-vw-sm-88 {
    min-width: 88px !important;
  }
  .min-vw-sm-90 {
    min-width: 90px !important;
  }
  .min-vw-sm-93 {
    min-width: 93px !important;
  }
  .min-vw-sm-95 {
    min-width: 95px !important;
  }
  .min-vw-sm-100 {
    min-width: 100px !important;
  }
  .min-vw-sm-103 {
    min-width: 103px !important;
  }
  .min-vw-sm-105 {
    min-width: 105px !important;
  }
  .min-vw-sm-113 {
    min-width: 113px !important;
  }
  .min-vw-sm-119 {
    min-width: 119px !important;
  }
  .min-vw-sm-120 {
    min-width: 120px !important;
  }
  .min-vw-sm-123 {
    min-width: 123px !important;
  }
  .min-vw-sm-125 {
    min-width: 125px !important;
  }
  .min-vw-sm-132 {
    min-width: 132px !important;
  }
  .min-vw-sm-135 {
    min-width: 135px !important;
  }
  .min-vw-sm-140 {
    min-width: 140px !important;
  }
  .min-vw-sm-145 {
    min-width: 145px !important;
  }
  .min-vw-sm-160 {
    min-width: 160px !important;
  }
  .min-vw-sm-187 {
    min-width: 187px !important;
  }
  .min-vw-sm-198 {
    min-width: 198px !important;
  }
  .min-vw-sm-202 {
    min-width: 202px !important;
  }
  .min-vw-sm-231 {
    min-width: 231px !important;
  }
  .min-vw-sm-260 {
    min-width: 260px !important;
  }
  .min-vw-sm-278 {
    min-width: 278px !important;
  }
  .min-vw-sm-291 {
    min-width: 291px !important;
  }
  .min-vw-sm-310 {
    min-width: 310px !important;
  }
  .min-vw-sm-340 {
    min-width: 340px !important;
  }
  .min-vw-sm-360 {
    min-width: 360px !important;
  }
  .min-vw-sm-373 {
    min-width: 373px !important;
  }
  .min-vw-sm-405 {
    min-width: 405px !important;
  }
  .min-vw-sm-430 {
    min-width: 430px !important;
  }
  .min-vw-sm-524 {
    min-width: 524px !important;
  }
  .min-vw-sm-597 {
    min-width: 597px !important;
  }
  .min-vw-sm-634 {
    min-width: 634px !important;
  }
  .min-vw-sm-666 {
    min-width: 666px !important;
  }
  .min-vw-sm-770 {
    min-width: 770px !important;
  }
  .min-vw-sm-780 {
    min-width: 780px !important;
  }
  .min-vw-sm-1210 {
    min-width: 1210px !important;
  }
  .min-vw-sm-1320 {
    min-width: 1320px !important;
  }
  .min-vw-sm-p17 {
    min-width: 17% !important;
  }
  .min-vw-sm-p18 {
    min-width: 18% !important;
  }
  .min-vw-sm-p20 {
    min-width: 20% !important;
  }
  .min-vw-sm-p24 {
    min-width: 24% !important;
  }
  .min-vw-sm-p25 {
    min-width: 25% !important;
  }
  .min-vw-sm-p30 {
    min-width: 30% !important;
  }
  .min-vw-sm-p33 {
    min-width: 33% !important;
  }
  .min-vw-sm-p33_5 {
    min-width: 33.5% !important;
  }
  .min-vw-sm-p40 {
    min-width: 40% !important;
  }
  .min-vw-sm-p50 {
    min-width: 50% !important;
  }
  .min-vw-sm-p60 {
    min-width: 60% !important;
  }
  .min-vw-sm-p65 {
    min-width: 65% !important;
  }
  .min-vw-sm-p66_5 {
    min-width: 66.5% !important;
  }
  .min-vw-sm-p67 {
    min-width: 67% !important;
  }
  .min-vw-sm-p70 {
    min-width: 70% !important;
  }
  .min-vw-sm-p75 {
    min-width: 75% !important;
  }
  .min-vw-sm-p76 {
    min-width: 76% !important;
  }
  .min-vw-sm-p80 {
    min-width: 80% !important;
  }
  .min-vw-sm-p90 {
    min-width: 90% !important;
  }
  .min-vw-sm-p96 {
    min-width: 96% !important;
  }
  .min-vw-sm-p100 {
    min-width: 100% !important;
  }
  .min-vw-sm-auto {
    min-width: auto !important;
  }
  .min-vw-sm-vw82 {
    min-width: 82vw !important;
  }
  .min-vw-sm-vw100 {
    min-width: 100vw !important;
  }
  .h-sm-2 {
    height: 2px !important;
  }
  .h-sm-5 {
    height: 5px !important;
  }
  .h-sm-6 {
    height: 6px !important;
  }
  .h-sm-8 {
    height: 8px !important;
  }
  .h-sm-12 {
    height: 12px !important;
  }
  .h-sm-15 {
    height: 15px !important;
  }
  .h-sm-16 {
    height: 16px !important;
  }
  .h-sm-17 {
    height: 17px !important;
  }
  .h-sm-19 {
    height: 19px !important;
  }
  .h-sm-20 {
    height: 20px !important;
  }
  .h-sm-22 {
    height: 22px !important;
  }
  .h-sm-25 {
    height: 25px !important;
  }
  .h-sm-27 {
    height: 27px !important;
  }
  .h-sm-29 {
    height: 29px !important;
  }
  .h-sm-30 {
    height: 30px !important;
  }
  .h-sm-34 {
    height: 34px !important;
  }
  .h-sm-37 {
    height: 37px !important;
  }
  .h-sm-39 {
    height: 39px !important;
  }
  .h-sm-40 {
    height: 40px !important;
  }
  .h-sm-43 {
    height: 43px !important;
  }
  .h-sm-45 {
    height: 45px !important;
  }
  .h-sm-46 {
    height: 46px !important;
  }
  .h-sm-50 {
    height: 50px !important;
  }
  .h-sm-56 {
    height: 56px !important;
  }
  .h-sm-63 {
    height: 63px !important;
  }
  .h-sm-80 {
    height: 80px !important;
  }
  .h-sm-88 {
    height: 88px !important;
  }
  .h-sm-100 {
    height: 100px !important;
  }
  .h-sm-124 {
    height: 124px !important;
  }
  .h-sm-140 {
    height: 140px !important;
  }
  .h-sm-153 {
    height: 153px !important;
  }
  .h-sm-160 {
    height: 160px !important;
  }
  .h-sm-174 {
    height: 174px !important;
  }
  .h-sm-185 {
    height: 185px !important;
  }
  .h-sm-200 {
    height: 200px !important;
  }
  .h-sm-225 {
    height: 225px !important;
  }
  .h-sm-241 {
    height: 241px !important;
  }
  .h-sm-245 {
    height: 245px !important;
  }
  .h-sm-260 {
    height: 260px !important;
  }
  .h-sm-350 {
    height: 350px !important;
  }
  .h-sm-400 {
    height: 400px !important;
  }
  .h-sm-p25 {
    height: 25% !important;
  }
  .h-sm-p50 {
    height: 50% !important;
  }
  .h-sm-p75 {
    height: 75% !important;
  }
  .h-sm-p100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-100vh {
    height: 100vh !important;
  }
  .mh-sm-2 {
    max-height: 2px !important;
  }
  .mh-sm-5 {
    max-height: 5px !important;
  }
  .mh-sm-6 {
    max-height: 6px !important;
  }
  .mh-sm-8 {
    max-height: 8px !important;
  }
  .mh-sm-12 {
    max-height: 12px !important;
  }
  .mh-sm-15 {
    max-height: 15px !important;
  }
  .mh-sm-16 {
    max-height: 16px !important;
  }
  .mh-sm-17 {
    max-height: 17px !important;
  }
  .mh-sm-19 {
    max-height: 19px !important;
  }
  .mh-sm-20 {
    max-height: 20px !important;
  }
  .mh-sm-22 {
    max-height: 22px !important;
  }
  .mh-sm-25 {
    max-height: 25px !important;
  }
  .mh-sm-27 {
    max-height: 27px !important;
  }
  .mh-sm-29 {
    max-height: 29px !important;
  }
  .mh-sm-30 {
    max-height: 30px !important;
  }
  .mh-sm-34 {
    max-height: 34px !important;
  }
  .mh-sm-37 {
    max-height: 37px !important;
  }
  .mh-sm-39 {
    max-height: 39px !important;
  }
  .mh-sm-40 {
    max-height: 40px !important;
  }
  .mh-sm-43 {
    max-height: 43px !important;
  }
  .mh-sm-45 {
    max-height: 45px !important;
  }
  .mh-sm-46 {
    max-height: 46px !important;
  }
  .mh-sm-50 {
    max-height: 50px !important;
  }
  .mh-sm-56 {
    max-height: 56px !important;
  }
  .mh-sm-63 {
    max-height: 63px !important;
  }
  .mh-sm-80 {
    max-height: 80px !important;
  }
  .mh-sm-88 {
    max-height: 88px !important;
  }
  .mh-sm-100 {
    max-height: 100px !important;
  }
  .mh-sm-124 {
    max-height: 124px !important;
  }
  .mh-sm-140 {
    max-height: 140px !important;
  }
  .mh-sm-153 {
    max-height: 153px !important;
  }
  .mh-sm-160 {
    max-height: 160px !important;
  }
  .mh-sm-174 {
    max-height: 174px !important;
  }
  .mh-sm-185 {
    max-height: 185px !important;
  }
  .mh-sm-200 {
    max-height: 200px !important;
  }
  .mh-sm-225 {
    max-height: 225px !important;
  }
  .mh-sm-241 {
    max-height: 241px !important;
  }
  .mh-sm-245 {
    max-height: 245px !important;
  }
  .mh-sm-260 {
    max-height: 260px !important;
  }
  .mh-sm-350 {
    max-height: 350px !important;
  }
  .mh-sm-400 {
    max-height: 400px !important;
  }
  .mh-sm-p25 {
    max-height: 25% !important;
  }
  .mh-sm-p50 {
    max-height: 50% !important;
  }
  .mh-sm-p75 {
    max-height: 75% !important;
  }
  .mh-sm-p100 {
    max-height: 100% !important;
  }
  .mh-sm-auto {
    max-height: auto !important;
  }
  .mh-sm-100vh {
    max-height: 100vh !important;
  }
  .vh-sm-2 {
    height: 2px !important;
  }
  .vh-sm-5 {
    height: 5px !important;
  }
  .vh-sm-6 {
    height: 6px !important;
  }
  .vh-sm-8 {
    height: 8px !important;
  }
  .vh-sm-12 {
    height: 12px !important;
  }
  .vh-sm-15 {
    height: 15px !important;
  }
  .vh-sm-16 {
    height: 16px !important;
  }
  .vh-sm-17 {
    height: 17px !important;
  }
  .vh-sm-19 {
    height: 19px !important;
  }
  .vh-sm-20 {
    height: 20px !important;
  }
  .vh-sm-22 {
    height: 22px !important;
  }
  .vh-sm-25 {
    height: 25px !important;
  }
  .vh-sm-27 {
    height: 27px !important;
  }
  .vh-sm-29 {
    height: 29px !important;
  }
  .vh-sm-30 {
    height: 30px !important;
  }
  .vh-sm-34 {
    height: 34px !important;
  }
  .vh-sm-37 {
    height: 37px !important;
  }
  .vh-sm-39 {
    height: 39px !important;
  }
  .vh-sm-40 {
    height: 40px !important;
  }
  .vh-sm-43 {
    height: 43px !important;
  }
  .vh-sm-45 {
    height: 45px !important;
  }
  .vh-sm-46 {
    height: 46px !important;
  }
  .vh-sm-50 {
    height: 50px !important;
  }
  .vh-sm-56 {
    height: 56px !important;
  }
  .vh-sm-63 {
    height: 63px !important;
  }
  .vh-sm-80 {
    height: 80px !important;
  }
  .vh-sm-88 {
    height: 88px !important;
  }
  .vh-sm-100 {
    height: 100px !important;
  }
  .vh-sm-124 {
    height: 124px !important;
  }
  .vh-sm-140 {
    height: 140px !important;
  }
  .vh-sm-153 {
    height: 153px !important;
  }
  .vh-sm-160 {
    height: 160px !important;
  }
  .vh-sm-174 {
    height: 174px !important;
  }
  .vh-sm-185 {
    height: 185px !important;
  }
  .vh-sm-200 {
    height: 200px !important;
  }
  .vh-sm-225 {
    height: 225px !important;
  }
  .vh-sm-241 {
    height: 241px !important;
  }
  .vh-sm-245 {
    height: 245px !important;
  }
  .vh-sm-260 {
    height: 260px !important;
  }
  .vh-sm-350 {
    height: 350px !important;
  }
  .vh-sm-400 {
    height: 400px !important;
  }
  .vh-sm-p25 {
    height: 25% !important;
  }
  .vh-sm-p50 {
    height: 50% !important;
  }
  .vh-sm-p75 {
    height: 75% !important;
  }
  .vh-sm-p100 {
    height: 100% !important;
  }
  .vh-sm-auto {
    height: auto !important;
  }
  .vh-sm-100vh {
    height: 100vh !important;
  }
  .min-vh-sm-2 {
    min-height: 2px !important;
  }
  .min-vh-sm-5 {
    min-height: 5px !important;
  }
  .min-vh-sm-6 {
    min-height: 6px !important;
  }
  .min-vh-sm-8 {
    min-height: 8px !important;
  }
  .min-vh-sm-12 {
    min-height: 12px !important;
  }
  .min-vh-sm-15 {
    min-height: 15px !important;
  }
  .min-vh-sm-16 {
    min-height: 16px !important;
  }
  .min-vh-sm-17 {
    min-height: 17px !important;
  }
  .min-vh-sm-19 {
    min-height: 19px !important;
  }
  .min-vh-sm-20 {
    min-height: 20px !important;
  }
  .min-vh-sm-22 {
    min-height: 22px !important;
  }
  .min-vh-sm-25 {
    min-height: 25px !important;
  }
  .min-vh-sm-27 {
    min-height: 27px !important;
  }
  .min-vh-sm-29 {
    min-height: 29px !important;
  }
  .min-vh-sm-30 {
    min-height: 30px !important;
  }
  .min-vh-sm-34 {
    min-height: 34px !important;
  }
  .min-vh-sm-37 {
    min-height: 37px !important;
  }
  .min-vh-sm-39 {
    min-height: 39px !important;
  }
  .min-vh-sm-40 {
    min-height: 40px !important;
  }
  .min-vh-sm-43 {
    min-height: 43px !important;
  }
  .min-vh-sm-45 {
    min-height: 45px !important;
  }
  .min-vh-sm-46 {
    min-height: 46px !important;
  }
  .min-vh-sm-50 {
    min-height: 50px !important;
  }
  .min-vh-sm-56 {
    min-height: 56px !important;
  }
  .min-vh-sm-63 {
    min-height: 63px !important;
  }
  .min-vh-sm-80 {
    min-height: 80px !important;
  }
  .min-vh-sm-88 {
    min-height: 88px !important;
  }
  .min-vh-sm-100 {
    min-height: 100px !important;
  }
  .min-vh-sm-124 {
    min-height: 124px !important;
  }
  .min-vh-sm-140 {
    min-height: 140px !important;
  }
  .min-vh-sm-153 {
    min-height: 153px !important;
  }
  .min-vh-sm-160 {
    min-height: 160px !important;
  }
  .min-vh-sm-174 {
    min-height: 174px !important;
  }
  .min-vh-sm-185 {
    min-height: 185px !important;
  }
  .min-vh-sm-200 {
    min-height: 200px !important;
  }
  .min-vh-sm-225 {
    min-height: 225px !important;
  }
  .min-vh-sm-241 {
    min-height: 241px !important;
  }
  .min-vh-sm-245 {
    min-height: 245px !important;
  }
  .min-vh-sm-260 {
    min-height: 260px !important;
  }
  .min-vh-sm-350 {
    min-height: 350px !important;
  }
  .min-vh-sm-400 {
    min-height: 400px !important;
  }
  .min-vh-sm-p25 {
    min-height: 25% !important;
  }
  .min-vh-sm-p50 {
    min-height: 50% !important;
  }
  .min-vh-sm-p75 {
    min-height: 75% !important;
  }
  .min-vh-sm-p100 {
    min-height: 100% !important;
  }
  .min-vh-sm-auto {
    min-height: auto !important;
  }
  .min-vh-sm-100vh {
    min-height: 100vh !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .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-6 {
    margin: 6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .m-sm-25 {
    margin: 25px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .m-sm-120 {
    margin: 120px !important;
  }
  .m-sm-160 {
    margin: 160px !important;
  }
  .m-sm-198 {
    margin: 198px !important;
  }
  .m-sm-220 {
    margin: 220px !important;
  }
  .m-sm-260 {
    margin: 260px !important;
  }
  .m-sm-270 {
    margin: 270px !important;
  }
  .m-sm-283 {
    margin: 283px !important;
  }
  .m-sm-365 {
    margin: 365px !important;
  }
  .m-sm-430 {
    margin: 430px !important;
  }
  .m-sm-460 {
    margin: 460px !important;
  }
  .m-sm-d0p4 {
    margin: 0.4rem !important;
  }
  .m-sm-d0p7 {
    margin: 0.7rem !important;
  }
  .m-sm-d2p2 {
    margin: 2.2rem !important;
  }
  .m-sm-1px {
    margin: 1px !important;
  }
  .m-sm-2px {
    margin: 2px !important;
  }
  .m-sm-4px {
    margin: 4px !important;
  }
  .m-sm-6px {
    margin: 6px !important;
  }
  .m-sm-7px {
    margin: 7px !important;
  }
  .m-sm-8px {
    margin: 8px !important;
  }
  .m-sm-23px {
    margin: 23px !important;
  }
  .m-sm-30px {
    margin: 30px !important;
  }
  .m-sm-p36 {
    margin: 36% !important;
  }
  .m-sm-p38 {
    margin: 38% !important;
  }
  .m-sm-p83 {
    margin: 83% !important;
  }
  .m-sm-p88 {
    margin: 88% !important;
  }
  .m-sm-inherit {
    margin: inherit !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-sm-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-sm-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-sm-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .mx-sm-198 {
    margin-right: 198px !important;
    margin-left: 198px !important;
  }
  .mx-sm-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }
  .mx-sm-260 {
    margin-right: 260px !important;
    margin-left: 260px !important;
  }
  .mx-sm-270 {
    margin-right: 270px !important;
    margin-left: 270px !important;
  }
  .mx-sm-283 {
    margin-right: 283px !important;
    margin-left: 283px !important;
  }
  .mx-sm-365 {
    margin-right: 365px !important;
    margin-left: 365px !important;
  }
  .mx-sm-430 {
    margin-right: 430px !important;
    margin-left: 430px !important;
  }
  .mx-sm-460 {
    margin-right: 460px !important;
    margin-left: 460px !important;
  }
  .mx-sm-d0p4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-sm-d0p7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }
  .mx-sm-d2p2 {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important;
  }
  .mx-sm-1px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-sm-2px {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }
  .mx-sm-4px {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-sm-6px {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .mx-sm-7px {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }
  .mx-sm-8px {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-sm-23px {
    margin-right: 23px !important;
    margin-left: 23px !important;
  }
  .mx-sm-30px {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-sm-p36 {
    margin-right: 36% !important;
    margin-left: 36% !important;
  }
  .mx-sm-p38 {
    margin-right: 38% !important;
    margin-left: 38% !important;
  }
  .mx-sm-p83 {
    margin-right: 83% !important;
    margin-left: 83% !important;
  }
  .mx-sm-p88 {
    margin-right: 88% !important;
    margin-left: 88% !important;
  }
  .mx-sm-inherit {
    margin-right: inherit !important;
    margin-left: inherit !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-sm-198 {
    margin-top: 198px !important;
    margin-bottom: 198px !important;
  }
  .my-sm-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .my-sm-260 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .my-sm-270 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .my-sm-283 {
    margin-top: 283px !important;
    margin-bottom: 283px !important;
  }
  .my-sm-365 {
    margin-top: 365px !important;
    margin-bottom: 365px !important;
  }
  .my-sm-430 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .my-sm-460 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .my-sm-d0p4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-sm-d0p7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .my-sm-d2p2 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .my-sm-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-sm-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .my-sm-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-sm-6px {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-sm-7px {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .my-sm-8px {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-sm-23px {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .my-sm-30px {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-p36 {
    margin-top: 36% !important;
    margin-bottom: 36% !important;
  }
  .my-sm-p38 {
    margin-top: 38% !important;
    margin-bottom: 38% !important;
  }
  .my-sm-p83 {
    margin-top: 83% !important;
    margin-bottom: 83% !important;
  }
  .my-sm-p88 {
    margin-top: 88% !important;
    margin-bottom: 88% !important;
  }
  .my-sm-inherit {
    margin-top: inherit !important;
    margin-bottom: inherit !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-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  .mt-sm-198 {
    margin-top: 198px !important;
  }
  .mt-sm-220 {
    margin-top: 220px !important;
  }
  .mt-sm-260 {
    margin-top: 260px !important;
  }
  .mt-sm-270 {
    margin-top: 270px !important;
  }
  .mt-sm-283 {
    margin-top: 283px !important;
  }
  .mt-sm-365 {
    margin-top: 365px !important;
  }
  .mt-sm-430 {
    margin-top: 430px !important;
  }
  .mt-sm-460 {
    margin-top: 460px !important;
  }
  .mt-sm-d0p4 {
    margin-top: 0.4rem !important;
  }
  .mt-sm-d0p7 {
    margin-top: 0.7rem !important;
  }
  .mt-sm-d2p2 {
    margin-top: 2.2rem !important;
  }
  .mt-sm-1px {
    margin-top: 1px !important;
  }
  .mt-sm-2px {
    margin-top: 2px !important;
  }
  .mt-sm-4px {
    margin-top: 4px !important;
  }
  .mt-sm-6px {
    margin-top: 6px !important;
  }
  .mt-sm-7px {
    margin-top: 7px !important;
  }
  .mt-sm-8px {
    margin-top: 8px !important;
  }
  .mt-sm-23px {
    margin-top: 23px !important;
  }
  .mt-sm-30px {
    margin-top: 30px !important;
  }
  .mt-sm-p36 {
    margin-top: 36% !important;
  }
  .mt-sm-p38 {
    margin-top: 38% !important;
  }
  .mt-sm-p83 {
    margin-top: 83% !important;
  }
  .mt-sm-p88 {
    margin-top: 88% !important;
  }
  .mt-sm-inherit {
    margin-top: inherit !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-6 {
    margin-right: 6rem !important;
  }
  .me-sm-7 {
    margin-right: 7rem !important;
  }
  .me-sm-10 {
    margin-right: 10px !important;
  }
  .me-sm-25 {
    margin-right: 25px !important;
  }
  .me-sm-50 {
    margin-right: 50px !important;
  }
  .me-sm-120 {
    margin-right: 120px !important;
  }
  .me-sm-160 {
    margin-right: 160px !important;
  }
  .me-sm-198 {
    margin-right: 198px !important;
  }
  .me-sm-220 {
    margin-right: 220px !important;
  }
  .me-sm-260 {
    margin-right: 260px !important;
  }
  .me-sm-270 {
    margin-right: 270px !important;
  }
  .me-sm-283 {
    margin-right: 283px !important;
  }
  .me-sm-365 {
    margin-right: 365px !important;
  }
  .me-sm-430 {
    margin-right: 430px !important;
  }
  .me-sm-460 {
    margin-right: 460px !important;
  }
  .me-sm-d0p4 {
    margin-right: 0.4rem !important;
  }
  .me-sm-d0p7 {
    margin-right: 0.7rem !important;
  }
  .me-sm-d2p2 {
    margin-right: 2.2rem !important;
  }
  .me-sm-1px {
    margin-right: 1px !important;
  }
  .me-sm-2px {
    margin-right: 2px !important;
  }
  .me-sm-4px {
    margin-right: 4px !important;
  }
  .me-sm-6px {
    margin-right: 6px !important;
  }
  .me-sm-7px {
    margin-right: 7px !important;
  }
  .me-sm-8px {
    margin-right: 8px !important;
  }
  .me-sm-23px {
    margin-right: 23px !important;
  }
  .me-sm-30px {
    margin-right: 30px !important;
  }
  .me-sm-p36 {
    margin-right: 36% !important;
  }
  .me-sm-p38 {
    margin-right: 38% !important;
  }
  .me-sm-p83 {
    margin-right: 83% !important;
  }
  .me-sm-p88 {
    margin-right: 88% !important;
  }
  .me-sm-inherit {
    margin-right: inherit !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-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .mb-sm-198 {
    margin-bottom: 198px !important;
  }
  .mb-sm-220 {
    margin-bottom: 220px !important;
  }
  .mb-sm-260 {
    margin-bottom: 260px !important;
  }
  .mb-sm-270 {
    margin-bottom: 270px !important;
  }
  .mb-sm-283 {
    margin-bottom: 283px !important;
  }
  .mb-sm-365 {
    margin-bottom: 365px !important;
  }
  .mb-sm-430 {
    margin-bottom: 430px !important;
  }
  .mb-sm-460 {
    margin-bottom: 460px !important;
  }
  .mb-sm-d0p4 {
    margin-bottom: 0.4rem !important;
  }
  .mb-sm-d0p7 {
    margin-bottom: 0.7rem !important;
  }
  .mb-sm-d2p2 {
    margin-bottom: 2.2rem !important;
  }
  .mb-sm-1px {
    margin-bottom: 1px !important;
  }
  .mb-sm-2px {
    margin-bottom: 2px !important;
  }
  .mb-sm-4px {
    margin-bottom: 4px !important;
  }
  .mb-sm-6px {
    margin-bottom: 6px !important;
  }
  .mb-sm-7px {
    margin-bottom: 7px !important;
  }
  .mb-sm-8px {
    margin-bottom: 8px !important;
  }
  .mb-sm-23px {
    margin-bottom: 23px !important;
  }
  .mb-sm-30px {
    margin-bottom: 30px !important;
  }
  .mb-sm-p36 {
    margin-bottom: 36% !important;
  }
  .mb-sm-p38 {
    margin-bottom: 38% !important;
  }
  .mb-sm-p83 {
    margin-bottom: 83% !important;
  }
  .mb-sm-p88 {
    margin-bottom: 88% !important;
  }
  .mb-sm-inherit {
    margin-bottom: inherit !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-6 {
    margin-left: 6rem !important;
  }
  .ms-sm-7 {
    margin-left: 7rem !important;
  }
  .ms-sm-10 {
    margin-left: 10px !important;
  }
  .ms-sm-25 {
    margin-left: 25px !important;
  }
  .ms-sm-50 {
    margin-left: 50px !important;
  }
  .ms-sm-120 {
    margin-left: 120px !important;
  }
  .ms-sm-160 {
    margin-left: 160px !important;
  }
  .ms-sm-198 {
    margin-left: 198px !important;
  }
  .ms-sm-220 {
    margin-left: 220px !important;
  }
  .ms-sm-260 {
    margin-left: 260px !important;
  }
  .ms-sm-270 {
    margin-left: 270px !important;
  }
  .ms-sm-283 {
    margin-left: 283px !important;
  }
  .ms-sm-365 {
    margin-left: 365px !important;
  }
  .ms-sm-430 {
    margin-left: 430px !important;
  }
  .ms-sm-460 {
    margin-left: 460px !important;
  }
  .ms-sm-d0p4 {
    margin-left: 0.4rem !important;
  }
  .ms-sm-d0p7 {
    margin-left: 0.7rem !important;
  }
  .ms-sm-d2p2 {
    margin-left: 2.2rem !important;
  }
  .ms-sm-1px {
    margin-left: 1px !important;
  }
  .ms-sm-2px {
    margin-left: 2px !important;
  }
  .ms-sm-4px {
    margin-left: 4px !important;
  }
  .ms-sm-6px {
    margin-left: 6px !important;
  }
  .ms-sm-7px {
    margin-left: 7px !important;
  }
  .ms-sm-8px {
    margin-left: 8px !important;
  }
  .ms-sm-23px {
    margin-left: 23px !important;
  }
  .ms-sm-30px {
    margin-left: 30px !important;
  }
  .ms-sm-p36 {
    margin-left: 36% !important;
  }
  .ms-sm-p38 {
    margin-left: 38% !important;
  }
  .ms-sm-p83 {
    margin-left: 83% !important;
  }
  .ms-sm-p88 {
    margin-left: 88% !important;
  }
  .ms-sm-inherit {
    margin-left: inherit !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;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .p-sm-25 {
    padding: 25px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .p-sm-120 {
    padding: 120px !important;
  }
  .p-sm-160 {
    padding: 160px !important;
  }
  .p-sm-198 {
    padding: 198px !important;
  }
  .p-sm-220 {
    padding: 220px !important;
  }
  .p-sm-260 {
    padding: 260px !important;
  }
  .p-sm-270 {
    padding: 270px !important;
  }
  .p-sm-283 {
    padding: 283px !important;
  }
  .p-sm-365 {
    padding: 365px !important;
  }
  .p-sm-430 {
    padding: 430px !important;
  }
  .p-sm-460 {
    padding: 460px !important;
  }
  .p-sm-d0p4 {
    padding: 0.4rem !important;
  }
  .p-sm-d0p7 {
    padding: 0.7rem !important;
  }
  .p-sm-d2p2 {
    padding: 2.2rem !important;
  }
  .p-sm-1px {
    padding: 1px !important;
  }
  .p-sm-2px {
    padding: 2px !important;
  }
  .p-sm-4px {
    padding: 4px !important;
  }
  .p-sm-6px {
    padding: 6px !important;
  }
  .p-sm-7px {
    padding: 7px !important;
  }
  .p-sm-8px {
    padding: 8px !important;
  }
  .p-sm-23px {
    padding: 23px !important;
  }
  .p-sm-30px {
    padding: 30px !important;
  }
  .p-sm-p36 {
    padding: 36% !important;
  }
  .p-sm-p38 {
    padding: 38% !important;
  }
  .p-sm-p83 {
    padding: 83% !important;
  }
  .p-sm-p88 {
    padding: 88% !important;
  }
  .p-sm-inherit {
    padding: inherit !important;
  }
  .p-sm-auto {
    padding: auto !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-sm-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-sm-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-sm-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .px-sm-198 {
    padding-right: 198px !important;
    padding-left: 198px !important;
  }
  .px-sm-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }
  .px-sm-260 {
    padding-right: 260px !important;
    padding-left: 260px !important;
  }
  .px-sm-270 {
    padding-right: 270px !important;
    padding-left: 270px !important;
  }
  .px-sm-283 {
    padding-right: 283px !important;
    padding-left: 283px !important;
  }
  .px-sm-365 {
    padding-right: 365px !important;
    padding-left: 365px !important;
  }
  .px-sm-430 {
    padding-right: 430px !important;
    padding-left: 430px !important;
  }
  .px-sm-460 {
    padding-right: 460px !important;
    padding-left: 460px !important;
  }
  .px-sm-d0p4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-sm-d0p7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
  .px-sm-d2p2 {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important;
  }
  .px-sm-1px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-sm-2px {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
  .px-sm-4px {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-sm-6px {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .px-sm-7px {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
  .px-sm-8px {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-sm-23px {
    padding-right: 23px !important;
    padding-left: 23px !important;
  }
  .px-sm-30px {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-sm-p36 {
    padding-right: 36% !important;
    padding-left: 36% !important;
  }
  .px-sm-p38 {
    padding-right: 38% !important;
    padding-left: 38% !important;
  }
  .px-sm-p83 {
    padding-right: 83% !important;
    padding-left: 83% !important;
  }
  .px-sm-p88 {
    padding-right: 88% !important;
    padding-left: 88% !important;
  }
  .px-sm-inherit {
    padding-right: inherit !important;
    padding-left: inherit !important;
  }
  .px-sm-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-sm-198 {
    padding-top: 198px !important;
    padding-bottom: 198px !important;
  }
  .py-sm-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .py-sm-260 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
  .py-sm-270 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
  .py-sm-283 {
    padding-top: 283px !important;
    padding-bottom: 283px !important;
  }
  .py-sm-365 {
    padding-top: 365px !important;
    padding-bottom: 365px !important;
  }
  .py-sm-430 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
  .py-sm-460 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
  .py-sm-d0p4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-sm-d0p7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .py-sm-d2p2 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }
  .py-sm-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-sm-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .py-sm-4px {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-sm-6px {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-sm-7px {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .py-sm-8px {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-sm-23px {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .py-sm-30px {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-p36 {
    padding-top: 36% !important;
    padding-bottom: 36% !important;
  }
  .py-sm-p38 {
    padding-top: 38% !important;
    padding-bottom: 38% !important;
  }
  .py-sm-p83 {
    padding-top: 83% !important;
    padding-bottom: 83% !important;
  }
  .py-sm-p88 {
    padding-top: 88% !important;
    padding-bottom: 88% !important;
  }
  .py-sm-inherit {
    padding-top: inherit !important;
    padding-bottom: inherit !important;
  }
  .py-sm-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  .pt-sm-198 {
    padding-top: 198px !important;
  }
  .pt-sm-220 {
    padding-top: 220px !important;
  }
  .pt-sm-260 {
    padding-top: 260px !important;
  }
  .pt-sm-270 {
    padding-top: 270px !important;
  }
  .pt-sm-283 {
    padding-top: 283px !important;
  }
  .pt-sm-365 {
    padding-top: 365px !important;
  }
  .pt-sm-430 {
    padding-top: 430px !important;
  }
  .pt-sm-460 {
    padding-top: 460px !important;
  }
  .pt-sm-d0p4 {
    padding-top: 0.4rem !important;
  }
  .pt-sm-d0p7 {
    padding-top: 0.7rem !important;
  }
  .pt-sm-d2p2 {
    padding-top: 2.2rem !important;
  }
  .pt-sm-1px {
    padding-top: 1px !important;
  }
  .pt-sm-2px {
    padding-top: 2px !important;
  }
  .pt-sm-4px {
    padding-top: 4px !important;
  }
  .pt-sm-6px {
    padding-top: 6px !important;
  }
  .pt-sm-7px {
    padding-top: 7px !important;
  }
  .pt-sm-8px {
    padding-top: 8px !important;
  }
  .pt-sm-23px {
    padding-top: 23px !important;
  }
  .pt-sm-30px {
    padding-top: 30px !important;
  }
  .pt-sm-p36 {
    padding-top: 36% !important;
  }
  .pt-sm-p38 {
    padding-top: 38% !important;
  }
  .pt-sm-p83 {
    padding-top: 83% !important;
  }
  .pt-sm-p88 {
    padding-top: 88% !important;
  }
  .pt-sm-inherit {
    padding-top: inherit !important;
  }
  .pt-sm-auto {
    padding-top: auto !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 6rem !important;
  }
  .pe-sm-7 {
    padding-right: 7rem !important;
  }
  .pe-sm-10 {
    padding-right: 10px !important;
  }
  .pe-sm-25 {
    padding-right: 25px !important;
  }
  .pe-sm-50 {
    padding-right: 50px !important;
  }
  .pe-sm-120 {
    padding-right: 120px !important;
  }
  .pe-sm-160 {
    padding-right: 160px !important;
  }
  .pe-sm-198 {
    padding-right: 198px !important;
  }
  .pe-sm-220 {
    padding-right: 220px !important;
  }
  .pe-sm-260 {
    padding-right: 260px !important;
  }
  .pe-sm-270 {
    padding-right: 270px !important;
  }
  .pe-sm-283 {
    padding-right: 283px !important;
  }
  .pe-sm-365 {
    padding-right: 365px !important;
  }
  .pe-sm-430 {
    padding-right: 430px !important;
  }
  .pe-sm-460 {
    padding-right: 460px !important;
  }
  .pe-sm-d0p4 {
    padding-right: 0.4rem !important;
  }
  .pe-sm-d0p7 {
    padding-right: 0.7rem !important;
  }
  .pe-sm-d2p2 {
    padding-right: 2.2rem !important;
  }
  .pe-sm-1px {
    padding-right: 1px !important;
  }
  .pe-sm-2px {
    padding-right: 2px !important;
  }
  .pe-sm-4px {
    padding-right: 4px !important;
  }
  .pe-sm-6px {
    padding-right: 6px !important;
  }
  .pe-sm-7px {
    padding-right: 7px !important;
  }
  .pe-sm-8px {
    padding-right: 8px !important;
  }
  .pe-sm-23px {
    padding-right: 23px !important;
  }
  .pe-sm-30px {
    padding-right: 30px !important;
  }
  .pe-sm-p36 {
    padding-right: 36% !important;
  }
  .pe-sm-p38 {
    padding-right: 38% !important;
  }
  .pe-sm-p83 {
    padding-right: 83% !important;
  }
  .pe-sm-p88 {
    padding-right: 88% !important;
  }
  .pe-sm-inherit {
    padding-right: inherit !important;
  }
  .pe-sm-auto {
    padding-right: auto !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  .pb-sm-198 {
    padding-bottom: 198px !important;
  }
  .pb-sm-220 {
    padding-bottom: 220px !important;
  }
  .pb-sm-260 {
    padding-bottom: 260px !important;
  }
  .pb-sm-270 {
    padding-bottom: 270px !important;
  }
  .pb-sm-283 {
    padding-bottom: 283px !important;
  }
  .pb-sm-365 {
    padding-bottom: 365px !important;
  }
  .pb-sm-430 {
    padding-bottom: 430px !important;
  }
  .pb-sm-460 {
    padding-bottom: 460px !important;
  }
  .pb-sm-d0p4 {
    padding-bottom: 0.4rem !important;
  }
  .pb-sm-d0p7 {
    padding-bottom: 0.7rem !important;
  }
  .pb-sm-d2p2 {
    padding-bottom: 2.2rem !important;
  }
  .pb-sm-1px {
    padding-bottom: 1px !important;
  }
  .pb-sm-2px {
    padding-bottom: 2px !important;
  }
  .pb-sm-4px {
    padding-bottom: 4px !important;
  }
  .pb-sm-6px {
    padding-bottom: 6px !important;
  }
  .pb-sm-7px {
    padding-bottom: 7px !important;
  }
  .pb-sm-8px {
    padding-bottom: 8px !important;
  }
  .pb-sm-23px {
    padding-bottom: 23px !important;
  }
  .pb-sm-30px {
    padding-bottom: 30px !important;
  }
  .pb-sm-p36 {
    padding-bottom: 36% !important;
  }
  .pb-sm-p38 {
    padding-bottom: 38% !important;
  }
  .pb-sm-p83 {
    padding-bottom: 83% !important;
  }
  .pb-sm-p88 {
    padding-bottom: 88% !important;
  }
  .pb-sm-inherit {
    padding-bottom: inherit !important;
  }
  .pb-sm-auto {
    padding-bottom: auto !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 6rem !important;
  }
  .ps-sm-7 {
    padding-left: 7rem !important;
  }
  .ps-sm-10 {
    padding-left: 10px !important;
  }
  .ps-sm-25 {
    padding-left: 25px !important;
  }
  .ps-sm-50 {
    padding-left: 50px !important;
  }
  .ps-sm-120 {
    padding-left: 120px !important;
  }
  .ps-sm-160 {
    padding-left: 160px !important;
  }
  .ps-sm-198 {
    padding-left: 198px !important;
  }
  .ps-sm-220 {
    padding-left: 220px !important;
  }
  .ps-sm-260 {
    padding-left: 260px !important;
  }
  .ps-sm-270 {
    padding-left: 270px !important;
  }
  .ps-sm-283 {
    padding-left: 283px !important;
  }
  .ps-sm-365 {
    padding-left: 365px !important;
  }
  .ps-sm-430 {
    padding-left: 430px !important;
  }
  .ps-sm-460 {
    padding-left: 460px !important;
  }
  .ps-sm-d0p4 {
    padding-left: 0.4rem !important;
  }
  .ps-sm-d0p7 {
    padding-left: 0.7rem !important;
  }
  .ps-sm-d2p2 {
    padding-left: 2.2rem !important;
  }
  .ps-sm-1px {
    padding-left: 1px !important;
  }
  .ps-sm-2px {
    padding-left: 2px !important;
  }
  .ps-sm-4px {
    padding-left: 4px !important;
  }
  .ps-sm-6px {
    padding-left: 6px !important;
  }
  .ps-sm-7px {
    padding-left: 7px !important;
  }
  .ps-sm-8px {
    padding-left: 8px !important;
  }
  .ps-sm-23px {
    padding-left: 23px !important;
  }
  .ps-sm-30px {
    padding-left: 30px !important;
  }
  .ps-sm-p36 {
    padding-left: 36% !important;
  }
  .ps-sm-p38 {
    padding-left: 38% !important;
  }
  .ps-sm-p83 {
    padding-left: 83% !important;
  }
  .ps-sm-p88 {
    padding-left: 88% !important;
  }
  .ps-sm-inherit {
    padding-left: inherit !important;
  }
  .ps-sm-auto {
    padding-left: auto !important;
  }
  .fs-sm-4 {
    font-size: 4px !important;
  }
  .fs-sm-5 {
    font-size: 5px !important;
  }
  .fs-sm-7 {
    font-size: 7px !important;
  }
  .fs-sm-8 {
    font-size: 8px !important;
  }
  .fs-sm-9 {
    font-size: 9px !important;
  }
  .fs-sm-10 {
    font-size: 10px !important;
  }
  .fs-sm-11 {
    font-size: 11px !important;
  }
  .fs-sm-12 {
    font-size: 12px !important;
  }
  .fs-sm-13 {
    font-size: 13px !important;
  }
  .fs-sm-14 {
    font-size: 14px !important;
  }
  .fs-sm-15 {
    font-size: 15px !important;
  }
  .fs-sm-16 {
    font-size: 16px !important;
  }
  .fs-sm-18 {
    font-size: 18px !important;
  }
  .fs-sm-19 {
    font-size: 19px !important;
  }
  .fs-sm-20 {
    font-size: 20px !important;
  }
  .fs-sm-21 {
    font-size: 21px !important;
  }
  .fs-sm-22 {
    font-size: 22px !important;
  }
  .fs-sm-23 {
    font-size: 23px !important;
  }
  .fs-sm-24 {
    font-size: 24px !important;
  }
  .fs-sm-26 {
    font-size: 26px !important;
  }
  .fs-sm-28 {
    font-size: 28px !important;
  }
  .fs-sm-30 {
    font-size: 30px !important;
  }
  .fs-sm-32 {
    font-size: 32px !important;
  }
  .fs-sm-40 {
    font-size: 40px !important;
  }
  .fs-sm-50 {
    font-size: 50px !important;
  }
  .fs-sm-xSmall {
    font-size: x-small !important;
  }
  .fs-sm-large {
    font-size: large !important;
  }
  .fs-sm-larger {
    font-size: larger !important;
  }
  .fs-sm-xLarge {
    font-size: x-large !important;
  }
  .fs-sm-xxLarge {
    font-size: xx-large !important;
  }
  .fw-sm-400 {
    font-weight: 400 !important;
  }
  .fw-sm-500 {
    font-weight: 500 !important;
  }
  .fw-sm-600 {
    font-weight: 600 !important;
  }
  .fw-sm-700 {
    font-weight: 700 !important;
  }
  .lh-sm-0 {
    line-height: 0px !important;
  }
  .lh-sm-0_5 {
    line-height: 0.5 !important;
  }
  .lh-sm-1_5 {
    line-height: 1.5 !important;
  }
  .lh-sm-6 {
    line-height: 6px !important;
  }
  .lh-sm-8 {
    line-height: 8px !important;
  }
  .lh-sm-10 {
    line-height: 10px !important;
  }
  .lh-sm-12 {
    line-height: 12px !important;
  }
  .lh-sm-13 {
    line-height: 13px !important;
  }
  .lh-sm-14 {
    line-height: 14px !important;
  }
  .lh-sm-15 {
    line-height: 15px !important;
  }
  .lh-sm-16 {
    line-height: 16px !important;
  }
  .lh-sm-17 {
    line-height: 17px !important;
  }
  .lh-sm-18 {
    line-height: 18px !important;
  }
  .lh-sm-20 {
    line-height: 20px !important;
  }
  .lh-sm-22 {
    line-height: 22px !important;
  }
  .lh-sm-24 {
    line-height: 24px !important;
  }
  .lh-sm-25 {
    line-height: 25px !important;
  }
  .lh-sm-26 {
    line-height: 26px !important;
  }
  .lh-sm-27 {
    line-height: 27px !important;
  }
  .lh-sm-30 {
    line-height: 30px !important;
  }
  .lh-sm-32 {
    line-height: 32px !important;
  }
  .lh-sm-39 {
    line-height: 39px !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-justify {
    text-align: justify !important;
  }
  .text-sm-primary {
    color: #2EA65C !important;
  }
  .text-sm-secondary {
    color: #4C4C4C !important;
  }
  .text-sm-success {
    color: #2ba55a !important;
  }
  .text-sm-info {
    color: #FF5A6C !important;
  }
  .text-sm-warning {
    color: #ffc107 !important;
  }
  .text-sm-danger {
    color: #dc3545 !important;
  }
  .text-sm-light {
    color: #cccccc !important;
  }
  .text-sm-dark {
    color: #282828 !important;
  }
  .text-sm-pink {
    color: #fff0f0 !important;
  }
  .text-sm-blue {
    color: #3b5999 !important;
  }
  .text-sm-black {
    color: #000000 !important;
  }
  .text-sm-green {
    color: #f2fbf1 !important;
  }
  .text-sm-gray {
    color: #f5f6f7 !important;
  }
  .text-sm-orange {
    color: #FCC45A !important;
  }
  .text-sm-lightOrange {
    color: #FFF5E0 !important;
  }
  .text-sm-giftList {
    color: #f1f1f1 !important;
  }
  .text-sm-cartCheckout {
    color: #f9f9f9 !important;
  }
  .text-sm-red {
    color: #e74d47 !important;
  }
  .text-sm-darkOrange {
    color: #f0a93e !important;
  }
  .text-sm-checkoutForm {
    color: #ededed !important;
  }
  .text-sm-white {
    color: white !important;
  }
  .text-sm-loadingbarGray {
    color: #e2e2e2 !important;
  }
  .text-sm-thead {
    color: #f4f4f4 !important;
  }
  .text-sm-footer {
    color: #f3f3f3 !important;
  }
  .text-sm-borderGray {
    color: #d7d7d7 !important;
  }
  .text-sm-checkoutGray {
    color: #f9f9f9 !important;
  }
  .text-sm-checkboxGray {
    color: #C2C2C2 !important;
  }
  .text-sm-radioGray {
    color: #c9c9c9 !important;
  }
  .text-sm-placeholder {
    color: #888888 !important;
  }
  .text-sm-droplet {
    color: #376dd8 !important;
  }
  .text-sm-memberCard {
    color: #e5e5e5 !important;
  }
  .text-sm-memberCardChip {
    color: #efefef !important;
  }
  .text-sm-gold {
    color: #ba9620 !important;
  }
  .text-sm-darkRed {
    color: #a6231c !important;
  }
  .text-sm-darkPink {
    color: #f52c8e !important;
  }
  .text-sm-inputValue {
    color: #505050 !important;
  }
  .text-sm-paleBlue {
    color: #e2eef2 !important;
  }
  .text-sm-theadBorder {
    color: #b3b3b3 !important;
  }
  .text-sm-tbodyBorder {
    color: #b2b2b2 !important;
  }
  .text-sm-odBorder {
    color: #e8e8ee !important;
  }
  .text-sm-darkGray {
    color: #7c7c7c !important;
  }
  .text-sm-darkYellow {
    color: #f2ab3c !important;
  }
  .text-sm-odLine {
    color: #eeeef2 !important;
  }
  .text-sm-odText {
    color: #737373 !important;
  }
  .text-sm-odLightGray {
    color: #f0f0f0 !important;
  }
  .text-sm-outlineGray {
    color: #777777 !important;
  }
  .text-sm-blogPlaceholder {
    color: #cccccc !important;
  }
  .text-sm-btnText {
    color: #787878 !important;
  }
  .text-sm-creditNav {
    color: #bbbbbb !important;
  }
  .text-sm-couponText {
    color: #5a5a5a !important;
  }
  .text-sm-couponDate {
    color: #8d8d8d !important;
  }
  .text-sm-lightGray {
    color: #979797 !important;
  }
  .text-sm-starGray {
    color: #cecece !important;
  }
  .text-sm-spinnerGray {
    color: #b1b1b1 !important;
  }
  .text-sm-spinnerGreen {
    color: #007835 !important;
  }
  .text-sm-forgetPwd {
    color: #032d23 !important;
  }
  .text-sm-lightBlue {
    color: #81d2e9 !important;
  }
  .text-sm-seaBlue {
    color: #b9eaeb !important;
  }
  .text-sm-megamenuGreen {
    color: #52a705 !important;
  }
  .text-sm-cartHr {
    color: #bebebe !important;
  }
  .text-sm-cartHeader {
    color: #fafafa !important;
  }
  .text-sm-separatorGray {
    color: #dddddd !important;
  }
  .text-sm-platinumGray {
    color: #584f3f !important;
  }
  .text-sm-cardGold {
    color: #d09a03 !important;
  }
  .text-sm-dropdownGold {
    color: #f6ba36 !important;
  }
  .text-sm-dropdownBarGold {
    color: #fcd694 !important;
  }
  .text-sm-searchIcon {
    color: #666666 !important;
  }
  .text-sm-cartNoticeGray {
    color: #999999 !important;
  }
  .text-sm-mailGray {
    color: #808080 !important;
  }
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
  .rounded-sm-2 {
    border-radius: 2px !important;
  }
  .rounded-sm-3 {
    border-radius: 3px !important;
  }
  .rounded-sm-4 {
    border-radius: 4px !important;
  }
  .rounded-sm-5 {
    border-radius: 5px !important;
  }
  .rounded-sm-6 {
    border-radius: 6px !important;
  }
  .rounded-sm-8 {
    border-radius: 8px !important;
  }
  .rounded-sm-10 {
    border-radius: 10px !important;
  }
  .rounded-sm-15 {
    border-radius: 15px !important;
  }
  .rounded-sm-circle {
    border-radius: 50% !important;
  }
  .rounded-top-sm-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-sm-2 {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .rounded-top-sm-3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }
  .rounded-top-sm-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .rounded-top-sm-5 {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  .rounded-top-sm-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .rounded-top-sm-8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .rounded-top-sm-10 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
  .rounded-top-sm-15 {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }
  .rounded-top-sm-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-end-sm-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-sm-2 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .rounded-end-sm-3 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }
  .rounded-end-sm-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .rounded-end-sm-5 {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .rounded-end-sm-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .rounded-end-sm-8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .rounded-end-sm-10 {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  .rounded-end-sm-15 {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }
  .rounded-end-sm-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-bottom-sm-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-sm-2 {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .rounded-bottom-sm-3 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }
  .rounded-bottom-sm-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .rounded-bottom-sm-5 {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  .rounded-bottom-sm-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  .rounded-bottom-sm-8 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .rounded-bottom-sm-10 {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }
  .rounded-bottom-sm-15 {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }
  .rounded-bottom-sm-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-start-sm-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-sm-2 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  .rounded-start-sm-3 {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }
  .rounded-start-sm-4 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .rounded-start-sm-5 {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }
  .rounded-start-sm-6 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
  .rounded-start-sm-8 {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  .rounded-start-sm-10 {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
  }
  .rounded-start-sm-15 {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
  }
  .rounded-start-sm-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .cursor-sm-auto {
    cursor: auto !important;
  }
  .cursor-sm-pointer {
    cursor: pointer !important;
  }
  .cursor-sm-grab {
    cursor: grab !important;
  }
  .list-style-sm-none {
    list-style: none !important;
  }
  .of-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .resize-sm-none {
    resize: none !important;
  }
  .zindex-sm-0 {
    z-index: 0 !important;
  }
  .zindex-sm-2 {
    z-index: 2 !important;
  }
  .zindex-sm-15 {
    z-index: 15 !important;
  }
  .zindex-sm-1050 {
    z-index: 1050 !important;
  }
  .zindex-sm-1800 {
    z-index: 1800 !important;
  }
  .opacity-sm-0 {
    opacity: 0 !important;
  }
  .opacity-sm-25 {
    opacity: 0.25 !important;
  }
  .opacity-sm-50 {
    opacity: 0.5 !important;
  }
  .opacity-sm-75 {
    opacity: 0.75 !important;
  }
  .opacity-sm-100 {
    opacity: 1 !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;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .top-md-0 {
    top: 0 !important;
  }
  .top-md-8 {
    top: 8px !important;
  }
  .top-md-9 {
    top: 9px !important;
  }
  .top-md-12 {
    top: 12px !important;
  }
  .top-md-14 {
    top: 14px !important;
  }
  .top-md-17 {
    top: 17px !important;
  }
  .top-md-25 {
    top: 25px !important;
  }
  .top-md-30 {
    top: 30px !important;
  }
  .top-md-36 {
    top: 36px !important;
  }
  .top-md-44 {
    top: 44px !important;
  }
  .top-md-47 {
    top: 47px !important;
  }
  .top-md-50 {
    top: 50px !important;
  }
  .top-md-51 {
    top: 51px !important;
  }
  .top-md-55 {
    top: 55px !important;
  }
  .top-md-56 {
    top: 56px !important;
  }
  .top-md-64 {
    top: 64px !important;
  }
  .top-md-70 {
    top: 70px !important;
  }
  .top-md-80 {
    top: 80px !important;
  }
  .top-md-90 {
    top: 90px !important;
  }
  .top-md-104 {
    top: 104px !important;
  }
  .top-md-115 {
    top: 115px !important;
  }
  .top-md-125 {
    top: 125px !important;
  }
  .top-md-140 {
    top: 140px !important;
  }
  .top-md-155 {
    top: 155px !important;
  }
  .top-md-170 {
    top: 170px !important;
  }
  .top-md-180 {
    top: 180px !important;
  }
  .top-md-225 {
    top: 225px !important;
  }
  .top-md-287 {
    top: 287px !important;
  }
  .top-md-315 {
    top: 315px !important;
  }
  .top-md-1038 {
    top: 1038px !important;
  }
  .top-md-1388 {
    top: 1388px !important;
  }
  .top-md-1780 {
    top: 1780px !important;
  }
  .top-md-1870 {
    top: 1870px !important;
  }
  .top-md-2069 {
    top: 2069px !important;
  }
  .top-md-2071 {
    top: 2071px !important;
  }
  .top-md-2170 {
    top: 2170px !important;
  }
  .top-md-2177 {
    top: 2177px !important;
  }
  .top-md-2420 {
    top: 2420px !important;
  }
  .top-md-2830 {
    top: 2830px !important;
  }
  .top-md-2980 {
    top: 2980px !important;
  }
  .top-md-3385 {
    top: 3385px !important;
  }
  .top-md-4600 {
    top: 4600px !important;
  }
  .top-md-6060 {
    top: 6060px !important;
  }
  .top-md-7155 {
    top: 7155px !important;
  }
  .top-md-7560 {
    top: 7560px !important;
  }
  .top-md-n16 {
    top: -16px !important;
  }
  .top-md-n34 {
    top: -34px !important;
  }
  .top-md-n38 {
    top: -38px !important;
  }
  .top-md-n42 {
    top: -42px !important;
  }
  .top-md-n87 {
    top: -87px !important;
  }
  .top-md-n102 {
    top: -102px !important;
  }
  .top-md-n110 {
    top: -110px !important;
  }
  .top-md-n132 {
    top: -132px !important;
  }
  .top-md-n200 {
    top: -200px !important;
  }
  .top-md-n315 {
    top: -315px !important;
  }
  .top-md-p15_1 {
    top: 15.1% !important;
  }
  .top-md-p17_2 {
    top: 17.2% !important;
  }
  .top-md-p18_2 {
    top: 18.2% !important;
  }
  .top-md-p20_2 {
    top: 20.2% !important;
  }
  .top-md-p23_2 {
    top: 23.2% !important;
  }
  .top-md-p25 {
    top: 25% !important;
  }
  .top-md-p30 {
    top: 30% !important;
  }
  .top-md-p40 {
    top: 40% !important;
  }
  .top-md-p50 {
    top: 50% !important;
  }
  .top-md-p58 {
    top: 58% !important;
  }
  .top-md-p63 {
    top: 63% !important;
  }
  .top-md-p64_2 {
    top: 64.2% !important;
  }
  .top-md-p64_6 {
    top: 64.6% !important;
  }
  .top-md-p100 {
    top: 100% !important;
  }
  .bottom-md-0 {
    bottom: 0 !important;
  }
  .bottom-md-8 {
    bottom: 8px !important;
  }
  .bottom-md-9 {
    bottom: 9px !important;
  }
  .bottom-md-12 {
    bottom: 12px !important;
  }
  .bottom-md-14 {
    bottom: 14px !important;
  }
  .bottom-md-17 {
    bottom: 17px !important;
  }
  .bottom-md-25 {
    bottom: 25px !important;
  }
  .bottom-md-30 {
    bottom: 30px !important;
  }
  .bottom-md-36 {
    bottom: 36px !important;
  }
  .bottom-md-44 {
    bottom: 44px !important;
  }
  .bottom-md-47 {
    bottom: 47px !important;
  }
  .bottom-md-50 {
    bottom: 50px !important;
  }
  .bottom-md-51 {
    bottom: 51px !important;
  }
  .bottom-md-55 {
    bottom: 55px !important;
  }
  .bottom-md-56 {
    bottom: 56px !important;
  }
  .bottom-md-64 {
    bottom: 64px !important;
  }
  .bottom-md-70 {
    bottom: 70px !important;
  }
  .bottom-md-80 {
    bottom: 80px !important;
  }
  .bottom-md-90 {
    bottom: 90px !important;
  }
  .bottom-md-104 {
    bottom: 104px !important;
  }
  .bottom-md-115 {
    bottom: 115px !important;
  }
  .bottom-md-125 {
    bottom: 125px !important;
  }
  .bottom-md-140 {
    bottom: 140px !important;
  }
  .bottom-md-155 {
    bottom: 155px !important;
  }
  .bottom-md-170 {
    bottom: 170px !important;
  }
  .bottom-md-180 {
    bottom: 180px !important;
  }
  .bottom-md-225 {
    bottom: 225px !important;
  }
  .bottom-md-287 {
    bottom: 287px !important;
  }
  .bottom-md-315 {
    bottom: 315px !important;
  }
  .bottom-md-1038 {
    bottom: 1038px !important;
  }
  .bottom-md-1388 {
    bottom: 1388px !important;
  }
  .bottom-md-1780 {
    bottom: 1780px !important;
  }
  .bottom-md-1870 {
    bottom: 1870px !important;
  }
  .bottom-md-2069 {
    bottom: 2069px !important;
  }
  .bottom-md-2071 {
    bottom: 2071px !important;
  }
  .bottom-md-2170 {
    bottom: 2170px !important;
  }
  .bottom-md-2177 {
    bottom: 2177px !important;
  }
  .bottom-md-2420 {
    bottom: 2420px !important;
  }
  .bottom-md-2830 {
    bottom: 2830px !important;
  }
  .bottom-md-2980 {
    bottom: 2980px !important;
  }
  .bottom-md-3385 {
    bottom: 3385px !important;
  }
  .bottom-md-4600 {
    bottom: 4600px !important;
  }
  .bottom-md-6060 {
    bottom: 6060px !important;
  }
  .bottom-md-7155 {
    bottom: 7155px !important;
  }
  .bottom-md-7560 {
    bottom: 7560px !important;
  }
  .bottom-md-n16 {
    bottom: -16px !important;
  }
  .bottom-md-n34 {
    bottom: -34px !important;
  }
  .bottom-md-n38 {
    bottom: -38px !important;
  }
  .bottom-md-n42 {
    bottom: -42px !important;
  }
  .bottom-md-n87 {
    bottom: -87px !important;
  }
  .bottom-md-n102 {
    bottom: -102px !important;
  }
  .bottom-md-n110 {
    bottom: -110px !important;
  }
  .bottom-md-n132 {
    bottom: -132px !important;
  }
  .bottom-md-n200 {
    bottom: -200px !important;
  }
  .bottom-md-n315 {
    bottom: -315px !important;
  }
  .bottom-md-p15_1 {
    bottom: 15.1% !important;
  }
  .bottom-md-p17_2 {
    bottom: 17.2% !important;
  }
  .bottom-md-p18_2 {
    bottom: 18.2% !important;
  }
  .bottom-md-p20_2 {
    bottom: 20.2% !important;
  }
  .bottom-md-p23_2 {
    bottom: 23.2% !important;
  }
  .bottom-md-p25 {
    bottom: 25% !important;
  }
  .bottom-md-p30 {
    bottom: 30% !important;
  }
  .bottom-md-p40 {
    bottom: 40% !important;
  }
  .bottom-md-p50 {
    bottom: 50% !important;
  }
  .bottom-md-p58 {
    bottom: 58% !important;
  }
  .bottom-md-p63 {
    bottom: 63% !important;
  }
  .bottom-md-p64_2 {
    bottom: 64.2% !important;
  }
  .bottom-md-p64_6 {
    bottom: 64.6% !important;
  }
  .bottom-md-p100 {
    bottom: 100% !important;
  }
  .start-md-0 {
    left: 0 !important;
  }
  .start-md-8 {
    left: 8px !important;
  }
  .start-md-9 {
    left: 9px !important;
  }
  .start-md-12 {
    left: 12px !important;
  }
  .start-md-14 {
    left: 14px !important;
  }
  .start-md-17 {
    left: 17px !important;
  }
  .start-md-25 {
    left: 25px !important;
  }
  .start-md-30 {
    left: 30px !important;
  }
  .start-md-36 {
    left: 36px !important;
  }
  .start-md-44 {
    left: 44px !important;
  }
  .start-md-47 {
    left: 47px !important;
  }
  .start-md-50 {
    left: 50px !important;
  }
  .start-md-51 {
    left: 51px !important;
  }
  .start-md-55 {
    left: 55px !important;
  }
  .start-md-56 {
    left: 56px !important;
  }
  .start-md-64 {
    left: 64px !important;
  }
  .start-md-70 {
    left: 70px !important;
  }
  .start-md-80 {
    left: 80px !important;
  }
  .start-md-90 {
    left: 90px !important;
  }
  .start-md-104 {
    left: 104px !important;
  }
  .start-md-115 {
    left: 115px !important;
  }
  .start-md-125 {
    left: 125px !important;
  }
  .start-md-140 {
    left: 140px !important;
  }
  .start-md-155 {
    left: 155px !important;
  }
  .start-md-170 {
    left: 170px !important;
  }
  .start-md-180 {
    left: 180px !important;
  }
  .start-md-225 {
    left: 225px !important;
  }
  .start-md-287 {
    left: 287px !important;
  }
  .start-md-315 {
    left: 315px !important;
  }
  .start-md-1038 {
    left: 1038px !important;
  }
  .start-md-1388 {
    left: 1388px !important;
  }
  .start-md-1780 {
    left: 1780px !important;
  }
  .start-md-1870 {
    left: 1870px !important;
  }
  .start-md-2069 {
    left: 2069px !important;
  }
  .start-md-2071 {
    left: 2071px !important;
  }
  .start-md-2170 {
    left: 2170px !important;
  }
  .start-md-2177 {
    left: 2177px !important;
  }
  .start-md-2420 {
    left: 2420px !important;
  }
  .start-md-2830 {
    left: 2830px !important;
  }
  .start-md-2980 {
    left: 2980px !important;
  }
  .start-md-3385 {
    left: 3385px !important;
  }
  .start-md-4600 {
    left: 4600px !important;
  }
  .start-md-6060 {
    left: 6060px !important;
  }
  .start-md-7155 {
    left: 7155px !important;
  }
  .start-md-7560 {
    left: 7560px !important;
  }
  .start-md-n16 {
    left: -16px !important;
  }
  .start-md-n34 {
    left: -34px !important;
  }
  .start-md-n38 {
    left: -38px !important;
  }
  .start-md-n42 {
    left: -42px !important;
  }
  .start-md-n87 {
    left: -87px !important;
  }
  .start-md-n102 {
    left: -102px !important;
  }
  .start-md-n110 {
    left: -110px !important;
  }
  .start-md-n132 {
    left: -132px !important;
  }
  .start-md-n200 {
    left: -200px !important;
  }
  .start-md-n315 {
    left: -315px !important;
  }
  .start-md-p15_1 {
    left: 15.1% !important;
  }
  .start-md-p17_2 {
    left: 17.2% !important;
  }
  .start-md-p18_2 {
    left: 18.2% !important;
  }
  .start-md-p20_2 {
    left: 20.2% !important;
  }
  .start-md-p23_2 {
    left: 23.2% !important;
  }
  .start-md-p25 {
    left: 25% !important;
  }
  .start-md-p30 {
    left: 30% !important;
  }
  .start-md-p40 {
    left: 40% !important;
  }
  .start-md-p50 {
    left: 50% !important;
  }
  .start-md-p58 {
    left: 58% !important;
  }
  .start-md-p63 {
    left: 63% !important;
  }
  .start-md-p64_2 {
    left: 64.2% !important;
  }
  .start-md-p64_6 {
    left: 64.6% !important;
  }
  .start-md-p100 {
    left: 100% !important;
  }
  .end-md-0 {
    right: 0 !important;
  }
  .end-md-8 {
    right: 8px !important;
  }
  .end-md-9 {
    right: 9px !important;
  }
  .end-md-12 {
    right: 12px !important;
  }
  .end-md-14 {
    right: 14px !important;
  }
  .end-md-17 {
    right: 17px !important;
  }
  .end-md-25 {
    right: 25px !important;
  }
  .end-md-30 {
    right: 30px !important;
  }
  .end-md-36 {
    right: 36px !important;
  }
  .end-md-44 {
    right: 44px !important;
  }
  .end-md-47 {
    right: 47px !important;
  }
  .end-md-50 {
    right: 50px !important;
  }
  .end-md-51 {
    right: 51px !important;
  }
  .end-md-55 {
    right: 55px !important;
  }
  .end-md-56 {
    right: 56px !important;
  }
  .end-md-64 {
    right: 64px !important;
  }
  .end-md-70 {
    right: 70px !important;
  }
  .end-md-80 {
    right: 80px !important;
  }
  .end-md-90 {
    right: 90px !important;
  }
  .end-md-104 {
    right: 104px !important;
  }
  .end-md-115 {
    right: 115px !important;
  }
  .end-md-125 {
    right: 125px !important;
  }
  .end-md-140 {
    right: 140px !important;
  }
  .end-md-155 {
    right: 155px !important;
  }
  .end-md-170 {
    right: 170px !important;
  }
  .end-md-180 {
    right: 180px !important;
  }
  .end-md-225 {
    right: 225px !important;
  }
  .end-md-287 {
    right: 287px !important;
  }
  .end-md-315 {
    right: 315px !important;
  }
  .end-md-1038 {
    right: 1038px !important;
  }
  .end-md-1388 {
    right: 1388px !important;
  }
  .end-md-1780 {
    right: 1780px !important;
  }
  .end-md-1870 {
    right: 1870px !important;
  }
  .end-md-2069 {
    right: 2069px !important;
  }
  .end-md-2071 {
    right: 2071px !important;
  }
  .end-md-2170 {
    right: 2170px !important;
  }
  .end-md-2177 {
    right: 2177px !important;
  }
  .end-md-2420 {
    right: 2420px !important;
  }
  .end-md-2830 {
    right: 2830px !important;
  }
  .end-md-2980 {
    right: 2980px !important;
  }
  .end-md-3385 {
    right: 3385px !important;
  }
  .end-md-4600 {
    right: 4600px !important;
  }
  .end-md-6060 {
    right: 6060px !important;
  }
  .end-md-7155 {
    right: 7155px !important;
  }
  .end-md-7560 {
    right: 7560px !important;
  }
  .end-md-n16 {
    right: -16px !important;
  }
  .end-md-n34 {
    right: -34px !important;
  }
  .end-md-n38 {
    right: -38px !important;
  }
  .end-md-n42 {
    right: -42px !important;
  }
  .end-md-n87 {
    right: -87px !important;
  }
  .end-md-n102 {
    right: -102px !important;
  }
  .end-md-n110 {
    right: -110px !important;
  }
  .end-md-n132 {
    right: -132px !important;
  }
  .end-md-n200 {
    right: -200px !important;
  }
  .end-md-n315 {
    right: -315px !important;
  }
  .end-md-p15_1 {
    right: 15.1% !important;
  }
  .end-md-p17_2 {
    right: 17.2% !important;
  }
  .end-md-p18_2 {
    right: 18.2% !important;
  }
  .end-md-p20_2 {
    right: 20.2% !important;
  }
  .end-md-p23_2 {
    right: 23.2% !important;
  }
  .end-md-p25 {
    right: 25% !important;
  }
  .end-md-p30 {
    right: 30% !important;
  }
  .end-md-p40 {
    right: 40% !important;
  }
  .end-md-p50 {
    right: 50% !important;
  }
  .end-md-p58 {
    right: 58% !important;
  }
  .end-md-p63 {
    right: 63% !important;
  }
  .end-md-p64_2 {
    right: 64.2% !important;
  }
  .end-md-p64_6 {
    right: 64.6% !important;
  }
  .end-md-p100 {
    right: 100% !important;
  }
  .translate-middle-md {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-md-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-md-y {
    transform: translateY(-50%) !important;
  }
  .translate-middle-md-r-n1 {
    transform: rotate(-1deg) !important;
  }
  .border-md {
    border: 1px solid #dee2e6 !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-md-transparent {
    border: 1px solid transparent !important;
  }
  .border-md-odBorder {
    border: 1px solid #e8e8ee !important;
  }
  .border-md-odBorder-2 {
    border: 2px solid #e8e8ee !important;
  }
  .border-md-tbodyBorder {
    border: 1px solid #b2b2b2 !important;
  }
  .border-md-none {
    border: none !important;
  }
  .border-top-md {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-top-md-0 {
    border-top: 0 !important;
  }
  .border-top-md-transparent {
    border-top: 1px solid transparent !important;
  }
  .border-top-md-odBorder {
    border-top: 1px solid #e8e8ee !important;
  }
  .border-top-md-odBorder-2 {
    border-top: 2px solid #e8e8ee !important;
  }
  .border-top-md-tbodyBorder {
    border-top: 1px solid #b2b2b2 !important;
  }
  .border-top-md-none {
    border-top: none !important;
  }
  .border-end-md {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-end-md-0 {
    border-right: 0 !important;
  }
  .border-end-md-transparent {
    border-right: 1px solid transparent !important;
  }
  .border-end-md-odBorder {
    border-right: 1px solid #e8e8ee !important;
  }
  .border-end-md-odBorder-2 {
    border-right: 2px solid #e8e8ee !important;
  }
  .border-end-md-tbodyBorder {
    border-right: 1px solid #b2b2b2 !important;
  }
  .border-end-md-none {
    border-right: none !important;
  }
  .border-bottom-md {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-bottom-md-0 {
    border-bottom: 0 !important;
  }
  .border-bottom-md-transparent {
    border-bottom: 1px solid transparent !important;
  }
  .border-bottom-md-odBorder {
    border-bottom: 1px solid #e8e8ee !important;
  }
  .border-bottom-md-odBorder-2 {
    border-bottom: 2px solid #e8e8ee !important;
  }
  .border-bottom-md-tbodyBorder {
    border-bottom: 1px solid #b2b2b2 !important;
  }
  .border-bottom-md-none {
    border-bottom: none !important;
  }
  .border-start-md {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-start-md-0 {
    border-left: 0 !important;
  }
  .border-start-md-transparent {
    border-left: 1px solid transparent !important;
  }
  .border-start-md-odBorder {
    border-left: 1px solid #e8e8ee !important;
  }
  .border-start-md-odBorder-2 {
    border-left: 2px solid #e8e8ee !important;
  }
  .border-start-md-tbodyBorder {
    border-left: 1px solid #b2b2b2 !important;
  }
  .border-start-md-none {
    border-left: none !important;
  }
  .border-md-1 {
    border-width: 1px !important;
  }
  .border-md-2 {
    border-width: 2px !important;
  }
  .border-md-3 {
    border-width: 3px !important;
  }
  .border-md-4 {
    border-width: 4px !important;
  }
  .border-md-5 {
    border-width: 5px !important;
  }
  .border-md-6 {
    border-width: 6px !important;
  }
  .w-md-0 {
    width: 0px !important;
  }
  .w-md-8 {
    width: 8px !important;
  }
  .w-md-15 {
    width: 15px !important;
  }
  .w-md-16 {
    width: 16px !important;
  }
  .w-md-18 {
    width: 18px !important;
  }
  .w-md-20 {
    width: 20px !important;
  }
  .w-md-22 {
    width: 22px !important;
  }
  .w-md-23 {
    width: 23px !important;
  }
  .w-md-24 {
    width: 24px !important;
  }
  .w-md-30 {
    width: 30px !important;
  }
  .w-md-34 {
    width: 34px !important;
  }
  .w-md-40 {
    width: 40px !important;
  }
  .w-md-42 {
    width: 42px !important;
  }
  .w-md-43 {
    width: 43px !important;
  }
  .w-md-46 {
    width: 46px !important;
  }
  .w-md-47 {
    width: 47px !important;
  }
  .w-md-50 {
    width: 50px !important;
  }
  .w-md-54 {
    width: 54px !important;
  }
  .w-md-55 {
    width: 55px !important;
  }
  .w-md-63 {
    width: 63px !important;
  }
  .w-md-70 {
    width: 70px !important;
  }
  .w-md-73 {
    width: 73px !important;
  }
  .w-md-80 {
    width: 80px !important;
  }
  .w-md-86 {
    width: 86px !important;
  }
  .w-md-88 {
    width: 88px !important;
  }
  .w-md-90 {
    width: 90px !important;
  }
  .w-md-93 {
    width: 93px !important;
  }
  .w-md-95 {
    width: 95px !important;
  }
  .w-md-100 {
    width: 100px !important;
  }
  .w-md-103 {
    width: 103px !important;
  }
  .w-md-105 {
    width: 105px !important;
  }
  .w-md-113 {
    width: 113px !important;
  }
  .w-md-119 {
    width: 119px !important;
  }
  .w-md-120 {
    width: 120px !important;
  }
  .w-md-123 {
    width: 123px !important;
  }
  .w-md-125 {
    width: 125px !important;
  }
  .w-md-132 {
    width: 132px !important;
  }
  .w-md-135 {
    width: 135px !important;
  }
  .w-md-140 {
    width: 140px !important;
  }
  .w-md-145 {
    width: 145px !important;
  }
  .w-md-160 {
    width: 160px !important;
  }
  .w-md-187 {
    width: 187px !important;
  }
  .w-md-198 {
    width: 198px !important;
  }
  .w-md-202 {
    width: 202px !important;
  }
  .w-md-231 {
    width: 231px !important;
  }
  .w-md-260 {
    width: 260px !important;
  }
  .w-md-278 {
    width: 278px !important;
  }
  .w-md-291 {
    width: 291px !important;
  }
  .w-md-310 {
    width: 310px !important;
  }
  .w-md-340 {
    width: 340px !important;
  }
  .w-md-360 {
    width: 360px !important;
  }
  .w-md-373 {
    width: 373px !important;
  }
  .w-md-405 {
    width: 405px !important;
  }
  .w-md-430 {
    width: 430px !important;
  }
  .w-md-524 {
    width: 524px !important;
  }
  .w-md-597 {
    width: 597px !important;
  }
  .w-md-634 {
    width: 634px !important;
  }
  .w-md-666 {
    width: 666px !important;
  }
  .w-md-770 {
    width: 770px !important;
  }
  .w-md-780 {
    width: 780px !important;
  }
  .w-md-1210 {
    width: 1210px !important;
  }
  .w-md-1320 {
    width: 1320px !important;
  }
  .w-md-p17 {
    width: 17% !important;
  }
  .w-md-p18 {
    width: 18% !important;
  }
  .w-md-p20 {
    width: 20% !important;
  }
  .w-md-p24 {
    width: 24% !important;
  }
  .w-md-p25 {
    width: 25% !important;
  }
  .w-md-p30 {
    width: 30% !important;
  }
  .w-md-p33 {
    width: 33% !important;
  }
  .w-md-p33_5 {
    width: 33.5% !important;
  }
  .w-md-p40 {
    width: 40% !important;
  }
  .w-md-p50 {
    width: 50% !important;
  }
  .w-md-p60 {
    width: 60% !important;
  }
  .w-md-p65 {
    width: 65% !important;
  }
  .w-md-p66_5 {
    width: 66.5% !important;
  }
  .w-md-p67 {
    width: 67% !important;
  }
  .w-md-p70 {
    width: 70% !important;
  }
  .w-md-p75 {
    width: 75% !important;
  }
  .w-md-p76 {
    width: 76% !important;
  }
  .w-md-p80 {
    width: 80% !important;
  }
  .w-md-p90 {
    width: 90% !important;
  }
  .w-md-p96 {
    width: 96% !important;
  }
  .w-md-p100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-vw82 {
    width: 82vw !important;
  }
  .w-md-vw100 {
    width: 100vw !important;
  }
  .mw-md-0 {
    max-width: 0px !important;
  }
  .mw-md-8 {
    max-width: 8px !important;
  }
  .mw-md-15 {
    max-width: 15px !important;
  }
  .mw-md-16 {
    max-width: 16px !important;
  }
  .mw-md-18 {
    max-width: 18px !important;
  }
  .mw-md-20 {
    max-width: 20px !important;
  }
  .mw-md-22 {
    max-width: 22px !important;
  }
  .mw-md-23 {
    max-width: 23px !important;
  }
  .mw-md-24 {
    max-width: 24px !important;
  }
  .mw-md-30 {
    max-width: 30px !important;
  }
  .mw-md-34 {
    max-width: 34px !important;
  }
  .mw-md-40 {
    max-width: 40px !important;
  }
  .mw-md-42 {
    max-width: 42px !important;
  }
  .mw-md-43 {
    max-width: 43px !important;
  }
  .mw-md-46 {
    max-width: 46px !important;
  }
  .mw-md-47 {
    max-width: 47px !important;
  }
  .mw-md-50 {
    max-width: 50px !important;
  }
  .mw-md-54 {
    max-width: 54px !important;
  }
  .mw-md-55 {
    max-width: 55px !important;
  }
  .mw-md-63 {
    max-width: 63px !important;
  }
  .mw-md-70 {
    max-width: 70px !important;
  }
  .mw-md-73 {
    max-width: 73px !important;
  }
  .mw-md-80 {
    max-width: 80px !important;
  }
  .mw-md-86 {
    max-width: 86px !important;
  }
  .mw-md-88 {
    max-width: 88px !important;
  }
  .mw-md-90 {
    max-width: 90px !important;
  }
  .mw-md-93 {
    max-width: 93px !important;
  }
  .mw-md-95 {
    max-width: 95px !important;
  }
  .mw-md-100 {
    max-width: 100px !important;
  }
  .mw-md-103 {
    max-width: 103px !important;
  }
  .mw-md-105 {
    max-width: 105px !important;
  }
  .mw-md-113 {
    max-width: 113px !important;
  }
  .mw-md-119 {
    max-width: 119px !important;
  }
  .mw-md-120 {
    max-width: 120px !important;
  }
  .mw-md-123 {
    max-width: 123px !important;
  }
  .mw-md-125 {
    max-width: 125px !important;
  }
  .mw-md-132 {
    max-width: 132px !important;
  }
  .mw-md-135 {
    max-width: 135px !important;
  }
  .mw-md-140 {
    max-width: 140px !important;
  }
  .mw-md-145 {
    max-width: 145px !important;
  }
  .mw-md-160 {
    max-width: 160px !important;
  }
  .mw-md-187 {
    max-width: 187px !important;
  }
  .mw-md-198 {
    max-width: 198px !important;
  }
  .mw-md-202 {
    max-width: 202px !important;
  }
  .mw-md-231 {
    max-width: 231px !important;
  }
  .mw-md-260 {
    max-width: 260px !important;
  }
  .mw-md-278 {
    max-width: 278px !important;
  }
  .mw-md-291 {
    max-width: 291px !important;
  }
  .mw-md-310 {
    max-width: 310px !important;
  }
  .mw-md-340 {
    max-width: 340px !important;
  }
  .mw-md-360 {
    max-width: 360px !important;
  }
  .mw-md-373 {
    max-width: 373px !important;
  }
  .mw-md-405 {
    max-width: 405px !important;
  }
  .mw-md-430 {
    max-width: 430px !important;
  }
  .mw-md-524 {
    max-width: 524px !important;
  }
  .mw-md-597 {
    max-width: 597px !important;
  }
  .mw-md-634 {
    max-width: 634px !important;
  }
  .mw-md-666 {
    max-width: 666px !important;
  }
  .mw-md-770 {
    max-width: 770px !important;
  }
  .mw-md-780 {
    max-width: 780px !important;
  }
  .mw-md-1210 {
    max-width: 1210px !important;
  }
  .mw-md-1320 {
    max-width: 1320px !important;
  }
  .mw-md-p17 {
    max-width: 17% !important;
  }
  .mw-md-p18 {
    max-width: 18% !important;
  }
  .mw-md-p20 {
    max-width: 20% !important;
  }
  .mw-md-p24 {
    max-width: 24% !important;
  }
  .mw-md-p25 {
    max-width: 25% !important;
  }
  .mw-md-p30 {
    max-width: 30% !important;
  }
  .mw-md-p33 {
    max-width: 33% !important;
  }
  .mw-md-p33_5 {
    max-width: 33.5% !important;
  }
  .mw-md-p40 {
    max-width: 40% !important;
  }
  .mw-md-p50 {
    max-width: 50% !important;
  }
  .mw-md-p60 {
    max-width: 60% !important;
  }
  .mw-md-p65 {
    max-width: 65% !important;
  }
  .mw-md-p66_5 {
    max-width: 66.5% !important;
  }
  .mw-md-p67 {
    max-width: 67% !important;
  }
  .mw-md-p70 {
    max-width: 70% !important;
  }
  .mw-md-p75 {
    max-width: 75% !important;
  }
  .mw-md-p76 {
    max-width: 76% !important;
  }
  .mw-md-p80 {
    max-width: 80% !important;
  }
  .mw-md-p90 {
    max-width: 90% !important;
  }
  .mw-md-p96 {
    max-width: 96% !important;
  }
  .mw-md-p100 {
    max-width: 100% !important;
  }
  .mw-md-auto {
    max-width: auto !important;
  }
  .mw-md-vw82 {
    max-width: 82vw !important;
  }
  .mw-md-vw100 {
    max-width: 100vw !important;
  }
  .min-vw-md-0 {
    min-width: 0px !important;
  }
  .min-vw-md-8 {
    min-width: 8px !important;
  }
  .min-vw-md-15 {
    min-width: 15px !important;
  }
  .min-vw-md-16 {
    min-width: 16px !important;
  }
  .min-vw-md-18 {
    min-width: 18px !important;
  }
  .min-vw-md-20 {
    min-width: 20px !important;
  }
  .min-vw-md-22 {
    min-width: 22px !important;
  }
  .min-vw-md-23 {
    min-width: 23px !important;
  }
  .min-vw-md-24 {
    min-width: 24px !important;
  }
  .min-vw-md-30 {
    min-width: 30px !important;
  }
  .min-vw-md-34 {
    min-width: 34px !important;
  }
  .min-vw-md-40 {
    min-width: 40px !important;
  }
  .min-vw-md-42 {
    min-width: 42px !important;
  }
  .min-vw-md-43 {
    min-width: 43px !important;
  }
  .min-vw-md-46 {
    min-width: 46px !important;
  }
  .min-vw-md-47 {
    min-width: 47px !important;
  }
  .min-vw-md-50 {
    min-width: 50px !important;
  }
  .min-vw-md-54 {
    min-width: 54px !important;
  }
  .min-vw-md-55 {
    min-width: 55px !important;
  }
  .min-vw-md-63 {
    min-width: 63px !important;
  }
  .min-vw-md-70 {
    min-width: 70px !important;
  }
  .min-vw-md-73 {
    min-width: 73px !important;
  }
  .min-vw-md-80 {
    min-width: 80px !important;
  }
  .min-vw-md-86 {
    min-width: 86px !important;
  }
  .min-vw-md-88 {
    min-width: 88px !important;
  }
  .min-vw-md-90 {
    min-width: 90px !important;
  }
  .min-vw-md-93 {
    min-width: 93px !important;
  }
  .min-vw-md-95 {
    min-width: 95px !important;
  }
  .min-vw-md-100 {
    min-width: 100px !important;
  }
  .min-vw-md-103 {
    min-width: 103px !important;
  }
  .min-vw-md-105 {
    min-width: 105px !important;
  }
  .min-vw-md-113 {
    min-width: 113px !important;
  }
  .min-vw-md-119 {
    min-width: 119px !important;
  }
  .min-vw-md-120 {
    min-width: 120px !important;
  }
  .min-vw-md-123 {
    min-width: 123px !important;
  }
  .min-vw-md-125 {
    min-width: 125px !important;
  }
  .min-vw-md-132 {
    min-width: 132px !important;
  }
  .min-vw-md-135 {
    min-width: 135px !important;
  }
  .min-vw-md-140 {
    min-width: 140px !important;
  }
  .min-vw-md-145 {
    min-width: 145px !important;
  }
  .min-vw-md-160 {
    min-width: 160px !important;
  }
  .min-vw-md-187 {
    min-width: 187px !important;
  }
  .min-vw-md-198 {
    min-width: 198px !important;
  }
  .min-vw-md-202 {
    min-width: 202px !important;
  }
  .min-vw-md-231 {
    min-width: 231px !important;
  }
  .min-vw-md-260 {
    min-width: 260px !important;
  }
  .min-vw-md-278 {
    min-width: 278px !important;
  }
  .min-vw-md-291 {
    min-width: 291px !important;
  }
  .min-vw-md-310 {
    min-width: 310px !important;
  }
  .min-vw-md-340 {
    min-width: 340px !important;
  }
  .min-vw-md-360 {
    min-width: 360px !important;
  }
  .min-vw-md-373 {
    min-width: 373px !important;
  }
  .min-vw-md-405 {
    min-width: 405px !important;
  }
  .min-vw-md-430 {
    min-width: 430px !important;
  }
  .min-vw-md-524 {
    min-width: 524px !important;
  }
  .min-vw-md-597 {
    min-width: 597px !important;
  }
  .min-vw-md-634 {
    min-width: 634px !important;
  }
  .min-vw-md-666 {
    min-width: 666px !important;
  }
  .min-vw-md-770 {
    min-width: 770px !important;
  }
  .min-vw-md-780 {
    min-width: 780px !important;
  }
  .min-vw-md-1210 {
    min-width: 1210px !important;
  }
  .min-vw-md-1320 {
    min-width: 1320px !important;
  }
  .min-vw-md-p17 {
    min-width: 17% !important;
  }
  .min-vw-md-p18 {
    min-width: 18% !important;
  }
  .min-vw-md-p20 {
    min-width: 20% !important;
  }
  .min-vw-md-p24 {
    min-width: 24% !important;
  }
  .min-vw-md-p25 {
    min-width: 25% !important;
  }
  .min-vw-md-p30 {
    min-width: 30% !important;
  }
  .min-vw-md-p33 {
    min-width: 33% !important;
  }
  .min-vw-md-p33_5 {
    min-width: 33.5% !important;
  }
  .min-vw-md-p40 {
    min-width: 40% !important;
  }
  .min-vw-md-p50 {
    min-width: 50% !important;
  }
  .min-vw-md-p60 {
    min-width: 60% !important;
  }
  .min-vw-md-p65 {
    min-width: 65% !important;
  }
  .min-vw-md-p66_5 {
    min-width: 66.5% !important;
  }
  .min-vw-md-p67 {
    min-width: 67% !important;
  }
  .min-vw-md-p70 {
    min-width: 70% !important;
  }
  .min-vw-md-p75 {
    min-width: 75% !important;
  }
  .min-vw-md-p76 {
    min-width: 76% !important;
  }
  .min-vw-md-p80 {
    min-width: 80% !important;
  }
  .min-vw-md-p90 {
    min-width: 90% !important;
  }
  .min-vw-md-p96 {
    min-width: 96% !important;
  }
  .min-vw-md-p100 {
    min-width: 100% !important;
  }
  .min-vw-md-auto {
    min-width: auto !important;
  }
  .min-vw-md-vw82 {
    min-width: 82vw !important;
  }
  .min-vw-md-vw100 {
    min-width: 100vw !important;
  }
  .h-md-2 {
    height: 2px !important;
  }
  .h-md-5 {
    height: 5px !important;
  }
  .h-md-6 {
    height: 6px !important;
  }
  .h-md-8 {
    height: 8px !important;
  }
  .h-md-12 {
    height: 12px !important;
  }
  .h-md-15 {
    height: 15px !important;
  }
  .h-md-16 {
    height: 16px !important;
  }
  .h-md-17 {
    height: 17px !important;
  }
  .h-md-19 {
    height: 19px !important;
  }
  .h-md-20 {
    height: 20px !important;
  }
  .h-md-22 {
    height: 22px !important;
  }
  .h-md-25 {
    height: 25px !important;
  }
  .h-md-27 {
    height: 27px !important;
  }
  .h-md-29 {
    height: 29px !important;
  }
  .h-md-30 {
    height: 30px !important;
  }
  .h-md-34 {
    height: 34px !important;
  }
  .h-md-37 {
    height: 37px !important;
  }
  .h-md-39 {
    height: 39px !important;
  }
  .h-md-40 {
    height: 40px !important;
  }
  .h-md-43 {
    height: 43px !important;
  }
  .h-md-45 {
    height: 45px !important;
  }
  .h-md-46 {
    height: 46px !important;
  }
  .h-md-50 {
    height: 50px !important;
  }
  .h-md-56 {
    height: 56px !important;
  }
  .h-md-63 {
    height: 63px !important;
  }
  .h-md-80 {
    height: 80px !important;
  }
  .h-md-88 {
    height: 88px !important;
  }
  .h-md-100 {
    height: 100px !important;
  }
  .h-md-124 {
    height: 124px !important;
  }
  .h-md-140 {
    height: 140px !important;
  }
  .h-md-153 {
    height: 153px !important;
  }
  .h-md-160 {
    height: 160px !important;
  }
  .h-md-174 {
    height: 174px !important;
  }
  .h-md-185 {
    height: 185px !important;
  }
  .h-md-200 {
    height: 200px !important;
  }
  .h-md-225 {
    height: 225px !important;
  }
  .h-md-241 {
    height: 241px !important;
  }
  .h-md-245 {
    height: 245px !important;
  }
  .h-md-260 {
    height: 260px !important;
  }
  .h-md-350 {
    height: 350px !important;
  }
  .h-md-400 {
    height: 400px !important;
  }
  .h-md-p25 {
    height: 25% !important;
  }
  .h-md-p50 {
    height: 50% !important;
  }
  .h-md-p75 {
    height: 75% !important;
  }
  .h-md-p100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-100vh {
    height: 100vh !important;
  }
  .mh-md-2 {
    max-height: 2px !important;
  }
  .mh-md-5 {
    max-height: 5px !important;
  }
  .mh-md-6 {
    max-height: 6px !important;
  }
  .mh-md-8 {
    max-height: 8px !important;
  }
  .mh-md-12 {
    max-height: 12px !important;
  }
  .mh-md-15 {
    max-height: 15px !important;
  }
  .mh-md-16 {
    max-height: 16px !important;
  }
  .mh-md-17 {
    max-height: 17px !important;
  }
  .mh-md-19 {
    max-height: 19px !important;
  }
  .mh-md-20 {
    max-height: 20px !important;
  }
  .mh-md-22 {
    max-height: 22px !important;
  }
  .mh-md-25 {
    max-height: 25px !important;
  }
  .mh-md-27 {
    max-height: 27px !important;
  }
  .mh-md-29 {
    max-height: 29px !important;
  }
  .mh-md-30 {
    max-height: 30px !important;
  }
  .mh-md-34 {
    max-height: 34px !important;
  }
  .mh-md-37 {
    max-height: 37px !important;
  }
  .mh-md-39 {
    max-height: 39px !important;
  }
  .mh-md-40 {
    max-height: 40px !important;
  }
  .mh-md-43 {
    max-height: 43px !important;
  }
  .mh-md-45 {
    max-height: 45px !important;
  }
  .mh-md-46 {
    max-height: 46px !important;
  }
  .mh-md-50 {
    max-height: 50px !important;
  }
  .mh-md-56 {
    max-height: 56px !important;
  }
  .mh-md-63 {
    max-height: 63px !important;
  }
  .mh-md-80 {
    max-height: 80px !important;
  }
  .mh-md-88 {
    max-height: 88px !important;
  }
  .mh-md-100 {
    max-height: 100px !important;
  }
  .mh-md-124 {
    max-height: 124px !important;
  }
  .mh-md-140 {
    max-height: 140px !important;
  }
  .mh-md-153 {
    max-height: 153px !important;
  }
  .mh-md-160 {
    max-height: 160px !important;
  }
  .mh-md-174 {
    max-height: 174px !important;
  }
  .mh-md-185 {
    max-height: 185px !important;
  }
  .mh-md-200 {
    max-height: 200px !important;
  }
  .mh-md-225 {
    max-height: 225px !important;
  }
  .mh-md-241 {
    max-height: 241px !important;
  }
  .mh-md-245 {
    max-height: 245px !important;
  }
  .mh-md-260 {
    max-height: 260px !important;
  }
  .mh-md-350 {
    max-height: 350px !important;
  }
  .mh-md-400 {
    max-height: 400px !important;
  }
  .mh-md-p25 {
    max-height: 25% !important;
  }
  .mh-md-p50 {
    max-height: 50% !important;
  }
  .mh-md-p75 {
    max-height: 75% !important;
  }
  .mh-md-p100 {
    max-height: 100% !important;
  }
  .mh-md-auto {
    max-height: auto !important;
  }
  .mh-md-100vh {
    max-height: 100vh !important;
  }
  .vh-md-2 {
    height: 2px !important;
  }
  .vh-md-5 {
    height: 5px !important;
  }
  .vh-md-6 {
    height: 6px !important;
  }
  .vh-md-8 {
    height: 8px !important;
  }
  .vh-md-12 {
    height: 12px !important;
  }
  .vh-md-15 {
    height: 15px !important;
  }
  .vh-md-16 {
    height: 16px !important;
  }
  .vh-md-17 {
    height: 17px !important;
  }
  .vh-md-19 {
    height: 19px !important;
  }
  .vh-md-20 {
    height: 20px !important;
  }
  .vh-md-22 {
    height: 22px !important;
  }
  .vh-md-25 {
    height: 25px !important;
  }
  .vh-md-27 {
    height: 27px !important;
  }
  .vh-md-29 {
    height: 29px !important;
  }
  .vh-md-30 {
    height: 30px !important;
  }
  .vh-md-34 {
    height: 34px !important;
  }
  .vh-md-37 {
    height: 37px !important;
  }
  .vh-md-39 {
    height: 39px !important;
  }
  .vh-md-40 {
    height: 40px !important;
  }
  .vh-md-43 {
    height: 43px !important;
  }
  .vh-md-45 {
    height: 45px !important;
  }
  .vh-md-46 {
    height: 46px !important;
  }
  .vh-md-50 {
    height: 50px !important;
  }
  .vh-md-56 {
    height: 56px !important;
  }
  .vh-md-63 {
    height: 63px !important;
  }
  .vh-md-80 {
    height: 80px !important;
  }
  .vh-md-88 {
    height: 88px !important;
  }
  .vh-md-100 {
    height: 100px !important;
  }
  .vh-md-124 {
    height: 124px !important;
  }
  .vh-md-140 {
    height: 140px !important;
  }
  .vh-md-153 {
    height: 153px !important;
  }
  .vh-md-160 {
    height: 160px !important;
  }
  .vh-md-174 {
    height: 174px !important;
  }
  .vh-md-185 {
    height: 185px !important;
  }
  .vh-md-200 {
    height: 200px !important;
  }
  .vh-md-225 {
    height: 225px !important;
  }
  .vh-md-241 {
    height: 241px !important;
  }
  .vh-md-245 {
    height: 245px !important;
  }
  .vh-md-260 {
    height: 260px !important;
  }
  .vh-md-350 {
    height: 350px !important;
  }
  .vh-md-400 {
    height: 400px !important;
  }
  .vh-md-p25 {
    height: 25% !important;
  }
  .vh-md-p50 {
    height: 50% !important;
  }
  .vh-md-p75 {
    height: 75% !important;
  }
  .vh-md-p100 {
    height: 100% !important;
  }
  .vh-md-auto {
    height: auto !important;
  }
  .vh-md-100vh {
    height: 100vh !important;
  }
  .min-vh-md-2 {
    min-height: 2px !important;
  }
  .min-vh-md-5 {
    min-height: 5px !important;
  }
  .min-vh-md-6 {
    min-height: 6px !important;
  }
  .min-vh-md-8 {
    min-height: 8px !important;
  }
  .min-vh-md-12 {
    min-height: 12px !important;
  }
  .min-vh-md-15 {
    min-height: 15px !important;
  }
  .min-vh-md-16 {
    min-height: 16px !important;
  }
  .min-vh-md-17 {
    min-height: 17px !important;
  }
  .min-vh-md-19 {
    min-height: 19px !important;
  }
  .min-vh-md-20 {
    min-height: 20px !important;
  }
  .min-vh-md-22 {
    min-height: 22px !important;
  }
  .min-vh-md-25 {
    min-height: 25px !important;
  }
  .min-vh-md-27 {
    min-height: 27px !important;
  }
  .min-vh-md-29 {
    min-height: 29px !important;
  }
  .min-vh-md-30 {
    min-height: 30px !important;
  }
  .min-vh-md-34 {
    min-height: 34px !important;
  }
  .min-vh-md-37 {
    min-height: 37px !important;
  }
  .min-vh-md-39 {
    min-height: 39px !important;
  }
  .min-vh-md-40 {
    min-height: 40px !important;
  }
  .min-vh-md-43 {
    min-height: 43px !important;
  }
  .min-vh-md-45 {
    min-height: 45px !important;
  }
  .min-vh-md-46 {
    min-height: 46px !important;
  }
  .min-vh-md-50 {
    min-height: 50px !important;
  }
  .min-vh-md-56 {
    min-height: 56px !important;
  }
  .min-vh-md-63 {
    min-height: 63px !important;
  }
  .min-vh-md-80 {
    min-height: 80px !important;
  }
  .min-vh-md-88 {
    min-height: 88px !important;
  }
  .min-vh-md-100 {
    min-height: 100px !important;
  }
  .min-vh-md-124 {
    min-height: 124px !important;
  }
  .min-vh-md-140 {
    min-height: 140px !important;
  }
  .min-vh-md-153 {
    min-height: 153px !important;
  }
  .min-vh-md-160 {
    min-height: 160px !important;
  }
  .min-vh-md-174 {
    min-height: 174px !important;
  }
  .min-vh-md-185 {
    min-height: 185px !important;
  }
  .min-vh-md-200 {
    min-height: 200px !important;
  }
  .min-vh-md-225 {
    min-height: 225px !important;
  }
  .min-vh-md-241 {
    min-height: 241px !important;
  }
  .min-vh-md-245 {
    min-height: 245px !important;
  }
  .min-vh-md-260 {
    min-height: 260px !important;
  }
  .min-vh-md-350 {
    min-height: 350px !important;
  }
  .min-vh-md-400 {
    min-height: 400px !important;
  }
  .min-vh-md-p25 {
    min-height: 25% !important;
  }
  .min-vh-md-p50 {
    min-height: 50% !important;
  }
  .min-vh-md-p75 {
    min-height: 75% !important;
  }
  .min-vh-md-p100 {
    min-height: 100% !important;
  }
  .min-vh-md-auto {
    min-height: auto !important;
  }
  .min-vh-md-100vh {
    min-height: 100vh !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .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-6 {
    margin: 6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .m-md-25 {
    margin: 25px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .m-md-120 {
    margin: 120px !important;
  }
  .m-md-160 {
    margin: 160px !important;
  }
  .m-md-198 {
    margin: 198px !important;
  }
  .m-md-220 {
    margin: 220px !important;
  }
  .m-md-260 {
    margin: 260px !important;
  }
  .m-md-270 {
    margin: 270px !important;
  }
  .m-md-283 {
    margin: 283px !important;
  }
  .m-md-365 {
    margin: 365px !important;
  }
  .m-md-430 {
    margin: 430px !important;
  }
  .m-md-460 {
    margin: 460px !important;
  }
  .m-md-d0p4 {
    margin: 0.4rem !important;
  }
  .m-md-d0p7 {
    margin: 0.7rem !important;
  }
  .m-md-d2p2 {
    margin: 2.2rem !important;
  }
  .m-md-1px {
    margin: 1px !important;
  }
  .m-md-2px {
    margin: 2px !important;
  }
  .m-md-4px {
    margin: 4px !important;
  }
  .m-md-6px {
    margin: 6px !important;
  }
  .m-md-7px {
    margin: 7px !important;
  }
  .m-md-8px {
    margin: 8px !important;
  }
  .m-md-23px {
    margin: 23px !important;
  }
  .m-md-30px {
    margin: 30px !important;
  }
  .m-md-p36 {
    margin: 36% !important;
  }
  .m-md-p38 {
    margin: 38% !important;
  }
  .m-md-p83 {
    margin: 83% !important;
  }
  .m-md-p88 {
    margin: 88% !important;
  }
  .m-md-inherit {
    margin: inherit !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-md-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-md-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-md-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .mx-md-198 {
    margin-right: 198px !important;
    margin-left: 198px !important;
  }
  .mx-md-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }
  .mx-md-260 {
    margin-right: 260px !important;
    margin-left: 260px !important;
  }
  .mx-md-270 {
    margin-right: 270px !important;
    margin-left: 270px !important;
  }
  .mx-md-283 {
    margin-right: 283px !important;
    margin-left: 283px !important;
  }
  .mx-md-365 {
    margin-right: 365px !important;
    margin-left: 365px !important;
  }
  .mx-md-430 {
    margin-right: 430px !important;
    margin-left: 430px !important;
  }
  .mx-md-460 {
    margin-right: 460px !important;
    margin-left: 460px !important;
  }
  .mx-md-d0p4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-md-d0p7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }
  .mx-md-d2p2 {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important;
  }
  .mx-md-1px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-md-2px {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }
  .mx-md-4px {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-md-6px {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .mx-md-7px {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }
  .mx-md-8px {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-md-23px {
    margin-right: 23px !important;
    margin-left: 23px !important;
  }
  .mx-md-30px {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-md-p36 {
    margin-right: 36% !important;
    margin-left: 36% !important;
  }
  .mx-md-p38 {
    margin-right: 38% !important;
    margin-left: 38% !important;
  }
  .mx-md-p83 {
    margin-right: 83% !important;
    margin-left: 83% !important;
  }
  .mx-md-p88 {
    margin-right: 88% !important;
    margin-left: 88% !important;
  }
  .mx-md-inherit {
    margin-right: inherit !important;
    margin-left: inherit !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-md-198 {
    margin-top: 198px !important;
    margin-bottom: 198px !important;
  }
  .my-md-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .my-md-260 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .my-md-270 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .my-md-283 {
    margin-top: 283px !important;
    margin-bottom: 283px !important;
  }
  .my-md-365 {
    margin-top: 365px !important;
    margin-bottom: 365px !important;
  }
  .my-md-430 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .my-md-460 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .my-md-d0p4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-md-d0p7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .my-md-d2p2 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .my-md-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-md-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .my-md-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-md-6px {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-md-7px {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .my-md-8px {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-md-23px {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .my-md-30px {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-p36 {
    margin-top: 36% !important;
    margin-bottom: 36% !important;
  }
  .my-md-p38 {
    margin-top: 38% !important;
    margin-bottom: 38% !important;
  }
  .my-md-p83 {
    margin-top: 83% !important;
    margin-bottom: 83% !important;
  }
  .my-md-p88 {
    margin-top: 88% !important;
    margin-bottom: 88% !important;
  }
  .my-md-inherit {
    margin-top: inherit !important;
    margin-bottom: inherit !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-6 {
    margin-top: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mt-md-160 {
    margin-top: 160px !important;
  }
  .mt-md-198 {
    margin-top: 198px !important;
  }
  .mt-md-220 {
    margin-top: 220px !important;
  }
  .mt-md-260 {
    margin-top: 260px !important;
  }
  .mt-md-270 {
    margin-top: 270px !important;
  }
  .mt-md-283 {
    margin-top: 283px !important;
  }
  .mt-md-365 {
    margin-top: 365px !important;
  }
  .mt-md-430 {
    margin-top: 430px !important;
  }
  .mt-md-460 {
    margin-top: 460px !important;
  }
  .mt-md-d0p4 {
    margin-top: 0.4rem !important;
  }
  .mt-md-d0p7 {
    margin-top: 0.7rem !important;
  }
  .mt-md-d2p2 {
    margin-top: 2.2rem !important;
  }
  .mt-md-1px {
    margin-top: 1px !important;
  }
  .mt-md-2px {
    margin-top: 2px !important;
  }
  .mt-md-4px {
    margin-top: 4px !important;
  }
  .mt-md-6px {
    margin-top: 6px !important;
  }
  .mt-md-7px {
    margin-top: 7px !important;
  }
  .mt-md-8px {
    margin-top: 8px !important;
  }
  .mt-md-23px {
    margin-top: 23px !important;
  }
  .mt-md-30px {
    margin-top: 30px !important;
  }
  .mt-md-p36 {
    margin-top: 36% !important;
  }
  .mt-md-p38 {
    margin-top: 38% !important;
  }
  .mt-md-p83 {
    margin-top: 83% !important;
  }
  .mt-md-p88 {
    margin-top: 88% !important;
  }
  .mt-md-inherit {
    margin-top: inherit !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-6 {
    margin-right: 6rem !important;
  }
  .me-md-7 {
    margin-right: 7rem !important;
  }
  .me-md-10 {
    margin-right: 10px !important;
  }
  .me-md-25 {
    margin-right: 25px !important;
  }
  .me-md-50 {
    margin-right: 50px !important;
  }
  .me-md-120 {
    margin-right: 120px !important;
  }
  .me-md-160 {
    margin-right: 160px !important;
  }
  .me-md-198 {
    margin-right: 198px !important;
  }
  .me-md-220 {
    margin-right: 220px !important;
  }
  .me-md-260 {
    margin-right: 260px !important;
  }
  .me-md-270 {
    margin-right: 270px !important;
  }
  .me-md-283 {
    margin-right: 283px !important;
  }
  .me-md-365 {
    margin-right: 365px !important;
  }
  .me-md-430 {
    margin-right: 430px !important;
  }
  .me-md-460 {
    margin-right: 460px !important;
  }
  .me-md-d0p4 {
    margin-right: 0.4rem !important;
  }
  .me-md-d0p7 {
    margin-right: 0.7rem !important;
  }
  .me-md-d2p2 {
    margin-right: 2.2rem !important;
  }
  .me-md-1px {
    margin-right: 1px !important;
  }
  .me-md-2px {
    margin-right: 2px !important;
  }
  .me-md-4px {
    margin-right: 4px !important;
  }
  .me-md-6px {
    margin-right: 6px !important;
  }
  .me-md-7px {
    margin-right: 7px !important;
  }
  .me-md-8px {
    margin-right: 8px !important;
  }
  .me-md-23px {
    margin-right: 23px !important;
  }
  .me-md-30px {
    margin-right: 30px !important;
  }
  .me-md-p36 {
    margin-right: 36% !important;
  }
  .me-md-p38 {
    margin-right: 38% !important;
  }
  .me-md-p83 {
    margin-right: 83% !important;
  }
  .me-md-p88 {
    margin-right: 88% !important;
  }
  .me-md-inherit {
    margin-right: inherit !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-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
  .mb-md-198 {
    margin-bottom: 198px !important;
  }
  .mb-md-220 {
    margin-bottom: 220px !important;
  }
  .mb-md-260 {
    margin-bottom: 260px !important;
  }
  .mb-md-270 {
    margin-bottom: 270px !important;
  }
  .mb-md-283 {
    margin-bottom: 283px !important;
  }
  .mb-md-365 {
    margin-bottom: 365px !important;
  }
  .mb-md-430 {
    margin-bottom: 430px !important;
  }
  .mb-md-460 {
    margin-bottom: 460px !important;
  }
  .mb-md-d0p4 {
    margin-bottom: 0.4rem !important;
  }
  .mb-md-d0p7 {
    margin-bottom: 0.7rem !important;
  }
  .mb-md-d2p2 {
    margin-bottom: 2.2rem !important;
  }
  .mb-md-1px {
    margin-bottom: 1px !important;
  }
  .mb-md-2px {
    margin-bottom: 2px !important;
  }
  .mb-md-4px {
    margin-bottom: 4px !important;
  }
  .mb-md-6px {
    margin-bottom: 6px !important;
  }
  .mb-md-7px {
    margin-bottom: 7px !important;
  }
  .mb-md-8px {
    margin-bottom: 8px !important;
  }
  .mb-md-23px {
    margin-bottom: 23px !important;
  }
  .mb-md-30px {
    margin-bottom: 30px !important;
  }
  .mb-md-p36 {
    margin-bottom: 36% !important;
  }
  .mb-md-p38 {
    margin-bottom: 38% !important;
  }
  .mb-md-p83 {
    margin-bottom: 83% !important;
  }
  .mb-md-p88 {
    margin-bottom: 88% !important;
  }
  .mb-md-inherit {
    margin-bottom: inherit !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-6 {
    margin-left: 6rem !important;
  }
  .ms-md-7 {
    margin-left: 7rem !important;
  }
  .ms-md-10 {
    margin-left: 10px !important;
  }
  .ms-md-25 {
    margin-left: 25px !important;
  }
  .ms-md-50 {
    margin-left: 50px !important;
  }
  .ms-md-120 {
    margin-left: 120px !important;
  }
  .ms-md-160 {
    margin-left: 160px !important;
  }
  .ms-md-198 {
    margin-left: 198px !important;
  }
  .ms-md-220 {
    margin-left: 220px !important;
  }
  .ms-md-260 {
    margin-left: 260px !important;
  }
  .ms-md-270 {
    margin-left: 270px !important;
  }
  .ms-md-283 {
    margin-left: 283px !important;
  }
  .ms-md-365 {
    margin-left: 365px !important;
  }
  .ms-md-430 {
    margin-left: 430px !important;
  }
  .ms-md-460 {
    margin-left: 460px !important;
  }
  .ms-md-d0p4 {
    margin-left: 0.4rem !important;
  }
  .ms-md-d0p7 {
    margin-left: 0.7rem !important;
  }
  .ms-md-d2p2 {
    margin-left: 2.2rem !important;
  }
  .ms-md-1px {
    margin-left: 1px !important;
  }
  .ms-md-2px {
    margin-left: 2px !important;
  }
  .ms-md-4px {
    margin-left: 4px !important;
  }
  .ms-md-6px {
    margin-left: 6px !important;
  }
  .ms-md-7px {
    margin-left: 7px !important;
  }
  .ms-md-8px {
    margin-left: 8px !important;
  }
  .ms-md-23px {
    margin-left: 23px !important;
  }
  .ms-md-30px {
    margin-left: 30px !important;
  }
  .ms-md-p36 {
    margin-left: 36% !important;
  }
  .ms-md-p38 {
    margin-left: 38% !important;
  }
  .ms-md-p83 {
    margin-left: 83% !important;
  }
  .ms-md-p88 {
    margin-left: 88% !important;
  }
  .ms-md-inherit {
    margin-left: inherit !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;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .p-md-25 {
    padding: 25px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .p-md-120 {
    padding: 120px !important;
  }
  .p-md-160 {
    padding: 160px !important;
  }
  .p-md-198 {
    padding: 198px !important;
  }
  .p-md-220 {
    padding: 220px !important;
  }
  .p-md-260 {
    padding: 260px !important;
  }
  .p-md-270 {
    padding: 270px !important;
  }
  .p-md-283 {
    padding: 283px !important;
  }
  .p-md-365 {
    padding: 365px !important;
  }
  .p-md-430 {
    padding: 430px !important;
  }
  .p-md-460 {
    padding: 460px !important;
  }
  .p-md-d0p4 {
    padding: 0.4rem !important;
  }
  .p-md-d0p7 {
    padding: 0.7rem !important;
  }
  .p-md-d2p2 {
    padding: 2.2rem !important;
  }
  .p-md-1px {
    padding: 1px !important;
  }
  .p-md-2px {
    padding: 2px !important;
  }
  .p-md-4px {
    padding: 4px !important;
  }
  .p-md-6px {
    padding: 6px !important;
  }
  .p-md-7px {
    padding: 7px !important;
  }
  .p-md-8px {
    padding: 8px !important;
  }
  .p-md-23px {
    padding: 23px !important;
  }
  .p-md-30px {
    padding: 30px !important;
  }
  .p-md-p36 {
    padding: 36% !important;
  }
  .p-md-p38 {
    padding: 38% !important;
  }
  .p-md-p83 {
    padding: 83% !important;
  }
  .p-md-p88 {
    padding: 88% !important;
  }
  .p-md-inherit {
    padding: inherit !important;
  }
  .p-md-auto {
    padding: auto !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-md-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-md-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-md-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .px-md-198 {
    padding-right: 198px !important;
    padding-left: 198px !important;
  }
  .px-md-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }
  .px-md-260 {
    padding-right: 260px !important;
    padding-left: 260px !important;
  }
  .px-md-270 {
    padding-right: 270px !important;
    padding-left: 270px !important;
  }
  .px-md-283 {
    padding-right: 283px !important;
    padding-left: 283px !important;
  }
  .px-md-365 {
    padding-right: 365px !important;
    padding-left: 365px !important;
  }
  .px-md-430 {
    padding-right: 430px !important;
    padding-left: 430px !important;
  }
  .px-md-460 {
    padding-right: 460px !important;
    padding-left: 460px !important;
  }
  .px-md-d0p4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-md-d0p7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
  .px-md-d2p2 {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important;
  }
  .px-md-1px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-md-2px {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
  .px-md-4px {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-md-6px {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .px-md-7px {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
  .px-md-8px {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-md-23px {
    padding-right: 23px !important;
    padding-left: 23px !important;
  }
  .px-md-30px {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-md-p36 {
    padding-right: 36% !important;
    padding-left: 36% !important;
  }
  .px-md-p38 {
    padding-right: 38% !important;
    padding-left: 38% !important;
  }
  .px-md-p83 {
    padding-right: 83% !important;
    padding-left: 83% !important;
  }
  .px-md-p88 {
    padding-right: 88% !important;
    padding-left: 88% !important;
  }
  .px-md-inherit {
    padding-right: inherit !important;
    padding-left: inherit !important;
  }
  .px-md-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-md-198 {
    padding-top: 198px !important;
    padding-bottom: 198px !important;
  }
  .py-md-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .py-md-260 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
  .py-md-270 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
  .py-md-283 {
    padding-top: 283px !important;
    padding-bottom: 283px !important;
  }
  .py-md-365 {
    padding-top: 365px !important;
    padding-bottom: 365px !important;
  }
  .py-md-430 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
  .py-md-460 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
  .py-md-d0p4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-md-d0p7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .py-md-d2p2 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }
  .py-md-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-md-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .py-md-4px {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-md-6px {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-md-7px {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .py-md-8px {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-md-23px {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .py-md-30px {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-p36 {
    padding-top: 36% !important;
    padding-bottom: 36% !important;
  }
  .py-md-p38 {
    padding-top: 38% !important;
    padding-bottom: 38% !important;
  }
  .py-md-p83 {
    padding-top: 83% !important;
    padding-bottom: 83% !important;
  }
  .py-md-p88 {
    padding-top: 88% !important;
    padding-bottom: 88% !important;
  }
  .py-md-inherit {
    padding-top: inherit !important;
    padding-bottom: inherit !important;
  }
  .py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
  .pt-md-160 {
    padding-top: 160px !important;
  }
  .pt-md-198 {
    padding-top: 198px !important;
  }
  .pt-md-220 {
    padding-top: 220px !important;
  }
  .pt-md-260 {
    padding-top: 260px !important;
  }
  .pt-md-270 {
    padding-top: 270px !important;
  }
  .pt-md-283 {
    padding-top: 283px !important;
  }
  .pt-md-365 {
    padding-top: 365px !important;
  }
  .pt-md-430 {
    padding-top: 430px !important;
  }
  .pt-md-460 {
    padding-top: 460px !important;
  }
  .pt-md-d0p4 {
    padding-top: 0.4rem !important;
  }
  .pt-md-d0p7 {
    padding-top: 0.7rem !important;
  }
  .pt-md-d2p2 {
    padding-top: 2.2rem !important;
  }
  .pt-md-1px {
    padding-top: 1px !important;
  }
  .pt-md-2px {
    padding-top: 2px !important;
  }
  .pt-md-4px {
    padding-top: 4px !important;
  }
  .pt-md-6px {
    padding-top: 6px !important;
  }
  .pt-md-7px {
    padding-top: 7px !important;
  }
  .pt-md-8px {
    padding-top: 8px !important;
  }
  .pt-md-23px {
    padding-top: 23px !important;
  }
  .pt-md-30px {
    padding-top: 30px !important;
  }
  .pt-md-p36 {
    padding-top: 36% !important;
  }
  .pt-md-p38 {
    padding-top: 38% !important;
  }
  .pt-md-p83 {
    padding-top: 83% !important;
  }
  .pt-md-p88 {
    padding-top: 88% !important;
  }
  .pt-md-inherit {
    padding-top: inherit !important;
  }
  .pt-md-auto {
    padding-top: auto !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-7 {
    padding-right: 7rem !important;
  }
  .pe-md-10 {
    padding-right: 10px !important;
  }
  .pe-md-25 {
    padding-right: 25px !important;
  }
  .pe-md-50 {
    padding-right: 50px !important;
  }
  .pe-md-120 {
    padding-right: 120px !important;
  }
  .pe-md-160 {
    padding-right: 160px !important;
  }
  .pe-md-198 {
    padding-right: 198px !important;
  }
  .pe-md-220 {
    padding-right: 220px !important;
  }
  .pe-md-260 {
    padding-right: 260px !important;
  }
  .pe-md-270 {
    padding-right: 270px !important;
  }
  .pe-md-283 {
    padding-right: 283px !important;
  }
  .pe-md-365 {
    padding-right: 365px !important;
  }
  .pe-md-430 {
    padding-right: 430px !important;
  }
  .pe-md-460 {
    padding-right: 460px !important;
  }
  .pe-md-d0p4 {
    padding-right: 0.4rem !important;
  }
  .pe-md-d0p7 {
    padding-right: 0.7rem !important;
  }
  .pe-md-d2p2 {
    padding-right: 2.2rem !important;
  }
  .pe-md-1px {
    padding-right: 1px !important;
  }
  .pe-md-2px {
    padding-right: 2px !important;
  }
  .pe-md-4px {
    padding-right: 4px !important;
  }
  .pe-md-6px {
    padding-right: 6px !important;
  }
  .pe-md-7px {
    padding-right: 7px !important;
  }
  .pe-md-8px {
    padding-right: 8px !important;
  }
  .pe-md-23px {
    padding-right: 23px !important;
  }
  .pe-md-30px {
    padding-right: 30px !important;
  }
  .pe-md-p36 {
    padding-right: 36% !important;
  }
  .pe-md-p38 {
    padding-right: 38% !important;
  }
  .pe-md-p83 {
    padding-right: 83% !important;
  }
  .pe-md-p88 {
    padding-right: 88% !important;
  }
  .pe-md-inherit {
    padding-right: inherit !important;
  }
  .pe-md-auto {
    padding-right: auto !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
  .pb-md-198 {
    padding-bottom: 198px !important;
  }
  .pb-md-220 {
    padding-bottom: 220px !important;
  }
  .pb-md-260 {
    padding-bottom: 260px !important;
  }
  .pb-md-270 {
    padding-bottom: 270px !important;
  }
  .pb-md-283 {
    padding-bottom: 283px !important;
  }
  .pb-md-365 {
    padding-bottom: 365px !important;
  }
  .pb-md-430 {
    padding-bottom: 430px !important;
  }
  .pb-md-460 {
    padding-bottom: 460px !important;
  }
  .pb-md-d0p4 {
    padding-bottom: 0.4rem !important;
  }
  .pb-md-d0p7 {
    padding-bottom: 0.7rem !important;
  }
  .pb-md-d2p2 {
    padding-bottom: 2.2rem !important;
  }
  .pb-md-1px {
    padding-bottom: 1px !important;
  }
  .pb-md-2px {
    padding-bottom: 2px !important;
  }
  .pb-md-4px {
    padding-bottom: 4px !important;
  }
  .pb-md-6px {
    padding-bottom: 6px !important;
  }
  .pb-md-7px {
    padding-bottom: 7px !important;
  }
  .pb-md-8px {
    padding-bottom: 8px !important;
  }
  .pb-md-23px {
    padding-bottom: 23px !important;
  }
  .pb-md-30px {
    padding-bottom: 30px !important;
  }
  .pb-md-p36 {
    padding-bottom: 36% !important;
  }
  .pb-md-p38 {
    padding-bottom: 38% !important;
  }
  .pb-md-p83 {
    padding-bottom: 83% !important;
  }
  .pb-md-p88 {
    padding-bottom: 88% !important;
  }
  .pb-md-inherit {
    padding-bottom: inherit !important;
  }
  .pb-md-auto {
    padding-bottom: auto !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-7 {
    padding-left: 7rem !important;
  }
  .ps-md-10 {
    padding-left: 10px !important;
  }
  .ps-md-25 {
    padding-left: 25px !important;
  }
  .ps-md-50 {
    padding-left: 50px !important;
  }
  .ps-md-120 {
    padding-left: 120px !important;
  }
  .ps-md-160 {
    padding-left: 160px !important;
  }
  .ps-md-198 {
    padding-left: 198px !important;
  }
  .ps-md-220 {
    padding-left: 220px !important;
  }
  .ps-md-260 {
    padding-left: 260px !important;
  }
  .ps-md-270 {
    padding-left: 270px !important;
  }
  .ps-md-283 {
    padding-left: 283px !important;
  }
  .ps-md-365 {
    padding-left: 365px !important;
  }
  .ps-md-430 {
    padding-left: 430px !important;
  }
  .ps-md-460 {
    padding-left: 460px !important;
  }
  .ps-md-d0p4 {
    padding-left: 0.4rem !important;
  }
  .ps-md-d0p7 {
    padding-left: 0.7rem !important;
  }
  .ps-md-d2p2 {
    padding-left: 2.2rem !important;
  }
  .ps-md-1px {
    padding-left: 1px !important;
  }
  .ps-md-2px {
    padding-left: 2px !important;
  }
  .ps-md-4px {
    padding-left: 4px !important;
  }
  .ps-md-6px {
    padding-left: 6px !important;
  }
  .ps-md-7px {
    padding-left: 7px !important;
  }
  .ps-md-8px {
    padding-left: 8px !important;
  }
  .ps-md-23px {
    padding-left: 23px !important;
  }
  .ps-md-30px {
    padding-left: 30px !important;
  }
  .ps-md-p36 {
    padding-left: 36% !important;
  }
  .ps-md-p38 {
    padding-left: 38% !important;
  }
  .ps-md-p83 {
    padding-left: 83% !important;
  }
  .ps-md-p88 {
    padding-left: 88% !important;
  }
  .ps-md-inherit {
    padding-left: inherit !important;
  }
  .ps-md-auto {
    padding-left: auto !important;
  }
  .fs-md-4 {
    font-size: 4px !important;
  }
  .fs-md-5 {
    font-size: 5px !important;
  }
  .fs-md-7 {
    font-size: 7px !important;
  }
  .fs-md-8 {
    font-size: 8px !important;
  }
  .fs-md-9 {
    font-size: 9px !important;
  }
  .fs-md-10 {
    font-size: 10px !important;
  }
  .fs-md-11 {
    font-size: 11px !important;
  }
  .fs-md-12 {
    font-size: 12px !important;
  }
  .fs-md-13 {
    font-size: 13px !important;
  }
  .fs-md-14 {
    font-size: 14px !important;
  }
  .fs-md-15 {
    font-size: 15px !important;
  }
  .fs-md-16 {
    font-size: 16px !important;
  }
  .fs-md-18 {
    font-size: 18px !important;
  }
  .fs-md-19 {
    font-size: 19px !important;
  }
  .fs-md-20 {
    font-size: 20px !important;
  }
  .fs-md-21 {
    font-size: 21px !important;
  }
  .fs-md-22 {
    font-size: 22px !important;
  }
  .fs-md-23 {
    font-size: 23px !important;
  }
  .fs-md-24 {
    font-size: 24px !important;
  }
  .fs-md-26 {
    font-size: 26px !important;
  }
  .fs-md-28 {
    font-size: 28px !important;
  }
  .fs-md-30 {
    font-size: 30px !important;
  }
  .fs-md-32 {
    font-size: 32px !important;
  }
  .fs-md-40 {
    font-size: 40px !important;
  }
  .fs-md-50 {
    font-size: 50px !important;
  }
  .fs-md-xSmall {
    font-size: x-small !important;
  }
  .fs-md-large {
    font-size: large !important;
  }
  .fs-md-larger {
    font-size: larger !important;
  }
  .fs-md-xLarge {
    font-size: x-large !important;
  }
  .fs-md-xxLarge {
    font-size: xx-large !important;
  }
  .fw-md-400 {
    font-weight: 400 !important;
  }
  .fw-md-500 {
    font-weight: 500 !important;
  }
  .fw-md-600 {
    font-weight: 600 !important;
  }
  .fw-md-700 {
    font-weight: 700 !important;
  }
  .lh-md-0 {
    line-height: 0px !important;
  }
  .lh-md-0_5 {
    line-height: 0.5 !important;
  }
  .lh-md-1_5 {
    line-height: 1.5 !important;
  }
  .lh-md-6 {
    line-height: 6px !important;
  }
  .lh-md-8 {
    line-height: 8px !important;
  }
  .lh-md-10 {
    line-height: 10px !important;
  }
  .lh-md-12 {
    line-height: 12px !important;
  }
  .lh-md-13 {
    line-height: 13px !important;
  }
  .lh-md-14 {
    line-height: 14px !important;
  }
  .lh-md-15 {
    line-height: 15px !important;
  }
  .lh-md-16 {
    line-height: 16px !important;
  }
  .lh-md-17 {
    line-height: 17px !important;
  }
  .lh-md-18 {
    line-height: 18px !important;
  }
  .lh-md-20 {
    line-height: 20px !important;
  }
  .lh-md-22 {
    line-height: 22px !important;
  }
  .lh-md-24 {
    line-height: 24px !important;
  }
  .lh-md-25 {
    line-height: 25px !important;
  }
  .lh-md-26 {
    line-height: 26px !important;
  }
  .lh-md-27 {
    line-height: 27px !important;
  }
  .lh-md-30 {
    line-height: 30px !important;
  }
  .lh-md-32 {
    line-height: 32px !important;
  }
  .lh-md-39 {
    line-height: 39px !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .text-md-primary {
    color: #2EA65C !important;
  }
  .text-md-secondary {
    color: #4C4C4C !important;
  }
  .text-md-success {
    color: #2ba55a !important;
  }
  .text-md-info {
    color: #FF5A6C !important;
  }
  .text-md-warning {
    color: #ffc107 !important;
  }
  .text-md-danger {
    color: #dc3545 !important;
  }
  .text-md-light {
    color: #cccccc !important;
  }
  .text-md-dark {
    color: #282828 !important;
  }
  .text-md-pink {
    color: #fff0f0 !important;
  }
  .text-md-blue {
    color: #3b5999 !important;
  }
  .text-md-black {
    color: #000000 !important;
  }
  .text-md-green {
    color: #f2fbf1 !important;
  }
  .text-md-gray {
    color: #f5f6f7 !important;
  }
  .text-md-orange {
    color: #FCC45A !important;
  }
  .text-md-lightOrange {
    color: #FFF5E0 !important;
  }
  .text-md-giftList {
    color: #f1f1f1 !important;
  }
  .text-md-cartCheckout {
    color: #f9f9f9 !important;
  }
  .text-md-red {
    color: #e74d47 !important;
  }
  .text-md-darkOrange {
    color: #f0a93e !important;
  }
  .text-md-checkoutForm {
    color: #ededed !important;
  }
  .text-md-white {
    color: white !important;
  }
  .text-md-loadingbarGray {
    color: #e2e2e2 !important;
  }
  .text-md-thead {
    color: #f4f4f4 !important;
  }
  .text-md-footer {
    color: #f3f3f3 !important;
  }
  .text-md-borderGray {
    color: #d7d7d7 !important;
  }
  .text-md-checkoutGray {
    color: #f9f9f9 !important;
  }
  .text-md-checkboxGray {
    color: #C2C2C2 !important;
  }
  .text-md-radioGray {
    color: #c9c9c9 !important;
  }
  .text-md-placeholder {
    color: #888888 !important;
  }
  .text-md-droplet {
    color: #376dd8 !important;
  }
  .text-md-memberCard {
    color: #e5e5e5 !important;
  }
  .text-md-memberCardChip {
    color: #efefef !important;
  }
  .text-md-gold {
    color: #ba9620 !important;
  }
  .text-md-darkRed {
    color: #a6231c !important;
  }
  .text-md-darkPink {
    color: #f52c8e !important;
  }
  .text-md-inputValue {
    color: #505050 !important;
  }
  .text-md-paleBlue {
    color: #e2eef2 !important;
  }
  .text-md-theadBorder {
    color: #b3b3b3 !important;
  }
  .text-md-tbodyBorder {
    color: #b2b2b2 !important;
  }
  .text-md-odBorder {
    color: #e8e8ee !important;
  }
  .text-md-darkGray {
    color: #7c7c7c !important;
  }
  .text-md-darkYellow {
    color: #f2ab3c !important;
  }
  .text-md-odLine {
    color: #eeeef2 !important;
  }
  .text-md-odText {
    color: #737373 !important;
  }
  .text-md-odLightGray {
    color: #f0f0f0 !important;
  }
  .text-md-outlineGray {
    color: #777777 !important;
  }
  .text-md-blogPlaceholder {
    color: #cccccc !important;
  }
  .text-md-btnText {
    color: #787878 !important;
  }
  .text-md-creditNav {
    color: #bbbbbb !important;
  }
  .text-md-couponText {
    color: #5a5a5a !important;
  }
  .text-md-couponDate {
    color: #8d8d8d !important;
  }
  .text-md-lightGray {
    color: #979797 !important;
  }
  .text-md-starGray {
    color: #cecece !important;
  }
  .text-md-spinnerGray {
    color: #b1b1b1 !important;
  }
  .text-md-spinnerGreen {
    color: #007835 !important;
  }
  .text-md-forgetPwd {
    color: #032d23 !important;
  }
  .text-md-lightBlue {
    color: #81d2e9 !important;
  }
  .text-md-seaBlue {
    color: #b9eaeb !important;
  }
  .text-md-megamenuGreen {
    color: #52a705 !important;
  }
  .text-md-cartHr {
    color: #bebebe !important;
  }
  .text-md-cartHeader {
    color: #fafafa !important;
  }
  .text-md-separatorGray {
    color: #dddddd !important;
  }
  .text-md-platinumGray {
    color: #584f3f !important;
  }
  .text-md-cardGold {
    color: #d09a03 !important;
  }
  .text-md-dropdownGold {
    color: #f6ba36 !important;
  }
  .text-md-dropdownBarGold {
    color: #fcd694 !important;
  }
  .text-md-searchIcon {
    color: #666666 !important;
  }
  .text-md-cartNoticeGray {
    color: #999999 !important;
  }
  .text-md-mailGray {
    color: #808080 !important;
  }
  .rounded-md-0 {
    border-radius: 0 !important;
  }
  .rounded-md-2 {
    border-radius: 2px !important;
  }
  .rounded-md-3 {
    border-radius: 3px !important;
  }
  .rounded-md-4 {
    border-radius: 4px !important;
  }
  .rounded-md-5 {
    border-radius: 5px !important;
  }
  .rounded-md-6 {
    border-radius: 6px !important;
  }
  .rounded-md-8 {
    border-radius: 8px !important;
  }
  .rounded-md-10 {
    border-radius: 10px !important;
  }
  .rounded-md-15 {
    border-radius: 15px !important;
  }
  .rounded-md-circle {
    border-radius: 50% !important;
  }
  .rounded-top-md-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-md-2 {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .rounded-top-md-3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }
  .rounded-top-md-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .rounded-top-md-5 {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  .rounded-top-md-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .rounded-top-md-8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .rounded-top-md-10 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
  .rounded-top-md-15 {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }
  .rounded-top-md-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-end-md-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-md-2 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .rounded-end-md-3 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }
  .rounded-end-md-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .rounded-end-md-5 {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .rounded-end-md-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .rounded-end-md-8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .rounded-end-md-10 {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  .rounded-end-md-15 {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }
  .rounded-end-md-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-bottom-md-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-md-2 {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .rounded-bottom-md-3 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }
  .rounded-bottom-md-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .rounded-bottom-md-5 {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  .rounded-bottom-md-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  .rounded-bottom-md-8 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .rounded-bottom-md-10 {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }
  .rounded-bottom-md-15 {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }
  .rounded-bottom-md-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-start-md-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-md-2 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  .rounded-start-md-3 {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }
  .rounded-start-md-4 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .rounded-start-md-5 {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }
  .rounded-start-md-6 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
  .rounded-start-md-8 {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  .rounded-start-md-10 {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
  }
  .rounded-start-md-15 {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
  }
  .rounded-start-md-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .cursor-md-auto {
    cursor: auto !important;
  }
  .cursor-md-pointer {
    cursor: pointer !important;
  }
  .cursor-md-grab {
    cursor: grab !important;
  }
  .list-style-md-none {
    list-style: none !important;
  }
  .of-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .resize-md-none {
    resize: none !important;
  }
  .zindex-md-0 {
    z-index: 0 !important;
  }
  .zindex-md-2 {
    z-index: 2 !important;
  }
  .zindex-md-15 {
    z-index: 15 !important;
  }
  .zindex-md-1050 {
    z-index: 1050 !important;
  }
  .zindex-md-1800 {
    z-index: 1800 !important;
  }
  .opacity-md-0 {
    opacity: 0 !important;
  }
  .opacity-md-25 {
    opacity: 0.25 !important;
  }
  .opacity-md-50 {
    opacity: 0.5 !important;
  }
  .opacity-md-75 {
    opacity: 0.75 !important;
  }
  .opacity-md-100 {
    opacity: 1 !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;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .top-lg-0 {
    top: 0 !important;
  }
  .top-lg-8 {
    top: 8px !important;
  }
  .top-lg-9 {
    top: 9px !important;
  }
  .top-lg-12 {
    top: 12px !important;
  }
  .top-lg-14 {
    top: 14px !important;
  }
  .top-lg-17 {
    top: 17px !important;
  }
  .top-lg-25 {
    top: 25px !important;
  }
  .top-lg-30 {
    top: 30px !important;
  }
  .top-lg-36 {
    top: 36px !important;
  }
  .top-lg-44 {
    top: 44px !important;
  }
  .top-lg-47 {
    top: 47px !important;
  }
  .top-lg-50 {
    top: 50px !important;
  }
  .top-lg-51 {
    top: 51px !important;
  }
  .top-lg-55 {
    top: 55px !important;
  }
  .top-lg-56 {
    top: 56px !important;
  }
  .top-lg-64 {
    top: 64px !important;
  }
  .top-lg-70 {
    top: 70px !important;
  }
  .top-lg-80 {
    top: 80px !important;
  }
  .top-lg-90 {
    top: 90px !important;
  }
  .top-lg-104 {
    top: 104px !important;
  }
  .top-lg-115 {
    top: 115px !important;
  }
  .top-lg-125 {
    top: 125px !important;
  }
  .top-lg-140 {
    top: 140px !important;
  }
  .top-lg-155 {
    top: 155px !important;
  }
  .top-lg-170 {
    top: 170px !important;
  }
  .top-lg-180 {
    top: 180px !important;
  }
  .top-lg-225 {
    top: 225px !important;
  }
  .top-lg-287 {
    top: 287px !important;
  }
  .top-lg-315 {
    top: 315px !important;
  }
  .top-lg-1038 {
    top: 1038px !important;
  }
  .top-lg-1388 {
    top: 1388px !important;
  }
  .top-lg-1780 {
    top: 1780px !important;
  }
  .top-lg-1870 {
    top: 1870px !important;
  }
  .top-lg-2069 {
    top: 2069px !important;
  }
  .top-lg-2071 {
    top: 2071px !important;
  }
  .top-lg-2170 {
    top: 2170px !important;
  }
  .top-lg-2177 {
    top: 2177px !important;
  }
  .top-lg-2420 {
    top: 2420px !important;
  }
  .top-lg-2830 {
    top: 2830px !important;
  }
  .top-lg-2980 {
    top: 2980px !important;
  }
  .top-lg-3385 {
    top: 3385px !important;
  }
  .top-lg-4600 {
    top: 4600px !important;
  }
  .top-lg-6060 {
    top: 6060px !important;
  }
  .top-lg-7155 {
    top: 7155px !important;
  }
  .top-lg-7560 {
    top: 7560px !important;
  }
  .top-lg-n16 {
    top: -16px !important;
  }
  .top-lg-n34 {
    top: -34px !important;
  }
  .top-lg-n38 {
    top: -38px !important;
  }
  .top-lg-n42 {
    top: -42px !important;
  }
  .top-lg-n87 {
    top: -87px !important;
  }
  .top-lg-n102 {
    top: -102px !important;
  }
  .top-lg-n110 {
    top: -110px !important;
  }
  .top-lg-n132 {
    top: -132px !important;
  }
  .top-lg-n200 {
    top: -200px !important;
  }
  .top-lg-n315 {
    top: -315px !important;
  }
  .top-lg-p15_1 {
    top: 15.1% !important;
  }
  .top-lg-p17_2 {
    top: 17.2% !important;
  }
  .top-lg-p18_2 {
    top: 18.2% !important;
  }
  .top-lg-p20_2 {
    top: 20.2% !important;
  }
  .top-lg-p23_2 {
    top: 23.2% !important;
  }
  .top-lg-p25 {
    top: 25% !important;
  }
  .top-lg-p30 {
    top: 30% !important;
  }
  .top-lg-p40 {
    top: 40% !important;
  }
  .top-lg-p50 {
    top: 50% !important;
  }
  .top-lg-p58 {
    top: 58% !important;
  }
  .top-lg-p63 {
    top: 63% !important;
  }
  .top-lg-p64_2 {
    top: 64.2% !important;
  }
  .top-lg-p64_6 {
    top: 64.6% !important;
  }
  .top-lg-p100 {
    top: 100% !important;
  }
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  .bottom-lg-8 {
    bottom: 8px !important;
  }
  .bottom-lg-9 {
    bottom: 9px !important;
  }
  .bottom-lg-12 {
    bottom: 12px !important;
  }
  .bottom-lg-14 {
    bottom: 14px !important;
  }
  .bottom-lg-17 {
    bottom: 17px !important;
  }
  .bottom-lg-25 {
    bottom: 25px !important;
  }
  .bottom-lg-30 {
    bottom: 30px !important;
  }
  .bottom-lg-36 {
    bottom: 36px !important;
  }
  .bottom-lg-44 {
    bottom: 44px !important;
  }
  .bottom-lg-47 {
    bottom: 47px !important;
  }
  .bottom-lg-50 {
    bottom: 50px !important;
  }
  .bottom-lg-51 {
    bottom: 51px !important;
  }
  .bottom-lg-55 {
    bottom: 55px !important;
  }
  .bottom-lg-56 {
    bottom: 56px !important;
  }
  .bottom-lg-64 {
    bottom: 64px !important;
  }
  .bottom-lg-70 {
    bottom: 70px !important;
  }
  .bottom-lg-80 {
    bottom: 80px !important;
  }
  .bottom-lg-90 {
    bottom: 90px !important;
  }
  .bottom-lg-104 {
    bottom: 104px !important;
  }
  .bottom-lg-115 {
    bottom: 115px !important;
  }
  .bottom-lg-125 {
    bottom: 125px !important;
  }
  .bottom-lg-140 {
    bottom: 140px !important;
  }
  .bottom-lg-155 {
    bottom: 155px !important;
  }
  .bottom-lg-170 {
    bottom: 170px !important;
  }
  .bottom-lg-180 {
    bottom: 180px !important;
  }
  .bottom-lg-225 {
    bottom: 225px !important;
  }
  .bottom-lg-287 {
    bottom: 287px !important;
  }
  .bottom-lg-315 {
    bottom: 315px !important;
  }
  .bottom-lg-1038 {
    bottom: 1038px !important;
  }
  .bottom-lg-1388 {
    bottom: 1388px !important;
  }
  .bottom-lg-1780 {
    bottom: 1780px !important;
  }
  .bottom-lg-1870 {
    bottom: 1870px !important;
  }
  .bottom-lg-2069 {
    bottom: 2069px !important;
  }
  .bottom-lg-2071 {
    bottom: 2071px !important;
  }
  .bottom-lg-2170 {
    bottom: 2170px !important;
  }
  .bottom-lg-2177 {
    bottom: 2177px !important;
  }
  .bottom-lg-2420 {
    bottom: 2420px !important;
  }
  .bottom-lg-2830 {
    bottom: 2830px !important;
  }
  .bottom-lg-2980 {
    bottom: 2980px !important;
  }
  .bottom-lg-3385 {
    bottom: 3385px !important;
  }
  .bottom-lg-4600 {
    bottom: 4600px !important;
  }
  .bottom-lg-6060 {
    bottom: 6060px !important;
  }
  .bottom-lg-7155 {
    bottom: 7155px !important;
  }
  .bottom-lg-7560 {
    bottom: 7560px !important;
  }
  .bottom-lg-n16 {
    bottom: -16px !important;
  }
  .bottom-lg-n34 {
    bottom: -34px !important;
  }
  .bottom-lg-n38 {
    bottom: -38px !important;
  }
  .bottom-lg-n42 {
    bottom: -42px !important;
  }
  .bottom-lg-n87 {
    bottom: -87px !important;
  }
  .bottom-lg-n102 {
    bottom: -102px !important;
  }
  .bottom-lg-n110 {
    bottom: -110px !important;
  }
  .bottom-lg-n132 {
    bottom: -132px !important;
  }
  .bottom-lg-n200 {
    bottom: -200px !important;
  }
  .bottom-lg-n315 {
    bottom: -315px !important;
  }
  .bottom-lg-p15_1 {
    bottom: 15.1% !important;
  }
  .bottom-lg-p17_2 {
    bottom: 17.2% !important;
  }
  .bottom-lg-p18_2 {
    bottom: 18.2% !important;
  }
  .bottom-lg-p20_2 {
    bottom: 20.2% !important;
  }
  .bottom-lg-p23_2 {
    bottom: 23.2% !important;
  }
  .bottom-lg-p25 {
    bottom: 25% !important;
  }
  .bottom-lg-p30 {
    bottom: 30% !important;
  }
  .bottom-lg-p40 {
    bottom: 40% !important;
  }
  .bottom-lg-p50 {
    bottom: 50% !important;
  }
  .bottom-lg-p58 {
    bottom: 58% !important;
  }
  .bottom-lg-p63 {
    bottom: 63% !important;
  }
  .bottom-lg-p64_2 {
    bottom: 64.2% !important;
  }
  .bottom-lg-p64_6 {
    bottom: 64.6% !important;
  }
  .bottom-lg-p100 {
    bottom: 100% !important;
  }
  .start-lg-0 {
    left: 0 !important;
  }
  .start-lg-8 {
    left: 8px !important;
  }
  .start-lg-9 {
    left: 9px !important;
  }
  .start-lg-12 {
    left: 12px !important;
  }
  .start-lg-14 {
    left: 14px !important;
  }
  .start-lg-17 {
    left: 17px !important;
  }
  .start-lg-25 {
    left: 25px !important;
  }
  .start-lg-30 {
    left: 30px !important;
  }
  .start-lg-36 {
    left: 36px !important;
  }
  .start-lg-44 {
    left: 44px !important;
  }
  .start-lg-47 {
    left: 47px !important;
  }
  .start-lg-50 {
    left: 50px !important;
  }
  .start-lg-51 {
    left: 51px !important;
  }
  .start-lg-55 {
    left: 55px !important;
  }
  .start-lg-56 {
    left: 56px !important;
  }
  .start-lg-64 {
    left: 64px !important;
  }
  .start-lg-70 {
    left: 70px !important;
  }
  .start-lg-80 {
    left: 80px !important;
  }
  .start-lg-90 {
    left: 90px !important;
  }
  .start-lg-104 {
    left: 104px !important;
  }
  .start-lg-115 {
    left: 115px !important;
  }
  .start-lg-125 {
    left: 125px !important;
  }
  .start-lg-140 {
    left: 140px !important;
  }
  .start-lg-155 {
    left: 155px !important;
  }
  .start-lg-170 {
    left: 170px !important;
  }
  .start-lg-180 {
    left: 180px !important;
  }
  .start-lg-225 {
    left: 225px !important;
  }
  .start-lg-287 {
    left: 287px !important;
  }
  .start-lg-315 {
    left: 315px !important;
  }
  .start-lg-1038 {
    left: 1038px !important;
  }
  .start-lg-1388 {
    left: 1388px !important;
  }
  .start-lg-1780 {
    left: 1780px !important;
  }
  .start-lg-1870 {
    left: 1870px !important;
  }
  .start-lg-2069 {
    left: 2069px !important;
  }
  .start-lg-2071 {
    left: 2071px !important;
  }
  .start-lg-2170 {
    left: 2170px !important;
  }
  .start-lg-2177 {
    left: 2177px !important;
  }
  .start-lg-2420 {
    left: 2420px !important;
  }
  .start-lg-2830 {
    left: 2830px !important;
  }
  .start-lg-2980 {
    left: 2980px !important;
  }
  .start-lg-3385 {
    left: 3385px !important;
  }
  .start-lg-4600 {
    left: 4600px !important;
  }
  .start-lg-6060 {
    left: 6060px !important;
  }
  .start-lg-7155 {
    left: 7155px !important;
  }
  .start-lg-7560 {
    left: 7560px !important;
  }
  .start-lg-n16 {
    left: -16px !important;
  }
  .start-lg-n34 {
    left: -34px !important;
  }
  .start-lg-n38 {
    left: -38px !important;
  }
  .start-lg-n42 {
    left: -42px !important;
  }
  .start-lg-n87 {
    left: -87px !important;
  }
  .start-lg-n102 {
    left: -102px !important;
  }
  .start-lg-n110 {
    left: -110px !important;
  }
  .start-lg-n132 {
    left: -132px !important;
  }
  .start-lg-n200 {
    left: -200px !important;
  }
  .start-lg-n315 {
    left: -315px !important;
  }
  .start-lg-p15_1 {
    left: 15.1% !important;
  }
  .start-lg-p17_2 {
    left: 17.2% !important;
  }
  .start-lg-p18_2 {
    left: 18.2% !important;
  }
  .start-lg-p20_2 {
    left: 20.2% !important;
  }
  .start-lg-p23_2 {
    left: 23.2% !important;
  }
  .start-lg-p25 {
    left: 25% !important;
  }
  .start-lg-p30 {
    left: 30% !important;
  }
  .start-lg-p40 {
    left: 40% !important;
  }
  .start-lg-p50 {
    left: 50% !important;
  }
  .start-lg-p58 {
    left: 58% !important;
  }
  .start-lg-p63 {
    left: 63% !important;
  }
  .start-lg-p64_2 {
    left: 64.2% !important;
  }
  .start-lg-p64_6 {
    left: 64.6% !important;
  }
  .start-lg-p100 {
    left: 100% !important;
  }
  .end-lg-0 {
    right: 0 !important;
  }
  .end-lg-8 {
    right: 8px !important;
  }
  .end-lg-9 {
    right: 9px !important;
  }
  .end-lg-12 {
    right: 12px !important;
  }
  .end-lg-14 {
    right: 14px !important;
  }
  .end-lg-17 {
    right: 17px !important;
  }
  .end-lg-25 {
    right: 25px !important;
  }
  .end-lg-30 {
    right: 30px !important;
  }
  .end-lg-36 {
    right: 36px !important;
  }
  .end-lg-44 {
    right: 44px !important;
  }
  .end-lg-47 {
    right: 47px !important;
  }
  .end-lg-50 {
    right: 50px !important;
  }
  .end-lg-51 {
    right: 51px !important;
  }
  .end-lg-55 {
    right: 55px !important;
  }
  .end-lg-56 {
    right: 56px !important;
  }
  .end-lg-64 {
    right: 64px !important;
  }
  .end-lg-70 {
    right: 70px !important;
  }
  .end-lg-80 {
    right: 80px !important;
  }
  .end-lg-90 {
    right: 90px !important;
  }
  .end-lg-104 {
    right: 104px !important;
  }
  .end-lg-115 {
    right: 115px !important;
  }
  .end-lg-125 {
    right: 125px !important;
  }
  .end-lg-140 {
    right: 140px !important;
  }
  .end-lg-155 {
    right: 155px !important;
  }
  .end-lg-170 {
    right: 170px !important;
  }
  .end-lg-180 {
    right: 180px !important;
  }
  .end-lg-225 {
    right: 225px !important;
  }
  .end-lg-287 {
    right: 287px !important;
  }
  .end-lg-315 {
    right: 315px !important;
  }
  .end-lg-1038 {
    right: 1038px !important;
  }
  .end-lg-1388 {
    right: 1388px !important;
  }
  .end-lg-1780 {
    right: 1780px !important;
  }
  .end-lg-1870 {
    right: 1870px !important;
  }
  .end-lg-2069 {
    right: 2069px !important;
  }
  .end-lg-2071 {
    right: 2071px !important;
  }
  .end-lg-2170 {
    right: 2170px !important;
  }
  .end-lg-2177 {
    right: 2177px !important;
  }
  .end-lg-2420 {
    right: 2420px !important;
  }
  .end-lg-2830 {
    right: 2830px !important;
  }
  .end-lg-2980 {
    right: 2980px !important;
  }
  .end-lg-3385 {
    right: 3385px !important;
  }
  .end-lg-4600 {
    right: 4600px !important;
  }
  .end-lg-6060 {
    right: 6060px !important;
  }
  .end-lg-7155 {
    right: 7155px !important;
  }
  .end-lg-7560 {
    right: 7560px !important;
  }
  .end-lg-n16 {
    right: -16px !important;
  }
  .end-lg-n34 {
    right: -34px !important;
  }
  .end-lg-n38 {
    right: -38px !important;
  }
  .end-lg-n42 {
    right: -42px !important;
  }
  .end-lg-n87 {
    right: -87px !important;
  }
  .end-lg-n102 {
    right: -102px !important;
  }
  .end-lg-n110 {
    right: -110px !important;
  }
  .end-lg-n132 {
    right: -132px !important;
  }
  .end-lg-n200 {
    right: -200px !important;
  }
  .end-lg-n315 {
    right: -315px !important;
  }
  .end-lg-p15_1 {
    right: 15.1% !important;
  }
  .end-lg-p17_2 {
    right: 17.2% !important;
  }
  .end-lg-p18_2 {
    right: 18.2% !important;
  }
  .end-lg-p20_2 {
    right: 20.2% !important;
  }
  .end-lg-p23_2 {
    right: 23.2% !important;
  }
  .end-lg-p25 {
    right: 25% !important;
  }
  .end-lg-p30 {
    right: 30% !important;
  }
  .end-lg-p40 {
    right: 40% !important;
  }
  .end-lg-p50 {
    right: 50% !important;
  }
  .end-lg-p58 {
    right: 58% !important;
  }
  .end-lg-p63 {
    right: 63% !important;
  }
  .end-lg-p64_2 {
    right: 64.2% !important;
  }
  .end-lg-p64_6 {
    right: 64.6% !important;
  }
  .end-lg-p100 {
    right: 100% !important;
  }
  .translate-middle-lg {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-lg-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-lg-y {
    transform: translateY(-50%) !important;
  }
  .translate-middle-lg-r-n1 {
    transform: rotate(-1deg) !important;
  }
  .border-lg {
    border: 1px solid #dee2e6 !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-lg-transparent {
    border: 1px solid transparent !important;
  }
  .border-lg-odBorder {
    border: 1px solid #e8e8ee !important;
  }
  .border-lg-odBorder-2 {
    border: 2px solid #e8e8ee !important;
  }
  .border-lg-tbodyBorder {
    border: 1px solid #b2b2b2 !important;
  }
  .border-lg-none {
    border: none !important;
  }
  .border-top-lg {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-top-lg-0 {
    border-top: 0 !important;
  }
  .border-top-lg-transparent {
    border-top: 1px solid transparent !important;
  }
  .border-top-lg-odBorder {
    border-top: 1px solid #e8e8ee !important;
  }
  .border-top-lg-odBorder-2 {
    border-top: 2px solid #e8e8ee !important;
  }
  .border-top-lg-tbodyBorder {
    border-top: 1px solid #b2b2b2 !important;
  }
  .border-top-lg-none {
    border-top: none !important;
  }
  .border-end-lg {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-end-lg-0 {
    border-right: 0 !important;
  }
  .border-end-lg-transparent {
    border-right: 1px solid transparent !important;
  }
  .border-end-lg-odBorder {
    border-right: 1px solid #e8e8ee !important;
  }
  .border-end-lg-odBorder-2 {
    border-right: 2px solid #e8e8ee !important;
  }
  .border-end-lg-tbodyBorder {
    border-right: 1px solid #b2b2b2 !important;
  }
  .border-end-lg-none {
    border-right: none !important;
  }
  .border-bottom-lg {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-bottom-lg-0 {
    border-bottom: 0 !important;
  }
  .border-bottom-lg-transparent {
    border-bottom: 1px solid transparent !important;
  }
  .border-bottom-lg-odBorder {
    border-bottom: 1px solid #e8e8ee !important;
  }
  .border-bottom-lg-odBorder-2 {
    border-bottom: 2px solid #e8e8ee !important;
  }
  .border-bottom-lg-tbodyBorder {
    border-bottom: 1px solid #b2b2b2 !important;
  }
  .border-bottom-lg-none {
    border-bottom: none !important;
  }
  .border-start-lg {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-start-lg-0 {
    border-left: 0 !important;
  }
  .border-start-lg-transparent {
    border-left: 1px solid transparent !important;
  }
  .border-start-lg-odBorder {
    border-left: 1px solid #e8e8ee !important;
  }
  .border-start-lg-odBorder-2 {
    border-left: 2px solid #e8e8ee !important;
  }
  .border-start-lg-tbodyBorder {
    border-left: 1px solid #b2b2b2 !important;
  }
  .border-start-lg-none {
    border-left: none !important;
  }
  .border-lg-1 {
    border-width: 1px !important;
  }
  .border-lg-2 {
    border-width: 2px !important;
  }
  .border-lg-3 {
    border-width: 3px !important;
  }
  .border-lg-4 {
    border-width: 4px !important;
  }
  .border-lg-5 {
    border-width: 5px !important;
  }
  .border-lg-6 {
    border-width: 6px !important;
  }
  .w-lg-0 {
    width: 0px !important;
  }
  .w-lg-8 {
    width: 8px !important;
  }
  .w-lg-15 {
    width: 15px !important;
  }
  .w-lg-16 {
    width: 16px !important;
  }
  .w-lg-18 {
    width: 18px !important;
  }
  .w-lg-20 {
    width: 20px !important;
  }
  .w-lg-22 {
    width: 22px !important;
  }
  .w-lg-23 {
    width: 23px !important;
  }
  .w-lg-24 {
    width: 24px !important;
  }
  .w-lg-30 {
    width: 30px !important;
  }
  .w-lg-34 {
    width: 34px !important;
  }
  .w-lg-40 {
    width: 40px !important;
  }
  .w-lg-42 {
    width: 42px !important;
  }
  .w-lg-43 {
    width: 43px !important;
  }
  .w-lg-46 {
    width: 46px !important;
  }
  .w-lg-47 {
    width: 47px !important;
  }
  .w-lg-50 {
    width: 50px !important;
  }
  .w-lg-54 {
    width: 54px !important;
  }
  .w-lg-55 {
    width: 55px !important;
  }
  .w-lg-63 {
    width: 63px !important;
  }
  .w-lg-70 {
    width: 70px !important;
  }
  .w-lg-73 {
    width: 73px !important;
  }
  .w-lg-80 {
    width: 80px !important;
  }
  .w-lg-86 {
    width: 86px !important;
  }
  .w-lg-88 {
    width: 88px !important;
  }
  .w-lg-90 {
    width: 90px !important;
  }
  .w-lg-93 {
    width: 93px !important;
  }
  .w-lg-95 {
    width: 95px !important;
  }
  .w-lg-100 {
    width: 100px !important;
  }
  .w-lg-103 {
    width: 103px !important;
  }
  .w-lg-105 {
    width: 105px !important;
  }
  .w-lg-113 {
    width: 113px !important;
  }
  .w-lg-119 {
    width: 119px !important;
  }
  .w-lg-120 {
    width: 120px !important;
  }
  .w-lg-123 {
    width: 123px !important;
  }
  .w-lg-125 {
    width: 125px !important;
  }
  .w-lg-132 {
    width: 132px !important;
  }
  .w-lg-135 {
    width: 135px !important;
  }
  .w-lg-140 {
    width: 140px !important;
  }
  .w-lg-145 {
    width: 145px !important;
  }
  .w-lg-160 {
    width: 160px !important;
  }
  .w-lg-187 {
    width: 187px !important;
  }
  .w-lg-198 {
    width: 198px !important;
  }
  .w-lg-202 {
    width: 202px !important;
  }
  .w-lg-231 {
    width: 231px !important;
  }
  .w-lg-260 {
    width: 260px !important;
  }
  .w-lg-278 {
    width: 278px !important;
  }
  .w-lg-291 {
    width: 291px !important;
  }
  .w-lg-310 {
    width: 310px !important;
  }
  .w-lg-340 {
    width: 340px !important;
  }
  .w-lg-360 {
    width: 360px !important;
  }
  .w-lg-373 {
    width: 373px !important;
  }
  .w-lg-405 {
    width: 405px !important;
  }
  .w-lg-430 {
    width: 430px !important;
  }
  .w-lg-524 {
    width: 524px !important;
  }
  .w-lg-597 {
    width: 597px !important;
  }
  .w-lg-634 {
    width: 634px !important;
  }
  .w-lg-666 {
    width: 666px !important;
  }
  .w-lg-770 {
    width: 770px !important;
  }
  .w-lg-780 {
    width: 780px !important;
  }
  .w-lg-1210 {
    width: 1210px !important;
  }
  .w-lg-1320 {
    width: 1320px !important;
  }
  .w-lg-p17 {
    width: 17% !important;
  }
  .w-lg-p18 {
    width: 18% !important;
  }
  .w-lg-p20 {
    width: 20% !important;
  }
  .w-lg-p24 {
    width: 24% !important;
  }
  .w-lg-p25 {
    width: 25% !important;
  }
  .w-lg-p30 {
    width: 30% !important;
  }
  .w-lg-p33 {
    width: 33% !important;
  }
  .w-lg-p33_5 {
    width: 33.5% !important;
  }
  .w-lg-p40 {
    width: 40% !important;
  }
  .w-lg-p50 {
    width: 50% !important;
  }
  .w-lg-p60 {
    width: 60% !important;
  }
  .w-lg-p65 {
    width: 65% !important;
  }
  .w-lg-p66_5 {
    width: 66.5% !important;
  }
  .w-lg-p67 {
    width: 67% !important;
  }
  .w-lg-p70 {
    width: 70% !important;
  }
  .w-lg-p75 {
    width: 75% !important;
  }
  .w-lg-p76 {
    width: 76% !important;
  }
  .w-lg-p80 {
    width: 80% !important;
  }
  .w-lg-p90 {
    width: 90% !important;
  }
  .w-lg-p96 {
    width: 96% !important;
  }
  .w-lg-p100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-vw82 {
    width: 82vw !important;
  }
  .w-lg-vw100 {
    width: 100vw !important;
  }
  .mw-lg-0 {
    max-width: 0px !important;
  }
  .mw-lg-8 {
    max-width: 8px !important;
  }
  .mw-lg-15 {
    max-width: 15px !important;
  }
  .mw-lg-16 {
    max-width: 16px !important;
  }
  .mw-lg-18 {
    max-width: 18px !important;
  }
  .mw-lg-20 {
    max-width: 20px !important;
  }
  .mw-lg-22 {
    max-width: 22px !important;
  }
  .mw-lg-23 {
    max-width: 23px !important;
  }
  .mw-lg-24 {
    max-width: 24px !important;
  }
  .mw-lg-30 {
    max-width: 30px !important;
  }
  .mw-lg-34 {
    max-width: 34px !important;
  }
  .mw-lg-40 {
    max-width: 40px !important;
  }
  .mw-lg-42 {
    max-width: 42px !important;
  }
  .mw-lg-43 {
    max-width: 43px !important;
  }
  .mw-lg-46 {
    max-width: 46px !important;
  }
  .mw-lg-47 {
    max-width: 47px !important;
  }
  .mw-lg-50 {
    max-width: 50px !important;
  }
  .mw-lg-54 {
    max-width: 54px !important;
  }
  .mw-lg-55 {
    max-width: 55px !important;
  }
  .mw-lg-63 {
    max-width: 63px !important;
  }
  .mw-lg-70 {
    max-width: 70px !important;
  }
  .mw-lg-73 {
    max-width: 73px !important;
  }
  .mw-lg-80 {
    max-width: 80px !important;
  }
  .mw-lg-86 {
    max-width: 86px !important;
  }
  .mw-lg-88 {
    max-width: 88px !important;
  }
  .mw-lg-90 {
    max-width: 90px !important;
  }
  .mw-lg-93 {
    max-width: 93px !important;
  }
  .mw-lg-95 {
    max-width: 95px !important;
  }
  .mw-lg-100 {
    max-width: 100px !important;
  }
  .mw-lg-103 {
    max-width: 103px !important;
  }
  .mw-lg-105 {
    max-width: 105px !important;
  }
  .mw-lg-113 {
    max-width: 113px !important;
  }
  .mw-lg-119 {
    max-width: 119px !important;
  }
  .mw-lg-120 {
    max-width: 120px !important;
  }
  .mw-lg-123 {
    max-width: 123px !important;
  }
  .mw-lg-125 {
    max-width: 125px !important;
  }
  .mw-lg-132 {
    max-width: 132px !important;
  }
  .mw-lg-135 {
    max-width: 135px !important;
  }
  .mw-lg-140 {
    max-width: 140px !important;
  }
  .mw-lg-145 {
    max-width: 145px !important;
  }
  .mw-lg-160 {
    max-width: 160px !important;
  }
  .mw-lg-187 {
    max-width: 187px !important;
  }
  .mw-lg-198 {
    max-width: 198px !important;
  }
  .mw-lg-202 {
    max-width: 202px !important;
  }
  .mw-lg-231 {
    max-width: 231px !important;
  }
  .mw-lg-260 {
    max-width: 260px !important;
  }
  .mw-lg-278 {
    max-width: 278px !important;
  }
  .mw-lg-291 {
    max-width: 291px !important;
  }
  .mw-lg-310 {
    max-width: 310px !important;
  }
  .mw-lg-340 {
    max-width: 340px !important;
  }
  .mw-lg-360 {
    max-width: 360px !important;
  }
  .mw-lg-373 {
    max-width: 373px !important;
  }
  .mw-lg-405 {
    max-width: 405px !important;
  }
  .mw-lg-430 {
    max-width: 430px !important;
  }
  .mw-lg-524 {
    max-width: 524px !important;
  }
  .mw-lg-597 {
    max-width: 597px !important;
  }
  .mw-lg-634 {
    max-width: 634px !important;
  }
  .mw-lg-666 {
    max-width: 666px !important;
  }
  .mw-lg-770 {
    max-width: 770px !important;
  }
  .mw-lg-780 {
    max-width: 780px !important;
  }
  .mw-lg-1210 {
    max-width: 1210px !important;
  }
  .mw-lg-1320 {
    max-width: 1320px !important;
  }
  .mw-lg-p17 {
    max-width: 17% !important;
  }
  .mw-lg-p18 {
    max-width: 18% !important;
  }
  .mw-lg-p20 {
    max-width: 20% !important;
  }
  .mw-lg-p24 {
    max-width: 24% !important;
  }
  .mw-lg-p25 {
    max-width: 25% !important;
  }
  .mw-lg-p30 {
    max-width: 30% !important;
  }
  .mw-lg-p33 {
    max-width: 33% !important;
  }
  .mw-lg-p33_5 {
    max-width: 33.5% !important;
  }
  .mw-lg-p40 {
    max-width: 40% !important;
  }
  .mw-lg-p50 {
    max-width: 50% !important;
  }
  .mw-lg-p60 {
    max-width: 60% !important;
  }
  .mw-lg-p65 {
    max-width: 65% !important;
  }
  .mw-lg-p66_5 {
    max-width: 66.5% !important;
  }
  .mw-lg-p67 {
    max-width: 67% !important;
  }
  .mw-lg-p70 {
    max-width: 70% !important;
  }
  .mw-lg-p75 {
    max-width: 75% !important;
  }
  .mw-lg-p76 {
    max-width: 76% !important;
  }
  .mw-lg-p80 {
    max-width: 80% !important;
  }
  .mw-lg-p90 {
    max-width: 90% !important;
  }
  .mw-lg-p96 {
    max-width: 96% !important;
  }
  .mw-lg-p100 {
    max-width: 100% !important;
  }
  .mw-lg-auto {
    max-width: auto !important;
  }
  .mw-lg-vw82 {
    max-width: 82vw !important;
  }
  .mw-lg-vw100 {
    max-width: 100vw !important;
  }
  .min-vw-lg-0 {
    min-width: 0px !important;
  }
  .min-vw-lg-8 {
    min-width: 8px !important;
  }
  .min-vw-lg-15 {
    min-width: 15px !important;
  }
  .min-vw-lg-16 {
    min-width: 16px !important;
  }
  .min-vw-lg-18 {
    min-width: 18px !important;
  }
  .min-vw-lg-20 {
    min-width: 20px !important;
  }
  .min-vw-lg-22 {
    min-width: 22px !important;
  }
  .min-vw-lg-23 {
    min-width: 23px !important;
  }
  .min-vw-lg-24 {
    min-width: 24px !important;
  }
  .min-vw-lg-30 {
    min-width: 30px !important;
  }
  .min-vw-lg-34 {
    min-width: 34px !important;
  }
  .min-vw-lg-40 {
    min-width: 40px !important;
  }
  .min-vw-lg-42 {
    min-width: 42px !important;
  }
  .min-vw-lg-43 {
    min-width: 43px !important;
  }
  .min-vw-lg-46 {
    min-width: 46px !important;
  }
  .min-vw-lg-47 {
    min-width: 47px !important;
  }
  .min-vw-lg-50 {
    min-width: 50px !important;
  }
  .min-vw-lg-54 {
    min-width: 54px !important;
  }
  .min-vw-lg-55 {
    min-width: 55px !important;
  }
  .min-vw-lg-63 {
    min-width: 63px !important;
  }
  .min-vw-lg-70 {
    min-width: 70px !important;
  }
  .min-vw-lg-73 {
    min-width: 73px !important;
  }
  .min-vw-lg-80 {
    min-width: 80px !important;
  }
  .min-vw-lg-86 {
    min-width: 86px !important;
  }
  .min-vw-lg-88 {
    min-width: 88px !important;
  }
  .min-vw-lg-90 {
    min-width: 90px !important;
  }
  .min-vw-lg-93 {
    min-width: 93px !important;
  }
  .min-vw-lg-95 {
    min-width: 95px !important;
  }
  .min-vw-lg-100 {
    min-width: 100px !important;
  }
  .min-vw-lg-103 {
    min-width: 103px !important;
  }
  .min-vw-lg-105 {
    min-width: 105px !important;
  }
  .min-vw-lg-113 {
    min-width: 113px !important;
  }
  .min-vw-lg-119 {
    min-width: 119px !important;
  }
  .min-vw-lg-120 {
    min-width: 120px !important;
  }
  .min-vw-lg-123 {
    min-width: 123px !important;
  }
  .min-vw-lg-125 {
    min-width: 125px !important;
  }
  .min-vw-lg-132 {
    min-width: 132px !important;
  }
  .min-vw-lg-135 {
    min-width: 135px !important;
  }
  .min-vw-lg-140 {
    min-width: 140px !important;
  }
  .min-vw-lg-145 {
    min-width: 145px !important;
  }
  .min-vw-lg-160 {
    min-width: 160px !important;
  }
  .min-vw-lg-187 {
    min-width: 187px !important;
  }
  .min-vw-lg-198 {
    min-width: 198px !important;
  }
  .min-vw-lg-202 {
    min-width: 202px !important;
  }
  .min-vw-lg-231 {
    min-width: 231px !important;
  }
  .min-vw-lg-260 {
    min-width: 260px !important;
  }
  .min-vw-lg-278 {
    min-width: 278px !important;
  }
  .min-vw-lg-291 {
    min-width: 291px !important;
  }
  .min-vw-lg-310 {
    min-width: 310px !important;
  }
  .min-vw-lg-340 {
    min-width: 340px !important;
  }
  .min-vw-lg-360 {
    min-width: 360px !important;
  }
  .min-vw-lg-373 {
    min-width: 373px !important;
  }
  .min-vw-lg-405 {
    min-width: 405px !important;
  }
  .min-vw-lg-430 {
    min-width: 430px !important;
  }
  .min-vw-lg-524 {
    min-width: 524px !important;
  }
  .min-vw-lg-597 {
    min-width: 597px !important;
  }
  .min-vw-lg-634 {
    min-width: 634px !important;
  }
  .min-vw-lg-666 {
    min-width: 666px !important;
  }
  .min-vw-lg-770 {
    min-width: 770px !important;
  }
  .min-vw-lg-780 {
    min-width: 780px !important;
  }
  .min-vw-lg-1210 {
    min-width: 1210px !important;
  }
  .min-vw-lg-1320 {
    min-width: 1320px !important;
  }
  .min-vw-lg-p17 {
    min-width: 17% !important;
  }
  .min-vw-lg-p18 {
    min-width: 18% !important;
  }
  .min-vw-lg-p20 {
    min-width: 20% !important;
  }
  .min-vw-lg-p24 {
    min-width: 24% !important;
  }
  .min-vw-lg-p25 {
    min-width: 25% !important;
  }
  .min-vw-lg-p30 {
    min-width: 30% !important;
  }
  .min-vw-lg-p33 {
    min-width: 33% !important;
  }
  .min-vw-lg-p33_5 {
    min-width: 33.5% !important;
  }
  .min-vw-lg-p40 {
    min-width: 40% !important;
  }
  .min-vw-lg-p50 {
    min-width: 50% !important;
  }
  .min-vw-lg-p60 {
    min-width: 60% !important;
  }
  .min-vw-lg-p65 {
    min-width: 65% !important;
  }
  .min-vw-lg-p66_5 {
    min-width: 66.5% !important;
  }
  .min-vw-lg-p67 {
    min-width: 67% !important;
  }
  .min-vw-lg-p70 {
    min-width: 70% !important;
  }
  .min-vw-lg-p75 {
    min-width: 75% !important;
  }
  .min-vw-lg-p76 {
    min-width: 76% !important;
  }
  .min-vw-lg-p80 {
    min-width: 80% !important;
  }
  .min-vw-lg-p90 {
    min-width: 90% !important;
  }
  .min-vw-lg-p96 {
    min-width: 96% !important;
  }
  .min-vw-lg-p100 {
    min-width: 100% !important;
  }
  .min-vw-lg-auto {
    min-width: auto !important;
  }
  .min-vw-lg-vw82 {
    min-width: 82vw !important;
  }
  .min-vw-lg-vw100 {
    min-width: 100vw !important;
  }
  .h-lg-2 {
    height: 2px !important;
  }
  .h-lg-5 {
    height: 5px !important;
  }
  .h-lg-6 {
    height: 6px !important;
  }
  .h-lg-8 {
    height: 8px !important;
  }
  .h-lg-12 {
    height: 12px !important;
  }
  .h-lg-15 {
    height: 15px !important;
  }
  .h-lg-16 {
    height: 16px !important;
  }
  .h-lg-17 {
    height: 17px !important;
  }
  .h-lg-19 {
    height: 19px !important;
  }
  .h-lg-20 {
    height: 20px !important;
  }
  .h-lg-22 {
    height: 22px !important;
  }
  .h-lg-25 {
    height: 25px !important;
  }
  .h-lg-27 {
    height: 27px !important;
  }
  .h-lg-29 {
    height: 29px !important;
  }
  .h-lg-30 {
    height: 30px !important;
  }
  .h-lg-34 {
    height: 34px !important;
  }
  .h-lg-37 {
    height: 37px !important;
  }
  .h-lg-39 {
    height: 39px !important;
  }
  .h-lg-40 {
    height: 40px !important;
  }
  .h-lg-43 {
    height: 43px !important;
  }
  .h-lg-45 {
    height: 45px !important;
  }
  .h-lg-46 {
    height: 46px !important;
  }
  .h-lg-50 {
    height: 50px !important;
  }
  .h-lg-56 {
    height: 56px !important;
  }
  .h-lg-63 {
    height: 63px !important;
  }
  .h-lg-80 {
    height: 80px !important;
  }
  .h-lg-88 {
    height: 88px !important;
  }
  .h-lg-100 {
    height: 100px !important;
  }
  .h-lg-124 {
    height: 124px !important;
  }
  .h-lg-140 {
    height: 140px !important;
  }
  .h-lg-153 {
    height: 153px !important;
  }
  .h-lg-160 {
    height: 160px !important;
  }
  .h-lg-174 {
    height: 174px !important;
  }
  .h-lg-185 {
    height: 185px !important;
  }
  .h-lg-200 {
    height: 200px !important;
  }
  .h-lg-225 {
    height: 225px !important;
  }
  .h-lg-241 {
    height: 241px !important;
  }
  .h-lg-245 {
    height: 245px !important;
  }
  .h-lg-260 {
    height: 260px !important;
  }
  .h-lg-350 {
    height: 350px !important;
  }
  .h-lg-400 {
    height: 400px !important;
  }
  .h-lg-p25 {
    height: 25% !important;
  }
  .h-lg-p50 {
    height: 50% !important;
  }
  .h-lg-p75 {
    height: 75% !important;
  }
  .h-lg-p100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-100vh {
    height: 100vh !important;
  }
  .mh-lg-2 {
    max-height: 2px !important;
  }
  .mh-lg-5 {
    max-height: 5px !important;
  }
  .mh-lg-6 {
    max-height: 6px !important;
  }
  .mh-lg-8 {
    max-height: 8px !important;
  }
  .mh-lg-12 {
    max-height: 12px !important;
  }
  .mh-lg-15 {
    max-height: 15px !important;
  }
  .mh-lg-16 {
    max-height: 16px !important;
  }
  .mh-lg-17 {
    max-height: 17px !important;
  }
  .mh-lg-19 {
    max-height: 19px !important;
  }
  .mh-lg-20 {
    max-height: 20px !important;
  }
  .mh-lg-22 {
    max-height: 22px !important;
  }
  .mh-lg-25 {
    max-height: 25px !important;
  }
  .mh-lg-27 {
    max-height: 27px !important;
  }
  .mh-lg-29 {
    max-height: 29px !important;
  }
  .mh-lg-30 {
    max-height: 30px !important;
  }
  .mh-lg-34 {
    max-height: 34px !important;
  }
  .mh-lg-37 {
    max-height: 37px !important;
  }
  .mh-lg-39 {
    max-height: 39px !important;
  }
  .mh-lg-40 {
    max-height: 40px !important;
  }
  .mh-lg-43 {
    max-height: 43px !important;
  }
  .mh-lg-45 {
    max-height: 45px !important;
  }
  .mh-lg-46 {
    max-height: 46px !important;
  }
  .mh-lg-50 {
    max-height: 50px !important;
  }
  .mh-lg-56 {
    max-height: 56px !important;
  }
  .mh-lg-63 {
    max-height: 63px !important;
  }
  .mh-lg-80 {
    max-height: 80px !important;
  }
  .mh-lg-88 {
    max-height: 88px !important;
  }
  .mh-lg-100 {
    max-height: 100px !important;
  }
  .mh-lg-124 {
    max-height: 124px !important;
  }
  .mh-lg-140 {
    max-height: 140px !important;
  }
  .mh-lg-153 {
    max-height: 153px !important;
  }
  .mh-lg-160 {
    max-height: 160px !important;
  }
  .mh-lg-174 {
    max-height: 174px !important;
  }
  .mh-lg-185 {
    max-height: 185px !important;
  }
  .mh-lg-200 {
    max-height: 200px !important;
  }
  .mh-lg-225 {
    max-height: 225px !important;
  }
  .mh-lg-241 {
    max-height: 241px !important;
  }
  .mh-lg-245 {
    max-height: 245px !important;
  }
  .mh-lg-260 {
    max-height: 260px !important;
  }
  .mh-lg-350 {
    max-height: 350px !important;
  }
  .mh-lg-400 {
    max-height: 400px !important;
  }
  .mh-lg-p25 {
    max-height: 25% !important;
  }
  .mh-lg-p50 {
    max-height: 50% !important;
  }
  .mh-lg-p75 {
    max-height: 75% !important;
  }
  .mh-lg-p100 {
    max-height: 100% !important;
  }
  .mh-lg-auto {
    max-height: auto !important;
  }
  .mh-lg-100vh {
    max-height: 100vh !important;
  }
  .vh-lg-2 {
    height: 2px !important;
  }
  .vh-lg-5 {
    height: 5px !important;
  }
  .vh-lg-6 {
    height: 6px !important;
  }
  .vh-lg-8 {
    height: 8px !important;
  }
  .vh-lg-12 {
    height: 12px !important;
  }
  .vh-lg-15 {
    height: 15px !important;
  }
  .vh-lg-16 {
    height: 16px !important;
  }
  .vh-lg-17 {
    height: 17px !important;
  }
  .vh-lg-19 {
    height: 19px !important;
  }
  .vh-lg-20 {
    height: 20px !important;
  }
  .vh-lg-22 {
    height: 22px !important;
  }
  .vh-lg-25 {
    height: 25px !important;
  }
  .vh-lg-27 {
    height: 27px !important;
  }
  .vh-lg-29 {
    height: 29px !important;
  }
  .vh-lg-30 {
    height: 30px !important;
  }
  .vh-lg-34 {
    height: 34px !important;
  }
  .vh-lg-37 {
    height: 37px !important;
  }
  .vh-lg-39 {
    height: 39px !important;
  }
  .vh-lg-40 {
    height: 40px !important;
  }
  .vh-lg-43 {
    height: 43px !important;
  }
  .vh-lg-45 {
    height: 45px !important;
  }
  .vh-lg-46 {
    height: 46px !important;
  }
  .vh-lg-50 {
    height: 50px !important;
  }
  .vh-lg-56 {
    height: 56px !important;
  }
  .vh-lg-63 {
    height: 63px !important;
  }
  .vh-lg-80 {
    height: 80px !important;
  }
  .vh-lg-88 {
    height: 88px !important;
  }
  .vh-lg-100 {
    height: 100px !important;
  }
  .vh-lg-124 {
    height: 124px !important;
  }
  .vh-lg-140 {
    height: 140px !important;
  }
  .vh-lg-153 {
    height: 153px !important;
  }
  .vh-lg-160 {
    height: 160px !important;
  }
  .vh-lg-174 {
    height: 174px !important;
  }
  .vh-lg-185 {
    height: 185px !important;
  }
  .vh-lg-200 {
    height: 200px !important;
  }
  .vh-lg-225 {
    height: 225px !important;
  }
  .vh-lg-241 {
    height: 241px !important;
  }
  .vh-lg-245 {
    height: 245px !important;
  }
  .vh-lg-260 {
    height: 260px !important;
  }
  .vh-lg-350 {
    height: 350px !important;
  }
  .vh-lg-400 {
    height: 400px !important;
  }
  .vh-lg-p25 {
    height: 25% !important;
  }
  .vh-lg-p50 {
    height: 50% !important;
  }
  .vh-lg-p75 {
    height: 75% !important;
  }
  .vh-lg-p100 {
    height: 100% !important;
  }
  .vh-lg-auto {
    height: auto !important;
  }
  .vh-lg-100vh {
    height: 100vh !important;
  }
  .min-vh-lg-2 {
    min-height: 2px !important;
  }
  .min-vh-lg-5 {
    min-height: 5px !important;
  }
  .min-vh-lg-6 {
    min-height: 6px !important;
  }
  .min-vh-lg-8 {
    min-height: 8px !important;
  }
  .min-vh-lg-12 {
    min-height: 12px !important;
  }
  .min-vh-lg-15 {
    min-height: 15px !important;
  }
  .min-vh-lg-16 {
    min-height: 16px !important;
  }
  .min-vh-lg-17 {
    min-height: 17px !important;
  }
  .min-vh-lg-19 {
    min-height: 19px !important;
  }
  .min-vh-lg-20 {
    min-height: 20px !important;
  }
  .min-vh-lg-22 {
    min-height: 22px !important;
  }
  .min-vh-lg-25 {
    min-height: 25px !important;
  }
  .min-vh-lg-27 {
    min-height: 27px !important;
  }
  .min-vh-lg-29 {
    min-height: 29px !important;
  }
  .min-vh-lg-30 {
    min-height: 30px !important;
  }
  .min-vh-lg-34 {
    min-height: 34px !important;
  }
  .min-vh-lg-37 {
    min-height: 37px !important;
  }
  .min-vh-lg-39 {
    min-height: 39px !important;
  }
  .min-vh-lg-40 {
    min-height: 40px !important;
  }
  .min-vh-lg-43 {
    min-height: 43px !important;
  }
  .min-vh-lg-45 {
    min-height: 45px !important;
  }
  .min-vh-lg-46 {
    min-height: 46px !important;
  }
  .min-vh-lg-50 {
    min-height: 50px !important;
  }
  .min-vh-lg-56 {
    min-height: 56px !important;
  }
  .min-vh-lg-63 {
    min-height: 63px !important;
  }
  .min-vh-lg-80 {
    min-height: 80px !important;
  }
  .min-vh-lg-88 {
    min-height: 88px !important;
  }
  .min-vh-lg-100 {
    min-height: 100px !important;
  }
  .min-vh-lg-124 {
    min-height: 124px !important;
  }
  .min-vh-lg-140 {
    min-height: 140px !important;
  }
  .min-vh-lg-153 {
    min-height: 153px !important;
  }
  .min-vh-lg-160 {
    min-height: 160px !important;
  }
  .min-vh-lg-174 {
    min-height: 174px !important;
  }
  .min-vh-lg-185 {
    min-height: 185px !important;
  }
  .min-vh-lg-200 {
    min-height: 200px !important;
  }
  .min-vh-lg-225 {
    min-height: 225px !important;
  }
  .min-vh-lg-241 {
    min-height: 241px !important;
  }
  .min-vh-lg-245 {
    min-height: 245px !important;
  }
  .min-vh-lg-260 {
    min-height: 260px !important;
  }
  .min-vh-lg-350 {
    min-height: 350px !important;
  }
  .min-vh-lg-400 {
    min-height: 400px !important;
  }
  .min-vh-lg-p25 {
    min-height: 25% !important;
  }
  .min-vh-lg-p50 {
    min-height: 50% !important;
  }
  .min-vh-lg-p75 {
    min-height: 75% !important;
  }
  .min-vh-lg-p100 {
    min-height: 100% !important;
  }
  .min-vh-lg-auto {
    min-height: auto !important;
  }
  .min-vh-lg-100vh {
    min-height: 100vh !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .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-6 {
    margin: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .m-lg-25 {
    margin: 25px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .m-lg-120 {
    margin: 120px !important;
  }
  .m-lg-160 {
    margin: 160px !important;
  }
  .m-lg-198 {
    margin: 198px !important;
  }
  .m-lg-220 {
    margin: 220px !important;
  }
  .m-lg-260 {
    margin: 260px !important;
  }
  .m-lg-270 {
    margin: 270px !important;
  }
  .m-lg-283 {
    margin: 283px !important;
  }
  .m-lg-365 {
    margin: 365px !important;
  }
  .m-lg-430 {
    margin: 430px !important;
  }
  .m-lg-460 {
    margin: 460px !important;
  }
  .m-lg-d0p4 {
    margin: 0.4rem !important;
  }
  .m-lg-d0p7 {
    margin: 0.7rem !important;
  }
  .m-lg-d2p2 {
    margin: 2.2rem !important;
  }
  .m-lg-1px {
    margin: 1px !important;
  }
  .m-lg-2px {
    margin: 2px !important;
  }
  .m-lg-4px {
    margin: 4px !important;
  }
  .m-lg-6px {
    margin: 6px !important;
  }
  .m-lg-7px {
    margin: 7px !important;
  }
  .m-lg-8px {
    margin: 8px !important;
  }
  .m-lg-23px {
    margin: 23px !important;
  }
  .m-lg-30px {
    margin: 30px !important;
  }
  .m-lg-p36 {
    margin: 36% !important;
  }
  .m-lg-p38 {
    margin: 38% !important;
  }
  .m-lg-p83 {
    margin: 83% !important;
  }
  .m-lg-p88 {
    margin: 88% !important;
  }
  .m-lg-inherit {
    margin: inherit !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-lg-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-lg-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .mx-lg-198 {
    margin-right: 198px !important;
    margin-left: 198px !important;
  }
  .mx-lg-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }
  .mx-lg-260 {
    margin-right: 260px !important;
    margin-left: 260px !important;
  }
  .mx-lg-270 {
    margin-right: 270px !important;
    margin-left: 270px !important;
  }
  .mx-lg-283 {
    margin-right: 283px !important;
    margin-left: 283px !important;
  }
  .mx-lg-365 {
    margin-right: 365px !important;
    margin-left: 365px !important;
  }
  .mx-lg-430 {
    margin-right: 430px !important;
    margin-left: 430px !important;
  }
  .mx-lg-460 {
    margin-right: 460px !important;
    margin-left: 460px !important;
  }
  .mx-lg-d0p4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-lg-d0p7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }
  .mx-lg-d2p2 {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important;
  }
  .mx-lg-1px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-lg-2px {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }
  .mx-lg-4px {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-lg-6px {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .mx-lg-7px {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }
  .mx-lg-8px {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-lg-23px {
    margin-right: 23px !important;
    margin-left: 23px !important;
  }
  .mx-lg-30px {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-lg-p36 {
    margin-right: 36% !important;
    margin-left: 36% !important;
  }
  .mx-lg-p38 {
    margin-right: 38% !important;
    margin-left: 38% !important;
  }
  .mx-lg-p83 {
    margin-right: 83% !important;
    margin-left: 83% !important;
  }
  .mx-lg-p88 {
    margin-right: 88% !important;
    margin-left: 88% !important;
  }
  .mx-lg-inherit {
    margin-right: inherit !important;
    margin-left: inherit !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-lg-198 {
    margin-top: 198px !important;
    margin-bottom: 198px !important;
  }
  .my-lg-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .my-lg-260 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .my-lg-270 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .my-lg-283 {
    margin-top: 283px !important;
    margin-bottom: 283px !important;
  }
  .my-lg-365 {
    margin-top: 365px !important;
    margin-bottom: 365px !important;
  }
  .my-lg-430 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .my-lg-460 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .my-lg-d0p4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-lg-d0p7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .my-lg-d2p2 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .my-lg-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-lg-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .my-lg-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-lg-6px {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-lg-7px {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .my-lg-8px {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-lg-23px {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .my-lg-30px {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-p36 {
    margin-top: 36% !important;
    margin-bottom: 36% !important;
  }
  .my-lg-p38 {
    margin-top: 38% !important;
    margin-bottom: 38% !important;
  }
  .my-lg-p83 {
    margin-top: 83% !important;
    margin-bottom: 83% !important;
  }
  .my-lg-p88 {
    margin-top: 88% !important;
    margin-bottom: 88% !important;
  }
  .my-lg-inherit {
    margin-top: inherit !important;
    margin-bottom: inherit !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-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .mt-lg-160 {
    margin-top: 160px !important;
  }
  .mt-lg-198 {
    margin-top: 198px !important;
  }
  .mt-lg-220 {
    margin-top: 220px !important;
  }
  .mt-lg-260 {
    margin-top: 260px !important;
  }
  .mt-lg-270 {
    margin-top: 270px !important;
  }
  .mt-lg-283 {
    margin-top: 283px !important;
  }
  .mt-lg-365 {
    margin-top: 365px !important;
  }
  .mt-lg-430 {
    margin-top: 430px !important;
  }
  .mt-lg-460 {
    margin-top: 460px !important;
  }
  .mt-lg-d0p4 {
    margin-top: 0.4rem !important;
  }
  .mt-lg-d0p7 {
    margin-top: 0.7rem !important;
  }
  .mt-lg-d2p2 {
    margin-top: 2.2rem !important;
  }
  .mt-lg-1px {
    margin-top: 1px !important;
  }
  .mt-lg-2px {
    margin-top: 2px !important;
  }
  .mt-lg-4px {
    margin-top: 4px !important;
  }
  .mt-lg-6px {
    margin-top: 6px !important;
  }
  .mt-lg-7px {
    margin-top: 7px !important;
  }
  .mt-lg-8px {
    margin-top: 8px !important;
  }
  .mt-lg-23px {
    margin-top: 23px !important;
  }
  .mt-lg-30px {
    margin-top: 30px !important;
  }
  .mt-lg-p36 {
    margin-top: 36% !important;
  }
  .mt-lg-p38 {
    margin-top: 38% !important;
  }
  .mt-lg-p83 {
    margin-top: 83% !important;
  }
  .mt-lg-p88 {
    margin-top: 88% !important;
  }
  .mt-lg-inherit {
    margin-top: inherit !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-6 {
    margin-right: 6rem !important;
  }
  .me-lg-7 {
    margin-right: 7rem !important;
  }
  .me-lg-10 {
    margin-right: 10px !important;
  }
  .me-lg-25 {
    margin-right: 25px !important;
  }
  .me-lg-50 {
    margin-right: 50px !important;
  }
  .me-lg-120 {
    margin-right: 120px !important;
  }
  .me-lg-160 {
    margin-right: 160px !important;
  }
  .me-lg-198 {
    margin-right: 198px !important;
  }
  .me-lg-220 {
    margin-right: 220px !important;
  }
  .me-lg-260 {
    margin-right: 260px !important;
  }
  .me-lg-270 {
    margin-right: 270px !important;
  }
  .me-lg-283 {
    margin-right: 283px !important;
  }
  .me-lg-365 {
    margin-right: 365px !important;
  }
  .me-lg-430 {
    margin-right: 430px !important;
  }
  .me-lg-460 {
    margin-right: 460px !important;
  }
  .me-lg-d0p4 {
    margin-right: 0.4rem !important;
  }
  .me-lg-d0p7 {
    margin-right: 0.7rem !important;
  }
  .me-lg-d2p2 {
    margin-right: 2.2rem !important;
  }
  .me-lg-1px {
    margin-right: 1px !important;
  }
  .me-lg-2px {
    margin-right: 2px !important;
  }
  .me-lg-4px {
    margin-right: 4px !important;
  }
  .me-lg-6px {
    margin-right: 6px !important;
  }
  .me-lg-7px {
    margin-right: 7px !important;
  }
  .me-lg-8px {
    margin-right: 8px !important;
  }
  .me-lg-23px {
    margin-right: 23px !important;
  }
  .me-lg-30px {
    margin-right: 30px !important;
  }
  .me-lg-p36 {
    margin-right: 36% !important;
  }
  .me-lg-p38 {
    margin-right: 38% !important;
  }
  .me-lg-p83 {
    margin-right: 83% !important;
  }
  .me-lg-p88 {
    margin-right: 88% !important;
  }
  .me-lg-inherit {
    margin-right: inherit !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-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
  .mb-lg-198 {
    margin-bottom: 198px !important;
  }
  .mb-lg-220 {
    margin-bottom: 220px !important;
  }
  .mb-lg-260 {
    margin-bottom: 260px !important;
  }
  .mb-lg-270 {
    margin-bottom: 270px !important;
  }
  .mb-lg-283 {
    margin-bottom: 283px !important;
  }
  .mb-lg-365 {
    margin-bottom: 365px !important;
  }
  .mb-lg-430 {
    margin-bottom: 430px !important;
  }
  .mb-lg-460 {
    margin-bottom: 460px !important;
  }
  .mb-lg-d0p4 {
    margin-bottom: 0.4rem !important;
  }
  .mb-lg-d0p7 {
    margin-bottom: 0.7rem !important;
  }
  .mb-lg-d2p2 {
    margin-bottom: 2.2rem !important;
  }
  .mb-lg-1px {
    margin-bottom: 1px !important;
  }
  .mb-lg-2px {
    margin-bottom: 2px !important;
  }
  .mb-lg-4px {
    margin-bottom: 4px !important;
  }
  .mb-lg-6px {
    margin-bottom: 6px !important;
  }
  .mb-lg-7px {
    margin-bottom: 7px !important;
  }
  .mb-lg-8px {
    margin-bottom: 8px !important;
  }
  .mb-lg-23px {
    margin-bottom: 23px !important;
  }
  .mb-lg-30px {
    margin-bottom: 30px !important;
  }
  .mb-lg-p36 {
    margin-bottom: 36% !important;
  }
  .mb-lg-p38 {
    margin-bottom: 38% !important;
  }
  .mb-lg-p83 {
    margin-bottom: 83% !important;
  }
  .mb-lg-p88 {
    margin-bottom: 88% !important;
  }
  .mb-lg-inherit {
    margin-bottom: inherit !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-6 {
    margin-left: 6rem !important;
  }
  .ms-lg-7 {
    margin-left: 7rem !important;
  }
  .ms-lg-10 {
    margin-left: 10px !important;
  }
  .ms-lg-25 {
    margin-left: 25px !important;
  }
  .ms-lg-50 {
    margin-left: 50px !important;
  }
  .ms-lg-120 {
    margin-left: 120px !important;
  }
  .ms-lg-160 {
    margin-left: 160px !important;
  }
  .ms-lg-198 {
    margin-left: 198px !important;
  }
  .ms-lg-220 {
    margin-left: 220px !important;
  }
  .ms-lg-260 {
    margin-left: 260px !important;
  }
  .ms-lg-270 {
    margin-left: 270px !important;
  }
  .ms-lg-283 {
    margin-left: 283px !important;
  }
  .ms-lg-365 {
    margin-left: 365px !important;
  }
  .ms-lg-430 {
    margin-left: 430px !important;
  }
  .ms-lg-460 {
    margin-left: 460px !important;
  }
  .ms-lg-d0p4 {
    margin-left: 0.4rem !important;
  }
  .ms-lg-d0p7 {
    margin-left: 0.7rem !important;
  }
  .ms-lg-d2p2 {
    margin-left: 2.2rem !important;
  }
  .ms-lg-1px {
    margin-left: 1px !important;
  }
  .ms-lg-2px {
    margin-left: 2px !important;
  }
  .ms-lg-4px {
    margin-left: 4px !important;
  }
  .ms-lg-6px {
    margin-left: 6px !important;
  }
  .ms-lg-7px {
    margin-left: 7px !important;
  }
  .ms-lg-8px {
    margin-left: 8px !important;
  }
  .ms-lg-23px {
    margin-left: 23px !important;
  }
  .ms-lg-30px {
    margin-left: 30px !important;
  }
  .ms-lg-p36 {
    margin-left: 36% !important;
  }
  .ms-lg-p38 {
    margin-left: 38% !important;
  }
  .ms-lg-p83 {
    margin-left: 83% !important;
  }
  .ms-lg-p88 {
    margin-left: 88% !important;
  }
  .ms-lg-inherit {
    margin-left: inherit !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;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .p-lg-25 {
    padding: 25px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .p-lg-120 {
    padding: 120px !important;
  }
  .p-lg-160 {
    padding: 160px !important;
  }
  .p-lg-198 {
    padding: 198px !important;
  }
  .p-lg-220 {
    padding: 220px !important;
  }
  .p-lg-260 {
    padding: 260px !important;
  }
  .p-lg-270 {
    padding: 270px !important;
  }
  .p-lg-283 {
    padding: 283px !important;
  }
  .p-lg-365 {
    padding: 365px !important;
  }
  .p-lg-430 {
    padding: 430px !important;
  }
  .p-lg-460 {
    padding: 460px !important;
  }
  .p-lg-d0p4 {
    padding: 0.4rem !important;
  }
  .p-lg-d0p7 {
    padding: 0.7rem !important;
  }
  .p-lg-d2p2 {
    padding: 2.2rem !important;
  }
  .p-lg-1px {
    padding: 1px !important;
  }
  .p-lg-2px {
    padding: 2px !important;
  }
  .p-lg-4px {
    padding: 4px !important;
  }
  .p-lg-6px {
    padding: 6px !important;
  }
  .p-lg-7px {
    padding: 7px !important;
  }
  .p-lg-8px {
    padding: 8px !important;
  }
  .p-lg-23px {
    padding: 23px !important;
  }
  .p-lg-30px {
    padding: 30px !important;
  }
  .p-lg-p36 {
    padding: 36% !important;
  }
  .p-lg-p38 {
    padding: 38% !important;
  }
  .p-lg-p83 {
    padding: 83% !important;
  }
  .p-lg-p88 {
    padding: 88% !important;
  }
  .p-lg-inherit {
    padding: inherit !important;
  }
  .p-lg-auto {
    padding: auto !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-lg-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-lg-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-lg-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .px-lg-198 {
    padding-right: 198px !important;
    padding-left: 198px !important;
  }
  .px-lg-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }
  .px-lg-260 {
    padding-right: 260px !important;
    padding-left: 260px !important;
  }
  .px-lg-270 {
    padding-right: 270px !important;
    padding-left: 270px !important;
  }
  .px-lg-283 {
    padding-right: 283px !important;
    padding-left: 283px !important;
  }
  .px-lg-365 {
    padding-right: 365px !important;
    padding-left: 365px !important;
  }
  .px-lg-430 {
    padding-right: 430px !important;
    padding-left: 430px !important;
  }
  .px-lg-460 {
    padding-right: 460px !important;
    padding-left: 460px !important;
  }
  .px-lg-d0p4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-lg-d0p7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
  .px-lg-d2p2 {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important;
  }
  .px-lg-1px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-lg-2px {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
  .px-lg-4px {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-lg-6px {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .px-lg-7px {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
  .px-lg-8px {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-lg-23px {
    padding-right: 23px !important;
    padding-left: 23px !important;
  }
  .px-lg-30px {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-lg-p36 {
    padding-right: 36% !important;
    padding-left: 36% !important;
  }
  .px-lg-p38 {
    padding-right: 38% !important;
    padding-left: 38% !important;
  }
  .px-lg-p83 {
    padding-right: 83% !important;
    padding-left: 83% !important;
  }
  .px-lg-p88 {
    padding-right: 88% !important;
    padding-left: 88% !important;
  }
  .px-lg-inherit {
    padding-right: inherit !important;
    padding-left: inherit !important;
  }
  .px-lg-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-lg-198 {
    padding-top: 198px !important;
    padding-bottom: 198px !important;
  }
  .py-lg-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .py-lg-260 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
  .py-lg-270 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
  .py-lg-283 {
    padding-top: 283px !important;
    padding-bottom: 283px !important;
  }
  .py-lg-365 {
    padding-top: 365px !important;
    padding-bottom: 365px !important;
  }
  .py-lg-430 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
  .py-lg-460 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
  .py-lg-d0p4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-lg-d0p7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .py-lg-d2p2 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }
  .py-lg-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-lg-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .py-lg-4px {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-lg-6px {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-lg-7px {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .py-lg-8px {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-lg-23px {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .py-lg-30px {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-p36 {
    padding-top: 36% !important;
    padding-bottom: 36% !important;
  }
  .py-lg-p38 {
    padding-top: 38% !important;
    padding-bottom: 38% !important;
  }
  .py-lg-p83 {
    padding-top: 83% !important;
    padding-bottom: 83% !important;
  }
  .py-lg-p88 {
    padding-top: 88% !important;
    padding-bottom: 88% !important;
  }
  .py-lg-inherit {
    padding-top: inherit !important;
    padding-bottom: inherit !important;
  }
  .py-lg-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  .pt-lg-160 {
    padding-top: 160px !important;
  }
  .pt-lg-198 {
    padding-top: 198px !important;
  }
  .pt-lg-220 {
    padding-top: 220px !important;
  }
  .pt-lg-260 {
    padding-top: 260px !important;
  }
  .pt-lg-270 {
    padding-top: 270px !important;
  }
  .pt-lg-283 {
    padding-top: 283px !important;
  }
  .pt-lg-365 {
    padding-top: 365px !important;
  }
  .pt-lg-430 {
    padding-top: 430px !important;
  }
  .pt-lg-460 {
    padding-top: 460px !important;
  }
  .pt-lg-d0p4 {
    padding-top: 0.4rem !important;
  }
  .pt-lg-d0p7 {
    padding-top: 0.7rem !important;
  }
  .pt-lg-d2p2 {
    padding-top: 2.2rem !important;
  }
  .pt-lg-1px {
    padding-top: 1px !important;
  }
  .pt-lg-2px {
    padding-top: 2px !important;
  }
  .pt-lg-4px {
    padding-top: 4px !important;
  }
  .pt-lg-6px {
    padding-top: 6px !important;
  }
  .pt-lg-7px {
    padding-top: 7px !important;
  }
  .pt-lg-8px {
    padding-top: 8px !important;
  }
  .pt-lg-23px {
    padding-top: 23px !important;
  }
  .pt-lg-30px {
    padding-top: 30px !important;
  }
  .pt-lg-p36 {
    padding-top: 36% !important;
  }
  .pt-lg-p38 {
    padding-top: 38% !important;
  }
  .pt-lg-p83 {
    padding-top: 83% !important;
  }
  .pt-lg-p88 {
    padding-top: 88% !important;
  }
  .pt-lg-inherit {
    padding-top: inherit !important;
  }
  .pt-lg-auto {
    padding-top: auto !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .pe-lg-7 {
    padding-right: 7rem !important;
  }
  .pe-lg-10 {
    padding-right: 10px !important;
  }
  .pe-lg-25 {
    padding-right: 25px !important;
  }
  .pe-lg-50 {
    padding-right: 50px !important;
  }
  .pe-lg-120 {
    padding-right: 120px !important;
  }
  .pe-lg-160 {
    padding-right: 160px !important;
  }
  .pe-lg-198 {
    padding-right: 198px !important;
  }
  .pe-lg-220 {
    padding-right: 220px !important;
  }
  .pe-lg-260 {
    padding-right: 260px !important;
  }
  .pe-lg-270 {
    padding-right: 270px !important;
  }
  .pe-lg-283 {
    padding-right: 283px !important;
  }
  .pe-lg-365 {
    padding-right: 365px !important;
  }
  .pe-lg-430 {
    padding-right: 430px !important;
  }
  .pe-lg-460 {
    padding-right: 460px !important;
  }
  .pe-lg-d0p4 {
    padding-right: 0.4rem !important;
  }
  .pe-lg-d0p7 {
    padding-right: 0.7rem !important;
  }
  .pe-lg-d2p2 {
    padding-right: 2.2rem !important;
  }
  .pe-lg-1px {
    padding-right: 1px !important;
  }
  .pe-lg-2px {
    padding-right: 2px !important;
  }
  .pe-lg-4px {
    padding-right: 4px !important;
  }
  .pe-lg-6px {
    padding-right: 6px !important;
  }
  .pe-lg-7px {
    padding-right: 7px !important;
  }
  .pe-lg-8px {
    padding-right: 8px !important;
  }
  .pe-lg-23px {
    padding-right: 23px !important;
  }
  .pe-lg-30px {
    padding-right: 30px !important;
  }
  .pe-lg-p36 {
    padding-right: 36% !important;
  }
  .pe-lg-p38 {
    padding-right: 38% !important;
  }
  .pe-lg-p83 {
    padding-right: 83% !important;
  }
  .pe-lg-p88 {
    padding-right: 88% !important;
  }
  .pe-lg-inherit {
    padding-right: inherit !important;
  }
  .pe-lg-auto {
    padding-right: auto !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
  .pb-lg-198 {
    padding-bottom: 198px !important;
  }
  .pb-lg-220 {
    padding-bottom: 220px !important;
  }
  .pb-lg-260 {
    padding-bottom: 260px !important;
  }
  .pb-lg-270 {
    padding-bottom: 270px !important;
  }
  .pb-lg-283 {
    padding-bottom: 283px !important;
  }
  .pb-lg-365 {
    padding-bottom: 365px !important;
  }
  .pb-lg-430 {
    padding-bottom: 430px !important;
  }
  .pb-lg-460 {
    padding-bottom: 460px !important;
  }
  .pb-lg-d0p4 {
    padding-bottom: 0.4rem !important;
  }
  .pb-lg-d0p7 {
    padding-bottom: 0.7rem !important;
  }
  .pb-lg-d2p2 {
    padding-bottom: 2.2rem !important;
  }
  .pb-lg-1px {
    padding-bottom: 1px !important;
  }
  .pb-lg-2px {
    padding-bottom: 2px !important;
  }
  .pb-lg-4px {
    padding-bottom: 4px !important;
  }
  .pb-lg-6px {
    padding-bottom: 6px !important;
  }
  .pb-lg-7px {
    padding-bottom: 7px !important;
  }
  .pb-lg-8px {
    padding-bottom: 8px !important;
  }
  .pb-lg-23px {
    padding-bottom: 23px !important;
  }
  .pb-lg-30px {
    padding-bottom: 30px !important;
  }
  .pb-lg-p36 {
    padding-bottom: 36% !important;
  }
  .pb-lg-p38 {
    padding-bottom: 38% !important;
  }
  .pb-lg-p83 {
    padding-bottom: 83% !important;
  }
  .pb-lg-p88 {
    padding-bottom: 88% !important;
  }
  .pb-lg-inherit {
    padding-bottom: inherit !important;
  }
  .pb-lg-auto {
    padding-bottom: auto !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .ps-lg-7 {
    padding-left: 7rem !important;
  }
  .ps-lg-10 {
    padding-left: 10px !important;
  }
  .ps-lg-25 {
    padding-left: 25px !important;
  }
  .ps-lg-50 {
    padding-left: 50px !important;
  }
  .ps-lg-120 {
    padding-left: 120px !important;
  }
  .ps-lg-160 {
    padding-left: 160px !important;
  }
  .ps-lg-198 {
    padding-left: 198px !important;
  }
  .ps-lg-220 {
    padding-left: 220px !important;
  }
  .ps-lg-260 {
    padding-left: 260px !important;
  }
  .ps-lg-270 {
    padding-left: 270px !important;
  }
  .ps-lg-283 {
    padding-left: 283px !important;
  }
  .ps-lg-365 {
    padding-left: 365px !important;
  }
  .ps-lg-430 {
    padding-left: 430px !important;
  }
  .ps-lg-460 {
    padding-left: 460px !important;
  }
  .ps-lg-d0p4 {
    padding-left: 0.4rem !important;
  }
  .ps-lg-d0p7 {
    padding-left: 0.7rem !important;
  }
  .ps-lg-d2p2 {
    padding-left: 2.2rem !important;
  }
  .ps-lg-1px {
    padding-left: 1px !important;
  }
  .ps-lg-2px {
    padding-left: 2px !important;
  }
  .ps-lg-4px {
    padding-left: 4px !important;
  }
  .ps-lg-6px {
    padding-left: 6px !important;
  }
  .ps-lg-7px {
    padding-left: 7px !important;
  }
  .ps-lg-8px {
    padding-left: 8px !important;
  }
  .ps-lg-23px {
    padding-left: 23px !important;
  }
  .ps-lg-30px {
    padding-left: 30px !important;
  }
  .ps-lg-p36 {
    padding-left: 36% !important;
  }
  .ps-lg-p38 {
    padding-left: 38% !important;
  }
  .ps-lg-p83 {
    padding-left: 83% !important;
  }
  .ps-lg-p88 {
    padding-left: 88% !important;
  }
  .ps-lg-inherit {
    padding-left: inherit !important;
  }
  .ps-lg-auto {
    padding-left: auto !important;
  }
  .fs-lg-4 {
    font-size: 4px !important;
  }
  .fs-lg-5 {
    font-size: 5px !important;
  }
  .fs-lg-7 {
    font-size: 7px !important;
  }
  .fs-lg-8 {
    font-size: 8px !important;
  }
  .fs-lg-9 {
    font-size: 9px !important;
  }
  .fs-lg-10 {
    font-size: 10px !important;
  }
  .fs-lg-11 {
    font-size: 11px !important;
  }
  .fs-lg-12 {
    font-size: 12px !important;
  }
  .fs-lg-13 {
    font-size: 13px !important;
  }
  .fs-lg-14 {
    font-size: 14px !important;
  }
  .fs-lg-15 {
    font-size: 15px !important;
  }
  .fs-lg-16 {
    font-size: 16px !important;
  }
  .fs-lg-18 {
    font-size: 18px !important;
  }
  .fs-lg-19 {
    font-size: 19px !important;
  }
  .fs-lg-20 {
    font-size: 20px !important;
  }
  .fs-lg-21 {
    font-size: 21px !important;
  }
  .fs-lg-22 {
    font-size: 22px !important;
  }
  .fs-lg-23 {
    font-size: 23px !important;
  }
  .fs-lg-24 {
    font-size: 24px !important;
  }
  .fs-lg-26 {
    font-size: 26px !important;
  }
  .fs-lg-28 {
    font-size: 28px !important;
  }
  .fs-lg-30 {
    font-size: 30px !important;
  }
  .fs-lg-32 {
    font-size: 32px !important;
  }
  .fs-lg-40 {
    font-size: 40px !important;
  }
  .fs-lg-50 {
    font-size: 50px !important;
  }
  .fs-lg-xSmall {
    font-size: x-small !important;
  }
  .fs-lg-large {
    font-size: large !important;
  }
  .fs-lg-larger {
    font-size: larger !important;
  }
  .fs-lg-xLarge {
    font-size: x-large !important;
  }
  .fs-lg-xxLarge {
    font-size: xx-large !important;
  }
  .fw-lg-400 {
    font-weight: 400 !important;
  }
  .fw-lg-500 {
    font-weight: 500 !important;
  }
  .fw-lg-600 {
    font-weight: 600 !important;
  }
  .fw-lg-700 {
    font-weight: 700 !important;
  }
  .lh-lg-0 {
    line-height: 0px !important;
  }
  .lh-lg-0_5 {
    line-height: 0.5 !important;
  }
  .lh-lg-1_5 {
    line-height: 1.5 !important;
  }
  .lh-lg-6 {
    line-height: 6px !important;
  }
  .lh-lg-8 {
    line-height: 8px !important;
  }
  .lh-lg-10 {
    line-height: 10px !important;
  }
  .lh-lg-12 {
    line-height: 12px !important;
  }
  .lh-lg-13 {
    line-height: 13px !important;
  }
  .lh-lg-14 {
    line-height: 14px !important;
  }
  .lh-lg-15 {
    line-height: 15px !important;
  }
  .lh-lg-16 {
    line-height: 16px !important;
  }
  .lh-lg-17 {
    line-height: 17px !important;
  }
  .lh-lg-18 {
    line-height: 18px !important;
  }
  .lh-lg-20 {
    line-height: 20px !important;
  }
  .lh-lg-22 {
    line-height: 22px !important;
  }
  .lh-lg-24 {
    line-height: 24px !important;
  }
  .lh-lg-25 {
    line-height: 25px !important;
  }
  .lh-lg-26 {
    line-height: 26px !important;
  }
  .lh-lg-27 {
    line-height: 27px !important;
  }
  .lh-lg-30 {
    line-height: 30px !important;
  }
  .lh-lg-32 {
    line-height: 32px !important;
  }
  .lh-lg-39 {
    line-height: 39px !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
  .text-lg-primary {
    color: #2EA65C !important;
  }
  .text-lg-secondary {
    color: #4C4C4C !important;
  }
  .text-lg-success {
    color: #2ba55a !important;
  }
  .text-lg-info {
    color: #FF5A6C !important;
  }
  .text-lg-warning {
    color: #ffc107 !important;
  }
  .text-lg-danger {
    color: #dc3545 !important;
  }
  .text-lg-light {
    color: #cccccc !important;
  }
  .text-lg-dark {
    color: #282828 !important;
  }
  .text-lg-pink {
    color: #fff0f0 !important;
  }
  .text-lg-blue {
    color: #3b5999 !important;
  }
  .text-lg-black {
    color: #000000 !important;
  }
  .text-lg-green {
    color: #f2fbf1 !important;
  }
  .text-lg-gray {
    color: #f5f6f7 !important;
  }
  .text-lg-orange {
    color: #FCC45A !important;
  }
  .text-lg-lightOrange {
    color: #FFF5E0 !important;
  }
  .text-lg-giftList {
    color: #f1f1f1 !important;
  }
  .text-lg-cartCheckout {
    color: #f9f9f9 !important;
  }
  .text-lg-red {
    color: #e74d47 !important;
  }
  .text-lg-darkOrange {
    color: #f0a93e !important;
  }
  .text-lg-checkoutForm {
    color: #ededed !important;
  }
  .text-lg-white {
    color: white !important;
  }
  .text-lg-loadingbarGray {
    color: #e2e2e2 !important;
  }
  .text-lg-thead {
    color: #f4f4f4 !important;
  }
  .text-lg-footer {
    color: #f3f3f3 !important;
  }
  .text-lg-borderGray {
    color: #d7d7d7 !important;
  }
  .text-lg-checkoutGray {
    color: #f9f9f9 !important;
  }
  .text-lg-checkboxGray {
    color: #C2C2C2 !important;
  }
  .text-lg-radioGray {
    color: #c9c9c9 !important;
  }
  .text-lg-placeholder {
    color: #888888 !important;
  }
  .text-lg-droplet {
    color: #376dd8 !important;
  }
  .text-lg-memberCard {
    color: #e5e5e5 !important;
  }
  .text-lg-memberCardChip {
    color: #efefef !important;
  }
  .text-lg-gold {
    color: #ba9620 !important;
  }
  .text-lg-darkRed {
    color: #a6231c !important;
  }
  .text-lg-darkPink {
    color: #f52c8e !important;
  }
  .text-lg-inputValue {
    color: #505050 !important;
  }
  .text-lg-paleBlue {
    color: #e2eef2 !important;
  }
  .text-lg-theadBorder {
    color: #b3b3b3 !important;
  }
  .text-lg-tbodyBorder {
    color: #b2b2b2 !important;
  }
  .text-lg-odBorder {
    color: #e8e8ee !important;
  }
  .text-lg-darkGray {
    color: #7c7c7c !important;
  }
  .text-lg-darkYellow {
    color: #f2ab3c !important;
  }
  .text-lg-odLine {
    color: #eeeef2 !important;
  }
  .text-lg-odText {
    color: #737373 !important;
  }
  .text-lg-odLightGray {
    color: #f0f0f0 !important;
  }
  .text-lg-outlineGray {
    color: #777777 !important;
  }
  .text-lg-blogPlaceholder {
    color: #cccccc !important;
  }
  .text-lg-btnText {
    color: #787878 !important;
  }
  .text-lg-creditNav {
    color: #bbbbbb !important;
  }
  .text-lg-couponText {
    color: #5a5a5a !important;
  }
  .text-lg-couponDate {
    color: #8d8d8d !important;
  }
  .text-lg-lightGray {
    color: #979797 !important;
  }
  .text-lg-starGray {
    color: #cecece !important;
  }
  .text-lg-spinnerGray {
    color: #b1b1b1 !important;
  }
  .text-lg-spinnerGreen {
    color: #007835 !important;
  }
  .text-lg-forgetPwd {
    color: #032d23 !important;
  }
  .text-lg-lightBlue {
    color: #81d2e9 !important;
  }
  .text-lg-seaBlue {
    color: #b9eaeb !important;
  }
  .text-lg-megamenuGreen {
    color: #52a705 !important;
  }
  .text-lg-cartHr {
    color: #bebebe !important;
  }
  .text-lg-cartHeader {
    color: #fafafa !important;
  }
  .text-lg-separatorGray {
    color: #dddddd !important;
  }
  .text-lg-platinumGray {
    color: #584f3f !important;
  }
  .text-lg-cardGold {
    color: #d09a03 !important;
  }
  .text-lg-dropdownGold {
    color: #f6ba36 !important;
  }
  .text-lg-dropdownBarGold {
    color: #fcd694 !important;
  }
  .text-lg-searchIcon {
    color: #666666 !important;
  }
  .text-lg-cartNoticeGray {
    color: #999999 !important;
  }
  .text-lg-mailGray {
    color: #808080 !important;
  }
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
  .rounded-lg-2 {
    border-radius: 2px !important;
  }
  .rounded-lg-3 {
    border-radius: 3px !important;
  }
  .rounded-lg-4 {
    border-radius: 4px !important;
  }
  .rounded-lg-5 {
    border-radius: 5px !important;
  }
  .rounded-lg-6 {
    border-radius: 6px !important;
  }
  .rounded-lg-8 {
    border-radius: 8px !important;
  }
  .rounded-lg-10 {
    border-radius: 10px !important;
  }
  .rounded-lg-15 {
    border-radius: 15px !important;
  }
  .rounded-lg-circle {
    border-radius: 50% !important;
  }
  .rounded-top-lg-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-lg-2 {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .rounded-top-lg-3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }
  .rounded-top-lg-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .rounded-top-lg-5 {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  .rounded-top-lg-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .rounded-top-lg-8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .rounded-top-lg-10 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
  .rounded-top-lg-15 {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }
  .rounded-top-lg-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-end-lg-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-lg-2 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .rounded-end-lg-3 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }
  .rounded-end-lg-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .rounded-end-lg-5 {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .rounded-end-lg-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .rounded-end-lg-8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .rounded-end-lg-10 {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  .rounded-end-lg-15 {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }
  .rounded-end-lg-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-bottom-lg-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-lg-2 {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .rounded-bottom-lg-3 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }
  .rounded-bottom-lg-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .rounded-bottom-lg-5 {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  .rounded-bottom-lg-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  .rounded-bottom-lg-8 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .rounded-bottom-lg-10 {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }
  .rounded-bottom-lg-15 {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }
  .rounded-bottom-lg-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-start-lg-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-lg-2 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  .rounded-start-lg-3 {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }
  .rounded-start-lg-4 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .rounded-start-lg-5 {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }
  .rounded-start-lg-6 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
  .rounded-start-lg-8 {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  .rounded-start-lg-10 {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
  }
  .rounded-start-lg-15 {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
  }
  .rounded-start-lg-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .cursor-lg-auto {
    cursor: auto !important;
  }
  .cursor-lg-pointer {
    cursor: pointer !important;
  }
  .cursor-lg-grab {
    cursor: grab !important;
  }
  .list-style-lg-none {
    list-style: none !important;
  }
  .of-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .resize-lg-none {
    resize: none !important;
  }
  .zindex-lg-0 {
    z-index: 0 !important;
  }
  .zindex-lg-2 {
    z-index: 2 !important;
  }
  .zindex-lg-15 {
    z-index: 15 !important;
  }
  .zindex-lg-1050 {
    z-index: 1050 !important;
  }
  .zindex-lg-1800 {
    z-index: 1800 !important;
  }
  .opacity-lg-0 {
    opacity: 0 !important;
  }
  .opacity-lg-25 {
    opacity: 0.25 !important;
  }
  .opacity-lg-50 {
    opacity: 0.5 !important;
  }
  .opacity-lg-75 {
    opacity: 0.75 !important;
  }
  .opacity-lg-100 {
    opacity: 1 !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;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .top-xl-0 {
    top: 0 !important;
  }
  .top-xl-8 {
    top: 8px !important;
  }
  .top-xl-9 {
    top: 9px !important;
  }
  .top-xl-12 {
    top: 12px !important;
  }
  .top-xl-14 {
    top: 14px !important;
  }
  .top-xl-17 {
    top: 17px !important;
  }
  .top-xl-25 {
    top: 25px !important;
  }
  .top-xl-30 {
    top: 30px !important;
  }
  .top-xl-36 {
    top: 36px !important;
  }
  .top-xl-44 {
    top: 44px !important;
  }
  .top-xl-47 {
    top: 47px !important;
  }
  .top-xl-50 {
    top: 50px !important;
  }
  .top-xl-51 {
    top: 51px !important;
  }
  .top-xl-55 {
    top: 55px !important;
  }
  .top-xl-56 {
    top: 56px !important;
  }
  .top-xl-64 {
    top: 64px !important;
  }
  .top-xl-70 {
    top: 70px !important;
  }
  .top-xl-80 {
    top: 80px !important;
  }
  .top-xl-90 {
    top: 90px !important;
  }
  .top-xl-104 {
    top: 104px !important;
  }
  .top-xl-115 {
    top: 115px !important;
  }
  .top-xl-125 {
    top: 125px !important;
  }
  .top-xl-140 {
    top: 140px !important;
  }
  .top-xl-155 {
    top: 155px !important;
  }
  .top-xl-170 {
    top: 170px !important;
  }
  .top-xl-180 {
    top: 180px !important;
  }
  .top-xl-225 {
    top: 225px !important;
  }
  .top-xl-287 {
    top: 287px !important;
  }
  .top-xl-315 {
    top: 315px !important;
  }
  .top-xl-1038 {
    top: 1038px !important;
  }
  .top-xl-1388 {
    top: 1388px !important;
  }
  .top-xl-1780 {
    top: 1780px !important;
  }
  .top-xl-1870 {
    top: 1870px !important;
  }
  .top-xl-2069 {
    top: 2069px !important;
  }
  .top-xl-2071 {
    top: 2071px !important;
  }
  .top-xl-2170 {
    top: 2170px !important;
  }
  .top-xl-2177 {
    top: 2177px !important;
  }
  .top-xl-2420 {
    top: 2420px !important;
  }
  .top-xl-2830 {
    top: 2830px !important;
  }
  .top-xl-2980 {
    top: 2980px !important;
  }
  .top-xl-3385 {
    top: 3385px !important;
  }
  .top-xl-4600 {
    top: 4600px !important;
  }
  .top-xl-6060 {
    top: 6060px !important;
  }
  .top-xl-7155 {
    top: 7155px !important;
  }
  .top-xl-7560 {
    top: 7560px !important;
  }
  .top-xl-n16 {
    top: -16px !important;
  }
  .top-xl-n34 {
    top: -34px !important;
  }
  .top-xl-n38 {
    top: -38px !important;
  }
  .top-xl-n42 {
    top: -42px !important;
  }
  .top-xl-n87 {
    top: -87px !important;
  }
  .top-xl-n102 {
    top: -102px !important;
  }
  .top-xl-n110 {
    top: -110px !important;
  }
  .top-xl-n132 {
    top: -132px !important;
  }
  .top-xl-n200 {
    top: -200px !important;
  }
  .top-xl-n315 {
    top: -315px !important;
  }
  .top-xl-p15_1 {
    top: 15.1% !important;
  }
  .top-xl-p17_2 {
    top: 17.2% !important;
  }
  .top-xl-p18_2 {
    top: 18.2% !important;
  }
  .top-xl-p20_2 {
    top: 20.2% !important;
  }
  .top-xl-p23_2 {
    top: 23.2% !important;
  }
  .top-xl-p25 {
    top: 25% !important;
  }
  .top-xl-p30 {
    top: 30% !important;
  }
  .top-xl-p40 {
    top: 40% !important;
  }
  .top-xl-p50 {
    top: 50% !important;
  }
  .top-xl-p58 {
    top: 58% !important;
  }
  .top-xl-p63 {
    top: 63% !important;
  }
  .top-xl-p64_2 {
    top: 64.2% !important;
  }
  .top-xl-p64_6 {
    top: 64.6% !important;
  }
  .top-xl-p100 {
    top: 100% !important;
  }
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  .bottom-xl-8 {
    bottom: 8px !important;
  }
  .bottom-xl-9 {
    bottom: 9px !important;
  }
  .bottom-xl-12 {
    bottom: 12px !important;
  }
  .bottom-xl-14 {
    bottom: 14px !important;
  }
  .bottom-xl-17 {
    bottom: 17px !important;
  }
  .bottom-xl-25 {
    bottom: 25px !important;
  }
  .bottom-xl-30 {
    bottom: 30px !important;
  }
  .bottom-xl-36 {
    bottom: 36px !important;
  }
  .bottom-xl-44 {
    bottom: 44px !important;
  }
  .bottom-xl-47 {
    bottom: 47px !important;
  }
  .bottom-xl-50 {
    bottom: 50px !important;
  }
  .bottom-xl-51 {
    bottom: 51px !important;
  }
  .bottom-xl-55 {
    bottom: 55px !important;
  }
  .bottom-xl-56 {
    bottom: 56px !important;
  }
  .bottom-xl-64 {
    bottom: 64px !important;
  }
  .bottom-xl-70 {
    bottom: 70px !important;
  }
  .bottom-xl-80 {
    bottom: 80px !important;
  }
  .bottom-xl-90 {
    bottom: 90px !important;
  }
  .bottom-xl-104 {
    bottom: 104px !important;
  }
  .bottom-xl-115 {
    bottom: 115px !important;
  }
  .bottom-xl-125 {
    bottom: 125px !important;
  }
  .bottom-xl-140 {
    bottom: 140px !important;
  }
  .bottom-xl-155 {
    bottom: 155px !important;
  }
  .bottom-xl-170 {
    bottom: 170px !important;
  }
  .bottom-xl-180 {
    bottom: 180px !important;
  }
  .bottom-xl-225 {
    bottom: 225px !important;
  }
  .bottom-xl-287 {
    bottom: 287px !important;
  }
  .bottom-xl-315 {
    bottom: 315px !important;
  }
  .bottom-xl-1038 {
    bottom: 1038px !important;
  }
  .bottom-xl-1388 {
    bottom: 1388px !important;
  }
  .bottom-xl-1780 {
    bottom: 1780px !important;
  }
  .bottom-xl-1870 {
    bottom: 1870px !important;
  }
  .bottom-xl-2069 {
    bottom: 2069px !important;
  }
  .bottom-xl-2071 {
    bottom: 2071px !important;
  }
  .bottom-xl-2170 {
    bottom: 2170px !important;
  }
  .bottom-xl-2177 {
    bottom: 2177px !important;
  }
  .bottom-xl-2420 {
    bottom: 2420px !important;
  }
  .bottom-xl-2830 {
    bottom: 2830px !important;
  }
  .bottom-xl-2980 {
    bottom: 2980px !important;
  }
  .bottom-xl-3385 {
    bottom: 3385px !important;
  }
  .bottom-xl-4600 {
    bottom: 4600px !important;
  }
  .bottom-xl-6060 {
    bottom: 6060px !important;
  }
  .bottom-xl-7155 {
    bottom: 7155px !important;
  }
  .bottom-xl-7560 {
    bottom: 7560px !important;
  }
  .bottom-xl-n16 {
    bottom: -16px !important;
  }
  .bottom-xl-n34 {
    bottom: -34px !important;
  }
  .bottom-xl-n38 {
    bottom: -38px !important;
  }
  .bottom-xl-n42 {
    bottom: -42px !important;
  }
  .bottom-xl-n87 {
    bottom: -87px !important;
  }
  .bottom-xl-n102 {
    bottom: -102px !important;
  }
  .bottom-xl-n110 {
    bottom: -110px !important;
  }
  .bottom-xl-n132 {
    bottom: -132px !important;
  }
  .bottom-xl-n200 {
    bottom: -200px !important;
  }
  .bottom-xl-n315 {
    bottom: -315px !important;
  }
  .bottom-xl-p15_1 {
    bottom: 15.1% !important;
  }
  .bottom-xl-p17_2 {
    bottom: 17.2% !important;
  }
  .bottom-xl-p18_2 {
    bottom: 18.2% !important;
  }
  .bottom-xl-p20_2 {
    bottom: 20.2% !important;
  }
  .bottom-xl-p23_2 {
    bottom: 23.2% !important;
  }
  .bottom-xl-p25 {
    bottom: 25% !important;
  }
  .bottom-xl-p30 {
    bottom: 30% !important;
  }
  .bottom-xl-p40 {
    bottom: 40% !important;
  }
  .bottom-xl-p50 {
    bottom: 50% !important;
  }
  .bottom-xl-p58 {
    bottom: 58% !important;
  }
  .bottom-xl-p63 {
    bottom: 63% !important;
  }
  .bottom-xl-p64_2 {
    bottom: 64.2% !important;
  }
  .bottom-xl-p64_6 {
    bottom: 64.6% !important;
  }
  .bottom-xl-p100 {
    bottom: 100% !important;
  }
  .start-xl-0 {
    left: 0 !important;
  }
  .start-xl-8 {
    left: 8px !important;
  }
  .start-xl-9 {
    left: 9px !important;
  }
  .start-xl-12 {
    left: 12px !important;
  }
  .start-xl-14 {
    left: 14px !important;
  }
  .start-xl-17 {
    left: 17px !important;
  }
  .start-xl-25 {
    left: 25px !important;
  }
  .start-xl-30 {
    left: 30px !important;
  }
  .start-xl-36 {
    left: 36px !important;
  }
  .start-xl-44 {
    left: 44px !important;
  }
  .start-xl-47 {
    left: 47px !important;
  }
  .start-xl-50 {
    left: 50px !important;
  }
  .start-xl-51 {
    left: 51px !important;
  }
  .start-xl-55 {
    left: 55px !important;
  }
  .start-xl-56 {
    left: 56px !important;
  }
  .start-xl-64 {
    left: 64px !important;
  }
  .start-xl-70 {
    left: 70px !important;
  }
  .start-xl-80 {
    left: 80px !important;
  }
  .start-xl-90 {
    left: 90px !important;
  }
  .start-xl-104 {
    left: 104px !important;
  }
  .start-xl-115 {
    left: 115px !important;
  }
  .start-xl-125 {
    left: 125px !important;
  }
  .start-xl-140 {
    left: 140px !important;
  }
  .start-xl-155 {
    left: 155px !important;
  }
  .start-xl-170 {
    left: 170px !important;
  }
  .start-xl-180 {
    left: 180px !important;
  }
  .start-xl-225 {
    left: 225px !important;
  }
  .start-xl-287 {
    left: 287px !important;
  }
  .start-xl-315 {
    left: 315px !important;
  }
  .start-xl-1038 {
    left: 1038px !important;
  }
  .start-xl-1388 {
    left: 1388px !important;
  }
  .start-xl-1780 {
    left: 1780px !important;
  }
  .start-xl-1870 {
    left: 1870px !important;
  }
  .start-xl-2069 {
    left: 2069px !important;
  }
  .start-xl-2071 {
    left: 2071px !important;
  }
  .start-xl-2170 {
    left: 2170px !important;
  }
  .start-xl-2177 {
    left: 2177px !important;
  }
  .start-xl-2420 {
    left: 2420px !important;
  }
  .start-xl-2830 {
    left: 2830px !important;
  }
  .start-xl-2980 {
    left: 2980px !important;
  }
  .start-xl-3385 {
    left: 3385px !important;
  }
  .start-xl-4600 {
    left: 4600px !important;
  }
  .start-xl-6060 {
    left: 6060px !important;
  }
  .start-xl-7155 {
    left: 7155px !important;
  }
  .start-xl-7560 {
    left: 7560px !important;
  }
  .start-xl-n16 {
    left: -16px !important;
  }
  .start-xl-n34 {
    left: -34px !important;
  }
  .start-xl-n38 {
    left: -38px !important;
  }
  .start-xl-n42 {
    left: -42px !important;
  }
  .start-xl-n87 {
    left: -87px !important;
  }
  .start-xl-n102 {
    left: -102px !important;
  }
  .start-xl-n110 {
    left: -110px !important;
  }
  .start-xl-n132 {
    left: -132px !important;
  }
  .start-xl-n200 {
    left: -200px !important;
  }
  .start-xl-n315 {
    left: -315px !important;
  }
  .start-xl-p15_1 {
    left: 15.1% !important;
  }
  .start-xl-p17_2 {
    left: 17.2% !important;
  }
  .start-xl-p18_2 {
    left: 18.2% !important;
  }
  .start-xl-p20_2 {
    left: 20.2% !important;
  }
  .start-xl-p23_2 {
    left: 23.2% !important;
  }
  .start-xl-p25 {
    left: 25% !important;
  }
  .start-xl-p30 {
    left: 30% !important;
  }
  .start-xl-p40 {
    left: 40% !important;
  }
  .start-xl-p50 {
    left: 50% !important;
  }
  .start-xl-p58 {
    left: 58% !important;
  }
  .start-xl-p63 {
    left: 63% !important;
  }
  .start-xl-p64_2 {
    left: 64.2% !important;
  }
  .start-xl-p64_6 {
    left: 64.6% !important;
  }
  .start-xl-p100 {
    left: 100% !important;
  }
  .end-xl-0 {
    right: 0 !important;
  }
  .end-xl-8 {
    right: 8px !important;
  }
  .end-xl-9 {
    right: 9px !important;
  }
  .end-xl-12 {
    right: 12px !important;
  }
  .end-xl-14 {
    right: 14px !important;
  }
  .end-xl-17 {
    right: 17px !important;
  }
  .end-xl-25 {
    right: 25px !important;
  }
  .end-xl-30 {
    right: 30px !important;
  }
  .end-xl-36 {
    right: 36px !important;
  }
  .end-xl-44 {
    right: 44px !important;
  }
  .end-xl-47 {
    right: 47px !important;
  }
  .end-xl-50 {
    right: 50px !important;
  }
  .end-xl-51 {
    right: 51px !important;
  }
  .end-xl-55 {
    right: 55px !important;
  }
  .end-xl-56 {
    right: 56px !important;
  }
  .end-xl-64 {
    right: 64px !important;
  }
  .end-xl-70 {
    right: 70px !important;
  }
  .end-xl-80 {
    right: 80px !important;
  }
  .end-xl-90 {
    right: 90px !important;
  }
  .end-xl-104 {
    right: 104px !important;
  }
  .end-xl-115 {
    right: 115px !important;
  }
  .end-xl-125 {
    right: 125px !important;
  }
  .end-xl-140 {
    right: 140px !important;
  }
  .end-xl-155 {
    right: 155px !important;
  }
  .end-xl-170 {
    right: 170px !important;
  }
  .end-xl-180 {
    right: 180px !important;
  }
  .end-xl-225 {
    right: 225px !important;
  }
  .end-xl-287 {
    right: 287px !important;
  }
  .end-xl-315 {
    right: 315px !important;
  }
  .end-xl-1038 {
    right: 1038px !important;
  }
  .end-xl-1388 {
    right: 1388px !important;
  }
  .end-xl-1780 {
    right: 1780px !important;
  }
  .end-xl-1870 {
    right: 1870px !important;
  }
  .end-xl-2069 {
    right: 2069px !important;
  }
  .end-xl-2071 {
    right: 2071px !important;
  }
  .end-xl-2170 {
    right: 2170px !important;
  }
  .end-xl-2177 {
    right: 2177px !important;
  }
  .end-xl-2420 {
    right: 2420px !important;
  }
  .end-xl-2830 {
    right: 2830px !important;
  }
  .end-xl-2980 {
    right: 2980px !important;
  }
  .end-xl-3385 {
    right: 3385px !important;
  }
  .end-xl-4600 {
    right: 4600px !important;
  }
  .end-xl-6060 {
    right: 6060px !important;
  }
  .end-xl-7155 {
    right: 7155px !important;
  }
  .end-xl-7560 {
    right: 7560px !important;
  }
  .end-xl-n16 {
    right: -16px !important;
  }
  .end-xl-n34 {
    right: -34px !important;
  }
  .end-xl-n38 {
    right: -38px !important;
  }
  .end-xl-n42 {
    right: -42px !important;
  }
  .end-xl-n87 {
    right: -87px !important;
  }
  .end-xl-n102 {
    right: -102px !important;
  }
  .end-xl-n110 {
    right: -110px !important;
  }
  .end-xl-n132 {
    right: -132px !important;
  }
  .end-xl-n200 {
    right: -200px !important;
  }
  .end-xl-n315 {
    right: -315px !important;
  }
  .end-xl-p15_1 {
    right: 15.1% !important;
  }
  .end-xl-p17_2 {
    right: 17.2% !important;
  }
  .end-xl-p18_2 {
    right: 18.2% !important;
  }
  .end-xl-p20_2 {
    right: 20.2% !important;
  }
  .end-xl-p23_2 {
    right: 23.2% !important;
  }
  .end-xl-p25 {
    right: 25% !important;
  }
  .end-xl-p30 {
    right: 30% !important;
  }
  .end-xl-p40 {
    right: 40% !important;
  }
  .end-xl-p50 {
    right: 50% !important;
  }
  .end-xl-p58 {
    right: 58% !important;
  }
  .end-xl-p63 {
    right: 63% !important;
  }
  .end-xl-p64_2 {
    right: 64.2% !important;
  }
  .end-xl-p64_6 {
    right: 64.6% !important;
  }
  .end-xl-p100 {
    right: 100% !important;
  }
  .translate-middle-xl {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xl-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xl-y {
    transform: translateY(-50%) !important;
  }
  .translate-middle-xl-r-n1 {
    transform: rotate(-1deg) !important;
  }
  .border-xl {
    border: 1px solid #dee2e6 !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-xl-transparent {
    border: 1px solid transparent !important;
  }
  .border-xl-odBorder {
    border: 1px solid #e8e8ee !important;
  }
  .border-xl-odBorder-2 {
    border: 2px solid #e8e8ee !important;
  }
  .border-xl-tbodyBorder {
    border: 1px solid #b2b2b2 !important;
  }
  .border-xl-none {
    border: none !important;
  }
  .border-top-xl {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-top-xl-0 {
    border-top: 0 !important;
  }
  .border-top-xl-transparent {
    border-top: 1px solid transparent !important;
  }
  .border-top-xl-odBorder {
    border-top: 1px solid #e8e8ee !important;
  }
  .border-top-xl-odBorder-2 {
    border-top: 2px solid #e8e8ee !important;
  }
  .border-top-xl-tbodyBorder {
    border-top: 1px solid #b2b2b2 !important;
  }
  .border-top-xl-none {
    border-top: none !important;
  }
  .border-end-xl {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-end-xl-0 {
    border-right: 0 !important;
  }
  .border-end-xl-transparent {
    border-right: 1px solid transparent !important;
  }
  .border-end-xl-odBorder {
    border-right: 1px solid #e8e8ee !important;
  }
  .border-end-xl-odBorder-2 {
    border-right: 2px solid #e8e8ee !important;
  }
  .border-end-xl-tbodyBorder {
    border-right: 1px solid #b2b2b2 !important;
  }
  .border-end-xl-none {
    border-right: none !important;
  }
  .border-bottom-xl {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }
  .border-bottom-xl-transparent {
    border-bottom: 1px solid transparent !important;
  }
  .border-bottom-xl-odBorder {
    border-bottom: 1px solid #e8e8ee !important;
  }
  .border-bottom-xl-odBorder-2 {
    border-bottom: 2px solid #e8e8ee !important;
  }
  .border-bottom-xl-tbodyBorder {
    border-bottom: 1px solid #b2b2b2 !important;
  }
  .border-bottom-xl-none {
    border-bottom: none !important;
  }
  .border-start-xl {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-start-xl-0 {
    border-left: 0 !important;
  }
  .border-start-xl-transparent {
    border-left: 1px solid transparent !important;
  }
  .border-start-xl-odBorder {
    border-left: 1px solid #e8e8ee !important;
  }
  .border-start-xl-odBorder-2 {
    border-left: 2px solid #e8e8ee !important;
  }
  .border-start-xl-tbodyBorder {
    border-left: 1px solid #b2b2b2 !important;
  }
  .border-start-xl-none {
    border-left: none !important;
  }
  .border-xl-1 {
    border-width: 1px !important;
  }
  .border-xl-2 {
    border-width: 2px !important;
  }
  .border-xl-3 {
    border-width: 3px !important;
  }
  .border-xl-4 {
    border-width: 4px !important;
  }
  .border-xl-5 {
    border-width: 5px !important;
  }
  .border-xl-6 {
    border-width: 6px !important;
  }
  .w-xl-0 {
    width: 0px !important;
  }
  .w-xl-8 {
    width: 8px !important;
  }
  .w-xl-15 {
    width: 15px !important;
  }
  .w-xl-16 {
    width: 16px !important;
  }
  .w-xl-18 {
    width: 18px !important;
  }
  .w-xl-20 {
    width: 20px !important;
  }
  .w-xl-22 {
    width: 22px !important;
  }
  .w-xl-23 {
    width: 23px !important;
  }
  .w-xl-24 {
    width: 24px !important;
  }
  .w-xl-30 {
    width: 30px !important;
  }
  .w-xl-34 {
    width: 34px !important;
  }
  .w-xl-40 {
    width: 40px !important;
  }
  .w-xl-42 {
    width: 42px !important;
  }
  .w-xl-43 {
    width: 43px !important;
  }
  .w-xl-46 {
    width: 46px !important;
  }
  .w-xl-47 {
    width: 47px !important;
  }
  .w-xl-50 {
    width: 50px !important;
  }
  .w-xl-54 {
    width: 54px !important;
  }
  .w-xl-55 {
    width: 55px !important;
  }
  .w-xl-63 {
    width: 63px !important;
  }
  .w-xl-70 {
    width: 70px !important;
  }
  .w-xl-73 {
    width: 73px !important;
  }
  .w-xl-80 {
    width: 80px !important;
  }
  .w-xl-86 {
    width: 86px !important;
  }
  .w-xl-88 {
    width: 88px !important;
  }
  .w-xl-90 {
    width: 90px !important;
  }
  .w-xl-93 {
    width: 93px !important;
  }
  .w-xl-95 {
    width: 95px !important;
  }
  .w-xl-100 {
    width: 100px !important;
  }
  .w-xl-103 {
    width: 103px !important;
  }
  .w-xl-105 {
    width: 105px !important;
  }
  .w-xl-113 {
    width: 113px !important;
  }
  .w-xl-119 {
    width: 119px !important;
  }
  .w-xl-120 {
    width: 120px !important;
  }
  .w-xl-123 {
    width: 123px !important;
  }
  .w-xl-125 {
    width: 125px !important;
  }
  .w-xl-132 {
    width: 132px !important;
  }
  .w-xl-135 {
    width: 135px !important;
  }
  .w-xl-140 {
    width: 140px !important;
  }
  .w-xl-145 {
    width: 145px !important;
  }
  .w-xl-160 {
    width: 160px !important;
  }
  .w-xl-187 {
    width: 187px !important;
  }
  .w-xl-198 {
    width: 198px !important;
  }
  .w-xl-202 {
    width: 202px !important;
  }
  .w-xl-231 {
    width: 231px !important;
  }
  .w-xl-260 {
    width: 260px !important;
  }
  .w-xl-278 {
    width: 278px !important;
  }
  .w-xl-291 {
    width: 291px !important;
  }
  .w-xl-310 {
    width: 310px !important;
  }
  .w-xl-340 {
    width: 340px !important;
  }
  .w-xl-360 {
    width: 360px !important;
  }
  .w-xl-373 {
    width: 373px !important;
  }
  .w-xl-405 {
    width: 405px !important;
  }
  .w-xl-430 {
    width: 430px !important;
  }
  .w-xl-524 {
    width: 524px !important;
  }
  .w-xl-597 {
    width: 597px !important;
  }
  .w-xl-634 {
    width: 634px !important;
  }
  .w-xl-666 {
    width: 666px !important;
  }
  .w-xl-770 {
    width: 770px !important;
  }
  .w-xl-780 {
    width: 780px !important;
  }
  .w-xl-1210 {
    width: 1210px !important;
  }
  .w-xl-1320 {
    width: 1320px !important;
  }
  .w-xl-p17 {
    width: 17% !important;
  }
  .w-xl-p18 {
    width: 18% !important;
  }
  .w-xl-p20 {
    width: 20% !important;
  }
  .w-xl-p24 {
    width: 24% !important;
  }
  .w-xl-p25 {
    width: 25% !important;
  }
  .w-xl-p30 {
    width: 30% !important;
  }
  .w-xl-p33 {
    width: 33% !important;
  }
  .w-xl-p33_5 {
    width: 33.5% !important;
  }
  .w-xl-p40 {
    width: 40% !important;
  }
  .w-xl-p50 {
    width: 50% !important;
  }
  .w-xl-p60 {
    width: 60% !important;
  }
  .w-xl-p65 {
    width: 65% !important;
  }
  .w-xl-p66_5 {
    width: 66.5% !important;
  }
  .w-xl-p67 {
    width: 67% !important;
  }
  .w-xl-p70 {
    width: 70% !important;
  }
  .w-xl-p75 {
    width: 75% !important;
  }
  .w-xl-p76 {
    width: 76% !important;
  }
  .w-xl-p80 {
    width: 80% !important;
  }
  .w-xl-p90 {
    width: 90% !important;
  }
  .w-xl-p96 {
    width: 96% !important;
  }
  .w-xl-p100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-vw82 {
    width: 82vw !important;
  }
  .w-xl-vw100 {
    width: 100vw !important;
  }
  .mw-xl-0 {
    max-width: 0px !important;
  }
  .mw-xl-8 {
    max-width: 8px !important;
  }
  .mw-xl-15 {
    max-width: 15px !important;
  }
  .mw-xl-16 {
    max-width: 16px !important;
  }
  .mw-xl-18 {
    max-width: 18px !important;
  }
  .mw-xl-20 {
    max-width: 20px !important;
  }
  .mw-xl-22 {
    max-width: 22px !important;
  }
  .mw-xl-23 {
    max-width: 23px !important;
  }
  .mw-xl-24 {
    max-width: 24px !important;
  }
  .mw-xl-30 {
    max-width: 30px !important;
  }
  .mw-xl-34 {
    max-width: 34px !important;
  }
  .mw-xl-40 {
    max-width: 40px !important;
  }
  .mw-xl-42 {
    max-width: 42px !important;
  }
  .mw-xl-43 {
    max-width: 43px !important;
  }
  .mw-xl-46 {
    max-width: 46px !important;
  }
  .mw-xl-47 {
    max-width: 47px !important;
  }
  .mw-xl-50 {
    max-width: 50px !important;
  }
  .mw-xl-54 {
    max-width: 54px !important;
  }
  .mw-xl-55 {
    max-width: 55px !important;
  }
  .mw-xl-63 {
    max-width: 63px !important;
  }
  .mw-xl-70 {
    max-width: 70px !important;
  }
  .mw-xl-73 {
    max-width: 73px !important;
  }
  .mw-xl-80 {
    max-width: 80px !important;
  }
  .mw-xl-86 {
    max-width: 86px !important;
  }
  .mw-xl-88 {
    max-width: 88px !important;
  }
  .mw-xl-90 {
    max-width: 90px !important;
  }
  .mw-xl-93 {
    max-width: 93px !important;
  }
  .mw-xl-95 {
    max-width: 95px !important;
  }
  .mw-xl-100 {
    max-width: 100px !important;
  }
  .mw-xl-103 {
    max-width: 103px !important;
  }
  .mw-xl-105 {
    max-width: 105px !important;
  }
  .mw-xl-113 {
    max-width: 113px !important;
  }
  .mw-xl-119 {
    max-width: 119px !important;
  }
  .mw-xl-120 {
    max-width: 120px !important;
  }
  .mw-xl-123 {
    max-width: 123px !important;
  }
  .mw-xl-125 {
    max-width: 125px !important;
  }
  .mw-xl-132 {
    max-width: 132px !important;
  }
  .mw-xl-135 {
    max-width: 135px !important;
  }
  .mw-xl-140 {
    max-width: 140px !important;
  }
  .mw-xl-145 {
    max-width: 145px !important;
  }
  .mw-xl-160 {
    max-width: 160px !important;
  }
  .mw-xl-187 {
    max-width: 187px !important;
  }
  .mw-xl-198 {
    max-width: 198px !important;
  }
  .mw-xl-202 {
    max-width: 202px !important;
  }
  .mw-xl-231 {
    max-width: 231px !important;
  }
  .mw-xl-260 {
    max-width: 260px !important;
  }
  .mw-xl-278 {
    max-width: 278px !important;
  }
  .mw-xl-291 {
    max-width: 291px !important;
  }
  .mw-xl-310 {
    max-width: 310px !important;
  }
  .mw-xl-340 {
    max-width: 340px !important;
  }
  .mw-xl-360 {
    max-width: 360px !important;
  }
  .mw-xl-373 {
    max-width: 373px !important;
  }
  .mw-xl-405 {
    max-width: 405px !important;
  }
  .mw-xl-430 {
    max-width: 430px !important;
  }
  .mw-xl-524 {
    max-width: 524px !important;
  }
  .mw-xl-597 {
    max-width: 597px !important;
  }
  .mw-xl-634 {
    max-width: 634px !important;
  }
  .mw-xl-666 {
    max-width: 666px !important;
  }
  .mw-xl-770 {
    max-width: 770px !important;
  }
  .mw-xl-780 {
    max-width: 780px !important;
  }
  .mw-xl-1210 {
    max-width: 1210px !important;
  }
  .mw-xl-1320 {
    max-width: 1320px !important;
  }
  .mw-xl-p17 {
    max-width: 17% !important;
  }
  .mw-xl-p18 {
    max-width: 18% !important;
  }
  .mw-xl-p20 {
    max-width: 20% !important;
  }
  .mw-xl-p24 {
    max-width: 24% !important;
  }
  .mw-xl-p25 {
    max-width: 25% !important;
  }
  .mw-xl-p30 {
    max-width: 30% !important;
  }
  .mw-xl-p33 {
    max-width: 33% !important;
  }
  .mw-xl-p33_5 {
    max-width: 33.5% !important;
  }
  .mw-xl-p40 {
    max-width: 40% !important;
  }
  .mw-xl-p50 {
    max-width: 50% !important;
  }
  .mw-xl-p60 {
    max-width: 60% !important;
  }
  .mw-xl-p65 {
    max-width: 65% !important;
  }
  .mw-xl-p66_5 {
    max-width: 66.5% !important;
  }
  .mw-xl-p67 {
    max-width: 67% !important;
  }
  .mw-xl-p70 {
    max-width: 70% !important;
  }
  .mw-xl-p75 {
    max-width: 75% !important;
  }
  .mw-xl-p76 {
    max-width: 76% !important;
  }
  .mw-xl-p80 {
    max-width: 80% !important;
  }
  .mw-xl-p90 {
    max-width: 90% !important;
  }
  .mw-xl-p96 {
    max-width: 96% !important;
  }
  .mw-xl-p100 {
    max-width: 100% !important;
  }
  .mw-xl-auto {
    max-width: auto !important;
  }
  .mw-xl-vw82 {
    max-width: 82vw !important;
  }
  .mw-xl-vw100 {
    max-width: 100vw !important;
  }
  .min-vw-xl-0 {
    min-width: 0px !important;
  }
  .min-vw-xl-8 {
    min-width: 8px !important;
  }
  .min-vw-xl-15 {
    min-width: 15px !important;
  }
  .min-vw-xl-16 {
    min-width: 16px !important;
  }
  .min-vw-xl-18 {
    min-width: 18px !important;
  }
  .min-vw-xl-20 {
    min-width: 20px !important;
  }
  .min-vw-xl-22 {
    min-width: 22px !important;
  }
  .min-vw-xl-23 {
    min-width: 23px !important;
  }
  .min-vw-xl-24 {
    min-width: 24px !important;
  }
  .min-vw-xl-30 {
    min-width: 30px !important;
  }
  .min-vw-xl-34 {
    min-width: 34px !important;
  }
  .min-vw-xl-40 {
    min-width: 40px !important;
  }
  .min-vw-xl-42 {
    min-width: 42px !important;
  }
  .min-vw-xl-43 {
    min-width: 43px !important;
  }
  .min-vw-xl-46 {
    min-width: 46px !important;
  }
  .min-vw-xl-47 {
    min-width: 47px !important;
  }
  .min-vw-xl-50 {
    min-width: 50px !important;
  }
  .min-vw-xl-54 {
    min-width: 54px !important;
  }
  .min-vw-xl-55 {
    min-width: 55px !important;
  }
  .min-vw-xl-63 {
    min-width: 63px !important;
  }
  .min-vw-xl-70 {
    min-width: 70px !important;
  }
  .min-vw-xl-73 {
    min-width: 73px !important;
  }
  .min-vw-xl-80 {
    min-width: 80px !important;
  }
  .min-vw-xl-86 {
    min-width: 86px !important;
  }
  .min-vw-xl-88 {
    min-width: 88px !important;
  }
  .min-vw-xl-90 {
    min-width: 90px !important;
  }
  .min-vw-xl-93 {
    min-width: 93px !important;
  }
  .min-vw-xl-95 {
    min-width: 95px !important;
  }
  .min-vw-xl-100 {
    min-width: 100px !important;
  }
  .min-vw-xl-103 {
    min-width: 103px !important;
  }
  .min-vw-xl-105 {
    min-width: 105px !important;
  }
  .min-vw-xl-113 {
    min-width: 113px !important;
  }
  .min-vw-xl-119 {
    min-width: 119px !important;
  }
  .min-vw-xl-120 {
    min-width: 120px !important;
  }
  .min-vw-xl-123 {
    min-width: 123px !important;
  }
  .min-vw-xl-125 {
    min-width: 125px !important;
  }
  .min-vw-xl-132 {
    min-width: 132px !important;
  }
  .min-vw-xl-135 {
    min-width: 135px !important;
  }
  .min-vw-xl-140 {
    min-width: 140px !important;
  }
  .min-vw-xl-145 {
    min-width: 145px !important;
  }
  .min-vw-xl-160 {
    min-width: 160px !important;
  }
  .min-vw-xl-187 {
    min-width: 187px !important;
  }
  .min-vw-xl-198 {
    min-width: 198px !important;
  }
  .min-vw-xl-202 {
    min-width: 202px !important;
  }
  .min-vw-xl-231 {
    min-width: 231px !important;
  }
  .min-vw-xl-260 {
    min-width: 260px !important;
  }
  .min-vw-xl-278 {
    min-width: 278px !important;
  }
  .min-vw-xl-291 {
    min-width: 291px !important;
  }
  .min-vw-xl-310 {
    min-width: 310px !important;
  }
  .min-vw-xl-340 {
    min-width: 340px !important;
  }
  .min-vw-xl-360 {
    min-width: 360px !important;
  }
  .min-vw-xl-373 {
    min-width: 373px !important;
  }
  .min-vw-xl-405 {
    min-width: 405px !important;
  }
  .min-vw-xl-430 {
    min-width: 430px !important;
  }
  .min-vw-xl-524 {
    min-width: 524px !important;
  }
  .min-vw-xl-597 {
    min-width: 597px !important;
  }
  .min-vw-xl-634 {
    min-width: 634px !important;
  }
  .min-vw-xl-666 {
    min-width: 666px !important;
  }
  .min-vw-xl-770 {
    min-width: 770px !important;
  }
  .min-vw-xl-780 {
    min-width: 780px !important;
  }
  .min-vw-xl-1210 {
    min-width: 1210px !important;
  }
  .min-vw-xl-1320 {
    min-width: 1320px !important;
  }
  .min-vw-xl-p17 {
    min-width: 17% !important;
  }
  .min-vw-xl-p18 {
    min-width: 18% !important;
  }
  .min-vw-xl-p20 {
    min-width: 20% !important;
  }
  .min-vw-xl-p24 {
    min-width: 24% !important;
  }
  .min-vw-xl-p25 {
    min-width: 25% !important;
  }
  .min-vw-xl-p30 {
    min-width: 30% !important;
  }
  .min-vw-xl-p33 {
    min-width: 33% !important;
  }
  .min-vw-xl-p33_5 {
    min-width: 33.5% !important;
  }
  .min-vw-xl-p40 {
    min-width: 40% !important;
  }
  .min-vw-xl-p50 {
    min-width: 50% !important;
  }
  .min-vw-xl-p60 {
    min-width: 60% !important;
  }
  .min-vw-xl-p65 {
    min-width: 65% !important;
  }
  .min-vw-xl-p66_5 {
    min-width: 66.5% !important;
  }
  .min-vw-xl-p67 {
    min-width: 67% !important;
  }
  .min-vw-xl-p70 {
    min-width: 70% !important;
  }
  .min-vw-xl-p75 {
    min-width: 75% !important;
  }
  .min-vw-xl-p76 {
    min-width: 76% !important;
  }
  .min-vw-xl-p80 {
    min-width: 80% !important;
  }
  .min-vw-xl-p90 {
    min-width: 90% !important;
  }
  .min-vw-xl-p96 {
    min-width: 96% !important;
  }
  .min-vw-xl-p100 {
    min-width: 100% !important;
  }
  .min-vw-xl-auto {
    min-width: auto !important;
  }
  .min-vw-xl-vw82 {
    min-width: 82vw !important;
  }
  .min-vw-xl-vw100 {
    min-width: 100vw !important;
  }
  .h-xl-2 {
    height: 2px !important;
  }
  .h-xl-5 {
    height: 5px !important;
  }
  .h-xl-6 {
    height: 6px !important;
  }
  .h-xl-8 {
    height: 8px !important;
  }
  .h-xl-12 {
    height: 12px !important;
  }
  .h-xl-15 {
    height: 15px !important;
  }
  .h-xl-16 {
    height: 16px !important;
  }
  .h-xl-17 {
    height: 17px !important;
  }
  .h-xl-19 {
    height: 19px !important;
  }
  .h-xl-20 {
    height: 20px !important;
  }
  .h-xl-22 {
    height: 22px !important;
  }
  .h-xl-25 {
    height: 25px !important;
  }
  .h-xl-27 {
    height: 27px !important;
  }
  .h-xl-29 {
    height: 29px !important;
  }
  .h-xl-30 {
    height: 30px !important;
  }
  .h-xl-34 {
    height: 34px !important;
  }
  .h-xl-37 {
    height: 37px !important;
  }
  .h-xl-39 {
    height: 39px !important;
  }
  .h-xl-40 {
    height: 40px !important;
  }
  .h-xl-43 {
    height: 43px !important;
  }
  .h-xl-45 {
    height: 45px !important;
  }
  .h-xl-46 {
    height: 46px !important;
  }
  .h-xl-50 {
    height: 50px !important;
  }
  .h-xl-56 {
    height: 56px !important;
  }
  .h-xl-63 {
    height: 63px !important;
  }
  .h-xl-80 {
    height: 80px !important;
  }
  .h-xl-88 {
    height: 88px !important;
  }
  .h-xl-100 {
    height: 100px !important;
  }
  .h-xl-124 {
    height: 124px !important;
  }
  .h-xl-140 {
    height: 140px !important;
  }
  .h-xl-153 {
    height: 153px !important;
  }
  .h-xl-160 {
    height: 160px !important;
  }
  .h-xl-174 {
    height: 174px !important;
  }
  .h-xl-185 {
    height: 185px !important;
  }
  .h-xl-200 {
    height: 200px !important;
  }
  .h-xl-225 {
    height: 225px !important;
  }
  .h-xl-241 {
    height: 241px !important;
  }
  .h-xl-245 {
    height: 245px !important;
  }
  .h-xl-260 {
    height: 260px !important;
  }
  .h-xl-350 {
    height: 350px !important;
  }
  .h-xl-400 {
    height: 400px !important;
  }
  .h-xl-p25 {
    height: 25% !important;
  }
  .h-xl-p50 {
    height: 50% !important;
  }
  .h-xl-p75 {
    height: 75% !important;
  }
  .h-xl-p100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-100vh {
    height: 100vh !important;
  }
  .mh-xl-2 {
    max-height: 2px !important;
  }
  .mh-xl-5 {
    max-height: 5px !important;
  }
  .mh-xl-6 {
    max-height: 6px !important;
  }
  .mh-xl-8 {
    max-height: 8px !important;
  }
  .mh-xl-12 {
    max-height: 12px !important;
  }
  .mh-xl-15 {
    max-height: 15px !important;
  }
  .mh-xl-16 {
    max-height: 16px !important;
  }
  .mh-xl-17 {
    max-height: 17px !important;
  }
  .mh-xl-19 {
    max-height: 19px !important;
  }
  .mh-xl-20 {
    max-height: 20px !important;
  }
  .mh-xl-22 {
    max-height: 22px !important;
  }
  .mh-xl-25 {
    max-height: 25px !important;
  }
  .mh-xl-27 {
    max-height: 27px !important;
  }
  .mh-xl-29 {
    max-height: 29px !important;
  }
  .mh-xl-30 {
    max-height: 30px !important;
  }
  .mh-xl-34 {
    max-height: 34px !important;
  }
  .mh-xl-37 {
    max-height: 37px !important;
  }
  .mh-xl-39 {
    max-height: 39px !important;
  }
  .mh-xl-40 {
    max-height: 40px !important;
  }
  .mh-xl-43 {
    max-height: 43px !important;
  }
  .mh-xl-45 {
    max-height: 45px !important;
  }
  .mh-xl-46 {
    max-height: 46px !important;
  }
  .mh-xl-50 {
    max-height: 50px !important;
  }
  .mh-xl-56 {
    max-height: 56px !important;
  }
  .mh-xl-63 {
    max-height: 63px !important;
  }
  .mh-xl-80 {
    max-height: 80px !important;
  }
  .mh-xl-88 {
    max-height: 88px !important;
  }
  .mh-xl-100 {
    max-height: 100px !important;
  }
  .mh-xl-124 {
    max-height: 124px !important;
  }
  .mh-xl-140 {
    max-height: 140px !important;
  }
  .mh-xl-153 {
    max-height: 153px !important;
  }
  .mh-xl-160 {
    max-height: 160px !important;
  }
  .mh-xl-174 {
    max-height: 174px !important;
  }
  .mh-xl-185 {
    max-height: 185px !important;
  }
  .mh-xl-200 {
    max-height: 200px !important;
  }
  .mh-xl-225 {
    max-height: 225px !important;
  }
  .mh-xl-241 {
    max-height: 241px !important;
  }
  .mh-xl-245 {
    max-height: 245px !important;
  }
  .mh-xl-260 {
    max-height: 260px !important;
  }
  .mh-xl-350 {
    max-height: 350px !important;
  }
  .mh-xl-400 {
    max-height: 400px !important;
  }
  .mh-xl-p25 {
    max-height: 25% !important;
  }
  .mh-xl-p50 {
    max-height: 50% !important;
  }
  .mh-xl-p75 {
    max-height: 75% !important;
  }
  .mh-xl-p100 {
    max-height: 100% !important;
  }
  .mh-xl-auto {
    max-height: auto !important;
  }
  .mh-xl-100vh {
    max-height: 100vh !important;
  }
  .vh-xl-2 {
    height: 2px !important;
  }
  .vh-xl-5 {
    height: 5px !important;
  }
  .vh-xl-6 {
    height: 6px !important;
  }
  .vh-xl-8 {
    height: 8px !important;
  }
  .vh-xl-12 {
    height: 12px !important;
  }
  .vh-xl-15 {
    height: 15px !important;
  }
  .vh-xl-16 {
    height: 16px !important;
  }
  .vh-xl-17 {
    height: 17px !important;
  }
  .vh-xl-19 {
    height: 19px !important;
  }
  .vh-xl-20 {
    height: 20px !important;
  }
  .vh-xl-22 {
    height: 22px !important;
  }
  .vh-xl-25 {
    height: 25px !important;
  }
  .vh-xl-27 {
    height: 27px !important;
  }
  .vh-xl-29 {
    height: 29px !important;
  }
  .vh-xl-30 {
    height: 30px !important;
  }
  .vh-xl-34 {
    height: 34px !important;
  }
  .vh-xl-37 {
    height: 37px !important;
  }
  .vh-xl-39 {
    height: 39px !important;
  }
  .vh-xl-40 {
    height: 40px !important;
  }
  .vh-xl-43 {
    height: 43px !important;
  }
  .vh-xl-45 {
    height: 45px !important;
  }
  .vh-xl-46 {
    height: 46px !important;
  }
  .vh-xl-50 {
    height: 50px !important;
  }
  .vh-xl-56 {
    height: 56px !important;
  }
  .vh-xl-63 {
    height: 63px !important;
  }
  .vh-xl-80 {
    height: 80px !important;
  }
  .vh-xl-88 {
    height: 88px !important;
  }
  .vh-xl-100 {
    height: 100px !important;
  }
  .vh-xl-124 {
    height: 124px !important;
  }
  .vh-xl-140 {
    height: 140px !important;
  }
  .vh-xl-153 {
    height: 153px !important;
  }
  .vh-xl-160 {
    height: 160px !important;
  }
  .vh-xl-174 {
    height: 174px !important;
  }
  .vh-xl-185 {
    height: 185px !important;
  }
  .vh-xl-200 {
    height: 200px !important;
  }
  .vh-xl-225 {
    height: 225px !important;
  }
  .vh-xl-241 {
    height: 241px !important;
  }
  .vh-xl-245 {
    height: 245px !important;
  }
  .vh-xl-260 {
    height: 260px !important;
  }
  .vh-xl-350 {
    height: 350px !important;
  }
  .vh-xl-400 {
    height: 400px !important;
  }
  .vh-xl-p25 {
    height: 25% !important;
  }
  .vh-xl-p50 {
    height: 50% !important;
  }
  .vh-xl-p75 {
    height: 75% !important;
  }
  .vh-xl-p100 {
    height: 100% !important;
  }
  .vh-xl-auto {
    height: auto !important;
  }
  .vh-xl-100vh {
    height: 100vh !important;
  }
  .min-vh-xl-2 {
    min-height: 2px !important;
  }
  .min-vh-xl-5 {
    min-height: 5px !important;
  }
  .min-vh-xl-6 {
    min-height: 6px !important;
  }
  .min-vh-xl-8 {
    min-height: 8px !important;
  }
  .min-vh-xl-12 {
    min-height: 12px !important;
  }
  .min-vh-xl-15 {
    min-height: 15px !important;
  }
  .min-vh-xl-16 {
    min-height: 16px !important;
  }
  .min-vh-xl-17 {
    min-height: 17px !important;
  }
  .min-vh-xl-19 {
    min-height: 19px !important;
  }
  .min-vh-xl-20 {
    min-height: 20px !important;
  }
  .min-vh-xl-22 {
    min-height: 22px !important;
  }
  .min-vh-xl-25 {
    min-height: 25px !important;
  }
  .min-vh-xl-27 {
    min-height: 27px !important;
  }
  .min-vh-xl-29 {
    min-height: 29px !important;
  }
  .min-vh-xl-30 {
    min-height: 30px !important;
  }
  .min-vh-xl-34 {
    min-height: 34px !important;
  }
  .min-vh-xl-37 {
    min-height: 37px !important;
  }
  .min-vh-xl-39 {
    min-height: 39px !important;
  }
  .min-vh-xl-40 {
    min-height: 40px !important;
  }
  .min-vh-xl-43 {
    min-height: 43px !important;
  }
  .min-vh-xl-45 {
    min-height: 45px !important;
  }
  .min-vh-xl-46 {
    min-height: 46px !important;
  }
  .min-vh-xl-50 {
    min-height: 50px !important;
  }
  .min-vh-xl-56 {
    min-height: 56px !important;
  }
  .min-vh-xl-63 {
    min-height: 63px !important;
  }
  .min-vh-xl-80 {
    min-height: 80px !important;
  }
  .min-vh-xl-88 {
    min-height: 88px !important;
  }
  .min-vh-xl-100 {
    min-height: 100px !important;
  }
  .min-vh-xl-124 {
    min-height: 124px !important;
  }
  .min-vh-xl-140 {
    min-height: 140px !important;
  }
  .min-vh-xl-153 {
    min-height: 153px !important;
  }
  .min-vh-xl-160 {
    min-height: 160px !important;
  }
  .min-vh-xl-174 {
    min-height: 174px !important;
  }
  .min-vh-xl-185 {
    min-height: 185px !important;
  }
  .min-vh-xl-200 {
    min-height: 200px !important;
  }
  .min-vh-xl-225 {
    min-height: 225px !important;
  }
  .min-vh-xl-241 {
    min-height: 241px !important;
  }
  .min-vh-xl-245 {
    min-height: 245px !important;
  }
  .min-vh-xl-260 {
    min-height: 260px !important;
  }
  .min-vh-xl-350 {
    min-height: 350px !important;
  }
  .min-vh-xl-400 {
    min-height: 400px !important;
  }
  .min-vh-xl-p25 {
    min-height: 25% !important;
  }
  .min-vh-xl-p50 {
    min-height: 50% !important;
  }
  .min-vh-xl-p75 {
    min-height: 75% !important;
  }
  .min-vh-xl-p100 {
    min-height: 100% !important;
  }
  .min-vh-xl-auto {
    min-height: auto !important;
  }
  .min-vh-xl-100vh {
    min-height: 100vh !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .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-6 {
    margin: 6rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .m-xl-10 {
    margin: 10px !important;
  }
  .m-xl-25 {
    margin: 25px !important;
  }
  .m-xl-50 {
    margin: 50px !important;
  }
  .m-xl-120 {
    margin: 120px !important;
  }
  .m-xl-160 {
    margin: 160px !important;
  }
  .m-xl-198 {
    margin: 198px !important;
  }
  .m-xl-220 {
    margin: 220px !important;
  }
  .m-xl-260 {
    margin: 260px !important;
  }
  .m-xl-270 {
    margin: 270px !important;
  }
  .m-xl-283 {
    margin: 283px !important;
  }
  .m-xl-365 {
    margin: 365px !important;
  }
  .m-xl-430 {
    margin: 430px !important;
  }
  .m-xl-460 {
    margin: 460px !important;
  }
  .m-xl-d0p4 {
    margin: 0.4rem !important;
  }
  .m-xl-d0p7 {
    margin: 0.7rem !important;
  }
  .m-xl-d2p2 {
    margin: 2.2rem !important;
  }
  .m-xl-1px {
    margin: 1px !important;
  }
  .m-xl-2px {
    margin: 2px !important;
  }
  .m-xl-4px {
    margin: 4px !important;
  }
  .m-xl-6px {
    margin: 6px !important;
  }
  .m-xl-7px {
    margin: 7px !important;
  }
  .m-xl-8px {
    margin: 8px !important;
  }
  .m-xl-23px {
    margin: 23px !important;
  }
  .m-xl-30px {
    margin: 30px !important;
  }
  .m-xl-p36 {
    margin: 36% !important;
  }
  .m-xl-p38 {
    margin: 38% !important;
  }
  .m-xl-p83 {
    margin: 83% !important;
  }
  .m-xl-p88 {
    margin: 88% !important;
  }
  .m-xl-inherit {
    margin: inherit !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-xl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-xl-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .mx-xl-198 {
    margin-right: 198px !important;
    margin-left: 198px !important;
  }
  .mx-xl-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }
  .mx-xl-260 {
    margin-right: 260px !important;
    margin-left: 260px !important;
  }
  .mx-xl-270 {
    margin-right: 270px !important;
    margin-left: 270px !important;
  }
  .mx-xl-283 {
    margin-right: 283px !important;
    margin-left: 283px !important;
  }
  .mx-xl-365 {
    margin-right: 365px !important;
    margin-left: 365px !important;
  }
  .mx-xl-430 {
    margin-right: 430px !important;
    margin-left: 430px !important;
  }
  .mx-xl-460 {
    margin-right: 460px !important;
    margin-left: 460px !important;
  }
  .mx-xl-d0p4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xl-d0p7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }
  .mx-xl-d2p2 {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important;
  }
  .mx-xl-1px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-xl-2px {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }
  .mx-xl-4px {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-xl-6px {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .mx-xl-7px {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }
  .mx-xl-8px {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xl-23px {
    margin-right: 23px !important;
    margin-left: 23px !important;
  }
  .mx-xl-30px {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xl-p36 {
    margin-right: 36% !important;
    margin-left: 36% !important;
  }
  .mx-xl-p38 {
    margin-right: 38% !important;
    margin-left: 38% !important;
  }
  .mx-xl-p83 {
    margin-right: 83% !important;
    margin-left: 83% !important;
  }
  .mx-xl-p88 {
    margin-right: 88% !important;
    margin-left: 88% !important;
  }
  .mx-xl-inherit {
    margin-right: inherit !important;
    margin-left: inherit !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-xl-198 {
    margin-top: 198px !important;
    margin-bottom: 198px !important;
  }
  .my-xl-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .my-xl-260 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .my-xl-270 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .my-xl-283 {
    margin-top: 283px !important;
    margin-bottom: 283px !important;
  }
  .my-xl-365 {
    margin-top: 365px !important;
    margin-bottom: 365px !important;
  }
  .my-xl-430 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .my-xl-460 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .my-xl-d0p4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xl-d0p7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .my-xl-d2p2 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .my-xl-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-xl-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .my-xl-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-xl-6px {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-xl-7px {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .my-xl-8px {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xl-23px {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .my-xl-30px {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-p36 {
    margin-top: 36% !important;
    margin-bottom: 36% !important;
  }
  .my-xl-p38 {
    margin-top: 38% !important;
    margin-bottom: 38% !important;
  }
  .my-xl-p83 {
    margin-top: 83% !important;
    margin-bottom: 83% !important;
  }
  .my-xl-p88 {
    margin-top: 88% !important;
    margin-bottom: 88% !important;
  }
  .my-xl-inherit {
    margin-top: inherit !important;
    margin-bottom: inherit !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-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-7 {
    margin-top: 7rem !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .mt-xl-160 {
    margin-top: 160px !important;
  }
  .mt-xl-198 {
    margin-top: 198px !important;
  }
  .mt-xl-220 {
    margin-top: 220px !important;
  }
  .mt-xl-260 {
    margin-top: 260px !important;
  }
  .mt-xl-270 {
    margin-top: 270px !important;
  }
  .mt-xl-283 {
    margin-top: 283px !important;
  }
  .mt-xl-365 {
    margin-top: 365px !important;
  }
  .mt-xl-430 {
    margin-top: 430px !important;
  }
  .mt-xl-460 {
    margin-top: 460px !important;
  }
  .mt-xl-d0p4 {
    margin-top: 0.4rem !important;
  }
  .mt-xl-d0p7 {
    margin-top: 0.7rem !important;
  }
  .mt-xl-d2p2 {
    margin-top: 2.2rem !important;
  }
  .mt-xl-1px {
    margin-top: 1px !important;
  }
  .mt-xl-2px {
    margin-top: 2px !important;
  }
  .mt-xl-4px {
    margin-top: 4px !important;
  }
  .mt-xl-6px {
    margin-top: 6px !important;
  }
  .mt-xl-7px {
    margin-top: 7px !important;
  }
  .mt-xl-8px {
    margin-top: 8px !important;
  }
  .mt-xl-23px {
    margin-top: 23px !important;
  }
  .mt-xl-30px {
    margin-top: 30px !important;
  }
  .mt-xl-p36 {
    margin-top: 36% !important;
  }
  .mt-xl-p38 {
    margin-top: 38% !important;
  }
  .mt-xl-p83 {
    margin-top: 83% !important;
  }
  .mt-xl-p88 {
    margin-top: 88% !important;
  }
  .mt-xl-inherit {
    margin-top: inherit !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-6 {
    margin-right: 6rem !important;
  }
  .me-xl-7 {
    margin-right: 7rem !important;
  }
  .me-xl-10 {
    margin-right: 10px !important;
  }
  .me-xl-25 {
    margin-right: 25px !important;
  }
  .me-xl-50 {
    margin-right: 50px !important;
  }
  .me-xl-120 {
    margin-right: 120px !important;
  }
  .me-xl-160 {
    margin-right: 160px !important;
  }
  .me-xl-198 {
    margin-right: 198px !important;
  }
  .me-xl-220 {
    margin-right: 220px !important;
  }
  .me-xl-260 {
    margin-right: 260px !important;
  }
  .me-xl-270 {
    margin-right: 270px !important;
  }
  .me-xl-283 {
    margin-right: 283px !important;
  }
  .me-xl-365 {
    margin-right: 365px !important;
  }
  .me-xl-430 {
    margin-right: 430px !important;
  }
  .me-xl-460 {
    margin-right: 460px !important;
  }
  .me-xl-d0p4 {
    margin-right: 0.4rem !important;
  }
  .me-xl-d0p7 {
    margin-right: 0.7rem !important;
  }
  .me-xl-d2p2 {
    margin-right: 2.2rem !important;
  }
  .me-xl-1px {
    margin-right: 1px !important;
  }
  .me-xl-2px {
    margin-right: 2px !important;
  }
  .me-xl-4px {
    margin-right: 4px !important;
  }
  .me-xl-6px {
    margin-right: 6px !important;
  }
  .me-xl-7px {
    margin-right: 7px !important;
  }
  .me-xl-8px {
    margin-right: 8px !important;
  }
  .me-xl-23px {
    margin-right: 23px !important;
  }
  .me-xl-30px {
    margin-right: 30px !important;
  }
  .me-xl-p36 {
    margin-right: 36% !important;
  }
  .me-xl-p38 {
    margin-right: 38% !important;
  }
  .me-xl-p83 {
    margin-right: 83% !important;
  }
  .me-xl-p88 {
    margin-right: 88% !important;
  }
  .me-xl-inherit {
    margin-right: inherit !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-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xl-160 {
    margin-bottom: 160px !important;
  }
  .mb-xl-198 {
    margin-bottom: 198px !important;
  }
  .mb-xl-220 {
    margin-bottom: 220px !important;
  }
  .mb-xl-260 {
    margin-bottom: 260px !important;
  }
  .mb-xl-270 {
    margin-bottom: 270px !important;
  }
  .mb-xl-283 {
    margin-bottom: 283px !important;
  }
  .mb-xl-365 {
    margin-bottom: 365px !important;
  }
  .mb-xl-430 {
    margin-bottom: 430px !important;
  }
  .mb-xl-460 {
    margin-bottom: 460px !important;
  }
  .mb-xl-d0p4 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xl-d0p7 {
    margin-bottom: 0.7rem !important;
  }
  .mb-xl-d2p2 {
    margin-bottom: 2.2rem !important;
  }
  .mb-xl-1px {
    margin-bottom: 1px !important;
  }
  .mb-xl-2px {
    margin-bottom: 2px !important;
  }
  .mb-xl-4px {
    margin-bottom: 4px !important;
  }
  .mb-xl-6px {
    margin-bottom: 6px !important;
  }
  .mb-xl-7px {
    margin-bottom: 7px !important;
  }
  .mb-xl-8px {
    margin-bottom: 8px !important;
  }
  .mb-xl-23px {
    margin-bottom: 23px !important;
  }
  .mb-xl-30px {
    margin-bottom: 30px !important;
  }
  .mb-xl-p36 {
    margin-bottom: 36% !important;
  }
  .mb-xl-p38 {
    margin-bottom: 38% !important;
  }
  .mb-xl-p83 {
    margin-bottom: 83% !important;
  }
  .mb-xl-p88 {
    margin-bottom: 88% !important;
  }
  .mb-xl-inherit {
    margin-bottom: inherit !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-6 {
    margin-left: 6rem !important;
  }
  .ms-xl-7 {
    margin-left: 7rem !important;
  }
  .ms-xl-10 {
    margin-left: 10px !important;
  }
  .ms-xl-25 {
    margin-left: 25px !important;
  }
  .ms-xl-50 {
    margin-left: 50px !important;
  }
  .ms-xl-120 {
    margin-left: 120px !important;
  }
  .ms-xl-160 {
    margin-left: 160px !important;
  }
  .ms-xl-198 {
    margin-left: 198px !important;
  }
  .ms-xl-220 {
    margin-left: 220px !important;
  }
  .ms-xl-260 {
    margin-left: 260px !important;
  }
  .ms-xl-270 {
    margin-left: 270px !important;
  }
  .ms-xl-283 {
    margin-left: 283px !important;
  }
  .ms-xl-365 {
    margin-left: 365px !important;
  }
  .ms-xl-430 {
    margin-left: 430px !important;
  }
  .ms-xl-460 {
    margin-left: 460px !important;
  }
  .ms-xl-d0p4 {
    margin-left: 0.4rem !important;
  }
  .ms-xl-d0p7 {
    margin-left: 0.7rem !important;
  }
  .ms-xl-d2p2 {
    margin-left: 2.2rem !important;
  }
  .ms-xl-1px {
    margin-left: 1px !important;
  }
  .ms-xl-2px {
    margin-left: 2px !important;
  }
  .ms-xl-4px {
    margin-left: 4px !important;
  }
  .ms-xl-6px {
    margin-left: 6px !important;
  }
  .ms-xl-7px {
    margin-left: 7px !important;
  }
  .ms-xl-8px {
    margin-left: 8px !important;
  }
  .ms-xl-23px {
    margin-left: 23px !important;
  }
  .ms-xl-30px {
    margin-left: 30px !important;
  }
  .ms-xl-p36 {
    margin-left: 36% !important;
  }
  .ms-xl-p38 {
    margin-left: 38% !important;
  }
  .ms-xl-p83 {
    margin-left: 83% !important;
  }
  .ms-xl-p88 {
    margin-left: 88% !important;
  }
  .ms-xl-inherit {
    margin-left: inherit !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;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .p-xl-25 {
    padding: 25px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
  .p-xl-120 {
    padding: 120px !important;
  }
  .p-xl-160 {
    padding: 160px !important;
  }
  .p-xl-198 {
    padding: 198px !important;
  }
  .p-xl-220 {
    padding: 220px !important;
  }
  .p-xl-260 {
    padding: 260px !important;
  }
  .p-xl-270 {
    padding: 270px !important;
  }
  .p-xl-283 {
    padding: 283px !important;
  }
  .p-xl-365 {
    padding: 365px !important;
  }
  .p-xl-430 {
    padding: 430px !important;
  }
  .p-xl-460 {
    padding: 460px !important;
  }
  .p-xl-d0p4 {
    padding: 0.4rem !important;
  }
  .p-xl-d0p7 {
    padding: 0.7rem !important;
  }
  .p-xl-d2p2 {
    padding: 2.2rem !important;
  }
  .p-xl-1px {
    padding: 1px !important;
  }
  .p-xl-2px {
    padding: 2px !important;
  }
  .p-xl-4px {
    padding: 4px !important;
  }
  .p-xl-6px {
    padding: 6px !important;
  }
  .p-xl-7px {
    padding: 7px !important;
  }
  .p-xl-8px {
    padding: 8px !important;
  }
  .p-xl-23px {
    padding: 23px !important;
  }
  .p-xl-30px {
    padding: 30px !important;
  }
  .p-xl-p36 {
    padding: 36% !important;
  }
  .p-xl-p38 {
    padding: 38% !important;
  }
  .p-xl-p83 {
    padding: 83% !important;
  }
  .p-xl-p88 {
    padding: 88% !important;
  }
  .p-xl-inherit {
    padding: inherit !important;
  }
  .p-xl-auto {
    padding: auto !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-xl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-xl-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .px-xl-198 {
    padding-right: 198px !important;
    padding-left: 198px !important;
  }
  .px-xl-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }
  .px-xl-260 {
    padding-right: 260px !important;
    padding-left: 260px !important;
  }
  .px-xl-270 {
    padding-right: 270px !important;
    padding-left: 270px !important;
  }
  .px-xl-283 {
    padding-right: 283px !important;
    padding-left: 283px !important;
  }
  .px-xl-365 {
    padding-right: 365px !important;
    padding-left: 365px !important;
  }
  .px-xl-430 {
    padding-right: 430px !important;
    padding-left: 430px !important;
  }
  .px-xl-460 {
    padding-right: 460px !important;
    padding-left: 460px !important;
  }
  .px-xl-d0p4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xl-d0p7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
  .px-xl-d2p2 {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important;
  }
  .px-xl-1px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-xl-2px {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
  .px-xl-4px {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-xl-6px {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .px-xl-7px {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
  .px-xl-8px {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xl-23px {
    padding-right: 23px !important;
    padding-left: 23px !important;
  }
  .px-xl-30px {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xl-p36 {
    padding-right: 36% !important;
    padding-left: 36% !important;
  }
  .px-xl-p38 {
    padding-right: 38% !important;
    padding-left: 38% !important;
  }
  .px-xl-p83 {
    padding-right: 83% !important;
    padding-left: 83% !important;
  }
  .px-xl-p88 {
    padding-right: 88% !important;
    padding-left: 88% !important;
  }
  .px-xl-inherit {
    padding-right: inherit !important;
    padding-left: inherit !important;
  }
  .px-xl-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-xl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-xl-198 {
    padding-top: 198px !important;
    padding-bottom: 198px !important;
  }
  .py-xl-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .py-xl-260 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
  .py-xl-270 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
  .py-xl-283 {
    padding-top: 283px !important;
    padding-bottom: 283px !important;
  }
  .py-xl-365 {
    padding-top: 365px !important;
    padding-bottom: 365px !important;
  }
  .py-xl-430 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
  .py-xl-460 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
  .py-xl-d0p4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xl-d0p7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .py-xl-d2p2 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }
  .py-xl-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-xl-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .py-xl-4px {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-xl-6px {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-xl-7px {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .py-xl-8px {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xl-23px {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .py-xl-30px {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-p36 {
    padding-top: 36% !important;
    padding-bottom: 36% !important;
  }
  .py-xl-p38 {
    padding-top: 38% !important;
    padding-bottom: 38% !important;
  }
  .py-xl-p83 {
    padding-top: 83% !important;
    padding-bottom: 83% !important;
  }
  .py-xl-p88 {
    padding-top: 88% !important;
    padding-bottom: 88% !important;
  }
  .py-xl-inherit {
    padding-top: inherit !important;
    padding-bottom: inherit !important;
  }
  .py-xl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-7 {
    padding-top: 7rem !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pt-xl-25 {
    padding-top: 25px !important;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  .pt-xl-120 {
    padding-top: 120px !important;
  }
  .pt-xl-160 {
    padding-top: 160px !important;
  }
  .pt-xl-198 {
    padding-top: 198px !important;
  }
  .pt-xl-220 {
    padding-top: 220px !important;
  }
  .pt-xl-260 {
    padding-top: 260px !important;
  }
  .pt-xl-270 {
    padding-top: 270px !important;
  }
  .pt-xl-283 {
    padding-top: 283px !important;
  }
  .pt-xl-365 {
    padding-top: 365px !important;
  }
  .pt-xl-430 {
    padding-top: 430px !important;
  }
  .pt-xl-460 {
    padding-top: 460px !important;
  }
  .pt-xl-d0p4 {
    padding-top: 0.4rem !important;
  }
  .pt-xl-d0p7 {
    padding-top: 0.7rem !important;
  }
  .pt-xl-d2p2 {
    padding-top: 2.2rem !important;
  }
  .pt-xl-1px {
    padding-top: 1px !important;
  }
  .pt-xl-2px {
    padding-top: 2px !important;
  }
  .pt-xl-4px {
    padding-top: 4px !important;
  }
  .pt-xl-6px {
    padding-top: 6px !important;
  }
  .pt-xl-7px {
    padding-top: 7px !important;
  }
  .pt-xl-8px {
    padding-top: 8px !important;
  }
  .pt-xl-23px {
    padding-top: 23px !important;
  }
  .pt-xl-30px {
    padding-top: 30px !important;
  }
  .pt-xl-p36 {
    padding-top: 36% !important;
  }
  .pt-xl-p38 {
    padding-top: 38% !important;
  }
  .pt-xl-p83 {
    padding-top: 83% !important;
  }
  .pt-xl-p88 {
    padding-top: 88% !important;
  }
  .pt-xl-inherit {
    padding-top: inherit !important;
  }
  .pt-xl-auto {
    padding-top: auto !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 6rem !important;
  }
  .pe-xl-7 {
    padding-right: 7rem !important;
  }
  .pe-xl-10 {
    padding-right: 10px !important;
  }
  .pe-xl-25 {
    padding-right: 25px !important;
  }
  .pe-xl-50 {
    padding-right: 50px !important;
  }
  .pe-xl-120 {
    padding-right: 120px !important;
  }
  .pe-xl-160 {
    padding-right: 160px !important;
  }
  .pe-xl-198 {
    padding-right: 198px !important;
  }
  .pe-xl-220 {
    padding-right: 220px !important;
  }
  .pe-xl-260 {
    padding-right: 260px !important;
  }
  .pe-xl-270 {
    padding-right: 270px !important;
  }
  .pe-xl-283 {
    padding-right: 283px !important;
  }
  .pe-xl-365 {
    padding-right: 365px !important;
  }
  .pe-xl-430 {
    padding-right: 430px !important;
  }
  .pe-xl-460 {
    padding-right: 460px !important;
  }
  .pe-xl-d0p4 {
    padding-right: 0.4rem !important;
  }
  .pe-xl-d0p7 {
    padding-right: 0.7rem !important;
  }
  .pe-xl-d2p2 {
    padding-right: 2.2rem !important;
  }
  .pe-xl-1px {
    padding-right: 1px !important;
  }
  .pe-xl-2px {
    padding-right: 2px !important;
  }
  .pe-xl-4px {
    padding-right: 4px !important;
  }
  .pe-xl-6px {
    padding-right: 6px !important;
  }
  .pe-xl-7px {
    padding-right: 7px !important;
  }
  .pe-xl-8px {
    padding-right: 8px !important;
  }
  .pe-xl-23px {
    padding-right: 23px !important;
  }
  .pe-xl-30px {
    padding-right: 30px !important;
  }
  .pe-xl-p36 {
    padding-right: 36% !important;
  }
  .pe-xl-p38 {
    padding-right: 38% !important;
  }
  .pe-xl-p83 {
    padding-right: 83% !important;
  }
  .pe-xl-p88 {
    padding-right: 88% !important;
  }
  .pe-xl-inherit {
    padding-right: inherit !important;
  }
  .pe-xl-auto {
    padding-right: auto !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
  .pb-xl-160 {
    padding-bottom: 160px !important;
  }
  .pb-xl-198 {
    padding-bottom: 198px !important;
  }
  .pb-xl-220 {
    padding-bottom: 220px !important;
  }
  .pb-xl-260 {
    padding-bottom: 260px !important;
  }
  .pb-xl-270 {
    padding-bottom: 270px !important;
  }
  .pb-xl-283 {
    padding-bottom: 283px !important;
  }
  .pb-xl-365 {
    padding-bottom: 365px !important;
  }
  .pb-xl-430 {
    padding-bottom: 430px !important;
  }
  .pb-xl-460 {
    padding-bottom: 460px !important;
  }
  .pb-xl-d0p4 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xl-d0p7 {
    padding-bottom: 0.7rem !important;
  }
  .pb-xl-d2p2 {
    padding-bottom: 2.2rem !important;
  }
  .pb-xl-1px {
    padding-bottom: 1px !important;
  }
  .pb-xl-2px {
    padding-bottom: 2px !important;
  }
  .pb-xl-4px {
    padding-bottom: 4px !important;
  }
  .pb-xl-6px {
    padding-bottom: 6px !important;
  }
  .pb-xl-7px {
    padding-bottom: 7px !important;
  }
  .pb-xl-8px {
    padding-bottom: 8px !important;
  }
  .pb-xl-23px {
    padding-bottom: 23px !important;
  }
  .pb-xl-30px {
    padding-bottom: 30px !important;
  }
  .pb-xl-p36 {
    padding-bottom: 36% !important;
  }
  .pb-xl-p38 {
    padding-bottom: 38% !important;
  }
  .pb-xl-p83 {
    padding-bottom: 83% !important;
  }
  .pb-xl-p88 {
    padding-bottom: 88% !important;
  }
  .pb-xl-inherit {
    padding-bottom: inherit !important;
  }
  .pb-xl-auto {
    padding-bottom: auto !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 6rem !important;
  }
  .ps-xl-7 {
    padding-left: 7rem !important;
  }
  .ps-xl-10 {
    padding-left: 10px !important;
  }
  .ps-xl-25 {
    padding-left: 25px !important;
  }
  .ps-xl-50 {
    padding-left: 50px !important;
  }
  .ps-xl-120 {
    padding-left: 120px !important;
  }
  .ps-xl-160 {
    padding-left: 160px !important;
  }
  .ps-xl-198 {
    padding-left: 198px !important;
  }
  .ps-xl-220 {
    padding-left: 220px !important;
  }
  .ps-xl-260 {
    padding-left: 260px !important;
  }
  .ps-xl-270 {
    padding-left: 270px !important;
  }
  .ps-xl-283 {
    padding-left: 283px !important;
  }
  .ps-xl-365 {
    padding-left: 365px !important;
  }
  .ps-xl-430 {
    padding-left: 430px !important;
  }
  .ps-xl-460 {
    padding-left: 460px !important;
  }
  .ps-xl-d0p4 {
    padding-left: 0.4rem !important;
  }
  .ps-xl-d0p7 {
    padding-left: 0.7rem !important;
  }
  .ps-xl-d2p2 {
    padding-left: 2.2rem !important;
  }
  .ps-xl-1px {
    padding-left: 1px !important;
  }
  .ps-xl-2px {
    padding-left: 2px !important;
  }
  .ps-xl-4px {
    padding-left: 4px !important;
  }
  .ps-xl-6px {
    padding-left: 6px !important;
  }
  .ps-xl-7px {
    padding-left: 7px !important;
  }
  .ps-xl-8px {
    padding-left: 8px !important;
  }
  .ps-xl-23px {
    padding-left: 23px !important;
  }
  .ps-xl-30px {
    padding-left: 30px !important;
  }
  .ps-xl-p36 {
    padding-left: 36% !important;
  }
  .ps-xl-p38 {
    padding-left: 38% !important;
  }
  .ps-xl-p83 {
    padding-left: 83% !important;
  }
  .ps-xl-p88 {
    padding-left: 88% !important;
  }
  .ps-xl-inherit {
    padding-left: inherit !important;
  }
  .ps-xl-auto {
    padding-left: auto !important;
  }
  .fs-xl-4 {
    font-size: 4px !important;
  }
  .fs-xl-5 {
    font-size: 5px !important;
  }
  .fs-xl-7 {
    font-size: 7px !important;
  }
  .fs-xl-8 {
    font-size: 8px !important;
  }
  .fs-xl-9 {
    font-size: 9px !important;
  }
  .fs-xl-10 {
    font-size: 10px !important;
  }
  .fs-xl-11 {
    font-size: 11px !important;
  }
  .fs-xl-12 {
    font-size: 12px !important;
  }
  .fs-xl-13 {
    font-size: 13px !important;
  }
  .fs-xl-14 {
    font-size: 14px !important;
  }
  .fs-xl-15 {
    font-size: 15px !important;
  }
  .fs-xl-16 {
    font-size: 16px !important;
  }
  .fs-xl-18 {
    font-size: 18px !important;
  }
  .fs-xl-19 {
    font-size: 19px !important;
  }
  .fs-xl-20 {
    font-size: 20px !important;
  }
  .fs-xl-21 {
    font-size: 21px !important;
  }
  .fs-xl-22 {
    font-size: 22px !important;
  }
  .fs-xl-23 {
    font-size: 23px !important;
  }
  .fs-xl-24 {
    font-size: 24px !important;
  }
  .fs-xl-26 {
    font-size: 26px !important;
  }
  .fs-xl-28 {
    font-size: 28px !important;
  }
  .fs-xl-30 {
    font-size: 30px !important;
  }
  .fs-xl-32 {
    font-size: 32px !important;
  }
  .fs-xl-40 {
    font-size: 40px !important;
  }
  .fs-xl-50 {
    font-size: 50px !important;
  }
  .fs-xl-xSmall {
    font-size: x-small !important;
  }
  .fs-xl-large {
    font-size: large !important;
  }
  .fs-xl-larger {
    font-size: larger !important;
  }
  .fs-xl-xLarge {
    font-size: x-large !important;
  }
  .fs-xl-xxLarge {
    font-size: xx-large !important;
  }
  .fw-xl-400 {
    font-weight: 400 !important;
  }
  .fw-xl-500 {
    font-weight: 500 !important;
  }
  .fw-xl-600 {
    font-weight: 600 !important;
  }
  .fw-xl-700 {
    font-weight: 700 !important;
  }
  .lh-xl-0 {
    line-height: 0px !important;
  }
  .lh-xl-0_5 {
    line-height: 0.5 !important;
  }
  .lh-xl-1_5 {
    line-height: 1.5 !important;
  }
  .lh-xl-6 {
    line-height: 6px !important;
  }
  .lh-xl-8 {
    line-height: 8px !important;
  }
  .lh-xl-10 {
    line-height: 10px !important;
  }
  .lh-xl-12 {
    line-height: 12px !important;
  }
  .lh-xl-13 {
    line-height: 13px !important;
  }
  .lh-xl-14 {
    line-height: 14px !important;
  }
  .lh-xl-15 {
    line-height: 15px !important;
  }
  .lh-xl-16 {
    line-height: 16px !important;
  }
  .lh-xl-17 {
    line-height: 17px !important;
  }
  .lh-xl-18 {
    line-height: 18px !important;
  }
  .lh-xl-20 {
    line-height: 20px !important;
  }
  .lh-xl-22 {
    line-height: 22px !important;
  }
  .lh-xl-24 {
    line-height: 24px !important;
  }
  .lh-xl-25 {
    line-height: 25px !important;
  }
  .lh-xl-26 {
    line-height: 26px !important;
  }
  .lh-xl-27 {
    line-height: 27px !important;
  }
  .lh-xl-30 {
    line-height: 30px !important;
  }
  .lh-xl-32 {
    line-height: 32px !important;
  }
  .lh-xl-39 {
    line-height: 39px !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
  .text-xl-primary {
    color: #2EA65C !important;
  }
  .text-xl-secondary {
    color: #4C4C4C !important;
  }
  .text-xl-success {
    color: #2ba55a !important;
  }
  .text-xl-info {
    color: #FF5A6C !important;
  }
  .text-xl-warning {
    color: #ffc107 !important;
  }
  .text-xl-danger {
    color: #dc3545 !important;
  }
  .text-xl-light {
    color: #cccccc !important;
  }
  .text-xl-dark {
    color: #282828 !important;
  }
  .text-xl-pink {
    color: #fff0f0 !important;
  }
  .text-xl-blue {
    color: #3b5999 !important;
  }
  .text-xl-black {
    color: #000000 !important;
  }
  .text-xl-green {
    color: #f2fbf1 !important;
  }
  .text-xl-gray {
    color: #f5f6f7 !important;
  }
  .text-xl-orange {
    color: #FCC45A !important;
  }
  .text-xl-lightOrange {
    color: #FFF5E0 !important;
  }
  .text-xl-giftList {
    color: #f1f1f1 !important;
  }
  .text-xl-cartCheckout {
    color: #f9f9f9 !important;
  }
  .text-xl-red {
    color: #e74d47 !important;
  }
  .text-xl-darkOrange {
    color: #f0a93e !important;
  }
  .text-xl-checkoutForm {
    color: #ededed !important;
  }
  .text-xl-white {
    color: white !important;
  }
  .text-xl-loadingbarGray {
    color: #e2e2e2 !important;
  }
  .text-xl-thead {
    color: #f4f4f4 !important;
  }
  .text-xl-footer {
    color: #f3f3f3 !important;
  }
  .text-xl-borderGray {
    color: #d7d7d7 !important;
  }
  .text-xl-checkoutGray {
    color: #f9f9f9 !important;
  }
  .text-xl-checkboxGray {
    color: #C2C2C2 !important;
  }
  .text-xl-radioGray {
    color: #c9c9c9 !important;
  }
  .text-xl-placeholder {
    color: #888888 !important;
  }
  .text-xl-droplet {
    color: #376dd8 !important;
  }
  .text-xl-memberCard {
    color: #e5e5e5 !important;
  }
  .text-xl-memberCardChip {
    color: #efefef !important;
  }
  .text-xl-gold {
    color: #ba9620 !important;
  }
  .text-xl-darkRed {
    color: #a6231c !important;
  }
  .text-xl-darkPink {
    color: #f52c8e !important;
  }
  .text-xl-inputValue {
    color: #505050 !important;
  }
  .text-xl-paleBlue {
    color: #e2eef2 !important;
  }
  .text-xl-theadBorder {
    color: #b3b3b3 !important;
  }
  .text-xl-tbodyBorder {
    color: #b2b2b2 !important;
  }
  .text-xl-odBorder {
    color: #e8e8ee !important;
  }
  .text-xl-darkGray {
    color: #7c7c7c !important;
  }
  .text-xl-darkYellow {
    color: #f2ab3c !important;
  }
  .text-xl-odLine {
    color: #eeeef2 !important;
  }
  .text-xl-odText {
    color: #737373 !important;
  }
  .text-xl-odLightGray {
    color: #f0f0f0 !important;
  }
  .text-xl-outlineGray {
    color: #777777 !important;
  }
  .text-xl-blogPlaceholder {
    color: #cccccc !important;
  }
  .text-xl-btnText {
    color: #787878 !important;
  }
  .text-xl-creditNav {
    color: #bbbbbb !important;
  }
  .text-xl-couponText {
    color: #5a5a5a !important;
  }
  .text-xl-couponDate {
    color: #8d8d8d !important;
  }
  .text-xl-lightGray {
    color: #979797 !important;
  }
  .text-xl-starGray {
    color: #cecece !important;
  }
  .text-xl-spinnerGray {
    color: #b1b1b1 !important;
  }
  .text-xl-spinnerGreen {
    color: #007835 !important;
  }
  .text-xl-forgetPwd {
    color: #032d23 !important;
  }
  .text-xl-lightBlue {
    color: #81d2e9 !important;
  }
  .text-xl-seaBlue {
    color: #b9eaeb !important;
  }
  .text-xl-megamenuGreen {
    color: #52a705 !important;
  }
  .text-xl-cartHr {
    color: #bebebe !important;
  }
  .text-xl-cartHeader {
    color: #fafafa !important;
  }
  .text-xl-separatorGray {
    color: #dddddd !important;
  }
  .text-xl-platinumGray {
    color: #584f3f !important;
  }
  .text-xl-cardGold {
    color: #d09a03 !important;
  }
  .text-xl-dropdownGold {
    color: #f6ba36 !important;
  }
  .text-xl-dropdownBarGold {
    color: #fcd694 !important;
  }
  .text-xl-searchIcon {
    color: #666666 !important;
  }
  .text-xl-cartNoticeGray {
    color: #999999 !important;
  }
  .text-xl-mailGray {
    color: #808080 !important;
  }
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
  .rounded-xl-2 {
    border-radius: 2px !important;
  }
  .rounded-xl-3 {
    border-radius: 3px !important;
  }
  .rounded-xl-4 {
    border-radius: 4px !important;
  }
  .rounded-xl-5 {
    border-radius: 5px !important;
  }
  .rounded-xl-6 {
    border-radius: 6px !important;
  }
  .rounded-xl-8 {
    border-radius: 8px !important;
  }
  .rounded-xl-10 {
    border-radius: 10px !important;
  }
  .rounded-xl-15 {
    border-radius: 15px !important;
  }
  .rounded-xl-circle {
    border-radius: 50% !important;
  }
  .rounded-top-xl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-xl-2 {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .rounded-top-xl-3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }
  .rounded-top-xl-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .rounded-top-xl-5 {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  .rounded-top-xl-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .rounded-top-xl-8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .rounded-top-xl-10 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
  .rounded-top-xl-15 {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }
  .rounded-top-xl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-end-xl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-xl-2 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .rounded-end-xl-3 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }
  .rounded-end-xl-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .rounded-end-xl-5 {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .rounded-end-xl-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .rounded-end-xl-8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .rounded-end-xl-10 {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  .rounded-end-xl-15 {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }
  .rounded-end-xl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-bottom-xl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-xl-2 {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .rounded-bottom-xl-3 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }
  .rounded-bottom-xl-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .rounded-bottom-xl-5 {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  .rounded-bottom-xl-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  .rounded-bottom-xl-8 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .rounded-bottom-xl-10 {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }
  .rounded-bottom-xl-15 {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }
  .rounded-bottom-xl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-start-xl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-xl-2 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  .rounded-start-xl-3 {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }
  .rounded-start-xl-4 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .rounded-start-xl-5 {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }
  .rounded-start-xl-6 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
  .rounded-start-xl-8 {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  .rounded-start-xl-10 {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
  }
  .rounded-start-xl-15 {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
  }
  .rounded-start-xl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .cursor-xl-auto {
    cursor: auto !important;
  }
  .cursor-xl-pointer {
    cursor: pointer !important;
  }
  .cursor-xl-grab {
    cursor: grab !important;
  }
  .list-style-xl-none {
    list-style: none !important;
  }
  .of-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .resize-xl-none {
    resize: none !important;
  }
  .zindex-xl-0 {
    z-index: 0 !important;
  }
  .zindex-xl-2 {
    z-index: 2 !important;
  }
  .zindex-xl-15 {
    z-index: 15 !important;
  }
  .zindex-xl-1050 {
    z-index: 1050 !important;
  }
  .zindex-xl-1800 {
    z-index: 1800 !important;
  }
  .opacity-xl-0 {
    opacity: 0 !important;
  }
  .opacity-xl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xl-100 {
    opacity: 1 !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;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .top-xxl-0 {
    top: 0 !important;
  }
  .top-xxl-8 {
    top: 8px !important;
  }
  .top-xxl-9 {
    top: 9px !important;
  }
  .top-xxl-12 {
    top: 12px !important;
  }
  .top-xxl-14 {
    top: 14px !important;
  }
  .top-xxl-17 {
    top: 17px !important;
  }
  .top-xxl-25 {
    top: 25px !important;
  }
  .top-xxl-30 {
    top: 30px !important;
  }
  .top-xxl-36 {
    top: 36px !important;
  }
  .top-xxl-44 {
    top: 44px !important;
  }
  .top-xxl-47 {
    top: 47px !important;
  }
  .top-xxl-50 {
    top: 50px !important;
  }
  .top-xxl-51 {
    top: 51px !important;
  }
  .top-xxl-55 {
    top: 55px !important;
  }
  .top-xxl-56 {
    top: 56px !important;
  }
  .top-xxl-64 {
    top: 64px !important;
  }
  .top-xxl-70 {
    top: 70px !important;
  }
  .top-xxl-80 {
    top: 80px !important;
  }
  .top-xxl-90 {
    top: 90px !important;
  }
  .top-xxl-104 {
    top: 104px !important;
  }
  .top-xxl-115 {
    top: 115px !important;
  }
  .top-xxl-125 {
    top: 125px !important;
  }
  .top-xxl-140 {
    top: 140px !important;
  }
  .top-xxl-155 {
    top: 155px !important;
  }
  .top-xxl-170 {
    top: 170px !important;
  }
  .top-xxl-180 {
    top: 180px !important;
  }
  .top-xxl-225 {
    top: 225px !important;
  }
  .top-xxl-287 {
    top: 287px !important;
  }
  .top-xxl-315 {
    top: 315px !important;
  }
  .top-xxl-1038 {
    top: 1038px !important;
  }
  .top-xxl-1388 {
    top: 1388px !important;
  }
  .top-xxl-1780 {
    top: 1780px !important;
  }
  .top-xxl-1870 {
    top: 1870px !important;
  }
  .top-xxl-2069 {
    top: 2069px !important;
  }
  .top-xxl-2071 {
    top: 2071px !important;
  }
  .top-xxl-2170 {
    top: 2170px !important;
  }
  .top-xxl-2177 {
    top: 2177px !important;
  }
  .top-xxl-2420 {
    top: 2420px !important;
  }
  .top-xxl-2830 {
    top: 2830px !important;
  }
  .top-xxl-2980 {
    top: 2980px !important;
  }
  .top-xxl-3385 {
    top: 3385px !important;
  }
  .top-xxl-4600 {
    top: 4600px !important;
  }
  .top-xxl-6060 {
    top: 6060px !important;
  }
  .top-xxl-7155 {
    top: 7155px !important;
  }
  .top-xxl-7560 {
    top: 7560px !important;
  }
  .top-xxl-n16 {
    top: -16px !important;
  }
  .top-xxl-n34 {
    top: -34px !important;
  }
  .top-xxl-n38 {
    top: -38px !important;
  }
  .top-xxl-n42 {
    top: -42px !important;
  }
  .top-xxl-n87 {
    top: -87px !important;
  }
  .top-xxl-n102 {
    top: -102px !important;
  }
  .top-xxl-n110 {
    top: -110px !important;
  }
  .top-xxl-n132 {
    top: -132px !important;
  }
  .top-xxl-n200 {
    top: -200px !important;
  }
  .top-xxl-n315 {
    top: -315px !important;
  }
  .top-xxl-p15_1 {
    top: 15.1% !important;
  }
  .top-xxl-p17_2 {
    top: 17.2% !important;
  }
  .top-xxl-p18_2 {
    top: 18.2% !important;
  }
  .top-xxl-p20_2 {
    top: 20.2% !important;
  }
  .top-xxl-p23_2 {
    top: 23.2% !important;
  }
  .top-xxl-p25 {
    top: 25% !important;
  }
  .top-xxl-p30 {
    top: 30% !important;
  }
  .top-xxl-p40 {
    top: 40% !important;
  }
  .top-xxl-p50 {
    top: 50% !important;
  }
  .top-xxl-p58 {
    top: 58% !important;
  }
  .top-xxl-p63 {
    top: 63% !important;
  }
  .top-xxl-p64_2 {
    top: 64.2% !important;
  }
  .top-xxl-p64_6 {
    top: 64.6% !important;
  }
  .top-xxl-p100 {
    top: 100% !important;
  }
  .bottom-xxl-0 {
    bottom: 0 !important;
  }
  .bottom-xxl-8 {
    bottom: 8px !important;
  }
  .bottom-xxl-9 {
    bottom: 9px !important;
  }
  .bottom-xxl-12 {
    bottom: 12px !important;
  }
  .bottom-xxl-14 {
    bottom: 14px !important;
  }
  .bottom-xxl-17 {
    bottom: 17px !important;
  }
  .bottom-xxl-25 {
    bottom: 25px !important;
  }
  .bottom-xxl-30 {
    bottom: 30px !important;
  }
  .bottom-xxl-36 {
    bottom: 36px !important;
  }
  .bottom-xxl-44 {
    bottom: 44px !important;
  }
  .bottom-xxl-47 {
    bottom: 47px !important;
  }
  .bottom-xxl-50 {
    bottom: 50px !important;
  }
  .bottom-xxl-51 {
    bottom: 51px !important;
  }
  .bottom-xxl-55 {
    bottom: 55px !important;
  }
  .bottom-xxl-56 {
    bottom: 56px !important;
  }
  .bottom-xxl-64 {
    bottom: 64px !important;
  }
  .bottom-xxl-70 {
    bottom: 70px !important;
  }
  .bottom-xxl-80 {
    bottom: 80px !important;
  }
  .bottom-xxl-90 {
    bottom: 90px !important;
  }
  .bottom-xxl-104 {
    bottom: 104px !important;
  }
  .bottom-xxl-115 {
    bottom: 115px !important;
  }
  .bottom-xxl-125 {
    bottom: 125px !important;
  }
  .bottom-xxl-140 {
    bottom: 140px !important;
  }
  .bottom-xxl-155 {
    bottom: 155px !important;
  }
  .bottom-xxl-170 {
    bottom: 170px !important;
  }
  .bottom-xxl-180 {
    bottom: 180px !important;
  }
  .bottom-xxl-225 {
    bottom: 225px !important;
  }
  .bottom-xxl-287 {
    bottom: 287px !important;
  }
  .bottom-xxl-315 {
    bottom: 315px !important;
  }
  .bottom-xxl-1038 {
    bottom: 1038px !important;
  }
  .bottom-xxl-1388 {
    bottom: 1388px !important;
  }
  .bottom-xxl-1780 {
    bottom: 1780px !important;
  }
  .bottom-xxl-1870 {
    bottom: 1870px !important;
  }
  .bottom-xxl-2069 {
    bottom: 2069px !important;
  }
  .bottom-xxl-2071 {
    bottom: 2071px !important;
  }
  .bottom-xxl-2170 {
    bottom: 2170px !important;
  }
  .bottom-xxl-2177 {
    bottom: 2177px !important;
  }
  .bottom-xxl-2420 {
    bottom: 2420px !important;
  }
  .bottom-xxl-2830 {
    bottom: 2830px !important;
  }
  .bottom-xxl-2980 {
    bottom: 2980px !important;
  }
  .bottom-xxl-3385 {
    bottom: 3385px !important;
  }
  .bottom-xxl-4600 {
    bottom: 4600px !important;
  }
  .bottom-xxl-6060 {
    bottom: 6060px !important;
  }
  .bottom-xxl-7155 {
    bottom: 7155px !important;
  }
  .bottom-xxl-7560 {
    bottom: 7560px !important;
  }
  .bottom-xxl-n16 {
    bottom: -16px !important;
  }
  .bottom-xxl-n34 {
    bottom: -34px !important;
  }
  .bottom-xxl-n38 {
    bottom: -38px !important;
  }
  .bottom-xxl-n42 {
    bottom: -42px !important;
  }
  .bottom-xxl-n87 {
    bottom: -87px !important;
  }
  .bottom-xxl-n102 {
    bottom: -102px !important;
  }
  .bottom-xxl-n110 {
    bottom: -110px !important;
  }
  .bottom-xxl-n132 {
    bottom: -132px !important;
  }
  .bottom-xxl-n200 {
    bottom: -200px !important;
  }
  .bottom-xxl-n315 {
    bottom: -315px !important;
  }
  .bottom-xxl-p15_1 {
    bottom: 15.1% !important;
  }
  .bottom-xxl-p17_2 {
    bottom: 17.2% !important;
  }
  .bottom-xxl-p18_2 {
    bottom: 18.2% !important;
  }
  .bottom-xxl-p20_2 {
    bottom: 20.2% !important;
  }
  .bottom-xxl-p23_2 {
    bottom: 23.2% !important;
  }
  .bottom-xxl-p25 {
    bottom: 25% !important;
  }
  .bottom-xxl-p30 {
    bottom: 30% !important;
  }
  .bottom-xxl-p40 {
    bottom: 40% !important;
  }
  .bottom-xxl-p50 {
    bottom: 50% !important;
  }
  .bottom-xxl-p58 {
    bottom: 58% !important;
  }
  .bottom-xxl-p63 {
    bottom: 63% !important;
  }
  .bottom-xxl-p64_2 {
    bottom: 64.2% !important;
  }
  .bottom-xxl-p64_6 {
    bottom: 64.6% !important;
  }
  .bottom-xxl-p100 {
    bottom: 100% !important;
  }
  .start-xxl-0 {
    left: 0 !important;
  }
  .start-xxl-8 {
    left: 8px !important;
  }
  .start-xxl-9 {
    left: 9px !important;
  }
  .start-xxl-12 {
    left: 12px !important;
  }
  .start-xxl-14 {
    left: 14px !important;
  }
  .start-xxl-17 {
    left: 17px !important;
  }
  .start-xxl-25 {
    left: 25px !important;
  }
  .start-xxl-30 {
    left: 30px !important;
  }
  .start-xxl-36 {
    left: 36px !important;
  }
  .start-xxl-44 {
    left: 44px !important;
  }
  .start-xxl-47 {
    left: 47px !important;
  }
  .start-xxl-50 {
    left: 50px !important;
  }
  .start-xxl-51 {
    left: 51px !important;
  }
  .start-xxl-55 {
    left: 55px !important;
  }
  .start-xxl-56 {
    left: 56px !important;
  }
  .start-xxl-64 {
    left: 64px !important;
  }
  .start-xxl-70 {
    left: 70px !important;
  }
  .start-xxl-80 {
    left: 80px !important;
  }
  .start-xxl-90 {
    left: 90px !important;
  }
  .start-xxl-104 {
    left: 104px !important;
  }
  .start-xxl-115 {
    left: 115px !important;
  }
  .start-xxl-125 {
    left: 125px !important;
  }
  .start-xxl-140 {
    left: 140px !important;
  }
  .start-xxl-155 {
    left: 155px !important;
  }
  .start-xxl-170 {
    left: 170px !important;
  }
  .start-xxl-180 {
    left: 180px !important;
  }
  .start-xxl-225 {
    left: 225px !important;
  }
  .start-xxl-287 {
    left: 287px !important;
  }
  .start-xxl-315 {
    left: 315px !important;
  }
  .start-xxl-1038 {
    left: 1038px !important;
  }
  .start-xxl-1388 {
    left: 1388px !important;
  }
  .start-xxl-1780 {
    left: 1780px !important;
  }
  .start-xxl-1870 {
    left: 1870px !important;
  }
  .start-xxl-2069 {
    left: 2069px !important;
  }
  .start-xxl-2071 {
    left: 2071px !important;
  }
  .start-xxl-2170 {
    left: 2170px !important;
  }
  .start-xxl-2177 {
    left: 2177px !important;
  }
  .start-xxl-2420 {
    left: 2420px !important;
  }
  .start-xxl-2830 {
    left: 2830px !important;
  }
  .start-xxl-2980 {
    left: 2980px !important;
  }
  .start-xxl-3385 {
    left: 3385px !important;
  }
  .start-xxl-4600 {
    left: 4600px !important;
  }
  .start-xxl-6060 {
    left: 6060px !important;
  }
  .start-xxl-7155 {
    left: 7155px !important;
  }
  .start-xxl-7560 {
    left: 7560px !important;
  }
  .start-xxl-n16 {
    left: -16px !important;
  }
  .start-xxl-n34 {
    left: -34px !important;
  }
  .start-xxl-n38 {
    left: -38px !important;
  }
  .start-xxl-n42 {
    left: -42px !important;
  }
  .start-xxl-n87 {
    left: -87px !important;
  }
  .start-xxl-n102 {
    left: -102px !important;
  }
  .start-xxl-n110 {
    left: -110px !important;
  }
  .start-xxl-n132 {
    left: -132px !important;
  }
  .start-xxl-n200 {
    left: -200px !important;
  }
  .start-xxl-n315 {
    left: -315px !important;
  }
  .start-xxl-p15_1 {
    left: 15.1% !important;
  }
  .start-xxl-p17_2 {
    left: 17.2% !important;
  }
  .start-xxl-p18_2 {
    left: 18.2% !important;
  }
  .start-xxl-p20_2 {
    left: 20.2% !important;
  }
  .start-xxl-p23_2 {
    left: 23.2% !important;
  }
  .start-xxl-p25 {
    left: 25% !important;
  }
  .start-xxl-p30 {
    left: 30% !important;
  }
  .start-xxl-p40 {
    left: 40% !important;
  }
  .start-xxl-p50 {
    left: 50% !important;
  }
  .start-xxl-p58 {
    left: 58% !important;
  }
  .start-xxl-p63 {
    left: 63% !important;
  }
  .start-xxl-p64_2 {
    left: 64.2% !important;
  }
  .start-xxl-p64_6 {
    left: 64.6% !important;
  }
  .start-xxl-p100 {
    left: 100% !important;
  }
  .end-xxl-0 {
    right: 0 !important;
  }
  .end-xxl-8 {
    right: 8px !important;
  }
  .end-xxl-9 {
    right: 9px !important;
  }
  .end-xxl-12 {
    right: 12px !important;
  }
  .end-xxl-14 {
    right: 14px !important;
  }
  .end-xxl-17 {
    right: 17px !important;
  }
  .end-xxl-25 {
    right: 25px !important;
  }
  .end-xxl-30 {
    right: 30px !important;
  }
  .end-xxl-36 {
    right: 36px !important;
  }
  .end-xxl-44 {
    right: 44px !important;
  }
  .end-xxl-47 {
    right: 47px !important;
  }
  .end-xxl-50 {
    right: 50px !important;
  }
  .end-xxl-51 {
    right: 51px !important;
  }
  .end-xxl-55 {
    right: 55px !important;
  }
  .end-xxl-56 {
    right: 56px !important;
  }
  .end-xxl-64 {
    right: 64px !important;
  }
  .end-xxl-70 {
    right: 70px !important;
  }
  .end-xxl-80 {
    right: 80px !important;
  }
  .end-xxl-90 {
    right: 90px !important;
  }
  .end-xxl-104 {
    right: 104px !important;
  }
  .end-xxl-115 {
    right: 115px !important;
  }
  .end-xxl-125 {
    right: 125px !important;
  }
  .end-xxl-140 {
    right: 140px !important;
  }
  .end-xxl-155 {
    right: 155px !important;
  }
  .end-xxl-170 {
    right: 170px !important;
  }
  .end-xxl-180 {
    right: 180px !important;
  }
  .end-xxl-225 {
    right: 225px !important;
  }
  .end-xxl-287 {
    right: 287px !important;
  }
  .end-xxl-315 {
    right: 315px !important;
  }
  .end-xxl-1038 {
    right: 1038px !important;
  }
  .end-xxl-1388 {
    right: 1388px !important;
  }
  .end-xxl-1780 {
    right: 1780px !important;
  }
  .end-xxl-1870 {
    right: 1870px !important;
  }
  .end-xxl-2069 {
    right: 2069px !important;
  }
  .end-xxl-2071 {
    right: 2071px !important;
  }
  .end-xxl-2170 {
    right: 2170px !important;
  }
  .end-xxl-2177 {
    right: 2177px !important;
  }
  .end-xxl-2420 {
    right: 2420px !important;
  }
  .end-xxl-2830 {
    right: 2830px !important;
  }
  .end-xxl-2980 {
    right: 2980px !important;
  }
  .end-xxl-3385 {
    right: 3385px !important;
  }
  .end-xxl-4600 {
    right: 4600px !important;
  }
  .end-xxl-6060 {
    right: 6060px !important;
  }
  .end-xxl-7155 {
    right: 7155px !important;
  }
  .end-xxl-7560 {
    right: 7560px !important;
  }
  .end-xxl-n16 {
    right: -16px !important;
  }
  .end-xxl-n34 {
    right: -34px !important;
  }
  .end-xxl-n38 {
    right: -38px !important;
  }
  .end-xxl-n42 {
    right: -42px !important;
  }
  .end-xxl-n87 {
    right: -87px !important;
  }
  .end-xxl-n102 {
    right: -102px !important;
  }
  .end-xxl-n110 {
    right: -110px !important;
  }
  .end-xxl-n132 {
    right: -132px !important;
  }
  .end-xxl-n200 {
    right: -200px !important;
  }
  .end-xxl-n315 {
    right: -315px !important;
  }
  .end-xxl-p15_1 {
    right: 15.1% !important;
  }
  .end-xxl-p17_2 {
    right: 17.2% !important;
  }
  .end-xxl-p18_2 {
    right: 18.2% !important;
  }
  .end-xxl-p20_2 {
    right: 20.2% !important;
  }
  .end-xxl-p23_2 {
    right: 23.2% !important;
  }
  .end-xxl-p25 {
    right: 25% !important;
  }
  .end-xxl-p30 {
    right: 30% !important;
  }
  .end-xxl-p40 {
    right: 40% !important;
  }
  .end-xxl-p50 {
    right: 50% !important;
  }
  .end-xxl-p58 {
    right: 58% !important;
  }
  .end-xxl-p63 {
    right: 63% !important;
  }
  .end-xxl-p64_2 {
    right: 64.2% !important;
  }
  .end-xxl-p64_6 {
    right: 64.6% !important;
  }
  .end-xxl-p100 {
    right: 100% !important;
  }
  .translate-middle-xxl {
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xxl-x {
    transform: translateX(-50%) !important;
  }
  .translate-middle-xxl-y {
    transform: translateY(-50%) !important;
  }
  .translate-middle-xxl-r-n1 {
    transform: rotate(-1deg) !important;
  }
  .border-xxl {
    border: 1px solid #dee2e6 !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .border-xxl-transparent {
    border: 1px solid transparent !important;
  }
  .border-xxl-odBorder {
    border: 1px solid #e8e8ee !important;
  }
  .border-xxl-odBorder-2 {
    border: 2px solid #e8e8ee !important;
  }
  .border-xxl-tbodyBorder {
    border: 1px solid #b2b2b2 !important;
  }
  .border-xxl-none {
    border: none !important;
  }
  .border-top-xxl {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-top-xxl-0 {
    border-top: 0 !important;
  }
  .border-top-xxl-transparent {
    border-top: 1px solid transparent !important;
  }
  .border-top-xxl-odBorder {
    border-top: 1px solid #e8e8ee !important;
  }
  .border-top-xxl-odBorder-2 {
    border-top: 2px solid #e8e8ee !important;
  }
  .border-top-xxl-tbodyBorder {
    border-top: 1px solid #b2b2b2 !important;
  }
  .border-top-xxl-none {
    border-top: none !important;
  }
  .border-end-xxl {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-end-xxl-0 {
    border-right: 0 !important;
  }
  .border-end-xxl-transparent {
    border-right: 1px solid transparent !important;
  }
  .border-end-xxl-odBorder {
    border-right: 1px solid #e8e8ee !important;
  }
  .border-end-xxl-odBorder-2 {
    border-right: 2px solid #e8e8ee !important;
  }
  .border-end-xxl-tbodyBorder {
    border-right: 1px solid #b2b2b2 !important;
  }
  .border-end-xxl-none {
    border-right: none !important;
  }
  .border-bottom-xxl {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }
  .border-bottom-xxl-transparent {
    border-bottom: 1px solid transparent !important;
  }
  .border-bottom-xxl-odBorder {
    border-bottom: 1px solid #e8e8ee !important;
  }
  .border-bottom-xxl-odBorder-2 {
    border-bottom: 2px solid #e8e8ee !important;
  }
  .border-bottom-xxl-tbodyBorder {
    border-bottom: 1px solid #b2b2b2 !important;
  }
  .border-bottom-xxl-none {
    border-bottom: none !important;
  }
  .border-start-xxl {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-start-xxl-0 {
    border-left: 0 !important;
  }
  .border-start-xxl-transparent {
    border-left: 1px solid transparent !important;
  }
  .border-start-xxl-odBorder {
    border-left: 1px solid #e8e8ee !important;
  }
  .border-start-xxl-odBorder-2 {
    border-left: 2px solid #e8e8ee !important;
  }
  .border-start-xxl-tbodyBorder {
    border-left: 1px solid #b2b2b2 !important;
  }
  .border-start-xxl-none {
    border-left: none !important;
  }
  .border-xxl-1 {
    border-width: 1px !important;
  }
  .border-xxl-2 {
    border-width: 2px !important;
  }
  .border-xxl-3 {
    border-width: 3px !important;
  }
  .border-xxl-4 {
    border-width: 4px !important;
  }
  .border-xxl-5 {
    border-width: 5px !important;
  }
  .border-xxl-6 {
    border-width: 6px !important;
  }
  .w-xxl-0 {
    width: 0px !important;
  }
  .w-xxl-8 {
    width: 8px !important;
  }
  .w-xxl-15 {
    width: 15px !important;
  }
  .w-xxl-16 {
    width: 16px !important;
  }
  .w-xxl-18 {
    width: 18px !important;
  }
  .w-xxl-20 {
    width: 20px !important;
  }
  .w-xxl-22 {
    width: 22px !important;
  }
  .w-xxl-23 {
    width: 23px !important;
  }
  .w-xxl-24 {
    width: 24px !important;
  }
  .w-xxl-30 {
    width: 30px !important;
  }
  .w-xxl-34 {
    width: 34px !important;
  }
  .w-xxl-40 {
    width: 40px !important;
  }
  .w-xxl-42 {
    width: 42px !important;
  }
  .w-xxl-43 {
    width: 43px !important;
  }
  .w-xxl-46 {
    width: 46px !important;
  }
  .w-xxl-47 {
    width: 47px !important;
  }
  .w-xxl-50 {
    width: 50px !important;
  }
  .w-xxl-54 {
    width: 54px !important;
  }
  .w-xxl-55 {
    width: 55px !important;
  }
  .w-xxl-63 {
    width: 63px !important;
  }
  .w-xxl-70 {
    width: 70px !important;
  }
  .w-xxl-73 {
    width: 73px !important;
  }
  .w-xxl-80 {
    width: 80px !important;
  }
  .w-xxl-86 {
    width: 86px !important;
  }
  .w-xxl-88 {
    width: 88px !important;
  }
  .w-xxl-90 {
    width: 90px !important;
  }
  .w-xxl-93 {
    width: 93px !important;
  }
  .w-xxl-95 {
    width: 95px !important;
  }
  .w-xxl-100 {
    width: 100px !important;
  }
  .w-xxl-103 {
    width: 103px !important;
  }
  .w-xxl-105 {
    width: 105px !important;
  }
  .w-xxl-113 {
    width: 113px !important;
  }
  .w-xxl-119 {
    width: 119px !important;
  }
  .w-xxl-120 {
    width: 120px !important;
  }
  .w-xxl-123 {
    width: 123px !important;
  }
  .w-xxl-125 {
    width: 125px !important;
  }
  .w-xxl-132 {
    width: 132px !important;
  }
  .w-xxl-135 {
    width: 135px !important;
  }
  .w-xxl-140 {
    width: 140px !important;
  }
  .w-xxl-145 {
    width: 145px !important;
  }
  .w-xxl-160 {
    width: 160px !important;
  }
  .w-xxl-187 {
    width: 187px !important;
  }
  .w-xxl-198 {
    width: 198px !important;
  }
  .w-xxl-202 {
    width: 202px !important;
  }
  .w-xxl-231 {
    width: 231px !important;
  }
  .w-xxl-260 {
    width: 260px !important;
  }
  .w-xxl-278 {
    width: 278px !important;
  }
  .w-xxl-291 {
    width: 291px !important;
  }
  .w-xxl-310 {
    width: 310px !important;
  }
  .w-xxl-340 {
    width: 340px !important;
  }
  .w-xxl-360 {
    width: 360px !important;
  }
  .w-xxl-373 {
    width: 373px !important;
  }
  .w-xxl-405 {
    width: 405px !important;
  }
  .w-xxl-430 {
    width: 430px !important;
  }
  .w-xxl-524 {
    width: 524px !important;
  }
  .w-xxl-597 {
    width: 597px !important;
  }
  .w-xxl-634 {
    width: 634px !important;
  }
  .w-xxl-666 {
    width: 666px !important;
  }
  .w-xxl-770 {
    width: 770px !important;
  }
  .w-xxl-780 {
    width: 780px !important;
  }
  .w-xxl-1210 {
    width: 1210px !important;
  }
  .w-xxl-1320 {
    width: 1320px !important;
  }
  .w-xxl-p17 {
    width: 17% !important;
  }
  .w-xxl-p18 {
    width: 18% !important;
  }
  .w-xxl-p20 {
    width: 20% !important;
  }
  .w-xxl-p24 {
    width: 24% !important;
  }
  .w-xxl-p25 {
    width: 25% !important;
  }
  .w-xxl-p30 {
    width: 30% !important;
  }
  .w-xxl-p33 {
    width: 33% !important;
  }
  .w-xxl-p33_5 {
    width: 33.5% !important;
  }
  .w-xxl-p40 {
    width: 40% !important;
  }
  .w-xxl-p50 {
    width: 50% !important;
  }
  .w-xxl-p60 {
    width: 60% !important;
  }
  .w-xxl-p65 {
    width: 65% !important;
  }
  .w-xxl-p66_5 {
    width: 66.5% !important;
  }
  .w-xxl-p67 {
    width: 67% !important;
  }
  .w-xxl-p70 {
    width: 70% !important;
  }
  .w-xxl-p75 {
    width: 75% !important;
  }
  .w-xxl-p76 {
    width: 76% !important;
  }
  .w-xxl-p80 {
    width: 80% !important;
  }
  .w-xxl-p90 {
    width: 90% !important;
  }
  .w-xxl-p96 {
    width: 96% !important;
  }
  .w-xxl-p100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .w-xxl-vw82 {
    width: 82vw !important;
  }
  .w-xxl-vw100 {
    width: 100vw !important;
  }
  .mw-xxl-0 {
    max-width: 0px !important;
  }
  .mw-xxl-8 {
    max-width: 8px !important;
  }
  .mw-xxl-15 {
    max-width: 15px !important;
  }
  .mw-xxl-16 {
    max-width: 16px !important;
  }
  .mw-xxl-18 {
    max-width: 18px !important;
  }
  .mw-xxl-20 {
    max-width: 20px !important;
  }
  .mw-xxl-22 {
    max-width: 22px !important;
  }
  .mw-xxl-23 {
    max-width: 23px !important;
  }
  .mw-xxl-24 {
    max-width: 24px !important;
  }
  .mw-xxl-30 {
    max-width: 30px !important;
  }
  .mw-xxl-34 {
    max-width: 34px !important;
  }
  .mw-xxl-40 {
    max-width: 40px !important;
  }
  .mw-xxl-42 {
    max-width: 42px !important;
  }
  .mw-xxl-43 {
    max-width: 43px !important;
  }
  .mw-xxl-46 {
    max-width: 46px !important;
  }
  .mw-xxl-47 {
    max-width: 47px !important;
  }
  .mw-xxl-50 {
    max-width: 50px !important;
  }
  .mw-xxl-54 {
    max-width: 54px !important;
  }
  .mw-xxl-55 {
    max-width: 55px !important;
  }
  .mw-xxl-63 {
    max-width: 63px !important;
  }
  .mw-xxl-70 {
    max-width: 70px !important;
  }
  .mw-xxl-73 {
    max-width: 73px !important;
  }
  .mw-xxl-80 {
    max-width: 80px !important;
  }
  .mw-xxl-86 {
    max-width: 86px !important;
  }
  .mw-xxl-88 {
    max-width: 88px !important;
  }
  .mw-xxl-90 {
    max-width: 90px !important;
  }
  .mw-xxl-93 {
    max-width: 93px !important;
  }
  .mw-xxl-95 {
    max-width: 95px !important;
  }
  .mw-xxl-100 {
    max-width: 100px !important;
  }
  .mw-xxl-103 {
    max-width: 103px !important;
  }
  .mw-xxl-105 {
    max-width: 105px !important;
  }
  .mw-xxl-113 {
    max-width: 113px !important;
  }
  .mw-xxl-119 {
    max-width: 119px !important;
  }
  .mw-xxl-120 {
    max-width: 120px !important;
  }
  .mw-xxl-123 {
    max-width: 123px !important;
  }
  .mw-xxl-125 {
    max-width: 125px !important;
  }
  .mw-xxl-132 {
    max-width: 132px !important;
  }
  .mw-xxl-135 {
    max-width: 135px !important;
  }
  .mw-xxl-140 {
    max-width: 140px !important;
  }
  .mw-xxl-145 {
    max-width: 145px !important;
  }
  .mw-xxl-160 {
    max-width: 160px !important;
  }
  .mw-xxl-187 {
    max-width: 187px !important;
  }
  .mw-xxl-198 {
    max-width: 198px !important;
  }
  .mw-xxl-202 {
    max-width: 202px !important;
  }
  .mw-xxl-231 {
    max-width: 231px !important;
  }
  .mw-xxl-260 {
    max-width: 260px !important;
  }
  .mw-xxl-278 {
    max-width: 278px !important;
  }
  .mw-xxl-291 {
    max-width: 291px !important;
  }
  .mw-xxl-310 {
    max-width: 310px !important;
  }
  .mw-xxl-340 {
    max-width: 340px !important;
  }
  .mw-xxl-360 {
    max-width: 360px !important;
  }
  .mw-xxl-373 {
    max-width: 373px !important;
  }
  .mw-xxl-405 {
    max-width: 405px !important;
  }
  .mw-xxl-430 {
    max-width: 430px !important;
  }
  .mw-xxl-524 {
    max-width: 524px !important;
  }
  .mw-xxl-597 {
    max-width: 597px !important;
  }
  .mw-xxl-634 {
    max-width: 634px !important;
  }
  .mw-xxl-666 {
    max-width: 666px !important;
  }
  .mw-xxl-770 {
    max-width: 770px !important;
  }
  .mw-xxl-780 {
    max-width: 780px !important;
  }
  .mw-xxl-1210 {
    max-width: 1210px !important;
  }
  .mw-xxl-1320 {
    max-width: 1320px !important;
  }
  .mw-xxl-p17 {
    max-width: 17% !important;
  }
  .mw-xxl-p18 {
    max-width: 18% !important;
  }
  .mw-xxl-p20 {
    max-width: 20% !important;
  }
  .mw-xxl-p24 {
    max-width: 24% !important;
  }
  .mw-xxl-p25 {
    max-width: 25% !important;
  }
  .mw-xxl-p30 {
    max-width: 30% !important;
  }
  .mw-xxl-p33 {
    max-width: 33% !important;
  }
  .mw-xxl-p33_5 {
    max-width: 33.5% !important;
  }
  .mw-xxl-p40 {
    max-width: 40% !important;
  }
  .mw-xxl-p50 {
    max-width: 50% !important;
  }
  .mw-xxl-p60 {
    max-width: 60% !important;
  }
  .mw-xxl-p65 {
    max-width: 65% !important;
  }
  .mw-xxl-p66_5 {
    max-width: 66.5% !important;
  }
  .mw-xxl-p67 {
    max-width: 67% !important;
  }
  .mw-xxl-p70 {
    max-width: 70% !important;
  }
  .mw-xxl-p75 {
    max-width: 75% !important;
  }
  .mw-xxl-p76 {
    max-width: 76% !important;
  }
  .mw-xxl-p80 {
    max-width: 80% !important;
  }
  .mw-xxl-p90 {
    max-width: 90% !important;
  }
  .mw-xxl-p96 {
    max-width: 96% !important;
  }
  .mw-xxl-p100 {
    max-width: 100% !important;
  }
  .mw-xxl-auto {
    max-width: auto !important;
  }
  .mw-xxl-vw82 {
    max-width: 82vw !important;
  }
  .mw-xxl-vw100 {
    max-width: 100vw !important;
  }
  .min-vw-xxl-0 {
    min-width: 0px !important;
  }
  .min-vw-xxl-8 {
    min-width: 8px !important;
  }
  .min-vw-xxl-15 {
    min-width: 15px !important;
  }
  .min-vw-xxl-16 {
    min-width: 16px !important;
  }
  .min-vw-xxl-18 {
    min-width: 18px !important;
  }
  .min-vw-xxl-20 {
    min-width: 20px !important;
  }
  .min-vw-xxl-22 {
    min-width: 22px !important;
  }
  .min-vw-xxl-23 {
    min-width: 23px !important;
  }
  .min-vw-xxl-24 {
    min-width: 24px !important;
  }
  .min-vw-xxl-30 {
    min-width: 30px !important;
  }
  .min-vw-xxl-34 {
    min-width: 34px !important;
  }
  .min-vw-xxl-40 {
    min-width: 40px !important;
  }
  .min-vw-xxl-42 {
    min-width: 42px !important;
  }
  .min-vw-xxl-43 {
    min-width: 43px !important;
  }
  .min-vw-xxl-46 {
    min-width: 46px !important;
  }
  .min-vw-xxl-47 {
    min-width: 47px !important;
  }
  .min-vw-xxl-50 {
    min-width: 50px !important;
  }
  .min-vw-xxl-54 {
    min-width: 54px !important;
  }
  .min-vw-xxl-55 {
    min-width: 55px !important;
  }
  .min-vw-xxl-63 {
    min-width: 63px !important;
  }
  .min-vw-xxl-70 {
    min-width: 70px !important;
  }
  .min-vw-xxl-73 {
    min-width: 73px !important;
  }
  .min-vw-xxl-80 {
    min-width: 80px !important;
  }
  .min-vw-xxl-86 {
    min-width: 86px !important;
  }
  .min-vw-xxl-88 {
    min-width: 88px !important;
  }
  .min-vw-xxl-90 {
    min-width: 90px !important;
  }
  .min-vw-xxl-93 {
    min-width: 93px !important;
  }
  .min-vw-xxl-95 {
    min-width: 95px !important;
  }
  .min-vw-xxl-100 {
    min-width: 100px !important;
  }
  .min-vw-xxl-103 {
    min-width: 103px !important;
  }
  .min-vw-xxl-105 {
    min-width: 105px !important;
  }
  .min-vw-xxl-113 {
    min-width: 113px !important;
  }
  .min-vw-xxl-119 {
    min-width: 119px !important;
  }
  .min-vw-xxl-120 {
    min-width: 120px !important;
  }
  .min-vw-xxl-123 {
    min-width: 123px !important;
  }
  .min-vw-xxl-125 {
    min-width: 125px !important;
  }
  .min-vw-xxl-132 {
    min-width: 132px !important;
  }
  .min-vw-xxl-135 {
    min-width: 135px !important;
  }
  .min-vw-xxl-140 {
    min-width: 140px !important;
  }
  .min-vw-xxl-145 {
    min-width: 145px !important;
  }
  .min-vw-xxl-160 {
    min-width: 160px !important;
  }
  .min-vw-xxl-187 {
    min-width: 187px !important;
  }
  .min-vw-xxl-198 {
    min-width: 198px !important;
  }
  .min-vw-xxl-202 {
    min-width: 202px !important;
  }
  .min-vw-xxl-231 {
    min-width: 231px !important;
  }
  .min-vw-xxl-260 {
    min-width: 260px !important;
  }
  .min-vw-xxl-278 {
    min-width: 278px !important;
  }
  .min-vw-xxl-291 {
    min-width: 291px !important;
  }
  .min-vw-xxl-310 {
    min-width: 310px !important;
  }
  .min-vw-xxl-340 {
    min-width: 340px !important;
  }
  .min-vw-xxl-360 {
    min-width: 360px !important;
  }
  .min-vw-xxl-373 {
    min-width: 373px !important;
  }
  .min-vw-xxl-405 {
    min-width: 405px !important;
  }
  .min-vw-xxl-430 {
    min-width: 430px !important;
  }
  .min-vw-xxl-524 {
    min-width: 524px !important;
  }
  .min-vw-xxl-597 {
    min-width: 597px !important;
  }
  .min-vw-xxl-634 {
    min-width: 634px !important;
  }
  .min-vw-xxl-666 {
    min-width: 666px !important;
  }
  .min-vw-xxl-770 {
    min-width: 770px !important;
  }
  .min-vw-xxl-780 {
    min-width: 780px !important;
  }
  .min-vw-xxl-1210 {
    min-width: 1210px !important;
  }
  .min-vw-xxl-1320 {
    min-width: 1320px !important;
  }
  .min-vw-xxl-p17 {
    min-width: 17% !important;
  }
  .min-vw-xxl-p18 {
    min-width: 18% !important;
  }
  .min-vw-xxl-p20 {
    min-width: 20% !important;
  }
  .min-vw-xxl-p24 {
    min-width: 24% !important;
  }
  .min-vw-xxl-p25 {
    min-width: 25% !important;
  }
  .min-vw-xxl-p30 {
    min-width: 30% !important;
  }
  .min-vw-xxl-p33 {
    min-width: 33% !important;
  }
  .min-vw-xxl-p33_5 {
    min-width: 33.5% !important;
  }
  .min-vw-xxl-p40 {
    min-width: 40% !important;
  }
  .min-vw-xxl-p50 {
    min-width: 50% !important;
  }
  .min-vw-xxl-p60 {
    min-width: 60% !important;
  }
  .min-vw-xxl-p65 {
    min-width: 65% !important;
  }
  .min-vw-xxl-p66_5 {
    min-width: 66.5% !important;
  }
  .min-vw-xxl-p67 {
    min-width: 67% !important;
  }
  .min-vw-xxl-p70 {
    min-width: 70% !important;
  }
  .min-vw-xxl-p75 {
    min-width: 75% !important;
  }
  .min-vw-xxl-p76 {
    min-width: 76% !important;
  }
  .min-vw-xxl-p80 {
    min-width: 80% !important;
  }
  .min-vw-xxl-p90 {
    min-width: 90% !important;
  }
  .min-vw-xxl-p96 {
    min-width: 96% !important;
  }
  .min-vw-xxl-p100 {
    min-width: 100% !important;
  }
  .min-vw-xxl-auto {
    min-width: auto !important;
  }
  .min-vw-xxl-vw82 {
    min-width: 82vw !important;
  }
  .min-vw-xxl-vw100 {
    min-width: 100vw !important;
  }
  .h-xxl-2 {
    height: 2px !important;
  }
  .h-xxl-5 {
    height: 5px !important;
  }
  .h-xxl-6 {
    height: 6px !important;
  }
  .h-xxl-8 {
    height: 8px !important;
  }
  .h-xxl-12 {
    height: 12px !important;
  }
  .h-xxl-15 {
    height: 15px !important;
  }
  .h-xxl-16 {
    height: 16px !important;
  }
  .h-xxl-17 {
    height: 17px !important;
  }
  .h-xxl-19 {
    height: 19px !important;
  }
  .h-xxl-20 {
    height: 20px !important;
  }
  .h-xxl-22 {
    height: 22px !important;
  }
  .h-xxl-25 {
    height: 25px !important;
  }
  .h-xxl-27 {
    height: 27px !important;
  }
  .h-xxl-29 {
    height: 29px !important;
  }
  .h-xxl-30 {
    height: 30px !important;
  }
  .h-xxl-34 {
    height: 34px !important;
  }
  .h-xxl-37 {
    height: 37px !important;
  }
  .h-xxl-39 {
    height: 39px !important;
  }
  .h-xxl-40 {
    height: 40px !important;
  }
  .h-xxl-43 {
    height: 43px !important;
  }
  .h-xxl-45 {
    height: 45px !important;
  }
  .h-xxl-46 {
    height: 46px !important;
  }
  .h-xxl-50 {
    height: 50px !important;
  }
  .h-xxl-56 {
    height: 56px !important;
  }
  .h-xxl-63 {
    height: 63px !important;
  }
  .h-xxl-80 {
    height: 80px !important;
  }
  .h-xxl-88 {
    height: 88px !important;
  }
  .h-xxl-100 {
    height: 100px !important;
  }
  .h-xxl-124 {
    height: 124px !important;
  }
  .h-xxl-140 {
    height: 140px !important;
  }
  .h-xxl-153 {
    height: 153px !important;
  }
  .h-xxl-160 {
    height: 160px !important;
  }
  .h-xxl-174 {
    height: 174px !important;
  }
  .h-xxl-185 {
    height: 185px !important;
  }
  .h-xxl-200 {
    height: 200px !important;
  }
  .h-xxl-225 {
    height: 225px !important;
  }
  .h-xxl-241 {
    height: 241px !important;
  }
  .h-xxl-245 {
    height: 245px !important;
  }
  .h-xxl-260 {
    height: 260px !important;
  }
  .h-xxl-350 {
    height: 350px !important;
  }
  .h-xxl-400 {
    height: 400px !important;
  }
  .h-xxl-p25 {
    height: 25% !important;
  }
  .h-xxl-p50 {
    height: 50% !important;
  }
  .h-xxl-p75 {
    height: 75% !important;
  }
  .h-xxl-p100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .h-xxl-100vh {
    height: 100vh !important;
  }
  .mh-xxl-2 {
    max-height: 2px !important;
  }
  .mh-xxl-5 {
    max-height: 5px !important;
  }
  .mh-xxl-6 {
    max-height: 6px !important;
  }
  .mh-xxl-8 {
    max-height: 8px !important;
  }
  .mh-xxl-12 {
    max-height: 12px !important;
  }
  .mh-xxl-15 {
    max-height: 15px !important;
  }
  .mh-xxl-16 {
    max-height: 16px !important;
  }
  .mh-xxl-17 {
    max-height: 17px !important;
  }
  .mh-xxl-19 {
    max-height: 19px !important;
  }
  .mh-xxl-20 {
    max-height: 20px !important;
  }
  .mh-xxl-22 {
    max-height: 22px !important;
  }
  .mh-xxl-25 {
    max-height: 25px !important;
  }
  .mh-xxl-27 {
    max-height: 27px !important;
  }
  .mh-xxl-29 {
    max-height: 29px !important;
  }
  .mh-xxl-30 {
    max-height: 30px !important;
  }
  .mh-xxl-34 {
    max-height: 34px !important;
  }
  .mh-xxl-37 {
    max-height: 37px !important;
  }
  .mh-xxl-39 {
    max-height: 39px !important;
  }
  .mh-xxl-40 {
    max-height: 40px !important;
  }
  .mh-xxl-43 {
    max-height: 43px !important;
  }
  .mh-xxl-45 {
    max-height: 45px !important;
  }
  .mh-xxl-46 {
    max-height: 46px !important;
  }
  .mh-xxl-50 {
    max-height: 50px !important;
  }
  .mh-xxl-56 {
    max-height: 56px !important;
  }
  .mh-xxl-63 {
    max-height: 63px !important;
  }
  .mh-xxl-80 {
    max-height: 80px !important;
  }
  .mh-xxl-88 {
    max-height: 88px !important;
  }
  .mh-xxl-100 {
    max-height: 100px !important;
  }
  .mh-xxl-124 {
    max-height: 124px !important;
  }
  .mh-xxl-140 {
    max-height: 140px !important;
  }
  .mh-xxl-153 {
    max-height: 153px !important;
  }
  .mh-xxl-160 {
    max-height: 160px !important;
  }
  .mh-xxl-174 {
    max-height: 174px !important;
  }
  .mh-xxl-185 {
    max-height: 185px !important;
  }
  .mh-xxl-200 {
    max-height: 200px !important;
  }
  .mh-xxl-225 {
    max-height: 225px !important;
  }
  .mh-xxl-241 {
    max-height: 241px !important;
  }
  .mh-xxl-245 {
    max-height: 245px !important;
  }
  .mh-xxl-260 {
    max-height: 260px !important;
  }
  .mh-xxl-350 {
    max-height: 350px !important;
  }
  .mh-xxl-400 {
    max-height: 400px !important;
  }
  .mh-xxl-p25 {
    max-height: 25% !important;
  }
  .mh-xxl-p50 {
    max-height: 50% !important;
  }
  .mh-xxl-p75 {
    max-height: 75% !important;
  }
  .mh-xxl-p100 {
    max-height: 100% !important;
  }
  .mh-xxl-auto {
    max-height: auto !important;
  }
  .mh-xxl-100vh {
    max-height: 100vh !important;
  }
  .vh-xxl-2 {
    height: 2px !important;
  }
  .vh-xxl-5 {
    height: 5px !important;
  }
  .vh-xxl-6 {
    height: 6px !important;
  }
  .vh-xxl-8 {
    height: 8px !important;
  }
  .vh-xxl-12 {
    height: 12px !important;
  }
  .vh-xxl-15 {
    height: 15px !important;
  }
  .vh-xxl-16 {
    height: 16px !important;
  }
  .vh-xxl-17 {
    height: 17px !important;
  }
  .vh-xxl-19 {
    height: 19px !important;
  }
  .vh-xxl-20 {
    height: 20px !important;
  }
  .vh-xxl-22 {
    height: 22px !important;
  }
  .vh-xxl-25 {
    height: 25px !important;
  }
  .vh-xxl-27 {
    height: 27px !important;
  }
  .vh-xxl-29 {
    height: 29px !important;
  }
  .vh-xxl-30 {
    height: 30px !important;
  }
  .vh-xxl-34 {
    height: 34px !important;
  }
  .vh-xxl-37 {
    height: 37px !important;
  }
  .vh-xxl-39 {
    height: 39px !important;
  }
  .vh-xxl-40 {
    height: 40px !important;
  }
  .vh-xxl-43 {
    height: 43px !important;
  }
  .vh-xxl-45 {
    height: 45px !important;
  }
  .vh-xxl-46 {
    height: 46px !important;
  }
  .vh-xxl-50 {
    height: 50px !important;
  }
  .vh-xxl-56 {
    height: 56px !important;
  }
  .vh-xxl-63 {
    height: 63px !important;
  }
  .vh-xxl-80 {
    height: 80px !important;
  }
  .vh-xxl-88 {
    height: 88px !important;
  }
  .vh-xxl-100 {
    height: 100px !important;
  }
  .vh-xxl-124 {
    height: 124px !important;
  }
  .vh-xxl-140 {
    height: 140px !important;
  }
  .vh-xxl-153 {
    height: 153px !important;
  }
  .vh-xxl-160 {
    height: 160px !important;
  }
  .vh-xxl-174 {
    height: 174px !important;
  }
  .vh-xxl-185 {
    height: 185px !important;
  }
  .vh-xxl-200 {
    height: 200px !important;
  }
  .vh-xxl-225 {
    height: 225px !important;
  }
  .vh-xxl-241 {
    height: 241px !important;
  }
  .vh-xxl-245 {
    height: 245px !important;
  }
  .vh-xxl-260 {
    height: 260px !important;
  }
  .vh-xxl-350 {
    height: 350px !important;
  }
  .vh-xxl-400 {
    height: 400px !important;
  }
  .vh-xxl-p25 {
    height: 25% !important;
  }
  .vh-xxl-p50 {
    height: 50% !important;
  }
  .vh-xxl-p75 {
    height: 75% !important;
  }
  .vh-xxl-p100 {
    height: 100% !important;
  }
  .vh-xxl-auto {
    height: auto !important;
  }
  .vh-xxl-100vh {
    height: 100vh !important;
  }
  .min-vh-xxl-2 {
    min-height: 2px !important;
  }
  .min-vh-xxl-5 {
    min-height: 5px !important;
  }
  .min-vh-xxl-6 {
    min-height: 6px !important;
  }
  .min-vh-xxl-8 {
    min-height: 8px !important;
  }
  .min-vh-xxl-12 {
    min-height: 12px !important;
  }
  .min-vh-xxl-15 {
    min-height: 15px !important;
  }
  .min-vh-xxl-16 {
    min-height: 16px !important;
  }
  .min-vh-xxl-17 {
    min-height: 17px !important;
  }
  .min-vh-xxl-19 {
    min-height: 19px !important;
  }
  .min-vh-xxl-20 {
    min-height: 20px !important;
  }
  .min-vh-xxl-22 {
    min-height: 22px !important;
  }
  .min-vh-xxl-25 {
    min-height: 25px !important;
  }
  .min-vh-xxl-27 {
    min-height: 27px !important;
  }
  .min-vh-xxl-29 {
    min-height: 29px !important;
  }
  .min-vh-xxl-30 {
    min-height: 30px !important;
  }
  .min-vh-xxl-34 {
    min-height: 34px !important;
  }
  .min-vh-xxl-37 {
    min-height: 37px !important;
  }
  .min-vh-xxl-39 {
    min-height: 39px !important;
  }
  .min-vh-xxl-40 {
    min-height: 40px !important;
  }
  .min-vh-xxl-43 {
    min-height: 43px !important;
  }
  .min-vh-xxl-45 {
    min-height: 45px !important;
  }
  .min-vh-xxl-46 {
    min-height: 46px !important;
  }
  .min-vh-xxl-50 {
    min-height: 50px !important;
  }
  .min-vh-xxl-56 {
    min-height: 56px !important;
  }
  .min-vh-xxl-63 {
    min-height: 63px !important;
  }
  .min-vh-xxl-80 {
    min-height: 80px !important;
  }
  .min-vh-xxl-88 {
    min-height: 88px !important;
  }
  .min-vh-xxl-100 {
    min-height: 100px !important;
  }
  .min-vh-xxl-124 {
    min-height: 124px !important;
  }
  .min-vh-xxl-140 {
    min-height: 140px !important;
  }
  .min-vh-xxl-153 {
    min-height: 153px !important;
  }
  .min-vh-xxl-160 {
    min-height: 160px !important;
  }
  .min-vh-xxl-174 {
    min-height: 174px !important;
  }
  .min-vh-xxl-185 {
    min-height: 185px !important;
  }
  .min-vh-xxl-200 {
    min-height: 200px !important;
  }
  .min-vh-xxl-225 {
    min-height: 225px !important;
  }
  .min-vh-xxl-241 {
    min-height: 241px !important;
  }
  .min-vh-xxl-245 {
    min-height: 245px !important;
  }
  .min-vh-xxl-260 {
    min-height: 260px !important;
  }
  .min-vh-xxl-350 {
    min-height: 350px !important;
  }
  .min-vh-xxl-400 {
    min-height: 400px !important;
  }
  .min-vh-xxl-p25 {
    min-height: 25% !important;
  }
  .min-vh-xxl-p50 {
    min-height: 50% !important;
  }
  .min-vh-xxl-p75 {
    min-height: 75% !important;
  }
  .min-vh-xxl-p100 {
    min-height: 100% !important;
  }
  .min-vh-xxl-auto {
    min-height: auto !important;
  }
  .min-vh-xxl-100vh {
    min-height: 100vh !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .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-6 {
    margin: 6rem !important;
  }
  .m-xxl-7 {
    margin: 7rem !important;
  }
  .m-xxl-10 {
    margin: 10px !important;
  }
  .m-xxl-25 {
    margin: 25px !important;
  }
  .m-xxl-50 {
    margin: 50px !important;
  }
  .m-xxl-120 {
    margin: 120px !important;
  }
  .m-xxl-160 {
    margin: 160px !important;
  }
  .m-xxl-198 {
    margin: 198px !important;
  }
  .m-xxl-220 {
    margin: 220px !important;
  }
  .m-xxl-260 {
    margin: 260px !important;
  }
  .m-xxl-270 {
    margin: 270px !important;
  }
  .m-xxl-283 {
    margin: 283px !important;
  }
  .m-xxl-365 {
    margin: 365px !important;
  }
  .m-xxl-430 {
    margin: 430px !important;
  }
  .m-xxl-460 {
    margin: 460px !important;
  }
  .m-xxl-d0p4 {
    margin: 0.4rem !important;
  }
  .m-xxl-d0p7 {
    margin: 0.7rem !important;
  }
  .m-xxl-d2p2 {
    margin: 2.2rem !important;
  }
  .m-xxl-1px {
    margin: 1px !important;
  }
  .m-xxl-2px {
    margin: 2px !important;
  }
  .m-xxl-4px {
    margin: 4px !important;
  }
  .m-xxl-6px {
    margin: 6px !important;
  }
  .m-xxl-7px {
    margin: 7px !important;
  }
  .m-xxl-8px {
    margin: 8px !important;
  }
  .m-xxl-23px {
    margin: 23px !important;
  }
  .m-xxl-30px {
    margin: 30px !important;
  }
  .m-xxl-p36 {
    margin: 36% !important;
  }
  .m-xxl-p38 {
    margin: 38% !important;
  }
  .m-xxl-p83 {
    margin: 83% !important;
  }
  .m-xxl-p88 {
    margin: 88% !important;
  }
  .m-xxl-inherit {
    margin: inherit !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-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xxl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-xxl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-xxl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-xxl-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .mx-xxl-198 {
    margin-right: 198px !important;
    margin-left: 198px !important;
  }
  .mx-xxl-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }
  .mx-xxl-260 {
    margin-right: 260px !important;
    margin-left: 260px !important;
  }
  .mx-xxl-270 {
    margin-right: 270px !important;
    margin-left: 270px !important;
  }
  .mx-xxl-283 {
    margin-right: 283px !important;
    margin-left: 283px !important;
  }
  .mx-xxl-365 {
    margin-right: 365px !important;
    margin-left: 365px !important;
  }
  .mx-xxl-430 {
    margin-right: 430px !important;
    margin-left: 430px !important;
  }
  .mx-xxl-460 {
    margin-right: 460px !important;
    margin-left: 460px !important;
  }
  .mx-xxl-d0p4 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xxl-d0p7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }
  .mx-xxl-d2p2 {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important;
  }
  .mx-xxl-1px {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }
  .mx-xxl-2px {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }
  .mx-xxl-4px {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .mx-xxl-6px {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .mx-xxl-7px {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }
  .mx-xxl-8px {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .mx-xxl-23px {
    margin-right: 23px !important;
    margin-left: 23px !important;
  }
  .mx-xxl-30px {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xxl-p36 {
    margin-right: 36% !important;
    margin-left: 36% !important;
  }
  .mx-xxl-p38 {
    margin-right: 38% !important;
    margin-left: 38% !important;
  }
  .mx-xxl-p83 {
    margin-right: 83% !important;
    margin-left: 83% !important;
  }
  .mx-xxl-p88 {
    margin-right: 88% !important;
    margin-left: 88% !important;
  }
  .mx-xxl-inherit {
    margin-right: inherit !important;
    margin-left: inherit !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-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xxl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-xxl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-xxl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-xxl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-xxl-198 {
    margin-top: 198px !important;
    margin-bottom: 198px !important;
  }
  .my-xxl-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }
  .my-xxl-260 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
  }
  .my-xxl-270 {
    margin-top: 270px !important;
    margin-bottom: 270px !important;
  }
  .my-xxl-283 {
    margin-top: 283px !important;
    margin-bottom: 283px !important;
  }
  .my-xxl-365 {
    margin-top: 365px !important;
    margin-bottom: 365px !important;
  }
  .my-xxl-430 {
    margin-top: 430px !important;
    margin-bottom: 430px !important;
  }
  .my-xxl-460 {
    margin-top: 460px !important;
    margin-bottom: 460px !important;
  }
  .my-xxl-d0p4 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xxl-d0p7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }
  .my-xxl-d2p2 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }
  .my-xxl-1px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }
  .my-xxl-2px {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
  .my-xxl-4px {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .my-xxl-6px {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-xxl-7px {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  .my-xxl-8px {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .my-xxl-23px {
    margin-top: 23px !important;
    margin-bottom: 23px !important;
  }
  .my-xxl-30px {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xxl-p36 {
    margin-top: 36% !important;
    margin-bottom: 36% !important;
  }
  .my-xxl-p38 {
    margin-top: 38% !important;
    margin-bottom: 38% !important;
  }
  .my-xxl-p83 {
    margin-top: 83% !important;
    margin-bottom: 83% !important;
  }
  .my-xxl-p88 {
    margin-top: 88% !important;
    margin-bottom: 88% !important;
  }
  .my-xxl-inherit {
    margin-top: inherit !important;
    margin-bottom: inherit !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-6 {
    margin-top: 6rem !important;
  }
  .mt-xxl-7 {
    margin-top: 7rem !important;
  }
  .mt-xxl-10 {
    margin-top: 10px !important;
  }
  .mt-xxl-25 {
    margin-top: 25px !important;
  }
  .mt-xxl-50 {
    margin-top: 50px !important;
  }
  .mt-xxl-120 {
    margin-top: 120px !important;
  }
  .mt-xxl-160 {
    margin-top: 160px !important;
  }
  .mt-xxl-198 {
    margin-top: 198px !important;
  }
  .mt-xxl-220 {
    margin-top: 220px !important;
  }
  .mt-xxl-260 {
    margin-top: 260px !important;
  }
  .mt-xxl-270 {
    margin-top: 270px !important;
  }
  .mt-xxl-283 {
    margin-top: 283px !important;
  }
  .mt-xxl-365 {
    margin-top: 365px !important;
  }
  .mt-xxl-430 {
    margin-top: 430px !important;
  }
  .mt-xxl-460 {
    margin-top: 460px !important;
  }
  .mt-xxl-d0p4 {
    margin-top: 0.4rem !important;
  }
  .mt-xxl-d0p7 {
    margin-top: 0.7rem !important;
  }
  .mt-xxl-d2p2 {
    margin-top: 2.2rem !important;
  }
  .mt-xxl-1px {
    margin-top: 1px !important;
  }
  .mt-xxl-2px {
    margin-top: 2px !important;
  }
  .mt-xxl-4px {
    margin-top: 4px !important;
  }
  .mt-xxl-6px {
    margin-top: 6px !important;
  }
  .mt-xxl-7px {
    margin-top: 7px !important;
  }
  .mt-xxl-8px {
    margin-top: 8px !important;
  }
  .mt-xxl-23px {
    margin-top: 23px !important;
  }
  .mt-xxl-30px {
    margin-top: 30px !important;
  }
  .mt-xxl-p36 {
    margin-top: 36% !important;
  }
  .mt-xxl-p38 {
    margin-top: 38% !important;
  }
  .mt-xxl-p83 {
    margin-top: 83% !important;
  }
  .mt-xxl-p88 {
    margin-top: 88% !important;
  }
  .mt-xxl-inherit {
    margin-top: inherit !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-6 {
    margin-right: 6rem !important;
  }
  .me-xxl-7 {
    margin-right: 7rem !important;
  }
  .me-xxl-10 {
    margin-right: 10px !important;
  }
  .me-xxl-25 {
    margin-right: 25px !important;
  }
  .me-xxl-50 {
    margin-right: 50px !important;
  }
  .me-xxl-120 {
    margin-right: 120px !important;
  }
  .me-xxl-160 {
    margin-right: 160px !important;
  }
  .me-xxl-198 {
    margin-right: 198px !important;
  }
  .me-xxl-220 {
    margin-right: 220px !important;
  }
  .me-xxl-260 {
    margin-right: 260px !important;
  }
  .me-xxl-270 {
    margin-right: 270px !important;
  }
  .me-xxl-283 {
    margin-right: 283px !important;
  }
  .me-xxl-365 {
    margin-right: 365px !important;
  }
  .me-xxl-430 {
    margin-right: 430px !important;
  }
  .me-xxl-460 {
    margin-right: 460px !important;
  }
  .me-xxl-d0p4 {
    margin-right: 0.4rem !important;
  }
  .me-xxl-d0p7 {
    margin-right: 0.7rem !important;
  }
  .me-xxl-d2p2 {
    margin-right: 2.2rem !important;
  }
  .me-xxl-1px {
    margin-right: 1px !important;
  }
  .me-xxl-2px {
    margin-right: 2px !important;
  }
  .me-xxl-4px {
    margin-right: 4px !important;
  }
  .me-xxl-6px {
    margin-right: 6px !important;
  }
  .me-xxl-7px {
    margin-right: 7px !important;
  }
  .me-xxl-8px {
    margin-right: 8px !important;
  }
  .me-xxl-23px {
    margin-right: 23px !important;
  }
  .me-xxl-30px {
    margin-right: 30px !important;
  }
  .me-xxl-p36 {
    margin-right: 36% !important;
  }
  .me-xxl-p38 {
    margin-right: 38% !important;
  }
  .me-xxl-p83 {
    margin-right: 83% !important;
  }
  .me-xxl-p88 {
    margin-right: 88% !important;
  }
  .me-xxl-inherit {
    margin-right: inherit !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-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xxl-25 {
    margin-bottom: 25px !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xxl-160 {
    margin-bottom: 160px !important;
  }
  .mb-xxl-198 {
    margin-bottom: 198px !important;
  }
  .mb-xxl-220 {
    margin-bottom: 220px !important;
  }
  .mb-xxl-260 {
    margin-bottom: 260px !important;
  }
  .mb-xxl-270 {
    margin-bottom: 270px !important;
  }
  .mb-xxl-283 {
    margin-bottom: 283px !important;
  }
  .mb-xxl-365 {
    margin-bottom: 365px !important;
  }
  .mb-xxl-430 {
    margin-bottom: 430px !important;
  }
  .mb-xxl-460 {
    margin-bottom: 460px !important;
  }
  .mb-xxl-d0p4 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xxl-d0p7 {
    margin-bottom: 0.7rem !important;
  }
  .mb-xxl-d2p2 {
    margin-bottom: 2.2rem !important;
  }
  .mb-xxl-1px {
    margin-bottom: 1px !important;
  }
  .mb-xxl-2px {
    margin-bottom: 2px !important;
  }
  .mb-xxl-4px {
    margin-bottom: 4px !important;
  }
  .mb-xxl-6px {
    margin-bottom: 6px !important;
  }
  .mb-xxl-7px {
    margin-bottom: 7px !important;
  }
  .mb-xxl-8px {
    margin-bottom: 8px !important;
  }
  .mb-xxl-23px {
    margin-bottom: 23px !important;
  }
  .mb-xxl-30px {
    margin-bottom: 30px !important;
  }
  .mb-xxl-p36 {
    margin-bottom: 36% !important;
  }
  .mb-xxl-p38 {
    margin-bottom: 38% !important;
  }
  .mb-xxl-p83 {
    margin-bottom: 83% !important;
  }
  .mb-xxl-p88 {
    margin-bottom: 88% !important;
  }
  .mb-xxl-inherit {
    margin-bottom: inherit !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-6 {
    margin-left: 6rem !important;
  }
  .ms-xxl-7 {
    margin-left: 7rem !important;
  }
  .ms-xxl-10 {
    margin-left: 10px !important;
  }
  .ms-xxl-25 {
    margin-left: 25px !important;
  }
  .ms-xxl-50 {
    margin-left: 50px !important;
  }
  .ms-xxl-120 {
    margin-left: 120px !important;
  }
  .ms-xxl-160 {
    margin-left: 160px !important;
  }
  .ms-xxl-198 {
    margin-left: 198px !important;
  }
  .ms-xxl-220 {
    margin-left: 220px !important;
  }
  .ms-xxl-260 {
    margin-left: 260px !important;
  }
  .ms-xxl-270 {
    margin-left: 270px !important;
  }
  .ms-xxl-283 {
    margin-left: 283px !important;
  }
  .ms-xxl-365 {
    margin-left: 365px !important;
  }
  .ms-xxl-430 {
    margin-left: 430px !important;
  }
  .ms-xxl-460 {
    margin-left: 460px !important;
  }
  .ms-xxl-d0p4 {
    margin-left: 0.4rem !important;
  }
  .ms-xxl-d0p7 {
    margin-left: 0.7rem !important;
  }
  .ms-xxl-d2p2 {
    margin-left: 2.2rem !important;
  }
  .ms-xxl-1px {
    margin-left: 1px !important;
  }
  .ms-xxl-2px {
    margin-left: 2px !important;
  }
  .ms-xxl-4px {
    margin-left: 4px !important;
  }
  .ms-xxl-6px {
    margin-left: 6px !important;
  }
  .ms-xxl-7px {
    margin-left: 7px !important;
  }
  .ms-xxl-8px {
    margin-left: 8px !important;
  }
  .ms-xxl-23px {
    margin-left: 23px !important;
  }
  .ms-xxl-30px {
    margin-left: 30px !important;
  }
  .ms-xxl-p36 {
    margin-left: 36% !important;
  }
  .ms-xxl-p38 {
    margin-left: 38% !important;
  }
  .ms-xxl-p83 {
    margin-left: 83% !important;
  }
  .ms-xxl-p88 {
    margin-left: 88% !important;
  }
  .ms-xxl-inherit {
    margin-left: inherit !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;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .p-xxl-7 {
    padding: 7rem !important;
  }
  .p-xxl-10 {
    padding: 10px !important;
  }
  .p-xxl-25 {
    padding: 25px !important;
  }
  .p-xxl-50 {
    padding: 50px !important;
  }
  .p-xxl-120 {
    padding: 120px !important;
  }
  .p-xxl-160 {
    padding: 160px !important;
  }
  .p-xxl-198 {
    padding: 198px !important;
  }
  .p-xxl-220 {
    padding: 220px !important;
  }
  .p-xxl-260 {
    padding: 260px !important;
  }
  .p-xxl-270 {
    padding: 270px !important;
  }
  .p-xxl-283 {
    padding: 283px !important;
  }
  .p-xxl-365 {
    padding: 365px !important;
  }
  .p-xxl-430 {
    padding: 430px !important;
  }
  .p-xxl-460 {
    padding: 460px !important;
  }
  .p-xxl-d0p4 {
    padding: 0.4rem !important;
  }
  .p-xxl-d0p7 {
    padding: 0.7rem !important;
  }
  .p-xxl-d2p2 {
    padding: 2.2rem !important;
  }
  .p-xxl-1px {
    padding: 1px !important;
  }
  .p-xxl-2px {
    padding: 2px !important;
  }
  .p-xxl-4px {
    padding: 4px !important;
  }
  .p-xxl-6px {
    padding: 6px !important;
  }
  .p-xxl-7px {
    padding: 7px !important;
  }
  .p-xxl-8px {
    padding: 8px !important;
  }
  .p-xxl-23px {
    padding: 23px !important;
  }
  .p-xxl-30px {
    padding: 30px !important;
  }
  .p-xxl-p36 {
    padding: 36% !important;
  }
  .p-xxl-p38 {
    padding: 38% !important;
  }
  .p-xxl-p83 {
    padding: 83% !important;
  }
  .p-xxl-p88 {
    padding: 88% !important;
  }
  .p-xxl-inherit {
    padding: inherit !important;
  }
  .p-xxl-auto {
    padding: auto !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xxl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-xxl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-xxl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-xxl-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .px-xxl-198 {
    padding-right: 198px !important;
    padding-left: 198px !important;
  }
  .px-xxl-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }
  .px-xxl-260 {
    padding-right: 260px !important;
    padding-left: 260px !important;
  }
  .px-xxl-270 {
    padding-right: 270px !important;
    padding-left: 270px !important;
  }
  .px-xxl-283 {
    padding-right: 283px !important;
    padding-left: 283px !important;
  }
  .px-xxl-365 {
    padding-right: 365px !important;
    padding-left: 365px !important;
  }
  .px-xxl-430 {
    padding-right: 430px !important;
    padding-left: 430px !important;
  }
  .px-xxl-460 {
    padding-right: 460px !important;
    padding-left: 460px !important;
  }
  .px-xxl-d0p4 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xxl-d0p7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
  .px-xxl-d2p2 {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important;
  }
  .px-xxl-1px {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }
  .px-xxl-2px {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }
  .px-xxl-4px {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .px-xxl-6px {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .px-xxl-7px {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
  .px-xxl-8px {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .px-xxl-23px {
    padding-right: 23px !important;
    padding-left: 23px !important;
  }
  .px-xxl-30px {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xxl-p36 {
    padding-right: 36% !important;
    padding-left: 36% !important;
  }
  .px-xxl-p38 {
    padding-right: 38% !important;
    padding-left: 38% !important;
  }
  .px-xxl-p83 {
    padding-right: 83% !important;
    padding-left: 83% !important;
  }
  .px-xxl-p88 {
    padding-right: 88% !important;
    padding-left: 88% !important;
  }
  .px-xxl-inherit {
    padding-right: inherit !important;
    padding-left: inherit !important;
  }
  .px-xxl-auto {
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xxl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-xxl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-xxl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-xxl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-xxl-198 {
    padding-top: 198px !important;
    padding-bottom: 198px !important;
  }
  .py-xxl-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }
  .py-xxl-260 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
  }
  .py-xxl-270 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
  }
  .py-xxl-283 {
    padding-top: 283px !important;
    padding-bottom: 283px !important;
  }
  .py-xxl-365 {
    padding-top: 365px !important;
    padding-bottom: 365px !important;
  }
  .py-xxl-430 {
    padding-top: 430px !important;
    padding-bottom: 430px !important;
  }
  .py-xxl-460 {
    padding-top: 460px !important;
    padding-bottom: 460px !important;
  }
  .py-xxl-d0p4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xxl-d0p7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  .py-xxl-d2p2 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }
  .py-xxl-1px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
  .py-xxl-2px {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
  .py-xxl-4px {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .py-xxl-6px {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-xxl-7px {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .py-xxl-8px {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .py-xxl-23px {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  .py-xxl-30px {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xxl-p36 {
    padding-top: 36% !important;
    padding-bottom: 36% !important;
  }
  .py-xxl-p38 {
    padding-top: 38% !important;
    padding-bottom: 38% !important;
  }
  .py-xxl-p83 {
    padding-top: 83% !important;
    padding-bottom: 83% !important;
  }
  .py-xxl-p88 {
    padding-top: 88% !important;
    padding-bottom: 88% !important;
  }
  .py-xxl-inherit {
    padding-top: inherit !important;
    padding-bottom: inherit !important;
  }
  .py-xxl-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxl-7 {
    padding-top: 7rem !important;
  }
  .pt-xxl-10 {
    padding-top: 10px !important;
  }
  .pt-xxl-25 {
    padding-top: 25px !important;
  }
  .pt-xxl-50 {
    padding-top: 50px !important;
  }
  .pt-xxl-120 {
    padding-top: 120px !important;
  }
  .pt-xxl-160 {
    padding-top: 160px !important;
  }
  .pt-xxl-198 {
    padding-top: 198px !important;
  }
  .pt-xxl-220 {
    padding-top: 220px !important;
  }
  .pt-xxl-260 {
    padding-top: 260px !important;
  }
  .pt-xxl-270 {
    padding-top: 270px !important;
  }
  .pt-xxl-283 {
    padding-top: 283px !important;
  }
  .pt-xxl-365 {
    padding-top: 365px !important;
  }
  .pt-xxl-430 {
    padding-top: 430px !important;
  }
  .pt-xxl-460 {
    padding-top: 460px !important;
  }
  .pt-xxl-d0p4 {
    padding-top: 0.4rem !important;
  }
  .pt-xxl-d0p7 {
    padding-top: 0.7rem !important;
  }
  .pt-xxl-d2p2 {
    padding-top: 2.2rem !important;
  }
  .pt-xxl-1px {
    padding-top: 1px !important;
  }
  .pt-xxl-2px {
    padding-top: 2px !important;
  }
  .pt-xxl-4px {
    padding-top: 4px !important;
  }
  .pt-xxl-6px {
    padding-top: 6px !important;
  }
  .pt-xxl-7px {
    padding-top: 7px !important;
  }
  .pt-xxl-8px {
    padding-top: 8px !important;
  }
  .pt-xxl-23px {
    padding-top: 23px !important;
  }
  .pt-xxl-30px {
    padding-top: 30px !important;
  }
  .pt-xxl-p36 {
    padding-top: 36% !important;
  }
  .pt-xxl-p38 {
    padding-top: 38% !important;
  }
  .pt-xxl-p83 {
    padding-top: 83% !important;
  }
  .pt-xxl-p88 {
    padding-top: 88% !important;
  }
  .pt-xxl-inherit {
    padding-top: inherit !important;
  }
  .pt-xxl-auto {
    padding-top: auto !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxl-7 {
    padding-right: 7rem !important;
  }
  .pe-xxl-10 {
    padding-right: 10px !important;
  }
  .pe-xxl-25 {
    padding-right: 25px !important;
  }
  .pe-xxl-50 {
    padding-right: 50px !important;
  }
  .pe-xxl-120 {
    padding-right: 120px !important;
  }
  .pe-xxl-160 {
    padding-right: 160px !important;
  }
  .pe-xxl-198 {
    padding-right: 198px !important;
  }
  .pe-xxl-220 {
    padding-right: 220px !important;
  }
  .pe-xxl-260 {
    padding-right: 260px !important;
  }
  .pe-xxl-270 {
    padding-right: 270px !important;
  }
  .pe-xxl-283 {
    padding-right: 283px !important;
  }
  .pe-xxl-365 {
    padding-right: 365px !important;
  }
  .pe-xxl-430 {
    padding-right: 430px !important;
  }
  .pe-xxl-460 {
    padding-right: 460px !important;
  }
  .pe-xxl-d0p4 {
    padding-right: 0.4rem !important;
  }
  .pe-xxl-d0p7 {
    padding-right: 0.7rem !important;
  }
  .pe-xxl-d2p2 {
    padding-right: 2.2rem !important;
  }
  .pe-xxl-1px {
    padding-right: 1px !important;
  }
  .pe-xxl-2px {
    padding-right: 2px !important;
  }
  .pe-xxl-4px {
    padding-right: 4px !important;
  }
  .pe-xxl-6px {
    padding-right: 6px !important;
  }
  .pe-xxl-7px {
    padding-right: 7px !important;
  }
  .pe-xxl-8px {
    padding-right: 8px !important;
  }
  .pe-xxl-23px {
    padding-right: 23px !important;
  }
  .pe-xxl-30px {
    padding-right: 30px !important;
  }
  .pe-xxl-p36 {
    padding-right: 36% !important;
  }
  .pe-xxl-p38 {
    padding-right: 38% !important;
  }
  .pe-xxl-p83 {
    padding-right: 83% !important;
  }
  .pe-xxl-p88 {
    padding-right: 88% !important;
  }
  .pe-xxl-inherit {
    padding-right: inherit !important;
  }
  .pe-xxl-auto {
    padding-right: auto !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10px !important;
  }
  .pb-xxl-25 {
    padding-bottom: 25px !important;
  }
  .pb-xxl-50 {
    padding-bottom: 50px !important;
  }
  .pb-xxl-120 {
    padding-bottom: 120px !important;
  }
  .pb-xxl-160 {
    padding-bottom: 160px !important;
  }
  .pb-xxl-198 {
    padding-bottom: 198px !important;
  }
  .pb-xxl-220 {
    padding-bottom: 220px !important;
  }
  .pb-xxl-260 {
    padding-bottom: 260px !important;
  }
  .pb-xxl-270 {
    padding-bottom: 270px !important;
  }
  .pb-xxl-283 {
    padding-bottom: 283px !important;
  }
  .pb-xxl-365 {
    padding-bottom: 365px !important;
  }
  .pb-xxl-430 {
    padding-bottom: 430px !important;
  }
  .pb-xxl-460 {
    padding-bottom: 460px !important;
  }
  .pb-xxl-d0p4 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xxl-d0p7 {
    padding-bottom: 0.7rem !important;
  }
  .pb-xxl-d2p2 {
    padding-bottom: 2.2rem !important;
  }
  .pb-xxl-1px {
    padding-bottom: 1px !important;
  }
  .pb-xxl-2px {
    padding-bottom: 2px !important;
  }
  .pb-xxl-4px {
    padding-bottom: 4px !important;
  }
  .pb-xxl-6px {
    padding-bottom: 6px !important;
  }
  .pb-xxl-7px {
    padding-bottom: 7px !important;
  }
  .pb-xxl-8px {
    padding-bottom: 8px !important;
  }
  .pb-xxl-23px {
    padding-bottom: 23px !important;
  }
  .pb-xxl-30px {
    padding-bottom: 30px !important;
  }
  .pb-xxl-p36 {
    padding-bottom: 36% !important;
  }
  .pb-xxl-p38 {
    padding-bottom: 38% !important;
  }
  .pb-xxl-p83 {
    padding-bottom: 83% !important;
  }
  .pb-xxl-p88 {
    padding-bottom: 88% !important;
  }
  .pb-xxl-inherit {
    padding-bottom: inherit !important;
  }
  .pb-xxl-auto {
    padding-bottom: auto !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxl-7 {
    padding-left: 7rem !important;
  }
  .ps-xxl-10 {
    padding-left: 10px !important;
  }
  .ps-xxl-25 {
    padding-left: 25px !important;
  }
  .ps-xxl-50 {
    padding-left: 50px !important;
  }
  .ps-xxl-120 {
    padding-left: 120px !important;
  }
  .ps-xxl-160 {
    padding-left: 160px !important;
  }
  .ps-xxl-198 {
    padding-left: 198px !important;
  }
  .ps-xxl-220 {
    padding-left: 220px !important;
  }
  .ps-xxl-260 {
    padding-left: 260px !important;
  }
  .ps-xxl-270 {
    padding-left: 270px !important;
  }
  .ps-xxl-283 {
    padding-left: 283px !important;
  }
  .ps-xxl-365 {
    padding-left: 365px !important;
  }
  .ps-xxl-430 {
    padding-left: 430px !important;
  }
  .ps-xxl-460 {
    padding-left: 460px !important;
  }
  .ps-xxl-d0p4 {
    padding-left: 0.4rem !important;
  }
  .ps-xxl-d0p7 {
    padding-left: 0.7rem !important;
  }
  .ps-xxl-d2p2 {
    padding-left: 2.2rem !important;
  }
  .ps-xxl-1px {
    padding-left: 1px !important;
  }
  .ps-xxl-2px {
    padding-left: 2px !important;
  }
  .ps-xxl-4px {
    padding-left: 4px !important;
  }
  .ps-xxl-6px {
    padding-left: 6px !important;
  }
  .ps-xxl-7px {
    padding-left: 7px !important;
  }
  .ps-xxl-8px {
    padding-left: 8px !important;
  }
  .ps-xxl-23px {
    padding-left: 23px !important;
  }
  .ps-xxl-30px {
    padding-left: 30px !important;
  }
  .ps-xxl-p36 {
    padding-left: 36% !important;
  }
  .ps-xxl-p38 {
    padding-left: 38% !important;
  }
  .ps-xxl-p83 {
    padding-left: 83% !important;
  }
  .ps-xxl-p88 {
    padding-left: 88% !important;
  }
  .ps-xxl-inherit {
    padding-left: inherit !important;
  }
  .ps-xxl-auto {
    padding-left: auto !important;
  }
  .fs-xxl-4 {
    font-size: 4px !important;
  }
  .fs-xxl-5 {
    font-size: 5px !important;
  }
  .fs-xxl-7 {
    font-size: 7px !important;
  }
  .fs-xxl-8 {
    font-size: 8px !important;
  }
  .fs-xxl-9 {
    font-size: 9px !important;
  }
  .fs-xxl-10 {
    font-size: 10px !important;
  }
  .fs-xxl-11 {
    font-size: 11px !important;
  }
  .fs-xxl-12 {
    font-size: 12px !important;
  }
  .fs-xxl-13 {
    font-size: 13px !important;
  }
  .fs-xxl-14 {
    font-size: 14px !important;
  }
  .fs-xxl-15 {
    font-size: 15px !important;
  }
  .fs-xxl-16 {
    font-size: 16px !important;
  }
  .fs-xxl-18 {
    font-size: 18px !important;
  }
  .fs-xxl-19 {
    font-size: 19px !important;
  }
  .fs-xxl-20 {
    font-size: 20px !important;
  }
  .fs-xxl-21 {
    font-size: 21px !important;
  }
  .fs-xxl-22 {
    font-size: 22px !important;
  }
  .fs-xxl-23 {
    font-size: 23px !important;
  }
  .fs-xxl-24 {
    font-size: 24px !important;
  }
  .fs-xxl-26 {
    font-size: 26px !important;
  }
  .fs-xxl-28 {
    font-size: 28px !important;
  }
  .fs-xxl-30 {
    font-size: 30px !important;
  }
  .fs-xxl-32 {
    font-size: 32px !important;
  }
  .fs-xxl-40 {
    font-size: 40px !important;
  }
  .fs-xxl-50 {
    font-size: 50px !important;
  }
  .fs-xxl-xSmall {
    font-size: x-small !important;
  }
  .fs-xxl-large {
    font-size: large !important;
  }
  .fs-xxl-larger {
    font-size: larger !important;
  }
  .fs-xxl-xLarge {
    font-size: x-large !important;
  }
  .fs-xxl-xxLarge {
    font-size: xx-large !important;
  }
  .fw-xxl-400 {
    font-weight: 400 !important;
  }
  .fw-xxl-500 {
    font-weight: 500 !important;
  }
  .fw-xxl-600 {
    font-weight: 600 !important;
  }
  .fw-xxl-700 {
    font-weight: 700 !important;
  }
  .lh-xxl-0 {
    line-height: 0px !important;
  }
  .lh-xxl-0_5 {
    line-height: 0.5 !important;
  }
  .lh-xxl-1_5 {
    line-height: 1.5 !important;
  }
  .lh-xxl-6 {
    line-height: 6px !important;
  }
  .lh-xxl-8 {
    line-height: 8px !important;
  }
  .lh-xxl-10 {
    line-height: 10px !important;
  }
  .lh-xxl-12 {
    line-height: 12px !important;
  }
  .lh-xxl-13 {
    line-height: 13px !important;
  }
  .lh-xxl-14 {
    line-height: 14px !important;
  }
  .lh-xxl-15 {
    line-height: 15px !important;
  }
  .lh-xxl-16 {
    line-height: 16px !important;
  }
  .lh-xxl-17 {
    line-height: 17px !important;
  }
  .lh-xxl-18 {
    line-height: 18px !important;
  }
  .lh-xxl-20 {
    line-height: 20px !important;
  }
  .lh-xxl-22 {
    line-height: 22px !important;
  }
  .lh-xxl-24 {
    line-height: 24px !important;
  }
  .lh-xxl-25 {
    line-height: 25px !important;
  }
  .lh-xxl-26 {
    line-height: 26px !important;
  }
  .lh-xxl-27 {
    line-height: 27px !important;
  }
  .lh-xxl-30 {
    line-height: 30px !important;
  }
  .lh-xxl-32 {
    line-height: 32px !important;
  }
  .lh-xxl-39 {
    line-height: 39px !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-justify {
    text-align: justify !important;
  }
  .text-xxl-primary {
    color: #2EA65C !important;
  }
  .text-xxl-secondary {
    color: #4C4C4C !important;
  }
  .text-xxl-success {
    color: #2ba55a !important;
  }
  .text-xxl-info {
    color: #FF5A6C !important;
  }
  .text-xxl-warning {
    color: #ffc107 !important;
  }
  .text-xxl-danger {
    color: #dc3545 !important;
  }
  .text-xxl-light {
    color: #cccccc !important;
  }
  .text-xxl-dark {
    color: #282828 !important;
  }
  .text-xxl-pink {
    color: #fff0f0 !important;
  }
  .text-xxl-blue {
    color: #3b5999 !important;
  }
  .text-xxl-black {
    color: #000000 !important;
  }
  .text-xxl-green {
    color: #f2fbf1 !important;
  }
  .text-xxl-gray {
    color: #f5f6f7 !important;
  }
  .text-xxl-orange {
    color: #FCC45A !important;
  }
  .text-xxl-lightOrange {
    color: #FFF5E0 !important;
  }
  .text-xxl-giftList {
    color: #f1f1f1 !important;
  }
  .text-xxl-cartCheckout {
    color: #f9f9f9 !important;
  }
  .text-xxl-red {
    color: #e74d47 !important;
  }
  .text-xxl-darkOrange {
    color: #f0a93e !important;
  }
  .text-xxl-checkoutForm {
    color: #ededed !important;
  }
  .text-xxl-white {
    color: white !important;
  }
  .text-xxl-loadingbarGray {
    color: #e2e2e2 !important;
  }
  .text-xxl-thead {
    color: #f4f4f4 !important;
  }
  .text-xxl-footer {
    color: #f3f3f3 !important;
  }
  .text-xxl-borderGray {
    color: #d7d7d7 !important;
  }
  .text-xxl-checkoutGray {
    color: #f9f9f9 !important;
  }
  .text-xxl-checkboxGray {
    color: #C2C2C2 !important;
  }
  .text-xxl-radioGray {
    color: #c9c9c9 !important;
  }
  .text-xxl-placeholder {
    color: #888888 !important;
  }
  .text-xxl-droplet {
    color: #376dd8 !important;
  }
  .text-xxl-memberCard {
    color: #e5e5e5 !important;
  }
  .text-xxl-memberCardChip {
    color: #efefef !important;
  }
  .text-xxl-gold {
    color: #ba9620 !important;
  }
  .text-xxl-darkRed {
    color: #a6231c !important;
  }
  .text-xxl-darkPink {
    color: #f52c8e !important;
  }
  .text-xxl-inputValue {
    color: #505050 !important;
  }
  .text-xxl-paleBlue {
    color: #e2eef2 !important;
  }
  .text-xxl-theadBorder {
    color: #b3b3b3 !important;
  }
  .text-xxl-tbodyBorder {
    color: #b2b2b2 !important;
  }
  .text-xxl-odBorder {
    color: #e8e8ee !important;
  }
  .text-xxl-darkGray {
    color: #7c7c7c !important;
  }
  .text-xxl-darkYellow {
    color: #f2ab3c !important;
  }
  .text-xxl-odLine {
    color: #eeeef2 !important;
  }
  .text-xxl-odText {
    color: #737373 !important;
  }
  .text-xxl-odLightGray {
    color: #f0f0f0 !important;
  }
  .text-xxl-outlineGray {
    color: #777777 !important;
  }
  .text-xxl-blogPlaceholder {
    color: #cccccc !important;
  }
  .text-xxl-btnText {
    color: #787878 !important;
  }
  .text-xxl-creditNav {
    color: #bbbbbb !important;
  }
  .text-xxl-couponText {
    color: #5a5a5a !important;
  }
  .text-xxl-couponDate {
    color: #8d8d8d !important;
  }
  .text-xxl-lightGray {
    color: #979797 !important;
  }
  .text-xxl-starGray {
    color: #cecece !important;
  }
  .text-xxl-spinnerGray {
    color: #b1b1b1 !important;
  }
  .text-xxl-spinnerGreen {
    color: #007835 !important;
  }
  .text-xxl-forgetPwd {
    color: #032d23 !important;
  }
  .text-xxl-lightBlue {
    color: #81d2e9 !important;
  }
  .text-xxl-seaBlue {
    color: #b9eaeb !important;
  }
  .text-xxl-megamenuGreen {
    color: #52a705 !important;
  }
  .text-xxl-cartHr {
    color: #bebebe !important;
  }
  .text-xxl-cartHeader {
    color: #fafafa !important;
  }
  .text-xxl-separatorGray {
    color: #dddddd !important;
  }
  .text-xxl-platinumGray {
    color: #584f3f !important;
  }
  .text-xxl-cardGold {
    color: #d09a03 !important;
  }
  .text-xxl-dropdownGold {
    color: #f6ba36 !important;
  }
  .text-xxl-dropdownBarGold {
    color: #fcd694 !important;
  }
  .text-xxl-searchIcon {
    color: #666666 !important;
  }
  .text-xxl-cartNoticeGray {
    color: #999999 !important;
  }
  .text-xxl-mailGray {
    color: #808080 !important;
  }
  .rounded-xxl-0 {
    border-radius: 0 !important;
  }
  .rounded-xxl-2 {
    border-radius: 2px !important;
  }
  .rounded-xxl-3 {
    border-radius: 3px !important;
  }
  .rounded-xxl-4 {
    border-radius: 4px !important;
  }
  .rounded-xxl-5 {
    border-radius: 5px !important;
  }
  .rounded-xxl-6 {
    border-radius: 6px !important;
  }
  .rounded-xxl-8 {
    border-radius: 8px !important;
  }
  .rounded-xxl-10 {
    border-radius: 10px !important;
  }
  .rounded-xxl-15 {
    border-radius: 15px !important;
  }
  .rounded-xxl-circle {
    border-radius: 50% !important;
  }
  .rounded-top-xxl-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .rounded-top-xxl-2 {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
  }
  .rounded-top-xxl-3 {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
  }
  .rounded-top-xxl-4 {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  .rounded-top-xxl-5 {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
  }
  .rounded-top-xxl-6 {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }
  .rounded-top-xxl-8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  .rounded-top-xxl-10 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
  .rounded-top-xxl-15 {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }
  .rounded-top-xxl-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .rounded-end-xxl-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-end-xxl-2 {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
  }
  .rounded-end-xxl-3 {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
  }
  .rounded-end-xxl-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  .rounded-end-xxl-5 {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .rounded-end-xxl-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
  .rounded-end-xxl-8 {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
  }
  .rounded-end-xxl-10 {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  .rounded-end-xxl-15 {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }
  .rounded-end-xxl-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .rounded-bottom-xxl-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .rounded-bottom-xxl-2 {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
  }
  .rounded-bottom-xxl-3 {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }
  .rounded-bottom-xxl-4 {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }
  .rounded-bottom-xxl-5 {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  .rounded-bottom-xxl-6 {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
  }
  .rounded-bottom-xxl-8 {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
  .rounded-bottom-xxl-10 {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }
  .rounded-bottom-xxl-15 {
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
  }
  .rounded-bottom-xxl-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .rounded-start-xxl-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .rounded-start-xxl-2 {
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
  }
  .rounded-start-xxl-3 {
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
  }
  .rounded-start-xxl-4 {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
  }
  .rounded-start-xxl-5 {
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
  }
  .rounded-start-xxl-6 {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }
  .rounded-start-xxl-8 {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
  }
  .rounded-start-xxl-10 {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
  }
  .rounded-start-xxl-15 {
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
  }
  .rounded-start-xxl-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
  }
  .cursor-xxl-auto {
    cursor: auto !important;
  }
  .cursor-xxl-pointer {
    cursor: pointer !important;
  }
  .cursor-xxl-grab {
    cursor: grab !important;
  }
  .list-style-xxl-none {
    list-style: none !important;
  }
  .of-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .resize-xxl-none {
    resize: none !important;
  }
  .zindex-xxl-0 {
    z-index: 0 !important;
  }
  .zindex-xxl-2 {
    z-index: 2 !important;
  }
  .zindex-xxl-15 {
    z-index: 15 !important;
  }
  .zindex-xxl-1050 {
    z-index: 1050 !important;
  }
  .zindex-xxl-1800 {
    z-index: 1800 !important;
  }
  .opacity-xxl-0 {
    opacity: 0 !important;
  }
  .opacity-xxl-25 {
    opacity: 0.25 !important;
  }
  .opacity-xxl-50 {
    opacity: 0.5 !important;
  }
  .opacity-xxl-75 {
    opacity: 0.75 !important;
  }
  .opacity-xxl-100 {
    opacity: 1 !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;
  }
}
/* =============================== blog listing =============================== */
.blog-listing-view .card {
  border-radius: 6px;
  height: 100%;
}
.blog-listing-view .card .card-img-top {
  border-radius: 6px 6px 0 0;
}
.blog-listing-view .card .card-img {
  height: 100%;
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 991px) {
  .blog-listing-view .card .card-img {
    border-radius: 6px 6px 0 0;
  }
}
.blog-listing-view .card .card-title {
  color: #081f32;
  text-decoration: none;
}
.blog-listing-view .card .card-text.blog-category {
  color: #2EA65C;
}
.blog-listing-view .card .card-text.blog-date {
  color: #979797;
}
.blog-listing-view .card .card-text.blog-author {
  color: #979797;
}
.blog-listing-view .card .card-text.blog-author i {
  vertical-align: middle;
}
.blog-listing-view .card .card-text.blog-author span {
  vertical-align: middle;
}
.blog-listing-view .card .card-text.blog-content {
  color: #374a59;
}
.blog-listing-view .card .read-more {
  text-decoration: none;
  color: #828282;
}

/* =============================== blog details =============================== */
.blog-details-view .blog-img {
  width: 100%;
  margin-bottom: 25px;
}
.blog-details-view .blog-author {
  color: #888888;
}
.blog-details-view .info-box {
  border-radius: 6px;
  text-align: center;
  color: #4C4C4C;
}
.blog-details-view .info-box .social-media img {
  width: 40px;
  height: 40px;
}
.blog-details-view .info-box .blog-svg {
  margin-bottom: 20px;
  width: 100%;
}
.blog-details-view .comment .d-flex .form-select {
  border: 1px solid #cdd0d5;
  width: 90px;
  height: 26px;
}
.blog-details-view .comment hr {
  color: #e9ebee;
}
.blog-details-view .comment img {
  width: 54px;
  height: 54px;
}
.blog-details-view .comment textarea {
  width: 100%;
  height: 89px;
  border-radius: 0;
  resize: none;
  border: 1px solid #d4d6db;
}
.blog-details-view .comment ::-moz-placeholder {
  color: #cccccc;
  font-weight: 400;
  font-size: 12px;
}
.blog-details-view .comment ::placeholder {
  color: #cccccc;
  font-weight: 400;
  font-size: 12px;
}
.blog-details-view .comment a {
  text-decoration: none;
}
.blog-details-view .related-post .post-date {
  color: #888888;
}
.blog-details-view .related-post .post-heading {
  text-decoration: none;
  color: #000000;
}
.blog-details-view .related-post img {
  width: 100%;
}
.blog-details-view .related-post hr {
  color: #e2e2e2;
}

/* =============================== product listing =============================== */
.product-listing-view .card {
  border: none;
}

.margin-button {
  margin-left: 2.9%;
}

.stock-left {
  font-weight: 500;
  font-size: 12px;
  color: #828282;
}

/* =============================== product details =============================== */
.product-details-view .product-info .c-name {
  color: #2ba55a;
  font-family: "Gochi Hand";
}
.product-details-view .product-info .p-weight {
  color: #828282;
}
.product-details-view .product-info .commission-price p {
  margin: 0%;
}
.product-details-view .product-info .commission-price .member-price {
  border-right: 1px solid #4C4C4C;
  color: #4C4C4C;
}
.product-details-view .product-info .commission-price .member-price .mp-text {
  font-size: 16px;
  font-weight: 500;
}
.product-details-view .product-info .commission-price .member-price .mp-text.limited-deals {
  font-size: 9px;
}
@media screen and (max-width: 415px) {
  .product-details-view .product-info .commission-price .member-price .mp-text {
    font-size: 13.3px;
  }
}
.product-details-view .product-info .commission-price .member-price .mp-price {
  font-weight: 700;
  font-size: 20px;
}
.product-details-view .product-info .commission-price .member-price .mp-price.limited-deals {
  font-size: 16px;
}
@media screen and (max-width: 415px) {
  .product-details-view .product-info .commission-price .member-price .mp-price {
    font-size: 22px;
  }
}
.product-details-view .product-info .commission-price .commission-perc .cp-text {
  font-size: 16px;
  font-weight: 500;
}
.product-details-view .product-info .commission-price .commission-perc .cp-text.limited-deals {
  font-size: 9px;
}
@media screen and (max-width: 415px) {
  .product-details-view .product-info .commission-price .commission-perc .cp-text {
    font-size: 13.3px;
  }
}
.product-details-view .product-info .commission-price .commission-perc .cp-perc {
  font-weight: 700;
  font-size: 20px;
  color: #FF5A6C;
  height: 32px;
}
@media screen and (max-width: 415px) {
  .product-details-view .product-info .commission-price .commission-perc .cp-perc {
    font-size: 22px;
  }
}
.product-details-view .product-info .commission-price .commission-perc .cp-perc i {
  background-color: #FF5A6C;
  color: white;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  font-size: 10px;
  padding: 3% 6%;
  vertical-align: middle;
}
.product-details-view .product-info .commission-price .commission-perc .cp-perc.limited-deals {
  font-size: 16px;
}
.product-details-view .product-info .commission-price .commission-perc .cp-perc.limited-deals i {
  font-size: 8px;
}
.product-details-view .product-info .stock-left {
  color: #828282;
}
.product-details-view .product-info .btn {
  border-radius: 4px;
}
.product-details-view .product-info .btn.files-btn {
  border: 1px solid #4C4C4C;
  color: #4C4C4C;
}
.product-details-view .product-info .btn.share-btn {
  border: none;
  background-color: #FF5A6C;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .product-details-view .product-info .btn.share-btn {
    width: 95%;
  }
}
.product-details-view .product-info .p-retail {
  color: #4C4C4C;
}
.product-details-view .product-info .p-save {
  color: #FF5A6C;
}
.product-details-view .product-sharing {
  border: 1px solid rgb(199, 193, 193);
  border-radius: 6px;
}
.product-details-view .product-sharing .sharing-btns .btn {
  border: none;
  width: 100%;
  margin: 0 5px 0 5px;
  max-width: 140px;
}
.product-details-view .product-sharing .sharing-btns .btn .bi {
  margin-right: 4%;
}
.product-details-view .advertisement img {
  width: 100%;
  border-radius: 6px;
}
.product-details-view .top-cart-btn {
  width: 100%;
}
.product-details-view .sale {
  text-align: center;
  position: absolute;
  margin-top: 21px;
  margin-left: 60px;
  transform: translate(-50%, -50%);
  height: 42px;
  width: 90px;
  border-radius: 0 0 150px 150px;
  padding: 5px;
  cursor: pointer;
}
.product-details-view .sale a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .product-details-view .sale {
    width: 68px;
    height: 34px;
    margin-top: 17px;
  }
}
.product-details-view .fav-container {
  height: 10%;
  position: absolute;
  cursor: pointer;
}
.product-details-view .fav-container .heart {
  height: 60px;
  width: 60px;
}
.product-details-view .fav-container .heart .dot {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
}
.product-details-view .fav-container .heart .dot .product-heart {
  cursor: pointer;
  color: #FF5A6C;
}
.product-details-view .fav-container .heart .dot .product-heart.bi-heart {
  -webkit-text-stroke: 2px;
}
.product-details-view .product-content .productDescription {
  line-height: 1.6;
  text-align: justify;
}
.product-details-view .product-content .header {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  .product-details-view .product-content .header {
    font-size: 26px;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .product-details-view .product-content .header {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .product-details-view .product-content .header {
    margin-bottom: 1.5rem;
  }
}
.product-details-view .product-content b {
  font-weight: 600;
  font-size: 20px;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 576px) {
  .product-details-view .product-content b {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .product-details-view .product-content b {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .product-details-view .product-content b {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
.product-details-view .product-content iframe {
  width: 560px;
}
@media screen and (max-width: 600px) {
  .product-details-view .product-content iframe {
    width: 100%;
  }
}
.product-details-view .raterv-summary {
  border: 1px solid #e2e2e2;
}
.product-details-view .raterv-listing .raterv-stars {
  display: flex;
  align-items: baseline;
}
.product-details-view .raterv-listing .raterv-stars .verified {
  color: #9e9b9b;
}
.product-details-view .raterv-listing .raterv-stars > i {
  margin: 2px;
}
@media screen and (max-width: 415px) {
  .product-details-view .raterv-listing .raterv-stars > i {
    margin: 1px;
  }
}
.product-details-view .raterv-listing .raterv-stars > p {
  margin-left: 10px;
}
@media screen and (max-width: 415px) {
  .product-details-view .raterv-listing .raterv-stars > p {
    margin: 5px;
  }
}
.product-details-view .raterv-listing .raterv-details .date-posted {
  color: #979797;
}
@media screen and (max-width: 415px) {
  .product-details-view .raterv-listing .view-more {
    text-align: center;
  }
}
.product-details-view .raterv-listing .view-more .view-btn {
  border-color: #777777;
  color: #787878;
  width: 155px;
}
@media screen and (max-width: 415px) {
  .product-details-view .raterv-listing .view-more .view-btn {
    width: 130px;
  }
}
.product-details-view .raterv-listing .view-more .view-btn:hover {
  color: white;
}
.product-details-view .raterv-listing .view-more .view-btn .bi {
  margin-left: 4%;
}
.product-details-view .bi-star {
  color: #cecece;
}
.product-details-view .bi-star-fill {
  color: #FCC45A;
}
.product-details-view .related-product .card {
  border: 1;
}
.product-details-view .related-product .card .free-gift {
  margin-top: 0%;
}
.product-details-view .topping-section {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 2px;
  margin-bottom: 5px;
}
.product-details-view .header-option {
  display: flex;
  align-items: center;
}
.product-details-view .title {
  font-weight: 600;
  font-size: 15px;
  margin-right: 8px;
  margin-bottom: 0px;
}
.product-details-view .subtitle {
  font-size: 15px;
  color: gray;
  font-weight: 600;
}
.product-details-view .shortdecription {
  font-size: 15px;
  font-weight: 500;
  color: #808080;
  line-height: 1;
}
.product-details-view .options .fnb-option-slider {
  display: flex;
  flex-wrap: wrap;
  overflow-y: hidden;
  overflow-x: auto; /* Enable horizontal scrolling */
  white-space: nowrap; /* Prevents wrapping of buttons */
  -ms-overflow-style: none !important; /* IE and Edge */
  scrollbar-width: none !important; /* Firefox */
  gap: 8px;
}
.product-details-view .options::-webkit-scrollbar {
  display: none !important;
}
.product-details-view .options.fnb-option-slider {
  flex: 0 0 auto; /* Prevent items from shrinking or growing */
  width: auto !important; /* Reset width set by Owl Carousel */
  text-align: center; /* Center-align content within each item */
}
.product-details-view .option {
  border: 1.8px solid transparent;
  border-radius: 8px;
  padding: 12px 8px 8px 8px;
  margin: 8px 12px 5px 0px;
  cursor: pointer;
  position: relative;
  width: 130px;
  min-height: 65px;
  max-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; /* Adjusted to align text to the top */
  background-color: #f5f5f5;
  color: black !important;
}
.product-details-view .option:hover {
  background-color: #e9e9ec;
}
.product-details-view .option.selected:hover {
  background-color: #e0ffe0;
}
.product-details-view .selected {
  border-color: #02a819;
  background-color: #e0ffe0;
}
.product-details-view .ps-tick {
  color: #02a819;
  position: absolute;
  bottom: -8px;
  right: -7px;
  display: none;
  background-color: white;
  border-radius: 24px;
  padding: 2px; /* Added for the white outline */
}
.product-details-view .option .selected .ps-tick {
  display: block;
}
.product-details-view .price_button-bg {
  background-color: lightgray;
  margin-top: 18px;
  border-radius: 4px;
}
.product-details-view .plus_minus-btn {
  height: 40px;
}
.product-details-view .end-p43 {
  right: 43% !important;
}
@media (max-width: 768px) {
  .product-details-view .end-p43 {
    right: 40% !important;
  }
}
@media (min-width: 576px) {
  .product-details-view .fs-sm-36 {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 992px) {
  .product-details-view .price_button-bg {
    padding: 2px 12px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-view .col-md-5 {
    width: 60% !important;
  }
  .product-details-view .col-md-7 {
    width: 40% !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .product-details-view .col-md-5 {
    width: 48% !important;
  }
  .product-details-view .col-md-7 {
    width: 52% !important;
  }
}

.corporate-view .corporate-imgs .content-img img {
  width: 100%;
}
.corporate-view .checkout-form .content-subheading {
  margin: 0 26%;
}
@media screen and (max-width: 1100px) {
  .corporate-view .checkout-form .content-subheading {
    margin: 0 15%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 800px) {
  .corporate-view .checkout-form .content-subheading {
    margin: 0 5%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 800px) and (max-width: 500px) {
  .corporate-view .checkout-form .content-subheading {
    margin: 0;
  }
}
.corporate-view .checkout-form form {
  margin: 0 25%;
}
@media screen and (max-width: 1100px) {
  .corporate-view .checkout-form form {
    margin: 0 15%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 800px) {
  .corporate-view .checkout-form form {
    margin: 0 5%;
  }
}
@media screen and (max-width: 1100px) and (max-width: 800px) and (max-width: 500px) {
  .corporate-view .checkout-form form {
    margin: 0;
  }
}
.corporate-view .checkout-form form .form-select-lg {
  height: 40px;
  padding: 0 20px;
  border: none;
}
.corporate-view .checkout-form form .form-control {
  padding: 0 20px;
  border: none;
}
.corporate-view .checkout-form form input {
  height: 40px;
}
.corporate-view .checkout-form form textarea {
  resize: none;
  height: 80px;
}
.corporate-view .checkout-form form ::-moz-placeholder {
  color: #888888;
}
.corporate-view .checkout-form form ::placeholder {
  color: #888888;
}
.corporate-view .checkout-form form button {
  border: none;
  width: 318px;
  height: 43px;
  max-width: 100%;
}

#mainbox {
  /* =============================== logged in =============================== */
  /* =============================== guest =============================== */
}
#mainbox .promo-banner {
  width: 100%;
  min-height: 36px;
  display: block;
  color: white;
  line-height: 20px;
  padding: 0 calc(50vw - 605px);
}
@media screen and (max-width: 1260px) {
  #mainbox .promo-banner {
    padding: 0 2%;
  }
}
@media screen and (max-width: 1260px) and (max-width: 400px) {
  #mainbox .promo-banner {
    font-size: 12px;
  }
}
#mainbox .cart-content {
  right: calc(50% - 605px);
  width: 384px;
  height: 452px;
  z-index: 1021;
}
#mainbox .cart-content .cc-amount {
  color: #a3a3a3;
}
#mainbox .cart-content .discounted-price {
  color: #FF5A6C;
}
#mainbox .cart-content .price {
  color: #4C4C4C;
}
#mainbox .cart-content hr {
  color: #bebebe;
}
#mainbox .cart-content button {
  width: 20px;
  height: 20px;
  color: white;
  border-radius: 2px;
}
#mainbox .cart-content .qtynumcart {
  width: 40px;
  height: 20px;
  border: 1px solid #4C4C4C;
  color: #4C4C4C;
  border-radius: 2px;
}
#mainbox .cart-content .grand-total {
  color: #2EA65C;
}
#mainbox .cart-content .checkout-btn {
  width: 100%;
  height: 34px;
}
#mainbox .cart-content .bi-trash {
  color: #000000;
}
@media screen and (max-width: 1209px) {
  #mainbox .cart-content {
    right: 2%;
  }
}
@media screen and (max-width: 1209px) and (max-width: 991px) {
  #mainbox .cart-content {
    width: 100vw;
    height: 100vh;
    right: 0%;
  }
}
#mainbox .tab-search {
  width: 355px;
  height: 30px;
  border-radius: 20px;
  border: 1px solid #dedede;
  z-index: 1002;
}
#mainbox .tab-search .search-input {
  border: none;
  width: 165px;
  color: #777777;
}
#mainbox .tab-search .search-icon {
  color: #666666;
}
@media screen and (max-width: 1199px) {
  #mainbox .tab-search {
    width: 250px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 991px) {
  #mainbox .tab-search {
    width: 220px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
  #mainbox .tab-search {
    height: 35px;
    width: 100%;
  }
}
#mainbox .header-mobile .nav-brand img {
  max-width: 180px;
}
#mainbox .header-mobile .navbar-right .tab-mobile a {
  color: #000000;
}
@media screen and (max-width: 575px) {
  #mainbox .header-mobile .navbar-right .tab-mobile .sm-searchbar-list {
    left: -2%;
  }
}
#mainbox .header-desktop hr {
  margin-top: 0px;
  color: #ebebeb;
  height: 1px;
  margin-bottom: 10px;
}
#mainbox .header-desktop .snack-content {
  display: none;
  position: absolute;
  left: 0%;
  width: 100%;
  z-index: 1000;
}
#mainbox .header-desktop .snack-content hr {
  color: #000000;
}
#mainbox .header-desktop .snack-content ul {
  list-style: none;
  padding-left: 0;
}
#mainbox .header-desktop .snack-content ul a {
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  #mainbox .header-desktop .snack-content {
    top: 76px;
  }
}
#mainbox .header-desktop .header a {
  text-decoration: none;
}
#mainbox .header-desktop .header .header-right .store-loc {
  color: #000000;
}
#mainbox .header-desktop .header .header-right .fav-link {
  color: #FF5A6C;
}
#mainbox .header-desktop .header .header-right .logout {
  color: #2EA65C;
}
#mainbox .header-desktop .header .header-right .account-content {
  display: none;
  position: absolute;
  z-index: 1003;
}
#mainbox .header-desktop .header .header-right .account-content ul {
  padding-left: 0%;
}
#mainbox .header-desktop .header .header-right .account-content li {
  list-style: none;
}
#mainbox .header-desktop .header .header-right .account-content li a {
  color: #000000;
}
#mainbox .header-desktop .header .header-right .account-content-link:hover .account-content {
  display: block;
}
#mainbox .header-desktop .header .header-right .account-content-link:hover span {
  color: #2EA65C;
  cursor: pointer;
}
#mainbox .header-desktop nav .nav-brand img {
  max-width: 206px;
  max-height: 36px;
}
#mainbox .header-desktop nav .navbar-right a {
  text-decoration: none;
  color: #000000;
}
#mainbox .header-desktop nav .navbar-right .tab-snack {
  height: 40px;
}
#mainbox .header-desktop nav .navbar-right .tab-cart {
  height: 40px;
}
#mainbox .header-desktop nav .navbar-right .tab-cart .cart-icon {
  vertical-align: middle;
}
#mainbox .sign-in {
  color: #000000;
}

.shop-now-border-bottom {
  border-bottom: 2px solid #2EA65C;
}

.shop-now-hover {
  font-weight: 600;
}

.profile-affiliate-view .profile-menu-mobile {
  width: 100vw;
  min-height: 45px;
}
.profile-affiliate-view .profile-menu-mobile .profile-dropdown-link {
  text-decoration: none;
  color: #2EA65C;
  cursor: pointer;
}
.profile-affiliate-view .profile-menu-mobile .profile-dropdown-link i {
  color: #000000;
}
.profile-affiliate-view .profile-menu .affiliate {
  font-weight: 700;
  color: #2EA65C;
}
.profile-affiliate-view .affiliate-content .heading {
  font-weight: 600;
  font-size: 20px;
}
.profile-affiliate-view .affiliate-content .subheading {
  font-weight: 700;
  font-size: 18px;
}
.profile-affiliate-view .affiliate-content #fblink {
  background-color: #3B5999;
}
.profile-affiliate-view .affiliate-content #whatsapplink {
  background-color: #2BA55A;
}
.profile-affiliate-view .affiliate-content .owl-nav .nav-button {
  height: 38px;
  width: 38px;
  background-color: #4C4C4C;
  top: 40% !important;
}
.profile-affiliate-view .affiliate-content .owl-nav .nav-button.owl-prev {
  left: 0.6%;
  margin-left: -25px;
}
@media screen and (max-width: 991px) {
  .profile-affiliate-view .affiliate-content .owl-nav .nav-button.owl-prev {
    margin-left: -23px;
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  .profile-affiliate-view .affiliate-content .owl-nav .nav-button.owl-prev {
    margin-left: -17px;
  }
}
.profile-affiliate-view .affiliate-content .owl-nav .nav-button.owl-next {
  right: 0.6%;
  margin-right: -20px;
}
@media screen and (max-width: 575px) {
  .profile-affiliate-view .affiliate-content .owl-nav .nav-button.owl-next {
    margin-right: -13px;
  }
}
@media screen and (max-width: 415px) {
  .profile-affiliate-view .affiliate-content .owl-nav .nav-button {
    width: 31px;
    height: 31px;
    font-size: small;
  }
}
.profile-affiliate-view .affiliate-content .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.profile-affiliate-view .affiliate-content .card {
  width: 100%;
}
.profile-affiliate-view .affiliate-content .card .card-body .card-title {
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 415px) {
  .profile-affiliate-view .affiliate-content .card .card-body .card-title {
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
  }
}
@media screen and (max-width: 415px) and (max-width: 359px) {
  .profile-affiliate-view .affiliate-content .card .card-body .card-title.limited-deals {
    font-size: 20px;
    line-height: 24px;
  }
}
.profile-affiliate-view .affiliate-content .card .card-body .product-info {
  color: #828282;
}
@media screen and (max-width: 415px) {
  .profile-affiliate-view .affiliate-content .card .card-body .product-info {
    font-weight: 400;
    font-size: 10px;
  }
}
@media screen and (max-width: 415px) and (max-width: 359px) {
  .profile-affiliate-view .affiliate-content .card .card-body .product-info.limited-deals {
    font-size: 12px;
  }
}
.profile-affiliate-view .affiliate-content .card .card-body .product-desc {
  color: #828282;
  font-weight: 500;
  font-size: 10px;
}
.profile-affiliate-view .affiliate-content hr {
  height: 2px;
  color: #000000;
}
.profile-affiliate-view .affiliate-content .card-btn {
  width: 110px;
  height: 36px;
  font-weight: 600;
  font-size: 12px;
}
@media screen and (max-width: 415px) {
  .profile-affiliate-view .affiliate-content .card-btn {
    margin-left: 0 !important;
  }
}
.profile-affiliate-view .affiliate-content .card-btn.files-btn {
  border: 1px solid #4C4C4C;
  color: #4C4C4C;
}
@media screen and (max-width: 1199px) {
  .profile-affiliate-view .affiliate-content .card-btn.files-btn {
    width: 100%;
  }
}
@media screen and (max-width: 363px) {
  .profile-affiliate-view .affiliate-content .card-btn.files-btn.other-deals {
    font-size: 9px;
  }
}
@media screen and (max-width: 363px) and (max-width: 325px) {
  .profile-affiliate-view .affiliate-content .card-btn.files-btn.other-deals {
    font-size: 8px;
  }
}
.profile-affiliate-view .affiliate-content .card-btn.share-btn {
  border: none;
  background-color: #FF5A6C;
}
@media screen and (max-width: 1199px) {
  .profile-affiliate-view .affiliate-content .card-btn.share-btn {
    width: 100%;
  }
}
@media screen and (max-width: 363px) {
  .profile-affiliate-view .affiliate-content .card-btn.share-btn.other-deals {
    font-size: 9px;
  }
}
@media screen and (max-width: 363px) and (max-width: 325px) {
  .profile-affiliate-view .affiliate-content .card-btn.share-btn.other-deals {
    font-size: 8px;
  }
}
@media screen and (max-width: 575px) {
  .profile-affiliate-view .affiliate-content .card-btn.todayfeature_filemodal {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .profile-affiliate-view .affiliate-content .card-btn.open_todayfeatured_window {
    font-size: 16px;
  }
}
.profile-affiliate-view .affiliate-content .nav-pills {
  flex-wrap: nowrap;
  overflow: auto;
}
.profile-affiliate-view .affiliate-content .nav-pills .nav-link {
  border: 1px solid #4C4C4C;
  color: #4C4C4C;
  font-weight: normal;
  background-color: white;
  width: 190px;
  height: 44px;
  border-radius: 0%;
}
@media screen and (max-width: 575px) {
  .profile-affiliate-view .affiliate-content .nav-pills .nav-link {
    width: 150px;
    font-size: 14px;
  }
}
.profile-affiliate-view .affiliate-content .nav-pills .nav-link.active {
  border: 2px solid #2EA65C;
  color: #2EA65C;
  font-weight: bold;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .show-more {
  width: 130px;
  height: 30px;
  border: 0.65px solid #777777;
  font-size: 10px;
  font-weight: 600;
  color: #777777;
  border-radius: 4px;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .show-more:hover {
  color: white;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .commission-price p {
  margin: 0%;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .commission-price .member-price {
  border-right: 1px solid #4C4C4C;
  color: #4C4C4C;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .commission-price .member-price .mp-price {
  font-weight: 700;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .commission-price .commission-perc .cp-perc {
  font-weight: 700;
  color: #FF5A6C;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .commission-price .commission-perc .cp-perc i {
  background-color: #FF5A6C;
  color: white;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  font-size: 9px;
  vertical-align: middle;
  display: inline-block;
  -webkit-text-stroke: 0.7px;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals .see-all {
  color: #000000;
}
@media screen and (max-width: 575px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals .see-all {
    font-size: 14px;
  }
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals #featured-deals-owl-carousel .owl-stage .item {
  height: 100%;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals #featured-deals-owl-carousel .card {
  width: 100%;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals #featured-deals-owl-carousel .card .card-img {
  border-radius: 3px 0 0 3px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals #featured-deals-owl-carousel .card .card-img {
    border-radius: 3px 3px 0 0;
  }
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals #featured-deals-owl-carousel .card .heading {
  text-decoration: none;
  color: #000000;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals #featured-deals-owl-carousel .card .desc {
  color: #828282;
}
@media screen and (max-width: 415px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals #featured-deals-owl-carousel .card .desc {
    margin-bottom: 1%;
  }
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals #featured-deals-owl-carousel .card .stock-left {
  font-weight: 500;
  font-size: 12px;
  color: #828282;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals #featured-deals-owl-carousel .card .stock-left {
    text-align: left;
    font-size: 10px;
  }
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals #featured-deals-owl-carousel .card img.valueIcon {
  background: url(https://www.signaturemarket.co/my/marketplace/images/small-pictures.png) no-repeat;
  width: 26px !important;
  height: 26px !important;
  background-size: 175px;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals .cp-perc {
  font-size: 20px;
}
@media screen and (max-width: 415px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals .cp-perc {
    font-size: 22px;
  }
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals .mp-price {
  font-size: 20px;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals .mp-text {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 415px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals .mp-text {
    font-size: 13.3px;
  }
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals .cp-text {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 415px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .featured-deals .cp-text {
    font-size: 13.3px;
  }
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .limited-deals .trapezoid {
  border-bottom: 40px solid #e5af47;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  height: 0;
  width: 350px;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .limited-deals .trapezoid .banner {
  width: 100%;
  height: 60px;
  z-index: 1;
  border-radius: 0 0 6px 6px;
  color: #4C4C4C;
  background: #FCC45A;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .limited-deals .products {
  border-top: 6px solid #e5af47;
  border-bottom: 6px solid #e5af47;
  background: #FFF5E0;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .limited-deals .products #limited-deals-owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .limited-deals .p {
  font-weight: 700;
  font-size: 18px;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .limited-deals .cp-perc {
  font-size: 16px;
}
@media screen and (max-width: 450px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .limited-deals .cp-perc {
    font-size: 13px;
  }
}
@media screen and (max-width: 415px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .limited-deals .cp-perc {
    font-size: 11px;
  }
}
@media screen and (max-width: 359px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .limited-deals .cp-perc {
    font-size: 16px;
  }
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .limited-deals .mp-price {
  font-size: 16px;
}
@media screen and (max-width: 450px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .limited-deals .mp-price {
    font-size: 13px;
  }
}
@media screen and (max-width: 415px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .limited-deals .mp-price {
    font-size: 11px;
  }
}
@media screen and (max-width: 359px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .limited-deals .mp-price {
    font-size: 16px;
  }
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .limited-deals .mp-text {
  font-weight: 500;
  font-size: 9px;
}
@media screen and (max-width: 359px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .limited-deals .mp-text {
    font-size: 11px;
  }
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .limited-deals .cp-text {
  font-weight: 500;
  font-size: 9px;
}
@media screen and (max-width: 359px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .limited-deals .cp-text {
    font-size: 11px;
  }
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .other-deals .form-select {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #C2C2C2;
  color: #777777;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .other-deals .search-bar {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #C2C2C2;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .other-deals .search-bar .search-input {
  border: none;
  width: 80%;
  box-shadow: unset;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .other-deals .search-bar .search-input::-moz-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #777777;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .other-deals .search-bar .search-input::placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #777777;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .other-deals .search-bar .search-icon {
  cursor: pointer;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .other-deals .cp-perc {
  font-size: 16px;
}
@media screen and (max-width: 450px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .other-deals .cp-perc {
    font-size: 13px;
  }
}
@media screen and (max-width: 415px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .other-deals .cp-perc {
    font-size: 11px;
  }
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .other-deals .mp-price {
  font-size: 16px;
}
@media screen and (max-width: 450px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .other-deals .mp-price {
    font-size: 13px;
  }
}
@media screen and (max-width: 415px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-product .other-deals .mp-price {
    font-size: 11px;
  }
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .other-deals .mp-text {
  font-weight: 500;
  font-size: 9px;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-product .other-deals .cp-text {
  font-weight: 500;
  font-size: 9px;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-customer img {
  width: 100%;
  border-radius: 6px;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-customer .steps {
  border: 1px solid #d3d3d3;
  border-radius: 6px;
}
@media screen and (max-width: 575px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-customer .steps {
    border: none;
  }
}
.profile-affiliate-view .affiliate-content .tab-content #pills-customer .steps p {
  margin-bottom: 0%;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-customer .steps .step-1 {
  border-right: 1px solid #d3d3d3;
}
@media screen and (max-width: 991px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-customer .steps .step-1 {
    border-right: none;
    border-bottom: 1px solid #d3d3d3;
  }
}
.profile-affiliate-view .affiliate-content .tab-content #pills-customer .steps .step-1 .form-select {
  border-radius: 6px;
  border: 1px solid #c9c9c9;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-customer .steps .step-1 .bi-check-circle-fill {
  color: #2ba55a;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-customer .steps .step-1 .notice {
  color: #818181;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-customer .steps .step-2 .share-btn {
  width: 200px;
  height: 40px;
  border-radius: 4px;
  border: none;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-earnings .earnings {
  border: 1px solid #C2C2C2;
  border-radius: 6px;
  height: 100%;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-earnings .earnings .e-heading {
  color: #7c7c7c;
}
@media screen and (max-width: 545px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-earnings .earnings .e-heading {
    font-size: 14px;
  }
}
.profile-affiliate-view .affiliate-content .tab-content #pills-earnings .earnings .e-amount.green {
  color: #2ba55a;
}
@media screen and (max-width: 545px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-earnings .earnings .e-amount {
    font-size: 14px;
  }
}
.profile-affiliate-view .affiliate-content .tab-content #pills-earnings .earnings .bi {
  color: #7c7c7c;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-earnings .report {
  border: 1px solid #C2C2C2;
  border-bottom-style: none;
  border-radius: 6px;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-earnings .report p {
  padding-left: 0%;
  margin-bottom: 1%;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-earnings .report p.received {
  color: #2EA65C;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-earnings .report hr {
  color: #C2C2C2;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list {
  width: 100%;
  border: 1px solid #bfb2ab;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list div.affiliate-report-title {
  width: 100%;
  background-color: #f2f2f2;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid #bfb2ab;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list table.affiliate_report_table {
  width: 100%;
  margin: 5px auto;
  font-size: 14px;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list table.affiliate_report_table tr.affiliate_report_title {
  text-align: center;
  font-weight: bold;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list table.affiliate_report_table td.affiliate_month, .profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list table.affiliate_report_table td.affiliate_status {
  width: 20%;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list table.affiliate_report_table td.affiliate_click, .profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list table.affiliate_report_table td.affiliate_purchase {
  width: 10%;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list table.affiliate_report_table td.affiliate_amount, .profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list table.affiliate_report_table td.affiliate_product {
  width: 15%;
}
.profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list table.affiliate_report_table td.affiliate_total {
  display: none;
  width: 20%;
}
@media screen and (max-width: 550px) {
  .profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list table.affiliate_report_table td.affiliate_click, .profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list table.affiliate_report_table td.affiliate_purchase, .profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list table.affiliate_report_table td.affiliate_amount, .profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list table.affiliate_report_table td.affiliate_product {
    display: none;
  }
  .profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list table.affiliate_report_table td.affiliate_month, .profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list table.affiliate_report_table td.affiliate_total, .profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list table.affiliate_report_table td.affiliate_status {
    width: unset;
  }
  .profile-affiliate-view .affiliate-content .tab-content #pills-earnings .aff-report-list table.affiliate_report_table td.affiliate_total {
    display: block;
  }
}

.owl-theme .owl-nav button.disabled {
  opacity: 0;
}

.limit-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.store-locations-view hr {
  height: 2px;
  color: #000000;
}
.store-locations-view .loc-name li {
  font-weight: 500;
  text-align: left;
}

#pick-gift-modal .modal-body .redeem-btn {
  height: 40px;
  border-radius: 4px;
}
#pick-gift-modal .modal-body #gift-owl-carousel .owl-nav .nav-button {
  width: 32px;
  height: 32px;
  top: 40% !important;
}
#pick-gift-modal .modal-body #gift-owl-carousel .owl-nav .nav-button.owl-prev {
  left: -3%;
}
#pick-gift-modal .modal-body #gift-owl-carousel .owl-nav .nav-button.owl-next {
  right: -3%;
}
#pick-gift-modal .modal-body #gift-owl-carousel .card .card-text {
  font-weight: 500;
  font-size: 10px;
}
#pick-gift-modal .modal-body #gift-owl-carousel .card .card-text.product-info {
  color: #a3a3a3;
}
#pick-gift-modal .modal-body #gift-owl-carousel .card .card-text.free {
  color: #FF5A6C;
}
#pick-gift-modal .modal-body #gift-owl-carousel .card .card-text.product-price {
  color: #4C4C4C;
}

.my-cart-view .cart-products .table-header p {
  margin-bottom: 0%;
}
.my-cart-view .cart-products .pick-gift {
  height: 49px;
  border: 1px solid #FF5A6C;
  border-radius: 4px;
  color: #FF5A6C;
}
@media screen and (max-width: 415px) {
  .my-cart-view .cart-products .pick-gift {
    height: 54px;
  }
}
.my-cart-view .cart-products .product-name {
  text-decoration: none;
  color: #000000;
}
.my-cart-view .cart-products .product-weight {
  color: #a3a3a3;
}
.my-cart-view .cart-products .product-price {
  color: #4C4C4C;
}
.my-cart-view .cart-products .free-gift-tag {
  width: 77px;
  height: 23px;
  border-radius: 7.57px;
  color: white;
}
@media screen and (max-width: 575px) {
  .my-cart-view .cart-products .free-gift-tag {
    width: 61px;
    height: 18px;
    border-radius: 6px;
  }
}
.my-cart-view .cart-products .free-tag {
  width: 45px;
  height: 23px;
  border-radius: 7.57px;
  color: white;
}
@media screen and (max-width: 575px) {
  .my-cart-view .cart-products .free-tag {
    width: 45px;
    height: 18px;
    border-radius: 6px;
  }
}
.my-cart-view .cart-products .remove-col .trash-icon {
  text-decoration: none;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .my-cart-view .cart-products .remove-col {
    text-align: right;
  }
}
@media screen and (max-width: 768px) and (max-width: 575px) {
  .my-cart-view .cart-products .remove-col {
    text-align: center;
  }
}
.my-cart-view .cart-products .bi-droplet-fill {
  color: #376dd8;
}
.my-cart-view .cart-products .form-select {
  border: none;
}
.my-cart-view .cart-products .free-gift-list .notice.desc {
  color: #000000;
}
.my-cart-view .cart-products .free-gift-list .free-product {
  padding-left: 3.5%;
}
.my-cart-view hr.black {
  color: #000000;
}
.my-cart-view hr.gray {
  color: #ebebeb;
}
.my-cart-view hr.light-gray {
  color: #a3a3a3;
}
.my-cart-view .checkout-box {
  height: auto;
  border-radius: 6px;
  border: 1px dashed #d7d7d7;
}
@media screen and (max-width: 415px) {
  .my-cart-view .checkout-box .heading {
    text-align: center;
  }
}
.my-cart-view .checkout-box .fs-bar .loadingbar {
  border-radius: 6px;
  width: 100%;
  height: 6px;
}
.my-cart-view .checkout-box .checkout-details {
  margin-bottom: 0%;
}
.my-cart-view .checkout-box .checkout-btn {
  height: 56px;
  border-radius: 4px;
  color: white;
}
@media screen and (max-width: 415px) {
  .my-cart-view .checkout-box .checkout-btn {
    height: 42px;
  }
}

@media screen and (max-width: 575px) {
  .home-view .heading {
    padding-right: 100px;
  }
}
.home-view .see-all {
  color: #000000;
}
.home-view .ads-banner {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-view .ads-banner.horizontal {
  height: 115px;
}
@media screen and (max-width: 499px) {
  .home-view .ads-banner {
    border-radius: 6px;
  }
}
.home-view .card .card-body .card-title {
  text-decoration: none;
  color: #000000;
}
@media screen and (max-width: 415px) {
  .home-view .card .card-body {
    padding-top: 3%;
  }
}
@media screen and (max-width: 499px) {
  .home-view .card {
    border-radius: 6px;
  }
  .home-view .card .card-img-top {
    border-radius: 6px 6px 0 0;
  }
}
.home-view .product-highlights .p-highlight {
  background-repeat: no-repeat;
  background-size: cover;
}
.home-view .product-highlights .p-highlight .p-text {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 15px;
}
.home-view .product-highlights .p-highlight .p-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
.home-view .product-highlights .p-highlight.text-white {
  color: white;
}
.home-view .product-highlights .p-highlight.text-white button {
  color: white;
  border-color: white;
}
.home-view .product-highlights .p-highlight .wellness-week {
  padding-left: 8%;
}
@media screen and (max-width: 1199px) {
  .home-view .product-highlights .p-highlight .wellness-week .p-name {
    width: 100px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 991px) {
  .home-view .product-highlights .p-highlight .wellness-week .p-name {
    width: 183px;
  }
}
@media screen and (max-width: 499px) {
  .home-view .product-highlights .p-highlight .wellness-week {
    padding-left: 0%;
  }
}
.home-view .product-highlights .p-highlight .on-sale {
  padding-left: 8%;
}
.home-view .product-highlights .p-highlight .on-sale .p-name {
  width: 140px;
}
@media screen and (max-width: 991px) {
  .home-view .product-highlights .p-highlight .on-sale .p-name {
    width: 183px;
  }
}
@media screen and (max-width: 499px) {
  .home-view .product-highlights .p-highlight .on-sale {
    padding-left: 2%;
  }
}
.home-view .product-highlights .p-highlight .new-arrivals {
  padding-left: 8%;
}
.home-view .product-highlights .p-highlight .new-arrivals .p-name {
  width: 183px;
}
@media screen and (max-width: 499px) {
  .home-view .product-highlights .p-highlight .new-arrivals {
    padding-left: 2%;
  }
}
.home-view .product-highlights .p-highlight .best-seller {
  padding-left: 8%;
}
.home-view .product-highlights .p-highlight .best-seller .p-name {
  width: 151px;
}
@media screen and (max-width: 499px) {
  .home-view .product-highlights .p-highlight .best-seller {
    padding-left: 2%;
  }
}
.home-view .product-highlights .p-highlight button {
  border-radius: 20px;
  height: 34px;
  font-weight: 500;
  font-size: 12px;
  width: 120px;
}
.home-view .product-highlights .p-highlight button.discover-now-btn {
  width: 150px;
  height: 34px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .home-view .product-highlights .p-highlight button.discover-now-btn {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 499px) {
  .home-view .product-highlights .p-highlight button.discover-now-btn {
    height: 27px;
  }
}
@media screen and (max-width: 499px) {
  .home-view .product-highlights .p-highlight button {
    font-size: 10px;
    height: 27px;
  }
}
@media screen and (max-width: 499px) {
  .home-view .product-highlights .p-highlight {
    background-position: center;
  }
}
.home-view #homeCarouselIndicators .owl-stage {
  display: block;
}
.home-view #homeCarouselIndicators .owl-dots {
  position: absolute;
  bottom: 1rem;
  width: 100%;
}
.home-view #homeCarouselIndicators .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid white;
  margin-right: 0.6rem;
}
.home-view #homeCarouselIndicators .owl-dots .owl-dot span {
  display: none;
}
.home-view #homeCarouselIndicators .owl-dots .owl-dot.active {
  width: 18px;
  background-color: white;
  border: none;
  border-radius: 6px;
  height: 8px;
}
.home-view #product-highlights-owl-carousel .p-highlight {
  height: 400px;
}
@media screen and (max-width: 499px) {
  .home-view #product-highlights-owl-carousel .p-highlight {
    height: 197px;
  }
}
@media screen and (max-width: 499px) {
  .home-view #product-highlights-owl-carousel .owl-nav .nav-button {
    top: 35% !important;
  }
}
@media screen and (max-width: 499px) and (max-width: 415px) {
  .home-view #product-highlights-owl-carousel .owl-nav .nav-button {
    width: 32px;
    height: 32px;
  }
}
.home-view #product-owl-carousel-2 .owl-stage {
  padding-left: 0 !important;
}
.home-view .shop-trending a {
  width: 100%;
  text-decoration: none;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-view .shop-trending a.large-col {
  height: 520px;
}
.home-view .shop-trending a.small-col {
  height: 248px;
}
.home-view .shop-trending a.mobile-col {
  height: 400px;
}
@media screen and (max-width: 499px) {
  .home-view .shop-trending a.mobile-col {
    height: 250px;
  }
}
.home-view .shop-trending a .btn {
  border-radius: 2px;
  height: 40px;
  font-weight: 500;
  font-size: 18px;
}
.home-view .shop-trending a .btn.short-btn {
  width: 160px;
}
.home-view .shop-trending a .btn.long-btn {
  width: 180px;
}
.home-view .shop-trending .owl-nav .nav-button {
  top: 42% !important;
}
.home-view .home-subscribe {
  background-repeat: no-repeat;
  background-size: cover;
}
.home-view .home-subscribe p {
  color: white;
}
.home-view .home-subscribe .input-group {
  width: 433px;
  height: 40px;
}
.home-view .home-subscribe .input-group input {
  border: none;
}
.home-view .home-subscribe .input-group input::-moz-placeholder {
  font-weight: 400;
  font-size: 12px;
}
.home-view .home-subscribe .input-group input::placeholder {
  font-weight: 400;
  font-size: 12px;
}
.home-view .home-subscribe .input-group button {
  border: none;
  width: 140px;
}
@media screen and (max-width: 499px) {
  .home-view .home-subscribe .input-group button {
    width: 126px;
  }
}
@media screen and (max-width: 499px) {
  .home-view .home-subscribe .input-group {
    width: 346px;
  }
}
.home-view .shop-by-diet #diet-owl-carousel {
  padding-left: 0 !important;
}
.home-view .shop-by-diet #diet-owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.home-view .shop-by-diet #diet-owl-carousel .item a {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 220px;
  text-decoration: none;
  color: white;
}
.home-view .shop-by-diet #diet-owl-carousel .item a img {
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 499px) {
  .home-view .shop-by-diet #diet-owl-carousel .item a img {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 575px) {
  .home-view .shop-by-diet #diet-owl-carousel .item a {
    height: 155px;
  }
}
.home-view .shop-by-category {
  background-repeat: no-repeat;
  background-size: cover;
}
.home-view .shop-by-category #category-owl-carousel {
  padding-left: 0 !important;
}
.home-view .shop-by-category #category-owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.home-view .shop-by-category #category-owl-carousel .item {
  height: 100%;
}
.home-view .shop-by-category #category-owl-carousel .item .card {
  text-align: center;
  width: 100%;
  height: 99%;
  border: none;
  border-radius: 6px;
}
.home-view .shop-by-category #category-owl-carousel .item .card img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 499px) {
  .home-view .shop-by-category #category-owl-carousel .item .card img {
    margin-bottom: 5px;
  }
}
.home-view .shop-by-category #category-owl-carousel .item .card .shop-now-btn {
  height: 29px;
  border-radius: 4px;
}
@media screen and (max-width: 499px) {
  .home-view .shop-by-category #category-owl-carousel .item .card .shop-now-btn {
    height: 15px;
  }
}
@media screen and (max-width: 499px) {
  .home-view .shop-by-category #category-owl-carousel .item .card {
    font-size: 8px;
  }
}
.home-view .banner {
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-view .banner button {
  color: white;
  border-color: white;
  width: 213px;
  height: 55px;
  border-radius: 100px;
}
@media screen and (max-width: 575px) {
  .home-view .banner button {
    width: auto;
    height: 27px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .home-view .banner {
    text-align: center;
  }
}
.home-view .new-product .trapezoid {
  border-bottom: 46px solid #e5af47;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  height: 0;
  width: 469px;
}
.home-view .new-product .trapezoid .new-product-banner {
  width: 100%;
  height: 79px;
  z-index: 1;
  border-radius: 0 0 10px 10px;
  color: #4C4C4C;
}
@media screen and (max-width: 575px) {
  .home-view .new-product .trapezoid .new-product-banner {
    height: 61px;
  }
}
@media screen and (max-width: 499px) {
  .home-view .new-product .trapezoid {
    width: 330px;
    border-bottom: 34px solid #e5af47;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }
}
.home-view .new-product .products {
  border-top: 8px solid #e5af47;
  border-bottom: 8px solid #e5af47;
}
.home-view .new-product .products .owl-nav .nav-button {
  top: 42% !important;
}
.home-view .new-product .products .owl-stage .item .card {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.home-view .new-product .products .owl-stage .item .card .card-img {
  border-radius: 4px 0 0 4px;
}
@media screen and (max-width: 991px) {
  .home-view .new-product .products .owl-stage .item .card .card-img {
    border-radius: 4px 4px 0 0;
  }
}
.home-view .new-product .products .owl-stage .item .card .card-body .heading {
  text-decoration: none;
  color: #000000;
}
.home-view .new-product .products .owl-stage .item .card .card-body .value-icons img {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 499px) {
  .home-view .new-product .products .owl-stage .item .card .card-body .value-icons img {
    width: 32px;
    height: 32px;
  }
}
.home-view .new-product .products .owl-stage .item .card .card-body .desc {
  color: #828282;
}
.home-view .new-product .products .owl-stage .item .card .card-body .free-gift {
  width: 176px;
}
@media screen and (max-width: 575px) {
  .home-view .new-product .products .owl-stage .item .card .card-body .free-gift {
    width: 143px;
  }
}

.landing-view .heading {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .landing-view .heading {
    padding-right: 100px;
    margin-bottom: 15px;
  }
}
.landing-view .see-all {
  color: #000000;
}
.landing-view .ads-banner {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-view .ads-banner.horizontal {
  height: 115px;
}
@media screen and (max-width: 499px) {
  .landing-view .ads-banner {
    border-radius: 6px;
  }
}
.landing-view .card .card-body .card-title {
  text-decoration: none;
  color: #000000;
}
@media screen and (max-width: 415px) {
  .landing-view .card .card-body {
    padding-top: 3%;
  }
}
@media screen and (max-width: 499px) {
  .landing-view .card {
    border-radius: 6px;
  }
  .landing-view .card .card-img-top {
    border-radius: 6px 6px 0 0;
  }
}
.landing-view .top-carousel .carousel-indicators button {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid white;
}
.landing-view .top-carousel .carousel-indicators button.active {
  width: 18px;
  background-color: white;
  border: none;
  border-radius: 6px;
  height: 8px;
}
.landing-view .product-highlights .p-highlight {
  background-repeat: no-repeat;
  background-size: cover;
}
.landing-view .product-highlights .p-highlight .p-text {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 15px;
}
.landing-view .product-highlights .p-highlight .p-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
.landing-view .product-highlights .p-highlight.text-white {
  color: white;
}
.landing-view .product-highlights .p-highlight.text-white button {
  color: white;
  border-color: white;
}
.landing-view .product-highlights .p-highlight .wellness-week {
  padding-left: 8%;
}
@media screen and (max-width: 1199px) {
  .landing-view .product-highlights .p-highlight .wellness-week .p-name {
    width: 100px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 991px) {
  .landing-view .product-highlights .p-highlight .wellness-week .p-name {
    width: 183px;
  }
}
@media screen and (max-width: 499px) {
  .landing-view .product-highlights .p-highlight .wellness-week {
    padding-left: 0%;
  }
}
.landing-view .product-highlights .p-highlight .on-sale {
  padding-left: 8%;
}
.landing-view .product-highlights .p-highlight .on-sale .p-name {
  width: 140px;
}
@media screen and (max-width: 991px) {
  .landing-view .product-highlights .p-highlight .on-sale .p-name {
    width: 183px;
  }
}
@media screen and (max-width: 499px) {
  .landing-view .product-highlights .p-highlight .on-sale {
    padding-left: 2%;
  }
}
.landing-view .product-highlights .p-highlight .new-arrivals {
  padding-left: 8%;
}
.landing-view .product-highlights .p-highlight .new-arrivals .p-name {
  width: 183px;
}
@media screen and (max-width: 499px) {
  .landing-view .product-highlights .p-highlight .new-arrivals {
    padding-left: 2%;
  }
}
.landing-view .product-highlights .p-highlight .best-seller {
  padding-left: 8%;
}
.landing-view .product-highlights .p-highlight .best-seller .p-name {
  width: 151px;
}
@media screen and (max-width: 499px) {
  .landing-view .product-highlights .p-highlight .best-seller {
    padding-left: 2%;
  }
}
.landing-view .product-highlights .p-highlight button {
  border-radius: 20px;
  height: 34px;
  font-weight: 500;
  font-size: 12px;
  width: 120px;
}
.landing-view .product-highlights .p-highlight button.discover-now-btn {
  width: 150px;
  height: 34px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .landing-view .product-highlights .p-highlight button.discover-now-btn {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 499px) {
  .landing-view .product-highlights .p-highlight button.discover-now-btn {
    height: 27px;
  }
}
@media screen and (max-width: 499px) {
  .landing-view .product-highlights .p-highlight button {
    font-size: 10px;
    height: 27px;
  }
}
@media screen and (max-width: 499px) {
  .landing-view .product-highlights .p-highlight {
    background-position: center;
  }
}
.landing-view #product-highlights-owl-carousel .p-highlight {
  height: 400px;
}
@media screen and (max-width: 499px) {
  .landing-view #product-highlights-owl-carousel .p-highlight {
    height: 197px;
  }
}
@media screen and (max-width: 499px) {
  .landing-view #product-highlights-owl-carousel .owl-nav .nav-button {
    top: 35% !important;
  }
}
@media screen and (max-width: 499px) and (max-width: 415px) {
  .landing-view #product-highlights-owl-carousel .owl-nav .nav-button {
    width: 32px;
    height: 32px;
  }
}
.landing-view #product-owl-carousel-2 .owl-stage {
  padding-left: 0 !important;
}
.landing-view .shop-trending a {
  width: 100%;
  text-decoration: none;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
.landing-view .shop-trending a.large-col {
  height: 520px;
}
.landing-view .shop-trending a.small-col {
  height: 248px;
}
.landing-view .shop-trending a.mobile-col {
  height: 400px;
}
@media screen and (max-width: 499px) {
  .landing-view .shop-trending a.mobile-col {
    height: 250px;
  }
}
.landing-view .shop-trending a .btn {
  border-radius: 2px;
  height: 40px;
  font-weight: 500;
  font-size: 18px;
}
.landing-view .shop-trending a .btn.short-btn {
  width: 160px;
}
.landing-view .shop-trending a .btn.long-btn {
  width: 180px;
}
.landing-view .shop-trending .owl-nav .nav-button {
  top: 42% !important;
}
.landing-view .home-subscribe {
  background-repeat: no-repeat;
  background-size: cover;
}
.landing-view .home-subscribe p {
  color: white;
}
.landing-view .home-subscribe .input-group {
  width: 433px;
  height: 40px;
}
.landing-view .home-subscribe .input-group input {
  border: none;
}
.landing-view .home-subscribe .input-group input::-moz-placeholder {
  font-weight: 400;
  font-size: 12px;
}
.landing-view .home-subscribe .input-group input::placeholder {
  font-weight: 400;
  font-size: 12px;
}
.landing-view .home-subscribe .input-group button {
  border: none;
  width: 140px;
}
@media screen and (max-width: 499px) {
  .landing-view .home-subscribe .input-group button {
    width: 126px;
  }
}
@media screen and (max-width: 499px) {
  .landing-view .home-subscribe .input-group {
    width: 346px;
  }
}
.landing-view .shop-by-diet #diet-owl-carousel {
  padding-left: 0 !important;
}
.landing-view .shop-by-diet #diet-owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.landing-view .shop-by-diet #diet-owl-carousel .item a {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 220px;
  text-decoration: none;
  color: white;
}
.landing-view .shop-by-diet #diet-owl-carousel .item a img {
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 499px) {
  .landing-view .shop-by-diet #diet-owl-carousel .item a img {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 575px) {
  .landing-view .shop-by-diet #diet-owl-carousel .item a {
    height: 155px;
  }
}
.landing-view .shop-by-category {
  background-repeat: no-repeat;
  background-size: cover;
}
.landing-view .shop-by-category #category-owl-carousel {
  padding-left: 0 !important;
}
.landing-view .shop-by-category #category-owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.landing-view .shop-by-category #category-owl-carousel .item {
  height: 100%;
}
.landing-view .shop-by-category #category-owl-carousel .item .card {
  text-align: center;
  width: 100%;
  height: 99%;
  border: none;
  border-radius: 6px;
}
.landing-view .shop-by-category #category-owl-carousel .item .card img {
  height: 55px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 499px) {
  .landing-view .shop-by-category #category-owl-carousel .item .card img {
    height: 32px;
    margin-bottom: 5px;
  }
}
.landing-view .shop-by-category #category-owl-carousel .item .card button {
  height: 29px;
  border-radius: 4px;
}
@media screen and (max-width: 499px) {
  .landing-view .shop-by-category #category-owl-carousel .item .card button {
    height: 15px;
    padding: 0;
  }
}
@media screen and (max-width: 499px) {
  .landing-view .shop-by-category #category-owl-carousel .item .card {
    font-size: 8px;
  }
}
.landing-view .banner {
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
}
.landing-view .banner button {
  color: white;
  border-color: white;
  width: 213px;
  height: 55px;
  border-radius: 100px;
}
@media screen and (max-width: 575px) {
  .landing-view .banner button {
    width: auto;
    height: 27px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .landing-view .banner {
    text-align: center;
  }
}
.landing-view .new-product .trapezoid {
  border-bottom: 46px solid #e5af47;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  height: 0;
  width: 469px;
}
.landing-view .new-product .trapezoid .new-product-banner {
  width: 100%;
  height: 79px;
  z-index: 1;
  border-radius: 0 0 10px 10px;
  color: #4C4C4C;
}
@media screen and (max-width: 575px) {
  .landing-view .new-product .trapezoid .new-product-banner {
    height: 61px;
  }
}
@media screen and (max-width: 499px) {
  .landing-view .new-product .trapezoid {
    width: 330px;
    border-bottom: 34px solid #e5af47;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }
}
.landing-view .new-product .products {
  border-top: 8px solid #e5af47;
  border-bottom: 8px solid #e5af47;
}
.landing-view .new-product .products .owl-nav .nav-button {
  top: 42% !important;
}
.landing-view .new-product .products .owl-stage .item .card {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.landing-view .new-product .products .owl-stage .item .card .card-img {
  border-radius: 4px 0 0 4px;
}
@media screen and (max-width: 991px) {
  .landing-view .new-product .products .owl-stage .item .card .card-img {
    border-radius: 4px 4px 0 0;
  }
}
.landing-view .new-product .products .owl-stage .item .card .card-body .heading {
  text-decoration: none;
  color: #000000;
}
.landing-view .new-product .products .owl-stage .item .card .card-body .value-icons img {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 499px) {
  .landing-view .new-product .products .owl-stage .item .card .card-body .value-icons img {
    width: 32px;
    height: 32px;
  }
}
.landing-view .new-product .products .owl-stage .item .card .card-body .desc {
  color: #828282;
}
.landing-view .new-product .products .owl-stage .item .card .card-body .free-gift {
  width: 176px;
}
@media screen and (max-width: 575px) {
  .landing-view .new-product .products .owl-stage .item .card .card-body .free-gift {
    width: 143px;
  }
}

.success-view .btn {
  border: none;
}
.success-view .success-header {
  border-radius: 6px;
}
.success-view .success-header .back-btn {
  border-radius: 3px;
  width: 141px;
  height: 35px;
}
@media screen and (max-width: 575px) {
  .success-view .success-header .back-btn {
    width: 125px;
    height: 33px;
  }
}
@media screen and (max-width: 991px) {
  .success-view .success-header {
    text-align: center;
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  .success-view .success-header {
    border-radius: 0%;
  }
}
.success-view .success-content {
  border-radius: 6px;
  border: 1px solid #d3d3d3;
}
.success-view .success-content .download-section {
  border-right: 1px solid #d3d3d3;
}
.success-view .success-content .download-section .ds-text {
  width: 337px;
}
.success-view .success-content .download-section .download-btn {
  width: 206px;
  height: 61px;
  border-radius: 10px;
}
.success-view .success-content .download-section .download-btn.google-play .google-play-icon {
  width: 35px;
  height: 39px;
}
@media screen and (max-width: 991px) {
  .success-view .success-content .download-section {
    border-right: none;
    border-top: 1px solid #d3d3d3;
  }
}
.success-view .success-content .sharing-section .ss-heading {
  width: 418px;
}
@media screen and (max-width: 991px) {
  .success-view .success-content .sharing-section .ss-heading {
    text-align: center;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .success-view .success-content .sharing-section .ss-heading {
    width: 319px;
  }
}
.success-view .success-content .sharing-section .input-group {
  width: 384px;
  height: 40px;
}
@media screen and (max-width: 576px) {
  .success-view .success-content .sharing-section .input-group {
    width: 100%;
  }
}
.success-view .success-content .sharing-section .share-btns .share-btn {
  width: 200px;
  height: 40px;
  border-radius: 4px;
}
@media screen and (max-width: 575px) {
  .success-view .success-content {
    border: none;
  }
}

.login-view .modal-content .modal-body .login-left .sm-logo {
  width: 294px;
}
@media screen and (max-width: 991px) {
  .login-view .modal-content .modal-body .login-left .sm-logo {
    width: 80%;
  }
}
.login-view .modal-content .modal-body .login-left .login-form .mobile-input-group {
  height: 40px;
  width: 384px;
  border: 1px solid #C2C2C2;
  border-radius: 6px;
}
.login-view .modal-content .modal-body .login-left .login-form .mobile-input-group .mig-right {
  height: 20px;
}
.login-view .modal-content .modal-body .login-left .login-form .mobile-input-group .mig-right input {
  width: 100%;
  height: 100%;
  border: none;
  border-left: 1px solid #C2C2C2;
  border-radius: 0%;
}
.login-view .modal-content .modal-body .login-left .login-form .mobile-input-group .mig-left {
  height: 20px;
  width: 64px;
}
@media screen and (max-width: 991px) {
  .login-view .modal-content .modal-body .login-left .login-form .mobile-input-group .mig-left {
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .login-view .modal-content .modal-body .login-left .login-form .mobile-input-group {
    width: auto;
  }
}
.login-view .modal-content .modal-body .login-left .login-form .input-group {
  height: 40px;
}
.login-view .modal-content .modal-body .login-left .login-form .input-group input {
  width: 30px;
  border: 1px solid #C2C2C2;
  border-right: none;
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 991px) {
  .login-view .modal-content .modal-body .login-left .login-form .input-group input {
    width: 10px;
  }
}
.login-view .modal-content .modal-body .login-left .login-form .input-group .invalid-feedback {
  color: #e34556;
}
.login-view .modal-content .modal-body .login-left .login-btn {
  width: 384px;
  height: 50px;
  border-radius: 6px;
  border: none;
}
@media screen and (max-width: 991px) {
  .login-view .modal-content .modal-body .login-left .login-btn {
    width: 100%;
  }
}
.login-view .modal-content .modal-body .background-img {
  background-repeat: no-repeat;
  background-size: cover;
}

.checkout-view .delivery-radio-btns .delivery-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232ba55a' class='bi bi-check-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/%3E%3C/svg%3E");
  background-color: transparent;
}
.checkout-view .gift-card-input::-moz-placeholder {
  font-weight: 600;
  color: #c9c9c9;
}
.checkout-view .gift-card-input::placeholder {
  font-weight: 600;
  color: #c9c9c9;
}
.checkout-view .your-order-details {
  margin-bottom: 0.5rem;
}

.packaging-options-section {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto; /* Enable horizontal scrolling */
  white-space: nowrap; /* Prevents wrapping of buttons */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.packaging-option {
  border: 1.8px solid transparent;
  border-radius: 8px;
  padding: 7px 7px;
  margin: 2px 12px 8px 0px;
  cursor: pointer;
  position: relative;
  width: 140px;
  background-color: #e4e4e4;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.packaging-option:hover {
  background-color: #e9e9ec;
}

.packaging-option.selected:hover {
  background-color: #e0ffe0;
}

.selected {
  border-color: #02a819;
  background-color: #e0ffe0;
}

/* //position of tick */
.ps-tick {
  color: #02a819;
  position: absolute;
  bottom: -8px;
  right: -7px;
  background-color: white;
  border-radius: 24px;
  padding: 2px; /* Added for the white outline */
}

.packaging-option.selected .ps-tick {
  display: block;
}

.packaging-image {
  max-width: 85%;
  white-space: normal;
  height: 120px;
  margin-top: 3px;
}

.packaging-title {
  text-align: center;
  margin-bottom: 0px; /* Adjusts the space between the text and the tick */
}

.qtynumcart3 {
  text-align: center !important;
  background-color: #fff;
  width: 31px; /* Adjust width to center align better */
  border: 1px solid #a6a6a6;
  padding: 4px;
  height: 31px;
  display: flex;
  align-items: center;
  margin: 0 1px;
  border-radius: 4px;
}

.minus-btn3, .add-btn3 {
  width: 29px; /* Ensure buttons are uniform size */
  height: 29px;
  font-size: 18px;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  border-radius: 4px;
  margin-top: 4px 0;
}

.pwp-view #pwpCarouselIndicators .carousel-indicators button {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  border: 1px solid #4C4C4C;
  background-color: transparent;
}
.pwp-view #pwpCarouselIndicators .carousel-indicators button.active {
  background-color: #4C4C4C;
  border: none;
  width: 18px;
  border-radius: 6px;
  height: 8px;
}
.pwp-view #pwp-owl-carousel .owl-stage {
  padding-left: 0% !important;
}
@media screen and (max-width: 575px) {
  .pwp-view .pwp-sticky-bar {
    box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
}

.profile-view .profile-menu .profile {
  font-weight: 700;
  color: #2EA65C;
}
.profile-view #giftcode2::-moz-placeholder {
  font-size: 9px;
}
.profile-view #giftcode2::placeholder {
  font-size: 9px;
}

.profile-membership-view .profile-menu .membership {
  font-weight: 700;
  color: #2EA65C;
}
.profile-membership-view .gradient-heading {
  background: -webkit-linear-gradient(left, #a9a9a9, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.profile-order-view .profile-menu .orders {
  font-weight: 700;
  color: #2EA65C;
}
.profile-order-view .order-listing-hover:hover {
  font-weight: 700;
}

.order-view .profile-menu .orders {
  font-weight: 700;
  color: #2EA65C;
}
.order-view .free-gift-tag {
  width: 77px;
  height: 23px;
  border-radius: 7.57px;
  color: white;
}
@media screen and (max-width: 575px) {
  .order-view .free-gift-tag {
    width: 61px;
    height: 18px;
    border-radius: 6px;
  }
}
.order-view .free-tag {
  width: 45px;
  height: 23px;
  border-radius: 7.57px;
  color: white;
}
@media screen and (max-width: 575px) {
  .order-view .free-tag {
    width: 45px;
    height: 18px;
    border-radius: 6px;
  }
}

.profile-address-view .profile-menu .address-book {
  font-weight: 700;
  color: #2EA65C;
}

.profile-credit-view .profile-menu .store-credit {
  font-weight: 700;
  color: #2EA65C;
}
.profile-credit-view .nav-pills .nav-link {
  color: #000000;
  border-bottom: 2px solid #000000;
}
.profile-credit-view .nav-pills .nav-link.active {
  color: #2EA65C;
  border-bottom: 2px solid #2EA65C;
}
.profile-credit-view .view-more {
  color: #787878;
}
.profile-credit-view .view-more:hover {
  color: white;
}

.profile-coupon-view .profile-menu .my-coupon {
  font-weight: 700;
  color: #2EA65C;
}
.profile-coupon-view .nav-pills .nav-link {
  border: 1px solid #4C4C4C;
  color: #4C4C4C;
  font-weight: normal;
}
.profile-coupon-view .nav-pills .nav-link.active {
  border: 2px solid #2EA65C;
  color: #2EA65C;
  font-weight: bold;
}
.profile-coupon-view .coupon-top-img {
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 991px) {
  .profile-coupon-view .coupon-top-img {
    border-radius: 6px 6px 0 0;
  }
}

.profile-favourite-view .profile-menu .favourites {
  font-weight: 700;
  color: #2EA65C;
}

.profile-refund-view .profile-menu .request-refund {
  font-weight: 700;
  color: #2EA65C;
}
.profile-refund-view .refund-listing-hover:hover {
  font-weight: 700;
}

.profile-review-view .profile-menu .review-purchase {
  font-weight: 700;
  color: #2EA65C;
}

.newslider-title1 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
@media all and (max-width: 768px) {
  .newslider-title1 {
    font-size: 18px;
  }
}

span.payment {
  background: url(small-pictures.png?02062020) -199px -828px no-repeat;
  width: 29px;
  height: 27px;
  float: left;
}

/*Write Review for product desc*/
.stars {
  font-size: 30px;
}
@media all and (max-width: 1210px) {
  .stars {
    font-size: 26px;
  }
}
@media all and (max-width: 750px) {
  .stars {
    font-size: 30px;
  }
}

div.starlist {
  display: flex;
}
@media all and (max-width: 750px) {
  div.starlist {
    width: 160px;
  }
}

p.rv-remind {
  margin: 0px 0px 0 5px;
  font-size: 10px;
  font-style: italic;
}

div.rvpd-row {
  width: 100%;
  margin: 0px auto;
  display: flex;
}

div.rvpd-img {
  width: 20%;
  margin: 0 10px 0 0;
}
@media all and (max-width: 550px) {
  div.rvpd-img {
    width: 40%;
  }
}

div.rvpd-img img {
  width: 100%;
  max-width: 320px;
}

input.rv-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.rv-btn, input.rv-btn {
  padding: 10px 20px;
  background-color: #21a657;
  color: #fff !important;
  font-size: 16px;
  border-radius: 7px;
  text-decoration: none;
}

a.rv-btn:link,
a.rv-btn:visited,
a.rv-btn:hover,
a.rv-btn:active {
  text-decoration: none;
}

div.rvcomm-list {
  display: none;
}

div.rvpd-list {
  width: 80%;
  line-height: 20px;
}
@media all and (max-width: 550px) {
  div.rvpd-list {
    width: 55%;
  }
}

/*END Write Review for product desc*/
/*Filter Review for product desc*/
.fr-wrapper .fr-star {
  width: 28%;
  min-width: 77px;
}
.fr-wrapper .fr-bar {
  width: 67%;
  margin: auto 10px auto -6px;
  display: flex;
}
.fr-wrapper .fr-view {
  width: 5%;
}
@media all and (max-width: 750px) {
  .fr-wrapper .fr-star {
    width: 10%;
  }
  .fr-wrapper .fr-bar {
    width: 85%;
  }
  .fr-wrapper .fr-view {
    width: 5%;
  }
}

img.imgframe {
  width: auto;
  height: 100px;
}

img.showEnlargeImg {
  width: 100%;
  max-width: 500px;
}

/*END Filter Review for product desc*/
/*Bottom pop up for product desc*/
div.sticky {
  bottom: 0px;
  position: fixed;
}

div.nonsticky {
  position: absolute;
}

img.popoutimage-smallthumbnail {
  display: none;
}
@media all and (max-width: 1210px) {
  img.popoutimage-smallthumbnail {
    display: none;
  }
}
@media all and (max-width: 800px) {
  img.popoutimage-smallthumbnail {
    display: none;
  }
}
@media all and (max-width: 750px) {
  img.popoutimage-smallthumbnail {
    display: block;
  }
}
@media all and (max-width: 700px) {
  img.popoutimage-smallthumbnail {
    display: block;
  }
}
@media all and (max-width: 650px) {
  img.popoutimage-smallthumbnail {
    display: none;
  }
}
@media all and (max-width: 450px) {
  img.popoutimage-smallthumbnail {
    display: none;
  }
}

@media all and (max-width: 750px) {
  img.popoutimage-thumbnail {
    display: none;
  }
}
@media all and (max-width: 700px) {
  img.popoutimage-thumbnail {
    display: none;
  }
}
@media all and (max-width: 450px) {
  img.popoutimage-thumbnail {
    display: none;
  }
}

div.bottom-popout-main-addcart {
  background-color: #fff;
  right: 0;
  display: block;
  width: 100%;
  box-shadow: 0 0px 15px #ddd;
  z-index: 1000;
}

div.bottom-popout-sub-addcart {
  display: flex;
  height: 75px;
  background-color: #fff;
  position: relative;
  max-width: 1210px;
  margin: 5px auto;
}
@media all and (max-width: 1210px) {
  div.bottom-popout-sub-addcart {
    width: 98%;
  }
}
@media all and (max-width: 750px) {
  div.bottom-popout-sub-addcart {
    height: auto !important;
    margin-top: 2px;
    margin-bottom: 2px;
  }
}

div.cartbtn-container.cartbtnbottompopup {
  margin-top: -4px;
  margin: 0 3%;
  width: 94% !important;
}

div.bottom-popout-image {
  width: auto;
  margin: auto;
}
@media all and (max-width: 750px) {
  div.bottom-popout-image {
    padding-right: 10px;
    width: auto;
    margin: auto;
  }
}

div.bottom-popout-title {
  width: 80%;
  text-align: left;
  margin: auto;
  color: #4C4C4C;
}
@media all and (max-width: 1210px) {
  div.bottom-popout-title {
    width: 75%;
  }
}
@media all and (max-width: 800px) {
  div.bottom-popout-title {
    width: 70%;
  }
}
@media all and (max-width: 750px) {
  div.bottom-popout-title {
    width: 80%;
    font-size: 12px;
    margin: auto;
  }
}

span.popouttitle {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
@media all and (max-width: 1210px) {
  span.popouttitle {
    font-size: 18px;
  }
}
@media all and (max-width: 800px) {
  span.popouttitle {
    font-size: 16px;
    line-height: 18px;
  }
}
@media all and (max-width: 750px) {
  span.popouttitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (max-width: 650px) {
  span.popouttitle {
    font-size: 14px;
    line-height: 16px;
  }
}

span.popoutweight {
  font-size: 14px;
  color: #828282;
}

span.popoutfav {
  padding: 0 23px;
}

div.bottom-popout-price {
  width: 50%;
  margin: auto;
}

div.bottom-popout-price strike {
  color: #d1a37b;
}

div.bottom-popout-button {
  width: 50%;
  margin: auto;
  position: relative;
}

/*END Bottom pop up for product desc*/
/*Share for product desc*/
span.emailrequired {
  font-size: 12px;
  color: #f00;
}

.share a {
  color: white;
  text-decoration: none;
}

/*END Share for product desc*/
/*for profile fav (if no fav)*/
.noRecordFound {
  text-align: center;
  margin: 100px auto;
}

/*Cart quantity for product desc*/
.qtynumcart2 {
  width: 100%;
  height: 100%;
  border: 1px solid #4C4C4C;
  font-weight: 700;
  font-size: 1rem;
  color: #4C4C4C;
  border-radius: 4px;
}

/*Purchase Limit for product desc*/
.purchaseLimit {
  position: absolute;
  top: 5px;
  right: 50px;
  width: 40px;
  height: 40px;
  background: #555;
  font-size: 11px;
  color: #fff;
  text-align: center !important;
  border-radius: 20px;
  line-height: 16px;
}

.purchaseLimit font {
  margin: 4px 0 0;
  float: left;
  width: 40px;
  right: 10px;
}

.purchaseLimit b {
  font-size: 14px;
}

/*END Purchase Limit for product desc*/
/*Out of Stock for product desc*/
.oos-desc {
  font-size: 50px;
  color: #333;
  font-weight: 700;
  z-index: 15;
  text-align: center !important;
  line-height: 400px;
}
@media all and (max-width: 1399px) {
  .oos-desc {
    font-size: 40px;
    line-height: 350px;
  }
}
@media all and (max-width: 1399px) and (max-width: 1199px) {
  .oos-desc {
    line-height: 320px;
  }
}
@media all and (max-width: 1399px) and (max-width: 1199px) and (max-width: 991px) {
  .oos-desc {
    line-height: 250px;
  }
}
@media all and (max-width: 1399px) and (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) {
  .oos-desc {
    line-height: 350px;
  }
}
@media all and (max-width: 1399px) and (max-width: 1199px) and (max-width: 991px) and (max-width: 767px) and (max-width: 575px) {
  .oos-desc {
    line-height: 230px;
  }
}

/*END Out of Stock for product desc*/
/*Out of Stock for product listing*/
.oos-pl {
  position: absolute;
  width: 100%;
  font-size: 35px;
  color: #333;
  font-weight: 700;
  z-index: 15;
  text-align: center !important;
  top: 64px;
}
@media all and (max-width: 1199px) {
  .oos-pl {
    top: 15%;
    font-size: 26px;
  }
}
@media all and (max-width: 991px) {
  .oos-pl {
    top: 14%;
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .oos-pl {
    top: 15%;
    font-size: 20px;
  }
}
@media all and (max-width: 360px) {
  .oos-pl {
    top: 15%;
    font-size: 20px;
  }
}

/*END Out of Stock for product listing*/
/*Out of Stock for profile favourite*/
.oos-blog {
  position: absolute;
  width: 100%;
  font-size: 25px;
  color: #333;
  font-weight: 700;
  z-index: 15;
  text-align: center !important;
  top: 8%;
}
@media all and (max-width: 1210px) {
  .oos-blog {
    font-size: 22px;
  }
}
@media all and (max-width: 850px) {
  .oos-blog {
    font-size: 20px;
  }
}
@media all and (max-width: 550px) {
  .oos-blog {
    font-size: 20px;
  }
}
@media all and (max-width: 450px) {
  .oos-blog {
    font-size: 20px;
  }
}
@media all and (max-width: 415px) {
  .oos-blog {
    font-size: 20px;
  }
}

/*END Out of Stock for profile favourite*/
/*Out of Stock for profile favourite*/
.oos-fav {
  position: absolute;
  width: 100%;
  font-size: 25px;
  color: #333;
  font-weight: 700;
  z-index: 1;
  text-align: center !important;
}
@media all and (max-width: 1210px) {
  .oos-fav {
    font-size: 22px;
  }
}
@media all and (max-width: 850px) {
  .oos-fav {
    font-size: 20px;
  }
}
@media all and (max-width: 550px) {
  .oos-fav {
    font-size: 20px;
  }
}
@media all and (max-width: 450px) {
  .oos-fav {
    font-size: 20px;
  }
}
@media all and (max-width: 415px) {
  .oos-fav {
    font-size: 20px;
  }
}

/*END Out of Stock for profile favourite*/
.header-shadow {
  box-shadow: 0px 5px 8px -4px #dddddd;
}

.hamburger-slide-menu {
  overflow-x: hidden;
}
.hamburger-slide-menu a {
  text-decoration: none;
  color: #000000;
}
.hamburger-slide-menu .slide-menu-content li {
  display: block;
}
.hamburger-slide-menu .slide-menu-content li #nav-account-link {
  cursor: pointer;
}
.hamburger-slide-menu .slide-menu-content li #nav-snack-link {
  cursor: pointer;
}
.hamburger-slide-menu .slide-menu-content li #nav-value-link {
  cursor: pointer;
}
.hamburger-slide-menu .sub-menu {
  display: none;
}
.hamburger-slide-menu .sub-menu .back-to-main {
  cursor: pointer;
}
.hamburger-slide-menu .sidebar-login button {
  width: 184px;
  height: 50px;
  border-radius: 6px;
}

.was-validated .form-control:valid {
  background-image: none;
}
.was-validated .form-control:invalid {
  background-image: none;
}
.was-validated .form-select:valid {
  border: none;
}
.was-validated .form-select:valid:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  padding-left: 0px;
  background-position: right 0.47rem center;
  padding-right: 20px;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

.spinner-border {
  animation: 0.45s linear infinite spinner-border;
  border: 6px solid #b1b1b1;
  border-right-color: #007835;
}

.image-bg-default {
  height: 100%;
  background-image: url("https://malaysiaserver.s3.ap-southeast-1.amazonaws.com/temp/images/default_sm.png");
  background-size: 60%; /* or use 'cover' for aspect crop */
  background-position: center;
  background-repeat: no-repeat;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
body .form-select {
  font-size: 14px;
}
body .form-select:focus {
  outline: none !important;
  box-shadow: none !important;
}
body textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
body button:focus {
  outline: none !important;
  box-shadow: none !important;
}
body .btn-close-div {
  position: absolute;
  cursor: pointer;
  padding: 10px;
  top: 0px;
  right: 0px;
}
body label {
  font-size: 14px;
}
body input.form-control {
  font-size: 14px;
}
body input.form-control::-moz-placeholder {
  color: #888888;
}
body input.form-control::placeholder {
  color: #888888;
}
body input:focus {
  outline: none !important;
  box-shadow: none !important;
}
body .btn {
  font-size: 14px;
}
body .btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
body .title {
  font-weight: 600;
  font-size: 28px;
  color: #081f32;
}
@media screen and (max-width: 415px) {
  body .title {
    font-size: 18px;
  }
}
body hr {
  width: 100%;
  opacity: 1;
}
body img {
  border-radius: 0rem;
}
body .breadcrumb {
  font-weight: 500;
  font-size: 0.875rem;
}
body .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #000000;
}
body .breadcrumb a {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
@media screen and (max-width: 415px) {
  body .breadcrumb {
    font-size: 0.625rem;
  }
}
body .profile-menu a {
  text-decoration: none;
  color: #000000;
}
body .profile-menu hr {
  color: #dddddd;
}
body .profile-menu .logout {
  color: #FF5A6C;
}
body .profile-dropdown-menu {
  display: none;
}
body .pagination {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
body .pagination a {
  color: #000000;
}
body .pagination a:hover {
  background-color: #000000;
  color: white;
}
body .pagination a:focus {
  color: #000000;
  background-color: white;
  outline: none !important;
  box-shadow: none !important;
}
body .pagination a:focus:hover {
  background-color: #000000;
  color: white;
}
body .tag {
  text-align: center;
  position: absolute;
  top: 0px;
  margin-left: 11px;
  height: 25px;
  width: 50px;
  border-radius: 0 0 150px 150px;
  padding: 2px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.625rem;
}
body .tag a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 415px) {
  body .tag {
    font-weight: 500;
    font-size: 0.5rem;
    height: 16px;
    width: 33px;
    padding: 1px;
  }
}
body .tag.pink-tag {
  background-color: #FF5A6C;
}
body .tag.pink-tag a {
  text-decoration: none !important;
  color: white;
}
body .tag.green-tag {
  background-color: #a7c671;
}
body .tag.blue-tag {
  background-color: #81d2e9;
}
body .valueIcon {
  width: 28px;
  height: 28px;
}
body .valueIcon.p-details {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 415px) {
  body .valueIcon {
    width: 32px;
    height: 32px;
  }
}
body .modal .modal-content {
  border: none;
}
body .modal .modal-content .modal-body {
  border-radius: 6px;
}
body .modal .modal-content .modal-body p {
  font-weight: 700;
  font-size: 18px;
}
body .modal .modal-content .modal-body p.pink {
  color: #FF5A6C;
}
body .modal .modal-content .modal-body p.pink i {
  background-color: #FF5A6C;
  color: white;
  border-radius: 100%;
  font-size: 9px;
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-text-stroke: 0.7px;
}
body .modal .modal-content .modal-body .modal-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
body .modal .modal-content .modal-body img {
  width: 100%;
  margin-bottom: 10px;
}
body .modal .modal-content .modal-body .circle {
  border-radius: 100%;
  background-color: #f4f4f4;
  width: 72px;
  height: 72px;
}
body .modal .modal-content .modal-body .circle a {
  font-size: 32px;
  color: #000000;
}
body .modal .modal-content .modal-body .social-media {
  font-weight: 400;
  font-size: 12px;
}
@media screen and (max-width: 575px) {
  body .modal .modal-content .modal-body {
    border-radius: 0%;
  }
}
body #eventModal .carousel-indicators button {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #4C4C4C;
}
body #eventModal .carousel-indicators button.active {
  width: 18px;
  background-color: #4C4C4C;
  border: none;
  border-radius: 6px;
  height: 8px;
}
body .card {
  height: 100%;
}
body .card .card-img-top {
  height: auto;
  display: flex;
}
body .card .card-title {
  margin-top: 0;
  font-size: 16px;
  line-height: 18px;
}
@media screen and (max-width: 415px) {
  body .card .card-title {
    font-size: 12px;
    line-height: 14px;
  }
}
body .card .product-info {
  font-weight: 400;
  font-size: 0.75rem;
  color: #979797;
}
@media screen and (max-width: 415px) {
  body .card .product-info {
    font-weight: 500;
    font-size: 0.625rem;
  }
}
body .card .discount-price {
  color: #FF5A6C;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 26px;
}
@media screen and (max-width: 415px) {
  body .card .discount-price {
    font-weight: 700;
    font-size: 1rem;
    line-height: 14px;
  }
}
body .card .product-price {
  font-weight: 500;
  font-size: 0.875rem;
  color: #4C4C4C;
  line-height: 14px;
}
@media screen and (max-width: 415px) {
  body .card .product-price {
    font-size: 0.625rem;
  }
}
body .card button {
  font-weight: 400;
  font-size: 12px;
  border: none;
  border-radius: 4px;
  height: 43px;
}
@media screen and (max-width: 575px) {
  body .card button {
    font-weight: 400;
    font-size: 10px;
    height: 34px;
  }
}
body .card .qtynumcart {
  width: 100%;
  height: 100%;
  border: 1px solid #4C4C4C;
  font-weight: 700;
  font-size: 1rem;
  color: #4C4C4C;
  border-radius: 4px;
}
body .card .heart {
  cursor: pointer;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  position: absolute;
}
body .card .heart .product-heart {
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 8px;
  left: auto;
  padding: 4px;
  border-radius: 50%;
  color: #FF5A6C;
}
body .card .heart .product-heart.bi-heart {
  -webkit-text-stroke: 2px;
}
@media screen and (max-width: 415px) {
  body .card .heart .product-heart {
    top: 6px;
    right: 5px;
    font-size: 11px;
  }
}
body .card .heart .dot {
  height: 30px;
  width: 30px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  top: 5px;
  right: 5px;
  left: auto;
  position: absolute;
}
@media screen and (max-width: 415px) {
  body .card .heart .dot {
    height: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 415px) {
  body .card .heart {
    height: 30px;
    width: 30px;
  }
}
body .card .free-gift {
  position: relative;
  padding: 5px;
  max-width: 80%;
  text-align: center;
  background-color: #FF5A6C;
  border: none;
  font-weight: 500;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  border-radius: 4px;
}
body .card .free-gift a {
  color: white;
  text-decoration: none;
}
body .card .free-gift .container__arrow {
  height: 13px;
  width: 13px;
  background-color: #FF5A6C;
  position: absolute;
}
body .card .free-gift .container__arrow--bl {
  bottom: -13px;
  left: 20px;
  transform: translate(50%, -50%) rotate(45deg);
  background-color: #FF5A6C;
}
@media screen and (max-width: 415px) {
  body .card .free-gift .container__arrow--bl {
    left: 10px;
  }
}
@media screen and (max-width: 415px) {
  body .card .free-gift {
    font-size: 0.563rem;
    margin-bottom: 14px;
    max-width: 100%;
  }
}
body .imgLoad {
  width: 100%;
  height: 0;
  padding-top: 66.67%;
  position: relative;
  display: inline-block;
  background: url(https://assets.signaturemarket.co/images/20200207044536_20200207044536900728133.jpg) center no-repeat;
  background-size: 40%;
}
body .imgLoad img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body .carousel-wrapper .owl-carousel .owl-stage {
  padding-left: 0 !important;
  display: flex;
}
body .carousel-wrapper .owl-carousel .owl-stage .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
}
body .carousel-wrapper .owl-nav {
  overflow: hidden;
  height: 0px;
  margin: 0;
  -webkit-text-stroke: 1.5px;
}
body .carousel-wrapper .owl-nav .nav-button {
  height: 40px;
  width: 40px;
  background-color: #4C4C4C;
  color: white;
  font-size: larger;
  cursor: pointer;
  position: absolute;
  top: 30% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 3px 5px #979797;
}
@media screen and (max-width: 1199px) {
  body .carousel-wrapper .owl-nav .nav-button {
    top: 25% !important;
  }
}
@media screen and (max-width: 1199px) and (max-width: 415px) {
  body .carousel-wrapper .owl-nav .nav-button {
    top: 20% !important;
    height: 29px;
    width: 29px;
    font-size: 14px;
  }
}
body .carousel-wrapper .owl-nav .nav-button.owl-prev {
  left: -2.5%;
}
@media screen and (max-width: 1199px) {
  body .carousel-wrapper .owl-nav .nav-button.owl-prev {
    left: -1.5%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 991px) {
  body .carousel-wrapper .owl-nav .nav-button.owl-prev {
    left: -2.5%;
  }
}
body .carousel-wrapper .owl-nav .nav-button.owl-next {
  right: -2.5%;
}
@media screen and (max-width: 1199px) {
  body .carousel-wrapper .owl-nav .nav-button.owl-next {
    right: -1.5%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 991px) {
  body .carousel-wrapper .owl-nav .nav-button.owl-next {
    right: -2.5%;
  }
}
body .top-carousel .carousel-indicators button {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid white;
}
body .top-carousel .carousel-indicators button.active {
  width: 18px;
  background-color: white;
  border: none;
  border-radius: 6px;
  height: 8px;
}
body .flex-row {
  display: flex;
  flex-wrap: wrap;
}
body .popover {
  text-align: center;
  background-color: #979797;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  z-index: 20000;
}
body .popover .popover-body {
  color: white;
  font-weight: 600;
  font-size: 8px;
  font-family: "Montserrat", sans-serif;
}
body .popover .popover-arrow::after {
  height: 8px;
  border-top-color: #979797;
}
body .popover .popover-arrow::before {
  display: none;
}
body .popover2 {
  padding: 10px;
  width: 80px;
  background-color: #979797;
  border: none;
  border-radius: 5px;
  z-index: 20000;
}
body .popover2 .popover-body2 {
  color: white;
  font-weight: 600;
  font-size: 8px;
  font-family: "Montserrat", sans-serif;
}
body .popover-arrow2 {
  height: 10px;
  width: 10px;
  top: 42px;
  left: 39%;
  position: absolute;
  transform: translate(50%, -50%) rotate(45deg);
  background-color: #979797;
}
body .popover2fnb {
  padding: 10px;
  width: 125px;
  background-color: #979797;
  border: none;
  border-radius: 5px;
  z-index: 20000;
  position: absolute;
  left: 50%;
  bottom: 100%; /* Places it above the button */
  transform: translateX(-50%); /* Centers it properly */
  display: none; /* Hide by default */
}
body .popover2fnb .popover-body2fnb {
  color: white;
  font-weight: 600;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
body .popover-arrow2fnb {
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: -5px; /* Adjust arrow to bottom */
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #979797;
}
body .cart-updated-popover {
  z-index: 999;
}
body .form-check-input {
  border-color: #4C4C4C;
}
body .form-check-input:checked {
  background-color: #000000;
  border-color: #4C4C4C;
}
body .input-group input {
  border-radius: 4px 0 0 4px;
  border: 1px solid #888888;
}
body .input-group input::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #888888;
}
body .input-group input::placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #888888;
}
body .input-group .copy-btn {
  font-weight: 700;
  font-size: 16px;
  width: 90px;
  border-radius: 0 4px 4px 0;
  border: none;
}
body #topupForm input::-moz-placeholder {
  font-size: 12px;
}
body #topupForm input::placeholder {
  font-size: 12px;
}
body .delivery-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-position: right 6px center;
  background-repeat: no-repeat;
}
body .delivery-dropdown:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 575px) {
  footer .upper-bar {
    padding: 0 10%;
  }
}
footer .upper-bar .company-desc .sm-logo {
  max-width: 215px;
  max-height: 37px;
}
footer .upper-bar .company-desc .sm-desc {
  color: #262626;
  text-align: justify;
}
@media screen and (max-width: 575px) {
  footer .upper-bar .company-desc .sm-desc {
    color: #777777;
    text-align: center;
  }
}
footer .upper-bar .company-desc .social-media img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 575px) {
  footer .upper-bar .about-support {
    margin: 0 40px;
  }
}
@media screen and (max-width: 575px) {
  footer .upper-bar .about-support .footer-heading {
    text-align: left;
  }
}
footer .upper-bar .about-support ul {
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 575px) {
  footer .upper-bar .about-support ul {
    text-align: left;
  }
}
footer .upper-bar .about-support ul a {
  color: #4C4C4C;
  text-decoration: none;
}
footer .upper-bar .about-support ul a:hover {
  color: #000000;
}
@media screen and (max-width: 575px) {
  footer .upper-bar .about-support ul a {
    color: #777777;
  }
}
@media screen and (max-width: 575px) {
  footer .upper-bar .footer-heading {
    color: #333333;
  }
}
footer .upper-bar .payment-method .pm-img-box {
  width: 90px;
  height: 32px;
  background-color: white;
  border-radius: 4px;
}
footer .upper-bar .payment-method .pm-img-box img {
  width: 70%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  footer .upper-bar .learn-more p {
    color: #777777;
  }
}
footer .upper-bar .learn-more .footer-btn {
  border: 1px solid #000000;
  width: 150px;
  height: 34px;
  border-radius: 20px;
  color: #000000;
}
@media screen and (max-width: 575px) {
  footer .upper-bar .learn-more .footer-btn {
    color: #777777;
    border: 1px solid #777777;
  }
}
footer .upper-bar .learn-more .footer-btn:hover {
  color: white;
}
footer hr {
  color: #c1c1c1;
}
footer .bottom-bar {
  color: #1d1d1d;
  padding: 0 calc(50vw - 605px);
}
footer .bottom-bar a {
  text-decoration: none;
  color: #1d1d1d;
}
@media screen and (max-width: 575px) {
  footer .bottom-bar a {
    color: #777777;
  }
}
@media screen and (max-width: 1260px) {
  footer .bottom-bar {
    padding: 0 2%;
  }
}
@media screen and (max-width: 1260px) and (max-width: 575px) {
  footer .bottom-bar {
    color: #777777;
  }
}
@media screen and (max-width: 575px) {
  footer {
    text-align: center;
  }
}/*# sourceMappingURL=app.css.map */