@charset "UTF-8";
/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-blue-hover:#0a58ca;
  --bs-indigo: #6610f2;
  --bs-indigo-hover:#520dc2;
  --bs-purple: #6f42c1;
  --bs-purple-hover:#59359a;
  --bs-pink: #d63384;
  --bs-pink-hover:#ab296a;
  --bs-red: #dc3545;
  --bs-red-hover:#b02a37;
  --bs-orange: #fd7e14;
  --bs-orange-hover:#fd9843;
  --bs-yellow: #ffc107;
  --bs-yellow-hover:#ffcd39;
  --bs-green: #198754;
  --bs-green-hover:#146c43;
  --bs-teal: #20c997;
  --bs-teal-hover:#4dd4ac;
  --bs-cyan: #0dcaf0;
  --bs-cyan-hover:#3dd5f3;
  --bs-white: #fff;
  --bs-white-hover:white;
  --bs-black: #000;
  --bs-black-hover:black;
  --bs-gray: #6c757d;
  --bs-gray-hover:#565e64;
  --bs-gray-dark: #343a40;
  --bs-gray-dark-hover:#2a2e33;
  --bs-body: #777;
  --bs-body-hover:#929292;
  --bs-muted: #6c757d;
  --bs-muted-hover:#565e64;
  --bs-border-color: #dee2e6;
  --bs-border-color-hover:#e5e8eb;
  --bs-theme:#110305;
  --bs--gradient-theme:linear-gradient(310deg, #110305, #7d1625);
  --bs-theme-hover:#0e0204;
  --bs-accent:#991b1e;
  --bs--gradient-accent:linear-gradient(310deg, #991b1e, #e15356);
  --bs-accent-hover:#7a1618;
  --bs-primary:#110305;
  --bs--gradient-primary:linear-gradient(310deg, #110305, #7d1625);
  --bs-primary-hover:#0e0204;
  --bs-secondary:#991b1e;
  --bs--gradient-secondary:linear-gradient(310deg, #991b1e, #e15356);
  --bs-secondary-hover:#7a1618;
  --bs-tertiary:#FAFFFF;
  --bs--gradient-tertiary:linear-gradient(310deg, #FAFFFF, white);
  --bs-tertiary-hover:#fbffff;
  --bs-success:#20c997;
  --bs--gradient-success:linear-gradient(310deg, #20c997, #7eeaca);
  --bs-success-hover:#4dd4ac;
  --bs-info:#0d6efd;
  --bs--gradient-info:linear-gradient(310deg, #0d6efd, #8bbafe);
  --bs-info-hover:#0a58ca;
  --bs-warning:#fd7e14;
  --bs--gradient-warning:linear-gradient(310deg, #fd7e14, #fec392);
  --bs-warning-hover:#fd9843;
  --bs-danger:#dc3545;
  --bs--gradient-danger:linear-gradient(310deg, #dc3545, #efa2a9);
  --bs-danger-hover:#b02a37;
  --bs-light:#f8f9fa;
  --bs--gradient-light:linear-gradient(310deg, #f8f9fa, white);
  --bs-light-hover:#f9fafb;
  --bs-dark:#212529;
  --bs--gradient-dark:linear-gradient(310deg, #212529, #5a6570);
  --bs-dark-hover:#1a1e21;
  --bs-white:#fff;
  --bs--gradient-white:linear-gradient(310deg, #fff, white);
  --bs-white-hover:white;
  --bs-black:#000;
  --bs--gradient-black:linear-gradient(310deg, #000, #404040);
  --bs-black-hover:black;
  --bs-font-title: Barlow Condensed;
  --bs-font-text: Poppins;
  --bs-font-primary: Barlow Condensed;
  --bs-font-secondary: Poppins;
  --bs-font-tertiary: Poppins;
  --bs-font-quarternary: Teko;
  --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: "Poppins";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #777;
  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-family: "Barlow Condensed";
  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] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.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;
}

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

section, .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .row, .col {
  position: relative;
}

.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, .img-fluid > image {
  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) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 variants */
.table-light {
  --bs-table-bg: #fefefe;
  --bs-table-striped-bg: #f1f1f1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e5e5e5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebebeb;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e5e5e5;
}

.table-dark {
  --bs-table-bg: #d3d3d4;
  --bs-table-striped-bg: #c8c8c9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bebebf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c3c3c4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bebebf;
}

.table-theme {
  --bs-table-bg: #cfcdcd;
  --bs-table-striped-bg: #c5c3c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bab9b9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfbebe;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bab9b9;
}

.table-accent {
  --bs-table-bg: #ebd1d2;
  --bs-table-striped-bg: #dfc7c8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d4bcbd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d9c1c2;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d4bcbd;
}

.table-primary {
  --bs-table-bg: #cfcdcd;
  --bs-table-striped-bg: #c5c3c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bab9b9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfbebe;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bab9b9;
}

.table-secondary {
  --bs-table-bg: #ebd1d2;
  --bs-table-striped-bg: #dfc7c8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d4bcbd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d9c1c2;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #d4bcbd;
}

.table-tertiary {
  --bs-table-bg: #feffff;
  --bs-table-striped-bg: #f1f2f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e5e6e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebecec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e5e6e6;
}

.table-success {
  --bs-table-bg: #d2f4ea;
  --bs-table-striped-bg: #c8e8de;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bddcd3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c2e2d8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bddcd3;
}

.table-info {
  --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-warning {
  --bs-table-bg: #ffe5d0;
  --bs-table-striped-bg: #f2dac6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6cebb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecd4c0;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6cebb;
}

.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-white {
  --bs-table-bg: white;
  --bs-table-striped-bg: #f2f2f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6e6e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ececec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6e6e6;
}

.table-black {
  --bs-table-bg: #cccccc;
  --bs-table-striped-bg: #c2c2c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8b8b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdbdbd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8b8b8;
}

.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;
  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.125rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.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;
  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;
  appearance: none;
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.125rem 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);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.125rem 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.25rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.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::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.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.125rem 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.125rem 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.125rem 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.125rem 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.125rem 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.125rem 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: #777;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  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: #777;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-c-theme {
  color: #fff;
  background-color: #110305;
  border-color: #110305;
}
.btn-c-theme:hover {
  color: #fff;
  background-color: #0e0304;
  border-color: #0e0204;
}
.btn-check:focus + .btn-c-theme, .btn-c-theme:focus {
  color: #fff;
  background-color: #0e0304;
  border-color: #0e0204;
  box-shadow: 0 0 0 0.125rem rgba(53, 41, 43, 0.5);
}
.btn-check:checked + .btn-c-theme, .btn-check:active + .btn-c-theme, .btn-c-theme:active, .btn-c-theme.active, .show > .btn-c-theme.dropdown-toggle {
  color: #fff;
  background-color: #0e0204;
  border-color: #0d0204;
}
.btn-check:checked + .btn-c-theme:focus, .btn-check:active + .btn-c-theme:focus, .btn-c-theme:active:focus, .btn-c-theme.active:focus, .show > .btn-c-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(53, 41, 43, 0.5);
}
.btn-c-theme:disabled, .btn-c-theme.disabled {
  color: #fff;
  background-color: #110305;
  border-color: #110305;
}

.btn-c-outline-theme {
  color: #110305;
  border-color: #110305;
}
.btn-c-outline-theme:hover {
  color: #fff;
  background-color: #110305;
  border-color: #110305;
}
.btn-check:focus + .btn-c-outline-theme, .btn-c-outline-theme:focus {
  box-shadow: 0 0 0 0.125rem rgba(17, 3, 5, 0.5);
}
.btn-check:checked + .btn-c-outline-theme, .btn-check:active + .btn-c-outline-theme, .btn-c-outline-theme:active, .btn-c-outline-theme.active, .btn-c-outline-theme.dropdown-toggle.show {
  color: #fff;
  background-color: #110305;
  border-color: #110305;
}
.btn-check:checked + .btn-c-outline-theme:focus, .btn-check:active + .btn-c-outline-theme:focus, .btn-c-outline-theme:active:focus, .btn-c-outline-theme.active:focus, .btn-c-outline-theme.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(17, 3, 5, 0.5);
}
.btn-c-outline-theme:disabled, .btn-c-outline-theme.disabled {
  color: #110305;
  background-color: transparent;
}

.btn-c-accent {
  color: #fff;
  background-color: #991b1e;
  border-color: #991b1e;
}
.btn-c-accent:hover {
  color: #fff;
  background-color: #82171a;
  border-color: #7a1618;
}
.btn-check:focus + .btn-c-accent, .btn-c-accent:focus {
  color: #fff;
  background-color: #82171a;
  border-color: #7a1618;
  box-shadow: 0 0 0 0.125rem rgba(168, 61, 64, 0.5);
}
.btn-check:checked + .btn-c-accent, .btn-check:active + .btn-c-accent, .btn-c-accent:active, .btn-c-accent.active, .show > .btn-c-accent.dropdown-toggle {
  color: #fff;
  background-color: #7a1618;
  border-color: #731417;
}
.btn-check:checked + .btn-c-accent:focus, .btn-check:active + .btn-c-accent:focus, .btn-c-accent:active:focus, .btn-c-accent.active:focus, .show > .btn-c-accent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(168, 61, 64, 0.5);
}
.btn-c-accent:disabled, .btn-c-accent.disabled {
  color: #fff;
  background-color: #991b1e;
  border-color: #991b1e;
}

.btn-c-outline-accent {
  color: #991b1e;
  border-color: #991b1e;
}
.btn-c-outline-accent:hover {
  color: #fff;
  background-color: #991b1e;
  border-color: #991b1e;
}
.btn-check:focus + .btn-c-outline-accent, .btn-c-outline-accent:focus {
  box-shadow: 0 0 0 0.125rem rgba(153, 27, 30, 0.5);
}
.btn-check:checked + .btn-c-outline-accent, .btn-check:active + .btn-c-outline-accent, .btn-c-outline-accent:active, .btn-c-outline-accent.active, .btn-c-outline-accent.dropdown-toggle.show {
  color: #fff;
  background-color: #991b1e;
  border-color: #991b1e;
}
.btn-check:checked + .btn-c-outline-accent:focus, .btn-check:active + .btn-c-outline-accent:focus, .btn-c-outline-accent:active:focus, .btn-c-outline-accent.active:focus, .btn-c-outline-accent.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(153, 27, 30, 0.5);
}
.btn-c-outline-accent:disabled, .btn-c-outline-accent.disabled {
  color: #991b1e;
  background-color: transparent;
}

.btn-c-primary {
  color: #fff;
  background-color: #110305;
  border-color: #110305;
}
.btn-c-primary:hover {
  color: #fff;
  background-color: #0e0304;
  border-color: #0e0204;
}
.btn-check:focus + .btn-c-primary, .btn-c-primary:focus {
  color: #fff;
  background-color: #0e0304;
  border-color: #0e0204;
  box-shadow: 0 0 0 0.125rem rgba(53, 41, 43, 0.5);
}
.btn-check:checked + .btn-c-primary, .btn-check:active + .btn-c-primary, .btn-c-primary:active, .btn-c-primary.active, .show > .btn-c-primary.dropdown-toggle {
  color: #fff;
  background-color: #0e0204;
  border-color: #0d0204;
}
.btn-check:checked + .btn-c-primary:focus, .btn-check:active + .btn-c-primary:focus, .btn-c-primary:active:focus, .btn-c-primary.active:focus, .show > .btn-c-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(53, 41, 43, 0.5);
}
.btn-c-primary:disabled, .btn-c-primary.disabled {
  color: #fff;
  background-color: #110305;
  border-color: #110305;
}

.btn-c-outline-primary {
  color: #110305;
  border-color: #110305;
}
.btn-c-outline-primary:hover {
  color: #fff;
  background-color: #110305;
  border-color: #110305;
}
.btn-check:focus + .btn-c-outline-primary, .btn-c-outline-primary:focus {
  box-shadow: 0 0 0 0.125rem rgba(17, 3, 5, 0.5);
}
.btn-check:checked + .btn-c-outline-primary, .btn-check:active + .btn-c-outline-primary, .btn-c-outline-primary:active, .btn-c-outline-primary.active, .btn-c-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #110305;
  border-color: #110305;
}
.btn-check:checked + .btn-c-outline-primary:focus, .btn-check:active + .btn-c-outline-primary:focus, .btn-c-outline-primary:active:focus, .btn-c-outline-primary.active:focus, .btn-c-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(17, 3, 5, 0.5);
}
.btn-c-outline-primary:disabled, .btn-c-outline-primary.disabled {
  color: #110305;
  background-color: transparent;
}

.btn-c-secondary {
  color: #fff;
  background-color: #991b1e;
  border-color: #991b1e;
}
.btn-c-secondary:hover {
  color: #fff;
  background-color: #82171a;
  border-color: #7a1618;
}
.btn-check:focus + .btn-c-secondary, .btn-c-secondary:focus {
  color: #fff;
  background-color: #82171a;
  border-color: #7a1618;
  box-shadow: 0 0 0 0.125rem rgba(168, 61, 64, 0.5);
}
.btn-check:checked + .btn-c-secondary, .btn-check:active + .btn-c-secondary, .btn-c-secondary:active, .btn-c-secondary.active, .show > .btn-c-secondary.dropdown-toggle {
  color: #fff;
  background-color: #7a1618;
  border-color: #731417;
}
.btn-check:checked + .btn-c-secondary:focus, .btn-check:active + .btn-c-secondary:focus, .btn-c-secondary:active:focus, .btn-c-secondary.active:focus, .show > .btn-c-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(168, 61, 64, 0.5);
}
.btn-c-secondary:disabled, .btn-c-secondary.disabled {
  color: #fff;
  background-color: #991b1e;
  border-color: #991b1e;
}

.btn-c-outline-secondary {
  color: #991b1e;
  border-color: #991b1e;
}
.btn-c-outline-secondary:hover {
  color: #fff;
  background-color: #991b1e;
  border-color: #991b1e;
}
.btn-check:focus + .btn-c-outline-secondary, .btn-c-outline-secondary:focus {
  box-shadow: 0 0 0 0.125rem rgba(153, 27, 30, 0.5);
}
.btn-check:checked + .btn-c-outline-secondary, .btn-check:active + .btn-c-outline-secondary, .btn-c-outline-secondary:active, .btn-c-outline-secondary.active, .btn-c-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #991b1e;
  border-color: #991b1e;
}
.btn-check:checked + .btn-c-outline-secondary:focus, .btn-check:active + .btn-c-outline-secondary:focus, .btn-c-outline-secondary:active:focus, .btn-c-outline-secondary.active:focus, .btn-c-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(153, 27, 30, 0.5);
}
.btn-c-outline-secondary:disabled, .btn-c-outline-secondary.disabled {
  color: #991b1e;
  background-color: transparent;
}

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

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

.btn-c-success {
  color: #000;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-c-success:hover {
  color: #000;
  background-color: #41d1a7;
  border-color: #36cea1;
}
.btn-check:focus + .btn-c-success, .btn-c-success:focus {
  color: #000;
  background-color: #41d1a7;
  border-color: #36cea1;
  box-shadow: 0 0 0 0.125rem rgba(27, 171, 128, 0.5);
}
.btn-check:checked + .btn-c-success, .btn-check:active + .btn-c-success, .btn-c-success:active, .btn-c-success.active, .show > .btn-c-success.dropdown-toggle {
  color: #000;
  background-color: #4dd4ac;
  border-color: #36cea1;
}
.btn-check:checked + .btn-c-success:focus, .btn-check:active + .btn-c-success:focus, .btn-c-success:active:focus, .btn-c-success.active:focus, .show > .btn-c-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(27, 171, 128, 0.5);
}
.btn-c-success:disabled, .btn-c-success.disabled {
  color: #000;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-c-outline-success {
  color: #20c997;
  border-color: #20c997;
}
.btn-c-outline-success:hover {
  color: #000;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-check:focus + .btn-c-outline-success, .btn-c-outline-success:focus {
  box-shadow: 0 0 0 0.125rem rgba(32, 201, 151, 0.5);
}
.btn-check:checked + .btn-c-outline-success, .btn-check:active + .btn-c-outline-success, .btn-c-outline-success:active, .btn-c-outline-success.active, .btn-c-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-check:checked + .btn-c-outline-success:focus, .btn-check:active + .btn-c-outline-success:focus, .btn-c-outline-success:active:focus, .btn-c-outline-success.active:focus, .btn-c-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(32, 201, 151, 0.5);
}
.btn-c-outline-success:disabled, .btn-c-outline-success.disabled {
  color: #20c997;
  background-color: transparent;
}

.btn-c-info {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-c-info:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-c-info, .btn-c-info:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.125rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-c-info, .btn-check:active + .btn-c-info, .btn-c-info:active, .btn-c-info.active, .show > .btn-c-info.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-c-info:focus, .btn-check:active + .btn-c-info:focus, .btn-c-info:active:focus, .btn-c-info.active:focus, .show > .btn-c-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(49, 132, 253, 0.5);
}
.btn-c-info:disabled, .btn-c-info.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-c-outline-info {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-c-outline-info:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-c-outline-info, .btn-c-outline-info:focus {
  box-shadow: 0 0 0 0.125rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-c-outline-info, .btn-check:active + .btn-c-outline-info, .btn-c-outline-info:active, .btn-c-outline-info.active, .btn-c-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-c-outline-info:focus, .btn-check:active + .btn-c-outline-info:focus, .btn-c-outline-info:active:focus, .btn-c-outline-info.active:focus, .btn-c-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(13, 110, 253, 0.5);
}
.btn-c-outline-info:disabled, .btn-c-outline-info.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-c-warning {
  color: #000;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-c-warning:hover {
  color: #000;
  background-color: #fd9137;
  border-color: #fd8b2c;
}
.btn-check:focus + .btn-c-warning, .btn-c-warning:focus {
  color: #000;
  background-color: #fd9137;
  border-color: #fd8b2c;
  box-shadow: 0 0 0 0.125rem rgba(215, 107, 17, 0.5);
}
.btn-check:checked + .btn-c-warning, .btn-check:active + .btn-c-warning, .btn-c-warning:active, .btn-c-warning.active, .show > .btn-c-warning.dropdown-toggle {
  color: #000;
  background-color: #fd9843;
  border-color: #fd8b2c;
}
.btn-check:checked + .btn-c-warning:focus, .btn-check:active + .btn-c-warning:focus, .btn-c-warning:active:focus, .btn-c-warning.active:focus, .show > .btn-c-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(215, 107, 17, 0.5);
}
.btn-c-warning:disabled, .btn-c-warning.disabled {
  color: #000;
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.btn-c-outline-warning {
  color: #fd7e14;
  border-color: #fd7e14;
}
.btn-c-outline-warning:hover {
  color: #000;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-check:focus + .btn-c-outline-warning, .btn-c-outline-warning:focus {
  box-shadow: 0 0 0 0.125rem rgba(253, 126, 20, 0.5);
}
.btn-check:checked + .btn-c-outline-warning, .btn-check:active + .btn-c-outline-warning, .btn-c-outline-warning:active, .btn-c-outline-warning.active, .btn-c-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-check:checked + .btn-c-outline-warning:focus, .btn-check:active + .btn-c-outline-warning:focus, .btn-c-outline-warning:active:focus, .btn-c-outline-warning.active:focus, .btn-c-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(253, 126, 20, 0.5);
}
.btn-c-outline-warning:disabled, .btn-c-outline-warning.disabled {
  color: #fd7e14;
  background-color: transparent;
}

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

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

.btn-c-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-c-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-c-light, .btn-c-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.125rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-c-light, .btn-check:active + .btn-c-light, .btn-c-light:active, .btn-c-light.active, .show > .btn-c-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-c-light:focus, .btn-check:active + .btn-c-light:focus, .btn-c-light:active:focus, .btn-c-light.active:focus, .show > .btn-c-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(211, 212, 213, 0.5);
}
.btn-c-light:disabled, .btn-c-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-c-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-c-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-c-outline-light, .btn-c-outline-light:focus {
  box-shadow: 0 0 0 0.125rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-c-outline-light, .btn-check:active + .btn-c-outline-light, .btn-c-outline-light:active, .btn-c-outline-light.active, .btn-c-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-c-outline-light:focus, .btn-check:active + .btn-c-outline-light:focus, .btn-c-outline-light:active:focus, .btn-c-outline-light.active:focus, .btn-c-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(248, 249, 250, 0.5);
}
.btn-c-outline-light:disabled, .btn-c-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-c-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-c-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-c-dark, .btn-c-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.125rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-c-dark, .btn-check:active + .btn-c-dark, .btn-c-dark:active, .btn-c-dark.active, .show > .btn-c-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-c-dark:focus, .btn-check:active + .btn-c-dark:focus, .btn-c-dark:active:focus, .btn-c-dark.active:focus, .show > .btn-c-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(66, 70, 73, 0.5);
}
.btn-c-dark:disabled, .btn-c-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-c-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-c-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-c-outline-dark, .btn-c-outline-dark:focus {
  box-shadow: 0 0 0 0.125rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-c-outline-dark, .btn-check:active + .btn-c-outline-dark, .btn-c-outline-dark:active, .btn-c-outline-dark.active, .btn-c-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-c-outline-dark:focus, .btn-check:active + .btn-c-outline-dark:focus, .btn-c-outline-dark:active:focus, .btn-c-outline-dark.active:focus, .btn-c-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(33, 37, 41, 0.5);
}
.btn-c-outline-dark:disabled, .btn-c-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

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

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

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

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

.social-btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.social-btn-facebook:hover {
  color: #fff;
  background-color: #324c81;
  border-color: #2f477a;
}
.btn-check:focus + .social-btn-facebook, .social-btn-facebook:focus {
  color: #fff;
  background-color: #324c81;
  border-color: #2f477a;
  box-shadow: 0 0 0 0.125rem rgba(88, 114, 167, 0.5);
}
.btn-check:checked + .social-btn-facebook, .btn-check:active + .social-btn-facebook, .social-btn-facebook:active, .social-btn-facebook.active, .show > .social-btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2f477a;
  border-color: #2c4372;
}
.btn-check:checked + .social-btn-facebook:focus, .btn-check:active + .social-btn-facebook:focus, .social-btn-facebook:active:focus, .social-btn-facebook.active:focus, .show > .social-btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(88, 114, 167, 0.5);
}
.social-btn-facebook:disabled, .social-btn-facebook.disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.social-btn-facebook:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-outline-facebook {
  color: #3b5998;
  border-color: #3b5998;
}
.social-btn-outline-facebook:hover {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-check:focus + .social-btn-outline-facebook, .social-btn-outline-facebook:focus {
  box-shadow: 0 0 0 0.125rem rgba(59, 89, 152, 0.5);
}
.btn-check:checked + .social-btn-outline-facebook, .btn-check:active + .social-btn-outline-facebook, .social-btn-outline-facebook:active, .social-btn-outline-facebook.active, .social-btn-outline-facebook.dropdown-toggle.show {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-check:checked + .social-btn-outline-facebook:focus, .btn-check:active + .social-btn-outline-facebook:focus, .social-btn-outline-facebook:active:focus, .social-btn-outline-facebook.active:focus, .social-btn-outline-facebook.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(59, 89, 152, 0.5);
}
.social-btn-outline-facebook:disabled, .social-btn-outline-facebook.disabled {
  color: #3b5998;
  background-color: transparent;
}
.social-btn-outline-facebook:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-dribble {
  color: #000;
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.social-btn-dribble:hover {
  color: #000;
  background-color: #ed679b;
  border-color: #ec5e95;
}
.btn-check:focus + .social-btn-dribble, .social-btn-dribble:focus {
  color: #000;
  background-color: #ed679b;
  border-color: #ec5e95;
  box-shadow: 0 0 0 0.125rem rgba(199, 65, 116, 0.5);
}
.btn-check:checked + .social-btn-dribble, .btn-check:active + .social-btn-dribble, .social-btn-dribble:active, .social-btn-dribble.active, .show > .social-btn-dribble.dropdown-toggle {
  color: #000;
  background-color: #ee70a1;
  border-color: #ec5e95;
}
.btn-check:checked + .social-btn-dribble:focus, .btn-check:active + .social-btn-dribble:focus, .social-btn-dribble:active:focus, .social-btn-dribble.active:focus, .show > .social-btn-dribble.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(199, 65, 116, 0.5);
}
.social-btn-dribble:disabled, .social-btn-dribble.disabled {
  color: #000;
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.social-btn-dribble:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-outline-dribble {
  color: #ea4c89;
  border-color: #ea4c89;
}
.social-btn-outline-dribble:hover {
  color: #000;
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.btn-check:focus + .social-btn-outline-dribble, .social-btn-outline-dribble:focus {
  box-shadow: 0 0 0 0.125rem rgba(234, 76, 137, 0.5);
}
.btn-check:checked + .social-btn-outline-dribble, .btn-check:active + .social-btn-outline-dribble, .social-btn-outline-dribble:active, .social-btn-outline-dribble.active, .social-btn-outline-dribble.dropdown-toggle.show {
  color: #000;
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.btn-check:checked + .social-btn-outline-dribble:focus, .btn-check:active + .social-btn-outline-dribble:focus, .social-btn-outline-dribble:active:focus, .social-btn-outline-dribble.active:focus, .social-btn-outline-dribble.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(234, 76, 137, 0.5);
}
.social-btn-outline-dribble:disabled, .social-btn-outline-dribble.disabled {
  color: #ea4c89;
  background-color: transparent;
}
.social-btn-outline-dribble:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-dropbox {
  color: #000;
  background-color: #007ee5;
  border-color: #007ee5;
}
.social-btn-dropbox:hover {
  color: #000;
  background-color: #2691e9;
  border-color: #1a8be8;
}
.btn-check:focus + .social-btn-dropbox, .social-btn-dropbox:focus {
  color: #000;
  background-color: #2691e9;
  border-color: #1a8be8;
  box-shadow: 0 0 0 0.125rem rgba(0, 107, 195, 0.5);
}
.btn-check:checked + .social-btn-dropbox, .btn-check:active + .social-btn-dropbox, .social-btn-dropbox:active, .social-btn-dropbox.active, .show > .social-btn-dropbox.dropdown-toggle {
  color: #000;
  background-color: #3398ea;
  border-color: #1a8be8;
}
.btn-check:checked + .social-btn-dropbox:focus, .btn-check:active + .social-btn-dropbox:focus, .social-btn-dropbox:active:focus, .social-btn-dropbox.active:focus, .show > .social-btn-dropbox.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 107, 195, 0.5);
}
.social-btn-dropbox:disabled, .social-btn-dropbox.disabled {
  color: #000;
  background-color: #007ee5;
  border-color: #007ee5;
}
.social-btn-dropbox:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-outline-dropbox {
  color: #007ee5;
  border-color: #007ee5;
}
.social-btn-outline-dropbox:hover {
  color: #000;
  background-color: #007ee5;
  border-color: #007ee5;
}
.btn-check:focus + .social-btn-outline-dropbox, .social-btn-outline-dropbox:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 126, 229, 0.5);
}
.btn-check:checked + .social-btn-outline-dropbox, .btn-check:active + .social-btn-outline-dropbox, .social-btn-outline-dropbox:active, .social-btn-outline-dropbox.active, .social-btn-outline-dropbox.dropdown-toggle.show {
  color: #000;
  background-color: #007ee5;
  border-color: #007ee5;
}
.btn-check:checked + .social-btn-outline-dropbox:focus, .btn-check:active + .social-btn-outline-dropbox:focus, .social-btn-outline-dropbox:active:focus, .social-btn-outline-dropbox.active:focus, .social-btn-outline-dropbox.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 126, 229, 0.5);
}
.social-btn-outline-dropbox:disabled, .social-btn-outline-dropbox.disabled {
  color: #007ee5;
  background-color: transparent;
}
.social-btn-outline-dropbox:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-flickr {
  color: #000;
  background-color: #ff0084;
  border-color: #ff0084;
}
.social-btn-flickr:hover {
  color: #000;
  background-color: #ff2696;
  border-color: #ff1a90;
}
.btn-check:focus + .social-btn-flickr, .social-btn-flickr:focus {
  color: #000;
  background-color: #ff2696;
  border-color: #ff1a90;
  box-shadow: 0 0 0 0.125rem rgba(217, 0, 112, 0.5);
}
.btn-check:checked + .social-btn-flickr, .btn-check:active + .social-btn-flickr, .social-btn-flickr:active, .social-btn-flickr.active, .show > .social-btn-flickr.dropdown-toggle {
  color: #000;
  background-color: #ff339d;
  border-color: #ff1a90;
}
.btn-check:checked + .social-btn-flickr:focus, .btn-check:active + .social-btn-flickr:focus, .social-btn-flickr:active:focus, .social-btn-flickr.active:focus, .show > .social-btn-flickr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(217, 0, 112, 0.5);
}
.social-btn-flickr:disabled, .social-btn-flickr.disabled {
  color: #000;
  background-color: #ff0084;
  border-color: #ff0084;
}
.social-btn-flickr:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-outline-flickr {
  color: #ff0084;
  border-color: #ff0084;
}
.social-btn-outline-flickr:hover {
  color: #000;
  background-color: #ff0084;
  border-color: #ff0084;
}
.btn-check:focus + .social-btn-outline-flickr, .social-btn-outline-flickr:focus {
  box-shadow: 0 0 0 0.125rem rgba(255, 0, 132, 0.5);
}
.btn-check:checked + .social-btn-outline-flickr, .btn-check:active + .social-btn-outline-flickr, .social-btn-outline-flickr:active, .social-btn-outline-flickr.active, .social-btn-outline-flickr.dropdown-toggle.show {
  color: #000;
  background-color: #ff0084;
  border-color: #ff0084;
}
.btn-check:checked + .social-btn-outline-flickr:focus, .btn-check:active + .social-btn-outline-flickr:focus, .social-btn-outline-flickr:active:focus, .social-btn-outline-flickr.active:focus, .social-btn-outline-flickr.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(255, 0, 132, 0.5);
}
.social-btn-outline-flickr:disabled, .social-btn-outline-flickr.disabled {
  color: #ff0084;
  background-color: transparent;
}
.social-btn-outline-flickr:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-github {
  color: #fff;
  background-color: #171515;
  border-color: #171515;
}
.social-btn-github:hover {
  color: #fff;
  background-color: #141212;
  border-color: #121111;
}
.btn-check:focus + .social-btn-github, .social-btn-github:focus {
  color: #fff;
  background-color: #141212;
  border-color: #121111;
  box-shadow: 0 0 0 0.125rem rgba(58, 56, 56, 0.5);
}
.btn-check:checked + .social-btn-github, .btn-check:active + .social-btn-github, .social-btn-github:active, .social-btn-github.active, .show > .social-btn-github.dropdown-toggle {
  color: #fff;
  background-color: #121111;
  border-color: #111010;
}
.btn-check:checked + .social-btn-github:focus, .btn-check:active + .social-btn-github:focus, .social-btn-github:active:focus, .social-btn-github.active:focus, .show > .social-btn-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(58, 56, 56, 0.5);
}
.social-btn-github:disabled, .social-btn-github.disabled {
  color: #fff;
  background-color: #171515;
  border-color: #171515;
}
.social-btn-github:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-outline-github {
  color: #171515;
  border-color: #171515;
}
.social-btn-outline-github:hover {
  color: #fff;
  background-color: #171515;
  border-color: #171515;
}
.btn-check:focus + .social-btn-outline-github, .social-btn-outline-github:focus {
  box-shadow: 0 0 0 0.125rem rgba(23, 21, 21, 0.5);
}
.btn-check:checked + .social-btn-outline-github, .btn-check:active + .social-btn-outline-github, .social-btn-outline-github:active, .social-btn-outline-github.active, .social-btn-outline-github.dropdown-toggle.show {
  color: #fff;
  background-color: #171515;
  border-color: #171515;
}
.btn-check:checked + .social-btn-outline-github:focus, .btn-check:active + .social-btn-outline-github:focus, .social-btn-outline-github:active:focus, .social-btn-outline-github.active:focus, .social-btn-outline-github.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(23, 21, 21, 0.5);
}
.social-btn-outline-github:disabled, .social-btn-outline-github.disabled {
  color: #171515;
  background-color: transparent;
}
.social-btn-outline-github:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-googleplus {
  color: #000;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.social-btn-googleplus:hover {
  color: #000;
  background-color: #e26657;
  border-color: #e05d4d;
}
.btn-check:focus + .social-btn-googleplus, .social-btn-googleplus:focus {
  color: #000;
  background-color: #e26657;
  border-color: #e05d4d;
  box-shadow: 0 0 0 0.125rem rgba(188, 64, 48, 0.5);
}
.btn-check:checked + .social-btn-googleplus, .btn-check:active + .social-btn-googleplus, .social-btn-googleplus:active, .social-btn-googleplus.active, .show > .social-btn-googleplus.dropdown-toggle {
  color: #000;
  background-color: #e46f61;
  border-color: #e05d4d;
}
.btn-check:checked + .social-btn-googleplus:focus, .btn-check:active + .social-btn-googleplus:focus, .social-btn-googleplus:active:focus, .social-btn-googleplus.active:focus, .show > .social-btn-googleplus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(188, 64, 48, 0.5);
}
.social-btn-googleplus:disabled, .social-btn-googleplus.disabled {
  color: #000;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.social-btn-googleplus:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-outline-googleplus {
  color: #dd4b39;
  border-color: #dd4b39;
}
.social-btn-outline-googleplus:hover {
  color: #000;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-check:focus + .social-btn-outline-googleplus, .social-btn-outline-googleplus:focus {
  box-shadow: 0 0 0 0.125rem rgba(221, 75, 57, 0.5);
}
.btn-check:checked + .social-btn-outline-googleplus, .btn-check:active + .social-btn-outline-googleplus, .social-btn-outline-googleplus:active, .social-btn-outline-googleplus.active, .social-btn-outline-googleplus.dropdown-toggle.show {
  color: #000;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-check:checked + .social-btn-outline-googleplus:focus, .btn-check:active + .social-btn-outline-googleplus:focus, .social-btn-outline-googleplus:active:focus, .social-btn-outline-googleplus.active:focus, .social-btn-outline-googleplus.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(221, 75, 57, 0.5);
}
.social-btn-outline-googleplus:disabled, .social-btn-outline-googleplus.disabled {
  color: #dd4b39;
  background-color: transparent;
}
.social-btn-outline-googleplus:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-instagram {
  color: #000;
  background-color: #517fa4;
  border-color: #517fa4;
}
.social-btn-instagram:hover {
  color: #000;
  background-color: #6b92b2;
  border-color: #628cad;
}
.btn-check:focus + .social-btn-instagram, .social-btn-instagram:focus {
  color: #000;
  background-color: #6b92b2;
  border-color: #628cad;
  box-shadow: 0 0 0 0.125rem rgba(69, 108, 139, 0.5);
}
.btn-check:checked + .social-btn-instagram, .btn-check:active + .social-btn-instagram, .social-btn-instagram:active, .social-btn-instagram.active, .show > .social-btn-instagram.dropdown-toggle {
  color: #000;
  background-color: #7499b6;
  border-color: #628cad;
}
.btn-check:checked + .social-btn-instagram:focus, .btn-check:active + .social-btn-instagram:focus, .social-btn-instagram:active:focus, .social-btn-instagram.active:focus, .show > .social-btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(69, 108, 139, 0.5);
}
.social-btn-instagram:disabled, .social-btn-instagram.disabled {
  color: #000;
  background-color: #517fa4;
  border-color: #517fa4;
}
.social-btn-instagram:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-outline-instagram {
  color: #517fa4;
  border-color: #517fa4;
}
.social-btn-outline-instagram:hover {
  color: #000;
  background-color: #517fa4;
  border-color: #517fa4;
}
.btn-check:focus + .social-btn-outline-instagram, .social-btn-outline-instagram:focus {
  box-shadow: 0 0 0 0.125rem rgba(81, 127, 164, 0.5);
}
.btn-check:checked + .social-btn-outline-instagram, .btn-check:active + .social-btn-outline-instagram, .social-btn-outline-instagram:active, .social-btn-outline-instagram.active, .social-btn-outline-instagram.dropdown-toggle.show {
  color: #000;
  background-color: #517fa4;
  border-color: #517fa4;
}
.btn-check:checked + .social-btn-outline-instagram:focus, .btn-check:active + .social-btn-outline-instagram:focus, .social-btn-outline-instagram:active:focus, .social-btn-outline-instagram.active:focus, .social-btn-outline-instagram.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(81, 127, 164, 0.5);
}
.social-btn-outline-instagram:disabled, .social-btn-outline-instagram.disabled {
  color: #517fa4;
  background-color: transparent;
}
.social-btn-outline-instagram:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: #007bb6;
}
.social-btn-linkedin:hover {
  color: #fff;
  background-color: #00699b;
  border-color: #006292;
}
.btn-check:focus + .social-btn-linkedin, .social-btn-linkedin:focus {
  color: #fff;
  background-color: #00699b;
  border-color: #006292;
  box-shadow: 0 0 0 0.125rem rgba(38, 143, 193, 0.5);
}
.btn-check:checked + .social-btn-linkedin, .btn-check:active + .social-btn-linkedin, .social-btn-linkedin:active, .social-btn-linkedin.active, .show > .social-btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #006292;
  border-color: #005c89;
}
.btn-check:checked + .social-btn-linkedin:focus, .btn-check:active + .social-btn-linkedin:focus, .social-btn-linkedin:active:focus, .social-btn-linkedin.active:focus, .show > .social-btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(38, 143, 193, 0.5);
}
.social-btn-linkedin:disabled, .social-btn-linkedin.disabled {
  color: #fff;
  background-color: #007bb6;
  border-color: #007bb6;
}
.social-btn-linkedin:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-outline-linkedin {
  color: #007bb6;
  border-color: #007bb6;
}
.social-btn-outline-linkedin:hover {
  color: #fff;
  background-color: #007bb6;
  border-color: #007bb6;
}
.btn-check:focus + .social-btn-outline-linkedin, .social-btn-outline-linkedin:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 123, 182, 0.5);
}
.btn-check:checked + .social-btn-outline-linkedin, .btn-check:active + .social-btn-outline-linkedin, .social-btn-outline-linkedin:active, .social-btn-outline-linkedin.active, .social-btn-outline-linkedin.dropdown-toggle.show {
  color: #fff;
  background-color: #007bb6;
  border-color: #007bb6;
}
.btn-check:checked + .social-btn-outline-linkedin:focus, .btn-check:active + .social-btn-outline-linkedin:focus, .social-btn-outline-linkedin:active:focus, .social-btn-outline-linkedin.active:focus, .social-btn-outline-linkedin.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 123, 182, 0.5);
}
.social-btn-outline-linkedin:disabled, .social-btn-outline-linkedin.disabled {
  color: #007bb6;
  background-color: transparent;
}
.social-btn-outline-linkedin:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}
.social-btn-pinterest:hover {
  color: #fff;
  background-color: #ad1b21;
  border-color: #a21a1f;
}
.btn-check:focus + .social-btn-pinterest, .social-btn-pinterest:focus {
  color: #fff;
  background-color: #ad1b21;
  border-color: #a21a1f;
  box-shadow: 0 0 0 0.125rem rgba(211, 65, 71, 0.5);
}
.btn-check:checked + .social-btn-pinterest, .btn-check:active + .social-btn-pinterest, .social-btn-pinterest:active, .social-btn-pinterest.active, .show > .social-btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #a21a1f;
  border-color: #98181d;
}
.btn-check:checked + .social-btn-pinterest:focus, .btn-check:active + .social-btn-pinterest:focus, .social-btn-pinterest:active:focus, .social-btn-pinterest.active:focus, .show > .social-btn-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(211, 65, 71, 0.5);
}
.social-btn-pinterest:disabled, .social-btn-pinterest.disabled {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}
.social-btn-pinterest:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-outline-pinterest {
  color: #cb2027;
  border-color: #cb2027;
}
.social-btn-outline-pinterest:hover {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}
.btn-check:focus + .social-btn-outline-pinterest, .social-btn-outline-pinterest:focus {
  box-shadow: 0 0 0 0.125rem rgba(203, 32, 39, 0.5);
}
.btn-check:checked + .social-btn-outline-pinterest, .btn-check:active + .social-btn-outline-pinterest, .social-btn-outline-pinterest:active, .social-btn-outline-pinterest.active, .social-btn-outline-pinterest.dropdown-toggle.show {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}
.btn-check:checked + .social-btn-outline-pinterest:focus, .btn-check:active + .social-btn-outline-pinterest:focus, .social-btn-outline-pinterest:active:focus, .social-btn-outline-pinterest.active:focus, .social-btn-outline-pinterest.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(203, 32, 39, 0.5);
}
.social-btn-outline-pinterest:disabled, .social-btn-outline-pinterest.disabled {
  color: #cb2027;
  background-color: transparent;
}
.social-btn-outline-pinterest:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-skype {
  color: #000;
  background-color: #00aff0;
  border-color: #00aff0;
}
.social-btn-skype:hover {
  color: #000;
  background-color: #26bbf2;
  border-color: #1ab7f2;
}
.btn-check:focus + .social-btn-skype, .social-btn-skype:focus {
  color: #000;
  background-color: #26bbf2;
  border-color: #1ab7f2;
  box-shadow: 0 0 0 0.125rem rgba(0, 149, 204, 0.5);
}
.btn-check:checked + .social-btn-skype, .btn-check:active + .social-btn-skype, .social-btn-skype:active, .social-btn-skype.active, .show > .social-btn-skype.dropdown-toggle {
  color: #000;
  background-color: #33bff3;
  border-color: #1ab7f2;
}
.btn-check:checked + .social-btn-skype:focus, .btn-check:active + .social-btn-skype:focus, .social-btn-skype:active:focus, .social-btn-skype.active:focus, .show > .social-btn-skype.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 149, 204, 0.5);
}
.social-btn-skype:disabled, .social-btn-skype.disabled {
  color: #000;
  background-color: #00aff0;
  border-color: #00aff0;
}
.social-btn-skype:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-outline-skype {
  color: #00aff0;
  border-color: #00aff0;
}
.social-btn-outline-skype:hover {
  color: #000;
  background-color: #00aff0;
  border-color: #00aff0;
}
.btn-check:focus + .social-btn-outline-skype, .social-btn-outline-skype:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 175, 240, 0.5);
}
.btn-check:checked + .social-btn-outline-skype, .btn-check:active + .social-btn-outline-skype, .social-btn-outline-skype:active, .social-btn-outline-skype.active, .social-btn-outline-skype.dropdown-toggle.show {
  color: #000;
  background-color: #00aff0;
  border-color: #00aff0;
}
.btn-check:checked + .social-btn-outline-skype:focus, .btn-check:active + .social-btn-outline-skype:focus, .social-btn-outline-skype:active:focus, .social-btn-outline-skype.active:focus, .social-btn-outline-skype.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 175, 240, 0.5);
}
.social-btn-outline-skype:disabled, .social-btn-outline-skype.disabled {
  color: #00aff0;
  background-color: transparent;
}
.social-btn-outline-skype:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-tumblr {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}
.social-btn-tumblr:hover {
  color: #fff;
  background-color: #2b445d;
  border-color: #284057;
}
.btn-check:focus + .social-btn-tumblr, .social-btn-tumblr:focus {
  color: #fff;
  background-color: #2b445d;
  border-color: #284057;
  box-shadow: 0 0 0 0.125rem rgba(81, 106, 131, 0.5);
}
.btn-check:checked + .social-btn-tumblr, .btn-check:active + .social-btn-tumblr, .social-btn-tumblr:active, .social-btn-tumblr.active, .show > .social-btn-tumblr.dropdown-toggle {
  color: #fff;
  background-color: #284057;
  border-color: #263c52;
}
.btn-check:checked + .social-btn-tumblr:focus, .btn-check:active + .social-btn-tumblr:focus, .social-btn-tumblr:active:focus, .social-btn-tumblr.active:focus, .show > .social-btn-tumblr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(81, 106, 131, 0.5);
}
.social-btn-tumblr:disabled, .social-btn-tumblr.disabled {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}
.social-btn-tumblr:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-outline-tumblr {
  color: #32506d;
  border-color: #32506d;
}
.social-btn-outline-tumblr:hover {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}
.btn-check:focus + .social-btn-outline-tumblr, .social-btn-outline-tumblr:focus {
  box-shadow: 0 0 0 0.125rem rgba(50, 80, 109, 0.5);
}
.btn-check:checked + .social-btn-outline-tumblr, .btn-check:active + .social-btn-outline-tumblr, .social-btn-outline-tumblr:active, .social-btn-outline-tumblr.active, .social-btn-outline-tumblr.dropdown-toggle.show {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}
.btn-check:checked + .social-btn-outline-tumblr:focus, .btn-check:active + .social-btn-outline-tumblr:focus, .social-btn-outline-tumblr:active:focus, .social-btn-outline-tumblr.active:focus, .social-btn-outline-tumblr.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(50, 80, 109, 0.5);
}
.social-btn-outline-tumblr:disabled, .social-btn-outline-tumblr.disabled {
  color: #32506d;
  background-color: transparent;
}
.social-btn-outline-tumblr:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-twitter {
  color: #000;
  background-color: #00aced;
  border-color: #00aced;
}
.social-btn-twitter:hover {
  color: #000;
  background-color: #26b8f0;
  border-color: #1ab4ef;
}
.btn-check:focus + .social-btn-twitter, .social-btn-twitter:focus {
  color: #000;
  background-color: #26b8f0;
  border-color: #1ab4ef;
  box-shadow: 0 0 0 0.125rem rgba(0, 146, 201, 0.5);
}
.btn-check:checked + .social-btn-twitter, .btn-check:active + .social-btn-twitter, .social-btn-twitter:active, .social-btn-twitter.active, .show > .social-btn-twitter.dropdown-toggle {
  color: #000;
  background-color: #33bdf1;
  border-color: #1ab4ef;
}
.btn-check:checked + .social-btn-twitter:focus, .btn-check:active + .social-btn-twitter:focus, .social-btn-twitter:active:focus, .social-btn-twitter.active:focus, .show > .social-btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 146, 201, 0.5);
}
.social-btn-twitter:disabled, .social-btn-twitter.disabled {
  color: #000;
  background-color: #00aced;
  border-color: #00aced;
}
.social-btn-twitter:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-outline-twitter {
  color: #00aced;
  border-color: #00aced;
}
.social-btn-outline-twitter:hover {
  color: #000;
  background-color: #00aced;
  border-color: #00aced;
}
.btn-check:focus + .social-btn-outline-twitter, .social-btn-outline-twitter:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 172, 237, 0.5);
}
.btn-check:checked + .social-btn-outline-twitter, .btn-check:active + .social-btn-outline-twitter, .social-btn-outline-twitter:active, .social-btn-outline-twitter.active, .social-btn-outline-twitter.dropdown-toggle.show {
  color: #000;
  background-color: #00aced;
  border-color: #00aced;
}
.btn-check:checked + .social-btn-outline-twitter:focus, .btn-check:active + .social-btn-outline-twitter:focus, .social-btn-outline-twitter:active:focus, .social-btn-outline-twitter.active:focus, .social-btn-outline-twitter.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(0, 172, 237, 0.5);
}
.social-btn-outline-twitter:disabled, .social-btn-outline-twitter.disabled {
  color: #00aced;
  background-color: transparent;
}
.social-btn-outline-twitter:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-youtube {
  color: #fff;
  background-color: #bb0000;
  border-color: #bb0000;
}
.social-btn-youtube:hover {
  color: #fff;
  background-color: #9f0000;
  border-color: #960000;
}
.btn-check:focus + .social-btn-youtube, .social-btn-youtube:focus {
  color: #fff;
  background-color: #9f0000;
  border-color: #960000;
  box-shadow: 0 0 0 0.125rem rgba(197, 38, 38, 0.5);
}
.btn-check:checked + .social-btn-youtube, .btn-check:active + .social-btn-youtube, .social-btn-youtube:active, .social-btn-youtube.active, .show > .social-btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #960000;
  border-color: #8c0000;
}
.btn-check:checked + .social-btn-youtube:focus, .btn-check:active + .social-btn-youtube:focus, .social-btn-youtube:active:focus, .social-btn-youtube.active:focus, .show > .social-btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.125rem rgba(197, 38, 38, 0.5);
}
.social-btn-youtube:disabled, .social-btn-youtube.disabled {
  color: #fff;
  background-color: #bb0000;
  border-color: #bb0000;
}
.social-btn-youtube:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

.social-btn-outline-youtube {
  color: #bb0000;
  border-color: #bb0000;
}
.social-btn-outline-youtube:hover {
  color: #fff;
  background-color: #bb0000;
  border-color: #bb0000;
}
.btn-check:focus + .social-btn-outline-youtube, .social-btn-outline-youtube:focus {
  box-shadow: 0 0 0 0.125rem rgba(187, 0, 0, 0.5);
}
.btn-check:checked + .social-btn-outline-youtube, .btn-check:active + .social-btn-outline-youtube, .social-btn-outline-youtube:active, .social-btn-outline-youtube.active, .social-btn-outline-youtube.dropdown-toggle.show {
  color: #fff;
  background-color: #bb0000;
  border-color: #bb0000;
}
.btn-check:checked + .social-btn-outline-youtube:focus, .btn-check:active + .social-btn-outline-youtube:focus, .social-btn-outline-youtube:active:focus, .social-btn-outline-youtube.active:focus, .social-btn-outline-youtube.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.125rem rgba(187, 0, 0, 0.5);
}
.social-btn-outline-youtube:disabled, .social-btn-outline-youtube.disabled {
  color: #bb0000;
  background-color: transparent;
}
.social-btn-outline-youtube:hover i {
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.btn-s-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-s-md {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

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

.btn-s-xl {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-reveal {
  width: auto;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.btn-reveal > span {
  left: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.btn-reveal i {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.btn-reveal:hover > span {
  left: -5px;
}
.btn-reveal:hover i {
  opacity: 1 !important;
  margin-right: -5px;
}
.btn-reveal.reveal-left span.reveal-text {
  right: 0;
  left: unset;
}
.btn-reveal.reveal-left i {
  left: 28px;
  right: auto;
}
.btn-reveal.reveal-left:hover span.reveal-text {
  right: -5px;
  left: unset;
}
.btn-reveal.reveal-left:hover i {
  margin-left: -5px;
  margin-right: unset;
}

/* Roll Button */
.roll-button {
  /*float: right;*/
  position: relative;
  width: auto;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.roll-button i {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.roll-button .text {
  white-space: nowrap;
  width: 0;
  max-width: 0;
  display: inline-block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.roll-button:hover .text {
  position: unset;
  max-width: 500px;
  visibility: visible;
  width: auto;
  opacity: 1;
}
.roll-button:hover i {
  -webkit-transform: rotateZ(360deg);
}
.roll-button .right {
  float: right;
  margin-right: 200px;
}

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

.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 /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

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

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

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

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

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

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

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.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;
}

.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.125rem 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.125rem 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-theme {
  color: #0a0203;
  background-color: #cfcdcd;
  border-color: #b8b3b4;
}
.alert-theme .alert-link {
  color: #080202;
}

.alert-accent {
  color: #5c1012;
  background-color: #ebd1d2;
  border-color: #e0bbbc;
}
.alert-accent .alert-link {
  color: #4a0d0e;
}

.alert-primary {
  color: #0a0203;
  background-color: #cfcdcd;
  border-color: #b8b3b4;
}
.alert-primary .alert-link {
  color: #080202;
}

.alert-secondary {
  color: #5c1012;
  background-color: #ebd1d2;
  border-color: #e0bbbc;
}
.alert-secondary .alert-link {
  color: #4a0d0e;
}

.alert-tertiary {
  color: #646666;
  background-color: #feffff;
  border-color: #feffff;
}
.alert-tertiary .alert-link {
  color: #505252;
}

.alert-success {
  color: #13795b;
  background-color: #d2f4ea;
  border-color: #bcefe0;
}
.alert-success .alert-link {
  color: #0f6149;
}

.alert-info {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-info .alert-link {
  color: #06357a;
}

.alert-warning {
  color: #984c0c;
  background-color: #ffe5d0;
  border-color: #fed8b9;
}
.alert-warning .alert-link {
  color: #7a3d0a;
}

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

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

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

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

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

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

.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.125rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid 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: "Poppins";
  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: "Poppins";
  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 #d8d8d8;
  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;
}

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

.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 */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* End clearfix */
/* Colored links */
.link-theme {
  color: var(--bs-theme);
}
.link-theme:hover, .link-theme:focus {
  color: var(--bs-theme-hover);
}

.link-accent {
  color: var(--bs-accent);
}
.link-accent:hover, .link-accent:focus {
  color: var(--bs-accent-hover);
}

.link-primary {
  color: var(--bs-primary);
}
.link-primary:hover, .link-primary:focus {
  color: var(--bs-primary-hover);
}

.link-secondary {
  color: var(--bs-secondary);
}
.link-secondary:hover, .link-secondary:focus {
  color: var(--bs-secondary-hover);
}

.link-tertiary {
  color: var(--bs-tertiary);
}
.link-tertiary:hover, .link-tertiary:focus {
  color: var(--bs-tertiary-hover);
}

.link-success {
  color: var(--bs-success);
}
.link-success:hover, .link-success:focus {
  color: var(--bs-success-hover);
}

.link-info {
  color: var(--bs-info);
}
.link-info:hover, .link-info:focus {
  color: var(--bs-info-hover);
}

.link-warning {
  color: var(--bs-warning);
}
.link-warning:hover, .link-warning:focus {
  color: var(--bs-warning-hover);
}

.link-danger {
  color: var(--bs-danger);
}
.link-danger:hover, .link-danger:focus {
  color: var(--bs-danger-hover);
}

.link-light {
  color: var(--bs-light);
}
.link-light:hover, .link-light:focus {
  color: var(--bs-light-hover);
}

.link-dark {
  color: var(--bs-dark);
}
.link-dark:hover, .link-dark:focus {
  color: var(--bs-dark-hover);
}

.link-white {
  color: var(--bs-white);
}
.link-white:hover, .link-white:focus {
  color: var(--bs-white-hover);
}

.link-black {
  color: var(--bs-black);
}
.link-black:hover, .link-black:focus {
  color: var(--bs-black-hover);
}

/* End Colored links */
/* ratio */
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* End ratio */
/* position */
.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;
  }
}
/* End position */
/* visually-hidden */
.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;
}

/* End visually-hidden */
/* stretched links */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* End stretched links */
/* text-truncation */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* End text-truncation */
.text-stroke {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #777;
}

.stroke-c-theme {
  -webkit-text-stroke-color: var(--bs-theme);
}

.stroke-c-accent {
  -webkit-text-stroke-color: var(--bs-accent);
}

.stroke-c-primary {
  -webkit-text-stroke-color: var(--bs-primary);
}

.stroke-c-secondary {
  -webkit-text-stroke-color: var(--bs-secondary);
}

.stroke-c-tertiary {
  -webkit-text-stroke-color: var(--bs-tertiary);
}

.stroke-c-success {
  -webkit-text-stroke-color: var(--bs-success);
}

.stroke-c-info {
  -webkit-text-stroke-color: var(--bs-info);
}

.stroke-c-warning {
  -webkit-text-stroke-color: var(--bs-warning);
}

.stroke-c-danger {
  -webkit-text-stroke-color: var(--bs-danger);
}

.stroke-c-light {
  -webkit-text-stroke-color: var(--bs-light);
}

.stroke-c-dark {
  -webkit-text-stroke-color: var(--bs-dark);
}

.stroke-c-white {
  -webkit-text-stroke-color: var(--bs-white);
}

.stroke-c-black {
  -webkit-text-stroke-color: var(--bs-black);
}

.stroke-w-2 {
  -webkit-text-stroke-width: 2px;
}

.stroke-w-3 {
  -webkit-text-stroke-width: 3px;
}

.stroke-w-4 {
  -webkit-text-stroke-width: 4px;
}

.stroke-w-5 {
  -webkit-text-stroke-width: 5px;
}

/* Font Size */
.ff-title {
  font-family: "Barlow Condensed";
}

.ff-text {
  font-family: "Poppins";
}

.ff-primary {
  font-family: "Barlow Condensed";
}

.ff-secondary {
  font-family: "Poppins";
}

.ff-tertiary {
  font-family: "Poppins";
}

.ff-quarternary {
  font-family: "Teko";
}

.hover-text-theme:hover {
  color: var(--bs-theme) !important;
}

.hover-text-accent:hover {
  color: var(--bs-accent) !important;
}

.hover-text-primary:hover {
  color: var(--bs-primary) !important;
}

.hover-text-secondary:hover {
  color: var(--bs-secondary) !important;
}

.hover-text-tertiary:hover {
  color: var(--bs-tertiary) !important;
}

.hover-text-success:hover {
  color: var(--bs-success) !important;
}

.hover-text-info:hover {
  color: var(--bs-info) !important;
}

.hover-text-warning:hover {
  color: var(--bs-warning) !important;
}

.hover-text-danger:hover {
  color: var(--bs-danger) !important;
}

.hover-text-light:hover {
  color: var(--bs-light) !important;
}

.hover-text-dark:hover {
  color: var(--bs-dark) !important;
}

.hover-text-white:hover {
  color: var(--bs-white) !important;
}

.hover-text-black:hover {
  color: var(--bs-black) !important;
}

.hover-text-body:hover {
  color: var(--bs-body) !important;
}

.hover-text-muted:hover {
  color: var(--bs-muted) !important;
}

.hover-text-reset:hover {
  color: inherit !important;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: auto;
  background-color: rgba(33, 37, 41, 0.59);
  opacity: 0.8;
}
.bg-overlay ~ * {
  position: relative;
}
.bg-overlay.overlay-middle {
  transform: translateY(-50%);
}
.bg-overlay[data-style="0"] {
  background-color: linear-gradient(140deg, #110305 0%, #991b1e 100%);
}
.bg-overlay[data-style="1"] {
  background-color: #fff;
}
.bg-overlay[data-style="2"] {
  background-color: #110305;
}
.bg-overlay[data-style="3"] {
  background: linear-gradient(140deg, #7c1bd6 0%, #31049b 100%);
}
.bg-overlay[data-style="4"] {
  background: linear-gradient(140deg, rgba(236, 0, 83, 0.979) 0%, rgba(231, 46, 0, 0.71) 100%);
}
.bg-overlay[data-style="5"] {
  background: radial-gradient(circle at left top, #09c8e6 20%, #2250fc 38%, #5839e4 66%);
}
.bg-overlay[data-style="6"] {
  background: radial-gradient(circle at left top, #FE68BB 38%, #4294FA 66%);
}
.bg-overlay[data-style="7"] {
  background: radial-gradient(circle at right top, #c4d622 20%, #93d839 38%, #4294FA 66%);
}
.bg-overlay[data-style="8"] {
  background: linear-gradient(180deg, #e02b20 0%, #720462 100%);
}
.bg-overlay[data-style="9"] {
  background: radial-gradient(circle at center, #00a6c0 0%, #0c71c3 100%);
}
.bg-overlay[data-style="10"] {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.99) 100%);
}
.bg-overlay[data-style="11"] {
  background: linear-gradient(90deg, #0090f0 0%, #5d08e6 100%);
}
.bg-overlay[data-style="12"] {
  background: linear-gradient(to bottom, #ba01ff 0, #ff0092 100%);
}

.hover-bg-theme {
  transition: all 0.4s;
}
.hover-bg-theme:hover {
  background-color: var(--bs-theme) !important;
}

.hover-child:hover > .hover-bg-theme {
  background-color: var(--bs-theme) !important;
}

.hover-bg-accent {
  transition: all 0.4s;
}
.hover-bg-accent:hover {
  background-color: var(--bs-accent) !important;
}

.hover-child:hover > .hover-bg-accent {
  background-color: var(--bs-accent) !important;
}

.hover-bg-primary {
  transition: all 0.4s;
}
.hover-bg-primary:hover {
  background-color: var(--bs-primary) !important;
}

.hover-child:hover > .hover-bg-primary {
  background-color: var(--bs-primary) !important;
}

.hover-bg-secondary {
  transition: all 0.4s;
}
.hover-bg-secondary:hover {
  background-color: var(--bs-secondary) !important;
}

.hover-child:hover > .hover-bg-secondary {
  background-color: var(--bs-secondary) !important;
}

.hover-bg-tertiary {
  transition: all 0.4s;
}
.hover-bg-tertiary:hover {
  background-color: var(--bs-tertiary) !important;
}

.hover-child:hover > .hover-bg-tertiary {
  background-color: var(--bs-tertiary) !important;
}

.hover-bg-success {
  transition: all 0.4s;
}
.hover-bg-success:hover {
  background-color: var(--bs-success) !important;
}

.hover-child:hover > .hover-bg-success {
  background-color: var(--bs-success) !important;
}

.hover-bg-info {
  transition: all 0.4s;
}
.hover-bg-info:hover {
  background-color: var(--bs-info) !important;
}

.hover-child:hover > .hover-bg-info {
  background-color: var(--bs-info) !important;
}

.hover-bg-warning {
  transition: all 0.4s;
}
.hover-bg-warning:hover {
  background-color: var(--bs-warning) !important;
}

.hover-child:hover > .hover-bg-warning {
  background-color: var(--bs-warning) !important;
}

.hover-bg-danger {
  transition: all 0.4s;
}
.hover-bg-danger:hover {
  background-color: var(--bs-danger) !important;
}

.hover-child:hover > .hover-bg-danger {
  background-color: var(--bs-danger) !important;
}

.hover-bg-light {
  transition: all 0.4s;
}
.hover-bg-light:hover {
  background-color: var(--bs-light) !important;
}

.hover-child:hover > .hover-bg-light {
  background-color: var(--bs-light) !important;
}

.hover-bg-dark {
  transition: all 0.4s;
}
.hover-bg-dark:hover {
  background-color: var(--bs-dark) !important;
}

.hover-child:hover > .hover-bg-dark {
  background-color: var(--bs-dark) !important;
}

.hover-bg-white {
  transition: all 0.4s;
}
.hover-bg-white:hover {
  background-color: var(--bs-white) !important;
}

.hover-child:hover > .hover-bg-white {
  background-color: var(--bs-white) !important;
}

.hover-bg-black {
  transition: all 0.4s;
}
.hover-bg-black:hover {
  background-color: var(--bs-black) !important;
}

.hover-child:hover > .hover-bg-black {
  background-color: var(--bs-black) !important;
}

.hover-bg-transparent {
  transition: all 0.4s;
}
.hover-bg-transparent:hover {
  background-color: var(--bs-transparent) !important;
}

.hover-child:hover > .hover-bg-transparent {
  background-color: var(--bs-transparent) !important;
}

/*Background gradient*/
/*End Background gradient#110305*/
.bg-gradient-theme {
  background-image: var(--bs--gradient-theme) !important;
}

/*End Background gradient#991b1e*/
.bg-gradient-accent {
  background-image: var(--bs--gradient-accent) !important;
}

/*End Background gradient#110305*/
.bg-gradient-primary {
  background-image: var(--bs--gradient-primary) !important;
}

/*End Background gradient#991b1e*/
.bg-gradient-secondary {
  background-image: var(--bs--gradient-secondary) !important;
}

/*End Background gradient#FAFFFF*/
.bg-gradient-tertiary {
  background-image: var(--bs--gradient-tertiary) !important;
}

/*End Background gradient#20c997*/
.bg-gradient-success {
  background-image: var(--bs--gradient-success) !important;
}

/*End Background gradient#0d6efd*/
.bg-gradient-info {
  background-image: var(--bs--gradient-info) !important;
}

/*End Background gradient#fd7e14*/
.bg-gradient-warning {
  background-image: var(--bs--gradient-warning) !important;
}

/*End Background gradient#dc3545*/
.bg-gradient-danger {
  background-image: var(--bs--gradient-danger) !important;
}

/*End Background gradient#f8f9fa*/
.bg-gradient-light {
  background-image: var(--bs--gradient-light) !important;
}

/*End Background gradient#212529*/
.bg-gradient-dark {
  background-image: var(--bs--gradient-dark) !important;
}

/*End Background gradient#fff*/
.bg-gradient-white {
  background-image: var(--bs--gradient-white) !important;
}

/*End Background gradient#000*/
.bg-gradient-black {
  background-image: var(--bs--gradient-black) !important;
}

/*End Background gradient*/
.shape-divider {
  position: absolute;
  width: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  display: block;
}
.shape-divider svg {
  width: 101%;
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translatex(-50%);
  bottom: -2px;
}
.shape-divider[data-position=bottom] {
  bottom: -2px;
  top: auto;
}
.shape-divider[data-position=top] {
  bottom: auto;
  top: -2px;
}
.shape-divider[data-flip-horizontal=true] {
  transform: rotateY(180deg);
}
.shape-divider[data-flip-vertical=true] {
  transform: rotateX(180deg);
}
.shape-divider[data-flip-horizontal=true][data-flip-vertical=true] {
  transform: rotateY(180deg) rotateX(180deg);
}
.shape-divider.theme > svg > path {
  fill: #110305 !important;
}
.shape-divider.accent > svg > path {
  fill: #991b1e !important;
}
.shape-divider.primary > svg > path {
  fill: #110305 !important;
}
.shape-divider.secondary > svg > path {
  fill: #991b1e !important;
}
.shape-divider.tertiary > svg > path {
  fill: #FAFFFF !important;
}
.shape-divider.success > svg > path {
  fill: #20c997 !important;
}
.shape-divider.info > svg > path {
  fill: #0d6efd !important;
}
.shape-divider.warning > svg > path {
  fill: #fd7e14 !important;
}
.shape-divider.danger > svg > path {
  fill: #dc3545 !important;
}
.shape-divider.light > svg > path {
  fill: #f8f9fa !important;
}
.shape-divider.dark > svg > path {
  fill: #212529 !important;
}
.shape-divider.white > svg > path {
  fill: #fff !important;
}
.shape-divider.black > svg > path {
  fill: #000 !important;
}

/* 	Separator */
/* Position translation */
.position-center {
  transform: translateX(-50%) translateY(-50%);
}

.position-0-x {
  transform: translateX(0);
}

.position-0-y {
  transform: translateY(0);
}

.position-p10-x {
  transform: translateX(-10%);
}

.position-p10-y {
  transform: translateY(-10%);
}

.position-p20-x {
  transform: translateX(-20%);
}

.position-p20-y {
  transform: translateY(-20%);
}

.position-p25-x {
  transform: translateX(-25%);
}

.position-p25-y {
  transform: translateY(-25%);
}

.position-p30-x {
  transform: translateX(-30%);
}

.position-p30-y {
  transform: translateY(-30%);
}

.position-p40-x {
  transform: translateX(-40%);
}

.position-p40-y {
  transform: translateY(-40%);
}

.position-p50-x {
  transform: translateX(-50%);
}

.position-p50-y {
  transform: translateY(-50%);
}

.position-p60-x {
  transform: translateX(-60%);
}

.position-p60-y {
  transform: translateY(-60%);
}

.position-p70-x {
  transform: translateX(-70%);
}

.position-p70-y {
  transform: translateY(-70%);
}

.position-p75-x {
  transform: translateX(-75%);
}

.position-p75-y {
  transform: translateY(-75%);
}

.position-p80-x {
  transform: translateX(-80%);
}

.position-p80-y {
  transform: translateY(-80%);
}

.position-p90-x {
  transform: translateX(-90%);
}

.position-p90-y {
  transform: translateY(-90%);
}

.position-p100-x {
  transform: translateX(-100%);
}

.position-p100-y {
  transform: translateY(-100%);
}

.position-5-x {
  transform: translateX(-5px);
}

.position-5-y {
  transform: translateY(-5px);
}

.position-10-x {
  transform: translateX(-10px);
}

.position-10-y {
  transform: translateY(-10px);
}

.position-15-x {
  transform: translateX(-15px);
}

.position-15-y {
  transform: translateY(-15px);
}

.position-20-x {
  transform: translateX(-20px);
}

.position-20-y {
  transform: translateY(-20px);
}

.position-25-x {
  transform: translateX(-25px);
}

.position-25-y {
  transform: translateY(-25px);
}

.position-30-x {
  transform: translateX(-30px);
}

.position-30-y {
  transform: translateY(-30px);
}

.position-35-x {
  transform: translateX(-35px);
}

.position-35-y {
  transform: translateY(-35px);
}

.position-40-x {
  transform: translateX(-40px);
}

.position-40-y {
  transform: translateY(-40px);
}

.position-45-x {
  transform: translateX(-45px);
}

.position-45-y {
  transform: translateY(-45px);
}

.position-50-x {
  transform: translateX(-50px);
}

.position-50-y {
  transform: translateY(-50px);
}

.position-55-x {
  transform: translateX(-55px);
}

.position-55-y {
  transform: translateY(-55px);
}

.position-60-x {
  transform: translateX(-60px);
}

.position-60-y {
  transform: translateY(-60px);
}

.position-65-x {
  transform: translateX(-65px);
}

.position-65-y {
  transform: translateY(-65px);
}

.position-70-x {
  transform: translateX(-70px);
}

.position-70-y {
  transform: translateY(-70px);
}

.position-75-x {
  transform: translateX(-75px);
}

.position-75-y {
  transform: translateY(-75px);
}

.position-80-x {
  transform: translateX(-80px);
}

.position-80-y {
  transform: translateY(-80px);
}

.position-85-x {
  transform: translateX(-85px);
}

.position-85-y {
  transform: translateY(-85px);
}

.position-90-x {
  transform: translateX(-90px);
}

.position-90-y {
  transform: translateY(-90px);
}

.position-95-x {
  transform: translateX(-95px);
}

.position-95-y {
  transform: translateY(-95px);
}

.position-100-x {
  transform: translateX(-100px);
}

.position-100-y {
  transform: translateY(-100px);
}

body:not(.ct-editing) {
  /* hover reveal */
}
body:not(.ct-editing) .hover-zoom-out:not(.ck-widget) {
  transition: all 0.2s ease-in-out !important;
}
body:not(.ct-editing) .hover-zoom-out:not(.ck-widget):hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -moz-transform: scale(0.95);
  transform: scale(0.95);
  -o-transform: scale(0.95);
}
body:not(.ct-editing) .hover-zoom-in:not(.ck-widget) {
  transition: all 0.2s ease-in-out !important;
}
body:not(.ct-editing) .hover-zoom-in:not(.ck-widget):hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
  -o-transform: scale(1.15);
}
body:not(.ct-editing) .hover-child:hover > .hover-zoom-out:not(.ck-widget) {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -moz-transform: scale(0.95);
  transform: scale(0.95);
  -o-transform: scale(0.95);
}
body:not(.ct-editing) .hover-child:hover > .hover-zoom-in:not(.ck-widget) {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
  -o-transform: scale(1.15);
}
body:not(.ct-editing) .reveal {
  position: relative;
  overflow: hidden;
}
body:not(.ct-editing) .reveal:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  content: "";
  z-index: -1;
}
body:not(.ct-editing) .reveal .hover-hidden {
  transition: all 0.25s ease-in-out;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
body:not(.ct-editing) .reveal .hover-reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  z-index: 1;
}
body:not(.ct-editing) .reveal:hover:before {
  z-index: 0;
  opacity: 0.75;
}
body:not(.ct-editing) .reveal:hover .hover-reveal {
  opacity: 2;
  visibility: visible;
}
body:not(.ct-editing) .reveal:hover .hover-hidden {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
body:not(.ct-editing) .reveal.reveal-from-top:before {
  top: 0;
  bottom: unset;
  height: 0;
}
body:not(.ct-editing) .reveal.reveal-from-bottom:before {
  bottom: 0;
  top: unset;
  height: 0;
}
body:not(.ct-editing) .reveal.reveal-from-top:hover:before, body:not(.ct-editing) .reveal.reveal-from-bottom:hover:before {
  height: 100%;
}
body:not(.ct-editing) .reveal.reveal-from-left:before {
  left: 0;
  right: unset;
  width: 0;
}
body:not(.ct-editing) .reveal.reveal-from-left:hover:before {
  width: 100%;
}
body:not(.ct-editing) .reveal.reveal-from-right:before {
  right: 0;
  left: unset;
  width: 0;
}
body:not(.ct-editing) .reveal.reveal-from-right:hover:before {
  width: 100%;
}
body:not(.ct-editing) .reveal.reveal-from-left:hover:before, body:not(.ct-editing) .reveal.reveal-from-right:hover:before {
  width: 100%;
}
body:not(.ct-editing) .hover-child:hover > .reveal:before {
  z-index: 0;
  opacity: 0.75;
}
body:not(.ct-editing) .hover-child:hover > .reveal .hover-reveal {
  opacity: 2;
  visibility: visible;
}
body:not(.ct-editing) .hover-child:hover > .reveal .hover-hidden {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
body:not(.ct-editing) .hover-child:hover > .reveal.reveal-from-top:before, body:not(.ct-editing) .hover-child:hover > .reveal.reveal-from-bottom:before {
  height: 100%;
}
body:not(.ct-editing) .hover-child:hover > .reveal.reveal-from-left:before, body:not(.ct-editing) .hover-child:hover > .reveal.reveal-from-right:before {
  width: 100%;
}
body:not(.ct-editing) .reveal-c-theme:before {
  background-color: var(--bs-theme) !important;
}
body:not(.ct-editing) .reveal-c-gradient-theme:before {
  background-image: var(--bs--gradient-theme) !important;
}
body:not(.ct-editing) .reveal-c-accent:before {
  background-color: var(--bs-accent) !important;
}
body:not(.ct-editing) .reveal-c-gradient-accent:before {
  background-image: var(--bs--gradient-accent) !important;
}
body:not(.ct-editing) .reveal-c-primary:before {
  background-color: var(--bs-primary) !important;
}
body:not(.ct-editing) .reveal-c-gradient-primary:before {
  background-image: var(--bs--gradient-primary) !important;
}
body:not(.ct-editing) .reveal-c-secondary:before {
  background-color: var(--bs-secondary) !important;
}
body:not(.ct-editing) .reveal-c-gradient-secondary:before {
  background-image: var(--bs--gradient-secondary) !important;
}
body:not(.ct-editing) .reveal-c-tertiary:before {
  background-color: var(--bs-tertiary) !important;
}
body:not(.ct-editing) .reveal-c-gradient-tertiary:before {
  background-image: var(--bs--gradient-tertiary) !important;
}
body:not(.ct-editing) .reveal-c-success:before {
  background-color: var(--bs-success) !important;
}
body:not(.ct-editing) .reveal-c-gradient-success:before {
  background-image: var(--bs--gradient-success) !important;
}
body:not(.ct-editing) .reveal-c-info:before {
  background-color: var(--bs-info) !important;
}
body:not(.ct-editing) .reveal-c-gradient-info:before {
  background-image: var(--bs--gradient-info) !important;
}
body:not(.ct-editing) .reveal-c-warning:before {
  background-color: var(--bs-warning) !important;
}
body:not(.ct-editing) .reveal-c-gradient-warning:before {
  background-image: var(--bs--gradient-warning) !important;
}
body:not(.ct-editing) .reveal-c-danger:before {
  background-color: var(--bs-danger) !important;
}
body:not(.ct-editing) .reveal-c-gradient-danger:before {
  background-image: var(--bs--gradient-danger) !important;
}
body:not(.ct-editing) .reveal-c-light:before {
  background-color: var(--bs-light) !important;
}
body:not(.ct-editing) .reveal-c-gradient-light:before {
  background-image: var(--bs--gradient-light) !important;
}
body:not(.ct-editing) .reveal-c-dark:before {
  background-color: var(--bs-dark) !important;
}
body:not(.ct-editing) .reveal-c-gradient-dark:before {
  background-image: var(--bs--gradient-dark) !important;
}
body:not(.ct-editing) .reveal-c-white:before {
  background-color: var(--bs-white) !important;
}
body:not(.ct-editing) .reveal-c-gradient-white:before {
  background-image: var(--bs--gradient-white) !important;
}
body:not(.ct-editing) .reveal-c-black:before {
  background-color: var(--bs-black) !important;
}
body:not(.ct-editing) .reveal-c-gradient-black:before {
  background-image: var(--bs--gradient-black) !important;
}
body:not(.ct-editing) .hover-shift:not(.ck-widget) {
  transition: all 0.4s;
}
body:not(.ct-editing) .hover-shift:not(.ck-widget):hover {
  transform: translateX(-10px) translateY(-10px);
}
body:not(.ct-editing) .hover-shift:not(.ck-widget):hover.hover-shift-top {
  transform: translateY(-10px);
}
body:not(.ct-editing) .hover-shift:not(.ck-widget):hover.hover-shift-bottom {
  transform: translateY(10px);
}
body:not(.ct-editing) .hover-shift:not(.ck-widget):hover.hover-shift-left {
  transform: translateX(-10px);
}
body:not(.ct-editing) .hover-shift:not(.ck-widget):hover.hover-shift-right {
  transform: translateX(10px);
}
body:not(.ct-editing) .hover-shift:not(.ck-widget):hover.hover-shift-top-left {
  transform: translateX(-10px) translateY(-10px);
}
body:not(.ct-editing) .hover-shift:not(.ck-widget):hover.hover-shift-top-right {
  transform: translateX(10px) translateY(-10px);
}
body:not(.ct-editing) .hover-shift:not(.ck-widget):hover.hover-shift-bottom-left {
  transform: translateX(-10px) translateY(10px);
}
body:not(.ct-editing) .hover-shift:not(.ck-widget):hover.hover-shift-bottom-right {
  transform: translateX(10px) translateY(10px);
}
body:not(.ct-editing) .hover-child:hover > .hover-shift:not(.ck-widget) {
  transform: translateX(-10px) translateY(-10px);
}
body:not(.ct-editing) .hover-child:hover > .hover-shift:not(.ck-widget).hover-shift-top {
  transform: translateY(-10px);
}
body:not(.ct-editing) .hover-child:hover > .hover-shift:not(.ck-widget).hover-shift-bottom {
  transform: translateY(10px);
}
body:not(.ct-editing) .hover-child:hover > .hover-shift:not(.ck-widget).hover-shift-left {
  transform: translateX(-10px);
}
body:not(.ct-editing) .hover-child:hover > .hover-shift:not(.ck-widget).hover-shift-right {
  transform: translateX(10px);
}
body:not(.ct-editing) .hover-child:hover > .hover-shift:not(.ck-widget).hover-shift-top-left {
  transform: translateX(-10px) translateY(-10px);
}
body:not(.ct-editing) .hover-child:hover > .hover-shift:not(.ck-widget).hover-shift-top-right {
  transform: translateX(10px) translateY(-10px);
}
body:not(.ct-editing) .hover-child:hover > .hover-shift:not(.ck-widget).hover-shift-bottom-left {
  transform: translateX(-10px) translateY(10px);
}
body:not(.ct-editing) .hover-child:hover > .hover-shift:not(.ck-widget).hover-shift-bottom-right {
  transform: translateX(10px) translateY(10px);
}
body:not(.ct-editing) .shift {
  transform: translateY(-10px);
}
body:not(.ct-editing) .shift.shift-top {
  transform: translateY(-10px);
}
body:not(.ct-editing) .shift.shift-bottom {
  transform: translateY(10px);
}
body:not(.ct-editing) .shift.shift-left {
  transform: translateX(-10px);
}
body:not(.ct-editing) .shift.shift-right {
  transform: translateX(10px);
}
body:not(.ct-editing) .shift.shift-top-left {
  transform: translateX(-10px) translateY(-10px);
}
body:not(.ct-editing) .shift.shift-top-right {
  transform: translateX(10px) translateY(-10px);
}
body:not(.ct-editing) .shift.shift-bottom-left {
  transform: translateX(-10px) translateY(10px);
}
body:not(.ct-editing) .shift.shift-bottom-right {
  transform: translateX(10px) translateY(10px);
}
body:not(.ct-editing) .shadow-layer:not(.ck-widget) {
  position: relative;
}
body:not(.ct-editing) .shadow-layer:not(.ck-widget):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-black);
  opacity: 0.8;
  z-index: auto;
  transition: all 0.4s;
  border-radius: inherit;
}
body:not(.ct-editing) .shadow-layer:not(.ck-widget) > * {
  position: relative;
}
body:not(.ct-editing) .shadow-layer:not(.ck-widget):hover:before {
  top: 10px;
  left: 10px;
}
body:not(.ct-editing) .shadow-layer:not(.ck-widget):hover.shadow-layer-top:before {
  top: -10px;
}
body:not(.ct-editing) .shadow-layer:not(.ck-widget):hover.shadow-layer-bottom:before {
  top: 10px;
}
body:not(.ct-editing) .shadow-layer:not(.ck-widget):hover.shadow-layer-left:before {
  left: -10px;
}
body:not(.ct-editing) .shadow-layer:not(.ck-widget):hover.shadow-layer-right:before {
  left: 10px;
}
body:not(.ct-editing) .hover-child:hover > .shadow-layer:not(.ck-widget):before {
  top: 10px;
  left: 10px;
}
body:not(.ct-editing) .hover-child:hover > .shadow-layer:not(.ck-widget).shadow-layer-top:before {
  top: -10px;
}
body:not(.ct-editing) .hover-child:hover > .shadow-layer:not(.ck-widget).shadow-layer-bottom:before {
  top: 10px;
}
body:not(.ct-editing) .hover-child:hover > .shadow-layer:not(.ck-widget).shadow-layer-left:before {
  left: -10px;
}
body:not(.ct-editing) .hover-child:hover > .shadow-layer:not(.ck-widget).shadow-layer-right:before {
  left: 10px;
}
body:not(.ct-editing) .shadow-layer-theme:before {
  background-color: var(--bs-theme) !important;
}
body:not(.ct-editing) .shadow-layer-gradient-theme:before {
  background-image: var(--bs--gradient-theme) !important;
}
body:not(.ct-editing) .shadow-layer-accent:before {
  background-color: var(--bs-accent) !important;
}
body:not(.ct-editing) .shadow-layer-gradient-accent:before {
  background-image: var(--bs--gradient-accent) !important;
}
body:not(.ct-editing) .shadow-layer-primary:before {
  background-color: var(--bs-primary) !important;
}
body:not(.ct-editing) .shadow-layer-gradient-primary:before {
  background-image: var(--bs--gradient-primary) !important;
}
body:not(.ct-editing) .shadow-layer-secondary:before {
  background-color: var(--bs-secondary) !important;
}
body:not(.ct-editing) .shadow-layer-gradient-secondary:before {
  background-image: var(--bs--gradient-secondary) !important;
}
body:not(.ct-editing) .shadow-layer-tertiary:before {
  background-color: var(--bs-tertiary) !important;
}
body:not(.ct-editing) .shadow-layer-gradient-tertiary:before {
  background-image: var(--bs--gradient-tertiary) !important;
}
body:not(.ct-editing) .shadow-layer-success:before {
  background-color: var(--bs-success) !important;
}
body:not(.ct-editing) .shadow-layer-gradient-success:before {
  background-image: var(--bs--gradient-success) !important;
}
body:not(.ct-editing) .shadow-layer-info:before {
  background-color: var(--bs-info) !important;
}
body:not(.ct-editing) .shadow-layer-gradient-info:before {
  background-image: var(--bs--gradient-info) !important;
}
body:not(.ct-editing) .shadow-layer-warning:before {
  background-color: var(--bs-warning) !important;
}
body:not(.ct-editing) .shadow-layer-gradient-warning:before {
  background-image: var(--bs--gradient-warning) !important;
}
body:not(.ct-editing) .shadow-layer-danger:before {
  background-color: var(--bs-danger) !important;
}
body:not(.ct-editing) .shadow-layer-gradient-danger:before {
  background-image: var(--bs--gradient-danger) !important;
}
body:not(.ct-editing) .shadow-layer-light:before {
  background-color: var(--bs-light) !important;
}
body:not(.ct-editing) .shadow-layer-gradient-light:before {
  background-image: var(--bs--gradient-light) !important;
}
body:not(.ct-editing) .shadow-layer-dark:before {
  background-color: var(--bs-dark) !important;
}
body:not(.ct-editing) .shadow-layer-gradient-dark:before {
  background-image: var(--bs--gradient-dark) !important;
}
body:not(.ct-editing) .shadow-layer-white:before {
  background-color: var(--bs-white) !important;
}
body:not(.ct-editing) .shadow-layer-gradient-white:before {
  background-image: var(--bs--gradient-white) !important;
}
body:not(.ct-editing) .shadow-layer-black:before {
  background-color: var(--bs-black) !important;
}
body:not(.ct-editing) .shadow-layer-gradient-black:before {
  background-image: var(--bs--gradient-black) !important;
}

/* Utilities */
/* START color */
.text-c-theme {
  color: var(--bs-theme) !important;
}

.text-c-accent {
  color: var(--bs-accent) !important;
}

.text-c-primary {
  color: var(--bs-primary) !important;
}

.text-c-secondary {
  color: var(--bs-secondary) !important;
}

.text-c-tertiary {
  color: var(--bs-tertiary) !important;
}

.text-c-success {
  color: var(--bs-success) !important;
}

.text-c-info {
  color: var(--bs-info) !important;
}

.text-c-warning {
  color: var(--bs-warning) !important;
}

.text-c-danger {
  color: var(--bs-danger) !important;
}

.text-c-light {
  color: var(--bs-light) !important;
}

.text-c-dark {
  color: var(--bs-dark) !important;
}

.text-c-white {
  color: var(--bs-white) !important;
}

.text-c-black {
  color: var(--bs-black) !important;
}

.text-c-body {
  color: var(--bs-body) !important;
}

.text-c-muted {
  color: var(--bs-muted) !important;
}

.text-c-reset {
  color: inherit !important;
}

/* End color */
/* START gradient */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* End gradient */
/* START background-color */
.bg-theme {
  background-color: var(--bs-theme) !important;
}

.bg-accent {
  background-color: var(--bs-accent) !important;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.bg-secondary {
  background-color: var(--bs-secondary) !important;
}

.bg-tertiary {
  background-color: var(--bs-tertiary) !important;
}

.bg-success {
  background-color: var(--bs-success) !important;
}

.bg-info {
  background-color: var(--bs-info) !important;
}

.bg-warning {
  background-color: var(--bs-warning) !important;
}

.bg-danger {
  background-color: var(--bs-danger) !important;
}

.bg-light {
  background-color: var(--bs-light) !important;
}

.bg-dark {
  background-color: var(--bs-dark) !important;
}

.bg-white {
  background-color: var(--bs-white) !important;
}

.bg-black {
  background-color: var(--bs-black) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

/* End background-color */
/* START position */
.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;
}

/* End position */
/* START top */
.top-0 {
  top: 0 !important;
}

.top-p10 {
  top: 10% !important;
}

.top-p20 {
  top: 20% !important;
}

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

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

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

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

.top-p60 {
  top: 60% !important;
}

.top-p70 {
  top: 70% !important;
}

.top-p75 {
  top: 75% !important;
}

.top-p80 {
  top: 80% !important;
}

.top-p90 {
  top: 90% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End top */
/* START bottom */
.bottom-0 {
  bottom: 0 !important;
}

.bottom-p10 {
  bottom: 10% !important;
}

.bottom-p20 {
  bottom: 20% !important;
}

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

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

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

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

.bottom-p60 {
  bottom: 60% !important;
}

.bottom-p70 {
  bottom: 70% !important;
}

.bottom-p75 {
  bottom: 75% !important;
}

.bottom-p80 {
  bottom: 80% !important;
}

.bottom-p90 {
  bottom: 90% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End bottom */
/* START start */
.start-0 {
  left: 0 !important;
}

.start-p10 {
  left: 10% !important;
}

.start-p20 {
  left: 20% !important;
}

.start-p25 {
  left: 25% !important;
}

.start-p30 {
  left: 30% !important;
}

.start-p40 {
  left: 40% !important;
}

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

.start-p60 {
  left: 60% !important;
}

.start-p70 {
  left: 70% !important;
}

.start-p75 {
  left: 75% !important;
}

.start-p80 {
  left: 80% !important;
}

.start-p90 {
  left: 90% !important;
}

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

.start-5 {
  left: 5px !important;
}

.start-10 {
  left: 10px !important;
}

.start-15 {
  left: 15px !important;
}

.start-20 {
  left: 20px !important;
}

.start-25 {
  left: 25px !important;
}

.start-30 {
  left: 30px !important;
}

.start-35 {
  left: 35px !important;
}

.start-40 {
  left: 40px !important;
}

.start-45 {
  left: 45px !important;
}

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

.start-55 {
  left: 55px !important;
}

.start-60 {
  left: 60px !important;
}

.start-65 {
  left: 65px !important;
}

.start-70 {
  left: 70px !important;
}

.start-75 {
  left: 75px !important;
}

.start-80 {
  left: 80px !important;
}

.start-85 {
  left: 85px !important;
}

.start-90 {
  left: 90px !important;
}

.start-95 {
  left: 95px !important;
}

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

/* End start */
/* START end */
.end-0 {
  right: 0 !important;
}

.end-p10 {
  right: 10% !important;
}

.end-p20 {
  right: 20% !important;
}

.end-p25 {
  right: 25% !important;
}

.end-p30 {
  right: 30% !important;
}

.end-p40 {
  right: 40% !important;
}

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

.end-p60 {
  right: 60% !important;
}

.end-p70 {
  right: 70% !important;
}

.end-p75 {
  right: 75% !important;
}

.end-p80 {
  right: 80% !important;
}

.end-p90 {
  right: 90% !important;
}

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

.end-5 {
  right: 5px !important;
}

.end-10 {
  right: 10px !important;
}

.end-15 {
  right: 15px !important;
}

.end-20 {
  right: 20px !important;
}

.end-25 {
  right: 25px !important;
}

.end-30 {
  right: 30px !important;
}

.end-35 {
  right: 35px !important;
}

.end-40 {
  right: 40px !important;
}

.end-45 {
  right: 45px !important;
}

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

.end-55 {
  right: 55px !important;
}

.end-60 {
  right: 60px !important;
}

.end-65 {
  right: 65px !important;
}

.end-70 {
  right: 70px !important;
}

.end-75 {
  right: 75px !important;
}

.end-80 {
  right: 80px !important;
}

.end-85 {
  right: 85px !important;
}

.end-90 {
  right: 90px !important;
}

.end-95 {
  right: 95px !important;
}

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

/* End end */
/* START translate-middle */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

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

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

/* End translate-middle */
/* START user-select */
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

/* End user-select */
/* START pointer-events */
.pointer-none {
  pointer-events: none !important;
}

.pointer-auto {
  pointer-events: auto !important;
}

/* End pointer-events */
/* START visibility */
.visibility-visible {
  visibility: visible !important;
}

.visibility-invisible {
  visibility: hidden !important;
}

/* End visibility */
/* START opacity */
.opacity-p10 {
  opacity: 0.1 !important;
}

.opacity-p20 {
  opacity: 0.2 !important;
}

.opacity-p30 {
  opacity: 0.3 !important;
}

.opacity-p40 {
  opacity: 0.4 !important;
}

.opacity-p50 {
  opacity: 0.5 !important;
}

.opacity-p60 {
  opacity: 0.6 !important;
}

.opacity-p70 {
  opacity: 0.7 !important;
}

.opacity-p80 {
  opacity: 0.8 !important;
}

.opacity-p90 {
  opacity: 0.9 !important;
}

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

/* End opacity */
/* START margin */
.m-auto {
  margin: auto !important;
}

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

.m-p10 {
  margin: 10% !important;
}

.m-p20 {
  margin: 20% !important;
}

.m-p25 {
  margin: 25% !important;
}

.m-p30 {
  margin: 30% !important;
}

.m-p40 {
  margin: 40% !important;
}

.m-p50 {
  margin: 50% !important;
}

.m-p60 {
  margin: 60% !important;
}

.m-p70 {
  margin: 70% !important;
}

.m-p75 {
  margin: 75% !important;
}

.m-p80 {
  margin: 80% !important;
}

.m-p90 {
  margin: 90% !important;
}

.m-p100 {
  margin: 100% !important;
}

.m-1 {
  margin: 1px !important;
}

.m-2 {
  margin: 2px !important;
}

.m-3 {
  margin: 3px !important;
}

.m-4 {
  margin: 4px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-6 {
  margin: 6px !important;
}

.m-7 {
  margin: 7px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-9 {
  margin: 9px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-110 {
  margin: 110px !important;
}

.m-120 {
  margin: 120px !important;
}

.m-130 {
  margin: 130px !important;
}

.m-140 {
  margin: 140px !important;
}

.m-150 {
  margin: 150px !important;
}

.m-160 {
  margin: 160px !important;
}

.m-170 {
  margin: 170px !important;
}

.m-180 {
  margin: 180px !important;
}

.m-190 {
  margin: 190px !important;
}

.m-200 {
  margin: 200px !important;
}

/* End margin */
/* START margin-x */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

.mx-p10 {
  margin-right: 10% !important;
  margin-left: 10% !important;
}

.mx-p20 {
  margin-right: 20% !important;
  margin-left: 20% !important;
}

.mx-p25 {
  margin-right: 25% !important;
  margin-left: 25% !important;
}

.mx-p30 {
  margin-right: 30% !important;
  margin-left: 30% !important;
}

.mx-p40 {
  margin-right: 40% !important;
  margin-left: 40% !important;
}

.mx-p50 {
  margin-right: 50% !important;
  margin-left: 50% !important;
}

.mx-p60 {
  margin-right: 60% !important;
  margin-left: 60% !important;
}

.mx-p70 {
  margin-right: 70% !important;
  margin-left: 70% !important;
}

.mx-p75 {
  margin-right: 75% !important;
  margin-left: 75% !important;
}

.mx-p80 {
  margin-right: 80% !important;
  margin-left: 80% !important;
}

.mx-p90 {
  margin-right: 90% !important;
  margin-left: 90% !important;
}

.mx-p100 {
  margin-right: 100% !important;
  margin-left: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End margin-x */
/* START margin-y */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.my-p10 {
  margin-top: 10% !important;
  margin-bottom: 10% !important;
}

.my-p20 {
  margin-top: 20% !important;
  margin-bottom: 20% !important;
}

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

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

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

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

.my-p60 {
  margin-top: 60% !important;
  margin-bottom: 60% !important;
}

.my-p70 {
  margin-top: 70% !important;
  margin-bottom: 70% !important;
}

.my-p75 {
  margin-top: 75% !important;
  margin-bottom: 75% !important;
}

.my-p80 {
  margin-top: 80% !important;
  margin-bottom: 80% !important;
}

.my-p90 {
  margin-top: 90% !important;
  margin-bottom: 90% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End margin-y */
/* START margin-top */
.mt-auto {
  margin-top: auto !important;
}

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

.mt-p10 {
  margin-top: 10% !important;
}

.mt-p20 {
  margin-top: 20% !important;
}

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

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

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

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

.mt-p60 {
  margin-top: 60% !important;
}

.mt-p70 {
  margin-top: 70% !important;
}

.mt-p75 {
  margin-top: 75% !important;
}

.mt-p80 {
  margin-top: 80% !important;
}

.mt-p90 {
  margin-top: 90% !important;
}

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

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

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

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

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

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

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

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

.mt-8 {
  margin-top: 8px !important;
}

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

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

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

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

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

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

.mt-60 {
  margin-top: 60px !important;
}

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

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

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

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

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

.mt-150 {
  margin-top: 150px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

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

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

.mt-190 {
  margin-top: 190px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

/* End margin-top */
/* START margin-end */
.me-auto {
  margin-right: auto !important;
}

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

.me-p10 {
  margin-right: 10% !important;
}

.me-p20 {
  margin-right: 20% !important;
}

.me-p25 {
  margin-right: 25% !important;
}

.me-p30 {
  margin-right: 30% !important;
}

.me-p40 {
  margin-right: 40% !important;
}

.me-p50 {
  margin-right: 50% !important;
}

.me-p60 {
  margin-right: 60% !important;
}

.me-p70 {
  margin-right: 70% !important;
}

.me-p75 {
  margin-right: 75% !important;
}

.me-p80 {
  margin-right: 80% !important;
}

.me-p90 {
  margin-right: 90% !important;
}

.me-p100 {
  margin-right: 100% !important;
}

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

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

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

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

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

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

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

.me-8 {
  margin-right: 8px !important;
}

.me-9 {
  margin-right: 9px !important;
}

.me-10 {
  margin-right: 10px !important;
}

.me-15 {
  margin-right: 15px !important;
}

.me-20 {
  margin-right: 20px !important;
}

.me-25 {
  margin-right: 25px !important;
}

.me-30 {
  margin-right: 30px !important;
}

.me-35 {
  margin-right: 35px !important;
}

.me-40 {
  margin-right: 40px !important;
}

.me-45 {
  margin-right: 45px !important;
}

.me-50 {
  margin-right: 50px !important;
}

.me-60 {
  margin-right: 60px !important;
}

.me-70 {
  margin-right: 70px !important;
}

.me-80 {
  margin-right: 80px !important;
}

.me-90 {
  margin-right: 90px !important;
}

.me-100 {
  margin-right: 100px !important;
}

.me-110 {
  margin-right: 110px !important;
}

.me-120 {
  margin-right: 120px !important;
}

.me-130 {
  margin-right: 130px !important;
}

.me-140 {
  margin-right: 140px !important;
}

.me-150 {
  margin-right: 150px !important;
}

.me-160 {
  margin-right: 160px !important;
}

.me-170 {
  margin-right: 170px !important;
}

.me-180 {
  margin-right: 180px !important;
}

.me-190 {
  margin-right: 190px !important;
}

.me-200 {
  margin-right: 200px !important;
}

/* End margin-end */
/* START margin-bottom */
.mb-auto {
  margin-bottom: auto !important;
}

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

.mb-p10 {
  margin-bottom: 10% !important;
}

.mb-p20 {
  margin-bottom: 20% !important;
}

.mb-p25 {
  margin-bottom: 25% !important;
}

.mb-p30 {
  margin-bottom: 30% !important;
}

.mb-p40 {
  margin-bottom: 40% !important;
}

.mb-p50 {
  margin-bottom: 50% !important;
}

.mb-p60 {
  margin-bottom: 60% !important;
}

.mb-p70 {
  margin-bottom: 70% !important;
}

.mb-p75 {
  margin-bottom: 75% !important;
}

.mb-p80 {
  margin-bottom: 80% !important;
}

.mb-p90 {
  margin-bottom: 90% !important;
}

.mb-p100 {
  margin-bottom: 100% !important;
}

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

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

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

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

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

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

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

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

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

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

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

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

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

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

.mb-60 {
  margin-bottom: 60px !important;
}

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

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

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

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

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

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

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

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

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

/* End margin-bottom */
/* START margin-start */
.ms-auto {
  margin-left: auto !important;
}

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

.ms-p10 {
  margin-left: 10% !important;
}

.ms-p20 {
  margin-left: 20% !important;
}

.ms-p25 {
  margin-left: 25% !important;
}

.ms-p30 {
  margin-left: 30% !important;
}

.ms-p40 {
  margin-left: 40% !important;
}

.ms-p50 {
  margin-left: 50% !important;
}

.ms-p60 {
  margin-left: 60% !important;
}

.ms-p70 {
  margin-left: 70% !important;
}

.ms-p75 {
  margin-left: 75% !important;
}

.ms-p80 {
  margin-left: 80% !important;
}

.ms-p90 {
  margin-left: 90% !important;
}

.ms-p100 {
  margin-left: 100% !important;
}

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

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

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

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

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

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

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

.ms-8 {
  margin-left: 8px !important;
}

.ms-9 {
  margin-left: 9px !important;
}

.ms-10 {
  margin-left: 10px !important;
}

.ms-15 {
  margin-left: 15px !important;
}

.ms-20 {
  margin-left: 20px !important;
}

.ms-25 {
  margin-left: 25px !important;
}

.ms-30 {
  margin-left: 30px !important;
}

.ms-35 {
  margin-left: 35px !important;
}

.ms-40 {
  margin-left: 40px !important;
}

.ms-45 {
  margin-left: 45px !important;
}

.ms-50 {
  margin-left: 50px !important;
}

.ms-60 {
  margin-left: 60px !important;
}

.ms-70 {
  margin-left: 70px !important;
}

.ms-80 {
  margin-left: 80px !important;
}

.ms-90 {
  margin-left: 90px !important;
}

.ms-100 {
  margin-left: 100px !important;
}

.ms-110 {
  margin-left: 110px !important;
}

.ms-120 {
  margin-left: 120px !important;
}

.ms-130 {
  margin-left: 130px !important;
}

.ms-140 {
  margin-left: 140px !important;
}

.ms-150 {
  margin-left: 150px !important;
}

.ms-160 {
  margin-left: 160px !important;
}

.ms-170 {
  margin-left: 170px !important;
}

.ms-180 {
  margin-left: 180px !important;
}

.ms-190 {
  margin-left: 190px !important;
}

.ms-200 {
  margin-left: 200px !important;
}

/* End margin-start */
/* START negative-margin */
.m-n-0 {
  margin: 0 !important;
}

.m-n-p10 {
  margin: 10% !important;
}

.m-n-p20 {
  margin: 20% !important;
}

.m-n-p25 {
  margin: 25% !important;
}

.m-n-p30 {
  margin: 30% !important;
}

.m-n-p40 {
  margin: 40% !important;
}

.m-n-p50 {
  margin: 50% !important;
}

.m-n-p60 {
  margin: 60% !important;
}

.m-n-p70 {
  margin: 70% !important;
}

.m-n-p75 {
  margin: 75% !important;
}

.m-n-p80 {
  margin: 80% !important;
}

.m-n-p90 {
  margin: 90% !important;
}

.m-n-p100 {
  margin: 100% !important;
}

.m-n-1 {
  margin: 1px !important;
}

.m-n-2 {
  margin: 2px !important;
}

.m-n-3 {
  margin: 3px !important;
}

.m-n-4 {
  margin: 4px !important;
}

.m-n-5 {
  margin: 5px !important;
}

.m-n-6 {
  margin: 6px !important;
}

.m-n-7 {
  margin: 7px !important;
}

.m-n-8 {
  margin: 8px !important;
}

.m-n-9 {
  margin: 9px !important;
}

.m-n-10 {
  margin: 10px !important;
}

.m-n-15 {
  margin: 15px !important;
}

.m-n-20 {
  margin: 20px !important;
}

.m-n-25 {
  margin: 25px !important;
}

.m-n-30 {
  margin: 30px !important;
}

.m-n-35 {
  margin: 35px !important;
}

.m-n-40 {
  margin: 40px !important;
}

.m-n-45 {
  margin: 45px !important;
}

.m-n-50 {
  margin: 50px !important;
}

.m-n-60 {
  margin: 60px !important;
}

.m-n-70 {
  margin: 70px !important;
}

.m-n-80 {
  margin: 80px !important;
}

.m-n-90 {
  margin: 90px !important;
}

.m-n-100 {
  margin: 100px !important;
}

.m-n-110 {
  margin: 110px !important;
}

.m-n-120 {
  margin: 120px !important;
}

.m-n-130 {
  margin: 130px !important;
}

.m-n-140 {
  margin: 140px !important;
}

.m-n-150 {
  margin: 150px !important;
}

.m-n-160 {
  margin: 160px !important;
}

.m-n-170 {
  margin: 170px !important;
}

.m-n-180 {
  margin: 180px !important;
}

.m-n-190 {
  margin: 190px !important;
}

.m-n-200 {
  margin: 200px !important;
}

/* End negative-margin */
/* START negative-margin-x */
.mx-n-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-n-p10 {
  margin-right: 10% !important;
  margin-left: 10% !important;
}

.mx-n-p20 {
  margin-right: 20% !important;
  margin-left: 20% !important;
}

.mx-n-p25 {
  margin-right: 25% !important;
  margin-left: 25% !important;
}

.mx-n-p30 {
  margin-right: 30% !important;
  margin-left: 30% !important;
}

.mx-n-p40 {
  margin-right: 40% !important;
  margin-left: 40% !important;
}

.mx-n-p50 {
  margin-right: 50% !important;
  margin-left: 50% !important;
}

.mx-n-p60 {
  margin-right: 60% !important;
  margin-left: 60% !important;
}

.mx-n-p70 {
  margin-right: 70% !important;
  margin-left: 70% !important;
}

.mx-n-p75 {
  margin-right: 75% !important;
  margin-left: 75% !important;
}

.mx-n-p80 {
  margin-right: 80% !important;
  margin-left: 80% !important;
}

.mx-n-p90 {
  margin-right: 90% !important;
  margin-left: 90% !important;
}

.mx-n-p100 {
  margin-right: 100% !important;
  margin-left: 100% !important;
}

.mx-n-1 {
  margin-right: 1px !important;
  margin-left: 1px !important;
}

.mx-n-2 {
  margin-right: 2px !important;
  margin-left: 2px !important;
}

.mx-n-3 {
  margin-right: 3px !important;
  margin-left: 3px !important;
}

.mx-n-4 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.mx-n-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mx-n-6 {
  margin-right: 6px !important;
  margin-left: 6px !important;
}

.mx-n-7 {
  margin-right: 7px !important;
  margin-left: 7px !important;
}

.mx-n-8 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.mx-n-9 {
  margin-right: 9px !important;
  margin-left: 9px !important;
}

.mx-n-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-n-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mx-n-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-n-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mx-n-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-n-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.mx-n-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-n-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.mx-n-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mx-n-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-n-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.mx-n-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.mx-n-90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.mx-n-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.mx-n-110 {
  margin-right: 110px !important;
  margin-left: 110px !important;
}

.mx-n-120 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}

.mx-n-130 {
  margin-right: 130px !important;
  margin-left: 130px !important;
}

.mx-n-140 {
  margin-right: 140px !important;
  margin-left: 140px !important;
}

.mx-n-150 {
  margin-right: 150px !important;
  margin-left: 150px !important;
}

.mx-n-160 {
  margin-right: 160px !important;
  margin-left: 160px !important;
}

.mx-n-170 {
  margin-right: 170px !important;
  margin-left: 170px !important;
}

.mx-n-180 {
  margin-right: 180px !important;
  margin-left: 180px !important;
}

.mx-n-190 {
  margin-right: 190px !important;
  margin-left: 190px !important;
}

.mx-n-200 {
  margin-right: 200px !important;
  margin-left: 200px !important;
}

/* End negative-margin-x */
/* START negative-margin-y */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-p10 {
  margin-top: 10% !important;
  margin-bottom: 10% !important;
}

.my-p20 {
  margin-top: 20% !important;
  margin-bottom: 20% !important;
}

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

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

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

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

.my-p60 {
  margin-top: 60% !important;
  margin-bottom: 60% !important;
}

.my-p70 {
  margin-top: 70% !important;
  margin-bottom: 70% !important;
}

.my-p75 {
  margin-top: 75% !important;
  margin-bottom: 75% !important;
}

.my-p80 {
  margin-top: 80% !important;
  margin-bottom: 80% !important;
}

.my-p90 {
  margin-top: 90% !important;
  margin-bottom: 90% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End negative-margin-y */
/* START negative-margin-top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-p10 {
  margin-top: 10% !important;
}

.mt-p20 {
  margin-top: 20% !important;
}

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

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

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

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

.mt-p60 {
  margin-top: 60% !important;
}

.mt-p70 {
  margin-top: 70% !important;
}

.mt-p75 {
  margin-top: 75% !important;
}

.mt-p80 {
  margin-top: 80% !important;
}

.mt-p90 {
  margin-top: 90% !important;
}

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

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

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

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

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

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

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

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

.mt-8 {
  margin-top: 8px !important;
}

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

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

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

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

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

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

.mt-60 {
  margin-top: 60px !important;
}

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

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

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

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

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

.mt-150 {
  margin-top: 150px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

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

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

.mt-190 {
  margin-top: 190px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

/* End negative-margin-top */
/* START negative-margin-end */
.me-0 {
  margin-right: 0 !important;
}

.me-p10 {
  margin-right: 10% !important;
}

.me-p20 {
  margin-right: 20% !important;
}

.me-p25 {
  margin-right: 25% !important;
}

.me-p30 {
  margin-right: 30% !important;
}

.me-p40 {
  margin-right: 40% !important;
}

.me-p50 {
  margin-right: 50% !important;
}

.me-p60 {
  margin-right: 60% !important;
}

.me-p70 {
  margin-right: 70% !important;
}

.me-p75 {
  margin-right: 75% !important;
}

.me-p80 {
  margin-right: 80% !important;
}

.me-p90 {
  margin-right: 90% !important;
}

.me-p100 {
  margin-right: 100% !important;
}

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

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

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

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

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

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

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

.me-8 {
  margin-right: 8px !important;
}

.me-9 {
  margin-right: 9px !important;
}

.me-10 {
  margin-right: 10px !important;
}

.me-15 {
  margin-right: 15px !important;
}

.me-20 {
  margin-right: 20px !important;
}

.me-25 {
  margin-right: 25px !important;
}

.me-30 {
  margin-right: 30px !important;
}

.me-35 {
  margin-right: 35px !important;
}

.me-40 {
  margin-right: 40px !important;
}

.me-45 {
  margin-right: 45px !important;
}

.me-50 {
  margin-right: 50px !important;
}

.me-60 {
  margin-right: 60px !important;
}

.me-70 {
  margin-right: 70px !important;
}

.me-80 {
  margin-right: 80px !important;
}

.me-90 {
  margin-right: 90px !important;
}

.me-100 {
  margin-right: 100px !important;
}

.me-110 {
  margin-right: 110px !important;
}

.me-120 {
  margin-right: 120px !important;
}

.me-130 {
  margin-right: 130px !important;
}

.me-140 {
  margin-right: 140px !important;
}

.me-150 {
  margin-right: 150px !important;
}

.me-160 {
  margin-right: 160px !important;
}

.me-170 {
  margin-right: 170px !important;
}

.me-180 {
  margin-right: 180px !important;
}

.me-190 {
  margin-right: 190px !important;
}

.me-200 {
  margin-right: 200px !important;
}

/* End negative-margin-end */
/* START negative-margin-bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-p10 {
  margin-bottom: 10% !important;
}

.mb-p20 {
  margin-bottom: 20% !important;
}

.mb-p25 {
  margin-bottom: 25% !important;
}

.mb-p30 {
  margin-bottom: 30% !important;
}

.mb-p40 {
  margin-bottom: 40% !important;
}

.mb-p50 {
  margin-bottom: 50% !important;
}

.mb-p60 {
  margin-bottom: 60% !important;
}

.mb-p70 {
  margin-bottom: 70% !important;
}

.mb-p75 {
  margin-bottom: 75% !important;
}

.mb-p80 {
  margin-bottom: 80% !important;
}

.mb-p90 {
  margin-bottom: 90% !important;
}

.mb-p100 {
  margin-bottom: 100% !important;
}

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

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

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

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

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

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

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

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

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

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

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

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

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

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

.mb-60 {
  margin-bottom: 60px !important;
}

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

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

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

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

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

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

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

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

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

/* End negative-margin-bottom */
/* START negative-margin-start */
.ms-0 {
  margin-left: 0 !important;
}

.ms-p10 {
  margin-left: 10% !important;
}

.ms-p20 {
  margin-left: 20% !important;
}

.ms-p25 {
  margin-left: 25% !important;
}

.ms-p30 {
  margin-left: 30% !important;
}

.ms-p40 {
  margin-left: 40% !important;
}

.ms-p50 {
  margin-left: 50% !important;
}

.ms-p60 {
  margin-left: 60% !important;
}

.ms-p70 {
  margin-left: 70% !important;
}

.ms-p75 {
  margin-left: 75% !important;
}

.ms-p80 {
  margin-left: 80% !important;
}

.ms-p90 {
  margin-left: 90% !important;
}

.ms-p100 {
  margin-left: 100% !important;
}

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

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

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

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

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

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

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

.ms-8 {
  margin-left: 8px !important;
}

.ms-9 {
  margin-left: 9px !important;
}

.ms-10 {
  margin-left: 10px !important;
}

.ms-15 {
  margin-left: 15px !important;
}

.ms-20 {
  margin-left: 20px !important;
}

.ms-25 {
  margin-left: 25px !important;
}

.ms-30 {
  margin-left: 30px !important;
}

.ms-35 {
  margin-left: 35px !important;
}

.ms-40 {
  margin-left: 40px !important;
}

.ms-45 {
  margin-left: 45px !important;
}

.ms-50 {
  margin-left: 50px !important;
}

.ms-60 {
  margin-left: 60px !important;
}

.ms-70 {
  margin-left: 70px !important;
}

.ms-80 {
  margin-left: 80px !important;
}

.ms-90 {
  margin-left: 90px !important;
}

.ms-100 {
  margin-left: 100px !important;
}

.ms-110 {
  margin-left: 110px !important;
}

.ms-120 {
  margin-left: 120px !important;
}

.ms-130 {
  margin-left: 130px !important;
}

.ms-140 {
  margin-left: 140px !important;
}

.ms-150 {
  margin-left: 150px !important;
}

.ms-160 {
  margin-left: 160px !important;
}

.ms-170 {
  margin-left: 170px !important;
}

.ms-180 {
  margin-left: 180px !important;
}

.ms-190 {
  margin-left: 190px !important;
}

.ms-200 {
  margin-left: 200px !important;
}

/* End negative-margin-start */
/* START padding */
.p-0 {
  padding: 0 !important;
}

.p-p10 {
  padding: 10% !important;
}

.p-p20 {
  padding: 20% !important;
}

.p-p25 {
  padding: 25% !important;
}

.p-p30 {
  padding: 30% !important;
}

.p-p40 {
  padding: 40% !important;
}

.p-p50 {
  padding: 50% !important;
}

.p-p60 {
  padding: 60% !important;
}

.p-p70 {
  padding: 70% !important;
}

.p-p75 {
  padding: 75% !important;
}

.p-p80 {
  padding: 80% !important;
}

.p-p90 {
  padding: 90% !important;
}

.p-p100 {
  padding: 100% !important;
}

.p-1 {
  padding: 1px !important;
}

.p-2 {
  padding: 2px !important;
}

.p-3 {
  padding: 3px !important;
}

.p-4 {
  padding: 4px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-6 {
  padding: 6px !important;
}

.p-7 {
  padding: 7px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-9 {
  padding: 9px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-110 {
  padding: 110px !important;
}

.p-120 {
  padding: 120px !important;
}

.p-130 {
  padding: 130px !important;
}

.p-140 {
  padding: 140px !important;
}

.p-150 {
  padding: 150px !important;
}

.p-160 {
  padding: 160px !important;
}

.p-170 {
  padding: 170px !important;
}

.p-180 {
  padding: 180px !important;
}

.p-190 {
  padding: 190px !important;
}

.p-200 {
  padding: 200px !important;
}

/* End padding */
/* START padding-x */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-p10 {
  padding-right: 10% !important;
  padding-left: 10% !important;
}

.px-p20 {
  padding-right: 20% !important;
  padding-left: 20% !important;
}

.px-p25 {
  padding-right: 25% !important;
  padding-left: 25% !important;
}

.px-p30 {
  padding-right: 30% !important;
  padding-left: 30% !important;
}

.px-p40 {
  padding-right: 40% !important;
  padding-left: 40% !important;
}

.px-p50 {
  padding-right: 50% !important;
  padding-left: 50% !important;
}

.px-p60 {
  padding-right: 60% !important;
  padding-left: 60% !important;
}

.px-p70 {
  padding-right: 70% !important;
  padding-left: 70% !important;
}

.px-p75 {
  padding-right: 75% !important;
  padding-left: 75% !important;
}

.px-p80 {
  padding-right: 80% !important;
  padding-left: 80% !important;
}

.px-p90 {
  padding-right: 90% !important;
  padding-left: 90% !important;
}

.px-p100 {
  padding-right: 100% !important;
  padding-left: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End padding-x */
/* START padding-y */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-p10 {
  padding-top: 10% !important;
  padding-bottom: 10% !important;
}

.py-p20 {
  padding-top: 20% !important;
  padding-bottom: 20% !important;
}

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

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

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

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

.py-p60 {
  padding-top: 60% !important;
  padding-bottom: 60% !important;
}

.py-p70 {
  padding-top: 70% !important;
  padding-bottom: 70% !important;
}

.py-p75 {
  padding-top: 75% !important;
  padding-bottom: 75% !important;
}

.py-p80 {
  padding-top: 80% !important;
  padding-bottom: 80% !important;
}

.py-p90 {
  padding-top: 90% !important;
  padding-bottom: 90% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End padding-y */
/* START padding-top */
.pt-0 {
  padding-top: 0 !important;
}

.pt-p10 {
  padding-top: 10% !important;
}

.pt-p20 {
  padding-top: 20% !important;
}

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

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

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

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

.pt-p60 {
  padding-top: 60% !important;
}

.pt-p70 {
  padding-top: 70% !important;
}

.pt-p75 {
  padding-top: 75% !important;
}

.pt-p80 {
  padding-top: 80% !important;
}

.pt-p90 {
  padding-top: 90% !important;
}

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

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

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

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

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

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

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

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

.pt-8 {
  padding-top: 8px !important;
}

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

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

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

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

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

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

.pt-60 {
  padding-top: 60px !important;
}

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

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

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

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

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

.pt-150 {
  padding-top: 150px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

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

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

.pt-190 {
  padding-top: 190px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

/* End padding-top */
/* START padding-end */
.pe-0 {
  padding-right: 0 !important;
}

.pe-p10 {
  padding-right: 10% !important;
}

.pe-p20 {
  padding-right: 20% !important;
}

.pe-p25 {
  padding-right: 25% !important;
}

.pe-p30 {
  padding-right: 30% !important;
}

.pe-p40 {
  padding-right: 40% !important;
}

.pe-p50 {
  padding-right: 50% !important;
}

.pe-p60 {
  padding-right: 60% !important;
}

.pe-p70 {
  padding-right: 70% !important;
}

.pe-p75 {
  padding-right: 75% !important;
}

.pe-p80 {
  padding-right: 80% !important;
}

.pe-p90 {
  padding-right: 90% !important;
}

.pe-p100 {
  padding-right: 100% !important;
}

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

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

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

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

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

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

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

.pe-8 {
  padding-right: 8px !important;
}

.pe-9 {
  padding-right: 9px !important;
}

.pe-10 {
  padding-right: 10px !important;
}

.pe-15 {
  padding-right: 15px !important;
}

.pe-20 {
  padding-right: 20px !important;
}

.pe-25 {
  padding-right: 25px !important;
}

.pe-30 {
  padding-right: 30px !important;
}

.pe-35 {
  padding-right: 35px !important;
}

.pe-40 {
  padding-right: 40px !important;
}

.pe-45 {
  padding-right: 45px !important;
}

.pe-50 {
  padding-right: 50px !important;
}

.pe-60 {
  padding-right: 60px !important;
}

.pe-70 {
  padding-right: 70px !important;
}

.pe-80 {
  padding-right: 80px !important;
}

.pe-90 {
  padding-right: 90px !important;
}

.pe-100 {
  padding-right: 100px !important;
}

.pe-110 {
  padding-right: 110px !important;
}

.pe-120 {
  padding-right: 120px !important;
}

.pe-130 {
  padding-right: 130px !important;
}

.pe-140 {
  padding-right: 140px !important;
}

.pe-150 {
  padding-right: 150px !important;
}

.pe-160 {
  padding-right: 160px !important;
}

.pe-170 {
  padding-right: 170px !important;
}

.pe-180 {
  padding-right: 180px !important;
}

.pe-190 {
  padding-right: 190px !important;
}

.pe-200 {
  padding-right: 200px !important;
}

/* End padding-end */
/* START padding-bottom */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-p10 {
  padding-bottom: 10% !important;
}

.pb-p20 {
  padding-bottom: 20% !important;
}

.pb-p25 {
  padding-bottom: 25% !important;
}

.pb-p30 {
  padding-bottom: 30% !important;
}

.pb-p40 {
  padding-bottom: 40% !important;
}

.pb-p50 {
  padding-bottom: 50% !important;
}

.pb-p60 {
  padding-bottom: 60% !important;
}

.pb-p70 {
  padding-bottom: 70% !important;
}

.pb-p75 {
  padding-bottom: 75% !important;
}

.pb-p80 {
  padding-bottom: 80% !important;
}

.pb-p90 {
  padding-bottom: 90% !important;
}

.pb-p100 {
  padding-bottom: 100% !important;
}

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

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

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

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

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

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

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

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

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

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

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

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

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

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

.pb-60 {
  padding-bottom: 60px !important;
}

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

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

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

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

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

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

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

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

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

/* End padding-bottom */
/* START padding-start */
.ps-0 {
  padding-left: 0 !important;
}

.ps-p10 {
  padding-left: 10% !important;
}

.ps-p20 {
  padding-left: 20% !important;
}

.ps-p25 {
  padding-left: 25% !important;
}

.ps-p30 {
  padding-left: 30% !important;
}

.ps-p40 {
  padding-left: 40% !important;
}

.ps-p50 {
  padding-left: 50% !important;
}

.ps-p60 {
  padding-left: 60% !important;
}

.ps-p70 {
  padding-left: 70% !important;
}

.ps-p75 {
  padding-left: 75% !important;
}

.ps-p80 {
  padding-left: 80% !important;
}

.ps-p90 {
  padding-left: 90% !important;
}

.ps-p100 {
  padding-left: 100% !important;
}

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

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

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

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

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

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

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

.ps-8 {
  padding-left: 8px !important;
}

.ps-9 {
  padding-left: 9px !important;
}

.ps-10 {
  padding-left: 10px !important;
}

.ps-15 {
  padding-left: 15px !important;
}

.ps-20 {
  padding-left: 20px !important;
}

.ps-25 {
  padding-left: 25px !important;
}

.ps-30 {
  padding-left: 30px !important;
}

.ps-35 {
  padding-left: 35px !important;
}

.ps-40 {
  padding-left: 40px !important;
}

.ps-45 {
  padding-left: 45px !important;
}

.ps-50 {
  padding-left: 50px !important;
}

.ps-60 {
  padding-left: 60px !important;
}

.ps-70 {
  padding-left: 70px !important;
}

.ps-80 {
  padding-left: 80px !important;
}

.ps-90 {
  padding-left: 90px !important;
}

.ps-100 {
  padding-left: 100px !important;
}

.ps-110 {
  padding-left: 110px !important;
}

.ps-120 {
  padding-left: 120px !important;
}

.ps-130 {
  padding-left: 130px !important;
}

.ps-140 {
  padding-left: 140px !important;
}

.ps-150 {
  padding-left: 150px !important;
}

.ps-160 {
  padding-left: 160px !important;
}

.ps-170 {
  padding-left: 170px !important;
}

.ps-180 {
  padding-left: 180px !important;
}

.ps-190 {
  padding-left: 190px !important;
}

.ps-200 {
  padding-left: 200px !important;
}

/* End padding-start */
/* START font-family */
.ff-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.ff-title {
  font-family: "Barlow Condensed" !important;
}

.ff-text {
  font-family: "Poppins" !important;
}

.ff-primary {
  font-family: "Barlow Condensed" !important;
}

.ff-secondary {
  font-family: "Poppins" !important;
}

.ff-tertiary {
  font-family: "Poppins" !important;
}

.ff-quarternary {
  font-family: "Teko" !important;
}

/* End font-family */
/* START font-size */
.fs-h1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

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

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

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

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

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

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

.fs-xsmall {
  font-size: 0.75rem !important;
}

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

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

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

.fs-xlarge {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

.fs-xxlarge {
  font-size: calc(1.35rem + 1.2vw) !important;
}

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

.fs-45 {
  font-size: calc(1.40625rem + 1.875vw) !important;
}

.fs-50 {
  font-size: calc(1.4375rem + 2.25vw) !important;
}

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

.fs-70 {
  font-size: calc(1.5625rem + 3.75vw) !important;
}

.fs-80 {
  font-size: calc(1.625rem + 4.5vw) !important;
}

/* End font-size */
/* START font-style */
.fst-italic {
  font-style: italic !important;
}

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

/* End font-style */
/* START font-weight */
.fw-300 {
  font-weight: 300 !important;
}

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

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

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

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

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

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

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

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

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

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

/* End font-weight */
/* START line-height */
.lh-h1 {
  line-height: 2.5rem !important;
}

.lh-h2 {
  line-height: 2rem !important;
}

.lh-h3 {
  line-height: 1.75rem !important;
}

.lh-h4 {
  line-height: 1.5rem !important;
}

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

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

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

.lh-xsmall {
  line-height: 12px !important;
}

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

.lh-medium {
  line-height: 20px !important;
}

.lh-large {
  line-height: 24px !important;
}

.lh-xlarge {
  line-height: 30px !important;
}

.lh-xxlarge {
  line-height: 36px !important;
}

.lh-40 {
  line-height: 40px !important;
}

.lh-45 {
  line-height: 45px !important;
}

.lh-50 {
  line-height: 50px !important;
}

.lh-60 {
  line-height: 60px !important;
}

.lh-70 {
  line-height: 70px !important;
}

.lh-80 {
  line-height: 80px !important;
}

/* End line-height */
/* START text-align */
.ta-start {
  text-align: left !important;
}

.ta-end {
  text-align: right !important;
}

.ta-center {
  text-align: center !important;
}

/* End text-align */
/* START text-decoration */
.td-none {
  text-decoration: none !important;
}

.td-underline {
  text-decoration: underline !important;
}

.td-line-through {
  text-decoration: line-through !important;
}

/* End text-decoration */
/* START text-transform */
.tt-lowercase {
  text-transform: lowercase !important;
}

.tt-uppercase {
  text-transform: uppercase !important;
}

.tt-capitalize {
  text-transform: capitalize !important;
}

/* End text-transform */
/* START white-space */
.white-space-wrap {
  white-space: normal !important;
}

.white-space-nowrap {
  white-space: nowrap !important;
}

/* End white-space */
/* START word-wrap */
/* rtl:begin:remove */
.word-wrap-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* End word-wrap */
/* START flex */
.flex-fill {
  flex: 1 1 auto !important;
}

/* End flex */
/* START flex-direction */
.flex-direction-row {
  flex-direction: row !important;
}

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

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

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

/* End flex-direction */
/* START flex-grow */
.flex-grow-0 {
  flex-grow: 0 !important;
}

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

/* End flex-grow */
/* START flex-shrink */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

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

/* End flex-shrink */
/* START flex-wrap */
.flex-wrap-wrap {
  flex-wrap: wrap !important;
}

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

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

/* End flex-wrap */
/* START gap */
.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;
}

/* End gap */
/* START justify-content */
.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;
}

/* End justify-content */
/* START align-items */
.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;
}

/* End align-items */
/* START align-content */
.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;
}

/* End align-content */
/* START align-self */
.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;
}

/* End align-self */
/* START order */
.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;
}

/* End order */
/* START no-border */
.b-0 {
  border: 0 !important;
}

/* End no-border */
/* START no-border top */
.b-0-top {
  border: 0 !important;
}

/* End no-border top */
/* START no-border right */
.b-0-end {
  border-right: 0 !important;
}

/* End no-border right */
/* START no-border bottom */
.b-0-bottom {
  border-bottom: 0 !important;
}

/* End no-border bottom */
/* START no-border start */
.b-0-left {
  border-bottom: 0 !important;
}

/* End no-border start */
/* START border */
.b-all {
  border: 1px solid var(--bs-border-color) !important;
}

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

/* End border */
/* START border-color */
.b-c-theme {
  border-color: var(--bs-theme) !important;
}

.b-c-accent {
  border-color: var(--bs-accent) !important;
}

.b-c-primary {
  border-color: var(--bs-primary) !important;
}

.b-c-secondary {
  border-color: var(--bs-secondary) !important;
}

.b-c-tertiary {
  border-color: var(--bs-tertiary) !important;
}

.b-c-success {
  border-color: var(--bs-success) !important;
}

.b-c-info {
  border-color: var(--bs-info) !important;
}

.b-c-warning {
  border-color: var(--bs-warning) !important;
}

.b-c-danger {
  border-color: var(--bs-danger) !important;
}

.b-c-light {
  border-color: var(--bs-light) !important;
}

.b-c-dark {
  border-color: var(--bs-dark) !important;
}

.b-c-white {
  border-color: var(--bs-white) !important;
}

.b-c-black {
  border-color: var(--bs-black) !important;
}

/* End border-color */
/* START border-top */
.b-top {
  border-top: 1px solid var(--bs-border-color) !important;
}

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

/* End border-top */
/* START border-end */
.b-end {
  border-right: 1px solid var(--bs-border-color) !important;
}

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

/* End border-end */
/* START border-bottom */
.b-bottom {
  border-bottom: 1px solid var(--bs-border-color) !important;
}

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

/* End border-bottom */
/* START border-start */
.b-start {
  border-left: 1px solid var(--bs-border-color) !important;
}

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

/* End border-start */
/* START border-width */
.b-w-1 {
  border-width: 1px !important;
}

.b-w-2 {
  border-width: 2px !important;
}

.b-w-3 {
  border-width: 3px !important;
}

.b-w-4 {
  border-width: 4px !important;
}

.b-w-5 {
  border-width: 5px !important;
}

/* End border-width */
/* START rounded */
.rounded {
  border-radius: 0.25rem !important;
}

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

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

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

.rounded-3 {
  border-radius: 0.3rem !important;
}

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

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

/* End rounded */
/* START rounded-top */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* End rounded-top */
/* START rounded-end */
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* End rounded-end */
/* START rounded-bottom */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* End rounded-bottom */
/* START rounded-start */
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* End rounded-start */
/* START align */
.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;
}

/* End align */
/* START float */
.float-start {
  float: left !important;
}

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

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

/* End float */
/* START overflow */
.overflow-auto {
  overflow: auto !important;
}

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

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

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

/* End overflow */
/* START display */
.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;
}

/* End display */
/* START shadow */
.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;
}

/* End shadow */
/* START width */
.w-0 {
  width: 0 !important;
}

.w-p10 {
  width: 10% !important;
}

.w-p20 {
  width: 20% !important;
}

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

.w-p30 {
  width: 30% !important;
}

.w-p40 {
  width: 40% !important;
}

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

.w-p60 {
  width: 60% !important;
}

.w-p70 {
  width: 70% !important;
}

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

.w-p80 {
  width: 80% !important;
}

.w-p90 {
  width: 90% !important;
}

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

.w-v25 {
  width: 25vh !important;
}

.w-v50 {
  width: 50vh !important;
}

.w-v75 {
  width: 75vh !important;
}

.w-v100 {
  width: 100vh !important;
}

.w-5 {
  width: 5px !important;
}

.w-10 {
  width: 10px !important;
}

.w-15 {
  width: 15px !important;
}

.w-20 {
  width: 20px !important;
}

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

.w-30 {
  width: 30px !important;
}

.w-35 {
  width: 35px !important;
}

.w-40 {
  width: 40px !important;
}

.w-45 {
  width: 45px !important;
}

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

.w-55 {
  width: 55px !important;
}

.w-60 {
  width: 60px !important;
}

.w-65 {
  width: 65px !important;
}

.w-70 {
  width: 70px !important;
}

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

.w-80 {
  width: 80px !important;
}

.w-85 {
  width: 85px !important;
}

.w-90 {
  width: 90px !important;
}

.w-95 {
  width: 95px !important;
}

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

.w-120 {
  width: 120px !important;
}

.w-140 {
  width: 140px !important;
}

.w-160 {
  width: 160px !important;
}

.w-180 {
  width: 180px !important;
}

.w-200 {
  width: 200px !important;
}

.w-220 {
  width: 220px !important;
}

.w-240 {
  width: 240px !important;
}

.w-260 {
  width: 260px !important;
}

.w-280 {
  width: 280px !important;
}

.w-300 {
  width: 300px !important;
}

.w-350 {
  width: 350px !important;
}

.w-400 {
  width: 400px !important;
}

.w-450 {
  width: 450px !important;
}

.w-500 {
  width: 500px !important;
}

.w-550 {
  width: 550px !important;
}

.w-600 {
  width: 600px !important;
}

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

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

/* End width */
/* START max-width */
.maxw-0 {
  max-width: 0 !important;
}

.maxw-p10 {
  max-width: 10% !important;
}

.maxw-p20 {
  max-width: 20% !important;
}

.maxw-p25 {
  max-width: 25% !important;
}

.maxw-p30 {
  max-width: 30% !important;
}

.maxw-p40 {
  max-width: 40% !important;
}

.maxw-p50 {
  max-width: 50% !important;
}

.maxw-p60 {
  max-width: 60% !important;
}

.maxw-p70 {
  max-width: 70% !important;
}

.maxw-p75 {
  max-width: 75% !important;
}

.maxw-p80 {
  max-width: 80% !important;
}

.maxw-p90 {
  max-width: 90% !important;
}

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

.maxw-v25 {
  max-width: 25vh !important;
}

.maxw-v50 {
  max-width: 50vh !important;
}

.maxw-v75 {
  max-width: 75vh !important;
}

.maxw-v100 {
  max-width: 100vh !important;
}

.maxw-5 {
  max-width: 5px !important;
}

.maxw-10 {
  max-width: 10px !important;
}

.maxw-15 {
  max-width: 15px !important;
}

.maxw-20 {
  max-width: 20px !important;
}

.maxw-25 {
  max-width: 25px !important;
}

.maxw-30 {
  max-width: 30px !important;
}

.maxw-35 {
  max-width: 35px !important;
}

.maxw-40 {
  max-width: 40px !important;
}

.maxw-45 {
  max-width: 45px !important;
}

.maxw-50 {
  max-width: 50px !important;
}

.maxw-55 {
  max-width: 55px !important;
}

.maxw-60 {
  max-width: 60px !important;
}

.maxw-65 {
  max-width: 65px !important;
}

.maxw-70 {
  max-width: 70px !important;
}

.maxw-75 {
  max-width: 75px !important;
}

.maxw-80 {
  max-width: 80px !important;
}

.maxw-85 {
  max-width: 85px !important;
}

.maxw-90 {
  max-width: 90px !important;
}

.maxw-95 {
  max-width: 95px !important;
}

.maxw-100 {
  max-width: 100px !important;
}

.maxw-120 {
  max-width: 120px !important;
}

.maxw-140 {
  max-width: 140px !important;
}

.maxw-160 {
  max-width: 160px !important;
}

.maxw-180 {
  max-width: 180px !important;
}

.maxw-200 {
  max-width: 200px !important;
}

.maxw-220 {
  max-width: 220px !important;
}

.maxw-240 {
  max-width: 240px !important;
}

.maxw-260 {
  max-width: 260px !important;
}

.maxw-280 {
  max-width: 280px !important;
}

.maxw-300 {
  max-width: 300px !important;
}

.maxw-350 {
  max-width: 350px !important;
}

.maxw-400 {
  max-width: 400px !important;
}

.maxw-450 {
  max-width: 450px !important;
}

.maxw-500 {
  max-width: 500px !important;
}

.maxw-550 {
  max-width: 550px !important;
}

.maxw-600 {
  max-width: 600px !important;
}

.maxw-auto {
  max-width: auto !important;
}

.maxw-unset {
  max-width: unset !important;
}

/* End max-width */
/* START min-width */
.minw-0 {
  min-width: 0 !important;
}

.minw-p10 {
  min-width: 10% !important;
}

.minw-p20 {
  min-width: 20% !important;
}

.minw-p25 {
  min-width: 25% !important;
}

.minw-p30 {
  min-width: 30% !important;
}

.minw-p40 {
  min-width: 40% !important;
}

.minw-p50 {
  min-width: 50% !important;
}

.minw-p60 {
  min-width: 60% !important;
}

.minw-p70 {
  min-width: 70% !important;
}

.minw-p75 {
  min-width: 75% !important;
}

.minw-p80 {
  min-width: 80% !important;
}

.minw-p90 {
  min-width: 90% !important;
}

.minw-p100 {
  min-width: 100% !important;
}

.minw-v25 {
  min-width: 25vh !important;
}

.minw-v50 {
  min-width: 50vh !important;
}

.minw-v75 {
  min-width: 75vh !important;
}

.minw-v100 {
  min-width: 100vh !important;
}

.minw-5 {
  min-width: 5px !important;
}

.minw-10 {
  min-width: 10px !important;
}

.minw-15 {
  min-width: 15px !important;
}

.minw-20 {
  min-width: 20px !important;
}

.minw-25 {
  min-width: 25px !important;
}

.minw-30 {
  min-width: 30px !important;
}

.minw-35 {
  min-width: 35px !important;
}

.minw-40 {
  min-width: 40px !important;
}

.minw-45 {
  min-width: 45px !important;
}

.minw-50 {
  min-width: 50px !important;
}

.minw-55 {
  min-width: 55px !important;
}

.minw-60 {
  min-width: 60px !important;
}

.minw-65 {
  min-width: 65px !important;
}

.minw-70 {
  min-width: 70px !important;
}

.minw-75 {
  min-width: 75px !important;
}

.minw-80 {
  min-width: 80px !important;
}

.minw-85 {
  min-width: 85px !important;
}

.minw-90 {
  min-width: 90px !important;
}

.minw-95 {
  min-width: 95px !important;
}

.minw-100 {
  min-width: 100px !important;
}

.minw-120 {
  min-width: 120px !important;
}

.minw-140 {
  min-width: 140px !important;
}

.minw-160 {
  min-width: 160px !important;
}

.minw-180 {
  min-width: 180px !important;
}

.minw-200 {
  min-width: 200px !important;
}

.minw-220 {
  min-width: 220px !important;
}

.minw-240 {
  min-width: 240px !important;
}

.minw-260 {
  min-width: 260px !important;
}

.minw-280 {
  min-width: 280px !important;
}

.minw-300 {
  min-width: 300px !important;
}

.minw-350 {
  min-width: 350px !important;
}

.minw-400 {
  min-width: 400px !important;
}

.minw-450 {
  min-width: 450px !important;
}

.minw-500 {
  min-width: 500px !important;
}

.minw-550 {
  min-width: 550px !important;
}

.minw-600 {
  min-width: 600px !important;
}

.minw-auto {
  min-width: auto !important;
}

.minw-unset {
  min-width: unset !important;
}

/* End min-width */
/* START height */
.h-0 {
  height: 0 !important;
}

.h-p10 {
  height: 10% !important;
}

.h-p20 {
  height: 20% !important;
}

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

.h-p30 {
  height: 30% !important;
}

.h-p40 {
  height: 40% !important;
}

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

.h-p60 {
  height: 60% !important;
}

.h-p70 {
  height: 70% !important;
}

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

.h-p80 {
  height: 80% !important;
}

.h-p90 {
  height: 90% !important;
}

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

.h-v25 {
  height: 25vh !important;
}

.h-v50 {
  height: 50vh !important;
}

.h-v75 {
  height: 75vh !important;
}

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

.h-5 {
  height: 5px !important;
}

.h-10 {
  height: 10px !important;
}

.h-15 {
  height: 15px !important;
}

.h-20 {
  height: 20px !important;
}

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

.h-30 {
  height: 30px !important;
}

.h-35 {
  height: 35px !important;
}

.h-40 {
  height: 40px !important;
}

.h-45 {
  height: 45px !important;
}

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

.h-55 {
  height: 55px !important;
}

.h-60 {
  height: 60px !important;
}

.h-65 {
  height: 65px !important;
}

.h-70 {
  height: 70px !important;
}

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

.h-80 {
  height: 80px !important;
}

.h-85 {
  height: 85px !important;
}

.h-90 {
  height: 90px !important;
}

.h-95 {
  height: 95px !important;
}

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

.h-120 {
  height: 120px !important;
}

.h-140 {
  height: 140px !important;
}

.h-160 {
  height: 160px !important;
}

.h-180 {
  height: 180px !important;
}

.h-200 {
  height: 200px !important;
}

.h-220 {
  height: 220px !important;
}

.h-240 {
  height: 240px !important;
}

.h-260 {
  height: 260px !important;
}

.h-280 {
  height: 280px !important;
}

.h-300 {
  height: 300px !important;
}

.h-350 {
  height: 350px !important;
}

.h-400 {
  height: 400px !important;
}

.h-450 {
  height: 450px !important;
}

.h-500 {
  height: 500px !important;
}

.h-550 {
  height: 550px !important;
}

.h-600 {
  height: 600px !important;
}

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

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

/* End height */
/* START max-height */
.maxh-0 {
  max-height: 0 !important;
}

.maxh-p10 {
  max-height: 10% !important;
}

.maxh-p20 {
  max-height: 20% !important;
}

.maxh-p25 {
  max-height: 25% !important;
}

.maxh-p30 {
  max-height: 30% !important;
}

.maxh-p40 {
  max-height: 40% !important;
}

.maxh-p50 {
  max-height: 50% !important;
}

.maxh-p60 {
  max-height: 60% !important;
}

.maxh-p70 {
  max-height: 70% !important;
}

.maxh-p75 {
  max-height: 75% !important;
}

.maxh-p80 {
  max-height: 80% !important;
}

.maxh-p90 {
  max-height: 90% !important;
}

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

.maxh-v25 {
  max-height: 25vh !important;
}

.maxh-v50 {
  max-height: 50vh !important;
}

.maxh-v75 {
  max-height: 75vh !important;
}

.maxh-v100 {
  max-height: 100vh !important;
}

.maxh-5 {
  max-height: 5px !important;
}

.maxh-10 {
  max-height: 10px !important;
}

.maxh-15 {
  max-height: 15px !important;
}

.maxh-20 {
  max-height: 20px !important;
}

.maxh-25 {
  max-height: 25px !important;
}

.maxh-30 {
  max-height: 30px !important;
}

.maxh-35 {
  max-height: 35px !important;
}

.maxh-40 {
  max-height: 40px !important;
}

.maxh-45 {
  max-height: 45px !important;
}

.maxh-50 {
  max-height: 50px !important;
}

.maxh-55 {
  max-height: 55px !important;
}

.maxh-60 {
  max-height: 60px !important;
}

.maxh-65 {
  max-height: 65px !important;
}

.maxh-70 {
  max-height: 70px !important;
}

.maxh-75 {
  max-height: 75px !important;
}

.maxh-80 {
  max-height: 80px !important;
}

.maxh-85 {
  max-height: 85px !important;
}

.maxh-90 {
  max-height: 90px !important;
}

.maxh-95 {
  max-height: 95px !important;
}

.maxh-100 {
  max-height: 100px !important;
}

.maxh-120 {
  max-height: 120px !important;
}

.maxh-140 {
  max-height: 140px !important;
}

.maxh-160 {
  max-height: 160px !important;
}

.maxh-180 {
  max-height: 180px !important;
}

.maxh-200 {
  max-height: 200px !important;
}

.maxh-220 {
  max-height: 220px !important;
}

.maxh-240 {
  max-height: 240px !important;
}

.maxh-260 {
  max-height: 260px !important;
}

.maxh-280 {
  max-height: 280px !important;
}

.maxh-300 {
  max-height: 300px !important;
}

.maxh-350 {
  max-height: 350px !important;
}

.maxh-400 {
  max-height: 400px !important;
}

.maxh-450 {
  max-height: 450px !important;
}

.maxh-500 {
  max-height: 500px !important;
}

.maxh-550 {
  max-height: 550px !important;
}

.maxh-600 {
  max-height: 600px !important;
}

.maxh-auto {
  max-height: auto !important;
}

.maxh-unset {
  max-height: unset !important;
}

/* End max-height */
/* START min-height */
.minh-0 {
  min-height: 0 !important;
}

.minh-p10 {
  min-height: 10% !important;
}

.minh-p20 {
  min-height: 20% !important;
}

.minh-p25 {
  min-height: 25% !important;
}

.minh-p30 {
  min-height: 30% !important;
}

.minh-p40 {
  min-height: 40% !important;
}

.minh-p50 {
  min-height: 50% !important;
}

.minh-p60 {
  min-height: 60% !important;
}

.minh-p70 {
  min-height: 70% !important;
}

.minh-p75 {
  min-height: 75% !important;
}

.minh-p80 {
  min-height: 80% !important;
}

.minh-p90 {
  min-height: 90% !important;
}

.minh-p100 {
  min-height: 100% !important;
}

.minh-v25 {
  min-height: 25vh !important;
}

.minh-v50 {
  min-height: 50vh !important;
}

.minh-v75 {
  min-height: 75vh !important;
}

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

.minh-5 {
  min-height: 5px !important;
}

.minh-10 {
  min-height: 10px !important;
}

.minh-15 {
  min-height: 15px !important;
}

.minh-20 {
  min-height: 20px !important;
}

.minh-25 {
  min-height: 25px !important;
}

.minh-30 {
  min-height: 30px !important;
}

.minh-35 {
  min-height: 35px !important;
}

.minh-40 {
  min-height: 40px !important;
}

.minh-45 {
  min-height: 45px !important;
}

.minh-50 {
  min-height: 50px !important;
}

.minh-55 {
  min-height: 55px !important;
}

.minh-60 {
  min-height: 60px !important;
}

.minh-65 {
  min-height: 65px !important;
}

.minh-70 {
  min-height: 70px !important;
}

.minh-75 {
  min-height: 75px !important;
}

.minh-80 {
  min-height: 80px !important;
}

.minh-85 {
  min-height: 85px !important;
}

.minh-90 {
  min-height: 90px !important;
}

.minh-95 {
  min-height: 95px !important;
}

.minh-100 {
  min-height: 100px !important;
}

.minh-120 {
  min-height: 120px !important;
}

.minh-140 {
  min-height: 140px !important;
}

.minh-160 {
  min-height: 160px !important;
}

.minh-180 {
  min-height: 180px !important;
}

.minh-200 {
  min-height: 200px !important;
}

.minh-220 {
  min-height: 220px !important;
}

.minh-240 {
  min-height: 240px !important;
}

.minh-260 {
  min-height: 260px !important;
}

.minh-280 {
  min-height: 280px !important;
}

.minh-300 {
  min-height: 300px !important;
}

.minh-350 {
  min-height: 350px !important;
}

.minh-400 {
  min-height: 400px !important;
}

.minh-450 {
  min-height: 450px !important;
}

.minh-500 {
  min-height: 500px !important;
}

.minh-550 {
  min-height: 550px !important;
}

.minh-600 {
  min-height: 600px !important;
}

.minh-auto {
  min-height: auto !important;
}

.minh-unset {
  min-height: unset !important;
}

/* End min-height */
/* START viewport-width */
.vw-25 {
  width: 25vw !important;
}

.vw-33 {
  width: 33.33vw !important;
}

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

.vw-66 {
  width: 66.66vw !important;
}

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

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

/* End viewport-width */
/* START min-viewport-width */
.min-vw-25 {
  min-width: 25vw !important;
}

.min-vw-33 {
  min-width: 33.33vw !important;
}

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

.min-vw-66 {
  min-width: 66.66vw !important;
}

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

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

/* End min-viewport-width */
/* START viewport-height */
.vh-25 {
  height: 25vh !important;
}

.vh-33 {
  height: 33.33vh !important;
}

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

.vh-66 {
  height: 66.66vh !important;
}

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

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

/* End viewport-height */
/* START min-viewport-height */
.min-vh-25 {
  min-height: 25vh !important;
}

.min-vh-33 {
  min-height: 33.33vh !important;
}

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

.min-vh-66 {
  min-height: 66.66vh !important;
}

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

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

/* End min-viewport-height */
@media (min-width: 576px) {
  /* START margin */
  .m-sm-auto {
    margin: auto !important;
  }

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

  .m-sm-p10 {
    margin: 10% !important;
  }

  .m-sm-p20 {
    margin: 20% !important;
  }

  .m-sm-p25 {
    margin: 25% !important;
  }

  .m-sm-p30 {
    margin: 30% !important;
  }

  .m-sm-p40 {
    margin: 40% !important;
  }

  .m-sm-p50 {
    margin: 50% !important;
  }

  .m-sm-p60 {
    margin: 60% !important;
  }

  .m-sm-p70 {
    margin: 70% !important;
  }

  .m-sm-p75 {
    margin: 75% !important;
  }

  .m-sm-p80 {
    margin: 80% !important;
  }

  .m-sm-p90 {
    margin: 90% !important;
  }

  .m-sm-p100 {
    margin: 100% !important;
  }

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

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

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

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

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

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

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

  .m-sm-8 {
    margin: 8px !important;
  }

  .m-sm-9 {
    margin: 9px !important;
  }

  .m-sm-10 {
    margin: 10px !important;
  }

  .m-sm-15 {
    margin: 15px !important;
  }

  .m-sm-20 {
    margin: 20px !important;
  }

  .m-sm-25 {
    margin: 25px !important;
  }

  .m-sm-30 {
    margin: 30px !important;
  }

  .m-sm-35 {
    margin: 35px !important;
  }

  .m-sm-40 {
    margin: 40px !important;
  }

  .m-sm-45 {
    margin: 45px !important;
  }

  .m-sm-50 {
    margin: 50px !important;
  }

  .m-sm-60 {
    margin: 60px !important;
  }

  .m-sm-70 {
    margin: 70px !important;
  }

  .m-sm-80 {
    margin: 80px !important;
  }

  .m-sm-90 {
    margin: 90px !important;
  }

  .m-sm-100 {
    margin: 100px !important;
  }

  .m-sm-110 {
    margin: 110px !important;
  }

  .m-sm-120 {
    margin: 120px !important;
  }

  .m-sm-130 {
    margin: 130px !important;
  }

  .m-sm-140 {
    margin: 140px !important;
  }

  .m-sm-150 {
    margin: 150px !important;
  }

  .m-sm-160 {
    margin: 160px !important;
  }

  .m-sm-170 {
    margin: 170px !important;
  }

  .m-sm-180 {
    margin: 180px !important;
  }

  .m-sm-190 {
    margin: 190px !important;
  }

  .m-sm-200 {
    margin: 200px !important;
  }

  /* End margin */
  /* START margin-x */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

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

  .mx-sm-p10 {
    margin-right: 10% !important;
    margin-left: 10% !important;
  }

  .mx-sm-p20 {
    margin-right: 20% !important;
    margin-left: 20% !important;
  }

  .mx-sm-p25 {
    margin-right: 25% !important;
    margin-left: 25% !important;
  }

  .mx-sm-p30 {
    margin-right: 30% !important;
    margin-left: 30% !important;
  }

  .mx-sm-p40 {
    margin-right: 40% !important;
    margin-left: 40% !important;
  }

  .mx-sm-p50 {
    margin-right: 50% !important;
    margin-left: 50% !important;
  }

  .mx-sm-p60 {
    margin-right: 60% !important;
    margin-left: 60% !important;
  }

  .mx-sm-p70 {
    margin-right: 70% !important;
    margin-left: 70% !important;
  }

  .mx-sm-p75 {
    margin-right: 75% !important;
    margin-left: 75% !important;
  }

  .mx-sm-p80 {
    margin-right: 80% !important;
    margin-left: 80% !important;
  }

  .mx-sm-p90 {
    margin-right: 90% !important;
    margin-left: 90% !important;
  }

  .mx-sm-p100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }

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

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

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

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

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

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

  .mx-sm-7 {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }

  .mx-sm-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-sm-9 {
    margin-right: 9px !important;
    margin-left: 9px !important;
  }

  .mx-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-sm-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-sm-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-sm-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-sm-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-sm-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-sm-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-sm-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-sm-110 {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }

  .mx-sm-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-sm-130 {
    margin-right: 130px !important;
    margin-left: 130px !important;
  }

  .mx-sm-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .mx-sm-150 {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }

  .mx-sm-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .mx-sm-170 {
    margin-right: 170px !important;
    margin-left: 170px !important;
  }

  .mx-sm-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }

  .mx-sm-190 {
    margin-right: 190px !important;
    margin-left: 190px !important;
  }

  .mx-sm-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  /* End margin-x */
  /* START margin-y */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-p10 {
    margin-top: 10% !important;
    margin-bottom: 10% !important;
  }

  .my-sm-p20 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .my-sm-p25 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .my-sm-p30 {
    margin-top: 30% !important;
    margin-bottom: 30% !important;
  }

  .my-sm-p40 {
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .my-sm-p50 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .my-sm-p60 {
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .my-sm-p70 {
    margin-top: 70% !important;
    margin-bottom: 70% !important;
  }

  .my-sm-p75 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .my-sm-p80 {
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .my-sm-p90 {
    margin-top: 90% !important;
    margin-bottom: 90% !important;
  }

  .my-sm-p100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }

  .my-sm-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .my-sm-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .my-sm-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .my-sm-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-sm-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .my-sm-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }

  .my-sm-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-sm-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }

  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-sm-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .my-sm-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .my-sm-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .my-sm-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .my-sm-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .my-sm-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  /* End margin-y */
  /* START margin-top */
  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-p10 {
    margin-top: 10% !important;
  }

  .mt-sm-p20 {
    margin-top: 20% !important;
  }

  .mt-sm-p25 {
    margin-top: 25% !important;
  }

  .mt-sm-p30 {
    margin-top: 30% !important;
  }

  .mt-sm-p40 {
    margin-top: 40% !important;
  }

  .mt-sm-p50 {
    margin-top: 50% !important;
  }

  .mt-sm-p60 {
    margin-top: 60% !important;
  }

  .mt-sm-p70 {
    margin-top: 70% !important;
  }

  .mt-sm-p75 {
    margin-top: 75% !important;
  }

  .mt-sm-p80 {
    margin-top: 80% !important;
  }

  .mt-sm-p90 {
    margin-top: 90% !important;
  }

  .mt-sm-p100 {
    margin-top: 100% !important;
  }

  .mt-sm-1 {
    margin-top: 1px !important;
  }

  .mt-sm-2 {
    margin-top: 2px !important;
  }

  .mt-sm-3 {
    margin-top: 3px !important;
  }

  .mt-sm-4 {
    margin-top: 4px !important;
  }

  .mt-sm-5 {
    margin-top: 5px !important;
  }

  .mt-sm-6 {
    margin-top: 6px !important;
  }

  .mt-sm-7 {
    margin-top: 7px !important;
  }

  .mt-sm-8 {
    margin-top: 8px !important;
  }

  .mt-sm-9 {
    margin-top: 9px !important;
  }

  .mt-sm-10 {
    margin-top: 10px !important;
  }

  .mt-sm-15 {
    margin-top: 15px !important;
  }

  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mt-sm-25 {
    margin-top: 25px !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }

  .mt-sm-35 {
    margin-top: 35px !important;
  }

  .mt-sm-40 {
    margin-top: 40px !important;
  }

  .mt-sm-45 {
    margin-top: 45px !important;
  }

  .mt-sm-50 {
    margin-top: 50px !important;
  }

  .mt-sm-60 {
    margin-top: 60px !important;
  }

  .mt-sm-70 {
    margin-top: 70px !important;
  }

  .mt-sm-80 {
    margin-top: 80px !important;
  }

  .mt-sm-90 {
    margin-top: 90px !important;
  }

  .mt-sm-100 {
    margin-top: 100px !important;
  }

  .mt-sm-110 {
    margin-top: 110px !important;
  }

  .mt-sm-120 {
    margin-top: 120px !important;
  }

  .mt-sm-130 {
    margin-top: 130px !important;
  }

  .mt-sm-140 {
    margin-top: 140px !important;
  }

  .mt-sm-150 {
    margin-top: 150px !important;
  }

  .mt-sm-160 {
    margin-top: 160px !important;
  }

  .mt-sm-170 {
    margin-top: 170px !important;
  }

  .mt-sm-180 {
    margin-top: 180px !important;
  }

  .mt-sm-190 {
    margin-top: 190px !important;
  }

  .mt-sm-200 {
    margin-top: 200px !important;
  }

  /* End margin-top */
  /* START margin-end */
  .me-sm-auto {
    margin-right: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-p10 {
    margin-right: 10% !important;
  }

  .me-sm-p20 {
    margin-right: 20% !important;
  }

  .me-sm-p25 {
    margin-right: 25% !important;
  }

  .me-sm-p30 {
    margin-right: 30% !important;
  }

  .me-sm-p40 {
    margin-right: 40% !important;
  }

  .me-sm-p50 {
    margin-right: 50% !important;
  }

  .me-sm-p60 {
    margin-right: 60% !important;
  }

  .me-sm-p70 {
    margin-right: 70% !important;
  }

  .me-sm-p75 {
    margin-right: 75% !important;
  }

  .me-sm-p80 {
    margin-right: 80% !important;
  }

  .me-sm-p90 {
    margin-right: 90% !important;
  }

  .me-sm-p100 {
    margin-right: 100% !important;
  }

  .me-sm-1 {
    margin-right: 1px !important;
  }

  .me-sm-2 {
    margin-right: 2px !important;
  }

  .me-sm-3 {
    margin-right: 3px !important;
  }

  .me-sm-4 {
    margin-right: 4px !important;
  }

  .me-sm-5 {
    margin-right: 5px !important;
  }

  .me-sm-6 {
    margin-right: 6px !important;
  }

  .me-sm-7 {
    margin-right: 7px !important;
  }

  .me-sm-8 {
    margin-right: 8px !important;
  }

  .me-sm-9 {
    margin-right: 9px !important;
  }

  .me-sm-10 {
    margin-right: 10px !important;
  }

  .me-sm-15 {
    margin-right: 15px !important;
  }

  .me-sm-20 {
    margin-right: 20px !important;
  }

  .me-sm-25 {
    margin-right: 25px !important;
  }

  .me-sm-30 {
    margin-right: 30px !important;
  }

  .me-sm-35 {
    margin-right: 35px !important;
  }

  .me-sm-40 {
    margin-right: 40px !important;
  }

  .me-sm-45 {
    margin-right: 45px !important;
  }

  .me-sm-50 {
    margin-right: 50px !important;
  }

  .me-sm-60 {
    margin-right: 60px !important;
  }

  .me-sm-70 {
    margin-right: 70px !important;
  }

  .me-sm-80 {
    margin-right: 80px !important;
  }

  .me-sm-90 {
    margin-right: 90px !important;
  }

  .me-sm-100 {
    margin-right: 100px !important;
  }

  .me-sm-110 {
    margin-right: 110px !important;
  }

  .me-sm-120 {
    margin-right: 120px !important;
  }

  .me-sm-130 {
    margin-right: 130px !important;
  }

  .me-sm-140 {
    margin-right: 140px !important;
  }

  .me-sm-150 {
    margin-right: 150px !important;
  }

  .me-sm-160 {
    margin-right: 160px !important;
  }

  .me-sm-170 {
    margin-right: 170px !important;
  }

  .me-sm-180 {
    margin-right: 180px !important;
  }

  .me-sm-190 {
    margin-right: 190px !important;
  }

  .me-sm-200 {
    margin-right: 200px !important;
  }

  /* End margin-end */
  /* START margin-bottom */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-p10 {
    margin-bottom: 10% !important;
  }

  .mb-sm-p20 {
    margin-bottom: 20% !important;
  }

  .mb-sm-p25 {
    margin-bottom: 25% !important;
  }

  .mb-sm-p30 {
    margin-bottom: 30% !important;
  }

  .mb-sm-p40 {
    margin-bottom: 40% !important;
  }

  .mb-sm-p50 {
    margin-bottom: 50% !important;
  }

  .mb-sm-p60 {
    margin-bottom: 60% !important;
  }

  .mb-sm-p70 {
    margin-bottom: 70% !important;
  }

  .mb-sm-p75 {
    margin-bottom: 75% !important;
  }

  .mb-sm-p80 {
    margin-bottom: 80% !important;
  }

  .mb-sm-p90 {
    margin-bottom: 90% !important;
  }

  .mb-sm-p100 {
    margin-bottom: 100% !important;
  }

  .mb-sm-1 {
    margin-bottom: 1px !important;
  }

  .mb-sm-2 {
    margin-bottom: 2px !important;
  }

  .mb-sm-3 {
    margin-bottom: 3px !important;
  }

  .mb-sm-4 {
    margin-bottom: 4px !important;
  }

  .mb-sm-5 {
    margin-bottom: 5px !important;
  }

  .mb-sm-6 {
    margin-bottom: 6px !important;
  }

  .mb-sm-7 {
    margin-bottom: 7px !important;
  }

  .mb-sm-8 {
    margin-bottom: 8px !important;
  }

  .mb-sm-9 {
    margin-bottom: 9px !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .mb-sm-15 {
    margin-bottom: 15px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .mb-sm-25 {
    margin-bottom: 25px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .mb-sm-35 {
    margin-bottom: 35px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .mb-sm-45 {
    margin-bottom: 45px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .mb-sm-70 {
    margin-bottom: 70px !important;
  }

  .mb-sm-80 {
    margin-bottom: 80px !important;
  }

  .mb-sm-90 {
    margin-bottom: 90px !important;
  }

  .mb-sm-100 {
    margin-bottom: 100px !important;
  }

  .mb-sm-110 {
    margin-bottom: 110px !important;
  }

  .mb-sm-120 {
    margin-bottom: 120px !important;
  }

  .mb-sm-130 {
    margin-bottom: 130px !important;
  }

  .mb-sm-140 {
    margin-bottom: 140px !important;
  }

  .mb-sm-150 {
    margin-bottom: 150px !important;
  }

  .mb-sm-160 {
    margin-bottom: 160px !important;
  }

  .mb-sm-170 {
    margin-bottom: 170px !important;
  }

  .mb-sm-180 {
    margin-bottom: 180px !important;
  }

  .mb-sm-190 {
    margin-bottom: 190px !important;
  }

  .mb-sm-200 {
    margin-bottom: 200px !important;
  }

  /* End margin-bottom */
  /* START margin-start */
  .ms-sm-auto {
    margin-left: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-p10 {
    margin-left: 10% !important;
  }

  .ms-sm-p20 {
    margin-left: 20% !important;
  }

  .ms-sm-p25 {
    margin-left: 25% !important;
  }

  .ms-sm-p30 {
    margin-left: 30% !important;
  }

  .ms-sm-p40 {
    margin-left: 40% !important;
  }

  .ms-sm-p50 {
    margin-left: 50% !important;
  }

  .ms-sm-p60 {
    margin-left: 60% !important;
  }

  .ms-sm-p70 {
    margin-left: 70% !important;
  }

  .ms-sm-p75 {
    margin-left: 75% !important;
  }

  .ms-sm-p80 {
    margin-left: 80% !important;
  }

  .ms-sm-p90 {
    margin-left: 90% !important;
  }

  .ms-sm-p100 {
    margin-left: 100% !important;
  }

  .ms-sm-1 {
    margin-left: 1px !important;
  }

  .ms-sm-2 {
    margin-left: 2px !important;
  }

  .ms-sm-3 {
    margin-left: 3px !important;
  }

  .ms-sm-4 {
    margin-left: 4px !important;
  }

  .ms-sm-5 {
    margin-left: 5px !important;
  }

  .ms-sm-6 {
    margin-left: 6px !important;
  }

  .ms-sm-7 {
    margin-left: 7px !important;
  }

  .ms-sm-8 {
    margin-left: 8px !important;
  }

  .ms-sm-9 {
    margin-left: 9px !important;
  }

  .ms-sm-10 {
    margin-left: 10px !important;
  }

  .ms-sm-15 {
    margin-left: 15px !important;
  }

  .ms-sm-20 {
    margin-left: 20px !important;
  }

  .ms-sm-25 {
    margin-left: 25px !important;
  }

  .ms-sm-30 {
    margin-left: 30px !important;
  }

  .ms-sm-35 {
    margin-left: 35px !important;
  }

  .ms-sm-40 {
    margin-left: 40px !important;
  }

  .ms-sm-45 {
    margin-left: 45px !important;
  }

  .ms-sm-50 {
    margin-left: 50px !important;
  }

  .ms-sm-60 {
    margin-left: 60px !important;
  }

  .ms-sm-70 {
    margin-left: 70px !important;
  }

  .ms-sm-80 {
    margin-left: 80px !important;
  }

  .ms-sm-90 {
    margin-left: 90px !important;
  }

  .ms-sm-100 {
    margin-left: 100px !important;
  }

  .ms-sm-110 {
    margin-left: 110px !important;
  }

  .ms-sm-120 {
    margin-left: 120px !important;
  }

  .ms-sm-130 {
    margin-left: 130px !important;
  }

  .ms-sm-140 {
    margin-left: 140px !important;
  }

  .ms-sm-150 {
    margin-left: 150px !important;
  }

  .ms-sm-160 {
    margin-left: 160px !important;
  }

  .ms-sm-170 {
    margin-left: 170px !important;
  }

  .ms-sm-180 {
    margin-left: 180px !important;
  }

  .ms-sm-190 {
    margin-left: 190px !important;
  }

  .ms-sm-200 {
    margin-left: 200px !important;
  }

  /* End margin-start */
  /* START negative-margin */
  .m-n-sm-0 {
    margin: 0 !important;
  }

  .m-n-sm-p10 {
    margin: 10% !important;
  }

  .m-n-sm-p20 {
    margin: 20% !important;
  }

  .m-n-sm-p25 {
    margin: 25% !important;
  }

  .m-n-sm-p30 {
    margin: 30% !important;
  }

  .m-n-sm-p40 {
    margin: 40% !important;
  }

  .m-n-sm-p50 {
    margin: 50% !important;
  }

  .m-n-sm-p60 {
    margin: 60% !important;
  }

  .m-n-sm-p70 {
    margin: 70% !important;
  }

  .m-n-sm-p75 {
    margin: 75% !important;
  }

  .m-n-sm-p80 {
    margin: 80% !important;
  }

  .m-n-sm-p90 {
    margin: 90% !important;
  }

  .m-n-sm-p100 {
    margin: 100% !important;
  }

  .m-n-sm-1 {
    margin: 1px !important;
  }

  .m-n-sm-2 {
    margin: 2px !important;
  }

  .m-n-sm-3 {
    margin: 3px !important;
  }

  .m-n-sm-4 {
    margin: 4px !important;
  }

  .m-n-sm-5 {
    margin: 5px !important;
  }

  .m-n-sm-6 {
    margin: 6px !important;
  }

  .m-n-sm-7 {
    margin: 7px !important;
  }

  .m-n-sm-8 {
    margin: 8px !important;
  }

  .m-n-sm-9 {
    margin: 9px !important;
  }

  .m-n-sm-10 {
    margin: 10px !important;
  }

  .m-n-sm-15 {
    margin: 15px !important;
  }

  .m-n-sm-20 {
    margin: 20px !important;
  }

  .m-n-sm-25 {
    margin: 25px !important;
  }

  .m-n-sm-30 {
    margin: 30px !important;
  }

  .m-n-sm-35 {
    margin: 35px !important;
  }

  .m-n-sm-40 {
    margin: 40px !important;
  }

  .m-n-sm-45 {
    margin: 45px !important;
  }

  .m-n-sm-50 {
    margin: 50px !important;
  }

  .m-n-sm-60 {
    margin: 60px !important;
  }

  .m-n-sm-70 {
    margin: 70px !important;
  }

  .m-n-sm-80 {
    margin: 80px !important;
  }

  .m-n-sm-90 {
    margin: 90px !important;
  }

  .m-n-sm-100 {
    margin: 100px !important;
  }

  .m-n-sm-110 {
    margin: 110px !important;
  }

  .m-n-sm-120 {
    margin: 120px !important;
  }

  .m-n-sm-130 {
    margin: 130px !important;
  }

  .m-n-sm-140 {
    margin: 140px !important;
  }

  .m-n-sm-150 {
    margin: 150px !important;
  }

  .m-n-sm-160 {
    margin: 160px !important;
  }

  .m-n-sm-170 {
    margin: 170px !important;
  }

  .m-n-sm-180 {
    margin: 180px !important;
  }

  .m-n-sm-190 {
    margin: 190px !important;
  }

  .m-n-sm-200 {
    margin: 200px !important;
  }

  /* End negative-margin */
  /* START negative-margin-x */
  .mx-n-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-n-sm-p10 {
    margin-right: 10% !important;
    margin-left: 10% !important;
  }

  .mx-n-sm-p20 {
    margin-right: 20% !important;
    margin-left: 20% !important;
  }

  .mx-n-sm-p25 {
    margin-right: 25% !important;
    margin-left: 25% !important;
  }

  .mx-n-sm-p30 {
    margin-right: 30% !important;
    margin-left: 30% !important;
  }

  .mx-n-sm-p40 {
    margin-right: 40% !important;
    margin-left: 40% !important;
  }

  .mx-n-sm-p50 {
    margin-right: 50% !important;
    margin-left: 50% !important;
  }

  .mx-n-sm-p60 {
    margin-right: 60% !important;
    margin-left: 60% !important;
  }

  .mx-n-sm-p70 {
    margin-right: 70% !important;
    margin-left: 70% !important;
  }

  .mx-n-sm-p75 {
    margin-right: 75% !important;
    margin-left: 75% !important;
  }

  .mx-n-sm-p80 {
    margin-right: 80% !important;
    margin-left: 80% !important;
  }

  .mx-n-sm-p90 {
    margin-right: 90% !important;
    margin-left: 90% !important;
  }

  .mx-n-sm-p100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }

  .mx-n-sm-1 {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  .mx-n-sm-2 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }

  .mx-n-sm-3 {
    margin-right: 3px !important;
    margin-left: 3px !important;
  }

  .mx-n-sm-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-n-sm-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-n-sm-6 {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }

  .mx-n-sm-7 {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }

  .mx-n-sm-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-n-sm-9 {
    margin-right: 9px !important;
    margin-left: 9px !important;
  }

  .mx-n-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-n-sm-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-n-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-n-sm-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-n-sm-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-n-sm-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-n-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-n-sm-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-n-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-n-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-n-sm-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-n-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-n-sm-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-n-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-n-sm-110 {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }

  .mx-n-sm-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-n-sm-130 {
    margin-right: 130px !important;
    margin-left: 130px !important;
  }

  .mx-n-sm-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .mx-n-sm-150 {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }

  .mx-n-sm-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .mx-n-sm-170 {
    margin-right: 170px !important;
    margin-left: 170px !important;
  }

  .mx-n-sm-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }

  .mx-n-sm-190 {
    margin-right: 190px !important;
    margin-left: 190px !important;
  }

  .mx-n-sm-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  /* End negative-margin-x */
  /* START negative-margin-y */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-p10 {
    margin-top: 10% !important;
    margin-bottom: 10% !important;
  }

  .my-sm-p20 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .my-sm-p25 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .my-sm-p30 {
    margin-top: 30% !important;
    margin-bottom: 30% !important;
  }

  .my-sm-p40 {
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .my-sm-p50 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .my-sm-p60 {
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .my-sm-p70 {
    margin-top: 70% !important;
    margin-bottom: 70% !important;
  }

  .my-sm-p75 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .my-sm-p80 {
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .my-sm-p90 {
    margin-top: 90% !important;
    margin-bottom: 90% !important;
  }

  .my-sm-p100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }

  .my-sm-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .my-sm-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .my-sm-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .my-sm-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-sm-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .my-sm-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }

  .my-sm-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-sm-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }

  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-sm-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .my-sm-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .my-sm-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .my-sm-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .my-sm-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .my-sm-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  /* End negative-margin-y */
  /* START negative-margin-top */
  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-p10 {
    margin-top: 10% !important;
  }

  .mt-sm-p20 {
    margin-top: 20% !important;
  }

  .mt-sm-p25 {
    margin-top: 25% !important;
  }

  .mt-sm-p30 {
    margin-top: 30% !important;
  }

  .mt-sm-p40 {
    margin-top: 40% !important;
  }

  .mt-sm-p50 {
    margin-top: 50% !important;
  }

  .mt-sm-p60 {
    margin-top: 60% !important;
  }

  .mt-sm-p70 {
    margin-top: 70% !important;
  }

  .mt-sm-p75 {
    margin-top: 75% !important;
  }

  .mt-sm-p80 {
    margin-top: 80% !important;
  }

  .mt-sm-p90 {
    margin-top: 90% !important;
  }

  .mt-sm-p100 {
    margin-top: 100% !important;
  }

  .mt-sm-1 {
    margin-top: 1px !important;
  }

  .mt-sm-2 {
    margin-top: 2px !important;
  }

  .mt-sm-3 {
    margin-top: 3px !important;
  }

  .mt-sm-4 {
    margin-top: 4px !important;
  }

  .mt-sm-5 {
    margin-top: 5px !important;
  }

  .mt-sm-6 {
    margin-top: 6px !important;
  }

  .mt-sm-7 {
    margin-top: 7px !important;
  }

  .mt-sm-8 {
    margin-top: 8px !important;
  }

  .mt-sm-9 {
    margin-top: 9px !important;
  }

  .mt-sm-10 {
    margin-top: 10px !important;
  }

  .mt-sm-15 {
    margin-top: 15px !important;
  }

  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mt-sm-25 {
    margin-top: 25px !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }

  .mt-sm-35 {
    margin-top: 35px !important;
  }

  .mt-sm-40 {
    margin-top: 40px !important;
  }

  .mt-sm-45 {
    margin-top: 45px !important;
  }

  .mt-sm-50 {
    margin-top: 50px !important;
  }

  .mt-sm-60 {
    margin-top: 60px !important;
  }

  .mt-sm-70 {
    margin-top: 70px !important;
  }

  .mt-sm-80 {
    margin-top: 80px !important;
  }

  .mt-sm-90 {
    margin-top: 90px !important;
  }

  .mt-sm-100 {
    margin-top: 100px !important;
  }

  .mt-sm-110 {
    margin-top: 110px !important;
  }

  .mt-sm-120 {
    margin-top: 120px !important;
  }

  .mt-sm-130 {
    margin-top: 130px !important;
  }

  .mt-sm-140 {
    margin-top: 140px !important;
  }

  .mt-sm-150 {
    margin-top: 150px !important;
  }

  .mt-sm-160 {
    margin-top: 160px !important;
  }

  .mt-sm-170 {
    margin-top: 170px !important;
  }

  .mt-sm-180 {
    margin-top: 180px !important;
  }

  .mt-sm-190 {
    margin-top: 190px !important;
  }

  .mt-sm-200 {
    margin-top: 200px !important;
  }

  /* End negative-margin-top */
  /* START negative-margin-end */
  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-p10 {
    margin-right: 10% !important;
  }

  .me-sm-p20 {
    margin-right: 20% !important;
  }

  .me-sm-p25 {
    margin-right: 25% !important;
  }

  .me-sm-p30 {
    margin-right: 30% !important;
  }

  .me-sm-p40 {
    margin-right: 40% !important;
  }

  .me-sm-p50 {
    margin-right: 50% !important;
  }

  .me-sm-p60 {
    margin-right: 60% !important;
  }

  .me-sm-p70 {
    margin-right: 70% !important;
  }

  .me-sm-p75 {
    margin-right: 75% !important;
  }

  .me-sm-p80 {
    margin-right: 80% !important;
  }

  .me-sm-p90 {
    margin-right: 90% !important;
  }

  .me-sm-p100 {
    margin-right: 100% !important;
  }

  .me-sm-1 {
    margin-right: 1px !important;
  }

  .me-sm-2 {
    margin-right: 2px !important;
  }

  .me-sm-3 {
    margin-right: 3px !important;
  }

  .me-sm-4 {
    margin-right: 4px !important;
  }

  .me-sm-5 {
    margin-right: 5px !important;
  }

  .me-sm-6 {
    margin-right: 6px !important;
  }

  .me-sm-7 {
    margin-right: 7px !important;
  }

  .me-sm-8 {
    margin-right: 8px !important;
  }

  .me-sm-9 {
    margin-right: 9px !important;
  }

  .me-sm-10 {
    margin-right: 10px !important;
  }

  .me-sm-15 {
    margin-right: 15px !important;
  }

  .me-sm-20 {
    margin-right: 20px !important;
  }

  .me-sm-25 {
    margin-right: 25px !important;
  }

  .me-sm-30 {
    margin-right: 30px !important;
  }

  .me-sm-35 {
    margin-right: 35px !important;
  }

  .me-sm-40 {
    margin-right: 40px !important;
  }

  .me-sm-45 {
    margin-right: 45px !important;
  }

  .me-sm-50 {
    margin-right: 50px !important;
  }

  .me-sm-60 {
    margin-right: 60px !important;
  }

  .me-sm-70 {
    margin-right: 70px !important;
  }

  .me-sm-80 {
    margin-right: 80px !important;
  }

  .me-sm-90 {
    margin-right: 90px !important;
  }

  .me-sm-100 {
    margin-right: 100px !important;
  }

  .me-sm-110 {
    margin-right: 110px !important;
  }

  .me-sm-120 {
    margin-right: 120px !important;
  }

  .me-sm-130 {
    margin-right: 130px !important;
  }

  .me-sm-140 {
    margin-right: 140px !important;
  }

  .me-sm-150 {
    margin-right: 150px !important;
  }

  .me-sm-160 {
    margin-right: 160px !important;
  }

  .me-sm-170 {
    margin-right: 170px !important;
  }

  .me-sm-180 {
    margin-right: 180px !important;
  }

  .me-sm-190 {
    margin-right: 190px !important;
  }

  .me-sm-200 {
    margin-right: 200px !important;
  }

  /* End negative-margin-end */
  /* START negative-margin-bottom */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-p10 {
    margin-bottom: 10% !important;
  }

  .mb-sm-p20 {
    margin-bottom: 20% !important;
  }

  .mb-sm-p25 {
    margin-bottom: 25% !important;
  }

  .mb-sm-p30 {
    margin-bottom: 30% !important;
  }

  .mb-sm-p40 {
    margin-bottom: 40% !important;
  }

  .mb-sm-p50 {
    margin-bottom: 50% !important;
  }

  .mb-sm-p60 {
    margin-bottom: 60% !important;
  }

  .mb-sm-p70 {
    margin-bottom: 70% !important;
  }

  .mb-sm-p75 {
    margin-bottom: 75% !important;
  }

  .mb-sm-p80 {
    margin-bottom: 80% !important;
  }

  .mb-sm-p90 {
    margin-bottom: 90% !important;
  }

  .mb-sm-p100 {
    margin-bottom: 100% !important;
  }

  .mb-sm-1 {
    margin-bottom: 1px !important;
  }

  .mb-sm-2 {
    margin-bottom: 2px !important;
  }

  .mb-sm-3 {
    margin-bottom: 3px !important;
  }

  .mb-sm-4 {
    margin-bottom: 4px !important;
  }

  .mb-sm-5 {
    margin-bottom: 5px !important;
  }

  .mb-sm-6 {
    margin-bottom: 6px !important;
  }

  .mb-sm-7 {
    margin-bottom: 7px !important;
  }

  .mb-sm-8 {
    margin-bottom: 8px !important;
  }

  .mb-sm-9 {
    margin-bottom: 9px !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .mb-sm-15 {
    margin-bottom: 15px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .mb-sm-25 {
    margin-bottom: 25px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .mb-sm-35 {
    margin-bottom: 35px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .mb-sm-45 {
    margin-bottom: 45px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .mb-sm-70 {
    margin-bottom: 70px !important;
  }

  .mb-sm-80 {
    margin-bottom: 80px !important;
  }

  .mb-sm-90 {
    margin-bottom: 90px !important;
  }

  .mb-sm-100 {
    margin-bottom: 100px !important;
  }

  .mb-sm-110 {
    margin-bottom: 110px !important;
  }

  .mb-sm-120 {
    margin-bottom: 120px !important;
  }

  .mb-sm-130 {
    margin-bottom: 130px !important;
  }

  .mb-sm-140 {
    margin-bottom: 140px !important;
  }

  .mb-sm-150 {
    margin-bottom: 150px !important;
  }

  .mb-sm-160 {
    margin-bottom: 160px !important;
  }

  .mb-sm-170 {
    margin-bottom: 170px !important;
  }

  .mb-sm-180 {
    margin-bottom: 180px !important;
  }

  .mb-sm-190 {
    margin-bottom: 190px !important;
  }

  .mb-sm-200 {
    margin-bottom: 200px !important;
  }

  /* End negative-margin-bottom */
  /* START negative-margin-start */
  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-p10 {
    margin-left: 10% !important;
  }

  .ms-sm-p20 {
    margin-left: 20% !important;
  }

  .ms-sm-p25 {
    margin-left: 25% !important;
  }

  .ms-sm-p30 {
    margin-left: 30% !important;
  }

  .ms-sm-p40 {
    margin-left: 40% !important;
  }

  .ms-sm-p50 {
    margin-left: 50% !important;
  }

  .ms-sm-p60 {
    margin-left: 60% !important;
  }

  .ms-sm-p70 {
    margin-left: 70% !important;
  }

  .ms-sm-p75 {
    margin-left: 75% !important;
  }

  .ms-sm-p80 {
    margin-left: 80% !important;
  }

  .ms-sm-p90 {
    margin-left: 90% !important;
  }

  .ms-sm-p100 {
    margin-left: 100% !important;
  }

  .ms-sm-1 {
    margin-left: 1px !important;
  }

  .ms-sm-2 {
    margin-left: 2px !important;
  }

  .ms-sm-3 {
    margin-left: 3px !important;
  }

  .ms-sm-4 {
    margin-left: 4px !important;
  }

  .ms-sm-5 {
    margin-left: 5px !important;
  }

  .ms-sm-6 {
    margin-left: 6px !important;
  }

  .ms-sm-7 {
    margin-left: 7px !important;
  }

  .ms-sm-8 {
    margin-left: 8px !important;
  }

  .ms-sm-9 {
    margin-left: 9px !important;
  }

  .ms-sm-10 {
    margin-left: 10px !important;
  }

  .ms-sm-15 {
    margin-left: 15px !important;
  }

  .ms-sm-20 {
    margin-left: 20px !important;
  }

  .ms-sm-25 {
    margin-left: 25px !important;
  }

  .ms-sm-30 {
    margin-left: 30px !important;
  }

  .ms-sm-35 {
    margin-left: 35px !important;
  }

  .ms-sm-40 {
    margin-left: 40px !important;
  }

  .ms-sm-45 {
    margin-left: 45px !important;
  }

  .ms-sm-50 {
    margin-left: 50px !important;
  }

  .ms-sm-60 {
    margin-left: 60px !important;
  }

  .ms-sm-70 {
    margin-left: 70px !important;
  }

  .ms-sm-80 {
    margin-left: 80px !important;
  }

  .ms-sm-90 {
    margin-left: 90px !important;
  }

  .ms-sm-100 {
    margin-left: 100px !important;
  }

  .ms-sm-110 {
    margin-left: 110px !important;
  }

  .ms-sm-120 {
    margin-left: 120px !important;
  }

  .ms-sm-130 {
    margin-left: 130px !important;
  }

  .ms-sm-140 {
    margin-left: 140px !important;
  }

  .ms-sm-150 {
    margin-left: 150px !important;
  }

  .ms-sm-160 {
    margin-left: 160px !important;
  }

  .ms-sm-170 {
    margin-left: 170px !important;
  }

  .ms-sm-180 {
    margin-left: 180px !important;
  }

  .ms-sm-190 {
    margin-left: 190px !important;
  }

  .ms-sm-200 {
    margin-left: 200px !important;
  }

  /* End negative-margin-start */
  /* START padding */
  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-p10 {
    padding: 10% !important;
  }

  .p-sm-p20 {
    padding: 20% !important;
  }

  .p-sm-p25 {
    padding: 25% !important;
  }

  .p-sm-p30 {
    padding: 30% !important;
  }

  .p-sm-p40 {
    padding: 40% !important;
  }

  .p-sm-p50 {
    padding: 50% !important;
  }

  .p-sm-p60 {
    padding: 60% !important;
  }

  .p-sm-p70 {
    padding: 70% !important;
  }

  .p-sm-p75 {
    padding: 75% !important;
  }

  .p-sm-p80 {
    padding: 80% !important;
  }

  .p-sm-p90 {
    padding: 90% !important;
  }

  .p-sm-p100 {
    padding: 100% !important;
  }

  .p-sm-1 {
    padding: 1px !important;
  }

  .p-sm-2 {
    padding: 2px !important;
  }

  .p-sm-3 {
    padding: 3px !important;
  }

  .p-sm-4 {
    padding: 4px !important;
  }

  .p-sm-5 {
    padding: 5px !important;
  }

  .p-sm-6 {
    padding: 6px !important;
  }

  .p-sm-7 {
    padding: 7px !important;
  }

  .p-sm-8 {
    padding: 8px !important;
  }

  .p-sm-9 {
    padding: 9px !important;
  }

  .p-sm-10 {
    padding: 10px !important;
  }

  .p-sm-15 {
    padding: 15px !important;
  }

  .p-sm-20 {
    padding: 20px !important;
  }

  .p-sm-25 {
    padding: 25px !important;
  }

  .p-sm-30 {
    padding: 30px !important;
  }

  .p-sm-35 {
    padding: 35px !important;
  }

  .p-sm-40 {
    padding: 40px !important;
  }

  .p-sm-45 {
    padding: 45px !important;
  }

  .p-sm-50 {
    padding: 50px !important;
  }

  .p-sm-60 {
    padding: 60px !important;
  }

  .p-sm-70 {
    padding: 70px !important;
  }

  .p-sm-80 {
    padding: 80px !important;
  }

  .p-sm-90 {
    padding: 90px !important;
  }

  .p-sm-100 {
    padding: 100px !important;
  }

  .p-sm-110 {
    padding: 110px !important;
  }

  .p-sm-120 {
    padding: 120px !important;
  }

  .p-sm-130 {
    padding: 130px !important;
  }

  .p-sm-140 {
    padding: 140px !important;
  }

  .p-sm-150 {
    padding: 150px !important;
  }

  .p-sm-160 {
    padding: 160px !important;
  }

  .p-sm-170 {
    padding: 170px !important;
  }

  .p-sm-180 {
    padding: 180px !important;
  }

  .p-sm-190 {
    padding: 190px !important;
  }

  .p-sm-200 {
    padding: 200px !important;
  }

  /* End padding */
  /* START padding-x */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-p10 {
    padding-right: 10% !important;
    padding-left: 10% !important;
  }

  .px-sm-p20 {
    padding-right: 20% !important;
    padding-left: 20% !important;
  }

  .px-sm-p25 {
    padding-right: 25% !important;
    padding-left: 25% !important;
  }

  .px-sm-p30 {
    padding-right: 30% !important;
    padding-left: 30% !important;
  }

  .px-sm-p40 {
    padding-right: 40% !important;
    padding-left: 40% !important;
  }

  .px-sm-p50 {
    padding-right: 50% !important;
    padding-left: 50% !important;
  }

  .px-sm-p60 {
    padding-right: 60% !important;
    padding-left: 60% !important;
  }

  .px-sm-p70 {
    padding-right: 70% !important;
    padding-left: 70% !important;
  }

  .px-sm-p75 {
    padding-right: 75% !important;
    padding-left: 75% !important;
  }

  .px-sm-p80 {
    padding-right: 80% !important;
    padding-left: 80% !important;
  }

  .px-sm-p90 {
    padding-right: 90% !important;
    padding-left: 90% !important;
  }

  .px-sm-p100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }

  .px-sm-1 {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }

  .px-sm-2 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  .px-sm-3 {
    padding-right: 3px !important;
    padding-left: 3px !important;
  }

  .px-sm-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .px-sm-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-sm-6 {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }

  .px-sm-7 {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }

  .px-sm-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .px-sm-9 {
    padding-right: 9px !important;
    padding-left: 9px !important;
  }

  .px-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-sm-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-sm-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-sm-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-sm-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-sm-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-sm-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-sm-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-sm-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .px-sm-110 {
    padding-right: 110px !important;
    padding-left: 110px !important;
  }

  .px-sm-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .px-sm-130 {
    padding-right: 130px !important;
    padding-left: 130px !important;
  }

  .px-sm-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }

  .px-sm-150 {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }

  .px-sm-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }

  .px-sm-170 {
    padding-right: 170px !important;
    padding-left: 170px !important;
  }

  .px-sm-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }

  .px-sm-190 {
    padding-right: 190px !important;
    padding-left: 190px !important;
  }

  .px-sm-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  /* End padding-x */
  /* START padding-y */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-p10 {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }

  .py-sm-p20 {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }

  .py-sm-p25 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .py-sm-p30 {
    padding-top: 30% !important;
    padding-bottom: 30% !important;
  }

  .py-sm-p40 {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }

  .py-sm-p50 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .py-sm-p60 {
    padding-top: 60% !important;
    padding-bottom: 60% !important;
  }

  .py-sm-p70 {
    padding-top: 70% !important;
    padding-bottom: 70% !important;
  }

  .py-sm-p75 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .py-sm-p80 {
    padding-top: 80% !important;
    padding-bottom: 80% !important;
  }

  .py-sm-p90 {
    padding-top: 90% !important;
    padding-bottom: 90% !important;
  }

  .py-sm-p100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }

  .py-sm-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .py-sm-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .py-sm-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .py-sm-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-sm-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .py-sm-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .py-sm-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .py-sm-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }

  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .py-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .py-sm-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .py-sm-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .py-sm-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .py-sm-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .py-sm-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .py-sm-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  /* End padding-y */
  /* START padding-top */
  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-p10 {
    padding-top: 10% !important;
  }

  .pt-sm-p20 {
    padding-top: 20% !important;
  }

  .pt-sm-p25 {
    padding-top: 25% !important;
  }

  .pt-sm-p30 {
    padding-top: 30% !important;
  }

  .pt-sm-p40 {
    padding-top: 40% !important;
  }

  .pt-sm-p50 {
    padding-top: 50% !important;
  }

  .pt-sm-p60 {
    padding-top: 60% !important;
  }

  .pt-sm-p70 {
    padding-top: 70% !important;
  }

  .pt-sm-p75 {
    padding-top: 75% !important;
  }

  .pt-sm-p80 {
    padding-top: 80% !important;
  }

  .pt-sm-p90 {
    padding-top: 90% !important;
  }

  .pt-sm-p100 {
    padding-top: 100% !important;
  }

  .pt-sm-1 {
    padding-top: 1px !important;
  }

  .pt-sm-2 {
    padding-top: 2px !important;
  }

  .pt-sm-3 {
    padding-top: 3px !important;
  }

  .pt-sm-4 {
    padding-top: 4px !important;
  }

  .pt-sm-5 {
    padding-top: 5px !important;
  }

  .pt-sm-6 {
    padding-top: 6px !important;
  }

  .pt-sm-7 {
    padding-top: 7px !important;
  }

  .pt-sm-8 {
    padding-top: 8px !important;
  }

  .pt-sm-9 {
    padding-top: 9px !important;
  }

  .pt-sm-10 {
    padding-top: 10px !important;
  }

  .pt-sm-15 {
    padding-top: 15px !important;
  }

  .pt-sm-20 {
    padding-top: 20px !important;
  }

  .pt-sm-25 {
    padding-top: 25px !important;
  }

  .pt-sm-30 {
    padding-top: 30px !important;
  }

  .pt-sm-35 {
    padding-top: 35px !important;
  }

  .pt-sm-40 {
    padding-top: 40px !important;
  }

  .pt-sm-45 {
    padding-top: 45px !important;
  }

  .pt-sm-50 {
    padding-top: 50px !important;
  }

  .pt-sm-60 {
    padding-top: 60px !important;
  }

  .pt-sm-70 {
    padding-top: 70px !important;
  }

  .pt-sm-80 {
    padding-top: 80px !important;
  }

  .pt-sm-90 {
    padding-top: 90px !important;
  }

  .pt-sm-100 {
    padding-top: 100px !important;
  }

  .pt-sm-110 {
    padding-top: 110px !important;
  }

  .pt-sm-120 {
    padding-top: 120px !important;
  }

  .pt-sm-130 {
    padding-top: 130px !important;
  }

  .pt-sm-140 {
    padding-top: 140px !important;
  }

  .pt-sm-150 {
    padding-top: 150px !important;
  }

  .pt-sm-160 {
    padding-top: 160px !important;
  }

  .pt-sm-170 {
    padding-top: 170px !important;
  }

  .pt-sm-180 {
    padding-top: 180px !important;
  }

  .pt-sm-190 {
    padding-top: 190px !important;
  }

  .pt-sm-200 {
    padding-top: 200px !important;
  }

  /* End padding-top */
  /* START padding-end */
  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-p10 {
    padding-right: 10% !important;
  }

  .pe-sm-p20 {
    padding-right: 20% !important;
  }

  .pe-sm-p25 {
    padding-right: 25% !important;
  }

  .pe-sm-p30 {
    padding-right: 30% !important;
  }

  .pe-sm-p40 {
    padding-right: 40% !important;
  }

  .pe-sm-p50 {
    padding-right: 50% !important;
  }

  .pe-sm-p60 {
    padding-right: 60% !important;
  }

  .pe-sm-p70 {
    padding-right: 70% !important;
  }

  .pe-sm-p75 {
    padding-right: 75% !important;
  }

  .pe-sm-p80 {
    padding-right: 80% !important;
  }

  .pe-sm-p90 {
    padding-right: 90% !important;
  }

  .pe-sm-p100 {
    padding-right: 100% !important;
  }

  .pe-sm-1 {
    padding-right: 1px !important;
  }

  .pe-sm-2 {
    padding-right: 2px !important;
  }

  .pe-sm-3 {
    padding-right: 3px !important;
  }

  .pe-sm-4 {
    padding-right: 4px !important;
  }

  .pe-sm-5 {
    padding-right: 5px !important;
  }

  .pe-sm-6 {
    padding-right: 6px !important;
  }

  .pe-sm-7 {
    padding-right: 7px !important;
  }

  .pe-sm-8 {
    padding-right: 8px !important;
  }

  .pe-sm-9 {
    padding-right: 9px !important;
  }

  .pe-sm-10 {
    padding-right: 10px !important;
  }

  .pe-sm-15 {
    padding-right: 15px !important;
  }

  .pe-sm-20 {
    padding-right: 20px !important;
  }

  .pe-sm-25 {
    padding-right: 25px !important;
  }

  .pe-sm-30 {
    padding-right: 30px !important;
  }

  .pe-sm-35 {
    padding-right: 35px !important;
  }

  .pe-sm-40 {
    padding-right: 40px !important;
  }

  .pe-sm-45 {
    padding-right: 45px !important;
  }

  .pe-sm-50 {
    padding-right: 50px !important;
  }

  .pe-sm-60 {
    padding-right: 60px !important;
  }

  .pe-sm-70 {
    padding-right: 70px !important;
  }

  .pe-sm-80 {
    padding-right: 80px !important;
  }

  .pe-sm-90 {
    padding-right: 90px !important;
  }

  .pe-sm-100 {
    padding-right: 100px !important;
  }

  .pe-sm-110 {
    padding-right: 110px !important;
  }

  .pe-sm-120 {
    padding-right: 120px !important;
  }

  .pe-sm-130 {
    padding-right: 130px !important;
  }

  .pe-sm-140 {
    padding-right: 140px !important;
  }

  .pe-sm-150 {
    padding-right: 150px !important;
  }

  .pe-sm-160 {
    padding-right: 160px !important;
  }

  .pe-sm-170 {
    padding-right: 170px !important;
  }

  .pe-sm-180 {
    padding-right: 180px !important;
  }

  .pe-sm-190 {
    padding-right: 190px !important;
  }

  .pe-sm-200 {
    padding-right: 200px !important;
  }

  /* End padding-end */
  /* START padding-bottom */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-p10 {
    padding-bottom: 10% !important;
  }

  .pb-sm-p20 {
    padding-bottom: 20% !important;
  }

  .pb-sm-p25 {
    padding-bottom: 25% !important;
  }

  .pb-sm-p30 {
    padding-bottom: 30% !important;
  }

  .pb-sm-p40 {
    padding-bottom: 40% !important;
  }

  .pb-sm-p50 {
    padding-bottom: 50% !important;
  }

  .pb-sm-p60 {
    padding-bottom: 60% !important;
  }

  .pb-sm-p70 {
    padding-bottom: 70% !important;
  }

  .pb-sm-p75 {
    padding-bottom: 75% !important;
  }

  .pb-sm-p80 {
    padding-bottom: 80% !important;
  }

  .pb-sm-p90 {
    padding-bottom: 90% !important;
  }

  .pb-sm-p100 {
    padding-bottom: 100% !important;
  }

  .pb-sm-1 {
    padding-bottom: 1px !important;
  }

  .pb-sm-2 {
    padding-bottom: 2px !important;
  }

  .pb-sm-3 {
    padding-bottom: 3px !important;
  }

  .pb-sm-4 {
    padding-bottom: 4px !important;
  }

  .pb-sm-5 {
    padding-bottom: 5px !important;
  }

  .pb-sm-6 {
    padding-bottom: 6px !important;
  }

  .pb-sm-7 {
    padding-bottom: 7px !important;
  }

  .pb-sm-8 {
    padding-bottom: 8px !important;
  }

  .pb-sm-9 {
    padding-bottom: 9px !important;
  }

  .pb-sm-10 {
    padding-bottom: 10px !important;
  }

  .pb-sm-15 {
    padding-bottom: 15px !important;
  }

  .pb-sm-20 {
    padding-bottom: 20px !important;
  }

  .pb-sm-25 {
    padding-bottom: 25px !important;
  }

  .pb-sm-30 {
    padding-bottom: 30px !important;
  }

  .pb-sm-35 {
    padding-bottom: 35px !important;
  }

  .pb-sm-40 {
    padding-bottom: 40px !important;
  }

  .pb-sm-45 {
    padding-bottom: 45px !important;
  }

  .pb-sm-50 {
    padding-bottom: 50px !important;
  }

  .pb-sm-60 {
    padding-bottom: 60px !important;
  }

  .pb-sm-70 {
    padding-bottom: 70px !important;
  }

  .pb-sm-80 {
    padding-bottom: 80px !important;
  }

  .pb-sm-90 {
    padding-bottom: 90px !important;
  }

  .pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .pb-sm-110 {
    padding-bottom: 110px !important;
  }

  .pb-sm-120 {
    padding-bottom: 120px !important;
  }

  .pb-sm-130 {
    padding-bottom: 130px !important;
  }

  .pb-sm-140 {
    padding-bottom: 140px !important;
  }

  .pb-sm-150 {
    padding-bottom: 150px !important;
  }

  .pb-sm-160 {
    padding-bottom: 160px !important;
  }

  .pb-sm-170 {
    padding-bottom: 170px !important;
  }

  .pb-sm-180 {
    padding-bottom: 180px !important;
  }

  .pb-sm-190 {
    padding-bottom: 190px !important;
  }

  .pb-sm-200 {
    padding-bottom: 200px !important;
  }

  /* End padding-bottom */
  /* START padding-start */
  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-p10 {
    padding-left: 10% !important;
  }

  .ps-sm-p20 {
    padding-left: 20% !important;
  }

  .ps-sm-p25 {
    padding-left: 25% !important;
  }

  .ps-sm-p30 {
    padding-left: 30% !important;
  }

  .ps-sm-p40 {
    padding-left: 40% !important;
  }

  .ps-sm-p50 {
    padding-left: 50% !important;
  }

  .ps-sm-p60 {
    padding-left: 60% !important;
  }

  .ps-sm-p70 {
    padding-left: 70% !important;
  }

  .ps-sm-p75 {
    padding-left: 75% !important;
  }

  .ps-sm-p80 {
    padding-left: 80% !important;
  }

  .ps-sm-p90 {
    padding-left: 90% !important;
  }

  .ps-sm-p100 {
    padding-left: 100% !important;
  }

  .ps-sm-1 {
    padding-left: 1px !important;
  }

  .ps-sm-2 {
    padding-left: 2px !important;
  }

  .ps-sm-3 {
    padding-left: 3px !important;
  }

  .ps-sm-4 {
    padding-left: 4px !important;
  }

  .ps-sm-5 {
    padding-left: 5px !important;
  }

  .ps-sm-6 {
    padding-left: 6px !important;
  }

  .ps-sm-7 {
    padding-left: 7px !important;
  }

  .ps-sm-8 {
    padding-left: 8px !important;
  }

  .ps-sm-9 {
    padding-left: 9px !important;
  }

  .ps-sm-10 {
    padding-left: 10px !important;
  }

  .ps-sm-15 {
    padding-left: 15px !important;
  }

  .ps-sm-20 {
    padding-left: 20px !important;
  }

  .ps-sm-25 {
    padding-left: 25px !important;
  }

  .ps-sm-30 {
    padding-left: 30px !important;
  }

  .ps-sm-35 {
    padding-left: 35px !important;
  }

  .ps-sm-40 {
    padding-left: 40px !important;
  }

  .ps-sm-45 {
    padding-left: 45px !important;
  }

  .ps-sm-50 {
    padding-left: 50px !important;
  }

  .ps-sm-60 {
    padding-left: 60px !important;
  }

  .ps-sm-70 {
    padding-left: 70px !important;
  }

  .ps-sm-80 {
    padding-left: 80px !important;
  }

  .ps-sm-90 {
    padding-left: 90px !important;
  }

  .ps-sm-100 {
    padding-left: 100px !important;
  }

  .ps-sm-110 {
    padding-left: 110px !important;
  }

  .ps-sm-120 {
    padding-left: 120px !important;
  }

  .ps-sm-130 {
    padding-left: 130px !important;
  }

  .ps-sm-140 {
    padding-left: 140px !important;
  }

  .ps-sm-150 {
    padding-left: 150px !important;
  }

  .ps-sm-160 {
    padding-left: 160px !important;
  }

  .ps-sm-170 {
    padding-left: 170px !important;
  }

  .ps-sm-180 {
    padding-left: 180px !important;
  }

  .ps-sm-190 {
    padding-left: 190px !important;
  }

  .ps-sm-200 {
    padding-left: 200px !important;
  }

  /* End padding-start */
  /* START font-size */
  .fs-sm-h1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-sm-h2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-sm-h3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-sm-h4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-sm-h5 {
    font-size: 1.25rem !important;
  }

  .fs-sm-h6 {
    font-size: 1rem !important;
  }

  .fs-sm-p {
    font-size: 1rem !important;
  }

  .fs-sm-xsmall {
    font-size: 0.75rem !important;
  }

  .fs-sm-small {
    font-size: 1rem !important;
  }

  .fs-sm-medium {
    font-size: 1.25rem !important;
  }

  .fs-sm-large {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-sm-xlarge {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }

  .fs-sm-xxlarge {
    font-size: calc(1.35rem + 1.2vw) !important;
  }

  .fs-sm-40 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-sm-45 {
    font-size: calc(1.40625rem + 1.875vw) !important;
  }

  .fs-sm-50 {
    font-size: calc(1.4375rem + 2.25vw) !important;
  }

  .fs-sm-60 {
    font-size: calc(1.5rem + 3vw) !important;
  }

  .fs-sm-70 {
    font-size: calc(1.5625rem + 3.75vw) !important;
  }

  .fs-sm-80 {
    font-size: calc(1.625rem + 4.5vw) !important;
  }

  /* End font-size */
  /* START text-align */
  .ta-sm-start {
    text-align: left !important;
  }

  .ta-sm-end {
    text-align: right !important;
  }

  .ta-sm-center {
    text-align: center !important;
  }

  /* End text-align */
  /* START flex */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  /* End flex */
  /* START flex-direction */
  .flex-direction-sm-row {
    flex-direction: row !important;
  }

  .flex-direction-sm-column {
    flex-direction: column !important;
  }

  .flex-direction-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-direction-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* End flex-direction */
  /* START flex-grow */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  /* End flex-grow */
  /* START flex-shrink */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* End flex-shrink */
  /* START flex-wrap */
  .flex-wrap-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-wrap-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-wrap-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* End flex-wrap */
  /* START gap */
  .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;
  }

  /* End gap */
  /* START justify-content */
  .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;
  }

  /* End justify-content */
  /* START align-items */
  .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;
  }

  /* End align-items */
  /* START align-content */
  .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;
  }

  /* End align-content */
  /* START align-self */
  .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;
  }

  /* End align-self */
  /* START order */
  .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;
  }

  /* End order */
  /* START no-border */
  .b-0-sm {
    border: 0 !important;
  }

  /* End no-border */
  /* START no-border top */
  .b-0-top-sm {
    border: 0 !important;
  }

  /* End no-border top */
  /* START no-border right */
  .b-0-end-sm {
    border-right: 0 !important;
  }

  /* End no-border right */
  /* START no-border bottom */
  .b-0-bottom-sm {
    border-bottom: 0 !important;
  }

  /* End no-border bottom */
  /* START no-border start */
  .b-0-left-sm {
    border-bottom: 0 !important;
  }

  /* End no-border start */
  /* START border */
  .b-all-sm {
    border: 1px solid var(--bs-border-color) !important;
  }

  .b-all-sm-0 {
    border: 0 !important;
  }

  /* End border */
  /* START border-color */
  .b-c-sm-theme {
    border-color: var(--bs-theme) !important;
  }

  .b-c-sm-accent {
    border-color: var(--bs-accent) !important;
  }

  .b-c-sm-primary {
    border-color: var(--bs-primary) !important;
  }

  .b-c-sm-secondary {
    border-color: var(--bs-secondary) !important;
  }

  .b-c-sm-tertiary {
    border-color: var(--bs-tertiary) !important;
  }

  .b-c-sm-success {
    border-color: var(--bs-success) !important;
  }

  .b-c-sm-info {
    border-color: var(--bs-info) !important;
  }

  .b-c-sm-warning {
    border-color: var(--bs-warning) !important;
  }

  .b-c-sm-danger {
    border-color: var(--bs-danger) !important;
  }

  .b-c-sm-light {
    border-color: var(--bs-light) !important;
  }

  .b-c-sm-dark {
    border-color: var(--bs-dark) !important;
  }

  .b-c-sm-white {
    border-color: var(--bs-white) !important;
  }

  .b-c-sm-black {
    border-color: var(--bs-black) !important;
  }

  /* End border-color */
  /* START border-top */
  .b-top-sm {
    border-top: 1px solid var(--bs-border-color) !important;
  }

  .b-top-sm-0 {
    border-top: 0 !important;
  }

  /* End border-top */
  /* START border-end */
  .b-end-sm {
    border-right: 1px solid var(--bs-border-color) !important;
  }

  .b-end-sm-0 {
    border-right: 0 !important;
  }

  /* End border-end */
  /* START border-bottom */
  .b-bottom-sm {
    border-bottom: 1px solid var(--bs-border-color) !important;
  }

  .b-bottom-sm-0 {
    border-bottom: 0 !important;
  }

  /* End border-bottom */
  /* START border-start */
  .b-start-sm {
    border-left: 1px solid var(--bs-border-color) !important;
  }

  .b-start-sm-0 {
    border-left: 0 !important;
  }

  /* End border-start */
  /* START border-width */
  .b-w-sm-1 {
    border-width: 1px !important;
  }

  .b-w-sm-2 {
    border-width: 2px !important;
  }

  .b-w-sm-3 {
    border-width: 3px !important;
  }

  .b-w-sm-4 {
    border-width: 4px !important;
  }

  .b-w-sm-5 {
    border-width: 5px !important;
  }

  /* End border-width */
  /* START rounded */
  .rounded-sm {
    border-radius: 0.25rem !important;
  }

  .rounded-sm-0 {
    border-radius: 0 !important;
  }

  .rounded-sm-1 {
    border-radius: 0.2rem !important;
  }

  .rounded-sm-2 {
    border-radius: 0.25rem !important;
  }

  .rounded-sm-3 {
    border-radius: 0.3rem !important;
  }

  .rounded-sm-circle {
    border-radius: 50% !important;
  }

  .rounded-sm-pill {
    border-radius: 50rem !important;
  }

  /* End rounded */
  /* START rounded-top */
  .rounded-top-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  /* End rounded-top */
  /* START rounded-end */
  .rounded-end-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  /* End rounded-end */
  /* START rounded-bottom */
  .rounded-bottom-sm {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  /* End rounded-bottom */
  /* START rounded-start */
  .rounded-start-sm {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }

  /* End rounded-start */
  /* START float */
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  /* End float */
  /* START display */
  .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;
  }

  /* End display */
  /* START width */
  .w-sm-0 {
    width: 0 !important;
  }

  .w-sm-p10 {
    width: 10% !important;
  }

  .w-sm-p20 {
    width: 20% !important;
  }

  .w-sm-p25 {
    width: 25% !important;
  }

  .w-sm-p30 {
    width: 30% !important;
  }

  .w-sm-p40 {
    width: 40% !important;
  }

  .w-sm-p50 {
    width: 50% !important;
  }

  .w-sm-p60 {
    width: 60% !important;
  }

  .w-sm-p70 {
    width: 70% !important;
  }

  .w-sm-p75 {
    width: 75% !important;
  }

  .w-sm-p80 {
    width: 80% !important;
  }

  .w-sm-p90 {
    width: 90% !important;
  }

  .w-sm-p100 {
    width: 100% !important;
  }

  .w-sm-v25 {
    width: 25vh !important;
  }

  .w-sm-v50 {
    width: 50vh !important;
  }

  .w-sm-v75 {
    width: 75vh !important;
  }

  .w-sm-v100 {
    width: 100vh !important;
  }

  .w-sm-5 {
    width: 5px !important;
  }

  .w-sm-10 {
    width: 10px !important;
  }

  .w-sm-15 {
    width: 15px !important;
  }

  .w-sm-20 {
    width: 20px !important;
  }

  .w-sm-25 {
    width: 25px !important;
  }

  .w-sm-30 {
    width: 30px !important;
  }

  .w-sm-35 {
    width: 35px !important;
  }

  .w-sm-40 {
    width: 40px !important;
  }

  .w-sm-45 {
    width: 45px !important;
  }

  .w-sm-50 {
    width: 50px !important;
  }

  .w-sm-55 {
    width: 55px !important;
  }

  .w-sm-60 {
    width: 60px !important;
  }

  .w-sm-65 {
    width: 65px !important;
  }

  .w-sm-70 {
    width: 70px !important;
  }

  .w-sm-75 {
    width: 75px !important;
  }

  .w-sm-80 {
    width: 80px !important;
  }

  .w-sm-85 {
    width: 85px !important;
  }

  .w-sm-90 {
    width: 90px !important;
  }

  .w-sm-95 {
    width: 95px !important;
  }

  .w-sm-100 {
    width: 100px !important;
  }

  .w-sm-120 {
    width: 120px !important;
  }

  .w-sm-140 {
    width: 140px !important;
  }

  .w-sm-160 {
    width: 160px !important;
  }

  .w-sm-180 {
    width: 180px !important;
  }

  .w-sm-200 {
    width: 200px !important;
  }

  .w-sm-220 {
    width: 220px !important;
  }

  .w-sm-240 {
    width: 240px !important;
  }

  .w-sm-260 {
    width: 260px !important;
  }

  .w-sm-280 {
    width: 280px !important;
  }

  .w-sm-300 {
    width: 300px !important;
  }

  .w-sm-350 {
    width: 350px !important;
  }

  .w-sm-400 {
    width: 400px !important;
  }

  .w-sm-450 {
    width: 450px !important;
  }

  .w-sm-500 {
    width: 500px !important;
  }

  .w-sm-550 {
    width: 550px !important;
  }

  .w-sm-600 {
    width: 600px !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .w-sm-unset {
    width: unset !important;
  }

  /* End width */
  /* START max-width */
  .maxw-sm-0 {
    max-width: 0 !important;
  }

  .maxw-sm-p10 {
    max-width: 10% !important;
  }

  .maxw-sm-p20 {
    max-width: 20% !important;
  }

  .maxw-sm-p25 {
    max-width: 25% !important;
  }

  .maxw-sm-p30 {
    max-width: 30% !important;
  }

  .maxw-sm-p40 {
    max-width: 40% !important;
  }

  .maxw-sm-p50 {
    max-width: 50% !important;
  }

  .maxw-sm-p60 {
    max-width: 60% !important;
  }

  .maxw-sm-p70 {
    max-width: 70% !important;
  }

  .maxw-sm-p75 {
    max-width: 75% !important;
  }

  .maxw-sm-p80 {
    max-width: 80% !important;
  }

  .maxw-sm-p90 {
    max-width: 90% !important;
  }

  .maxw-sm-p100 {
    max-width: 100% !important;
  }

  .maxw-sm-v25 {
    max-width: 25vh !important;
  }

  .maxw-sm-v50 {
    max-width: 50vh !important;
  }

  .maxw-sm-v75 {
    max-width: 75vh !important;
  }

  .maxw-sm-v100 {
    max-width: 100vh !important;
  }

  .maxw-sm-5 {
    max-width: 5px !important;
  }

  .maxw-sm-10 {
    max-width: 10px !important;
  }

  .maxw-sm-15 {
    max-width: 15px !important;
  }

  .maxw-sm-20 {
    max-width: 20px !important;
  }

  .maxw-sm-25 {
    max-width: 25px !important;
  }

  .maxw-sm-30 {
    max-width: 30px !important;
  }

  .maxw-sm-35 {
    max-width: 35px !important;
  }

  .maxw-sm-40 {
    max-width: 40px !important;
  }

  .maxw-sm-45 {
    max-width: 45px !important;
  }

  .maxw-sm-50 {
    max-width: 50px !important;
  }

  .maxw-sm-55 {
    max-width: 55px !important;
  }

  .maxw-sm-60 {
    max-width: 60px !important;
  }

  .maxw-sm-65 {
    max-width: 65px !important;
  }

  .maxw-sm-70 {
    max-width: 70px !important;
  }

  .maxw-sm-75 {
    max-width: 75px !important;
  }

  .maxw-sm-80 {
    max-width: 80px !important;
  }

  .maxw-sm-85 {
    max-width: 85px !important;
  }

  .maxw-sm-90 {
    max-width: 90px !important;
  }

  .maxw-sm-95 {
    max-width: 95px !important;
  }

  .maxw-sm-100 {
    max-width: 100px !important;
  }

  .maxw-sm-120 {
    max-width: 120px !important;
  }

  .maxw-sm-140 {
    max-width: 140px !important;
  }

  .maxw-sm-160 {
    max-width: 160px !important;
  }

  .maxw-sm-180 {
    max-width: 180px !important;
  }

  .maxw-sm-200 {
    max-width: 200px !important;
  }

  .maxw-sm-220 {
    max-width: 220px !important;
  }

  .maxw-sm-240 {
    max-width: 240px !important;
  }

  .maxw-sm-260 {
    max-width: 260px !important;
  }

  .maxw-sm-280 {
    max-width: 280px !important;
  }

  .maxw-sm-300 {
    max-width: 300px !important;
  }

  .maxw-sm-350 {
    max-width: 350px !important;
  }

  .maxw-sm-400 {
    max-width: 400px !important;
  }

  .maxw-sm-450 {
    max-width: 450px !important;
  }

  .maxw-sm-500 {
    max-width: 500px !important;
  }

  .maxw-sm-550 {
    max-width: 550px !important;
  }

  .maxw-sm-600 {
    max-width: 600px !important;
  }

  .maxw-sm-auto {
    max-width: auto !important;
  }

  .maxw-sm-unset {
    max-width: unset !important;
  }

  /* End max-width */
  /* START min-width */
  .minw-sm-0 {
    min-width: 0 !important;
  }

  .minw-sm-p10 {
    min-width: 10% !important;
  }

  .minw-sm-p20 {
    min-width: 20% !important;
  }

  .minw-sm-p25 {
    min-width: 25% !important;
  }

  .minw-sm-p30 {
    min-width: 30% !important;
  }

  .minw-sm-p40 {
    min-width: 40% !important;
  }

  .minw-sm-p50 {
    min-width: 50% !important;
  }

  .minw-sm-p60 {
    min-width: 60% !important;
  }

  .minw-sm-p70 {
    min-width: 70% !important;
  }

  .minw-sm-p75 {
    min-width: 75% !important;
  }

  .minw-sm-p80 {
    min-width: 80% !important;
  }

  .minw-sm-p90 {
    min-width: 90% !important;
  }

  .minw-sm-p100 {
    min-width: 100% !important;
  }

  .minw-sm-v25 {
    min-width: 25vh !important;
  }

  .minw-sm-v50 {
    min-width: 50vh !important;
  }

  .minw-sm-v75 {
    min-width: 75vh !important;
  }

  .minw-sm-v100 {
    min-width: 100vh !important;
  }

  .minw-sm-5 {
    min-width: 5px !important;
  }

  .minw-sm-10 {
    min-width: 10px !important;
  }

  .minw-sm-15 {
    min-width: 15px !important;
  }

  .minw-sm-20 {
    min-width: 20px !important;
  }

  .minw-sm-25 {
    min-width: 25px !important;
  }

  .minw-sm-30 {
    min-width: 30px !important;
  }

  .minw-sm-35 {
    min-width: 35px !important;
  }

  .minw-sm-40 {
    min-width: 40px !important;
  }

  .minw-sm-45 {
    min-width: 45px !important;
  }

  .minw-sm-50 {
    min-width: 50px !important;
  }

  .minw-sm-55 {
    min-width: 55px !important;
  }

  .minw-sm-60 {
    min-width: 60px !important;
  }

  .minw-sm-65 {
    min-width: 65px !important;
  }

  .minw-sm-70 {
    min-width: 70px !important;
  }

  .minw-sm-75 {
    min-width: 75px !important;
  }

  .minw-sm-80 {
    min-width: 80px !important;
  }

  .minw-sm-85 {
    min-width: 85px !important;
  }

  .minw-sm-90 {
    min-width: 90px !important;
  }

  .minw-sm-95 {
    min-width: 95px !important;
  }

  .minw-sm-100 {
    min-width: 100px !important;
  }

  .minw-sm-120 {
    min-width: 120px !important;
  }

  .minw-sm-140 {
    min-width: 140px !important;
  }

  .minw-sm-160 {
    min-width: 160px !important;
  }

  .minw-sm-180 {
    min-width: 180px !important;
  }

  .minw-sm-200 {
    min-width: 200px !important;
  }

  .minw-sm-220 {
    min-width: 220px !important;
  }

  .minw-sm-240 {
    min-width: 240px !important;
  }

  .minw-sm-260 {
    min-width: 260px !important;
  }

  .minw-sm-280 {
    min-width: 280px !important;
  }

  .minw-sm-300 {
    min-width: 300px !important;
  }

  .minw-sm-350 {
    min-width: 350px !important;
  }

  .minw-sm-400 {
    min-width: 400px !important;
  }

  .minw-sm-450 {
    min-width: 450px !important;
  }

  .minw-sm-500 {
    min-width: 500px !important;
  }

  .minw-sm-550 {
    min-width: 550px !important;
  }

  .minw-sm-600 {
    min-width: 600px !important;
  }

  .minw-sm-auto {
    min-width: auto !important;
  }

  .minw-sm-unset {
    min-width: unset !important;
  }

  /* End min-width */
  /* START height */
  .h-sm-0 {
    height: 0 !important;
  }

  .h-sm-p10 {
    height: 10% !important;
  }

  .h-sm-p20 {
    height: 20% !important;
  }

  .h-sm-p25 {
    height: 25% !important;
  }

  .h-sm-p30 {
    height: 30% !important;
  }

  .h-sm-p40 {
    height: 40% !important;
  }

  .h-sm-p50 {
    height: 50% !important;
  }

  .h-sm-p60 {
    height: 60% !important;
  }

  .h-sm-p70 {
    height: 70% !important;
  }

  .h-sm-p75 {
    height: 75% !important;
  }

  .h-sm-p80 {
    height: 80% !important;
  }

  .h-sm-p90 {
    height: 90% !important;
  }

  .h-sm-p100 {
    height: 100% !important;
  }

  .h-sm-v25 {
    height: 25vh !important;
  }

  .h-sm-v50 {
    height: 50vh !important;
  }

  .h-sm-v75 {
    height: 75vh !important;
  }

  .h-sm-v100 {
    height: 100vh !important;
  }

  .h-sm-5 {
    height: 5px !important;
  }

  .h-sm-10 {
    height: 10px !important;
  }

  .h-sm-15 {
    height: 15px !important;
  }

  .h-sm-20 {
    height: 20px !important;
  }

  .h-sm-25 {
    height: 25px !important;
  }

  .h-sm-30 {
    height: 30px !important;
  }

  .h-sm-35 {
    height: 35px !important;
  }

  .h-sm-40 {
    height: 40px !important;
  }

  .h-sm-45 {
    height: 45px !important;
  }

  .h-sm-50 {
    height: 50px !important;
  }

  .h-sm-55 {
    height: 55px !important;
  }

  .h-sm-60 {
    height: 60px !important;
  }

  .h-sm-65 {
    height: 65px !important;
  }

  .h-sm-70 {
    height: 70px !important;
  }

  .h-sm-75 {
    height: 75px !important;
  }

  .h-sm-80 {
    height: 80px !important;
  }

  .h-sm-85 {
    height: 85px !important;
  }

  .h-sm-90 {
    height: 90px !important;
  }

  .h-sm-95 {
    height: 95px !important;
  }

  .h-sm-100 {
    height: 100px !important;
  }

  .h-sm-120 {
    height: 120px !important;
  }

  .h-sm-140 {
    height: 140px !important;
  }

  .h-sm-160 {
    height: 160px !important;
  }

  .h-sm-180 {
    height: 180px !important;
  }

  .h-sm-200 {
    height: 200px !important;
  }

  .h-sm-220 {
    height: 220px !important;
  }

  .h-sm-240 {
    height: 240px !important;
  }

  .h-sm-260 {
    height: 260px !important;
  }

  .h-sm-280 {
    height: 280px !important;
  }

  .h-sm-300 {
    height: 300px !important;
  }

  .h-sm-350 {
    height: 350px !important;
  }

  .h-sm-400 {
    height: 400px !important;
  }

  .h-sm-450 {
    height: 450px !important;
  }

  .h-sm-500 {
    height: 500px !important;
  }

  .h-sm-550 {
    height: 550px !important;
  }

  .h-sm-600 {
    height: 600px !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .h-sm-unset {
    height: unset !important;
  }

  /* End height */
  /* START max-height */
  .maxh-sm-0 {
    max-height: 0 !important;
  }

  .maxh-sm-p10 {
    max-height: 10% !important;
  }

  .maxh-sm-p20 {
    max-height: 20% !important;
  }

  .maxh-sm-p25 {
    max-height: 25% !important;
  }

  .maxh-sm-p30 {
    max-height: 30% !important;
  }

  .maxh-sm-p40 {
    max-height: 40% !important;
  }

  .maxh-sm-p50 {
    max-height: 50% !important;
  }

  .maxh-sm-p60 {
    max-height: 60% !important;
  }

  .maxh-sm-p70 {
    max-height: 70% !important;
  }

  .maxh-sm-p75 {
    max-height: 75% !important;
  }

  .maxh-sm-p80 {
    max-height: 80% !important;
  }

  .maxh-sm-p90 {
    max-height: 90% !important;
  }

  .maxh-sm-p100 {
    max-height: 100% !important;
  }

  .maxh-sm-v25 {
    max-height: 25vh !important;
  }

  .maxh-sm-v50 {
    max-height: 50vh !important;
  }

  .maxh-sm-v75 {
    max-height: 75vh !important;
  }

  .maxh-sm-v100 {
    max-height: 100vh !important;
  }

  .maxh-sm-5 {
    max-height: 5px !important;
  }

  .maxh-sm-10 {
    max-height: 10px !important;
  }

  .maxh-sm-15 {
    max-height: 15px !important;
  }

  .maxh-sm-20 {
    max-height: 20px !important;
  }

  .maxh-sm-25 {
    max-height: 25px !important;
  }

  .maxh-sm-30 {
    max-height: 30px !important;
  }

  .maxh-sm-35 {
    max-height: 35px !important;
  }

  .maxh-sm-40 {
    max-height: 40px !important;
  }

  .maxh-sm-45 {
    max-height: 45px !important;
  }

  .maxh-sm-50 {
    max-height: 50px !important;
  }

  .maxh-sm-55 {
    max-height: 55px !important;
  }

  .maxh-sm-60 {
    max-height: 60px !important;
  }

  .maxh-sm-65 {
    max-height: 65px !important;
  }

  .maxh-sm-70 {
    max-height: 70px !important;
  }

  .maxh-sm-75 {
    max-height: 75px !important;
  }

  .maxh-sm-80 {
    max-height: 80px !important;
  }

  .maxh-sm-85 {
    max-height: 85px !important;
  }

  .maxh-sm-90 {
    max-height: 90px !important;
  }

  .maxh-sm-95 {
    max-height: 95px !important;
  }

  .maxh-sm-100 {
    max-height: 100px !important;
  }

  .maxh-sm-120 {
    max-height: 120px !important;
  }

  .maxh-sm-140 {
    max-height: 140px !important;
  }

  .maxh-sm-160 {
    max-height: 160px !important;
  }

  .maxh-sm-180 {
    max-height: 180px !important;
  }

  .maxh-sm-200 {
    max-height: 200px !important;
  }

  .maxh-sm-220 {
    max-height: 220px !important;
  }

  .maxh-sm-240 {
    max-height: 240px !important;
  }

  .maxh-sm-260 {
    max-height: 260px !important;
  }

  .maxh-sm-280 {
    max-height: 280px !important;
  }

  .maxh-sm-300 {
    max-height: 300px !important;
  }

  .maxh-sm-350 {
    max-height: 350px !important;
  }

  .maxh-sm-400 {
    max-height: 400px !important;
  }

  .maxh-sm-450 {
    max-height: 450px !important;
  }

  .maxh-sm-500 {
    max-height: 500px !important;
  }

  .maxh-sm-550 {
    max-height: 550px !important;
  }

  .maxh-sm-600 {
    max-height: 600px !important;
  }

  .maxh-sm-auto {
    max-height: auto !important;
  }

  .maxh-sm-unset {
    max-height: unset !important;
  }

  /* End max-height */
  /* START min-height */
  .minh-sm-0 {
    min-height: 0 !important;
  }

  .minh-sm-p10 {
    min-height: 10% !important;
  }

  .minh-sm-p20 {
    min-height: 20% !important;
  }

  .minh-sm-p25 {
    min-height: 25% !important;
  }

  .minh-sm-p30 {
    min-height: 30% !important;
  }

  .minh-sm-p40 {
    min-height: 40% !important;
  }

  .minh-sm-p50 {
    min-height: 50% !important;
  }

  .minh-sm-p60 {
    min-height: 60% !important;
  }

  .minh-sm-p70 {
    min-height: 70% !important;
  }

  .minh-sm-p75 {
    min-height: 75% !important;
  }

  .minh-sm-p80 {
    min-height: 80% !important;
  }

  .minh-sm-p90 {
    min-height: 90% !important;
  }

  .minh-sm-p100 {
    min-height: 100% !important;
  }

  .minh-sm-v25 {
    min-height: 25vh !important;
  }

  .minh-sm-v50 {
    min-height: 50vh !important;
  }

  .minh-sm-v75 {
    min-height: 75vh !important;
  }

  .minh-sm-v100 {
    min-height: 100vh !important;
  }

  .minh-sm-5 {
    min-height: 5px !important;
  }

  .minh-sm-10 {
    min-height: 10px !important;
  }

  .minh-sm-15 {
    min-height: 15px !important;
  }

  .minh-sm-20 {
    min-height: 20px !important;
  }

  .minh-sm-25 {
    min-height: 25px !important;
  }

  .minh-sm-30 {
    min-height: 30px !important;
  }

  .minh-sm-35 {
    min-height: 35px !important;
  }

  .minh-sm-40 {
    min-height: 40px !important;
  }

  .minh-sm-45 {
    min-height: 45px !important;
  }

  .minh-sm-50 {
    min-height: 50px !important;
  }

  .minh-sm-55 {
    min-height: 55px !important;
  }

  .minh-sm-60 {
    min-height: 60px !important;
  }

  .minh-sm-65 {
    min-height: 65px !important;
  }

  .minh-sm-70 {
    min-height: 70px !important;
  }

  .minh-sm-75 {
    min-height: 75px !important;
  }

  .minh-sm-80 {
    min-height: 80px !important;
  }

  .minh-sm-85 {
    min-height: 85px !important;
  }

  .minh-sm-90 {
    min-height: 90px !important;
  }

  .minh-sm-95 {
    min-height: 95px !important;
  }

  .minh-sm-100 {
    min-height: 100px !important;
  }

  .minh-sm-120 {
    min-height: 120px !important;
  }

  .minh-sm-140 {
    min-height: 140px !important;
  }

  .minh-sm-160 {
    min-height: 160px !important;
  }

  .minh-sm-180 {
    min-height: 180px !important;
  }

  .minh-sm-200 {
    min-height: 200px !important;
  }

  .minh-sm-220 {
    min-height: 220px !important;
  }

  .minh-sm-240 {
    min-height: 240px !important;
  }

  .minh-sm-260 {
    min-height: 260px !important;
  }

  .minh-sm-280 {
    min-height: 280px !important;
  }

  .minh-sm-300 {
    min-height: 300px !important;
  }

  .minh-sm-350 {
    min-height: 350px !important;
  }

  .minh-sm-400 {
    min-height: 400px !important;
  }

  .minh-sm-450 {
    min-height: 450px !important;
  }

  .minh-sm-500 {
    min-height: 500px !important;
  }

  .minh-sm-550 {
    min-height: 550px !important;
  }

  .minh-sm-600 {
    min-height: 600px !important;
  }

  .minh-sm-auto {
    min-height: auto !important;
  }

  .minh-sm-unset {
    min-height: unset !important;
  }

  /* End min-height */
  /* START viewport-width */
  .vw-sm-25 {
    width: 25vw !important;
  }

  .vw-sm-33 {
    width: 33.33vw !important;
  }

  .vw-sm-50 {
    width: 50vw !important;
  }

  .vw-sm-66 {
    width: 66.66vw !important;
  }

  .vw-sm-75 {
    width: 75vw !important;
  }

  .vw-sm-100 {
    width: 100vw !important;
  }

  /* End viewport-width */
  /* START min-viewport-width */
  .min-vw-sm-25 {
    min-width: 25vw !important;
  }

  .min-vw-sm-33 {
    min-width: 33.33vw !important;
  }

  .min-vw-sm-50 {
    min-width: 50vw !important;
  }

  .min-vw-sm-66 {
    min-width: 66.66vw !important;
  }

  .min-vw-sm-75 {
    min-width: 75vw !important;
  }

  .min-vw-sm-100 {
    min-width: 100vw !important;
  }

  /* End min-viewport-width */
  /* START viewport-height */
  .vh-sm-25 {
    height: 25vh !important;
  }

  .vh-sm-33 {
    height: 33.33vh !important;
  }

  .vh-sm-50 {
    height: 50vh !important;
  }

  .vh-sm-66 {
    height: 66.66vh !important;
  }

  .vh-sm-75 {
    height: 75vh !important;
  }

  .vh-sm-100 {
    height: 100vh !important;
  }

  /* End viewport-height */
  /* START min-viewport-height */
  .min-vh-sm-25 {
    min-height: 25vh !important;
  }

  .min-vh-sm-33 {
    min-height: 33.33vh !important;
  }

  .min-vh-sm-50 {
    min-height: 50vh !important;
  }

  .min-vh-sm-66 {
    min-height: 66.66vh !important;
  }

  .min-vh-sm-75 {
    min-height: 75vh !important;
  }

  .min-vh-sm-100 {
    min-height: 100vh !important;
  }

  /* End min-viewport-height */
}
@media (min-width: 768px) {
  /* START margin */
  .m-md-auto {
    margin: auto !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-p10 {
    margin: 10% !important;
  }

  .m-md-p20 {
    margin: 20% !important;
  }

  .m-md-p25 {
    margin: 25% !important;
  }

  .m-md-p30 {
    margin: 30% !important;
  }

  .m-md-p40 {
    margin: 40% !important;
  }

  .m-md-p50 {
    margin: 50% !important;
  }

  .m-md-p60 {
    margin: 60% !important;
  }

  .m-md-p70 {
    margin: 70% !important;
  }

  .m-md-p75 {
    margin: 75% !important;
  }

  .m-md-p80 {
    margin: 80% !important;
  }

  .m-md-p90 {
    margin: 90% !important;
  }

  .m-md-p100 {
    margin: 100% !important;
  }

  .m-md-1 {
    margin: 1px !important;
  }

  .m-md-2 {
    margin: 2px !important;
  }

  .m-md-3 {
    margin: 3px !important;
  }

  .m-md-4 {
    margin: 4px !important;
  }

  .m-md-5 {
    margin: 5px !important;
  }

  .m-md-6 {
    margin: 6px !important;
  }

  .m-md-7 {
    margin: 7px !important;
  }

  .m-md-8 {
    margin: 8px !important;
  }

  .m-md-9 {
    margin: 9px !important;
  }

  .m-md-10 {
    margin: 10px !important;
  }

  .m-md-15 {
    margin: 15px !important;
  }

  .m-md-20 {
    margin: 20px !important;
  }

  .m-md-25 {
    margin: 25px !important;
  }

  .m-md-30 {
    margin: 30px !important;
  }

  .m-md-35 {
    margin: 35px !important;
  }

  .m-md-40 {
    margin: 40px !important;
  }

  .m-md-45 {
    margin: 45px !important;
  }

  .m-md-50 {
    margin: 50px !important;
  }

  .m-md-60 {
    margin: 60px !important;
  }

  .m-md-70 {
    margin: 70px !important;
  }

  .m-md-80 {
    margin: 80px !important;
  }

  .m-md-90 {
    margin: 90px !important;
  }

  .m-md-100 {
    margin: 100px !important;
  }

  .m-md-110 {
    margin: 110px !important;
  }

  .m-md-120 {
    margin: 120px !important;
  }

  .m-md-130 {
    margin: 130px !important;
  }

  .m-md-140 {
    margin: 140px !important;
  }

  .m-md-150 {
    margin: 150px !important;
  }

  .m-md-160 {
    margin: 160px !important;
  }

  .m-md-170 {
    margin: 170px !important;
  }

  .m-md-180 {
    margin: 180px !important;
  }

  .m-md-190 {
    margin: 190px !important;
  }

  .m-md-200 {
    margin: 200px !important;
  }

  /* End margin */
  /* START margin-x */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-p10 {
    margin-right: 10% !important;
    margin-left: 10% !important;
  }

  .mx-md-p20 {
    margin-right: 20% !important;
    margin-left: 20% !important;
  }

  .mx-md-p25 {
    margin-right: 25% !important;
    margin-left: 25% !important;
  }

  .mx-md-p30 {
    margin-right: 30% !important;
    margin-left: 30% !important;
  }

  .mx-md-p40 {
    margin-right: 40% !important;
    margin-left: 40% !important;
  }

  .mx-md-p50 {
    margin-right: 50% !important;
    margin-left: 50% !important;
  }

  .mx-md-p60 {
    margin-right: 60% !important;
    margin-left: 60% !important;
  }

  .mx-md-p70 {
    margin-right: 70% !important;
    margin-left: 70% !important;
  }

  .mx-md-p75 {
    margin-right: 75% !important;
    margin-left: 75% !important;
  }

  .mx-md-p80 {
    margin-right: 80% !important;
    margin-left: 80% !important;
  }

  .mx-md-p90 {
    margin-right: 90% !important;
    margin-left: 90% !important;
  }

  .mx-md-p100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }

  .mx-md-1 {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  .mx-md-2 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }

  .mx-md-3 {
    margin-right: 3px !important;
    margin-left: 3px !important;
  }

  .mx-md-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-md-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-md-6 {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }

  .mx-md-7 {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }

  .mx-md-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-md-9 {
    margin-right: 9px !important;
    margin-left: 9px !important;
  }

  .mx-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-md-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-md-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-md-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-md-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-md-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-md-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-md-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-md-110 {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }

  .mx-md-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-md-130 {
    margin-right: 130px !important;
    margin-left: 130px !important;
  }

  .mx-md-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .mx-md-150 {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }

  .mx-md-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .mx-md-170 {
    margin-right: 170px !important;
    margin-left: 170px !important;
  }

  .mx-md-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }

  .mx-md-190 {
    margin-right: 190px !important;
    margin-left: 190px !important;
  }

  .mx-md-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  /* End margin-x */
  /* START margin-y */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-p10 {
    margin-top: 10% !important;
    margin-bottom: 10% !important;
  }

  .my-md-p20 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .my-md-p25 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .my-md-p30 {
    margin-top: 30% !important;
    margin-bottom: 30% !important;
  }

  .my-md-p40 {
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .my-md-p50 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .my-md-p60 {
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .my-md-p70 {
    margin-top: 70% !important;
    margin-bottom: 70% !important;
  }

  .my-md-p75 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .my-md-p80 {
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .my-md-p90 {
    margin-top: 90% !important;
    margin-bottom: 90% !important;
  }

  .my-md-p100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }

  .my-md-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .my-md-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .my-md-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .my-md-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-md-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .my-md-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }

  .my-md-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-md-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }

  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-md-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-md-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .my-md-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .my-md-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .my-md-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .my-md-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .my-md-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  /* End margin-y */
  /* START margin-top */
  .mt-md-auto {
    margin-top: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-p10 {
    margin-top: 10% !important;
  }

  .mt-md-p20 {
    margin-top: 20% !important;
  }

  .mt-md-p25 {
    margin-top: 25% !important;
  }

  .mt-md-p30 {
    margin-top: 30% !important;
  }

  .mt-md-p40 {
    margin-top: 40% !important;
  }

  .mt-md-p50 {
    margin-top: 50% !important;
  }

  .mt-md-p60 {
    margin-top: 60% !important;
  }

  .mt-md-p70 {
    margin-top: 70% !important;
  }

  .mt-md-p75 {
    margin-top: 75% !important;
  }

  .mt-md-p80 {
    margin-top: 80% !important;
  }

  .mt-md-p90 {
    margin-top: 90% !important;
  }

  .mt-md-p100 {
    margin-top: 100% !important;
  }

  .mt-md-1 {
    margin-top: 1px !important;
  }

  .mt-md-2 {
    margin-top: 2px !important;
  }

  .mt-md-3 {
    margin-top: 3px !important;
  }

  .mt-md-4 {
    margin-top: 4px !important;
  }

  .mt-md-5 {
    margin-top: 5px !important;
  }

  .mt-md-6 {
    margin-top: 6px !important;
  }

  .mt-md-7 {
    margin-top: 7px !important;
  }

  .mt-md-8 {
    margin-top: 8px !important;
  }

  .mt-md-9 {
    margin-top: 9px !important;
  }

  .mt-md-10 {
    margin-top: 10px !important;
  }

  .mt-md-15 {
    margin-top: 15px !important;
  }

  .mt-md-20 {
    margin-top: 20px !important;
  }

  .mt-md-25 {
    margin-top: 25px !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mt-md-35 {
    margin-top: 35px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mt-md-45 {
    margin-top: 45px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }

  .mt-md-80 {
    margin-top: 80px !important;
  }

  .mt-md-90 {
    margin-top: 90px !important;
  }

  .mt-md-100 {
    margin-top: 100px !important;
  }

  .mt-md-110 {
    margin-top: 110px !important;
  }

  .mt-md-120 {
    margin-top: 120px !important;
  }

  .mt-md-130 {
    margin-top: 130px !important;
  }

  .mt-md-140 {
    margin-top: 140px !important;
  }

  .mt-md-150 {
    margin-top: 150px !important;
  }

  .mt-md-160 {
    margin-top: 160px !important;
  }

  .mt-md-170 {
    margin-top: 170px !important;
  }

  .mt-md-180 {
    margin-top: 180px !important;
  }

  .mt-md-190 {
    margin-top: 190px !important;
  }

  .mt-md-200 {
    margin-top: 200px !important;
  }

  /* End margin-top */
  /* START margin-end */
  .me-md-auto {
    margin-right: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-p10 {
    margin-right: 10% !important;
  }

  .me-md-p20 {
    margin-right: 20% !important;
  }

  .me-md-p25 {
    margin-right: 25% !important;
  }

  .me-md-p30 {
    margin-right: 30% !important;
  }

  .me-md-p40 {
    margin-right: 40% !important;
  }

  .me-md-p50 {
    margin-right: 50% !important;
  }

  .me-md-p60 {
    margin-right: 60% !important;
  }

  .me-md-p70 {
    margin-right: 70% !important;
  }

  .me-md-p75 {
    margin-right: 75% !important;
  }

  .me-md-p80 {
    margin-right: 80% !important;
  }

  .me-md-p90 {
    margin-right: 90% !important;
  }

  .me-md-p100 {
    margin-right: 100% !important;
  }

  .me-md-1 {
    margin-right: 1px !important;
  }

  .me-md-2 {
    margin-right: 2px !important;
  }

  .me-md-3 {
    margin-right: 3px !important;
  }

  .me-md-4 {
    margin-right: 4px !important;
  }

  .me-md-5 {
    margin-right: 5px !important;
  }

  .me-md-6 {
    margin-right: 6px !important;
  }

  .me-md-7 {
    margin-right: 7px !important;
  }

  .me-md-8 {
    margin-right: 8px !important;
  }

  .me-md-9 {
    margin-right: 9px !important;
  }

  .me-md-10 {
    margin-right: 10px !important;
  }

  .me-md-15 {
    margin-right: 15px !important;
  }

  .me-md-20 {
    margin-right: 20px !important;
  }

  .me-md-25 {
    margin-right: 25px !important;
  }

  .me-md-30 {
    margin-right: 30px !important;
  }

  .me-md-35 {
    margin-right: 35px !important;
  }

  .me-md-40 {
    margin-right: 40px !important;
  }

  .me-md-45 {
    margin-right: 45px !important;
  }

  .me-md-50 {
    margin-right: 50px !important;
  }

  .me-md-60 {
    margin-right: 60px !important;
  }

  .me-md-70 {
    margin-right: 70px !important;
  }

  .me-md-80 {
    margin-right: 80px !important;
  }

  .me-md-90 {
    margin-right: 90px !important;
  }

  .me-md-100 {
    margin-right: 100px !important;
  }

  .me-md-110 {
    margin-right: 110px !important;
  }

  .me-md-120 {
    margin-right: 120px !important;
  }

  .me-md-130 {
    margin-right: 130px !important;
  }

  .me-md-140 {
    margin-right: 140px !important;
  }

  .me-md-150 {
    margin-right: 150px !important;
  }

  .me-md-160 {
    margin-right: 160px !important;
  }

  .me-md-170 {
    margin-right: 170px !important;
  }

  .me-md-180 {
    margin-right: 180px !important;
  }

  .me-md-190 {
    margin-right: 190px !important;
  }

  .me-md-200 {
    margin-right: 200px !important;
  }

  /* End margin-end */
  /* START margin-bottom */
  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-p10 {
    margin-bottom: 10% !important;
  }

  .mb-md-p20 {
    margin-bottom: 20% !important;
  }

  .mb-md-p25 {
    margin-bottom: 25% !important;
  }

  .mb-md-p30 {
    margin-bottom: 30% !important;
  }

  .mb-md-p40 {
    margin-bottom: 40% !important;
  }

  .mb-md-p50 {
    margin-bottom: 50% !important;
  }

  .mb-md-p60 {
    margin-bottom: 60% !important;
  }

  .mb-md-p70 {
    margin-bottom: 70% !important;
  }

  .mb-md-p75 {
    margin-bottom: 75% !important;
  }

  .mb-md-p80 {
    margin-bottom: 80% !important;
  }

  .mb-md-p90 {
    margin-bottom: 90% !important;
  }

  .mb-md-p100 {
    margin-bottom: 100% !important;
  }

  .mb-md-1 {
    margin-bottom: 1px !important;
  }

  .mb-md-2 {
    margin-bottom: 2px !important;
  }

  .mb-md-3 {
    margin-bottom: 3px !important;
  }

  .mb-md-4 {
    margin-bottom: 4px !important;
  }

  .mb-md-5 {
    margin-bottom: 5px !important;
  }

  .mb-md-6 {
    margin-bottom: 6px !important;
  }

  .mb-md-7 {
    margin-bottom: 7px !important;
  }

  .mb-md-8 {
    margin-bottom: 8px !important;
  }

  .mb-md-9 {
    margin-bottom: 9px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .mb-md-15 {
    margin-bottom: 15px !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .mb-md-25 {
    margin-bottom: 25px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .mb-md-35 {
    margin-bottom: 35px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .mb-md-45 {
    margin-bottom: 45px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .mb-md-110 {
    margin-bottom: 110px !important;
  }

  .mb-md-120 {
    margin-bottom: 120px !important;
  }

  .mb-md-130 {
    margin-bottom: 130px !important;
  }

  .mb-md-140 {
    margin-bottom: 140px !important;
  }

  .mb-md-150 {
    margin-bottom: 150px !important;
  }

  .mb-md-160 {
    margin-bottom: 160px !important;
  }

  .mb-md-170 {
    margin-bottom: 170px !important;
  }

  .mb-md-180 {
    margin-bottom: 180px !important;
  }

  .mb-md-190 {
    margin-bottom: 190px !important;
  }

  .mb-md-200 {
    margin-bottom: 200px !important;
  }

  /* End margin-bottom */
  /* START margin-start */
  .ms-md-auto {
    margin-left: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-p10 {
    margin-left: 10% !important;
  }

  .ms-md-p20 {
    margin-left: 20% !important;
  }

  .ms-md-p25 {
    margin-left: 25% !important;
  }

  .ms-md-p30 {
    margin-left: 30% !important;
  }

  .ms-md-p40 {
    margin-left: 40% !important;
  }

  .ms-md-p50 {
    margin-left: 50% !important;
  }

  .ms-md-p60 {
    margin-left: 60% !important;
  }

  .ms-md-p70 {
    margin-left: 70% !important;
  }

  .ms-md-p75 {
    margin-left: 75% !important;
  }

  .ms-md-p80 {
    margin-left: 80% !important;
  }

  .ms-md-p90 {
    margin-left: 90% !important;
  }

  .ms-md-p100 {
    margin-left: 100% !important;
  }

  .ms-md-1 {
    margin-left: 1px !important;
  }

  .ms-md-2 {
    margin-left: 2px !important;
  }

  .ms-md-3 {
    margin-left: 3px !important;
  }

  .ms-md-4 {
    margin-left: 4px !important;
  }

  .ms-md-5 {
    margin-left: 5px !important;
  }

  .ms-md-6 {
    margin-left: 6px !important;
  }

  .ms-md-7 {
    margin-left: 7px !important;
  }

  .ms-md-8 {
    margin-left: 8px !important;
  }

  .ms-md-9 {
    margin-left: 9px !important;
  }

  .ms-md-10 {
    margin-left: 10px !important;
  }

  .ms-md-15 {
    margin-left: 15px !important;
  }

  .ms-md-20 {
    margin-left: 20px !important;
  }

  .ms-md-25 {
    margin-left: 25px !important;
  }

  .ms-md-30 {
    margin-left: 30px !important;
  }

  .ms-md-35 {
    margin-left: 35px !important;
  }

  .ms-md-40 {
    margin-left: 40px !important;
  }

  .ms-md-45 {
    margin-left: 45px !important;
  }

  .ms-md-50 {
    margin-left: 50px !important;
  }

  .ms-md-60 {
    margin-left: 60px !important;
  }

  .ms-md-70 {
    margin-left: 70px !important;
  }

  .ms-md-80 {
    margin-left: 80px !important;
  }

  .ms-md-90 {
    margin-left: 90px !important;
  }

  .ms-md-100 {
    margin-left: 100px !important;
  }

  .ms-md-110 {
    margin-left: 110px !important;
  }

  .ms-md-120 {
    margin-left: 120px !important;
  }

  .ms-md-130 {
    margin-left: 130px !important;
  }

  .ms-md-140 {
    margin-left: 140px !important;
  }

  .ms-md-150 {
    margin-left: 150px !important;
  }

  .ms-md-160 {
    margin-left: 160px !important;
  }

  .ms-md-170 {
    margin-left: 170px !important;
  }

  .ms-md-180 {
    margin-left: 180px !important;
  }

  .ms-md-190 {
    margin-left: 190px !important;
  }

  .ms-md-200 {
    margin-left: 200px !important;
  }

  /* End margin-start */
  /* START negative-margin */
  .m-n-md-0 {
    margin: 0 !important;
  }

  .m-n-md-p10 {
    margin: 10% !important;
  }

  .m-n-md-p20 {
    margin: 20% !important;
  }

  .m-n-md-p25 {
    margin: 25% !important;
  }

  .m-n-md-p30 {
    margin: 30% !important;
  }

  .m-n-md-p40 {
    margin: 40% !important;
  }

  .m-n-md-p50 {
    margin: 50% !important;
  }

  .m-n-md-p60 {
    margin: 60% !important;
  }

  .m-n-md-p70 {
    margin: 70% !important;
  }

  .m-n-md-p75 {
    margin: 75% !important;
  }

  .m-n-md-p80 {
    margin: 80% !important;
  }

  .m-n-md-p90 {
    margin: 90% !important;
  }

  .m-n-md-p100 {
    margin: 100% !important;
  }

  .m-n-md-1 {
    margin: 1px !important;
  }

  .m-n-md-2 {
    margin: 2px !important;
  }

  .m-n-md-3 {
    margin: 3px !important;
  }

  .m-n-md-4 {
    margin: 4px !important;
  }

  .m-n-md-5 {
    margin: 5px !important;
  }

  .m-n-md-6 {
    margin: 6px !important;
  }

  .m-n-md-7 {
    margin: 7px !important;
  }

  .m-n-md-8 {
    margin: 8px !important;
  }

  .m-n-md-9 {
    margin: 9px !important;
  }

  .m-n-md-10 {
    margin: 10px !important;
  }

  .m-n-md-15 {
    margin: 15px !important;
  }

  .m-n-md-20 {
    margin: 20px !important;
  }

  .m-n-md-25 {
    margin: 25px !important;
  }

  .m-n-md-30 {
    margin: 30px !important;
  }

  .m-n-md-35 {
    margin: 35px !important;
  }

  .m-n-md-40 {
    margin: 40px !important;
  }

  .m-n-md-45 {
    margin: 45px !important;
  }

  .m-n-md-50 {
    margin: 50px !important;
  }

  .m-n-md-60 {
    margin: 60px !important;
  }

  .m-n-md-70 {
    margin: 70px !important;
  }

  .m-n-md-80 {
    margin: 80px !important;
  }

  .m-n-md-90 {
    margin: 90px !important;
  }

  .m-n-md-100 {
    margin: 100px !important;
  }

  .m-n-md-110 {
    margin: 110px !important;
  }

  .m-n-md-120 {
    margin: 120px !important;
  }

  .m-n-md-130 {
    margin: 130px !important;
  }

  .m-n-md-140 {
    margin: 140px !important;
  }

  .m-n-md-150 {
    margin: 150px !important;
  }

  .m-n-md-160 {
    margin: 160px !important;
  }

  .m-n-md-170 {
    margin: 170px !important;
  }

  .m-n-md-180 {
    margin: 180px !important;
  }

  .m-n-md-190 {
    margin: 190px !important;
  }

  .m-n-md-200 {
    margin: 200px !important;
  }

  /* End negative-margin */
  /* START negative-margin-x */
  .mx-n-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-n-md-p10 {
    margin-right: 10% !important;
    margin-left: 10% !important;
  }

  .mx-n-md-p20 {
    margin-right: 20% !important;
    margin-left: 20% !important;
  }

  .mx-n-md-p25 {
    margin-right: 25% !important;
    margin-left: 25% !important;
  }

  .mx-n-md-p30 {
    margin-right: 30% !important;
    margin-left: 30% !important;
  }

  .mx-n-md-p40 {
    margin-right: 40% !important;
    margin-left: 40% !important;
  }

  .mx-n-md-p50 {
    margin-right: 50% !important;
    margin-left: 50% !important;
  }

  .mx-n-md-p60 {
    margin-right: 60% !important;
    margin-left: 60% !important;
  }

  .mx-n-md-p70 {
    margin-right: 70% !important;
    margin-left: 70% !important;
  }

  .mx-n-md-p75 {
    margin-right: 75% !important;
    margin-left: 75% !important;
  }

  .mx-n-md-p80 {
    margin-right: 80% !important;
    margin-left: 80% !important;
  }

  .mx-n-md-p90 {
    margin-right: 90% !important;
    margin-left: 90% !important;
  }

  .mx-n-md-p100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }

  .mx-n-md-1 {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  .mx-n-md-2 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }

  .mx-n-md-3 {
    margin-right: 3px !important;
    margin-left: 3px !important;
  }

  .mx-n-md-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-n-md-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-n-md-6 {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }

  .mx-n-md-7 {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }

  .mx-n-md-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-n-md-9 {
    margin-right: 9px !important;
    margin-left: 9px !important;
  }

  .mx-n-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-n-md-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-n-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-n-md-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-n-md-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-n-md-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-n-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-n-md-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-n-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-n-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-n-md-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-n-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-n-md-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-n-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-n-md-110 {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }

  .mx-n-md-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-n-md-130 {
    margin-right: 130px !important;
    margin-left: 130px !important;
  }

  .mx-n-md-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .mx-n-md-150 {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }

  .mx-n-md-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .mx-n-md-170 {
    margin-right: 170px !important;
    margin-left: 170px !important;
  }

  .mx-n-md-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }

  .mx-n-md-190 {
    margin-right: 190px !important;
    margin-left: 190px !important;
  }

  .mx-n-md-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  /* End negative-margin-x */
  /* START negative-margin-y */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-p10 {
    margin-top: 10% !important;
    margin-bottom: 10% !important;
  }

  .my-md-p20 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .my-md-p25 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .my-md-p30 {
    margin-top: 30% !important;
    margin-bottom: 30% !important;
  }

  .my-md-p40 {
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .my-md-p50 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .my-md-p60 {
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .my-md-p70 {
    margin-top: 70% !important;
    margin-bottom: 70% !important;
  }

  .my-md-p75 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .my-md-p80 {
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .my-md-p90 {
    margin-top: 90% !important;
    margin-bottom: 90% !important;
  }

  .my-md-p100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }

  .my-md-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .my-md-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .my-md-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .my-md-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-md-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .my-md-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }

  .my-md-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-md-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }

  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-md-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-md-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .my-md-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .my-md-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .my-md-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .my-md-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .my-md-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  /* End negative-margin-y */
  /* START negative-margin-top */
  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-p10 {
    margin-top: 10% !important;
  }

  .mt-md-p20 {
    margin-top: 20% !important;
  }

  .mt-md-p25 {
    margin-top: 25% !important;
  }

  .mt-md-p30 {
    margin-top: 30% !important;
  }

  .mt-md-p40 {
    margin-top: 40% !important;
  }

  .mt-md-p50 {
    margin-top: 50% !important;
  }

  .mt-md-p60 {
    margin-top: 60% !important;
  }

  .mt-md-p70 {
    margin-top: 70% !important;
  }

  .mt-md-p75 {
    margin-top: 75% !important;
  }

  .mt-md-p80 {
    margin-top: 80% !important;
  }

  .mt-md-p90 {
    margin-top: 90% !important;
  }

  .mt-md-p100 {
    margin-top: 100% !important;
  }

  .mt-md-1 {
    margin-top: 1px !important;
  }

  .mt-md-2 {
    margin-top: 2px !important;
  }

  .mt-md-3 {
    margin-top: 3px !important;
  }

  .mt-md-4 {
    margin-top: 4px !important;
  }

  .mt-md-5 {
    margin-top: 5px !important;
  }

  .mt-md-6 {
    margin-top: 6px !important;
  }

  .mt-md-7 {
    margin-top: 7px !important;
  }

  .mt-md-8 {
    margin-top: 8px !important;
  }

  .mt-md-9 {
    margin-top: 9px !important;
  }

  .mt-md-10 {
    margin-top: 10px !important;
  }

  .mt-md-15 {
    margin-top: 15px !important;
  }

  .mt-md-20 {
    margin-top: 20px !important;
  }

  .mt-md-25 {
    margin-top: 25px !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mt-md-35 {
    margin-top: 35px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mt-md-45 {
    margin-top: 45px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }

  .mt-md-80 {
    margin-top: 80px !important;
  }

  .mt-md-90 {
    margin-top: 90px !important;
  }

  .mt-md-100 {
    margin-top: 100px !important;
  }

  .mt-md-110 {
    margin-top: 110px !important;
  }

  .mt-md-120 {
    margin-top: 120px !important;
  }

  .mt-md-130 {
    margin-top: 130px !important;
  }

  .mt-md-140 {
    margin-top: 140px !important;
  }

  .mt-md-150 {
    margin-top: 150px !important;
  }

  .mt-md-160 {
    margin-top: 160px !important;
  }

  .mt-md-170 {
    margin-top: 170px !important;
  }

  .mt-md-180 {
    margin-top: 180px !important;
  }

  .mt-md-190 {
    margin-top: 190px !important;
  }

  .mt-md-200 {
    margin-top: 200px !important;
  }

  /* End negative-margin-top */
  /* START negative-margin-end */
  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-p10 {
    margin-right: 10% !important;
  }

  .me-md-p20 {
    margin-right: 20% !important;
  }

  .me-md-p25 {
    margin-right: 25% !important;
  }

  .me-md-p30 {
    margin-right: 30% !important;
  }

  .me-md-p40 {
    margin-right: 40% !important;
  }

  .me-md-p50 {
    margin-right: 50% !important;
  }

  .me-md-p60 {
    margin-right: 60% !important;
  }

  .me-md-p70 {
    margin-right: 70% !important;
  }

  .me-md-p75 {
    margin-right: 75% !important;
  }

  .me-md-p80 {
    margin-right: 80% !important;
  }

  .me-md-p90 {
    margin-right: 90% !important;
  }

  .me-md-p100 {
    margin-right: 100% !important;
  }

  .me-md-1 {
    margin-right: 1px !important;
  }

  .me-md-2 {
    margin-right: 2px !important;
  }

  .me-md-3 {
    margin-right: 3px !important;
  }

  .me-md-4 {
    margin-right: 4px !important;
  }

  .me-md-5 {
    margin-right: 5px !important;
  }

  .me-md-6 {
    margin-right: 6px !important;
  }

  .me-md-7 {
    margin-right: 7px !important;
  }

  .me-md-8 {
    margin-right: 8px !important;
  }

  .me-md-9 {
    margin-right: 9px !important;
  }

  .me-md-10 {
    margin-right: 10px !important;
  }

  .me-md-15 {
    margin-right: 15px !important;
  }

  .me-md-20 {
    margin-right: 20px !important;
  }

  .me-md-25 {
    margin-right: 25px !important;
  }

  .me-md-30 {
    margin-right: 30px !important;
  }

  .me-md-35 {
    margin-right: 35px !important;
  }

  .me-md-40 {
    margin-right: 40px !important;
  }

  .me-md-45 {
    margin-right: 45px !important;
  }

  .me-md-50 {
    margin-right: 50px !important;
  }

  .me-md-60 {
    margin-right: 60px !important;
  }

  .me-md-70 {
    margin-right: 70px !important;
  }

  .me-md-80 {
    margin-right: 80px !important;
  }

  .me-md-90 {
    margin-right: 90px !important;
  }

  .me-md-100 {
    margin-right: 100px !important;
  }

  .me-md-110 {
    margin-right: 110px !important;
  }

  .me-md-120 {
    margin-right: 120px !important;
  }

  .me-md-130 {
    margin-right: 130px !important;
  }

  .me-md-140 {
    margin-right: 140px !important;
  }

  .me-md-150 {
    margin-right: 150px !important;
  }

  .me-md-160 {
    margin-right: 160px !important;
  }

  .me-md-170 {
    margin-right: 170px !important;
  }

  .me-md-180 {
    margin-right: 180px !important;
  }

  .me-md-190 {
    margin-right: 190px !important;
  }

  .me-md-200 {
    margin-right: 200px !important;
  }

  /* End negative-margin-end */
  /* START negative-margin-bottom */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-p10 {
    margin-bottom: 10% !important;
  }

  .mb-md-p20 {
    margin-bottom: 20% !important;
  }

  .mb-md-p25 {
    margin-bottom: 25% !important;
  }

  .mb-md-p30 {
    margin-bottom: 30% !important;
  }

  .mb-md-p40 {
    margin-bottom: 40% !important;
  }

  .mb-md-p50 {
    margin-bottom: 50% !important;
  }

  .mb-md-p60 {
    margin-bottom: 60% !important;
  }

  .mb-md-p70 {
    margin-bottom: 70% !important;
  }

  .mb-md-p75 {
    margin-bottom: 75% !important;
  }

  .mb-md-p80 {
    margin-bottom: 80% !important;
  }

  .mb-md-p90 {
    margin-bottom: 90% !important;
  }

  .mb-md-p100 {
    margin-bottom: 100% !important;
  }

  .mb-md-1 {
    margin-bottom: 1px !important;
  }

  .mb-md-2 {
    margin-bottom: 2px !important;
  }

  .mb-md-3 {
    margin-bottom: 3px !important;
  }

  .mb-md-4 {
    margin-bottom: 4px !important;
  }

  .mb-md-5 {
    margin-bottom: 5px !important;
  }

  .mb-md-6 {
    margin-bottom: 6px !important;
  }

  .mb-md-7 {
    margin-bottom: 7px !important;
  }

  .mb-md-8 {
    margin-bottom: 8px !important;
  }

  .mb-md-9 {
    margin-bottom: 9px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .mb-md-15 {
    margin-bottom: 15px !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .mb-md-25 {
    margin-bottom: 25px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .mb-md-35 {
    margin-bottom: 35px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .mb-md-45 {
    margin-bottom: 45px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .mb-md-110 {
    margin-bottom: 110px !important;
  }

  .mb-md-120 {
    margin-bottom: 120px !important;
  }

  .mb-md-130 {
    margin-bottom: 130px !important;
  }

  .mb-md-140 {
    margin-bottom: 140px !important;
  }

  .mb-md-150 {
    margin-bottom: 150px !important;
  }

  .mb-md-160 {
    margin-bottom: 160px !important;
  }

  .mb-md-170 {
    margin-bottom: 170px !important;
  }

  .mb-md-180 {
    margin-bottom: 180px !important;
  }

  .mb-md-190 {
    margin-bottom: 190px !important;
  }

  .mb-md-200 {
    margin-bottom: 200px !important;
  }

  /* End negative-margin-bottom */
  /* START negative-margin-start */
  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-p10 {
    margin-left: 10% !important;
  }

  .ms-md-p20 {
    margin-left: 20% !important;
  }

  .ms-md-p25 {
    margin-left: 25% !important;
  }

  .ms-md-p30 {
    margin-left: 30% !important;
  }

  .ms-md-p40 {
    margin-left: 40% !important;
  }

  .ms-md-p50 {
    margin-left: 50% !important;
  }

  .ms-md-p60 {
    margin-left: 60% !important;
  }

  .ms-md-p70 {
    margin-left: 70% !important;
  }

  .ms-md-p75 {
    margin-left: 75% !important;
  }

  .ms-md-p80 {
    margin-left: 80% !important;
  }

  .ms-md-p90 {
    margin-left: 90% !important;
  }

  .ms-md-p100 {
    margin-left: 100% !important;
  }

  .ms-md-1 {
    margin-left: 1px !important;
  }

  .ms-md-2 {
    margin-left: 2px !important;
  }

  .ms-md-3 {
    margin-left: 3px !important;
  }

  .ms-md-4 {
    margin-left: 4px !important;
  }

  .ms-md-5 {
    margin-left: 5px !important;
  }

  .ms-md-6 {
    margin-left: 6px !important;
  }

  .ms-md-7 {
    margin-left: 7px !important;
  }

  .ms-md-8 {
    margin-left: 8px !important;
  }

  .ms-md-9 {
    margin-left: 9px !important;
  }

  .ms-md-10 {
    margin-left: 10px !important;
  }

  .ms-md-15 {
    margin-left: 15px !important;
  }

  .ms-md-20 {
    margin-left: 20px !important;
  }

  .ms-md-25 {
    margin-left: 25px !important;
  }

  .ms-md-30 {
    margin-left: 30px !important;
  }

  .ms-md-35 {
    margin-left: 35px !important;
  }

  .ms-md-40 {
    margin-left: 40px !important;
  }

  .ms-md-45 {
    margin-left: 45px !important;
  }

  .ms-md-50 {
    margin-left: 50px !important;
  }

  .ms-md-60 {
    margin-left: 60px !important;
  }

  .ms-md-70 {
    margin-left: 70px !important;
  }

  .ms-md-80 {
    margin-left: 80px !important;
  }

  .ms-md-90 {
    margin-left: 90px !important;
  }

  .ms-md-100 {
    margin-left: 100px !important;
  }

  .ms-md-110 {
    margin-left: 110px !important;
  }

  .ms-md-120 {
    margin-left: 120px !important;
  }

  .ms-md-130 {
    margin-left: 130px !important;
  }

  .ms-md-140 {
    margin-left: 140px !important;
  }

  .ms-md-150 {
    margin-left: 150px !important;
  }

  .ms-md-160 {
    margin-left: 160px !important;
  }

  .ms-md-170 {
    margin-left: 170px !important;
  }

  .ms-md-180 {
    margin-left: 180px !important;
  }

  .ms-md-190 {
    margin-left: 190px !important;
  }

  .ms-md-200 {
    margin-left: 200px !important;
  }

  /* End negative-margin-start */
  /* START padding */
  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-p10 {
    padding: 10% !important;
  }

  .p-md-p20 {
    padding: 20% !important;
  }

  .p-md-p25 {
    padding: 25% !important;
  }

  .p-md-p30 {
    padding: 30% !important;
  }

  .p-md-p40 {
    padding: 40% !important;
  }

  .p-md-p50 {
    padding: 50% !important;
  }

  .p-md-p60 {
    padding: 60% !important;
  }

  .p-md-p70 {
    padding: 70% !important;
  }

  .p-md-p75 {
    padding: 75% !important;
  }

  .p-md-p80 {
    padding: 80% !important;
  }

  .p-md-p90 {
    padding: 90% !important;
  }

  .p-md-p100 {
    padding: 100% !important;
  }

  .p-md-1 {
    padding: 1px !important;
  }

  .p-md-2 {
    padding: 2px !important;
  }

  .p-md-3 {
    padding: 3px !important;
  }

  .p-md-4 {
    padding: 4px !important;
  }

  .p-md-5 {
    padding: 5px !important;
  }

  .p-md-6 {
    padding: 6px !important;
  }

  .p-md-7 {
    padding: 7px !important;
  }

  .p-md-8 {
    padding: 8px !important;
  }

  .p-md-9 {
    padding: 9px !important;
  }

  .p-md-10 {
    padding: 10px !important;
  }

  .p-md-15 {
    padding: 15px !important;
  }

  .p-md-20 {
    padding: 20px !important;
  }

  .p-md-25 {
    padding: 25px !important;
  }

  .p-md-30 {
    padding: 30px !important;
  }

  .p-md-35 {
    padding: 35px !important;
  }

  .p-md-40 {
    padding: 40px !important;
  }

  .p-md-45 {
    padding: 45px !important;
  }

  .p-md-50 {
    padding: 50px !important;
  }

  .p-md-60 {
    padding: 60px !important;
  }

  .p-md-70 {
    padding: 70px !important;
  }

  .p-md-80 {
    padding: 80px !important;
  }

  .p-md-90 {
    padding: 90px !important;
  }

  .p-md-100 {
    padding: 100px !important;
  }

  .p-md-110 {
    padding: 110px !important;
  }

  .p-md-120 {
    padding: 120px !important;
  }

  .p-md-130 {
    padding: 130px !important;
  }

  .p-md-140 {
    padding: 140px !important;
  }

  .p-md-150 {
    padding: 150px !important;
  }

  .p-md-160 {
    padding: 160px !important;
  }

  .p-md-170 {
    padding: 170px !important;
  }

  .p-md-180 {
    padding: 180px !important;
  }

  .p-md-190 {
    padding: 190px !important;
  }

  .p-md-200 {
    padding: 200px !important;
  }

  /* End padding */
  /* START padding-x */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-p10 {
    padding-right: 10% !important;
    padding-left: 10% !important;
  }

  .px-md-p20 {
    padding-right: 20% !important;
    padding-left: 20% !important;
  }

  .px-md-p25 {
    padding-right: 25% !important;
    padding-left: 25% !important;
  }

  .px-md-p30 {
    padding-right: 30% !important;
    padding-left: 30% !important;
  }

  .px-md-p40 {
    padding-right: 40% !important;
    padding-left: 40% !important;
  }

  .px-md-p50 {
    padding-right: 50% !important;
    padding-left: 50% !important;
  }

  .px-md-p60 {
    padding-right: 60% !important;
    padding-left: 60% !important;
  }

  .px-md-p70 {
    padding-right: 70% !important;
    padding-left: 70% !important;
  }

  .px-md-p75 {
    padding-right: 75% !important;
    padding-left: 75% !important;
  }

  .px-md-p80 {
    padding-right: 80% !important;
    padding-left: 80% !important;
  }

  .px-md-p90 {
    padding-right: 90% !important;
    padding-left: 90% !important;
  }

  .px-md-p100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }

  .px-md-1 {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }

  .px-md-2 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  .px-md-3 {
    padding-right: 3px !important;
    padding-left: 3px !important;
  }

  .px-md-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .px-md-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-md-6 {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }

  .px-md-7 {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }

  .px-md-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .px-md-9 {
    padding-right: 9px !important;
    padding-left: 9px !important;
  }

  .px-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-md-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-md-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-md-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-md-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-md-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-md-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-md-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .px-md-110 {
    padding-right: 110px !important;
    padding-left: 110px !important;
  }

  .px-md-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .px-md-130 {
    padding-right: 130px !important;
    padding-left: 130px !important;
  }

  .px-md-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }

  .px-md-150 {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }

  .px-md-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }

  .px-md-170 {
    padding-right: 170px !important;
    padding-left: 170px !important;
  }

  .px-md-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }

  .px-md-190 {
    padding-right: 190px !important;
    padding-left: 190px !important;
  }

  .px-md-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  /* End padding-x */
  /* START padding-y */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-p10 {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }

  .py-md-p20 {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }

  .py-md-p25 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .py-md-p30 {
    padding-top: 30% !important;
    padding-bottom: 30% !important;
  }

  .py-md-p40 {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }

  .py-md-p50 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .py-md-p60 {
    padding-top: 60% !important;
    padding-bottom: 60% !important;
  }

  .py-md-p70 {
    padding-top: 70% !important;
    padding-bottom: 70% !important;
  }

  .py-md-p75 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .py-md-p80 {
    padding-top: 80% !important;
    padding-bottom: 80% !important;
  }

  .py-md-p90 {
    padding-top: 90% !important;
    padding-bottom: 90% !important;
  }

  .py-md-p100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }

  .py-md-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .py-md-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .py-md-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .py-md-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-md-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .py-md-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .py-md-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .py-md-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }

  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .py-md-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .py-md-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .py-md-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .py-md-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .py-md-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .py-md-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .py-md-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  /* End padding-y */
  /* START padding-top */
  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-p10 {
    padding-top: 10% !important;
  }

  .pt-md-p20 {
    padding-top: 20% !important;
  }

  .pt-md-p25 {
    padding-top: 25% !important;
  }

  .pt-md-p30 {
    padding-top: 30% !important;
  }

  .pt-md-p40 {
    padding-top: 40% !important;
  }

  .pt-md-p50 {
    padding-top: 50% !important;
  }

  .pt-md-p60 {
    padding-top: 60% !important;
  }

  .pt-md-p70 {
    padding-top: 70% !important;
  }

  .pt-md-p75 {
    padding-top: 75% !important;
  }

  .pt-md-p80 {
    padding-top: 80% !important;
  }

  .pt-md-p90 {
    padding-top: 90% !important;
  }

  .pt-md-p100 {
    padding-top: 100% !important;
  }

  .pt-md-1 {
    padding-top: 1px !important;
  }

  .pt-md-2 {
    padding-top: 2px !important;
  }

  .pt-md-3 {
    padding-top: 3px !important;
  }

  .pt-md-4 {
    padding-top: 4px !important;
  }

  .pt-md-5 {
    padding-top: 5px !important;
  }

  .pt-md-6 {
    padding-top: 6px !important;
  }

  .pt-md-7 {
    padding-top: 7px !important;
  }

  .pt-md-8 {
    padding-top: 8px !important;
  }

  .pt-md-9 {
    padding-top: 9px !important;
  }

  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pt-md-15 {
    padding-top: 15px !important;
  }

  .pt-md-20 {
    padding-top: 20px !important;
  }

  .pt-md-25 {
    padding-top: 25px !important;
  }

  .pt-md-30 {
    padding-top: 30px !important;
  }

  .pt-md-35 {
    padding-top: 35px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pt-md-45 {
    padding-top: 45px !important;
  }

  .pt-md-50 {
    padding-top: 50px !important;
  }

  .pt-md-60 {
    padding-top: 60px !important;
  }

  .pt-md-70 {
    padding-top: 70px !important;
  }

  .pt-md-80 {
    padding-top: 80px !important;
  }

  .pt-md-90 {
    padding-top: 90px !important;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pt-md-110 {
    padding-top: 110px !important;
  }

  .pt-md-120 {
    padding-top: 120px !important;
  }

  .pt-md-130 {
    padding-top: 130px !important;
  }

  .pt-md-140 {
    padding-top: 140px !important;
  }

  .pt-md-150 {
    padding-top: 150px !important;
  }

  .pt-md-160 {
    padding-top: 160px !important;
  }

  .pt-md-170 {
    padding-top: 170px !important;
  }

  .pt-md-180 {
    padding-top: 180px !important;
  }

  .pt-md-190 {
    padding-top: 190px !important;
  }

  .pt-md-200 {
    padding-top: 200px !important;
  }

  /* End padding-top */
  /* START padding-end */
  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-p10 {
    padding-right: 10% !important;
  }

  .pe-md-p20 {
    padding-right: 20% !important;
  }

  .pe-md-p25 {
    padding-right: 25% !important;
  }

  .pe-md-p30 {
    padding-right: 30% !important;
  }

  .pe-md-p40 {
    padding-right: 40% !important;
  }

  .pe-md-p50 {
    padding-right: 50% !important;
  }

  .pe-md-p60 {
    padding-right: 60% !important;
  }

  .pe-md-p70 {
    padding-right: 70% !important;
  }

  .pe-md-p75 {
    padding-right: 75% !important;
  }

  .pe-md-p80 {
    padding-right: 80% !important;
  }

  .pe-md-p90 {
    padding-right: 90% !important;
  }

  .pe-md-p100 {
    padding-right: 100% !important;
  }

  .pe-md-1 {
    padding-right: 1px !important;
  }

  .pe-md-2 {
    padding-right: 2px !important;
  }

  .pe-md-3 {
    padding-right: 3px !important;
  }

  .pe-md-4 {
    padding-right: 4px !important;
  }

  .pe-md-5 {
    padding-right: 5px !important;
  }

  .pe-md-6 {
    padding-right: 6px !important;
  }

  .pe-md-7 {
    padding-right: 7px !important;
  }

  .pe-md-8 {
    padding-right: 8px !important;
  }

  .pe-md-9 {
    padding-right: 9px !important;
  }

  .pe-md-10 {
    padding-right: 10px !important;
  }

  .pe-md-15 {
    padding-right: 15px !important;
  }

  .pe-md-20 {
    padding-right: 20px !important;
  }

  .pe-md-25 {
    padding-right: 25px !important;
  }

  .pe-md-30 {
    padding-right: 30px !important;
  }

  .pe-md-35 {
    padding-right: 35px !important;
  }

  .pe-md-40 {
    padding-right: 40px !important;
  }

  .pe-md-45 {
    padding-right: 45px !important;
  }

  .pe-md-50 {
    padding-right: 50px !important;
  }

  .pe-md-60 {
    padding-right: 60px !important;
  }

  .pe-md-70 {
    padding-right: 70px !important;
  }

  .pe-md-80 {
    padding-right: 80px !important;
  }

  .pe-md-90 {
    padding-right: 90px !important;
  }

  .pe-md-100 {
    padding-right: 100px !important;
  }

  .pe-md-110 {
    padding-right: 110px !important;
  }

  .pe-md-120 {
    padding-right: 120px !important;
  }

  .pe-md-130 {
    padding-right: 130px !important;
  }

  .pe-md-140 {
    padding-right: 140px !important;
  }

  .pe-md-150 {
    padding-right: 150px !important;
  }

  .pe-md-160 {
    padding-right: 160px !important;
  }

  .pe-md-170 {
    padding-right: 170px !important;
  }

  .pe-md-180 {
    padding-right: 180px !important;
  }

  .pe-md-190 {
    padding-right: 190px !important;
  }

  .pe-md-200 {
    padding-right: 200px !important;
  }

  /* End padding-end */
  /* START padding-bottom */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-p10 {
    padding-bottom: 10% !important;
  }

  .pb-md-p20 {
    padding-bottom: 20% !important;
  }

  .pb-md-p25 {
    padding-bottom: 25% !important;
  }

  .pb-md-p30 {
    padding-bottom: 30% !important;
  }

  .pb-md-p40 {
    padding-bottom: 40% !important;
  }

  .pb-md-p50 {
    padding-bottom: 50% !important;
  }

  .pb-md-p60 {
    padding-bottom: 60% !important;
  }

  .pb-md-p70 {
    padding-bottom: 70% !important;
  }

  .pb-md-p75 {
    padding-bottom: 75% !important;
  }

  .pb-md-p80 {
    padding-bottom: 80% !important;
  }

  .pb-md-p90 {
    padding-bottom: 90% !important;
  }

  .pb-md-p100 {
    padding-bottom: 100% !important;
  }

  .pb-md-1 {
    padding-bottom: 1px !important;
  }

  .pb-md-2 {
    padding-bottom: 2px !important;
  }

  .pb-md-3 {
    padding-bottom: 3px !important;
  }

  .pb-md-4 {
    padding-bottom: 4px !important;
  }

  .pb-md-5 {
    padding-bottom: 5px !important;
  }

  .pb-md-6 {
    padding-bottom: 6px !important;
  }

  .pb-md-7 {
    padding-bottom: 7px !important;
  }

  .pb-md-8 {
    padding-bottom: 8px !important;
  }

  .pb-md-9 {
    padding-bottom: 9px !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .pb-md-15 {
    padding-bottom: 15px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .pb-md-25 {
    padding-bottom: 25px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .pb-md-35 {
    padding-bottom: 35px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .pb-md-45 {
    padding-bottom: 45px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .pb-md-90 {
    padding-bottom: 90px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .pb-md-110 {
    padding-bottom: 110px !important;
  }

  .pb-md-120 {
    padding-bottom: 120px !important;
  }

  .pb-md-130 {
    padding-bottom: 130px !important;
  }

  .pb-md-140 {
    padding-bottom: 140px !important;
  }

  .pb-md-150 {
    padding-bottom: 150px !important;
  }

  .pb-md-160 {
    padding-bottom: 160px !important;
  }

  .pb-md-170 {
    padding-bottom: 170px !important;
  }

  .pb-md-180 {
    padding-bottom: 180px !important;
  }

  .pb-md-190 {
    padding-bottom: 190px !important;
  }

  .pb-md-200 {
    padding-bottom: 200px !important;
  }

  /* End padding-bottom */
  /* START padding-start */
  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-p10 {
    padding-left: 10% !important;
  }

  .ps-md-p20 {
    padding-left: 20% !important;
  }

  .ps-md-p25 {
    padding-left: 25% !important;
  }

  .ps-md-p30 {
    padding-left: 30% !important;
  }

  .ps-md-p40 {
    padding-left: 40% !important;
  }

  .ps-md-p50 {
    padding-left: 50% !important;
  }

  .ps-md-p60 {
    padding-left: 60% !important;
  }

  .ps-md-p70 {
    padding-left: 70% !important;
  }

  .ps-md-p75 {
    padding-left: 75% !important;
  }

  .ps-md-p80 {
    padding-left: 80% !important;
  }

  .ps-md-p90 {
    padding-left: 90% !important;
  }

  .ps-md-p100 {
    padding-left: 100% !important;
  }

  .ps-md-1 {
    padding-left: 1px !important;
  }

  .ps-md-2 {
    padding-left: 2px !important;
  }

  .ps-md-3 {
    padding-left: 3px !important;
  }

  .ps-md-4 {
    padding-left: 4px !important;
  }

  .ps-md-5 {
    padding-left: 5px !important;
  }

  .ps-md-6 {
    padding-left: 6px !important;
  }

  .ps-md-7 {
    padding-left: 7px !important;
  }

  .ps-md-8 {
    padding-left: 8px !important;
  }

  .ps-md-9 {
    padding-left: 9px !important;
  }

  .ps-md-10 {
    padding-left: 10px !important;
  }

  .ps-md-15 {
    padding-left: 15px !important;
  }

  .ps-md-20 {
    padding-left: 20px !important;
  }

  .ps-md-25 {
    padding-left: 25px !important;
  }

  .ps-md-30 {
    padding-left: 30px !important;
  }

  .ps-md-35 {
    padding-left: 35px !important;
  }

  .ps-md-40 {
    padding-left: 40px !important;
  }

  .ps-md-45 {
    padding-left: 45px !important;
  }

  .ps-md-50 {
    padding-left: 50px !important;
  }

  .ps-md-60 {
    padding-left: 60px !important;
  }

  .ps-md-70 {
    padding-left: 70px !important;
  }

  .ps-md-80 {
    padding-left: 80px !important;
  }

  .ps-md-90 {
    padding-left: 90px !important;
  }

  .ps-md-100 {
    padding-left: 100px !important;
  }

  .ps-md-110 {
    padding-left: 110px !important;
  }

  .ps-md-120 {
    padding-left: 120px !important;
  }

  .ps-md-130 {
    padding-left: 130px !important;
  }

  .ps-md-140 {
    padding-left: 140px !important;
  }

  .ps-md-150 {
    padding-left: 150px !important;
  }

  .ps-md-160 {
    padding-left: 160px !important;
  }

  .ps-md-170 {
    padding-left: 170px !important;
  }

  .ps-md-180 {
    padding-left: 180px !important;
  }

  .ps-md-190 {
    padding-left: 190px !important;
  }

  .ps-md-200 {
    padding-left: 200px !important;
  }

  /* End padding-start */
  /* START font-size */
  .fs-md-h1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-md-h2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-md-h3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-md-h4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-md-h5 {
    font-size: 1.25rem !important;
  }

  .fs-md-h6 {
    font-size: 1rem !important;
  }

  .fs-md-p {
    font-size: 1rem !important;
  }

  .fs-md-xsmall {
    font-size: 0.75rem !important;
  }

  .fs-md-small {
    font-size: 1rem !important;
  }

  .fs-md-medium {
    font-size: 1.25rem !important;
  }

  .fs-md-large {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-md-xlarge {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }

  .fs-md-xxlarge {
    font-size: calc(1.35rem + 1.2vw) !important;
  }

  .fs-md-40 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-md-45 {
    font-size: calc(1.40625rem + 1.875vw) !important;
  }

  .fs-md-50 {
    font-size: calc(1.4375rem + 2.25vw) !important;
  }

  .fs-md-60 {
    font-size: calc(1.5rem + 3vw) !important;
  }

  .fs-md-70 {
    font-size: calc(1.5625rem + 3.75vw) !important;
  }

  .fs-md-80 {
    font-size: calc(1.625rem + 4.5vw) !important;
  }

  /* End font-size */
  /* START text-align */
  .ta-md-start {
    text-align: left !important;
  }

  .ta-md-end {
    text-align: right !important;
  }

  .ta-md-center {
    text-align: center !important;
  }

  /* End text-align */
  /* START flex */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  /* End flex */
  /* START flex-direction */
  .flex-direction-md-row {
    flex-direction: row !important;
  }

  .flex-direction-md-column {
    flex-direction: column !important;
  }

  .flex-direction-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-direction-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* End flex-direction */
  /* START flex-grow */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  /* End flex-grow */
  /* START flex-shrink */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* End flex-shrink */
  /* START flex-wrap */
  .flex-wrap-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-wrap-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-wrap-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* End flex-wrap */
  /* START gap */
  .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;
  }

  /* End gap */
  /* START justify-content */
  .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;
  }

  /* End justify-content */
  /* START align-items */
  .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;
  }

  /* End align-items */
  /* START align-content */
  .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;
  }

  /* End align-content */
  /* START align-self */
  .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;
  }

  /* End align-self */
  /* START order */
  .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;
  }

  /* End order */
  /* START no-border */
  .b-0-md {
    border: 0 !important;
  }

  /* End no-border */
  /* START no-border top */
  .b-0-top-md {
    border: 0 !important;
  }

  /* End no-border top */
  /* START no-border right */
  .b-0-end-md {
    border-right: 0 !important;
  }

  /* End no-border right */
  /* START no-border bottom */
  .b-0-bottom-md {
    border-bottom: 0 !important;
  }

  /* End no-border bottom */
  /* START no-border start */
  .b-0-left-md {
    border-bottom: 0 !important;
  }

  /* End no-border start */
  /* START border */
  .b-all-md {
    border: 1px solid var(--bs-border-color) !important;
  }

  .b-all-md-0 {
    border: 0 !important;
  }

  /* End border */
  /* START border-color */
  .b-c-md-theme {
    border-color: var(--bs-theme) !important;
  }

  .b-c-md-accent {
    border-color: var(--bs-accent) !important;
  }

  .b-c-md-primary {
    border-color: var(--bs-primary) !important;
  }

  .b-c-md-secondary {
    border-color: var(--bs-secondary) !important;
  }

  .b-c-md-tertiary {
    border-color: var(--bs-tertiary) !important;
  }

  .b-c-md-success {
    border-color: var(--bs-success) !important;
  }

  .b-c-md-info {
    border-color: var(--bs-info) !important;
  }

  .b-c-md-warning {
    border-color: var(--bs-warning) !important;
  }

  .b-c-md-danger {
    border-color: var(--bs-danger) !important;
  }

  .b-c-md-light {
    border-color: var(--bs-light) !important;
  }

  .b-c-md-dark {
    border-color: var(--bs-dark) !important;
  }

  .b-c-md-white {
    border-color: var(--bs-white) !important;
  }

  .b-c-md-black {
    border-color: var(--bs-black) !important;
  }

  /* End border-color */
  /* START border-top */
  .b-top-md {
    border-top: 1px solid var(--bs-border-color) !important;
  }

  .b-top-md-0 {
    border-top: 0 !important;
  }

  /* End border-top */
  /* START border-end */
  .b-end-md {
    border-right: 1px solid var(--bs-border-color) !important;
  }

  .b-end-md-0 {
    border-right: 0 !important;
  }

  /* End border-end */
  /* START border-bottom */
  .b-bottom-md {
    border-bottom: 1px solid var(--bs-border-color) !important;
  }

  .b-bottom-md-0 {
    border-bottom: 0 !important;
  }

  /* End border-bottom */
  /* START border-start */
  .b-start-md {
    border-left: 1px solid var(--bs-border-color) !important;
  }

  .b-start-md-0 {
    border-left: 0 !important;
  }

  /* End border-start */
  /* START border-width */
  .b-w-md-1 {
    border-width: 1px !important;
  }

  .b-w-md-2 {
    border-width: 2px !important;
  }

  .b-w-md-3 {
    border-width: 3px !important;
  }

  .b-w-md-4 {
    border-width: 4px !important;
  }

  .b-w-md-5 {
    border-width: 5px !important;
  }

  /* End border-width */
  /* START rounded */
  .rounded-md {
    border-radius: 0.25rem !important;
  }

  .rounded-md-0 {
    border-radius: 0 !important;
  }

  .rounded-md-1 {
    border-radius: 0.2rem !important;
  }

  .rounded-md-2 {
    border-radius: 0.25rem !important;
  }

  .rounded-md-3 {
    border-radius: 0.3rem !important;
  }

  .rounded-md-circle {
    border-radius: 50% !important;
  }

  .rounded-md-pill {
    border-radius: 50rem !important;
  }

  /* End rounded */
  /* START rounded-top */
  .rounded-top-md {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  /* End rounded-top */
  /* START rounded-end */
  .rounded-end-md {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  /* End rounded-end */
  /* START rounded-bottom */
  .rounded-bottom-md {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  /* End rounded-bottom */
  /* START rounded-start */
  .rounded-start-md {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }

  /* End rounded-start */
  /* START float */
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  /* End float */
  /* START display */
  .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;
  }

  /* End display */
  /* START width */
  .w-md-0 {
    width: 0 !important;
  }

  .w-md-p10 {
    width: 10% !important;
  }

  .w-md-p20 {
    width: 20% !important;
  }

  .w-md-p25 {
    width: 25% !important;
  }

  .w-md-p30 {
    width: 30% !important;
  }

  .w-md-p40 {
    width: 40% !important;
  }

  .w-md-p50 {
    width: 50% !important;
  }

  .w-md-p60 {
    width: 60% !important;
  }

  .w-md-p70 {
    width: 70% !important;
  }

  .w-md-p75 {
    width: 75% !important;
  }

  .w-md-p80 {
    width: 80% !important;
  }

  .w-md-p90 {
    width: 90% !important;
  }

  .w-md-p100 {
    width: 100% !important;
  }

  .w-md-v25 {
    width: 25vh !important;
  }

  .w-md-v50 {
    width: 50vh !important;
  }

  .w-md-v75 {
    width: 75vh !important;
  }

  .w-md-v100 {
    width: 100vh !important;
  }

  .w-md-5 {
    width: 5px !important;
  }

  .w-md-10 {
    width: 10px !important;
  }

  .w-md-15 {
    width: 15px !important;
  }

  .w-md-20 {
    width: 20px !important;
  }

  .w-md-25 {
    width: 25px !important;
  }

  .w-md-30 {
    width: 30px !important;
  }

  .w-md-35 {
    width: 35px !important;
  }

  .w-md-40 {
    width: 40px !important;
  }

  .w-md-45 {
    width: 45px !important;
  }

  .w-md-50 {
    width: 50px !important;
  }

  .w-md-55 {
    width: 55px !important;
  }

  .w-md-60 {
    width: 60px !important;
  }

  .w-md-65 {
    width: 65px !important;
  }

  .w-md-70 {
    width: 70px !important;
  }

  .w-md-75 {
    width: 75px !important;
  }

  .w-md-80 {
    width: 80px !important;
  }

  .w-md-85 {
    width: 85px !important;
  }

  .w-md-90 {
    width: 90px !important;
  }

  .w-md-95 {
    width: 95px !important;
  }

  .w-md-100 {
    width: 100px !important;
  }

  .w-md-120 {
    width: 120px !important;
  }

  .w-md-140 {
    width: 140px !important;
  }

  .w-md-160 {
    width: 160px !important;
  }

  .w-md-180 {
    width: 180px !important;
  }

  .w-md-200 {
    width: 200px !important;
  }

  .w-md-220 {
    width: 220px !important;
  }

  .w-md-240 {
    width: 240px !important;
  }

  .w-md-260 {
    width: 260px !important;
  }

  .w-md-280 {
    width: 280px !important;
  }

  .w-md-300 {
    width: 300px !important;
  }

  .w-md-350 {
    width: 350px !important;
  }

  .w-md-400 {
    width: 400px !important;
  }

  .w-md-450 {
    width: 450px !important;
  }

  .w-md-500 {
    width: 500px !important;
  }

  .w-md-550 {
    width: 550px !important;
  }

  .w-md-600 {
    width: 600px !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .w-md-unset {
    width: unset !important;
  }

  /* End width */
  /* START max-width */
  .maxw-md-0 {
    max-width: 0 !important;
  }

  .maxw-md-p10 {
    max-width: 10% !important;
  }

  .maxw-md-p20 {
    max-width: 20% !important;
  }

  .maxw-md-p25 {
    max-width: 25% !important;
  }

  .maxw-md-p30 {
    max-width: 30% !important;
  }

  .maxw-md-p40 {
    max-width: 40% !important;
  }

  .maxw-md-p50 {
    max-width: 50% !important;
  }

  .maxw-md-p60 {
    max-width: 60% !important;
  }

  .maxw-md-p70 {
    max-width: 70% !important;
  }

  .maxw-md-p75 {
    max-width: 75% !important;
  }

  .maxw-md-p80 {
    max-width: 80% !important;
  }

  .maxw-md-p90 {
    max-width: 90% !important;
  }

  .maxw-md-p100 {
    max-width: 100% !important;
  }

  .maxw-md-v25 {
    max-width: 25vh !important;
  }

  .maxw-md-v50 {
    max-width: 50vh !important;
  }

  .maxw-md-v75 {
    max-width: 75vh !important;
  }

  .maxw-md-v100 {
    max-width: 100vh !important;
  }

  .maxw-md-5 {
    max-width: 5px !important;
  }

  .maxw-md-10 {
    max-width: 10px !important;
  }

  .maxw-md-15 {
    max-width: 15px !important;
  }

  .maxw-md-20 {
    max-width: 20px !important;
  }

  .maxw-md-25 {
    max-width: 25px !important;
  }

  .maxw-md-30 {
    max-width: 30px !important;
  }

  .maxw-md-35 {
    max-width: 35px !important;
  }

  .maxw-md-40 {
    max-width: 40px !important;
  }

  .maxw-md-45 {
    max-width: 45px !important;
  }

  .maxw-md-50 {
    max-width: 50px !important;
  }

  .maxw-md-55 {
    max-width: 55px !important;
  }

  .maxw-md-60 {
    max-width: 60px !important;
  }

  .maxw-md-65 {
    max-width: 65px !important;
  }

  .maxw-md-70 {
    max-width: 70px !important;
  }

  .maxw-md-75 {
    max-width: 75px !important;
  }

  .maxw-md-80 {
    max-width: 80px !important;
  }

  .maxw-md-85 {
    max-width: 85px !important;
  }

  .maxw-md-90 {
    max-width: 90px !important;
  }

  .maxw-md-95 {
    max-width: 95px !important;
  }

  .maxw-md-100 {
    max-width: 100px !important;
  }

  .maxw-md-120 {
    max-width: 120px !important;
  }

  .maxw-md-140 {
    max-width: 140px !important;
  }

  .maxw-md-160 {
    max-width: 160px !important;
  }

  .maxw-md-180 {
    max-width: 180px !important;
  }

  .maxw-md-200 {
    max-width: 200px !important;
  }

  .maxw-md-220 {
    max-width: 220px !important;
  }

  .maxw-md-240 {
    max-width: 240px !important;
  }

  .maxw-md-260 {
    max-width: 260px !important;
  }

  .maxw-md-280 {
    max-width: 280px !important;
  }

  .maxw-md-300 {
    max-width: 300px !important;
  }

  .maxw-md-350 {
    max-width: 350px !important;
  }

  .maxw-md-400 {
    max-width: 400px !important;
  }

  .maxw-md-450 {
    max-width: 450px !important;
  }

  .maxw-md-500 {
    max-width: 500px !important;
  }

  .maxw-md-550 {
    max-width: 550px !important;
  }

  .maxw-md-600 {
    max-width: 600px !important;
  }

  .maxw-md-auto {
    max-width: auto !important;
  }

  .maxw-md-unset {
    max-width: unset !important;
  }

  /* End max-width */
  /* START min-width */
  .minw-md-0 {
    min-width: 0 !important;
  }

  .minw-md-p10 {
    min-width: 10% !important;
  }

  .minw-md-p20 {
    min-width: 20% !important;
  }

  .minw-md-p25 {
    min-width: 25% !important;
  }

  .minw-md-p30 {
    min-width: 30% !important;
  }

  .minw-md-p40 {
    min-width: 40% !important;
  }

  .minw-md-p50 {
    min-width: 50% !important;
  }

  .minw-md-p60 {
    min-width: 60% !important;
  }

  .minw-md-p70 {
    min-width: 70% !important;
  }

  .minw-md-p75 {
    min-width: 75% !important;
  }

  .minw-md-p80 {
    min-width: 80% !important;
  }

  .minw-md-p90 {
    min-width: 90% !important;
  }

  .minw-md-p100 {
    min-width: 100% !important;
  }

  .minw-md-v25 {
    min-width: 25vh !important;
  }

  .minw-md-v50 {
    min-width: 50vh !important;
  }

  .minw-md-v75 {
    min-width: 75vh !important;
  }

  .minw-md-v100 {
    min-width: 100vh !important;
  }

  .minw-md-5 {
    min-width: 5px !important;
  }

  .minw-md-10 {
    min-width: 10px !important;
  }

  .minw-md-15 {
    min-width: 15px !important;
  }

  .minw-md-20 {
    min-width: 20px !important;
  }

  .minw-md-25 {
    min-width: 25px !important;
  }

  .minw-md-30 {
    min-width: 30px !important;
  }

  .minw-md-35 {
    min-width: 35px !important;
  }

  .minw-md-40 {
    min-width: 40px !important;
  }

  .minw-md-45 {
    min-width: 45px !important;
  }

  .minw-md-50 {
    min-width: 50px !important;
  }

  .minw-md-55 {
    min-width: 55px !important;
  }

  .minw-md-60 {
    min-width: 60px !important;
  }

  .minw-md-65 {
    min-width: 65px !important;
  }

  .minw-md-70 {
    min-width: 70px !important;
  }

  .minw-md-75 {
    min-width: 75px !important;
  }

  .minw-md-80 {
    min-width: 80px !important;
  }

  .minw-md-85 {
    min-width: 85px !important;
  }

  .minw-md-90 {
    min-width: 90px !important;
  }

  .minw-md-95 {
    min-width: 95px !important;
  }

  .minw-md-100 {
    min-width: 100px !important;
  }

  .minw-md-120 {
    min-width: 120px !important;
  }

  .minw-md-140 {
    min-width: 140px !important;
  }

  .minw-md-160 {
    min-width: 160px !important;
  }

  .minw-md-180 {
    min-width: 180px !important;
  }

  .minw-md-200 {
    min-width: 200px !important;
  }

  .minw-md-220 {
    min-width: 220px !important;
  }

  .minw-md-240 {
    min-width: 240px !important;
  }

  .minw-md-260 {
    min-width: 260px !important;
  }

  .minw-md-280 {
    min-width: 280px !important;
  }

  .minw-md-300 {
    min-width: 300px !important;
  }

  .minw-md-350 {
    min-width: 350px !important;
  }

  .minw-md-400 {
    min-width: 400px !important;
  }

  .minw-md-450 {
    min-width: 450px !important;
  }

  .minw-md-500 {
    min-width: 500px !important;
  }

  .minw-md-550 {
    min-width: 550px !important;
  }

  .minw-md-600 {
    min-width: 600px !important;
  }

  .minw-md-auto {
    min-width: auto !important;
  }

  .minw-md-unset {
    min-width: unset !important;
  }

  /* End min-width */
  /* START height */
  .h-md-0 {
    height: 0 !important;
  }

  .h-md-p10 {
    height: 10% !important;
  }

  .h-md-p20 {
    height: 20% !important;
  }

  .h-md-p25 {
    height: 25% !important;
  }

  .h-md-p30 {
    height: 30% !important;
  }

  .h-md-p40 {
    height: 40% !important;
  }

  .h-md-p50 {
    height: 50% !important;
  }

  .h-md-p60 {
    height: 60% !important;
  }

  .h-md-p70 {
    height: 70% !important;
  }

  .h-md-p75 {
    height: 75% !important;
  }

  .h-md-p80 {
    height: 80% !important;
  }

  .h-md-p90 {
    height: 90% !important;
  }

  .h-md-p100 {
    height: 100% !important;
  }

  .h-md-v25 {
    height: 25vh !important;
  }

  .h-md-v50 {
    height: 50vh !important;
  }

  .h-md-v75 {
    height: 75vh !important;
  }

  .h-md-v100 {
    height: 100vh !important;
  }

  .h-md-5 {
    height: 5px !important;
  }

  .h-md-10 {
    height: 10px !important;
  }

  .h-md-15 {
    height: 15px !important;
  }

  .h-md-20 {
    height: 20px !important;
  }

  .h-md-25 {
    height: 25px !important;
  }

  .h-md-30 {
    height: 30px !important;
  }

  .h-md-35 {
    height: 35px !important;
  }

  .h-md-40 {
    height: 40px !important;
  }

  .h-md-45 {
    height: 45px !important;
  }

  .h-md-50 {
    height: 50px !important;
  }

  .h-md-55 {
    height: 55px !important;
  }

  .h-md-60 {
    height: 60px !important;
  }

  .h-md-65 {
    height: 65px !important;
  }

  .h-md-70 {
    height: 70px !important;
  }

  .h-md-75 {
    height: 75px !important;
  }

  .h-md-80 {
    height: 80px !important;
  }

  .h-md-85 {
    height: 85px !important;
  }

  .h-md-90 {
    height: 90px !important;
  }

  .h-md-95 {
    height: 95px !important;
  }

  .h-md-100 {
    height: 100px !important;
  }

  .h-md-120 {
    height: 120px !important;
  }

  .h-md-140 {
    height: 140px !important;
  }

  .h-md-160 {
    height: 160px !important;
  }

  .h-md-180 {
    height: 180px !important;
  }

  .h-md-200 {
    height: 200px !important;
  }

  .h-md-220 {
    height: 220px !important;
  }

  .h-md-240 {
    height: 240px !important;
  }

  .h-md-260 {
    height: 260px !important;
  }

  .h-md-280 {
    height: 280px !important;
  }

  .h-md-300 {
    height: 300px !important;
  }

  .h-md-350 {
    height: 350px !important;
  }

  .h-md-400 {
    height: 400px !important;
  }

  .h-md-450 {
    height: 450px !important;
  }

  .h-md-500 {
    height: 500px !important;
  }

  .h-md-550 {
    height: 550px !important;
  }

  .h-md-600 {
    height: 600px !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .h-md-unset {
    height: unset !important;
  }

  /* End height */
  /* START max-height */
  .maxh-md-0 {
    max-height: 0 !important;
  }

  .maxh-md-p10 {
    max-height: 10% !important;
  }

  .maxh-md-p20 {
    max-height: 20% !important;
  }

  .maxh-md-p25 {
    max-height: 25% !important;
  }

  .maxh-md-p30 {
    max-height: 30% !important;
  }

  .maxh-md-p40 {
    max-height: 40% !important;
  }

  .maxh-md-p50 {
    max-height: 50% !important;
  }

  .maxh-md-p60 {
    max-height: 60% !important;
  }

  .maxh-md-p70 {
    max-height: 70% !important;
  }

  .maxh-md-p75 {
    max-height: 75% !important;
  }

  .maxh-md-p80 {
    max-height: 80% !important;
  }

  .maxh-md-p90 {
    max-height: 90% !important;
  }

  .maxh-md-p100 {
    max-height: 100% !important;
  }

  .maxh-md-v25 {
    max-height: 25vh !important;
  }

  .maxh-md-v50 {
    max-height: 50vh !important;
  }

  .maxh-md-v75 {
    max-height: 75vh !important;
  }

  .maxh-md-v100 {
    max-height: 100vh !important;
  }

  .maxh-md-5 {
    max-height: 5px !important;
  }

  .maxh-md-10 {
    max-height: 10px !important;
  }

  .maxh-md-15 {
    max-height: 15px !important;
  }

  .maxh-md-20 {
    max-height: 20px !important;
  }

  .maxh-md-25 {
    max-height: 25px !important;
  }

  .maxh-md-30 {
    max-height: 30px !important;
  }

  .maxh-md-35 {
    max-height: 35px !important;
  }

  .maxh-md-40 {
    max-height: 40px !important;
  }

  .maxh-md-45 {
    max-height: 45px !important;
  }

  .maxh-md-50 {
    max-height: 50px !important;
  }

  .maxh-md-55 {
    max-height: 55px !important;
  }

  .maxh-md-60 {
    max-height: 60px !important;
  }

  .maxh-md-65 {
    max-height: 65px !important;
  }

  .maxh-md-70 {
    max-height: 70px !important;
  }

  .maxh-md-75 {
    max-height: 75px !important;
  }

  .maxh-md-80 {
    max-height: 80px !important;
  }

  .maxh-md-85 {
    max-height: 85px !important;
  }

  .maxh-md-90 {
    max-height: 90px !important;
  }

  .maxh-md-95 {
    max-height: 95px !important;
  }

  .maxh-md-100 {
    max-height: 100px !important;
  }

  .maxh-md-120 {
    max-height: 120px !important;
  }

  .maxh-md-140 {
    max-height: 140px !important;
  }

  .maxh-md-160 {
    max-height: 160px !important;
  }

  .maxh-md-180 {
    max-height: 180px !important;
  }

  .maxh-md-200 {
    max-height: 200px !important;
  }

  .maxh-md-220 {
    max-height: 220px !important;
  }

  .maxh-md-240 {
    max-height: 240px !important;
  }

  .maxh-md-260 {
    max-height: 260px !important;
  }

  .maxh-md-280 {
    max-height: 280px !important;
  }

  .maxh-md-300 {
    max-height: 300px !important;
  }

  .maxh-md-350 {
    max-height: 350px !important;
  }

  .maxh-md-400 {
    max-height: 400px !important;
  }

  .maxh-md-450 {
    max-height: 450px !important;
  }

  .maxh-md-500 {
    max-height: 500px !important;
  }

  .maxh-md-550 {
    max-height: 550px !important;
  }

  .maxh-md-600 {
    max-height: 600px !important;
  }

  .maxh-md-auto {
    max-height: auto !important;
  }

  .maxh-md-unset {
    max-height: unset !important;
  }

  /* End max-height */
  /* START min-height */
  .minh-md-0 {
    min-height: 0 !important;
  }

  .minh-md-p10 {
    min-height: 10% !important;
  }

  .minh-md-p20 {
    min-height: 20% !important;
  }

  .minh-md-p25 {
    min-height: 25% !important;
  }

  .minh-md-p30 {
    min-height: 30% !important;
  }

  .minh-md-p40 {
    min-height: 40% !important;
  }

  .minh-md-p50 {
    min-height: 50% !important;
  }

  .minh-md-p60 {
    min-height: 60% !important;
  }

  .minh-md-p70 {
    min-height: 70% !important;
  }

  .minh-md-p75 {
    min-height: 75% !important;
  }

  .minh-md-p80 {
    min-height: 80% !important;
  }

  .minh-md-p90 {
    min-height: 90% !important;
  }

  .minh-md-p100 {
    min-height: 100% !important;
  }

  .minh-md-v25 {
    min-height: 25vh !important;
  }

  .minh-md-v50 {
    min-height: 50vh !important;
  }

  .minh-md-v75 {
    min-height: 75vh !important;
  }

  .minh-md-v100 {
    min-height: 100vh !important;
  }

  .minh-md-5 {
    min-height: 5px !important;
  }

  .minh-md-10 {
    min-height: 10px !important;
  }

  .minh-md-15 {
    min-height: 15px !important;
  }

  .minh-md-20 {
    min-height: 20px !important;
  }

  .minh-md-25 {
    min-height: 25px !important;
  }

  .minh-md-30 {
    min-height: 30px !important;
  }

  .minh-md-35 {
    min-height: 35px !important;
  }

  .minh-md-40 {
    min-height: 40px !important;
  }

  .minh-md-45 {
    min-height: 45px !important;
  }

  .minh-md-50 {
    min-height: 50px !important;
  }

  .minh-md-55 {
    min-height: 55px !important;
  }

  .minh-md-60 {
    min-height: 60px !important;
  }

  .minh-md-65 {
    min-height: 65px !important;
  }

  .minh-md-70 {
    min-height: 70px !important;
  }

  .minh-md-75 {
    min-height: 75px !important;
  }

  .minh-md-80 {
    min-height: 80px !important;
  }

  .minh-md-85 {
    min-height: 85px !important;
  }

  .minh-md-90 {
    min-height: 90px !important;
  }

  .minh-md-95 {
    min-height: 95px !important;
  }

  .minh-md-100 {
    min-height: 100px !important;
  }

  .minh-md-120 {
    min-height: 120px !important;
  }

  .minh-md-140 {
    min-height: 140px !important;
  }

  .minh-md-160 {
    min-height: 160px !important;
  }

  .minh-md-180 {
    min-height: 180px !important;
  }

  .minh-md-200 {
    min-height: 200px !important;
  }

  .minh-md-220 {
    min-height: 220px !important;
  }

  .minh-md-240 {
    min-height: 240px !important;
  }

  .minh-md-260 {
    min-height: 260px !important;
  }

  .minh-md-280 {
    min-height: 280px !important;
  }

  .minh-md-300 {
    min-height: 300px !important;
  }

  .minh-md-350 {
    min-height: 350px !important;
  }

  .minh-md-400 {
    min-height: 400px !important;
  }

  .minh-md-450 {
    min-height: 450px !important;
  }

  .minh-md-500 {
    min-height: 500px !important;
  }

  .minh-md-550 {
    min-height: 550px !important;
  }

  .minh-md-600 {
    min-height: 600px !important;
  }

  .minh-md-auto {
    min-height: auto !important;
  }

  .minh-md-unset {
    min-height: unset !important;
  }

  /* End min-height */
  /* START viewport-width */
  .vw-md-25 {
    width: 25vw !important;
  }

  .vw-md-33 {
    width: 33.33vw !important;
  }

  .vw-md-50 {
    width: 50vw !important;
  }

  .vw-md-66 {
    width: 66.66vw !important;
  }

  .vw-md-75 {
    width: 75vw !important;
  }

  .vw-md-100 {
    width: 100vw !important;
  }

  /* End viewport-width */
  /* START min-viewport-width */
  .min-vw-md-25 {
    min-width: 25vw !important;
  }

  .min-vw-md-33 {
    min-width: 33.33vw !important;
  }

  .min-vw-md-50 {
    min-width: 50vw !important;
  }

  .min-vw-md-66 {
    min-width: 66.66vw !important;
  }

  .min-vw-md-75 {
    min-width: 75vw !important;
  }

  .min-vw-md-100 {
    min-width: 100vw !important;
  }

  /* End min-viewport-width */
  /* START viewport-height */
  .vh-md-25 {
    height: 25vh !important;
  }

  .vh-md-33 {
    height: 33.33vh !important;
  }

  .vh-md-50 {
    height: 50vh !important;
  }

  .vh-md-66 {
    height: 66.66vh !important;
  }

  .vh-md-75 {
    height: 75vh !important;
  }

  .vh-md-100 {
    height: 100vh !important;
  }

  /* End viewport-height */
  /* START min-viewport-height */
  .min-vh-md-25 {
    min-height: 25vh !important;
  }

  .min-vh-md-33 {
    min-height: 33.33vh !important;
  }

  .min-vh-md-50 {
    min-height: 50vh !important;
  }

  .min-vh-md-66 {
    min-height: 66.66vh !important;
  }

  .min-vh-md-75 {
    min-height: 75vh !important;
  }

  .min-vh-md-100 {
    min-height: 100vh !important;
  }

  /* End min-viewport-height */
}
@media (min-width: 992px) {
  /* START margin */
  .m-lg-auto {
    margin: auto !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-p10 {
    margin: 10% !important;
  }

  .m-lg-p20 {
    margin: 20% !important;
  }

  .m-lg-p25 {
    margin: 25% !important;
  }

  .m-lg-p30 {
    margin: 30% !important;
  }

  .m-lg-p40 {
    margin: 40% !important;
  }

  .m-lg-p50 {
    margin: 50% !important;
  }

  .m-lg-p60 {
    margin: 60% !important;
  }

  .m-lg-p70 {
    margin: 70% !important;
  }

  .m-lg-p75 {
    margin: 75% !important;
  }

  .m-lg-p80 {
    margin: 80% !important;
  }

  .m-lg-p90 {
    margin: 90% !important;
  }

  .m-lg-p100 {
    margin: 100% !important;
  }

  .m-lg-1 {
    margin: 1px !important;
  }

  .m-lg-2 {
    margin: 2px !important;
  }

  .m-lg-3 {
    margin: 3px !important;
  }

  .m-lg-4 {
    margin: 4px !important;
  }

  .m-lg-5 {
    margin: 5px !important;
  }

  .m-lg-6 {
    margin: 6px !important;
  }

  .m-lg-7 {
    margin: 7px !important;
  }

  .m-lg-8 {
    margin: 8px !important;
  }

  .m-lg-9 {
    margin: 9px !important;
  }

  .m-lg-10 {
    margin: 10px !important;
  }

  .m-lg-15 {
    margin: 15px !important;
  }

  .m-lg-20 {
    margin: 20px !important;
  }

  .m-lg-25 {
    margin: 25px !important;
  }

  .m-lg-30 {
    margin: 30px !important;
  }

  .m-lg-35 {
    margin: 35px !important;
  }

  .m-lg-40 {
    margin: 40px !important;
  }

  .m-lg-45 {
    margin: 45px !important;
  }

  .m-lg-50 {
    margin: 50px !important;
  }

  .m-lg-60 {
    margin: 60px !important;
  }

  .m-lg-70 {
    margin: 70px !important;
  }

  .m-lg-80 {
    margin: 80px !important;
  }

  .m-lg-90 {
    margin: 90px !important;
  }

  .m-lg-100 {
    margin: 100px !important;
  }

  .m-lg-110 {
    margin: 110px !important;
  }

  .m-lg-120 {
    margin: 120px !important;
  }

  .m-lg-130 {
    margin: 130px !important;
  }

  .m-lg-140 {
    margin: 140px !important;
  }

  .m-lg-150 {
    margin: 150px !important;
  }

  .m-lg-160 {
    margin: 160px !important;
  }

  .m-lg-170 {
    margin: 170px !important;
  }

  .m-lg-180 {
    margin: 180px !important;
  }

  .m-lg-190 {
    margin: 190px !important;
  }

  .m-lg-200 {
    margin: 200px !important;
  }

  /* End margin */
  /* START margin-x */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-p10 {
    margin-right: 10% !important;
    margin-left: 10% !important;
  }

  .mx-lg-p20 {
    margin-right: 20% !important;
    margin-left: 20% !important;
  }

  .mx-lg-p25 {
    margin-right: 25% !important;
    margin-left: 25% !important;
  }

  .mx-lg-p30 {
    margin-right: 30% !important;
    margin-left: 30% !important;
  }

  .mx-lg-p40 {
    margin-right: 40% !important;
    margin-left: 40% !important;
  }

  .mx-lg-p50 {
    margin-right: 50% !important;
    margin-left: 50% !important;
  }

  .mx-lg-p60 {
    margin-right: 60% !important;
    margin-left: 60% !important;
  }

  .mx-lg-p70 {
    margin-right: 70% !important;
    margin-left: 70% !important;
  }

  .mx-lg-p75 {
    margin-right: 75% !important;
    margin-left: 75% !important;
  }

  .mx-lg-p80 {
    margin-right: 80% !important;
    margin-left: 80% !important;
  }

  .mx-lg-p90 {
    margin-right: 90% !important;
    margin-left: 90% !important;
  }

  .mx-lg-p100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }

  .mx-lg-1 {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  .mx-lg-2 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }

  .mx-lg-3 {
    margin-right: 3px !important;
    margin-left: 3px !important;
  }

  .mx-lg-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-lg-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-lg-6 {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }

  .mx-lg-7 {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }

  .mx-lg-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-lg-9 {
    margin-right: 9px !important;
    margin-left: 9px !important;
  }

  .mx-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-lg-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-lg-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-lg-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-lg-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-lg-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-lg-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-lg-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-lg-110 {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }

  .mx-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-lg-130 {
    margin-right: 130px !important;
    margin-left: 130px !important;
  }

  .mx-lg-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .mx-lg-150 {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }

  .mx-lg-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .mx-lg-170 {
    margin-right: 170px !important;
    margin-left: 170px !important;
  }

  .mx-lg-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }

  .mx-lg-190 {
    margin-right: 190px !important;
    margin-left: 190px !important;
  }

  .mx-lg-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  /* End margin-x */
  /* START margin-y */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-p10 {
    margin-top: 10% !important;
    margin-bottom: 10% !important;
  }

  .my-lg-p20 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .my-lg-p25 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .my-lg-p30 {
    margin-top: 30% !important;
    margin-bottom: 30% !important;
  }

  .my-lg-p40 {
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .my-lg-p50 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .my-lg-p60 {
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .my-lg-p70 {
    margin-top: 70% !important;
    margin-bottom: 70% !important;
  }

  .my-lg-p75 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .my-lg-p80 {
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .my-lg-p90 {
    margin-top: 90% !important;
    margin-bottom: 90% !important;
  }

  .my-lg-p100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }

  .my-lg-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .my-lg-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .my-lg-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .my-lg-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-lg-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .my-lg-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }

  .my-lg-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-lg-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }

  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-lg-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .my-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .my-lg-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .my-lg-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .my-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .my-lg-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  /* End margin-y */
  /* START margin-top */
  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-p10 {
    margin-top: 10% !important;
  }

  .mt-lg-p20 {
    margin-top: 20% !important;
  }

  .mt-lg-p25 {
    margin-top: 25% !important;
  }

  .mt-lg-p30 {
    margin-top: 30% !important;
  }

  .mt-lg-p40 {
    margin-top: 40% !important;
  }

  .mt-lg-p50 {
    margin-top: 50% !important;
  }

  .mt-lg-p60 {
    margin-top: 60% !important;
  }

  .mt-lg-p70 {
    margin-top: 70% !important;
  }

  .mt-lg-p75 {
    margin-top: 75% !important;
  }

  .mt-lg-p80 {
    margin-top: 80% !important;
  }

  .mt-lg-p90 {
    margin-top: 90% !important;
  }

  .mt-lg-p100 {
    margin-top: 100% !important;
  }

  .mt-lg-1 {
    margin-top: 1px !important;
  }

  .mt-lg-2 {
    margin-top: 2px !important;
  }

  .mt-lg-3 {
    margin-top: 3px !important;
  }

  .mt-lg-4 {
    margin-top: 4px !important;
  }

  .mt-lg-5 {
    margin-top: 5px !important;
  }

  .mt-lg-6 {
    margin-top: 6px !important;
  }

  .mt-lg-7 {
    margin-top: 7px !important;
  }

  .mt-lg-8 {
    margin-top: 8px !important;
  }

  .mt-lg-9 {
    margin-top: 9px !important;
  }

  .mt-lg-10 {
    margin-top: 10px !important;
  }

  .mt-lg-15 {
    margin-top: 15px !important;
  }

  .mt-lg-20 {
    margin-top: 20px !important;
  }

  .mt-lg-25 {
    margin-top: 25px !important;
  }

  .mt-lg-30 {
    margin-top: 30px !important;
  }

  .mt-lg-35 {
    margin-top: 35px !important;
  }

  .mt-lg-40 {
    margin-top: 40px !important;
  }

  .mt-lg-45 {
    margin-top: 45px !important;
  }

  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .mt-lg-60 {
    margin-top: 60px !important;
  }

  .mt-lg-70 {
    margin-top: 70px !important;
  }

  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .mt-lg-90 {
    margin-top: 90px !important;
  }

  .mt-lg-100 {
    margin-top: 100px !important;
  }

  .mt-lg-110 {
    margin-top: 110px !important;
  }

  .mt-lg-120 {
    margin-top: 120px !important;
  }

  .mt-lg-130 {
    margin-top: 130px !important;
  }

  .mt-lg-140 {
    margin-top: 140px !important;
  }

  .mt-lg-150 {
    margin-top: 150px !important;
  }

  .mt-lg-160 {
    margin-top: 160px !important;
  }

  .mt-lg-170 {
    margin-top: 170px !important;
  }

  .mt-lg-180 {
    margin-top: 180px !important;
  }

  .mt-lg-190 {
    margin-top: 190px !important;
  }

  .mt-lg-200 {
    margin-top: 200px !important;
  }

  /* End margin-top */
  /* START margin-end */
  .me-lg-auto {
    margin-right: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-p10 {
    margin-right: 10% !important;
  }

  .me-lg-p20 {
    margin-right: 20% !important;
  }

  .me-lg-p25 {
    margin-right: 25% !important;
  }

  .me-lg-p30 {
    margin-right: 30% !important;
  }

  .me-lg-p40 {
    margin-right: 40% !important;
  }

  .me-lg-p50 {
    margin-right: 50% !important;
  }

  .me-lg-p60 {
    margin-right: 60% !important;
  }

  .me-lg-p70 {
    margin-right: 70% !important;
  }

  .me-lg-p75 {
    margin-right: 75% !important;
  }

  .me-lg-p80 {
    margin-right: 80% !important;
  }

  .me-lg-p90 {
    margin-right: 90% !important;
  }

  .me-lg-p100 {
    margin-right: 100% !important;
  }

  .me-lg-1 {
    margin-right: 1px !important;
  }

  .me-lg-2 {
    margin-right: 2px !important;
  }

  .me-lg-3 {
    margin-right: 3px !important;
  }

  .me-lg-4 {
    margin-right: 4px !important;
  }

  .me-lg-5 {
    margin-right: 5px !important;
  }

  .me-lg-6 {
    margin-right: 6px !important;
  }

  .me-lg-7 {
    margin-right: 7px !important;
  }

  .me-lg-8 {
    margin-right: 8px !important;
  }

  .me-lg-9 {
    margin-right: 9px !important;
  }

  .me-lg-10 {
    margin-right: 10px !important;
  }

  .me-lg-15 {
    margin-right: 15px !important;
  }

  .me-lg-20 {
    margin-right: 20px !important;
  }

  .me-lg-25 {
    margin-right: 25px !important;
  }

  .me-lg-30 {
    margin-right: 30px !important;
  }

  .me-lg-35 {
    margin-right: 35px !important;
  }

  .me-lg-40 {
    margin-right: 40px !important;
  }

  .me-lg-45 {
    margin-right: 45px !important;
  }

  .me-lg-50 {
    margin-right: 50px !important;
  }

  .me-lg-60 {
    margin-right: 60px !important;
  }

  .me-lg-70 {
    margin-right: 70px !important;
  }

  .me-lg-80 {
    margin-right: 80px !important;
  }

  .me-lg-90 {
    margin-right: 90px !important;
  }

  .me-lg-100 {
    margin-right: 100px !important;
  }

  .me-lg-110 {
    margin-right: 110px !important;
  }

  .me-lg-120 {
    margin-right: 120px !important;
  }

  .me-lg-130 {
    margin-right: 130px !important;
  }

  .me-lg-140 {
    margin-right: 140px !important;
  }

  .me-lg-150 {
    margin-right: 150px !important;
  }

  .me-lg-160 {
    margin-right: 160px !important;
  }

  .me-lg-170 {
    margin-right: 170px !important;
  }

  .me-lg-180 {
    margin-right: 180px !important;
  }

  .me-lg-190 {
    margin-right: 190px !important;
  }

  .me-lg-200 {
    margin-right: 200px !important;
  }

  /* End margin-end */
  /* START margin-bottom */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-p10 {
    margin-bottom: 10% !important;
  }

  .mb-lg-p20 {
    margin-bottom: 20% !important;
  }

  .mb-lg-p25 {
    margin-bottom: 25% !important;
  }

  .mb-lg-p30 {
    margin-bottom: 30% !important;
  }

  .mb-lg-p40 {
    margin-bottom: 40% !important;
  }

  .mb-lg-p50 {
    margin-bottom: 50% !important;
  }

  .mb-lg-p60 {
    margin-bottom: 60% !important;
  }

  .mb-lg-p70 {
    margin-bottom: 70% !important;
  }

  .mb-lg-p75 {
    margin-bottom: 75% !important;
  }

  .mb-lg-p80 {
    margin-bottom: 80% !important;
  }

  .mb-lg-p90 {
    margin-bottom: 90% !important;
  }

  .mb-lg-p100 {
    margin-bottom: 100% !important;
  }

  .mb-lg-1 {
    margin-bottom: 1px !important;
  }

  .mb-lg-2 {
    margin-bottom: 2px !important;
  }

  .mb-lg-3 {
    margin-bottom: 3px !important;
  }

  .mb-lg-4 {
    margin-bottom: 4px !important;
  }

  .mb-lg-5 {
    margin-bottom: 5px !important;
  }

  .mb-lg-6 {
    margin-bottom: 6px !important;
  }

  .mb-lg-7 {
    margin-bottom: 7px !important;
  }

  .mb-lg-8 {
    margin-bottom: 8px !important;
  }

  .mb-lg-9 {
    margin-bottom: 9px !important;
  }

  .mb-lg-10 {
    margin-bottom: 10px !important;
  }

  .mb-lg-15 {
    margin-bottom: 15px !important;
  }

  .mb-lg-20 {
    margin-bottom: 20px !important;
  }

  .mb-lg-25 {
    margin-bottom: 25px !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .mb-lg-35 {
    margin-bottom: 35px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .mb-lg-45 {
    margin-bottom: 45px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .mb-lg-60 {
    margin-bottom: 60px !important;
  }

  .mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .mb-lg-90 {
    margin-bottom: 90px !important;
  }

  .mb-lg-100 {
    margin-bottom: 100px !important;
  }

  .mb-lg-110 {
    margin-bottom: 110px !important;
  }

  .mb-lg-120 {
    margin-bottom: 120px !important;
  }

  .mb-lg-130 {
    margin-bottom: 130px !important;
  }

  .mb-lg-140 {
    margin-bottom: 140px !important;
  }

  .mb-lg-150 {
    margin-bottom: 150px !important;
  }

  .mb-lg-160 {
    margin-bottom: 160px !important;
  }

  .mb-lg-170 {
    margin-bottom: 170px !important;
  }

  .mb-lg-180 {
    margin-bottom: 180px !important;
  }

  .mb-lg-190 {
    margin-bottom: 190px !important;
  }

  .mb-lg-200 {
    margin-bottom: 200px !important;
  }

  /* End margin-bottom */
  /* START margin-start */
  .ms-lg-auto {
    margin-left: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-p10 {
    margin-left: 10% !important;
  }

  .ms-lg-p20 {
    margin-left: 20% !important;
  }

  .ms-lg-p25 {
    margin-left: 25% !important;
  }

  .ms-lg-p30 {
    margin-left: 30% !important;
  }

  .ms-lg-p40 {
    margin-left: 40% !important;
  }

  .ms-lg-p50 {
    margin-left: 50% !important;
  }

  .ms-lg-p60 {
    margin-left: 60% !important;
  }

  .ms-lg-p70 {
    margin-left: 70% !important;
  }

  .ms-lg-p75 {
    margin-left: 75% !important;
  }

  .ms-lg-p80 {
    margin-left: 80% !important;
  }

  .ms-lg-p90 {
    margin-left: 90% !important;
  }

  .ms-lg-p100 {
    margin-left: 100% !important;
  }

  .ms-lg-1 {
    margin-left: 1px !important;
  }

  .ms-lg-2 {
    margin-left: 2px !important;
  }

  .ms-lg-3 {
    margin-left: 3px !important;
  }

  .ms-lg-4 {
    margin-left: 4px !important;
  }

  .ms-lg-5 {
    margin-left: 5px !important;
  }

  .ms-lg-6 {
    margin-left: 6px !important;
  }

  .ms-lg-7 {
    margin-left: 7px !important;
  }

  .ms-lg-8 {
    margin-left: 8px !important;
  }

  .ms-lg-9 {
    margin-left: 9px !important;
  }

  .ms-lg-10 {
    margin-left: 10px !important;
  }

  .ms-lg-15 {
    margin-left: 15px !important;
  }

  .ms-lg-20 {
    margin-left: 20px !important;
  }

  .ms-lg-25 {
    margin-left: 25px !important;
  }

  .ms-lg-30 {
    margin-left: 30px !important;
  }

  .ms-lg-35 {
    margin-left: 35px !important;
  }

  .ms-lg-40 {
    margin-left: 40px !important;
  }

  .ms-lg-45 {
    margin-left: 45px !important;
  }

  .ms-lg-50 {
    margin-left: 50px !important;
  }

  .ms-lg-60 {
    margin-left: 60px !important;
  }

  .ms-lg-70 {
    margin-left: 70px !important;
  }

  .ms-lg-80 {
    margin-left: 80px !important;
  }

  .ms-lg-90 {
    margin-left: 90px !important;
  }

  .ms-lg-100 {
    margin-left: 100px !important;
  }

  .ms-lg-110 {
    margin-left: 110px !important;
  }

  .ms-lg-120 {
    margin-left: 120px !important;
  }

  .ms-lg-130 {
    margin-left: 130px !important;
  }

  .ms-lg-140 {
    margin-left: 140px !important;
  }

  .ms-lg-150 {
    margin-left: 150px !important;
  }

  .ms-lg-160 {
    margin-left: 160px !important;
  }

  .ms-lg-170 {
    margin-left: 170px !important;
  }

  .ms-lg-180 {
    margin-left: 180px !important;
  }

  .ms-lg-190 {
    margin-left: 190px !important;
  }

  .ms-lg-200 {
    margin-left: 200px !important;
  }

  /* End margin-start */
  /* START negative-margin */
  .m-n-lg-0 {
    margin: 0 !important;
  }

  .m-n-lg-p10 {
    margin: 10% !important;
  }

  .m-n-lg-p20 {
    margin: 20% !important;
  }

  .m-n-lg-p25 {
    margin: 25% !important;
  }

  .m-n-lg-p30 {
    margin: 30% !important;
  }

  .m-n-lg-p40 {
    margin: 40% !important;
  }

  .m-n-lg-p50 {
    margin: 50% !important;
  }

  .m-n-lg-p60 {
    margin: 60% !important;
  }

  .m-n-lg-p70 {
    margin: 70% !important;
  }

  .m-n-lg-p75 {
    margin: 75% !important;
  }

  .m-n-lg-p80 {
    margin: 80% !important;
  }

  .m-n-lg-p90 {
    margin: 90% !important;
  }

  .m-n-lg-p100 {
    margin: 100% !important;
  }

  .m-n-lg-1 {
    margin: 1px !important;
  }

  .m-n-lg-2 {
    margin: 2px !important;
  }

  .m-n-lg-3 {
    margin: 3px !important;
  }

  .m-n-lg-4 {
    margin: 4px !important;
  }

  .m-n-lg-5 {
    margin: 5px !important;
  }

  .m-n-lg-6 {
    margin: 6px !important;
  }

  .m-n-lg-7 {
    margin: 7px !important;
  }

  .m-n-lg-8 {
    margin: 8px !important;
  }

  .m-n-lg-9 {
    margin: 9px !important;
  }

  .m-n-lg-10 {
    margin: 10px !important;
  }

  .m-n-lg-15 {
    margin: 15px !important;
  }

  .m-n-lg-20 {
    margin: 20px !important;
  }

  .m-n-lg-25 {
    margin: 25px !important;
  }

  .m-n-lg-30 {
    margin: 30px !important;
  }

  .m-n-lg-35 {
    margin: 35px !important;
  }

  .m-n-lg-40 {
    margin: 40px !important;
  }

  .m-n-lg-45 {
    margin: 45px !important;
  }

  .m-n-lg-50 {
    margin: 50px !important;
  }

  .m-n-lg-60 {
    margin: 60px !important;
  }

  .m-n-lg-70 {
    margin: 70px !important;
  }

  .m-n-lg-80 {
    margin: 80px !important;
  }

  .m-n-lg-90 {
    margin: 90px !important;
  }

  .m-n-lg-100 {
    margin: 100px !important;
  }

  .m-n-lg-110 {
    margin: 110px !important;
  }

  .m-n-lg-120 {
    margin: 120px !important;
  }

  .m-n-lg-130 {
    margin: 130px !important;
  }

  .m-n-lg-140 {
    margin: 140px !important;
  }

  .m-n-lg-150 {
    margin: 150px !important;
  }

  .m-n-lg-160 {
    margin: 160px !important;
  }

  .m-n-lg-170 {
    margin: 170px !important;
  }

  .m-n-lg-180 {
    margin: 180px !important;
  }

  .m-n-lg-190 {
    margin: 190px !important;
  }

  .m-n-lg-200 {
    margin: 200px !important;
  }

  /* End negative-margin */
  /* START negative-margin-x */
  .mx-n-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-n-lg-p10 {
    margin-right: 10% !important;
    margin-left: 10% !important;
  }

  .mx-n-lg-p20 {
    margin-right: 20% !important;
    margin-left: 20% !important;
  }

  .mx-n-lg-p25 {
    margin-right: 25% !important;
    margin-left: 25% !important;
  }

  .mx-n-lg-p30 {
    margin-right: 30% !important;
    margin-left: 30% !important;
  }

  .mx-n-lg-p40 {
    margin-right: 40% !important;
    margin-left: 40% !important;
  }

  .mx-n-lg-p50 {
    margin-right: 50% !important;
    margin-left: 50% !important;
  }

  .mx-n-lg-p60 {
    margin-right: 60% !important;
    margin-left: 60% !important;
  }

  .mx-n-lg-p70 {
    margin-right: 70% !important;
    margin-left: 70% !important;
  }

  .mx-n-lg-p75 {
    margin-right: 75% !important;
    margin-left: 75% !important;
  }

  .mx-n-lg-p80 {
    margin-right: 80% !important;
    margin-left: 80% !important;
  }

  .mx-n-lg-p90 {
    margin-right: 90% !important;
    margin-left: 90% !important;
  }

  .mx-n-lg-p100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }

  .mx-n-lg-1 {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  .mx-n-lg-2 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }

  .mx-n-lg-3 {
    margin-right: 3px !important;
    margin-left: 3px !important;
  }

  .mx-n-lg-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-n-lg-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-n-lg-6 {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }

  .mx-n-lg-7 {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }

  .mx-n-lg-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-n-lg-9 {
    margin-right: 9px !important;
    margin-left: 9px !important;
  }

  .mx-n-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-n-lg-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-n-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-n-lg-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-n-lg-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-n-lg-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-n-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-n-lg-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-n-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-n-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-n-lg-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-n-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-n-lg-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-n-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-n-lg-110 {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }

  .mx-n-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-n-lg-130 {
    margin-right: 130px !important;
    margin-left: 130px !important;
  }

  .mx-n-lg-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .mx-n-lg-150 {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }

  .mx-n-lg-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .mx-n-lg-170 {
    margin-right: 170px !important;
    margin-left: 170px !important;
  }

  .mx-n-lg-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }

  .mx-n-lg-190 {
    margin-right: 190px !important;
    margin-left: 190px !important;
  }

  .mx-n-lg-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  /* End negative-margin-x */
  /* START negative-margin-y */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-p10 {
    margin-top: 10% !important;
    margin-bottom: 10% !important;
  }

  .my-lg-p20 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .my-lg-p25 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .my-lg-p30 {
    margin-top: 30% !important;
    margin-bottom: 30% !important;
  }

  .my-lg-p40 {
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .my-lg-p50 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .my-lg-p60 {
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .my-lg-p70 {
    margin-top: 70% !important;
    margin-bottom: 70% !important;
  }

  .my-lg-p75 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .my-lg-p80 {
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .my-lg-p90 {
    margin-top: 90% !important;
    margin-bottom: 90% !important;
  }

  .my-lg-p100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }

  .my-lg-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .my-lg-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .my-lg-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .my-lg-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-lg-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .my-lg-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }

  .my-lg-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-lg-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }

  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-lg-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .my-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .my-lg-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .my-lg-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .my-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .my-lg-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  /* End negative-margin-y */
  /* START negative-margin-top */
  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-p10 {
    margin-top: 10% !important;
  }

  .mt-lg-p20 {
    margin-top: 20% !important;
  }

  .mt-lg-p25 {
    margin-top: 25% !important;
  }

  .mt-lg-p30 {
    margin-top: 30% !important;
  }

  .mt-lg-p40 {
    margin-top: 40% !important;
  }

  .mt-lg-p50 {
    margin-top: 50% !important;
  }

  .mt-lg-p60 {
    margin-top: 60% !important;
  }

  .mt-lg-p70 {
    margin-top: 70% !important;
  }

  .mt-lg-p75 {
    margin-top: 75% !important;
  }

  .mt-lg-p80 {
    margin-top: 80% !important;
  }

  .mt-lg-p90 {
    margin-top: 90% !important;
  }

  .mt-lg-p100 {
    margin-top: 100% !important;
  }

  .mt-lg-1 {
    margin-top: 1px !important;
  }

  .mt-lg-2 {
    margin-top: 2px !important;
  }

  .mt-lg-3 {
    margin-top: 3px !important;
  }

  .mt-lg-4 {
    margin-top: 4px !important;
  }

  .mt-lg-5 {
    margin-top: 5px !important;
  }

  .mt-lg-6 {
    margin-top: 6px !important;
  }

  .mt-lg-7 {
    margin-top: 7px !important;
  }

  .mt-lg-8 {
    margin-top: 8px !important;
  }

  .mt-lg-9 {
    margin-top: 9px !important;
  }

  .mt-lg-10 {
    margin-top: 10px !important;
  }

  .mt-lg-15 {
    margin-top: 15px !important;
  }

  .mt-lg-20 {
    margin-top: 20px !important;
  }

  .mt-lg-25 {
    margin-top: 25px !important;
  }

  .mt-lg-30 {
    margin-top: 30px !important;
  }

  .mt-lg-35 {
    margin-top: 35px !important;
  }

  .mt-lg-40 {
    margin-top: 40px !important;
  }

  .mt-lg-45 {
    margin-top: 45px !important;
  }

  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .mt-lg-60 {
    margin-top: 60px !important;
  }

  .mt-lg-70 {
    margin-top: 70px !important;
  }

  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .mt-lg-90 {
    margin-top: 90px !important;
  }

  .mt-lg-100 {
    margin-top: 100px !important;
  }

  .mt-lg-110 {
    margin-top: 110px !important;
  }

  .mt-lg-120 {
    margin-top: 120px !important;
  }

  .mt-lg-130 {
    margin-top: 130px !important;
  }

  .mt-lg-140 {
    margin-top: 140px !important;
  }

  .mt-lg-150 {
    margin-top: 150px !important;
  }

  .mt-lg-160 {
    margin-top: 160px !important;
  }

  .mt-lg-170 {
    margin-top: 170px !important;
  }

  .mt-lg-180 {
    margin-top: 180px !important;
  }

  .mt-lg-190 {
    margin-top: 190px !important;
  }

  .mt-lg-200 {
    margin-top: 200px !important;
  }

  /* End negative-margin-top */
  /* START negative-margin-end */
  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-p10 {
    margin-right: 10% !important;
  }

  .me-lg-p20 {
    margin-right: 20% !important;
  }

  .me-lg-p25 {
    margin-right: 25% !important;
  }

  .me-lg-p30 {
    margin-right: 30% !important;
  }

  .me-lg-p40 {
    margin-right: 40% !important;
  }

  .me-lg-p50 {
    margin-right: 50% !important;
  }

  .me-lg-p60 {
    margin-right: 60% !important;
  }

  .me-lg-p70 {
    margin-right: 70% !important;
  }

  .me-lg-p75 {
    margin-right: 75% !important;
  }

  .me-lg-p80 {
    margin-right: 80% !important;
  }

  .me-lg-p90 {
    margin-right: 90% !important;
  }

  .me-lg-p100 {
    margin-right: 100% !important;
  }

  .me-lg-1 {
    margin-right: 1px !important;
  }

  .me-lg-2 {
    margin-right: 2px !important;
  }

  .me-lg-3 {
    margin-right: 3px !important;
  }

  .me-lg-4 {
    margin-right: 4px !important;
  }

  .me-lg-5 {
    margin-right: 5px !important;
  }

  .me-lg-6 {
    margin-right: 6px !important;
  }

  .me-lg-7 {
    margin-right: 7px !important;
  }

  .me-lg-8 {
    margin-right: 8px !important;
  }

  .me-lg-9 {
    margin-right: 9px !important;
  }

  .me-lg-10 {
    margin-right: 10px !important;
  }

  .me-lg-15 {
    margin-right: 15px !important;
  }

  .me-lg-20 {
    margin-right: 20px !important;
  }

  .me-lg-25 {
    margin-right: 25px !important;
  }

  .me-lg-30 {
    margin-right: 30px !important;
  }

  .me-lg-35 {
    margin-right: 35px !important;
  }

  .me-lg-40 {
    margin-right: 40px !important;
  }

  .me-lg-45 {
    margin-right: 45px !important;
  }

  .me-lg-50 {
    margin-right: 50px !important;
  }

  .me-lg-60 {
    margin-right: 60px !important;
  }

  .me-lg-70 {
    margin-right: 70px !important;
  }

  .me-lg-80 {
    margin-right: 80px !important;
  }

  .me-lg-90 {
    margin-right: 90px !important;
  }

  .me-lg-100 {
    margin-right: 100px !important;
  }

  .me-lg-110 {
    margin-right: 110px !important;
  }

  .me-lg-120 {
    margin-right: 120px !important;
  }

  .me-lg-130 {
    margin-right: 130px !important;
  }

  .me-lg-140 {
    margin-right: 140px !important;
  }

  .me-lg-150 {
    margin-right: 150px !important;
  }

  .me-lg-160 {
    margin-right: 160px !important;
  }

  .me-lg-170 {
    margin-right: 170px !important;
  }

  .me-lg-180 {
    margin-right: 180px !important;
  }

  .me-lg-190 {
    margin-right: 190px !important;
  }

  .me-lg-200 {
    margin-right: 200px !important;
  }

  /* End negative-margin-end */
  /* START negative-margin-bottom */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-p10 {
    margin-bottom: 10% !important;
  }

  .mb-lg-p20 {
    margin-bottom: 20% !important;
  }

  .mb-lg-p25 {
    margin-bottom: 25% !important;
  }

  .mb-lg-p30 {
    margin-bottom: 30% !important;
  }

  .mb-lg-p40 {
    margin-bottom: 40% !important;
  }

  .mb-lg-p50 {
    margin-bottom: 50% !important;
  }

  .mb-lg-p60 {
    margin-bottom: 60% !important;
  }

  .mb-lg-p70 {
    margin-bottom: 70% !important;
  }

  .mb-lg-p75 {
    margin-bottom: 75% !important;
  }

  .mb-lg-p80 {
    margin-bottom: 80% !important;
  }

  .mb-lg-p90 {
    margin-bottom: 90% !important;
  }

  .mb-lg-p100 {
    margin-bottom: 100% !important;
  }

  .mb-lg-1 {
    margin-bottom: 1px !important;
  }

  .mb-lg-2 {
    margin-bottom: 2px !important;
  }

  .mb-lg-3 {
    margin-bottom: 3px !important;
  }

  .mb-lg-4 {
    margin-bottom: 4px !important;
  }

  .mb-lg-5 {
    margin-bottom: 5px !important;
  }

  .mb-lg-6 {
    margin-bottom: 6px !important;
  }

  .mb-lg-7 {
    margin-bottom: 7px !important;
  }

  .mb-lg-8 {
    margin-bottom: 8px !important;
  }

  .mb-lg-9 {
    margin-bottom: 9px !important;
  }

  .mb-lg-10 {
    margin-bottom: 10px !important;
  }

  .mb-lg-15 {
    margin-bottom: 15px !important;
  }

  .mb-lg-20 {
    margin-bottom: 20px !important;
  }

  .mb-lg-25 {
    margin-bottom: 25px !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .mb-lg-35 {
    margin-bottom: 35px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .mb-lg-45 {
    margin-bottom: 45px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .mb-lg-60 {
    margin-bottom: 60px !important;
  }

  .mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .mb-lg-90 {
    margin-bottom: 90px !important;
  }

  .mb-lg-100 {
    margin-bottom: 100px !important;
  }

  .mb-lg-110 {
    margin-bottom: 110px !important;
  }

  .mb-lg-120 {
    margin-bottom: 120px !important;
  }

  .mb-lg-130 {
    margin-bottom: 130px !important;
  }

  .mb-lg-140 {
    margin-bottom: 140px !important;
  }

  .mb-lg-150 {
    margin-bottom: 150px !important;
  }

  .mb-lg-160 {
    margin-bottom: 160px !important;
  }

  .mb-lg-170 {
    margin-bottom: 170px !important;
  }

  .mb-lg-180 {
    margin-bottom: 180px !important;
  }

  .mb-lg-190 {
    margin-bottom: 190px !important;
  }

  .mb-lg-200 {
    margin-bottom: 200px !important;
  }

  /* End negative-margin-bottom */
  /* START negative-margin-start */
  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-p10 {
    margin-left: 10% !important;
  }

  .ms-lg-p20 {
    margin-left: 20% !important;
  }

  .ms-lg-p25 {
    margin-left: 25% !important;
  }

  .ms-lg-p30 {
    margin-left: 30% !important;
  }

  .ms-lg-p40 {
    margin-left: 40% !important;
  }

  .ms-lg-p50 {
    margin-left: 50% !important;
  }

  .ms-lg-p60 {
    margin-left: 60% !important;
  }

  .ms-lg-p70 {
    margin-left: 70% !important;
  }

  .ms-lg-p75 {
    margin-left: 75% !important;
  }

  .ms-lg-p80 {
    margin-left: 80% !important;
  }

  .ms-lg-p90 {
    margin-left: 90% !important;
  }

  .ms-lg-p100 {
    margin-left: 100% !important;
  }

  .ms-lg-1 {
    margin-left: 1px !important;
  }

  .ms-lg-2 {
    margin-left: 2px !important;
  }

  .ms-lg-3 {
    margin-left: 3px !important;
  }

  .ms-lg-4 {
    margin-left: 4px !important;
  }

  .ms-lg-5 {
    margin-left: 5px !important;
  }

  .ms-lg-6 {
    margin-left: 6px !important;
  }

  .ms-lg-7 {
    margin-left: 7px !important;
  }

  .ms-lg-8 {
    margin-left: 8px !important;
  }

  .ms-lg-9 {
    margin-left: 9px !important;
  }

  .ms-lg-10 {
    margin-left: 10px !important;
  }

  .ms-lg-15 {
    margin-left: 15px !important;
  }

  .ms-lg-20 {
    margin-left: 20px !important;
  }

  .ms-lg-25 {
    margin-left: 25px !important;
  }

  .ms-lg-30 {
    margin-left: 30px !important;
  }

  .ms-lg-35 {
    margin-left: 35px !important;
  }

  .ms-lg-40 {
    margin-left: 40px !important;
  }

  .ms-lg-45 {
    margin-left: 45px !important;
  }

  .ms-lg-50 {
    margin-left: 50px !important;
  }

  .ms-lg-60 {
    margin-left: 60px !important;
  }

  .ms-lg-70 {
    margin-left: 70px !important;
  }

  .ms-lg-80 {
    margin-left: 80px !important;
  }

  .ms-lg-90 {
    margin-left: 90px !important;
  }

  .ms-lg-100 {
    margin-left: 100px !important;
  }

  .ms-lg-110 {
    margin-left: 110px !important;
  }

  .ms-lg-120 {
    margin-left: 120px !important;
  }

  .ms-lg-130 {
    margin-left: 130px !important;
  }

  .ms-lg-140 {
    margin-left: 140px !important;
  }

  .ms-lg-150 {
    margin-left: 150px !important;
  }

  .ms-lg-160 {
    margin-left: 160px !important;
  }

  .ms-lg-170 {
    margin-left: 170px !important;
  }

  .ms-lg-180 {
    margin-left: 180px !important;
  }

  .ms-lg-190 {
    margin-left: 190px !important;
  }

  .ms-lg-200 {
    margin-left: 200px !important;
  }

  /* End negative-margin-start */
  /* START padding */
  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-p10 {
    padding: 10% !important;
  }

  .p-lg-p20 {
    padding: 20% !important;
  }

  .p-lg-p25 {
    padding: 25% !important;
  }

  .p-lg-p30 {
    padding: 30% !important;
  }

  .p-lg-p40 {
    padding: 40% !important;
  }

  .p-lg-p50 {
    padding: 50% !important;
  }

  .p-lg-p60 {
    padding: 60% !important;
  }

  .p-lg-p70 {
    padding: 70% !important;
  }

  .p-lg-p75 {
    padding: 75% !important;
  }

  .p-lg-p80 {
    padding: 80% !important;
  }

  .p-lg-p90 {
    padding: 90% !important;
  }

  .p-lg-p100 {
    padding: 100% !important;
  }

  .p-lg-1 {
    padding: 1px !important;
  }

  .p-lg-2 {
    padding: 2px !important;
  }

  .p-lg-3 {
    padding: 3px !important;
  }

  .p-lg-4 {
    padding: 4px !important;
  }

  .p-lg-5 {
    padding: 5px !important;
  }

  .p-lg-6 {
    padding: 6px !important;
  }

  .p-lg-7 {
    padding: 7px !important;
  }

  .p-lg-8 {
    padding: 8px !important;
  }

  .p-lg-9 {
    padding: 9px !important;
  }

  .p-lg-10 {
    padding: 10px !important;
  }

  .p-lg-15 {
    padding: 15px !important;
  }

  .p-lg-20 {
    padding: 20px !important;
  }

  .p-lg-25 {
    padding: 25px !important;
  }

  .p-lg-30 {
    padding: 30px !important;
  }

  .p-lg-35 {
    padding: 35px !important;
  }

  .p-lg-40 {
    padding: 40px !important;
  }

  .p-lg-45 {
    padding: 45px !important;
  }

  .p-lg-50 {
    padding: 50px !important;
  }

  .p-lg-60 {
    padding: 60px !important;
  }

  .p-lg-70 {
    padding: 70px !important;
  }

  .p-lg-80 {
    padding: 80px !important;
  }

  .p-lg-90 {
    padding: 90px !important;
  }

  .p-lg-100 {
    padding: 100px !important;
  }

  .p-lg-110 {
    padding: 110px !important;
  }

  .p-lg-120 {
    padding: 120px !important;
  }

  .p-lg-130 {
    padding: 130px !important;
  }

  .p-lg-140 {
    padding: 140px !important;
  }

  .p-lg-150 {
    padding: 150px !important;
  }

  .p-lg-160 {
    padding: 160px !important;
  }

  .p-lg-170 {
    padding: 170px !important;
  }

  .p-lg-180 {
    padding: 180px !important;
  }

  .p-lg-190 {
    padding: 190px !important;
  }

  .p-lg-200 {
    padding: 200px !important;
  }

  /* End padding */
  /* START padding-x */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-p10 {
    padding-right: 10% !important;
    padding-left: 10% !important;
  }

  .px-lg-p20 {
    padding-right: 20% !important;
    padding-left: 20% !important;
  }

  .px-lg-p25 {
    padding-right: 25% !important;
    padding-left: 25% !important;
  }

  .px-lg-p30 {
    padding-right: 30% !important;
    padding-left: 30% !important;
  }

  .px-lg-p40 {
    padding-right: 40% !important;
    padding-left: 40% !important;
  }

  .px-lg-p50 {
    padding-right: 50% !important;
    padding-left: 50% !important;
  }

  .px-lg-p60 {
    padding-right: 60% !important;
    padding-left: 60% !important;
  }

  .px-lg-p70 {
    padding-right: 70% !important;
    padding-left: 70% !important;
  }

  .px-lg-p75 {
    padding-right: 75% !important;
    padding-left: 75% !important;
  }

  .px-lg-p80 {
    padding-right: 80% !important;
    padding-left: 80% !important;
  }

  .px-lg-p90 {
    padding-right: 90% !important;
    padding-left: 90% !important;
  }

  .px-lg-p100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }

  .px-lg-1 {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }

  .px-lg-2 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  .px-lg-3 {
    padding-right: 3px !important;
    padding-left: 3px !important;
  }

  .px-lg-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .px-lg-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-lg-6 {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }

  .px-lg-7 {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }

  .px-lg-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .px-lg-9 {
    padding-right: 9px !important;
    padding-left: 9px !important;
  }

  .px-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-lg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-lg-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-lg-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-lg-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-lg-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-lg-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .px-lg-110 {
    padding-right: 110px !important;
    padding-left: 110px !important;
  }

  .px-lg-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .px-lg-130 {
    padding-right: 130px !important;
    padding-left: 130px !important;
  }

  .px-lg-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }

  .px-lg-150 {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }

  .px-lg-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }

  .px-lg-170 {
    padding-right: 170px !important;
    padding-left: 170px !important;
  }

  .px-lg-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }

  .px-lg-190 {
    padding-right: 190px !important;
    padding-left: 190px !important;
  }

  .px-lg-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  /* End padding-x */
  /* START padding-y */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-p10 {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }

  .py-lg-p20 {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }

  .py-lg-p25 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .py-lg-p30 {
    padding-top: 30% !important;
    padding-bottom: 30% !important;
  }

  .py-lg-p40 {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }

  .py-lg-p50 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .py-lg-p60 {
    padding-top: 60% !important;
    padding-bottom: 60% !important;
  }

  .py-lg-p70 {
    padding-top: 70% !important;
    padding-bottom: 70% !important;
  }

  .py-lg-p75 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .py-lg-p80 {
    padding-top: 80% !important;
    padding-bottom: 80% !important;
  }

  .py-lg-p90 {
    padding-top: 90% !important;
    padding-bottom: 90% !important;
  }

  .py-lg-p100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }

  .py-lg-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .py-lg-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .py-lg-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .py-lg-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-lg-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .py-lg-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .py-lg-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .py-lg-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }

  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .py-lg-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .py-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .py-lg-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .py-lg-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .py-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .py-lg-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  /* End padding-y */
  /* START padding-top */
  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-p10 {
    padding-top: 10% !important;
  }

  .pt-lg-p20 {
    padding-top: 20% !important;
  }

  .pt-lg-p25 {
    padding-top: 25% !important;
  }

  .pt-lg-p30 {
    padding-top: 30% !important;
  }

  .pt-lg-p40 {
    padding-top: 40% !important;
  }

  .pt-lg-p50 {
    padding-top: 50% !important;
  }

  .pt-lg-p60 {
    padding-top: 60% !important;
  }

  .pt-lg-p70 {
    padding-top: 70% !important;
  }

  .pt-lg-p75 {
    padding-top: 75% !important;
  }

  .pt-lg-p80 {
    padding-top: 80% !important;
  }

  .pt-lg-p90 {
    padding-top: 90% !important;
  }

  .pt-lg-p100 {
    padding-top: 100% !important;
  }

  .pt-lg-1 {
    padding-top: 1px !important;
  }

  .pt-lg-2 {
    padding-top: 2px !important;
  }

  .pt-lg-3 {
    padding-top: 3px !important;
  }

  .pt-lg-4 {
    padding-top: 4px !important;
  }

  .pt-lg-5 {
    padding-top: 5px !important;
  }

  .pt-lg-6 {
    padding-top: 6px !important;
  }

  .pt-lg-7 {
    padding-top: 7px !important;
  }

  .pt-lg-8 {
    padding-top: 8px !important;
  }

  .pt-lg-9 {
    padding-top: 9px !important;
  }

  .pt-lg-10 {
    padding-top: 10px !important;
  }

  .pt-lg-15 {
    padding-top: 15px !important;
  }

  .pt-lg-20 {
    padding-top: 20px !important;
  }

  .pt-lg-25 {
    padding-top: 25px !important;
  }

  .pt-lg-30 {
    padding-top: 30px !important;
  }

  .pt-lg-35 {
    padding-top: 35px !important;
  }

  .pt-lg-40 {
    padding-top: 40px !important;
  }

  .pt-lg-45 {
    padding-top: 45px !important;
  }

  .pt-lg-50 {
    padding-top: 50px !important;
  }

  .pt-lg-60 {
    padding-top: 60px !important;
  }

  .pt-lg-70 {
    padding-top: 70px !important;
  }

  .pt-lg-80 {
    padding-top: 80px !important;
  }

  .pt-lg-90 {
    padding-top: 90px !important;
  }

  .pt-lg-100 {
    padding-top: 100px !important;
  }

  .pt-lg-110 {
    padding-top: 110px !important;
  }

  .pt-lg-120 {
    padding-top: 120px !important;
  }

  .pt-lg-130 {
    padding-top: 130px !important;
  }

  .pt-lg-140 {
    padding-top: 140px !important;
  }

  .pt-lg-150 {
    padding-top: 150px !important;
  }

  .pt-lg-160 {
    padding-top: 160px !important;
  }

  .pt-lg-170 {
    padding-top: 170px !important;
  }

  .pt-lg-180 {
    padding-top: 180px !important;
  }

  .pt-lg-190 {
    padding-top: 190px !important;
  }

  .pt-lg-200 {
    padding-top: 200px !important;
  }

  /* End padding-top */
  /* START padding-end */
  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-p10 {
    padding-right: 10% !important;
  }

  .pe-lg-p20 {
    padding-right: 20% !important;
  }

  .pe-lg-p25 {
    padding-right: 25% !important;
  }

  .pe-lg-p30 {
    padding-right: 30% !important;
  }

  .pe-lg-p40 {
    padding-right: 40% !important;
  }

  .pe-lg-p50 {
    padding-right: 50% !important;
  }

  .pe-lg-p60 {
    padding-right: 60% !important;
  }

  .pe-lg-p70 {
    padding-right: 70% !important;
  }

  .pe-lg-p75 {
    padding-right: 75% !important;
  }

  .pe-lg-p80 {
    padding-right: 80% !important;
  }

  .pe-lg-p90 {
    padding-right: 90% !important;
  }

  .pe-lg-p100 {
    padding-right: 100% !important;
  }

  .pe-lg-1 {
    padding-right: 1px !important;
  }

  .pe-lg-2 {
    padding-right: 2px !important;
  }

  .pe-lg-3 {
    padding-right: 3px !important;
  }

  .pe-lg-4 {
    padding-right: 4px !important;
  }

  .pe-lg-5 {
    padding-right: 5px !important;
  }

  .pe-lg-6 {
    padding-right: 6px !important;
  }

  .pe-lg-7 {
    padding-right: 7px !important;
  }

  .pe-lg-8 {
    padding-right: 8px !important;
  }

  .pe-lg-9 {
    padding-right: 9px !important;
  }

  .pe-lg-10 {
    padding-right: 10px !important;
  }

  .pe-lg-15 {
    padding-right: 15px !important;
  }

  .pe-lg-20 {
    padding-right: 20px !important;
  }

  .pe-lg-25 {
    padding-right: 25px !important;
  }

  .pe-lg-30 {
    padding-right: 30px !important;
  }

  .pe-lg-35 {
    padding-right: 35px !important;
  }

  .pe-lg-40 {
    padding-right: 40px !important;
  }

  .pe-lg-45 {
    padding-right: 45px !important;
  }

  .pe-lg-50 {
    padding-right: 50px !important;
  }

  .pe-lg-60 {
    padding-right: 60px !important;
  }

  .pe-lg-70 {
    padding-right: 70px !important;
  }

  .pe-lg-80 {
    padding-right: 80px !important;
  }

  .pe-lg-90 {
    padding-right: 90px !important;
  }

  .pe-lg-100 {
    padding-right: 100px !important;
  }

  .pe-lg-110 {
    padding-right: 110px !important;
  }

  .pe-lg-120 {
    padding-right: 120px !important;
  }

  .pe-lg-130 {
    padding-right: 130px !important;
  }

  .pe-lg-140 {
    padding-right: 140px !important;
  }

  .pe-lg-150 {
    padding-right: 150px !important;
  }

  .pe-lg-160 {
    padding-right: 160px !important;
  }

  .pe-lg-170 {
    padding-right: 170px !important;
  }

  .pe-lg-180 {
    padding-right: 180px !important;
  }

  .pe-lg-190 {
    padding-right: 190px !important;
  }

  .pe-lg-200 {
    padding-right: 200px !important;
  }

  /* End padding-end */
  /* START padding-bottom */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-p10 {
    padding-bottom: 10% !important;
  }

  .pb-lg-p20 {
    padding-bottom: 20% !important;
  }

  .pb-lg-p25 {
    padding-bottom: 25% !important;
  }

  .pb-lg-p30 {
    padding-bottom: 30% !important;
  }

  .pb-lg-p40 {
    padding-bottom: 40% !important;
  }

  .pb-lg-p50 {
    padding-bottom: 50% !important;
  }

  .pb-lg-p60 {
    padding-bottom: 60% !important;
  }

  .pb-lg-p70 {
    padding-bottom: 70% !important;
  }

  .pb-lg-p75 {
    padding-bottom: 75% !important;
  }

  .pb-lg-p80 {
    padding-bottom: 80% !important;
  }

  .pb-lg-p90 {
    padding-bottom: 90% !important;
  }

  .pb-lg-p100 {
    padding-bottom: 100% !important;
  }

  .pb-lg-1 {
    padding-bottom: 1px !important;
  }

  .pb-lg-2 {
    padding-bottom: 2px !important;
  }

  .pb-lg-3 {
    padding-bottom: 3px !important;
  }

  .pb-lg-4 {
    padding-bottom: 4px !important;
  }

  .pb-lg-5 {
    padding-bottom: 5px !important;
  }

  .pb-lg-6 {
    padding-bottom: 6px !important;
  }

  .pb-lg-7 {
    padding-bottom: 7px !important;
  }

  .pb-lg-8 {
    padding-bottom: 8px !important;
  }

  .pb-lg-9 {
    padding-bottom: 9px !important;
  }

  .pb-lg-10 {
    padding-bottom: 10px !important;
  }

  .pb-lg-15 {
    padding-bottom: 15px !important;
  }

  .pb-lg-20 {
    padding-bottom: 20px !important;
  }

  .pb-lg-25 {
    padding-bottom: 25px !important;
  }

  .pb-lg-30 {
    padding-bottom: 30px !important;
  }

  .pb-lg-35 {
    padding-bottom: 35px !important;
  }

  .pb-lg-40 {
    padding-bottom: 40px !important;
  }

  .pb-lg-45 {
    padding-bottom: 45px !important;
  }

  .pb-lg-50 {
    padding-bottom: 50px !important;
  }

  .pb-lg-60 {
    padding-bottom: 60px !important;
  }

  .pb-lg-70 {
    padding-bottom: 70px !important;
  }

  .pb-lg-80 {
    padding-bottom: 80px !important;
  }

  .pb-lg-90 {
    padding-bottom: 90px !important;
  }

  .pb-lg-100 {
    padding-bottom: 100px !important;
  }

  .pb-lg-110 {
    padding-bottom: 110px !important;
  }

  .pb-lg-120 {
    padding-bottom: 120px !important;
  }

  .pb-lg-130 {
    padding-bottom: 130px !important;
  }

  .pb-lg-140 {
    padding-bottom: 140px !important;
  }

  .pb-lg-150 {
    padding-bottom: 150px !important;
  }

  .pb-lg-160 {
    padding-bottom: 160px !important;
  }

  .pb-lg-170 {
    padding-bottom: 170px !important;
  }

  .pb-lg-180 {
    padding-bottom: 180px !important;
  }

  .pb-lg-190 {
    padding-bottom: 190px !important;
  }

  .pb-lg-200 {
    padding-bottom: 200px !important;
  }

  /* End padding-bottom */
  /* START padding-start */
  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-p10 {
    padding-left: 10% !important;
  }

  .ps-lg-p20 {
    padding-left: 20% !important;
  }

  .ps-lg-p25 {
    padding-left: 25% !important;
  }

  .ps-lg-p30 {
    padding-left: 30% !important;
  }

  .ps-lg-p40 {
    padding-left: 40% !important;
  }

  .ps-lg-p50 {
    padding-left: 50% !important;
  }

  .ps-lg-p60 {
    padding-left: 60% !important;
  }

  .ps-lg-p70 {
    padding-left: 70% !important;
  }

  .ps-lg-p75 {
    padding-left: 75% !important;
  }

  .ps-lg-p80 {
    padding-left: 80% !important;
  }

  .ps-lg-p90 {
    padding-left: 90% !important;
  }

  .ps-lg-p100 {
    padding-left: 100% !important;
  }

  .ps-lg-1 {
    padding-left: 1px !important;
  }

  .ps-lg-2 {
    padding-left: 2px !important;
  }

  .ps-lg-3 {
    padding-left: 3px !important;
  }

  .ps-lg-4 {
    padding-left: 4px !important;
  }

  .ps-lg-5 {
    padding-left: 5px !important;
  }

  .ps-lg-6 {
    padding-left: 6px !important;
  }

  .ps-lg-7 {
    padding-left: 7px !important;
  }

  .ps-lg-8 {
    padding-left: 8px !important;
  }

  .ps-lg-9 {
    padding-left: 9px !important;
  }

  .ps-lg-10 {
    padding-left: 10px !important;
  }

  .ps-lg-15 {
    padding-left: 15px !important;
  }

  .ps-lg-20 {
    padding-left: 20px !important;
  }

  .ps-lg-25 {
    padding-left: 25px !important;
  }

  .ps-lg-30 {
    padding-left: 30px !important;
  }

  .ps-lg-35 {
    padding-left: 35px !important;
  }

  .ps-lg-40 {
    padding-left: 40px !important;
  }

  .ps-lg-45 {
    padding-left: 45px !important;
  }

  .ps-lg-50 {
    padding-left: 50px !important;
  }

  .ps-lg-60 {
    padding-left: 60px !important;
  }

  .ps-lg-70 {
    padding-left: 70px !important;
  }

  .ps-lg-80 {
    padding-left: 80px !important;
  }

  .ps-lg-90 {
    padding-left: 90px !important;
  }

  .ps-lg-100 {
    padding-left: 100px !important;
  }

  .ps-lg-110 {
    padding-left: 110px !important;
  }

  .ps-lg-120 {
    padding-left: 120px !important;
  }

  .ps-lg-130 {
    padding-left: 130px !important;
  }

  .ps-lg-140 {
    padding-left: 140px !important;
  }

  .ps-lg-150 {
    padding-left: 150px !important;
  }

  .ps-lg-160 {
    padding-left: 160px !important;
  }

  .ps-lg-170 {
    padding-left: 170px !important;
  }

  .ps-lg-180 {
    padding-left: 180px !important;
  }

  .ps-lg-190 {
    padding-left: 190px !important;
  }

  .ps-lg-200 {
    padding-left: 200px !important;
  }

  /* End padding-start */
  /* START font-size */
  .fs-lg-h1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-lg-h2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-lg-h3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-lg-h4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-lg-h5 {
    font-size: 1.25rem !important;
  }

  .fs-lg-h6 {
    font-size: 1rem !important;
  }

  .fs-lg-p {
    font-size: 1rem !important;
  }

  .fs-lg-xsmall {
    font-size: 0.75rem !important;
  }

  .fs-lg-small {
    font-size: 1rem !important;
  }

  .fs-lg-medium {
    font-size: 1.25rem !important;
  }

  .fs-lg-large {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-lg-xlarge {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }

  .fs-lg-xxlarge {
    font-size: calc(1.35rem + 1.2vw) !important;
  }

  .fs-lg-40 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-lg-45 {
    font-size: calc(1.40625rem + 1.875vw) !important;
  }

  .fs-lg-50 {
    font-size: calc(1.4375rem + 2.25vw) !important;
  }

  .fs-lg-60 {
    font-size: calc(1.5rem + 3vw) !important;
  }

  .fs-lg-70 {
    font-size: calc(1.5625rem + 3.75vw) !important;
  }

  .fs-lg-80 {
    font-size: calc(1.625rem + 4.5vw) !important;
  }

  /* End font-size */
  /* START text-align */
  .ta-lg-start {
    text-align: left !important;
  }

  .ta-lg-end {
    text-align: right !important;
  }

  .ta-lg-center {
    text-align: center !important;
  }

  /* End text-align */
  /* START flex */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  /* End flex */
  /* START flex-direction */
  .flex-direction-lg-row {
    flex-direction: row !important;
  }

  .flex-direction-lg-column {
    flex-direction: column !important;
  }

  .flex-direction-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-direction-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* End flex-direction */
  /* START flex-grow */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  /* End flex-grow */
  /* START flex-shrink */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* End flex-shrink */
  /* START flex-wrap */
  .flex-wrap-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-wrap-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-wrap-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* End flex-wrap */
  /* START gap */
  .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;
  }

  /* End gap */
  /* START justify-content */
  .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;
  }

  /* End justify-content */
  /* START align-items */
  .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;
  }

  /* End align-items */
  /* START align-content */
  .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;
  }

  /* End align-content */
  /* START align-self */
  .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;
  }

  /* End align-self */
  /* START order */
  .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;
  }

  /* End order */
  /* START no-border */
  .b-0-lg {
    border: 0 !important;
  }

  /* End no-border */
  /* START no-border top */
  .b-0-top-lg {
    border: 0 !important;
  }

  /* End no-border top */
  /* START no-border right */
  .b-0-end-lg {
    border-right: 0 !important;
  }

  /* End no-border right */
  /* START no-border bottom */
  .b-0-bottom-lg {
    border-bottom: 0 !important;
  }

  /* End no-border bottom */
  /* START no-border start */
  .b-0-left-lg {
    border-bottom: 0 !important;
  }

  /* End no-border start */
  /* START border */
  .b-all-lg {
    border: 1px solid var(--bs-border-color) !important;
  }

  .b-all-lg-0 {
    border: 0 !important;
  }

  /* End border */
  /* START border-color */
  .b-c-lg-theme {
    border-color: var(--bs-theme) !important;
  }

  .b-c-lg-accent {
    border-color: var(--bs-accent) !important;
  }

  .b-c-lg-primary {
    border-color: var(--bs-primary) !important;
  }

  .b-c-lg-secondary {
    border-color: var(--bs-secondary) !important;
  }

  .b-c-lg-tertiary {
    border-color: var(--bs-tertiary) !important;
  }

  .b-c-lg-success {
    border-color: var(--bs-success) !important;
  }

  .b-c-lg-info {
    border-color: var(--bs-info) !important;
  }

  .b-c-lg-warning {
    border-color: var(--bs-warning) !important;
  }

  .b-c-lg-danger {
    border-color: var(--bs-danger) !important;
  }

  .b-c-lg-light {
    border-color: var(--bs-light) !important;
  }

  .b-c-lg-dark {
    border-color: var(--bs-dark) !important;
  }

  .b-c-lg-white {
    border-color: var(--bs-white) !important;
  }

  .b-c-lg-black {
    border-color: var(--bs-black) !important;
  }

  /* End border-color */
  /* START border-top */
  .b-top-lg {
    border-top: 1px solid var(--bs-border-color) !important;
  }

  .b-top-lg-0 {
    border-top: 0 !important;
  }

  /* End border-top */
  /* START border-end */
  .b-end-lg {
    border-right: 1px solid var(--bs-border-color) !important;
  }

  .b-end-lg-0 {
    border-right: 0 !important;
  }

  /* End border-end */
  /* START border-bottom */
  .b-bottom-lg {
    border-bottom: 1px solid var(--bs-border-color) !important;
  }

  .b-bottom-lg-0 {
    border-bottom: 0 !important;
  }

  /* End border-bottom */
  /* START border-start */
  .b-start-lg {
    border-left: 1px solid var(--bs-border-color) !important;
  }

  .b-start-lg-0 {
    border-left: 0 !important;
  }

  /* End border-start */
  /* START border-width */
  .b-w-lg-1 {
    border-width: 1px !important;
  }

  .b-w-lg-2 {
    border-width: 2px !important;
  }

  .b-w-lg-3 {
    border-width: 3px !important;
  }

  .b-w-lg-4 {
    border-width: 4px !important;
  }

  .b-w-lg-5 {
    border-width: 5px !important;
  }

  /* End border-width */
  /* START rounded */
  .rounded-lg {
    border-radius: 0.25rem !important;
  }

  .rounded-lg-0 {
    border-radius: 0 !important;
  }

  .rounded-lg-1 {
    border-radius: 0.2rem !important;
  }

  .rounded-lg-2 {
    border-radius: 0.25rem !important;
  }

  .rounded-lg-3 {
    border-radius: 0.3rem !important;
  }

  .rounded-lg-circle {
    border-radius: 50% !important;
  }

  .rounded-lg-pill {
    border-radius: 50rem !important;
  }

  /* End rounded */
  /* START rounded-top */
  .rounded-top-lg {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  /* End rounded-top */
  /* START rounded-end */
  .rounded-end-lg {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  /* End rounded-end */
  /* START rounded-bottom */
  .rounded-bottom-lg {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  /* End rounded-bottom */
  /* START rounded-start */
  .rounded-start-lg {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }

  /* End rounded-start */
  /* START float */
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  /* End float */
  /* START display */
  .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;
  }

  /* End display */
  /* START width */
  .w-lg-0 {
    width: 0 !important;
  }

  .w-lg-p10 {
    width: 10% !important;
  }

  .w-lg-p20 {
    width: 20% !important;
  }

  .w-lg-p25 {
    width: 25% !important;
  }

  .w-lg-p30 {
    width: 30% !important;
  }

  .w-lg-p40 {
    width: 40% !important;
  }

  .w-lg-p50 {
    width: 50% !important;
  }

  .w-lg-p60 {
    width: 60% !important;
  }

  .w-lg-p70 {
    width: 70% !important;
  }

  .w-lg-p75 {
    width: 75% !important;
  }

  .w-lg-p80 {
    width: 80% !important;
  }

  .w-lg-p90 {
    width: 90% !important;
  }

  .w-lg-p100 {
    width: 100% !important;
  }

  .w-lg-v25 {
    width: 25vh !important;
  }

  .w-lg-v50 {
    width: 50vh !important;
  }

  .w-lg-v75 {
    width: 75vh !important;
  }

  .w-lg-v100 {
    width: 100vh !important;
  }

  .w-lg-5 {
    width: 5px !important;
  }

  .w-lg-10 {
    width: 10px !important;
  }

  .w-lg-15 {
    width: 15px !important;
  }

  .w-lg-20 {
    width: 20px !important;
  }

  .w-lg-25 {
    width: 25px !important;
  }

  .w-lg-30 {
    width: 30px !important;
  }

  .w-lg-35 {
    width: 35px !important;
  }

  .w-lg-40 {
    width: 40px !important;
  }

  .w-lg-45 {
    width: 45px !important;
  }

  .w-lg-50 {
    width: 50px !important;
  }

  .w-lg-55 {
    width: 55px !important;
  }

  .w-lg-60 {
    width: 60px !important;
  }

  .w-lg-65 {
    width: 65px !important;
  }

  .w-lg-70 {
    width: 70px !important;
  }

  .w-lg-75 {
    width: 75px !important;
  }

  .w-lg-80 {
    width: 80px !important;
  }

  .w-lg-85 {
    width: 85px !important;
  }

  .w-lg-90 {
    width: 90px !important;
  }

  .w-lg-95 {
    width: 95px !important;
  }

  .w-lg-100 {
    width: 100px !important;
  }

  .w-lg-120 {
    width: 120px !important;
  }

  .w-lg-140 {
    width: 140px !important;
  }

  .w-lg-160 {
    width: 160px !important;
  }

  .w-lg-180 {
    width: 180px !important;
  }

  .w-lg-200 {
    width: 200px !important;
  }

  .w-lg-220 {
    width: 220px !important;
  }

  .w-lg-240 {
    width: 240px !important;
  }

  .w-lg-260 {
    width: 260px !important;
  }

  .w-lg-280 {
    width: 280px !important;
  }

  .w-lg-300 {
    width: 300px !important;
  }

  .w-lg-350 {
    width: 350px !important;
  }

  .w-lg-400 {
    width: 400px !important;
  }

  .w-lg-450 {
    width: 450px !important;
  }

  .w-lg-500 {
    width: 500px !important;
  }

  .w-lg-550 {
    width: 550px !important;
  }

  .w-lg-600 {
    width: 600px !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .w-lg-unset {
    width: unset !important;
  }

  /* End width */
  /* START max-width */
  .maxw-lg-0 {
    max-width: 0 !important;
  }

  .maxw-lg-p10 {
    max-width: 10% !important;
  }

  .maxw-lg-p20 {
    max-width: 20% !important;
  }

  .maxw-lg-p25 {
    max-width: 25% !important;
  }

  .maxw-lg-p30 {
    max-width: 30% !important;
  }

  .maxw-lg-p40 {
    max-width: 40% !important;
  }

  .maxw-lg-p50 {
    max-width: 50% !important;
  }

  .maxw-lg-p60 {
    max-width: 60% !important;
  }

  .maxw-lg-p70 {
    max-width: 70% !important;
  }

  .maxw-lg-p75 {
    max-width: 75% !important;
  }

  .maxw-lg-p80 {
    max-width: 80% !important;
  }

  .maxw-lg-p90 {
    max-width: 90% !important;
  }

  .maxw-lg-p100 {
    max-width: 100% !important;
  }

  .maxw-lg-v25 {
    max-width: 25vh !important;
  }

  .maxw-lg-v50 {
    max-width: 50vh !important;
  }

  .maxw-lg-v75 {
    max-width: 75vh !important;
  }

  .maxw-lg-v100 {
    max-width: 100vh !important;
  }

  .maxw-lg-5 {
    max-width: 5px !important;
  }

  .maxw-lg-10 {
    max-width: 10px !important;
  }

  .maxw-lg-15 {
    max-width: 15px !important;
  }

  .maxw-lg-20 {
    max-width: 20px !important;
  }

  .maxw-lg-25 {
    max-width: 25px !important;
  }

  .maxw-lg-30 {
    max-width: 30px !important;
  }

  .maxw-lg-35 {
    max-width: 35px !important;
  }

  .maxw-lg-40 {
    max-width: 40px !important;
  }

  .maxw-lg-45 {
    max-width: 45px !important;
  }

  .maxw-lg-50 {
    max-width: 50px !important;
  }

  .maxw-lg-55 {
    max-width: 55px !important;
  }

  .maxw-lg-60 {
    max-width: 60px !important;
  }

  .maxw-lg-65 {
    max-width: 65px !important;
  }

  .maxw-lg-70 {
    max-width: 70px !important;
  }

  .maxw-lg-75 {
    max-width: 75px !important;
  }

  .maxw-lg-80 {
    max-width: 80px !important;
  }

  .maxw-lg-85 {
    max-width: 85px !important;
  }

  .maxw-lg-90 {
    max-width: 90px !important;
  }

  .maxw-lg-95 {
    max-width: 95px !important;
  }

  .maxw-lg-100 {
    max-width: 100px !important;
  }

  .maxw-lg-120 {
    max-width: 120px !important;
  }

  .maxw-lg-140 {
    max-width: 140px !important;
  }

  .maxw-lg-160 {
    max-width: 160px !important;
  }

  .maxw-lg-180 {
    max-width: 180px !important;
  }

  .maxw-lg-200 {
    max-width: 200px !important;
  }

  .maxw-lg-220 {
    max-width: 220px !important;
  }

  .maxw-lg-240 {
    max-width: 240px !important;
  }

  .maxw-lg-260 {
    max-width: 260px !important;
  }

  .maxw-lg-280 {
    max-width: 280px !important;
  }

  .maxw-lg-300 {
    max-width: 300px !important;
  }

  .maxw-lg-350 {
    max-width: 350px !important;
  }

  .maxw-lg-400 {
    max-width: 400px !important;
  }

  .maxw-lg-450 {
    max-width: 450px !important;
  }

  .maxw-lg-500 {
    max-width: 500px !important;
  }

  .maxw-lg-550 {
    max-width: 550px !important;
  }

  .maxw-lg-600 {
    max-width: 600px !important;
  }

  .maxw-lg-auto {
    max-width: auto !important;
  }

  .maxw-lg-unset {
    max-width: unset !important;
  }

  /* End max-width */
  /* START min-width */
  .minw-lg-0 {
    min-width: 0 !important;
  }

  .minw-lg-p10 {
    min-width: 10% !important;
  }

  .minw-lg-p20 {
    min-width: 20% !important;
  }

  .minw-lg-p25 {
    min-width: 25% !important;
  }

  .minw-lg-p30 {
    min-width: 30% !important;
  }

  .minw-lg-p40 {
    min-width: 40% !important;
  }

  .minw-lg-p50 {
    min-width: 50% !important;
  }

  .minw-lg-p60 {
    min-width: 60% !important;
  }

  .minw-lg-p70 {
    min-width: 70% !important;
  }

  .minw-lg-p75 {
    min-width: 75% !important;
  }

  .minw-lg-p80 {
    min-width: 80% !important;
  }

  .minw-lg-p90 {
    min-width: 90% !important;
  }

  .minw-lg-p100 {
    min-width: 100% !important;
  }

  .minw-lg-v25 {
    min-width: 25vh !important;
  }

  .minw-lg-v50 {
    min-width: 50vh !important;
  }

  .minw-lg-v75 {
    min-width: 75vh !important;
  }

  .minw-lg-v100 {
    min-width: 100vh !important;
  }

  .minw-lg-5 {
    min-width: 5px !important;
  }

  .minw-lg-10 {
    min-width: 10px !important;
  }

  .minw-lg-15 {
    min-width: 15px !important;
  }

  .minw-lg-20 {
    min-width: 20px !important;
  }

  .minw-lg-25 {
    min-width: 25px !important;
  }

  .minw-lg-30 {
    min-width: 30px !important;
  }

  .minw-lg-35 {
    min-width: 35px !important;
  }

  .minw-lg-40 {
    min-width: 40px !important;
  }

  .minw-lg-45 {
    min-width: 45px !important;
  }

  .minw-lg-50 {
    min-width: 50px !important;
  }

  .minw-lg-55 {
    min-width: 55px !important;
  }

  .minw-lg-60 {
    min-width: 60px !important;
  }

  .minw-lg-65 {
    min-width: 65px !important;
  }

  .minw-lg-70 {
    min-width: 70px !important;
  }

  .minw-lg-75 {
    min-width: 75px !important;
  }

  .minw-lg-80 {
    min-width: 80px !important;
  }

  .minw-lg-85 {
    min-width: 85px !important;
  }

  .minw-lg-90 {
    min-width: 90px !important;
  }

  .minw-lg-95 {
    min-width: 95px !important;
  }

  .minw-lg-100 {
    min-width: 100px !important;
  }

  .minw-lg-120 {
    min-width: 120px !important;
  }

  .minw-lg-140 {
    min-width: 140px !important;
  }

  .minw-lg-160 {
    min-width: 160px !important;
  }

  .minw-lg-180 {
    min-width: 180px !important;
  }

  .minw-lg-200 {
    min-width: 200px !important;
  }

  .minw-lg-220 {
    min-width: 220px !important;
  }

  .minw-lg-240 {
    min-width: 240px !important;
  }

  .minw-lg-260 {
    min-width: 260px !important;
  }

  .minw-lg-280 {
    min-width: 280px !important;
  }

  .minw-lg-300 {
    min-width: 300px !important;
  }

  .minw-lg-350 {
    min-width: 350px !important;
  }

  .minw-lg-400 {
    min-width: 400px !important;
  }

  .minw-lg-450 {
    min-width: 450px !important;
  }

  .minw-lg-500 {
    min-width: 500px !important;
  }

  .minw-lg-550 {
    min-width: 550px !important;
  }

  .minw-lg-600 {
    min-width: 600px !important;
  }

  .minw-lg-auto {
    min-width: auto !important;
  }

  .minw-lg-unset {
    min-width: unset !important;
  }

  /* End min-width */
  /* START height */
  .h-lg-0 {
    height: 0 !important;
  }

  .h-lg-p10 {
    height: 10% !important;
  }

  .h-lg-p20 {
    height: 20% !important;
  }

  .h-lg-p25 {
    height: 25% !important;
  }

  .h-lg-p30 {
    height: 30% !important;
  }

  .h-lg-p40 {
    height: 40% !important;
  }

  .h-lg-p50 {
    height: 50% !important;
  }

  .h-lg-p60 {
    height: 60% !important;
  }

  .h-lg-p70 {
    height: 70% !important;
  }

  .h-lg-p75 {
    height: 75% !important;
  }

  .h-lg-p80 {
    height: 80% !important;
  }

  .h-lg-p90 {
    height: 90% !important;
  }

  .h-lg-p100 {
    height: 100% !important;
  }

  .h-lg-v25 {
    height: 25vh !important;
  }

  .h-lg-v50 {
    height: 50vh !important;
  }

  .h-lg-v75 {
    height: 75vh !important;
  }

  .h-lg-v100 {
    height: 100vh !important;
  }

  .h-lg-5 {
    height: 5px !important;
  }

  .h-lg-10 {
    height: 10px !important;
  }

  .h-lg-15 {
    height: 15px !important;
  }

  .h-lg-20 {
    height: 20px !important;
  }

  .h-lg-25 {
    height: 25px !important;
  }

  .h-lg-30 {
    height: 30px !important;
  }

  .h-lg-35 {
    height: 35px !important;
  }

  .h-lg-40 {
    height: 40px !important;
  }

  .h-lg-45 {
    height: 45px !important;
  }

  .h-lg-50 {
    height: 50px !important;
  }

  .h-lg-55 {
    height: 55px !important;
  }

  .h-lg-60 {
    height: 60px !important;
  }

  .h-lg-65 {
    height: 65px !important;
  }

  .h-lg-70 {
    height: 70px !important;
  }

  .h-lg-75 {
    height: 75px !important;
  }

  .h-lg-80 {
    height: 80px !important;
  }

  .h-lg-85 {
    height: 85px !important;
  }

  .h-lg-90 {
    height: 90px !important;
  }

  .h-lg-95 {
    height: 95px !important;
  }

  .h-lg-100 {
    height: 100px !important;
  }

  .h-lg-120 {
    height: 120px !important;
  }

  .h-lg-140 {
    height: 140px !important;
  }

  .h-lg-160 {
    height: 160px !important;
  }

  .h-lg-180 {
    height: 180px !important;
  }

  .h-lg-200 {
    height: 200px !important;
  }

  .h-lg-220 {
    height: 220px !important;
  }

  .h-lg-240 {
    height: 240px !important;
  }

  .h-lg-260 {
    height: 260px !important;
  }

  .h-lg-280 {
    height: 280px !important;
  }

  .h-lg-300 {
    height: 300px !important;
  }

  .h-lg-350 {
    height: 350px !important;
  }

  .h-lg-400 {
    height: 400px !important;
  }

  .h-lg-450 {
    height: 450px !important;
  }

  .h-lg-500 {
    height: 500px !important;
  }

  .h-lg-550 {
    height: 550px !important;
  }

  .h-lg-600 {
    height: 600px !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .h-lg-unset {
    height: unset !important;
  }

  /* End height */
  /* START max-height */
  .maxh-lg-0 {
    max-height: 0 !important;
  }

  .maxh-lg-p10 {
    max-height: 10% !important;
  }

  .maxh-lg-p20 {
    max-height: 20% !important;
  }

  .maxh-lg-p25 {
    max-height: 25% !important;
  }

  .maxh-lg-p30 {
    max-height: 30% !important;
  }

  .maxh-lg-p40 {
    max-height: 40% !important;
  }

  .maxh-lg-p50 {
    max-height: 50% !important;
  }

  .maxh-lg-p60 {
    max-height: 60% !important;
  }

  .maxh-lg-p70 {
    max-height: 70% !important;
  }

  .maxh-lg-p75 {
    max-height: 75% !important;
  }

  .maxh-lg-p80 {
    max-height: 80% !important;
  }

  .maxh-lg-p90 {
    max-height: 90% !important;
  }

  .maxh-lg-p100 {
    max-height: 100% !important;
  }

  .maxh-lg-v25 {
    max-height: 25vh !important;
  }

  .maxh-lg-v50 {
    max-height: 50vh !important;
  }

  .maxh-lg-v75 {
    max-height: 75vh !important;
  }

  .maxh-lg-v100 {
    max-height: 100vh !important;
  }

  .maxh-lg-5 {
    max-height: 5px !important;
  }

  .maxh-lg-10 {
    max-height: 10px !important;
  }

  .maxh-lg-15 {
    max-height: 15px !important;
  }

  .maxh-lg-20 {
    max-height: 20px !important;
  }

  .maxh-lg-25 {
    max-height: 25px !important;
  }

  .maxh-lg-30 {
    max-height: 30px !important;
  }

  .maxh-lg-35 {
    max-height: 35px !important;
  }

  .maxh-lg-40 {
    max-height: 40px !important;
  }

  .maxh-lg-45 {
    max-height: 45px !important;
  }

  .maxh-lg-50 {
    max-height: 50px !important;
  }

  .maxh-lg-55 {
    max-height: 55px !important;
  }

  .maxh-lg-60 {
    max-height: 60px !important;
  }

  .maxh-lg-65 {
    max-height: 65px !important;
  }

  .maxh-lg-70 {
    max-height: 70px !important;
  }

  .maxh-lg-75 {
    max-height: 75px !important;
  }

  .maxh-lg-80 {
    max-height: 80px !important;
  }

  .maxh-lg-85 {
    max-height: 85px !important;
  }

  .maxh-lg-90 {
    max-height: 90px !important;
  }

  .maxh-lg-95 {
    max-height: 95px !important;
  }

  .maxh-lg-100 {
    max-height: 100px !important;
  }

  .maxh-lg-120 {
    max-height: 120px !important;
  }

  .maxh-lg-140 {
    max-height: 140px !important;
  }

  .maxh-lg-160 {
    max-height: 160px !important;
  }

  .maxh-lg-180 {
    max-height: 180px !important;
  }

  .maxh-lg-200 {
    max-height: 200px !important;
  }

  .maxh-lg-220 {
    max-height: 220px !important;
  }

  .maxh-lg-240 {
    max-height: 240px !important;
  }

  .maxh-lg-260 {
    max-height: 260px !important;
  }

  .maxh-lg-280 {
    max-height: 280px !important;
  }

  .maxh-lg-300 {
    max-height: 300px !important;
  }

  .maxh-lg-350 {
    max-height: 350px !important;
  }

  .maxh-lg-400 {
    max-height: 400px !important;
  }

  .maxh-lg-450 {
    max-height: 450px !important;
  }

  .maxh-lg-500 {
    max-height: 500px !important;
  }

  .maxh-lg-550 {
    max-height: 550px !important;
  }

  .maxh-lg-600 {
    max-height: 600px !important;
  }

  .maxh-lg-auto {
    max-height: auto !important;
  }

  .maxh-lg-unset {
    max-height: unset !important;
  }

  /* End max-height */
  /* START min-height */
  .minh-lg-0 {
    min-height: 0 !important;
  }

  .minh-lg-p10 {
    min-height: 10% !important;
  }

  .minh-lg-p20 {
    min-height: 20% !important;
  }

  .minh-lg-p25 {
    min-height: 25% !important;
  }

  .minh-lg-p30 {
    min-height: 30% !important;
  }

  .minh-lg-p40 {
    min-height: 40% !important;
  }

  .minh-lg-p50 {
    min-height: 50% !important;
  }

  .minh-lg-p60 {
    min-height: 60% !important;
  }

  .minh-lg-p70 {
    min-height: 70% !important;
  }

  .minh-lg-p75 {
    min-height: 75% !important;
  }

  .minh-lg-p80 {
    min-height: 80% !important;
  }

  .minh-lg-p90 {
    min-height: 90% !important;
  }

  .minh-lg-p100 {
    min-height: 100% !important;
  }

  .minh-lg-v25 {
    min-height: 25vh !important;
  }

  .minh-lg-v50 {
    min-height: 50vh !important;
  }

  .minh-lg-v75 {
    min-height: 75vh !important;
  }

  .minh-lg-v100 {
    min-height: 100vh !important;
  }

  .minh-lg-5 {
    min-height: 5px !important;
  }

  .minh-lg-10 {
    min-height: 10px !important;
  }

  .minh-lg-15 {
    min-height: 15px !important;
  }

  .minh-lg-20 {
    min-height: 20px !important;
  }

  .minh-lg-25 {
    min-height: 25px !important;
  }

  .minh-lg-30 {
    min-height: 30px !important;
  }

  .minh-lg-35 {
    min-height: 35px !important;
  }

  .minh-lg-40 {
    min-height: 40px !important;
  }

  .minh-lg-45 {
    min-height: 45px !important;
  }

  .minh-lg-50 {
    min-height: 50px !important;
  }

  .minh-lg-55 {
    min-height: 55px !important;
  }

  .minh-lg-60 {
    min-height: 60px !important;
  }

  .minh-lg-65 {
    min-height: 65px !important;
  }

  .minh-lg-70 {
    min-height: 70px !important;
  }

  .minh-lg-75 {
    min-height: 75px !important;
  }

  .minh-lg-80 {
    min-height: 80px !important;
  }

  .minh-lg-85 {
    min-height: 85px !important;
  }

  .minh-lg-90 {
    min-height: 90px !important;
  }

  .minh-lg-95 {
    min-height: 95px !important;
  }

  .minh-lg-100 {
    min-height: 100px !important;
  }

  .minh-lg-120 {
    min-height: 120px !important;
  }

  .minh-lg-140 {
    min-height: 140px !important;
  }

  .minh-lg-160 {
    min-height: 160px !important;
  }

  .minh-lg-180 {
    min-height: 180px !important;
  }

  .minh-lg-200 {
    min-height: 200px !important;
  }

  .minh-lg-220 {
    min-height: 220px !important;
  }

  .minh-lg-240 {
    min-height: 240px !important;
  }

  .minh-lg-260 {
    min-height: 260px !important;
  }

  .minh-lg-280 {
    min-height: 280px !important;
  }

  .minh-lg-300 {
    min-height: 300px !important;
  }

  .minh-lg-350 {
    min-height: 350px !important;
  }

  .minh-lg-400 {
    min-height: 400px !important;
  }

  .minh-lg-450 {
    min-height: 450px !important;
  }

  .minh-lg-500 {
    min-height: 500px !important;
  }

  .minh-lg-550 {
    min-height: 550px !important;
  }

  .minh-lg-600 {
    min-height: 600px !important;
  }

  .minh-lg-auto {
    min-height: auto !important;
  }

  .minh-lg-unset {
    min-height: unset !important;
  }

  /* End min-height */
  /* START viewport-width */
  .vw-lg-25 {
    width: 25vw !important;
  }

  .vw-lg-33 {
    width: 33.33vw !important;
  }

  .vw-lg-50 {
    width: 50vw !important;
  }

  .vw-lg-66 {
    width: 66.66vw !important;
  }

  .vw-lg-75 {
    width: 75vw !important;
  }

  .vw-lg-100 {
    width: 100vw !important;
  }

  /* End viewport-width */
  /* START min-viewport-width */
  .min-vw-lg-25 {
    min-width: 25vw !important;
  }

  .min-vw-lg-33 {
    min-width: 33.33vw !important;
  }

  .min-vw-lg-50 {
    min-width: 50vw !important;
  }

  .min-vw-lg-66 {
    min-width: 66.66vw !important;
  }

  .min-vw-lg-75 {
    min-width: 75vw !important;
  }

  .min-vw-lg-100 {
    min-width: 100vw !important;
  }

  /* End min-viewport-width */
  /* START viewport-height */
  .vh-lg-25 {
    height: 25vh !important;
  }

  .vh-lg-33 {
    height: 33.33vh !important;
  }

  .vh-lg-50 {
    height: 50vh !important;
  }

  .vh-lg-66 {
    height: 66.66vh !important;
  }

  .vh-lg-75 {
    height: 75vh !important;
  }

  .vh-lg-100 {
    height: 100vh !important;
  }

  /* End viewport-height */
  /* START min-viewport-height */
  .min-vh-lg-25 {
    min-height: 25vh !important;
  }

  .min-vh-lg-33 {
    min-height: 33.33vh !important;
  }

  .min-vh-lg-50 {
    min-height: 50vh !important;
  }

  .min-vh-lg-66 {
    min-height: 66.66vh !important;
  }

  .min-vh-lg-75 {
    min-height: 75vh !important;
  }

  .min-vh-lg-100 {
    min-height: 100vh !important;
  }

  /* End min-viewport-height */
}
@media (min-width: 1200px) {
  /* START margin */
  .m-xl-auto {
    margin: auto !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-p10 {
    margin: 10% !important;
  }

  .m-xl-p20 {
    margin: 20% !important;
  }

  .m-xl-p25 {
    margin: 25% !important;
  }

  .m-xl-p30 {
    margin: 30% !important;
  }

  .m-xl-p40 {
    margin: 40% !important;
  }

  .m-xl-p50 {
    margin: 50% !important;
  }

  .m-xl-p60 {
    margin: 60% !important;
  }

  .m-xl-p70 {
    margin: 70% !important;
  }

  .m-xl-p75 {
    margin: 75% !important;
  }

  .m-xl-p80 {
    margin: 80% !important;
  }

  .m-xl-p90 {
    margin: 90% !important;
  }

  .m-xl-p100 {
    margin: 100% !important;
  }

  .m-xl-1 {
    margin: 1px !important;
  }

  .m-xl-2 {
    margin: 2px !important;
  }

  .m-xl-3 {
    margin: 3px !important;
  }

  .m-xl-4 {
    margin: 4px !important;
  }

  .m-xl-5 {
    margin: 5px !important;
  }

  .m-xl-6 {
    margin: 6px !important;
  }

  .m-xl-7 {
    margin: 7px !important;
  }

  .m-xl-8 {
    margin: 8px !important;
  }

  .m-xl-9 {
    margin: 9px !important;
  }

  .m-xl-10 {
    margin: 10px !important;
  }

  .m-xl-15 {
    margin: 15px !important;
  }

  .m-xl-20 {
    margin: 20px !important;
  }

  .m-xl-25 {
    margin: 25px !important;
  }

  .m-xl-30 {
    margin: 30px !important;
  }

  .m-xl-35 {
    margin: 35px !important;
  }

  .m-xl-40 {
    margin: 40px !important;
  }

  .m-xl-45 {
    margin: 45px !important;
  }

  .m-xl-50 {
    margin: 50px !important;
  }

  .m-xl-60 {
    margin: 60px !important;
  }

  .m-xl-70 {
    margin: 70px !important;
  }

  .m-xl-80 {
    margin: 80px !important;
  }

  .m-xl-90 {
    margin: 90px !important;
  }

  .m-xl-100 {
    margin: 100px !important;
  }

  .m-xl-110 {
    margin: 110px !important;
  }

  .m-xl-120 {
    margin: 120px !important;
  }

  .m-xl-130 {
    margin: 130px !important;
  }

  .m-xl-140 {
    margin: 140px !important;
  }

  .m-xl-150 {
    margin: 150px !important;
  }

  .m-xl-160 {
    margin: 160px !important;
  }

  .m-xl-170 {
    margin: 170px !important;
  }

  .m-xl-180 {
    margin: 180px !important;
  }

  .m-xl-190 {
    margin: 190px !important;
  }

  .m-xl-200 {
    margin: 200px !important;
  }

  /* End margin */
  /* START margin-x */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-p10 {
    margin-right: 10% !important;
    margin-left: 10% !important;
  }

  .mx-xl-p20 {
    margin-right: 20% !important;
    margin-left: 20% !important;
  }

  .mx-xl-p25 {
    margin-right: 25% !important;
    margin-left: 25% !important;
  }

  .mx-xl-p30 {
    margin-right: 30% !important;
    margin-left: 30% !important;
  }

  .mx-xl-p40 {
    margin-right: 40% !important;
    margin-left: 40% !important;
  }

  .mx-xl-p50 {
    margin-right: 50% !important;
    margin-left: 50% !important;
  }

  .mx-xl-p60 {
    margin-right: 60% !important;
    margin-left: 60% !important;
  }

  .mx-xl-p70 {
    margin-right: 70% !important;
    margin-left: 70% !important;
  }

  .mx-xl-p75 {
    margin-right: 75% !important;
    margin-left: 75% !important;
  }

  .mx-xl-p80 {
    margin-right: 80% !important;
    margin-left: 80% !important;
  }

  .mx-xl-p90 {
    margin-right: 90% !important;
    margin-left: 90% !important;
  }

  .mx-xl-p100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }

  .mx-xl-1 {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  .mx-xl-2 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }

  .mx-xl-3 {
    margin-right: 3px !important;
    margin-left: 3px !important;
  }

  .mx-xl-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-xl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-xl-6 {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }

  .mx-xl-7 {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }

  .mx-xl-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-xl-9 {
    margin-right: 9px !important;
    margin-left: 9px !important;
  }

  .mx-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-xl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-xl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-xl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-xl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-xl-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-xl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-xl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-xl-110 {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }

  .mx-xl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-xl-130 {
    margin-right: 130px !important;
    margin-left: 130px !important;
  }

  .mx-xl-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .mx-xl-150 {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }

  .mx-xl-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .mx-xl-170 {
    margin-right: 170px !important;
    margin-left: 170px !important;
  }

  .mx-xl-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }

  .mx-xl-190 {
    margin-right: 190px !important;
    margin-left: 190px !important;
  }

  .mx-xl-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  /* End margin-x */
  /* START margin-y */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-p10 {
    margin-top: 10% !important;
    margin-bottom: 10% !important;
  }

  .my-xl-p20 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .my-xl-p25 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .my-xl-p30 {
    margin-top: 30% !important;
    margin-bottom: 30% !important;
  }

  .my-xl-p40 {
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .my-xl-p50 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .my-xl-p60 {
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .my-xl-p70 {
    margin-top: 70% !important;
    margin-bottom: 70% !important;
  }

  .my-xl-p75 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .my-xl-p80 {
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .my-xl-p90 {
    margin-top: 90% !important;
    margin-bottom: 90% !important;
  }

  .my-xl-p100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }

  .my-xl-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .my-xl-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .my-xl-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .my-xl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-xl-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .my-xl-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }

  .my-xl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-xl-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }

  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-xl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-xl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .my-xl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .my-xl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .my-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .my-xl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .my-xl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .my-xl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  /* End margin-y */
  /* START margin-top */
  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-p10 {
    margin-top: 10% !important;
  }

  .mt-xl-p20 {
    margin-top: 20% !important;
  }

  .mt-xl-p25 {
    margin-top: 25% !important;
  }

  .mt-xl-p30 {
    margin-top: 30% !important;
  }

  .mt-xl-p40 {
    margin-top: 40% !important;
  }

  .mt-xl-p50 {
    margin-top: 50% !important;
  }

  .mt-xl-p60 {
    margin-top: 60% !important;
  }

  .mt-xl-p70 {
    margin-top: 70% !important;
  }

  .mt-xl-p75 {
    margin-top: 75% !important;
  }

  .mt-xl-p80 {
    margin-top: 80% !important;
  }

  .mt-xl-p90 {
    margin-top: 90% !important;
  }

  .mt-xl-p100 {
    margin-top: 100% !important;
  }

  .mt-xl-1 {
    margin-top: 1px !important;
  }

  .mt-xl-2 {
    margin-top: 2px !important;
  }

  .mt-xl-3 {
    margin-top: 3px !important;
  }

  .mt-xl-4 {
    margin-top: 4px !important;
  }

  .mt-xl-5 {
    margin-top: 5px !important;
  }

  .mt-xl-6 {
    margin-top: 6px !important;
  }

  .mt-xl-7 {
    margin-top: 7px !important;
  }

  .mt-xl-8 {
    margin-top: 8px !important;
  }

  .mt-xl-9 {
    margin-top: 9px !important;
  }

  .mt-xl-10 {
    margin-top: 10px !important;
  }

  .mt-xl-15 {
    margin-top: 15px !important;
  }

  .mt-xl-20 {
    margin-top: 20px !important;
  }

  .mt-xl-25 {
    margin-top: 25px !important;
  }

  .mt-xl-30 {
    margin-top: 30px !important;
  }

  .mt-xl-35 {
    margin-top: 35px !important;
  }

  .mt-xl-40 {
    margin-top: 40px !important;
  }

  .mt-xl-45 {
    margin-top: 45px !important;
  }

  .mt-xl-50 {
    margin-top: 50px !important;
  }

  .mt-xl-60 {
    margin-top: 60px !important;
  }

  .mt-xl-70 {
    margin-top: 70px !important;
  }

  .mt-xl-80 {
    margin-top: 80px !important;
  }

  .mt-xl-90 {
    margin-top: 90px !important;
  }

  .mt-xl-100 {
    margin-top: 100px !important;
  }

  .mt-xl-110 {
    margin-top: 110px !important;
  }

  .mt-xl-120 {
    margin-top: 120px !important;
  }

  .mt-xl-130 {
    margin-top: 130px !important;
  }

  .mt-xl-140 {
    margin-top: 140px !important;
  }

  .mt-xl-150 {
    margin-top: 150px !important;
  }

  .mt-xl-160 {
    margin-top: 160px !important;
  }

  .mt-xl-170 {
    margin-top: 170px !important;
  }

  .mt-xl-180 {
    margin-top: 180px !important;
  }

  .mt-xl-190 {
    margin-top: 190px !important;
  }

  .mt-xl-200 {
    margin-top: 200px !important;
  }

  /* End margin-top */
  /* START margin-end */
  .me-xl-auto {
    margin-right: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-p10 {
    margin-right: 10% !important;
  }

  .me-xl-p20 {
    margin-right: 20% !important;
  }

  .me-xl-p25 {
    margin-right: 25% !important;
  }

  .me-xl-p30 {
    margin-right: 30% !important;
  }

  .me-xl-p40 {
    margin-right: 40% !important;
  }

  .me-xl-p50 {
    margin-right: 50% !important;
  }

  .me-xl-p60 {
    margin-right: 60% !important;
  }

  .me-xl-p70 {
    margin-right: 70% !important;
  }

  .me-xl-p75 {
    margin-right: 75% !important;
  }

  .me-xl-p80 {
    margin-right: 80% !important;
  }

  .me-xl-p90 {
    margin-right: 90% !important;
  }

  .me-xl-p100 {
    margin-right: 100% !important;
  }

  .me-xl-1 {
    margin-right: 1px !important;
  }

  .me-xl-2 {
    margin-right: 2px !important;
  }

  .me-xl-3 {
    margin-right: 3px !important;
  }

  .me-xl-4 {
    margin-right: 4px !important;
  }

  .me-xl-5 {
    margin-right: 5px !important;
  }

  .me-xl-6 {
    margin-right: 6px !important;
  }

  .me-xl-7 {
    margin-right: 7px !important;
  }

  .me-xl-8 {
    margin-right: 8px !important;
  }

  .me-xl-9 {
    margin-right: 9px !important;
  }

  .me-xl-10 {
    margin-right: 10px !important;
  }

  .me-xl-15 {
    margin-right: 15px !important;
  }

  .me-xl-20 {
    margin-right: 20px !important;
  }

  .me-xl-25 {
    margin-right: 25px !important;
  }

  .me-xl-30 {
    margin-right: 30px !important;
  }

  .me-xl-35 {
    margin-right: 35px !important;
  }

  .me-xl-40 {
    margin-right: 40px !important;
  }

  .me-xl-45 {
    margin-right: 45px !important;
  }

  .me-xl-50 {
    margin-right: 50px !important;
  }

  .me-xl-60 {
    margin-right: 60px !important;
  }

  .me-xl-70 {
    margin-right: 70px !important;
  }

  .me-xl-80 {
    margin-right: 80px !important;
  }

  .me-xl-90 {
    margin-right: 90px !important;
  }

  .me-xl-100 {
    margin-right: 100px !important;
  }

  .me-xl-110 {
    margin-right: 110px !important;
  }

  .me-xl-120 {
    margin-right: 120px !important;
  }

  .me-xl-130 {
    margin-right: 130px !important;
  }

  .me-xl-140 {
    margin-right: 140px !important;
  }

  .me-xl-150 {
    margin-right: 150px !important;
  }

  .me-xl-160 {
    margin-right: 160px !important;
  }

  .me-xl-170 {
    margin-right: 170px !important;
  }

  .me-xl-180 {
    margin-right: 180px !important;
  }

  .me-xl-190 {
    margin-right: 190px !important;
  }

  .me-xl-200 {
    margin-right: 200px !important;
  }

  /* End margin-end */
  /* START margin-bottom */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-p10 {
    margin-bottom: 10% !important;
  }

  .mb-xl-p20 {
    margin-bottom: 20% !important;
  }

  .mb-xl-p25 {
    margin-bottom: 25% !important;
  }

  .mb-xl-p30 {
    margin-bottom: 30% !important;
  }

  .mb-xl-p40 {
    margin-bottom: 40% !important;
  }

  .mb-xl-p50 {
    margin-bottom: 50% !important;
  }

  .mb-xl-p60 {
    margin-bottom: 60% !important;
  }

  .mb-xl-p70 {
    margin-bottom: 70% !important;
  }

  .mb-xl-p75 {
    margin-bottom: 75% !important;
  }

  .mb-xl-p80 {
    margin-bottom: 80% !important;
  }

  .mb-xl-p90 {
    margin-bottom: 90% !important;
  }

  .mb-xl-p100 {
    margin-bottom: 100% !important;
  }

  .mb-xl-1 {
    margin-bottom: 1px !important;
  }

  .mb-xl-2 {
    margin-bottom: 2px !important;
  }

  .mb-xl-3 {
    margin-bottom: 3px !important;
  }

  .mb-xl-4 {
    margin-bottom: 4px !important;
  }

  .mb-xl-5 {
    margin-bottom: 5px !important;
  }

  .mb-xl-6 {
    margin-bottom: 6px !important;
  }

  .mb-xl-7 {
    margin-bottom: 7px !important;
  }

  .mb-xl-8 {
    margin-bottom: 8px !important;
  }

  .mb-xl-9 {
    margin-bottom: 9px !important;
  }

  .mb-xl-10 {
    margin-bottom: 10px !important;
  }

  .mb-xl-15 {
    margin-bottom: 15px !important;
  }

  .mb-xl-20 {
    margin-bottom: 20px !important;
  }

  .mb-xl-25 {
    margin-bottom: 25px !important;
  }

  .mb-xl-30 {
    margin-bottom: 30px !important;
  }

  .mb-xl-35 {
    margin-bottom: 35px !important;
  }

  .mb-xl-40 {
    margin-bottom: 40px !important;
  }

  .mb-xl-45 {
    margin-bottom: 45px !important;
  }

  .mb-xl-50 {
    margin-bottom: 50px !important;
  }

  .mb-xl-60 {
    margin-bottom: 60px !important;
  }

  .mb-xl-70 {
    margin-bottom: 70px !important;
  }

  .mb-xl-80 {
    margin-bottom: 80px !important;
  }

  .mb-xl-90 {
    margin-bottom: 90px !important;
  }

  .mb-xl-100 {
    margin-bottom: 100px !important;
  }

  .mb-xl-110 {
    margin-bottom: 110px !important;
  }

  .mb-xl-120 {
    margin-bottom: 120px !important;
  }

  .mb-xl-130 {
    margin-bottom: 130px !important;
  }

  .mb-xl-140 {
    margin-bottom: 140px !important;
  }

  .mb-xl-150 {
    margin-bottom: 150px !important;
  }

  .mb-xl-160 {
    margin-bottom: 160px !important;
  }

  .mb-xl-170 {
    margin-bottom: 170px !important;
  }

  .mb-xl-180 {
    margin-bottom: 180px !important;
  }

  .mb-xl-190 {
    margin-bottom: 190px !important;
  }

  .mb-xl-200 {
    margin-bottom: 200px !important;
  }

  /* End margin-bottom */
  /* START margin-start */
  .ms-xl-auto {
    margin-left: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-p10 {
    margin-left: 10% !important;
  }

  .ms-xl-p20 {
    margin-left: 20% !important;
  }

  .ms-xl-p25 {
    margin-left: 25% !important;
  }

  .ms-xl-p30 {
    margin-left: 30% !important;
  }

  .ms-xl-p40 {
    margin-left: 40% !important;
  }

  .ms-xl-p50 {
    margin-left: 50% !important;
  }

  .ms-xl-p60 {
    margin-left: 60% !important;
  }

  .ms-xl-p70 {
    margin-left: 70% !important;
  }

  .ms-xl-p75 {
    margin-left: 75% !important;
  }

  .ms-xl-p80 {
    margin-left: 80% !important;
  }

  .ms-xl-p90 {
    margin-left: 90% !important;
  }

  .ms-xl-p100 {
    margin-left: 100% !important;
  }

  .ms-xl-1 {
    margin-left: 1px !important;
  }

  .ms-xl-2 {
    margin-left: 2px !important;
  }

  .ms-xl-3 {
    margin-left: 3px !important;
  }

  .ms-xl-4 {
    margin-left: 4px !important;
  }

  .ms-xl-5 {
    margin-left: 5px !important;
  }

  .ms-xl-6 {
    margin-left: 6px !important;
  }

  .ms-xl-7 {
    margin-left: 7px !important;
  }

  .ms-xl-8 {
    margin-left: 8px !important;
  }

  .ms-xl-9 {
    margin-left: 9px !important;
  }

  .ms-xl-10 {
    margin-left: 10px !important;
  }

  .ms-xl-15 {
    margin-left: 15px !important;
  }

  .ms-xl-20 {
    margin-left: 20px !important;
  }

  .ms-xl-25 {
    margin-left: 25px !important;
  }

  .ms-xl-30 {
    margin-left: 30px !important;
  }

  .ms-xl-35 {
    margin-left: 35px !important;
  }

  .ms-xl-40 {
    margin-left: 40px !important;
  }

  .ms-xl-45 {
    margin-left: 45px !important;
  }

  .ms-xl-50 {
    margin-left: 50px !important;
  }

  .ms-xl-60 {
    margin-left: 60px !important;
  }

  .ms-xl-70 {
    margin-left: 70px !important;
  }

  .ms-xl-80 {
    margin-left: 80px !important;
  }

  .ms-xl-90 {
    margin-left: 90px !important;
  }

  .ms-xl-100 {
    margin-left: 100px !important;
  }

  .ms-xl-110 {
    margin-left: 110px !important;
  }

  .ms-xl-120 {
    margin-left: 120px !important;
  }

  .ms-xl-130 {
    margin-left: 130px !important;
  }

  .ms-xl-140 {
    margin-left: 140px !important;
  }

  .ms-xl-150 {
    margin-left: 150px !important;
  }

  .ms-xl-160 {
    margin-left: 160px !important;
  }

  .ms-xl-170 {
    margin-left: 170px !important;
  }

  .ms-xl-180 {
    margin-left: 180px !important;
  }

  .ms-xl-190 {
    margin-left: 190px !important;
  }

  .ms-xl-200 {
    margin-left: 200px !important;
  }

  /* End margin-start */
  /* START negative-margin */
  .m-n-xl-0 {
    margin: 0 !important;
  }

  .m-n-xl-p10 {
    margin: 10% !important;
  }

  .m-n-xl-p20 {
    margin: 20% !important;
  }

  .m-n-xl-p25 {
    margin: 25% !important;
  }

  .m-n-xl-p30 {
    margin: 30% !important;
  }

  .m-n-xl-p40 {
    margin: 40% !important;
  }

  .m-n-xl-p50 {
    margin: 50% !important;
  }

  .m-n-xl-p60 {
    margin: 60% !important;
  }

  .m-n-xl-p70 {
    margin: 70% !important;
  }

  .m-n-xl-p75 {
    margin: 75% !important;
  }

  .m-n-xl-p80 {
    margin: 80% !important;
  }

  .m-n-xl-p90 {
    margin: 90% !important;
  }

  .m-n-xl-p100 {
    margin: 100% !important;
  }

  .m-n-xl-1 {
    margin: 1px !important;
  }

  .m-n-xl-2 {
    margin: 2px !important;
  }

  .m-n-xl-3 {
    margin: 3px !important;
  }

  .m-n-xl-4 {
    margin: 4px !important;
  }

  .m-n-xl-5 {
    margin: 5px !important;
  }

  .m-n-xl-6 {
    margin: 6px !important;
  }

  .m-n-xl-7 {
    margin: 7px !important;
  }

  .m-n-xl-8 {
    margin: 8px !important;
  }

  .m-n-xl-9 {
    margin: 9px !important;
  }

  .m-n-xl-10 {
    margin: 10px !important;
  }

  .m-n-xl-15 {
    margin: 15px !important;
  }

  .m-n-xl-20 {
    margin: 20px !important;
  }

  .m-n-xl-25 {
    margin: 25px !important;
  }

  .m-n-xl-30 {
    margin: 30px !important;
  }

  .m-n-xl-35 {
    margin: 35px !important;
  }

  .m-n-xl-40 {
    margin: 40px !important;
  }

  .m-n-xl-45 {
    margin: 45px !important;
  }

  .m-n-xl-50 {
    margin: 50px !important;
  }

  .m-n-xl-60 {
    margin: 60px !important;
  }

  .m-n-xl-70 {
    margin: 70px !important;
  }

  .m-n-xl-80 {
    margin: 80px !important;
  }

  .m-n-xl-90 {
    margin: 90px !important;
  }

  .m-n-xl-100 {
    margin: 100px !important;
  }

  .m-n-xl-110 {
    margin: 110px !important;
  }

  .m-n-xl-120 {
    margin: 120px !important;
  }

  .m-n-xl-130 {
    margin: 130px !important;
  }

  .m-n-xl-140 {
    margin: 140px !important;
  }

  .m-n-xl-150 {
    margin: 150px !important;
  }

  .m-n-xl-160 {
    margin: 160px !important;
  }

  .m-n-xl-170 {
    margin: 170px !important;
  }

  .m-n-xl-180 {
    margin: 180px !important;
  }

  .m-n-xl-190 {
    margin: 190px !important;
  }

  .m-n-xl-200 {
    margin: 200px !important;
  }

  /* End negative-margin */
  /* START negative-margin-x */
  .mx-n-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-n-xl-p10 {
    margin-right: 10% !important;
    margin-left: 10% !important;
  }

  .mx-n-xl-p20 {
    margin-right: 20% !important;
    margin-left: 20% !important;
  }

  .mx-n-xl-p25 {
    margin-right: 25% !important;
    margin-left: 25% !important;
  }

  .mx-n-xl-p30 {
    margin-right: 30% !important;
    margin-left: 30% !important;
  }

  .mx-n-xl-p40 {
    margin-right: 40% !important;
    margin-left: 40% !important;
  }

  .mx-n-xl-p50 {
    margin-right: 50% !important;
    margin-left: 50% !important;
  }

  .mx-n-xl-p60 {
    margin-right: 60% !important;
    margin-left: 60% !important;
  }

  .mx-n-xl-p70 {
    margin-right: 70% !important;
    margin-left: 70% !important;
  }

  .mx-n-xl-p75 {
    margin-right: 75% !important;
    margin-left: 75% !important;
  }

  .mx-n-xl-p80 {
    margin-right: 80% !important;
    margin-left: 80% !important;
  }

  .mx-n-xl-p90 {
    margin-right: 90% !important;
    margin-left: 90% !important;
  }

  .mx-n-xl-p100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }

  .mx-n-xl-1 {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  .mx-n-xl-2 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }

  .mx-n-xl-3 {
    margin-right: 3px !important;
    margin-left: 3px !important;
  }

  .mx-n-xl-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-n-xl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-n-xl-6 {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }

  .mx-n-xl-7 {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }

  .mx-n-xl-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-n-xl-9 {
    margin-right: 9px !important;
    margin-left: 9px !important;
  }

  .mx-n-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-n-xl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-n-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-n-xl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-n-xl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-n-xl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-n-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-n-xl-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-n-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-n-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-n-xl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-n-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-n-xl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-n-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-n-xl-110 {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }

  .mx-n-xl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-n-xl-130 {
    margin-right: 130px !important;
    margin-left: 130px !important;
  }

  .mx-n-xl-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .mx-n-xl-150 {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }

  .mx-n-xl-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .mx-n-xl-170 {
    margin-right: 170px !important;
    margin-left: 170px !important;
  }

  .mx-n-xl-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }

  .mx-n-xl-190 {
    margin-right: 190px !important;
    margin-left: 190px !important;
  }

  .mx-n-xl-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  /* End negative-margin-x */
  /* START negative-margin-y */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-p10 {
    margin-top: 10% !important;
    margin-bottom: 10% !important;
  }

  .my-xl-p20 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .my-xl-p25 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .my-xl-p30 {
    margin-top: 30% !important;
    margin-bottom: 30% !important;
  }

  .my-xl-p40 {
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .my-xl-p50 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .my-xl-p60 {
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .my-xl-p70 {
    margin-top: 70% !important;
    margin-bottom: 70% !important;
  }

  .my-xl-p75 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .my-xl-p80 {
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .my-xl-p90 {
    margin-top: 90% !important;
    margin-bottom: 90% !important;
  }

  .my-xl-p100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }

  .my-xl-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .my-xl-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .my-xl-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .my-xl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-xl-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .my-xl-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }

  .my-xl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-xl-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }

  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-xl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-xl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .my-xl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .my-xl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .my-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .my-xl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .my-xl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .my-xl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  /* End negative-margin-y */
  /* START negative-margin-top */
  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-p10 {
    margin-top: 10% !important;
  }

  .mt-xl-p20 {
    margin-top: 20% !important;
  }

  .mt-xl-p25 {
    margin-top: 25% !important;
  }

  .mt-xl-p30 {
    margin-top: 30% !important;
  }

  .mt-xl-p40 {
    margin-top: 40% !important;
  }

  .mt-xl-p50 {
    margin-top: 50% !important;
  }

  .mt-xl-p60 {
    margin-top: 60% !important;
  }

  .mt-xl-p70 {
    margin-top: 70% !important;
  }

  .mt-xl-p75 {
    margin-top: 75% !important;
  }

  .mt-xl-p80 {
    margin-top: 80% !important;
  }

  .mt-xl-p90 {
    margin-top: 90% !important;
  }

  .mt-xl-p100 {
    margin-top: 100% !important;
  }

  .mt-xl-1 {
    margin-top: 1px !important;
  }

  .mt-xl-2 {
    margin-top: 2px !important;
  }

  .mt-xl-3 {
    margin-top: 3px !important;
  }

  .mt-xl-4 {
    margin-top: 4px !important;
  }

  .mt-xl-5 {
    margin-top: 5px !important;
  }

  .mt-xl-6 {
    margin-top: 6px !important;
  }

  .mt-xl-7 {
    margin-top: 7px !important;
  }

  .mt-xl-8 {
    margin-top: 8px !important;
  }

  .mt-xl-9 {
    margin-top: 9px !important;
  }

  .mt-xl-10 {
    margin-top: 10px !important;
  }

  .mt-xl-15 {
    margin-top: 15px !important;
  }

  .mt-xl-20 {
    margin-top: 20px !important;
  }

  .mt-xl-25 {
    margin-top: 25px !important;
  }

  .mt-xl-30 {
    margin-top: 30px !important;
  }

  .mt-xl-35 {
    margin-top: 35px !important;
  }

  .mt-xl-40 {
    margin-top: 40px !important;
  }

  .mt-xl-45 {
    margin-top: 45px !important;
  }

  .mt-xl-50 {
    margin-top: 50px !important;
  }

  .mt-xl-60 {
    margin-top: 60px !important;
  }

  .mt-xl-70 {
    margin-top: 70px !important;
  }

  .mt-xl-80 {
    margin-top: 80px !important;
  }

  .mt-xl-90 {
    margin-top: 90px !important;
  }

  .mt-xl-100 {
    margin-top: 100px !important;
  }

  .mt-xl-110 {
    margin-top: 110px !important;
  }

  .mt-xl-120 {
    margin-top: 120px !important;
  }

  .mt-xl-130 {
    margin-top: 130px !important;
  }

  .mt-xl-140 {
    margin-top: 140px !important;
  }

  .mt-xl-150 {
    margin-top: 150px !important;
  }

  .mt-xl-160 {
    margin-top: 160px !important;
  }

  .mt-xl-170 {
    margin-top: 170px !important;
  }

  .mt-xl-180 {
    margin-top: 180px !important;
  }

  .mt-xl-190 {
    margin-top: 190px !important;
  }

  .mt-xl-200 {
    margin-top: 200px !important;
  }

  /* End negative-margin-top */
  /* START negative-margin-end */
  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-p10 {
    margin-right: 10% !important;
  }

  .me-xl-p20 {
    margin-right: 20% !important;
  }

  .me-xl-p25 {
    margin-right: 25% !important;
  }

  .me-xl-p30 {
    margin-right: 30% !important;
  }

  .me-xl-p40 {
    margin-right: 40% !important;
  }

  .me-xl-p50 {
    margin-right: 50% !important;
  }

  .me-xl-p60 {
    margin-right: 60% !important;
  }

  .me-xl-p70 {
    margin-right: 70% !important;
  }

  .me-xl-p75 {
    margin-right: 75% !important;
  }

  .me-xl-p80 {
    margin-right: 80% !important;
  }

  .me-xl-p90 {
    margin-right: 90% !important;
  }

  .me-xl-p100 {
    margin-right: 100% !important;
  }

  .me-xl-1 {
    margin-right: 1px !important;
  }

  .me-xl-2 {
    margin-right: 2px !important;
  }

  .me-xl-3 {
    margin-right: 3px !important;
  }

  .me-xl-4 {
    margin-right: 4px !important;
  }

  .me-xl-5 {
    margin-right: 5px !important;
  }

  .me-xl-6 {
    margin-right: 6px !important;
  }

  .me-xl-7 {
    margin-right: 7px !important;
  }

  .me-xl-8 {
    margin-right: 8px !important;
  }

  .me-xl-9 {
    margin-right: 9px !important;
  }

  .me-xl-10 {
    margin-right: 10px !important;
  }

  .me-xl-15 {
    margin-right: 15px !important;
  }

  .me-xl-20 {
    margin-right: 20px !important;
  }

  .me-xl-25 {
    margin-right: 25px !important;
  }

  .me-xl-30 {
    margin-right: 30px !important;
  }

  .me-xl-35 {
    margin-right: 35px !important;
  }

  .me-xl-40 {
    margin-right: 40px !important;
  }

  .me-xl-45 {
    margin-right: 45px !important;
  }

  .me-xl-50 {
    margin-right: 50px !important;
  }

  .me-xl-60 {
    margin-right: 60px !important;
  }

  .me-xl-70 {
    margin-right: 70px !important;
  }

  .me-xl-80 {
    margin-right: 80px !important;
  }

  .me-xl-90 {
    margin-right: 90px !important;
  }

  .me-xl-100 {
    margin-right: 100px !important;
  }

  .me-xl-110 {
    margin-right: 110px !important;
  }

  .me-xl-120 {
    margin-right: 120px !important;
  }

  .me-xl-130 {
    margin-right: 130px !important;
  }

  .me-xl-140 {
    margin-right: 140px !important;
  }

  .me-xl-150 {
    margin-right: 150px !important;
  }

  .me-xl-160 {
    margin-right: 160px !important;
  }

  .me-xl-170 {
    margin-right: 170px !important;
  }

  .me-xl-180 {
    margin-right: 180px !important;
  }

  .me-xl-190 {
    margin-right: 190px !important;
  }

  .me-xl-200 {
    margin-right: 200px !important;
  }

  /* End negative-margin-end */
  /* START negative-margin-bottom */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-p10 {
    margin-bottom: 10% !important;
  }

  .mb-xl-p20 {
    margin-bottom: 20% !important;
  }

  .mb-xl-p25 {
    margin-bottom: 25% !important;
  }

  .mb-xl-p30 {
    margin-bottom: 30% !important;
  }

  .mb-xl-p40 {
    margin-bottom: 40% !important;
  }

  .mb-xl-p50 {
    margin-bottom: 50% !important;
  }

  .mb-xl-p60 {
    margin-bottom: 60% !important;
  }

  .mb-xl-p70 {
    margin-bottom: 70% !important;
  }

  .mb-xl-p75 {
    margin-bottom: 75% !important;
  }

  .mb-xl-p80 {
    margin-bottom: 80% !important;
  }

  .mb-xl-p90 {
    margin-bottom: 90% !important;
  }

  .mb-xl-p100 {
    margin-bottom: 100% !important;
  }

  .mb-xl-1 {
    margin-bottom: 1px !important;
  }

  .mb-xl-2 {
    margin-bottom: 2px !important;
  }

  .mb-xl-3 {
    margin-bottom: 3px !important;
  }

  .mb-xl-4 {
    margin-bottom: 4px !important;
  }

  .mb-xl-5 {
    margin-bottom: 5px !important;
  }

  .mb-xl-6 {
    margin-bottom: 6px !important;
  }

  .mb-xl-7 {
    margin-bottom: 7px !important;
  }

  .mb-xl-8 {
    margin-bottom: 8px !important;
  }

  .mb-xl-9 {
    margin-bottom: 9px !important;
  }

  .mb-xl-10 {
    margin-bottom: 10px !important;
  }

  .mb-xl-15 {
    margin-bottom: 15px !important;
  }

  .mb-xl-20 {
    margin-bottom: 20px !important;
  }

  .mb-xl-25 {
    margin-bottom: 25px !important;
  }

  .mb-xl-30 {
    margin-bottom: 30px !important;
  }

  .mb-xl-35 {
    margin-bottom: 35px !important;
  }

  .mb-xl-40 {
    margin-bottom: 40px !important;
  }

  .mb-xl-45 {
    margin-bottom: 45px !important;
  }

  .mb-xl-50 {
    margin-bottom: 50px !important;
  }

  .mb-xl-60 {
    margin-bottom: 60px !important;
  }

  .mb-xl-70 {
    margin-bottom: 70px !important;
  }

  .mb-xl-80 {
    margin-bottom: 80px !important;
  }

  .mb-xl-90 {
    margin-bottom: 90px !important;
  }

  .mb-xl-100 {
    margin-bottom: 100px !important;
  }

  .mb-xl-110 {
    margin-bottom: 110px !important;
  }

  .mb-xl-120 {
    margin-bottom: 120px !important;
  }

  .mb-xl-130 {
    margin-bottom: 130px !important;
  }

  .mb-xl-140 {
    margin-bottom: 140px !important;
  }

  .mb-xl-150 {
    margin-bottom: 150px !important;
  }

  .mb-xl-160 {
    margin-bottom: 160px !important;
  }

  .mb-xl-170 {
    margin-bottom: 170px !important;
  }

  .mb-xl-180 {
    margin-bottom: 180px !important;
  }

  .mb-xl-190 {
    margin-bottom: 190px !important;
  }

  .mb-xl-200 {
    margin-bottom: 200px !important;
  }

  /* End negative-margin-bottom */
  /* START negative-margin-start */
  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-p10 {
    margin-left: 10% !important;
  }

  .ms-xl-p20 {
    margin-left: 20% !important;
  }

  .ms-xl-p25 {
    margin-left: 25% !important;
  }

  .ms-xl-p30 {
    margin-left: 30% !important;
  }

  .ms-xl-p40 {
    margin-left: 40% !important;
  }

  .ms-xl-p50 {
    margin-left: 50% !important;
  }

  .ms-xl-p60 {
    margin-left: 60% !important;
  }

  .ms-xl-p70 {
    margin-left: 70% !important;
  }

  .ms-xl-p75 {
    margin-left: 75% !important;
  }

  .ms-xl-p80 {
    margin-left: 80% !important;
  }

  .ms-xl-p90 {
    margin-left: 90% !important;
  }

  .ms-xl-p100 {
    margin-left: 100% !important;
  }

  .ms-xl-1 {
    margin-left: 1px !important;
  }

  .ms-xl-2 {
    margin-left: 2px !important;
  }

  .ms-xl-3 {
    margin-left: 3px !important;
  }

  .ms-xl-4 {
    margin-left: 4px !important;
  }

  .ms-xl-5 {
    margin-left: 5px !important;
  }

  .ms-xl-6 {
    margin-left: 6px !important;
  }

  .ms-xl-7 {
    margin-left: 7px !important;
  }

  .ms-xl-8 {
    margin-left: 8px !important;
  }

  .ms-xl-9 {
    margin-left: 9px !important;
  }

  .ms-xl-10 {
    margin-left: 10px !important;
  }

  .ms-xl-15 {
    margin-left: 15px !important;
  }

  .ms-xl-20 {
    margin-left: 20px !important;
  }

  .ms-xl-25 {
    margin-left: 25px !important;
  }

  .ms-xl-30 {
    margin-left: 30px !important;
  }

  .ms-xl-35 {
    margin-left: 35px !important;
  }

  .ms-xl-40 {
    margin-left: 40px !important;
  }

  .ms-xl-45 {
    margin-left: 45px !important;
  }

  .ms-xl-50 {
    margin-left: 50px !important;
  }

  .ms-xl-60 {
    margin-left: 60px !important;
  }

  .ms-xl-70 {
    margin-left: 70px !important;
  }

  .ms-xl-80 {
    margin-left: 80px !important;
  }

  .ms-xl-90 {
    margin-left: 90px !important;
  }

  .ms-xl-100 {
    margin-left: 100px !important;
  }

  .ms-xl-110 {
    margin-left: 110px !important;
  }

  .ms-xl-120 {
    margin-left: 120px !important;
  }

  .ms-xl-130 {
    margin-left: 130px !important;
  }

  .ms-xl-140 {
    margin-left: 140px !important;
  }

  .ms-xl-150 {
    margin-left: 150px !important;
  }

  .ms-xl-160 {
    margin-left: 160px !important;
  }

  .ms-xl-170 {
    margin-left: 170px !important;
  }

  .ms-xl-180 {
    margin-left: 180px !important;
  }

  .ms-xl-190 {
    margin-left: 190px !important;
  }

  .ms-xl-200 {
    margin-left: 200px !important;
  }

  /* End negative-margin-start */
  /* START padding */
  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-p10 {
    padding: 10% !important;
  }

  .p-xl-p20 {
    padding: 20% !important;
  }

  .p-xl-p25 {
    padding: 25% !important;
  }

  .p-xl-p30 {
    padding: 30% !important;
  }

  .p-xl-p40 {
    padding: 40% !important;
  }

  .p-xl-p50 {
    padding: 50% !important;
  }

  .p-xl-p60 {
    padding: 60% !important;
  }

  .p-xl-p70 {
    padding: 70% !important;
  }

  .p-xl-p75 {
    padding: 75% !important;
  }

  .p-xl-p80 {
    padding: 80% !important;
  }

  .p-xl-p90 {
    padding: 90% !important;
  }

  .p-xl-p100 {
    padding: 100% !important;
  }

  .p-xl-1 {
    padding: 1px !important;
  }

  .p-xl-2 {
    padding: 2px !important;
  }

  .p-xl-3 {
    padding: 3px !important;
  }

  .p-xl-4 {
    padding: 4px !important;
  }

  .p-xl-5 {
    padding: 5px !important;
  }

  .p-xl-6 {
    padding: 6px !important;
  }

  .p-xl-7 {
    padding: 7px !important;
  }

  .p-xl-8 {
    padding: 8px !important;
  }

  .p-xl-9 {
    padding: 9px !important;
  }

  .p-xl-10 {
    padding: 10px !important;
  }

  .p-xl-15 {
    padding: 15px !important;
  }

  .p-xl-20 {
    padding: 20px !important;
  }

  .p-xl-25 {
    padding: 25px !important;
  }

  .p-xl-30 {
    padding: 30px !important;
  }

  .p-xl-35 {
    padding: 35px !important;
  }

  .p-xl-40 {
    padding: 40px !important;
  }

  .p-xl-45 {
    padding: 45px !important;
  }

  .p-xl-50 {
    padding: 50px !important;
  }

  .p-xl-60 {
    padding: 60px !important;
  }

  .p-xl-70 {
    padding: 70px !important;
  }

  .p-xl-80 {
    padding: 80px !important;
  }

  .p-xl-90 {
    padding: 90px !important;
  }

  .p-xl-100 {
    padding: 100px !important;
  }

  .p-xl-110 {
    padding: 110px !important;
  }

  .p-xl-120 {
    padding: 120px !important;
  }

  .p-xl-130 {
    padding: 130px !important;
  }

  .p-xl-140 {
    padding: 140px !important;
  }

  .p-xl-150 {
    padding: 150px !important;
  }

  .p-xl-160 {
    padding: 160px !important;
  }

  .p-xl-170 {
    padding: 170px !important;
  }

  .p-xl-180 {
    padding: 180px !important;
  }

  .p-xl-190 {
    padding: 190px !important;
  }

  .p-xl-200 {
    padding: 200px !important;
  }

  /* End padding */
  /* START padding-x */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-p10 {
    padding-right: 10% !important;
    padding-left: 10% !important;
  }

  .px-xl-p20 {
    padding-right: 20% !important;
    padding-left: 20% !important;
  }

  .px-xl-p25 {
    padding-right: 25% !important;
    padding-left: 25% !important;
  }

  .px-xl-p30 {
    padding-right: 30% !important;
    padding-left: 30% !important;
  }

  .px-xl-p40 {
    padding-right: 40% !important;
    padding-left: 40% !important;
  }

  .px-xl-p50 {
    padding-right: 50% !important;
    padding-left: 50% !important;
  }

  .px-xl-p60 {
    padding-right: 60% !important;
    padding-left: 60% !important;
  }

  .px-xl-p70 {
    padding-right: 70% !important;
    padding-left: 70% !important;
  }

  .px-xl-p75 {
    padding-right: 75% !important;
    padding-left: 75% !important;
  }

  .px-xl-p80 {
    padding-right: 80% !important;
    padding-left: 80% !important;
  }

  .px-xl-p90 {
    padding-right: 90% !important;
    padding-left: 90% !important;
  }

  .px-xl-p100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }

  .px-xl-1 {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }

  .px-xl-2 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  .px-xl-3 {
    padding-right: 3px !important;
    padding-left: 3px !important;
  }

  .px-xl-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .px-xl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-xl-6 {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }

  .px-xl-7 {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }

  .px-xl-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .px-xl-9 {
    padding-right: 9px !important;
    padding-left: 9px !important;
  }

  .px-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-xl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-xl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-xl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-xl-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-xl-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-xl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-xl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .px-xl-110 {
    padding-right: 110px !important;
    padding-left: 110px !important;
  }

  .px-xl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .px-xl-130 {
    padding-right: 130px !important;
    padding-left: 130px !important;
  }

  .px-xl-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }

  .px-xl-150 {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }

  .px-xl-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }

  .px-xl-170 {
    padding-right: 170px !important;
    padding-left: 170px !important;
  }

  .px-xl-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }

  .px-xl-190 {
    padding-right: 190px !important;
    padding-left: 190px !important;
  }

  .px-xl-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  /* End padding-x */
  /* START padding-y */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-p10 {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }

  .py-xl-p20 {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }

  .py-xl-p25 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .py-xl-p30 {
    padding-top: 30% !important;
    padding-bottom: 30% !important;
  }

  .py-xl-p40 {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }

  .py-xl-p50 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .py-xl-p60 {
    padding-top: 60% !important;
    padding-bottom: 60% !important;
  }

  .py-xl-p70 {
    padding-top: 70% !important;
    padding-bottom: 70% !important;
  }

  .py-xl-p75 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .py-xl-p80 {
    padding-top: 80% !important;
    padding-bottom: 80% !important;
  }

  .py-xl-p90 {
    padding-top: 90% !important;
    padding-bottom: 90% !important;
  }

  .py-xl-p100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }

  .py-xl-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .py-xl-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .py-xl-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .py-xl-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-xl-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .py-xl-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .py-xl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .py-xl-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }

  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .py-xl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .py-xl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .py-xl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .py-xl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .py-xl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .py-xl-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .py-xl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .py-xl-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .py-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  /* End padding-y */
  /* START padding-top */
  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-p10 {
    padding-top: 10% !important;
  }

  .pt-xl-p20 {
    padding-top: 20% !important;
  }

  .pt-xl-p25 {
    padding-top: 25% !important;
  }

  .pt-xl-p30 {
    padding-top: 30% !important;
  }

  .pt-xl-p40 {
    padding-top: 40% !important;
  }

  .pt-xl-p50 {
    padding-top: 50% !important;
  }

  .pt-xl-p60 {
    padding-top: 60% !important;
  }

  .pt-xl-p70 {
    padding-top: 70% !important;
  }

  .pt-xl-p75 {
    padding-top: 75% !important;
  }

  .pt-xl-p80 {
    padding-top: 80% !important;
  }

  .pt-xl-p90 {
    padding-top: 90% !important;
  }

  .pt-xl-p100 {
    padding-top: 100% !important;
  }

  .pt-xl-1 {
    padding-top: 1px !important;
  }

  .pt-xl-2 {
    padding-top: 2px !important;
  }

  .pt-xl-3 {
    padding-top: 3px !important;
  }

  .pt-xl-4 {
    padding-top: 4px !important;
  }

  .pt-xl-5 {
    padding-top: 5px !important;
  }

  .pt-xl-6 {
    padding-top: 6px !important;
  }

  .pt-xl-7 {
    padding-top: 7px !important;
  }

  .pt-xl-8 {
    padding-top: 8px !important;
  }

  .pt-xl-9 {
    padding-top: 9px !important;
  }

  .pt-xl-10 {
    padding-top: 10px !important;
  }

  .pt-xl-15 {
    padding-top: 15px !important;
  }

  .pt-xl-20 {
    padding-top: 20px !important;
  }

  .pt-xl-25 {
    padding-top: 25px !important;
  }

  .pt-xl-30 {
    padding-top: 30px !important;
  }

  .pt-xl-35 {
    padding-top: 35px !important;
  }

  .pt-xl-40 {
    padding-top: 40px !important;
  }

  .pt-xl-45 {
    padding-top: 45px !important;
  }

  .pt-xl-50 {
    padding-top: 50px !important;
  }

  .pt-xl-60 {
    padding-top: 60px !important;
  }

  .pt-xl-70 {
    padding-top: 70px !important;
  }

  .pt-xl-80 {
    padding-top: 80px !important;
  }

  .pt-xl-90 {
    padding-top: 90px !important;
  }

  .pt-xl-100 {
    padding-top: 100px !important;
  }

  .pt-xl-110 {
    padding-top: 110px !important;
  }

  .pt-xl-120 {
    padding-top: 120px !important;
  }

  .pt-xl-130 {
    padding-top: 130px !important;
  }

  .pt-xl-140 {
    padding-top: 140px !important;
  }

  .pt-xl-150 {
    padding-top: 150px !important;
  }

  .pt-xl-160 {
    padding-top: 160px !important;
  }

  .pt-xl-170 {
    padding-top: 170px !important;
  }

  .pt-xl-180 {
    padding-top: 180px !important;
  }

  .pt-xl-190 {
    padding-top: 190px !important;
  }

  .pt-xl-200 {
    padding-top: 200px !important;
  }

  /* End padding-top */
  /* START padding-end */
  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-p10 {
    padding-right: 10% !important;
  }

  .pe-xl-p20 {
    padding-right: 20% !important;
  }

  .pe-xl-p25 {
    padding-right: 25% !important;
  }

  .pe-xl-p30 {
    padding-right: 30% !important;
  }

  .pe-xl-p40 {
    padding-right: 40% !important;
  }

  .pe-xl-p50 {
    padding-right: 50% !important;
  }

  .pe-xl-p60 {
    padding-right: 60% !important;
  }

  .pe-xl-p70 {
    padding-right: 70% !important;
  }

  .pe-xl-p75 {
    padding-right: 75% !important;
  }

  .pe-xl-p80 {
    padding-right: 80% !important;
  }

  .pe-xl-p90 {
    padding-right: 90% !important;
  }

  .pe-xl-p100 {
    padding-right: 100% !important;
  }

  .pe-xl-1 {
    padding-right: 1px !important;
  }

  .pe-xl-2 {
    padding-right: 2px !important;
  }

  .pe-xl-3 {
    padding-right: 3px !important;
  }

  .pe-xl-4 {
    padding-right: 4px !important;
  }

  .pe-xl-5 {
    padding-right: 5px !important;
  }

  .pe-xl-6 {
    padding-right: 6px !important;
  }

  .pe-xl-7 {
    padding-right: 7px !important;
  }

  .pe-xl-8 {
    padding-right: 8px !important;
  }

  .pe-xl-9 {
    padding-right: 9px !important;
  }

  .pe-xl-10 {
    padding-right: 10px !important;
  }

  .pe-xl-15 {
    padding-right: 15px !important;
  }

  .pe-xl-20 {
    padding-right: 20px !important;
  }

  .pe-xl-25 {
    padding-right: 25px !important;
  }

  .pe-xl-30 {
    padding-right: 30px !important;
  }

  .pe-xl-35 {
    padding-right: 35px !important;
  }

  .pe-xl-40 {
    padding-right: 40px !important;
  }

  .pe-xl-45 {
    padding-right: 45px !important;
  }

  .pe-xl-50 {
    padding-right: 50px !important;
  }

  .pe-xl-60 {
    padding-right: 60px !important;
  }

  .pe-xl-70 {
    padding-right: 70px !important;
  }

  .pe-xl-80 {
    padding-right: 80px !important;
  }

  .pe-xl-90 {
    padding-right: 90px !important;
  }

  .pe-xl-100 {
    padding-right: 100px !important;
  }

  .pe-xl-110 {
    padding-right: 110px !important;
  }

  .pe-xl-120 {
    padding-right: 120px !important;
  }

  .pe-xl-130 {
    padding-right: 130px !important;
  }

  .pe-xl-140 {
    padding-right: 140px !important;
  }

  .pe-xl-150 {
    padding-right: 150px !important;
  }

  .pe-xl-160 {
    padding-right: 160px !important;
  }

  .pe-xl-170 {
    padding-right: 170px !important;
  }

  .pe-xl-180 {
    padding-right: 180px !important;
  }

  .pe-xl-190 {
    padding-right: 190px !important;
  }

  .pe-xl-200 {
    padding-right: 200px !important;
  }

  /* End padding-end */
  /* START padding-bottom */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-p10 {
    padding-bottom: 10% !important;
  }

  .pb-xl-p20 {
    padding-bottom: 20% !important;
  }

  .pb-xl-p25 {
    padding-bottom: 25% !important;
  }

  .pb-xl-p30 {
    padding-bottom: 30% !important;
  }

  .pb-xl-p40 {
    padding-bottom: 40% !important;
  }

  .pb-xl-p50 {
    padding-bottom: 50% !important;
  }

  .pb-xl-p60 {
    padding-bottom: 60% !important;
  }

  .pb-xl-p70 {
    padding-bottom: 70% !important;
  }

  .pb-xl-p75 {
    padding-bottom: 75% !important;
  }

  .pb-xl-p80 {
    padding-bottom: 80% !important;
  }

  .pb-xl-p90 {
    padding-bottom: 90% !important;
  }

  .pb-xl-p100 {
    padding-bottom: 100% !important;
  }

  .pb-xl-1 {
    padding-bottom: 1px !important;
  }

  .pb-xl-2 {
    padding-bottom: 2px !important;
  }

  .pb-xl-3 {
    padding-bottom: 3px !important;
  }

  .pb-xl-4 {
    padding-bottom: 4px !important;
  }

  .pb-xl-5 {
    padding-bottom: 5px !important;
  }

  .pb-xl-6 {
    padding-bottom: 6px !important;
  }

  .pb-xl-7 {
    padding-bottom: 7px !important;
  }

  .pb-xl-8 {
    padding-bottom: 8px !important;
  }

  .pb-xl-9 {
    padding-bottom: 9px !important;
  }

  .pb-xl-10 {
    padding-bottom: 10px !important;
  }

  .pb-xl-15 {
    padding-bottom: 15px !important;
  }

  .pb-xl-20 {
    padding-bottom: 20px !important;
  }

  .pb-xl-25 {
    padding-bottom: 25px !important;
  }

  .pb-xl-30 {
    padding-bottom: 30px !important;
  }

  .pb-xl-35 {
    padding-bottom: 35px !important;
  }

  .pb-xl-40 {
    padding-bottom: 40px !important;
  }

  .pb-xl-45 {
    padding-bottom: 45px !important;
  }

  .pb-xl-50 {
    padding-bottom: 50px !important;
  }

  .pb-xl-60 {
    padding-bottom: 60px !important;
  }

  .pb-xl-70 {
    padding-bottom: 70px !important;
  }

  .pb-xl-80 {
    padding-bottom: 80px !important;
  }

  .pb-xl-90 {
    padding-bottom: 90px !important;
  }

  .pb-xl-100 {
    padding-bottom: 100px !important;
  }

  .pb-xl-110 {
    padding-bottom: 110px !important;
  }

  .pb-xl-120 {
    padding-bottom: 120px !important;
  }

  .pb-xl-130 {
    padding-bottom: 130px !important;
  }

  .pb-xl-140 {
    padding-bottom: 140px !important;
  }

  .pb-xl-150 {
    padding-bottom: 150px !important;
  }

  .pb-xl-160 {
    padding-bottom: 160px !important;
  }

  .pb-xl-170 {
    padding-bottom: 170px !important;
  }

  .pb-xl-180 {
    padding-bottom: 180px !important;
  }

  .pb-xl-190 {
    padding-bottom: 190px !important;
  }

  .pb-xl-200 {
    padding-bottom: 200px !important;
  }

  /* End padding-bottom */
  /* START padding-start */
  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-p10 {
    padding-left: 10% !important;
  }

  .ps-xl-p20 {
    padding-left: 20% !important;
  }

  .ps-xl-p25 {
    padding-left: 25% !important;
  }

  .ps-xl-p30 {
    padding-left: 30% !important;
  }

  .ps-xl-p40 {
    padding-left: 40% !important;
  }

  .ps-xl-p50 {
    padding-left: 50% !important;
  }

  .ps-xl-p60 {
    padding-left: 60% !important;
  }

  .ps-xl-p70 {
    padding-left: 70% !important;
  }

  .ps-xl-p75 {
    padding-left: 75% !important;
  }

  .ps-xl-p80 {
    padding-left: 80% !important;
  }

  .ps-xl-p90 {
    padding-left: 90% !important;
  }

  .ps-xl-p100 {
    padding-left: 100% !important;
  }

  .ps-xl-1 {
    padding-left: 1px !important;
  }

  .ps-xl-2 {
    padding-left: 2px !important;
  }

  .ps-xl-3 {
    padding-left: 3px !important;
  }

  .ps-xl-4 {
    padding-left: 4px !important;
  }

  .ps-xl-5 {
    padding-left: 5px !important;
  }

  .ps-xl-6 {
    padding-left: 6px !important;
  }

  .ps-xl-7 {
    padding-left: 7px !important;
  }

  .ps-xl-8 {
    padding-left: 8px !important;
  }

  .ps-xl-9 {
    padding-left: 9px !important;
  }

  .ps-xl-10 {
    padding-left: 10px !important;
  }

  .ps-xl-15 {
    padding-left: 15px !important;
  }

  .ps-xl-20 {
    padding-left: 20px !important;
  }

  .ps-xl-25 {
    padding-left: 25px !important;
  }

  .ps-xl-30 {
    padding-left: 30px !important;
  }

  .ps-xl-35 {
    padding-left: 35px !important;
  }

  .ps-xl-40 {
    padding-left: 40px !important;
  }

  .ps-xl-45 {
    padding-left: 45px !important;
  }

  .ps-xl-50 {
    padding-left: 50px !important;
  }

  .ps-xl-60 {
    padding-left: 60px !important;
  }

  .ps-xl-70 {
    padding-left: 70px !important;
  }

  .ps-xl-80 {
    padding-left: 80px !important;
  }

  .ps-xl-90 {
    padding-left: 90px !important;
  }

  .ps-xl-100 {
    padding-left: 100px !important;
  }

  .ps-xl-110 {
    padding-left: 110px !important;
  }

  .ps-xl-120 {
    padding-left: 120px !important;
  }

  .ps-xl-130 {
    padding-left: 130px !important;
  }

  .ps-xl-140 {
    padding-left: 140px !important;
  }

  .ps-xl-150 {
    padding-left: 150px !important;
  }

  .ps-xl-160 {
    padding-left: 160px !important;
  }

  .ps-xl-170 {
    padding-left: 170px !important;
  }

  .ps-xl-180 {
    padding-left: 180px !important;
  }

  .ps-xl-190 {
    padding-left: 190px !important;
  }

  .ps-xl-200 {
    padding-left: 200px !important;
  }

  /* End padding-start */
  /* START font-size */
  .fs-xl-h1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-xl-h2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-xl-h3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-xl-h4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-xl-h5 {
    font-size: 1.25rem !important;
  }

  .fs-xl-h6 {
    font-size: 1rem !important;
  }

  .fs-xl-p {
    font-size: 1rem !important;
  }

  .fs-xl-xsmall {
    font-size: 0.75rem !important;
  }

  .fs-xl-small {
    font-size: 1rem !important;
  }

  .fs-xl-medium {
    font-size: 1.25rem !important;
  }

  .fs-xl-large {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-xl-xlarge {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }

  .fs-xl-xxlarge {
    font-size: calc(1.35rem + 1.2vw) !important;
  }

  .fs-xl-40 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-xl-45 {
    font-size: calc(1.40625rem + 1.875vw) !important;
  }

  .fs-xl-50 {
    font-size: calc(1.4375rem + 2.25vw) !important;
  }

  .fs-xl-60 {
    font-size: calc(1.5rem + 3vw) !important;
  }

  .fs-xl-70 {
    font-size: calc(1.5625rem + 3.75vw) !important;
  }

  .fs-xl-80 {
    font-size: calc(1.625rem + 4.5vw) !important;
  }

  /* End font-size */
  /* START text-align */
  .ta-xl-start {
    text-align: left !important;
  }

  .ta-xl-end {
    text-align: right !important;
  }

  .ta-xl-center {
    text-align: center !important;
  }

  /* End text-align */
  /* START flex */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  /* End flex */
  /* START flex-direction */
  .flex-direction-xl-row {
    flex-direction: row !important;
  }

  .flex-direction-xl-column {
    flex-direction: column !important;
  }

  .flex-direction-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-direction-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* End flex-direction */
  /* START flex-grow */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  /* End flex-grow */
  /* START flex-shrink */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* End flex-shrink */
  /* START flex-wrap */
  .flex-wrap-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-wrap-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-wrap-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* End flex-wrap */
  /* START gap */
  .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;
  }

  /* End gap */
  /* START justify-content */
  .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;
  }

  /* End justify-content */
  /* START align-items */
  .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;
  }

  /* End align-items */
  /* START align-content */
  .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;
  }

  /* End align-content */
  /* START align-self */
  .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;
  }

  /* End align-self */
  /* START order */
  .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;
  }

  /* End order */
  /* START no-border */
  .b-0-xl {
    border: 0 !important;
  }

  /* End no-border */
  /* START no-border top */
  .b-0-top-xl {
    border: 0 !important;
  }

  /* End no-border top */
  /* START no-border right */
  .b-0-end-xl {
    border-right: 0 !important;
  }

  /* End no-border right */
  /* START no-border bottom */
  .b-0-bottom-xl {
    border-bottom: 0 !important;
  }

  /* End no-border bottom */
  /* START no-border start */
  .b-0-left-xl {
    border-bottom: 0 !important;
  }

  /* End no-border start */
  /* START border */
  .b-all-xl {
    border: 1px solid var(--bs-border-color) !important;
  }

  .b-all-xl-0 {
    border: 0 !important;
  }

  /* End border */
  /* START border-color */
  .b-c-xl-theme {
    border-color: var(--bs-theme) !important;
  }

  .b-c-xl-accent {
    border-color: var(--bs-accent) !important;
  }

  .b-c-xl-primary {
    border-color: var(--bs-primary) !important;
  }

  .b-c-xl-secondary {
    border-color: var(--bs-secondary) !important;
  }

  .b-c-xl-tertiary {
    border-color: var(--bs-tertiary) !important;
  }

  .b-c-xl-success {
    border-color: var(--bs-success) !important;
  }

  .b-c-xl-info {
    border-color: var(--bs-info) !important;
  }

  .b-c-xl-warning {
    border-color: var(--bs-warning) !important;
  }

  .b-c-xl-danger {
    border-color: var(--bs-danger) !important;
  }

  .b-c-xl-light {
    border-color: var(--bs-light) !important;
  }

  .b-c-xl-dark {
    border-color: var(--bs-dark) !important;
  }

  .b-c-xl-white {
    border-color: var(--bs-white) !important;
  }

  .b-c-xl-black {
    border-color: var(--bs-black) !important;
  }

  /* End border-color */
  /* START border-top */
  .b-top-xl {
    border-top: 1px solid var(--bs-border-color) !important;
  }

  .b-top-xl-0 {
    border-top: 0 !important;
  }

  /* End border-top */
  /* START border-end */
  .b-end-xl {
    border-right: 1px solid var(--bs-border-color) !important;
  }

  .b-end-xl-0 {
    border-right: 0 !important;
  }

  /* End border-end */
  /* START border-bottom */
  .b-bottom-xl {
    border-bottom: 1px solid var(--bs-border-color) !important;
  }

  .b-bottom-xl-0 {
    border-bottom: 0 !important;
  }

  /* End border-bottom */
  /* START border-start */
  .b-start-xl {
    border-left: 1px solid var(--bs-border-color) !important;
  }

  .b-start-xl-0 {
    border-left: 0 !important;
  }

  /* End border-start */
  /* START border-width */
  .b-w-xl-1 {
    border-width: 1px !important;
  }

  .b-w-xl-2 {
    border-width: 2px !important;
  }

  .b-w-xl-3 {
    border-width: 3px !important;
  }

  .b-w-xl-4 {
    border-width: 4px !important;
  }

  .b-w-xl-5 {
    border-width: 5px !important;
  }

  /* End border-width */
  /* START rounded */
  .rounded-xl {
    border-radius: 0.25rem !important;
  }

  .rounded-xl-0 {
    border-radius: 0 !important;
  }

  .rounded-xl-1 {
    border-radius: 0.2rem !important;
  }

  .rounded-xl-2 {
    border-radius: 0.25rem !important;
  }

  .rounded-xl-3 {
    border-radius: 0.3rem !important;
  }

  .rounded-xl-circle {
    border-radius: 50% !important;
  }

  .rounded-xl-pill {
    border-radius: 50rem !important;
  }

  /* End rounded */
  /* START rounded-top */
  .rounded-top-xl {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  /* End rounded-top */
  /* START rounded-end */
  .rounded-end-xl {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  /* End rounded-end */
  /* START rounded-bottom */
  .rounded-bottom-xl {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  /* End rounded-bottom */
  /* START rounded-start */
  .rounded-start-xl {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }

  /* End rounded-start */
  /* START float */
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  /* End float */
  /* START display */
  .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;
  }

  /* End display */
  /* START width */
  .w-xl-0 {
    width: 0 !important;
  }

  .w-xl-p10 {
    width: 10% !important;
  }

  .w-xl-p20 {
    width: 20% !important;
  }

  .w-xl-p25 {
    width: 25% !important;
  }

  .w-xl-p30 {
    width: 30% !important;
  }

  .w-xl-p40 {
    width: 40% !important;
  }

  .w-xl-p50 {
    width: 50% !important;
  }

  .w-xl-p60 {
    width: 60% !important;
  }

  .w-xl-p70 {
    width: 70% !important;
  }

  .w-xl-p75 {
    width: 75% !important;
  }

  .w-xl-p80 {
    width: 80% !important;
  }

  .w-xl-p90 {
    width: 90% !important;
  }

  .w-xl-p100 {
    width: 100% !important;
  }

  .w-xl-v25 {
    width: 25vh !important;
  }

  .w-xl-v50 {
    width: 50vh !important;
  }

  .w-xl-v75 {
    width: 75vh !important;
  }

  .w-xl-v100 {
    width: 100vh !important;
  }

  .w-xl-5 {
    width: 5px !important;
  }

  .w-xl-10 {
    width: 10px !important;
  }

  .w-xl-15 {
    width: 15px !important;
  }

  .w-xl-20 {
    width: 20px !important;
  }

  .w-xl-25 {
    width: 25px !important;
  }

  .w-xl-30 {
    width: 30px !important;
  }

  .w-xl-35 {
    width: 35px !important;
  }

  .w-xl-40 {
    width: 40px !important;
  }

  .w-xl-45 {
    width: 45px !important;
  }

  .w-xl-50 {
    width: 50px !important;
  }

  .w-xl-55 {
    width: 55px !important;
  }

  .w-xl-60 {
    width: 60px !important;
  }

  .w-xl-65 {
    width: 65px !important;
  }

  .w-xl-70 {
    width: 70px !important;
  }

  .w-xl-75 {
    width: 75px !important;
  }

  .w-xl-80 {
    width: 80px !important;
  }

  .w-xl-85 {
    width: 85px !important;
  }

  .w-xl-90 {
    width: 90px !important;
  }

  .w-xl-95 {
    width: 95px !important;
  }

  .w-xl-100 {
    width: 100px !important;
  }

  .w-xl-120 {
    width: 120px !important;
  }

  .w-xl-140 {
    width: 140px !important;
  }

  .w-xl-160 {
    width: 160px !important;
  }

  .w-xl-180 {
    width: 180px !important;
  }

  .w-xl-200 {
    width: 200px !important;
  }

  .w-xl-220 {
    width: 220px !important;
  }

  .w-xl-240 {
    width: 240px !important;
  }

  .w-xl-260 {
    width: 260px !important;
  }

  .w-xl-280 {
    width: 280px !important;
  }

  .w-xl-300 {
    width: 300px !important;
  }

  .w-xl-350 {
    width: 350px !important;
  }

  .w-xl-400 {
    width: 400px !important;
  }

  .w-xl-450 {
    width: 450px !important;
  }

  .w-xl-500 {
    width: 500px !important;
  }

  .w-xl-550 {
    width: 550px !important;
  }

  .w-xl-600 {
    width: 600px !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .w-xl-unset {
    width: unset !important;
  }

  /* End width */
  /* START max-width */
  .maxw-xl-0 {
    max-width: 0 !important;
  }

  .maxw-xl-p10 {
    max-width: 10% !important;
  }

  .maxw-xl-p20 {
    max-width: 20% !important;
  }

  .maxw-xl-p25 {
    max-width: 25% !important;
  }

  .maxw-xl-p30 {
    max-width: 30% !important;
  }

  .maxw-xl-p40 {
    max-width: 40% !important;
  }

  .maxw-xl-p50 {
    max-width: 50% !important;
  }

  .maxw-xl-p60 {
    max-width: 60% !important;
  }

  .maxw-xl-p70 {
    max-width: 70% !important;
  }

  .maxw-xl-p75 {
    max-width: 75% !important;
  }

  .maxw-xl-p80 {
    max-width: 80% !important;
  }

  .maxw-xl-p90 {
    max-width: 90% !important;
  }

  .maxw-xl-p100 {
    max-width: 100% !important;
  }

  .maxw-xl-v25 {
    max-width: 25vh !important;
  }

  .maxw-xl-v50 {
    max-width: 50vh !important;
  }

  .maxw-xl-v75 {
    max-width: 75vh !important;
  }

  .maxw-xl-v100 {
    max-width: 100vh !important;
  }

  .maxw-xl-5 {
    max-width: 5px !important;
  }

  .maxw-xl-10 {
    max-width: 10px !important;
  }

  .maxw-xl-15 {
    max-width: 15px !important;
  }

  .maxw-xl-20 {
    max-width: 20px !important;
  }

  .maxw-xl-25 {
    max-width: 25px !important;
  }

  .maxw-xl-30 {
    max-width: 30px !important;
  }

  .maxw-xl-35 {
    max-width: 35px !important;
  }

  .maxw-xl-40 {
    max-width: 40px !important;
  }

  .maxw-xl-45 {
    max-width: 45px !important;
  }

  .maxw-xl-50 {
    max-width: 50px !important;
  }

  .maxw-xl-55 {
    max-width: 55px !important;
  }

  .maxw-xl-60 {
    max-width: 60px !important;
  }

  .maxw-xl-65 {
    max-width: 65px !important;
  }

  .maxw-xl-70 {
    max-width: 70px !important;
  }

  .maxw-xl-75 {
    max-width: 75px !important;
  }

  .maxw-xl-80 {
    max-width: 80px !important;
  }

  .maxw-xl-85 {
    max-width: 85px !important;
  }

  .maxw-xl-90 {
    max-width: 90px !important;
  }

  .maxw-xl-95 {
    max-width: 95px !important;
  }

  .maxw-xl-100 {
    max-width: 100px !important;
  }

  .maxw-xl-120 {
    max-width: 120px !important;
  }

  .maxw-xl-140 {
    max-width: 140px !important;
  }

  .maxw-xl-160 {
    max-width: 160px !important;
  }

  .maxw-xl-180 {
    max-width: 180px !important;
  }

  .maxw-xl-200 {
    max-width: 200px !important;
  }

  .maxw-xl-220 {
    max-width: 220px !important;
  }

  .maxw-xl-240 {
    max-width: 240px !important;
  }

  .maxw-xl-260 {
    max-width: 260px !important;
  }

  .maxw-xl-280 {
    max-width: 280px !important;
  }

  .maxw-xl-300 {
    max-width: 300px !important;
  }

  .maxw-xl-350 {
    max-width: 350px !important;
  }

  .maxw-xl-400 {
    max-width: 400px !important;
  }

  .maxw-xl-450 {
    max-width: 450px !important;
  }

  .maxw-xl-500 {
    max-width: 500px !important;
  }

  .maxw-xl-550 {
    max-width: 550px !important;
  }

  .maxw-xl-600 {
    max-width: 600px !important;
  }

  .maxw-xl-auto {
    max-width: auto !important;
  }

  .maxw-xl-unset {
    max-width: unset !important;
  }

  /* End max-width */
  /* START min-width */
  .minw-xl-0 {
    min-width: 0 !important;
  }

  .minw-xl-p10 {
    min-width: 10% !important;
  }

  .minw-xl-p20 {
    min-width: 20% !important;
  }

  .minw-xl-p25 {
    min-width: 25% !important;
  }

  .minw-xl-p30 {
    min-width: 30% !important;
  }

  .minw-xl-p40 {
    min-width: 40% !important;
  }

  .minw-xl-p50 {
    min-width: 50% !important;
  }

  .minw-xl-p60 {
    min-width: 60% !important;
  }

  .minw-xl-p70 {
    min-width: 70% !important;
  }

  .minw-xl-p75 {
    min-width: 75% !important;
  }

  .minw-xl-p80 {
    min-width: 80% !important;
  }

  .minw-xl-p90 {
    min-width: 90% !important;
  }

  .minw-xl-p100 {
    min-width: 100% !important;
  }

  .minw-xl-v25 {
    min-width: 25vh !important;
  }

  .minw-xl-v50 {
    min-width: 50vh !important;
  }

  .minw-xl-v75 {
    min-width: 75vh !important;
  }

  .minw-xl-v100 {
    min-width: 100vh !important;
  }

  .minw-xl-5 {
    min-width: 5px !important;
  }

  .minw-xl-10 {
    min-width: 10px !important;
  }

  .minw-xl-15 {
    min-width: 15px !important;
  }

  .minw-xl-20 {
    min-width: 20px !important;
  }

  .minw-xl-25 {
    min-width: 25px !important;
  }

  .minw-xl-30 {
    min-width: 30px !important;
  }

  .minw-xl-35 {
    min-width: 35px !important;
  }

  .minw-xl-40 {
    min-width: 40px !important;
  }

  .minw-xl-45 {
    min-width: 45px !important;
  }

  .minw-xl-50 {
    min-width: 50px !important;
  }

  .minw-xl-55 {
    min-width: 55px !important;
  }

  .minw-xl-60 {
    min-width: 60px !important;
  }

  .minw-xl-65 {
    min-width: 65px !important;
  }

  .minw-xl-70 {
    min-width: 70px !important;
  }

  .minw-xl-75 {
    min-width: 75px !important;
  }

  .minw-xl-80 {
    min-width: 80px !important;
  }

  .minw-xl-85 {
    min-width: 85px !important;
  }

  .minw-xl-90 {
    min-width: 90px !important;
  }

  .minw-xl-95 {
    min-width: 95px !important;
  }

  .minw-xl-100 {
    min-width: 100px !important;
  }

  .minw-xl-120 {
    min-width: 120px !important;
  }

  .minw-xl-140 {
    min-width: 140px !important;
  }

  .minw-xl-160 {
    min-width: 160px !important;
  }

  .minw-xl-180 {
    min-width: 180px !important;
  }

  .minw-xl-200 {
    min-width: 200px !important;
  }

  .minw-xl-220 {
    min-width: 220px !important;
  }

  .minw-xl-240 {
    min-width: 240px !important;
  }

  .minw-xl-260 {
    min-width: 260px !important;
  }

  .minw-xl-280 {
    min-width: 280px !important;
  }

  .minw-xl-300 {
    min-width: 300px !important;
  }

  .minw-xl-350 {
    min-width: 350px !important;
  }

  .minw-xl-400 {
    min-width: 400px !important;
  }

  .minw-xl-450 {
    min-width: 450px !important;
  }

  .minw-xl-500 {
    min-width: 500px !important;
  }

  .minw-xl-550 {
    min-width: 550px !important;
  }

  .minw-xl-600 {
    min-width: 600px !important;
  }

  .minw-xl-auto {
    min-width: auto !important;
  }

  .minw-xl-unset {
    min-width: unset !important;
  }

  /* End min-width */
  /* START height */
  .h-xl-0 {
    height: 0 !important;
  }

  .h-xl-p10 {
    height: 10% !important;
  }

  .h-xl-p20 {
    height: 20% !important;
  }

  .h-xl-p25 {
    height: 25% !important;
  }

  .h-xl-p30 {
    height: 30% !important;
  }

  .h-xl-p40 {
    height: 40% !important;
  }

  .h-xl-p50 {
    height: 50% !important;
  }

  .h-xl-p60 {
    height: 60% !important;
  }

  .h-xl-p70 {
    height: 70% !important;
  }

  .h-xl-p75 {
    height: 75% !important;
  }

  .h-xl-p80 {
    height: 80% !important;
  }

  .h-xl-p90 {
    height: 90% !important;
  }

  .h-xl-p100 {
    height: 100% !important;
  }

  .h-xl-v25 {
    height: 25vh !important;
  }

  .h-xl-v50 {
    height: 50vh !important;
  }

  .h-xl-v75 {
    height: 75vh !important;
  }

  .h-xl-v100 {
    height: 100vh !important;
  }

  .h-xl-5 {
    height: 5px !important;
  }

  .h-xl-10 {
    height: 10px !important;
  }

  .h-xl-15 {
    height: 15px !important;
  }

  .h-xl-20 {
    height: 20px !important;
  }

  .h-xl-25 {
    height: 25px !important;
  }

  .h-xl-30 {
    height: 30px !important;
  }

  .h-xl-35 {
    height: 35px !important;
  }

  .h-xl-40 {
    height: 40px !important;
  }

  .h-xl-45 {
    height: 45px !important;
  }

  .h-xl-50 {
    height: 50px !important;
  }

  .h-xl-55 {
    height: 55px !important;
  }

  .h-xl-60 {
    height: 60px !important;
  }

  .h-xl-65 {
    height: 65px !important;
  }

  .h-xl-70 {
    height: 70px !important;
  }

  .h-xl-75 {
    height: 75px !important;
  }

  .h-xl-80 {
    height: 80px !important;
  }

  .h-xl-85 {
    height: 85px !important;
  }

  .h-xl-90 {
    height: 90px !important;
  }

  .h-xl-95 {
    height: 95px !important;
  }

  .h-xl-100 {
    height: 100px !important;
  }

  .h-xl-120 {
    height: 120px !important;
  }

  .h-xl-140 {
    height: 140px !important;
  }

  .h-xl-160 {
    height: 160px !important;
  }

  .h-xl-180 {
    height: 180px !important;
  }

  .h-xl-200 {
    height: 200px !important;
  }

  .h-xl-220 {
    height: 220px !important;
  }

  .h-xl-240 {
    height: 240px !important;
  }

  .h-xl-260 {
    height: 260px !important;
  }

  .h-xl-280 {
    height: 280px !important;
  }

  .h-xl-300 {
    height: 300px !important;
  }

  .h-xl-350 {
    height: 350px !important;
  }

  .h-xl-400 {
    height: 400px !important;
  }

  .h-xl-450 {
    height: 450px !important;
  }

  .h-xl-500 {
    height: 500px !important;
  }

  .h-xl-550 {
    height: 550px !important;
  }

  .h-xl-600 {
    height: 600px !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .h-xl-unset {
    height: unset !important;
  }

  /* End height */
  /* START max-height */
  .maxh-xl-0 {
    max-height: 0 !important;
  }

  .maxh-xl-p10 {
    max-height: 10% !important;
  }

  .maxh-xl-p20 {
    max-height: 20% !important;
  }

  .maxh-xl-p25 {
    max-height: 25% !important;
  }

  .maxh-xl-p30 {
    max-height: 30% !important;
  }

  .maxh-xl-p40 {
    max-height: 40% !important;
  }

  .maxh-xl-p50 {
    max-height: 50% !important;
  }

  .maxh-xl-p60 {
    max-height: 60% !important;
  }

  .maxh-xl-p70 {
    max-height: 70% !important;
  }

  .maxh-xl-p75 {
    max-height: 75% !important;
  }

  .maxh-xl-p80 {
    max-height: 80% !important;
  }

  .maxh-xl-p90 {
    max-height: 90% !important;
  }

  .maxh-xl-p100 {
    max-height: 100% !important;
  }

  .maxh-xl-v25 {
    max-height: 25vh !important;
  }

  .maxh-xl-v50 {
    max-height: 50vh !important;
  }

  .maxh-xl-v75 {
    max-height: 75vh !important;
  }

  .maxh-xl-v100 {
    max-height: 100vh !important;
  }

  .maxh-xl-5 {
    max-height: 5px !important;
  }

  .maxh-xl-10 {
    max-height: 10px !important;
  }

  .maxh-xl-15 {
    max-height: 15px !important;
  }

  .maxh-xl-20 {
    max-height: 20px !important;
  }

  .maxh-xl-25 {
    max-height: 25px !important;
  }

  .maxh-xl-30 {
    max-height: 30px !important;
  }

  .maxh-xl-35 {
    max-height: 35px !important;
  }

  .maxh-xl-40 {
    max-height: 40px !important;
  }

  .maxh-xl-45 {
    max-height: 45px !important;
  }

  .maxh-xl-50 {
    max-height: 50px !important;
  }

  .maxh-xl-55 {
    max-height: 55px !important;
  }

  .maxh-xl-60 {
    max-height: 60px !important;
  }

  .maxh-xl-65 {
    max-height: 65px !important;
  }

  .maxh-xl-70 {
    max-height: 70px !important;
  }

  .maxh-xl-75 {
    max-height: 75px !important;
  }

  .maxh-xl-80 {
    max-height: 80px !important;
  }

  .maxh-xl-85 {
    max-height: 85px !important;
  }

  .maxh-xl-90 {
    max-height: 90px !important;
  }

  .maxh-xl-95 {
    max-height: 95px !important;
  }

  .maxh-xl-100 {
    max-height: 100px !important;
  }

  .maxh-xl-120 {
    max-height: 120px !important;
  }

  .maxh-xl-140 {
    max-height: 140px !important;
  }

  .maxh-xl-160 {
    max-height: 160px !important;
  }

  .maxh-xl-180 {
    max-height: 180px !important;
  }

  .maxh-xl-200 {
    max-height: 200px !important;
  }

  .maxh-xl-220 {
    max-height: 220px !important;
  }

  .maxh-xl-240 {
    max-height: 240px !important;
  }

  .maxh-xl-260 {
    max-height: 260px !important;
  }

  .maxh-xl-280 {
    max-height: 280px !important;
  }

  .maxh-xl-300 {
    max-height: 300px !important;
  }

  .maxh-xl-350 {
    max-height: 350px !important;
  }

  .maxh-xl-400 {
    max-height: 400px !important;
  }

  .maxh-xl-450 {
    max-height: 450px !important;
  }

  .maxh-xl-500 {
    max-height: 500px !important;
  }

  .maxh-xl-550 {
    max-height: 550px !important;
  }

  .maxh-xl-600 {
    max-height: 600px !important;
  }

  .maxh-xl-auto {
    max-height: auto !important;
  }

  .maxh-xl-unset {
    max-height: unset !important;
  }

  /* End max-height */
  /* START min-height */
  .minh-xl-0 {
    min-height: 0 !important;
  }

  .minh-xl-p10 {
    min-height: 10% !important;
  }

  .minh-xl-p20 {
    min-height: 20% !important;
  }

  .minh-xl-p25 {
    min-height: 25% !important;
  }

  .minh-xl-p30 {
    min-height: 30% !important;
  }

  .minh-xl-p40 {
    min-height: 40% !important;
  }

  .minh-xl-p50 {
    min-height: 50% !important;
  }

  .minh-xl-p60 {
    min-height: 60% !important;
  }

  .minh-xl-p70 {
    min-height: 70% !important;
  }

  .minh-xl-p75 {
    min-height: 75% !important;
  }

  .minh-xl-p80 {
    min-height: 80% !important;
  }

  .minh-xl-p90 {
    min-height: 90% !important;
  }

  .minh-xl-p100 {
    min-height: 100% !important;
  }

  .minh-xl-v25 {
    min-height: 25vh !important;
  }

  .minh-xl-v50 {
    min-height: 50vh !important;
  }

  .minh-xl-v75 {
    min-height: 75vh !important;
  }

  .minh-xl-v100 {
    min-height: 100vh !important;
  }

  .minh-xl-5 {
    min-height: 5px !important;
  }

  .minh-xl-10 {
    min-height: 10px !important;
  }

  .minh-xl-15 {
    min-height: 15px !important;
  }

  .minh-xl-20 {
    min-height: 20px !important;
  }

  .minh-xl-25 {
    min-height: 25px !important;
  }

  .minh-xl-30 {
    min-height: 30px !important;
  }

  .minh-xl-35 {
    min-height: 35px !important;
  }

  .minh-xl-40 {
    min-height: 40px !important;
  }

  .minh-xl-45 {
    min-height: 45px !important;
  }

  .minh-xl-50 {
    min-height: 50px !important;
  }

  .minh-xl-55 {
    min-height: 55px !important;
  }

  .minh-xl-60 {
    min-height: 60px !important;
  }

  .minh-xl-65 {
    min-height: 65px !important;
  }

  .minh-xl-70 {
    min-height: 70px !important;
  }

  .minh-xl-75 {
    min-height: 75px !important;
  }

  .minh-xl-80 {
    min-height: 80px !important;
  }

  .minh-xl-85 {
    min-height: 85px !important;
  }

  .minh-xl-90 {
    min-height: 90px !important;
  }

  .minh-xl-95 {
    min-height: 95px !important;
  }

  .minh-xl-100 {
    min-height: 100px !important;
  }

  .minh-xl-120 {
    min-height: 120px !important;
  }

  .minh-xl-140 {
    min-height: 140px !important;
  }

  .minh-xl-160 {
    min-height: 160px !important;
  }

  .minh-xl-180 {
    min-height: 180px !important;
  }

  .minh-xl-200 {
    min-height: 200px !important;
  }

  .minh-xl-220 {
    min-height: 220px !important;
  }

  .minh-xl-240 {
    min-height: 240px !important;
  }

  .minh-xl-260 {
    min-height: 260px !important;
  }

  .minh-xl-280 {
    min-height: 280px !important;
  }

  .minh-xl-300 {
    min-height: 300px !important;
  }

  .minh-xl-350 {
    min-height: 350px !important;
  }

  .minh-xl-400 {
    min-height: 400px !important;
  }

  .minh-xl-450 {
    min-height: 450px !important;
  }

  .minh-xl-500 {
    min-height: 500px !important;
  }

  .minh-xl-550 {
    min-height: 550px !important;
  }

  .minh-xl-600 {
    min-height: 600px !important;
  }

  .minh-xl-auto {
    min-height: auto !important;
  }

  .minh-xl-unset {
    min-height: unset !important;
  }

  /* End min-height */
  /* START viewport-width */
  .vw-xl-25 {
    width: 25vw !important;
  }

  .vw-xl-33 {
    width: 33.33vw !important;
  }

  .vw-xl-50 {
    width: 50vw !important;
  }

  .vw-xl-66 {
    width: 66.66vw !important;
  }

  .vw-xl-75 {
    width: 75vw !important;
  }

  .vw-xl-100 {
    width: 100vw !important;
  }

  /* End viewport-width */
  /* START min-viewport-width */
  .min-vw-xl-25 {
    min-width: 25vw !important;
  }

  .min-vw-xl-33 {
    min-width: 33.33vw !important;
  }

  .min-vw-xl-50 {
    min-width: 50vw !important;
  }

  .min-vw-xl-66 {
    min-width: 66.66vw !important;
  }

  .min-vw-xl-75 {
    min-width: 75vw !important;
  }

  .min-vw-xl-100 {
    min-width: 100vw !important;
  }

  /* End min-viewport-width */
  /* START viewport-height */
  .vh-xl-25 {
    height: 25vh !important;
  }

  .vh-xl-33 {
    height: 33.33vh !important;
  }

  .vh-xl-50 {
    height: 50vh !important;
  }

  .vh-xl-66 {
    height: 66.66vh !important;
  }

  .vh-xl-75 {
    height: 75vh !important;
  }

  .vh-xl-100 {
    height: 100vh !important;
  }

  /* End viewport-height */
  /* START min-viewport-height */
  .min-vh-xl-25 {
    min-height: 25vh !important;
  }

  .min-vh-xl-33 {
    min-height: 33.33vh !important;
  }

  .min-vh-xl-50 {
    min-height: 50vh !important;
  }

  .min-vh-xl-66 {
    min-height: 66.66vh !important;
  }

  .min-vh-xl-75 {
    min-height: 75vh !important;
  }

  .min-vh-xl-100 {
    min-height: 100vh !important;
  }

  /* End min-viewport-height */
}
@media (min-width: 1400px) {
  /* START margin */
  .m-xxl-auto {
    margin: auto !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-p10 {
    margin: 10% !important;
  }

  .m-xxl-p20 {
    margin: 20% !important;
  }

  .m-xxl-p25 {
    margin: 25% !important;
  }

  .m-xxl-p30 {
    margin: 30% !important;
  }

  .m-xxl-p40 {
    margin: 40% !important;
  }

  .m-xxl-p50 {
    margin: 50% !important;
  }

  .m-xxl-p60 {
    margin: 60% !important;
  }

  .m-xxl-p70 {
    margin: 70% !important;
  }

  .m-xxl-p75 {
    margin: 75% !important;
  }

  .m-xxl-p80 {
    margin: 80% !important;
  }

  .m-xxl-p90 {
    margin: 90% !important;
  }

  .m-xxl-p100 {
    margin: 100% !important;
  }

  .m-xxl-1 {
    margin: 1px !important;
  }

  .m-xxl-2 {
    margin: 2px !important;
  }

  .m-xxl-3 {
    margin: 3px !important;
  }

  .m-xxl-4 {
    margin: 4px !important;
  }

  .m-xxl-5 {
    margin: 5px !important;
  }

  .m-xxl-6 {
    margin: 6px !important;
  }

  .m-xxl-7 {
    margin: 7px !important;
  }

  .m-xxl-8 {
    margin: 8px !important;
  }

  .m-xxl-9 {
    margin: 9px !important;
  }

  .m-xxl-10 {
    margin: 10px !important;
  }

  .m-xxl-15 {
    margin: 15px !important;
  }

  .m-xxl-20 {
    margin: 20px !important;
  }

  .m-xxl-25 {
    margin: 25px !important;
  }

  .m-xxl-30 {
    margin: 30px !important;
  }

  .m-xxl-35 {
    margin: 35px !important;
  }

  .m-xxl-40 {
    margin: 40px !important;
  }

  .m-xxl-45 {
    margin: 45px !important;
  }

  .m-xxl-50 {
    margin: 50px !important;
  }

  .m-xxl-60 {
    margin: 60px !important;
  }

  .m-xxl-70 {
    margin: 70px !important;
  }

  .m-xxl-80 {
    margin: 80px !important;
  }

  .m-xxl-90 {
    margin: 90px !important;
  }

  .m-xxl-100 {
    margin: 100px !important;
  }

  .m-xxl-110 {
    margin: 110px !important;
  }

  .m-xxl-120 {
    margin: 120px !important;
  }

  .m-xxl-130 {
    margin: 130px !important;
  }

  .m-xxl-140 {
    margin: 140px !important;
  }

  .m-xxl-150 {
    margin: 150px !important;
  }

  .m-xxl-160 {
    margin: 160px !important;
  }

  .m-xxl-170 {
    margin: 170px !important;
  }

  .m-xxl-180 {
    margin: 180px !important;
  }

  .m-xxl-190 {
    margin: 190px !important;
  }

  .m-xxl-200 {
    margin: 200px !important;
  }

  /* End margin */
  /* START margin-x */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-p10 {
    margin-right: 10% !important;
    margin-left: 10% !important;
  }

  .mx-xxl-p20 {
    margin-right: 20% !important;
    margin-left: 20% !important;
  }

  .mx-xxl-p25 {
    margin-right: 25% !important;
    margin-left: 25% !important;
  }

  .mx-xxl-p30 {
    margin-right: 30% !important;
    margin-left: 30% !important;
  }

  .mx-xxl-p40 {
    margin-right: 40% !important;
    margin-left: 40% !important;
  }

  .mx-xxl-p50 {
    margin-right: 50% !important;
    margin-left: 50% !important;
  }

  .mx-xxl-p60 {
    margin-right: 60% !important;
    margin-left: 60% !important;
  }

  .mx-xxl-p70 {
    margin-right: 70% !important;
    margin-left: 70% !important;
  }

  .mx-xxl-p75 {
    margin-right: 75% !important;
    margin-left: 75% !important;
  }

  .mx-xxl-p80 {
    margin-right: 80% !important;
    margin-left: 80% !important;
  }

  .mx-xxl-p90 {
    margin-right: 90% !important;
    margin-left: 90% !important;
  }

  .mx-xxl-p100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }

  .mx-xxl-1 {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  .mx-xxl-2 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }

  .mx-xxl-3 {
    margin-right: 3px !important;
    margin-left: 3px !important;
  }

  .mx-xxl-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-xxl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-xxl-6 {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }

  .mx-xxl-7 {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }

  .mx-xxl-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-xxl-9 {
    margin-right: 9px !important;
    margin-left: 9px !important;
  }

  .mx-xxl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-xxl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-xxl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-xxl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-xxl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-xxl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-xxl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-xxl-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-xxl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-xxl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-xxl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-xxl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-xxl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-xxl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-xxl-110 {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }

  .mx-xxl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-xxl-130 {
    margin-right: 130px !important;
    margin-left: 130px !important;
  }

  .mx-xxl-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .mx-xxl-150 {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }

  .mx-xxl-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .mx-xxl-170 {
    margin-right: 170px !important;
    margin-left: 170px !important;
  }

  .mx-xxl-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }

  .mx-xxl-190 {
    margin-right: 190px !important;
    margin-left: 190px !important;
  }

  .mx-xxl-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  /* End margin-x */
  /* START margin-y */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-p10 {
    margin-top: 10% !important;
    margin-bottom: 10% !important;
  }

  .my-xxl-p20 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .my-xxl-p25 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .my-xxl-p30 {
    margin-top: 30% !important;
    margin-bottom: 30% !important;
  }

  .my-xxl-p40 {
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .my-xxl-p50 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .my-xxl-p60 {
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .my-xxl-p70 {
    margin-top: 70% !important;
    margin-bottom: 70% !important;
  }

  .my-xxl-p75 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .my-xxl-p80 {
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .my-xxl-p90 {
    margin-top: 90% !important;
    margin-bottom: 90% !important;
  }

  .my-xxl-p100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }

  .my-xxl-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .my-xxl-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .my-xxl-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .my-xxl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-xxl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-xxl-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .my-xxl-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }

  .my-xxl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-xxl-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }

  .my-xxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-xxl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-xxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-xxl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-xxl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-xxl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-xxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xxl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-xxl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-xxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-xxl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-xxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-xxl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-xxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-xxl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .my-xxl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-xxl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .my-xxl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .my-xxl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .my-xxl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .my-xxl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .my-xxl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .my-xxl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .my-xxl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  /* End margin-y */
  /* START margin-top */
  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-p10 {
    margin-top: 10% !important;
  }

  .mt-xxl-p20 {
    margin-top: 20% !important;
  }

  .mt-xxl-p25 {
    margin-top: 25% !important;
  }

  .mt-xxl-p30 {
    margin-top: 30% !important;
  }

  .mt-xxl-p40 {
    margin-top: 40% !important;
  }

  .mt-xxl-p50 {
    margin-top: 50% !important;
  }

  .mt-xxl-p60 {
    margin-top: 60% !important;
  }

  .mt-xxl-p70 {
    margin-top: 70% !important;
  }

  .mt-xxl-p75 {
    margin-top: 75% !important;
  }

  .mt-xxl-p80 {
    margin-top: 80% !important;
  }

  .mt-xxl-p90 {
    margin-top: 90% !important;
  }

  .mt-xxl-p100 {
    margin-top: 100% !important;
  }

  .mt-xxl-1 {
    margin-top: 1px !important;
  }

  .mt-xxl-2 {
    margin-top: 2px !important;
  }

  .mt-xxl-3 {
    margin-top: 3px !important;
  }

  .mt-xxl-4 {
    margin-top: 4px !important;
  }

  .mt-xxl-5 {
    margin-top: 5px !important;
  }

  .mt-xxl-6 {
    margin-top: 6px !important;
  }

  .mt-xxl-7 {
    margin-top: 7px !important;
  }

  .mt-xxl-8 {
    margin-top: 8px !important;
  }

  .mt-xxl-9 {
    margin-top: 9px !important;
  }

  .mt-xxl-10 {
    margin-top: 10px !important;
  }

  .mt-xxl-15 {
    margin-top: 15px !important;
  }

  .mt-xxl-20 {
    margin-top: 20px !important;
  }

  .mt-xxl-25 {
    margin-top: 25px !important;
  }

  .mt-xxl-30 {
    margin-top: 30px !important;
  }

  .mt-xxl-35 {
    margin-top: 35px !important;
  }

  .mt-xxl-40 {
    margin-top: 40px !important;
  }

  .mt-xxl-45 {
    margin-top: 45px !important;
  }

  .mt-xxl-50 {
    margin-top: 50px !important;
  }

  .mt-xxl-60 {
    margin-top: 60px !important;
  }

  .mt-xxl-70 {
    margin-top: 70px !important;
  }

  .mt-xxl-80 {
    margin-top: 80px !important;
  }

  .mt-xxl-90 {
    margin-top: 90px !important;
  }

  .mt-xxl-100 {
    margin-top: 100px !important;
  }

  .mt-xxl-110 {
    margin-top: 110px !important;
  }

  .mt-xxl-120 {
    margin-top: 120px !important;
  }

  .mt-xxl-130 {
    margin-top: 130px !important;
  }

  .mt-xxl-140 {
    margin-top: 140px !important;
  }

  .mt-xxl-150 {
    margin-top: 150px !important;
  }

  .mt-xxl-160 {
    margin-top: 160px !important;
  }

  .mt-xxl-170 {
    margin-top: 170px !important;
  }

  .mt-xxl-180 {
    margin-top: 180px !important;
  }

  .mt-xxl-190 {
    margin-top: 190px !important;
  }

  .mt-xxl-200 {
    margin-top: 200px !important;
  }

  /* End margin-top */
  /* START margin-end */
  .me-xxl-auto {
    margin-right: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-p10 {
    margin-right: 10% !important;
  }

  .me-xxl-p20 {
    margin-right: 20% !important;
  }

  .me-xxl-p25 {
    margin-right: 25% !important;
  }

  .me-xxl-p30 {
    margin-right: 30% !important;
  }

  .me-xxl-p40 {
    margin-right: 40% !important;
  }

  .me-xxl-p50 {
    margin-right: 50% !important;
  }

  .me-xxl-p60 {
    margin-right: 60% !important;
  }

  .me-xxl-p70 {
    margin-right: 70% !important;
  }

  .me-xxl-p75 {
    margin-right: 75% !important;
  }

  .me-xxl-p80 {
    margin-right: 80% !important;
  }

  .me-xxl-p90 {
    margin-right: 90% !important;
  }

  .me-xxl-p100 {
    margin-right: 100% !important;
  }

  .me-xxl-1 {
    margin-right: 1px !important;
  }

  .me-xxl-2 {
    margin-right: 2px !important;
  }

  .me-xxl-3 {
    margin-right: 3px !important;
  }

  .me-xxl-4 {
    margin-right: 4px !important;
  }

  .me-xxl-5 {
    margin-right: 5px !important;
  }

  .me-xxl-6 {
    margin-right: 6px !important;
  }

  .me-xxl-7 {
    margin-right: 7px !important;
  }

  .me-xxl-8 {
    margin-right: 8px !important;
  }

  .me-xxl-9 {
    margin-right: 9px !important;
  }

  .me-xxl-10 {
    margin-right: 10px !important;
  }

  .me-xxl-15 {
    margin-right: 15px !important;
  }

  .me-xxl-20 {
    margin-right: 20px !important;
  }

  .me-xxl-25 {
    margin-right: 25px !important;
  }

  .me-xxl-30 {
    margin-right: 30px !important;
  }

  .me-xxl-35 {
    margin-right: 35px !important;
  }

  .me-xxl-40 {
    margin-right: 40px !important;
  }

  .me-xxl-45 {
    margin-right: 45px !important;
  }

  .me-xxl-50 {
    margin-right: 50px !important;
  }

  .me-xxl-60 {
    margin-right: 60px !important;
  }

  .me-xxl-70 {
    margin-right: 70px !important;
  }

  .me-xxl-80 {
    margin-right: 80px !important;
  }

  .me-xxl-90 {
    margin-right: 90px !important;
  }

  .me-xxl-100 {
    margin-right: 100px !important;
  }

  .me-xxl-110 {
    margin-right: 110px !important;
  }

  .me-xxl-120 {
    margin-right: 120px !important;
  }

  .me-xxl-130 {
    margin-right: 130px !important;
  }

  .me-xxl-140 {
    margin-right: 140px !important;
  }

  .me-xxl-150 {
    margin-right: 150px !important;
  }

  .me-xxl-160 {
    margin-right: 160px !important;
  }

  .me-xxl-170 {
    margin-right: 170px !important;
  }

  .me-xxl-180 {
    margin-right: 180px !important;
  }

  .me-xxl-190 {
    margin-right: 190px !important;
  }

  .me-xxl-200 {
    margin-right: 200px !important;
  }

  /* End margin-end */
  /* START margin-bottom */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-p10 {
    margin-bottom: 10% !important;
  }

  .mb-xxl-p20 {
    margin-bottom: 20% !important;
  }

  .mb-xxl-p25 {
    margin-bottom: 25% !important;
  }

  .mb-xxl-p30 {
    margin-bottom: 30% !important;
  }

  .mb-xxl-p40 {
    margin-bottom: 40% !important;
  }

  .mb-xxl-p50 {
    margin-bottom: 50% !important;
  }

  .mb-xxl-p60 {
    margin-bottom: 60% !important;
  }

  .mb-xxl-p70 {
    margin-bottom: 70% !important;
  }

  .mb-xxl-p75 {
    margin-bottom: 75% !important;
  }

  .mb-xxl-p80 {
    margin-bottom: 80% !important;
  }

  .mb-xxl-p90 {
    margin-bottom: 90% !important;
  }

  .mb-xxl-p100 {
    margin-bottom: 100% !important;
  }

  .mb-xxl-1 {
    margin-bottom: 1px !important;
  }

  .mb-xxl-2 {
    margin-bottom: 2px !important;
  }

  .mb-xxl-3 {
    margin-bottom: 3px !important;
  }

  .mb-xxl-4 {
    margin-bottom: 4px !important;
  }

  .mb-xxl-5 {
    margin-bottom: 5px !important;
  }

  .mb-xxl-6 {
    margin-bottom: 6px !important;
  }

  .mb-xxl-7 {
    margin-bottom: 7px !important;
  }

  .mb-xxl-8 {
    margin-bottom: 8px !important;
  }

  .mb-xxl-9 {
    margin-bottom: 9px !important;
  }

  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }

  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }

  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }

  .mb-xxl-25 {
    margin-bottom: 25px !important;
  }

  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }

  .mb-xxl-35 {
    margin-bottom: 35px !important;
  }

  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }

  .mb-xxl-45 {
    margin-bottom: 45px !important;
  }

  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }

  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }

  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }

  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }

  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }

  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }

  .mb-xxl-110 {
    margin-bottom: 110px !important;
  }

  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }

  .mb-xxl-130 {
    margin-bottom: 130px !important;
  }

  .mb-xxl-140 {
    margin-bottom: 140px !important;
  }

  .mb-xxl-150 {
    margin-bottom: 150px !important;
  }

  .mb-xxl-160 {
    margin-bottom: 160px !important;
  }

  .mb-xxl-170 {
    margin-bottom: 170px !important;
  }

  .mb-xxl-180 {
    margin-bottom: 180px !important;
  }

  .mb-xxl-190 {
    margin-bottom: 190px !important;
  }

  .mb-xxl-200 {
    margin-bottom: 200px !important;
  }

  /* End margin-bottom */
  /* START margin-start */
  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-p10 {
    margin-left: 10% !important;
  }

  .ms-xxl-p20 {
    margin-left: 20% !important;
  }

  .ms-xxl-p25 {
    margin-left: 25% !important;
  }

  .ms-xxl-p30 {
    margin-left: 30% !important;
  }

  .ms-xxl-p40 {
    margin-left: 40% !important;
  }

  .ms-xxl-p50 {
    margin-left: 50% !important;
  }

  .ms-xxl-p60 {
    margin-left: 60% !important;
  }

  .ms-xxl-p70 {
    margin-left: 70% !important;
  }

  .ms-xxl-p75 {
    margin-left: 75% !important;
  }

  .ms-xxl-p80 {
    margin-left: 80% !important;
  }

  .ms-xxl-p90 {
    margin-left: 90% !important;
  }

  .ms-xxl-p100 {
    margin-left: 100% !important;
  }

  .ms-xxl-1 {
    margin-left: 1px !important;
  }

  .ms-xxl-2 {
    margin-left: 2px !important;
  }

  .ms-xxl-3 {
    margin-left: 3px !important;
  }

  .ms-xxl-4 {
    margin-left: 4px !important;
  }

  .ms-xxl-5 {
    margin-left: 5px !important;
  }

  .ms-xxl-6 {
    margin-left: 6px !important;
  }

  .ms-xxl-7 {
    margin-left: 7px !important;
  }

  .ms-xxl-8 {
    margin-left: 8px !important;
  }

  .ms-xxl-9 {
    margin-left: 9px !important;
  }

  .ms-xxl-10 {
    margin-left: 10px !important;
  }

  .ms-xxl-15 {
    margin-left: 15px !important;
  }

  .ms-xxl-20 {
    margin-left: 20px !important;
  }

  .ms-xxl-25 {
    margin-left: 25px !important;
  }

  .ms-xxl-30 {
    margin-left: 30px !important;
  }

  .ms-xxl-35 {
    margin-left: 35px !important;
  }

  .ms-xxl-40 {
    margin-left: 40px !important;
  }

  .ms-xxl-45 {
    margin-left: 45px !important;
  }

  .ms-xxl-50 {
    margin-left: 50px !important;
  }

  .ms-xxl-60 {
    margin-left: 60px !important;
  }

  .ms-xxl-70 {
    margin-left: 70px !important;
  }

  .ms-xxl-80 {
    margin-left: 80px !important;
  }

  .ms-xxl-90 {
    margin-left: 90px !important;
  }

  .ms-xxl-100 {
    margin-left: 100px !important;
  }

  .ms-xxl-110 {
    margin-left: 110px !important;
  }

  .ms-xxl-120 {
    margin-left: 120px !important;
  }

  .ms-xxl-130 {
    margin-left: 130px !important;
  }

  .ms-xxl-140 {
    margin-left: 140px !important;
  }

  .ms-xxl-150 {
    margin-left: 150px !important;
  }

  .ms-xxl-160 {
    margin-left: 160px !important;
  }

  .ms-xxl-170 {
    margin-left: 170px !important;
  }

  .ms-xxl-180 {
    margin-left: 180px !important;
  }

  .ms-xxl-190 {
    margin-left: 190px !important;
  }

  .ms-xxl-200 {
    margin-left: 200px !important;
  }

  /* End margin-start */
  /* START negative-margin */
  .m-n-xxl-0 {
    margin: 0 !important;
  }

  .m-n-xxl-p10 {
    margin: 10% !important;
  }

  .m-n-xxl-p20 {
    margin: 20% !important;
  }

  .m-n-xxl-p25 {
    margin: 25% !important;
  }

  .m-n-xxl-p30 {
    margin: 30% !important;
  }

  .m-n-xxl-p40 {
    margin: 40% !important;
  }

  .m-n-xxl-p50 {
    margin: 50% !important;
  }

  .m-n-xxl-p60 {
    margin: 60% !important;
  }

  .m-n-xxl-p70 {
    margin: 70% !important;
  }

  .m-n-xxl-p75 {
    margin: 75% !important;
  }

  .m-n-xxl-p80 {
    margin: 80% !important;
  }

  .m-n-xxl-p90 {
    margin: 90% !important;
  }

  .m-n-xxl-p100 {
    margin: 100% !important;
  }

  .m-n-xxl-1 {
    margin: 1px !important;
  }

  .m-n-xxl-2 {
    margin: 2px !important;
  }

  .m-n-xxl-3 {
    margin: 3px !important;
  }

  .m-n-xxl-4 {
    margin: 4px !important;
  }

  .m-n-xxl-5 {
    margin: 5px !important;
  }

  .m-n-xxl-6 {
    margin: 6px !important;
  }

  .m-n-xxl-7 {
    margin: 7px !important;
  }

  .m-n-xxl-8 {
    margin: 8px !important;
  }

  .m-n-xxl-9 {
    margin: 9px !important;
  }

  .m-n-xxl-10 {
    margin: 10px !important;
  }

  .m-n-xxl-15 {
    margin: 15px !important;
  }

  .m-n-xxl-20 {
    margin: 20px !important;
  }

  .m-n-xxl-25 {
    margin: 25px !important;
  }

  .m-n-xxl-30 {
    margin: 30px !important;
  }

  .m-n-xxl-35 {
    margin: 35px !important;
  }

  .m-n-xxl-40 {
    margin: 40px !important;
  }

  .m-n-xxl-45 {
    margin: 45px !important;
  }

  .m-n-xxl-50 {
    margin: 50px !important;
  }

  .m-n-xxl-60 {
    margin: 60px !important;
  }

  .m-n-xxl-70 {
    margin: 70px !important;
  }

  .m-n-xxl-80 {
    margin: 80px !important;
  }

  .m-n-xxl-90 {
    margin: 90px !important;
  }

  .m-n-xxl-100 {
    margin: 100px !important;
  }

  .m-n-xxl-110 {
    margin: 110px !important;
  }

  .m-n-xxl-120 {
    margin: 120px !important;
  }

  .m-n-xxl-130 {
    margin: 130px !important;
  }

  .m-n-xxl-140 {
    margin: 140px !important;
  }

  .m-n-xxl-150 {
    margin: 150px !important;
  }

  .m-n-xxl-160 {
    margin: 160px !important;
  }

  .m-n-xxl-170 {
    margin: 170px !important;
  }

  .m-n-xxl-180 {
    margin: 180px !important;
  }

  .m-n-xxl-190 {
    margin: 190px !important;
  }

  .m-n-xxl-200 {
    margin: 200px !important;
  }

  /* End negative-margin */
  /* START negative-margin-x */
  .mx-n-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-n-xxl-p10 {
    margin-right: 10% !important;
    margin-left: 10% !important;
  }

  .mx-n-xxl-p20 {
    margin-right: 20% !important;
    margin-left: 20% !important;
  }

  .mx-n-xxl-p25 {
    margin-right: 25% !important;
    margin-left: 25% !important;
  }

  .mx-n-xxl-p30 {
    margin-right: 30% !important;
    margin-left: 30% !important;
  }

  .mx-n-xxl-p40 {
    margin-right: 40% !important;
    margin-left: 40% !important;
  }

  .mx-n-xxl-p50 {
    margin-right: 50% !important;
    margin-left: 50% !important;
  }

  .mx-n-xxl-p60 {
    margin-right: 60% !important;
    margin-left: 60% !important;
  }

  .mx-n-xxl-p70 {
    margin-right: 70% !important;
    margin-left: 70% !important;
  }

  .mx-n-xxl-p75 {
    margin-right: 75% !important;
    margin-left: 75% !important;
  }

  .mx-n-xxl-p80 {
    margin-right: 80% !important;
    margin-left: 80% !important;
  }

  .mx-n-xxl-p90 {
    margin-right: 90% !important;
    margin-left: 90% !important;
  }

  .mx-n-xxl-p100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }

  .mx-n-xxl-1 {
    margin-right: 1px !important;
    margin-left: 1px !important;
  }

  .mx-n-xxl-2 {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }

  .mx-n-xxl-3 {
    margin-right: 3px !important;
    margin-left: 3px !important;
  }

  .mx-n-xxl-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .mx-n-xxl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .mx-n-xxl-6 {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }

  .mx-n-xxl-7 {
    margin-right: 7px !important;
    margin-left: 7px !important;
  }

  .mx-n-xxl-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .mx-n-xxl-9 {
    margin-right: 9px !important;
    margin-left: 9px !important;
  }

  .mx-n-xxl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .mx-n-xxl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .mx-n-xxl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .mx-n-xxl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }

  .mx-n-xxl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .mx-n-xxl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }

  .mx-n-xxl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .mx-n-xxl-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }

  .mx-n-xxl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .mx-n-xxl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .mx-n-xxl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .mx-n-xxl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .mx-n-xxl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .mx-n-xxl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .mx-n-xxl-110 {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }

  .mx-n-xxl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .mx-n-xxl-130 {
    margin-right: 130px !important;
    margin-left: 130px !important;
  }

  .mx-n-xxl-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .mx-n-xxl-150 {
    margin-right: 150px !important;
    margin-left: 150px !important;
  }

  .mx-n-xxl-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .mx-n-xxl-170 {
    margin-right: 170px !important;
    margin-left: 170px !important;
  }

  .mx-n-xxl-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }

  .mx-n-xxl-190 {
    margin-right: 190px !important;
    margin-left: 190px !important;
  }

  .mx-n-xxl-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  /* End negative-margin-x */
  /* START negative-margin-y */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-p10 {
    margin-top: 10% !important;
    margin-bottom: 10% !important;
  }

  .my-xxl-p20 {
    margin-top: 20% !important;
    margin-bottom: 20% !important;
  }

  .my-xxl-p25 {
    margin-top: 25% !important;
    margin-bottom: 25% !important;
  }

  .my-xxl-p30 {
    margin-top: 30% !important;
    margin-bottom: 30% !important;
  }

  .my-xxl-p40 {
    margin-top: 40% !important;
    margin-bottom: 40% !important;
  }

  .my-xxl-p50 {
    margin-top: 50% !important;
    margin-bottom: 50% !important;
  }

  .my-xxl-p60 {
    margin-top: 60% !important;
    margin-bottom: 60% !important;
  }

  .my-xxl-p70 {
    margin-top: 70% !important;
    margin-bottom: 70% !important;
  }

  .my-xxl-p75 {
    margin-top: 75% !important;
    margin-bottom: 75% !important;
  }

  .my-xxl-p80 {
    margin-top: 80% !important;
    margin-bottom: 80% !important;
  }

  .my-xxl-p90 {
    margin-top: 90% !important;
    margin-bottom: 90% !important;
  }

  .my-xxl-p100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }

  .my-xxl-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .my-xxl-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .my-xxl-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .my-xxl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .my-xxl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .my-xxl-6 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }

  .my-xxl-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }

  .my-xxl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .my-xxl-9 {
    margin-top: 9px !important;
    margin-bottom: 9px !important;
  }

  .my-xxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .my-xxl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .my-xxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .my-xxl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .my-xxl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .my-xxl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .my-xxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .my-xxl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .my-xxl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .my-xxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .my-xxl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .my-xxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .my-xxl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .my-xxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .my-xxl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }

  .my-xxl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .my-xxl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .my-xxl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .my-xxl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .my-xxl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .my-xxl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }

  .my-xxl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .my-xxl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }

  .my-xxl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  /* End negative-margin-y */
  /* START negative-margin-top */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-p10 {
    margin-top: 10% !important;
  }

  .mt-xxl-p20 {
    margin-top: 20% !important;
  }

  .mt-xxl-p25 {
    margin-top: 25% !important;
  }

  .mt-xxl-p30 {
    margin-top: 30% !important;
  }

  .mt-xxl-p40 {
    margin-top: 40% !important;
  }

  .mt-xxl-p50 {
    margin-top: 50% !important;
  }

  .mt-xxl-p60 {
    margin-top: 60% !important;
  }

  .mt-xxl-p70 {
    margin-top: 70% !important;
  }

  .mt-xxl-p75 {
    margin-top: 75% !important;
  }

  .mt-xxl-p80 {
    margin-top: 80% !important;
  }

  .mt-xxl-p90 {
    margin-top: 90% !important;
  }

  .mt-xxl-p100 {
    margin-top: 100% !important;
  }

  .mt-xxl-1 {
    margin-top: 1px !important;
  }

  .mt-xxl-2 {
    margin-top: 2px !important;
  }

  .mt-xxl-3 {
    margin-top: 3px !important;
  }

  .mt-xxl-4 {
    margin-top: 4px !important;
  }

  .mt-xxl-5 {
    margin-top: 5px !important;
  }

  .mt-xxl-6 {
    margin-top: 6px !important;
  }

  .mt-xxl-7 {
    margin-top: 7px !important;
  }

  .mt-xxl-8 {
    margin-top: 8px !important;
  }

  .mt-xxl-9 {
    margin-top: 9px !important;
  }

  .mt-xxl-10 {
    margin-top: 10px !important;
  }

  .mt-xxl-15 {
    margin-top: 15px !important;
  }

  .mt-xxl-20 {
    margin-top: 20px !important;
  }

  .mt-xxl-25 {
    margin-top: 25px !important;
  }

  .mt-xxl-30 {
    margin-top: 30px !important;
  }

  .mt-xxl-35 {
    margin-top: 35px !important;
  }

  .mt-xxl-40 {
    margin-top: 40px !important;
  }

  .mt-xxl-45 {
    margin-top: 45px !important;
  }

  .mt-xxl-50 {
    margin-top: 50px !important;
  }

  .mt-xxl-60 {
    margin-top: 60px !important;
  }

  .mt-xxl-70 {
    margin-top: 70px !important;
  }

  .mt-xxl-80 {
    margin-top: 80px !important;
  }

  .mt-xxl-90 {
    margin-top: 90px !important;
  }

  .mt-xxl-100 {
    margin-top: 100px !important;
  }

  .mt-xxl-110 {
    margin-top: 110px !important;
  }

  .mt-xxl-120 {
    margin-top: 120px !important;
  }

  .mt-xxl-130 {
    margin-top: 130px !important;
  }

  .mt-xxl-140 {
    margin-top: 140px !important;
  }

  .mt-xxl-150 {
    margin-top: 150px !important;
  }

  .mt-xxl-160 {
    margin-top: 160px !important;
  }

  .mt-xxl-170 {
    margin-top: 170px !important;
  }

  .mt-xxl-180 {
    margin-top: 180px !important;
  }

  .mt-xxl-190 {
    margin-top: 190px !important;
  }

  .mt-xxl-200 {
    margin-top: 200px !important;
  }

  /* End negative-margin-top */
  /* START negative-margin-end */
  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-p10 {
    margin-right: 10% !important;
  }

  .me-xxl-p20 {
    margin-right: 20% !important;
  }

  .me-xxl-p25 {
    margin-right: 25% !important;
  }

  .me-xxl-p30 {
    margin-right: 30% !important;
  }

  .me-xxl-p40 {
    margin-right: 40% !important;
  }

  .me-xxl-p50 {
    margin-right: 50% !important;
  }

  .me-xxl-p60 {
    margin-right: 60% !important;
  }

  .me-xxl-p70 {
    margin-right: 70% !important;
  }

  .me-xxl-p75 {
    margin-right: 75% !important;
  }

  .me-xxl-p80 {
    margin-right: 80% !important;
  }

  .me-xxl-p90 {
    margin-right: 90% !important;
  }

  .me-xxl-p100 {
    margin-right: 100% !important;
  }

  .me-xxl-1 {
    margin-right: 1px !important;
  }

  .me-xxl-2 {
    margin-right: 2px !important;
  }

  .me-xxl-3 {
    margin-right: 3px !important;
  }

  .me-xxl-4 {
    margin-right: 4px !important;
  }

  .me-xxl-5 {
    margin-right: 5px !important;
  }

  .me-xxl-6 {
    margin-right: 6px !important;
  }

  .me-xxl-7 {
    margin-right: 7px !important;
  }

  .me-xxl-8 {
    margin-right: 8px !important;
  }

  .me-xxl-9 {
    margin-right: 9px !important;
  }

  .me-xxl-10 {
    margin-right: 10px !important;
  }

  .me-xxl-15 {
    margin-right: 15px !important;
  }

  .me-xxl-20 {
    margin-right: 20px !important;
  }

  .me-xxl-25 {
    margin-right: 25px !important;
  }

  .me-xxl-30 {
    margin-right: 30px !important;
  }

  .me-xxl-35 {
    margin-right: 35px !important;
  }

  .me-xxl-40 {
    margin-right: 40px !important;
  }

  .me-xxl-45 {
    margin-right: 45px !important;
  }

  .me-xxl-50 {
    margin-right: 50px !important;
  }

  .me-xxl-60 {
    margin-right: 60px !important;
  }

  .me-xxl-70 {
    margin-right: 70px !important;
  }

  .me-xxl-80 {
    margin-right: 80px !important;
  }

  .me-xxl-90 {
    margin-right: 90px !important;
  }

  .me-xxl-100 {
    margin-right: 100px !important;
  }

  .me-xxl-110 {
    margin-right: 110px !important;
  }

  .me-xxl-120 {
    margin-right: 120px !important;
  }

  .me-xxl-130 {
    margin-right: 130px !important;
  }

  .me-xxl-140 {
    margin-right: 140px !important;
  }

  .me-xxl-150 {
    margin-right: 150px !important;
  }

  .me-xxl-160 {
    margin-right: 160px !important;
  }

  .me-xxl-170 {
    margin-right: 170px !important;
  }

  .me-xxl-180 {
    margin-right: 180px !important;
  }

  .me-xxl-190 {
    margin-right: 190px !important;
  }

  .me-xxl-200 {
    margin-right: 200px !important;
  }

  /* End negative-margin-end */
  /* START negative-margin-bottom */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-p10 {
    margin-bottom: 10% !important;
  }

  .mb-xxl-p20 {
    margin-bottom: 20% !important;
  }

  .mb-xxl-p25 {
    margin-bottom: 25% !important;
  }

  .mb-xxl-p30 {
    margin-bottom: 30% !important;
  }

  .mb-xxl-p40 {
    margin-bottom: 40% !important;
  }

  .mb-xxl-p50 {
    margin-bottom: 50% !important;
  }

  .mb-xxl-p60 {
    margin-bottom: 60% !important;
  }

  .mb-xxl-p70 {
    margin-bottom: 70% !important;
  }

  .mb-xxl-p75 {
    margin-bottom: 75% !important;
  }

  .mb-xxl-p80 {
    margin-bottom: 80% !important;
  }

  .mb-xxl-p90 {
    margin-bottom: 90% !important;
  }

  .mb-xxl-p100 {
    margin-bottom: 100% !important;
  }

  .mb-xxl-1 {
    margin-bottom: 1px !important;
  }

  .mb-xxl-2 {
    margin-bottom: 2px !important;
  }

  .mb-xxl-3 {
    margin-bottom: 3px !important;
  }

  .mb-xxl-4 {
    margin-bottom: 4px !important;
  }

  .mb-xxl-5 {
    margin-bottom: 5px !important;
  }

  .mb-xxl-6 {
    margin-bottom: 6px !important;
  }

  .mb-xxl-7 {
    margin-bottom: 7px !important;
  }

  .mb-xxl-8 {
    margin-bottom: 8px !important;
  }

  .mb-xxl-9 {
    margin-bottom: 9px !important;
  }

  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }

  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }

  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }

  .mb-xxl-25 {
    margin-bottom: 25px !important;
  }

  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }

  .mb-xxl-35 {
    margin-bottom: 35px !important;
  }

  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }

  .mb-xxl-45 {
    margin-bottom: 45px !important;
  }

  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }

  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }

  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }

  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }

  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }

  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }

  .mb-xxl-110 {
    margin-bottom: 110px !important;
  }

  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }

  .mb-xxl-130 {
    margin-bottom: 130px !important;
  }

  .mb-xxl-140 {
    margin-bottom: 140px !important;
  }

  .mb-xxl-150 {
    margin-bottom: 150px !important;
  }

  .mb-xxl-160 {
    margin-bottom: 160px !important;
  }

  .mb-xxl-170 {
    margin-bottom: 170px !important;
  }

  .mb-xxl-180 {
    margin-bottom: 180px !important;
  }

  .mb-xxl-190 {
    margin-bottom: 190px !important;
  }

  .mb-xxl-200 {
    margin-bottom: 200px !important;
  }

  /* End negative-margin-bottom */
  /* START negative-margin-start */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-p10 {
    margin-left: 10% !important;
  }

  .ms-xxl-p20 {
    margin-left: 20% !important;
  }

  .ms-xxl-p25 {
    margin-left: 25% !important;
  }

  .ms-xxl-p30 {
    margin-left: 30% !important;
  }

  .ms-xxl-p40 {
    margin-left: 40% !important;
  }

  .ms-xxl-p50 {
    margin-left: 50% !important;
  }

  .ms-xxl-p60 {
    margin-left: 60% !important;
  }

  .ms-xxl-p70 {
    margin-left: 70% !important;
  }

  .ms-xxl-p75 {
    margin-left: 75% !important;
  }

  .ms-xxl-p80 {
    margin-left: 80% !important;
  }

  .ms-xxl-p90 {
    margin-left: 90% !important;
  }

  .ms-xxl-p100 {
    margin-left: 100% !important;
  }

  .ms-xxl-1 {
    margin-left: 1px !important;
  }

  .ms-xxl-2 {
    margin-left: 2px !important;
  }

  .ms-xxl-3 {
    margin-left: 3px !important;
  }

  .ms-xxl-4 {
    margin-left: 4px !important;
  }

  .ms-xxl-5 {
    margin-left: 5px !important;
  }

  .ms-xxl-6 {
    margin-left: 6px !important;
  }

  .ms-xxl-7 {
    margin-left: 7px !important;
  }

  .ms-xxl-8 {
    margin-left: 8px !important;
  }

  .ms-xxl-9 {
    margin-left: 9px !important;
  }

  .ms-xxl-10 {
    margin-left: 10px !important;
  }

  .ms-xxl-15 {
    margin-left: 15px !important;
  }

  .ms-xxl-20 {
    margin-left: 20px !important;
  }

  .ms-xxl-25 {
    margin-left: 25px !important;
  }

  .ms-xxl-30 {
    margin-left: 30px !important;
  }

  .ms-xxl-35 {
    margin-left: 35px !important;
  }

  .ms-xxl-40 {
    margin-left: 40px !important;
  }

  .ms-xxl-45 {
    margin-left: 45px !important;
  }

  .ms-xxl-50 {
    margin-left: 50px !important;
  }

  .ms-xxl-60 {
    margin-left: 60px !important;
  }

  .ms-xxl-70 {
    margin-left: 70px !important;
  }

  .ms-xxl-80 {
    margin-left: 80px !important;
  }

  .ms-xxl-90 {
    margin-left: 90px !important;
  }

  .ms-xxl-100 {
    margin-left: 100px !important;
  }

  .ms-xxl-110 {
    margin-left: 110px !important;
  }

  .ms-xxl-120 {
    margin-left: 120px !important;
  }

  .ms-xxl-130 {
    margin-left: 130px !important;
  }

  .ms-xxl-140 {
    margin-left: 140px !important;
  }

  .ms-xxl-150 {
    margin-left: 150px !important;
  }

  .ms-xxl-160 {
    margin-left: 160px !important;
  }

  .ms-xxl-170 {
    margin-left: 170px !important;
  }

  .ms-xxl-180 {
    margin-left: 180px !important;
  }

  .ms-xxl-190 {
    margin-left: 190px !important;
  }

  .ms-xxl-200 {
    margin-left: 200px !important;
  }

  /* End negative-margin-start */
  /* START padding */
  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-p10 {
    padding: 10% !important;
  }

  .p-xxl-p20 {
    padding: 20% !important;
  }

  .p-xxl-p25 {
    padding: 25% !important;
  }

  .p-xxl-p30 {
    padding: 30% !important;
  }

  .p-xxl-p40 {
    padding: 40% !important;
  }

  .p-xxl-p50 {
    padding: 50% !important;
  }

  .p-xxl-p60 {
    padding: 60% !important;
  }

  .p-xxl-p70 {
    padding: 70% !important;
  }

  .p-xxl-p75 {
    padding: 75% !important;
  }

  .p-xxl-p80 {
    padding: 80% !important;
  }

  .p-xxl-p90 {
    padding: 90% !important;
  }

  .p-xxl-p100 {
    padding: 100% !important;
  }

  .p-xxl-1 {
    padding: 1px !important;
  }

  .p-xxl-2 {
    padding: 2px !important;
  }

  .p-xxl-3 {
    padding: 3px !important;
  }

  .p-xxl-4 {
    padding: 4px !important;
  }

  .p-xxl-5 {
    padding: 5px !important;
  }

  .p-xxl-6 {
    padding: 6px !important;
  }

  .p-xxl-7 {
    padding: 7px !important;
  }

  .p-xxl-8 {
    padding: 8px !important;
  }

  .p-xxl-9 {
    padding: 9px !important;
  }

  .p-xxl-10 {
    padding: 10px !important;
  }

  .p-xxl-15 {
    padding: 15px !important;
  }

  .p-xxl-20 {
    padding: 20px !important;
  }

  .p-xxl-25 {
    padding: 25px !important;
  }

  .p-xxl-30 {
    padding: 30px !important;
  }

  .p-xxl-35 {
    padding: 35px !important;
  }

  .p-xxl-40 {
    padding: 40px !important;
  }

  .p-xxl-45 {
    padding: 45px !important;
  }

  .p-xxl-50 {
    padding: 50px !important;
  }

  .p-xxl-60 {
    padding: 60px !important;
  }

  .p-xxl-70 {
    padding: 70px !important;
  }

  .p-xxl-80 {
    padding: 80px !important;
  }

  .p-xxl-90 {
    padding: 90px !important;
  }

  .p-xxl-100 {
    padding: 100px !important;
  }

  .p-xxl-110 {
    padding: 110px !important;
  }

  .p-xxl-120 {
    padding: 120px !important;
  }

  .p-xxl-130 {
    padding: 130px !important;
  }

  .p-xxl-140 {
    padding: 140px !important;
  }

  .p-xxl-150 {
    padding: 150px !important;
  }

  .p-xxl-160 {
    padding: 160px !important;
  }

  .p-xxl-170 {
    padding: 170px !important;
  }

  .p-xxl-180 {
    padding: 180px !important;
  }

  .p-xxl-190 {
    padding: 190px !important;
  }

  .p-xxl-200 {
    padding: 200px !important;
  }

  /* End padding */
  /* START padding-x */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-p10 {
    padding-right: 10% !important;
    padding-left: 10% !important;
  }

  .px-xxl-p20 {
    padding-right: 20% !important;
    padding-left: 20% !important;
  }

  .px-xxl-p25 {
    padding-right: 25% !important;
    padding-left: 25% !important;
  }

  .px-xxl-p30 {
    padding-right: 30% !important;
    padding-left: 30% !important;
  }

  .px-xxl-p40 {
    padding-right: 40% !important;
    padding-left: 40% !important;
  }

  .px-xxl-p50 {
    padding-right: 50% !important;
    padding-left: 50% !important;
  }

  .px-xxl-p60 {
    padding-right: 60% !important;
    padding-left: 60% !important;
  }

  .px-xxl-p70 {
    padding-right: 70% !important;
    padding-left: 70% !important;
  }

  .px-xxl-p75 {
    padding-right: 75% !important;
    padding-left: 75% !important;
  }

  .px-xxl-p80 {
    padding-right: 80% !important;
    padding-left: 80% !important;
  }

  .px-xxl-p90 {
    padding-right: 90% !important;
    padding-left: 90% !important;
  }

  .px-xxl-p100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }

  .px-xxl-1 {
    padding-right: 1px !important;
    padding-left: 1px !important;
  }

  .px-xxl-2 {
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  .px-xxl-3 {
    padding-right: 3px !important;
    padding-left: 3px !important;
  }

  .px-xxl-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .px-xxl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .px-xxl-6 {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }

  .px-xxl-7 {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }

  .px-xxl-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .px-xxl-9 {
    padding-right: 9px !important;
    padding-left: 9px !important;
  }

  .px-xxl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .px-xxl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .px-xxl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .px-xxl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }

  .px-xxl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  .px-xxl-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }

  .px-xxl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .px-xxl-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }

  .px-xxl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .px-xxl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .px-xxl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }

  .px-xxl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .px-xxl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }

  .px-xxl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .px-xxl-110 {
    padding-right: 110px !important;
    padding-left: 110px !important;
  }

  .px-xxl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .px-xxl-130 {
    padding-right: 130px !important;
    padding-left: 130px !important;
  }

  .px-xxl-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }

  .px-xxl-150 {
    padding-right: 150px !important;
    padding-left: 150px !important;
  }

  .px-xxl-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }

  .px-xxl-170 {
    padding-right: 170px !important;
    padding-left: 170px !important;
  }

  .px-xxl-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }

  .px-xxl-190 {
    padding-right: 190px !important;
    padding-left: 190px !important;
  }

  .px-xxl-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  /* End padding-x */
  /* START padding-y */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-p10 {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }

  .py-xxl-p20 {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }

  .py-xxl-p25 {
    padding-top: 25% !important;
    padding-bottom: 25% !important;
  }

  .py-xxl-p30 {
    padding-top: 30% !important;
    padding-bottom: 30% !important;
  }

  .py-xxl-p40 {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }

  .py-xxl-p50 {
    padding-top: 50% !important;
    padding-bottom: 50% !important;
  }

  .py-xxl-p60 {
    padding-top: 60% !important;
    padding-bottom: 60% !important;
  }

  .py-xxl-p70 {
    padding-top: 70% !important;
    padding-bottom: 70% !important;
  }

  .py-xxl-p75 {
    padding-top: 75% !important;
    padding-bottom: 75% !important;
  }

  .py-xxl-p80 {
    padding-top: 80% !important;
    padding-bottom: 80% !important;
  }

  .py-xxl-p90 {
    padding-top: 90% !important;
    padding-bottom: 90% !important;
  }

  .py-xxl-p100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }

  .py-xxl-1 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .py-xxl-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .py-xxl-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .py-xxl-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .py-xxl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .py-xxl-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .py-xxl-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .py-xxl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .py-xxl-9 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }

  .py-xxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .py-xxl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .py-xxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .py-xxl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .py-xxl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .py-xxl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .py-xxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .py-xxl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .py-xxl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .py-xxl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .py-xxl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .py-xxl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .py-xxl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .py-xxl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .py-xxl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .py-xxl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .py-xxl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .py-xxl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .py-xxl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .py-xxl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .py-xxl-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .py-xxl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .py-xxl-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .py-xxl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  /* End padding-y */
  /* START padding-top */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-p10 {
    padding-top: 10% !important;
  }

  .pt-xxl-p20 {
    padding-top: 20% !important;
  }

  .pt-xxl-p25 {
    padding-top: 25% !important;
  }

  .pt-xxl-p30 {
    padding-top: 30% !important;
  }

  .pt-xxl-p40 {
    padding-top: 40% !important;
  }

  .pt-xxl-p50 {
    padding-top: 50% !important;
  }

  .pt-xxl-p60 {
    padding-top: 60% !important;
  }

  .pt-xxl-p70 {
    padding-top: 70% !important;
  }

  .pt-xxl-p75 {
    padding-top: 75% !important;
  }

  .pt-xxl-p80 {
    padding-top: 80% !important;
  }

  .pt-xxl-p90 {
    padding-top: 90% !important;
  }

  .pt-xxl-p100 {
    padding-top: 100% !important;
  }

  .pt-xxl-1 {
    padding-top: 1px !important;
  }

  .pt-xxl-2 {
    padding-top: 2px !important;
  }

  .pt-xxl-3 {
    padding-top: 3px !important;
  }

  .pt-xxl-4 {
    padding-top: 4px !important;
  }

  .pt-xxl-5 {
    padding-top: 5px !important;
  }

  .pt-xxl-6 {
    padding-top: 6px !important;
  }

  .pt-xxl-7 {
    padding-top: 7px !important;
  }

  .pt-xxl-8 {
    padding-top: 8px !important;
  }

  .pt-xxl-9 {
    padding-top: 9px !important;
  }

  .pt-xxl-10 {
    padding-top: 10px !important;
  }

  .pt-xxl-15 {
    padding-top: 15px !important;
  }

  .pt-xxl-20 {
    padding-top: 20px !important;
  }

  .pt-xxl-25 {
    padding-top: 25px !important;
  }

  .pt-xxl-30 {
    padding-top: 30px !important;
  }

  .pt-xxl-35 {
    padding-top: 35px !important;
  }

  .pt-xxl-40 {
    padding-top: 40px !important;
  }

  .pt-xxl-45 {
    padding-top: 45px !important;
  }

  .pt-xxl-50 {
    padding-top: 50px !important;
  }

  .pt-xxl-60 {
    padding-top: 60px !important;
  }

  .pt-xxl-70 {
    padding-top: 70px !important;
  }

  .pt-xxl-80 {
    padding-top: 80px !important;
  }

  .pt-xxl-90 {
    padding-top: 90px !important;
  }

  .pt-xxl-100 {
    padding-top: 100px !important;
  }

  .pt-xxl-110 {
    padding-top: 110px !important;
  }

  .pt-xxl-120 {
    padding-top: 120px !important;
  }

  .pt-xxl-130 {
    padding-top: 130px !important;
  }

  .pt-xxl-140 {
    padding-top: 140px !important;
  }

  .pt-xxl-150 {
    padding-top: 150px !important;
  }

  .pt-xxl-160 {
    padding-top: 160px !important;
  }

  .pt-xxl-170 {
    padding-top: 170px !important;
  }

  .pt-xxl-180 {
    padding-top: 180px !important;
  }

  .pt-xxl-190 {
    padding-top: 190px !important;
  }

  .pt-xxl-200 {
    padding-top: 200px !important;
  }

  /* End padding-top */
  /* START padding-end */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-p10 {
    padding-right: 10% !important;
  }

  .pe-xxl-p20 {
    padding-right: 20% !important;
  }

  .pe-xxl-p25 {
    padding-right: 25% !important;
  }

  .pe-xxl-p30 {
    padding-right: 30% !important;
  }

  .pe-xxl-p40 {
    padding-right: 40% !important;
  }

  .pe-xxl-p50 {
    padding-right: 50% !important;
  }

  .pe-xxl-p60 {
    padding-right: 60% !important;
  }

  .pe-xxl-p70 {
    padding-right: 70% !important;
  }

  .pe-xxl-p75 {
    padding-right: 75% !important;
  }

  .pe-xxl-p80 {
    padding-right: 80% !important;
  }

  .pe-xxl-p90 {
    padding-right: 90% !important;
  }

  .pe-xxl-p100 {
    padding-right: 100% !important;
  }

  .pe-xxl-1 {
    padding-right: 1px !important;
  }

  .pe-xxl-2 {
    padding-right: 2px !important;
  }

  .pe-xxl-3 {
    padding-right: 3px !important;
  }

  .pe-xxl-4 {
    padding-right: 4px !important;
  }

  .pe-xxl-5 {
    padding-right: 5px !important;
  }

  .pe-xxl-6 {
    padding-right: 6px !important;
  }

  .pe-xxl-7 {
    padding-right: 7px !important;
  }

  .pe-xxl-8 {
    padding-right: 8px !important;
  }

  .pe-xxl-9 {
    padding-right: 9px !important;
  }

  .pe-xxl-10 {
    padding-right: 10px !important;
  }

  .pe-xxl-15 {
    padding-right: 15px !important;
  }

  .pe-xxl-20 {
    padding-right: 20px !important;
  }

  .pe-xxl-25 {
    padding-right: 25px !important;
  }

  .pe-xxl-30 {
    padding-right: 30px !important;
  }

  .pe-xxl-35 {
    padding-right: 35px !important;
  }

  .pe-xxl-40 {
    padding-right: 40px !important;
  }

  .pe-xxl-45 {
    padding-right: 45px !important;
  }

  .pe-xxl-50 {
    padding-right: 50px !important;
  }

  .pe-xxl-60 {
    padding-right: 60px !important;
  }

  .pe-xxl-70 {
    padding-right: 70px !important;
  }

  .pe-xxl-80 {
    padding-right: 80px !important;
  }

  .pe-xxl-90 {
    padding-right: 90px !important;
  }

  .pe-xxl-100 {
    padding-right: 100px !important;
  }

  .pe-xxl-110 {
    padding-right: 110px !important;
  }

  .pe-xxl-120 {
    padding-right: 120px !important;
  }

  .pe-xxl-130 {
    padding-right: 130px !important;
  }

  .pe-xxl-140 {
    padding-right: 140px !important;
  }

  .pe-xxl-150 {
    padding-right: 150px !important;
  }

  .pe-xxl-160 {
    padding-right: 160px !important;
  }

  .pe-xxl-170 {
    padding-right: 170px !important;
  }

  .pe-xxl-180 {
    padding-right: 180px !important;
  }

  .pe-xxl-190 {
    padding-right: 190px !important;
  }

  .pe-xxl-200 {
    padding-right: 200px !important;
  }

  /* End padding-end */
  /* START padding-bottom */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-p10 {
    padding-bottom: 10% !important;
  }

  .pb-xxl-p20 {
    padding-bottom: 20% !important;
  }

  .pb-xxl-p25 {
    padding-bottom: 25% !important;
  }

  .pb-xxl-p30 {
    padding-bottom: 30% !important;
  }

  .pb-xxl-p40 {
    padding-bottom: 40% !important;
  }

  .pb-xxl-p50 {
    padding-bottom: 50% !important;
  }

  .pb-xxl-p60 {
    padding-bottom: 60% !important;
  }

  .pb-xxl-p70 {
    padding-bottom: 70% !important;
  }

  .pb-xxl-p75 {
    padding-bottom: 75% !important;
  }

  .pb-xxl-p80 {
    padding-bottom: 80% !important;
  }

  .pb-xxl-p90 {
    padding-bottom: 90% !important;
  }

  .pb-xxl-p100 {
    padding-bottom: 100% !important;
  }

  .pb-xxl-1 {
    padding-bottom: 1px !important;
  }

  .pb-xxl-2 {
    padding-bottom: 2px !important;
  }

  .pb-xxl-3 {
    padding-bottom: 3px !important;
  }

  .pb-xxl-4 {
    padding-bottom: 4px !important;
  }

  .pb-xxl-5 {
    padding-bottom: 5px !important;
  }

  .pb-xxl-6 {
    padding-bottom: 6px !important;
  }

  .pb-xxl-7 {
    padding-bottom: 7px !important;
  }

  .pb-xxl-8 {
    padding-bottom: 8px !important;
  }

  .pb-xxl-9 {
    padding-bottom: 9px !important;
  }

  .pb-xxl-10 {
    padding-bottom: 10px !important;
  }

  .pb-xxl-15 {
    padding-bottom: 15px !important;
  }

  .pb-xxl-20 {
    padding-bottom: 20px !important;
  }

  .pb-xxl-25 {
    padding-bottom: 25px !important;
  }

  .pb-xxl-30 {
    padding-bottom: 30px !important;
  }

  .pb-xxl-35 {
    padding-bottom: 35px !important;
  }

  .pb-xxl-40 {
    padding-bottom: 40px !important;
  }

  .pb-xxl-45 {
    padding-bottom: 45px !important;
  }

  .pb-xxl-50 {
    padding-bottom: 50px !important;
  }

  .pb-xxl-60 {
    padding-bottom: 60px !important;
  }

  .pb-xxl-70 {
    padding-bottom: 70px !important;
  }

  .pb-xxl-80 {
    padding-bottom: 80px !important;
  }

  .pb-xxl-90 {
    padding-bottom: 90px !important;
  }

  .pb-xxl-100 {
    padding-bottom: 100px !important;
  }

  .pb-xxl-110 {
    padding-bottom: 110px !important;
  }

  .pb-xxl-120 {
    padding-bottom: 120px !important;
  }

  .pb-xxl-130 {
    padding-bottom: 130px !important;
  }

  .pb-xxl-140 {
    padding-bottom: 140px !important;
  }

  .pb-xxl-150 {
    padding-bottom: 150px !important;
  }

  .pb-xxl-160 {
    padding-bottom: 160px !important;
  }

  .pb-xxl-170 {
    padding-bottom: 170px !important;
  }

  .pb-xxl-180 {
    padding-bottom: 180px !important;
  }

  .pb-xxl-190 {
    padding-bottom: 190px !important;
  }

  .pb-xxl-200 {
    padding-bottom: 200px !important;
  }

  /* End padding-bottom */
  /* START padding-start */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-p10 {
    padding-left: 10% !important;
  }

  .ps-xxl-p20 {
    padding-left: 20% !important;
  }

  .ps-xxl-p25 {
    padding-left: 25% !important;
  }

  .ps-xxl-p30 {
    padding-left: 30% !important;
  }

  .ps-xxl-p40 {
    padding-left: 40% !important;
  }

  .ps-xxl-p50 {
    padding-left: 50% !important;
  }

  .ps-xxl-p60 {
    padding-left: 60% !important;
  }

  .ps-xxl-p70 {
    padding-left: 70% !important;
  }

  .ps-xxl-p75 {
    padding-left: 75% !important;
  }

  .ps-xxl-p80 {
    padding-left: 80% !important;
  }

  .ps-xxl-p90 {
    padding-left: 90% !important;
  }

  .ps-xxl-p100 {
    padding-left: 100% !important;
  }

  .ps-xxl-1 {
    padding-left: 1px !important;
  }

  .ps-xxl-2 {
    padding-left: 2px !important;
  }

  .ps-xxl-3 {
    padding-left: 3px !important;
  }

  .ps-xxl-4 {
    padding-left: 4px !important;
  }

  .ps-xxl-5 {
    padding-left: 5px !important;
  }

  .ps-xxl-6 {
    padding-left: 6px !important;
  }

  .ps-xxl-7 {
    padding-left: 7px !important;
  }

  .ps-xxl-8 {
    padding-left: 8px !important;
  }

  .ps-xxl-9 {
    padding-left: 9px !important;
  }

  .ps-xxl-10 {
    padding-left: 10px !important;
  }

  .ps-xxl-15 {
    padding-left: 15px !important;
  }

  .ps-xxl-20 {
    padding-left: 20px !important;
  }

  .ps-xxl-25 {
    padding-left: 25px !important;
  }

  .ps-xxl-30 {
    padding-left: 30px !important;
  }

  .ps-xxl-35 {
    padding-left: 35px !important;
  }

  .ps-xxl-40 {
    padding-left: 40px !important;
  }

  .ps-xxl-45 {
    padding-left: 45px !important;
  }

  .ps-xxl-50 {
    padding-left: 50px !important;
  }

  .ps-xxl-60 {
    padding-left: 60px !important;
  }

  .ps-xxl-70 {
    padding-left: 70px !important;
  }

  .ps-xxl-80 {
    padding-left: 80px !important;
  }

  .ps-xxl-90 {
    padding-left: 90px !important;
  }

  .ps-xxl-100 {
    padding-left: 100px !important;
  }

  .ps-xxl-110 {
    padding-left: 110px !important;
  }

  .ps-xxl-120 {
    padding-left: 120px !important;
  }

  .ps-xxl-130 {
    padding-left: 130px !important;
  }

  .ps-xxl-140 {
    padding-left: 140px !important;
  }

  .ps-xxl-150 {
    padding-left: 150px !important;
  }

  .ps-xxl-160 {
    padding-left: 160px !important;
  }

  .ps-xxl-170 {
    padding-left: 170px !important;
  }

  .ps-xxl-180 {
    padding-left: 180px !important;
  }

  .ps-xxl-190 {
    padding-left: 190px !important;
  }

  .ps-xxl-200 {
    padding-left: 200px !important;
  }

  /* End padding-start */
  /* START font-size */
  .fs-xxl-h1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-xxl-h2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-xxl-h3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-xxl-h4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-xxl-h5 {
    font-size: 1.25rem !important;
  }

  .fs-xxl-h6 {
    font-size: 1rem !important;
  }

  .fs-xxl-p {
    font-size: 1rem !important;
  }

  .fs-xxl-xsmall {
    font-size: 0.75rem !important;
  }

  .fs-xxl-small {
    font-size: 1rem !important;
  }

  .fs-xxl-medium {
    font-size: 1.25rem !important;
  }

  .fs-xxl-large {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-xxl-xlarge {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }

  .fs-xxl-xxlarge {
    font-size: calc(1.35rem + 1.2vw) !important;
  }

  .fs-xxl-40 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-xxl-45 {
    font-size: calc(1.40625rem + 1.875vw) !important;
  }

  .fs-xxl-50 {
    font-size: calc(1.4375rem + 2.25vw) !important;
  }

  .fs-xxl-60 {
    font-size: calc(1.5rem + 3vw) !important;
  }

  .fs-xxl-70 {
    font-size: calc(1.5625rem + 3.75vw) !important;
  }

  .fs-xxl-80 {
    font-size: calc(1.625rem + 4.5vw) !important;
  }

  /* End font-size */
  /* START text-align */
  .ta-xxl-start {
    text-align: left !important;
  }

  .ta-xxl-end {
    text-align: right !important;
  }

  .ta-xxl-center {
    text-align: center !important;
  }

  /* End text-align */
  /* START flex */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  /* End flex */
  /* START flex-direction */
  .flex-direction-xxl-row {
    flex-direction: row !important;
  }

  .flex-direction-xxl-column {
    flex-direction: column !important;
  }

  .flex-direction-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-direction-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* End flex-direction */
  /* START flex-grow */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  /* End flex-grow */
  /* START flex-shrink */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* End flex-shrink */
  /* START flex-wrap */
  .flex-wrap-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-wrap-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-wrap-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* End flex-wrap */
  /* START gap */
  .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;
  }

  /* End gap */
  /* START justify-content */
  .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;
  }

  /* End justify-content */
  /* START align-items */
  .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;
  }

  /* End align-items */
  /* START align-content */
  .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;
  }

  /* End align-content */
  /* START align-self */
  .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;
  }

  /* End align-self */
  /* START order */
  .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;
  }

  /* End order */
  /* START no-border */
  .b-0-xxl {
    border: 0 !important;
  }

  /* End no-border */
  /* START no-border top */
  .b-0-top-xxl {
    border: 0 !important;
  }

  /* End no-border top */
  /* START no-border right */
  .b-0-end-xxl {
    border-right: 0 !important;
  }

  /* End no-border right */
  /* START no-border bottom */
  .b-0-bottom-xxl {
    border-bottom: 0 !important;
  }

  /* End no-border bottom */
  /* START no-border start */
  .b-0-left-xxl {
    border-bottom: 0 !important;
  }

  /* End no-border start */
  /* START border */
  .b-all-xxl {
    border: 1px solid var(--bs-border-color) !important;
  }

  .b-all-xxl-0 {
    border: 0 !important;
  }

  /* End border */
  /* START border-color */
  .b-c-xxl-theme {
    border-color: var(--bs-theme) !important;
  }

  .b-c-xxl-accent {
    border-color: var(--bs-accent) !important;
  }

  .b-c-xxl-primary {
    border-color: var(--bs-primary) !important;
  }

  .b-c-xxl-secondary {
    border-color: var(--bs-secondary) !important;
  }

  .b-c-xxl-tertiary {
    border-color: var(--bs-tertiary) !important;
  }

  .b-c-xxl-success {
    border-color: var(--bs-success) !important;
  }

  .b-c-xxl-info {
    border-color: var(--bs-info) !important;
  }

  .b-c-xxl-warning {
    border-color: var(--bs-warning) !important;
  }

  .b-c-xxl-danger {
    border-color: var(--bs-danger) !important;
  }

  .b-c-xxl-light {
    border-color: var(--bs-light) !important;
  }

  .b-c-xxl-dark {
    border-color: var(--bs-dark) !important;
  }

  .b-c-xxl-white {
    border-color: var(--bs-white) !important;
  }

  .b-c-xxl-black {
    border-color: var(--bs-black) !important;
  }

  /* End border-color */
  /* START border-top */
  .b-top-xxl {
    border-top: 1px solid var(--bs-border-color) !important;
  }

  .b-top-xxl-0 {
    border-top: 0 !important;
  }

  /* End border-top */
  /* START border-end */
  .b-end-xxl {
    border-right: 1px solid var(--bs-border-color) !important;
  }

  .b-end-xxl-0 {
    border-right: 0 !important;
  }

  /* End border-end */
  /* START border-bottom */
  .b-bottom-xxl {
    border-bottom: 1px solid var(--bs-border-color) !important;
  }

  .b-bottom-xxl-0 {
    border-bottom: 0 !important;
  }

  /* End border-bottom */
  /* START border-start */
  .b-start-xxl {
    border-left: 1px solid var(--bs-border-color) !important;
  }

  .b-start-xxl-0 {
    border-left: 0 !important;
  }

  /* End border-start */
  /* START border-width */
  .b-w-xxl-1 {
    border-width: 1px !important;
  }

  .b-w-xxl-2 {
    border-width: 2px !important;
  }

  .b-w-xxl-3 {
    border-width: 3px !important;
  }

  .b-w-xxl-4 {
    border-width: 4px !important;
  }

  .b-w-xxl-5 {
    border-width: 5px !important;
  }

  /* End border-width */
  /* START rounded */
  .rounded-xxl {
    border-radius: 0.25rem !important;
  }

  .rounded-xxl-0 {
    border-radius: 0 !important;
  }

  .rounded-xxl-1 {
    border-radius: 0.2rem !important;
  }

  .rounded-xxl-2 {
    border-radius: 0.25rem !important;
  }

  .rounded-xxl-3 {
    border-radius: 0.3rem !important;
  }

  .rounded-xxl-circle {
    border-radius: 50% !important;
  }

  .rounded-xxl-pill {
    border-radius: 50rem !important;
  }

  /* End rounded */
  /* START rounded-top */
  .rounded-top-xxl {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  /* End rounded-top */
  /* START rounded-end */
  .rounded-end-xxl {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  /* End rounded-end */
  /* START rounded-bottom */
  .rounded-bottom-xxl {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  /* End rounded-bottom */
  /* START rounded-start */
  .rounded-start-xxl {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
  }

  /* End rounded-start */
  /* START float */
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  /* End float */
  /* START display */
  .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;
  }

  /* End display */
  /* START width */
  .w-xxl-0 {
    width: 0 !important;
  }

  .w-xxl-p10 {
    width: 10% !important;
  }

  .w-xxl-p20 {
    width: 20% !important;
  }

  .w-xxl-p25 {
    width: 25% !important;
  }

  .w-xxl-p30 {
    width: 30% !important;
  }

  .w-xxl-p40 {
    width: 40% !important;
  }

  .w-xxl-p50 {
    width: 50% !important;
  }

  .w-xxl-p60 {
    width: 60% !important;
  }

  .w-xxl-p70 {
    width: 70% !important;
  }

  .w-xxl-p75 {
    width: 75% !important;
  }

  .w-xxl-p80 {
    width: 80% !important;
  }

  .w-xxl-p90 {
    width: 90% !important;
  }

  .w-xxl-p100 {
    width: 100% !important;
  }

  .w-xxl-v25 {
    width: 25vh !important;
  }

  .w-xxl-v50 {
    width: 50vh !important;
  }

  .w-xxl-v75 {
    width: 75vh !important;
  }

  .w-xxl-v100 {
    width: 100vh !important;
  }

  .w-xxl-5 {
    width: 5px !important;
  }

  .w-xxl-10 {
    width: 10px !important;
  }

  .w-xxl-15 {
    width: 15px !important;
  }

  .w-xxl-20 {
    width: 20px !important;
  }

  .w-xxl-25 {
    width: 25px !important;
  }

  .w-xxl-30 {
    width: 30px !important;
  }

  .w-xxl-35 {
    width: 35px !important;
  }

  .w-xxl-40 {
    width: 40px !important;
  }

  .w-xxl-45 {
    width: 45px !important;
  }

  .w-xxl-50 {
    width: 50px !important;
  }

  .w-xxl-55 {
    width: 55px !important;
  }

  .w-xxl-60 {
    width: 60px !important;
  }

  .w-xxl-65 {
    width: 65px !important;
  }

  .w-xxl-70 {
    width: 70px !important;
  }

  .w-xxl-75 {
    width: 75px !important;
  }

  .w-xxl-80 {
    width: 80px !important;
  }

  .w-xxl-85 {
    width: 85px !important;
  }

  .w-xxl-90 {
    width: 90px !important;
  }

  .w-xxl-95 {
    width: 95px !important;
  }

  .w-xxl-100 {
    width: 100px !important;
  }

  .w-xxl-120 {
    width: 120px !important;
  }

  .w-xxl-140 {
    width: 140px !important;
  }

  .w-xxl-160 {
    width: 160px !important;
  }

  .w-xxl-180 {
    width: 180px !important;
  }

  .w-xxl-200 {
    width: 200px !important;
  }

  .w-xxl-220 {
    width: 220px !important;
  }

  .w-xxl-240 {
    width: 240px !important;
  }

  .w-xxl-260 {
    width: 260px !important;
  }

  .w-xxl-280 {
    width: 280px !important;
  }

  .w-xxl-300 {
    width: 300px !important;
  }

  .w-xxl-350 {
    width: 350px !important;
  }

  .w-xxl-400 {
    width: 400px !important;
  }

  .w-xxl-450 {
    width: 450px !important;
  }

  .w-xxl-500 {
    width: 500px !important;
  }

  .w-xxl-550 {
    width: 550px !important;
  }

  .w-xxl-600 {
    width: 600px !important;
  }

  .w-xxl-auto {
    width: auto !important;
  }

  .w-xxl-unset {
    width: unset !important;
  }

  /* End width */
  /* START max-width */
  .maxw-xxl-0 {
    max-width: 0 !important;
  }

  .maxw-xxl-p10 {
    max-width: 10% !important;
  }

  .maxw-xxl-p20 {
    max-width: 20% !important;
  }

  .maxw-xxl-p25 {
    max-width: 25% !important;
  }

  .maxw-xxl-p30 {
    max-width: 30% !important;
  }

  .maxw-xxl-p40 {
    max-width: 40% !important;
  }

  .maxw-xxl-p50 {
    max-width: 50% !important;
  }

  .maxw-xxl-p60 {
    max-width: 60% !important;
  }

  .maxw-xxl-p70 {
    max-width: 70% !important;
  }

  .maxw-xxl-p75 {
    max-width: 75% !important;
  }

  .maxw-xxl-p80 {
    max-width: 80% !important;
  }

  .maxw-xxl-p90 {
    max-width: 90% !important;
  }

  .maxw-xxl-p100 {
    max-width: 100% !important;
  }

  .maxw-xxl-v25 {
    max-width: 25vh !important;
  }

  .maxw-xxl-v50 {
    max-width: 50vh !important;
  }

  .maxw-xxl-v75 {
    max-width: 75vh !important;
  }

  .maxw-xxl-v100 {
    max-width: 100vh !important;
  }

  .maxw-xxl-5 {
    max-width: 5px !important;
  }

  .maxw-xxl-10 {
    max-width: 10px !important;
  }

  .maxw-xxl-15 {
    max-width: 15px !important;
  }

  .maxw-xxl-20 {
    max-width: 20px !important;
  }

  .maxw-xxl-25 {
    max-width: 25px !important;
  }

  .maxw-xxl-30 {
    max-width: 30px !important;
  }

  .maxw-xxl-35 {
    max-width: 35px !important;
  }

  .maxw-xxl-40 {
    max-width: 40px !important;
  }

  .maxw-xxl-45 {
    max-width: 45px !important;
  }

  .maxw-xxl-50 {
    max-width: 50px !important;
  }

  .maxw-xxl-55 {
    max-width: 55px !important;
  }

  .maxw-xxl-60 {
    max-width: 60px !important;
  }

  .maxw-xxl-65 {
    max-width: 65px !important;
  }

  .maxw-xxl-70 {
    max-width: 70px !important;
  }

  .maxw-xxl-75 {
    max-width: 75px !important;
  }

  .maxw-xxl-80 {
    max-width: 80px !important;
  }

  .maxw-xxl-85 {
    max-width: 85px !important;
  }

  .maxw-xxl-90 {
    max-width: 90px !important;
  }

  .maxw-xxl-95 {
    max-width: 95px !important;
  }

  .maxw-xxl-100 {
    max-width: 100px !important;
  }

  .maxw-xxl-120 {
    max-width: 120px !important;
  }

  .maxw-xxl-140 {
    max-width: 140px !important;
  }

  .maxw-xxl-160 {
    max-width: 160px !important;
  }

  .maxw-xxl-180 {
    max-width: 180px !important;
  }

  .maxw-xxl-200 {
    max-width: 200px !important;
  }

  .maxw-xxl-220 {
    max-width: 220px !important;
  }

  .maxw-xxl-240 {
    max-width: 240px !important;
  }

  .maxw-xxl-260 {
    max-width: 260px !important;
  }

  .maxw-xxl-280 {
    max-width: 280px !important;
  }

  .maxw-xxl-300 {
    max-width: 300px !important;
  }

  .maxw-xxl-350 {
    max-width: 350px !important;
  }

  .maxw-xxl-400 {
    max-width: 400px !important;
  }

  .maxw-xxl-450 {
    max-width: 450px !important;
  }

  .maxw-xxl-500 {
    max-width: 500px !important;
  }

  .maxw-xxl-550 {
    max-width: 550px !important;
  }

  .maxw-xxl-600 {
    max-width: 600px !important;
  }

  .maxw-xxl-auto {
    max-width: auto !important;
  }

  .maxw-xxl-unset {
    max-width: unset !important;
  }

  /* End max-width */
  /* START min-width */
  .minw-xxl-0 {
    min-width: 0 !important;
  }

  .minw-xxl-p10 {
    min-width: 10% !important;
  }

  .minw-xxl-p20 {
    min-width: 20% !important;
  }

  .minw-xxl-p25 {
    min-width: 25% !important;
  }

  .minw-xxl-p30 {
    min-width: 30% !important;
  }

  .minw-xxl-p40 {
    min-width: 40% !important;
  }

  .minw-xxl-p50 {
    min-width: 50% !important;
  }

  .minw-xxl-p60 {
    min-width: 60% !important;
  }

  .minw-xxl-p70 {
    min-width: 70% !important;
  }

  .minw-xxl-p75 {
    min-width: 75% !important;
  }

  .minw-xxl-p80 {
    min-width: 80% !important;
  }

  .minw-xxl-p90 {
    min-width: 90% !important;
  }

  .minw-xxl-p100 {
    min-width: 100% !important;
  }

  .minw-xxl-v25 {
    min-width: 25vh !important;
  }

  .minw-xxl-v50 {
    min-width: 50vh !important;
  }

  .minw-xxl-v75 {
    min-width: 75vh !important;
  }

  .minw-xxl-v100 {
    min-width: 100vh !important;
  }

  .minw-xxl-5 {
    min-width: 5px !important;
  }

  .minw-xxl-10 {
    min-width: 10px !important;
  }

  .minw-xxl-15 {
    min-width: 15px !important;
  }

  .minw-xxl-20 {
    min-width: 20px !important;
  }

  .minw-xxl-25 {
    min-width: 25px !important;
  }

  .minw-xxl-30 {
    min-width: 30px !important;
  }

  .minw-xxl-35 {
    min-width: 35px !important;
  }

  .minw-xxl-40 {
    min-width: 40px !important;
  }

  .minw-xxl-45 {
    min-width: 45px !important;
  }

  .minw-xxl-50 {
    min-width: 50px !important;
  }

  .minw-xxl-55 {
    min-width: 55px !important;
  }

  .minw-xxl-60 {
    min-width: 60px !important;
  }

  .minw-xxl-65 {
    min-width: 65px !important;
  }

  .minw-xxl-70 {
    min-width: 70px !important;
  }

  .minw-xxl-75 {
    min-width: 75px !important;
  }

  .minw-xxl-80 {
    min-width: 80px !important;
  }

  .minw-xxl-85 {
    min-width: 85px !important;
  }

  .minw-xxl-90 {
    min-width: 90px !important;
  }

  .minw-xxl-95 {
    min-width: 95px !important;
  }

  .minw-xxl-100 {
    min-width: 100px !important;
  }

  .minw-xxl-120 {
    min-width: 120px !important;
  }

  .minw-xxl-140 {
    min-width: 140px !important;
  }

  .minw-xxl-160 {
    min-width: 160px !important;
  }

  .minw-xxl-180 {
    min-width: 180px !important;
  }

  .minw-xxl-200 {
    min-width: 200px !important;
  }

  .minw-xxl-220 {
    min-width: 220px !important;
  }

  .minw-xxl-240 {
    min-width: 240px !important;
  }

  .minw-xxl-260 {
    min-width: 260px !important;
  }

  .minw-xxl-280 {
    min-width: 280px !important;
  }

  .minw-xxl-300 {
    min-width: 300px !important;
  }

  .minw-xxl-350 {
    min-width: 350px !important;
  }

  .minw-xxl-400 {
    min-width: 400px !important;
  }

  .minw-xxl-450 {
    min-width: 450px !important;
  }

  .minw-xxl-500 {
    min-width: 500px !important;
  }

  .minw-xxl-550 {
    min-width: 550px !important;
  }

  .minw-xxl-600 {
    min-width: 600px !important;
  }

  .minw-xxl-auto {
    min-width: auto !important;
  }

  .minw-xxl-unset {
    min-width: unset !important;
  }

  /* End min-width */
  /* START height */
  .h-xxl-0 {
    height: 0 !important;
  }

  .h-xxl-p10 {
    height: 10% !important;
  }

  .h-xxl-p20 {
    height: 20% !important;
  }

  .h-xxl-p25 {
    height: 25% !important;
  }

  .h-xxl-p30 {
    height: 30% !important;
  }

  .h-xxl-p40 {
    height: 40% !important;
  }

  .h-xxl-p50 {
    height: 50% !important;
  }

  .h-xxl-p60 {
    height: 60% !important;
  }

  .h-xxl-p70 {
    height: 70% !important;
  }

  .h-xxl-p75 {
    height: 75% !important;
  }

  .h-xxl-p80 {
    height: 80% !important;
  }

  .h-xxl-p90 {
    height: 90% !important;
  }

  .h-xxl-p100 {
    height: 100% !important;
  }

  .h-xxl-v25 {
    height: 25vh !important;
  }

  .h-xxl-v50 {
    height: 50vh !important;
  }

  .h-xxl-v75 {
    height: 75vh !important;
  }

  .h-xxl-v100 {
    height: 100vh !important;
  }

  .h-xxl-5 {
    height: 5px !important;
  }

  .h-xxl-10 {
    height: 10px !important;
  }

  .h-xxl-15 {
    height: 15px !important;
  }

  .h-xxl-20 {
    height: 20px !important;
  }

  .h-xxl-25 {
    height: 25px !important;
  }

  .h-xxl-30 {
    height: 30px !important;
  }

  .h-xxl-35 {
    height: 35px !important;
  }

  .h-xxl-40 {
    height: 40px !important;
  }

  .h-xxl-45 {
    height: 45px !important;
  }

  .h-xxl-50 {
    height: 50px !important;
  }

  .h-xxl-55 {
    height: 55px !important;
  }

  .h-xxl-60 {
    height: 60px !important;
  }

  .h-xxl-65 {
    height: 65px !important;
  }

  .h-xxl-70 {
    height: 70px !important;
  }

  .h-xxl-75 {
    height: 75px !important;
  }

  .h-xxl-80 {
    height: 80px !important;
  }

  .h-xxl-85 {
    height: 85px !important;
  }

  .h-xxl-90 {
    height: 90px !important;
  }

  .h-xxl-95 {
    height: 95px !important;
  }

  .h-xxl-100 {
    height: 100px !important;
  }

  .h-xxl-120 {
    height: 120px !important;
  }

  .h-xxl-140 {
    height: 140px !important;
  }

  .h-xxl-160 {
    height: 160px !important;
  }

  .h-xxl-180 {
    height: 180px !important;
  }

  .h-xxl-200 {
    height: 200px !important;
  }

  .h-xxl-220 {
    height: 220px !important;
  }

  .h-xxl-240 {
    height: 240px !important;
  }

  .h-xxl-260 {
    height: 260px !important;
  }

  .h-xxl-280 {
    height: 280px !important;
  }

  .h-xxl-300 {
    height: 300px !important;
  }

  .h-xxl-350 {
    height: 350px !important;
  }

  .h-xxl-400 {
    height: 400px !important;
  }

  .h-xxl-450 {
    height: 450px !important;
  }

  .h-xxl-500 {
    height: 500px !important;
  }

  .h-xxl-550 {
    height: 550px !important;
  }

  .h-xxl-600 {
    height: 600px !important;
  }

  .h-xxl-auto {
    height: auto !important;
  }

  .h-xxl-unset {
    height: unset !important;
  }

  /* End height */
  /* START max-height */
  .maxh-xxl-0 {
    max-height: 0 !important;
  }

  .maxh-xxl-p10 {
    max-height: 10% !important;
  }

  .maxh-xxl-p20 {
    max-height: 20% !important;
  }

  .maxh-xxl-p25 {
    max-height: 25% !important;
  }

  .maxh-xxl-p30 {
    max-height: 30% !important;
  }

  .maxh-xxl-p40 {
    max-height: 40% !important;
  }

  .maxh-xxl-p50 {
    max-height: 50% !important;
  }

  .maxh-xxl-p60 {
    max-height: 60% !important;
  }

  .maxh-xxl-p70 {
    max-height: 70% !important;
  }

  .maxh-xxl-p75 {
    max-height: 75% !important;
  }

  .maxh-xxl-p80 {
    max-height: 80% !important;
  }

  .maxh-xxl-p90 {
    max-height: 90% !important;
  }

  .maxh-xxl-p100 {
    max-height: 100% !important;
  }

  .maxh-xxl-v25 {
    max-height: 25vh !important;
  }

  .maxh-xxl-v50 {
    max-height: 50vh !important;
  }

  .maxh-xxl-v75 {
    max-height: 75vh !important;
  }

  .maxh-xxl-v100 {
    max-height: 100vh !important;
  }

  .maxh-xxl-5 {
    max-height: 5px !important;
  }

  .maxh-xxl-10 {
    max-height: 10px !important;
  }

  .maxh-xxl-15 {
    max-height: 15px !important;
  }

  .maxh-xxl-20 {
    max-height: 20px !important;
  }

  .maxh-xxl-25 {
    max-height: 25px !important;
  }

  .maxh-xxl-30 {
    max-height: 30px !important;
  }

  .maxh-xxl-35 {
    max-height: 35px !important;
  }

  .maxh-xxl-40 {
    max-height: 40px !important;
  }

  .maxh-xxl-45 {
    max-height: 45px !important;
  }

  .maxh-xxl-50 {
    max-height: 50px !important;
  }

  .maxh-xxl-55 {
    max-height: 55px !important;
  }

  .maxh-xxl-60 {
    max-height: 60px !important;
  }

  .maxh-xxl-65 {
    max-height: 65px !important;
  }

  .maxh-xxl-70 {
    max-height: 70px !important;
  }

  .maxh-xxl-75 {
    max-height: 75px !important;
  }

  .maxh-xxl-80 {
    max-height: 80px !important;
  }

  .maxh-xxl-85 {
    max-height: 85px !important;
  }

  .maxh-xxl-90 {
    max-height: 90px !important;
  }

  .maxh-xxl-95 {
    max-height: 95px !important;
  }

  .maxh-xxl-100 {
    max-height: 100px !important;
  }

  .maxh-xxl-120 {
    max-height: 120px !important;
  }

  .maxh-xxl-140 {
    max-height: 140px !important;
  }

  .maxh-xxl-160 {
    max-height: 160px !important;
  }

  .maxh-xxl-180 {
    max-height: 180px !important;
  }

  .maxh-xxl-200 {
    max-height: 200px !important;
  }

  .maxh-xxl-220 {
    max-height: 220px !important;
  }

  .maxh-xxl-240 {
    max-height: 240px !important;
  }

  .maxh-xxl-260 {
    max-height: 260px !important;
  }

  .maxh-xxl-280 {
    max-height: 280px !important;
  }

  .maxh-xxl-300 {
    max-height: 300px !important;
  }

  .maxh-xxl-350 {
    max-height: 350px !important;
  }

  .maxh-xxl-400 {
    max-height: 400px !important;
  }

  .maxh-xxl-450 {
    max-height: 450px !important;
  }

  .maxh-xxl-500 {
    max-height: 500px !important;
  }

  .maxh-xxl-550 {
    max-height: 550px !important;
  }

  .maxh-xxl-600 {
    max-height: 600px !important;
  }

  .maxh-xxl-auto {
    max-height: auto !important;
  }

  .maxh-xxl-unset {
    max-height: unset !important;
  }

  /* End max-height */
  /* START min-height */
  .minh-xxl-0 {
    min-height: 0 !important;
  }

  .minh-xxl-p10 {
    min-height: 10% !important;
  }

  .minh-xxl-p20 {
    min-height: 20% !important;
  }

  .minh-xxl-p25 {
    min-height: 25% !important;
  }

  .minh-xxl-p30 {
    min-height: 30% !important;
  }

  .minh-xxl-p40 {
    min-height: 40% !important;
  }

  .minh-xxl-p50 {
    min-height: 50% !important;
  }

  .minh-xxl-p60 {
    min-height: 60% !important;
  }

  .minh-xxl-p70 {
    min-height: 70% !important;
  }

  .minh-xxl-p75 {
    min-height: 75% !important;
  }

  .minh-xxl-p80 {
    min-height: 80% !important;
  }

  .minh-xxl-p90 {
    min-height: 90% !important;
  }

  .minh-xxl-p100 {
    min-height: 100% !important;
  }

  .minh-xxl-v25 {
    min-height: 25vh !important;
  }

  .minh-xxl-v50 {
    min-height: 50vh !important;
  }

  .minh-xxl-v75 {
    min-height: 75vh !important;
  }

  .minh-xxl-v100 {
    min-height: 100vh !important;
  }

  .minh-xxl-5 {
    min-height: 5px !important;
  }

  .minh-xxl-10 {
    min-height: 10px !important;
  }

  .minh-xxl-15 {
    min-height: 15px !important;
  }

  .minh-xxl-20 {
    min-height: 20px !important;
  }

  .minh-xxl-25 {
    min-height: 25px !important;
  }

  .minh-xxl-30 {
    min-height: 30px !important;
  }

  .minh-xxl-35 {
    min-height: 35px !important;
  }

  .minh-xxl-40 {
    min-height: 40px !important;
  }

  .minh-xxl-45 {
    min-height: 45px !important;
  }

  .minh-xxl-50 {
    min-height: 50px !important;
  }

  .minh-xxl-55 {
    min-height: 55px !important;
  }

  .minh-xxl-60 {
    min-height: 60px !important;
  }

  .minh-xxl-65 {
    min-height: 65px !important;
  }

  .minh-xxl-70 {
    min-height: 70px !important;
  }

  .minh-xxl-75 {
    min-height: 75px !important;
  }

  .minh-xxl-80 {
    min-height: 80px !important;
  }

  .minh-xxl-85 {
    min-height: 85px !important;
  }

  .minh-xxl-90 {
    min-height: 90px !important;
  }

  .minh-xxl-95 {
    min-height: 95px !important;
  }

  .minh-xxl-100 {
    min-height: 100px !important;
  }

  .minh-xxl-120 {
    min-height: 120px !important;
  }

  .minh-xxl-140 {
    min-height: 140px !important;
  }

  .minh-xxl-160 {
    min-height: 160px !important;
  }

  .minh-xxl-180 {
    min-height: 180px !important;
  }

  .minh-xxl-200 {
    min-height: 200px !important;
  }

  .minh-xxl-220 {
    min-height: 220px !important;
  }

  .minh-xxl-240 {
    min-height: 240px !important;
  }

  .minh-xxl-260 {
    min-height: 260px !important;
  }

  .minh-xxl-280 {
    min-height: 280px !important;
  }

  .minh-xxl-300 {
    min-height: 300px !important;
  }

  .minh-xxl-350 {
    min-height: 350px !important;
  }

  .minh-xxl-400 {
    min-height: 400px !important;
  }

  .minh-xxl-450 {
    min-height: 450px !important;
  }

  .minh-xxl-500 {
    min-height: 500px !important;
  }

  .minh-xxl-550 {
    min-height: 550px !important;
  }

  .minh-xxl-600 {
    min-height: 600px !important;
  }

  .minh-xxl-auto {
    min-height: auto !important;
  }

  .minh-xxl-unset {
    min-height: unset !important;
  }

  /* End min-height */
  /* START viewport-width */
  .vw-xxl-25 {
    width: 25vw !important;
  }

  .vw-xxl-33 {
    width: 33.33vw !important;
  }

  .vw-xxl-50 {
    width: 50vw !important;
  }

  .vw-xxl-66 {
    width: 66.66vw !important;
  }

  .vw-xxl-75 {
    width: 75vw !important;
  }

  .vw-xxl-100 {
    width: 100vw !important;
  }

  /* End viewport-width */
  /* START min-viewport-width */
  .min-vw-xxl-25 {
    min-width: 25vw !important;
  }

  .min-vw-xxl-33 {
    min-width: 33.33vw !important;
  }

  .min-vw-xxl-50 {
    min-width: 50vw !important;
  }

  .min-vw-xxl-66 {
    min-width: 66.66vw !important;
  }

  .min-vw-xxl-75 {
    min-width: 75vw !important;
  }

  .min-vw-xxl-100 {
    min-width: 100vw !important;
  }

  /* End min-viewport-width */
  /* START viewport-height */
  .vh-xxl-25 {
    height: 25vh !important;
  }

  .vh-xxl-33 {
    height: 33.33vh !important;
  }

  .vh-xxl-50 {
    height: 50vh !important;
  }

  .vh-xxl-66 {
    height: 66.66vh !important;
  }

  .vh-xxl-75 {
    height: 75vh !important;
  }

  .vh-xxl-100 {
    height: 100vh !important;
  }

  /* End viewport-height */
  /* START min-viewport-height */
  .min-vh-xxl-25 {
    min-height: 25vh !important;
  }

  .min-vh-xxl-33 {
    min-height: 33.33vh !important;
  }

  .min-vh-xxl-50 {
    min-height: 50vh !important;
  }

  .min-vh-xxl-66 {
    min-height: 66.66vh !important;
  }

  .min-vh-xxl-75 {
    min-height: 75vh !important;
  }

  .min-vh-xxl-100 {
    min-height: 100vh !important;
  }

  /* End min-viewport-height */
}
@media (min-width: 1200px) {
  .fs-h1 {
    font-size: 2.5rem !important;
  }

  .fs-h2 {
    font-size: 2rem !important;
  }

  .fs-h3 {
    font-size: 1.75rem !important;
  }

  .fs-h4 {
    font-size: 1.5rem !important;
  }

  .fs-large {
    font-size: 1.5rem !important;
  }

  .fs-xlarge {
    font-size: 1.875rem !important;
  }

  .fs-xxlarge {
    font-size: 2.25rem !important;
  }

  .fs-40 {
    font-size: 2.5rem !important;
  }

  .fs-45 {
    font-size: 2.8125rem !important;
  }

  .fs-50 {
    font-size: 3.125rem !important;
  }

  .fs-60 {
    font-size: 3.75rem !important;
  }

  .fs-70 {
    font-size: 4.375rem !important;
  }

  .fs-80 {
    font-size: 5rem !important;
  }

  .fs-sm-h1 {
    font-size: 2.5rem !important;
  }

  .fs-sm-h2 {
    font-size: 2rem !important;
  }

  .fs-sm-h3 {
    font-size: 1.75rem !important;
  }

  .fs-sm-h4 {
    font-size: 1.5rem !important;
  }

  .fs-sm-large {
    font-size: 1.5rem !important;
  }

  .fs-sm-xlarge {
    font-size: 1.875rem !important;
  }

  .fs-sm-xxlarge {
    font-size: 2.25rem !important;
  }

  .fs-sm-40 {
    font-size: 2.5rem !important;
  }

  .fs-sm-45 {
    font-size: 2.8125rem !important;
  }

  .fs-sm-50 {
    font-size: 3.125rem !important;
  }

  .fs-sm-60 {
    font-size: 3.75rem !important;
  }

  .fs-sm-70 {
    font-size: 4.375rem !important;
  }

  .fs-sm-80 {
    font-size: 5rem !important;
  }

  .fs-md-h1 {
    font-size: 2.5rem !important;
  }

  .fs-md-h2 {
    font-size: 2rem !important;
  }

  .fs-md-h3 {
    font-size: 1.75rem !important;
  }

  .fs-md-h4 {
    font-size: 1.5rem !important;
  }

  .fs-md-large {
    font-size: 1.5rem !important;
  }

  .fs-md-xlarge {
    font-size: 1.875rem !important;
  }

  .fs-md-xxlarge {
    font-size: 2.25rem !important;
  }

  .fs-md-40 {
    font-size: 2.5rem !important;
  }

  .fs-md-45 {
    font-size: 2.8125rem !important;
  }

  .fs-md-50 {
    font-size: 3.125rem !important;
  }

  .fs-md-60 {
    font-size: 3.75rem !important;
  }

  .fs-md-70 {
    font-size: 4.375rem !important;
  }

  .fs-md-80 {
    font-size: 5rem !important;
  }

  .fs-lg-h1 {
    font-size: 2.5rem !important;
  }

  .fs-lg-h2 {
    font-size: 2rem !important;
  }

  .fs-lg-h3 {
    font-size: 1.75rem !important;
  }

  .fs-lg-h4 {
    font-size: 1.5rem !important;
  }

  .fs-lg-large {
    font-size: 1.5rem !important;
  }

  .fs-lg-xlarge {
    font-size: 1.875rem !important;
  }

  .fs-lg-xxlarge {
    font-size: 2.25rem !important;
  }

  .fs-lg-40 {
    font-size: 2.5rem !important;
  }

  .fs-lg-45 {
    font-size: 2.8125rem !important;
  }

  .fs-lg-50 {
    font-size: 3.125rem !important;
  }

  .fs-lg-60 {
    font-size: 3.75rem !important;
  }

  .fs-lg-70 {
    font-size: 4.375rem !important;
  }

  .fs-lg-80 {
    font-size: 5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/* END Utilities */
