<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Colors */
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #409dff;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #f65e52;
  --bs-orange: #f07b2e;
  --bs-yellow: #ffc107;
  --bs-green: #1bb359;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #ffb900;
  --bs-secondary: #6f695d;
  --bs-success: #1bb359;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #f65e52;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 255, 185, 0;
  --bs-secondary-rgb: 111, 105, 93;
  --bs-success-rgb: 27, 179, 89;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 246, 94, 82;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", 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));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.15;
  --bs-body-color: #212529;
  --bs-body-bg: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #ffb900;
  text-decoration: underline;
}
a:hover {
  color: #cc9400;
}

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 &gt; code {
  color: inherit;
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  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(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row &gt; * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-8,
.gx-8 {
  --bs-gutter-x: 0.8rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 0.8rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 0.9rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 0.9rem;
}

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

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

.g-11,
.gx-11 {
  --bs-gutter-x: 1.1rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 1.1rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 1.2rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 1.2rem;
}

.g-13,
.gx-13 {
  --bs-gutter-x: 1.3rem;
}

.g-13,
.gy-13 {
  --bs-gutter-y: 1.3rem;
}

.g-14,
.gx-14 {
  --bs-gutter-x: 1.4rem;
}

.g-14,
.gy-14 {
  --bs-gutter-y: 1.4rem;
}

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

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

.g-16,
.gx-16 {
  --bs-gutter-x: 1.6rem;
}

.g-16,
.gy-16 {
  --bs-gutter-y: 1.6rem;
}

.g-17,
.gx-17 {
  --bs-gutter-x: 1.7rem;
}

.g-17,
.gy-17 {
  --bs-gutter-y: 1.7rem;
}

.g-18,
.gx-18 {
  --bs-gutter-x: 1.8rem;
}

.g-18,
.gy-18 {
  --bs-gutter-y: 1.8rem;
}

.g-19,
.gx-19 {
  --bs-gutter-x: 1.9rem;
}

.g-19,
.gy-19 {
  --bs-gutter-y: 1.9rem;
}

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

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

.g-21,
.gx-21 {
  --bs-gutter-x: 2.1rem;
}

.g-21,
.gy-21 {
  --bs-gutter-y: 2.1rem;
}

.g-22,
.gx-22 {
  --bs-gutter-x: 2.2rem;
}

.g-22,
.gy-22 {
  --bs-gutter-y: 2.2rem;
}

.g-23,
.gx-23 {
  --bs-gutter-x: 2.3rem;
}

.g-23,
.gy-23 {
  --bs-gutter-y: 2.3rem;
}

.g-24,
.gx-24 {
  --bs-gutter-x: 2.4rem;
}

.g-24,
.gy-24 {
  --bs-gutter-y: 2.4rem;
}

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

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

.g-26,
.gx-26 {
  --bs-gutter-x: 2.6rem;
}

.g-26,
.gy-26 {
  --bs-gutter-y: 2.6rem;
}

.g-27,
.gx-27 {
  --bs-gutter-x: 2.7rem;
}

.g-27,
.gy-27 {
  --bs-gutter-y: 2.7rem;
}

.g-28,
.gx-28 {
  --bs-gutter-x: 2.8rem;
}

.g-28,
.gy-28 {
  --bs-gutter-y: 2.8rem;
}

.g-29,
.gx-29 {
  --bs-gutter-x: 2.9rem;
}

.g-29,
.gy-29 {
  --bs-gutter-y: 2.9rem;
}

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

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

.g-31,
.gx-31 {
  --bs-gutter-x: 3.1rem;
}

.g-31,
.gy-31 {
  --bs-gutter-y: 3.1rem;
}

.g-32,
.gx-32 {
  --bs-gutter-x: 3.2rem;
}

.g-32,
.gy-32 {
  --bs-gutter-y: 3.2rem;
}

.g-33,
.gx-33 {
  --bs-gutter-x: 3.3rem;
}

.g-33,
.gy-33 {
  --bs-gutter-y: 3.3rem;
}

.g-34,
.gx-34 {
  --bs-gutter-x: 3.4rem;
}

.g-34,
.gy-34 {
  --bs-gutter-y: 3.4rem;
}

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

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

.g-36,
.gx-36 {
  --bs-gutter-x: 3.6rem;
}

.g-36,
.gy-36 {
  --bs-gutter-y: 3.6rem;
}

.g-37,
.gx-37 {
  --bs-gutter-x: 3.7rem;
}

.g-37,
.gy-37 {
  --bs-gutter-y: 3.7rem;
}

.g-38,
.gx-38 {
  --bs-gutter-x: 3.8rem;
}

.g-38,
.gy-38 {
  --bs-gutter-y: 3.8rem;
}

.g-39,
.gx-39 {
  --bs-gutter-x: 3.9rem;
}

.g-39,
.gy-39 {
  --bs-gutter-y: 3.9rem;
}

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

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

.g-41,
.gx-41 {
  --bs-gutter-x: 4.1rem;
}

.g-41,
.gy-41 {
  --bs-gutter-y: 4.1rem;
}

.g-42,
.gx-42 {
  --bs-gutter-x: 4.2rem;
}

.g-42,
.gy-42 {
  --bs-gutter-y: 4.2rem;
}

.g-43,
.gx-43 {
  --bs-gutter-x: 4.3rem;
}

.g-43,
.gy-43 {
  --bs-gutter-y: 4.3rem;
}

.g-44,
.gx-44 {
  --bs-gutter-x: 4.4rem;
}

.g-44,
.gy-44 {
  --bs-gutter-y: 4.4rem;
}

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

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

.g-46,
.gx-46 {
  --bs-gutter-x: 4.6rem;
}

.g-46,
.gy-46 {
  --bs-gutter-y: 4.6rem;
}

.g-47,
.gx-47 {
  --bs-gutter-x: 4.7rem;
}

.g-47,
.gy-47 {
  --bs-gutter-y: 4.7rem;
}

.g-48,
.gx-48 {
  --bs-gutter-x: 4.8rem;
}

.g-48,
.gy-48 {
  --bs-gutter-y: 4.8rem;
}

.g-49,
.gx-49 {
  --bs-gutter-x: 4.9rem;
}

.g-49,
.gy-49 {
  --bs-gutter-y: 4.9rem;
}

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

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

.g-51,
.gx-51 {
  --bs-gutter-x: 5.1rem;
}

.g-51,
.gy-51 {
  --bs-gutter-y: 5.1rem;
}

.g-52,
.gx-52 {
  --bs-gutter-x: 5.2rem;
}

.g-52,
.gy-52 {
  --bs-gutter-y: 5.2rem;
}

.g-53,
.gx-53 {
  --bs-gutter-x: 5.3rem;
}

.g-53,
.gy-53 {
  --bs-gutter-y: 5.3rem;
}

.g-54,
.gx-54 {
  --bs-gutter-x: 5.4rem;
}

.g-54,
.gy-54 {
  --bs-gutter-y: 5.4rem;
}

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

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

.g-56,
.gx-56 {
  --bs-gutter-x: 5.6rem;
}

.g-56,
.gy-56 {
  --bs-gutter-y: 5.6rem;
}

.g-57,
.gx-57 {
  --bs-gutter-x: 5.7rem;
}

.g-57,
.gy-57 {
  --bs-gutter-y: 5.7rem;
}

.g-58,
.gx-58 {
  --bs-gutter-x: 5.8rem;
}

.g-58,
.gy-58 {
  --bs-gutter-y: 5.8rem;
}

.g-59,
.gx-59 {
  --bs-gutter-x: 5.9rem;
}

.g-59,
.gy-59 {
  --bs-gutter-y: 5.9rem;
}

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

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

.g-61,
.gx-61 {
  --bs-gutter-x: 6.1rem;
}

.g-61,
.gy-61 {
  --bs-gutter-y: 6.1rem;
}

.g-62,
.gx-62 {
  --bs-gutter-x: 6.2rem;
}

.g-62,
.gy-62 {
  --bs-gutter-y: 6.2rem;
}

.g-63,
.gx-63 {
  --bs-gutter-x: 6.3rem;
}

.g-63,
.gy-63 {
  --bs-gutter-y: 6.3rem;
}

.g-64,
.gx-64 {
  --bs-gutter-x: 6.4rem;
}

.g-64,
.gy-64 {
  --bs-gutter-y: 6.4rem;
}

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

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

.g-66,
.gx-66 {
  --bs-gutter-x: 6.6rem;
}

.g-66,
.gy-66 {
  --bs-gutter-y: 6.6rem;
}

.g-67,
.gx-67 {
  --bs-gutter-x: 6.7rem;
}

.g-67,
.gy-67 {
  --bs-gutter-y: 6.7rem;
}

.g-68,
.gx-68 {
  --bs-gutter-x: 6.8rem;
}

.g-68,
.gy-68 {
  --bs-gutter-y: 6.8rem;
}

.g-69,
.gx-69 {
  --bs-gutter-x: 6.9rem;
}

.g-69,
.gy-69 {
  --bs-gutter-y: 6.9rem;
}

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

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

.g-71,
.gx-71 {
  --bs-gutter-x: 7.1rem;
}

.g-71,
.gy-71 {
  --bs-gutter-y: 7.1rem;
}

.g-72,
.gx-72 {
  --bs-gutter-x: 7.2rem;
}

.g-72,
.gy-72 {
  --bs-gutter-y: 7.2rem;
}

.g-73,
.gx-73 {
  --bs-gutter-x: 7.3rem;
}

.g-73,
.gy-73 {
  --bs-gutter-y: 7.3rem;
}

.g-74,
.gx-74 {
  --bs-gutter-x: 7.4rem;
}

.g-74,
.gy-74 {
  --bs-gutter-y: 7.4rem;
}

.g-75,
.gx-75 {
  --bs-gutter-x: 7.5rem;
}

.g-75,
.gy-75 {
  --bs-gutter-y: 7.5rem;
}

.g-76,
.gx-76 {
  --bs-gutter-x: 7.6rem;
}

.g-76,
.gy-76 {
  --bs-gutter-y: 7.6rem;
}

.g-77,
.gx-77 {
  --bs-gutter-x: 7.7rem;
}

.g-77,
.gy-77 {
  --bs-gutter-y: 7.7rem;
}

.g-78,
.gx-78 {
  --bs-gutter-x: 7.8rem;
}

.g-78,
.gy-78 {
  --bs-gutter-y: 7.8rem;
}

.g-79,
.gx-79 {
  --bs-gutter-x: 7.9rem;
}

.g-79,
.gy-79 {
  --bs-gutter-y: 7.9rem;
}

.g-80,
.gx-80 {
  --bs-gutter-x: 8rem;
}

.g-80,
.gy-80 {
  --bs-gutter-y: 8rem;
}

.g-81,
.gx-81 {
  --bs-gutter-x: 8.1rem;
}

.g-81,
.gy-81 {
  --bs-gutter-y: 8.1rem;
}

.g-82,
.gx-82 {
  --bs-gutter-x: 8.2rem;
}

.g-82,
.gy-82 {
  --bs-gutter-y: 8.2rem;
}

.g-83,
.gx-83 {
  --bs-gutter-x: 8.3rem;
}

.g-83,
.gy-83 {
  --bs-gutter-y: 8.3rem;
}

.g-84,
.gx-84 {
  --bs-gutter-x: 8.4rem;
}

.g-84,
.gy-84 {
  --bs-gutter-y: 8.4rem;
}

.g-85,
.gx-85 {
  --bs-gutter-x: 8.5rem;
}

.g-85,
.gy-85 {
  --bs-gutter-y: 8.5rem;
}

.g-86,
.gx-86 {
  --bs-gutter-x: 8.6rem;
}

.g-86,
.gy-86 {
  --bs-gutter-y: 8.6rem;
}

.g-87,
.gx-87 {
  --bs-gutter-x: 8.7rem;
}

.g-87,
.gy-87 {
  --bs-gutter-y: 8.7rem;
}

.g-88,
.gx-88 {
  --bs-gutter-x: 8.8rem;
}

.g-88,
.gy-88 {
  --bs-gutter-y: 8.8rem;
}

.g-89,
.gx-89 {
  --bs-gutter-x: 8.9rem;
}

.g-89,
.gy-89 {
  --bs-gutter-y: 8.9rem;
}

.g-90,
.gx-90 {
  --bs-gutter-x: 9rem;
}

.g-90,
.gy-90 {
  --bs-gutter-y: 9rem;
}

.g-91,
.gx-91 {
  --bs-gutter-x: 9.1rem;
}

.g-91,
.gy-91 {
  --bs-gutter-y: 9.1rem;
}

.g-92,
.gx-92 {
  --bs-gutter-x: 9.2rem;
}

.g-92,
.gy-92 {
  --bs-gutter-y: 9.2rem;
}

.g-93,
.gx-93 {
  --bs-gutter-x: 9.3rem;
}

.g-93,
.gy-93 {
  --bs-gutter-y: 9.3rem;
}

.g-94,
.gx-94 {
  --bs-gutter-x: 9.4rem;
}

.g-94,
.gy-94 {
  --bs-gutter-y: 9.4rem;
}

.g-95,
.gx-95 {
  --bs-gutter-x: 9.5rem;
}

.g-95,
.gy-95 {
  --bs-gutter-y: 9.5rem;
}

.g-96,
.gx-96 {
  --bs-gutter-x: 9.6rem;
}

.g-96,
.gy-96 {
  --bs-gutter-y: 9.6rem;
}

.g-97,
.gx-97 {
  --bs-gutter-x: 9.7rem;
}

.g-97,
.gy-97 {
  --bs-gutter-y: 9.7rem;
}

.g-98,
.gx-98 {
  --bs-gutter-x: 9.8rem;
}

.g-98,
.gy-98 {
  --bs-gutter-y: 9.8rem;
}

.g-99,
.gx-99 {
  --bs-gutter-x: 9.9rem;
}

.g-99,
.gy-99 {
  --bs-gutter-y: 9.9rem;
}

.g-100,
.gx-100 {
  --bs-gutter-x: 10rem;
}

.g-100,
.gy-100 {
  --bs-gutter-y: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-8,
.gx-sm-8 {
    --bs-gutter-x: 0.8rem;
  }

  .g-sm-8,
.gy-sm-8 {
    --bs-gutter-y: 0.8rem;
  }

  .g-sm-9,
.gx-sm-9 {
    --bs-gutter-x: 0.9rem;
  }

  .g-sm-9,
.gy-sm-9 {
    --bs-gutter-y: 0.9rem;
  }

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

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

  .g-sm-11,
.gx-sm-11 {
    --bs-gutter-x: 1.1rem;
  }

  .g-sm-11,
.gy-sm-11 {
    --bs-gutter-y: 1.1rem;
  }

  .g-sm-12,
.gx-sm-12 {
    --bs-gutter-x: 1.2rem;
  }

  .g-sm-12,
.gy-sm-12 {
    --bs-gutter-y: 1.2rem;
  }

  .g-sm-13,
.gx-sm-13 {
    --bs-gutter-x: 1.3rem;
  }

  .g-sm-13,
.gy-sm-13 {
    --bs-gutter-y: 1.3rem;
  }

  .g-sm-14,
.gx-sm-14 {
    --bs-gutter-x: 1.4rem;
  }

  .g-sm-14,
.gy-sm-14 {
    --bs-gutter-y: 1.4rem;
  }

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

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

  .g-sm-16,
.gx-sm-16 {
    --bs-gutter-x: 1.6rem;
  }

  .g-sm-16,
.gy-sm-16 {
    --bs-gutter-y: 1.6rem;
  }

  .g-sm-17,
.gx-sm-17 {
    --bs-gutter-x: 1.7rem;
  }

  .g-sm-17,
.gy-sm-17 {
    --bs-gutter-y: 1.7rem;
  }

  .g-sm-18,
.gx-sm-18 {
    --bs-gutter-x: 1.8rem;
  }

  .g-sm-18,
.gy-sm-18 {
    --bs-gutter-y: 1.8rem;
  }

  .g-sm-19,
.gx-sm-19 {
    --bs-gutter-x: 1.9rem;
  }

  .g-sm-19,
.gy-sm-19 {
    --bs-gutter-y: 1.9rem;
  }

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

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

  .g-sm-21,
.gx-sm-21 {
    --bs-gutter-x: 2.1rem;
  }

  .g-sm-21,
.gy-sm-21 {
    --bs-gutter-y: 2.1rem;
  }

  .g-sm-22,
.gx-sm-22 {
    --bs-gutter-x: 2.2rem;
  }

  .g-sm-22,
.gy-sm-22 {
    --bs-gutter-y: 2.2rem;
  }

  .g-sm-23,
.gx-sm-23 {
    --bs-gutter-x: 2.3rem;
  }

  .g-sm-23,
.gy-sm-23 {
    --bs-gutter-y: 2.3rem;
  }

  .g-sm-24,
.gx-sm-24 {
    --bs-gutter-x: 2.4rem;
  }

  .g-sm-24,
.gy-sm-24 {
    --bs-gutter-y: 2.4rem;
  }

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

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

  .g-sm-26,
.gx-sm-26 {
    --bs-gutter-x: 2.6rem;
  }

  .g-sm-26,
.gy-sm-26 {
    --bs-gutter-y: 2.6rem;
  }

  .g-sm-27,
.gx-sm-27 {
    --bs-gutter-x: 2.7rem;
  }

  .g-sm-27,
.gy-sm-27 {
    --bs-gutter-y: 2.7rem;
  }

  .g-sm-28,
.gx-sm-28 {
    --bs-gutter-x: 2.8rem;
  }

  .g-sm-28,
.gy-sm-28 {
    --bs-gutter-y: 2.8rem;
  }

  .g-sm-29,
.gx-sm-29 {
    --bs-gutter-x: 2.9rem;
  }

  .g-sm-29,
.gy-sm-29 {
    --bs-gutter-y: 2.9rem;
  }

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

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

  .g-sm-31,
.gx-sm-31 {
    --bs-gutter-x: 3.1rem;
  }

  .g-sm-31,
.gy-sm-31 {
    --bs-gutter-y: 3.1rem;
  }

  .g-sm-32,
.gx-sm-32 {
    --bs-gutter-x: 3.2rem;
  }

  .g-sm-32,
.gy-sm-32 {
    --bs-gutter-y: 3.2rem;
  }

  .g-sm-33,
.gx-sm-33 {
    --bs-gutter-x: 3.3rem;
  }

  .g-sm-33,
.gy-sm-33 {
    --bs-gutter-y: 3.3rem;
  }

  .g-sm-34,
.gx-sm-34 {
    --bs-gutter-x: 3.4rem;
  }

  .g-sm-34,
.gy-sm-34 {
    --bs-gutter-y: 3.4rem;
  }

  .g-sm-35,
.gx-sm-35 {
    --bs-gutter-x: 3.5rem;
  }

  .g-sm-35,
.gy-sm-35 {
    --bs-gutter-y: 3.5rem;
  }

  .g-sm-36,
.gx-sm-36 {
    --bs-gutter-x: 3.6rem;
  }

  .g-sm-36,
.gy-sm-36 {
    --bs-gutter-y: 3.6rem;
  }

  .g-sm-37,
.gx-sm-37 {
    --bs-gutter-x: 3.7rem;
  }

  .g-sm-37,
.gy-sm-37 {
    --bs-gutter-y: 3.7rem;
  }

  .g-sm-38,
.gx-sm-38 {
    --bs-gutter-x: 3.8rem;
  }

  .g-sm-38,
.gy-sm-38 {
    --bs-gutter-y: 3.8rem;
  }

  .g-sm-39,
.gx-sm-39 {
    --bs-gutter-x: 3.9rem;
  }

  .g-sm-39,
.gy-sm-39 {
    --bs-gutter-y: 3.9rem;
  }

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

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

  .g-sm-41,
.gx-sm-41 {
    --bs-gutter-x: 4.1rem;
  }

  .g-sm-41,
.gy-sm-41 {
    --bs-gutter-y: 4.1rem;
  }

  .g-sm-42,
.gx-sm-42 {
    --bs-gutter-x: 4.2rem;
  }

  .g-sm-42,
.gy-sm-42 {
    --bs-gutter-y: 4.2rem;
  }

  .g-sm-43,
.gx-sm-43 {
    --bs-gutter-x: 4.3rem;
  }

  .g-sm-43,
.gy-sm-43 {
    --bs-gutter-y: 4.3rem;
  }

  .g-sm-44,
.gx-sm-44 {
    --bs-gutter-x: 4.4rem;
  }

  .g-sm-44,
.gy-sm-44 {
    --bs-gutter-y: 4.4rem;
  }

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

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

  .g-sm-46,
.gx-sm-46 {
    --bs-gutter-x: 4.6rem;
  }

  .g-sm-46,
.gy-sm-46 {
    --bs-gutter-y: 4.6rem;
  }

  .g-sm-47,
.gx-sm-47 {
    --bs-gutter-x: 4.7rem;
  }

  .g-sm-47,
.gy-sm-47 {
    --bs-gutter-y: 4.7rem;
  }

  .g-sm-48,
.gx-sm-48 {
    --bs-gutter-x: 4.8rem;
  }

  .g-sm-48,
.gy-sm-48 {
    --bs-gutter-y: 4.8rem;
  }

  .g-sm-49,
.gx-sm-49 {
    --bs-gutter-x: 4.9rem;
  }

  .g-sm-49,
.gy-sm-49 {
    --bs-gutter-y: 4.9rem;
  }

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

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

  .g-sm-51,
.gx-sm-51 {
    --bs-gutter-x: 5.1rem;
  }

  .g-sm-51,
.gy-sm-51 {
    --bs-gutter-y: 5.1rem;
  }

  .g-sm-52,
.gx-sm-52 {
    --bs-gutter-x: 5.2rem;
  }

  .g-sm-52,
.gy-sm-52 {
    --bs-gutter-y: 5.2rem;
  }

  .g-sm-53,
.gx-sm-53 {
    --bs-gutter-x: 5.3rem;
  }

  .g-sm-53,
.gy-sm-53 {
    --bs-gutter-y: 5.3rem;
  }

  .g-sm-54,
.gx-sm-54 {
    --bs-gutter-x: 5.4rem;
  }

  .g-sm-54,
.gy-sm-54 {
    --bs-gutter-y: 5.4rem;
  }

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

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

  .g-sm-56,
.gx-sm-56 {
    --bs-gutter-x: 5.6rem;
  }

  .g-sm-56,
.gy-sm-56 {
    --bs-gutter-y: 5.6rem;
  }

  .g-sm-57,
.gx-sm-57 {
    --bs-gutter-x: 5.7rem;
  }

  .g-sm-57,
.gy-sm-57 {
    --bs-gutter-y: 5.7rem;
  }

  .g-sm-58,
.gx-sm-58 {
    --bs-gutter-x: 5.8rem;
  }

  .g-sm-58,
.gy-sm-58 {
    --bs-gutter-y: 5.8rem;
  }

  .g-sm-59,
.gx-sm-59 {
    --bs-gutter-x: 5.9rem;
  }

  .g-sm-59,
.gy-sm-59 {
    --bs-gutter-y: 5.9rem;
  }

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

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

  .g-sm-61,
.gx-sm-61 {
    --bs-gutter-x: 6.1rem;
  }

  .g-sm-61,
.gy-sm-61 {
    --bs-gutter-y: 6.1rem;
  }

  .g-sm-62,
.gx-sm-62 {
    --bs-gutter-x: 6.2rem;
  }

  .g-sm-62,
.gy-sm-62 {
    --bs-gutter-y: 6.2rem;
  }

  .g-sm-63,
.gx-sm-63 {
    --bs-gutter-x: 6.3rem;
  }

  .g-sm-63,
.gy-sm-63 {
    --bs-gutter-y: 6.3rem;
  }

  .g-sm-64,
.gx-sm-64 {
    --bs-gutter-x: 6.4rem;
  }

  .g-sm-64,
.gy-sm-64 {
    --bs-gutter-y: 6.4rem;
  }

  .g-sm-65,
.gx-sm-65 {
    --bs-gutter-x: 6.5rem;
  }

  .g-sm-65,
.gy-sm-65 {
    --bs-gutter-y: 6.5rem;
  }

  .g-sm-66,
.gx-sm-66 {
    --bs-gutter-x: 6.6rem;
  }

  .g-sm-66,
.gy-sm-66 {
    --bs-gutter-y: 6.6rem;
  }

  .g-sm-67,
.gx-sm-67 {
    --bs-gutter-x: 6.7rem;
  }

  .g-sm-67,
.gy-sm-67 {
    --bs-gutter-y: 6.7rem;
  }

  .g-sm-68,
.gx-sm-68 {
    --bs-gutter-x: 6.8rem;
  }

  .g-sm-68,
.gy-sm-68 {
    --bs-gutter-y: 6.8rem;
  }

  .g-sm-69,
.gx-sm-69 {
    --bs-gutter-x: 6.9rem;
  }

  .g-sm-69,
.gy-sm-69 {
    --bs-gutter-y: 6.9rem;
  }

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

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

  .g-sm-71,
.gx-sm-71 {
    --bs-gutter-x: 7.1rem;
  }

  .g-sm-71,
.gy-sm-71 {
    --bs-gutter-y: 7.1rem;
  }

  .g-sm-72,
.gx-sm-72 {
    --bs-gutter-x: 7.2rem;
  }

  .g-sm-72,
.gy-sm-72 {
    --bs-gutter-y: 7.2rem;
  }

  .g-sm-73,
.gx-sm-73 {
    --bs-gutter-x: 7.3rem;
  }

  .g-sm-73,
.gy-sm-73 {
    --bs-gutter-y: 7.3rem;
  }

  .g-sm-74,
.gx-sm-74 {
    --bs-gutter-x: 7.4rem;
  }

  .g-sm-74,
.gy-sm-74 {
    --bs-gutter-y: 7.4rem;
  }

  .g-sm-75,
.gx-sm-75 {
    --bs-gutter-x: 7.5rem;
  }

  .g-sm-75,
.gy-sm-75 {
    --bs-gutter-y: 7.5rem;
  }

  .g-sm-76,
.gx-sm-76 {
    --bs-gutter-x: 7.6rem;
  }

  .g-sm-76,
.gy-sm-76 {
    --bs-gutter-y: 7.6rem;
  }

  .g-sm-77,
.gx-sm-77 {
    --bs-gutter-x: 7.7rem;
  }

  .g-sm-77,
.gy-sm-77 {
    --bs-gutter-y: 7.7rem;
  }

  .g-sm-78,
.gx-sm-78 {
    --bs-gutter-x: 7.8rem;
  }

  .g-sm-78,
.gy-sm-78 {
    --bs-gutter-y: 7.8rem;
  }

  .g-sm-79,
.gx-sm-79 {
    --bs-gutter-x: 7.9rem;
  }

  .g-sm-79,
.gy-sm-79 {
    --bs-gutter-y: 7.9rem;
  }

  .g-sm-80,
.gx-sm-80 {
    --bs-gutter-x: 8rem;
  }

  .g-sm-80,
.gy-sm-80 {
    --bs-gutter-y: 8rem;
  }

  .g-sm-81,
.gx-sm-81 {
    --bs-gutter-x: 8.1rem;
  }

  .g-sm-81,
.gy-sm-81 {
    --bs-gutter-y: 8.1rem;
  }

  .g-sm-82,
.gx-sm-82 {
    --bs-gutter-x: 8.2rem;
  }

  .g-sm-82,
.gy-sm-82 {
    --bs-gutter-y: 8.2rem;
  }

  .g-sm-83,
.gx-sm-83 {
    --bs-gutter-x: 8.3rem;
  }

  .g-sm-83,
.gy-sm-83 {
    --bs-gutter-y: 8.3rem;
  }

  .g-sm-84,
.gx-sm-84 {
    --bs-gutter-x: 8.4rem;
  }

  .g-sm-84,
.gy-sm-84 {
    --bs-gutter-y: 8.4rem;
  }

  .g-sm-85,
.gx-sm-85 {
    --bs-gutter-x: 8.5rem;
  }

  .g-sm-85,
.gy-sm-85 {
    --bs-gutter-y: 8.5rem;
  }

  .g-sm-86,
.gx-sm-86 {
    --bs-gutter-x: 8.6rem;
  }

  .g-sm-86,
.gy-sm-86 {
    --bs-gutter-y: 8.6rem;
  }

  .g-sm-87,
.gx-sm-87 {
    --bs-gutter-x: 8.7rem;
  }

  .g-sm-87,
.gy-sm-87 {
    --bs-gutter-y: 8.7rem;
  }

  .g-sm-88,
.gx-sm-88 {
    --bs-gutter-x: 8.8rem;
  }

  .g-sm-88,
.gy-sm-88 {
    --bs-gutter-y: 8.8rem;
  }

  .g-sm-89,
.gx-sm-89 {
    --bs-gutter-x: 8.9rem;
  }

  .g-sm-89,
.gy-sm-89 {
    --bs-gutter-y: 8.9rem;
  }

  .g-sm-90,
.gx-sm-90 {
    --bs-gutter-x: 9rem;
  }

  .g-sm-90,
.gy-sm-90 {
    --bs-gutter-y: 9rem;
  }

  .g-sm-91,
.gx-sm-91 {
    --bs-gutter-x: 9.1rem;
  }

  .g-sm-91,
.gy-sm-91 {
    --bs-gutter-y: 9.1rem;
  }

  .g-sm-92,
.gx-sm-92 {
    --bs-gutter-x: 9.2rem;
  }

  .g-sm-92,
.gy-sm-92 {
    --bs-gutter-y: 9.2rem;
  }

  .g-sm-93,
.gx-sm-93 {
    --bs-gutter-x: 9.3rem;
  }

  .g-sm-93,
.gy-sm-93 {
    --bs-gutter-y: 9.3rem;
  }

  .g-sm-94,
.gx-sm-94 {
    --bs-gutter-x: 9.4rem;
  }

  .g-sm-94,
.gy-sm-94 {
    --bs-gutter-y: 9.4rem;
  }

  .g-sm-95,
.gx-sm-95 {
    --bs-gutter-x: 9.5rem;
  }

  .g-sm-95,
.gy-sm-95 {
    --bs-gutter-y: 9.5rem;
  }

  .g-sm-96,
.gx-sm-96 {
    --bs-gutter-x: 9.6rem;
  }

  .g-sm-96,
.gy-sm-96 {
    --bs-gutter-y: 9.6rem;
  }

  .g-sm-97,
.gx-sm-97 {
    --bs-gutter-x: 9.7rem;
  }

  .g-sm-97,
.gy-sm-97 {
    --bs-gutter-y: 9.7rem;
  }

  .g-sm-98,
.gx-sm-98 {
    --bs-gutter-x: 9.8rem;
  }

  .g-sm-98,
.gy-sm-98 {
    --bs-gutter-y: 9.8rem;
  }

  .g-sm-99,
.gx-sm-99 {
    --bs-gutter-x: 9.9rem;
  }

  .g-sm-99,
.gy-sm-99 {
    --bs-gutter-y: 9.9rem;
  }

  .g-sm-100,
.gx-sm-100 {
    --bs-gutter-x: 10rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-8,
.gx-md-8 {
    --bs-gutter-x: 0.8rem;
  }

  .g-md-8,
.gy-md-8 {
    --bs-gutter-y: 0.8rem;
  }

  .g-md-9,
.gx-md-9 {
    --bs-gutter-x: 0.9rem;
  }

  .g-md-9,
.gy-md-9 {
    --bs-gutter-y: 0.9rem;
  }

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

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

  .g-md-11,
.gx-md-11 {
    --bs-gutter-x: 1.1rem;
  }

  .g-md-11,
.gy-md-11 {
    --bs-gutter-y: 1.1rem;
  }

  .g-md-12,
.gx-md-12 {
    --bs-gutter-x: 1.2rem;
  }

  .g-md-12,
.gy-md-12 {
    --bs-gutter-y: 1.2rem;
  }

  .g-md-13,
.gx-md-13 {
    --bs-gutter-x: 1.3rem;
  }

  .g-md-13,
.gy-md-13 {
    --bs-gutter-y: 1.3rem;
  }

  .g-md-14,
.gx-md-14 {
    --bs-gutter-x: 1.4rem;
  }

  .g-md-14,
.gy-md-14 {
    --bs-gutter-y: 1.4rem;
  }

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

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

  .g-md-16,
.gx-md-16 {
    --bs-gutter-x: 1.6rem;
  }

  .g-md-16,
.gy-md-16 {
    --bs-gutter-y: 1.6rem;
  }

  .g-md-17,
.gx-md-17 {
    --bs-gutter-x: 1.7rem;
  }

  .g-md-17,
.gy-md-17 {
    --bs-gutter-y: 1.7rem;
  }

  .g-md-18,
.gx-md-18 {
    --bs-gutter-x: 1.8rem;
  }

  .g-md-18,
.gy-md-18 {
    --bs-gutter-y: 1.8rem;
  }

  .g-md-19,
.gx-md-19 {
    --bs-gutter-x: 1.9rem;
  }

  .g-md-19,
.gy-md-19 {
    --bs-gutter-y: 1.9rem;
  }

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

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

  .g-md-21,
.gx-md-21 {
    --bs-gutter-x: 2.1rem;
  }

  .g-md-21,
.gy-md-21 {
    --bs-gutter-y: 2.1rem;
  }

  .g-md-22,
.gx-md-22 {
    --bs-gutter-x: 2.2rem;
  }

  .g-md-22,
.gy-md-22 {
    --bs-gutter-y: 2.2rem;
  }

  .g-md-23,
.gx-md-23 {
    --bs-gutter-x: 2.3rem;
  }

  .g-md-23,
.gy-md-23 {
    --bs-gutter-y: 2.3rem;
  }

  .g-md-24,
.gx-md-24 {
    --bs-gutter-x: 2.4rem;
  }

  .g-md-24,
.gy-md-24 {
    --bs-gutter-y: 2.4rem;
  }

  .g-md-25,
.gx-md-25 {
    --bs-gutter-x: 2.5rem;
  }

  .g-md-25,
.gy-md-25 {
    --bs-gutter-y: 2.5rem;
  }

  .g-md-26,
.gx-md-26 {
    --bs-gutter-x: 2.6rem;
  }

  .g-md-26,
.gy-md-26 {
    --bs-gutter-y: 2.6rem;
  }

  .g-md-27,
.gx-md-27 {
    --bs-gutter-x: 2.7rem;
  }

  .g-md-27,
.gy-md-27 {
    --bs-gutter-y: 2.7rem;
  }

  .g-md-28,
.gx-md-28 {
    --bs-gutter-x: 2.8rem;
  }

  .g-md-28,
.gy-md-28 {
    --bs-gutter-y: 2.8rem;
  }

  .g-md-29,
.gx-md-29 {
    --bs-gutter-x: 2.9rem;
  }

  .g-md-29,
.gy-md-29 {
    --bs-gutter-y: 2.9rem;
  }

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

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

  .g-md-31,
.gx-md-31 {
    --bs-gutter-x: 3.1rem;
  }

  .g-md-31,
.gy-md-31 {
    --bs-gutter-y: 3.1rem;
  }

  .g-md-32,
.gx-md-32 {
    --bs-gutter-x: 3.2rem;
  }

  .g-md-32,
.gy-md-32 {
    --bs-gutter-y: 3.2rem;
  }

  .g-md-33,
.gx-md-33 {
    --bs-gutter-x: 3.3rem;
  }

  .g-md-33,
.gy-md-33 {
    --bs-gutter-y: 3.3rem;
  }

  .g-md-34,
.gx-md-34 {
    --bs-gutter-x: 3.4rem;
  }

  .g-md-34,
.gy-md-34 {
    --bs-gutter-y: 3.4rem;
  }

  .g-md-35,
.gx-md-35 {
    --bs-gutter-x: 3.5rem;
  }

  .g-md-35,
.gy-md-35 {
    --bs-gutter-y: 3.5rem;
  }

  .g-md-36,
.gx-md-36 {
    --bs-gutter-x: 3.6rem;
  }

  .g-md-36,
.gy-md-36 {
    --bs-gutter-y: 3.6rem;
  }

  .g-md-37,
.gx-md-37 {
    --bs-gutter-x: 3.7rem;
  }

  .g-md-37,
.gy-md-37 {
    --bs-gutter-y: 3.7rem;
  }

  .g-md-38,
.gx-md-38 {
    --bs-gutter-x: 3.8rem;
  }

  .g-md-38,
.gy-md-38 {
    --bs-gutter-y: 3.8rem;
  }

  .g-md-39,
.gx-md-39 {
    --bs-gutter-x: 3.9rem;
  }

  .g-md-39,
.gy-md-39 {
    --bs-gutter-y: 3.9rem;
  }

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

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

  .g-md-41,
.gx-md-41 {
    --bs-gutter-x: 4.1rem;
  }

  .g-md-41,
.gy-md-41 {
    --bs-gutter-y: 4.1rem;
  }

  .g-md-42,
.gx-md-42 {
    --bs-gutter-x: 4.2rem;
  }

  .g-md-42,
.gy-md-42 {
    --bs-gutter-y: 4.2rem;
  }

  .g-md-43,
.gx-md-43 {
    --bs-gutter-x: 4.3rem;
  }

  .g-md-43,
.gy-md-43 {
    --bs-gutter-y: 4.3rem;
  }

  .g-md-44,
.gx-md-44 {
    --bs-gutter-x: 4.4rem;
  }

  .g-md-44,
.gy-md-44 {
    --bs-gutter-y: 4.4rem;
  }

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

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

  .g-md-46,
.gx-md-46 {
    --bs-gutter-x: 4.6rem;
  }

  .g-md-46,
.gy-md-46 {
    --bs-gutter-y: 4.6rem;
  }

  .g-md-47,
.gx-md-47 {
    --bs-gutter-x: 4.7rem;
  }

  .g-md-47,
.gy-md-47 {
    --bs-gutter-y: 4.7rem;
  }

  .g-md-48,
.gx-md-48 {
    --bs-gutter-x: 4.8rem;
  }

  .g-md-48,
.gy-md-48 {
    --bs-gutter-y: 4.8rem;
  }

  .g-md-49,
.gx-md-49 {
    --bs-gutter-x: 4.9rem;
  }

  .g-md-49,
.gy-md-49 {
    --bs-gutter-y: 4.9rem;
  }

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

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

  .g-md-51,
.gx-md-51 {
    --bs-gutter-x: 5.1rem;
  }

  .g-md-51,
.gy-md-51 {
    --bs-gutter-y: 5.1rem;
  }

  .g-md-52,
.gx-md-52 {
    --bs-gutter-x: 5.2rem;
  }

  .g-md-52,
.gy-md-52 {
    --bs-gutter-y: 5.2rem;
  }

  .g-md-53,
.gx-md-53 {
    --bs-gutter-x: 5.3rem;
  }

  .g-md-53,
.gy-md-53 {
    --bs-gutter-y: 5.3rem;
  }

  .g-md-54,
.gx-md-54 {
    --bs-gutter-x: 5.4rem;
  }

  .g-md-54,
.gy-md-54 {
    --bs-gutter-y: 5.4rem;
  }

  .g-md-55,
.gx-md-55 {
    --bs-gutter-x: 5.5rem;
  }

  .g-md-55,
.gy-md-55 {
    --bs-gutter-y: 5.5rem;
  }

  .g-md-56,
.gx-md-56 {
    --bs-gutter-x: 5.6rem;
  }

  .g-md-56,
.gy-md-56 {
    --bs-gutter-y: 5.6rem;
  }

  .g-md-57,
.gx-md-57 {
    --bs-gutter-x: 5.7rem;
  }

  .g-md-57,
.gy-md-57 {
    --bs-gutter-y: 5.7rem;
  }

  .g-md-58,
.gx-md-58 {
    --bs-gutter-x: 5.8rem;
  }

  .g-md-58,
.gy-md-58 {
    --bs-gutter-y: 5.8rem;
  }

  .g-md-59,
.gx-md-59 {
    --bs-gutter-x: 5.9rem;
  }

  .g-md-59,
.gy-md-59 {
    --bs-gutter-y: 5.9rem;
  }

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

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

  .g-md-61,
.gx-md-61 {
    --bs-gutter-x: 6.1rem;
  }

  .g-md-61,
.gy-md-61 {
    --bs-gutter-y: 6.1rem;
  }

  .g-md-62,
.gx-md-62 {
    --bs-gutter-x: 6.2rem;
  }

  .g-md-62,
.gy-md-62 {
    --bs-gutter-y: 6.2rem;
  }

  .g-md-63,
.gx-md-63 {
    --bs-gutter-x: 6.3rem;
  }

  .g-md-63,
.gy-md-63 {
    --bs-gutter-y: 6.3rem;
  }

  .g-md-64,
.gx-md-64 {
    --bs-gutter-x: 6.4rem;
  }

  .g-md-64,
.gy-md-64 {
    --bs-gutter-y: 6.4rem;
  }

  .g-md-65,
.gx-md-65 {
    --bs-gutter-x: 6.5rem;
  }

  .g-md-65,
.gy-md-65 {
    --bs-gutter-y: 6.5rem;
  }

  .g-md-66,
.gx-md-66 {
    --bs-gutter-x: 6.6rem;
  }

  .g-md-66,
.gy-md-66 {
    --bs-gutter-y: 6.6rem;
  }

  .g-md-67,
.gx-md-67 {
    --bs-gutter-x: 6.7rem;
  }

  .g-md-67,
.gy-md-67 {
    --bs-gutter-y: 6.7rem;
  }

  .g-md-68,
.gx-md-68 {
    --bs-gutter-x: 6.8rem;
  }

  .g-md-68,
.gy-md-68 {
    --bs-gutter-y: 6.8rem;
  }

  .g-md-69,
.gx-md-69 {
    --bs-gutter-x: 6.9rem;
  }

  .g-md-69,
.gy-md-69 {
    --bs-gutter-y: 6.9rem;
  }

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

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

  .g-md-71,
.gx-md-71 {
    --bs-gutter-x: 7.1rem;
  }

  .g-md-71,
.gy-md-71 {
    --bs-gutter-y: 7.1rem;
  }

  .g-md-72,
.gx-md-72 {
    --bs-gutter-x: 7.2rem;
  }

  .g-md-72,
.gy-md-72 {
    --bs-gutter-y: 7.2rem;
  }

  .g-md-73,
.gx-md-73 {
    --bs-gutter-x: 7.3rem;
  }

  .g-md-73,
.gy-md-73 {
    --bs-gutter-y: 7.3rem;
  }

  .g-md-74,
.gx-md-74 {
    --bs-gutter-x: 7.4rem;
  }

  .g-md-74,
.gy-md-74 {
    --bs-gutter-y: 7.4rem;
  }

  .g-md-75,
.gx-md-75 {
    --bs-gutter-x: 7.5rem;
  }

  .g-md-75,
.gy-md-75 {
    --bs-gutter-y: 7.5rem;
  }

  .g-md-76,
.gx-md-76 {
    --bs-gutter-x: 7.6rem;
  }

  .g-md-76,
.gy-md-76 {
    --bs-gutter-y: 7.6rem;
  }

  .g-md-77,
.gx-md-77 {
    --bs-gutter-x: 7.7rem;
  }

  .g-md-77,
.gy-md-77 {
    --bs-gutter-y: 7.7rem;
  }

  .g-md-78,
.gx-md-78 {
    --bs-gutter-x: 7.8rem;
  }

  .g-md-78,
.gy-md-78 {
    --bs-gutter-y: 7.8rem;
  }

  .g-md-79,
.gx-md-79 {
    --bs-gutter-x: 7.9rem;
  }

  .g-md-79,
.gy-md-79 {
    --bs-gutter-y: 7.9rem;
  }

  .g-md-80,
.gx-md-80 {
    --bs-gutter-x: 8rem;
  }

  .g-md-80,
.gy-md-80 {
    --bs-gutter-y: 8rem;
  }

  .g-md-81,
.gx-md-81 {
    --bs-gutter-x: 8.1rem;
  }

  .g-md-81,
.gy-md-81 {
    --bs-gutter-y: 8.1rem;
  }

  .g-md-82,
.gx-md-82 {
    --bs-gutter-x: 8.2rem;
  }

  .g-md-82,
.gy-md-82 {
    --bs-gutter-y: 8.2rem;
  }

  .g-md-83,
.gx-md-83 {
    --bs-gutter-x: 8.3rem;
  }

  .g-md-83,
.gy-md-83 {
    --bs-gutter-y: 8.3rem;
  }

  .g-md-84,
.gx-md-84 {
    --bs-gutter-x: 8.4rem;
  }

  .g-md-84,
.gy-md-84 {
    --bs-gutter-y: 8.4rem;
  }

  .g-md-85,
.gx-md-85 {
    --bs-gutter-x: 8.5rem;
  }

  .g-md-85,
.gy-md-85 {
    --bs-gutter-y: 8.5rem;
  }

  .g-md-86,
.gx-md-86 {
    --bs-gutter-x: 8.6rem;
  }

  .g-md-86,
.gy-md-86 {
    --bs-gutter-y: 8.6rem;
  }

  .g-md-87,
.gx-md-87 {
    --bs-gutter-x: 8.7rem;
  }

  .g-md-87,
.gy-md-87 {
    --bs-gutter-y: 8.7rem;
  }

  .g-md-88,
.gx-md-88 {
    --bs-gutter-x: 8.8rem;
  }

  .g-md-88,
.gy-md-88 {
    --bs-gutter-y: 8.8rem;
  }

  .g-md-89,
.gx-md-89 {
    --bs-gutter-x: 8.9rem;
  }

  .g-md-89,
.gy-md-89 {
    --bs-gutter-y: 8.9rem;
  }

  .g-md-90,
.gx-md-90 {
    --bs-gutter-x: 9rem;
  }

  .g-md-90,
.gy-md-90 {
    --bs-gutter-y: 9rem;
  }

  .g-md-91,
.gx-md-91 {
    --bs-gutter-x: 9.1rem;
  }

  .g-md-91,
.gy-md-91 {
    --bs-gutter-y: 9.1rem;
  }

  .g-md-92,
.gx-md-92 {
    --bs-gutter-x: 9.2rem;
  }

  .g-md-92,
.gy-md-92 {
    --bs-gutter-y: 9.2rem;
  }

  .g-md-93,
.gx-md-93 {
    --bs-gutter-x: 9.3rem;
  }

  .g-md-93,
.gy-md-93 {
    --bs-gutter-y: 9.3rem;
  }

  .g-md-94,
.gx-md-94 {
    --bs-gutter-x: 9.4rem;
  }

  .g-md-94,
.gy-md-94 {
    --bs-gutter-y: 9.4rem;
  }

  .g-md-95,
.gx-md-95 {
    --bs-gutter-x: 9.5rem;
  }

  .g-md-95,
.gy-md-95 {
    --bs-gutter-y: 9.5rem;
  }

  .g-md-96,
.gx-md-96 {
    --bs-gutter-x: 9.6rem;
  }

  .g-md-96,
.gy-md-96 {
    --bs-gutter-y: 9.6rem;
  }

  .g-md-97,
.gx-md-97 {
    --bs-gutter-x: 9.7rem;
  }

  .g-md-97,
.gy-md-97 {
    --bs-gutter-y: 9.7rem;
  }

  .g-md-98,
.gx-md-98 {
    --bs-gutter-x: 9.8rem;
  }

  .g-md-98,
.gy-md-98 {
    --bs-gutter-y: 9.8rem;
  }

  .g-md-99,
.gx-md-99 {
    --bs-gutter-x: 9.9rem;
  }

  .g-md-99,
.gy-md-99 {
    --bs-gutter-y: 9.9rem;
  }

  .g-md-100,
.gx-md-100 {
    --bs-gutter-x: 10rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-8,
.gx-lg-8 {
    --bs-gutter-x: 0.8rem;
  }

  .g-lg-8,
.gy-lg-8 {
    --bs-gutter-y: 0.8rem;
  }

  .g-lg-9,
.gx-lg-9 {
    --bs-gutter-x: 0.9rem;
  }

  .g-lg-9,
.gy-lg-9 {
    --bs-gutter-y: 0.9rem;
  }

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

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

  .g-lg-11,
.gx-lg-11 {
    --bs-gutter-x: 1.1rem;
  }

  .g-lg-11,
.gy-lg-11 {
    --bs-gutter-y: 1.1rem;
  }

  .g-lg-12,
.gx-lg-12 {
    --bs-gutter-x: 1.2rem;
  }

  .g-lg-12,
.gy-lg-12 {
    --bs-gutter-y: 1.2rem;
  }

  .g-lg-13,
.gx-lg-13 {
    --bs-gutter-x: 1.3rem;
  }

  .g-lg-13,
.gy-lg-13 {
    --bs-gutter-y: 1.3rem;
  }

  .g-lg-14,
.gx-lg-14 {
    --bs-gutter-x: 1.4rem;
  }

  .g-lg-14,
.gy-lg-14 {
    --bs-gutter-y: 1.4rem;
  }

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

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

  .g-lg-16,
.gx-lg-16 {
    --bs-gutter-x: 1.6rem;
  }

  .g-lg-16,
.gy-lg-16 {
    --bs-gutter-y: 1.6rem;
  }

  .g-lg-17,
.gx-lg-17 {
    --bs-gutter-x: 1.7rem;
  }

  .g-lg-17,
.gy-lg-17 {
    --bs-gutter-y: 1.7rem;
  }

  .g-lg-18,
.gx-lg-18 {
    --bs-gutter-x: 1.8rem;
  }

  .g-lg-18,
.gy-lg-18 {
    --bs-gutter-y: 1.8rem;
  }

  .g-lg-19,
.gx-lg-19 {
    --bs-gutter-x: 1.9rem;
  }

  .g-lg-19,
.gy-lg-19 {
    --bs-gutter-y: 1.9rem;
  }

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

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

  .g-lg-21,
.gx-lg-21 {
    --bs-gutter-x: 2.1rem;
  }

  .g-lg-21,
.gy-lg-21 {
    --bs-gutter-y: 2.1rem;
  }

  .g-lg-22,
.gx-lg-22 {
    --bs-gutter-x: 2.2rem;
  }

  .g-lg-22,
.gy-lg-22 {
    --bs-gutter-y: 2.2rem;
  }

  .g-lg-23,
.gx-lg-23 {
    --bs-gutter-x: 2.3rem;
  }

  .g-lg-23,
.gy-lg-23 {
    --bs-gutter-y: 2.3rem;
  }

  .g-lg-24,
.gx-lg-24 {
    --bs-gutter-x: 2.4rem;
  }

  .g-lg-24,
.gy-lg-24 {
    --bs-gutter-y: 2.4rem;
  }

  .g-lg-25,
.gx-lg-25 {
    --bs-gutter-x: 2.5rem;
  }

  .g-lg-25,
.gy-lg-25 {
    --bs-gutter-y: 2.5rem;
  }

  .g-lg-26,
.gx-lg-26 {
    --bs-gutter-x: 2.6rem;
  }

  .g-lg-26,
.gy-lg-26 {
    --bs-gutter-y: 2.6rem;
  }

  .g-lg-27,
.gx-lg-27 {
    --bs-gutter-x: 2.7rem;
  }

  .g-lg-27,
.gy-lg-27 {
    --bs-gutter-y: 2.7rem;
  }

  .g-lg-28,
.gx-lg-28 {
    --bs-gutter-x: 2.8rem;
  }

  .g-lg-28,
.gy-lg-28 {
    --bs-gutter-y: 2.8rem;
  }

  .g-lg-29,
.gx-lg-29 {
    --bs-gutter-x: 2.9rem;
  }

  .g-lg-29,
.gy-lg-29 {
    --bs-gutter-y: 2.9rem;
  }

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

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

  .g-lg-31,
.gx-lg-31 {
    --bs-gutter-x: 3.1rem;
  }

  .g-lg-31,
.gy-lg-31 {
    --bs-gutter-y: 3.1rem;
  }

  .g-lg-32,
.gx-lg-32 {
    --bs-gutter-x: 3.2rem;
  }

  .g-lg-32,
.gy-lg-32 {
    --bs-gutter-y: 3.2rem;
  }

  .g-lg-33,
.gx-lg-33 {
    --bs-gutter-x: 3.3rem;
  }

  .g-lg-33,
.gy-lg-33 {
    --bs-gutter-y: 3.3rem;
  }

  .g-lg-34,
.gx-lg-34 {
    --bs-gutter-x: 3.4rem;
  }

  .g-lg-34,
.gy-lg-34 {
    --bs-gutter-y: 3.4rem;
  }

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

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

  .g-lg-36,
.gx-lg-36 {
    --bs-gutter-x: 3.6rem;
  }

  .g-lg-36,
.gy-lg-36 {
    --bs-gutter-y: 3.6rem;
  }

  .g-lg-37,
.gx-lg-37 {
    --bs-gutter-x: 3.7rem;
  }

  .g-lg-37,
.gy-lg-37 {
    --bs-gutter-y: 3.7rem;
  }

  .g-lg-38,
.gx-lg-38 {
    --bs-gutter-x: 3.8rem;
  }

  .g-lg-38,
.gy-lg-38 {
    --bs-gutter-y: 3.8rem;
  }

  .g-lg-39,
.gx-lg-39 {
    --bs-gutter-x: 3.9rem;
  }

  .g-lg-39,
.gy-lg-39 {
    --bs-gutter-y: 3.9rem;
  }

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

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

  .g-lg-41,
.gx-lg-41 {
    --bs-gutter-x: 4.1rem;
  }

  .g-lg-41,
.gy-lg-41 {
    --bs-gutter-y: 4.1rem;
  }

  .g-lg-42,
.gx-lg-42 {
    --bs-gutter-x: 4.2rem;
  }

  .g-lg-42,
.gy-lg-42 {
    --bs-gutter-y: 4.2rem;
  }

  .g-lg-43,
.gx-lg-43 {
    --bs-gutter-x: 4.3rem;
  }

  .g-lg-43,
.gy-lg-43 {
    --bs-gutter-y: 4.3rem;
  }

  .g-lg-44,
.gx-lg-44 {
    --bs-gutter-x: 4.4rem;
  }

  .g-lg-44,
.gy-lg-44 {
    --bs-gutter-y: 4.4rem;
  }

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

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

  .g-lg-46,
.gx-lg-46 {
    --bs-gutter-x: 4.6rem;
  }

  .g-lg-46,
.gy-lg-46 {
    --bs-gutter-y: 4.6rem;
  }

  .g-lg-47,
.gx-lg-47 {
    --bs-gutter-x: 4.7rem;
  }

  .g-lg-47,
.gy-lg-47 {
    --bs-gutter-y: 4.7rem;
  }

  .g-lg-48,
.gx-lg-48 {
    --bs-gutter-x: 4.8rem;
  }

  .g-lg-48,
.gy-lg-48 {
    --bs-gutter-y: 4.8rem;
  }

  .g-lg-49,
.gx-lg-49 {
    --bs-gutter-x: 4.9rem;
  }

  .g-lg-49,
.gy-lg-49 {
    --bs-gutter-y: 4.9rem;
  }

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

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

  .g-lg-51,
.gx-lg-51 {
    --bs-gutter-x: 5.1rem;
  }

  .g-lg-51,
.gy-lg-51 {
    --bs-gutter-y: 5.1rem;
  }

  .g-lg-52,
.gx-lg-52 {
    --bs-gutter-x: 5.2rem;
  }

  .g-lg-52,
.gy-lg-52 {
    --bs-gutter-y: 5.2rem;
  }

  .g-lg-53,
.gx-lg-53 {
    --bs-gutter-x: 5.3rem;
  }

  .g-lg-53,
.gy-lg-53 {
    --bs-gutter-y: 5.3rem;
  }

  .g-lg-54,
.gx-lg-54 {
    --bs-gutter-x: 5.4rem;
  }

  .g-lg-54,
.gy-lg-54 {
    --bs-gutter-y: 5.4rem;
  }

  .g-lg-55,
.gx-lg-55 {
    --bs-gutter-x: 5.5rem;
  }

  .g-lg-55,
.gy-lg-55 {
    --bs-gutter-y: 5.5rem;
  }

  .g-lg-56,
.gx-lg-56 {
    --bs-gutter-x: 5.6rem;
  }

  .g-lg-56,
.gy-lg-56 {
    --bs-gutter-y: 5.6rem;
  }

  .g-lg-57,
.gx-lg-57 {
    --bs-gutter-x: 5.7rem;
  }

  .g-lg-57,
.gy-lg-57 {
    --bs-gutter-y: 5.7rem;
  }

  .g-lg-58,
.gx-lg-58 {
    --bs-gutter-x: 5.8rem;
  }

  .g-lg-58,
.gy-lg-58 {
    --bs-gutter-y: 5.8rem;
  }

  .g-lg-59,
.gx-lg-59 {
    --bs-gutter-x: 5.9rem;
  }

  .g-lg-59,
.gy-lg-59 {
    --bs-gutter-y: 5.9rem;
  }

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

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

  .g-lg-61,
.gx-lg-61 {
    --bs-gutter-x: 6.1rem;
  }

  .g-lg-61,
.gy-lg-61 {
    --bs-gutter-y: 6.1rem;
  }

  .g-lg-62,
.gx-lg-62 {
    --bs-gutter-x: 6.2rem;
  }

  .g-lg-62,
.gy-lg-62 {
    --bs-gutter-y: 6.2rem;
  }

  .g-lg-63,
.gx-lg-63 {
    --bs-gutter-x: 6.3rem;
  }

  .g-lg-63,
.gy-lg-63 {
    --bs-gutter-y: 6.3rem;
  }

  .g-lg-64,
.gx-lg-64 {
    --bs-gutter-x: 6.4rem;
  }

  .g-lg-64,
.gy-lg-64 {
    --bs-gutter-y: 6.4rem;
  }

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

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

  .g-lg-66,
.gx-lg-66 {
    --bs-gutter-x: 6.6rem;
  }

  .g-lg-66,
.gy-lg-66 {
    --bs-gutter-y: 6.6rem;
  }

  .g-lg-67,
.gx-lg-67 {
    --bs-gutter-x: 6.7rem;
  }

  .g-lg-67,
.gy-lg-67 {
    --bs-gutter-y: 6.7rem;
  }

  .g-lg-68,
.gx-lg-68 {
    --bs-gutter-x: 6.8rem;
  }

  .g-lg-68,
.gy-lg-68 {
    --bs-gutter-y: 6.8rem;
  }

  .g-lg-69,
.gx-lg-69 {
    --bs-gutter-x: 6.9rem;
  }

  .g-lg-69,
.gy-lg-69 {
    --bs-gutter-y: 6.9rem;
  }

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

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

  .g-lg-71,
.gx-lg-71 {
    --bs-gutter-x: 7.1rem;
  }

  .g-lg-71,
.gy-lg-71 {
    --bs-gutter-y: 7.1rem;
  }

  .g-lg-72,
.gx-lg-72 {
    --bs-gutter-x: 7.2rem;
  }

  .g-lg-72,
.gy-lg-72 {
    --bs-gutter-y: 7.2rem;
  }

  .g-lg-73,
.gx-lg-73 {
    --bs-gutter-x: 7.3rem;
  }

  .g-lg-73,
.gy-lg-73 {
    --bs-gutter-y: 7.3rem;
  }

  .g-lg-74,
.gx-lg-74 {
    --bs-gutter-x: 7.4rem;
  }

  .g-lg-74,
.gy-lg-74 {
    --bs-gutter-y: 7.4rem;
  }

  .g-lg-75,
.gx-lg-75 {
    --bs-gutter-x: 7.5rem;
  }

  .g-lg-75,
.gy-lg-75 {
    --bs-gutter-y: 7.5rem;
  }

  .g-lg-76,
.gx-lg-76 {
    --bs-gutter-x: 7.6rem;
  }

  .g-lg-76,
.gy-lg-76 {
    --bs-gutter-y: 7.6rem;
  }

  .g-lg-77,
.gx-lg-77 {
    --bs-gutter-x: 7.7rem;
  }

  .g-lg-77,
.gy-lg-77 {
    --bs-gutter-y: 7.7rem;
  }

  .g-lg-78,
.gx-lg-78 {
    --bs-gutter-x: 7.8rem;
  }

  .g-lg-78,
.gy-lg-78 {
    --bs-gutter-y: 7.8rem;
  }

  .g-lg-79,
.gx-lg-79 {
    --bs-gutter-x: 7.9rem;
  }

  .g-lg-79,
.gy-lg-79 {
    --bs-gutter-y: 7.9rem;
  }

  .g-lg-80,
.gx-lg-80 {
    --bs-gutter-x: 8rem;
  }

  .g-lg-80,
.gy-lg-80 {
    --bs-gutter-y: 8rem;
  }

  .g-lg-81,
.gx-lg-81 {
    --bs-gutter-x: 8.1rem;
  }

  .g-lg-81,
.gy-lg-81 {
    --bs-gutter-y: 8.1rem;
  }

  .g-lg-82,
.gx-lg-82 {
    --bs-gutter-x: 8.2rem;
  }

  .g-lg-82,
.gy-lg-82 {
    --bs-gutter-y: 8.2rem;
  }

  .g-lg-83,
.gx-lg-83 {
    --bs-gutter-x: 8.3rem;
  }

  .g-lg-83,
.gy-lg-83 {
    --bs-gutter-y: 8.3rem;
  }

  .g-lg-84,
.gx-lg-84 {
    --bs-gutter-x: 8.4rem;
  }

  .g-lg-84,
.gy-lg-84 {
    --bs-gutter-y: 8.4rem;
  }

  .g-lg-85,
.gx-lg-85 {
    --bs-gutter-x: 8.5rem;
  }

  .g-lg-85,
.gy-lg-85 {
    --bs-gutter-y: 8.5rem;
  }

  .g-lg-86,
.gx-lg-86 {
    --bs-gutter-x: 8.6rem;
  }

  .g-lg-86,
.gy-lg-86 {
    --bs-gutter-y: 8.6rem;
  }

  .g-lg-87,
.gx-lg-87 {
    --bs-gutter-x: 8.7rem;
  }

  .g-lg-87,
.gy-lg-87 {
    --bs-gutter-y: 8.7rem;
  }

  .g-lg-88,
.gx-lg-88 {
    --bs-gutter-x: 8.8rem;
  }

  .g-lg-88,
.gy-lg-88 {
    --bs-gutter-y: 8.8rem;
  }

  .g-lg-89,
.gx-lg-89 {
    --bs-gutter-x: 8.9rem;
  }

  .g-lg-89,
.gy-lg-89 {
    --bs-gutter-y: 8.9rem;
  }

  .g-lg-90,
.gx-lg-90 {
    --bs-gutter-x: 9rem;
  }

  .g-lg-90,
.gy-lg-90 {
    --bs-gutter-y: 9rem;
  }

  .g-lg-91,
.gx-lg-91 {
    --bs-gutter-x: 9.1rem;
  }

  .g-lg-91,
.gy-lg-91 {
    --bs-gutter-y: 9.1rem;
  }

  .g-lg-92,
.gx-lg-92 {
    --bs-gutter-x: 9.2rem;
  }

  .g-lg-92,
.gy-lg-92 {
    --bs-gutter-y: 9.2rem;
  }

  .g-lg-93,
.gx-lg-93 {
    --bs-gutter-x: 9.3rem;
  }

  .g-lg-93,
.gy-lg-93 {
    --bs-gutter-y: 9.3rem;
  }

  .g-lg-94,
.gx-lg-94 {
    --bs-gutter-x: 9.4rem;
  }

  .g-lg-94,
.gy-lg-94 {
    --bs-gutter-y: 9.4rem;
  }

  .g-lg-95,
.gx-lg-95 {
    --bs-gutter-x: 9.5rem;
  }

  .g-lg-95,
.gy-lg-95 {
    --bs-gutter-y: 9.5rem;
  }

  .g-lg-96,
.gx-lg-96 {
    --bs-gutter-x: 9.6rem;
  }

  .g-lg-96,
.gy-lg-96 {
    --bs-gutter-y: 9.6rem;
  }

  .g-lg-97,
.gx-lg-97 {
    --bs-gutter-x: 9.7rem;
  }

  .g-lg-97,
.gy-lg-97 {
    --bs-gutter-y: 9.7rem;
  }

  .g-lg-98,
.gx-lg-98 {
    --bs-gutter-x: 9.8rem;
  }

  .g-lg-98,
.gy-lg-98 {
    --bs-gutter-y: 9.8rem;
  }

  .g-lg-99,
.gx-lg-99 {
    --bs-gutter-x: 9.9rem;
  }

  .g-lg-99,
.gy-lg-99 {
    --bs-gutter-y: 9.9rem;
  }

  .g-lg-100,
.gx-lg-100 {
    --bs-gutter-x: 10rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-8,
.gx-xl-8 {
    --bs-gutter-x: 0.8rem;
  }

  .g-xl-8,
.gy-xl-8 {
    --bs-gutter-y: 0.8rem;
  }

  .g-xl-9,
.gx-xl-9 {
    --bs-gutter-x: 0.9rem;
  }

  .g-xl-9,
.gy-xl-9 {
    --bs-gutter-y: 0.9rem;
  }

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

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

  .g-xl-11,
.gx-xl-11 {
    --bs-gutter-x: 1.1rem;
  }

  .g-xl-11,
.gy-xl-11 {
    --bs-gutter-y: 1.1rem;
  }

  .g-xl-12,
.gx-xl-12 {
    --bs-gutter-x: 1.2rem;
  }

  .g-xl-12,
.gy-xl-12 {
    --bs-gutter-y: 1.2rem;
  }

  .g-xl-13,
.gx-xl-13 {
    --bs-gutter-x: 1.3rem;
  }

  .g-xl-13,
.gy-xl-13 {
    --bs-gutter-y: 1.3rem;
  }

  .g-xl-14,
.gx-xl-14 {
    --bs-gutter-x: 1.4rem;
  }

  .g-xl-14,
.gy-xl-14 {
    --bs-gutter-y: 1.4rem;
  }

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

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

  .g-xl-16,
.gx-xl-16 {
    --bs-gutter-x: 1.6rem;
  }

  .g-xl-16,
.gy-xl-16 {
    --bs-gutter-y: 1.6rem;
  }

  .g-xl-17,
.gx-xl-17 {
    --bs-gutter-x: 1.7rem;
  }

  .g-xl-17,
.gy-xl-17 {
    --bs-gutter-y: 1.7rem;
  }

  .g-xl-18,
.gx-xl-18 {
    --bs-gutter-x: 1.8rem;
  }

  .g-xl-18,
.gy-xl-18 {
    --bs-gutter-y: 1.8rem;
  }

  .g-xl-19,
.gx-xl-19 {
    --bs-gutter-x: 1.9rem;
  }

  .g-xl-19,
.gy-xl-19 {
    --bs-gutter-y: 1.9rem;
  }

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

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

  .g-xl-21,
.gx-xl-21 {
    --bs-gutter-x: 2.1rem;
  }

  .g-xl-21,
.gy-xl-21 {
    --bs-gutter-y: 2.1rem;
  }

  .g-xl-22,
.gx-xl-22 {
    --bs-gutter-x: 2.2rem;
  }

  .g-xl-22,
.gy-xl-22 {
    --bs-gutter-y: 2.2rem;
  }

  .g-xl-23,
.gx-xl-23 {
    --bs-gutter-x: 2.3rem;
  }

  .g-xl-23,
.gy-xl-23 {
    --bs-gutter-y: 2.3rem;
  }

  .g-xl-24,
.gx-xl-24 {
    --bs-gutter-x: 2.4rem;
  }

  .g-xl-24,
.gy-xl-24 {
    --bs-gutter-y: 2.4rem;
  }

  .g-xl-25,
.gx-xl-25 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xl-25,
.gy-xl-25 {
    --bs-gutter-y: 2.5rem;
  }

  .g-xl-26,
.gx-xl-26 {
    --bs-gutter-x: 2.6rem;
  }

  .g-xl-26,
.gy-xl-26 {
    --bs-gutter-y: 2.6rem;
  }

  .g-xl-27,
.gx-xl-27 {
    --bs-gutter-x: 2.7rem;
  }

  .g-xl-27,
.gy-xl-27 {
    --bs-gutter-y: 2.7rem;
  }

  .g-xl-28,
.gx-xl-28 {
    --bs-gutter-x: 2.8rem;
  }

  .g-xl-28,
.gy-xl-28 {
    --bs-gutter-y: 2.8rem;
  }

  .g-xl-29,
.gx-xl-29 {
    --bs-gutter-x: 2.9rem;
  }

  .g-xl-29,
.gy-xl-29 {
    --bs-gutter-y: 2.9rem;
  }

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

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

  .g-xl-31,
.gx-xl-31 {
    --bs-gutter-x: 3.1rem;
  }

  .g-xl-31,
.gy-xl-31 {
    --bs-gutter-y: 3.1rem;
  }

  .g-xl-32,
.gx-xl-32 {
    --bs-gutter-x: 3.2rem;
  }

  .g-xl-32,
.gy-xl-32 {
    --bs-gutter-y: 3.2rem;
  }

  .g-xl-33,
.gx-xl-33 {
    --bs-gutter-x: 3.3rem;
  }

  .g-xl-33,
.gy-xl-33 {
    --bs-gutter-y: 3.3rem;
  }

  .g-xl-34,
.gx-xl-34 {
    --bs-gutter-x: 3.4rem;
  }

  .g-xl-34,
.gy-xl-34 {
    --bs-gutter-y: 3.4rem;
  }

  .g-xl-35,
.gx-xl-35 {
    --bs-gutter-x: 3.5rem;
  }

  .g-xl-35,
.gy-xl-35 {
    --bs-gutter-y: 3.5rem;
  }

  .g-xl-36,
.gx-xl-36 {
    --bs-gutter-x: 3.6rem;
  }

  .g-xl-36,
.gy-xl-36 {
    --bs-gutter-y: 3.6rem;
  }

  .g-xl-37,
.gx-xl-37 {
    --bs-gutter-x: 3.7rem;
  }

  .g-xl-37,
.gy-xl-37 {
    --bs-gutter-y: 3.7rem;
  }

  .g-xl-38,
.gx-xl-38 {
    --bs-gutter-x: 3.8rem;
  }

  .g-xl-38,
.gy-xl-38 {
    --bs-gutter-y: 3.8rem;
  }

  .g-xl-39,
.gx-xl-39 {
    --bs-gutter-x: 3.9rem;
  }

  .g-xl-39,
.gy-xl-39 {
    --bs-gutter-y: 3.9rem;
  }

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

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

  .g-xl-41,
.gx-xl-41 {
    --bs-gutter-x: 4.1rem;
  }

  .g-xl-41,
.gy-xl-41 {
    --bs-gutter-y: 4.1rem;
  }

  .g-xl-42,
.gx-xl-42 {
    --bs-gutter-x: 4.2rem;
  }

  .g-xl-42,
.gy-xl-42 {
    --bs-gutter-y: 4.2rem;
  }

  .g-xl-43,
.gx-xl-43 {
    --bs-gutter-x: 4.3rem;
  }

  .g-xl-43,
.gy-xl-43 {
    --bs-gutter-y: 4.3rem;
  }

  .g-xl-44,
.gx-xl-44 {
    --bs-gutter-x: 4.4rem;
  }

  .g-xl-44,
.gy-xl-44 {
    --bs-gutter-y: 4.4rem;
  }

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

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

  .g-xl-46,
.gx-xl-46 {
    --bs-gutter-x: 4.6rem;
  }

  .g-xl-46,
.gy-xl-46 {
    --bs-gutter-y: 4.6rem;
  }

  .g-xl-47,
.gx-xl-47 {
    --bs-gutter-x: 4.7rem;
  }

  .g-xl-47,
.gy-xl-47 {
    --bs-gutter-y: 4.7rem;
  }

  .g-xl-48,
.gx-xl-48 {
    --bs-gutter-x: 4.8rem;
  }

  .g-xl-48,
.gy-xl-48 {
    --bs-gutter-y: 4.8rem;
  }

  .g-xl-49,
.gx-xl-49 {
    --bs-gutter-x: 4.9rem;
  }

  .g-xl-49,
.gy-xl-49 {
    --bs-gutter-y: 4.9rem;
  }

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

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

  .g-xl-51,
.gx-xl-51 {
    --bs-gutter-x: 5.1rem;
  }

  .g-xl-51,
.gy-xl-51 {
    --bs-gutter-y: 5.1rem;
  }

  .g-xl-52,
.gx-xl-52 {
    --bs-gutter-x: 5.2rem;
  }

  .g-xl-52,
.gy-xl-52 {
    --bs-gutter-y: 5.2rem;
  }

  .g-xl-53,
.gx-xl-53 {
    --bs-gutter-x: 5.3rem;
  }

  .g-xl-53,
.gy-xl-53 {
    --bs-gutter-y: 5.3rem;
  }

  .g-xl-54,
.gx-xl-54 {
    --bs-gutter-x: 5.4rem;
  }

  .g-xl-54,
.gy-xl-54 {
    --bs-gutter-y: 5.4rem;
  }

  .g-xl-55,
.gx-xl-55 {
    --bs-gutter-x: 5.5rem;
  }

  .g-xl-55,
.gy-xl-55 {
    --bs-gutter-y: 5.5rem;
  }

  .g-xl-56,
.gx-xl-56 {
    --bs-gutter-x: 5.6rem;
  }

  .g-xl-56,
.gy-xl-56 {
    --bs-gutter-y: 5.6rem;
  }

  .g-xl-57,
.gx-xl-57 {
    --bs-gutter-x: 5.7rem;
  }

  .g-xl-57,
.gy-xl-57 {
    --bs-gutter-y: 5.7rem;
  }

  .g-xl-58,
.gx-xl-58 {
    --bs-gutter-x: 5.8rem;
  }

  .g-xl-58,
.gy-xl-58 {
    --bs-gutter-y: 5.8rem;
  }

  .g-xl-59,
.gx-xl-59 {
    --bs-gutter-x: 5.9rem;
  }

  .g-xl-59,
.gy-xl-59 {
    --bs-gutter-y: 5.9rem;
  }

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

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

  .g-xl-61,
.gx-xl-61 {
    --bs-gutter-x: 6.1rem;
  }

  .g-xl-61,
.gy-xl-61 {
    --bs-gutter-y: 6.1rem;
  }

  .g-xl-62,
.gx-xl-62 {
    --bs-gutter-x: 6.2rem;
  }

  .g-xl-62,
.gy-xl-62 {
    --bs-gutter-y: 6.2rem;
  }

  .g-xl-63,
.gx-xl-63 {
    --bs-gutter-x: 6.3rem;
  }

  .g-xl-63,
.gy-xl-63 {
    --bs-gutter-y: 6.3rem;
  }

  .g-xl-64,
.gx-xl-64 {
    --bs-gutter-x: 6.4rem;
  }

  .g-xl-64,
.gy-xl-64 {
    --bs-gutter-y: 6.4rem;
  }

  .g-xl-65,
.gx-xl-65 {
    --bs-gutter-x: 6.5rem;
  }

  .g-xl-65,
.gy-xl-65 {
    --bs-gutter-y: 6.5rem;
  }

  .g-xl-66,
.gx-xl-66 {
    --bs-gutter-x: 6.6rem;
  }

  .g-xl-66,
.gy-xl-66 {
    --bs-gutter-y: 6.6rem;
  }

  .g-xl-67,
.gx-xl-67 {
    --bs-gutter-x: 6.7rem;
  }

  .g-xl-67,
.gy-xl-67 {
    --bs-gutter-y: 6.7rem;
  }

  .g-xl-68,
.gx-xl-68 {
    --bs-gutter-x: 6.8rem;
  }

  .g-xl-68,
.gy-xl-68 {
    --bs-gutter-y: 6.8rem;
  }

  .g-xl-69,
.gx-xl-69 {
    --bs-gutter-x: 6.9rem;
  }

  .g-xl-69,
.gy-xl-69 {
    --bs-gutter-y: 6.9rem;
  }

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

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

  .g-xl-71,
.gx-xl-71 {
    --bs-gutter-x: 7.1rem;
  }

  .g-xl-71,
.gy-xl-71 {
    --bs-gutter-y: 7.1rem;
  }

  .g-xl-72,
.gx-xl-72 {
    --bs-gutter-x: 7.2rem;
  }

  .g-xl-72,
.gy-xl-72 {
    --bs-gutter-y: 7.2rem;
  }

  .g-xl-73,
.gx-xl-73 {
    --bs-gutter-x: 7.3rem;
  }

  .g-xl-73,
.gy-xl-73 {
    --bs-gutter-y: 7.3rem;
  }

  .g-xl-74,
.gx-xl-74 {
    --bs-gutter-x: 7.4rem;
  }

  .g-xl-74,
.gy-xl-74 {
    --bs-gutter-y: 7.4rem;
  }

  .g-xl-75,
.gx-xl-75 {
    --bs-gutter-x: 7.5rem;
  }

  .g-xl-75,
.gy-xl-75 {
    --bs-gutter-y: 7.5rem;
  }

  .g-xl-76,
.gx-xl-76 {
    --bs-gutter-x: 7.6rem;
  }

  .g-xl-76,
.gy-xl-76 {
    --bs-gutter-y: 7.6rem;
  }

  .g-xl-77,
.gx-xl-77 {
    --bs-gutter-x: 7.7rem;
  }

  .g-xl-77,
.gy-xl-77 {
    --bs-gutter-y: 7.7rem;
  }

  .g-xl-78,
.gx-xl-78 {
    --bs-gutter-x: 7.8rem;
  }

  .g-xl-78,
.gy-xl-78 {
    --bs-gutter-y: 7.8rem;
  }

  .g-xl-79,
.gx-xl-79 {
    --bs-gutter-x: 7.9rem;
  }

  .g-xl-79,
.gy-xl-79 {
    --bs-gutter-y: 7.9rem;
  }

  .g-xl-80,
.gx-xl-80 {
    --bs-gutter-x: 8rem;
  }

  .g-xl-80,
.gy-xl-80 {
    --bs-gutter-y: 8rem;
  }

  .g-xl-81,
.gx-xl-81 {
    --bs-gutter-x: 8.1rem;
  }

  .g-xl-81,
.gy-xl-81 {
    --bs-gutter-y: 8.1rem;
  }

  .g-xl-82,
.gx-xl-82 {
    --bs-gutter-x: 8.2rem;
  }

  .g-xl-82,
.gy-xl-82 {
    --bs-gutter-y: 8.2rem;
  }

  .g-xl-83,
.gx-xl-83 {
    --bs-gutter-x: 8.3rem;
  }

  .g-xl-83,
.gy-xl-83 {
    --bs-gutter-y: 8.3rem;
  }

  .g-xl-84,
.gx-xl-84 {
    --bs-gutter-x: 8.4rem;
  }

  .g-xl-84,
.gy-xl-84 {
    --bs-gutter-y: 8.4rem;
  }

  .g-xl-85,
.gx-xl-85 {
    --bs-gutter-x: 8.5rem;
  }

  .g-xl-85,
.gy-xl-85 {
    --bs-gutter-y: 8.5rem;
  }

  .g-xl-86,
.gx-xl-86 {
    --bs-gutter-x: 8.6rem;
  }

  .g-xl-86,
.gy-xl-86 {
    --bs-gutter-y: 8.6rem;
  }

  .g-xl-87,
.gx-xl-87 {
    --bs-gutter-x: 8.7rem;
  }

  .g-xl-87,
.gy-xl-87 {
    --bs-gutter-y: 8.7rem;
  }

  .g-xl-88,
.gx-xl-88 {
    --bs-gutter-x: 8.8rem;
  }

  .g-xl-88,
.gy-xl-88 {
    --bs-gutter-y: 8.8rem;
  }

  .g-xl-89,
.gx-xl-89 {
    --bs-gutter-x: 8.9rem;
  }

  .g-xl-89,
.gy-xl-89 {
    --bs-gutter-y: 8.9rem;
  }

  .g-xl-90,
.gx-xl-90 {
    --bs-gutter-x: 9rem;
  }

  .g-xl-90,
.gy-xl-90 {
    --bs-gutter-y: 9rem;
  }

  .g-xl-91,
.gx-xl-91 {
    --bs-gutter-x: 9.1rem;
  }

  .g-xl-91,
.gy-xl-91 {
    --bs-gutter-y: 9.1rem;
  }

  .g-xl-92,
.gx-xl-92 {
    --bs-gutter-x: 9.2rem;
  }

  .g-xl-92,
.gy-xl-92 {
    --bs-gutter-y: 9.2rem;
  }

  .g-xl-93,
.gx-xl-93 {
    --bs-gutter-x: 9.3rem;
  }

  .g-xl-93,
.gy-xl-93 {
    --bs-gutter-y: 9.3rem;
  }

  .g-xl-94,
.gx-xl-94 {
    --bs-gutter-x: 9.4rem;
  }

  .g-xl-94,
.gy-xl-94 {
    --bs-gutter-y: 9.4rem;
  }

  .g-xl-95,
.gx-xl-95 {
    --bs-gutter-x: 9.5rem;
  }

  .g-xl-95,
.gy-xl-95 {
    --bs-gutter-y: 9.5rem;
  }

  .g-xl-96,
.gx-xl-96 {
    --bs-gutter-x: 9.6rem;
  }

  .g-xl-96,
.gy-xl-96 {
    --bs-gutter-y: 9.6rem;
  }

  .g-xl-97,
.gx-xl-97 {
    --bs-gutter-x: 9.7rem;
  }

  .g-xl-97,
.gy-xl-97 {
    --bs-gutter-y: 9.7rem;
  }

  .g-xl-98,
.gx-xl-98 {
    --bs-gutter-x: 9.8rem;
  }

  .g-xl-98,
.gy-xl-98 {
    --bs-gutter-y: 9.8rem;
  }

  .g-xl-99,
.gx-xl-99 {
    --bs-gutter-x: 9.9rem;
  }

  .g-xl-99,
.gy-xl-99 {
    --bs-gutter-y: 9.9rem;
  }

  .g-xl-100,
.gx-xl-100 {
    --bs-gutter-x: 10rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-8,
.gx-xxl-8 {
    --bs-gutter-x: 0.8rem;
  }

  .g-xxl-8,
.gy-xxl-8 {
    --bs-gutter-y: 0.8rem;
  }

  .g-xxl-9,
.gx-xxl-9 {
    --bs-gutter-x: 0.9rem;
  }

  .g-xxl-9,
.gy-xxl-9 {
    --bs-gutter-y: 0.9rem;
  }

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

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

  .g-xxl-11,
.gx-xxl-11 {
    --bs-gutter-x: 1.1rem;
  }

  .g-xxl-11,
.gy-xxl-11 {
    --bs-gutter-y: 1.1rem;
  }

  .g-xxl-12,
.gx-xxl-12 {
    --bs-gutter-x: 1.2rem;
  }

  .g-xxl-12,
.gy-xxl-12 {
    --bs-gutter-y: 1.2rem;
  }

  .g-xxl-13,
.gx-xxl-13 {
    --bs-gutter-x: 1.3rem;
  }

  .g-xxl-13,
.gy-xxl-13 {
    --bs-gutter-y: 1.3rem;
  }

  .g-xxl-14,
.gx-xxl-14 {
    --bs-gutter-x: 1.4rem;
  }

  .g-xxl-14,
.gy-xxl-14 {
    --bs-gutter-y: 1.4rem;
  }

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

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

  .g-xxl-16,
.gx-xxl-16 {
    --bs-gutter-x: 1.6rem;
  }

  .g-xxl-16,
.gy-xxl-16 {
    --bs-gutter-y: 1.6rem;
  }

  .g-xxl-17,
.gx-xxl-17 {
    --bs-gutter-x: 1.7rem;
  }

  .g-xxl-17,
.gy-xxl-17 {
    --bs-gutter-y: 1.7rem;
  }

  .g-xxl-18,
.gx-xxl-18 {
    --bs-gutter-x: 1.8rem;
  }

  .g-xxl-18,
.gy-xxl-18 {
    --bs-gutter-y: 1.8rem;
  }

  .g-xxl-19,
.gx-xxl-19 {
    --bs-gutter-x: 1.9rem;
  }

  .g-xxl-19,
.gy-xxl-19 {
    --bs-gutter-y: 1.9rem;
  }

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

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

  .g-xxl-21,
.gx-xxl-21 {
    --bs-gutter-x: 2.1rem;
  }

  .g-xxl-21,
.gy-xxl-21 {
    --bs-gutter-y: 2.1rem;
  }

  .g-xxl-22,
.gx-xxl-22 {
    --bs-gutter-x: 2.2rem;
  }

  .g-xxl-22,
.gy-xxl-22 {
    --bs-gutter-y: 2.2rem;
  }

  .g-xxl-23,
.gx-xxl-23 {
    --bs-gutter-x: 2.3rem;
  }

  .g-xxl-23,
.gy-xxl-23 {
    --bs-gutter-y: 2.3rem;
  }

  .g-xxl-24,
.gx-xxl-24 {
    --bs-gutter-x: 2.4rem;
  }

  .g-xxl-24,
.gy-xxl-24 {
    --bs-gutter-y: 2.4rem;
  }

  .g-xxl-25,
.gx-xxl-25 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xxl-25,
.gy-xxl-25 {
    --bs-gutter-y: 2.5rem;
  }

  .g-xxl-26,
.gx-xxl-26 {
    --bs-gutter-x: 2.6rem;
  }

  .g-xxl-26,
.gy-xxl-26 {
    --bs-gutter-y: 2.6rem;
  }

  .g-xxl-27,
.gx-xxl-27 {
    --bs-gutter-x: 2.7rem;
  }

  .g-xxl-27,
.gy-xxl-27 {
    --bs-gutter-y: 2.7rem;
  }

  .g-xxl-28,
.gx-xxl-28 {
    --bs-gutter-x: 2.8rem;
  }

  .g-xxl-28,
.gy-xxl-28 {
    --bs-gutter-y: 2.8rem;
  }

  .g-xxl-29,
.gx-xxl-29 {
    --bs-gutter-x: 2.9rem;
  }

  .g-xxl-29,
.gy-xxl-29 {
    --bs-gutter-y: 2.9rem;
  }

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

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

  .g-xxl-31,
.gx-xxl-31 {
    --bs-gutter-x: 3.1rem;
  }

  .g-xxl-31,
.gy-xxl-31 {
    --bs-gutter-y: 3.1rem;
  }

  .g-xxl-32,
.gx-xxl-32 {
    --bs-gutter-x: 3.2rem;
  }

  .g-xxl-32,
.gy-xxl-32 {
    --bs-gutter-y: 3.2rem;
  }

  .g-xxl-33,
.gx-xxl-33 {
    --bs-gutter-x: 3.3rem;
  }

  .g-xxl-33,
.gy-xxl-33 {
    --bs-gutter-y: 3.3rem;
  }

  .g-xxl-34,
.gx-xxl-34 {
    --bs-gutter-x: 3.4rem;
  }

  .g-xxl-34,
.gy-xxl-34 {
    --bs-gutter-y: 3.4rem;
  }

  .g-xxl-35,
.gx-xxl-35 {
    --bs-gutter-x: 3.5rem;
  }

  .g-xxl-35,
.gy-xxl-35 {
    --bs-gutter-y: 3.5rem;
  }

  .g-xxl-36,
.gx-xxl-36 {
    --bs-gutter-x: 3.6rem;
  }

  .g-xxl-36,
.gy-xxl-36 {
    --bs-gutter-y: 3.6rem;
  }

  .g-xxl-37,
.gx-xxl-37 {
    --bs-gutter-x: 3.7rem;
  }

  .g-xxl-37,
.gy-xxl-37 {
    --bs-gutter-y: 3.7rem;
  }

  .g-xxl-38,
.gx-xxl-38 {
    --bs-gutter-x: 3.8rem;
  }

  .g-xxl-38,
.gy-xxl-38 {
    --bs-gutter-y: 3.8rem;
  }

  .g-xxl-39,
.gx-xxl-39 {
    --bs-gutter-x: 3.9rem;
  }

  .g-xxl-39,
.gy-xxl-39 {
    --bs-gutter-y: 3.9rem;
  }

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

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

  .g-xxl-41,
.gx-xxl-41 {
    --bs-gutter-x: 4.1rem;
  }

  .g-xxl-41,
.gy-xxl-41 {
    --bs-gutter-y: 4.1rem;
  }

  .g-xxl-42,
.gx-xxl-42 {
    --bs-gutter-x: 4.2rem;
  }

  .g-xxl-42,
.gy-xxl-42 {
    --bs-gutter-y: 4.2rem;
  }

  .g-xxl-43,
.gx-xxl-43 {
    --bs-gutter-x: 4.3rem;
  }

  .g-xxl-43,
.gy-xxl-43 {
    --bs-gutter-y: 4.3rem;
  }

  .g-xxl-44,
.gx-xxl-44 {
    --bs-gutter-x: 4.4rem;
  }

  .g-xxl-44,
.gy-xxl-44 {
    --bs-gutter-y: 4.4rem;
  }

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

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

  .g-xxl-46,
.gx-xxl-46 {
    --bs-gutter-x: 4.6rem;
  }

  .g-xxl-46,
.gy-xxl-46 {
    --bs-gutter-y: 4.6rem;
  }

  .g-xxl-47,
.gx-xxl-47 {
    --bs-gutter-x: 4.7rem;
  }

  .g-xxl-47,
.gy-xxl-47 {
    --bs-gutter-y: 4.7rem;
  }

  .g-xxl-48,
.gx-xxl-48 {
    --bs-gutter-x: 4.8rem;
  }

  .g-xxl-48,
.gy-xxl-48 {
    --bs-gutter-y: 4.8rem;
  }

  .g-xxl-49,
.gx-xxl-49 {
    --bs-gutter-x: 4.9rem;
  }

  .g-xxl-49,
.gy-xxl-49 {
    --bs-gutter-y: 4.9rem;
  }

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

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

  .g-xxl-51,
.gx-xxl-51 {
    --bs-gutter-x: 5.1rem;
  }

  .g-xxl-51,
.gy-xxl-51 {
    --bs-gutter-y: 5.1rem;
  }

  .g-xxl-52,
.gx-xxl-52 {
    --bs-gutter-x: 5.2rem;
  }

  .g-xxl-52,
.gy-xxl-52 {
    --bs-gutter-y: 5.2rem;
  }

  .g-xxl-53,
.gx-xxl-53 {
    --bs-gutter-x: 5.3rem;
  }

  .g-xxl-53,
.gy-xxl-53 {
    --bs-gutter-y: 5.3rem;
  }

  .g-xxl-54,
.gx-xxl-54 {
    --bs-gutter-x: 5.4rem;
  }

  .g-xxl-54,
.gy-xxl-54 {
    --bs-gutter-y: 5.4rem;
  }

  .g-xxl-55,
.gx-xxl-55 {
    --bs-gutter-x: 5.5rem;
  }

  .g-xxl-55,
.gy-xxl-55 {
    --bs-gutter-y: 5.5rem;
  }

  .g-xxl-56,
.gx-xxl-56 {
    --bs-gutter-x: 5.6rem;
  }

  .g-xxl-56,
.gy-xxl-56 {
    --bs-gutter-y: 5.6rem;
  }

  .g-xxl-57,
.gx-xxl-57 {
    --bs-gutter-x: 5.7rem;
  }

  .g-xxl-57,
.gy-xxl-57 {
    --bs-gutter-y: 5.7rem;
  }

  .g-xxl-58,
.gx-xxl-58 {
    --bs-gutter-x: 5.8rem;
  }

  .g-xxl-58,
.gy-xxl-58 {
    --bs-gutter-y: 5.8rem;
  }

  .g-xxl-59,
.gx-xxl-59 {
    --bs-gutter-x: 5.9rem;
  }

  .g-xxl-59,
.gy-xxl-59 {
    --bs-gutter-y: 5.9rem;
  }

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

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

  .g-xxl-61,
.gx-xxl-61 {
    --bs-gutter-x: 6.1rem;
  }

  .g-xxl-61,
.gy-xxl-61 {
    --bs-gutter-y: 6.1rem;
  }

  .g-xxl-62,
.gx-xxl-62 {
    --bs-gutter-x: 6.2rem;
  }

  .g-xxl-62,
.gy-xxl-62 {
    --bs-gutter-y: 6.2rem;
  }

  .g-xxl-63,
.gx-xxl-63 {
    --bs-gutter-x: 6.3rem;
  }

  .g-xxl-63,
.gy-xxl-63 {
    --bs-gutter-y: 6.3rem;
  }

  .g-xxl-64,
.gx-xxl-64 {
    --bs-gutter-x: 6.4rem;
  }

  .g-xxl-64,
.gy-xxl-64 {
    --bs-gutter-y: 6.4rem;
  }

  .g-xxl-65,
.gx-xxl-65 {
    --bs-gutter-x: 6.5rem;
  }

  .g-xxl-65,
.gy-xxl-65 {
    --bs-gutter-y: 6.5rem;
  }

  .g-xxl-66,
.gx-xxl-66 {
    --bs-gutter-x: 6.6rem;
  }

  .g-xxl-66,
.gy-xxl-66 {
    --bs-gutter-y: 6.6rem;
  }

  .g-xxl-67,
.gx-xxl-67 {
    --bs-gutter-x: 6.7rem;
  }

  .g-xxl-67,
.gy-xxl-67 {
    --bs-gutter-y: 6.7rem;
  }

  .g-xxl-68,
.gx-xxl-68 {
    --bs-gutter-x: 6.8rem;
  }

  .g-xxl-68,
.gy-xxl-68 {
    --bs-gutter-y: 6.8rem;
  }

  .g-xxl-69,
.gx-xxl-69 {
    --bs-gutter-x: 6.9rem;
  }

  .g-xxl-69,
.gy-xxl-69 {
    --bs-gutter-y: 6.9rem;
  }

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

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

  .g-xxl-71,
.gx-xxl-71 {
    --bs-gutter-x: 7.1rem;
  }

  .g-xxl-71,
.gy-xxl-71 {
    --bs-gutter-y: 7.1rem;
  }

  .g-xxl-72,
.gx-xxl-72 {
    --bs-gutter-x: 7.2rem;
  }

  .g-xxl-72,
.gy-xxl-72 {
    --bs-gutter-y: 7.2rem;
  }

  .g-xxl-73,
.gx-xxl-73 {
    --bs-gutter-x: 7.3rem;
  }

  .g-xxl-73,
.gy-xxl-73 {
    --bs-gutter-y: 7.3rem;
  }

  .g-xxl-74,
.gx-xxl-74 {
    --bs-gutter-x: 7.4rem;
  }

  .g-xxl-74,
.gy-xxl-74 {
    --bs-gutter-y: 7.4rem;
  }

  .g-xxl-75,
.gx-xxl-75 {
    --bs-gutter-x: 7.5rem;
  }

  .g-xxl-75,
.gy-xxl-75 {
    --bs-gutter-y: 7.5rem;
  }

  .g-xxl-76,
.gx-xxl-76 {
    --bs-gutter-x: 7.6rem;
  }

  .g-xxl-76,
.gy-xxl-76 {
    --bs-gutter-y: 7.6rem;
  }

  .g-xxl-77,
.gx-xxl-77 {
    --bs-gutter-x: 7.7rem;
  }

  .g-xxl-77,
.gy-xxl-77 {
    --bs-gutter-y: 7.7rem;
  }

  .g-xxl-78,
.gx-xxl-78 {
    --bs-gutter-x: 7.8rem;
  }

  .g-xxl-78,
.gy-xxl-78 {
    --bs-gutter-y: 7.8rem;
  }

  .g-xxl-79,
.gx-xxl-79 {
    --bs-gutter-x: 7.9rem;
  }

  .g-xxl-79,
.gy-xxl-79 {
    --bs-gutter-y: 7.9rem;
  }

  .g-xxl-80,
.gx-xxl-80 {
    --bs-gutter-x: 8rem;
  }

  .g-xxl-80,
.gy-xxl-80 {
    --bs-gutter-y: 8rem;
  }

  .g-xxl-81,
.gx-xxl-81 {
    --bs-gutter-x: 8.1rem;
  }

  .g-xxl-81,
.gy-xxl-81 {
    --bs-gutter-y: 8.1rem;
  }

  .g-xxl-82,
.gx-xxl-82 {
    --bs-gutter-x: 8.2rem;
  }

  .g-xxl-82,
.gy-xxl-82 {
    --bs-gutter-y: 8.2rem;
  }

  .g-xxl-83,
.gx-xxl-83 {
    --bs-gutter-x: 8.3rem;
  }

  .g-xxl-83,
.gy-xxl-83 {
    --bs-gutter-y: 8.3rem;
  }

  .g-xxl-84,
.gx-xxl-84 {
    --bs-gutter-x: 8.4rem;
  }

  .g-xxl-84,
.gy-xxl-84 {
    --bs-gutter-y: 8.4rem;
  }

  .g-xxl-85,
.gx-xxl-85 {
    --bs-gutter-x: 8.5rem;
  }

  .g-xxl-85,
.gy-xxl-85 {
    --bs-gutter-y: 8.5rem;
  }

  .g-xxl-86,
.gx-xxl-86 {
    --bs-gutter-x: 8.6rem;
  }

  .g-xxl-86,
.gy-xxl-86 {
    --bs-gutter-y: 8.6rem;
  }

  .g-xxl-87,
.gx-xxl-87 {
    --bs-gutter-x: 8.7rem;
  }

  .g-xxl-87,
.gy-xxl-87 {
    --bs-gutter-y: 8.7rem;
  }

  .g-xxl-88,
.gx-xxl-88 {
    --bs-gutter-x: 8.8rem;
  }

  .g-xxl-88,
.gy-xxl-88 {
    --bs-gutter-y: 8.8rem;
  }

  .g-xxl-89,
.gx-xxl-89 {
    --bs-gutter-x: 8.9rem;
  }

  .g-xxl-89,
.gy-xxl-89 {
    --bs-gutter-y: 8.9rem;
  }

  .g-xxl-90,
.gx-xxl-90 {
    --bs-gutter-x: 9rem;
  }

  .g-xxl-90,
.gy-xxl-90 {
    --bs-gutter-y: 9rem;
  }

  .g-xxl-91,
.gx-xxl-91 {
    --bs-gutter-x: 9.1rem;
  }

  .g-xxl-91,
.gy-xxl-91 {
    --bs-gutter-y: 9.1rem;
  }

  .g-xxl-92,
.gx-xxl-92 {
    --bs-gutter-x: 9.2rem;
  }

  .g-xxl-92,
.gy-xxl-92 {
    --bs-gutter-y: 9.2rem;
  }

  .g-xxl-93,
.gx-xxl-93 {
    --bs-gutter-x: 9.3rem;
  }

  .g-xxl-93,
.gy-xxl-93 {
    --bs-gutter-y: 9.3rem;
  }

  .g-xxl-94,
.gx-xxl-94 {
    --bs-gutter-x: 9.4rem;
  }

  .g-xxl-94,
.gy-xxl-94 {
    --bs-gutter-y: 9.4rem;
  }

  .g-xxl-95,
.gx-xxl-95 {
    --bs-gutter-x: 9.5rem;
  }

  .g-xxl-95,
.gy-xxl-95 {
    --bs-gutter-y: 9.5rem;
  }

  .g-xxl-96,
.gx-xxl-96 {
    --bs-gutter-x: 9.6rem;
  }

  .g-xxl-96,
.gy-xxl-96 {
    --bs-gutter-y: 9.6rem;
  }

  .g-xxl-97,
.gx-xxl-97 {
    --bs-gutter-x: 9.7rem;
  }

  .g-xxl-97,
.gy-xxl-97 {
    --bs-gutter-y: 9.7rem;
  }

  .g-xxl-98,
.gx-xxl-98 {
    --bs-gutter-x: 9.8rem;
  }

  .g-xxl-98,
.gy-xxl-98 {
    --bs-gutter-y: 9.8rem;
  }

  .g-xxl-99,
.gx-xxl-99 {
    --bs-gutter-x: 9.9rem;
  }

  .g-xxl-99,
.gy-xxl-99 {
    --bs-gutter-y: 9.9rem;
  }

  .g-xxl-100,
.gx-xxl-100 {
    --bs-gutter-x: 10rem;
  }

  .g-xxl-100,
.gy-xxl-100 {
    --bs-gutter-y: 10rem;
  }
}
.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 &gt; :not(caption) &gt; * &gt; * {
  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 &gt; tbody {
  vertical-align: inherit;
}
.table &gt; thead {
  vertical-align: bottom;
}
.table &gt; :not(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

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

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) &gt; * {
  --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 &gt; tbody &gt; tr:hover &gt; * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #fff1cc;
  --bs-table-striped-bg: #f2e5c2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6d9b8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ecdfbd;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6d9b8;
}

.table-secondary {
  --bs-table-bg: #e2e1df;
  --bs-table-striped-bg: #d7d6d4;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #cbcbc9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #d1d0ce;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #cbcbc9;
}

.table-success {
  --bs-table-bg: #d1f0de;
  --bs-table-striped-bg: #c7e4d3;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bcd8c8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c1decd;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #bcd8c8;
}

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

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

.table-danger {
  --bs-table-bg: #fddfdc;
  --bs-table-striped-bg: #f0d4d1;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e4c9c6;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #eacecc;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e4c9c6;
}

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

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

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

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

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

.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.15;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffdc80;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 185, 0, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.15em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.15;
  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.15em + 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.15em + 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.15em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.15em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.15em + 1rem + 2px);
}

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

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

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

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

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

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

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check[disabled] + .btn-ghost, .btn-check[disabled] + .btn-checkbox, .btn-check[disabled] + .btn-link, .btn-check[disabled] + .btn-icon, .btn-check[disabled] + .btn-highlight, .btn-check[disabled] + .btn-green, .btn-check[disabled] + .btn-blue, .btn-check[disabled] + .btn-gold, .btn-check[disabled] + .btn-white, .btn-check[disabled] + .btn-primary, .btn-check[disabled] + .btn-pagination, .btn-check:disabled + .btn, .btn-check:disabled + .btn-ghost, .btn-check:disabled + .btn-checkbox, .btn-check:disabled + .btn-link, .btn-check:disabled + .btn-icon, .btn-check:disabled + .btn-highlight, .btn-check:disabled + .btn-green, .btn-check:disabled + .btn-blue, .btn-check:disabled + .btn-gold, .btn-check:disabled + .btn-white, .btn-check:disabled + .btn-primary, .btn-check:disabled + .btn-pagination {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(255, 185, 0, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(255, 185, 0, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ffb900;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #ffeab3;
}
.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: #ffb900;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #ffeab3;
}
.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 &gt; .form-control,
.form-floating &gt; .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating &gt; 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 &gt; label {
    transition: none;
  }
}
.form-floating &gt; .form-control {
  padding: 1rem 0.75rem;
}
.form-floating &gt; .form-control::placeholder {
  color: transparent;
}
.form-floating &gt; .form-control:focus, .form-floating &gt; .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating &gt; .form-control:focus ~ label,
.form-floating &gt; .form-control:not(:placeholder-shown) ~ label,
.form-floating &gt; .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating &gt; .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 &gt; .form-control,
.input-group &gt; .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group &gt; .form-control:focus,
.input-group &gt; .form-select:focus {
  z-index: 3;
}
.input-group .btn, .input-group .btn-ghost, .input-group .btn-checkbox, .input-group .btn-link, .input-group .btn-icon, .input-group .btn-highlight, .input-group .btn-green, .input-group .btn-blue, .input-group .btn-gold, .input-group .btn-white, .input-group .btn-primary, .input-group .btn-pagination {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .btn-ghost:focus, .input-group .btn-checkbox:focus, .input-group .btn-link:focus, .input-group .btn-icon:focus, .input-group .btn-highlight:focus, .input-group .btn-green:focus, .input-group .btn-blue:focus, .input-group .btn-gold:focus, .input-group .btn-white:focus, .input-group .btn-primary:focus, .input-group .btn-pagination: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.15;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg &gt; .form-control,
.input-group-lg &gt; .form-select,
.input-group-lg &gt; .input-group-text,
.input-group-lg &gt; .btn,
.input-group-lg &gt; .btn-ghost,
.input-group-lg &gt; .btn-checkbox,
.input-group-lg &gt; .btn-link,
.input-group-lg &gt; .btn-icon,
.input-group-lg &gt; .btn-highlight,
.input-group-lg &gt; .btn-green,
.input-group-lg &gt; .btn-blue,
.input-group-lg &gt; .btn-gold,
.input-group-lg &gt; .btn-white,
.input-group-lg &gt; .btn-primary,
.input-group-lg &gt; .btn-pagination {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm &gt; .form-control,
.input-group-sm &gt; .form-select,
.input-group-sm &gt; .input-group-text,
.input-group-sm &gt; .btn,
.input-group-sm &gt; .btn-ghost,
.input-group-sm &gt; .btn-checkbox,
.input-group-sm &gt; .btn-link,
.input-group-sm &gt; .btn-icon,
.input-group-sm &gt; .btn-highlight,
.input-group-sm &gt; .btn-green,
.input-group-sm &gt; .btn-blue,
.input-group-sm &gt; .btn-gold,
.input-group-sm &gt; .btn-white,
.input-group-sm &gt; .btn-primary,
.input-group-sm &gt; .btn-pagination {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.input-group:not(.has-validation) &gt; :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) &gt; .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation &gt; :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation &gt; .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group &gt; :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: #1bb359;
}

.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: #000000;
  background-color: rgba(27, 179, 89, 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: #1bb359;
  padding-right: calc(1.15em + 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='%231bb359' 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.2875em + 0.1875rem) center;
  background-size: calc(0.575em + 0.375rem) calc(0.575em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #1bb359;
  box-shadow: 0 0 0 0.25rem rgba(27, 179, 89, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #1bb359;
}
.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='%231bb359' 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.575em + 0.375rem) calc(0.575em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #1bb359;
  box-shadow: 0 0 0 0.25rem rgba(27, 179, 89, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #1bb359;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #1bb359;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(27, 179, 89, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1bb359;
}

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

.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: #000000;
  background-color: rgba(246, 94, 82, 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: #f65e52;
  padding-right: calc(1.15em + 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='%23f65e52'%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='%23f65e52' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.2875em + 0.1875rem) center;
  background-size: calc(0.575em + 0.375rem) calc(0.575em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f65e52;
  box-shadow: 0 0 0 0.25rem rgba(246, 94, 82, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #f65e52;
}
.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='%23f65e52'%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='%23f65e52' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.575em + 0.375rem) calc(0.575em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #f65e52;
  box-shadow: 0 0 0 0.25rem rgba(246, 94, 82, 0.25);
}

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

.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, .btn-ghost, .btn-checkbox, .btn-link, .btn-icon, .btn-highlight, .btn-green, .btn-blue, .btn-gold, .btn-white, .btn-primary, .btn-pagination {
  display: inline-block;
  font-weight: 400;
  line-height: 1.15;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .btn-ghost, .btn-checkbox, .btn-link, .btn-icon, .btn-highlight, .btn-green, .btn-blue, .btn-gold, .btn-white, .btn-primary, .btn-pagination {
    transition: none;
  }
}
.btn:hover, .btn-ghost:hover, .btn-checkbox:hover, .btn-link:hover, .btn-icon:hover, .btn-highlight:hover, .btn-green:hover, .btn-blue:hover, .btn-gold:hover, .btn-white:hover, .btn-primary:hover, .btn-pagination:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn-check:focus + .btn-ghost, .btn-check:focus + .btn-checkbox, .btn-check:focus + .btn-link, .btn-check:focus + .btn-icon, .btn-check:focus + .btn-highlight, .btn-check:focus + .btn-green, .btn-check:focus + .btn-blue, .btn-check:focus + .btn-gold, .btn-check:focus + .btn-white, .btn-check:focus + .btn-primary, .btn-check:focus + .btn-pagination, .btn:focus, .btn-ghost:focus, .btn-checkbox:focus, .btn-link:focus, .btn-icon:focus, .btn-highlight:focus, .btn-green:focus, .btn-blue:focus, .btn-gold:focus, .btn-white:focus, .btn-primary:focus, .btn-pagination:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 185, 0, 0.25);
}
.btn:disabled, .btn-ghost:disabled, .btn-checkbox:disabled, .btn-link:disabled, .btn-icon:disabled, .btn-highlight:disabled, .btn-green:disabled, .btn-blue:disabled, .btn-gold:disabled, .btn-white:disabled, .btn-primary:disabled, .btn-pagination:disabled, .btn.disabled, .disabled.btn-ghost, .disabled.btn-checkbox, .disabled.btn-link, .disabled.btn-icon, .disabled.btn-highlight, .disabled.btn-green, .disabled.btn-blue, .disabled.btn-gold, .disabled.btn-white, .disabled.btn-primary, .disabled.btn-pagination, fieldset:disabled .btn, fieldset:disabled .btn-ghost, fieldset:disabled .btn-checkbox, fieldset:disabled .btn-link, fieldset:disabled .btn-icon, fieldset:disabled .btn-highlight, fieldset:disabled .btn-green, fieldset:disabled .btn-blue, fieldset:disabled .btn-gold, fieldset:disabled .btn-white, fieldset:disabled .btn-primary, fieldset:disabled .btn-pagination {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000000;
  background-color: #ffb900;
  border-color: #ffb900;
}
.btn-primary:hover {
  color: #000000;
  background-color: #ffc426;
  border-color: #ffc01a;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000000;
  background-color: #ffc426;
  border-color: #ffc01a;
  box-shadow: 0 0 0 0.25rem rgba(217, 157, 0, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show &gt; .btn-primary.dropdown-toggle {
  color: #000000;
  background-color: #ffc733;
  border-color: #ffc01a;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show &gt; .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 157, 0, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000000;
  background-color: #ffb900;
  border-color: #ffb900;
}

.btn-secondary {
  color: #ffffff;
  background-color: #6f695d;
  border-color: #6f695d;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #5e594f;
  border-color: #59544a;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #ffffff;
  background-color: #5e594f;
  border-color: #59544a;
  box-shadow: 0 0 0 0.25rem rgba(133, 128, 117, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show &gt; .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #59544a;
  border-color: #534f46;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show &gt; .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(133, 128, 117, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #ffffff;
  background-color: #6f695d;
  border-color: #6f695d;
}

.btn-success {
  color: #000000;
  background-color: #1bb359;
  border-color: #1bb359;
}
.btn-success:hover {
  color: #000000;
  background-color: #3dbe72;
  border-color: #32bb6a;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000000;
  background-color: #3dbe72;
  border-color: #32bb6a;
  box-shadow: 0 0 0 0.25rem rgba(23, 152, 76, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show &gt; .btn-success.dropdown-toggle {
  color: #000000;
  background-color: #49c27a;
  border-color: #32bb6a;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show &gt; .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(23, 152, 76, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000000;
  background-color: #1bb359;
  border-color: #1bb359;
}

.btn-info {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show &gt; .btn-info.dropdown-toggle {
  color: #000000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show &gt; .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

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

.btn-danger {
  color: #000000;
  background-color: #f65e52;
  border-color: #f65e52;
}
.btn-danger:hover {
  color: #000000;
  background-color: #f7766c;
  border-color: #f76e63;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000000;
  background-color: #f7766c;
  border-color: #f76e63;
  box-shadow: 0 0 0 0.25rem rgba(209, 80, 70, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show &gt; .btn-danger.dropdown-toggle {
  color: #000000;
  background-color: #f87e75;
  border-color: #f76e63;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show &gt; .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(209, 80, 70, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000000;
  background-color: #f65e52;
  border-color: #f65e52;
}

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

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

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

.btn-outline-secondary {
  color: #6f695d;
  border-color: #6f695d;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6f695d;
  border-color: #6f695d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(111, 105, 93, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #6f695d;
  border-color: #6f695d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(111, 105, 93, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6f695d;
  background-color: transparent;
}

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

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

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

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

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

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

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

.btn-lg, .btn-group-lg &gt; .btn, .btn-group-lg &gt; .btn-ghost, .btn-group-lg &gt; .btn-checkbox, .btn-group-lg &gt; .btn-link, .btn-group-lg &gt; .btn-icon, .btn-group-lg &gt; .btn-highlight, .btn-group-lg &gt; .btn-green, .btn-group-lg &gt; .btn-blue, .btn-group-lg &gt; .btn-gold, .btn-group-lg &gt; .btn-white, .btn-group-lg &gt; .btn-primary, .btn-group-lg &gt; .btn-pagination {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm &gt; .btn, .btn-group-sm &gt; .btn-ghost, .btn-group-sm &gt; .btn-checkbox, .btn-group-sm &gt; .btn-link, .btn-group-sm &gt; .btn-icon, .btn-group-sm &gt; .btn-highlight, .btn-group-sm &gt; .btn-green, .btn-group-sm &gt; .btn-blue, .btn-group-sm &gt; .btn-gold, .btn-group-sm &gt; .btn-white, .btn-group-sm &gt; .btn-primary, .btn-group-sm &gt; .btn-pagination {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #ffb900;
}
.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: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #ffffff;
  background-color: #ffb900;
}
.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 &gt; .btn, .btn-group &gt; .btn-ghost, .btn-group &gt; .btn-checkbox, .btn-group &gt; .btn-link, .btn-group &gt; .btn-icon, .btn-group &gt; .btn-highlight, .btn-group &gt; .btn-green, .btn-group &gt; .btn-blue, .btn-group &gt; .btn-gold, .btn-group &gt; .btn-white, .btn-group &gt; .btn-primary, .btn-group &gt; .btn-pagination,
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-ghost,
.btn-group-vertical &gt; .btn-checkbox,
.btn-group-vertical &gt; .btn-link,
.btn-group-vertical &gt; .btn-icon,
.btn-group-vertical &gt; .btn-highlight,
.btn-group-vertical &gt; .btn-green,
.btn-group-vertical &gt; .btn-blue,
.btn-group-vertical &gt; .btn-gold,
.btn-group-vertical &gt; .btn-white,
.btn-group-vertical &gt; .btn-primary,
.btn-group-vertical &gt; .btn-pagination {
  position: relative;
  flex: 1 1 auto;
}
.btn-group &gt; .btn-check:checked + .btn, .btn-group &gt; .btn-check:checked + .btn-ghost, .btn-group &gt; .btn-check:checked + .btn-checkbox, .btn-group &gt; .btn-check:checked + .btn-link, .btn-group &gt; .btn-check:checked + .btn-icon, .btn-group &gt; .btn-check:checked + .btn-highlight, .btn-group &gt; .btn-check:checked + .btn-green, .btn-group &gt; .btn-check:checked + .btn-blue, .btn-group &gt; .btn-check:checked + .btn-gold, .btn-group &gt; .btn-check:checked + .btn-white, .btn-group &gt; .btn-check:checked + .btn-primary, .btn-group &gt; .btn-check:checked + .btn-pagination,
.btn-group &gt; .btn-check:focus + .btn,
.btn-group &gt; .btn-check:focus + .btn-ghost,
.btn-group &gt; .btn-check:focus + .btn-checkbox,
.btn-group &gt; .btn-check:focus + .btn-link,
.btn-group &gt; .btn-check:focus + .btn-icon,
.btn-group &gt; .btn-check:focus + .btn-highlight,
.btn-group &gt; .btn-check:focus + .btn-green,
.btn-group &gt; .btn-check:focus + .btn-blue,
.btn-group &gt; .btn-check:focus + .btn-gold,
.btn-group &gt; .btn-check:focus + .btn-white,
.btn-group &gt; .btn-check:focus + .btn-primary,
.btn-group &gt; .btn-check:focus + .btn-pagination,
.btn-group &gt; .btn:hover,
.btn-group &gt; .btn-ghost:hover,
.btn-group &gt; .btn-checkbox:hover,
.btn-group &gt; .btn-link:hover,
.btn-group &gt; .btn-icon:hover,
.btn-group &gt; .btn-highlight:hover,
.btn-group &gt; .btn-green:hover,
.btn-group &gt; .btn-blue:hover,
.btn-group &gt; .btn-gold:hover,
.btn-group &gt; .btn-white:hover,
.btn-group &gt; .btn-primary:hover,
.btn-group &gt; .btn-pagination:hover,
.btn-group &gt; .btn:focus,
.btn-group &gt; .btn-ghost:focus,
.btn-group &gt; .btn-checkbox:focus,
.btn-group &gt; .btn-link:focus,
.btn-group &gt; .btn-icon:focus,
.btn-group &gt; .btn-highlight:focus,
.btn-group &gt; .btn-green:focus,
.btn-group &gt; .btn-blue:focus,
.btn-group &gt; .btn-gold:focus,
.btn-group &gt; .btn-white:focus,
.btn-group &gt; .btn-primary:focus,
.btn-group &gt; .btn-pagination:focus,
.btn-group &gt; .btn:active,
.btn-group &gt; .btn-ghost:active,
.btn-group &gt; .btn-checkbox:active,
.btn-group &gt; .btn-link:active,
.btn-group &gt; .btn-icon:active,
.btn-group &gt; .btn-highlight:active,
.btn-group &gt; .btn-green:active,
.btn-group &gt; .btn-blue:active,
.btn-group &gt; .btn-gold:active,
.btn-group &gt; .btn-white:active,
.btn-group &gt; .btn-primary:active,
.btn-group &gt; .btn-pagination:active,
.btn-group &gt; .btn.active,
.btn-group &gt; .active.btn-ghost,
.btn-group &gt; .active.btn-checkbox,
.btn-group &gt; .active.btn-link,
.btn-group &gt; .active.btn-icon,
.btn-group &gt; .active.btn-highlight,
.btn-group &gt; .active.btn-green,
.btn-group &gt; .active.btn-blue,
.btn-group &gt; .active.btn-gold,
.btn-group &gt; .active.btn-white,
.btn-group &gt; .active.btn-primary,
.btn-group &gt; .active.btn-pagination,
.btn-group-vertical &gt; .btn-check:checked + .btn,
.btn-group-vertical &gt; .btn-check:checked + .btn-ghost,
.btn-group-vertical &gt; .btn-check:checked + .btn-checkbox,
.btn-group-vertical &gt; .btn-check:checked + .btn-link,
.btn-group-vertical &gt; .btn-check:checked + .btn-icon,
.btn-group-vertical &gt; .btn-check:checked + .btn-highlight,
.btn-group-vertical &gt; .btn-check:checked + .btn-green,
.btn-group-vertical &gt; .btn-check:checked + .btn-blue,
.btn-group-vertical &gt; .btn-check:checked + .btn-gold,
.btn-group-vertical &gt; .btn-check:checked + .btn-white,
.btn-group-vertical &gt; .btn-check:checked + .btn-primary,
.btn-group-vertical &gt; .btn-check:checked + .btn-pagination,
.btn-group-vertical &gt; .btn-check:focus + .btn,
.btn-group-vertical &gt; .btn-check:focus + .btn-ghost,
.btn-group-vertical &gt; .btn-check:focus + .btn-checkbox,
.btn-group-vertical &gt; .btn-check:focus + .btn-link,
.btn-group-vertical &gt; .btn-check:focus + .btn-icon,
.btn-group-vertical &gt; .btn-check:focus + .btn-highlight,
.btn-group-vertical &gt; .btn-check:focus + .btn-green,
.btn-group-vertical &gt; .btn-check:focus + .btn-blue,
.btn-group-vertical &gt; .btn-check:focus + .btn-gold,
.btn-group-vertical &gt; .btn-check:focus + .btn-white,
.btn-group-vertical &gt; .btn-check:focus + .btn-primary,
.btn-group-vertical &gt; .btn-check:focus + .btn-pagination,
.btn-group-vertical &gt; .btn:hover,
.btn-group-vertical &gt; .btn-ghost:hover,
.btn-group-vertical &gt; .btn-checkbox:hover,
.btn-group-vertical &gt; .btn-link:hover,
.btn-group-vertical &gt; .btn-icon:hover,
.btn-group-vertical &gt; .btn-highlight:hover,
.btn-group-vertical &gt; .btn-green:hover,
.btn-group-vertical &gt; .btn-blue:hover,
.btn-group-vertical &gt; .btn-gold:hover,
.btn-group-vertical &gt; .btn-white:hover,
.btn-group-vertical &gt; .btn-primary:hover,
.btn-group-vertical &gt; .btn-pagination:hover,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn-ghost:focus,
.btn-group-vertical &gt; .btn-checkbox:focus,
.btn-group-vertical &gt; .btn-link:focus,
.btn-group-vertical &gt; .btn-icon:focus,
.btn-group-vertical &gt; .btn-highlight:focus,
.btn-group-vertical &gt; .btn-green:focus,
.btn-group-vertical &gt; .btn-blue:focus,
.btn-group-vertical &gt; .btn-gold:focus,
.btn-group-vertical &gt; .btn-white:focus,
.btn-group-vertical &gt; .btn-primary:focus,
.btn-group-vertical &gt; .btn-pagination:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn-ghost:active,
.btn-group-vertical &gt; .btn-checkbox:active,
.btn-group-vertical &gt; .btn-link:active,
.btn-group-vertical &gt; .btn-icon:active,
.btn-group-vertical &gt; .btn-highlight:active,
.btn-group-vertical &gt; .btn-green:active,
.btn-group-vertical &gt; .btn-blue:active,
.btn-group-vertical &gt; .btn-gold:active,
.btn-group-vertical &gt; .btn-white:active,
.btn-group-vertical &gt; .btn-primary:active,
.btn-group-vertical &gt; .btn-pagination:active,
.btn-group-vertical &gt; .btn.active,
.btn-group-vertical &gt; .active.btn-ghost,
.btn-group-vertical &gt; .active.btn-checkbox,
.btn-group-vertical &gt; .active.btn-link,
.btn-group-vertical &gt; .active.btn-icon,
.btn-group-vertical &gt; .active.btn-highlight,
.btn-group-vertical &gt; .active.btn-green,
.btn-group-vertical &gt; .active.btn-blue,
.btn-group-vertical &gt; .active.btn-gold,
.btn-group-vertical &gt; .active.btn-white,
.btn-group-vertical &gt; .active.btn-primary,
.btn-group-vertical &gt; .active.btn-pagination {
  z-index: 1;
}

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

.btn-group &gt; .btn:not(:first-child), .btn-group &gt; .btn-ghost:not(:first-child), .btn-group &gt; .btn-checkbox:not(:first-child), .btn-group &gt; .btn-link:not(:first-child), .btn-group &gt; .btn-icon:not(:first-child), .btn-group &gt; .btn-highlight:not(:first-child), .btn-group &gt; .btn-green:not(:first-child), .btn-group &gt; .btn-blue:not(:first-child), .btn-group &gt; .btn-gold:not(:first-child), .btn-group &gt; .btn-white:not(:first-child), .btn-group &gt; .btn-primary:not(:first-child), .btn-group &gt; .btn-pagination:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .btn-ghost:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .btn-checkbox:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .btn-link:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .btn-icon:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .btn-highlight:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .btn-green:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .btn-blue:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .btn-gold:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .btn-white:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .btn-primary:not(:last-child):not(.dropdown-toggle), .btn-group &gt; .btn-pagination:not(:last-child):not(.dropdown-toggle),
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn,
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn-ghost,
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn-checkbox,
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn-link,
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn-icon,
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn-highlight,
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn-green,
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn-blue,
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn-gold,
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn-white,
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn-primary,
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn-pagination {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group &gt; .btn:nth-child(n+3), .btn-group &gt; .btn-ghost:nth-child(n+3), .btn-group &gt; .btn-checkbox:nth-child(n+3), .btn-group &gt; .btn-link:nth-child(n+3), .btn-group &gt; .btn-icon:nth-child(n+3), .btn-group &gt; .btn-highlight:nth-child(n+3), .btn-group &gt; .btn-green:nth-child(n+3), .btn-group &gt; .btn-blue:nth-child(n+3), .btn-group &gt; .btn-gold:nth-child(n+3), .btn-group &gt; .btn-white:nth-child(n+3), .btn-group &gt; .btn-primary:nth-child(n+3), .btn-group &gt; .btn-pagination:nth-child(n+3),
.btn-group &gt; :not(.btn-check) + .btn,
.btn-group &gt; :not(.btn-check) + .btn-ghost,
.btn-group &gt; :not(.btn-check) + .btn-checkbox,
.btn-group &gt; :not(.btn-check) + .btn-link,
.btn-group &gt; :not(.btn-check) + .btn-icon,
.btn-group &gt; :not(.btn-check) + .btn-highlight,
.btn-group &gt; :not(.btn-check) + .btn-green,
.btn-group &gt; :not(.btn-check) + .btn-blue,
.btn-group &gt; :not(.btn-check) + .btn-gold,
.btn-group &gt; :not(.btn-check) + .btn-white,
.btn-group &gt; :not(.btn-check) + .btn-primary,
.btn-group &gt; :not(.btn-check) + .btn-pagination,
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn,
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn-ghost,
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn-checkbox,
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn-link,
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn-icon,
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn-highlight,
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn-green,
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn-blue,
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn-gold,
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn-white,
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn-primary,
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn-pagination {
  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 &gt; .btn + .dropdown-toggle-split, .btn-group-sm &gt; .btn-ghost + .dropdown-toggle-split, .btn-group-sm &gt; .btn-checkbox + .dropdown-toggle-split, .btn-group-sm &gt; .btn-link + .dropdown-toggle-split, .btn-group-sm &gt; .btn-icon + .dropdown-toggle-split, .btn-group-sm &gt; .btn-highlight + .dropdown-toggle-split, .btn-group-sm &gt; .btn-green + .dropdown-toggle-split, .btn-group-sm &gt; .btn-blue + .dropdown-toggle-split, .btn-group-sm &gt; .btn-gold + .dropdown-toggle-split, .btn-group-sm &gt; .btn-white + .dropdown-toggle-split, .btn-group-sm &gt; .btn-primary + .dropdown-toggle-split, .btn-group-sm &gt; .btn-pagination + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .btn + .dropdown-toggle-split, .btn-group-lg &gt; .btn-ghost + .dropdown-toggle-split, .btn-group-lg &gt; .btn-checkbox + .dropdown-toggle-split, .btn-group-lg &gt; .btn-link + .dropdown-toggle-split, .btn-group-lg &gt; .btn-icon + .dropdown-toggle-split, .btn-group-lg &gt; .btn-highlight + .dropdown-toggle-split, .btn-group-lg &gt; .btn-green + .dropdown-toggle-split, .btn-group-lg &gt; .btn-blue + .dropdown-toggle-split, .btn-group-lg &gt; .btn-gold + .dropdown-toggle-split, .btn-group-lg &gt; .btn-white + .dropdown-toggle-split, .btn-group-lg &gt; .btn-primary + .dropdown-toggle-split, .btn-group-lg &gt; .btn-pagination + .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 &gt; .btn, .btn-group-vertical &gt; .btn-ghost, .btn-group-vertical &gt; .btn-checkbox, .btn-group-vertical &gt; .btn-link, .btn-group-vertical &gt; .btn-icon, .btn-group-vertical &gt; .btn-highlight, .btn-group-vertical &gt; .btn-green, .btn-group-vertical &gt; .btn-blue, .btn-group-vertical &gt; .btn-gold, .btn-group-vertical &gt; .btn-white, .btn-group-vertical &gt; .btn-primary, .btn-group-vertical &gt; .btn-pagination,
.btn-group-vertical &gt; .btn-group {
  width: 100%;
}
.btn-group-vertical &gt; .btn:not(:first-child), .btn-group-vertical &gt; .btn-ghost:not(:first-child), .btn-group-vertical &gt; .btn-checkbox:not(:first-child), .btn-group-vertical &gt; .btn-link:not(:first-child), .btn-group-vertical &gt; .btn-icon:not(:first-child), .btn-group-vertical &gt; .btn-highlight:not(:first-child), .btn-group-vertical &gt; .btn-green:not(:first-child), .btn-group-vertical &gt; .btn-blue:not(:first-child), .btn-group-vertical &gt; .btn-gold:not(:first-child), .btn-group-vertical &gt; .btn-white:not(:first-child), .btn-group-vertical &gt; .btn-primary:not(:first-child), .btn-group-vertical &gt; .btn-pagination:not(:first-child),
.btn-group-vertical &gt; .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical &gt; .btn-ghost:not(:last-child):not(.dropdown-toggle), .btn-group-vertical &gt; .btn-checkbox:not(:last-child):not(.dropdown-toggle), .btn-group-vertical &gt; .btn-link:not(:last-child):not(.dropdown-toggle), .btn-group-vertical &gt; .btn-icon:not(:last-child):not(.dropdown-toggle), .btn-group-vertical &gt; .btn-highlight:not(:last-child):not(.dropdown-toggle), .btn-group-vertical &gt; .btn-green:not(:last-child):not(.dropdown-toggle), .btn-group-vertical &gt; .btn-blue:not(:last-child):not(.dropdown-toggle), .btn-group-vertical &gt; .btn-gold:not(:last-child):not(.dropdown-toggle), .btn-group-vertical &gt; .btn-white:not(:last-child):not(.dropdown-toggle), .btn-group-vertical &gt; .btn-primary:not(:last-child):not(.dropdown-toggle), .btn-group-vertical &gt; .btn-pagination:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn,
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn-ghost,
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn-checkbox,
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn-link,
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn-icon,
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn-highlight,
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn-green,
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn-blue,
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn-gold,
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn-white,
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn-primary,
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn-pagination {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn ~ .btn, .btn-group-vertical &gt; .btn-ghost ~ .btn, .btn-group-vertical &gt; .btn ~ .btn-ghost, .btn-group-vertical &gt; .btn-ghost ~ .btn-ghost, .btn-group-vertical &gt; .btn-checkbox ~ .btn, .btn-group-vertical &gt; .btn-checkbox ~ .btn-ghost, .btn-group-vertical &gt; .btn ~ .btn-checkbox, .btn-group-vertical &gt; .btn-ghost ~ .btn-checkbox, .btn-group-vertical &gt; .btn-checkbox ~ .btn-checkbox, .btn-group-vertical &gt; .btn-link ~ .btn, .btn-group-vertical &gt; .btn-link ~ .btn-ghost, .btn-group-vertical &gt; .btn-link ~ .btn-checkbox, .btn-group-vertical &gt; .btn ~ .btn-link, .btn-group-vertical &gt; .btn-ghost ~ .btn-link, .btn-group-vertical &gt; .btn-checkbox ~ .btn-link, .btn-group-vertical &gt; .btn-link ~ .btn-link, .btn-group-vertical &gt; .btn-icon ~ .btn, .btn-group-vertical &gt; .btn-icon ~ .btn-ghost, .btn-group-vertical &gt; .btn-icon ~ .btn-checkbox, .btn-group-vertical &gt; .btn-icon ~ .btn-link, .btn-group-vertical &gt; .btn ~ .btn-icon, .btn-group-vertical &gt; .btn-ghost ~ .btn-icon, .btn-group-vertical &gt; .btn-checkbox ~ .btn-icon, .btn-group-vertical &gt; .btn-link ~ .btn-icon, .btn-group-vertical &gt; .btn-icon ~ .btn-icon, .btn-group-vertical &gt; .btn-highlight ~ .btn, .btn-group-vertical &gt; .btn-highlight ~ .btn-ghost, .btn-group-vertical &gt; .btn-highlight ~ .btn-checkbox, .btn-group-vertical &gt; .btn-highlight ~ .btn-link, .btn-group-vertical &gt; .btn-highlight ~ .btn-icon, .btn-group-vertical &gt; .btn ~ .btn-highlight, .btn-group-vertical &gt; .btn-ghost ~ .btn-highlight, .btn-group-vertical &gt; .btn-checkbox ~ .btn-highlight, .btn-group-vertical &gt; .btn-link ~ .btn-highlight, .btn-group-vertical &gt; .btn-icon ~ .btn-highlight, .btn-group-vertical &gt; .btn-highlight ~ .btn-highlight, .btn-group-vertical &gt; .btn-green ~ .btn, .btn-group-vertical &gt; .btn-green ~ .btn-ghost, .btn-group-vertical &gt; .btn-green ~ .btn-checkbox, .btn-group-vertical &gt; .btn-green ~ .btn-link, .btn-group-vertical &gt; .btn-green ~ .btn-icon, .btn-group-vertical &gt; .btn-green ~ .btn-highlight, .btn-group-vertical &gt; .btn ~ .btn-green, .btn-group-vertical &gt; .btn-ghost ~ .btn-green, .btn-group-vertical &gt; .btn-checkbox ~ .btn-green, .btn-group-vertical &gt; .btn-link ~ .btn-green, .btn-group-vertical &gt; .btn-icon ~ .btn-green, .btn-group-vertical &gt; .btn-highlight ~ .btn-green, .btn-group-vertical &gt; .btn-green ~ .btn-green, .btn-group-vertical &gt; .btn-blue ~ .btn, .btn-group-vertical &gt; .btn-blue ~ .btn-ghost, .btn-group-vertical &gt; .btn-blue ~ .btn-checkbox, .btn-group-vertical &gt; .btn-blue ~ .btn-link, .btn-group-vertical &gt; .btn-blue ~ .btn-icon, .btn-group-vertical &gt; .btn-blue ~ .btn-highlight, .btn-group-vertical &gt; .btn-blue ~ .btn-green, .btn-group-vertical &gt; .btn ~ .btn-blue, .btn-group-vertical &gt; .btn-ghost ~ .btn-blue, .btn-group-vertical &gt; .btn-checkbox ~ .btn-blue, .btn-group-vertical &gt; .btn-link ~ .btn-blue, .btn-group-vertical &gt; .btn-icon ~ .btn-blue, .btn-group-vertical &gt; .btn-highlight ~ .btn-blue, .btn-group-vertical &gt; .btn-green ~ .btn-blue, .btn-group-vertical &gt; .btn-blue ~ .btn-blue, .btn-group-vertical &gt; .btn-gold ~ .btn, .btn-group-vertical &gt; .btn-gold ~ .btn-ghost, .btn-group-vertical &gt; .btn-gold ~ .btn-checkbox, .btn-group-vertical &gt; .btn-gold ~ .btn-link, .btn-group-vertical &gt; .btn-gold ~ .btn-icon, .btn-group-vertical &gt; .btn-gold ~ .btn-highlight, .btn-group-vertical &gt; .btn-gold ~ .btn-green, .btn-group-vertical &gt; .btn-gold ~ .btn-blue, .btn-group-vertical &gt; .btn-white ~ .btn, .btn-group-vertical &gt; .btn-white ~ .btn-ghost, .btn-group-vertical &gt; .btn-white ~ .btn-checkbox, .btn-group-vertical &gt; .btn-white ~ .btn-link, .btn-group-vertical &gt; .btn-white ~ .btn-icon, .btn-group-vertical &gt; .btn-white ~ .btn-highlight, .btn-group-vertical &gt; .btn-white ~ .btn-green, .btn-group-vertical &gt; .btn-white ~ .btn-blue, .btn-group-vertical &gt; .btn ~ .btn-gold, .btn-group-vertical &gt; .btn-ghost ~ .btn-gold, .btn-group-vertical &gt; .btn-checkbox ~ .btn-gold, .btn-group-vertical &gt; .btn-link ~ .btn-gold, .btn-group-vertical &gt; .btn-icon ~ .btn-gold, .btn-group-vertical &gt; .btn-highlight ~ .btn-gold, .btn-group-vertical &gt; .btn-green ~ .btn-gold, .btn-group-vertical &gt; .btn-blue ~ .btn-gold, .btn-group-vertical &gt; .btn ~ .btn-white, .btn-group-vertical &gt; .btn-ghost ~ .btn-white, .btn-group-vertical &gt; .btn-checkbox ~ .btn-white, .btn-group-vertical &gt; .btn-link ~ .btn-white, .btn-group-vertical &gt; .btn-icon ~ .btn-white, .btn-group-vertical &gt; .btn-highlight ~ .btn-white, .btn-group-vertical &gt; .btn-green ~ .btn-white, .btn-group-vertical &gt; .btn-blue ~ .btn-white, .btn-group-vertical &gt; .btn-gold ~ .btn-gold, .btn-group-vertical &gt; .btn-white ~ .btn-gold, .btn-group-vertical &gt; .btn-gold ~ .btn-white, .btn-group-vertical &gt; .btn-white ~ .btn-white, .btn-group-vertical &gt; .btn-primary ~ .btn, .btn-group-vertical &gt; .btn-primary ~ .btn-ghost, .btn-group-vertical &gt; .btn-primary ~ .btn-checkbox, .btn-group-vertical &gt; .btn-primary ~ .btn-link, .btn-group-vertical &gt; .btn-primary ~ .btn-icon, .btn-group-vertical &gt; .btn-primary ~ .btn-highlight, .btn-group-vertical &gt; .btn-primary ~ .btn-green, .btn-group-vertical &gt; .btn-primary ~ .btn-blue, .btn-group-vertical &gt; .btn-primary ~ .btn-gold, .btn-group-vertical &gt; .btn-primary ~ .btn-white, .btn-group-vertical &gt; .btn ~ .btn-primary, .btn-group-vertical &gt; .btn-ghost ~ .btn-primary, .btn-group-vertical &gt; .btn-checkbox ~ .btn-primary, .btn-group-vertical &gt; .btn-link ~ .btn-primary, .btn-group-vertical &gt; .btn-icon ~ .btn-primary, .btn-group-vertical &gt; .btn-highlight ~ .btn-primary, .btn-group-vertical &gt; .btn-green ~ .btn-primary, .btn-group-vertical &gt; .btn-blue ~ .btn-primary, .btn-group-vertical &gt; .btn-gold ~ .btn-primary, .btn-group-vertical &gt; .btn-white ~ .btn-primary, .btn-group-vertical &gt; .btn-primary ~ .btn-primary, .btn-group-vertical &gt; .btn-pagination ~ .btn, .btn-group-vertical &gt; .btn-pagination ~ .btn-ghost, .btn-group-vertical &gt; .btn-pagination ~ .btn-checkbox, .btn-group-vertical &gt; .btn-pagination ~ .btn-link, .btn-group-vertical &gt; .btn-pagination ~ .btn-icon, .btn-group-vertical &gt; .btn-pagination ~ .btn-highlight, .btn-group-vertical &gt; .btn-pagination ~ .btn-green, .btn-group-vertical &gt; .btn-pagination ~ .btn-blue, .btn-group-vertical &gt; .btn-pagination ~ .btn-gold, .btn-group-vertical &gt; .btn-pagination ~ .btn-white, .btn-group-vertical &gt; .btn-pagination ~ .btn-primary, .btn-group-vertical &gt; .btn ~ .btn-pagination, .btn-group-vertical &gt; .btn-ghost ~ .btn-pagination, .btn-group-vertical &gt; .btn-checkbox ~ .btn-pagination, .btn-group-vertical &gt; .btn-link ~ .btn-pagination, .btn-group-vertical &gt; .btn-icon ~ .btn-pagination, .btn-group-vertical &gt; .btn-highlight ~ .btn-pagination, .btn-group-vertical &gt; .btn-green ~ .btn-pagination, .btn-group-vertical &gt; .btn-blue ~ .btn-pagination, .btn-group-vertical &gt; .btn-gold ~ .btn-pagination, .btn-group-vertical &gt; .btn-white ~ .btn-pagination, .btn-group-vertical &gt; .btn-primary ~ .btn-pagination, .btn-group-vertical &gt; .btn-pagination ~ .btn-pagination,
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn,
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn-ghost,
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn-checkbox,
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn-link,
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn-icon,
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn-highlight,
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn-green,
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn-blue,
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn-gold,
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn-white,
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn-primary,
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn-pagination {
  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: #ffb900;
  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: #cc9400;
}
.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: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.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 &gt; .nav-link {
  color: #ffffff;
  background-color: #ffb900;
}

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

.nav-justified &gt; .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 &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active {
  display: block;
}

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

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

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

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

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

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

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card &gt; hr {
  margin-right: 0;
  margin-left: 0;
}
.card &gt; .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card &gt; .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 &gt; .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 &gt; .card-header + .list-group,
.card &gt; .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 + .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 &gt; .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group &gt; .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group &gt; .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group &gt; .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:not(:last-child) .card-img-top,
.card-group &gt; .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group &gt; .card:not(:last-child) .card-img-bottom,
.card-group &gt; .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) .card-img-top,
.card-group &gt; .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group &gt; .card:not(:first-child) .card-img-bottom,
.card-group &gt; .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: #ffffff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #e6a700;
  background-color: #fff8e6;
  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='%23e6a700'%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: #ffdc80;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 185, 0, 0.25);
}

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

.accordion-item {
  background-color: #ffffff;
  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: #ffb900;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #cc9400;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #cc9400;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 185, 0, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #ffb900;
  border-color: #ffb900;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
  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: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge, .btn-ghost .badge, .btn-checkbox .badge, .btn-link .badge, .btn-icon .badge, .btn-highlight .badge, .btn-green .badge, .btn-blue .badge, .btn-gold .badge, .btn-white .badge, .btn-primary .badge, .btn-pagination .badge {
  position: relative;
  top: -1px;
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #664a00;
  background-color: #fff1cc;
  border-color: #ffeab3;
}
.alert-primary .alert-link {
  color: #523b00;
}

.alert-secondary {
  color: #433f38;
  background-color: #e2e1df;
  border-color: #d4d2ce;
}
.alert-secondary .alert-link {
  color: #36322d;
}

.alert-success {
  color: #106b35;
  background-color: #d1f0de;
  border-color: #bbe8cd;
}
.alert-success .alert-link {
  color: #0d562a;
}

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

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

.alert-danger {
  color: #943831;
  background-color: #fddfdc;
  border-color: #fccfcb;
}
.alert-danger .alert-link {
  color: #762d27;
}

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

@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: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #ffb900;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

.list-group-item-primary {
  color: #664a00;
  background-color: #fff1cc;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #664a00;
  background-color: #e6d9b8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #664a00;
  border-color: #664a00;
}

.list-group-item-secondary {
  color: #433f38;
  background-color: #e2e1df;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #433f38;
  background-color: #cbcbc9;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #433f38;
  border-color: #433f38;
}

.list-group-item-success {
  color: #106b35;
  background-color: #d1f0de;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #106b35;
  background-color: #bcd8c8;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #106b35;
  border-color: #106b35;
}

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

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

.list-group-item-danger {
  color: #943831;
  background-color: #fddfdc;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #943831;
  background-color: #e4c9c6;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #943831;
  border-color: #943831;
}

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

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

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

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

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

.toast-container {
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container &gt; :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: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

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

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

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.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.15;
}

.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 &gt; * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

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

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  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: #000000;
}

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.15;
  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: #ffffff;
  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 &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] &gt; .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-end &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] &gt; .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 &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] &gt; .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

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

.bs-popover-start &gt; .popover-arrow, .bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start &gt; .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] &gt; .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 &gt; .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] &gt; .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before, .placeholder.btn-ghost::before, .placeholder.btn-checkbox::before, .placeholder.btn-link::before, .placeholder.btn-icon::before, .placeholder.btn-highlight::before, .placeholder.btn-green::before, .placeholder.btn-blue::before, .placeholder.btn-gold::before, .placeholder.btn-white::before, .placeholder.btn-primary::before, .placeholder.btn-pagination::before {
  display: inline-block;
  content: "";
}

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

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

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

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

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

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

.link-primary {
  color: #ffb900;
}
.link-primary:hover, .link-primary:focus {
  color: #ffc733;
}

.link-secondary {
  color: #6f695d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #59544a;
}

.link-success {
  color: #1bb359;
}
.link-success:hover, .link-success:focus {
  color: #49c27a;
}

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

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

.link-danger {
  color: #f65e52;
}
.link-danger:hover, .link-danger:focus {
  color: #f87e75;
}

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

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

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

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

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #6f695d !important;
}

.border-success {
  border-color: #1bb359 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-8 {
  gap: 0.8rem !important;
}

.gap-9 {
  gap: 0.9rem !important;
}

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

.gap-11 {
  gap: 1.1rem !important;
}

.gap-12 {
  gap: 1.2rem !important;
}

.gap-13 {
  gap: 1.3rem !important;
}

.gap-14 {
  gap: 1.4rem !important;
}

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

.gap-16 {
  gap: 1.6rem !important;
}

.gap-17 {
  gap: 1.7rem !important;
}

.gap-18 {
  gap: 1.8rem !important;
}

.gap-19 {
  gap: 1.9rem !important;
}

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

.gap-21 {
  gap: 2.1rem !important;
}

.gap-22 {
  gap: 2.2rem !important;
}

.gap-23 {
  gap: 2.3rem !important;
}

.gap-24 {
  gap: 2.4rem !important;
}

.gap-25 {
  gap: 2.5rem !important;
}

.gap-26 {
  gap: 2.6rem !important;
}

.gap-27 {
  gap: 2.7rem !important;
}

.gap-28 {
  gap: 2.8rem !important;
}

.gap-29 {
  gap: 2.9rem !important;
}

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

.gap-31 {
  gap: 3.1rem !important;
}

.gap-32 {
  gap: 3.2rem !important;
}

.gap-33 {
  gap: 3.3rem !important;
}

.gap-34 {
  gap: 3.4rem !important;
}

.gap-35 {
  gap: 3.5rem !important;
}

.gap-36 {
  gap: 3.6rem !important;
}

.gap-37 {
  gap: 3.7rem !important;
}

.gap-38 {
  gap: 3.8rem !important;
}

.gap-39 {
  gap: 3.9rem !important;
}

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

.gap-41 {
  gap: 4.1rem !important;
}

.gap-42 {
  gap: 4.2rem !important;
}

.gap-43 {
  gap: 4.3rem !important;
}

.gap-44 {
  gap: 4.4rem !important;
}

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

.gap-46 {
  gap: 4.6rem !important;
}

.gap-47 {
  gap: 4.7rem !important;
}

.gap-48 {
  gap: 4.8rem !important;
}

.gap-49 {
  gap: 4.9rem !important;
}

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

.gap-51 {
  gap: 5.1rem !important;
}

.gap-52 {
  gap: 5.2rem !important;
}

.gap-53 {
  gap: 5.3rem !important;
}

.gap-54 {
  gap: 5.4rem !important;
}

.gap-55 {
  gap: 5.5rem !important;
}

.gap-56 {
  gap: 5.6rem !important;
}

.gap-57 {
  gap: 5.7rem !important;
}

.gap-58 {
  gap: 5.8rem !important;
}

.gap-59 {
  gap: 5.9rem !important;
}

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

.gap-61 {
  gap: 6.1rem !important;
}

.gap-62 {
  gap: 6.2rem !important;
}

.gap-63 {
  gap: 6.3rem !important;
}

.gap-64 {
  gap: 6.4rem !important;
}

.gap-65 {
  gap: 6.5rem !important;
}

.gap-66 {
  gap: 6.6rem !important;
}

.gap-67 {
  gap: 6.7rem !important;
}

.gap-68 {
  gap: 6.8rem !important;
}

.gap-69 {
  gap: 6.9rem !important;
}

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

.gap-71 {
  gap: 7.1rem !important;
}

.gap-72 {
  gap: 7.2rem !important;
}

.gap-73 {
  gap: 7.3rem !important;
}

.gap-74 {
  gap: 7.4rem !important;
}

.gap-75 {
  gap: 7.5rem !important;
}

.gap-76 {
  gap: 7.6rem !important;
}

.gap-77 {
  gap: 7.7rem !important;
}

.gap-78 {
  gap: 7.8rem !important;
}

.gap-79 {
  gap: 7.9rem !important;
}

.gap-80 {
  gap: 8rem !important;
}

.gap-81 {
  gap: 8.1rem !important;
}

.gap-82 {
  gap: 8.2rem !important;
}

.gap-83 {
  gap: 8.3rem !important;
}

.gap-84 {
  gap: 8.4rem !important;
}

.gap-85 {
  gap: 8.5rem !important;
}

.gap-86 {
  gap: 8.6rem !important;
}

.gap-87 {
  gap: 8.7rem !important;
}

.gap-88 {
  gap: 8.8rem !important;
}

.gap-89 {
  gap: 8.9rem !important;
}

.gap-90 {
  gap: 9rem !important;
}

.gap-91 {
  gap: 9.1rem !important;
}

.gap-92 {
  gap: 9.2rem !important;
}

.gap-93 {
  gap: 9.3rem !important;
}

.gap-94 {
  gap: 9.4rem !important;
}

.gap-95 {
  gap: 9.5rem !important;
}

.gap-96 {
  gap: 9.6rem !important;
}

.gap-97 {
  gap: 9.7rem !important;
}

.gap-98 {
  gap: 9.8rem !important;
}

.gap-99 {
  gap: 9.9rem !important;
}

.gap-100 {
  gap: 10rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-8 {
  margin: 0.8rem !important;
}

.m-9 {
  margin: 0.9rem !important;
}

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

.m-11 {
  margin: 1.1rem !important;
}

.m-12 {
  margin: 1.2rem !important;
}

.m-13 {
  margin: 1.3rem !important;
}

.m-14 {
  margin: 1.4rem !important;
}

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

.m-16 {
  margin: 1.6rem !important;
}

.m-17 {
  margin: 1.7rem !important;
}

.m-18 {
  margin: 1.8rem !important;
}

.m-19 {
  margin: 1.9rem !important;
}

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

.m-21 {
  margin: 2.1rem !important;
}

.m-22 {
  margin: 2.2rem !important;
}

.m-23 {
  margin: 2.3rem !important;
}

.m-24 {
  margin: 2.4rem !important;
}

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

.m-26 {
  margin: 2.6rem !important;
}

.m-27 {
  margin: 2.7rem !important;
}

.m-28 {
  margin: 2.8rem !important;
}

.m-29 {
  margin: 2.9rem !important;
}

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

.m-31 {
  margin: 3.1rem !important;
}

.m-32 {
  margin: 3.2rem !important;
}

.m-33 {
  margin: 3.3rem !important;
}

.m-34 {
  margin: 3.4rem !important;
}

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

.m-36 {
  margin: 3.6rem !important;
}

.m-37 {
  margin: 3.7rem !important;
}

.m-38 {
  margin: 3.8rem !important;
}

.m-39 {
  margin: 3.9rem !important;
}

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

.m-41 {
  margin: 4.1rem !important;
}

.m-42 {
  margin: 4.2rem !important;
}

.m-43 {
  margin: 4.3rem !important;
}

.m-44 {
  margin: 4.4rem !important;
}

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

.m-46 {
  margin: 4.6rem !important;
}

.m-47 {
  margin: 4.7rem !important;
}

.m-48 {
  margin: 4.8rem !important;
}

.m-49 {
  margin: 4.9rem !important;
}

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

.m-51 {
  margin: 5.1rem !important;
}

.m-52 {
  margin: 5.2rem !important;
}

.m-53 {
  margin: 5.3rem !important;
}

.m-54 {
  margin: 5.4rem !important;
}

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

.m-56 {
  margin: 5.6rem !important;
}

.m-57 {
  margin: 5.7rem !important;
}

.m-58 {
  margin: 5.8rem !important;
}

.m-59 {
  margin: 5.9rem !important;
}

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

.m-61 {
  margin: 6.1rem !important;
}

.m-62 {
  margin: 6.2rem !important;
}

.m-63 {
  margin: 6.3rem !important;
}

.m-64 {
  margin: 6.4rem !important;
}

.m-65 {
  margin: 6.5rem !important;
}

.m-66 {
  margin: 6.6rem !important;
}

.m-67 {
  margin: 6.7rem !important;
}

.m-68 {
  margin: 6.8rem !important;
}

.m-69 {
  margin: 6.9rem !important;
}

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

.m-71 {
  margin: 7.1rem !important;
}

.m-72 {
  margin: 7.2rem !important;
}

.m-73 {
  margin: 7.3rem !important;
}

.m-74 {
  margin: 7.4rem !important;
}

.m-75 {
  margin: 7.5rem !important;
}

.m-76 {
  margin: 7.6rem !important;
}

.m-77 {
  margin: 7.7rem !important;
}

.m-78 {
  margin: 7.8rem !important;
}

.m-79 {
  margin: 7.9rem !important;
}

.m-80 {
  margin: 8rem !important;
}

.m-81 {
  margin: 8.1rem !important;
}

.m-82 {
  margin: 8.2rem !important;
}

.m-83 {
  margin: 8.3rem !important;
}

.m-84 {
  margin: 8.4rem !important;
}

.m-85 {
  margin: 8.5rem !important;
}

.m-86 {
  margin: 8.6rem !important;
}

.m-87 {
  margin: 8.7rem !important;
}

.m-88 {
  margin: 8.8rem !important;
}

.m-89 {
  margin: 8.9rem !important;
}

.m-90 {
  margin: 9rem !important;
}

.m-91 {
  margin: 9.1rem !important;
}

.m-92 {
  margin: 9.2rem !important;
}

.m-93 {
  margin: 9.3rem !important;
}

.m-94 {
  margin: 9.4rem !important;
}

.m-95 {
  margin: 9.5rem !important;
}

.m-96 {
  margin: 9.6rem !important;
}

.m-97 {
  margin: 9.7rem !important;
}

.m-98 {
  margin: 9.8rem !important;
}

.m-99 {
  margin: 9.9rem !important;
}

.m-100 {
  margin: 10rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mx-11 {
  margin-right: 1.1rem !important;
  margin-left: 1.1rem !important;
}

.mx-12 {
  margin-right: 1.2rem !important;
  margin-left: 1.2rem !important;
}

.mx-13 {
  margin-right: 1.3rem !important;
  margin-left: 1.3rem !important;
}

.mx-14 {
  margin-right: 1.4rem !important;
  margin-left: 1.4rem !important;
}

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

.mx-16 {
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.mx-17 {
  margin-right: 1.7rem !important;
  margin-left: 1.7rem !important;
}

.mx-18 {
  margin-right: 1.8rem !important;
  margin-left: 1.8rem !important;
}

.mx-19 {
  margin-right: 1.9rem !important;
  margin-left: 1.9rem !important;
}

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

.mx-21 {
  margin-right: 2.1rem !important;
  margin-left: 2.1rem !important;
}

.mx-22 {
  margin-right: 2.2rem !important;
  margin-left: 2.2rem !important;
}

.mx-23 {
  margin-right: 2.3rem !important;
  margin-left: 2.3rem !important;
}

.mx-24 {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important;
}

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

.mx-26 {
  margin-right: 2.6rem !important;
  margin-left: 2.6rem !important;
}

.mx-27 {
  margin-right: 2.7rem !important;
  margin-left: 2.7rem !important;
}

.mx-28 {
  margin-right: 2.8rem !important;
  margin-left: 2.8rem !important;
}

.mx-29 {
  margin-right: 2.9rem !important;
  margin-left: 2.9rem !important;
}

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

.mx-31 {
  margin-right: 3.1rem !important;
  margin-left: 3.1rem !important;
}

.mx-32 {
  margin-right: 3.2rem !important;
  margin-left: 3.2rem !important;
}

.mx-33 {
  margin-right: 3.3rem !important;
  margin-left: 3.3rem !important;
}

.mx-34 {
  margin-right: 3.4rem !important;
  margin-left: 3.4rem !important;
}

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

.mx-36 {
  margin-right: 3.6rem !important;
  margin-left: 3.6rem !important;
}

.mx-37 {
  margin-right: 3.7rem !important;
  margin-left: 3.7rem !important;
}

.mx-38 {
  margin-right: 3.8rem !important;
  margin-left: 3.8rem !important;
}

.mx-39 {
  margin-right: 3.9rem !important;
  margin-left: 3.9rem !important;
}

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

.mx-41 {
  margin-right: 4.1rem !important;
  margin-left: 4.1rem !important;
}

.mx-42 {
  margin-right: 4.2rem !important;
  margin-left: 4.2rem !important;
}

.mx-43 {
  margin-right: 4.3rem !important;
  margin-left: 4.3rem !important;
}

.mx-44 {
  margin-right: 4.4rem !important;
  margin-left: 4.4rem !important;
}

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

.mx-46 {
  margin-right: 4.6rem !important;
  margin-left: 4.6rem !important;
}

.mx-47 {
  margin-right: 4.7rem !important;
  margin-left: 4.7rem !important;
}

.mx-48 {
  margin-right: 4.8rem !important;
  margin-left: 4.8rem !important;
}

.mx-49 {
  margin-right: 4.9rem !important;
  margin-left: 4.9rem !important;
}

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

.mx-51 {
  margin-right: 5.1rem !important;
  margin-left: 5.1rem !important;
}

.mx-52 {
  margin-right: 5.2rem !important;
  margin-left: 5.2rem !important;
}

.mx-53 {
  margin-right: 5.3rem !important;
  margin-left: 5.3rem !important;
}

.mx-54 {
  margin-right: 5.4rem !important;
  margin-left: 5.4rem !important;
}

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

.mx-56 {
  margin-right: 5.6rem !important;
  margin-left: 5.6rem !important;
}

.mx-57 {
  margin-right: 5.7rem !important;
  margin-left: 5.7rem !important;
}

.mx-58 {
  margin-right: 5.8rem !important;
  margin-left: 5.8rem !important;
}

.mx-59 {
  margin-right: 5.9rem !important;
  margin-left: 5.9rem !important;
}

.mx-60 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-61 {
  margin-right: 6.1rem !important;
  margin-left: 6.1rem !important;
}

.mx-62 {
  margin-right: 6.2rem !important;
  margin-left: 6.2rem !important;
}

.mx-63 {
  margin-right: 6.3rem !important;
  margin-left: 6.3rem !important;
}

.mx-64 {
  margin-right: 6.4rem !important;
  margin-left: 6.4rem !important;
}

.mx-65 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

.mx-66 {
  margin-right: 6.6rem !important;
  margin-left: 6.6rem !important;
}

.mx-67 {
  margin-right: 6.7rem !important;
  margin-left: 6.7rem !important;
}

.mx-68 {
  margin-right: 6.8rem !important;
  margin-left: 6.8rem !important;
}

.mx-69 {
  margin-right: 6.9rem !important;
  margin-left: 6.9rem !important;
}

.mx-70 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-71 {
  margin-right: 7.1rem !important;
  margin-left: 7.1rem !important;
}

.mx-72 {
  margin-right: 7.2rem !important;
  margin-left: 7.2rem !important;
}

.mx-73 {
  margin-right: 7.3rem !important;
  margin-left: 7.3rem !important;
}

.mx-74 {
  margin-right: 7.4rem !important;
  margin-left: 7.4rem !important;
}

.mx-75 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.mx-76 {
  margin-right: 7.6rem !important;
  margin-left: 7.6rem !important;
}

.mx-77 {
  margin-right: 7.7rem !important;
  margin-left: 7.7rem !important;
}

.mx-78 {
  margin-right: 7.8rem !important;
  margin-left: 7.8rem !important;
}

.mx-79 {
  margin-right: 7.9rem !important;
  margin-left: 7.9rem !important;
}

.mx-80 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-81 {
  margin-right: 8.1rem !important;
  margin-left: 8.1rem !important;
}

.mx-82 {
  margin-right: 8.2rem !important;
  margin-left: 8.2rem !important;
}

.mx-83 {
  margin-right: 8.3rem !important;
  margin-left: 8.3rem !important;
}

.mx-84 {
  margin-right: 8.4rem !important;
  margin-left: 8.4rem !important;
}

.mx-85 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}

.mx-86 {
  margin-right: 8.6rem !important;
  margin-left: 8.6rem !important;
}

.mx-87 {
  margin-right: 8.7rem !important;
  margin-left: 8.7rem !important;
}

.mx-88 {
  margin-right: 8.8rem !important;
  margin-left: 8.8rem !important;
}

.mx-89 {
  margin-right: 8.9rem !important;
  margin-left: 8.9rem !important;
}

.mx-90 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-91 {
  margin-right: 9.1rem !important;
  margin-left: 9.1rem !important;
}

.mx-92 {
  margin-right: 9.2rem !important;
  margin-left: 9.2rem !important;
}

.mx-93 {
  margin-right: 9.3rem !important;
  margin-left: 9.3rem !important;
}

.mx-94 {
  margin-right: 9.4rem !important;
  margin-left: 9.4rem !important;
}

.mx-95 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

.mx-96 {
  margin-right: 9.6rem !important;
  margin-left: 9.6rem !important;
}

.mx-97 {
  margin-right: 9.7rem !important;
  margin-left: 9.7rem !important;
}

.mx-98 {
  margin-right: 9.8rem !important;
  margin-left: 9.8rem !important;
}

.mx-99 {
  margin-right: 9.9rem !important;
  margin-left: 9.9rem !important;
}

.mx-100 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 0.6rem !important;
  margin-bottom: 0.6rem !important;
}

.my-7 {
  margin-top: 0.7rem !important;
  margin-bottom: 0.7rem !important;
}

.my-8 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.my-9 {
  margin-top: 0.9rem !important;
  margin-bottom: 0.9rem !important;
}

.my-10 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-11 {
  margin-top: 1.1rem !important;
  margin-bottom: 1.1rem !important;
}

.my-12 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}

.my-13 {
  margin-top: 1.3rem !important;
  margin-bottom: 1.3rem !important;
}

.my-14 {
  margin-top: 1.4rem !important;
  margin-bottom: 1.4rem !important;
}

.my-15 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-16 {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.my-17 {
  margin-top: 1.7rem !important;
  margin-bottom: 1.7rem !important;
}

.my-18 {
  margin-top: 1.8rem !important;
  margin-bottom: 1.8rem !important;
}

.my-19 {
  margin-top: 1.9rem !important;
  margin-bottom: 1.9rem !important;
}

.my-20 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-21 {
  margin-top: 2.1rem !important;
  margin-bottom: 2.1rem !important;
}

.my-22 {
  margin-top: 2.2rem !important;
  margin-bottom: 2.2rem !important;
}

.my-23 {
  margin-top: 2.3rem !important;
  margin-bottom: 2.3rem !important;
}

.my-24 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.my-25 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-26 {
  margin-top: 2.6rem !important;
  margin-bottom: 2.6rem !important;
}

.my-27 {
  margin-top: 2.7rem !important;
  margin-bottom: 2.7rem !important;
}

.my-28 {
  margin-top: 2.8rem !important;
  margin-bottom: 2.8rem !important;
}

.my-29 {
  margin-top: 2.9rem !important;
  margin-bottom: 2.9rem !important;
}

.my-30 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-31 {
  margin-top: 3.1rem !important;
  margin-bottom: 3.1rem !important;
}

.my-32 {
  margin-top: 3.2rem !important;
  margin-bottom: 3.2rem !important;
}

.my-33 {
  margin-top: 3.3rem !important;
  margin-bottom: 3.3rem !important;
}

.my-34 {
  margin-top: 3.4rem !important;
  margin-bottom: 3.4rem !important;
}

.my-35 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-36 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important;
}

.my-37 {
  margin-top: 3.7rem !important;
  margin-bottom: 3.7rem !important;
}

.my-38 {
  margin-top: 3.8rem !important;
  margin-bottom: 3.8rem !important;
}

.my-39 {
  margin-top: 3.9rem !important;
  margin-bottom: 3.9rem !important;
}

.my-40 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-41 {
  margin-top: 4.1rem !important;
  margin-bottom: 4.1rem !important;
}

.my-42 {
  margin-top: 4.2rem !important;
  margin-bottom: 4.2rem !important;
}

.my-43 {
  margin-top: 4.3rem !important;
  margin-bottom: 4.3rem !important;
}

.my-44 {
  margin-top: 4.4rem !important;
  margin-bottom: 4.4rem !important;
}

.my-45 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-46 {
  margin-top: 4.6rem !important;
  margin-bottom: 4.6rem !important;
}

.my-47 {
  margin-top: 4.7rem !important;
  margin-bottom: 4.7rem !important;
}

.my-48 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.my-49 {
  margin-top: 4.9rem !important;
  margin-bottom: 4.9rem !important;
}

.my-50 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-51 {
  margin-top: 5.1rem !important;
  margin-bottom: 5.1rem !important;
}

.my-52 {
  margin-top: 5.2rem !important;
  margin-bottom: 5.2rem !important;
}

.my-53 {
  margin-top: 5.3rem !important;
  margin-bottom: 5.3rem !important;
}

.my-54 {
  margin-top: 5.4rem !important;
  margin-bottom: 5.4rem !important;
}

.my-55 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.my-56 {
  margin-top: 5.6rem !important;
  margin-bottom: 5.6rem !important;
}

.my-57 {
  margin-top: 5.7rem !important;
  margin-bottom: 5.7rem !important;
}

.my-58 {
  margin-top: 5.8rem !important;
  margin-bottom: 5.8rem !important;
}

.my-59 {
  margin-top: 5.9rem !important;
  margin-bottom: 5.9rem !important;
}

.my-60 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-61 {
  margin-top: 6.1rem !important;
  margin-bottom: 6.1rem !important;
}

.my-62 {
  margin-top: 6.2rem !important;
  margin-bottom: 6.2rem !important;
}

.my-63 {
  margin-top: 6.3rem !important;
  margin-bottom: 6.3rem !important;
}

.my-64 {
  margin-top: 6.4rem !important;
  margin-bottom: 6.4rem !important;
}

.my-65 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.my-66 {
  margin-top: 6.6rem !important;
  margin-bottom: 6.6rem !important;
}

.my-67 {
  margin-top: 6.7rem !important;
  margin-bottom: 6.7rem !important;
}

.my-68 {
  margin-top: 6.8rem !important;
  margin-bottom: 6.8rem !important;
}

.my-69 {
  margin-top: 6.9rem !important;
  margin-bottom: 6.9rem !important;
}

.my-70 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-71 {
  margin-top: 7.1rem !important;
  margin-bottom: 7.1rem !important;
}

.my-72 {
  margin-top: 7.2rem !important;
  margin-bottom: 7.2rem !important;
}

.my-73 {
  margin-top: 7.3rem !important;
  margin-bottom: 7.3rem !important;
}

.my-74 {
  margin-top: 7.4rem !important;
  margin-bottom: 7.4rem !important;
}

.my-75 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-76 {
  margin-top: 7.6rem !important;
  margin-bottom: 7.6rem !important;
}

.my-77 {
  margin-top: 7.7rem !important;
  margin-bottom: 7.7rem !important;
}

.my-78 {
  margin-top: 7.8rem !important;
  margin-bottom: 7.8rem !important;
}

.my-79 {
  margin-top: 7.9rem !important;
  margin-bottom: 7.9rem !important;
}

.my-80 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-81 {
  margin-top: 8.1rem !important;
  margin-bottom: 8.1rem !important;
}

.my-82 {
  margin-top: 8.2rem !important;
  margin-bottom: 8.2rem !important;
}

.my-83 {
  margin-top: 8.3rem !important;
  margin-bottom: 8.3rem !important;
}

.my-84 {
  margin-top: 8.4rem !important;
  margin-bottom: 8.4rem !important;
}

.my-85 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

.my-86 {
  margin-top: 8.6rem !important;
  margin-bottom: 8.6rem !important;
}

.my-87 {
  margin-top: 8.7rem !important;
  margin-bottom: 8.7rem !important;
}

.my-88 {
  margin-top: 8.8rem !important;
  margin-bottom: 8.8rem !important;
}

.my-89 {
  margin-top: 8.9rem !important;
  margin-bottom: 8.9rem !important;
}

.my-90 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-91 {
  margin-top: 9.1rem !important;
  margin-bottom: 9.1rem !important;
}

.my-92 {
  margin-top: 9.2rem !important;
  margin-bottom: 9.2rem !important;
}

.my-93 {
  margin-top: 9.3rem !important;
  margin-bottom: 9.3rem !important;
}

.my-94 {
  margin-top: 9.4rem !important;
  margin-bottom: 9.4rem !important;
}

.my-95 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

.my-96 {
  margin-top: 9.6rem !important;
  margin-bottom: 9.6rem !important;
}

.my-97 {
  margin-top: 9.7rem !important;
  margin-bottom: 9.7rem !important;
}

.my-98 {
  margin-top: 9.8rem !important;
  margin-bottom: 9.8rem !important;
}

.my-99 {
  margin-top: 9.9rem !important;
  margin-bottom: 9.9rem !important;
}

.my-100 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 0.6rem !important;
}

.mt-7 {
  margin-top: 0.7rem !important;
}

.mt-8 {
  margin-top: 0.8rem !important;
}

.mt-9 {
  margin-top: 0.9rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-11 {
  margin-top: 1.1rem !important;
}

.mt-12 {
  margin-top: 1.2rem !important;
}

.mt-13 {
  margin-top: 1.3rem !important;
}

.mt-14 {
  margin-top: 1.4rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-16 {
  margin-top: 1.6rem !important;
}

.mt-17 {
  margin-top: 1.7rem !important;
}

.mt-18 {
  margin-top: 1.8rem !important;
}

.mt-19 {
  margin-top: 1.9rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-21 {
  margin-top: 2.1rem !important;
}

.mt-22 {
  margin-top: 2.2rem !important;
}

.mt-23 {
  margin-top: 2.3rem !important;
}

.mt-24 {
  margin-top: 2.4rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.mt-26 {
  margin-top: 2.6rem !important;
}

.mt-27 {
  margin-top: 2.7rem !important;
}

.mt-28 {
  margin-top: 2.8rem !important;
}

.mt-29 {
  margin-top: 2.9rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-31 {
  margin-top: 3.1rem !important;
}

.mt-32 {
  margin-top: 3.2rem !important;
}

.mt-33 {
  margin-top: 3.3rem !important;
}

.mt-34 {
  margin-top: 3.4rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mt-36 {
  margin-top: 3.6rem !important;
}

.mt-37 {
  margin-top: 3.7rem !important;
}

.mt-38 {
  margin-top: 3.8rem !important;
}

.mt-39 {
  margin-top: 3.9rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-41 {
  margin-top: 4.1rem !important;
}

.mt-42 {
  margin-top: 4.2rem !important;
}

.mt-43 {
  margin-top: 4.3rem !important;
}

.mt-44 {
  margin-top: 4.4rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.mt-46 {
  margin-top: 4.6rem !important;
}

.mt-47 {
  margin-top: 4.7rem !important;
}

.mt-48 {
  margin-top: 4.8rem !important;
}

.mt-49 {
  margin-top: 4.9rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-51 {
  margin-top: 5.1rem !important;
}

.mt-52 {
  margin-top: 5.2rem !important;
}

.mt-53 {
  margin-top: 5.3rem !important;
}

.mt-54 {
  margin-top: 5.4rem !important;
}

.mt-55 {
  margin-top: 5.5rem !important;
}

.mt-56 {
  margin-top: 5.6rem !important;
}

.mt-57 {
  margin-top: 5.7rem !important;
}

.mt-58 {
  margin-top: 5.8rem !important;
}

.mt-59 {
  margin-top: 5.9rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-61 {
  margin-top: 6.1rem !important;
}

.mt-62 {
  margin-top: 6.2rem !important;
}

.mt-63 {
  margin-top: 6.3rem !important;
}

.mt-64 {
  margin-top: 6.4rem !important;
}

.mt-65 {
  margin-top: 6.5rem !important;
}

.mt-66 {
  margin-top: 6.6rem !important;
}

.mt-67 {
  margin-top: 6.7rem !important;
}

.mt-68 {
  margin-top: 6.8rem !important;
}

.mt-69 {
  margin-top: 6.9rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-71 {
  margin-top: 7.1rem !important;
}

.mt-72 {
  margin-top: 7.2rem !important;
}

.mt-73 {
  margin-top: 7.3rem !important;
}

.mt-74 {
  margin-top: 7.4rem !important;
}

.mt-75 {
  margin-top: 7.5rem !important;
}

.mt-76 {
  margin-top: 7.6rem !important;
}

.mt-77 {
  margin-top: 7.7rem !important;
}

.mt-78 {
  margin-top: 7.8rem !important;
}

.mt-79 {
  margin-top: 7.9rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mt-81 {
  margin-top: 8.1rem !important;
}

.mt-82 {
  margin-top: 8.2rem !important;
}

.mt-83 {
  margin-top: 8.3rem !important;
}

.mt-84 {
  margin-top: 8.4rem !important;
}

.mt-85 {
  margin-top: 8.5rem !important;
}

.mt-86 {
  margin-top: 8.6rem !important;
}

.mt-87 {
  margin-top: 8.7rem !important;
}

.mt-88 {
  margin-top: 8.8rem !important;
}

.mt-89 {
  margin-top: 8.9rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mt-91 {
  margin-top: 9.1rem !important;
}

.mt-92 {
  margin-top: 9.2rem !important;
}

.mt-93 {
  margin-top: 9.3rem !important;
}

.mt-94 {
  margin-top: 9.4rem !important;
}

.mt-95 {
  margin-top: 9.5rem !important;
}

.mt-96 {
  margin-top: 9.6rem !important;
}

.mt-97 {
  margin-top: 9.7rem !important;
}

.mt-98 {
  margin-top: 9.8rem !important;
}

.mt-99 {
  margin-top: 9.9rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 0.6rem !important;
}

.me-7 {
  margin-right: 0.7rem !important;
}

.me-8 {
  margin-right: 0.8rem !important;
}

.me-9 {
  margin-right: 0.9rem !important;
}

.me-10 {
  margin-right: 1rem !important;
}

.me-11 {
  margin-right: 1.1rem !important;
}

.me-12 {
  margin-right: 1.2rem !important;
}

.me-13 {
  margin-right: 1.3rem !important;
}

.me-14 {
  margin-right: 1.4rem !important;
}

.me-15 {
  margin-right: 1.5rem !important;
}

.me-16 {
  margin-right: 1.6rem !important;
}

.me-17 {
  margin-right: 1.7rem !important;
}

.me-18 {
  margin-right: 1.8rem !important;
}

.me-19 {
  margin-right: 1.9rem !important;
}

.me-20 {
  margin-right: 2rem !important;
}

.me-21 {
  margin-right: 2.1rem !important;
}

.me-22 {
  margin-right: 2.2rem !important;
}

.me-23 {
  margin-right: 2.3rem !important;
}

.me-24 {
  margin-right: 2.4rem !important;
}

.me-25 {
  margin-right: 2.5rem !important;
}

.me-26 {
  margin-right: 2.6rem !important;
}

.me-27 {
  margin-right: 2.7rem !important;
}

.me-28 {
  margin-right: 2.8rem !important;
}

.me-29 {
  margin-right: 2.9rem !important;
}

.me-30 {
  margin-right: 3rem !important;
}

.me-31 {
  margin-right: 3.1rem !important;
}

.me-32 {
  margin-right: 3.2rem !important;
}

.me-33 {
  margin-right: 3.3rem !important;
}

.me-34 {
  margin-right: 3.4rem !important;
}

.me-35 {
  margin-right: 3.5rem !important;
}

.me-36 {
  margin-right: 3.6rem !important;
}

.me-37 {
  margin-right: 3.7rem !important;
}

.me-38 {
  margin-right: 3.8rem !important;
}

.me-39 {
  margin-right: 3.9rem !important;
}

.me-40 {
  margin-right: 4rem !important;
}

.me-41 {
  margin-right: 4.1rem !important;
}

.me-42 {
  margin-right: 4.2rem !important;
}

.me-43 {
  margin-right: 4.3rem !important;
}

.me-44 {
  margin-right: 4.4rem !important;
}

.me-45 {
  margin-right: 4.5rem !important;
}

.me-46 {
  margin-right: 4.6rem !important;
}

.me-47 {
  margin-right: 4.7rem !important;
}

.me-48 {
  margin-right: 4.8rem !important;
}

.me-49 {
  margin-right: 4.9rem !important;
}

.me-50 {
  margin-right: 5rem !important;
}

.me-51 {
  margin-right: 5.1rem !important;
}

.me-52 {
  margin-right: 5.2rem !important;
}

.me-53 {
  margin-right: 5.3rem !important;
}

.me-54 {
  margin-right: 5.4rem !important;
}

.me-55 {
  margin-right: 5.5rem !important;
}

.me-56 {
  margin-right: 5.6rem !important;
}

.me-57 {
  margin-right: 5.7rem !important;
}

.me-58 {
  margin-right: 5.8rem !important;
}

.me-59 {
  margin-right: 5.9rem !important;
}

.me-60 {
  margin-right: 6rem !important;
}

.me-61 {
  margin-right: 6.1rem !important;
}

.me-62 {
  margin-right: 6.2rem !important;
}

.me-63 {
  margin-right: 6.3rem !important;
}

.me-64 {
  margin-right: 6.4rem !important;
}

.me-65 {
  margin-right: 6.5rem !important;
}

.me-66 {
  margin-right: 6.6rem !important;
}

.me-67 {
  margin-right: 6.7rem !important;
}

.me-68 {
  margin-right: 6.8rem !important;
}

.me-69 {
  margin-right: 6.9rem !important;
}

.me-70 {
  margin-right: 7rem !important;
}

.me-71 {
  margin-right: 7.1rem !important;
}

.me-72 {
  margin-right: 7.2rem !important;
}

.me-73 {
  margin-right: 7.3rem !important;
}

.me-74 {
  margin-right: 7.4rem !important;
}

.me-75 {
  margin-right: 7.5rem !important;
}

.me-76 {
  margin-right: 7.6rem !important;
}

.me-77 {
  margin-right: 7.7rem !important;
}

.me-78 {
  margin-right: 7.8rem !important;
}

.me-79 {
  margin-right: 7.9rem !important;
}

.me-80 {
  margin-right: 8rem !important;
}

.me-81 {
  margin-right: 8.1rem !important;
}

.me-82 {
  margin-right: 8.2rem !important;
}

.me-83 {
  margin-right: 8.3rem !important;
}

.me-84 {
  margin-right: 8.4rem !important;
}

.me-85 {
  margin-right: 8.5rem !important;
}

.me-86 {
  margin-right: 8.6rem !important;
}

.me-87 {
  margin-right: 8.7rem !important;
}

.me-88 {
  margin-right: 8.8rem !important;
}

.me-89 {
  margin-right: 8.9rem !important;
}

.me-90 {
  margin-right: 9rem !important;
}

.me-91 {
  margin-right: 9.1rem !important;
}

.me-92 {
  margin-right: 9.2rem !important;
}

.me-93 {
  margin-right: 9.3rem !important;
}

.me-94 {
  margin-right: 9.4rem !important;
}

.me-95 {
  margin-right: 9.5rem !important;
}

.me-96 {
  margin-right: 9.6rem !important;
}

.me-97 {
  margin-right: 9.7rem !important;
}

.me-98 {
  margin-right: 9.8rem !important;
}

.me-99 {
  margin-right: 9.9rem !important;
}

.me-100 {
  margin-right: 10rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 0.6rem !important;
}

.mb-7 {
  margin-bottom: 0.7rem !important;
}

.mb-8 {
  margin-bottom: 0.8rem !important;
}

.mb-9 {
  margin-bottom: 0.9rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-11 {
  margin-bottom: 1.1rem !important;
}

.mb-12 {
  margin-bottom: 1.2rem !important;
}

.mb-13 {
  margin-bottom: 1.3rem !important;
}

.mb-14 {
  margin-bottom: 1.4rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-16 {
  margin-bottom: 1.6rem !important;
}

.mb-17 {
  margin-bottom: 1.7rem !important;
}

.mb-18 {
  margin-bottom: 1.8rem !important;
}

.mb-19 {
  margin-bottom: 1.9rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-21 {
  margin-bottom: 2.1rem !important;
}

.mb-22 {
  margin-bottom: 2.2rem !important;
}

.mb-23 {
  margin-bottom: 2.3rem !important;
}

.mb-24 {
  margin-bottom: 2.4rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-26 {
  margin-bottom: 2.6rem !important;
}

.mb-27 {
  margin-bottom: 2.7rem !important;
}

.mb-28 {
  margin-bottom: 2.8rem !important;
}

.mb-29 {
  margin-bottom: 2.9rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-31 {
  margin-bottom: 3.1rem !important;
}

.mb-32 {
  margin-bottom: 3.2rem !important;
}

.mb-33 {
  margin-bottom: 3.3rem !important;
}

.mb-34 {
  margin-bottom: 3.4rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mb-36 {
  margin-bottom: 3.6rem !important;
}

.mb-37 {
  margin-bottom: 3.7rem !important;
}

.mb-38 {
  margin-bottom: 3.8rem !important;
}

.mb-39 {
  margin-bottom: 3.9rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-41 {
  margin-bottom: 4.1rem !important;
}

.mb-42 {
  margin-bottom: 4.2rem !important;
}

.mb-43 {
  margin-bottom: 4.3rem !important;
}

.mb-44 {
  margin-bottom: 4.4rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mb-46 {
  margin-bottom: 4.6rem !important;
}

.mb-47 {
  margin-bottom: 4.7rem !important;
}

.mb-48 {
  margin-bottom: 4.8rem !important;
}

.mb-49 {
  margin-bottom: 4.9rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-51 {
  margin-bottom: 5.1rem !important;
}

.mb-52 {
  margin-bottom: 5.2rem !important;
}

.mb-53 {
  margin-bottom: 5.3rem !important;
}

.mb-54 {
  margin-bottom: 5.4rem !important;
}

.mb-55 {
  margin-bottom: 5.5rem !important;
}

.mb-56 {
  margin-bottom: 5.6rem !important;
}

.mb-57 {
  margin-bottom: 5.7rem !important;
}

.mb-58 {
  margin-bottom: 5.8rem !important;
}

.mb-59 {
  margin-bottom: 5.9rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-61 {
  margin-bottom: 6.1rem !important;
}

.mb-62 {
  margin-bottom: 6.2rem !important;
}

.mb-63 {
  margin-bottom: 6.3rem !important;
}

.mb-64 {
  margin-bottom: 6.4rem !important;
}

.mb-65 {
  margin-bottom: 6.5rem !important;
}

.mb-66 {
  margin-bottom: 6.6rem !important;
}

.mb-67 {
  margin-bottom: 6.7rem !important;
}

.mb-68 {
  margin-bottom: 6.8rem !important;
}

.mb-69 {
  margin-bottom: 6.9rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-71 {
  margin-bottom: 7.1rem !important;
}

.mb-72 {
  margin-bottom: 7.2rem !important;
}

.mb-73 {
  margin-bottom: 7.3rem !important;
}

.mb-74 {
  margin-bottom: 7.4rem !important;
}

.mb-75 {
  margin-bottom: 7.5rem !important;
}

.mb-76 {
  margin-bottom: 7.6rem !important;
}

.mb-77 {
  margin-bottom: 7.7rem !important;
}

.mb-78 {
  margin-bottom: 7.8rem !important;
}

.mb-79 {
  margin-bottom: 7.9rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-81 {
  margin-bottom: 8.1rem !important;
}

.mb-82 {
  margin-bottom: 8.2rem !important;
}

.mb-83 {
  margin-bottom: 8.3rem !important;
}

.mb-84 {
  margin-bottom: 8.4rem !important;
}

.mb-85 {
  margin-bottom: 8.5rem !important;
}

.mb-86 {
  margin-bottom: 8.6rem !important;
}

.mb-87 {
  margin-bottom: 8.7rem !important;
}

.mb-88 {
  margin-bottom: 8.8rem !important;
}

.mb-89 {
  margin-bottom: 8.9rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mb-91 {
  margin-bottom: 9.1rem !important;
}

.mb-92 {
  margin-bottom: 9.2rem !important;
}

.mb-93 {
  margin-bottom: 9.3rem !important;
}

.mb-94 {
  margin-bottom: 9.4rem !important;
}

.mb-95 {
  margin-bottom: 9.5rem !important;
}

.mb-96 {
  margin-bottom: 9.6rem !important;
}

.mb-97 {
  margin-bottom: 9.7rem !important;
}

.mb-98 {
  margin-bottom: 9.8rem !important;
}

.mb-99 {
  margin-bottom: 9.9rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 0.6rem !important;
}

.ms-7 {
  margin-left: 0.7rem !important;
}

.ms-8 {
  margin-left: 0.8rem !important;
}

.ms-9 {
  margin-left: 0.9rem !important;
}

.ms-10 {
  margin-left: 1rem !important;
}

.ms-11 {
  margin-left: 1.1rem !important;
}

.ms-12 {
  margin-left: 1.2rem !important;
}

.ms-13 {
  margin-left: 1.3rem !important;
}

.ms-14 {
  margin-left: 1.4rem !important;
}

.ms-15 {
  margin-left: 1.5rem !important;
}

.ms-16 {
  margin-left: 1.6rem !important;
}

.ms-17 {
  margin-left: 1.7rem !important;
}

.ms-18 {
  margin-left: 1.8rem !important;
}

.ms-19 {
  margin-left: 1.9rem !important;
}

.ms-20 {
  margin-left: 2rem !important;
}

.ms-21 {
  margin-left: 2.1rem !important;
}

.ms-22 {
  margin-left: 2.2rem !important;
}

.ms-23 {
  margin-left: 2.3rem !important;
}

.ms-24 {
  margin-left: 2.4rem !important;
}

.ms-25 {
  margin-left: 2.5rem !important;
}

.ms-26 {
  margin-left: 2.6rem !important;
}

.ms-27 {
  margin-left: 2.7rem !important;
}

.ms-28 {
  margin-left: 2.8rem !important;
}

.ms-29 {
  margin-left: 2.9rem !important;
}

.ms-30 {
  margin-left: 3rem !important;
}

.ms-31 {
  margin-left: 3.1rem !important;
}

.ms-32 {
  margin-left: 3.2rem !important;
}

.ms-33 {
  margin-left: 3.3rem !important;
}

.ms-34 {
  margin-left: 3.4rem !important;
}

.ms-35 {
  margin-left: 3.5rem !important;
}

.ms-36 {
  margin-left: 3.6rem !important;
}

.ms-37 {
  margin-left: 3.7rem !important;
}

.ms-38 {
  margin-left: 3.8rem !important;
}

.ms-39 {
  margin-left: 3.9rem !important;
}

.ms-40 {
  margin-left: 4rem !important;
}

.ms-41 {
  margin-left: 4.1rem !important;
}

.ms-42 {
  margin-left: 4.2rem !important;
}

.ms-43 {
  margin-left: 4.3rem !important;
}

.ms-44 {
  margin-left: 4.4rem !important;
}

.ms-45 {
  margin-left: 4.5rem !important;
}

.ms-46 {
  margin-left: 4.6rem !important;
}

.ms-47 {
  margin-left: 4.7rem !important;
}

.ms-48 {
  margin-left: 4.8rem !important;
}

.ms-49 {
  margin-left: 4.9rem !important;
}

.ms-50 {
  margin-left: 5rem !important;
}

.ms-51 {
  margin-left: 5.1rem !important;
}

.ms-52 {
  margin-left: 5.2rem !important;
}

.ms-53 {
  margin-left: 5.3rem !important;
}

.ms-54 {
  margin-left: 5.4rem !important;
}

.ms-55 {
  margin-left: 5.5rem !important;
}

.ms-56 {
  margin-left: 5.6rem !important;
}

.ms-57 {
  margin-left: 5.7rem !important;
}

.ms-58 {
  margin-left: 5.8rem !important;
}

.ms-59 {
  margin-left: 5.9rem !important;
}

.ms-60 {
  margin-left: 6rem !important;
}

.ms-61 {
  margin-left: 6.1rem !important;
}

.ms-62 {
  margin-left: 6.2rem !important;
}

.ms-63 {
  margin-left: 6.3rem !important;
}

.ms-64 {
  margin-left: 6.4rem !important;
}

.ms-65 {
  margin-left: 6.5rem !important;
}

.ms-66 {
  margin-left: 6.6rem !important;
}

.ms-67 {
  margin-left: 6.7rem !important;
}

.ms-68 {
  margin-left: 6.8rem !important;
}

.ms-69 {
  margin-left: 6.9rem !important;
}

.ms-70 {
  margin-left: 7rem !important;
}

.ms-71 {
  margin-left: 7.1rem !important;
}

.ms-72 {
  margin-left: 7.2rem !important;
}

.ms-73 {
  margin-left: 7.3rem !important;
}

.ms-74 {
  margin-left: 7.4rem !important;
}

.ms-75 {
  margin-left: 7.5rem !important;
}

.ms-76 {
  margin-left: 7.6rem !important;
}

.ms-77 {
  margin-left: 7.7rem !important;
}

.ms-78 {
  margin-left: 7.8rem !important;
}

.ms-79 {
  margin-left: 7.9rem !important;
}

.ms-80 {
  margin-left: 8rem !important;
}

.ms-81 {
  margin-left: 8.1rem !important;
}

.ms-82 {
  margin-left: 8.2rem !important;
}

.ms-83 {
  margin-left: 8.3rem !important;
}

.ms-84 {
  margin-left: 8.4rem !important;
}

.ms-85 {
  margin-left: 8.5rem !important;
}

.ms-86 {
  margin-left: 8.6rem !important;
}

.ms-87 {
  margin-left: 8.7rem !important;
}

.ms-88 {
  margin-left: 8.8rem !important;
}

.ms-89 {
  margin-left: 8.9rem !important;
}

.ms-90 {
  margin-left: 9rem !important;
}

.ms-91 {
  margin-left: 9.1rem !important;
}

.ms-92 {
  margin-left: 9.2rem !important;
}

.ms-93 {
  margin-left: 9.3rem !important;
}

.ms-94 {
  margin-left: 9.4rem !important;
}

.ms-95 {
  margin-left: 9.5rem !important;
}

.ms-96 {
  margin-left: 9.6rem !important;
}

.ms-97 {
  margin-left: 9.7rem !important;
}

.ms-98 {
  margin-left: 9.8rem !important;
}

.ms-99 {
  margin-left: 9.9rem !important;
}

.ms-100 {
  margin-left: 10rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 0.6rem !important;
}

.p-7 {
  padding: 0.7rem !important;
}

.p-8 {
  padding: 0.8rem !important;
}

.p-9 {
  padding: 0.9rem !important;
}

.p-10 {
  padding: 1rem !important;
}

.p-11 {
  padding: 1.1rem !important;
}

.p-12 {
  padding: 1.2rem !important;
}

.p-13 {
  padding: 1.3rem !important;
}

.p-14 {
  padding: 1.4rem !important;
}

.p-15 {
  padding: 1.5rem !important;
}

.p-16 {
  padding: 1.6rem !important;
}

.p-17 {
  padding: 1.7rem !important;
}

.p-18 {
  padding: 1.8rem !important;
}

.p-19 {
  padding: 1.9rem !important;
}

.p-20 {
  padding: 2rem !important;
}

.p-21 {
  padding: 2.1rem !important;
}

.p-22 {
  padding: 2.2rem !important;
}

.p-23 {
  padding: 2.3rem !important;
}

.p-24 {
  padding: 2.4rem !important;
}

.p-25 {
  padding: 2.5rem !important;
}

.p-26 {
  padding: 2.6rem !important;
}

.p-27 {
  padding: 2.7rem !important;
}

.p-28 {
  padding: 2.8rem !important;
}

.p-29 {
  padding: 2.9rem !important;
}

.p-30 {
  padding: 3rem !important;
}

.p-31 {
  padding: 3.1rem !important;
}

.p-32 {
  padding: 3.2rem !important;
}

.p-33 {
  padding: 3.3rem !important;
}

.p-34 {
  padding: 3.4rem !important;
}

.p-35 {
  padding: 3.5rem !important;
}

.p-36 {
  padding: 3.6rem !important;
}

.p-37 {
  padding: 3.7rem !important;
}

.p-38 {
  padding: 3.8rem !important;
}

.p-39 {
  padding: 3.9rem !important;
}

.p-40 {
  padding: 4rem !important;
}

.p-41 {
  padding: 4.1rem !important;
}

.p-42 {
  padding: 4.2rem !important;
}

.p-43 {
  padding: 4.3rem !important;
}

.p-44 {
  padding: 4.4rem !important;
}

.p-45 {
  padding: 4.5rem !important;
}

.p-46 {
  padding: 4.6rem !important;
}

.p-47 {
  padding: 4.7rem !important;
}

.p-48 {
  padding: 4.8rem !important;
}

.p-49 {
  padding: 4.9rem !important;
}

.p-50 {
  padding: 5rem !important;
}

.p-51 {
  padding: 5.1rem !important;
}

.p-52 {
  padding: 5.2rem !important;
}

.p-53 {
  padding: 5.3rem !important;
}

.p-54 {
  padding: 5.4rem !important;
}

.p-55 {
  padding: 5.5rem !important;
}

.p-56 {
  padding: 5.6rem !important;
}

.p-57 {
  padding: 5.7rem !important;
}

.p-58 {
  padding: 5.8rem !important;
}

.p-59 {
  padding: 5.9rem !important;
}

.p-60 {
  padding: 6rem !important;
}

.p-61 {
  padding: 6.1rem !important;
}

.p-62 {
  padding: 6.2rem !important;
}

.p-63 {
  padding: 6.3rem !important;
}

.p-64 {
  padding: 6.4rem !important;
}

.p-65 {
  padding: 6.5rem !important;
}

.p-66 {
  padding: 6.6rem !important;
}

.p-67 {
  padding: 6.7rem !important;
}

.p-68 {
  padding: 6.8rem !important;
}

.p-69 {
  padding: 6.9rem !important;
}

.p-70 {
  padding: 7rem !important;
}

.p-71 {
  padding: 7.1rem !important;
}

.p-72 {
  padding: 7.2rem !important;
}

.p-73 {
  padding: 7.3rem !important;
}

.p-74 {
  padding: 7.4rem !important;
}

.p-75 {
  padding: 7.5rem !important;
}

.p-76 {
  padding: 7.6rem !important;
}

.p-77 {
  padding: 7.7rem !important;
}

.p-78 {
  padding: 7.8rem !important;
}

.p-79 {
  padding: 7.9rem !important;
}

.p-80 {
  padding: 8rem !important;
}

.p-81 {
  padding: 8.1rem !important;
}

.p-82 {
  padding: 8.2rem !important;
}

.p-83 {
  padding: 8.3rem !important;
}

.p-84 {
  padding: 8.4rem !important;
}

.p-85 {
  padding: 8.5rem !important;
}

.p-86 {
  padding: 8.6rem !important;
}

.p-87 {
  padding: 8.7rem !important;
}

.p-88 {
  padding: 8.8rem !important;
}

.p-89 {
  padding: 8.9rem !important;
}

.p-90 {
  padding: 9rem !important;
}

.p-91 {
  padding: 9.1rem !important;
}

.p-92 {
  padding: 9.2rem !important;
}

.p-93 {
  padding: 9.3rem !important;
}

.p-94 {
  padding: 9.4rem !important;
}

.p-95 {
  padding: 9.5rem !important;
}

.p-96 {
  padding: 9.6rem !important;
}

.p-97 {
  padding: 9.7rem !important;
}

.p-98 {
  padding: 9.8rem !important;
}

.p-99 {
  padding: 9.9rem !important;
}

.p-100 {
  padding: 10rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-6 {
  padding-right: 0.6rem !important;
  padding-left: 0.6rem !important;
}

.px-7 {
  padding-right: 0.7rem !important;
  padding-left: 0.7rem !important;
}

.px-8 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.px-9 {
  padding-right: 0.9rem !important;
  padding-left: 0.9rem !important;
}

.px-10 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-11 {
  padding-right: 1.1rem !important;
  padding-left: 1.1rem !important;
}

.px-12 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

.px-13 {
  padding-right: 1.3rem !important;
  padding-left: 1.3rem !important;
}

.px-14 {
  padding-right: 1.4rem !important;
  padding-left: 1.4rem !important;
}

.px-15 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-16 {
  padding-right: 1.6rem !important;
  padding-left: 1.6rem !important;
}

.px-17 {
  padding-right: 1.7rem !important;
  padding-left: 1.7rem !important;
}

.px-18 {
  padding-right: 1.8rem !important;
  padding-left: 1.8rem !important;
}

.px-19 {
  padding-right: 1.9rem !important;
  padding-left: 1.9rem !important;
}

.px-20 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-21 {
  padding-right: 2.1rem !important;
  padding-left: 2.1rem !important;
}

.px-22 {
  padding-right: 2.2rem !important;
  padding-left: 2.2rem !important;
}

.px-23 {
  padding-right: 2.3rem !important;
  padding-left: 2.3rem !important;
}

.px-24 {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important;
}

.px-25 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-26 {
  padding-right: 2.6rem !important;
  padding-left: 2.6rem !important;
}

.px-27 {
  padding-right: 2.7rem !important;
  padding-left: 2.7rem !important;
}

.px-28 {
  padding-right: 2.8rem !important;
  padding-left: 2.8rem !important;
}

.px-29 {
  padding-right: 2.9rem !important;
  padding-left: 2.9rem !important;
}

.px-30 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-31 {
  padding-right: 3.1rem !important;
  padding-left: 3.1rem !important;
}

.px-32 {
  padding-right: 3.2rem !important;
  padding-left: 3.2rem !important;
}

.px-33 {
  padding-right: 3.3rem !important;
  padding-left: 3.3rem !important;
}

.px-34 {
  padding-right: 3.4rem !important;
  padding-left: 3.4rem !important;
}

.px-35 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-36 {
  padding-right: 3.6rem !important;
  padding-left: 3.6rem !important;
}

.px-37 {
  padding-right: 3.7rem !important;
  padding-left: 3.7rem !important;
}

.px-38 {
  padding-right: 3.8rem !important;
  padding-left: 3.8rem !important;
}

.px-39 {
  padding-right: 3.9rem !important;
  padding-left: 3.9rem !important;
}

.px-40 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-41 {
  padding-right: 4.1rem !important;
  padding-left: 4.1rem !important;
}

.px-42 {
  padding-right: 4.2rem !important;
  padding-left: 4.2rem !important;
}

.px-43 {
  padding-right: 4.3rem !important;
  padding-left: 4.3rem !important;
}

.px-44 {
  padding-right: 4.4rem !important;
  padding-left: 4.4rem !important;
}

.px-45 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-46 {
  padding-right: 4.6rem !important;
  padding-left: 4.6rem !important;
}

.px-47 {
  padding-right: 4.7rem !important;
  padding-left: 4.7rem !important;
}

.px-48 {
  padding-right: 4.8rem !important;
  padding-left: 4.8rem !important;
}

.px-49 {
  padding-right: 4.9rem !important;
  padding-left: 4.9rem !important;
}

.px-50 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-51 {
  padding-right: 5.1rem !important;
  padding-left: 5.1rem !important;
}

.px-52 {
  padding-right: 5.2rem !important;
  padding-left: 5.2rem !important;
}

.px-53 {
  padding-right: 5.3rem !important;
  padding-left: 5.3rem !important;
}

.px-54 {
  padding-right: 5.4rem !important;
  padding-left: 5.4rem !important;
}

.px-55 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.px-56 {
  padding-right: 5.6rem !important;
  padding-left: 5.6rem !important;
}

.px-57 {
  padding-right: 5.7rem !important;
  padding-left: 5.7rem !important;
}

.px-58 {
  padding-right: 5.8rem !important;
  padding-left: 5.8rem !important;
}

.px-59 {
  padding-right: 5.9rem !important;
  padding-left: 5.9rem !important;
}

.px-60 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-61 {
  padding-right: 6.1rem !important;
  padding-left: 6.1rem !important;
}

.px-62 {
  padding-right: 6.2rem !important;
  padding-left: 6.2rem !important;
}

.px-63 {
  padding-right: 6.3rem !important;
  padding-left: 6.3rem !important;
}

.px-64 {
  padding-right: 6.4rem !important;
  padding-left: 6.4rem !important;
}

.px-65 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.px-66 {
  padding-right: 6.6rem !important;
  padding-left: 6.6rem !important;
}

.px-67 {
  padding-right: 6.7rem !important;
  padding-left: 6.7rem !important;
}

.px-68 {
  padding-right: 6.8rem !important;
  padding-left: 6.8rem !important;
}

.px-69 {
  padding-right: 6.9rem !important;
  padding-left: 6.9rem !important;
}

.px-70 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-71 {
  padding-right: 7.1rem !important;
  padding-left: 7.1rem !important;
}

.px-72 {
  padding-right: 7.2rem !important;
  padding-left: 7.2rem !important;
}

.px-73 {
  padding-right: 7.3rem !important;
  padding-left: 7.3rem !important;
}

.px-74 {
  padding-right: 7.4rem !important;
  padding-left: 7.4rem !important;
}

.px-75 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-76 {
  padding-right: 7.6rem !important;
  padding-left: 7.6rem !important;
}

.px-77 {
  padding-right: 7.7rem !important;
  padding-left: 7.7rem !important;
}

.px-78 {
  padding-right: 7.8rem !important;
  padding-left: 7.8rem !important;
}

.px-79 {
  padding-right: 7.9rem !important;
  padding-left: 7.9rem !important;
}

.px-80 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-81 {
  padding-right: 8.1rem !important;
  padding-left: 8.1rem !important;
}

.px-82 {
  padding-right: 8.2rem !important;
  padding-left: 8.2rem !important;
}

.px-83 {
  padding-right: 8.3rem !important;
  padding-left: 8.3rem !important;
}

.px-84 {
  padding-right: 8.4rem !important;
  padding-left: 8.4rem !important;
}

.px-85 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

.px-86 {
  padding-right: 8.6rem !important;
  padding-left: 8.6rem !important;
}

.px-87 {
  padding-right: 8.7rem !important;
  padding-left: 8.7rem !important;
}

.px-88 {
  padding-right: 8.8rem !important;
  padding-left: 8.8rem !important;
}

.px-89 {
  padding-right: 8.9rem !important;
  padding-left: 8.9rem !important;
}

.px-90 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-91 {
  padding-right: 9.1rem !important;
  padding-left: 9.1rem !important;
}

.px-92 {
  padding-right: 9.2rem !important;
  padding-left: 9.2rem !important;
}

.px-93 {
  padding-right: 9.3rem !important;
  padding-left: 9.3rem !important;
}

.px-94 {
  padding-right: 9.4rem !important;
  padding-left: 9.4rem !important;
}

.px-95 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

.px-96 {
  padding-right: 9.6rem !important;
  padding-left: 9.6rem !important;
}

.px-97 {
  padding-right: 9.7rem !important;
  padding-left: 9.7rem !important;
}

.px-98 {
  padding-right: 9.8rem !important;
  padding-left: 9.8rem !important;
}

.px-99 {
  padding-right: 9.9rem !important;
  padding-left: 9.9rem !important;
}

.px-100 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}

.py-7 {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

.py-8 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.py-9 {
  padding-top: 0.9rem !important;
  padding-bottom: 0.9rem !important;
}

.py-10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-11 {
  padding-top: 1.1rem !important;
  padding-bottom: 1.1rem !important;
}

.py-12 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.py-13 {
  padding-top: 1.3rem !important;
  padding-bottom: 1.3rem !important;
}

.py-14 {
  padding-top: 1.4rem !important;
  padding-bottom: 1.4rem !important;
}

.py-15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-16 {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.py-17 {
  padding-top: 1.7rem !important;
  padding-bottom: 1.7rem !important;
}

.py-18 {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}

.py-19 {
  padding-top: 1.9rem !important;
  padding-bottom: 1.9rem !important;
}

.py-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-21 {
  padding-top: 2.1rem !important;
  padding-bottom: 2.1rem !important;
}

.py-22 {
  padding-top: 2.2rem !important;
  padding-bottom: 2.2rem !important;
}

.py-23 {
  padding-top: 2.3rem !important;
  padding-bottom: 2.3rem !important;
}

.py-24 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.py-25 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-26 {
  padding-top: 2.6rem !important;
  padding-bottom: 2.6rem !important;
}

.py-27 {
  padding-top: 2.7rem !important;
  padding-bottom: 2.7rem !important;
}

.py-28 {
  padding-top: 2.8rem !important;
  padding-bottom: 2.8rem !important;
}

.py-29 {
  padding-top: 2.9rem !important;
  padding-bottom: 2.9rem !important;
}

.py-30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-31 {
  padding-top: 3.1rem !important;
  padding-bottom: 3.1rem !important;
}

.py-32 {
  padding-top: 3.2rem !important;
  padding-bottom: 3.2rem !important;
}

.py-33 {
  padding-top: 3.3rem !important;
  padding-bottom: 3.3rem !important;
}

.py-34 {
  padding-top: 3.4rem !important;
  padding-bottom: 3.4rem !important;
}

.py-35 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-36 {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

.py-37 {
  padding-top: 3.7rem !important;
  padding-bottom: 3.7rem !important;
}

.py-38 {
  padding-top: 3.8rem !important;
  padding-bottom: 3.8rem !important;
}

.py-39 {
  padding-top: 3.9rem !important;
  padding-bottom: 3.9rem !important;
}

.py-40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-41 {
  padding-top: 4.1rem !important;
  padding-bottom: 4.1rem !important;
}

.py-42 {
  padding-top: 4.2rem !important;
  padding-bottom: 4.2rem !important;
}

.py-43 {
  padding-top: 4.3rem !important;
  padding-bottom: 4.3rem !important;
}

.py-44 {
  padding-top: 4.4rem !important;
  padding-bottom: 4.4rem !important;
}

.py-45 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-46 {
  padding-top: 4.6rem !important;
  padding-bottom: 4.6rem !important;
}

.py-47 {
  padding-top: 4.7rem !important;
  padding-bottom: 4.7rem !important;
}

.py-48 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

.py-49 {
  padding-top: 4.9rem !important;
  padding-bottom: 4.9rem !important;
}

.py-50 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-51 {
  padding-top: 5.1rem !important;
  padding-bottom: 5.1rem !important;
}

.py-52 {
  padding-top: 5.2rem !important;
  padding-bottom: 5.2rem !important;
}

.py-53 {
  padding-top: 5.3rem !important;
  padding-bottom: 5.3rem !important;
}

.py-54 {
  padding-top: 5.4rem !important;
  padding-bottom: 5.4rem !important;
}

.py-55 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.py-56 {
  padding-top: 5.6rem !important;
  padding-bottom: 5.6rem !important;
}

.py-57 {
  padding-top: 5.7rem !important;
  padding-bottom: 5.7rem !important;
}

.py-58 {
  padding-top: 5.8rem !important;
  padding-bottom: 5.8rem !important;
}

.py-59 {
  padding-top: 5.9rem !important;
  padding-bottom: 5.9rem !important;
}

.py-60 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-61 {
  padding-top: 6.1rem !important;
  padding-bottom: 6.1rem !important;
}

.py-62 {
  padding-top: 6.2rem !important;
  padding-bottom: 6.2rem !important;
}

.py-63 {
  padding-top: 6.3rem !important;
  padding-bottom: 6.3rem !important;
}

.py-64 {
  padding-top: 6.4rem !important;
  padding-bottom: 6.4rem !important;
}

.py-65 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.py-66 {
  padding-top: 6.6rem !important;
  padding-bottom: 6.6rem !important;
}

.py-67 {
  padding-top: 6.7rem !important;
  padding-bottom: 6.7rem !important;
}

.py-68 {
  padding-top: 6.8rem !important;
  padding-bottom: 6.8rem !important;
}

.py-69 {
  padding-top: 6.9rem !important;
  padding-bottom: 6.9rem !important;
}

.py-70 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-71 {
  padding-top: 7.1rem !important;
  padding-bottom: 7.1rem !important;
}

.py-72 {
  padding-top: 7.2rem !important;
  padding-bottom: 7.2rem !important;
}

.py-73 {
  padding-top: 7.3rem !important;
  padding-bottom: 7.3rem !important;
}

.py-74 {
  padding-top: 7.4rem !important;
  padding-bottom: 7.4rem !important;
}

.py-75 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-76 {
  padding-top: 7.6rem !important;
  padding-bottom: 7.6rem !important;
}

.py-77 {
  padding-top: 7.7rem !important;
  padding-bottom: 7.7rem !important;
}

.py-78 {
  padding-top: 7.8rem !important;
  padding-bottom: 7.8rem !important;
}

.py-79 {
  padding-top: 7.9rem !important;
  padding-bottom: 7.9rem !important;
}

.py-80 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-81 {
  padding-top: 8.1rem !important;
  padding-bottom: 8.1rem !important;
}

.py-82 {
  padding-top: 8.2rem !important;
  padding-bottom: 8.2rem !important;
}

.py-83 {
  padding-top: 8.3rem !important;
  padding-bottom: 8.3rem !important;
}

.py-84 {
  padding-top: 8.4rem !important;
  padding-bottom: 8.4rem !important;
}

.py-85 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.py-86 {
  padding-top: 8.6rem !important;
  padding-bottom: 8.6rem !important;
}

.py-87 {
  padding-top: 8.7rem !important;
  padding-bottom: 8.7rem !important;
}

.py-88 {
  padding-top: 8.8rem !important;
  padding-bottom: 8.8rem !important;
}

.py-89 {
  padding-top: 8.9rem !important;
  padding-bottom: 8.9rem !important;
}

.py-90 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-91 {
  padding-top: 9.1rem !important;
  padding-bottom: 9.1rem !important;
}

.py-92 {
  padding-top: 9.2rem !important;
  padding-bottom: 9.2rem !important;
}

.py-93 {
  padding-top: 9.3rem !important;
  padding-bottom: 9.3rem !important;
}

.py-94 {
  padding-top: 9.4rem !important;
  padding-bottom: 9.4rem !important;
}

.py-95 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.py-96 {
  padding-top: 9.6rem !important;
  padding-bottom: 9.6rem !important;
}

.py-97 {
  padding-top: 9.7rem !important;
  padding-bottom: 9.7rem !important;
}

.py-98 {
  padding-top: 9.8rem !important;
  padding-bottom: 9.8rem !important;
}

.py-99 {
  padding-top: 9.9rem !important;
  padding-bottom: 9.9rem !important;
}

.py-100 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-6 {
  padding-top: 0.6rem !important;
}

.pt-7 {
  padding-top: 0.7rem !important;
}

.pt-8 {
  padding-top: 0.8rem !important;
}

.pt-9 {
  padding-top: 0.9rem !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pt-11 {
  padding-top: 1.1rem !important;
}

.pt-12 {
  padding-top: 1.2rem !important;
}

.pt-13 {
  padding-top: 1.3rem !important;
}

.pt-14 {
  padding-top: 1.4rem !important;
}

.pt-15 {
  padding-top: 1.5rem !important;
}

.pt-16 {
  padding-top: 1.6rem !important;
}

.pt-17 {
  padding-top: 1.7rem !important;
}

.pt-18 {
  padding-top: 1.8rem !important;
}

.pt-19 {
  padding-top: 1.9rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-21 {
  padding-top: 2.1rem !important;
}

.pt-22 {
  padding-top: 2.2rem !important;
}

.pt-23 {
  padding-top: 2.3rem !important;
}

.pt-24 {
  padding-top: 2.4rem !important;
}

.pt-25 {
  padding-top: 2.5rem !important;
}

.pt-26 {
  padding-top: 2.6rem !important;
}

.pt-27 {
  padding-top: 2.7rem !important;
}

.pt-28 {
  padding-top: 2.8rem !important;
}

.pt-29 {
  padding-top: 2.9rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-31 {
  padding-top: 3.1rem !important;
}

.pt-32 {
  padding-top: 3.2rem !important;
}

.pt-33 {
  padding-top: 3.3rem !important;
}

.pt-34 {
  padding-top: 3.4rem !important;
}

.pt-35 {
  padding-top: 3.5rem !important;
}

.pt-36 {
  padding-top: 3.6rem !important;
}

.pt-37 {
  padding-top: 3.7rem !important;
}

.pt-38 {
  padding-top: 3.8rem !important;
}

.pt-39 {
  padding-top: 3.9rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-41 {
  padding-top: 4.1rem !important;
}

.pt-42 {
  padding-top: 4.2rem !important;
}

.pt-43 {
  padding-top: 4.3rem !important;
}

.pt-44 {
  padding-top: 4.4rem !important;
}

.pt-45 {
  padding-top: 4.5rem !important;
}

.pt-46 {
  padding-top: 4.6rem !important;
}

.pt-47 {
  padding-top: 4.7rem !important;
}

.pt-48 {
  padding-top: 4.8rem !important;
}

.pt-49 {
  padding-top: 4.9rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-51 {
  padding-top: 5.1rem !important;
}

.pt-52 {
  padding-top: 5.2rem !important;
}

.pt-53 {
  padding-top: 5.3rem !important;
}

.pt-54 {
  padding-top: 5.4rem !important;
}

.pt-55 {
  padding-top: 5.5rem !important;
}

.pt-56 {
  padding-top: 5.6rem !important;
}

.pt-57 {
  padding-top: 5.7rem !important;
}

.pt-58 {
  padding-top: 5.8rem !important;
}

.pt-59 {
  padding-top: 5.9rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pt-61 {
  padding-top: 6.1rem !important;
}

.pt-62 {
  padding-top: 6.2rem !important;
}

.pt-63 {
  padding-top: 6.3rem !important;
}

.pt-64 {
  padding-top: 6.4rem !important;
}

.pt-65 {
  padding-top: 6.5rem !important;
}

.pt-66 {
  padding-top: 6.6rem !important;
}

.pt-67 {
  padding-top: 6.7rem !important;
}

.pt-68 {
  padding-top: 6.8rem !important;
}

.pt-69 {
  padding-top: 6.9rem !important;
}

.pt-70 {
  padding-top: 7rem !important;
}

.pt-71 {
  padding-top: 7.1rem !important;
}

.pt-72 {
  padding-top: 7.2rem !important;
}

.pt-73 {
  padding-top: 7.3rem !important;
}

.pt-74 {
  padding-top: 7.4rem !important;
}

.pt-75 {
  padding-top: 7.5rem !important;
}

.pt-76 {
  padding-top: 7.6rem !important;
}

.pt-77 {
  padding-top: 7.7rem !important;
}

.pt-78 {
  padding-top: 7.8rem !important;
}

.pt-79 {
  padding-top: 7.9rem !important;
}

.pt-80 {
  padding-top: 8rem !important;
}

.pt-81 {
  padding-top: 8.1rem !important;
}

.pt-82 {
  padding-top: 8.2rem !important;
}

.pt-83 {
  padding-top: 8.3rem !important;
}

.pt-84 {
  padding-top: 8.4rem !important;
}

.pt-85 {
  padding-top: 8.5rem !important;
}

.pt-86 {
  padding-top: 8.6rem !important;
}

.pt-87 {
  padding-top: 8.7rem !important;
}

.pt-88 {
  padding-top: 8.8rem !important;
}

.pt-89 {
  padding-top: 8.9rem !important;
}

.pt-90 {
  padding-top: 9rem !important;
}

.pt-91 {
  padding-top: 9.1rem !important;
}

.pt-92 {
  padding-top: 9.2rem !important;
}

.pt-93 {
  padding-top: 9.3rem !important;
}

.pt-94 {
  padding-top: 9.4rem !important;
}

.pt-95 {
  padding-top: 9.5rem !important;
}

.pt-96 {
  padding-top: 9.6rem !important;
}

.pt-97 {
  padding-top: 9.7rem !important;
}

.pt-98 {
  padding-top: 9.8rem !important;
}

.pt-99 {
  padding-top: 9.9rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 0.6rem !important;
}

.pe-7 {
  padding-right: 0.7rem !important;
}

.pe-8 {
  padding-right: 0.8rem !important;
}

.pe-9 {
  padding-right: 0.9rem !important;
}

.pe-10 {
  padding-right: 1rem !important;
}

.pe-11 {
  padding-right: 1.1rem !important;
}

.pe-12 {
  padding-right: 1.2rem !important;
}

.pe-13 {
  padding-right: 1.3rem !important;
}

.pe-14 {
  padding-right: 1.4rem !important;
}

.pe-15 {
  padding-right: 1.5rem !important;
}

.pe-16 {
  padding-right: 1.6rem !important;
}

.pe-17 {
  padding-right: 1.7rem !important;
}

.pe-18 {
  padding-right: 1.8rem !important;
}

.pe-19 {
  padding-right: 1.9rem !important;
}

.pe-20 {
  padding-right: 2rem !important;
}

.pe-21 {
  padding-right: 2.1rem !important;
}

.pe-22 {
  padding-right: 2.2rem !important;
}

.pe-23 {
  padding-right: 2.3rem !important;
}

.pe-24 {
  padding-right: 2.4rem !important;
}

.pe-25 {
  padding-right: 2.5rem !important;
}

.pe-26 {
  padding-right: 2.6rem !important;
}

.pe-27 {
  padding-right: 2.7rem !important;
}

.pe-28 {
  padding-right: 2.8rem !important;
}

.pe-29 {
  padding-right: 2.9rem !important;
}

.pe-30 {
  padding-right: 3rem !important;
}

.pe-31 {
  padding-right: 3.1rem !important;
}

.pe-32 {
  padding-right: 3.2rem !important;
}

.pe-33 {
  padding-right: 3.3rem !important;
}

.pe-34 {
  padding-right: 3.4rem !important;
}

.pe-35 {
  padding-right: 3.5rem !important;
}

.pe-36 {
  padding-right: 3.6rem !important;
}

.pe-37 {
  padding-right: 3.7rem !important;
}

.pe-38 {
  padding-right: 3.8rem !important;
}

.pe-39 {
  padding-right: 3.9rem !important;
}

.pe-40 {
  padding-right: 4rem !important;
}

.pe-41 {
  padding-right: 4.1rem !important;
}

.pe-42 {
  padding-right: 4.2rem !important;
}

.pe-43 {
  padding-right: 4.3rem !important;
}

.pe-44 {
  padding-right: 4.4rem !important;
}

.pe-45 {
  padding-right: 4.5rem !important;
}

.pe-46 {
  padding-right: 4.6rem !important;
}

.pe-47 {
  padding-right: 4.7rem !important;
}

.pe-48 {
  padding-right: 4.8rem !important;
}

.pe-49 {
  padding-right: 4.9rem !important;
}

.pe-50 {
  padding-right: 5rem !important;
}

.pe-51 {
  padding-right: 5.1rem !important;
}

.pe-52 {
  padding-right: 5.2rem !important;
}

.pe-53 {
  padding-right: 5.3rem !important;
}

.pe-54 {
  padding-right: 5.4rem !important;
}

.pe-55 {
  padding-right: 5.5rem !important;
}

.pe-56 {
  padding-right: 5.6rem !important;
}

.pe-57 {
  padding-right: 5.7rem !important;
}

.pe-58 {
  padding-right: 5.8rem !important;
}

.pe-59 {
  padding-right: 5.9rem !important;
}

.pe-60 {
  padding-right: 6rem !important;
}

.pe-61 {
  padding-right: 6.1rem !important;
}

.pe-62 {
  padding-right: 6.2rem !important;
}

.pe-63 {
  padding-right: 6.3rem !important;
}

.pe-64 {
  padding-right: 6.4rem !important;
}

.pe-65 {
  padding-right: 6.5rem !important;
}

.pe-66 {
  padding-right: 6.6rem !important;
}

.pe-67 {
  padding-right: 6.7rem !important;
}

.pe-68 {
  padding-right: 6.8rem !important;
}

.pe-69 {
  padding-right: 6.9rem !important;
}

.pe-70 {
  padding-right: 7rem !important;
}

.pe-71 {
  padding-right: 7.1rem !important;
}

.pe-72 {
  padding-right: 7.2rem !important;
}

.pe-73 {
  padding-right: 7.3rem !important;
}

.pe-74 {
  padding-right: 7.4rem !important;
}

.pe-75 {
  padding-right: 7.5rem !important;
}

.pe-76 {
  padding-right: 7.6rem !important;
}

.pe-77 {
  padding-right: 7.7rem !important;
}

.pe-78 {
  padding-right: 7.8rem !important;
}

.pe-79 {
  padding-right: 7.9rem !important;
}

.pe-80 {
  padding-right: 8rem !important;
}

.pe-81 {
  padding-right: 8.1rem !important;
}

.pe-82 {
  padding-right: 8.2rem !important;
}

.pe-83 {
  padding-right: 8.3rem !important;
}

.pe-84 {
  padding-right: 8.4rem !important;
}

.pe-85 {
  padding-right: 8.5rem !important;
}

.pe-86 {
  padding-right: 8.6rem !important;
}

.pe-87 {
  padding-right: 8.7rem !important;
}

.pe-88 {
  padding-right: 8.8rem !important;
}

.pe-89 {
  padding-right: 8.9rem !important;
}

.pe-90 {
  padding-right: 9rem !important;
}

.pe-91 {
  padding-right: 9.1rem !important;
}

.pe-92 {
  padding-right: 9.2rem !important;
}

.pe-93 {
  padding-right: 9.3rem !important;
}

.pe-94 {
  padding-right: 9.4rem !important;
}

.pe-95 {
  padding-right: 9.5rem !important;
}

.pe-96 {
  padding-right: 9.6rem !important;
}

.pe-97 {
  padding-right: 9.7rem !important;
}

.pe-98 {
  padding-right: 9.8rem !important;
}

.pe-99 {
  padding-right: 9.9rem !important;
}

.pe-100 {
  padding-right: 10rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 0.6rem !important;
}

.pb-7 {
  padding-bottom: 0.7rem !important;
}

.pb-8 {
  padding-bottom: 0.8rem !important;
}

.pb-9 {
  padding-bottom: 0.9rem !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-11 {
  padding-bottom: 1.1rem !important;
}

.pb-12 {
  padding-bottom: 1.2rem !important;
}

.pb-13 {
  padding-bottom: 1.3rem !important;
}

.pb-14 {
  padding-bottom: 1.4rem !important;
}

.pb-15 {
  padding-bottom: 1.5rem !important;
}

.pb-16 {
  padding-bottom: 1.6rem !important;
}

.pb-17 {
  padding-bottom: 1.7rem !important;
}

.pb-18 {
  padding-bottom: 1.8rem !important;
}

.pb-19 {
  padding-bottom: 1.9rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-21 {
  padding-bottom: 2.1rem !important;
}

.pb-22 {
  padding-bottom: 2.2rem !important;
}

.pb-23 {
  padding-bottom: 2.3rem !important;
}

.pb-24 {
  padding-bottom: 2.4rem !important;
}

.pb-25 {
  padding-bottom: 2.5rem !important;
}

.pb-26 {
  padding-bottom: 2.6rem !important;
}

.pb-27 {
  padding-bottom: 2.7rem !important;
}

.pb-28 {
  padding-bottom: 2.8rem !important;
}

.pb-29 {
  padding-bottom: 2.9rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-31 {
  padding-bottom: 3.1rem !important;
}

.pb-32 {
  padding-bottom: 3.2rem !important;
}

.pb-33 {
  padding-bottom: 3.3rem !important;
}

.pb-34 {
  padding-bottom: 3.4rem !important;
}

.pb-35 {
  padding-bottom: 3.5rem !important;
}

.pb-36 {
  padding-bottom: 3.6rem !important;
}

.pb-37 {
  padding-bottom: 3.7rem !important;
}

.pb-38 {
  padding-bottom: 3.8rem !important;
}

.pb-39 {
  padding-bottom: 3.9rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-41 {
  padding-bottom: 4.1rem !important;
}

.pb-42 {
  padding-bottom: 4.2rem !important;
}

.pb-43 {
  padding-bottom: 4.3rem !important;
}

.pb-44 {
  padding-bottom: 4.4rem !important;
}

.pb-45 {
  padding-bottom: 4.5rem !important;
}

.pb-46 {
  padding-bottom: 4.6rem !important;
}

.pb-47 {
  padding-bottom: 4.7rem !important;
}

.pb-48 {
  padding-bottom: 4.8rem !important;
}

.pb-49 {
  padding-bottom: 4.9rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-51 {
  padding-bottom: 5.1rem !important;
}

.pb-52 {
  padding-bottom: 5.2rem !important;
}

.pb-53 {
  padding-bottom: 5.3rem !important;
}

.pb-54 {
  padding-bottom: 5.4rem !important;
}

.pb-55 {
  padding-bottom: 5.5rem !important;
}

.pb-56 {
  padding-bottom: 5.6rem !important;
}

.pb-57 {
  padding-bottom: 5.7rem !important;
}

.pb-58 {
  padding-bottom: 5.8rem !important;
}

.pb-59 {
  padding-bottom: 5.9rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-61 {
  padding-bottom: 6.1rem !important;
}

.pb-62 {
  padding-bottom: 6.2rem !important;
}

.pb-63 {
  padding-bottom: 6.3rem !important;
}

.pb-64 {
  padding-bottom: 6.4rem !important;
}

.pb-65 {
  padding-bottom: 6.5rem !important;
}

.pb-66 {
  padding-bottom: 6.6rem !important;
}

.pb-67 {
  padding-bottom: 6.7rem !important;
}

.pb-68 {
  padding-bottom: 6.8rem !important;
}

.pb-69 {
  padding-bottom: 6.9rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-71 {
  padding-bottom: 7.1rem !important;
}

.pb-72 {
  padding-bottom: 7.2rem !important;
}

.pb-73 {
  padding-bottom: 7.3rem !important;
}

.pb-74 {
  padding-bottom: 7.4rem !important;
}

.pb-75 {
  padding-bottom: 7.5rem !important;
}

.pb-76 {
  padding-bottom: 7.6rem !important;
}

.pb-77 {
  padding-bottom: 7.7rem !important;
}

.pb-78 {
  padding-bottom: 7.8rem !important;
}

.pb-79 {
  padding-bottom: 7.9rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-81 {
  padding-bottom: 8.1rem !important;
}

.pb-82 {
  padding-bottom: 8.2rem !important;
}

.pb-83 {
  padding-bottom: 8.3rem !important;
}

.pb-84 {
  padding-bottom: 8.4rem !important;
}

.pb-85 {
  padding-bottom: 8.5rem !important;
}

.pb-86 {
  padding-bottom: 8.6rem !important;
}

.pb-87 {
  padding-bottom: 8.7rem !important;
}

.pb-88 {
  padding-bottom: 8.8rem !important;
}

.pb-89 {
  padding-bottom: 8.9rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pb-91 {
  padding-bottom: 9.1rem !important;
}

.pb-92 {
  padding-bottom: 9.2rem !important;
}

.pb-93 {
  padding-bottom: 9.3rem !important;
}

.pb-94 {
  padding-bottom: 9.4rem !important;
}

.pb-95 {
  padding-bottom: 9.5rem !important;
}

.pb-96 {
  padding-bottom: 9.6rem !important;
}

.pb-97 {
  padding-bottom: 9.7rem !important;
}

.pb-98 {
  padding-bottom: 9.8rem !important;
}

.pb-99 {
  padding-bottom: 9.9rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 0.6rem !important;
}

.ps-7 {
  padding-left: 0.7rem !important;
}

.ps-8 {
  padding-left: 0.8rem !important;
}

.ps-9 {
  padding-left: 0.9rem !important;
}

.ps-10 {
  padding-left: 1rem !important;
}

.ps-11 {
  padding-left: 1.1rem !important;
}

.ps-12 {
  padding-left: 1.2rem !important;
}

.ps-13 {
  padding-left: 1.3rem !important;
}

.ps-14 {
  padding-left: 1.4rem !important;
}

.ps-15 {
  padding-left: 1.5rem !important;
}

.ps-16 {
  padding-left: 1.6rem !important;
}

.ps-17 {
  padding-left: 1.7rem !important;
}

.ps-18 {
  padding-left: 1.8rem !important;
}

.ps-19 {
  padding-left: 1.9rem !important;
}

.ps-20 {
  padding-left: 2rem !important;
}

.ps-21 {
  padding-left: 2.1rem !important;
}

.ps-22 {
  padding-left: 2.2rem !important;
}

.ps-23 {
  padding-left: 2.3rem !important;
}

.ps-24 {
  padding-left: 2.4rem !important;
}

.ps-25 {
  padding-left: 2.5rem !important;
}

.ps-26 {
  padding-left: 2.6rem !important;
}

.ps-27 {
  padding-left: 2.7rem !important;
}

.ps-28 {
  padding-left: 2.8rem !important;
}

.ps-29 {
  padding-left: 2.9rem !important;
}

.ps-30 {
  padding-left: 3rem !important;
}

.ps-31 {
  padding-left: 3.1rem !important;
}

.ps-32 {
  padding-left: 3.2rem !important;
}

.ps-33 {
  padding-left: 3.3rem !important;
}

.ps-34 {
  padding-left: 3.4rem !important;
}

.ps-35 {
  padding-left: 3.5rem !important;
}

.ps-36 {
  padding-left: 3.6rem !important;
}

.ps-37 {
  padding-left: 3.7rem !important;
}

.ps-38 {
  padding-left: 3.8rem !important;
}

.ps-39 {
  padding-left: 3.9rem !important;
}

.ps-40 {
  padding-left: 4rem !important;
}

.ps-41 {
  padding-left: 4.1rem !important;
}

.ps-42 {
  padding-left: 4.2rem !important;
}

.ps-43 {
  padding-left: 4.3rem !important;
}

.ps-44 {
  padding-left: 4.4rem !important;
}

.ps-45 {
  padding-left: 4.5rem !important;
}

.ps-46 {
  padding-left: 4.6rem !important;
}

.ps-47 {
  padding-left: 4.7rem !important;
}

.ps-48 {
  padding-left: 4.8rem !important;
}

.ps-49 {
  padding-left: 4.9rem !important;
}

.ps-50 {
  padding-left: 5rem !important;
}

.ps-51 {
  padding-left: 5.1rem !important;
}

.ps-52 {
  padding-left: 5.2rem !important;
}

.ps-53 {
  padding-left: 5.3rem !important;
}

.ps-54 {
  padding-left: 5.4rem !important;
}

.ps-55 {
  padding-left: 5.5rem !important;
}

.ps-56 {
  padding-left: 5.6rem !important;
}

.ps-57 {
  padding-left: 5.7rem !important;
}

.ps-58 {
  padding-left: 5.8rem !important;
}

.ps-59 {
  padding-left: 5.9rem !important;
}

.ps-60 {
  padding-left: 6rem !important;
}

.ps-61 {
  padding-left: 6.1rem !important;
}

.ps-62 {
  padding-left: 6.2rem !important;
}

.ps-63 {
  padding-left: 6.3rem !important;
}

.ps-64 {
  padding-left: 6.4rem !important;
}

.ps-65 {
  padding-left: 6.5rem !important;
}

.ps-66 {
  padding-left: 6.6rem !important;
}

.ps-67 {
  padding-left: 6.7rem !important;
}

.ps-68 {
  padding-left: 6.8rem !important;
}

.ps-69 {
  padding-left: 6.9rem !important;
}

.ps-70 {
  padding-left: 7rem !important;
}

.ps-71 {
  padding-left: 7.1rem !important;
}

.ps-72 {
  padding-left: 7.2rem !important;
}

.ps-73 {
  padding-left: 7.3rem !important;
}

.ps-74 {
  padding-left: 7.4rem !important;
}

.ps-75 {
  padding-left: 7.5rem !important;
}

.ps-76 {
  padding-left: 7.6rem !important;
}

.ps-77 {
  padding-left: 7.7rem !important;
}

.ps-78 {
  padding-left: 7.8rem !important;
}

.ps-79 {
  padding-left: 7.9rem !important;
}

.ps-80 {
  padding-left: 8rem !important;
}

.ps-81 {
  padding-left: 8.1rem !important;
}

.ps-82 {
  padding-left: 8.2rem !important;
}

.ps-83 {
  padding-left: 8.3rem !important;
}

.ps-84 {
  padding-left: 8.4rem !important;
}

.ps-85 {
  padding-left: 8.5rem !important;
}

.ps-86 {
  padding-left: 8.6rem !important;
}

.ps-87 {
  padding-left: 8.7rem !important;
}

.ps-88 {
  padding-left: 8.8rem !important;
}

.ps-89 {
  padding-left: 8.9rem !important;
}

.ps-90 {
  padding-left: 9rem !important;
}

.ps-91 {
  padding-left: 9.1rem !important;
}

.ps-92 {
  padding-left: 9.2rem !important;
}

.ps-93 {
  padding-left: 9.3rem !important;
}

.ps-94 {
  padding-left: 9.4rem !important;
}

.ps-95 {
  padding-left: 9.5rem !important;
}

.ps-96 {
  padding-left: 9.6rem !important;
}

.ps-97 {
  padding-left: 9.7rem !important;
}

.ps-98 {
  padding-left: 9.8rem !important;
}

.ps-99 {
  padding-left: 9.9rem !important;
}

.ps-100 {
  padding-left: 10rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.15 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.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;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .gap-sm-6 {
    gap: 0.6rem !important;
  }

  .gap-sm-7 {
    gap: 0.7rem !important;
  }

  .gap-sm-8 {
    gap: 0.8rem !important;
  }

  .gap-sm-9 {
    gap: 0.9rem !important;
  }

  .gap-sm-10 {
    gap: 1rem !important;
  }

  .gap-sm-11 {
    gap: 1.1rem !important;
  }

  .gap-sm-12 {
    gap: 1.2rem !important;
  }

  .gap-sm-13 {
    gap: 1.3rem !important;
  }

  .gap-sm-14 {
    gap: 1.4rem !important;
  }

  .gap-sm-15 {
    gap: 1.5rem !important;
  }

  .gap-sm-16 {
    gap: 1.6rem !important;
  }

  .gap-sm-17 {
    gap: 1.7rem !important;
  }

  .gap-sm-18 {
    gap: 1.8rem !important;
  }

  .gap-sm-19 {
    gap: 1.9rem !important;
  }

  .gap-sm-20 {
    gap: 2rem !important;
  }

  .gap-sm-21 {
    gap: 2.1rem !important;
  }

  .gap-sm-22 {
    gap: 2.2rem !important;
  }

  .gap-sm-23 {
    gap: 2.3rem !important;
  }

  .gap-sm-24 {
    gap: 2.4rem !important;
  }

  .gap-sm-25 {
    gap: 2.5rem !important;
  }

  .gap-sm-26 {
    gap: 2.6rem !important;
  }

  .gap-sm-27 {
    gap: 2.7rem !important;
  }

  .gap-sm-28 {
    gap: 2.8rem !important;
  }

  .gap-sm-29 {
    gap: 2.9rem !important;
  }

  .gap-sm-30 {
    gap: 3rem !important;
  }

  .gap-sm-31 {
    gap: 3.1rem !important;
  }

  .gap-sm-32 {
    gap: 3.2rem !important;
  }

  .gap-sm-33 {
    gap: 3.3rem !important;
  }

  .gap-sm-34 {
    gap: 3.4rem !important;
  }

  .gap-sm-35 {
    gap: 3.5rem !important;
  }

  .gap-sm-36 {
    gap: 3.6rem !important;
  }

  .gap-sm-37 {
    gap: 3.7rem !important;
  }

  .gap-sm-38 {
    gap: 3.8rem !important;
  }

  .gap-sm-39 {
    gap: 3.9rem !important;
  }

  .gap-sm-40 {
    gap: 4rem !important;
  }

  .gap-sm-41 {
    gap: 4.1rem !important;
  }

  .gap-sm-42 {
    gap: 4.2rem !important;
  }

  .gap-sm-43 {
    gap: 4.3rem !important;
  }

  .gap-sm-44 {
    gap: 4.4rem !important;
  }

  .gap-sm-45 {
    gap: 4.5rem !important;
  }

  .gap-sm-46 {
    gap: 4.6rem !important;
  }

  .gap-sm-47 {
    gap: 4.7rem !important;
  }

  .gap-sm-48 {
    gap: 4.8rem !important;
  }

  .gap-sm-49 {
    gap: 4.9rem !important;
  }

  .gap-sm-50 {
    gap: 5rem !important;
  }

  .gap-sm-51 {
    gap: 5.1rem !important;
  }

  .gap-sm-52 {
    gap: 5.2rem !important;
  }

  .gap-sm-53 {
    gap: 5.3rem !important;
  }

  .gap-sm-54 {
    gap: 5.4rem !important;
  }

  .gap-sm-55 {
    gap: 5.5rem !important;
  }

  .gap-sm-56 {
    gap: 5.6rem !important;
  }

  .gap-sm-57 {
    gap: 5.7rem !important;
  }

  .gap-sm-58 {
    gap: 5.8rem !important;
  }

  .gap-sm-59 {
    gap: 5.9rem !important;
  }

  .gap-sm-60 {
    gap: 6rem !important;
  }

  .gap-sm-61 {
    gap: 6.1rem !important;
  }

  .gap-sm-62 {
    gap: 6.2rem !important;
  }

  .gap-sm-63 {
    gap: 6.3rem !important;
  }

  .gap-sm-64 {
    gap: 6.4rem !important;
  }

  .gap-sm-65 {
    gap: 6.5rem !important;
  }

  .gap-sm-66 {
    gap: 6.6rem !important;
  }

  .gap-sm-67 {
    gap: 6.7rem !important;
  }

  .gap-sm-68 {
    gap: 6.8rem !important;
  }

  .gap-sm-69 {
    gap: 6.9rem !important;
  }

  .gap-sm-70 {
    gap: 7rem !important;
  }

  .gap-sm-71 {
    gap: 7.1rem !important;
  }

  .gap-sm-72 {
    gap: 7.2rem !important;
  }

  .gap-sm-73 {
    gap: 7.3rem !important;
  }

  .gap-sm-74 {
    gap: 7.4rem !important;
  }

  .gap-sm-75 {
    gap: 7.5rem !important;
  }

  .gap-sm-76 {
    gap: 7.6rem !important;
  }

  .gap-sm-77 {
    gap: 7.7rem !important;
  }

  .gap-sm-78 {
    gap: 7.8rem !important;
  }

  .gap-sm-79 {
    gap: 7.9rem !important;
  }

  .gap-sm-80 {
    gap: 8rem !important;
  }

  .gap-sm-81 {
    gap: 8.1rem !important;
  }

  .gap-sm-82 {
    gap: 8.2rem !important;
  }

  .gap-sm-83 {
    gap: 8.3rem !important;
  }

  .gap-sm-84 {
    gap: 8.4rem !important;
  }

  .gap-sm-85 {
    gap: 8.5rem !important;
  }

  .gap-sm-86 {
    gap: 8.6rem !important;
  }

  .gap-sm-87 {
    gap: 8.7rem !important;
  }

  .gap-sm-88 {
    gap: 8.8rem !important;
  }

  .gap-sm-89 {
    gap: 8.9rem !important;
  }

  .gap-sm-90 {
    gap: 9rem !important;
  }

  .gap-sm-91 {
    gap: 9.1rem !important;
  }

  .gap-sm-92 {
    gap: 9.2rem !important;
  }

  .gap-sm-93 {
    gap: 9.3rem !important;
  }

  .gap-sm-94 {
    gap: 9.4rem !important;
  }

  .gap-sm-95 {
    gap: 9.5rem !important;
  }

  .gap-sm-96 {
    gap: 9.6rem !important;
  }

  .gap-sm-97 {
    gap: 9.7rem !important;
  }

  .gap-sm-98 {
    gap: 9.8rem !important;
  }

  .gap-sm-99 {
    gap: 9.9rem !important;
  }

  .gap-sm-100 {
    gap: 10rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-6 {
    margin: 0.6rem !important;
  }

  .m-sm-7 {
    margin: 0.7rem !important;
  }

  .m-sm-8 {
    margin: 0.8rem !important;
  }

  .m-sm-9 {
    margin: 0.9rem !important;
  }

  .m-sm-10 {
    margin: 1rem !important;
  }

  .m-sm-11 {
    margin: 1.1rem !important;
  }

  .m-sm-12 {
    margin: 1.2rem !important;
  }

  .m-sm-13 {
    margin: 1.3rem !important;
  }

  .m-sm-14 {
    margin: 1.4rem !important;
  }

  .m-sm-15 {
    margin: 1.5rem !important;
  }

  .m-sm-16 {
    margin: 1.6rem !important;
  }

  .m-sm-17 {
    margin: 1.7rem !important;
  }

  .m-sm-18 {
    margin: 1.8rem !important;
  }

  .m-sm-19 {
    margin: 1.9rem !important;
  }

  .m-sm-20 {
    margin: 2rem !important;
  }

  .m-sm-21 {
    margin: 2.1rem !important;
  }

  .m-sm-22 {
    margin: 2.2rem !important;
  }

  .m-sm-23 {
    margin: 2.3rem !important;
  }

  .m-sm-24 {
    margin: 2.4rem !important;
  }

  .m-sm-25 {
    margin: 2.5rem !important;
  }

  .m-sm-26 {
    margin: 2.6rem !important;
  }

  .m-sm-27 {
    margin: 2.7rem !important;
  }

  .m-sm-28 {
    margin: 2.8rem !important;
  }

  .m-sm-29 {
    margin: 2.9rem !important;
  }

  .m-sm-30 {
    margin: 3rem !important;
  }

  .m-sm-31 {
    margin: 3.1rem !important;
  }

  .m-sm-32 {
    margin: 3.2rem !important;
  }

  .m-sm-33 {
    margin: 3.3rem !important;
  }

  .m-sm-34 {
    margin: 3.4rem !important;
  }

  .m-sm-35 {
    margin: 3.5rem !important;
  }

  .m-sm-36 {
    margin: 3.6rem !important;
  }

  .m-sm-37 {
    margin: 3.7rem !important;
  }

  .m-sm-38 {
    margin: 3.8rem !important;
  }

  .m-sm-39 {
    margin: 3.9rem !important;
  }

  .m-sm-40 {
    margin: 4rem !important;
  }

  .m-sm-41 {
    margin: 4.1rem !important;
  }

  .m-sm-42 {
    margin: 4.2rem !important;
  }

  .m-sm-43 {
    margin: 4.3rem !important;
  }

  .m-sm-44 {
    margin: 4.4rem !important;
  }

  .m-sm-45 {
    margin: 4.5rem !important;
  }

  .m-sm-46 {
    margin: 4.6rem !important;
  }

  .m-sm-47 {
    margin: 4.7rem !important;
  }

  .m-sm-48 {
    margin: 4.8rem !important;
  }

  .m-sm-49 {
    margin: 4.9rem !important;
  }

  .m-sm-50 {
    margin: 5rem !important;
  }

  .m-sm-51 {
    margin: 5.1rem !important;
  }

  .m-sm-52 {
    margin: 5.2rem !important;
  }

  .m-sm-53 {
    margin: 5.3rem !important;
  }

  .m-sm-54 {
    margin: 5.4rem !important;
  }

  .m-sm-55 {
    margin: 5.5rem !important;
  }

  .m-sm-56 {
    margin: 5.6rem !important;
  }

  .m-sm-57 {
    margin: 5.7rem !important;
  }

  .m-sm-58 {
    margin: 5.8rem !important;
  }

  .m-sm-59 {
    margin: 5.9rem !important;
  }

  .m-sm-60 {
    margin: 6rem !important;
  }

  .m-sm-61 {
    margin: 6.1rem !important;
  }

  .m-sm-62 {
    margin: 6.2rem !important;
  }

  .m-sm-63 {
    margin: 6.3rem !important;
  }

  .m-sm-64 {
    margin: 6.4rem !important;
  }

  .m-sm-65 {
    margin: 6.5rem !important;
  }

  .m-sm-66 {
    margin: 6.6rem !important;
  }

  .m-sm-67 {
    margin: 6.7rem !important;
  }

  .m-sm-68 {
    margin: 6.8rem !important;
  }

  .m-sm-69 {
    margin: 6.9rem !important;
  }

  .m-sm-70 {
    margin: 7rem !important;
  }

  .m-sm-71 {
    margin: 7.1rem !important;
  }

  .m-sm-72 {
    margin: 7.2rem !important;
  }

  .m-sm-73 {
    margin: 7.3rem !important;
  }

  .m-sm-74 {
    margin: 7.4rem !important;
  }

  .m-sm-75 {
    margin: 7.5rem !important;
  }

  .m-sm-76 {
    margin: 7.6rem !important;
  }

  .m-sm-77 {
    margin: 7.7rem !important;
  }

  .m-sm-78 {
    margin: 7.8rem !important;
  }

  .m-sm-79 {
    margin: 7.9rem !important;
  }

  .m-sm-80 {
    margin: 8rem !important;
  }

  .m-sm-81 {
    margin: 8.1rem !important;
  }

  .m-sm-82 {
    margin: 8.2rem !important;
  }

  .m-sm-83 {
    margin: 8.3rem !important;
  }

  .m-sm-84 {
    margin: 8.4rem !important;
  }

  .m-sm-85 {
    margin: 8.5rem !important;
  }

  .m-sm-86 {
    margin: 8.6rem !important;
  }

  .m-sm-87 {
    margin: 8.7rem !important;
  }

  .m-sm-88 {
    margin: 8.8rem !important;
  }

  .m-sm-89 {
    margin: 8.9rem !important;
  }

  .m-sm-90 {
    margin: 9rem !important;
  }

  .m-sm-91 {
    margin: 9.1rem !important;
  }

  .m-sm-92 {
    margin: 9.2rem !important;
  }

  .m-sm-93 {
    margin: 9.3rem !important;
  }

  .m-sm-94 {
    margin: 9.4rem !important;
  }

  .m-sm-95 {
    margin: 9.5rem !important;
  }

  .m-sm-96 {
    margin: 9.6rem !important;
  }

  .m-sm-97 {
    margin: 9.7rem !important;
  }

  .m-sm-98 {
    margin: 9.8rem !important;
  }

  .m-sm-99 {
    margin: 9.9rem !important;
  }

  .m-sm-100 {
    margin: 10rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-6 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-sm-7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }

  .mx-sm-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-sm-9 {
    margin-right: 0.9rem !important;
    margin-left: 0.9rem !important;
  }

  .mx-sm-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-11 {
    margin-right: 1.1rem !important;
    margin-left: 1.1rem !important;
  }

  .mx-sm-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .mx-sm-13 {
    margin-right: 1.3rem !important;
    margin-left: 1.3rem !important;
  }

  .mx-sm-14 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important;
  }

  .mx-sm-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }

  .mx-sm-17 {
    margin-right: 1.7rem !important;
    margin-left: 1.7rem !important;
  }

  .mx-sm-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }

  .mx-sm-19 {
    margin-right: 1.9rem !important;
    margin-left: 1.9rem !important;
  }

  .mx-sm-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-sm-21 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }

  .mx-sm-22 {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important;
  }

  .mx-sm-23 {
    margin-right: 2.3rem !important;
    margin-left: 2.3rem !important;
  }

  .mx-sm-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .mx-sm-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-sm-26 {
    margin-right: 2.6rem !important;
    margin-left: 2.6rem !important;
  }

  .mx-sm-27 {
    margin-right: 2.7rem !important;
    margin-left: 2.7rem !important;
  }

  .mx-sm-28 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }

  .mx-sm-29 {
    margin-right: 2.9rem !important;
    margin-left: 2.9rem !important;
  }

  .mx-sm-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-31 {
    margin-right: 3.1rem !important;
    margin-left: 3.1rem !important;
  }

  .mx-sm-32 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }

  .mx-sm-33 {
    margin-right: 3.3rem !important;
    margin-left: 3.3rem !important;
  }

  .mx-sm-34 {
    margin-right: 3.4rem !important;
    margin-left: 3.4rem !important;
  }

  .mx-sm-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-sm-36 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }

  .mx-sm-37 {
    margin-right: 3.7rem !important;
    margin-left: 3.7rem !important;
  }

  .mx-sm-38 {
    margin-right: 3.8rem !important;
    margin-left: 3.8rem !important;
  }

  .mx-sm-39 {
    margin-right: 3.9rem !important;
    margin-left: 3.9rem !important;
  }

  .mx-sm-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-sm-41 {
    margin-right: 4.1rem !important;
    margin-left: 4.1rem !important;
  }

  .mx-sm-42 {
    margin-right: 4.2rem !important;
    margin-left: 4.2rem !important;
  }

  .mx-sm-43 {
    margin-right: 4.3rem !important;
    margin-left: 4.3rem !important;
  }

  .mx-sm-44 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }

  .mx-sm-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-sm-46 {
    margin-right: 4.6rem !important;
    margin-left: 4.6rem !important;
  }

  .mx-sm-47 {
    margin-right: 4.7rem !important;
    margin-left: 4.7rem !important;
  }

  .mx-sm-48 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }

  .mx-sm-49 {
    margin-right: 4.9rem !important;
    margin-left: 4.9rem !important;
  }

  .mx-sm-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-sm-51 {
    margin-right: 5.1rem !important;
    margin-left: 5.1rem !important;
  }

  .mx-sm-52 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important;
  }

  .mx-sm-53 {
    margin-right: 5.3rem !important;
    margin-left: 5.3rem !important;
  }

  .mx-sm-54 {
    margin-right: 5.4rem !important;
    margin-left: 5.4rem !important;
  }

  .mx-sm-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .mx-sm-56 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }

  .mx-sm-57 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important;
  }

  .mx-sm-58 {
    margin-right: 5.8rem !important;
    margin-left: 5.8rem !important;
  }

  .mx-sm-59 {
    margin-right: 5.9rem !important;
    margin-left: 5.9rem !important;
  }

  .mx-sm-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-sm-61 {
    margin-right: 6.1rem !important;
    margin-left: 6.1rem !important;
  }

  .mx-sm-62 {
    margin-right: 6.2rem !important;
    margin-left: 6.2rem !important;
  }

  .mx-sm-63 {
    margin-right: 6.3rem !important;
    margin-left: 6.3rem !important;
  }

  .mx-sm-64 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }

  .mx-sm-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .mx-sm-66 {
    margin-right: 6.6rem !important;
    margin-left: 6.6rem !important;
  }

  .mx-sm-67 {
    margin-right: 6.7rem !important;
    margin-left: 6.7rem !important;
  }

  .mx-sm-68 {
    margin-right: 6.8rem !important;
    margin-left: 6.8rem !important;
  }

  .mx-sm-69 {
    margin-right: 6.9rem !important;
    margin-left: 6.9rem !important;
  }

  .mx-sm-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-sm-71 {
    margin-right: 7.1rem !important;
    margin-left: 7.1rem !important;
  }

  .mx-sm-72 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }

  .mx-sm-73 {
    margin-right: 7.3rem !important;
    margin-left: 7.3rem !important;
  }

  .mx-sm-74 {
    margin-right: 7.4rem !important;
    margin-left: 7.4rem !important;
  }

  .mx-sm-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-sm-76 {
    margin-right: 7.6rem !important;
    margin-left: 7.6rem !important;
  }

  .mx-sm-77 {
    margin-right: 7.7rem !important;
    margin-left: 7.7rem !important;
  }

  .mx-sm-78 {
    margin-right: 7.8rem !important;
    margin-left: 7.8rem !important;
  }

  .mx-sm-79 {
    margin-right: 7.9rem !important;
    margin-left: 7.9rem !important;
  }

  .mx-sm-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-sm-81 {
    margin-right: 8.1rem !important;
    margin-left: 8.1rem !important;
  }

  .mx-sm-82 {
    margin-right: 8.2rem !important;
    margin-left: 8.2rem !important;
  }

  .mx-sm-83 {
    margin-right: 8.3rem !important;
    margin-left: 8.3rem !important;
  }

  .mx-sm-84 {
    margin-right: 8.4rem !important;
    margin-left: 8.4rem !important;
  }

  .mx-sm-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .mx-sm-86 {
    margin-right: 8.6rem !important;
    margin-left: 8.6rem !important;
  }

  .mx-sm-87 {
    margin-right: 8.7rem !important;
    margin-left: 8.7rem !important;
  }

  .mx-sm-88 {
    margin-right: 8.8rem !important;
    margin-left: 8.8rem !important;
  }

  .mx-sm-89 {
    margin-right: 8.9rem !important;
    margin-left: 8.9rem !important;
  }

  .mx-sm-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-sm-91 {
    margin-right: 9.1rem !important;
    margin-left: 9.1rem !important;
  }

  .mx-sm-92 {
    margin-right: 9.2rem !important;
    margin-left: 9.2rem !important;
  }

  .mx-sm-93 {
    margin-right: 9.3rem !important;
    margin-left: 9.3rem !important;
  }

  .mx-sm-94 {
    margin-right: 9.4rem !important;
    margin-left: 9.4rem !important;
  }

  .mx-sm-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .mx-sm-96 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }

  .mx-sm-97 {
    margin-right: 9.7rem !important;
    margin-left: 9.7rem !important;
  }

  .mx-sm-98 {
    margin-right: 9.8rem !important;
    margin-left: 9.8rem !important;
  }

  .mx-sm-99 {
    margin-right: 9.9rem !important;
    margin-left: 9.9rem !important;
  }

  .mx-sm-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-sm-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }

  .my-sm-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-sm-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }

  .my-sm-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-11 {
    margin-top: 1.1rem !important;
    margin-bottom: 1.1rem !important;
  }

  .my-sm-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .my-sm-13 {
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important;
  }

  .my-sm-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }

  .my-sm-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }

  .my-sm-17 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important;
  }

  .my-sm-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }

  .my-sm-19 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important;
  }

  .my-sm-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-sm-21 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }

  .my-sm-22 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }

  .my-sm-23 {
    margin-top: 2.3rem !important;
    margin-bottom: 2.3rem !important;
  }

  .my-sm-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .my-sm-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-sm-26 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important;
  }

  .my-sm-27 {
    margin-top: 2.7rem !important;
    margin-bottom: 2.7rem !important;
  }

  .my-sm-28 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }

  .my-sm-29 {
    margin-top: 2.9rem !important;
    margin-bottom: 2.9rem !important;
  }

  .my-sm-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-31 {
    margin-top: 3.1rem !important;
    margin-bottom: 3.1rem !important;
  }

  .my-sm-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }

  .my-sm-33 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important;
  }

  .my-sm-34 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important;
  }

  .my-sm-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-sm-36 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }

  .my-sm-37 {
    margin-top: 3.7rem !important;
    margin-bottom: 3.7rem !important;
  }

  .my-sm-38 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important;
  }

  .my-sm-39 {
    margin-top: 3.9rem !important;
    margin-bottom: 3.9rem !important;
  }

  .my-sm-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-sm-41 {
    margin-top: 4.1rem !important;
    margin-bottom: 4.1rem !important;
  }

  .my-sm-42 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }

  .my-sm-43 {
    margin-top: 4.3rem !important;
    margin-bottom: 4.3rem !important;
  }

  .my-sm-44 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }

  .my-sm-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-sm-46 {
    margin-top: 4.6rem !important;
    margin-bottom: 4.6rem !important;
  }

  .my-sm-47 {
    margin-top: 4.7rem !important;
    margin-bottom: 4.7rem !important;
  }

  .my-sm-48 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }

  .my-sm-49 {
    margin-top: 4.9rem !important;
    margin-bottom: 4.9rem !important;
  }

  .my-sm-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-sm-51 {
    margin-top: 5.1rem !important;
    margin-bottom: 5.1rem !important;
  }

  .my-sm-52 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }

  .my-sm-53 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important;
  }

  .my-sm-54 {
    margin-top: 5.4rem !important;
    margin-bottom: 5.4rem !important;
  }

  .my-sm-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .my-sm-56 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }

  .my-sm-57 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important;
  }

  .my-sm-58 {
    margin-top: 5.8rem !important;
    margin-bottom: 5.8rem !important;
  }

  .my-sm-59 {
    margin-top: 5.9rem !important;
    margin-bottom: 5.9rem !important;
  }

  .my-sm-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-sm-61 {
    margin-top: 6.1rem !important;
    margin-bottom: 6.1rem !important;
  }

  .my-sm-62 {
    margin-top: 6.2rem !important;
    margin-bottom: 6.2rem !important;
  }

  .my-sm-63 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important;
  }

  .my-sm-64 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }

  .my-sm-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .my-sm-66 {
    margin-top: 6.6rem !important;
    margin-bottom: 6.6rem !important;
  }

  .my-sm-67 {
    margin-top: 6.7rem !important;
    margin-bottom: 6.7rem !important;
  }

  .my-sm-68 {
    margin-top: 6.8rem !important;
    margin-bottom: 6.8rem !important;
  }

  .my-sm-69 {
    margin-top: 6.9rem !important;
    margin-bottom: 6.9rem !important;
  }

  .my-sm-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-sm-71 {
    margin-top: 7.1rem !important;
    margin-bottom: 7.1rem !important;
  }

  .my-sm-72 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }

  .my-sm-73 {
    margin-top: 7.3rem !important;
    margin-bottom: 7.3rem !important;
  }

  .my-sm-74 {
    margin-top: 7.4rem !important;
    margin-bottom: 7.4rem !important;
  }

  .my-sm-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-sm-76 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important;
  }

  .my-sm-77 {
    margin-top: 7.7rem !important;
    margin-bottom: 7.7rem !important;
  }

  .my-sm-78 {
    margin-top: 7.8rem !important;
    margin-bottom: 7.8rem !important;
  }

  .my-sm-79 {
    margin-top: 7.9rem !important;
    margin-bottom: 7.9rem !important;
  }

  .my-sm-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-sm-81 {
    margin-top: 8.1rem !important;
    margin-bottom: 8.1rem !important;
  }

  .my-sm-82 {
    margin-top: 8.2rem !important;
    margin-bottom: 8.2rem !important;
  }

  .my-sm-83 {
    margin-top: 8.3rem !important;
    margin-bottom: 8.3rem !important;
  }

  .my-sm-84 {
    margin-top: 8.4rem !important;
    margin-bottom: 8.4rem !important;
  }

  .my-sm-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .my-sm-86 {
    margin-top: 8.6rem !important;
    margin-bottom: 8.6rem !important;
  }

  .my-sm-87 {
    margin-top: 8.7rem !important;
    margin-bottom: 8.7rem !important;
  }

  .my-sm-88 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }

  .my-sm-89 {
    margin-top: 8.9rem !important;
    margin-bottom: 8.9rem !important;
  }

  .my-sm-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-sm-91 {
    margin-top: 9.1rem !important;
    margin-bottom: 9.1rem !important;
  }

  .my-sm-92 {
    margin-top: 9.2rem !important;
    margin-bottom: 9.2rem !important;
  }

  .my-sm-93 {
    margin-top: 9.3rem !important;
    margin-bottom: 9.3rem !important;
  }

  .my-sm-94 {
    margin-top: 9.4rem !important;
    margin-bottom: 9.4rem !important;
  }

  .my-sm-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .my-sm-96 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }

  .my-sm-97 {
    margin-top: 9.7rem !important;
    margin-bottom: 9.7rem !important;
  }

  .my-sm-98 {
    margin-top: 9.8rem !important;
    margin-bottom: 9.8rem !important;
  }

  .my-sm-99 {
    margin-top: 9.9rem !important;
    margin-bottom: 9.9rem !important;
  }

  .my-sm-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-6 {
    margin-top: 0.6rem !important;
  }

  .mt-sm-7 {
    margin-top: 0.7rem !important;
  }

  .mt-sm-8 {
    margin-top: 0.8rem !important;
  }

  .mt-sm-9 {
    margin-top: 0.9rem !important;
  }

  .mt-sm-10 {
    margin-top: 1rem !important;
  }

  .mt-sm-11 {
    margin-top: 1.1rem !important;
  }

  .mt-sm-12 {
    margin-top: 1.2rem !important;
  }

  .mt-sm-13 {
    margin-top: 1.3rem !important;
  }

  .mt-sm-14 {
    margin-top: 1.4rem !important;
  }

  .mt-sm-15 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-16 {
    margin-top: 1.6rem !important;
  }

  .mt-sm-17 {
    margin-top: 1.7rem !important;
  }

  .mt-sm-18 {
    margin-top: 1.8rem !important;
  }

  .mt-sm-19 {
    margin-top: 1.9rem !important;
  }

  .mt-sm-20 {
    margin-top: 2rem !important;
  }

  .mt-sm-21 {
    margin-top: 2.1rem !important;
  }

  .mt-sm-22 {
    margin-top: 2.2rem !important;
  }

  .mt-sm-23 {
    margin-top: 2.3rem !important;
  }

  .mt-sm-24 {
    margin-top: 2.4rem !important;
  }

  .mt-sm-25 {
    margin-top: 2.5rem !important;
  }

  .mt-sm-26 {
    margin-top: 2.6rem !important;
  }

  .mt-sm-27 {
    margin-top: 2.7rem !important;
  }

  .mt-sm-28 {
    margin-top: 2.8rem !important;
  }

  .mt-sm-29 {
    margin-top: 2.9rem !important;
  }

  .mt-sm-30 {
    margin-top: 3rem !important;
  }

  .mt-sm-31 {
    margin-top: 3.1rem !important;
  }

  .mt-sm-32 {
    margin-top: 3.2rem !important;
  }

  .mt-sm-33 {
    margin-top: 3.3rem !important;
  }

  .mt-sm-34 {
    margin-top: 3.4rem !important;
  }

  .mt-sm-35 {
    margin-top: 3.5rem !important;
  }

  .mt-sm-36 {
    margin-top: 3.6rem !important;
  }

  .mt-sm-37 {
    margin-top: 3.7rem !important;
  }

  .mt-sm-38 {
    margin-top: 3.8rem !important;
  }

  .mt-sm-39 {
    margin-top: 3.9rem !important;
  }

  .mt-sm-40 {
    margin-top: 4rem !important;
  }

  .mt-sm-41 {
    margin-top: 4.1rem !important;
  }

  .mt-sm-42 {
    margin-top: 4.2rem !important;
  }

  .mt-sm-43 {
    margin-top: 4.3rem !important;
  }

  .mt-sm-44 {
    margin-top: 4.4rem !important;
  }

  .mt-sm-45 {
    margin-top: 4.5rem !important;
  }

  .mt-sm-46 {
    margin-top: 4.6rem !important;
  }

  .mt-sm-47 {
    margin-top: 4.7rem !important;
  }

  .mt-sm-48 {
    margin-top: 4.8rem !important;
  }

  .mt-sm-49 {
    margin-top: 4.9rem !important;
  }

  .mt-sm-50 {
    margin-top: 5rem !important;
  }

  .mt-sm-51 {
    margin-top: 5.1rem !important;
  }

  .mt-sm-52 {
    margin-top: 5.2rem !important;
  }

  .mt-sm-53 {
    margin-top: 5.3rem !important;
  }

  .mt-sm-54 {
    margin-top: 5.4rem !important;
  }

  .mt-sm-55 {
    margin-top: 5.5rem !important;
  }

  .mt-sm-56 {
    margin-top: 5.6rem !important;
  }

  .mt-sm-57 {
    margin-top: 5.7rem !important;
  }

  .mt-sm-58 {
    margin-top: 5.8rem !important;
  }

  .mt-sm-59 {
    margin-top: 5.9rem !important;
  }

  .mt-sm-60 {
    margin-top: 6rem !important;
  }

  .mt-sm-61 {
    margin-top: 6.1rem !important;
  }

  .mt-sm-62 {
    margin-top: 6.2rem !important;
  }

  .mt-sm-63 {
    margin-top: 6.3rem !important;
  }

  .mt-sm-64 {
    margin-top: 6.4rem !important;
  }

  .mt-sm-65 {
    margin-top: 6.5rem !important;
  }

  .mt-sm-66 {
    margin-top: 6.6rem !important;
  }

  .mt-sm-67 {
    margin-top: 6.7rem !important;
  }

  .mt-sm-68 {
    margin-top: 6.8rem !important;
  }

  .mt-sm-69 {
    margin-top: 6.9rem !important;
  }

  .mt-sm-70 {
    margin-top: 7rem !important;
  }

  .mt-sm-71 {
    margin-top: 7.1rem !important;
  }

  .mt-sm-72 {
    margin-top: 7.2rem !important;
  }

  .mt-sm-73 {
    margin-top: 7.3rem !important;
  }

  .mt-sm-74 {
    margin-top: 7.4rem !important;
  }

  .mt-sm-75 {
    margin-top: 7.5rem !important;
  }

  .mt-sm-76 {
    margin-top: 7.6rem !important;
  }

  .mt-sm-77 {
    margin-top: 7.7rem !important;
  }

  .mt-sm-78 {
    margin-top: 7.8rem !important;
  }

  .mt-sm-79 {
    margin-top: 7.9rem !important;
  }

  .mt-sm-80 {
    margin-top: 8rem !important;
  }

  .mt-sm-81 {
    margin-top: 8.1rem !important;
  }

  .mt-sm-82 {
    margin-top: 8.2rem !important;
  }

  .mt-sm-83 {
    margin-top: 8.3rem !important;
  }

  .mt-sm-84 {
    margin-top: 8.4rem !important;
  }

  .mt-sm-85 {
    margin-top: 8.5rem !important;
  }

  .mt-sm-86 {
    margin-top: 8.6rem !important;
  }

  .mt-sm-87 {
    margin-top: 8.7rem !important;
  }

  .mt-sm-88 {
    margin-top: 8.8rem !important;
  }

  .mt-sm-89 {
    margin-top: 8.9rem !important;
  }

  .mt-sm-90 {
    margin-top: 9rem !important;
  }

  .mt-sm-91 {
    margin-top: 9.1rem !important;
  }

  .mt-sm-92 {
    margin-top: 9.2rem !important;
  }

  .mt-sm-93 {
    margin-top: 9.3rem !important;
  }

  .mt-sm-94 {
    margin-top: 9.4rem !important;
  }

  .mt-sm-95 {
    margin-top: 9.5rem !important;
  }

  .mt-sm-96 {
    margin-top: 9.6rem !important;
  }

  .mt-sm-97 {
    margin-top: 9.7rem !important;
  }

  .mt-sm-98 {
    margin-top: 9.8rem !important;
  }

  .mt-sm-99 {
    margin-top: 9.9rem !important;
  }

  .mt-sm-100 {
    margin-top: 10rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-6 {
    margin-right: 0.6rem !important;
  }

  .me-sm-7 {
    margin-right: 0.7rem !important;
  }

  .me-sm-8 {
    margin-right: 0.8rem !important;
  }

  .me-sm-9 {
    margin-right: 0.9rem !important;
  }

  .me-sm-10 {
    margin-right: 1rem !important;
  }

  .me-sm-11 {
    margin-right: 1.1rem !important;
  }

  .me-sm-12 {
    margin-right: 1.2rem !important;
  }

  .me-sm-13 {
    margin-right: 1.3rem !important;
  }

  .me-sm-14 {
    margin-right: 1.4rem !important;
  }

  .me-sm-15 {
    margin-right: 1.5rem !important;
  }

  .me-sm-16 {
    margin-right: 1.6rem !important;
  }

  .me-sm-17 {
    margin-right: 1.7rem !important;
  }

  .me-sm-18 {
    margin-right: 1.8rem !important;
  }

  .me-sm-19 {
    margin-right: 1.9rem !important;
  }

  .me-sm-20 {
    margin-right: 2rem !important;
  }

  .me-sm-21 {
    margin-right: 2.1rem !important;
  }

  .me-sm-22 {
    margin-right: 2.2rem !important;
  }

  .me-sm-23 {
    margin-right: 2.3rem !important;
  }

  .me-sm-24 {
    margin-right: 2.4rem !important;
  }

  .me-sm-25 {
    margin-right: 2.5rem !important;
  }

  .me-sm-26 {
    margin-right: 2.6rem !important;
  }

  .me-sm-27 {
    margin-right: 2.7rem !important;
  }

  .me-sm-28 {
    margin-right: 2.8rem !important;
  }

  .me-sm-29 {
    margin-right: 2.9rem !important;
  }

  .me-sm-30 {
    margin-right: 3rem !important;
  }

  .me-sm-31 {
    margin-right: 3.1rem !important;
  }

  .me-sm-32 {
    margin-right: 3.2rem !important;
  }

  .me-sm-33 {
    margin-right: 3.3rem !important;
  }

  .me-sm-34 {
    margin-right: 3.4rem !important;
  }

  .me-sm-35 {
    margin-right: 3.5rem !important;
  }

  .me-sm-36 {
    margin-right: 3.6rem !important;
  }

  .me-sm-37 {
    margin-right: 3.7rem !important;
  }

  .me-sm-38 {
    margin-right: 3.8rem !important;
  }

  .me-sm-39 {
    margin-right: 3.9rem !important;
  }

  .me-sm-40 {
    margin-right: 4rem !important;
  }

  .me-sm-41 {
    margin-right: 4.1rem !important;
  }

  .me-sm-42 {
    margin-right: 4.2rem !important;
  }

  .me-sm-43 {
    margin-right: 4.3rem !important;
  }

  .me-sm-44 {
    margin-right: 4.4rem !important;
  }

  .me-sm-45 {
    margin-right: 4.5rem !important;
  }

  .me-sm-46 {
    margin-right: 4.6rem !important;
  }

  .me-sm-47 {
    margin-right: 4.7rem !important;
  }

  .me-sm-48 {
    margin-right: 4.8rem !important;
  }

  .me-sm-49 {
    margin-right: 4.9rem !important;
  }

  .me-sm-50 {
    margin-right: 5rem !important;
  }

  .me-sm-51 {
    margin-right: 5.1rem !important;
  }

  .me-sm-52 {
    margin-right: 5.2rem !important;
  }

  .me-sm-53 {
    margin-right: 5.3rem !important;
  }

  .me-sm-54 {
    margin-right: 5.4rem !important;
  }

  .me-sm-55 {
    margin-right: 5.5rem !important;
  }

  .me-sm-56 {
    margin-right: 5.6rem !important;
  }

  .me-sm-57 {
    margin-right: 5.7rem !important;
  }

  .me-sm-58 {
    margin-right: 5.8rem !important;
  }

  .me-sm-59 {
    margin-right: 5.9rem !important;
  }

  .me-sm-60 {
    margin-right: 6rem !important;
  }

  .me-sm-61 {
    margin-right: 6.1rem !important;
  }

  .me-sm-62 {
    margin-right: 6.2rem !important;
  }

  .me-sm-63 {
    margin-right: 6.3rem !important;
  }

  .me-sm-64 {
    margin-right: 6.4rem !important;
  }

  .me-sm-65 {
    margin-right: 6.5rem !important;
  }

  .me-sm-66 {
    margin-right: 6.6rem !important;
  }

  .me-sm-67 {
    margin-right: 6.7rem !important;
  }

  .me-sm-68 {
    margin-right: 6.8rem !important;
  }

  .me-sm-69 {
    margin-right: 6.9rem !important;
  }

  .me-sm-70 {
    margin-right: 7rem !important;
  }

  .me-sm-71 {
    margin-right: 7.1rem !important;
  }

  .me-sm-72 {
    margin-right: 7.2rem !important;
  }

  .me-sm-73 {
    margin-right: 7.3rem !important;
  }

  .me-sm-74 {
    margin-right: 7.4rem !important;
  }

  .me-sm-75 {
    margin-right: 7.5rem !important;
  }

  .me-sm-76 {
    margin-right: 7.6rem !important;
  }

  .me-sm-77 {
    margin-right: 7.7rem !important;
  }

  .me-sm-78 {
    margin-right: 7.8rem !important;
  }

  .me-sm-79 {
    margin-right: 7.9rem !important;
  }

  .me-sm-80 {
    margin-right: 8rem !important;
  }

  .me-sm-81 {
    margin-right: 8.1rem !important;
  }

  .me-sm-82 {
    margin-right: 8.2rem !important;
  }

  .me-sm-83 {
    margin-right: 8.3rem !important;
  }

  .me-sm-84 {
    margin-right: 8.4rem !important;
  }

  .me-sm-85 {
    margin-right: 8.5rem !important;
  }

  .me-sm-86 {
    margin-right: 8.6rem !important;
  }

  .me-sm-87 {
    margin-right: 8.7rem !important;
  }

  .me-sm-88 {
    margin-right: 8.8rem !important;
  }

  .me-sm-89 {
    margin-right: 8.9rem !important;
  }

  .me-sm-90 {
    margin-right: 9rem !important;
  }

  .me-sm-91 {
    margin-right: 9.1rem !important;
  }

  .me-sm-92 {
    margin-right: 9.2rem !important;
  }

  .me-sm-93 {
    margin-right: 9.3rem !important;
  }

  .me-sm-94 {
    margin-right: 9.4rem !important;
  }

  .me-sm-95 {
    margin-right: 9.5rem !important;
  }

  .me-sm-96 {
    margin-right: 9.6rem !important;
  }

  .me-sm-97 {
    margin-right: 9.7rem !important;
  }

  .me-sm-98 {
    margin-right: 9.8rem !important;
  }

  .me-sm-99 {
    margin-right: 9.9rem !important;
  }

  .me-sm-100 {
    margin-right: 10rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 0.6rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 0.7rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-sm-9 {
    margin-bottom: 0.9rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-11 {
    margin-bottom: 1.1rem !important;
  }

  .mb-sm-12 {
    margin-bottom: 1.2rem !important;
  }

  .mb-sm-13 {
    margin-bottom: 1.3rem !important;
  }

  .mb-sm-14 {
    margin-bottom: 1.4rem !important;
  }

  .mb-sm-15 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-16 {
    margin-bottom: 1.6rem !important;
  }

  .mb-sm-17 {
    margin-bottom: 1.7rem !important;
  }

  .mb-sm-18 {
    margin-bottom: 1.8rem !important;
  }

  .mb-sm-19 {
    margin-bottom: 1.9rem !important;
  }

  .mb-sm-20 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-21 {
    margin-bottom: 2.1rem !important;
  }

  .mb-sm-22 {
    margin-bottom: 2.2rem !important;
  }

  .mb-sm-23 {
    margin-bottom: 2.3rem !important;
  }

  .mb-sm-24 {
    margin-bottom: 2.4rem !important;
  }

  .mb-sm-25 {
    margin-bottom: 2.5rem !important;
  }

  .mb-sm-26 {
    margin-bottom: 2.6rem !important;
  }

  .mb-sm-27 {
    margin-bottom: 2.7rem !important;
  }

  .mb-sm-28 {
    margin-bottom: 2.8rem !important;
  }

  .mb-sm-29 {
    margin-bottom: 2.9rem !important;
  }

  .mb-sm-30 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-31 {
    margin-bottom: 3.1rem !important;
  }

  .mb-sm-32 {
    margin-bottom: 3.2rem !important;
  }

  .mb-sm-33 {
    margin-bottom: 3.3rem !important;
  }

  .mb-sm-34 {
    margin-bottom: 3.4rem !important;
  }

  .mb-sm-35 {
    margin-bottom: 3.5rem !important;
  }

  .mb-sm-36 {
    margin-bottom: 3.6rem !important;
  }

  .mb-sm-37 {
    margin-bottom: 3.7rem !important;
  }

  .mb-sm-38 {
    margin-bottom: 3.8rem !important;
  }

  .mb-sm-39 {
    margin-bottom: 3.9rem !important;
  }

  .mb-sm-40 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-41 {
    margin-bottom: 4.1rem !important;
  }

  .mb-sm-42 {
    margin-bottom: 4.2rem !important;
  }

  .mb-sm-43 {
    margin-bottom: 4.3rem !important;
  }

  .mb-sm-44 {
    margin-bottom: 4.4rem !important;
  }

  .mb-sm-45 {
    margin-bottom: 4.5rem !important;
  }

  .mb-sm-46 {
    margin-bottom: 4.6rem !important;
  }

  .mb-sm-47 {
    margin-bottom: 4.7rem !important;
  }

  .mb-sm-48 {
    margin-bottom: 4.8rem !important;
  }

  .mb-sm-49 {
    margin-bottom: 4.9rem !important;
  }

  .mb-sm-50 {
    margin-bottom: 5rem !important;
  }

  .mb-sm-51 {
    margin-bottom: 5.1rem !important;
  }

  .mb-sm-52 {
    margin-bottom: 5.2rem !important;
  }

  .mb-sm-53 {
    margin-bottom: 5.3rem !important;
  }

  .mb-sm-54 {
    margin-bottom: 5.4rem !important;
  }

  .mb-sm-55 {
    margin-bottom: 5.5rem !important;
  }

  .mb-sm-56 {
    margin-bottom: 5.6rem !important;
  }

  .mb-sm-57 {
    margin-bottom: 5.7rem !important;
  }

  .mb-sm-58 {
    margin-bottom: 5.8rem !important;
  }

  .mb-sm-59 {
    margin-bottom: 5.9rem !important;
  }

  .mb-sm-60 {
    margin-bottom: 6rem !important;
  }

  .mb-sm-61 {
    margin-bottom: 6.1rem !important;
  }

  .mb-sm-62 {
    margin-bottom: 6.2rem !important;
  }

  .mb-sm-63 {
    margin-bottom: 6.3rem !important;
  }

  .mb-sm-64 {
    margin-bottom: 6.4rem !important;
  }

  .mb-sm-65 {
    margin-bottom: 6.5rem !important;
  }

  .mb-sm-66 {
    margin-bottom: 6.6rem !important;
  }

  .mb-sm-67 {
    margin-bottom: 6.7rem !important;
  }

  .mb-sm-68 {
    margin-bottom: 6.8rem !important;
  }

  .mb-sm-69 {
    margin-bottom: 6.9rem !important;
  }

  .mb-sm-70 {
    margin-bottom: 7rem !important;
  }

  .mb-sm-71 {
    margin-bottom: 7.1rem !important;
  }

  .mb-sm-72 {
    margin-bottom: 7.2rem !important;
  }

  .mb-sm-73 {
    margin-bottom: 7.3rem !important;
  }

  .mb-sm-74 {
    margin-bottom: 7.4rem !important;
  }

  .mb-sm-75 {
    margin-bottom: 7.5rem !important;
  }

  .mb-sm-76 {
    margin-bottom: 7.6rem !important;
  }

  .mb-sm-77 {
    margin-bottom: 7.7rem !important;
  }

  .mb-sm-78 {
    margin-bottom: 7.8rem !important;
  }

  .mb-sm-79 {
    margin-bottom: 7.9rem !important;
  }

  .mb-sm-80 {
    margin-bottom: 8rem !important;
  }

  .mb-sm-81 {
    margin-bottom: 8.1rem !important;
  }

  .mb-sm-82 {
    margin-bottom: 8.2rem !important;
  }

  .mb-sm-83 {
    margin-bottom: 8.3rem !important;
  }

  .mb-sm-84 {
    margin-bottom: 8.4rem !important;
  }

  .mb-sm-85 {
    margin-bottom: 8.5rem !important;
  }

  .mb-sm-86 {
    margin-bottom: 8.6rem !important;
  }

  .mb-sm-87 {
    margin-bottom: 8.7rem !important;
  }

  .mb-sm-88 {
    margin-bottom: 8.8rem !important;
  }

  .mb-sm-89 {
    margin-bottom: 8.9rem !important;
  }

  .mb-sm-90 {
    margin-bottom: 9rem !important;
  }

  .mb-sm-91 {
    margin-bottom: 9.1rem !important;
  }

  .mb-sm-92 {
    margin-bottom: 9.2rem !important;
  }

  .mb-sm-93 {
    margin-bottom: 9.3rem !important;
  }

  .mb-sm-94 {
    margin-bottom: 9.4rem !important;
  }

  .mb-sm-95 {
    margin-bottom: 9.5rem !important;
  }

  .mb-sm-96 {
    margin-bottom: 9.6rem !important;
  }

  .mb-sm-97 {
    margin-bottom: 9.7rem !important;
  }

  .mb-sm-98 {
    margin-bottom: 9.8rem !important;
  }

  .mb-sm-99 {
    margin-bottom: 9.9rem !important;
  }

  .mb-sm-100 {
    margin-bottom: 10rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-6 {
    margin-left: 0.6rem !important;
  }

  .ms-sm-7 {
    margin-left: 0.7rem !important;
  }

  .ms-sm-8 {
    margin-left: 0.8rem !important;
  }

  .ms-sm-9 {
    margin-left: 0.9rem !important;
  }

  .ms-sm-10 {
    margin-left: 1rem !important;
  }

  .ms-sm-11 {
    margin-left: 1.1rem !important;
  }

  .ms-sm-12 {
    margin-left: 1.2rem !important;
  }

  .ms-sm-13 {
    margin-left: 1.3rem !important;
  }

  .ms-sm-14 {
    margin-left: 1.4rem !important;
  }

  .ms-sm-15 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-16 {
    margin-left: 1.6rem !important;
  }

  .ms-sm-17 {
    margin-left: 1.7rem !important;
  }

  .ms-sm-18 {
    margin-left: 1.8rem !important;
  }

  .ms-sm-19 {
    margin-left: 1.9rem !important;
  }

  .ms-sm-20 {
    margin-left: 2rem !important;
  }

  .ms-sm-21 {
    margin-left: 2.1rem !important;
  }

  .ms-sm-22 {
    margin-left: 2.2rem !important;
  }

  .ms-sm-23 {
    margin-left: 2.3rem !important;
  }

  .ms-sm-24 {
    margin-left: 2.4rem !important;
  }

  .ms-sm-25 {
    margin-left: 2.5rem !important;
  }

  .ms-sm-26 {
    margin-left: 2.6rem !important;
  }

  .ms-sm-27 {
    margin-left: 2.7rem !important;
  }

  .ms-sm-28 {
    margin-left: 2.8rem !important;
  }

  .ms-sm-29 {
    margin-left: 2.9rem !important;
  }

  .ms-sm-30 {
    margin-left: 3rem !important;
  }

  .ms-sm-31 {
    margin-left: 3.1rem !important;
  }

  .ms-sm-32 {
    margin-left: 3.2rem !important;
  }

  .ms-sm-33 {
    margin-left: 3.3rem !important;
  }

  .ms-sm-34 {
    margin-left: 3.4rem !important;
  }

  .ms-sm-35 {
    margin-left: 3.5rem !important;
  }

  .ms-sm-36 {
    margin-left: 3.6rem !important;
  }

  .ms-sm-37 {
    margin-left: 3.7rem !important;
  }

  .ms-sm-38 {
    margin-left: 3.8rem !important;
  }

  .ms-sm-39 {
    margin-left: 3.9rem !important;
  }

  .ms-sm-40 {
    margin-left: 4rem !important;
  }

  .ms-sm-41 {
    margin-left: 4.1rem !important;
  }

  .ms-sm-42 {
    margin-left: 4.2rem !important;
  }

  .ms-sm-43 {
    margin-left: 4.3rem !important;
  }

  .ms-sm-44 {
    margin-left: 4.4rem !important;
  }

  .ms-sm-45 {
    margin-left: 4.5rem !important;
  }

  .ms-sm-46 {
    margin-left: 4.6rem !important;
  }

  .ms-sm-47 {
    margin-left: 4.7rem !important;
  }

  .ms-sm-48 {
    margin-left: 4.8rem !important;
  }

  .ms-sm-49 {
    margin-left: 4.9rem !important;
  }

  .ms-sm-50 {
    margin-left: 5rem !important;
  }

  .ms-sm-51 {
    margin-left: 5.1rem !important;
  }

  .ms-sm-52 {
    margin-left: 5.2rem !important;
  }

  .ms-sm-53 {
    margin-left: 5.3rem !important;
  }

  .ms-sm-54 {
    margin-left: 5.4rem !important;
  }

  .ms-sm-55 {
    margin-left: 5.5rem !important;
  }

  .ms-sm-56 {
    margin-left: 5.6rem !important;
  }

  .ms-sm-57 {
    margin-left: 5.7rem !important;
  }

  .ms-sm-58 {
    margin-left: 5.8rem !important;
  }

  .ms-sm-59 {
    margin-left: 5.9rem !important;
  }

  .ms-sm-60 {
    margin-left: 6rem !important;
  }

  .ms-sm-61 {
    margin-left: 6.1rem !important;
  }

  .ms-sm-62 {
    margin-left: 6.2rem !important;
  }

  .ms-sm-63 {
    margin-left: 6.3rem !important;
  }

  .ms-sm-64 {
    margin-left: 6.4rem !important;
  }

  .ms-sm-65 {
    margin-left: 6.5rem !important;
  }

  .ms-sm-66 {
    margin-left: 6.6rem !important;
  }

  .ms-sm-67 {
    margin-left: 6.7rem !important;
  }

  .ms-sm-68 {
    margin-left: 6.8rem !important;
  }

  .ms-sm-69 {
    margin-left: 6.9rem !important;
  }

  .ms-sm-70 {
    margin-left: 7rem !important;
  }

  .ms-sm-71 {
    margin-left: 7.1rem !important;
  }

  .ms-sm-72 {
    margin-left: 7.2rem !important;
  }

  .ms-sm-73 {
    margin-left: 7.3rem !important;
  }

  .ms-sm-74 {
    margin-left: 7.4rem !important;
  }

  .ms-sm-75 {
    margin-left: 7.5rem !important;
  }

  .ms-sm-76 {
    margin-left: 7.6rem !important;
  }

  .ms-sm-77 {
    margin-left: 7.7rem !important;
  }

  .ms-sm-78 {
    margin-left: 7.8rem !important;
  }

  .ms-sm-79 {
    margin-left: 7.9rem !important;
  }

  .ms-sm-80 {
    margin-left: 8rem !important;
  }

  .ms-sm-81 {
    margin-left: 8.1rem !important;
  }

  .ms-sm-82 {
    margin-left: 8.2rem !important;
  }

  .ms-sm-83 {
    margin-left: 8.3rem !important;
  }

  .ms-sm-84 {
    margin-left: 8.4rem !important;
  }

  .ms-sm-85 {
    margin-left: 8.5rem !important;
  }

  .ms-sm-86 {
    margin-left: 8.6rem !important;
  }

  .ms-sm-87 {
    margin-left: 8.7rem !important;
  }

  .ms-sm-88 {
    margin-left: 8.8rem !important;
  }

  .ms-sm-89 {
    margin-left: 8.9rem !important;
  }

  .ms-sm-90 {
    margin-left: 9rem !important;
  }

  .ms-sm-91 {
    margin-left: 9.1rem !important;
  }

  .ms-sm-92 {
    margin-left: 9.2rem !important;
  }

  .ms-sm-93 {
    margin-left: 9.3rem !important;
  }

  .ms-sm-94 {
    margin-left: 9.4rem !important;
  }

  .ms-sm-95 {
    margin-left: 9.5rem !important;
  }

  .ms-sm-96 {
    margin-left: 9.6rem !important;
  }

  .ms-sm-97 {
    margin-left: 9.7rem !important;
  }

  .ms-sm-98 {
    margin-left: 9.8rem !important;
  }

  .ms-sm-99 {
    margin-left: 9.9rem !important;
  }

  .ms-sm-100 {
    margin-left: 10rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .p-sm-6 {
    padding: 0.6rem !important;
  }

  .p-sm-7 {
    padding: 0.7rem !important;
  }

  .p-sm-8 {
    padding: 0.8rem !important;
  }

  .p-sm-9 {
    padding: 0.9rem !important;
  }

  .p-sm-10 {
    padding: 1rem !important;
  }

  .p-sm-11 {
    padding: 1.1rem !important;
  }

  .p-sm-12 {
    padding: 1.2rem !important;
  }

  .p-sm-13 {
    padding: 1.3rem !important;
  }

  .p-sm-14 {
    padding: 1.4rem !important;
  }

  .p-sm-15 {
    padding: 1.5rem !important;
  }

  .p-sm-16 {
    padding: 1.6rem !important;
  }

  .p-sm-17 {
    padding: 1.7rem !important;
  }

  .p-sm-18 {
    padding: 1.8rem !important;
  }

  .p-sm-19 {
    padding: 1.9rem !important;
  }

  .p-sm-20 {
    padding: 2rem !important;
  }

  .p-sm-21 {
    padding: 2.1rem !important;
  }

  .p-sm-22 {
    padding: 2.2rem !important;
  }

  .p-sm-23 {
    padding: 2.3rem !important;
  }

  .p-sm-24 {
    padding: 2.4rem !important;
  }

  .p-sm-25 {
    padding: 2.5rem !important;
  }

  .p-sm-26 {
    padding: 2.6rem !important;
  }

  .p-sm-27 {
    padding: 2.7rem !important;
  }

  .p-sm-28 {
    padding: 2.8rem !important;
  }

  .p-sm-29 {
    padding: 2.9rem !important;
  }

  .p-sm-30 {
    padding: 3rem !important;
  }

  .p-sm-31 {
    padding: 3.1rem !important;
  }

  .p-sm-32 {
    padding: 3.2rem !important;
  }

  .p-sm-33 {
    padding: 3.3rem !important;
  }

  .p-sm-34 {
    padding: 3.4rem !important;
  }

  .p-sm-35 {
    padding: 3.5rem !important;
  }

  .p-sm-36 {
    padding: 3.6rem !important;
  }

  .p-sm-37 {
    padding: 3.7rem !important;
  }

  .p-sm-38 {
    padding: 3.8rem !important;
  }

  .p-sm-39 {
    padding: 3.9rem !important;
  }

  .p-sm-40 {
    padding: 4rem !important;
  }

  .p-sm-41 {
    padding: 4.1rem !important;
  }

  .p-sm-42 {
    padding: 4.2rem !important;
  }

  .p-sm-43 {
    padding: 4.3rem !important;
  }

  .p-sm-44 {
    padding: 4.4rem !important;
  }

  .p-sm-45 {
    padding: 4.5rem !important;
  }

  .p-sm-46 {
    padding: 4.6rem !important;
  }

  .p-sm-47 {
    padding: 4.7rem !important;
  }

  .p-sm-48 {
    padding: 4.8rem !important;
  }

  .p-sm-49 {
    padding: 4.9rem !important;
  }

  .p-sm-50 {
    padding: 5rem !important;
  }

  .p-sm-51 {
    padding: 5.1rem !important;
  }

  .p-sm-52 {
    padding: 5.2rem !important;
  }

  .p-sm-53 {
    padding: 5.3rem !important;
  }

  .p-sm-54 {
    padding: 5.4rem !important;
  }

  .p-sm-55 {
    padding: 5.5rem !important;
  }

  .p-sm-56 {
    padding: 5.6rem !important;
  }

  .p-sm-57 {
    padding: 5.7rem !important;
  }

  .p-sm-58 {
    padding: 5.8rem !important;
  }

  .p-sm-59 {
    padding: 5.9rem !important;
  }

  .p-sm-60 {
    padding: 6rem !important;
  }

  .p-sm-61 {
    padding: 6.1rem !important;
  }

  .p-sm-62 {
    padding: 6.2rem !important;
  }

  .p-sm-63 {
    padding: 6.3rem !important;
  }

  .p-sm-64 {
    padding: 6.4rem !important;
  }

  .p-sm-65 {
    padding: 6.5rem !important;
  }

  .p-sm-66 {
    padding: 6.6rem !important;
  }

  .p-sm-67 {
    padding: 6.7rem !important;
  }

  .p-sm-68 {
    padding: 6.8rem !important;
  }

  .p-sm-69 {
    padding: 6.9rem !important;
  }

  .p-sm-70 {
    padding: 7rem !important;
  }

  .p-sm-71 {
    padding: 7.1rem !important;
  }

  .p-sm-72 {
    padding: 7.2rem !important;
  }

  .p-sm-73 {
    padding: 7.3rem !important;
  }

  .p-sm-74 {
    padding: 7.4rem !important;
  }

  .p-sm-75 {
    padding: 7.5rem !important;
  }

  .p-sm-76 {
    padding: 7.6rem !important;
  }

  .p-sm-77 {
    padding: 7.7rem !important;
  }

  .p-sm-78 {
    padding: 7.8rem !important;
  }

  .p-sm-79 {
    padding: 7.9rem !important;
  }

  .p-sm-80 {
    padding: 8rem !important;
  }

  .p-sm-81 {
    padding: 8.1rem !important;
  }

  .p-sm-82 {
    padding: 8.2rem !important;
  }

  .p-sm-83 {
    padding: 8.3rem !important;
  }

  .p-sm-84 {
    padding: 8.4rem !important;
  }

  .p-sm-85 {
    padding: 8.5rem !important;
  }

  .p-sm-86 {
    padding: 8.6rem !important;
  }

  .p-sm-87 {
    padding: 8.7rem !important;
  }

  .p-sm-88 {
    padding: 8.8rem !important;
  }

  .p-sm-89 {
    padding: 8.9rem !important;
  }

  .p-sm-90 {
    padding: 9rem !important;
  }

  .p-sm-91 {
    padding: 9.1rem !important;
  }

  .p-sm-92 {
    padding: 9.2rem !important;
  }

  .p-sm-93 {
    padding: 9.3rem !important;
  }

  .p-sm-94 {
    padding: 9.4rem !important;
  }

  .p-sm-95 {
    padding: 9.5rem !important;
  }

  .p-sm-96 {
    padding: 9.6rem !important;
  }

  .p-sm-97 {
    padding: 9.7rem !important;
  }

  .p-sm-98 {
    padding: 9.8rem !important;
  }

  .p-sm-99 {
    padding: 9.9rem !important;
  }

  .p-sm-100 {
    padding: 10rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-sm-6 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-sm-7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }

  .px-sm-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-sm-9 {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }

  .px-sm-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-11 {
    padding-right: 1.1rem !important;
    padding-left: 1.1rem !important;
  }

  .px-sm-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .px-sm-13 {
    padding-right: 1.3rem !important;
    padding-left: 1.3rem !important;
  }

  .px-sm-14 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
  }

  .px-sm-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }

  .px-sm-17 {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important;
  }

  .px-sm-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }

  .px-sm-19 {
    padding-right: 1.9rem !important;
    padding-left: 1.9rem !important;
  }

  .px-sm-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-sm-21 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
  }

  .px-sm-22 {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important;
  }

  .px-sm-23 {
    padding-right: 2.3rem !important;
    padding-left: 2.3rem !important;
  }

  .px-sm-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }

  .px-sm-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-sm-26 {
    padding-right: 2.6rem !important;
    padding-left: 2.6rem !important;
  }

  .px-sm-27 {
    padding-right: 2.7rem !important;
    padding-left: 2.7rem !important;
  }

  .px-sm-28 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }

  .px-sm-29 {
    padding-right: 2.9rem !important;
    padding-left: 2.9rem !important;
  }

  .px-sm-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-sm-31 {
    padding-right: 3.1rem !important;
    padding-left: 3.1rem !important;
  }

  .px-sm-32 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }

  .px-sm-33 {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important;
  }

  .px-sm-34 {
    padding-right: 3.4rem !important;
    padding-left: 3.4rem !important;
  }

  .px-sm-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-sm-36 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }

  .px-sm-37 {
    padding-right: 3.7rem !important;
    padding-left: 3.7rem !important;
  }

  .px-sm-38 {
    padding-right: 3.8rem !important;
    padding-left: 3.8rem !important;
  }

  .px-sm-39 {
    padding-right: 3.9rem !important;
    padding-left: 3.9rem !important;
  }

  .px-sm-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-sm-41 {
    padding-right: 4.1rem !important;
    padding-left: 4.1rem !important;
  }

  .px-sm-42 {
    padding-right: 4.2rem !important;
    padding-left: 4.2rem !important;
  }

  .px-sm-43 {
    padding-right: 4.3rem !important;
    padding-left: 4.3rem !important;
  }

  .px-sm-44 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }

  .px-sm-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-sm-46 {
    padding-right: 4.6rem !important;
    padding-left: 4.6rem !important;
  }

  .px-sm-47 {
    padding-right: 4.7rem !important;
    padding-left: 4.7rem !important;
  }

  .px-sm-48 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }

  .px-sm-49 {
    padding-right: 4.9rem !important;
    padding-left: 4.9rem !important;
  }

  .px-sm-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-sm-51 {
    padding-right: 5.1rem !important;
    padding-left: 5.1rem !important;
  }

  .px-sm-52 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important;
  }

  .px-sm-53 {
    padding-right: 5.3rem !important;
    padding-left: 5.3rem !important;
  }

  .px-sm-54 {
    padding-right: 5.4rem !important;
    padding-left: 5.4rem !important;
  }

  .px-sm-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .px-sm-56 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }

  .px-sm-57 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important;
  }

  .px-sm-58 {
    padding-right: 5.8rem !important;
    padding-left: 5.8rem !important;
  }

  .px-sm-59 {
    padding-right: 5.9rem !important;
    padding-left: 5.9rem !important;
  }

  .px-sm-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-sm-61 {
    padding-right: 6.1rem !important;
    padding-left: 6.1rem !important;
  }

  .px-sm-62 {
    padding-right: 6.2rem !important;
    padding-left: 6.2rem !important;
  }

  .px-sm-63 {
    padding-right: 6.3rem !important;
    padding-left: 6.3rem !important;
  }

  .px-sm-64 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }

  .px-sm-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .px-sm-66 {
    padding-right: 6.6rem !important;
    padding-left: 6.6rem !important;
  }

  .px-sm-67 {
    padding-right: 6.7rem !important;
    padding-left: 6.7rem !important;
  }

  .px-sm-68 {
    padding-right: 6.8rem !important;
    padding-left: 6.8rem !important;
  }

  .px-sm-69 {
    padding-right: 6.9rem !important;
    padding-left: 6.9rem !important;
  }

  .px-sm-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-sm-71 {
    padding-right: 7.1rem !important;
    padding-left: 7.1rem !important;
  }

  .px-sm-72 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }

  .px-sm-73 {
    padding-right: 7.3rem !important;
    padding-left: 7.3rem !important;
  }

  .px-sm-74 {
    padding-right: 7.4rem !important;
    padding-left: 7.4rem !important;
  }

  .px-sm-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-sm-76 {
    padding-right: 7.6rem !important;
    padding-left: 7.6rem !important;
  }

  .px-sm-77 {
    padding-right: 7.7rem !important;
    padding-left: 7.7rem !important;
  }

  .px-sm-78 {
    padding-right: 7.8rem !important;
    padding-left: 7.8rem !important;
  }

  .px-sm-79 {
    padding-right: 7.9rem !important;
    padding-left: 7.9rem !important;
  }

  .px-sm-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-sm-81 {
    padding-right: 8.1rem !important;
    padding-left: 8.1rem !important;
  }

  .px-sm-82 {
    padding-right: 8.2rem !important;
    padding-left: 8.2rem !important;
  }

  .px-sm-83 {
    padding-right: 8.3rem !important;
    padding-left: 8.3rem !important;
  }

  .px-sm-84 {
    padding-right: 8.4rem !important;
    padding-left: 8.4rem !important;
  }

  .px-sm-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .px-sm-86 {
    padding-right: 8.6rem !important;
    padding-left: 8.6rem !important;
  }

  .px-sm-87 {
    padding-right: 8.7rem !important;
    padding-left: 8.7rem !important;
  }

  .px-sm-88 {
    padding-right: 8.8rem !important;
    padding-left: 8.8rem !important;
  }

  .px-sm-89 {
    padding-right: 8.9rem !important;
    padding-left: 8.9rem !important;
  }

  .px-sm-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-sm-91 {
    padding-right: 9.1rem !important;
    padding-left: 9.1rem !important;
  }

  .px-sm-92 {
    padding-right: 9.2rem !important;
    padding-left: 9.2rem !important;
  }

  .px-sm-93 {
    padding-right: 9.3rem !important;
    padding-left: 9.3rem !important;
  }

  .px-sm-94 {
    padding-right: 9.4rem !important;
    padding-left: 9.4rem !important;
  }

  .px-sm-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .px-sm-96 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }

  .px-sm-97 {
    padding-right: 9.7rem !important;
    padding-left: 9.7rem !important;
  }

  .px-sm-98 {
    padding-right: 9.8rem !important;
    padding-left: 9.8rem !important;
  }

  .px-sm-99 {
    padding-right: 9.9rem !important;
    padding-left: 9.9rem !important;
  }

  .px-sm-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-sm-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }

  .py-sm-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-sm-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }

  .py-sm-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-11 {
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important;
  }

  .py-sm-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .py-sm-13 {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
  }

  .py-sm-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  .py-sm-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  .py-sm-17 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }

  .py-sm-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }

  .py-sm-19 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important;
  }

  .py-sm-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-21 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }

  .py-sm-22 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }

  .py-sm-23 {
    padding-top: 2.3rem !important;
    padding-bottom: 2.3rem !important;
  }

  .py-sm-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .py-sm-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-sm-26 {
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important;
  }

  .py-sm-27 {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important;
  }

  .py-sm-28 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }

  .py-sm-29 {
    padding-top: 2.9rem !important;
    padding-bottom: 2.9rem !important;
  }

  .py-sm-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-31 {
    padding-top: 3.1rem !important;
    padding-bottom: 3.1rem !important;
  }

  .py-sm-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }

  .py-sm-33 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important;
  }

  .py-sm-34 {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important;
  }

  .py-sm-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-sm-36 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }

  .py-sm-37 {
    padding-top: 3.7rem !important;
    padding-bottom: 3.7rem !important;
  }

  .py-sm-38 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important;
  }

  .py-sm-39 {
    padding-top: 3.9rem !important;
    padding-bottom: 3.9rem !important;
  }

  .py-sm-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-sm-41 {
    padding-top: 4.1rem !important;
    padding-bottom: 4.1rem !important;
  }

  .py-sm-42 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }

  .py-sm-43 {
    padding-top: 4.3rem !important;
    padding-bottom: 4.3rem !important;
  }

  .py-sm-44 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }

  .py-sm-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-sm-46 {
    padding-top: 4.6rem !important;
    padding-bottom: 4.6rem !important;
  }

  .py-sm-47 {
    padding-top: 4.7rem !important;
    padding-bottom: 4.7rem !important;
  }

  .py-sm-48 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }

  .py-sm-49 {
    padding-top: 4.9rem !important;
    padding-bottom: 4.9rem !important;
  }

  .py-sm-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-sm-51 {
    padding-top: 5.1rem !important;
    padding-bottom: 5.1rem !important;
  }

  .py-sm-52 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }

  .py-sm-53 {
    padding-top: 5.3rem !important;
    padding-bottom: 5.3rem !important;
  }

  .py-sm-54 {
    padding-top: 5.4rem !important;
    padding-bottom: 5.4rem !important;
  }

  .py-sm-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .py-sm-56 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }

  .py-sm-57 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important;
  }

  .py-sm-58 {
    padding-top: 5.8rem !important;
    padding-bottom: 5.8rem !important;
  }

  .py-sm-59 {
    padding-top: 5.9rem !important;
    padding-bottom: 5.9rem !important;
  }

  .py-sm-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-sm-61 {
    padding-top: 6.1rem !important;
    padding-bottom: 6.1rem !important;
  }

  .py-sm-62 {
    padding-top: 6.2rem !important;
    padding-bottom: 6.2rem !important;
  }

  .py-sm-63 {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important;
  }

  .py-sm-64 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }

  .py-sm-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .py-sm-66 {
    padding-top: 6.6rem !important;
    padding-bottom: 6.6rem !important;
  }

  .py-sm-67 {
    padding-top: 6.7rem !important;
    padding-bottom: 6.7rem !important;
  }

  .py-sm-68 {
    padding-top: 6.8rem !important;
    padding-bottom: 6.8rem !important;
  }

  .py-sm-69 {
    padding-top: 6.9rem !important;
    padding-bottom: 6.9rem !important;
  }

  .py-sm-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-sm-71 {
    padding-top: 7.1rem !important;
    padding-bottom: 7.1rem !important;
  }

  .py-sm-72 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }

  .py-sm-73 {
    padding-top: 7.3rem !important;
    padding-bottom: 7.3rem !important;
  }

  .py-sm-74 {
    padding-top: 7.4rem !important;
    padding-bottom: 7.4rem !important;
  }

  .py-sm-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-sm-76 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important;
  }

  .py-sm-77 {
    padding-top: 7.7rem !important;
    padding-bottom: 7.7rem !important;
  }

  .py-sm-78 {
    padding-top: 7.8rem !important;
    padding-bottom: 7.8rem !important;
  }

  .py-sm-79 {
    padding-top: 7.9rem !important;
    padding-bottom: 7.9rem !important;
  }

  .py-sm-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-sm-81 {
    padding-top: 8.1rem !important;
    padding-bottom: 8.1rem !important;
  }

  .py-sm-82 {
    padding-top: 8.2rem !important;
    padding-bottom: 8.2rem !important;
  }

  .py-sm-83 {
    padding-top: 8.3rem !important;
    padding-bottom: 8.3rem !important;
  }

  .py-sm-84 {
    padding-top: 8.4rem !important;
    padding-bottom: 8.4rem !important;
  }

  .py-sm-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .py-sm-86 {
    padding-top: 8.6rem !important;
    padding-bottom: 8.6rem !important;
  }

  .py-sm-87 {
    padding-top: 8.7rem !important;
    padding-bottom: 8.7rem !important;
  }

  .py-sm-88 {
    padding-top: 8.8rem !important;
    padding-bottom: 8.8rem !important;
  }

  .py-sm-89 {
    padding-top: 8.9rem !important;
    padding-bottom: 8.9rem !important;
  }

  .py-sm-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-sm-91 {
    padding-top: 9.1rem !important;
    padding-bottom: 9.1rem !important;
  }

  .py-sm-92 {
    padding-top: 9.2rem !important;
    padding-bottom: 9.2rem !important;
  }

  .py-sm-93 {
    padding-top: 9.3rem !important;
    padding-bottom: 9.3rem !important;
  }

  .py-sm-94 {
    padding-top: 9.4rem !important;
    padding-bottom: 9.4rem !important;
  }

  .py-sm-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .py-sm-96 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }

  .py-sm-97 {
    padding-top: 9.7rem !important;
    padding-bottom: 9.7rem !important;
  }

  .py-sm-98 {
    padding-top: 9.8rem !important;
    padding-bottom: 9.8rem !important;
  }

  .py-sm-99 {
    padding-top: 9.9rem !important;
    padding-bottom: 9.9rem !important;
  }

  .py-sm-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pt-sm-6 {
    padding-top: 0.6rem !important;
  }

  .pt-sm-7 {
    padding-top: 0.7rem !important;
  }

  .pt-sm-8 {
    padding-top: 0.8rem !important;
  }

  .pt-sm-9 {
    padding-top: 0.9rem !important;
  }

  .pt-sm-10 {
    padding-top: 1rem !important;
  }

  .pt-sm-11 {
    padding-top: 1.1rem !important;
  }

  .pt-sm-12 {
    padding-top: 1.2rem !important;
  }

  .pt-sm-13 {
    padding-top: 1.3rem !important;
  }

  .pt-sm-14 {
    padding-top: 1.4rem !important;
  }

  .pt-sm-15 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-16 {
    padding-top: 1.6rem !important;
  }

  .pt-sm-17 {
    padding-top: 1.7rem !important;
  }

  .pt-sm-18 {
    padding-top: 1.8rem !important;
  }

  .pt-sm-19 {
    padding-top: 1.9rem !important;
  }

  .pt-sm-20 {
    padding-top: 2rem !important;
  }

  .pt-sm-21 {
    padding-top: 2.1rem !important;
  }

  .pt-sm-22 {
    padding-top: 2.2rem !important;
  }

  .pt-sm-23 {
    padding-top: 2.3rem !important;
  }

  .pt-sm-24 {
    padding-top: 2.4rem !important;
  }

  .pt-sm-25 {
    padding-top: 2.5rem !important;
  }

  .pt-sm-26 {
    padding-top: 2.6rem !important;
  }

  .pt-sm-27 {
    padding-top: 2.7rem !important;
  }

  .pt-sm-28 {
    padding-top: 2.8rem !important;
  }

  .pt-sm-29 {
    padding-top: 2.9rem !important;
  }

  .pt-sm-30 {
    padding-top: 3rem !important;
  }

  .pt-sm-31 {
    padding-top: 3.1rem !important;
  }

  .pt-sm-32 {
    padding-top: 3.2rem !important;
  }

  .pt-sm-33 {
    padding-top: 3.3rem !important;
  }

  .pt-sm-34 {
    padding-top: 3.4rem !important;
  }

  .pt-sm-35 {
    padding-top: 3.5rem !important;
  }

  .pt-sm-36 {
    padding-top: 3.6rem !important;
  }

  .pt-sm-37 {
    padding-top: 3.7rem !important;
  }

  .pt-sm-38 {
    padding-top: 3.8rem !important;
  }

  .pt-sm-39 {
    padding-top: 3.9rem !important;
  }

  .pt-sm-40 {
    padding-top: 4rem !important;
  }

  .pt-sm-41 {
    padding-top: 4.1rem !important;
  }

  .pt-sm-42 {
    padding-top: 4.2rem !important;
  }

  .pt-sm-43 {
    padding-top: 4.3rem !important;
  }

  .pt-sm-44 {
    padding-top: 4.4rem !important;
  }

  .pt-sm-45 {
    padding-top: 4.5rem !important;
  }

  .pt-sm-46 {
    padding-top: 4.6rem !important;
  }

  .pt-sm-47 {
    padding-top: 4.7rem !important;
  }

  .pt-sm-48 {
    padding-top: 4.8rem !important;
  }

  .pt-sm-49 {
    padding-top: 4.9rem !important;
  }

  .pt-sm-50 {
    padding-top: 5rem !important;
  }

  .pt-sm-51 {
    padding-top: 5.1rem !important;
  }

  .pt-sm-52 {
    padding-top: 5.2rem !important;
  }

  .pt-sm-53 {
    padding-top: 5.3rem !important;
  }

  .pt-sm-54 {
    padding-top: 5.4rem !important;
  }

  .pt-sm-55 {
    padding-top: 5.5rem !important;
  }

  .pt-sm-56 {
    padding-top: 5.6rem !important;
  }

  .pt-sm-57 {
    padding-top: 5.7rem !important;
  }

  .pt-sm-58 {
    padding-top: 5.8rem !important;
  }

  .pt-sm-59 {
    padding-top: 5.9rem !important;
  }

  .pt-sm-60 {
    padding-top: 6rem !important;
  }

  .pt-sm-61 {
    padding-top: 6.1rem !important;
  }

  .pt-sm-62 {
    padding-top: 6.2rem !important;
  }

  .pt-sm-63 {
    padding-top: 6.3rem !important;
  }

  .pt-sm-64 {
    padding-top: 6.4rem !important;
  }

  .pt-sm-65 {
    padding-top: 6.5rem !important;
  }

  .pt-sm-66 {
    padding-top: 6.6rem !important;
  }

  .pt-sm-67 {
    padding-top: 6.7rem !important;
  }

  .pt-sm-68 {
    padding-top: 6.8rem !important;
  }

  .pt-sm-69 {
    padding-top: 6.9rem !important;
  }

  .pt-sm-70 {
    padding-top: 7rem !important;
  }

  .pt-sm-71 {
    padding-top: 7.1rem !important;
  }

  .pt-sm-72 {
    padding-top: 7.2rem !important;
  }

  .pt-sm-73 {
    padding-top: 7.3rem !important;
  }

  .pt-sm-74 {
    padding-top: 7.4rem !important;
  }

  .pt-sm-75 {
    padding-top: 7.5rem !important;
  }

  .pt-sm-76 {
    padding-top: 7.6rem !important;
  }

  .pt-sm-77 {
    padding-top: 7.7rem !important;
  }

  .pt-sm-78 {
    padding-top: 7.8rem !important;
  }

  .pt-sm-79 {
    padding-top: 7.9rem !important;
  }

  .pt-sm-80 {
    padding-top: 8rem !important;
  }

  .pt-sm-81 {
    padding-top: 8.1rem !important;
  }

  .pt-sm-82 {
    padding-top: 8.2rem !important;
  }

  .pt-sm-83 {
    padding-top: 8.3rem !important;
  }

  .pt-sm-84 {
    padding-top: 8.4rem !important;
  }

  .pt-sm-85 {
    padding-top: 8.5rem !important;
  }

  .pt-sm-86 {
    padding-top: 8.6rem !important;
  }

  .pt-sm-87 {
    padding-top: 8.7rem !important;
  }

  .pt-sm-88 {
    padding-top: 8.8rem !important;
  }

  .pt-sm-89 {
    padding-top: 8.9rem !important;
  }

  .pt-sm-90 {
    padding-top: 9rem !important;
  }

  .pt-sm-91 {
    padding-top: 9.1rem !important;
  }

  .pt-sm-92 {
    padding-top: 9.2rem !important;
  }

  .pt-sm-93 {
    padding-top: 9.3rem !important;
  }

  .pt-sm-94 {
    padding-top: 9.4rem !important;
  }

  .pt-sm-95 {
    padding-top: 9.5rem !important;
  }

  .pt-sm-96 {
    padding-top: 9.6rem !important;
  }

  .pt-sm-97 {
    padding-top: 9.7rem !important;
  }

  .pt-sm-98 {
    padding-top: 9.8rem !important;
  }

  .pt-sm-99 {
    padding-top: 9.9rem !important;
  }

  .pt-sm-100 {
    padding-top: 10rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pe-sm-6 {
    padding-right: 0.6rem !important;
  }

  .pe-sm-7 {
    padding-right: 0.7rem !important;
  }

  .pe-sm-8 {
    padding-right: 0.8rem !important;
  }

  .pe-sm-9 {
    padding-right: 0.9rem !important;
  }

  .pe-sm-10 {
    padding-right: 1rem !important;
  }

  .pe-sm-11 {
    padding-right: 1.1rem !important;
  }

  .pe-sm-12 {
    padding-right: 1.2rem !important;
  }

  .pe-sm-13 {
    padding-right: 1.3rem !important;
  }

  .pe-sm-14 {
    padding-right: 1.4rem !important;
  }

  .pe-sm-15 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-16 {
    padding-right: 1.6rem !important;
  }

  .pe-sm-17 {
    padding-right: 1.7rem !important;
  }

  .pe-sm-18 {
    padding-right: 1.8rem !important;
  }

  .pe-sm-19 {
    padding-right: 1.9rem !important;
  }

  .pe-sm-20 {
    padding-right: 2rem !important;
  }

  .pe-sm-21 {
    padding-right: 2.1rem !important;
  }

  .pe-sm-22 {
    padding-right: 2.2rem !important;
  }

  .pe-sm-23 {
    padding-right: 2.3rem !important;
  }

  .pe-sm-24 {
    padding-right: 2.4rem !important;
  }

  .pe-sm-25 {
    padding-right: 2.5rem !important;
  }

  .pe-sm-26 {
    padding-right: 2.6rem !important;
  }

  .pe-sm-27 {
    padding-right: 2.7rem !important;
  }

  .pe-sm-28 {
    padding-right: 2.8rem !important;
  }

  .pe-sm-29 {
    padding-right: 2.9rem !important;
  }

  .pe-sm-30 {
    padding-right: 3rem !important;
  }

  .pe-sm-31 {
    padding-right: 3.1rem !important;
  }

  .pe-sm-32 {
    padding-right: 3.2rem !important;
  }

  .pe-sm-33 {
    padding-right: 3.3rem !important;
  }

  .pe-sm-34 {
    padding-right: 3.4rem !important;
  }

  .pe-sm-35 {
    padding-right: 3.5rem !important;
  }

  .pe-sm-36 {
    padding-right: 3.6rem !important;
  }

  .pe-sm-37 {
    padding-right: 3.7rem !important;
  }

  .pe-sm-38 {
    padding-right: 3.8rem !important;
  }

  .pe-sm-39 {
    padding-right: 3.9rem !important;
  }

  .pe-sm-40 {
    padding-right: 4rem !important;
  }

  .pe-sm-41 {
    padding-right: 4.1rem !important;
  }

  .pe-sm-42 {
    padding-right: 4.2rem !important;
  }

  .pe-sm-43 {
    padding-right: 4.3rem !important;
  }

  .pe-sm-44 {
    padding-right: 4.4rem !important;
  }

  .pe-sm-45 {
    padding-right: 4.5rem !important;
  }

  .pe-sm-46 {
    padding-right: 4.6rem !important;
  }

  .pe-sm-47 {
    padding-right: 4.7rem !important;
  }

  .pe-sm-48 {
    padding-right: 4.8rem !important;
  }

  .pe-sm-49 {
    padding-right: 4.9rem !important;
  }

  .pe-sm-50 {
    padding-right: 5rem !important;
  }

  .pe-sm-51 {
    padding-right: 5.1rem !important;
  }

  .pe-sm-52 {
    padding-right: 5.2rem !important;
  }

  .pe-sm-53 {
    padding-right: 5.3rem !important;
  }

  .pe-sm-54 {
    padding-right: 5.4rem !important;
  }

  .pe-sm-55 {
    padding-right: 5.5rem !important;
  }

  .pe-sm-56 {
    padding-right: 5.6rem !important;
  }

  .pe-sm-57 {
    padding-right: 5.7rem !important;
  }

  .pe-sm-58 {
    padding-right: 5.8rem !important;
  }

  .pe-sm-59 {
    padding-right: 5.9rem !important;
  }

  .pe-sm-60 {
    padding-right: 6rem !important;
  }

  .pe-sm-61 {
    padding-right: 6.1rem !important;
  }

  .pe-sm-62 {
    padding-right: 6.2rem !important;
  }

  .pe-sm-63 {
    padding-right: 6.3rem !important;
  }

  .pe-sm-64 {
    padding-right: 6.4rem !important;
  }

  .pe-sm-65 {
    padding-right: 6.5rem !important;
  }

  .pe-sm-66 {
    padding-right: 6.6rem !important;
  }

  .pe-sm-67 {
    padding-right: 6.7rem !important;
  }

  .pe-sm-68 {
    padding-right: 6.8rem !important;
  }

  .pe-sm-69 {
    padding-right: 6.9rem !important;
  }

  .pe-sm-70 {
    padding-right: 7rem !important;
  }

  .pe-sm-71 {
    padding-right: 7.1rem !important;
  }

  .pe-sm-72 {
    padding-right: 7.2rem !important;
  }

  .pe-sm-73 {
    padding-right: 7.3rem !important;
  }

  .pe-sm-74 {
    padding-right: 7.4rem !important;
  }

  .pe-sm-75 {
    padding-right: 7.5rem !important;
  }

  .pe-sm-76 {
    padding-right: 7.6rem !important;
  }

  .pe-sm-77 {
    padding-right: 7.7rem !important;
  }

  .pe-sm-78 {
    padding-right: 7.8rem !important;
  }

  .pe-sm-79 {
    padding-right: 7.9rem !important;
  }

  .pe-sm-80 {
    padding-right: 8rem !important;
  }

  .pe-sm-81 {
    padding-right: 8.1rem !important;
  }

  .pe-sm-82 {
    padding-right: 8.2rem !important;
  }

  .pe-sm-83 {
    padding-right: 8.3rem !important;
  }

  .pe-sm-84 {
    padding-right: 8.4rem !important;
  }

  .pe-sm-85 {
    padding-right: 8.5rem !important;
  }

  .pe-sm-86 {
    padding-right: 8.6rem !important;
  }

  .pe-sm-87 {
    padding-right: 8.7rem !important;
  }

  .pe-sm-88 {
    padding-right: 8.8rem !important;
  }

  .pe-sm-89 {
    padding-right: 8.9rem !important;
  }

  .pe-sm-90 {
    padding-right: 9rem !important;
  }

  .pe-sm-91 {
    padding-right: 9.1rem !important;
  }

  .pe-sm-92 {
    padding-right: 9.2rem !important;
  }

  .pe-sm-93 {
    padding-right: 9.3rem !important;
  }

  .pe-sm-94 {
    padding-right: 9.4rem !important;
  }

  .pe-sm-95 {
    padding-right: 9.5rem !important;
  }

  .pe-sm-96 {
    padding-right: 9.6rem !important;
  }

  .pe-sm-97 {
    padding-right: 9.7rem !important;
  }

  .pe-sm-98 {
    padding-right: 9.8rem !important;
  }

  .pe-sm-99 {
    padding-right: 9.9rem !important;
  }

  .pe-sm-100 {
    padding-right: 10rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 0.6rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 0.7rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-sm-9 {
    padding-bottom: 0.9rem !important;
  }

  .pb-sm-10 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-11 {
    padding-bottom: 1.1rem !important;
  }

  .pb-sm-12 {
    padding-bottom: 1.2rem !important;
  }

  .pb-sm-13 {
    padding-bottom: 1.3rem !important;
  }

  .pb-sm-14 {
    padding-bottom: 1.4rem !important;
  }

  .pb-sm-15 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-16 {
    padding-bottom: 1.6rem !important;
  }

  .pb-sm-17 {
    padding-bottom: 1.7rem !important;
  }

  .pb-sm-18 {
    padding-bottom: 1.8rem !important;
  }

  .pb-sm-19 {
    padding-bottom: 1.9rem !important;
  }

  .pb-sm-20 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-21 {
    padding-bottom: 2.1rem !important;
  }

  .pb-sm-22 {
    padding-bottom: 2.2rem !important;
  }

  .pb-sm-23 {
    padding-bottom: 2.3rem !important;
  }

  .pb-sm-24 {
    padding-bottom: 2.4rem !important;
  }

  .pb-sm-25 {
    padding-bottom: 2.5rem !important;
  }

  .pb-sm-26 {
    padding-bottom: 2.6rem !important;
  }

  .pb-sm-27 {
    padding-bottom: 2.7rem !important;
  }

  .pb-sm-28 {
    padding-bottom: 2.8rem !important;
  }

  .pb-sm-29 {
    padding-bottom: 2.9rem !important;
  }

  .pb-sm-30 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-31 {
    padding-bottom: 3.1rem !important;
  }

  .pb-sm-32 {
    padding-bottom: 3.2rem !important;
  }

  .pb-sm-33 {
    padding-bottom: 3.3rem !important;
  }

  .pb-sm-34 {
    padding-bottom: 3.4rem !important;
  }

  .pb-sm-35 {
    padding-bottom: 3.5rem !important;
  }

  .pb-sm-36 {
    padding-bottom: 3.6rem !important;
  }

  .pb-sm-37 {
    padding-bottom: 3.7rem !important;
  }

  .pb-sm-38 {
    padding-bottom: 3.8rem !important;
  }

  .pb-sm-39 {
    padding-bottom: 3.9rem !important;
  }

  .pb-sm-40 {
    padding-bottom: 4rem !important;
  }

  .pb-sm-41 {
    padding-bottom: 4.1rem !important;
  }

  .pb-sm-42 {
    padding-bottom: 4.2rem !important;
  }

  .pb-sm-43 {
    padding-bottom: 4.3rem !important;
  }

  .pb-sm-44 {
    padding-bottom: 4.4rem !important;
  }

  .pb-sm-45 {
    padding-bottom: 4.5rem !important;
  }

  .pb-sm-46 {
    padding-bottom: 4.6rem !important;
  }

  .pb-sm-47 {
    padding-bottom: 4.7rem !important;
  }

  .pb-sm-48 {
    padding-bottom: 4.8rem !important;
  }

  .pb-sm-49 {
    padding-bottom: 4.9rem !important;
  }

  .pb-sm-50 {
    padding-bottom: 5rem !important;
  }

  .pb-sm-51 {
    padding-bottom: 5.1rem !important;
  }

  .pb-sm-52 {
    padding-bottom: 5.2rem !important;
  }

  .pb-sm-53 {
    padding-bottom: 5.3rem !important;
  }

  .pb-sm-54 {
    padding-bottom: 5.4rem !important;
  }

  .pb-sm-55 {
    padding-bottom: 5.5rem !important;
  }

  .pb-sm-56 {
    padding-bottom: 5.6rem !important;
  }

  .pb-sm-57 {
    padding-bottom: 5.7rem !important;
  }

  .pb-sm-58 {
    padding-bottom: 5.8rem !important;
  }

  .pb-sm-59 {
    padding-bottom: 5.9rem !important;
  }

  .pb-sm-60 {
    padding-bottom: 6rem !important;
  }

  .pb-sm-61 {
    padding-bottom: 6.1rem !important;
  }

  .pb-sm-62 {
    padding-bottom: 6.2rem !important;
  }

  .pb-sm-63 {
    padding-bottom: 6.3rem !important;
  }

  .pb-sm-64 {
    padding-bottom: 6.4rem !important;
  }

  .pb-sm-65 {
    padding-bottom: 6.5rem !important;
  }

  .pb-sm-66 {
    padding-bottom: 6.6rem !important;
  }

  .pb-sm-67 {
    padding-bottom: 6.7rem !important;
  }

  .pb-sm-68 {
    padding-bottom: 6.8rem !important;
  }

  .pb-sm-69 {
    padding-bottom: 6.9rem !important;
  }

  .pb-sm-70 {
    padding-bottom: 7rem !important;
  }

  .pb-sm-71 {
    padding-bottom: 7.1rem !important;
  }

  .pb-sm-72 {
    padding-bottom: 7.2rem !important;
  }

  .pb-sm-73 {
    padding-bottom: 7.3rem !important;
  }

  .pb-sm-74 {
    padding-bottom: 7.4rem !important;
  }

  .pb-sm-75 {
    padding-bottom: 7.5rem !important;
  }

  .pb-sm-76 {
    padding-bottom: 7.6rem !important;
  }

  .pb-sm-77 {
    padding-bottom: 7.7rem !important;
  }

  .pb-sm-78 {
    padding-bottom: 7.8rem !important;
  }

  .pb-sm-79 {
    padding-bottom: 7.9rem !important;
  }

  .pb-sm-80 {
    padding-bottom: 8rem !important;
  }

  .pb-sm-81 {
    padding-bottom: 8.1rem !important;
  }

  .pb-sm-82 {
    padding-bottom: 8.2rem !important;
  }

  .pb-sm-83 {
    padding-bottom: 8.3rem !important;
  }

  .pb-sm-84 {
    padding-bottom: 8.4rem !important;
  }

  .pb-sm-85 {
    padding-bottom: 8.5rem !important;
  }

  .pb-sm-86 {
    padding-bottom: 8.6rem !important;
  }

  .pb-sm-87 {
    padding-bottom: 8.7rem !important;
  }

  .pb-sm-88 {
    padding-bottom: 8.8rem !important;
  }

  .pb-sm-89 {
    padding-bottom: 8.9rem !important;
  }

  .pb-sm-90 {
    padding-bottom: 9rem !important;
  }

  .pb-sm-91 {
    padding-bottom: 9.1rem !important;
  }

  .pb-sm-92 {
    padding-bottom: 9.2rem !important;
  }

  .pb-sm-93 {
    padding-bottom: 9.3rem !important;
  }

  .pb-sm-94 {
    padding-bottom: 9.4rem !important;
  }

  .pb-sm-95 {
    padding-bottom: 9.5rem !important;
  }

  .pb-sm-96 {
    padding-bottom: 9.6rem !important;
  }

  .pb-sm-97 {
    padding-bottom: 9.7rem !important;
  }

  .pb-sm-98 {
    padding-bottom: 9.8rem !important;
  }

  .pb-sm-99 {
    padding-bottom: 9.9rem !important;
  }

  .pb-sm-100 {
    padding-bottom: 10rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .ps-sm-6 {
    padding-left: 0.6rem !important;
  }

  .ps-sm-7 {
    padding-left: 0.7rem !important;
  }

  .ps-sm-8 {
    padding-left: 0.8rem !important;
  }

  .ps-sm-9 {
    padding-left: 0.9rem !important;
  }

  .ps-sm-10 {
    padding-left: 1rem !important;
  }

  .ps-sm-11 {
    padding-left: 1.1rem !important;
  }

  .ps-sm-12 {
    padding-left: 1.2rem !important;
  }

  .ps-sm-13 {
    padding-left: 1.3rem !important;
  }

  .ps-sm-14 {
    padding-left: 1.4rem !important;
  }

  .ps-sm-15 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-16 {
    padding-left: 1.6rem !important;
  }

  .ps-sm-17 {
    padding-left: 1.7rem !important;
  }

  .ps-sm-18 {
    padding-left: 1.8rem !important;
  }

  .ps-sm-19 {
    padding-left: 1.9rem !important;
  }

  .ps-sm-20 {
    padding-left: 2rem !important;
  }

  .ps-sm-21 {
    padding-left: 2.1rem !important;
  }

  .ps-sm-22 {
    padding-left: 2.2rem !important;
  }

  .ps-sm-23 {
    padding-left: 2.3rem !important;
  }

  .ps-sm-24 {
    padding-left: 2.4rem !important;
  }

  .ps-sm-25 {
    padding-left: 2.5rem !important;
  }

  .ps-sm-26 {
    padding-left: 2.6rem !important;
  }

  .ps-sm-27 {
    padding-left: 2.7rem !important;
  }

  .ps-sm-28 {
    padding-left: 2.8rem !important;
  }

  .ps-sm-29 {
    padding-left: 2.9rem !important;
  }

  .ps-sm-30 {
    padding-left: 3rem !important;
  }

  .ps-sm-31 {
    padding-left: 3.1rem !important;
  }

  .ps-sm-32 {
    padding-left: 3.2rem !important;
  }

  .ps-sm-33 {
    padding-left: 3.3rem !important;
  }

  .ps-sm-34 {
    padding-left: 3.4rem !important;
  }

  .ps-sm-35 {
    padding-left: 3.5rem !important;
  }

  .ps-sm-36 {
    padding-left: 3.6rem !important;
  }

  .ps-sm-37 {
    padding-left: 3.7rem !important;
  }

  .ps-sm-38 {
    padding-left: 3.8rem !important;
  }

  .ps-sm-39 {
    padding-left: 3.9rem !important;
  }

  .ps-sm-40 {
    padding-left: 4rem !important;
  }

  .ps-sm-41 {
    padding-left: 4.1rem !important;
  }

  .ps-sm-42 {
    padding-left: 4.2rem !important;
  }

  .ps-sm-43 {
    padding-left: 4.3rem !important;
  }

  .ps-sm-44 {
    padding-left: 4.4rem !important;
  }

  .ps-sm-45 {
    padding-left: 4.5rem !important;
  }

  .ps-sm-46 {
    padding-left: 4.6rem !important;
  }

  .ps-sm-47 {
    padding-left: 4.7rem !important;
  }

  .ps-sm-48 {
    padding-left: 4.8rem !important;
  }

  .ps-sm-49 {
    padding-left: 4.9rem !important;
  }

  .ps-sm-50 {
    padding-left: 5rem !important;
  }

  .ps-sm-51 {
    padding-left: 5.1rem !important;
  }

  .ps-sm-52 {
    padding-left: 5.2rem !important;
  }

  .ps-sm-53 {
    padding-left: 5.3rem !important;
  }

  .ps-sm-54 {
    padding-left: 5.4rem !important;
  }

  .ps-sm-55 {
    padding-left: 5.5rem !important;
  }

  .ps-sm-56 {
    padding-left: 5.6rem !important;
  }

  .ps-sm-57 {
    padding-left: 5.7rem !important;
  }

  .ps-sm-58 {
    padding-left: 5.8rem !important;
  }

  .ps-sm-59 {
    padding-left: 5.9rem !important;
  }

  .ps-sm-60 {
    padding-left: 6rem !important;
  }

  .ps-sm-61 {
    padding-left: 6.1rem !important;
  }

  .ps-sm-62 {
    padding-left: 6.2rem !important;
  }

  .ps-sm-63 {
    padding-left: 6.3rem !important;
  }

  .ps-sm-64 {
    padding-left: 6.4rem !important;
  }

  .ps-sm-65 {
    padding-left: 6.5rem !important;
  }

  .ps-sm-66 {
    padding-left: 6.6rem !important;
  }

  .ps-sm-67 {
    padding-left: 6.7rem !important;
  }

  .ps-sm-68 {
    padding-left: 6.8rem !important;
  }

  .ps-sm-69 {
    padding-left: 6.9rem !important;
  }

  .ps-sm-70 {
    padding-left: 7rem !important;
  }

  .ps-sm-71 {
    padding-left: 7.1rem !important;
  }

  .ps-sm-72 {
    padding-left: 7.2rem !important;
  }

  .ps-sm-73 {
    padding-left: 7.3rem !important;
  }

  .ps-sm-74 {
    padding-left: 7.4rem !important;
  }

  .ps-sm-75 {
    padding-left: 7.5rem !important;
  }

  .ps-sm-76 {
    padding-left: 7.6rem !important;
  }

  .ps-sm-77 {
    padding-left: 7.7rem !important;
  }

  .ps-sm-78 {
    padding-left: 7.8rem !important;
  }

  .ps-sm-79 {
    padding-left: 7.9rem !important;
  }

  .ps-sm-80 {
    padding-left: 8rem !important;
  }

  .ps-sm-81 {
    padding-left: 8.1rem !important;
  }

  .ps-sm-82 {
    padding-left: 8.2rem !important;
  }

  .ps-sm-83 {
    padding-left: 8.3rem !important;
  }

  .ps-sm-84 {
    padding-left: 8.4rem !important;
  }

  .ps-sm-85 {
    padding-left: 8.5rem !important;
  }

  .ps-sm-86 {
    padding-left: 8.6rem !important;
  }

  .ps-sm-87 {
    padding-left: 8.7rem !important;
  }

  .ps-sm-88 {
    padding-left: 8.8rem !important;
  }

  .ps-sm-89 {
    padding-left: 8.9rem !important;
  }

  .ps-sm-90 {
    padding-left: 9rem !important;
  }

  .ps-sm-91 {
    padding-left: 9.1rem !important;
  }

  .ps-sm-92 {
    padding-left: 9.2rem !important;
  }

  .ps-sm-93 {
    padding-left: 9.3rem !important;
  }

  .ps-sm-94 {
    padding-left: 9.4rem !important;
  }

  .ps-sm-95 {
    padding-left: 9.5rem !important;
  }

  .ps-sm-96 {
    padding-left: 9.6rem !important;
  }

  .ps-sm-97 {
    padding-left: 9.7rem !important;
  }

  .ps-sm-98 {
    padding-left: 9.8rem !important;
  }

  .ps-sm-99 {
    padding-left: 9.9rem !important;
  }

  .ps-sm-100 {
    padding-left: 10rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .gap-md-6 {
    gap: 0.6rem !important;
  }

  .gap-md-7 {
    gap: 0.7rem !important;
  }

  .gap-md-8 {
    gap: 0.8rem !important;
  }

  .gap-md-9 {
    gap: 0.9rem !important;
  }

  .gap-md-10 {
    gap: 1rem !important;
  }

  .gap-md-11 {
    gap: 1.1rem !important;
  }

  .gap-md-12 {
    gap: 1.2rem !important;
  }

  .gap-md-13 {
    gap: 1.3rem !important;
  }

  .gap-md-14 {
    gap: 1.4rem !important;
  }

  .gap-md-15 {
    gap: 1.5rem !important;
  }

  .gap-md-16 {
    gap: 1.6rem !important;
  }

  .gap-md-17 {
    gap: 1.7rem !important;
  }

  .gap-md-18 {
    gap: 1.8rem !important;
  }

  .gap-md-19 {
    gap: 1.9rem !important;
  }

  .gap-md-20 {
    gap: 2rem !important;
  }

  .gap-md-21 {
    gap: 2.1rem !important;
  }

  .gap-md-22 {
    gap: 2.2rem !important;
  }

  .gap-md-23 {
    gap: 2.3rem !important;
  }

  .gap-md-24 {
    gap: 2.4rem !important;
  }

  .gap-md-25 {
    gap: 2.5rem !important;
  }

  .gap-md-26 {
    gap: 2.6rem !important;
  }

  .gap-md-27 {
    gap: 2.7rem !important;
  }

  .gap-md-28 {
    gap: 2.8rem !important;
  }

  .gap-md-29 {
    gap: 2.9rem !important;
  }

  .gap-md-30 {
    gap: 3rem !important;
  }

  .gap-md-31 {
    gap: 3.1rem !important;
  }

  .gap-md-32 {
    gap: 3.2rem !important;
  }

  .gap-md-33 {
    gap: 3.3rem !important;
  }

  .gap-md-34 {
    gap: 3.4rem !important;
  }

  .gap-md-35 {
    gap: 3.5rem !important;
  }

  .gap-md-36 {
    gap: 3.6rem !important;
  }

  .gap-md-37 {
    gap: 3.7rem !important;
  }

  .gap-md-38 {
    gap: 3.8rem !important;
  }

  .gap-md-39 {
    gap: 3.9rem !important;
  }

  .gap-md-40 {
    gap: 4rem !important;
  }

  .gap-md-41 {
    gap: 4.1rem !important;
  }

  .gap-md-42 {
    gap: 4.2rem !important;
  }

  .gap-md-43 {
    gap: 4.3rem !important;
  }

  .gap-md-44 {
    gap: 4.4rem !important;
  }

  .gap-md-45 {
    gap: 4.5rem !important;
  }

  .gap-md-46 {
    gap: 4.6rem !important;
  }

  .gap-md-47 {
    gap: 4.7rem !important;
  }

  .gap-md-48 {
    gap: 4.8rem !important;
  }

  .gap-md-49 {
    gap: 4.9rem !important;
  }

  .gap-md-50 {
    gap: 5rem !important;
  }

  .gap-md-51 {
    gap: 5.1rem !important;
  }

  .gap-md-52 {
    gap: 5.2rem !important;
  }

  .gap-md-53 {
    gap: 5.3rem !important;
  }

  .gap-md-54 {
    gap: 5.4rem !important;
  }

  .gap-md-55 {
    gap: 5.5rem !important;
  }

  .gap-md-56 {
    gap: 5.6rem !important;
  }

  .gap-md-57 {
    gap: 5.7rem !important;
  }

  .gap-md-58 {
    gap: 5.8rem !important;
  }

  .gap-md-59 {
    gap: 5.9rem !important;
  }

  .gap-md-60 {
    gap: 6rem !important;
  }

  .gap-md-61 {
    gap: 6.1rem !important;
  }

  .gap-md-62 {
    gap: 6.2rem !important;
  }

  .gap-md-63 {
    gap: 6.3rem !important;
  }

  .gap-md-64 {
    gap: 6.4rem !important;
  }

  .gap-md-65 {
    gap: 6.5rem !important;
  }

  .gap-md-66 {
    gap: 6.6rem !important;
  }

  .gap-md-67 {
    gap: 6.7rem !important;
  }

  .gap-md-68 {
    gap: 6.8rem !important;
  }

  .gap-md-69 {
    gap: 6.9rem !important;
  }

  .gap-md-70 {
    gap: 7rem !important;
  }

  .gap-md-71 {
    gap: 7.1rem !important;
  }

  .gap-md-72 {
    gap: 7.2rem !important;
  }

  .gap-md-73 {
    gap: 7.3rem !important;
  }

  .gap-md-74 {
    gap: 7.4rem !important;
  }

  .gap-md-75 {
    gap: 7.5rem !important;
  }

  .gap-md-76 {
    gap: 7.6rem !important;
  }

  .gap-md-77 {
    gap: 7.7rem !important;
  }

  .gap-md-78 {
    gap: 7.8rem !important;
  }

  .gap-md-79 {
    gap: 7.9rem !important;
  }

  .gap-md-80 {
    gap: 8rem !important;
  }

  .gap-md-81 {
    gap: 8.1rem !important;
  }

  .gap-md-82 {
    gap: 8.2rem !important;
  }

  .gap-md-83 {
    gap: 8.3rem !important;
  }

  .gap-md-84 {
    gap: 8.4rem !important;
  }

  .gap-md-85 {
    gap: 8.5rem !important;
  }

  .gap-md-86 {
    gap: 8.6rem !important;
  }

  .gap-md-87 {
    gap: 8.7rem !important;
  }

  .gap-md-88 {
    gap: 8.8rem !important;
  }

  .gap-md-89 {
    gap: 8.9rem !important;
  }

  .gap-md-90 {
    gap: 9rem !important;
  }

  .gap-md-91 {
    gap: 9.1rem !important;
  }

  .gap-md-92 {
    gap: 9.2rem !important;
  }

  .gap-md-93 {
    gap: 9.3rem !important;
  }

  .gap-md-94 {
    gap: 9.4rem !important;
  }

  .gap-md-95 {
    gap: 9.5rem !important;
  }

  .gap-md-96 {
    gap: 9.6rem !important;
  }

  .gap-md-97 {
    gap: 9.7rem !important;
  }

  .gap-md-98 {
    gap: 9.8rem !important;
  }

  .gap-md-99 {
    gap: 9.9rem !important;
  }

  .gap-md-100 {
    gap: 10rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-6 {
    margin: 0.6rem !important;
  }

  .m-md-7 {
    margin: 0.7rem !important;
  }

  .m-md-8 {
    margin: 0.8rem !important;
  }

  .m-md-9 {
    margin: 0.9rem !important;
  }

  .m-md-10 {
    margin: 1rem !important;
  }

  .m-md-11 {
    margin: 1.1rem !important;
  }

  .m-md-12 {
    margin: 1.2rem !important;
  }

  .m-md-13 {
    margin: 1.3rem !important;
  }

  .m-md-14 {
    margin: 1.4rem !important;
  }

  .m-md-15 {
    margin: 1.5rem !important;
  }

  .m-md-16 {
    margin: 1.6rem !important;
  }

  .m-md-17 {
    margin: 1.7rem !important;
  }

  .m-md-18 {
    margin: 1.8rem !important;
  }

  .m-md-19 {
    margin: 1.9rem !important;
  }

  .m-md-20 {
    margin: 2rem !important;
  }

  .m-md-21 {
    margin: 2.1rem !important;
  }

  .m-md-22 {
    margin: 2.2rem !important;
  }

  .m-md-23 {
    margin: 2.3rem !important;
  }

  .m-md-24 {
    margin: 2.4rem !important;
  }

  .m-md-25 {
    margin: 2.5rem !important;
  }

  .m-md-26 {
    margin: 2.6rem !important;
  }

  .m-md-27 {
    margin: 2.7rem !important;
  }

  .m-md-28 {
    margin: 2.8rem !important;
  }

  .m-md-29 {
    margin: 2.9rem !important;
  }

  .m-md-30 {
    margin: 3rem !important;
  }

  .m-md-31 {
    margin: 3.1rem !important;
  }

  .m-md-32 {
    margin: 3.2rem !important;
  }

  .m-md-33 {
    margin: 3.3rem !important;
  }

  .m-md-34 {
    margin: 3.4rem !important;
  }

  .m-md-35 {
    margin: 3.5rem !important;
  }

  .m-md-36 {
    margin: 3.6rem !important;
  }

  .m-md-37 {
    margin: 3.7rem !important;
  }

  .m-md-38 {
    margin: 3.8rem !important;
  }

  .m-md-39 {
    margin: 3.9rem !important;
  }

  .m-md-40 {
    margin: 4rem !important;
  }

  .m-md-41 {
    margin: 4.1rem !important;
  }

  .m-md-42 {
    margin: 4.2rem !important;
  }

  .m-md-43 {
    margin: 4.3rem !important;
  }

  .m-md-44 {
    margin: 4.4rem !important;
  }

  .m-md-45 {
    margin: 4.5rem !important;
  }

  .m-md-46 {
    margin: 4.6rem !important;
  }

  .m-md-47 {
    margin: 4.7rem !important;
  }

  .m-md-48 {
    margin: 4.8rem !important;
  }

  .m-md-49 {
    margin: 4.9rem !important;
  }

  .m-md-50 {
    margin: 5rem !important;
  }

  .m-md-51 {
    margin: 5.1rem !important;
  }

  .m-md-52 {
    margin: 5.2rem !important;
  }

  .m-md-53 {
    margin: 5.3rem !important;
  }

  .m-md-54 {
    margin: 5.4rem !important;
  }

  .m-md-55 {
    margin: 5.5rem !important;
  }

  .m-md-56 {
    margin: 5.6rem !important;
  }

  .m-md-57 {
    margin: 5.7rem !important;
  }

  .m-md-58 {
    margin: 5.8rem !important;
  }

  .m-md-59 {
    margin: 5.9rem !important;
  }

  .m-md-60 {
    margin: 6rem !important;
  }

  .m-md-61 {
    margin: 6.1rem !important;
  }

  .m-md-62 {
    margin: 6.2rem !important;
  }

  .m-md-63 {
    margin: 6.3rem !important;
  }

  .m-md-64 {
    margin: 6.4rem !important;
  }

  .m-md-65 {
    margin: 6.5rem !important;
  }

  .m-md-66 {
    margin: 6.6rem !important;
  }

  .m-md-67 {
    margin: 6.7rem !important;
  }

  .m-md-68 {
    margin: 6.8rem !important;
  }

  .m-md-69 {
    margin: 6.9rem !important;
  }

  .m-md-70 {
    margin: 7rem !important;
  }

  .m-md-71 {
    margin: 7.1rem !important;
  }

  .m-md-72 {
    margin: 7.2rem !important;
  }

  .m-md-73 {
    margin: 7.3rem !important;
  }

  .m-md-74 {
    margin: 7.4rem !important;
  }

  .m-md-75 {
    margin: 7.5rem !important;
  }

  .m-md-76 {
    margin: 7.6rem !important;
  }

  .m-md-77 {
    margin: 7.7rem !important;
  }

  .m-md-78 {
    margin: 7.8rem !important;
  }

  .m-md-79 {
    margin: 7.9rem !important;
  }

  .m-md-80 {
    margin: 8rem !important;
  }

  .m-md-81 {
    margin: 8.1rem !important;
  }

  .m-md-82 {
    margin: 8.2rem !important;
  }

  .m-md-83 {
    margin: 8.3rem !important;
  }

  .m-md-84 {
    margin: 8.4rem !important;
  }

  .m-md-85 {
    margin: 8.5rem !important;
  }

  .m-md-86 {
    margin: 8.6rem !important;
  }

  .m-md-87 {
    margin: 8.7rem !important;
  }

  .m-md-88 {
    margin: 8.8rem !important;
  }

  .m-md-89 {
    margin: 8.9rem !important;
  }

  .m-md-90 {
    margin: 9rem !important;
  }

  .m-md-91 {
    margin: 9.1rem !important;
  }

  .m-md-92 {
    margin: 9.2rem !important;
  }

  .m-md-93 {
    margin: 9.3rem !important;
  }

  .m-md-94 {
    margin: 9.4rem !important;
  }

  .m-md-95 {
    margin: 9.5rem !important;
  }

  .m-md-96 {
    margin: 9.6rem !important;
  }

  .m-md-97 {
    margin: 9.7rem !important;
  }

  .m-md-98 {
    margin: 9.8rem !important;
  }

  .m-md-99 {
    margin: 9.9rem !important;
  }

  .m-md-100 {
    margin: 10rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-6 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-md-7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }

  .mx-md-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-md-9 {
    margin-right: 0.9rem !important;
    margin-left: 0.9rem !important;
  }

  .mx-md-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-11 {
    margin-right: 1.1rem !important;
    margin-left: 1.1rem !important;
  }

  .mx-md-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .mx-md-13 {
    margin-right: 1.3rem !important;
    margin-left: 1.3rem !important;
  }

  .mx-md-14 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important;
  }

  .mx-md-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }

  .mx-md-17 {
    margin-right: 1.7rem !important;
    margin-left: 1.7rem !important;
  }

  .mx-md-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }

  .mx-md-19 {
    margin-right: 1.9rem !important;
    margin-left: 1.9rem !important;
  }

  .mx-md-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-21 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }

  .mx-md-22 {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important;
  }

  .mx-md-23 {
    margin-right: 2.3rem !important;
    margin-left: 2.3rem !important;
  }

  .mx-md-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .mx-md-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-md-26 {
    margin-right: 2.6rem !important;
    margin-left: 2.6rem !important;
  }

  .mx-md-27 {
    margin-right: 2.7rem !important;
    margin-left: 2.7rem !important;
  }

  .mx-md-28 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }

  .mx-md-29 {
    margin-right: 2.9rem !important;
    margin-left: 2.9rem !important;
  }

  .mx-md-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-31 {
    margin-right: 3.1rem !important;
    margin-left: 3.1rem !important;
  }

  .mx-md-32 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }

  .mx-md-33 {
    margin-right: 3.3rem !important;
    margin-left: 3.3rem !important;
  }

  .mx-md-34 {
    margin-right: 3.4rem !important;
    margin-left: 3.4rem !important;
  }

  .mx-md-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-md-36 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }

  .mx-md-37 {
    margin-right: 3.7rem !important;
    margin-left: 3.7rem !important;
  }

  .mx-md-38 {
    margin-right: 3.8rem !important;
    margin-left: 3.8rem !important;
  }

  .mx-md-39 {
    margin-right: 3.9rem !important;
    margin-left: 3.9rem !important;
  }

  .mx-md-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-md-41 {
    margin-right: 4.1rem !important;
    margin-left: 4.1rem !important;
  }

  .mx-md-42 {
    margin-right: 4.2rem !important;
    margin-left: 4.2rem !important;
  }

  .mx-md-43 {
    margin-right: 4.3rem !important;
    margin-left: 4.3rem !important;
  }

  .mx-md-44 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }

  .mx-md-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-md-46 {
    margin-right: 4.6rem !important;
    margin-left: 4.6rem !important;
  }

  .mx-md-47 {
    margin-right: 4.7rem !important;
    margin-left: 4.7rem !important;
  }

  .mx-md-48 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }

  .mx-md-49 {
    margin-right: 4.9rem !important;
    margin-left: 4.9rem !important;
  }

  .mx-md-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-md-51 {
    margin-right: 5.1rem !important;
    margin-left: 5.1rem !important;
  }

  .mx-md-52 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important;
  }

  .mx-md-53 {
    margin-right: 5.3rem !important;
    margin-left: 5.3rem !important;
  }

  .mx-md-54 {
    margin-right: 5.4rem !important;
    margin-left: 5.4rem !important;
  }

  .mx-md-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .mx-md-56 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }

  .mx-md-57 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important;
  }

  .mx-md-58 {
    margin-right: 5.8rem !important;
    margin-left: 5.8rem !important;
  }

  .mx-md-59 {
    margin-right: 5.9rem !important;
    margin-left: 5.9rem !important;
  }

  .mx-md-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-md-61 {
    margin-right: 6.1rem !important;
    margin-left: 6.1rem !important;
  }

  .mx-md-62 {
    margin-right: 6.2rem !important;
    margin-left: 6.2rem !important;
  }

  .mx-md-63 {
    margin-right: 6.3rem !important;
    margin-left: 6.3rem !important;
  }

  .mx-md-64 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }

  .mx-md-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .mx-md-66 {
    margin-right: 6.6rem !important;
    margin-left: 6.6rem !important;
  }

  .mx-md-67 {
    margin-right: 6.7rem !important;
    margin-left: 6.7rem !important;
  }

  .mx-md-68 {
    margin-right: 6.8rem !important;
    margin-left: 6.8rem !important;
  }

  .mx-md-69 {
    margin-right: 6.9rem !important;
    margin-left: 6.9rem !important;
  }

  .mx-md-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-md-71 {
    margin-right: 7.1rem !important;
    margin-left: 7.1rem !important;
  }

  .mx-md-72 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }

  .mx-md-73 {
    margin-right: 7.3rem !important;
    margin-left: 7.3rem !important;
  }

  .mx-md-74 {
    margin-right: 7.4rem !important;
    margin-left: 7.4rem !important;
  }

  .mx-md-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-md-76 {
    margin-right: 7.6rem !important;
    margin-left: 7.6rem !important;
  }

  .mx-md-77 {
    margin-right: 7.7rem !important;
    margin-left: 7.7rem !important;
  }

  .mx-md-78 {
    margin-right: 7.8rem !important;
    margin-left: 7.8rem !important;
  }

  .mx-md-79 {
    margin-right: 7.9rem !important;
    margin-left: 7.9rem !important;
  }

  .mx-md-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-md-81 {
    margin-right: 8.1rem !important;
    margin-left: 8.1rem !important;
  }

  .mx-md-82 {
    margin-right: 8.2rem !important;
    margin-left: 8.2rem !important;
  }

  .mx-md-83 {
    margin-right: 8.3rem !important;
    margin-left: 8.3rem !important;
  }

  .mx-md-84 {
    margin-right: 8.4rem !important;
    margin-left: 8.4rem !important;
  }

  .mx-md-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .mx-md-86 {
    margin-right: 8.6rem !important;
    margin-left: 8.6rem !important;
  }

  .mx-md-87 {
    margin-right: 8.7rem !important;
    margin-left: 8.7rem !important;
  }

  .mx-md-88 {
    margin-right: 8.8rem !important;
    margin-left: 8.8rem !important;
  }

  .mx-md-89 {
    margin-right: 8.9rem !important;
    margin-left: 8.9rem !important;
  }

  .mx-md-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-md-91 {
    margin-right: 9.1rem !important;
    margin-left: 9.1rem !important;
  }

  .mx-md-92 {
    margin-right: 9.2rem !important;
    margin-left: 9.2rem !important;
  }

  .mx-md-93 {
    margin-right: 9.3rem !important;
    margin-left: 9.3rem !important;
  }

  .mx-md-94 {
    margin-right: 9.4rem !important;
    margin-left: 9.4rem !important;
  }

  .mx-md-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .mx-md-96 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }

  .mx-md-97 {
    margin-right: 9.7rem !important;
    margin-left: 9.7rem !important;
  }

  .mx-md-98 {
    margin-right: 9.8rem !important;
    margin-left: 9.8rem !important;
  }

  .mx-md-99 {
    margin-right: 9.9rem !important;
    margin-left: 9.9rem !important;
  }

  .mx-md-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-md-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }

  .my-md-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-md-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }

  .my-md-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-11 {
    margin-top: 1.1rem !important;
    margin-bottom: 1.1rem !important;
  }

  .my-md-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .my-md-13 {
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important;
  }

  .my-md-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }

  .my-md-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }

  .my-md-17 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important;
  }

  .my-md-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }

  .my-md-19 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important;
  }

  .my-md-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-21 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }

  .my-md-22 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }

  .my-md-23 {
    margin-top: 2.3rem !important;
    margin-bottom: 2.3rem !important;
  }

  .my-md-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .my-md-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-md-26 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important;
  }

  .my-md-27 {
    margin-top: 2.7rem !important;
    margin-bottom: 2.7rem !important;
  }

  .my-md-28 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }

  .my-md-29 {
    margin-top: 2.9rem !important;
    margin-bottom: 2.9rem !important;
  }

  .my-md-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-31 {
    margin-top: 3.1rem !important;
    margin-bottom: 3.1rem !important;
  }

  .my-md-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }

  .my-md-33 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important;
  }

  .my-md-34 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important;
  }

  .my-md-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-md-36 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }

  .my-md-37 {
    margin-top: 3.7rem !important;
    margin-bottom: 3.7rem !important;
  }

  .my-md-38 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important;
  }

  .my-md-39 {
    margin-top: 3.9rem !important;
    margin-bottom: 3.9rem !important;
  }

  .my-md-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-md-41 {
    margin-top: 4.1rem !important;
    margin-bottom: 4.1rem !important;
  }

  .my-md-42 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }

  .my-md-43 {
    margin-top: 4.3rem !important;
    margin-bottom: 4.3rem !important;
  }

  .my-md-44 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }

  .my-md-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-md-46 {
    margin-top: 4.6rem !important;
    margin-bottom: 4.6rem !important;
  }

  .my-md-47 {
    margin-top: 4.7rem !important;
    margin-bottom: 4.7rem !important;
  }

  .my-md-48 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }

  .my-md-49 {
    margin-top: 4.9rem !important;
    margin-bottom: 4.9rem !important;
  }

  .my-md-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-md-51 {
    margin-top: 5.1rem !important;
    margin-bottom: 5.1rem !important;
  }

  .my-md-52 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }

  .my-md-53 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important;
  }

  .my-md-54 {
    margin-top: 5.4rem !important;
    margin-bottom: 5.4rem !important;
  }

  .my-md-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .my-md-56 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }

  .my-md-57 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important;
  }

  .my-md-58 {
    margin-top: 5.8rem !important;
    margin-bottom: 5.8rem !important;
  }

  .my-md-59 {
    margin-top: 5.9rem !important;
    margin-bottom: 5.9rem !important;
  }

  .my-md-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-md-61 {
    margin-top: 6.1rem !important;
    margin-bottom: 6.1rem !important;
  }

  .my-md-62 {
    margin-top: 6.2rem !important;
    margin-bottom: 6.2rem !important;
  }

  .my-md-63 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important;
  }

  .my-md-64 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }

  .my-md-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .my-md-66 {
    margin-top: 6.6rem !important;
    margin-bottom: 6.6rem !important;
  }

  .my-md-67 {
    margin-top: 6.7rem !important;
    margin-bottom: 6.7rem !important;
  }

  .my-md-68 {
    margin-top: 6.8rem !important;
    margin-bottom: 6.8rem !important;
  }

  .my-md-69 {
    margin-top: 6.9rem !important;
    margin-bottom: 6.9rem !important;
  }

  .my-md-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-md-71 {
    margin-top: 7.1rem !important;
    margin-bottom: 7.1rem !important;
  }

  .my-md-72 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }

  .my-md-73 {
    margin-top: 7.3rem !important;
    margin-bottom: 7.3rem !important;
  }

  .my-md-74 {
    margin-top: 7.4rem !important;
    margin-bottom: 7.4rem !important;
  }

  .my-md-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-md-76 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important;
  }

  .my-md-77 {
    margin-top: 7.7rem !important;
    margin-bottom: 7.7rem !important;
  }

  .my-md-78 {
    margin-top: 7.8rem !important;
    margin-bottom: 7.8rem !important;
  }

  .my-md-79 {
    margin-top: 7.9rem !important;
    margin-bottom: 7.9rem !important;
  }

  .my-md-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-md-81 {
    margin-top: 8.1rem !important;
    margin-bottom: 8.1rem !important;
  }

  .my-md-82 {
    margin-top: 8.2rem !important;
    margin-bottom: 8.2rem !important;
  }

  .my-md-83 {
    margin-top: 8.3rem !important;
    margin-bottom: 8.3rem !important;
  }

  .my-md-84 {
    margin-top: 8.4rem !important;
    margin-bottom: 8.4rem !important;
  }

  .my-md-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .my-md-86 {
    margin-top: 8.6rem !important;
    margin-bottom: 8.6rem !important;
  }

  .my-md-87 {
    margin-top: 8.7rem !important;
    margin-bottom: 8.7rem !important;
  }

  .my-md-88 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }

  .my-md-89 {
    margin-top: 8.9rem !important;
    margin-bottom: 8.9rem !important;
  }

  .my-md-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-md-91 {
    margin-top: 9.1rem !important;
    margin-bottom: 9.1rem !important;
  }

  .my-md-92 {
    margin-top: 9.2rem !important;
    margin-bottom: 9.2rem !important;
  }

  .my-md-93 {
    margin-top: 9.3rem !important;
    margin-bottom: 9.3rem !important;
  }

  .my-md-94 {
    margin-top: 9.4rem !important;
    margin-bottom: 9.4rem !important;
  }

  .my-md-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .my-md-96 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }

  .my-md-97 {
    margin-top: 9.7rem !important;
    margin-bottom: 9.7rem !important;
  }

  .my-md-98 {
    margin-top: 9.8rem !important;
    margin-bottom: 9.8rem !important;
  }

  .my-md-99 {
    margin-top: 9.9rem !important;
    margin-bottom: 9.9rem !important;
  }

  .my-md-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-6 {
    margin-top: 0.6rem !important;
  }

  .mt-md-7 {
    margin-top: 0.7rem !important;
  }

  .mt-md-8 {
    margin-top: 0.8rem !important;
  }

  .mt-md-9 {
    margin-top: 0.9rem !important;
  }

  .mt-md-10 {
    margin-top: 1rem !important;
  }

  .mt-md-11 {
    margin-top: 1.1rem !important;
  }

  .mt-md-12 {
    margin-top: 1.2rem !important;
  }

  .mt-md-13 {
    margin-top: 1.3rem !important;
  }

  .mt-md-14 {
    margin-top: 1.4rem !important;
  }

  .mt-md-15 {
    margin-top: 1.5rem !important;
  }

  .mt-md-16 {
    margin-top: 1.6rem !important;
  }

  .mt-md-17 {
    margin-top: 1.7rem !important;
  }

  .mt-md-18 {
    margin-top: 1.8rem !important;
  }

  .mt-md-19 {
    margin-top: 1.9rem !important;
  }

  .mt-md-20 {
    margin-top: 2rem !important;
  }

  .mt-md-21 {
    margin-top: 2.1rem !important;
  }

  .mt-md-22 {
    margin-top: 2.2rem !important;
  }

  .mt-md-23 {
    margin-top: 2.3rem !important;
  }

  .mt-md-24 {
    margin-top: 2.4rem !important;
  }

  .mt-md-25 {
    margin-top: 2.5rem !important;
  }

  .mt-md-26 {
    margin-top: 2.6rem !important;
  }

  .mt-md-27 {
    margin-top: 2.7rem !important;
  }

  .mt-md-28 {
    margin-top: 2.8rem !important;
  }

  .mt-md-29 {
    margin-top: 2.9rem !important;
  }

  .mt-md-30 {
    margin-top: 3rem !important;
  }

  .mt-md-31 {
    margin-top: 3.1rem !important;
  }

  .mt-md-32 {
    margin-top: 3.2rem !important;
  }

  .mt-md-33 {
    margin-top: 3.3rem !important;
  }

  .mt-md-34 {
    margin-top: 3.4rem !important;
  }

  .mt-md-35 {
    margin-top: 3.5rem !important;
  }

  .mt-md-36 {
    margin-top: 3.6rem !important;
  }

  .mt-md-37 {
    margin-top: 3.7rem !important;
  }

  .mt-md-38 {
    margin-top: 3.8rem !important;
  }

  .mt-md-39 {
    margin-top: 3.9rem !important;
  }

  .mt-md-40 {
    margin-top: 4rem !important;
  }

  .mt-md-41 {
    margin-top: 4.1rem !important;
  }

  .mt-md-42 {
    margin-top: 4.2rem !important;
  }

  .mt-md-43 {
    margin-top: 4.3rem !important;
  }

  .mt-md-44 {
    margin-top: 4.4rem !important;
  }

  .mt-md-45 {
    margin-top: 4.5rem !important;
  }

  .mt-md-46 {
    margin-top: 4.6rem !important;
  }

  .mt-md-47 {
    margin-top: 4.7rem !important;
  }

  .mt-md-48 {
    margin-top: 4.8rem !important;
  }

  .mt-md-49 {
    margin-top: 4.9rem !important;
  }

  .mt-md-50 {
    margin-top: 5rem !important;
  }

  .mt-md-51 {
    margin-top: 5.1rem !important;
  }

  .mt-md-52 {
    margin-top: 5.2rem !important;
  }

  .mt-md-53 {
    margin-top: 5.3rem !important;
  }

  .mt-md-54 {
    margin-top: 5.4rem !important;
  }

  .mt-md-55 {
    margin-top: 5.5rem !important;
  }

  .mt-md-56 {
    margin-top: 5.6rem !important;
  }

  .mt-md-57 {
    margin-top: 5.7rem !important;
  }

  .mt-md-58 {
    margin-top: 5.8rem !important;
  }

  .mt-md-59 {
    margin-top: 5.9rem !important;
  }

  .mt-md-60 {
    margin-top: 6rem !important;
  }

  .mt-md-61 {
    margin-top: 6.1rem !important;
  }

  .mt-md-62 {
    margin-top: 6.2rem !important;
  }

  .mt-md-63 {
    margin-top: 6.3rem !important;
  }

  .mt-md-64 {
    margin-top: 6.4rem !important;
  }

  .mt-md-65 {
    margin-top: 6.5rem !important;
  }

  .mt-md-66 {
    margin-top: 6.6rem !important;
  }

  .mt-md-67 {
    margin-top: 6.7rem !important;
  }

  .mt-md-68 {
    margin-top: 6.8rem !important;
  }

  .mt-md-69 {
    margin-top: 6.9rem !important;
  }

  .mt-md-70 {
    margin-top: 7rem !important;
  }

  .mt-md-71 {
    margin-top: 7.1rem !important;
  }

  .mt-md-72 {
    margin-top: 7.2rem !important;
  }

  .mt-md-73 {
    margin-top: 7.3rem !important;
  }

  .mt-md-74 {
    margin-top: 7.4rem !important;
  }

  .mt-md-75 {
    margin-top: 7.5rem !important;
  }

  .mt-md-76 {
    margin-top: 7.6rem !important;
  }

  .mt-md-77 {
    margin-top: 7.7rem !important;
  }

  .mt-md-78 {
    margin-top: 7.8rem !important;
  }

  .mt-md-79 {
    margin-top: 7.9rem !important;
  }

  .mt-md-80 {
    margin-top: 8rem !important;
  }

  .mt-md-81 {
    margin-top: 8.1rem !important;
  }

  .mt-md-82 {
    margin-top: 8.2rem !important;
  }

  .mt-md-83 {
    margin-top: 8.3rem !important;
  }

  .mt-md-84 {
    margin-top: 8.4rem !important;
  }

  .mt-md-85 {
    margin-top: 8.5rem !important;
  }

  .mt-md-86 {
    margin-top: 8.6rem !important;
  }

  .mt-md-87 {
    margin-top: 8.7rem !important;
  }

  .mt-md-88 {
    margin-top: 8.8rem !important;
  }

  .mt-md-89 {
    margin-top: 8.9rem !important;
  }

  .mt-md-90 {
    margin-top: 9rem !important;
  }

  .mt-md-91 {
    margin-top: 9.1rem !important;
  }

  .mt-md-92 {
    margin-top: 9.2rem !important;
  }

  .mt-md-93 {
    margin-top: 9.3rem !important;
  }

  .mt-md-94 {
    margin-top: 9.4rem !important;
  }

  .mt-md-95 {
    margin-top: 9.5rem !important;
  }

  .mt-md-96 {
    margin-top: 9.6rem !important;
  }

  .mt-md-97 {
    margin-top: 9.7rem !important;
  }

  .mt-md-98 {
    margin-top: 9.8rem !important;
  }

  .mt-md-99 {
    margin-top: 9.9rem !important;
  }

  .mt-md-100 {
    margin-top: 10rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-6 {
    margin-right: 0.6rem !important;
  }

  .me-md-7 {
    margin-right: 0.7rem !important;
  }

  .me-md-8 {
    margin-right: 0.8rem !important;
  }

  .me-md-9 {
    margin-right: 0.9rem !important;
  }

  .me-md-10 {
    margin-right: 1rem !important;
  }

  .me-md-11 {
    margin-right: 1.1rem !important;
  }

  .me-md-12 {
    margin-right: 1.2rem !important;
  }

  .me-md-13 {
    margin-right: 1.3rem !important;
  }

  .me-md-14 {
    margin-right: 1.4rem !important;
  }

  .me-md-15 {
    margin-right: 1.5rem !important;
  }

  .me-md-16 {
    margin-right: 1.6rem !important;
  }

  .me-md-17 {
    margin-right: 1.7rem !important;
  }

  .me-md-18 {
    margin-right: 1.8rem !important;
  }

  .me-md-19 {
    margin-right: 1.9rem !important;
  }

  .me-md-20 {
    margin-right: 2rem !important;
  }

  .me-md-21 {
    margin-right: 2.1rem !important;
  }

  .me-md-22 {
    margin-right: 2.2rem !important;
  }

  .me-md-23 {
    margin-right: 2.3rem !important;
  }

  .me-md-24 {
    margin-right: 2.4rem !important;
  }

  .me-md-25 {
    margin-right: 2.5rem !important;
  }

  .me-md-26 {
    margin-right: 2.6rem !important;
  }

  .me-md-27 {
    margin-right: 2.7rem !important;
  }

  .me-md-28 {
    margin-right: 2.8rem !important;
  }

  .me-md-29 {
    margin-right: 2.9rem !important;
  }

  .me-md-30 {
    margin-right: 3rem !important;
  }

  .me-md-31 {
    margin-right: 3.1rem !important;
  }

  .me-md-32 {
    margin-right: 3.2rem !important;
  }

  .me-md-33 {
    margin-right: 3.3rem !important;
  }

  .me-md-34 {
    margin-right: 3.4rem !important;
  }

  .me-md-35 {
    margin-right: 3.5rem !important;
  }

  .me-md-36 {
    margin-right: 3.6rem !important;
  }

  .me-md-37 {
    margin-right: 3.7rem !important;
  }

  .me-md-38 {
    margin-right: 3.8rem !important;
  }

  .me-md-39 {
    margin-right: 3.9rem !important;
  }

  .me-md-40 {
    margin-right: 4rem !important;
  }

  .me-md-41 {
    margin-right: 4.1rem !important;
  }

  .me-md-42 {
    margin-right: 4.2rem !important;
  }

  .me-md-43 {
    margin-right: 4.3rem !important;
  }

  .me-md-44 {
    margin-right: 4.4rem !important;
  }

  .me-md-45 {
    margin-right: 4.5rem !important;
  }

  .me-md-46 {
    margin-right: 4.6rem !important;
  }

  .me-md-47 {
    margin-right: 4.7rem !important;
  }

  .me-md-48 {
    margin-right: 4.8rem !important;
  }

  .me-md-49 {
    margin-right: 4.9rem !important;
  }

  .me-md-50 {
    margin-right: 5rem !important;
  }

  .me-md-51 {
    margin-right: 5.1rem !important;
  }

  .me-md-52 {
    margin-right: 5.2rem !important;
  }

  .me-md-53 {
    margin-right: 5.3rem !important;
  }

  .me-md-54 {
    margin-right: 5.4rem !important;
  }

  .me-md-55 {
    margin-right: 5.5rem !important;
  }

  .me-md-56 {
    margin-right: 5.6rem !important;
  }

  .me-md-57 {
    margin-right: 5.7rem !important;
  }

  .me-md-58 {
    margin-right: 5.8rem !important;
  }

  .me-md-59 {
    margin-right: 5.9rem !important;
  }

  .me-md-60 {
    margin-right: 6rem !important;
  }

  .me-md-61 {
    margin-right: 6.1rem !important;
  }

  .me-md-62 {
    margin-right: 6.2rem !important;
  }

  .me-md-63 {
    margin-right: 6.3rem !important;
  }

  .me-md-64 {
    margin-right: 6.4rem !important;
  }

  .me-md-65 {
    margin-right: 6.5rem !important;
  }

  .me-md-66 {
    margin-right: 6.6rem !important;
  }

  .me-md-67 {
    margin-right: 6.7rem !important;
  }

  .me-md-68 {
    margin-right: 6.8rem !important;
  }

  .me-md-69 {
    margin-right: 6.9rem !important;
  }

  .me-md-70 {
    margin-right: 7rem !important;
  }

  .me-md-71 {
    margin-right: 7.1rem !important;
  }

  .me-md-72 {
    margin-right: 7.2rem !important;
  }

  .me-md-73 {
    margin-right: 7.3rem !important;
  }

  .me-md-74 {
    margin-right: 7.4rem !important;
  }

  .me-md-75 {
    margin-right: 7.5rem !important;
  }

  .me-md-76 {
    margin-right: 7.6rem !important;
  }

  .me-md-77 {
    margin-right: 7.7rem !important;
  }

  .me-md-78 {
    margin-right: 7.8rem !important;
  }

  .me-md-79 {
    margin-right: 7.9rem !important;
  }

  .me-md-80 {
    margin-right: 8rem !important;
  }

  .me-md-81 {
    margin-right: 8.1rem !important;
  }

  .me-md-82 {
    margin-right: 8.2rem !important;
  }

  .me-md-83 {
    margin-right: 8.3rem !important;
  }

  .me-md-84 {
    margin-right: 8.4rem !important;
  }

  .me-md-85 {
    margin-right: 8.5rem !important;
  }

  .me-md-86 {
    margin-right: 8.6rem !important;
  }

  .me-md-87 {
    margin-right: 8.7rem !important;
  }

  .me-md-88 {
    margin-right: 8.8rem !important;
  }

  .me-md-89 {
    margin-right: 8.9rem !important;
  }

  .me-md-90 {
    margin-right: 9rem !important;
  }

  .me-md-91 {
    margin-right: 9.1rem !important;
  }

  .me-md-92 {
    margin-right: 9.2rem !important;
  }

  .me-md-93 {
    margin-right: 9.3rem !important;
  }

  .me-md-94 {
    margin-right: 9.4rem !important;
  }

  .me-md-95 {
    margin-right: 9.5rem !important;
  }

  .me-md-96 {
    margin-right: 9.6rem !important;
  }

  .me-md-97 {
    margin-right: 9.7rem !important;
  }

  .me-md-98 {
    margin-right: 9.8rem !important;
  }

  .me-md-99 {
    margin-right: 9.9rem !important;
  }

  .me-md-100 {
    margin-right: 10rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-6 {
    margin-bottom: 0.6rem !important;
  }

  .mb-md-7 {
    margin-bottom: 0.7rem !important;
  }

  .mb-md-8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-md-9 {
    margin-bottom: 0.9rem !important;
  }

  .mb-md-10 {
    margin-bottom: 1rem !important;
  }

  .mb-md-11 {
    margin-bottom: 1.1rem !important;
  }

  .mb-md-12 {
    margin-bottom: 1.2rem !important;
  }

  .mb-md-13 {
    margin-bottom: 1.3rem !important;
  }

  .mb-md-14 {
    margin-bottom: 1.4rem !important;
  }

  .mb-md-15 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-16 {
    margin-bottom: 1.6rem !important;
  }

  .mb-md-17 {
    margin-bottom: 1.7rem !important;
  }

  .mb-md-18 {
    margin-bottom: 1.8rem !important;
  }

  .mb-md-19 {
    margin-bottom: 1.9rem !important;
  }

  .mb-md-20 {
    margin-bottom: 2rem !important;
  }

  .mb-md-21 {
    margin-bottom: 2.1rem !important;
  }

  .mb-md-22 {
    margin-bottom: 2.2rem !important;
  }

  .mb-md-23 {
    margin-bottom: 2.3rem !important;
  }

  .mb-md-24 {
    margin-bottom: 2.4rem !important;
  }

  .mb-md-25 {
    margin-bottom: 2.5rem !important;
  }

  .mb-md-26 {
    margin-bottom: 2.6rem !important;
  }

  .mb-md-27 {
    margin-bottom: 2.7rem !important;
  }

  .mb-md-28 {
    margin-bottom: 2.8rem !important;
  }

  .mb-md-29 {
    margin-bottom: 2.9rem !important;
  }

  .mb-md-30 {
    margin-bottom: 3rem !important;
  }

  .mb-md-31 {
    margin-bottom: 3.1rem !important;
  }

  .mb-md-32 {
    margin-bottom: 3.2rem !important;
  }

  .mb-md-33 {
    margin-bottom: 3.3rem !important;
  }

  .mb-md-34 {
    margin-bottom: 3.4rem !important;
  }

  .mb-md-35 {
    margin-bottom: 3.5rem !important;
  }

  .mb-md-36 {
    margin-bottom: 3.6rem !important;
  }

  .mb-md-37 {
    margin-bottom: 3.7rem !important;
  }

  .mb-md-38 {
    margin-bottom: 3.8rem !important;
  }

  .mb-md-39 {
    margin-bottom: 3.9rem !important;
  }

  .mb-md-40 {
    margin-bottom: 4rem !important;
  }

  .mb-md-41 {
    margin-bottom: 4.1rem !important;
  }

  .mb-md-42 {
    margin-bottom: 4.2rem !important;
  }

  .mb-md-43 {
    margin-bottom: 4.3rem !important;
  }

  .mb-md-44 {
    margin-bottom: 4.4rem !important;
  }

  .mb-md-45 {
    margin-bottom: 4.5rem !important;
  }

  .mb-md-46 {
    margin-bottom: 4.6rem !important;
  }

  .mb-md-47 {
    margin-bottom: 4.7rem !important;
  }

  .mb-md-48 {
    margin-bottom: 4.8rem !important;
  }

  .mb-md-49 {
    margin-bottom: 4.9rem !important;
  }

  .mb-md-50 {
    margin-bottom: 5rem !important;
  }

  .mb-md-51 {
    margin-bottom: 5.1rem !important;
  }

  .mb-md-52 {
    margin-bottom: 5.2rem !important;
  }

  .mb-md-53 {
    margin-bottom: 5.3rem !important;
  }

  .mb-md-54 {
    margin-bottom: 5.4rem !important;
  }

  .mb-md-55 {
    margin-bottom: 5.5rem !important;
  }

  .mb-md-56 {
    margin-bottom: 5.6rem !important;
  }

  .mb-md-57 {
    margin-bottom: 5.7rem !important;
  }

  .mb-md-58 {
    margin-bottom: 5.8rem !important;
  }

  .mb-md-59 {
    margin-bottom: 5.9rem !important;
  }

  .mb-md-60 {
    margin-bottom: 6rem !important;
  }

  .mb-md-61 {
    margin-bottom: 6.1rem !important;
  }

  .mb-md-62 {
    margin-bottom: 6.2rem !important;
  }

  .mb-md-63 {
    margin-bottom: 6.3rem !important;
  }

  .mb-md-64 {
    margin-bottom: 6.4rem !important;
  }

  .mb-md-65 {
    margin-bottom: 6.5rem !important;
  }

  .mb-md-66 {
    margin-bottom: 6.6rem !important;
  }

  .mb-md-67 {
    margin-bottom: 6.7rem !important;
  }

  .mb-md-68 {
    margin-bottom: 6.8rem !important;
  }

  .mb-md-69 {
    margin-bottom: 6.9rem !important;
  }

  .mb-md-70 {
    margin-bottom: 7rem !important;
  }

  .mb-md-71 {
    margin-bottom: 7.1rem !important;
  }

  .mb-md-72 {
    margin-bottom: 7.2rem !important;
  }

  .mb-md-73 {
    margin-bottom: 7.3rem !important;
  }

  .mb-md-74 {
    margin-bottom: 7.4rem !important;
  }

  .mb-md-75 {
    margin-bottom: 7.5rem !important;
  }

  .mb-md-76 {
    margin-bottom: 7.6rem !important;
  }

  .mb-md-77 {
    margin-bottom: 7.7rem !important;
  }

  .mb-md-78 {
    margin-bottom: 7.8rem !important;
  }

  .mb-md-79 {
    margin-bottom: 7.9rem !important;
  }

  .mb-md-80 {
    margin-bottom: 8rem !important;
  }

  .mb-md-81 {
    margin-bottom: 8.1rem !important;
  }

  .mb-md-82 {
    margin-bottom: 8.2rem !important;
  }

  .mb-md-83 {
    margin-bottom: 8.3rem !important;
  }

  .mb-md-84 {
    margin-bottom: 8.4rem !important;
  }

  .mb-md-85 {
    margin-bottom: 8.5rem !important;
  }

  .mb-md-86 {
    margin-bottom: 8.6rem !important;
  }

  .mb-md-87 {
    margin-bottom: 8.7rem !important;
  }

  .mb-md-88 {
    margin-bottom: 8.8rem !important;
  }

  .mb-md-89 {
    margin-bottom: 8.9rem !important;
  }

  .mb-md-90 {
    margin-bottom: 9rem !important;
  }

  .mb-md-91 {
    margin-bottom: 9.1rem !important;
  }

  .mb-md-92 {
    margin-bottom: 9.2rem !important;
  }

  .mb-md-93 {
    margin-bottom: 9.3rem !important;
  }

  .mb-md-94 {
    margin-bottom: 9.4rem !important;
  }

  .mb-md-95 {
    margin-bottom: 9.5rem !important;
  }

  .mb-md-96 {
    margin-bottom: 9.6rem !important;
  }

  .mb-md-97 {
    margin-bottom: 9.7rem !important;
  }

  .mb-md-98 {
    margin-bottom: 9.8rem !important;
  }

  .mb-md-99 {
    margin-bottom: 9.9rem !important;
  }

  .mb-md-100 {
    margin-bottom: 10rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-6 {
    margin-left: 0.6rem !important;
  }

  .ms-md-7 {
    margin-left: 0.7rem !important;
  }

  .ms-md-8 {
    margin-left: 0.8rem !important;
  }

  .ms-md-9 {
    margin-left: 0.9rem !important;
  }

  .ms-md-10 {
    margin-left: 1rem !important;
  }

  .ms-md-11 {
    margin-left: 1.1rem !important;
  }

  .ms-md-12 {
    margin-left: 1.2rem !important;
  }

  .ms-md-13 {
    margin-left: 1.3rem !important;
  }

  .ms-md-14 {
    margin-left: 1.4rem !important;
  }

  .ms-md-15 {
    margin-left: 1.5rem !important;
  }

  .ms-md-16 {
    margin-left: 1.6rem !important;
  }

  .ms-md-17 {
    margin-left: 1.7rem !important;
  }

  .ms-md-18 {
    margin-left: 1.8rem !important;
  }

  .ms-md-19 {
    margin-left: 1.9rem !important;
  }

  .ms-md-20 {
    margin-left: 2rem !important;
  }

  .ms-md-21 {
    margin-left: 2.1rem !important;
  }

  .ms-md-22 {
    margin-left: 2.2rem !important;
  }

  .ms-md-23 {
    margin-left: 2.3rem !important;
  }

  .ms-md-24 {
    margin-left: 2.4rem !important;
  }

  .ms-md-25 {
    margin-left: 2.5rem !important;
  }

  .ms-md-26 {
    margin-left: 2.6rem !important;
  }

  .ms-md-27 {
    margin-left: 2.7rem !important;
  }

  .ms-md-28 {
    margin-left: 2.8rem !important;
  }

  .ms-md-29 {
    margin-left: 2.9rem !important;
  }

  .ms-md-30 {
    margin-left: 3rem !important;
  }

  .ms-md-31 {
    margin-left: 3.1rem !important;
  }

  .ms-md-32 {
    margin-left: 3.2rem !important;
  }

  .ms-md-33 {
    margin-left: 3.3rem !important;
  }

  .ms-md-34 {
    margin-left: 3.4rem !important;
  }

  .ms-md-35 {
    margin-left: 3.5rem !important;
  }

  .ms-md-36 {
    margin-left: 3.6rem !important;
  }

  .ms-md-37 {
    margin-left: 3.7rem !important;
  }

  .ms-md-38 {
    margin-left: 3.8rem !important;
  }

  .ms-md-39 {
    margin-left: 3.9rem !important;
  }

  .ms-md-40 {
    margin-left: 4rem !important;
  }

  .ms-md-41 {
    margin-left: 4.1rem !important;
  }

  .ms-md-42 {
    margin-left: 4.2rem !important;
  }

  .ms-md-43 {
    margin-left: 4.3rem !important;
  }

  .ms-md-44 {
    margin-left: 4.4rem !important;
  }

  .ms-md-45 {
    margin-left: 4.5rem !important;
  }

  .ms-md-46 {
    margin-left: 4.6rem !important;
  }

  .ms-md-47 {
    margin-left: 4.7rem !important;
  }

  .ms-md-48 {
    margin-left: 4.8rem !important;
  }

  .ms-md-49 {
    margin-left: 4.9rem !important;
  }

  .ms-md-50 {
    margin-left: 5rem !important;
  }

  .ms-md-51 {
    margin-left: 5.1rem !important;
  }

  .ms-md-52 {
    margin-left: 5.2rem !important;
  }

  .ms-md-53 {
    margin-left: 5.3rem !important;
  }

  .ms-md-54 {
    margin-left: 5.4rem !important;
  }

  .ms-md-55 {
    margin-left: 5.5rem !important;
  }

  .ms-md-56 {
    margin-left: 5.6rem !important;
  }

  .ms-md-57 {
    margin-left: 5.7rem !important;
  }

  .ms-md-58 {
    margin-left: 5.8rem !important;
  }

  .ms-md-59 {
    margin-left: 5.9rem !important;
  }

  .ms-md-60 {
    margin-left: 6rem !important;
  }

  .ms-md-61 {
    margin-left: 6.1rem !important;
  }

  .ms-md-62 {
    margin-left: 6.2rem !important;
  }

  .ms-md-63 {
    margin-left: 6.3rem !important;
  }

  .ms-md-64 {
    margin-left: 6.4rem !important;
  }

  .ms-md-65 {
    margin-left: 6.5rem !important;
  }

  .ms-md-66 {
    margin-left: 6.6rem !important;
  }

  .ms-md-67 {
    margin-left: 6.7rem !important;
  }

  .ms-md-68 {
    margin-left: 6.8rem !important;
  }

  .ms-md-69 {
    margin-left: 6.9rem !important;
  }

  .ms-md-70 {
    margin-left: 7rem !important;
  }

  .ms-md-71 {
    margin-left: 7.1rem !important;
  }

  .ms-md-72 {
    margin-left: 7.2rem !important;
  }

  .ms-md-73 {
    margin-left: 7.3rem !important;
  }

  .ms-md-74 {
    margin-left: 7.4rem !important;
  }

  .ms-md-75 {
    margin-left: 7.5rem !important;
  }

  .ms-md-76 {
    margin-left: 7.6rem !important;
  }

  .ms-md-77 {
    margin-left: 7.7rem !important;
  }

  .ms-md-78 {
    margin-left: 7.8rem !important;
  }

  .ms-md-79 {
    margin-left: 7.9rem !important;
  }

  .ms-md-80 {
    margin-left: 8rem !important;
  }

  .ms-md-81 {
    margin-left: 8.1rem !important;
  }

  .ms-md-82 {
    margin-left: 8.2rem !important;
  }

  .ms-md-83 {
    margin-left: 8.3rem !important;
  }

  .ms-md-84 {
    margin-left: 8.4rem !important;
  }

  .ms-md-85 {
    margin-left: 8.5rem !important;
  }

  .ms-md-86 {
    margin-left: 8.6rem !important;
  }

  .ms-md-87 {
    margin-left: 8.7rem !important;
  }

  .ms-md-88 {
    margin-left: 8.8rem !important;
  }

  .ms-md-89 {
    margin-left: 8.9rem !important;
  }

  .ms-md-90 {
    margin-left: 9rem !important;
  }

  .ms-md-91 {
    margin-left: 9.1rem !important;
  }

  .ms-md-92 {
    margin-left: 9.2rem !important;
  }

  .ms-md-93 {
    margin-left: 9.3rem !important;
  }

  .ms-md-94 {
    margin-left: 9.4rem !important;
  }

  .ms-md-95 {
    margin-left: 9.5rem !important;
  }

  .ms-md-96 {
    margin-left: 9.6rem !important;
  }

  .ms-md-97 {
    margin-left: 9.7rem !important;
  }

  .ms-md-98 {
    margin-left: 9.8rem !important;
  }

  .ms-md-99 {
    margin-left: 9.9rem !important;
  }

  .ms-md-100 {
    margin-left: 10rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .p-md-6 {
    padding: 0.6rem !important;
  }

  .p-md-7 {
    padding: 0.7rem !important;
  }

  .p-md-8 {
    padding: 0.8rem !important;
  }

  .p-md-9 {
    padding: 0.9rem !important;
  }

  .p-md-10 {
    padding: 1rem !important;
  }

  .p-md-11 {
    padding: 1.1rem !important;
  }

  .p-md-12 {
    padding: 1.2rem !important;
  }

  .p-md-13 {
    padding: 1.3rem !important;
  }

  .p-md-14 {
    padding: 1.4rem !important;
  }

  .p-md-15 {
    padding: 1.5rem !important;
  }

  .p-md-16 {
    padding: 1.6rem !important;
  }

  .p-md-17 {
    padding: 1.7rem !important;
  }

  .p-md-18 {
    padding: 1.8rem !important;
  }

  .p-md-19 {
    padding: 1.9rem !important;
  }

  .p-md-20 {
    padding: 2rem !important;
  }

  .p-md-21 {
    padding: 2.1rem !important;
  }

  .p-md-22 {
    padding: 2.2rem !important;
  }

  .p-md-23 {
    padding: 2.3rem !important;
  }

  .p-md-24 {
    padding: 2.4rem !important;
  }

  .p-md-25 {
    padding: 2.5rem !important;
  }

  .p-md-26 {
    padding: 2.6rem !important;
  }

  .p-md-27 {
    padding: 2.7rem !important;
  }

  .p-md-28 {
    padding: 2.8rem !important;
  }

  .p-md-29 {
    padding: 2.9rem !important;
  }

  .p-md-30 {
    padding: 3rem !important;
  }

  .p-md-31 {
    padding: 3.1rem !important;
  }

  .p-md-32 {
    padding: 3.2rem !important;
  }

  .p-md-33 {
    padding: 3.3rem !important;
  }

  .p-md-34 {
    padding: 3.4rem !important;
  }

  .p-md-35 {
    padding: 3.5rem !important;
  }

  .p-md-36 {
    padding: 3.6rem !important;
  }

  .p-md-37 {
    padding: 3.7rem !important;
  }

  .p-md-38 {
    padding: 3.8rem !important;
  }

  .p-md-39 {
    padding: 3.9rem !important;
  }

  .p-md-40 {
    padding: 4rem !important;
  }

  .p-md-41 {
    padding: 4.1rem !important;
  }

  .p-md-42 {
    padding: 4.2rem !important;
  }

  .p-md-43 {
    padding: 4.3rem !important;
  }

  .p-md-44 {
    padding: 4.4rem !important;
  }

  .p-md-45 {
    padding: 4.5rem !important;
  }

  .p-md-46 {
    padding: 4.6rem !important;
  }

  .p-md-47 {
    padding: 4.7rem !important;
  }

  .p-md-48 {
    padding: 4.8rem !important;
  }

  .p-md-49 {
    padding: 4.9rem !important;
  }

  .p-md-50 {
    padding: 5rem !important;
  }

  .p-md-51 {
    padding: 5.1rem !important;
  }

  .p-md-52 {
    padding: 5.2rem !important;
  }

  .p-md-53 {
    padding: 5.3rem !important;
  }

  .p-md-54 {
    padding: 5.4rem !important;
  }

  .p-md-55 {
    padding: 5.5rem !important;
  }

  .p-md-56 {
    padding: 5.6rem !important;
  }

  .p-md-57 {
    padding: 5.7rem !important;
  }

  .p-md-58 {
    padding: 5.8rem !important;
  }

  .p-md-59 {
    padding: 5.9rem !important;
  }

  .p-md-60 {
    padding: 6rem !important;
  }

  .p-md-61 {
    padding: 6.1rem !important;
  }

  .p-md-62 {
    padding: 6.2rem !important;
  }

  .p-md-63 {
    padding: 6.3rem !important;
  }

  .p-md-64 {
    padding: 6.4rem !important;
  }

  .p-md-65 {
    padding: 6.5rem !important;
  }

  .p-md-66 {
    padding: 6.6rem !important;
  }

  .p-md-67 {
    padding: 6.7rem !important;
  }

  .p-md-68 {
    padding: 6.8rem !important;
  }

  .p-md-69 {
    padding: 6.9rem !important;
  }

  .p-md-70 {
    padding: 7rem !important;
  }

  .p-md-71 {
    padding: 7.1rem !important;
  }

  .p-md-72 {
    padding: 7.2rem !important;
  }

  .p-md-73 {
    padding: 7.3rem !important;
  }

  .p-md-74 {
    padding: 7.4rem !important;
  }

  .p-md-75 {
    padding: 7.5rem !important;
  }

  .p-md-76 {
    padding: 7.6rem !important;
  }

  .p-md-77 {
    padding: 7.7rem !important;
  }

  .p-md-78 {
    padding: 7.8rem !important;
  }

  .p-md-79 {
    padding: 7.9rem !important;
  }

  .p-md-80 {
    padding: 8rem !important;
  }

  .p-md-81 {
    padding: 8.1rem !important;
  }

  .p-md-82 {
    padding: 8.2rem !important;
  }

  .p-md-83 {
    padding: 8.3rem !important;
  }

  .p-md-84 {
    padding: 8.4rem !important;
  }

  .p-md-85 {
    padding: 8.5rem !important;
  }

  .p-md-86 {
    padding: 8.6rem !important;
  }

  .p-md-87 {
    padding: 8.7rem !important;
  }

  .p-md-88 {
    padding: 8.8rem !important;
  }

  .p-md-89 {
    padding: 8.9rem !important;
  }

  .p-md-90 {
    padding: 9rem !important;
  }

  .p-md-91 {
    padding: 9.1rem !important;
  }

  .p-md-92 {
    padding: 9.2rem !important;
  }

  .p-md-93 {
    padding: 9.3rem !important;
  }

  .p-md-94 {
    padding: 9.4rem !important;
  }

  .p-md-95 {
    padding: 9.5rem !important;
  }

  .p-md-96 {
    padding: 9.6rem !important;
  }

  .p-md-97 {
    padding: 9.7rem !important;
  }

  .p-md-98 {
    padding: 9.8rem !important;
  }

  .p-md-99 {
    padding: 9.9rem !important;
  }

  .p-md-100 {
    padding: 10rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-6 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-md-7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }

  .px-md-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-md-9 {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }

  .px-md-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-11 {
    padding-right: 1.1rem !important;
    padding-left: 1.1rem !important;
  }

  .px-md-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .px-md-13 {
    padding-right: 1.3rem !important;
    padding-left: 1.3rem !important;
  }

  .px-md-14 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
  }

  .px-md-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }

  .px-md-17 {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important;
  }

  .px-md-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }

  .px-md-19 {
    padding-right: 1.9rem !important;
    padding-left: 1.9rem !important;
  }

  .px-md-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-21 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
  }

  .px-md-22 {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important;
  }

  .px-md-23 {
    padding-right: 2.3rem !important;
    padding-left: 2.3rem !important;
  }

  .px-md-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }

  .px-md-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-md-26 {
    padding-right: 2.6rem !important;
    padding-left: 2.6rem !important;
  }

  .px-md-27 {
    padding-right: 2.7rem !important;
    padding-left: 2.7rem !important;
  }

  .px-md-28 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }

  .px-md-29 {
    padding-right: 2.9rem !important;
    padding-left: 2.9rem !important;
  }

  .px-md-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-31 {
    padding-right: 3.1rem !important;
    padding-left: 3.1rem !important;
  }

  .px-md-32 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }

  .px-md-33 {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important;
  }

  .px-md-34 {
    padding-right: 3.4rem !important;
    padding-left: 3.4rem !important;
  }

  .px-md-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-md-36 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }

  .px-md-37 {
    padding-right: 3.7rem !important;
    padding-left: 3.7rem !important;
  }

  .px-md-38 {
    padding-right: 3.8rem !important;
    padding-left: 3.8rem !important;
  }

  .px-md-39 {
    padding-right: 3.9rem !important;
    padding-left: 3.9rem !important;
  }

  .px-md-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-md-41 {
    padding-right: 4.1rem !important;
    padding-left: 4.1rem !important;
  }

  .px-md-42 {
    padding-right: 4.2rem !important;
    padding-left: 4.2rem !important;
  }

  .px-md-43 {
    padding-right: 4.3rem !important;
    padding-left: 4.3rem !important;
  }

  .px-md-44 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }

  .px-md-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-md-46 {
    padding-right: 4.6rem !important;
    padding-left: 4.6rem !important;
  }

  .px-md-47 {
    padding-right: 4.7rem !important;
    padding-left: 4.7rem !important;
  }

  .px-md-48 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }

  .px-md-49 {
    padding-right: 4.9rem !important;
    padding-left: 4.9rem !important;
  }

  .px-md-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-md-51 {
    padding-right: 5.1rem !important;
    padding-left: 5.1rem !important;
  }

  .px-md-52 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important;
  }

  .px-md-53 {
    padding-right: 5.3rem !important;
    padding-left: 5.3rem !important;
  }

  .px-md-54 {
    padding-right: 5.4rem !important;
    padding-left: 5.4rem !important;
  }

  .px-md-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .px-md-56 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }

  .px-md-57 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important;
  }

  .px-md-58 {
    padding-right: 5.8rem !important;
    padding-left: 5.8rem !important;
  }

  .px-md-59 {
    padding-right: 5.9rem !important;
    padding-left: 5.9rem !important;
  }

  .px-md-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-md-61 {
    padding-right: 6.1rem !important;
    padding-left: 6.1rem !important;
  }

  .px-md-62 {
    padding-right: 6.2rem !important;
    padding-left: 6.2rem !important;
  }

  .px-md-63 {
    padding-right: 6.3rem !important;
    padding-left: 6.3rem !important;
  }

  .px-md-64 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }

  .px-md-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .px-md-66 {
    padding-right: 6.6rem !important;
    padding-left: 6.6rem !important;
  }

  .px-md-67 {
    padding-right: 6.7rem !important;
    padding-left: 6.7rem !important;
  }

  .px-md-68 {
    padding-right: 6.8rem !important;
    padding-left: 6.8rem !important;
  }

  .px-md-69 {
    padding-right: 6.9rem !important;
    padding-left: 6.9rem !important;
  }

  .px-md-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-md-71 {
    padding-right: 7.1rem !important;
    padding-left: 7.1rem !important;
  }

  .px-md-72 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }

  .px-md-73 {
    padding-right: 7.3rem !important;
    padding-left: 7.3rem !important;
  }

  .px-md-74 {
    padding-right: 7.4rem !important;
    padding-left: 7.4rem !important;
  }

  .px-md-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-md-76 {
    padding-right: 7.6rem !important;
    padding-left: 7.6rem !important;
  }

  .px-md-77 {
    padding-right: 7.7rem !important;
    padding-left: 7.7rem !important;
  }

  .px-md-78 {
    padding-right: 7.8rem !important;
    padding-left: 7.8rem !important;
  }

  .px-md-79 {
    padding-right: 7.9rem !important;
    padding-left: 7.9rem !important;
  }

  .px-md-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-md-81 {
    padding-right: 8.1rem !important;
    padding-left: 8.1rem !important;
  }

  .px-md-82 {
    padding-right: 8.2rem !important;
    padding-left: 8.2rem !important;
  }

  .px-md-83 {
    padding-right: 8.3rem !important;
    padding-left: 8.3rem !important;
  }

  .px-md-84 {
    padding-right: 8.4rem !important;
    padding-left: 8.4rem !important;
  }

  .px-md-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .px-md-86 {
    padding-right: 8.6rem !important;
    padding-left: 8.6rem !important;
  }

  .px-md-87 {
    padding-right: 8.7rem !important;
    padding-left: 8.7rem !important;
  }

  .px-md-88 {
    padding-right: 8.8rem !important;
    padding-left: 8.8rem !important;
  }

  .px-md-89 {
    padding-right: 8.9rem !important;
    padding-left: 8.9rem !important;
  }

  .px-md-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-md-91 {
    padding-right: 9.1rem !important;
    padding-left: 9.1rem !important;
  }

  .px-md-92 {
    padding-right: 9.2rem !important;
    padding-left: 9.2rem !important;
  }

  .px-md-93 {
    padding-right: 9.3rem !important;
    padding-left: 9.3rem !important;
  }

  .px-md-94 {
    padding-right: 9.4rem !important;
    padding-left: 9.4rem !important;
  }

  .px-md-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .px-md-96 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }

  .px-md-97 {
    padding-right: 9.7rem !important;
    padding-left: 9.7rem !important;
  }

  .px-md-98 {
    padding-right: 9.8rem !important;
    padding-left: 9.8rem !important;
  }

  .px-md-99 {
    padding-right: 9.9rem !important;
    padding-left: 9.9rem !important;
  }

  .px-md-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-md-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }

  .py-md-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-md-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }

  .py-md-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-11 {
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important;
  }

  .py-md-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .py-md-13 {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
  }

  .py-md-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  .py-md-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  .py-md-17 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }

  .py-md-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }

  .py-md-19 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important;
  }

  .py-md-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-21 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }

  .py-md-22 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }

  .py-md-23 {
    padding-top: 2.3rem !important;
    padding-bottom: 2.3rem !important;
  }

  .py-md-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .py-md-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-md-26 {
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important;
  }

  .py-md-27 {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important;
  }

  .py-md-28 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }

  .py-md-29 {
    padding-top: 2.9rem !important;
    padding-bottom: 2.9rem !important;
  }

  .py-md-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-31 {
    padding-top: 3.1rem !important;
    padding-bottom: 3.1rem !important;
  }

  .py-md-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }

  .py-md-33 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important;
  }

  .py-md-34 {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important;
  }

  .py-md-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-md-36 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }

  .py-md-37 {
    padding-top: 3.7rem !important;
    padding-bottom: 3.7rem !important;
  }

  .py-md-38 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important;
  }

  .py-md-39 {
    padding-top: 3.9rem !important;
    padding-bottom: 3.9rem !important;
  }

  .py-md-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-md-41 {
    padding-top: 4.1rem !important;
    padding-bottom: 4.1rem !important;
  }

  .py-md-42 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }

  .py-md-43 {
    padding-top: 4.3rem !important;
    padding-bottom: 4.3rem !important;
  }

  .py-md-44 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }

  .py-md-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-md-46 {
    padding-top: 4.6rem !important;
    padding-bottom: 4.6rem !important;
  }

  .py-md-47 {
    padding-top: 4.7rem !important;
    padding-bottom: 4.7rem !important;
  }

  .py-md-48 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }

  .py-md-49 {
    padding-top: 4.9rem !important;
    padding-bottom: 4.9rem !important;
  }

  .py-md-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-md-51 {
    padding-top: 5.1rem !important;
    padding-bottom: 5.1rem !important;
  }

  .py-md-52 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }

  .py-md-53 {
    padding-top: 5.3rem !important;
    padding-bottom: 5.3rem !important;
  }

  .py-md-54 {
    padding-top: 5.4rem !important;
    padding-bottom: 5.4rem !important;
  }

  .py-md-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .py-md-56 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }

  .py-md-57 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important;
  }

  .py-md-58 {
    padding-top: 5.8rem !important;
    padding-bottom: 5.8rem !important;
  }

  .py-md-59 {
    padding-top: 5.9rem !important;
    padding-bottom: 5.9rem !important;
  }

  .py-md-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-md-61 {
    padding-top: 6.1rem !important;
    padding-bottom: 6.1rem !important;
  }

  .py-md-62 {
    padding-top: 6.2rem !important;
    padding-bottom: 6.2rem !important;
  }

  .py-md-63 {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important;
  }

  .py-md-64 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }

  .py-md-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .py-md-66 {
    padding-top: 6.6rem !important;
    padding-bottom: 6.6rem !important;
  }

  .py-md-67 {
    padding-top: 6.7rem !important;
    padding-bottom: 6.7rem !important;
  }

  .py-md-68 {
    padding-top: 6.8rem !important;
    padding-bottom: 6.8rem !important;
  }

  .py-md-69 {
    padding-top: 6.9rem !important;
    padding-bottom: 6.9rem !important;
  }

  .py-md-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-md-71 {
    padding-top: 7.1rem !important;
    padding-bottom: 7.1rem !important;
  }

  .py-md-72 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }

  .py-md-73 {
    padding-top: 7.3rem !important;
    padding-bottom: 7.3rem !important;
  }

  .py-md-74 {
    padding-top: 7.4rem !important;
    padding-bottom: 7.4rem !important;
  }

  .py-md-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-md-76 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important;
  }

  .py-md-77 {
    padding-top: 7.7rem !important;
    padding-bottom: 7.7rem !important;
  }

  .py-md-78 {
    padding-top: 7.8rem !important;
    padding-bottom: 7.8rem !important;
  }

  .py-md-79 {
    padding-top: 7.9rem !important;
    padding-bottom: 7.9rem !important;
  }

  .py-md-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-md-81 {
    padding-top: 8.1rem !important;
    padding-bottom: 8.1rem !important;
  }

  .py-md-82 {
    padding-top: 8.2rem !important;
    padding-bottom: 8.2rem !important;
  }

  .py-md-83 {
    padding-top: 8.3rem !important;
    padding-bottom: 8.3rem !important;
  }

  .py-md-84 {
    padding-top: 8.4rem !important;
    padding-bottom: 8.4rem !important;
  }

  .py-md-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .py-md-86 {
    padding-top: 8.6rem !important;
    padding-bottom: 8.6rem !important;
  }

  .py-md-87 {
    padding-top: 8.7rem !important;
    padding-bottom: 8.7rem !important;
  }

  .py-md-88 {
    padding-top: 8.8rem !important;
    padding-bottom: 8.8rem !important;
  }

  .py-md-89 {
    padding-top: 8.9rem !important;
    padding-bottom: 8.9rem !important;
  }

  .py-md-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-md-91 {
    padding-top: 9.1rem !important;
    padding-bottom: 9.1rem !important;
  }

  .py-md-92 {
    padding-top: 9.2rem !important;
    padding-bottom: 9.2rem !important;
  }

  .py-md-93 {
    padding-top: 9.3rem !important;
    padding-bottom: 9.3rem !important;
  }

  .py-md-94 {
    padding-top: 9.4rem !important;
    padding-bottom: 9.4rem !important;
  }

  .py-md-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .py-md-96 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }

  .py-md-97 {
    padding-top: 9.7rem !important;
    padding-bottom: 9.7rem !important;
  }

  .py-md-98 {
    padding-top: 9.8rem !important;
    padding-bottom: 9.8rem !important;
  }

  .py-md-99 {
    padding-top: 9.9rem !important;
    padding-bottom: 9.9rem !important;
  }

  .py-md-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pt-md-6 {
    padding-top: 0.6rem !important;
  }

  .pt-md-7 {
    padding-top: 0.7rem !important;
  }

  .pt-md-8 {
    padding-top: 0.8rem !important;
  }

  .pt-md-9 {
    padding-top: 0.9rem !important;
  }

  .pt-md-10 {
    padding-top: 1rem !important;
  }

  .pt-md-11 {
    padding-top: 1.1rem !important;
  }

  .pt-md-12 {
    padding-top: 1.2rem !important;
  }

  .pt-md-13 {
    padding-top: 1.3rem !important;
  }

  .pt-md-14 {
    padding-top: 1.4rem !important;
  }

  .pt-md-15 {
    padding-top: 1.5rem !important;
  }

  .pt-md-16 {
    padding-top: 1.6rem !important;
  }

  .pt-md-17 {
    padding-top: 1.7rem !important;
  }

  .pt-md-18 {
    padding-top: 1.8rem !important;
  }

  .pt-md-19 {
    padding-top: 1.9rem !important;
  }

  .pt-md-20 {
    padding-top: 2rem !important;
  }

  .pt-md-21 {
    padding-top: 2.1rem !important;
  }

  .pt-md-22 {
    padding-top: 2.2rem !important;
  }

  .pt-md-23 {
    padding-top: 2.3rem !important;
  }

  .pt-md-24 {
    padding-top: 2.4rem !important;
  }

  .pt-md-25 {
    padding-top: 2.5rem !important;
  }

  .pt-md-26 {
    padding-top: 2.6rem !important;
  }

  .pt-md-27 {
    padding-top: 2.7rem !important;
  }

  .pt-md-28 {
    padding-top: 2.8rem !important;
  }

  .pt-md-29 {
    padding-top: 2.9rem !important;
  }

  .pt-md-30 {
    padding-top: 3rem !important;
  }

  .pt-md-31 {
    padding-top: 3.1rem !important;
  }

  .pt-md-32 {
    padding-top: 3.2rem !important;
  }

  .pt-md-33 {
    padding-top: 3.3rem !important;
  }

  .pt-md-34 {
    padding-top: 3.4rem !important;
  }

  .pt-md-35 {
    padding-top: 3.5rem !important;
  }

  .pt-md-36 {
    padding-top: 3.6rem !important;
  }

  .pt-md-37 {
    padding-top: 3.7rem !important;
  }

  .pt-md-38 {
    padding-top: 3.8rem !important;
  }

  .pt-md-39 {
    padding-top: 3.9rem !important;
  }

  .pt-md-40 {
    padding-top: 4rem !important;
  }

  .pt-md-41 {
    padding-top: 4.1rem !important;
  }

  .pt-md-42 {
    padding-top: 4.2rem !important;
  }

  .pt-md-43 {
    padding-top: 4.3rem !important;
  }

  .pt-md-44 {
    padding-top: 4.4rem !important;
  }

  .pt-md-45 {
    padding-top: 4.5rem !important;
  }

  .pt-md-46 {
    padding-top: 4.6rem !important;
  }

  .pt-md-47 {
    padding-top: 4.7rem !important;
  }

  .pt-md-48 {
    padding-top: 4.8rem !important;
  }

  .pt-md-49 {
    padding-top: 4.9rem !important;
  }

  .pt-md-50 {
    padding-top: 5rem !important;
  }

  .pt-md-51 {
    padding-top: 5.1rem !important;
  }

  .pt-md-52 {
    padding-top: 5.2rem !important;
  }

  .pt-md-53 {
    padding-top: 5.3rem !important;
  }

  .pt-md-54 {
    padding-top: 5.4rem !important;
  }

  .pt-md-55 {
    padding-top: 5.5rem !important;
  }

  .pt-md-56 {
    padding-top: 5.6rem !important;
  }

  .pt-md-57 {
    padding-top: 5.7rem !important;
  }

  .pt-md-58 {
    padding-top: 5.8rem !important;
  }

  .pt-md-59 {
    padding-top: 5.9rem !important;
  }

  .pt-md-60 {
    padding-top: 6rem !important;
  }

  .pt-md-61 {
    padding-top: 6.1rem !important;
  }

  .pt-md-62 {
    padding-top: 6.2rem !important;
  }

  .pt-md-63 {
    padding-top: 6.3rem !important;
  }

  .pt-md-64 {
    padding-top: 6.4rem !important;
  }

  .pt-md-65 {
    padding-top: 6.5rem !important;
  }

  .pt-md-66 {
    padding-top: 6.6rem !important;
  }

  .pt-md-67 {
    padding-top: 6.7rem !important;
  }

  .pt-md-68 {
    padding-top: 6.8rem !important;
  }

  .pt-md-69 {
    padding-top: 6.9rem !important;
  }

  .pt-md-70 {
    padding-top: 7rem !important;
  }

  .pt-md-71 {
    padding-top: 7.1rem !important;
  }

  .pt-md-72 {
    padding-top: 7.2rem !important;
  }

  .pt-md-73 {
    padding-top: 7.3rem !important;
  }

  .pt-md-74 {
    padding-top: 7.4rem !important;
  }

  .pt-md-75 {
    padding-top: 7.5rem !important;
  }

  .pt-md-76 {
    padding-top: 7.6rem !important;
  }

  .pt-md-77 {
    padding-top: 7.7rem !important;
  }

  .pt-md-78 {
    padding-top: 7.8rem !important;
  }

  .pt-md-79 {
    padding-top: 7.9rem !important;
  }

  .pt-md-80 {
    padding-top: 8rem !important;
  }

  .pt-md-81 {
    padding-top: 8.1rem !important;
  }

  .pt-md-82 {
    padding-top: 8.2rem !important;
  }

  .pt-md-83 {
    padding-top: 8.3rem !important;
  }

  .pt-md-84 {
    padding-top: 8.4rem !important;
  }

  .pt-md-85 {
    padding-top: 8.5rem !important;
  }

  .pt-md-86 {
    padding-top: 8.6rem !important;
  }

  .pt-md-87 {
    padding-top: 8.7rem !important;
  }

  .pt-md-88 {
    padding-top: 8.8rem !important;
  }

  .pt-md-89 {
    padding-top: 8.9rem !important;
  }

  .pt-md-90 {
    padding-top: 9rem !important;
  }

  .pt-md-91 {
    padding-top: 9.1rem !important;
  }

  .pt-md-92 {
    padding-top: 9.2rem !important;
  }

  .pt-md-93 {
    padding-top: 9.3rem !important;
  }

  .pt-md-94 {
    padding-top: 9.4rem !important;
  }

  .pt-md-95 {
    padding-top: 9.5rem !important;
  }

  .pt-md-96 {
    padding-top: 9.6rem !important;
  }

  .pt-md-97 {
    padding-top: 9.7rem !important;
  }

  .pt-md-98 {
    padding-top: 9.8rem !important;
  }

  .pt-md-99 {
    padding-top: 9.9rem !important;
  }

  .pt-md-100 {
    padding-top: 10rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pe-md-6 {
    padding-right: 0.6rem !important;
  }

  .pe-md-7 {
    padding-right: 0.7rem !important;
  }

  .pe-md-8 {
    padding-right: 0.8rem !important;
  }

  .pe-md-9 {
    padding-right: 0.9rem !important;
  }

  .pe-md-10 {
    padding-right: 1rem !important;
  }

  .pe-md-11 {
    padding-right: 1.1rem !important;
  }

  .pe-md-12 {
    padding-right: 1.2rem !important;
  }

  .pe-md-13 {
    padding-right: 1.3rem !important;
  }

  .pe-md-14 {
    padding-right: 1.4rem !important;
  }

  .pe-md-15 {
    padding-right: 1.5rem !important;
  }

  .pe-md-16 {
    padding-right: 1.6rem !important;
  }

  .pe-md-17 {
    padding-right: 1.7rem !important;
  }

  .pe-md-18 {
    padding-right: 1.8rem !important;
  }

  .pe-md-19 {
    padding-right: 1.9rem !important;
  }

  .pe-md-20 {
    padding-right: 2rem !important;
  }

  .pe-md-21 {
    padding-right: 2.1rem !important;
  }

  .pe-md-22 {
    padding-right: 2.2rem !important;
  }

  .pe-md-23 {
    padding-right: 2.3rem !important;
  }

  .pe-md-24 {
    padding-right: 2.4rem !important;
  }

  .pe-md-25 {
    padding-right: 2.5rem !important;
  }

  .pe-md-26 {
    padding-right: 2.6rem !important;
  }

  .pe-md-27 {
    padding-right: 2.7rem !important;
  }

  .pe-md-28 {
    padding-right: 2.8rem !important;
  }

  .pe-md-29 {
    padding-right: 2.9rem !important;
  }

  .pe-md-30 {
    padding-right: 3rem !important;
  }

  .pe-md-31 {
    padding-right: 3.1rem !important;
  }

  .pe-md-32 {
    padding-right: 3.2rem !important;
  }

  .pe-md-33 {
    padding-right: 3.3rem !important;
  }

  .pe-md-34 {
    padding-right: 3.4rem !important;
  }

  .pe-md-35 {
    padding-right: 3.5rem !important;
  }

  .pe-md-36 {
    padding-right: 3.6rem !important;
  }

  .pe-md-37 {
    padding-right: 3.7rem !important;
  }

  .pe-md-38 {
    padding-right: 3.8rem !important;
  }

  .pe-md-39 {
    padding-right: 3.9rem !important;
  }

  .pe-md-40 {
    padding-right: 4rem !important;
  }

  .pe-md-41 {
    padding-right: 4.1rem !important;
  }

  .pe-md-42 {
    padding-right: 4.2rem !important;
  }

  .pe-md-43 {
    padding-right: 4.3rem !important;
  }

  .pe-md-44 {
    padding-right: 4.4rem !important;
  }

  .pe-md-45 {
    padding-right: 4.5rem !important;
  }

  .pe-md-46 {
    padding-right: 4.6rem !important;
  }

  .pe-md-47 {
    padding-right: 4.7rem !important;
  }

  .pe-md-48 {
    padding-right: 4.8rem !important;
  }

  .pe-md-49 {
    padding-right: 4.9rem !important;
  }

  .pe-md-50 {
    padding-right: 5rem !important;
  }

  .pe-md-51 {
    padding-right: 5.1rem !important;
  }

  .pe-md-52 {
    padding-right: 5.2rem !important;
  }

  .pe-md-53 {
    padding-right: 5.3rem !important;
  }

  .pe-md-54 {
    padding-right: 5.4rem !important;
  }

  .pe-md-55 {
    padding-right: 5.5rem !important;
  }

  .pe-md-56 {
    padding-right: 5.6rem !important;
  }

  .pe-md-57 {
    padding-right: 5.7rem !important;
  }

  .pe-md-58 {
    padding-right: 5.8rem !important;
  }

  .pe-md-59 {
    padding-right: 5.9rem !important;
  }

  .pe-md-60 {
    padding-right: 6rem !important;
  }

  .pe-md-61 {
    padding-right: 6.1rem !important;
  }

  .pe-md-62 {
    padding-right: 6.2rem !important;
  }

  .pe-md-63 {
    padding-right: 6.3rem !important;
  }

  .pe-md-64 {
    padding-right: 6.4rem !important;
  }

  .pe-md-65 {
    padding-right: 6.5rem !important;
  }

  .pe-md-66 {
    padding-right: 6.6rem !important;
  }

  .pe-md-67 {
    padding-right: 6.7rem !important;
  }

  .pe-md-68 {
    padding-right: 6.8rem !important;
  }

  .pe-md-69 {
    padding-right: 6.9rem !important;
  }

  .pe-md-70 {
    padding-right: 7rem !important;
  }

  .pe-md-71 {
    padding-right: 7.1rem !important;
  }

  .pe-md-72 {
    padding-right: 7.2rem !important;
  }

  .pe-md-73 {
    padding-right: 7.3rem !important;
  }

  .pe-md-74 {
    padding-right: 7.4rem !important;
  }

  .pe-md-75 {
    padding-right: 7.5rem !important;
  }

  .pe-md-76 {
    padding-right: 7.6rem !important;
  }

  .pe-md-77 {
    padding-right: 7.7rem !important;
  }

  .pe-md-78 {
    padding-right: 7.8rem !important;
  }

  .pe-md-79 {
    padding-right: 7.9rem !important;
  }

  .pe-md-80 {
    padding-right: 8rem !important;
  }

  .pe-md-81 {
    padding-right: 8.1rem !important;
  }

  .pe-md-82 {
    padding-right: 8.2rem !important;
  }

  .pe-md-83 {
    padding-right: 8.3rem !important;
  }

  .pe-md-84 {
    padding-right: 8.4rem !important;
  }

  .pe-md-85 {
    padding-right: 8.5rem !important;
  }

  .pe-md-86 {
    padding-right: 8.6rem !important;
  }

  .pe-md-87 {
    padding-right: 8.7rem !important;
  }

  .pe-md-88 {
    padding-right: 8.8rem !important;
  }

  .pe-md-89 {
    padding-right: 8.9rem !important;
  }

  .pe-md-90 {
    padding-right: 9rem !important;
  }

  .pe-md-91 {
    padding-right: 9.1rem !important;
  }

  .pe-md-92 {
    padding-right: 9.2rem !important;
  }

  .pe-md-93 {
    padding-right: 9.3rem !important;
  }

  .pe-md-94 {
    padding-right: 9.4rem !important;
  }

  .pe-md-95 {
    padding-right: 9.5rem !important;
  }

  .pe-md-96 {
    padding-right: 9.6rem !important;
  }

  .pe-md-97 {
    padding-right: 9.7rem !important;
  }

  .pe-md-98 {
    padding-right: 9.8rem !important;
  }

  .pe-md-99 {
    padding-right: 9.9rem !important;
  }

  .pe-md-100 {
    padding-right: 10rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pb-md-6 {
    padding-bottom: 0.6rem !important;
  }

  .pb-md-7 {
    padding-bottom: 0.7rem !important;
  }

  .pb-md-8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-md-9 {
    padding-bottom: 0.9rem !important;
  }

  .pb-md-10 {
    padding-bottom: 1rem !important;
  }

  .pb-md-11 {
    padding-bottom: 1.1rem !important;
  }

  .pb-md-12 {
    padding-bottom: 1.2rem !important;
  }

  .pb-md-13 {
    padding-bottom: 1.3rem !important;
  }

  .pb-md-14 {
    padding-bottom: 1.4rem !important;
  }

  .pb-md-15 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-16 {
    padding-bottom: 1.6rem !important;
  }

  .pb-md-17 {
    padding-bottom: 1.7rem !important;
  }

  .pb-md-18 {
    padding-bottom: 1.8rem !important;
  }

  .pb-md-19 {
    padding-bottom: 1.9rem !important;
  }

  .pb-md-20 {
    padding-bottom: 2rem !important;
  }

  .pb-md-21 {
    padding-bottom: 2.1rem !important;
  }

  .pb-md-22 {
    padding-bottom: 2.2rem !important;
  }

  .pb-md-23 {
    padding-bottom: 2.3rem !important;
  }

  .pb-md-24 {
    padding-bottom: 2.4rem !important;
  }

  .pb-md-25 {
    padding-bottom: 2.5rem !important;
  }

  .pb-md-26 {
    padding-bottom: 2.6rem !important;
  }

  .pb-md-27 {
    padding-bottom: 2.7rem !important;
  }

  .pb-md-28 {
    padding-bottom: 2.8rem !important;
  }

  .pb-md-29 {
    padding-bottom: 2.9rem !important;
  }

  .pb-md-30 {
    padding-bottom: 3rem !important;
  }

  .pb-md-31 {
    padding-bottom: 3.1rem !important;
  }

  .pb-md-32 {
    padding-bottom: 3.2rem !important;
  }

  .pb-md-33 {
    padding-bottom: 3.3rem !important;
  }

  .pb-md-34 {
    padding-bottom: 3.4rem !important;
  }

  .pb-md-35 {
    padding-bottom: 3.5rem !important;
  }

  .pb-md-36 {
    padding-bottom: 3.6rem !important;
  }

  .pb-md-37 {
    padding-bottom: 3.7rem !important;
  }

  .pb-md-38 {
    padding-bottom: 3.8rem !important;
  }

  .pb-md-39 {
    padding-bottom: 3.9rem !important;
  }

  .pb-md-40 {
    padding-bottom: 4rem !important;
  }

  .pb-md-41 {
    padding-bottom: 4.1rem !important;
  }

  .pb-md-42 {
    padding-bottom: 4.2rem !important;
  }

  .pb-md-43 {
    padding-bottom: 4.3rem !important;
  }

  .pb-md-44 {
    padding-bottom: 4.4rem !important;
  }

  .pb-md-45 {
    padding-bottom: 4.5rem !important;
  }

  .pb-md-46 {
    padding-bottom: 4.6rem !important;
  }

  .pb-md-47 {
    padding-bottom: 4.7rem !important;
  }

  .pb-md-48 {
    padding-bottom: 4.8rem !important;
  }

  .pb-md-49 {
    padding-bottom: 4.9rem !important;
  }

  .pb-md-50 {
    padding-bottom: 5rem !important;
  }

  .pb-md-51 {
    padding-bottom: 5.1rem !important;
  }

  .pb-md-52 {
    padding-bottom: 5.2rem !important;
  }

  .pb-md-53 {
    padding-bottom: 5.3rem !important;
  }

  .pb-md-54 {
    padding-bottom: 5.4rem !important;
  }

  .pb-md-55 {
    padding-bottom: 5.5rem !important;
  }

  .pb-md-56 {
    padding-bottom: 5.6rem !important;
  }

  .pb-md-57 {
    padding-bottom: 5.7rem !important;
  }

  .pb-md-58 {
    padding-bottom: 5.8rem !important;
  }

  .pb-md-59 {
    padding-bottom: 5.9rem !important;
  }

  .pb-md-60 {
    padding-bottom: 6rem !important;
  }

  .pb-md-61 {
    padding-bottom: 6.1rem !important;
  }

  .pb-md-62 {
    padding-bottom: 6.2rem !important;
  }

  .pb-md-63 {
    padding-bottom: 6.3rem !important;
  }

  .pb-md-64 {
    padding-bottom: 6.4rem !important;
  }

  .pb-md-65 {
    padding-bottom: 6.5rem !important;
  }

  .pb-md-66 {
    padding-bottom: 6.6rem !important;
  }

  .pb-md-67 {
    padding-bottom: 6.7rem !important;
  }

  .pb-md-68 {
    padding-bottom: 6.8rem !important;
  }

  .pb-md-69 {
    padding-bottom: 6.9rem !important;
  }

  .pb-md-70 {
    padding-bottom: 7rem !important;
  }

  .pb-md-71 {
    padding-bottom: 7.1rem !important;
  }

  .pb-md-72 {
    padding-bottom: 7.2rem !important;
  }

  .pb-md-73 {
    padding-bottom: 7.3rem !important;
  }

  .pb-md-74 {
    padding-bottom: 7.4rem !important;
  }

  .pb-md-75 {
    padding-bottom: 7.5rem !important;
  }

  .pb-md-76 {
    padding-bottom: 7.6rem !important;
  }

  .pb-md-77 {
    padding-bottom: 7.7rem !important;
  }

  .pb-md-78 {
    padding-bottom: 7.8rem !important;
  }

  .pb-md-79 {
    padding-bottom: 7.9rem !important;
  }

  .pb-md-80 {
    padding-bottom: 8rem !important;
  }

  .pb-md-81 {
    padding-bottom: 8.1rem !important;
  }

  .pb-md-82 {
    padding-bottom: 8.2rem !important;
  }

  .pb-md-83 {
    padding-bottom: 8.3rem !important;
  }

  .pb-md-84 {
    padding-bottom: 8.4rem !important;
  }

  .pb-md-85 {
    padding-bottom: 8.5rem !important;
  }

  .pb-md-86 {
    padding-bottom: 8.6rem !important;
  }

  .pb-md-87 {
    padding-bottom: 8.7rem !important;
  }

  .pb-md-88 {
    padding-bottom: 8.8rem !important;
  }

  .pb-md-89 {
    padding-bottom: 8.9rem !important;
  }

  .pb-md-90 {
    padding-bottom: 9rem !important;
  }

  .pb-md-91 {
    padding-bottom: 9.1rem !important;
  }

  .pb-md-92 {
    padding-bottom: 9.2rem !important;
  }

  .pb-md-93 {
    padding-bottom: 9.3rem !important;
  }

  .pb-md-94 {
    padding-bottom: 9.4rem !important;
  }

  .pb-md-95 {
    padding-bottom: 9.5rem !important;
  }

  .pb-md-96 {
    padding-bottom: 9.6rem !important;
  }

  .pb-md-97 {
    padding-bottom: 9.7rem !important;
  }

  .pb-md-98 {
    padding-bottom: 9.8rem !important;
  }

  .pb-md-99 {
    padding-bottom: 9.9rem !important;
  }

  .pb-md-100 {
    padding-bottom: 10rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .ps-md-6 {
    padding-left: 0.6rem !important;
  }

  .ps-md-7 {
    padding-left: 0.7rem !important;
  }

  .ps-md-8 {
    padding-left: 0.8rem !important;
  }

  .ps-md-9 {
    padding-left: 0.9rem !important;
  }

  .ps-md-10 {
    padding-left: 1rem !important;
  }

  .ps-md-11 {
    padding-left: 1.1rem !important;
  }

  .ps-md-12 {
    padding-left: 1.2rem !important;
  }

  .ps-md-13 {
    padding-left: 1.3rem !important;
  }

  .ps-md-14 {
    padding-left: 1.4rem !important;
  }

  .ps-md-15 {
    padding-left: 1.5rem !important;
  }

  .ps-md-16 {
    padding-left: 1.6rem !important;
  }

  .ps-md-17 {
    padding-left: 1.7rem !important;
  }

  .ps-md-18 {
    padding-left: 1.8rem !important;
  }

  .ps-md-19 {
    padding-left: 1.9rem !important;
  }

  .ps-md-20 {
    padding-left: 2rem !important;
  }

  .ps-md-21 {
    padding-left: 2.1rem !important;
  }

  .ps-md-22 {
    padding-left: 2.2rem !important;
  }

  .ps-md-23 {
    padding-left: 2.3rem !important;
  }

  .ps-md-24 {
    padding-left: 2.4rem !important;
  }

  .ps-md-25 {
    padding-left: 2.5rem !important;
  }

  .ps-md-26 {
    padding-left: 2.6rem !important;
  }

  .ps-md-27 {
    padding-left: 2.7rem !important;
  }

  .ps-md-28 {
    padding-left: 2.8rem !important;
  }

  .ps-md-29 {
    padding-left: 2.9rem !important;
  }

  .ps-md-30 {
    padding-left: 3rem !important;
  }

  .ps-md-31 {
    padding-left: 3.1rem !important;
  }

  .ps-md-32 {
    padding-left: 3.2rem !important;
  }

  .ps-md-33 {
    padding-left: 3.3rem !important;
  }

  .ps-md-34 {
    padding-left: 3.4rem !important;
  }

  .ps-md-35 {
    padding-left: 3.5rem !important;
  }

  .ps-md-36 {
    padding-left: 3.6rem !important;
  }

  .ps-md-37 {
    padding-left: 3.7rem !important;
  }

  .ps-md-38 {
    padding-left: 3.8rem !important;
  }

  .ps-md-39 {
    padding-left: 3.9rem !important;
  }

  .ps-md-40 {
    padding-left: 4rem !important;
  }

  .ps-md-41 {
    padding-left: 4.1rem !important;
  }

  .ps-md-42 {
    padding-left: 4.2rem !important;
  }

  .ps-md-43 {
    padding-left: 4.3rem !important;
  }

  .ps-md-44 {
    padding-left: 4.4rem !important;
  }

  .ps-md-45 {
    padding-left: 4.5rem !important;
  }

  .ps-md-46 {
    padding-left: 4.6rem !important;
  }

  .ps-md-47 {
    padding-left: 4.7rem !important;
  }

  .ps-md-48 {
    padding-left: 4.8rem !important;
  }

  .ps-md-49 {
    padding-left: 4.9rem !important;
  }

  .ps-md-50 {
    padding-left: 5rem !important;
  }

  .ps-md-51 {
    padding-left: 5.1rem !important;
  }

  .ps-md-52 {
    padding-left: 5.2rem !important;
  }

  .ps-md-53 {
    padding-left: 5.3rem !important;
  }

  .ps-md-54 {
    padding-left: 5.4rem !important;
  }

  .ps-md-55 {
    padding-left: 5.5rem !important;
  }

  .ps-md-56 {
    padding-left: 5.6rem !important;
  }

  .ps-md-57 {
    padding-left: 5.7rem !important;
  }

  .ps-md-58 {
    padding-left: 5.8rem !important;
  }

  .ps-md-59 {
    padding-left: 5.9rem !important;
  }

  .ps-md-60 {
    padding-left: 6rem !important;
  }

  .ps-md-61 {
    padding-left: 6.1rem !important;
  }

  .ps-md-62 {
    padding-left: 6.2rem !important;
  }

  .ps-md-63 {
    padding-left: 6.3rem !important;
  }

  .ps-md-64 {
    padding-left: 6.4rem !important;
  }

  .ps-md-65 {
    padding-left: 6.5rem !important;
  }

  .ps-md-66 {
    padding-left: 6.6rem !important;
  }

  .ps-md-67 {
    padding-left: 6.7rem !important;
  }

  .ps-md-68 {
    padding-left: 6.8rem !important;
  }

  .ps-md-69 {
    padding-left: 6.9rem !important;
  }

  .ps-md-70 {
    padding-left: 7rem !important;
  }

  .ps-md-71 {
    padding-left: 7.1rem !important;
  }

  .ps-md-72 {
    padding-left: 7.2rem !important;
  }

  .ps-md-73 {
    padding-left: 7.3rem !important;
  }

  .ps-md-74 {
    padding-left: 7.4rem !important;
  }

  .ps-md-75 {
    padding-left: 7.5rem !important;
  }

  .ps-md-76 {
    padding-left: 7.6rem !important;
  }

  .ps-md-77 {
    padding-left: 7.7rem !important;
  }

  .ps-md-78 {
    padding-left: 7.8rem !important;
  }

  .ps-md-79 {
    padding-left: 7.9rem !important;
  }

  .ps-md-80 {
    padding-left: 8rem !important;
  }

  .ps-md-81 {
    padding-left: 8.1rem !important;
  }

  .ps-md-82 {
    padding-left: 8.2rem !important;
  }

  .ps-md-83 {
    padding-left: 8.3rem !important;
  }

  .ps-md-84 {
    padding-left: 8.4rem !important;
  }

  .ps-md-85 {
    padding-left: 8.5rem !important;
  }

  .ps-md-86 {
    padding-left: 8.6rem !important;
  }

  .ps-md-87 {
    padding-left: 8.7rem !important;
  }

  .ps-md-88 {
    padding-left: 8.8rem !important;
  }

  .ps-md-89 {
    padding-left: 8.9rem !important;
  }

  .ps-md-90 {
    padding-left: 9rem !important;
  }

  .ps-md-91 {
    padding-left: 9.1rem !important;
  }

  .ps-md-92 {
    padding-left: 9.2rem !important;
  }

  .ps-md-93 {
    padding-left: 9.3rem !important;
  }

  .ps-md-94 {
    padding-left: 9.4rem !important;
  }

  .ps-md-95 {
    padding-left: 9.5rem !important;
  }

  .ps-md-96 {
    padding-left: 9.6rem !important;
  }

  .ps-md-97 {
    padding-left: 9.7rem !important;
  }

  .ps-md-98 {
    padding-left: 9.8rem !important;
  }

  .ps-md-99 {
    padding-left: 9.9rem !important;
  }

  .ps-md-100 {
    padding-left: 10rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .gap-lg-6 {
    gap: 0.6rem !important;
  }

  .gap-lg-7 {
    gap: 0.7rem !important;
  }

  .gap-lg-8 {
    gap: 0.8rem !important;
  }

  .gap-lg-9 {
    gap: 0.9rem !important;
  }

  .gap-lg-10 {
    gap: 1rem !important;
  }

  .gap-lg-11 {
    gap: 1.1rem !important;
  }

  .gap-lg-12 {
    gap: 1.2rem !important;
  }

  .gap-lg-13 {
    gap: 1.3rem !important;
  }

  .gap-lg-14 {
    gap: 1.4rem !important;
  }

  .gap-lg-15 {
    gap: 1.5rem !important;
  }

  .gap-lg-16 {
    gap: 1.6rem !important;
  }

  .gap-lg-17 {
    gap: 1.7rem !important;
  }

  .gap-lg-18 {
    gap: 1.8rem !important;
  }

  .gap-lg-19 {
    gap: 1.9rem !important;
  }

  .gap-lg-20 {
    gap: 2rem !important;
  }

  .gap-lg-21 {
    gap: 2.1rem !important;
  }

  .gap-lg-22 {
    gap: 2.2rem !important;
  }

  .gap-lg-23 {
    gap: 2.3rem !important;
  }

  .gap-lg-24 {
    gap: 2.4rem !important;
  }

  .gap-lg-25 {
    gap: 2.5rem !important;
  }

  .gap-lg-26 {
    gap: 2.6rem !important;
  }

  .gap-lg-27 {
    gap: 2.7rem !important;
  }

  .gap-lg-28 {
    gap: 2.8rem !important;
  }

  .gap-lg-29 {
    gap: 2.9rem !important;
  }

  .gap-lg-30 {
    gap: 3rem !important;
  }

  .gap-lg-31 {
    gap: 3.1rem !important;
  }

  .gap-lg-32 {
    gap: 3.2rem !important;
  }

  .gap-lg-33 {
    gap: 3.3rem !important;
  }

  .gap-lg-34 {
    gap: 3.4rem !important;
  }

  .gap-lg-35 {
    gap: 3.5rem !important;
  }

  .gap-lg-36 {
    gap: 3.6rem !important;
  }

  .gap-lg-37 {
    gap: 3.7rem !important;
  }

  .gap-lg-38 {
    gap: 3.8rem !important;
  }

  .gap-lg-39 {
    gap: 3.9rem !important;
  }

  .gap-lg-40 {
    gap: 4rem !important;
  }

  .gap-lg-41 {
    gap: 4.1rem !important;
  }

  .gap-lg-42 {
    gap: 4.2rem !important;
  }

  .gap-lg-43 {
    gap: 4.3rem !important;
  }

  .gap-lg-44 {
    gap: 4.4rem !important;
  }

  .gap-lg-45 {
    gap: 4.5rem !important;
  }

  .gap-lg-46 {
    gap: 4.6rem !important;
  }

  .gap-lg-47 {
    gap: 4.7rem !important;
  }

  .gap-lg-48 {
    gap: 4.8rem !important;
  }

  .gap-lg-49 {
    gap: 4.9rem !important;
  }

  .gap-lg-50 {
    gap: 5rem !important;
  }

  .gap-lg-51 {
    gap: 5.1rem !important;
  }

  .gap-lg-52 {
    gap: 5.2rem !important;
  }

  .gap-lg-53 {
    gap: 5.3rem !important;
  }

  .gap-lg-54 {
    gap: 5.4rem !important;
  }

  .gap-lg-55 {
    gap: 5.5rem !important;
  }

  .gap-lg-56 {
    gap: 5.6rem !important;
  }

  .gap-lg-57 {
    gap: 5.7rem !important;
  }

  .gap-lg-58 {
    gap: 5.8rem !important;
  }

  .gap-lg-59 {
    gap: 5.9rem !important;
  }

  .gap-lg-60 {
    gap: 6rem !important;
  }

  .gap-lg-61 {
    gap: 6.1rem !important;
  }

  .gap-lg-62 {
    gap: 6.2rem !important;
  }

  .gap-lg-63 {
    gap: 6.3rem !important;
  }

  .gap-lg-64 {
    gap: 6.4rem !important;
  }

  .gap-lg-65 {
    gap: 6.5rem !important;
  }

  .gap-lg-66 {
    gap: 6.6rem !important;
  }

  .gap-lg-67 {
    gap: 6.7rem !important;
  }

  .gap-lg-68 {
    gap: 6.8rem !important;
  }

  .gap-lg-69 {
    gap: 6.9rem !important;
  }

  .gap-lg-70 {
    gap: 7rem !important;
  }

  .gap-lg-71 {
    gap: 7.1rem !important;
  }

  .gap-lg-72 {
    gap: 7.2rem !important;
  }

  .gap-lg-73 {
    gap: 7.3rem !important;
  }

  .gap-lg-74 {
    gap: 7.4rem !important;
  }

  .gap-lg-75 {
    gap: 7.5rem !important;
  }

  .gap-lg-76 {
    gap: 7.6rem !important;
  }

  .gap-lg-77 {
    gap: 7.7rem !important;
  }

  .gap-lg-78 {
    gap: 7.8rem !important;
  }

  .gap-lg-79 {
    gap: 7.9rem !important;
  }

  .gap-lg-80 {
    gap: 8rem !important;
  }

  .gap-lg-81 {
    gap: 8.1rem !important;
  }

  .gap-lg-82 {
    gap: 8.2rem !important;
  }

  .gap-lg-83 {
    gap: 8.3rem !important;
  }

  .gap-lg-84 {
    gap: 8.4rem !important;
  }

  .gap-lg-85 {
    gap: 8.5rem !important;
  }

  .gap-lg-86 {
    gap: 8.6rem !important;
  }

  .gap-lg-87 {
    gap: 8.7rem !important;
  }

  .gap-lg-88 {
    gap: 8.8rem !important;
  }

  .gap-lg-89 {
    gap: 8.9rem !important;
  }

  .gap-lg-90 {
    gap: 9rem !important;
  }

  .gap-lg-91 {
    gap: 9.1rem !important;
  }

  .gap-lg-92 {
    gap: 9.2rem !important;
  }

  .gap-lg-93 {
    gap: 9.3rem !important;
  }

  .gap-lg-94 {
    gap: 9.4rem !important;
  }

  .gap-lg-95 {
    gap: 9.5rem !important;
  }

  .gap-lg-96 {
    gap: 9.6rem !important;
  }

  .gap-lg-97 {
    gap: 9.7rem !important;
  }

  .gap-lg-98 {
    gap: 9.8rem !important;
  }

  .gap-lg-99 {
    gap: 9.9rem !important;
  }

  .gap-lg-100 {
    gap: 10rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-6 {
    margin: 0.6rem !important;
  }

  .m-lg-7 {
    margin: 0.7rem !important;
  }

  .m-lg-8 {
    margin: 0.8rem !important;
  }

  .m-lg-9 {
    margin: 0.9rem !important;
  }

  .m-lg-10 {
    margin: 1rem !important;
  }

  .m-lg-11 {
    margin: 1.1rem !important;
  }

  .m-lg-12 {
    margin: 1.2rem !important;
  }

  .m-lg-13 {
    margin: 1.3rem !important;
  }

  .m-lg-14 {
    margin: 1.4rem !important;
  }

  .m-lg-15 {
    margin: 1.5rem !important;
  }

  .m-lg-16 {
    margin: 1.6rem !important;
  }

  .m-lg-17 {
    margin: 1.7rem !important;
  }

  .m-lg-18 {
    margin: 1.8rem !important;
  }

  .m-lg-19 {
    margin: 1.9rem !important;
  }

  .m-lg-20 {
    margin: 2rem !important;
  }

  .m-lg-21 {
    margin: 2.1rem !important;
  }

  .m-lg-22 {
    margin: 2.2rem !important;
  }

  .m-lg-23 {
    margin: 2.3rem !important;
  }

  .m-lg-24 {
    margin: 2.4rem !important;
  }

  .m-lg-25 {
    margin: 2.5rem !important;
  }

  .m-lg-26 {
    margin: 2.6rem !important;
  }

  .m-lg-27 {
    margin: 2.7rem !important;
  }

  .m-lg-28 {
    margin: 2.8rem !important;
  }

  .m-lg-29 {
    margin: 2.9rem !important;
  }

  .m-lg-30 {
    margin: 3rem !important;
  }

  .m-lg-31 {
    margin: 3.1rem !important;
  }

  .m-lg-32 {
    margin: 3.2rem !important;
  }

  .m-lg-33 {
    margin: 3.3rem !important;
  }

  .m-lg-34 {
    margin: 3.4rem !important;
  }

  .m-lg-35 {
    margin: 3.5rem !important;
  }

  .m-lg-36 {
    margin: 3.6rem !important;
  }

  .m-lg-37 {
    margin: 3.7rem !important;
  }

  .m-lg-38 {
    margin: 3.8rem !important;
  }

  .m-lg-39 {
    margin: 3.9rem !important;
  }

  .m-lg-40 {
    margin: 4rem !important;
  }

  .m-lg-41 {
    margin: 4.1rem !important;
  }

  .m-lg-42 {
    margin: 4.2rem !important;
  }

  .m-lg-43 {
    margin: 4.3rem !important;
  }

  .m-lg-44 {
    margin: 4.4rem !important;
  }

  .m-lg-45 {
    margin: 4.5rem !important;
  }

  .m-lg-46 {
    margin: 4.6rem !important;
  }

  .m-lg-47 {
    margin: 4.7rem !important;
  }

  .m-lg-48 {
    margin: 4.8rem !important;
  }

  .m-lg-49 {
    margin: 4.9rem !important;
  }

  .m-lg-50 {
    margin: 5rem !important;
  }

  .m-lg-51 {
    margin: 5.1rem !important;
  }

  .m-lg-52 {
    margin: 5.2rem !important;
  }

  .m-lg-53 {
    margin: 5.3rem !important;
  }

  .m-lg-54 {
    margin: 5.4rem !important;
  }

  .m-lg-55 {
    margin: 5.5rem !important;
  }

  .m-lg-56 {
    margin: 5.6rem !important;
  }

  .m-lg-57 {
    margin: 5.7rem !important;
  }

  .m-lg-58 {
    margin: 5.8rem !important;
  }

  .m-lg-59 {
    margin: 5.9rem !important;
  }

  .m-lg-60 {
    margin: 6rem !important;
  }

  .m-lg-61 {
    margin: 6.1rem !important;
  }

  .m-lg-62 {
    margin: 6.2rem !important;
  }

  .m-lg-63 {
    margin: 6.3rem !important;
  }

  .m-lg-64 {
    margin: 6.4rem !important;
  }

  .m-lg-65 {
    margin: 6.5rem !important;
  }

  .m-lg-66 {
    margin: 6.6rem !important;
  }

  .m-lg-67 {
    margin: 6.7rem !important;
  }

  .m-lg-68 {
    margin: 6.8rem !important;
  }

  .m-lg-69 {
    margin: 6.9rem !important;
  }

  .m-lg-70 {
    margin: 7rem !important;
  }

  .m-lg-71 {
    margin: 7.1rem !important;
  }

  .m-lg-72 {
    margin: 7.2rem !important;
  }

  .m-lg-73 {
    margin: 7.3rem !important;
  }

  .m-lg-74 {
    margin: 7.4rem !important;
  }

  .m-lg-75 {
    margin: 7.5rem !important;
  }

  .m-lg-76 {
    margin: 7.6rem !important;
  }

  .m-lg-77 {
    margin: 7.7rem !important;
  }

  .m-lg-78 {
    margin: 7.8rem !important;
  }

  .m-lg-79 {
    margin: 7.9rem !important;
  }

  .m-lg-80 {
    margin: 8rem !important;
  }

  .m-lg-81 {
    margin: 8.1rem !important;
  }

  .m-lg-82 {
    margin: 8.2rem !important;
  }

  .m-lg-83 {
    margin: 8.3rem !important;
  }

  .m-lg-84 {
    margin: 8.4rem !important;
  }

  .m-lg-85 {
    margin: 8.5rem !important;
  }

  .m-lg-86 {
    margin: 8.6rem !important;
  }

  .m-lg-87 {
    margin: 8.7rem !important;
  }

  .m-lg-88 {
    margin: 8.8rem !important;
  }

  .m-lg-89 {
    margin: 8.9rem !important;
  }

  .m-lg-90 {
    margin: 9rem !important;
  }

  .m-lg-91 {
    margin: 9.1rem !important;
  }

  .m-lg-92 {
    margin: 9.2rem !important;
  }

  .m-lg-93 {
    margin: 9.3rem !important;
  }

  .m-lg-94 {
    margin: 9.4rem !important;
  }

  .m-lg-95 {
    margin: 9.5rem !important;
  }

  .m-lg-96 {
    margin: 9.6rem !important;
  }

  .m-lg-97 {
    margin: 9.7rem !important;
  }

  .m-lg-98 {
    margin: 9.8rem !important;
  }

  .m-lg-99 {
    margin: 9.9rem !important;
  }

  .m-lg-100 {
    margin: 10rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-6 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-lg-7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }

  .mx-lg-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-lg-9 {
    margin-right: 0.9rem !important;
    margin-left: 0.9rem !important;
  }

  .mx-lg-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-11 {
    margin-right: 1.1rem !important;
    margin-left: 1.1rem !important;
  }

  .mx-lg-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .mx-lg-13 {
    margin-right: 1.3rem !important;
    margin-left: 1.3rem !important;
  }

  .mx-lg-14 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important;
  }

  .mx-lg-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }

  .mx-lg-17 {
    margin-right: 1.7rem !important;
    margin-left: 1.7rem !important;
  }

  .mx-lg-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }

  .mx-lg-19 {
    margin-right: 1.9rem !important;
    margin-left: 1.9rem !important;
  }

  .mx-lg-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-21 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }

  .mx-lg-22 {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important;
  }

  .mx-lg-23 {
    margin-right: 2.3rem !important;
    margin-left: 2.3rem !important;
  }

  .mx-lg-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .mx-lg-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-lg-26 {
    margin-right: 2.6rem !important;
    margin-left: 2.6rem !important;
  }

  .mx-lg-27 {
    margin-right: 2.7rem !important;
    margin-left: 2.7rem !important;
  }

  .mx-lg-28 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }

  .mx-lg-29 {
    margin-right: 2.9rem !important;
    margin-left: 2.9rem !important;
  }

  .mx-lg-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-31 {
    margin-right: 3.1rem !important;
    margin-left: 3.1rem !important;
  }

  .mx-lg-32 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }

  .mx-lg-33 {
    margin-right: 3.3rem !important;
    margin-left: 3.3rem !important;
  }

  .mx-lg-34 {
    margin-right: 3.4rem !important;
    margin-left: 3.4rem !important;
  }

  .mx-lg-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-lg-36 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }

  .mx-lg-37 {
    margin-right: 3.7rem !important;
    margin-left: 3.7rem !important;
  }

  .mx-lg-38 {
    margin-right: 3.8rem !important;
    margin-left: 3.8rem !important;
  }

  .mx-lg-39 {
    margin-right: 3.9rem !important;
    margin-left: 3.9rem !important;
  }

  .mx-lg-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-lg-41 {
    margin-right: 4.1rem !important;
    margin-left: 4.1rem !important;
  }

  .mx-lg-42 {
    margin-right: 4.2rem !important;
    margin-left: 4.2rem !important;
  }

  .mx-lg-43 {
    margin-right: 4.3rem !important;
    margin-left: 4.3rem !important;
  }

  .mx-lg-44 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }

  .mx-lg-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-lg-46 {
    margin-right: 4.6rem !important;
    margin-left: 4.6rem !important;
  }

  .mx-lg-47 {
    margin-right: 4.7rem !important;
    margin-left: 4.7rem !important;
  }

  .mx-lg-48 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }

  .mx-lg-49 {
    margin-right: 4.9rem !important;
    margin-left: 4.9rem !important;
  }

  .mx-lg-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-lg-51 {
    margin-right: 5.1rem !important;
    margin-left: 5.1rem !important;
  }

  .mx-lg-52 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important;
  }

  .mx-lg-53 {
    margin-right: 5.3rem !important;
    margin-left: 5.3rem !important;
  }

  .mx-lg-54 {
    margin-right: 5.4rem !important;
    margin-left: 5.4rem !important;
  }

  .mx-lg-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .mx-lg-56 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }

  .mx-lg-57 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important;
  }

  .mx-lg-58 {
    margin-right: 5.8rem !important;
    margin-left: 5.8rem !important;
  }

  .mx-lg-59 {
    margin-right: 5.9rem !important;
    margin-left: 5.9rem !important;
  }

  .mx-lg-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-lg-61 {
    margin-right: 6.1rem !important;
    margin-left: 6.1rem !important;
  }

  .mx-lg-62 {
    margin-right: 6.2rem !important;
    margin-left: 6.2rem !important;
  }

  .mx-lg-63 {
    margin-right: 6.3rem !important;
    margin-left: 6.3rem !important;
  }

  .mx-lg-64 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }

  .mx-lg-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .mx-lg-66 {
    margin-right: 6.6rem !important;
    margin-left: 6.6rem !important;
  }

  .mx-lg-67 {
    margin-right: 6.7rem !important;
    margin-left: 6.7rem !important;
  }

  .mx-lg-68 {
    margin-right: 6.8rem !important;
    margin-left: 6.8rem !important;
  }

  .mx-lg-69 {
    margin-right: 6.9rem !important;
    margin-left: 6.9rem !important;
  }

  .mx-lg-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-lg-71 {
    margin-right: 7.1rem !important;
    margin-left: 7.1rem !important;
  }

  .mx-lg-72 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }

  .mx-lg-73 {
    margin-right: 7.3rem !important;
    margin-left: 7.3rem !important;
  }

  .mx-lg-74 {
    margin-right: 7.4rem !important;
    margin-left: 7.4rem !important;
  }

  .mx-lg-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-lg-76 {
    margin-right: 7.6rem !important;
    margin-left: 7.6rem !important;
  }

  .mx-lg-77 {
    margin-right: 7.7rem !important;
    margin-left: 7.7rem !important;
  }

  .mx-lg-78 {
    margin-right: 7.8rem !important;
    margin-left: 7.8rem !important;
  }

  .mx-lg-79 {
    margin-right: 7.9rem !important;
    margin-left: 7.9rem !important;
  }

  .mx-lg-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-lg-81 {
    margin-right: 8.1rem !important;
    margin-left: 8.1rem !important;
  }

  .mx-lg-82 {
    margin-right: 8.2rem !important;
    margin-left: 8.2rem !important;
  }

  .mx-lg-83 {
    margin-right: 8.3rem !important;
    margin-left: 8.3rem !important;
  }

  .mx-lg-84 {
    margin-right: 8.4rem !important;
    margin-left: 8.4rem !important;
  }

  .mx-lg-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .mx-lg-86 {
    margin-right: 8.6rem !important;
    margin-left: 8.6rem !important;
  }

  .mx-lg-87 {
    margin-right: 8.7rem !important;
    margin-left: 8.7rem !important;
  }

  .mx-lg-88 {
    margin-right: 8.8rem !important;
    margin-left: 8.8rem !important;
  }

  .mx-lg-89 {
    margin-right: 8.9rem !important;
    margin-left: 8.9rem !important;
  }

  .mx-lg-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-lg-91 {
    margin-right: 9.1rem !important;
    margin-left: 9.1rem !important;
  }

  .mx-lg-92 {
    margin-right: 9.2rem !important;
    margin-left: 9.2rem !important;
  }

  .mx-lg-93 {
    margin-right: 9.3rem !important;
    margin-left: 9.3rem !important;
  }

  .mx-lg-94 {
    margin-right: 9.4rem !important;
    margin-left: 9.4rem !important;
  }

  .mx-lg-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .mx-lg-96 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }

  .mx-lg-97 {
    margin-right: 9.7rem !important;
    margin-left: 9.7rem !important;
  }

  .mx-lg-98 {
    margin-right: 9.8rem !important;
    margin-left: 9.8rem !important;
  }

  .mx-lg-99 {
    margin-right: 9.9rem !important;
    margin-left: 9.9rem !important;
  }

  .mx-lg-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-lg-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }

  .my-lg-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-lg-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }

  .my-lg-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-11 {
    margin-top: 1.1rem !important;
    margin-bottom: 1.1rem !important;
  }

  .my-lg-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .my-lg-13 {
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important;
  }

  .my-lg-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }

  .my-lg-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }

  .my-lg-17 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important;
  }

  .my-lg-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }

  .my-lg-19 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important;
  }

  .my-lg-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-21 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }

  .my-lg-22 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }

  .my-lg-23 {
    margin-top: 2.3rem !important;
    margin-bottom: 2.3rem !important;
  }

  .my-lg-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .my-lg-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-lg-26 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important;
  }

  .my-lg-27 {
    margin-top: 2.7rem !important;
    margin-bottom: 2.7rem !important;
  }

  .my-lg-28 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }

  .my-lg-29 {
    margin-top: 2.9rem !important;
    margin-bottom: 2.9rem !important;
  }

  .my-lg-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-31 {
    margin-top: 3.1rem !important;
    margin-bottom: 3.1rem !important;
  }

  .my-lg-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }

  .my-lg-33 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important;
  }

  .my-lg-34 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important;
  }

  .my-lg-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-lg-36 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }

  .my-lg-37 {
    margin-top: 3.7rem !important;
    margin-bottom: 3.7rem !important;
  }

  .my-lg-38 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important;
  }

  .my-lg-39 {
    margin-top: 3.9rem !important;
    margin-bottom: 3.9rem !important;
  }

  .my-lg-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-lg-41 {
    margin-top: 4.1rem !important;
    margin-bottom: 4.1rem !important;
  }

  .my-lg-42 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }

  .my-lg-43 {
    margin-top: 4.3rem !important;
    margin-bottom: 4.3rem !important;
  }

  .my-lg-44 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }

  .my-lg-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-lg-46 {
    margin-top: 4.6rem !important;
    margin-bottom: 4.6rem !important;
  }

  .my-lg-47 {
    margin-top: 4.7rem !important;
    margin-bottom: 4.7rem !important;
  }

  .my-lg-48 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }

  .my-lg-49 {
    margin-top: 4.9rem !important;
    margin-bottom: 4.9rem !important;
  }

  .my-lg-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-lg-51 {
    margin-top: 5.1rem !important;
    margin-bottom: 5.1rem !important;
  }

  .my-lg-52 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }

  .my-lg-53 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important;
  }

  .my-lg-54 {
    margin-top: 5.4rem !important;
    margin-bottom: 5.4rem !important;
  }

  .my-lg-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .my-lg-56 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }

  .my-lg-57 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important;
  }

  .my-lg-58 {
    margin-top: 5.8rem !important;
    margin-bottom: 5.8rem !important;
  }

  .my-lg-59 {
    margin-top: 5.9rem !important;
    margin-bottom: 5.9rem !important;
  }

  .my-lg-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-lg-61 {
    margin-top: 6.1rem !important;
    margin-bottom: 6.1rem !important;
  }

  .my-lg-62 {
    margin-top: 6.2rem !important;
    margin-bottom: 6.2rem !important;
  }

  .my-lg-63 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important;
  }

  .my-lg-64 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }

  .my-lg-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .my-lg-66 {
    margin-top: 6.6rem !important;
    margin-bottom: 6.6rem !important;
  }

  .my-lg-67 {
    margin-top: 6.7rem !important;
    margin-bottom: 6.7rem !important;
  }

  .my-lg-68 {
    margin-top: 6.8rem !important;
    margin-bottom: 6.8rem !important;
  }

  .my-lg-69 {
    margin-top: 6.9rem !important;
    margin-bottom: 6.9rem !important;
  }

  .my-lg-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-lg-71 {
    margin-top: 7.1rem !important;
    margin-bottom: 7.1rem !important;
  }

  .my-lg-72 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }

  .my-lg-73 {
    margin-top: 7.3rem !important;
    margin-bottom: 7.3rem !important;
  }

  .my-lg-74 {
    margin-top: 7.4rem !important;
    margin-bottom: 7.4rem !important;
  }

  .my-lg-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-lg-76 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important;
  }

  .my-lg-77 {
    margin-top: 7.7rem !important;
    margin-bottom: 7.7rem !important;
  }

  .my-lg-78 {
    margin-top: 7.8rem !important;
    margin-bottom: 7.8rem !important;
  }

  .my-lg-79 {
    margin-top: 7.9rem !important;
    margin-bottom: 7.9rem !important;
  }

  .my-lg-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-lg-81 {
    margin-top: 8.1rem !important;
    margin-bottom: 8.1rem !important;
  }

  .my-lg-82 {
    margin-top: 8.2rem !important;
    margin-bottom: 8.2rem !important;
  }

  .my-lg-83 {
    margin-top: 8.3rem !important;
    margin-bottom: 8.3rem !important;
  }

  .my-lg-84 {
    margin-top: 8.4rem !important;
    margin-bottom: 8.4rem !important;
  }

  .my-lg-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .my-lg-86 {
    margin-top: 8.6rem !important;
    margin-bottom: 8.6rem !important;
  }

  .my-lg-87 {
    margin-top: 8.7rem !important;
    margin-bottom: 8.7rem !important;
  }

  .my-lg-88 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }

  .my-lg-89 {
    margin-top: 8.9rem !important;
    margin-bottom: 8.9rem !important;
  }

  .my-lg-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-lg-91 {
    margin-top: 9.1rem !important;
    margin-bottom: 9.1rem !important;
  }

  .my-lg-92 {
    margin-top: 9.2rem !important;
    margin-bottom: 9.2rem !important;
  }

  .my-lg-93 {
    margin-top: 9.3rem !important;
    margin-bottom: 9.3rem !important;
  }

  .my-lg-94 {
    margin-top: 9.4rem !important;
    margin-bottom: 9.4rem !important;
  }

  .my-lg-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .my-lg-96 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }

  .my-lg-97 {
    margin-top: 9.7rem !important;
    margin-bottom: 9.7rem !important;
  }

  .my-lg-98 {
    margin-top: 9.8rem !important;
    margin-bottom: 9.8rem !important;
  }

  .my-lg-99 {
    margin-top: 9.9rem !important;
    margin-bottom: 9.9rem !important;
  }

  .my-lg-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-6 {
    margin-top: 0.6rem !important;
  }

  .mt-lg-7 {
    margin-top: 0.7rem !important;
  }

  .mt-lg-8 {
    margin-top: 0.8rem !important;
  }

  .mt-lg-9 {
    margin-top: 0.9rem !important;
  }

  .mt-lg-10 {
    margin-top: 1rem !important;
  }

  .mt-lg-11 {
    margin-top: 1.1rem !important;
  }

  .mt-lg-12 {
    margin-top: 1.2rem !important;
  }

  .mt-lg-13 {
    margin-top: 1.3rem !important;
  }

  .mt-lg-14 {
    margin-top: 1.4rem !important;
  }

  .mt-lg-15 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-16 {
    margin-top: 1.6rem !important;
  }

  .mt-lg-17 {
    margin-top: 1.7rem !important;
  }

  .mt-lg-18 {
    margin-top: 1.8rem !important;
  }

  .mt-lg-19 {
    margin-top: 1.9rem !important;
  }

  .mt-lg-20 {
    margin-top: 2rem !important;
  }

  .mt-lg-21 {
    margin-top: 2.1rem !important;
  }

  .mt-lg-22 {
    margin-top: 2.2rem !important;
  }

  .mt-lg-23 {
    margin-top: 2.3rem !important;
  }

  .mt-lg-24 {
    margin-top: 2.4rem !important;
  }

  .mt-lg-25 {
    margin-top: 2.5rem !important;
  }

  .mt-lg-26 {
    margin-top: 2.6rem !important;
  }

  .mt-lg-27 {
    margin-top: 2.7rem !important;
  }

  .mt-lg-28 {
    margin-top: 2.8rem !important;
  }

  .mt-lg-29 {
    margin-top: 2.9rem !important;
  }

  .mt-lg-30 {
    margin-top: 3rem !important;
  }

  .mt-lg-31 {
    margin-top: 3.1rem !important;
  }

  .mt-lg-32 {
    margin-top: 3.2rem !important;
  }

  .mt-lg-33 {
    margin-top: 3.3rem !important;
  }

  .mt-lg-34 {
    margin-top: 3.4rem !important;
  }

  .mt-lg-35 {
    margin-top: 3.5rem !important;
  }

  .mt-lg-36 {
    margin-top: 3.6rem !important;
  }

  .mt-lg-37 {
    margin-top: 3.7rem !important;
  }

  .mt-lg-38 {
    margin-top: 3.8rem !important;
  }

  .mt-lg-39 {
    margin-top: 3.9rem !important;
  }

  .mt-lg-40 {
    margin-top: 4rem !important;
  }

  .mt-lg-41 {
    margin-top: 4.1rem !important;
  }

  .mt-lg-42 {
    margin-top: 4.2rem !important;
  }

  .mt-lg-43 {
    margin-top: 4.3rem !important;
  }

  .mt-lg-44 {
    margin-top: 4.4rem !important;
  }

  .mt-lg-45 {
    margin-top: 4.5rem !important;
  }

  .mt-lg-46 {
    margin-top: 4.6rem !important;
  }

  .mt-lg-47 {
    margin-top: 4.7rem !important;
  }

  .mt-lg-48 {
    margin-top: 4.8rem !important;
  }

  .mt-lg-49 {
    margin-top: 4.9rem !important;
  }

  .mt-lg-50 {
    margin-top: 5rem !important;
  }

  .mt-lg-51 {
    margin-top: 5.1rem !important;
  }

  .mt-lg-52 {
    margin-top: 5.2rem !important;
  }

  .mt-lg-53 {
    margin-top: 5.3rem !important;
  }

  .mt-lg-54 {
    margin-top: 5.4rem !important;
  }

  .mt-lg-55 {
    margin-top: 5.5rem !important;
  }

  .mt-lg-56 {
    margin-top: 5.6rem !important;
  }

  .mt-lg-57 {
    margin-top: 5.7rem !important;
  }

  .mt-lg-58 {
    margin-top: 5.8rem !important;
  }

  .mt-lg-59 {
    margin-top: 5.9rem !important;
  }

  .mt-lg-60 {
    margin-top: 6rem !important;
  }

  .mt-lg-61 {
    margin-top: 6.1rem !important;
  }

  .mt-lg-62 {
    margin-top: 6.2rem !important;
  }

  .mt-lg-63 {
    margin-top: 6.3rem !important;
  }

  .mt-lg-64 {
    margin-top: 6.4rem !important;
  }

  .mt-lg-65 {
    margin-top: 6.5rem !important;
  }

  .mt-lg-66 {
    margin-top: 6.6rem !important;
  }

  .mt-lg-67 {
    margin-top: 6.7rem !important;
  }

  .mt-lg-68 {
    margin-top: 6.8rem !important;
  }

  .mt-lg-69 {
    margin-top: 6.9rem !important;
  }

  .mt-lg-70 {
    margin-top: 7rem !important;
  }

  .mt-lg-71 {
    margin-top: 7.1rem !important;
  }

  .mt-lg-72 {
    margin-top: 7.2rem !important;
  }

  .mt-lg-73 {
    margin-top: 7.3rem !important;
  }

  .mt-lg-74 {
    margin-top: 7.4rem !important;
  }

  .mt-lg-75 {
    margin-top: 7.5rem !important;
  }

  .mt-lg-76 {
    margin-top: 7.6rem !important;
  }

  .mt-lg-77 {
    margin-top: 7.7rem !important;
  }

  .mt-lg-78 {
    margin-top: 7.8rem !important;
  }

  .mt-lg-79 {
    margin-top: 7.9rem !important;
  }

  .mt-lg-80 {
    margin-top: 8rem !important;
  }

  .mt-lg-81 {
    margin-top: 8.1rem !important;
  }

  .mt-lg-82 {
    margin-top: 8.2rem !important;
  }

  .mt-lg-83 {
    margin-top: 8.3rem !important;
  }

  .mt-lg-84 {
    margin-top: 8.4rem !important;
  }

  .mt-lg-85 {
    margin-top: 8.5rem !important;
  }

  .mt-lg-86 {
    margin-top: 8.6rem !important;
  }

  .mt-lg-87 {
    margin-top: 8.7rem !important;
  }

  .mt-lg-88 {
    margin-top: 8.8rem !important;
  }

  .mt-lg-89 {
    margin-top: 8.9rem !important;
  }

  .mt-lg-90 {
    margin-top: 9rem !important;
  }

  .mt-lg-91 {
    margin-top: 9.1rem !important;
  }

  .mt-lg-92 {
    margin-top: 9.2rem !important;
  }

  .mt-lg-93 {
    margin-top: 9.3rem !important;
  }

  .mt-lg-94 {
    margin-top: 9.4rem !important;
  }

  .mt-lg-95 {
    margin-top: 9.5rem !important;
  }

  .mt-lg-96 {
    margin-top: 9.6rem !important;
  }

  .mt-lg-97 {
    margin-top: 9.7rem !important;
  }

  .mt-lg-98 {
    margin-top: 9.8rem !important;
  }

  .mt-lg-99 {
    margin-top: 9.9rem !important;
  }

  .mt-lg-100 {
    margin-top: 10rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-6 {
    margin-right: 0.6rem !important;
  }

  .me-lg-7 {
    margin-right: 0.7rem !important;
  }

  .me-lg-8 {
    margin-right: 0.8rem !important;
  }

  .me-lg-9 {
    margin-right: 0.9rem !important;
  }

  .me-lg-10 {
    margin-right: 1rem !important;
  }

  .me-lg-11 {
    margin-right: 1.1rem !important;
  }

  .me-lg-12 {
    margin-right: 1.2rem !important;
  }

  .me-lg-13 {
    margin-right: 1.3rem !important;
  }

  .me-lg-14 {
    margin-right: 1.4rem !important;
  }

  .me-lg-15 {
    margin-right: 1.5rem !important;
  }

  .me-lg-16 {
    margin-right: 1.6rem !important;
  }

  .me-lg-17 {
    margin-right: 1.7rem !important;
  }

  .me-lg-18 {
    margin-right: 1.8rem !important;
  }

  .me-lg-19 {
    margin-right: 1.9rem !important;
  }

  .me-lg-20 {
    margin-right: 2rem !important;
  }

  .me-lg-21 {
    margin-right: 2.1rem !important;
  }

  .me-lg-22 {
    margin-right: 2.2rem !important;
  }

  .me-lg-23 {
    margin-right: 2.3rem !important;
  }

  .me-lg-24 {
    margin-right: 2.4rem !important;
  }

  .me-lg-25 {
    margin-right: 2.5rem !important;
  }

  .me-lg-26 {
    margin-right: 2.6rem !important;
  }

  .me-lg-27 {
    margin-right: 2.7rem !important;
  }

  .me-lg-28 {
    margin-right: 2.8rem !important;
  }

  .me-lg-29 {
    margin-right: 2.9rem !important;
  }

  .me-lg-30 {
    margin-right: 3rem !important;
  }

  .me-lg-31 {
    margin-right: 3.1rem !important;
  }

  .me-lg-32 {
    margin-right: 3.2rem !important;
  }

  .me-lg-33 {
    margin-right: 3.3rem !important;
  }

  .me-lg-34 {
    margin-right: 3.4rem !important;
  }

  .me-lg-35 {
    margin-right: 3.5rem !important;
  }

  .me-lg-36 {
    margin-right: 3.6rem !important;
  }

  .me-lg-37 {
    margin-right: 3.7rem !important;
  }

  .me-lg-38 {
    margin-right: 3.8rem !important;
  }

  .me-lg-39 {
    margin-right: 3.9rem !important;
  }

  .me-lg-40 {
    margin-right: 4rem !important;
  }

  .me-lg-41 {
    margin-right: 4.1rem !important;
  }

  .me-lg-42 {
    margin-right: 4.2rem !important;
  }

  .me-lg-43 {
    margin-right: 4.3rem !important;
  }

  .me-lg-44 {
    margin-right: 4.4rem !important;
  }

  .me-lg-45 {
    margin-right: 4.5rem !important;
  }

  .me-lg-46 {
    margin-right: 4.6rem !important;
  }

  .me-lg-47 {
    margin-right: 4.7rem !important;
  }

  .me-lg-48 {
    margin-right: 4.8rem !important;
  }

  .me-lg-49 {
    margin-right: 4.9rem !important;
  }

  .me-lg-50 {
    margin-right: 5rem !important;
  }

  .me-lg-51 {
    margin-right: 5.1rem !important;
  }

  .me-lg-52 {
    margin-right: 5.2rem !important;
  }

  .me-lg-53 {
    margin-right: 5.3rem !important;
  }

  .me-lg-54 {
    margin-right: 5.4rem !important;
  }

  .me-lg-55 {
    margin-right: 5.5rem !important;
  }

  .me-lg-56 {
    margin-right: 5.6rem !important;
  }

  .me-lg-57 {
    margin-right: 5.7rem !important;
  }

  .me-lg-58 {
    margin-right: 5.8rem !important;
  }

  .me-lg-59 {
    margin-right: 5.9rem !important;
  }

  .me-lg-60 {
    margin-right: 6rem !important;
  }

  .me-lg-61 {
    margin-right: 6.1rem !important;
  }

  .me-lg-62 {
    margin-right: 6.2rem !important;
  }

  .me-lg-63 {
    margin-right: 6.3rem !important;
  }

  .me-lg-64 {
    margin-right: 6.4rem !important;
  }

  .me-lg-65 {
    margin-right: 6.5rem !important;
  }

  .me-lg-66 {
    margin-right: 6.6rem !important;
  }

  .me-lg-67 {
    margin-right: 6.7rem !important;
  }

  .me-lg-68 {
    margin-right: 6.8rem !important;
  }

  .me-lg-69 {
    margin-right: 6.9rem !important;
  }

  .me-lg-70 {
    margin-right: 7rem !important;
  }

  .me-lg-71 {
    margin-right: 7.1rem !important;
  }

  .me-lg-72 {
    margin-right: 7.2rem !important;
  }

  .me-lg-73 {
    margin-right: 7.3rem !important;
  }

  .me-lg-74 {
    margin-right: 7.4rem !important;
  }

  .me-lg-75 {
    margin-right: 7.5rem !important;
  }

  .me-lg-76 {
    margin-right: 7.6rem !important;
  }

  .me-lg-77 {
    margin-right: 7.7rem !important;
  }

  .me-lg-78 {
    margin-right: 7.8rem !important;
  }

  .me-lg-79 {
    margin-right: 7.9rem !important;
  }

  .me-lg-80 {
    margin-right: 8rem !important;
  }

  .me-lg-81 {
    margin-right: 8.1rem !important;
  }

  .me-lg-82 {
    margin-right: 8.2rem !important;
  }

  .me-lg-83 {
    margin-right: 8.3rem !important;
  }

  .me-lg-84 {
    margin-right: 8.4rem !important;
  }

  .me-lg-85 {
    margin-right: 8.5rem !important;
  }

  .me-lg-86 {
    margin-right: 8.6rem !important;
  }

  .me-lg-87 {
    margin-right: 8.7rem !important;
  }

  .me-lg-88 {
    margin-right: 8.8rem !important;
  }

  .me-lg-89 {
    margin-right: 8.9rem !important;
  }

  .me-lg-90 {
    margin-right: 9rem !important;
  }

  .me-lg-91 {
    margin-right: 9.1rem !important;
  }

  .me-lg-92 {
    margin-right: 9.2rem !important;
  }

  .me-lg-93 {
    margin-right: 9.3rem !important;
  }

  .me-lg-94 {
    margin-right: 9.4rem !important;
  }

  .me-lg-95 {
    margin-right: 9.5rem !important;
  }

  .me-lg-96 {
    margin-right: 9.6rem !important;
  }

  .me-lg-97 {
    margin-right: 9.7rem !important;
  }

  .me-lg-98 {
    margin-right: 9.8rem !important;
  }

  .me-lg-99 {
    margin-right: 9.9rem !important;
  }

  .me-lg-100 {
    margin-right: 10rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 0.6rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 0.7rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 0.9rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-11 {
    margin-bottom: 1.1rem !important;
  }

  .mb-lg-12 {
    margin-bottom: 1.2rem !important;
  }

  .mb-lg-13 {
    margin-bottom: 1.3rem !important;
  }

  .mb-lg-14 {
    margin-bottom: 1.4rem !important;
  }

  .mb-lg-15 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-16 {
    margin-bottom: 1.6rem !important;
  }

  .mb-lg-17 {
    margin-bottom: 1.7rem !important;
  }

  .mb-lg-18 {
    margin-bottom: 1.8rem !important;
  }

  .mb-lg-19 {
    margin-bottom: 1.9rem !important;
  }

  .mb-lg-20 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-21 {
    margin-bottom: 2.1rem !important;
  }

  .mb-lg-22 {
    margin-bottom: 2.2rem !important;
  }

  .mb-lg-23 {
    margin-bottom: 2.3rem !important;
  }

  .mb-lg-24 {
    margin-bottom: 2.4rem !important;
  }

  .mb-lg-25 {
    margin-bottom: 2.5rem !important;
  }

  .mb-lg-26 {
    margin-bottom: 2.6rem !important;
  }

  .mb-lg-27 {
    margin-bottom: 2.7rem !important;
  }

  .mb-lg-28 {
    margin-bottom: 2.8rem !important;
  }

  .mb-lg-29 {
    margin-bottom: 2.9rem !important;
  }

  .mb-lg-30 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-31 {
    margin-bottom: 3.1rem !important;
  }

  .mb-lg-32 {
    margin-bottom: 3.2rem !important;
  }

  .mb-lg-33 {
    margin-bottom: 3.3rem !important;
  }

  .mb-lg-34 {
    margin-bottom: 3.4rem !important;
  }

  .mb-lg-35 {
    margin-bottom: 3.5rem !important;
  }

  .mb-lg-36 {
    margin-bottom: 3.6rem !important;
  }

  .mb-lg-37 {
    margin-bottom: 3.7rem !important;
  }

  .mb-lg-38 {
    margin-bottom: 3.8rem !important;
  }

  .mb-lg-39 {
    margin-bottom: 3.9rem !important;
  }

  .mb-lg-40 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-41 {
    margin-bottom: 4.1rem !important;
  }

  .mb-lg-42 {
    margin-bottom: 4.2rem !important;
  }

  .mb-lg-43 {
    margin-bottom: 4.3rem !important;
  }

  .mb-lg-44 {
    margin-bottom: 4.4rem !important;
  }

  .mb-lg-45 {
    margin-bottom: 4.5rem !important;
  }

  .mb-lg-46 {
    margin-bottom: 4.6rem !important;
  }

  .mb-lg-47 {
    margin-bottom: 4.7rem !important;
  }

  .mb-lg-48 {
    margin-bottom: 4.8rem !important;
  }

  .mb-lg-49 {
    margin-bottom: 4.9rem !important;
  }

  .mb-lg-50 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-51 {
    margin-bottom: 5.1rem !important;
  }

  .mb-lg-52 {
    margin-bottom: 5.2rem !important;
  }

  .mb-lg-53 {
    margin-bottom: 5.3rem !important;
  }

  .mb-lg-54 {
    margin-bottom: 5.4rem !important;
  }

  .mb-lg-55 {
    margin-bottom: 5.5rem !important;
  }

  .mb-lg-56 {
    margin-bottom: 5.6rem !important;
  }

  .mb-lg-57 {
    margin-bottom: 5.7rem !important;
  }

  .mb-lg-58 {
    margin-bottom: 5.8rem !important;
  }

  .mb-lg-59 {
    margin-bottom: 5.9rem !important;
  }

  .mb-lg-60 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-61 {
    margin-bottom: 6.1rem !important;
  }

  .mb-lg-62 {
    margin-bottom: 6.2rem !important;
  }

  .mb-lg-63 {
    margin-bottom: 6.3rem !important;
  }

  .mb-lg-64 {
    margin-bottom: 6.4rem !important;
  }

  .mb-lg-65 {
    margin-bottom: 6.5rem !important;
  }

  .mb-lg-66 {
    margin-bottom: 6.6rem !important;
  }

  .mb-lg-67 {
    margin-bottom: 6.7rem !important;
  }

  .mb-lg-68 {
    margin-bottom: 6.8rem !important;
  }

  .mb-lg-69 {
    margin-bottom: 6.9rem !important;
  }

  .mb-lg-70 {
    margin-bottom: 7rem !important;
  }

  .mb-lg-71 {
    margin-bottom: 7.1rem !important;
  }

  .mb-lg-72 {
    margin-bottom: 7.2rem !important;
  }

  .mb-lg-73 {
    margin-bottom: 7.3rem !important;
  }

  .mb-lg-74 {
    margin-bottom: 7.4rem !important;
  }

  .mb-lg-75 {
    margin-bottom: 7.5rem !important;
  }

  .mb-lg-76 {
    margin-bottom: 7.6rem !important;
  }

  .mb-lg-77 {
    margin-bottom: 7.7rem !important;
  }

  .mb-lg-78 {
    margin-bottom: 7.8rem !important;
  }

  .mb-lg-79 {
    margin-bottom: 7.9rem !important;
  }

  .mb-lg-80 {
    margin-bottom: 8rem !important;
  }

  .mb-lg-81 {
    margin-bottom: 8.1rem !important;
  }

  .mb-lg-82 {
    margin-bottom: 8.2rem !important;
  }

  .mb-lg-83 {
    margin-bottom: 8.3rem !important;
  }

  .mb-lg-84 {
    margin-bottom: 8.4rem !important;
  }

  .mb-lg-85 {
    margin-bottom: 8.5rem !important;
  }

  .mb-lg-86 {
    margin-bottom: 8.6rem !important;
  }

  .mb-lg-87 {
    margin-bottom: 8.7rem !important;
  }

  .mb-lg-88 {
    margin-bottom: 8.8rem !important;
  }

  .mb-lg-89 {
    margin-bottom: 8.9rem !important;
  }

  .mb-lg-90 {
    margin-bottom: 9rem !important;
  }

  .mb-lg-91 {
    margin-bottom: 9.1rem !important;
  }

  .mb-lg-92 {
    margin-bottom: 9.2rem !important;
  }

  .mb-lg-93 {
    margin-bottom: 9.3rem !important;
  }

  .mb-lg-94 {
    margin-bottom: 9.4rem !important;
  }

  .mb-lg-95 {
    margin-bottom: 9.5rem !important;
  }

  .mb-lg-96 {
    margin-bottom: 9.6rem !important;
  }

  .mb-lg-97 {
    margin-bottom: 9.7rem !important;
  }

  .mb-lg-98 {
    margin-bottom: 9.8rem !important;
  }

  .mb-lg-99 {
    margin-bottom: 9.9rem !important;
  }

  .mb-lg-100 {
    margin-bottom: 10rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-6 {
    margin-left: 0.6rem !important;
  }

  .ms-lg-7 {
    margin-left: 0.7rem !important;
  }

  .ms-lg-8 {
    margin-left: 0.8rem !important;
  }

  .ms-lg-9 {
    margin-left: 0.9rem !important;
  }

  .ms-lg-10 {
    margin-left: 1rem !important;
  }

  .ms-lg-11 {
    margin-left: 1.1rem !important;
  }

  .ms-lg-12 {
    margin-left: 1.2rem !important;
  }

  .ms-lg-13 {
    margin-left: 1.3rem !important;
  }

  .ms-lg-14 {
    margin-left: 1.4rem !important;
  }

  .ms-lg-15 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-16 {
    margin-left: 1.6rem !important;
  }

  .ms-lg-17 {
    margin-left: 1.7rem !important;
  }

  .ms-lg-18 {
    margin-left: 1.8rem !important;
  }

  .ms-lg-19 {
    margin-left: 1.9rem !important;
  }

  .ms-lg-20 {
    margin-left: 2rem !important;
  }

  .ms-lg-21 {
    margin-left: 2.1rem !important;
  }

  .ms-lg-22 {
    margin-left: 2.2rem !important;
  }

  .ms-lg-23 {
    margin-left: 2.3rem !important;
  }

  .ms-lg-24 {
    margin-left: 2.4rem !important;
  }

  .ms-lg-25 {
    margin-left: 2.5rem !important;
  }

  .ms-lg-26 {
    margin-left: 2.6rem !important;
  }

  .ms-lg-27 {
    margin-left: 2.7rem !important;
  }

  .ms-lg-28 {
    margin-left: 2.8rem !important;
  }

  .ms-lg-29 {
    margin-left: 2.9rem !important;
  }

  .ms-lg-30 {
    margin-left: 3rem !important;
  }

  .ms-lg-31 {
    margin-left: 3.1rem !important;
  }

  .ms-lg-32 {
    margin-left: 3.2rem !important;
  }

  .ms-lg-33 {
    margin-left: 3.3rem !important;
  }

  .ms-lg-34 {
    margin-left: 3.4rem !important;
  }

  .ms-lg-35 {
    margin-left: 3.5rem !important;
  }

  .ms-lg-36 {
    margin-left: 3.6rem !important;
  }

  .ms-lg-37 {
    margin-left: 3.7rem !important;
  }

  .ms-lg-38 {
    margin-left: 3.8rem !important;
  }

  .ms-lg-39 {
    margin-left: 3.9rem !important;
  }

  .ms-lg-40 {
    margin-left: 4rem !important;
  }

  .ms-lg-41 {
    margin-left: 4.1rem !important;
  }

  .ms-lg-42 {
    margin-left: 4.2rem !important;
  }

  .ms-lg-43 {
    margin-left: 4.3rem !important;
  }

  .ms-lg-44 {
    margin-left: 4.4rem !important;
  }

  .ms-lg-45 {
    margin-left: 4.5rem !important;
  }

  .ms-lg-46 {
    margin-left: 4.6rem !important;
  }

  .ms-lg-47 {
    margin-left: 4.7rem !important;
  }

  .ms-lg-48 {
    margin-left: 4.8rem !important;
  }

  .ms-lg-49 {
    margin-left: 4.9rem !important;
  }

  .ms-lg-50 {
    margin-left: 5rem !important;
  }

  .ms-lg-51 {
    margin-left: 5.1rem !important;
  }

  .ms-lg-52 {
    margin-left: 5.2rem !important;
  }

  .ms-lg-53 {
    margin-left: 5.3rem !important;
  }

  .ms-lg-54 {
    margin-left: 5.4rem !important;
  }

  .ms-lg-55 {
    margin-left: 5.5rem !important;
  }

  .ms-lg-56 {
    margin-left: 5.6rem !important;
  }

  .ms-lg-57 {
    margin-left: 5.7rem !important;
  }

  .ms-lg-58 {
    margin-left: 5.8rem !important;
  }

  .ms-lg-59 {
    margin-left: 5.9rem !important;
  }

  .ms-lg-60 {
    margin-left: 6rem !important;
  }

  .ms-lg-61 {
    margin-left: 6.1rem !important;
  }

  .ms-lg-62 {
    margin-left: 6.2rem !important;
  }

  .ms-lg-63 {
    margin-left: 6.3rem !important;
  }

  .ms-lg-64 {
    margin-left: 6.4rem !important;
  }

  .ms-lg-65 {
    margin-left: 6.5rem !important;
  }

  .ms-lg-66 {
    margin-left: 6.6rem !important;
  }

  .ms-lg-67 {
    margin-left: 6.7rem !important;
  }

  .ms-lg-68 {
    margin-left: 6.8rem !important;
  }

  .ms-lg-69 {
    margin-left: 6.9rem !important;
  }

  .ms-lg-70 {
    margin-left: 7rem !important;
  }

  .ms-lg-71 {
    margin-left: 7.1rem !important;
  }

  .ms-lg-72 {
    margin-left: 7.2rem !important;
  }

  .ms-lg-73 {
    margin-left: 7.3rem !important;
  }

  .ms-lg-74 {
    margin-left: 7.4rem !important;
  }

  .ms-lg-75 {
    margin-left: 7.5rem !important;
  }

  .ms-lg-76 {
    margin-left: 7.6rem !important;
  }

  .ms-lg-77 {
    margin-left: 7.7rem !important;
  }

  .ms-lg-78 {
    margin-left: 7.8rem !important;
  }

  .ms-lg-79 {
    margin-left: 7.9rem !important;
  }

  .ms-lg-80 {
    margin-left: 8rem !important;
  }

  .ms-lg-81 {
    margin-left: 8.1rem !important;
  }

  .ms-lg-82 {
    margin-left: 8.2rem !important;
  }

  .ms-lg-83 {
    margin-left: 8.3rem !important;
  }

  .ms-lg-84 {
    margin-left: 8.4rem !important;
  }

  .ms-lg-85 {
    margin-left: 8.5rem !important;
  }

  .ms-lg-86 {
    margin-left: 8.6rem !important;
  }

  .ms-lg-87 {
    margin-left: 8.7rem !important;
  }

  .ms-lg-88 {
    margin-left: 8.8rem !important;
  }

  .ms-lg-89 {
    margin-left: 8.9rem !important;
  }

  .ms-lg-90 {
    margin-left: 9rem !important;
  }

  .ms-lg-91 {
    margin-left: 9.1rem !important;
  }

  .ms-lg-92 {
    margin-left: 9.2rem !important;
  }

  .ms-lg-93 {
    margin-left: 9.3rem !important;
  }

  .ms-lg-94 {
    margin-left: 9.4rem !important;
  }

  .ms-lg-95 {
    margin-left: 9.5rem !important;
  }

  .ms-lg-96 {
    margin-left: 9.6rem !important;
  }

  .ms-lg-97 {
    margin-left: 9.7rem !important;
  }

  .ms-lg-98 {
    margin-left: 9.8rem !important;
  }

  .ms-lg-99 {
    margin-left: 9.9rem !important;
  }

  .ms-lg-100 {
    margin-left: 10rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .p-lg-6 {
    padding: 0.6rem !important;
  }

  .p-lg-7 {
    padding: 0.7rem !important;
  }

  .p-lg-8 {
    padding: 0.8rem !important;
  }

  .p-lg-9 {
    padding: 0.9rem !important;
  }

  .p-lg-10 {
    padding: 1rem !important;
  }

  .p-lg-11 {
    padding: 1.1rem !important;
  }

  .p-lg-12 {
    padding: 1.2rem !important;
  }

  .p-lg-13 {
    padding: 1.3rem !important;
  }

  .p-lg-14 {
    padding: 1.4rem !important;
  }

  .p-lg-15 {
    padding: 1.5rem !important;
  }

  .p-lg-16 {
    padding: 1.6rem !important;
  }

  .p-lg-17 {
    padding: 1.7rem !important;
  }

  .p-lg-18 {
    padding: 1.8rem !important;
  }

  .p-lg-19 {
    padding: 1.9rem !important;
  }

  .p-lg-20 {
    padding: 2rem !important;
  }

  .p-lg-21 {
    padding: 2.1rem !important;
  }

  .p-lg-22 {
    padding: 2.2rem !important;
  }

  .p-lg-23 {
    padding: 2.3rem !important;
  }

  .p-lg-24 {
    padding: 2.4rem !important;
  }

  .p-lg-25 {
    padding: 2.5rem !important;
  }

  .p-lg-26 {
    padding: 2.6rem !important;
  }

  .p-lg-27 {
    padding: 2.7rem !important;
  }

  .p-lg-28 {
    padding: 2.8rem !important;
  }

  .p-lg-29 {
    padding: 2.9rem !important;
  }

  .p-lg-30 {
    padding: 3rem !important;
  }

  .p-lg-31 {
    padding: 3.1rem !important;
  }

  .p-lg-32 {
    padding: 3.2rem !important;
  }

  .p-lg-33 {
    padding: 3.3rem !important;
  }

  .p-lg-34 {
    padding: 3.4rem !important;
  }

  .p-lg-35 {
    padding: 3.5rem !important;
  }

  .p-lg-36 {
    padding: 3.6rem !important;
  }

  .p-lg-37 {
    padding: 3.7rem !important;
  }

  .p-lg-38 {
    padding: 3.8rem !important;
  }

  .p-lg-39 {
    padding: 3.9rem !important;
  }

  .p-lg-40 {
    padding: 4rem !important;
  }

  .p-lg-41 {
    padding: 4.1rem !important;
  }

  .p-lg-42 {
    padding: 4.2rem !important;
  }

  .p-lg-43 {
    padding: 4.3rem !important;
  }

  .p-lg-44 {
    padding: 4.4rem !important;
  }

  .p-lg-45 {
    padding: 4.5rem !important;
  }

  .p-lg-46 {
    padding: 4.6rem !important;
  }

  .p-lg-47 {
    padding: 4.7rem !important;
  }

  .p-lg-48 {
    padding: 4.8rem !important;
  }

  .p-lg-49 {
    padding: 4.9rem !important;
  }

  .p-lg-50 {
    padding: 5rem !important;
  }

  .p-lg-51 {
    padding: 5.1rem !important;
  }

  .p-lg-52 {
    padding: 5.2rem !important;
  }

  .p-lg-53 {
    padding: 5.3rem !important;
  }

  .p-lg-54 {
    padding: 5.4rem !important;
  }

  .p-lg-55 {
    padding: 5.5rem !important;
  }

  .p-lg-56 {
    padding: 5.6rem !important;
  }

  .p-lg-57 {
    padding: 5.7rem !important;
  }

  .p-lg-58 {
    padding: 5.8rem !important;
  }

  .p-lg-59 {
    padding: 5.9rem !important;
  }

  .p-lg-60 {
    padding: 6rem !important;
  }

  .p-lg-61 {
    padding: 6.1rem !important;
  }

  .p-lg-62 {
    padding: 6.2rem !important;
  }

  .p-lg-63 {
    padding: 6.3rem !important;
  }

  .p-lg-64 {
    padding: 6.4rem !important;
  }

  .p-lg-65 {
    padding: 6.5rem !important;
  }

  .p-lg-66 {
    padding: 6.6rem !important;
  }

  .p-lg-67 {
    padding: 6.7rem !important;
  }

  .p-lg-68 {
    padding: 6.8rem !important;
  }

  .p-lg-69 {
    padding: 6.9rem !important;
  }

  .p-lg-70 {
    padding: 7rem !important;
  }

  .p-lg-71 {
    padding: 7.1rem !important;
  }

  .p-lg-72 {
    padding: 7.2rem !important;
  }

  .p-lg-73 {
    padding: 7.3rem !important;
  }

  .p-lg-74 {
    padding: 7.4rem !important;
  }

  .p-lg-75 {
    padding: 7.5rem !important;
  }

  .p-lg-76 {
    padding: 7.6rem !important;
  }

  .p-lg-77 {
    padding: 7.7rem !important;
  }

  .p-lg-78 {
    padding: 7.8rem !important;
  }

  .p-lg-79 {
    padding: 7.9rem !important;
  }

  .p-lg-80 {
    padding: 8rem !important;
  }

  .p-lg-81 {
    padding: 8.1rem !important;
  }

  .p-lg-82 {
    padding: 8.2rem !important;
  }

  .p-lg-83 {
    padding: 8.3rem !important;
  }

  .p-lg-84 {
    padding: 8.4rem !important;
  }

  .p-lg-85 {
    padding: 8.5rem !important;
  }

  .p-lg-86 {
    padding: 8.6rem !important;
  }

  .p-lg-87 {
    padding: 8.7rem !important;
  }

  .p-lg-88 {
    padding: 8.8rem !important;
  }

  .p-lg-89 {
    padding: 8.9rem !important;
  }

  .p-lg-90 {
    padding: 9rem !important;
  }

  .p-lg-91 {
    padding: 9.1rem !important;
  }

  .p-lg-92 {
    padding: 9.2rem !important;
  }

  .p-lg-93 {
    padding: 9.3rem !important;
  }

  .p-lg-94 {
    padding: 9.4rem !important;
  }

  .p-lg-95 {
    padding: 9.5rem !important;
  }

  .p-lg-96 {
    padding: 9.6rem !important;
  }

  .p-lg-97 {
    padding: 9.7rem !important;
  }

  .p-lg-98 {
    padding: 9.8rem !important;
  }

  .p-lg-99 {
    padding: 9.9rem !important;
  }

  .p-lg-100 {
    padding: 10rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-6 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-lg-7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }

  .px-lg-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-lg-9 {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }

  .px-lg-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-11 {
    padding-right: 1.1rem !important;
    padding-left: 1.1rem !important;
  }

  .px-lg-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .px-lg-13 {
    padding-right: 1.3rem !important;
    padding-left: 1.3rem !important;
  }

  .px-lg-14 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
  }

  .px-lg-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }

  .px-lg-17 {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important;
  }

  .px-lg-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }

  .px-lg-19 {
    padding-right: 1.9rem !important;
    padding-left: 1.9rem !important;
  }

  .px-lg-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-21 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
  }

  .px-lg-22 {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important;
  }

  .px-lg-23 {
    padding-right: 2.3rem !important;
    padding-left: 2.3rem !important;
  }

  .px-lg-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }

  .px-lg-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-lg-26 {
    padding-right: 2.6rem !important;
    padding-left: 2.6rem !important;
  }

  .px-lg-27 {
    padding-right: 2.7rem !important;
    padding-left: 2.7rem !important;
  }

  .px-lg-28 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }

  .px-lg-29 {
    padding-right: 2.9rem !important;
    padding-left: 2.9rem !important;
  }

  .px-lg-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-31 {
    padding-right: 3.1rem !important;
    padding-left: 3.1rem !important;
  }

  .px-lg-32 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }

  .px-lg-33 {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important;
  }

  .px-lg-34 {
    padding-right: 3.4rem !important;
    padding-left: 3.4rem !important;
  }

  .px-lg-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-lg-36 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }

  .px-lg-37 {
    padding-right: 3.7rem !important;
    padding-left: 3.7rem !important;
  }

  .px-lg-38 {
    padding-right: 3.8rem !important;
    padding-left: 3.8rem !important;
  }

  .px-lg-39 {
    padding-right: 3.9rem !important;
    padding-left: 3.9rem !important;
  }

  .px-lg-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-lg-41 {
    padding-right: 4.1rem !important;
    padding-left: 4.1rem !important;
  }

  .px-lg-42 {
    padding-right: 4.2rem !important;
    padding-left: 4.2rem !important;
  }

  .px-lg-43 {
    padding-right: 4.3rem !important;
    padding-left: 4.3rem !important;
  }

  .px-lg-44 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }

  .px-lg-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-lg-46 {
    padding-right: 4.6rem !important;
    padding-left: 4.6rem !important;
  }

  .px-lg-47 {
    padding-right: 4.7rem !important;
    padding-left: 4.7rem !important;
  }

  .px-lg-48 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }

  .px-lg-49 {
    padding-right: 4.9rem !important;
    padding-left: 4.9rem !important;
  }

  .px-lg-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-lg-51 {
    padding-right: 5.1rem !important;
    padding-left: 5.1rem !important;
  }

  .px-lg-52 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important;
  }

  .px-lg-53 {
    padding-right: 5.3rem !important;
    padding-left: 5.3rem !important;
  }

  .px-lg-54 {
    padding-right: 5.4rem !important;
    padding-left: 5.4rem !important;
  }

  .px-lg-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .px-lg-56 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }

  .px-lg-57 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important;
  }

  .px-lg-58 {
    padding-right: 5.8rem !important;
    padding-left: 5.8rem !important;
  }

  .px-lg-59 {
    padding-right: 5.9rem !important;
    padding-left: 5.9rem !important;
  }

  .px-lg-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-lg-61 {
    padding-right: 6.1rem !important;
    padding-left: 6.1rem !important;
  }

  .px-lg-62 {
    padding-right: 6.2rem !important;
    padding-left: 6.2rem !important;
  }

  .px-lg-63 {
    padding-right: 6.3rem !important;
    padding-left: 6.3rem !important;
  }

  .px-lg-64 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }

  .px-lg-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .px-lg-66 {
    padding-right: 6.6rem !important;
    padding-left: 6.6rem !important;
  }

  .px-lg-67 {
    padding-right: 6.7rem !important;
    padding-left: 6.7rem !important;
  }

  .px-lg-68 {
    padding-right: 6.8rem !important;
    padding-left: 6.8rem !important;
  }

  .px-lg-69 {
    padding-right: 6.9rem !important;
    padding-left: 6.9rem !important;
  }

  .px-lg-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-lg-71 {
    padding-right: 7.1rem !important;
    padding-left: 7.1rem !important;
  }

  .px-lg-72 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }

  .px-lg-73 {
    padding-right: 7.3rem !important;
    padding-left: 7.3rem !important;
  }

  .px-lg-74 {
    padding-right: 7.4rem !important;
    padding-left: 7.4rem !important;
  }

  .px-lg-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-lg-76 {
    padding-right: 7.6rem !important;
    padding-left: 7.6rem !important;
  }

  .px-lg-77 {
    padding-right: 7.7rem !important;
    padding-left: 7.7rem !important;
  }

  .px-lg-78 {
    padding-right: 7.8rem !important;
    padding-left: 7.8rem !important;
  }

  .px-lg-79 {
    padding-right: 7.9rem !important;
    padding-left: 7.9rem !important;
  }

  .px-lg-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-lg-81 {
    padding-right: 8.1rem !important;
    padding-left: 8.1rem !important;
  }

  .px-lg-82 {
    padding-right: 8.2rem !important;
    padding-left: 8.2rem !important;
  }

  .px-lg-83 {
    padding-right: 8.3rem !important;
    padding-left: 8.3rem !important;
  }

  .px-lg-84 {
    padding-right: 8.4rem !important;
    padding-left: 8.4rem !important;
  }

  .px-lg-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .px-lg-86 {
    padding-right: 8.6rem !important;
    padding-left: 8.6rem !important;
  }

  .px-lg-87 {
    padding-right: 8.7rem !important;
    padding-left: 8.7rem !important;
  }

  .px-lg-88 {
    padding-right: 8.8rem !important;
    padding-left: 8.8rem !important;
  }

  .px-lg-89 {
    padding-right: 8.9rem !important;
    padding-left: 8.9rem !important;
  }

  .px-lg-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-lg-91 {
    padding-right: 9.1rem !important;
    padding-left: 9.1rem !important;
  }

  .px-lg-92 {
    padding-right: 9.2rem !important;
    padding-left: 9.2rem !important;
  }

  .px-lg-93 {
    padding-right: 9.3rem !important;
    padding-left: 9.3rem !important;
  }

  .px-lg-94 {
    padding-right: 9.4rem !important;
    padding-left: 9.4rem !important;
  }

  .px-lg-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .px-lg-96 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }

  .px-lg-97 {
    padding-right: 9.7rem !important;
    padding-left: 9.7rem !important;
  }

  .px-lg-98 {
    padding-right: 9.8rem !important;
    padding-left: 9.8rem !important;
  }

  .px-lg-99 {
    padding-right: 9.9rem !important;
    padding-left: 9.9rem !important;
  }

  .px-lg-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-lg-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }

  .py-lg-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-lg-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }

  .py-lg-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-11 {
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important;
  }

  .py-lg-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .py-lg-13 {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
  }

  .py-lg-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  .py-lg-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  .py-lg-17 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }

  .py-lg-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }

  .py-lg-19 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important;
  }

  .py-lg-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-21 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }

  .py-lg-22 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }

  .py-lg-23 {
    padding-top: 2.3rem !important;
    padding-bottom: 2.3rem !important;
  }

  .py-lg-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .py-lg-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-lg-26 {
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important;
  }

  .py-lg-27 {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important;
  }

  .py-lg-28 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }

  .py-lg-29 {
    padding-top: 2.9rem !important;
    padding-bottom: 2.9rem !important;
  }

  .py-lg-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-31 {
    padding-top: 3.1rem !important;
    padding-bottom: 3.1rem !important;
  }

  .py-lg-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }

  .py-lg-33 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important;
  }

  .py-lg-34 {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important;
  }

  .py-lg-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-lg-36 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }

  .py-lg-37 {
    padding-top: 3.7rem !important;
    padding-bottom: 3.7rem !important;
  }

  .py-lg-38 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important;
  }

  .py-lg-39 {
    padding-top: 3.9rem !important;
    padding-bottom: 3.9rem !important;
  }

  .py-lg-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-lg-41 {
    padding-top: 4.1rem !important;
    padding-bottom: 4.1rem !important;
  }

  .py-lg-42 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }

  .py-lg-43 {
    padding-top: 4.3rem !important;
    padding-bottom: 4.3rem !important;
  }

  .py-lg-44 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }

  .py-lg-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-lg-46 {
    padding-top: 4.6rem !important;
    padding-bottom: 4.6rem !important;
  }

  .py-lg-47 {
    padding-top: 4.7rem !important;
    padding-bottom: 4.7rem !important;
  }

  .py-lg-48 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }

  .py-lg-49 {
    padding-top: 4.9rem !important;
    padding-bottom: 4.9rem !important;
  }

  .py-lg-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-lg-51 {
    padding-top: 5.1rem !important;
    padding-bottom: 5.1rem !important;
  }

  .py-lg-52 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }

  .py-lg-53 {
    padding-top: 5.3rem !important;
    padding-bottom: 5.3rem !important;
  }

  .py-lg-54 {
    padding-top: 5.4rem !important;
    padding-bottom: 5.4rem !important;
  }

  .py-lg-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .py-lg-56 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }

  .py-lg-57 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important;
  }

  .py-lg-58 {
    padding-top: 5.8rem !important;
    padding-bottom: 5.8rem !important;
  }

  .py-lg-59 {
    padding-top: 5.9rem !important;
    padding-bottom: 5.9rem !important;
  }

  .py-lg-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-lg-61 {
    padding-top: 6.1rem !important;
    padding-bottom: 6.1rem !important;
  }

  .py-lg-62 {
    padding-top: 6.2rem !important;
    padding-bottom: 6.2rem !important;
  }

  .py-lg-63 {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important;
  }

  .py-lg-64 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }

  .py-lg-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .py-lg-66 {
    padding-top: 6.6rem !important;
    padding-bottom: 6.6rem !important;
  }

  .py-lg-67 {
    padding-top: 6.7rem !important;
    padding-bottom: 6.7rem !important;
  }

  .py-lg-68 {
    padding-top: 6.8rem !important;
    padding-bottom: 6.8rem !important;
  }

  .py-lg-69 {
    padding-top: 6.9rem !important;
    padding-bottom: 6.9rem !important;
  }

  .py-lg-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-lg-71 {
    padding-top: 7.1rem !important;
    padding-bottom: 7.1rem !important;
  }

  .py-lg-72 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }

  .py-lg-73 {
    padding-top: 7.3rem !important;
    padding-bottom: 7.3rem !important;
  }

  .py-lg-74 {
    padding-top: 7.4rem !important;
    padding-bottom: 7.4rem !important;
  }

  .py-lg-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-lg-76 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important;
  }

  .py-lg-77 {
    padding-top: 7.7rem !important;
    padding-bottom: 7.7rem !important;
  }

  .py-lg-78 {
    padding-top: 7.8rem !important;
    padding-bottom: 7.8rem !important;
  }

  .py-lg-79 {
    padding-top: 7.9rem !important;
    padding-bottom: 7.9rem !important;
  }

  .py-lg-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-lg-81 {
    padding-top: 8.1rem !important;
    padding-bottom: 8.1rem !important;
  }

  .py-lg-82 {
    padding-top: 8.2rem !important;
    padding-bottom: 8.2rem !important;
  }

  .py-lg-83 {
    padding-top: 8.3rem !important;
    padding-bottom: 8.3rem !important;
  }

  .py-lg-84 {
    padding-top: 8.4rem !important;
    padding-bottom: 8.4rem !important;
  }

  .py-lg-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .py-lg-86 {
    padding-top: 8.6rem !important;
    padding-bottom: 8.6rem !important;
  }

  .py-lg-87 {
    padding-top: 8.7rem !important;
    padding-bottom: 8.7rem !important;
  }

  .py-lg-88 {
    padding-top: 8.8rem !important;
    padding-bottom: 8.8rem !important;
  }

  .py-lg-89 {
    padding-top: 8.9rem !important;
    padding-bottom: 8.9rem !important;
  }

  .py-lg-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-lg-91 {
    padding-top: 9.1rem !important;
    padding-bottom: 9.1rem !important;
  }

  .py-lg-92 {
    padding-top: 9.2rem !important;
    padding-bottom: 9.2rem !important;
  }

  .py-lg-93 {
    padding-top: 9.3rem !important;
    padding-bottom: 9.3rem !important;
  }

  .py-lg-94 {
    padding-top: 9.4rem !important;
    padding-bottom: 9.4rem !important;
  }

  .py-lg-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .py-lg-96 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }

  .py-lg-97 {
    padding-top: 9.7rem !important;
    padding-bottom: 9.7rem !important;
  }

  .py-lg-98 {
    padding-top: 9.8rem !important;
    padding-bottom: 9.8rem !important;
  }

  .py-lg-99 {
    padding-top: 9.9rem !important;
    padding-bottom: 9.9rem !important;
  }

  .py-lg-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pt-lg-6 {
    padding-top: 0.6rem !important;
  }

  .pt-lg-7 {
    padding-top: 0.7rem !important;
  }

  .pt-lg-8 {
    padding-top: 0.8rem !important;
  }

  .pt-lg-9 {
    padding-top: 0.9rem !important;
  }

  .pt-lg-10 {
    padding-top: 1rem !important;
  }

  .pt-lg-11 {
    padding-top: 1.1rem !important;
  }

  .pt-lg-12 {
    padding-top: 1.2rem !important;
  }

  .pt-lg-13 {
    padding-top: 1.3rem !important;
  }

  .pt-lg-14 {
    padding-top: 1.4rem !important;
  }

  .pt-lg-15 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-16 {
    padding-top: 1.6rem !important;
  }

  .pt-lg-17 {
    padding-top: 1.7rem !important;
  }

  .pt-lg-18 {
    padding-top: 1.8rem !important;
  }

  .pt-lg-19 {
    padding-top: 1.9rem !important;
  }

  .pt-lg-20 {
    padding-top: 2rem !important;
  }

  .pt-lg-21 {
    padding-top: 2.1rem !important;
  }

  .pt-lg-22 {
    padding-top: 2.2rem !important;
  }

  .pt-lg-23 {
    padding-top: 2.3rem !important;
  }

  .pt-lg-24 {
    padding-top: 2.4rem !important;
  }

  .pt-lg-25 {
    padding-top: 2.5rem !important;
  }

  .pt-lg-26 {
    padding-top: 2.6rem !important;
  }

  .pt-lg-27 {
    padding-top: 2.7rem !important;
  }

  .pt-lg-28 {
    padding-top: 2.8rem !important;
  }

  .pt-lg-29 {
    padding-top: 2.9rem !important;
  }

  .pt-lg-30 {
    padding-top: 3rem !important;
  }

  .pt-lg-31 {
    padding-top: 3.1rem !important;
  }

  .pt-lg-32 {
    padding-top: 3.2rem !important;
  }

  .pt-lg-33 {
    padding-top: 3.3rem !important;
  }

  .pt-lg-34 {
    padding-top: 3.4rem !important;
  }

  .pt-lg-35 {
    padding-top: 3.5rem !important;
  }

  .pt-lg-36 {
    padding-top: 3.6rem !important;
  }

  .pt-lg-37 {
    padding-top: 3.7rem !important;
  }

  .pt-lg-38 {
    padding-top: 3.8rem !important;
  }

  .pt-lg-39 {
    padding-top: 3.9rem !important;
  }

  .pt-lg-40 {
    padding-top: 4rem !important;
  }

  .pt-lg-41 {
    padding-top: 4.1rem !important;
  }

  .pt-lg-42 {
    padding-top: 4.2rem !important;
  }

  .pt-lg-43 {
    padding-top: 4.3rem !important;
  }

  .pt-lg-44 {
    padding-top: 4.4rem !important;
  }

  .pt-lg-45 {
    padding-top: 4.5rem !important;
  }

  .pt-lg-46 {
    padding-top: 4.6rem !important;
  }

  .pt-lg-47 {
    padding-top: 4.7rem !important;
  }

  .pt-lg-48 {
    padding-top: 4.8rem !important;
  }

  .pt-lg-49 {
    padding-top: 4.9rem !important;
  }

  .pt-lg-50 {
    padding-top: 5rem !important;
  }

  .pt-lg-51 {
    padding-top: 5.1rem !important;
  }

  .pt-lg-52 {
    padding-top: 5.2rem !important;
  }

  .pt-lg-53 {
    padding-top: 5.3rem !important;
  }

  .pt-lg-54 {
    padding-top: 5.4rem !important;
  }

  .pt-lg-55 {
    padding-top: 5.5rem !important;
  }

  .pt-lg-56 {
    padding-top: 5.6rem !important;
  }

  .pt-lg-57 {
    padding-top: 5.7rem !important;
  }

  .pt-lg-58 {
    padding-top: 5.8rem !important;
  }

  .pt-lg-59 {
    padding-top: 5.9rem !important;
  }

  .pt-lg-60 {
    padding-top: 6rem !important;
  }

  .pt-lg-61 {
    padding-top: 6.1rem !important;
  }

  .pt-lg-62 {
    padding-top: 6.2rem !important;
  }

  .pt-lg-63 {
    padding-top: 6.3rem !important;
  }

  .pt-lg-64 {
    padding-top: 6.4rem !important;
  }

  .pt-lg-65 {
    padding-top: 6.5rem !important;
  }

  .pt-lg-66 {
    padding-top: 6.6rem !important;
  }

  .pt-lg-67 {
    padding-top: 6.7rem !important;
  }

  .pt-lg-68 {
    padding-top: 6.8rem !important;
  }

  .pt-lg-69 {
    padding-top: 6.9rem !important;
  }

  .pt-lg-70 {
    padding-top: 7rem !important;
  }

  .pt-lg-71 {
    padding-top: 7.1rem !important;
  }

  .pt-lg-72 {
    padding-top: 7.2rem !important;
  }

  .pt-lg-73 {
    padding-top: 7.3rem !important;
  }

  .pt-lg-74 {
    padding-top: 7.4rem !important;
  }

  .pt-lg-75 {
    padding-top: 7.5rem !important;
  }

  .pt-lg-76 {
    padding-top: 7.6rem !important;
  }

  .pt-lg-77 {
    padding-top: 7.7rem !important;
  }

  .pt-lg-78 {
    padding-top: 7.8rem !important;
  }

  .pt-lg-79 {
    padding-top: 7.9rem !important;
  }

  .pt-lg-80 {
    padding-top: 8rem !important;
  }

  .pt-lg-81 {
    padding-top: 8.1rem !important;
  }

  .pt-lg-82 {
    padding-top: 8.2rem !important;
  }

  .pt-lg-83 {
    padding-top: 8.3rem !important;
  }

  .pt-lg-84 {
    padding-top: 8.4rem !important;
  }

  .pt-lg-85 {
    padding-top: 8.5rem !important;
  }

  .pt-lg-86 {
    padding-top: 8.6rem !important;
  }

  .pt-lg-87 {
    padding-top: 8.7rem !important;
  }

  .pt-lg-88 {
    padding-top: 8.8rem !important;
  }

  .pt-lg-89 {
    padding-top: 8.9rem !important;
  }

  .pt-lg-90 {
    padding-top: 9rem !important;
  }

  .pt-lg-91 {
    padding-top: 9.1rem !important;
  }

  .pt-lg-92 {
    padding-top: 9.2rem !important;
  }

  .pt-lg-93 {
    padding-top: 9.3rem !important;
  }

  .pt-lg-94 {
    padding-top: 9.4rem !important;
  }

  .pt-lg-95 {
    padding-top: 9.5rem !important;
  }

  .pt-lg-96 {
    padding-top: 9.6rem !important;
  }

  .pt-lg-97 {
    padding-top: 9.7rem !important;
  }

  .pt-lg-98 {
    padding-top: 9.8rem !important;
  }

  .pt-lg-99 {
    padding-top: 9.9rem !important;
  }

  .pt-lg-100 {
    padding-top: 10rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pe-lg-6 {
    padding-right: 0.6rem !important;
  }

  .pe-lg-7 {
    padding-right: 0.7rem !important;
  }

  .pe-lg-8 {
    padding-right: 0.8rem !important;
  }

  .pe-lg-9 {
    padding-right: 0.9rem !important;
  }

  .pe-lg-10 {
    padding-right: 1rem !important;
  }

  .pe-lg-11 {
    padding-right: 1.1rem !important;
  }

  .pe-lg-12 {
    padding-right: 1.2rem !important;
  }

  .pe-lg-13 {
    padding-right: 1.3rem !important;
  }

  .pe-lg-14 {
    padding-right: 1.4rem !important;
  }

  .pe-lg-15 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-16 {
    padding-right: 1.6rem !important;
  }

  .pe-lg-17 {
    padding-right: 1.7rem !important;
  }

  .pe-lg-18 {
    padding-right: 1.8rem !important;
  }

  .pe-lg-19 {
    padding-right: 1.9rem !important;
  }

  .pe-lg-20 {
    padding-right: 2rem !important;
  }

  .pe-lg-21 {
    padding-right: 2.1rem !important;
  }

  .pe-lg-22 {
    padding-right: 2.2rem !important;
  }

  .pe-lg-23 {
    padding-right: 2.3rem !important;
  }

  .pe-lg-24 {
    padding-right: 2.4rem !important;
  }

  .pe-lg-25 {
    padding-right: 2.5rem !important;
  }

  .pe-lg-26 {
    padding-right: 2.6rem !important;
  }

  .pe-lg-27 {
    padding-right: 2.7rem !important;
  }

  .pe-lg-28 {
    padding-right: 2.8rem !important;
  }

  .pe-lg-29 {
    padding-right: 2.9rem !important;
  }

  .pe-lg-30 {
    padding-right: 3rem !important;
  }

  .pe-lg-31 {
    padding-right: 3.1rem !important;
  }

  .pe-lg-32 {
    padding-right: 3.2rem !important;
  }

  .pe-lg-33 {
    padding-right: 3.3rem !important;
  }

  .pe-lg-34 {
    padding-right: 3.4rem !important;
  }

  .pe-lg-35 {
    padding-right: 3.5rem !important;
  }

  .pe-lg-36 {
    padding-right: 3.6rem !important;
  }

  .pe-lg-37 {
    padding-right: 3.7rem !important;
  }

  .pe-lg-38 {
    padding-right: 3.8rem !important;
  }

  .pe-lg-39 {
    padding-right: 3.9rem !important;
  }

  .pe-lg-40 {
    padding-right: 4rem !important;
  }

  .pe-lg-41 {
    padding-right: 4.1rem !important;
  }

  .pe-lg-42 {
    padding-right: 4.2rem !important;
  }

  .pe-lg-43 {
    padding-right: 4.3rem !important;
  }

  .pe-lg-44 {
    padding-right: 4.4rem !important;
  }

  .pe-lg-45 {
    padding-right: 4.5rem !important;
  }

  .pe-lg-46 {
    padding-right: 4.6rem !important;
  }

  .pe-lg-47 {
    padding-right: 4.7rem !important;
  }

  .pe-lg-48 {
    padding-right: 4.8rem !important;
  }

  .pe-lg-49 {
    padding-right: 4.9rem !important;
  }

  .pe-lg-50 {
    padding-right: 5rem !important;
  }

  .pe-lg-51 {
    padding-right: 5.1rem !important;
  }

  .pe-lg-52 {
    padding-right: 5.2rem !important;
  }

  .pe-lg-53 {
    padding-right: 5.3rem !important;
  }

  .pe-lg-54 {
    padding-right: 5.4rem !important;
  }

  .pe-lg-55 {
    padding-right: 5.5rem !important;
  }

  .pe-lg-56 {
    padding-right: 5.6rem !important;
  }

  .pe-lg-57 {
    padding-right: 5.7rem !important;
  }

  .pe-lg-58 {
    padding-right: 5.8rem !important;
  }

  .pe-lg-59 {
    padding-right: 5.9rem !important;
  }

  .pe-lg-60 {
    padding-right: 6rem !important;
  }

  .pe-lg-61 {
    padding-right: 6.1rem !important;
  }

  .pe-lg-62 {
    padding-right: 6.2rem !important;
  }

  .pe-lg-63 {
    padding-right: 6.3rem !important;
  }

  .pe-lg-64 {
    padding-right: 6.4rem !important;
  }

  .pe-lg-65 {
    padding-right: 6.5rem !important;
  }

  .pe-lg-66 {
    padding-right: 6.6rem !important;
  }

  .pe-lg-67 {
    padding-right: 6.7rem !important;
  }

  .pe-lg-68 {
    padding-right: 6.8rem !important;
  }

  .pe-lg-69 {
    padding-right: 6.9rem !important;
  }

  .pe-lg-70 {
    padding-right: 7rem !important;
  }

  .pe-lg-71 {
    padding-right: 7.1rem !important;
  }

  .pe-lg-72 {
    padding-right: 7.2rem !important;
  }

  .pe-lg-73 {
    padding-right: 7.3rem !important;
  }

  .pe-lg-74 {
    padding-right: 7.4rem !important;
  }

  .pe-lg-75 {
    padding-right: 7.5rem !important;
  }

  .pe-lg-76 {
    padding-right: 7.6rem !important;
  }

  .pe-lg-77 {
    padding-right: 7.7rem !important;
  }

  .pe-lg-78 {
    padding-right: 7.8rem !important;
  }

  .pe-lg-79 {
    padding-right: 7.9rem !important;
  }

  .pe-lg-80 {
    padding-right: 8rem !important;
  }

  .pe-lg-81 {
    padding-right: 8.1rem !important;
  }

  .pe-lg-82 {
    padding-right: 8.2rem !important;
  }

  .pe-lg-83 {
    padding-right: 8.3rem !important;
  }

  .pe-lg-84 {
    padding-right: 8.4rem !important;
  }

  .pe-lg-85 {
    padding-right: 8.5rem !important;
  }

  .pe-lg-86 {
    padding-right: 8.6rem !important;
  }

  .pe-lg-87 {
    padding-right: 8.7rem !important;
  }

  .pe-lg-88 {
    padding-right: 8.8rem !important;
  }

  .pe-lg-89 {
    padding-right: 8.9rem !important;
  }

  .pe-lg-90 {
    padding-right: 9rem !important;
  }

  .pe-lg-91 {
    padding-right: 9.1rem !important;
  }

  .pe-lg-92 {
    padding-right: 9.2rem !important;
  }

  .pe-lg-93 {
    padding-right: 9.3rem !important;
  }

  .pe-lg-94 {
    padding-right: 9.4rem !important;
  }

  .pe-lg-95 {
    padding-right: 9.5rem !important;
  }

  .pe-lg-96 {
    padding-right: 9.6rem !important;
  }

  .pe-lg-97 {
    padding-right: 9.7rem !important;
  }

  .pe-lg-98 {
    padding-right: 9.8rem !important;
  }

  .pe-lg-99 {
    padding-right: 9.9rem !important;
  }

  .pe-lg-100 {
    padding-right: 10rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 0.6rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 0.7rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 0.9rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-11 {
    padding-bottom: 1.1rem !important;
  }

  .pb-lg-12 {
    padding-bottom: 1.2rem !important;
  }

  .pb-lg-13 {
    padding-bottom: 1.3rem !important;
  }

  .pb-lg-14 {
    padding-bottom: 1.4rem !important;
  }

  .pb-lg-15 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-16 {
    padding-bottom: 1.6rem !important;
  }

  .pb-lg-17 {
    padding-bottom: 1.7rem !important;
  }

  .pb-lg-18 {
    padding-bottom: 1.8rem !important;
  }

  .pb-lg-19 {
    padding-bottom: 1.9rem !important;
  }

  .pb-lg-20 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-21 {
    padding-bottom: 2.1rem !important;
  }

  .pb-lg-22 {
    padding-bottom: 2.2rem !important;
  }

  .pb-lg-23 {
    padding-bottom: 2.3rem !important;
  }

  .pb-lg-24 {
    padding-bottom: 2.4rem !important;
  }

  .pb-lg-25 {
    padding-bottom: 2.5rem !important;
  }

  .pb-lg-26 {
    padding-bottom: 2.6rem !important;
  }

  .pb-lg-27 {
    padding-bottom: 2.7rem !important;
  }

  .pb-lg-28 {
    padding-bottom: 2.8rem !important;
  }

  .pb-lg-29 {
    padding-bottom: 2.9rem !important;
  }

  .pb-lg-30 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-31 {
    padding-bottom: 3.1rem !important;
  }

  .pb-lg-32 {
    padding-bottom: 3.2rem !important;
  }

  .pb-lg-33 {
    padding-bottom: 3.3rem !important;
  }

  .pb-lg-34 {
    padding-bottom: 3.4rem !important;
  }

  .pb-lg-35 {
    padding-bottom: 3.5rem !important;
  }

  .pb-lg-36 {
    padding-bottom: 3.6rem !important;
  }

  .pb-lg-37 {
    padding-bottom: 3.7rem !important;
  }

  .pb-lg-38 {
    padding-bottom: 3.8rem !important;
  }

  .pb-lg-39 {
    padding-bottom: 3.9rem !important;
  }

  .pb-lg-40 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-41 {
    padding-bottom: 4.1rem !important;
  }

  .pb-lg-42 {
    padding-bottom: 4.2rem !important;
  }

  .pb-lg-43 {
    padding-bottom: 4.3rem !important;
  }

  .pb-lg-44 {
    padding-bottom: 4.4rem !important;
  }

  .pb-lg-45 {
    padding-bottom: 4.5rem !important;
  }

  .pb-lg-46 {
    padding-bottom: 4.6rem !important;
  }

  .pb-lg-47 {
    padding-bottom: 4.7rem !important;
  }

  .pb-lg-48 {
    padding-bottom: 4.8rem !important;
  }

  .pb-lg-49 {
    padding-bottom: 4.9rem !important;
  }

  .pb-lg-50 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-51 {
    padding-bottom: 5.1rem !important;
  }

  .pb-lg-52 {
    padding-bottom: 5.2rem !important;
  }

  .pb-lg-53 {
    padding-bottom: 5.3rem !important;
  }

  .pb-lg-54 {
    padding-bottom: 5.4rem !important;
  }

  .pb-lg-55 {
    padding-bottom: 5.5rem !important;
  }

  .pb-lg-56 {
    padding-bottom: 5.6rem !important;
  }

  .pb-lg-57 {
    padding-bottom: 5.7rem !important;
  }

  .pb-lg-58 {
    padding-bottom: 5.8rem !important;
  }

  .pb-lg-59 {
    padding-bottom: 5.9rem !important;
  }

  .pb-lg-60 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-61 {
    padding-bottom: 6.1rem !important;
  }

  .pb-lg-62 {
    padding-bottom: 6.2rem !important;
  }

  .pb-lg-63 {
    padding-bottom: 6.3rem !important;
  }

  .pb-lg-64 {
    padding-bottom: 6.4rem !important;
  }

  .pb-lg-65 {
    padding-bottom: 6.5rem !important;
  }

  .pb-lg-66 {
    padding-bottom: 6.6rem !important;
  }

  .pb-lg-67 {
    padding-bottom: 6.7rem !important;
  }

  .pb-lg-68 {
    padding-bottom: 6.8rem !important;
  }

  .pb-lg-69 {
    padding-bottom: 6.9rem !important;
  }

  .pb-lg-70 {
    padding-bottom: 7rem !important;
  }

  .pb-lg-71 {
    padding-bottom: 7.1rem !important;
  }

  .pb-lg-72 {
    padding-bottom: 7.2rem !important;
  }

  .pb-lg-73 {
    padding-bottom: 7.3rem !important;
  }

  .pb-lg-74 {
    padding-bottom: 7.4rem !important;
  }

  .pb-lg-75 {
    padding-bottom: 7.5rem !important;
  }

  .pb-lg-76 {
    padding-bottom: 7.6rem !important;
  }

  .pb-lg-77 {
    padding-bottom: 7.7rem !important;
  }

  .pb-lg-78 {
    padding-bottom: 7.8rem !important;
  }

  .pb-lg-79 {
    padding-bottom: 7.9rem !important;
  }

  .pb-lg-80 {
    padding-bottom: 8rem !important;
  }

  .pb-lg-81 {
    padding-bottom: 8.1rem !important;
  }

  .pb-lg-82 {
    padding-bottom: 8.2rem !important;
  }

  .pb-lg-83 {
    padding-bottom: 8.3rem !important;
  }

  .pb-lg-84 {
    padding-bottom: 8.4rem !important;
  }

  .pb-lg-85 {
    padding-bottom: 8.5rem !important;
  }

  .pb-lg-86 {
    padding-bottom: 8.6rem !important;
  }

  .pb-lg-87 {
    padding-bottom: 8.7rem !important;
  }

  .pb-lg-88 {
    padding-bottom: 8.8rem !important;
  }

  .pb-lg-89 {
    padding-bottom: 8.9rem !important;
  }

  .pb-lg-90 {
    padding-bottom: 9rem !important;
  }

  .pb-lg-91 {
    padding-bottom: 9.1rem !important;
  }

  .pb-lg-92 {
    padding-bottom: 9.2rem !important;
  }

  .pb-lg-93 {
    padding-bottom: 9.3rem !important;
  }

  .pb-lg-94 {
    padding-bottom: 9.4rem !important;
  }

  .pb-lg-95 {
    padding-bottom: 9.5rem !important;
  }

  .pb-lg-96 {
    padding-bottom: 9.6rem !important;
  }

  .pb-lg-97 {
    padding-bottom: 9.7rem !important;
  }

  .pb-lg-98 {
    padding-bottom: 9.8rem !important;
  }

  .pb-lg-99 {
    padding-bottom: 9.9rem !important;
  }

  .pb-lg-100 {
    padding-bottom: 10rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .ps-lg-6 {
    padding-left: 0.6rem !important;
  }

  .ps-lg-7 {
    padding-left: 0.7rem !important;
  }

  .ps-lg-8 {
    padding-left: 0.8rem !important;
  }

  .ps-lg-9 {
    padding-left: 0.9rem !important;
  }

  .ps-lg-10 {
    padding-left: 1rem !important;
  }

  .ps-lg-11 {
    padding-left: 1.1rem !important;
  }

  .ps-lg-12 {
    padding-left: 1.2rem !important;
  }

  .ps-lg-13 {
    padding-left: 1.3rem !important;
  }

  .ps-lg-14 {
    padding-left: 1.4rem !important;
  }

  .ps-lg-15 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-16 {
    padding-left: 1.6rem !important;
  }

  .ps-lg-17 {
    padding-left: 1.7rem !important;
  }

  .ps-lg-18 {
    padding-left: 1.8rem !important;
  }

  .ps-lg-19 {
    padding-left: 1.9rem !important;
  }

  .ps-lg-20 {
    padding-left: 2rem !important;
  }

  .ps-lg-21 {
    padding-left: 2.1rem !important;
  }

  .ps-lg-22 {
    padding-left: 2.2rem !important;
  }

  .ps-lg-23 {
    padding-left: 2.3rem !important;
  }

  .ps-lg-24 {
    padding-left: 2.4rem !important;
  }

  .ps-lg-25 {
    padding-left: 2.5rem !important;
  }

  .ps-lg-26 {
    padding-left: 2.6rem !important;
  }

  .ps-lg-27 {
    padding-left: 2.7rem !important;
  }

  .ps-lg-28 {
    padding-left: 2.8rem !important;
  }

  .ps-lg-29 {
    padding-left: 2.9rem !important;
  }

  .ps-lg-30 {
    padding-left: 3rem !important;
  }

  .ps-lg-31 {
    padding-left: 3.1rem !important;
  }

  .ps-lg-32 {
    padding-left: 3.2rem !important;
  }

  .ps-lg-33 {
    padding-left: 3.3rem !important;
  }

  .ps-lg-34 {
    padding-left: 3.4rem !important;
  }

  .ps-lg-35 {
    padding-left: 3.5rem !important;
  }

  .ps-lg-36 {
    padding-left: 3.6rem !important;
  }

  .ps-lg-37 {
    padding-left: 3.7rem !important;
  }

  .ps-lg-38 {
    padding-left: 3.8rem !important;
  }

  .ps-lg-39 {
    padding-left: 3.9rem !important;
  }

  .ps-lg-40 {
    padding-left: 4rem !important;
  }

  .ps-lg-41 {
    padding-left: 4.1rem !important;
  }

  .ps-lg-42 {
    padding-left: 4.2rem !important;
  }

  .ps-lg-43 {
    padding-left: 4.3rem !important;
  }

  .ps-lg-44 {
    padding-left: 4.4rem !important;
  }

  .ps-lg-45 {
    padding-left: 4.5rem !important;
  }

  .ps-lg-46 {
    padding-left: 4.6rem !important;
  }

  .ps-lg-47 {
    padding-left: 4.7rem !important;
  }

  .ps-lg-48 {
    padding-left: 4.8rem !important;
  }

  .ps-lg-49 {
    padding-left: 4.9rem !important;
  }

  .ps-lg-50 {
    padding-left: 5rem !important;
  }

  .ps-lg-51 {
    padding-left: 5.1rem !important;
  }

  .ps-lg-52 {
    padding-left: 5.2rem !important;
  }

  .ps-lg-53 {
    padding-left: 5.3rem !important;
  }

  .ps-lg-54 {
    padding-left: 5.4rem !important;
  }

  .ps-lg-55 {
    padding-left: 5.5rem !important;
  }

  .ps-lg-56 {
    padding-left: 5.6rem !important;
  }

  .ps-lg-57 {
    padding-left: 5.7rem !important;
  }

  .ps-lg-58 {
    padding-left: 5.8rem !important;
  }

  .ps-lg-59 {
    padding-left: 5.9rem !important;
  }

  .ps-lg-60 {
    padding-left: 6rem !important;
  }

  .ps-lg-61 {
    padding-left: 6.1rem !important;
  }

  .ps-lg-62 {
    padding-left: 6.2rem !important;
  }

  .ps-lg-63 {
    padding-left: 6.3rem !important;
  }

  .ps-lg-64 {
    padding-left: 6.4rem !important;
  }

  .ps-lg-65 {
    padding-left: 6.5rem !important;
  }

  .ps-lg-66 {
    padding-left: 6.6rem !important;
  }

  .ps-lg-67 {
    padding-left: 6.7rem !important;
  }

  .ps-lg-68 {
    padding-left: 6.8rem !important;
  }

  .ps-lg-69 {
    padding-left: 6.9rem !important;
  }

  .ps-lg-70 {
    padding-left: 7rem !important;
  }

  .ps-lg-71 {
    padding-left: 7.1rem !important;
  }

  .ps-lg-72 {
    padding-left: 7.2rem !important;
  }

  .ps-lg-73 {
    padding-left: 7.3rem !important;
  }

  .ps-lg-74 {
    padding-left: 7.4rem !important;
  }

  .ps-lg-75 {
    padding-left: 7.5rem !important;
  }

  .ps-lg-76 {
    padding-left: 7.6rem !important;
  }

  .ps-lg-77 {
    padding-left: 7.7rem !important;
  }

  .ps-lg-78 {
    padding-left: 7.8rem !important;
  }

  .ps-lg-79 {
    padding-left: 7.9rem !important;
  }

  .ps-lg-80 {
    padding-left: 8rem !important;
  }

  .ps-lg-81 {
    padding-left: 8.1rem !important;
  }

  .ps-lg-82 {
    padding-left: 8.2rem !important;
  }

  .ps-lg-83 {
    padding-left: 8.3rem !important;
  }

  .ps-lg-84 {
    padding-left: 8.4rem !important;
  }

  .ps-lg-85 {
    padding-left: 8.5rem !important;
  }

  .ps-lg-86 {
    padding-left: 8.6rem !important;
  }

  .ps-lg-87 {
    padding-left: 8.7rem !important;
  }

  .ps-lg-88 {
    padding-left: 8.8rem !important;
  }

  .ps-lg-89 {
    padding-left: 8.9rem !important;
  }

  .ps-lg-90 {
    padding-left: 9rem !important;
  }

  .ps-lg-91 {
    padding-left: 9.1rem !important;
  }

  .ps-lg-92 {
    padding-left: 9.2rem !important;
  }

  .ps-lg-93 {
    padding-left: 9.3rem !important;
  }

  .ps-lg-94 {
    padding-left: 9.4rem !important;
  }

  .ps-lg-95 {
    padding-left: 9.5rem !important;
  }

  .ps-lg-96 {
    padding-left: 9.6rem !important;
  }

  .ps-lg-97 {
    padding-left: 9.7rem !important;
  }

  .ps-lg-98 {
    padding-left: 9.8rem !important;
  }

  .ps-lg-99 {
    padding-left: 9.9rem !important;
  }

  .ps-lg-100 {
    padding-left: 10rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .gap-xl-6 {
    gap: 0.6rem !important;
  }

  .gap-xl-7 {
    gap: 0.7rem !important;
  }

  .gap-xl-8 {
    gap: 0.8rem !important;
  }

  .gap-xl-9 {
    gap: 0.9rem !important;
  }

  .gap-xl-10 {
    gap: 1rem !important;
  }

  .gap-xl-11 {
    gap: 1.1rem !important;
  }

  .gap-xl-12 {
    gap: 1.2rem !important;
  }

  .gap-xl-13 {
    gap: 1.3rem !important;
  }

  .gap-xl-14 {
    gap: 1.4rem !important;
  }

  .gap-xl-15 {
    gap: 1.5rem !important;
  }

  .gap-xl-16 {
    gap: 1.6rem !important;
  }

  .gap-xl-17 {
    gap: 1.7rem !important;
  }

  .gap-xl-18 {
    gap: 1.8rem !important;
  }

  .gap-xl-19 {
    gap: 1.9rem !important;
  }

  .gap-xl-20 {
    gap: 2rem !important;
  }

  .gap-xl-21 {
    gap: 2.1rem !important;
  }

  .gap-xl-22 {
    gap: 2.2rem !important;
  }

  .gap-xl-23 {
    gap: 2.3rem !important;
  }

  .gap-xl-24 {
    gap: 2.4rem !important;
  }

  .gap-xl-25 {
    gap: 2.5rem !important;
  }

  .gap-xl-26 {
    gap: 2.6rem !important;
  }

  .gap-xl-27 {
    gap: 2.7rem !important;
  }

  .gap-xl-28 {
    gap: 2.8rem !important;
  }

  .gap-xl-29 {
    gap: 2.9rem !important;
  }

  .gap-xl-30 {
    gap: 3rem !important;
  }

  .gap-xl-31 {
    gap: 3.1rem !important;
  }

  .gap-xl-32 {
    gap: 3.2rem !important;
  }

  .gap-xl-33 {
    gap: 3.3rem !important;
  }

  .gap-xl-34 {
    gap: 3.4rem !important;
  }

  .gap-xl-35 {
    gap: 3.5rem !important;
  }

  .gap-xl-36 {
    gap: 3.6rem !important;
  }

  .gap-xl-37 {
    gap: 3.7rem !important;
  }

  .gap-xl-38 {
    gap: 3.8rem !important;
  }

  .gap-xl-39 {
    gap: 3.9rem !important;
  }

  .gap-xl-40 {
    gap: 4rem !important;
  }

  .gap-xl-41 {
    gap: 4.1rem !important;
  }

  .gap-xl-42 {
    gap: 4.2rem !important;
  }

  .gap-xl-43 {
    gap: 4.3rem !important;
  }

  .gap-xl-44 {
    gap: 4.4rem !important;
  }

  .gap-xl-45 {
    gap: 4.5rem !important;
  }

  .gap-xl-46 {
    gap: 4.6rem !important;
  }

  .gap-xl-47 {
    gap: 4.7rem !important;
  }

  .gap-xl-48 {
    gap: 4.8rem !important;
  }

  .gap-xl-49 {
    gap: 4.9rem !important;
  }

  .gap-xl-50 {
    gap: 5rem !important;
  }

  .gap-xl-51 {
    gap: 5.1rem !important;
  }

  .gap-xl-52 {
    gap: 5.2rem !important;
  }

  .gap-xl-53 {
    gap: 5.3rem !important;
  }

  .gap-xl-54 {
    gap: 5.4rem !important;
  }

  .gap-xl-55 {
    gap: 5.5rem !important;
  }

  .gap-xl-56 {
    gap: 5.6rem !important;
  }

  .gap-xl-57 {
    gap: 5.7rem !important;
  }

  .gap-xl-58 {
    gap: 5.8rem !important;
  }

  .gap-xl-59 {
    gap: 5.9rem !important;
  }

  .gap-xl-60 {
    gap: 6rem !important;
  }

  .gap-xl-61 {
    gap: 6.1rem !important;
  }

  .gap-xl-62 {
    gap: 6.2rem !important;
  }

  .gap-xl-63 {
    gap: 6.3rem !important;
  }

  .gap-xl-64 {
    gap: 6.4rem !important;
  }

  .gap-xl-65 {
    gap: 6.5rem !important;
  }

  .gap-xl-66 {
    gap: 6.6rem !important;
  }

  .gap-xl-67 {
    gap: 6.7rem !important;
  }

  .gap-xl-68 {
    gap: 6.8rem !important;
  }

  .gap-xl-69 {
    gap: 6.9rem !important;
  }

  .gap-xl-70 {
    gap: 7rem !important;
  }

  .gap-xl-71 {
    gap: 7.1rem !important;
  }

  .gap-xl-72 {
    gap: 7.2rem !important;
  }

  .gap-xl-73 {
    gap: 7.3rem !important;
  }

  .gap-xl-74 {
    gap: 7.4rem !important;
  }

  .gap-xl-75 {
    gap: 7.5rem !important;
  }

  .gap-xl-76 {
    gap: 7.6rem !important;
  }

  .gap-xl-77 {
    gap: 7.7rem !important;
  }

  .gap-xl-78 {
    gap: 7.8rem !important;
  }

  .gap-xl-79 {
    gap: 7.9rem !important;
  }

  .gap-xl-80 {
    gap: 8rem !important;
  }

  .gap-xl-81 {
    gap: 8.1rem !important;
  }

  .gap-xl-82 {
    gap: 8.2rem !important;
  }

  .gap-xl-83 {
    gap: 8.3rem !important;
  }

  .gap-xl-84 {
    gap: 8.4rem !important;
  }

  .gap-xl-85 {
    gap: 8.5rem !important;
  }

  .gap-xl-86 {
    gap: 8.6rem !important;
  }

  .gap-xl-87 {
    gap: 8.7rem !important;
  }

  .gap-xl-88 {
    gap: 8.8rem !important;
  }

  .gap-xl-89 {
    gap: 8.9rem !important;
  }

  .gap-xl-90 {
    gap: 9rem !important;
  }

  .gap-xl-91 {
    gap: 9.1rem !important;
  }

  .gap-xl-92 {
    gap: 9.2rem !important;
  }

  .gap-xl-93 {
    gap: 9.3rem !important;
  }

  .gap-xl-94 {
    gap: 9.4rem !important;
  }

  .gap-xl-95 {
    gap: 9.5rem !important;
  }

  .gap-xl-96 {
    gap: 9.6rem !important;
  }

  .gap-xl-97 {
    gap: 9.7rem !important;
  }

  .gap-xl-98 {
    gap: 9.8rem !important;
  }

  .gap-xl-99 {
    gap: 9.9rem !important;
  }

  .gap-xl-100 {
    gap: 10rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-6 {
    margin: 0.6rem !important;
  }

  .m-xl-7 {
    margin: 0.7rem !important;
  }

  .m-xl-8 {
    margin: 0.8rem !important;
  }

  .m-xl-9 {
    margin: 0.9rem !important;
  }

  .m-xl-10 {
    margin: 1rem !important;
  }

  .m-xl-11 {
    margin: 1.1rem !important;
  }

  .m-xl-12 {
    margin: 1.2rem !important;
  }

  .m-xl-13 {
    margin: 1.3rem !important;
  }

  .m-xl-14 {
    margin: 1.4rem !important;
  }

  .m-xl-15 {
    margin: 1.5rem !important;
  }

  .m-xl-16 {
    margin: 1.6rem !important;
  }

  .m-xl-17 {
    margin: 1.7rem !important;
  }

  .m-xl-18 {
    margin: 1.8rem !important;
  }

  .m-xl-19 {
    margin: 1.9rem !important;
  }

  .m-xl-20 {
    margin: 2rem !important;
  }

  .m-xl-21 {
    margin: 2.1rem !important;
  }

  .m-xl-22 {
    margin: 2.2rem !important;
  }

  .m-xl-23 {
    margin: 2.3rem !important;
  }

  .m-xl-24 {
    margin: 2.4rem !important;
  }

  .m-xl-25 {
    margin: 2.5rem !important;
  }

  .m-xl-26 {
    margin: 2.6rem !important;
  }

  .m-xl-27 {
    margin: 2.7rem !important;
  }

  .m-xl-28 {
    margin: 2.8rem !important;
  }

  .m-xl-29 {
    margin: 2.9rem !important;
  }

  .m-xl-30 {
    margin: 3rem !important;
  }

  .m-xl-31 {
    margin: 3.1rem !important;
  }

  .m-xl-32 {
    margin: 3.2rem !important;
  }

  .m-xl-33 {
    margin: 3.3rem !important;
  }

  .m-xl-34 {
    margin: 3.4rem !important;
  }

  .m-xl-35 {
    margin: 3.5rem !important;
  }

  .m-xl-36 {
    margin: 3.6rem !important;
  }

  .m-xl-37 {
    margin: 3.7rem !important;
  }

  .m-xl-38 {
    margin: 3.8rem !important;
  }

  .m-xl-39 {
    margin: 3.9rem !important;
  }

  .m-xl-40 {
    margin: 4rem !important;
  }

  .m-xl-41 {
    margin: 4.1rem !important;
  }

  .m-xl-42 {
    margin: 4.2rem !important;
  }

  .m-xl-43 {
    margin: 4.3rem !important;
  }

  .m-xl-44 {
    margin: 4.4rem !important;
  }

  .m-xl-45 {
    margin: 4.5rem !important;
  }

  .m-xl-46 {
    margin: 4.6rem !important;
  }

  .m-xl-47 {
    margin: 4.7rem !important;
  }

  .m-xl-48 {
    margin: 4.8rem !important;
  }

  .m-xl-49 {
    margin: 4.9rem !important;
  }

  .m-xl-50 {
    margin: 5rem !important;
  }

  .m-xl-51 {
    margin: 5.1rem !important;
  }

  .m-xl-52 {
    margin: 5.2rem !important;
  }

  .m-xl-53 {
    margin: 5.3rem !important;
  }

  .m-xl-54 {
    margin: 5.4rem !important;
  }

  .m-xl-55 {
    margin: 5.5rem !important;
  }

  .m-xl-56 {
    margin: 5.6rem !important;
  }

  .m-xl-57 {
    margin: 5.7rem !important;
  }

  .m-xl-58 {
    margin: 5.8rem !important;
  }

  .m-xl-59 {
    margin: 5.9rem !important;
  }

  .m-xl-60 {
    margin: 6rem !important;
  }

  .m-xl-61 {
    margin: 6.1rem !important;
  }

  .m-xl-62 {
    margin: 6.2rem !important;
  }

  .m-xl-63 {
    margin: 6.3rem !important;
  }

  .m-xl-64 {
    margin: 6.4rem !important;
  }

  .m-xl-65 {
    margin: 6.5rem !important;
  }

  .m-xl-66 {
    margin: 6.6rem !important;
  }

  .m-xl-67 {
    margin: 6.7rem !important;
  }

  .m-xl-68 {
    margin: 6.8rem !important;
  }

  .m-xl-69 {
    margin: 6.9rem !important;
  }

  .m-xl-70 {
    margin: 7rem !important;
  }

  .m-xl-71 {
    margin: 7.1rem !important;
  }

  .m-xl-72 {
    margin: 7.2rem !important;
  }

  .m-xl-73 {
    margin: 7.3rem !important;
  }

  .m-xl-74 {
    margin: 7.4rem !important;
  }

  .m-xl-75 {
    margin: 7.5rem !important;
  }

  .m-xl-76 {
    margin: 7.6rem !important;
  }

  .m-xl-77 {
    margin: 7.7rem !important;
  }

  .m-xl-78 {
    margin: 7.8rem !important;
  }

  .m-xl-79 {
    margin: 7.9rem !important;
  }

  .m-xl-80 {
    margin: 8rem !important;
  }

  .m-xl-81 {
    margin: 8.1rem !important;
  }

  .m-xl-82 {
    margin: 8.2rem !important;
  }

  .m-xl-83 {
    margin: 8.3rem !important;
  }

  .m-xl-84 {
    margin: 8.4rem !important;
  }

  .m-xl-85 {
    margin: 8.5rem !important;
  }

  .m-xl-86 {
    margin: 8.6rem !important;
  }

  .m-xl-87 {
    margin: 8.7rem !important;
  }

  .m-xl-88 {
    margin: 8.8rem !important;
  }

  .m-xl-89 {
    margin: 8.9rem !important;
  }

  .m-xl-90 {
    margin: 9rem !important;
  }

  .m-xl-91 {
    margin: 9.1rem !important;
  }

  .m-xl-92 {
    margin: 9.2rem !important;
  }

  .m-xl-93 {
    margin: 9.3rem !important;
  }

  .m-xl-94 {
    margin: 9.4rem !important;
  }

  .m-xl-95 {
    margin: 9.5rem !important;
  }

  .m-xl-96 {
    margin: 9.6rem !important;
  }

  .m-xl-97 {
    margin: 9.7rem !important;
  }

  .m-xl-98 {
    margin: 9.8rem !important;
  }

  .m-xl-99 {
    margin: 9.9rem !important;
  }

  .m-xl-100 {
    margin: 10rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-6 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-xl-7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }

  .mx-xl-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-xl-9 {
    margin-right: 0.9rem !important;
    margin-left: 0.9rem !important;
  }

  .mx-xl-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-11 {
    margin-right: 1.1rem !important;
    margin-left: 1.1rem !important;
  }

  .mx-xl-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .mx-xl-13 {
    margin-right: 1.3rem !important;
    margin-left: 1.3rem !important;
  }

  .mx-xl-14 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important;
  }

  .mx-xl-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }

  .mx-xl-17 {
    margin-right: 1.7rem !important;
    margin-left: 1.7rem !important;
  }

  .mx-xl-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }

  .mx-xl-19 {
    margin-right: 1.9rem !important;
    margin-left: 1.9rem !important;
  }

  .mx-xl-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-21 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }

  .mx-xl-22 {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important;
  }

  .mx-xl-23 {
    margin-right: 2.3rem !important;
    margin-left: 2.3rem !important;
  }

  .mx-xl-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .mx-xl-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xl-26 {
    margin-right: 2.6rem !important;
    margin-left: 2.6rem !important;
  }

  .mx-xl-27 {
    margin-right: 2.7rem !important;
    margin-left: 2.7rem !important;
  }

  .mx-xl-28 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }

  .mx-xl-29 {
    margin-right: 2.9rem !important;
    margin-left: 2.9rem !important;
  }

  .mx-xl-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-31 {
    margin-right: 3.1rem !important;
    margin-left: 3.1rem !important;
  }

  .mx-xl-32 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }

  .mx-xl-33 {
    margin-right: 3.3rem !important;
    margin-left: 3.3rem !important;
  }

  .mx-xl-34 {
    margin-right: 3.4rem !important;
    margin-left: 3.4rem !important;
  }

  .mx-xl-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-xl-36 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }

  .mx-xl-37 {
    margin-right: 3.7rem !important;
    margin-left: 3.7rem !important;
  }

  .mx-xl-38 {
    margin-right: 3.8rem !important;
    margin-left: 3.8rem !important;
  }

  .mx-xl-39 {
    margin-right: 3.9rem !important;
    margin-left: 3.9rem !important;
  }

  .mx-xl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xl-41 {
    margin-right: 4.1rem !important;
    margin-left: 4.1rem !important;
  }

  .mx-xl-42 {
    margin-right: 4.2rem !important;
    margin-left: 4.2rem !important;
  }

  .mx-xl-43 {
    margin-right: 4.3rem !important;
    margin-left: 4.3rem !important;
  }

  .mx-xl-44 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }

  .mx-xl-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xl-46 {
    margin-right: 4.6rem !important;
    margin-left: 4.6rem !important;
  }

  .mx-xl-47 {
    margin-right: 4.7rem !important;
    margin-left: 4.7rem !important;
  }

  .mx-xl-48 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }

  .mx-xl-49 {
    margin-right: 4.9rem !important;
    margin-left: 4.9rem !important;
  }

  .mx-xl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xl-51 {
    margin-right: 5.1rem !important;
    margin-left: 5.1rem !important;
  }

  .mx-xl-52 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important;
  }

  .mx-xl-53 {
    margin-right: 5.3rem !important;
    margin-left: 5.3rem !important;
  }

  .mx-xl-54 {
    margin-right: 5.4rem !important;
    margin-left: 5.4rem !important;
  }

  .mx-xl-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .mx-xl-56 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }

  .mx-xl-57 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important;
  }

  .mx-xl-58 {
    margin-right: 5.8rem !important;
    margin-left: 5.8rem !important;
  }

  .mx-xl-59 {
    margin-right: 5.9rem !important;
    margin-left: 5.9rem !important;
  }

  .mx-xl-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xl-61 {
    margin-right: 6.1rem !important;
    margin-left: 6.1rem !important;
  }

  .mx-xl-62 {
    margin-right: 6.2rem !important;
    margin-left: 6.2rem !important;
  }

  .mx-xl-63 {
    margin-right: 6.3rem !important;
    margin-left: 6.3rem !important;
  }

  .mx-xl-64 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }

  .mx-xl-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .mx-xl-66 {
    margin-right: 6.6rem !important;
    margin-left: 6.6rem !important;
  }

  .mx-xl-67 {
    margin-right: 6.7rem !important;
    margin-left: 6.7rem !important;
  }

  .mx-xl-68 {
    margin-right: 6.8rem !important;
    margin-left: 6.8rem !important;
  }

  .mx-xl-69 {
    margin-right: 6.9rem !important;
    margin-left: 6.9rem !important;
  }

  .mx-xl-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xl-71 {
    margin-right: 7.1rem !important;
    margin-left: 7.1rem !important;
  }

  .mx-xl-72 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }

  .mx-xl-73 {
    margin-right: 7.3rem !important;
    margin-left: 7.3rem !important;
  }

  .mx-xl-74 {
    margin-right: 7.4rem !important;
    margin-left: 7.4rem !important;
  }

  .mx-xl-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-xl-76 {
    margin-right: 7.6rem !important;
    margin-left: 7.6rem !important;
  }

  .mx-xl-77 {
    margin-right: 7.7rem !important;
    margin-left: 7.7rem !important;
  }

  .mx-xl-78 {
    margin-right: 7.8rem !important;
    margin-left: 7.8rem !important;
  }

  .mx-xl-79 {
    margin-right: 7.9rem !important;
    margin-left: 7.9rem !important;
  }

  .mx-xl-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-xl-81 {
    margin-right: 8.1rem !important;
    margin-left: 8.1rem !important;
  }

  .mx-xl-82 {
    margin-right: 8.2rem !important;
    margin-left: 8.2rem !important;
  }

  .mx-xl-83 {
    margin-right: 8.3rem !important;
    margin-left: 8.3rem !important;
  }

  .mx-xl-84 {
    margin-right: 8.4rem !important;
    margin-left: 8.4rem !important;
  }

  .mx-xl-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .mx-xl-86 {
    margin-right: 8.6rem !important;
    margin-left: 8.6rem !important;
  }

  .mx-xl-87 {
    margin-right: 8.7rem !important;
    margin-left: 8.7rem !important;
  }

  .mx-xl-88 {
    margin-right: 8.8rem !important;
    margin-left: 8.8rem !important;
  }

  .mx-xl-89 {
    margin-right: 8.9rem !important;
    margin-left: 8.9rem !important;
  }

  .mx-xl-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xl-91 {
    margin-right: 9.1rem !important;
    margin-left: 9.1rem !important;
  }

  .mx-xl-92 {
    margin-right: 9.2rem !important;
    margin-left: 9.2rem !important;
  }

  .mx-xl-93 {
    margin-right: 9.3rem !important;
    margin-left: 9.3rem !important;
  }

  .mx-xl-94 {
    margin-right: 9.4rem !important;
    margin-left: 9.4rem !important;
  }

  .mx-xl-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .mx-xl-96 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }

  .mx-xl-97 {
    margin-right: 9.7rem !important;
    margin-left: 9.7rem !important;
  }

  .mx-xl-98 {
    margin-right: 9.8rem !important;
    margin-left: 9.8rem !important;
  }

  .mx-xl-99 {
    margin-right: 9.9rem !important;
    margin-left: 9.9rem !important;
  }

  .mx-xl-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-xl-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }

  .my-xl-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-xl-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }

  .my-xl-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-11 {
    margin-top: 1.1rem !important;
    margin-bottom: 1.1rem !important;
  }

  .my-xl-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .my-xl-13 {
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important;
  }

  .my-xl-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }

  .my-xl-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }

  .my-xl-17 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important;
  }

  .my-xl-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }

  .my-xl-19 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important;
  }

  .my-xl-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-21 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }

  .my-xl-22 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }

  .my-xl-23 {
    margin-top: 2.3rem !important;
    margin-bottom: 2.3rem !important;
  }

  .my-xl-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .my-xl-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xl-26 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important;
  }

  .my-xl-27 {
    margin-top: 2.7rem !important;
    margin-bottom: 2.7rem !important;
  }

  .my-xl-28 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }

  .my-xl-29 {
    margin-top: 2.9rem !important;
    margin-bottom: 2.9rem !important;
  }

  .my-xl-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-31 {
    margin-top: 3.1rem !important;
    margin-bottom: 3.1rem !important;
  }

  .my-xl-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }

  .my-xl-33 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important;
  }

  .my-xl-34 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important;
  }

  .my-xl-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-xl-36 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }

  .my-xl-37 {
    margin-top: 3.7rem !important;
    margin-bottom: 3.7rem !important;
  }

  .my-xl-38 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important;
  }

  .my-xl-39 {
    margin-top: 3.9rem !important;
    margin-bottom: 3.9rem !important;
  }

  .my-xl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xl-41 {
    margin-top: 4.1rem !important;
    margin-bottom: 4.1rem !important;
  }

  .my-xl-42 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }

  .my-xl-43 {
    margin-top: 4.3rem !important;
    margin-bottom: 4.3rem !important;
  }

  .my-xl-44 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }

  .my-xl-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xl-46 {
    margin-top: 4.6rem !important;
    margin-bottom: 4.6rem !important;
  }

  .my-xl-47 {
    margin-top: 4.7rem !important;
    margin-bottom: 4.7rem !important;
  }

  .my-xl-48 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }

  .my-xl-49 {
    margin-top: 4.9rem !important;
    margin-bottom: 4.9rem !important;
  }

  .my-xl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xl-51 {
    margin-top: 5.1rem !important;
    margin-bottom: 5.1rem !important;
  }

  .my-xl-52 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }

  .my-xl-53 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important;
  }

  .my-xl-54 {
    margin-top: 5.4rem !important;
    margin-bottom: 5.4rem !important;
  }

  .my-xl-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .my-xl-56 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }

  .my-xl-57 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important;
  }

  .my-xl-58 {
    margin-top: 5.8rem !important;
    margin-bottom: 5.8rem !important;
  }

  .my-xl-59 {
    margin-top: 5.9rem !important;
    margin-bottom: 5.9rem !important;
  }

  .my-xl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xl-61 {
    margin-top: 6.1rem !important;
    margin-bottom: 6.1rem !important;
  }

  .my-xl-62 {
    margin-top: 6.2rem !important;
    margin-bottom: 6.2rem !important;
  }

  .my-xl-63 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important;
  }

  .my-xl-64 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }

  .my-xl-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .my-xl-66 {
    margin-top: 6.6rem !important;
    margin-bottom: 6.6rem !important;
  }

  .my-xl-67 {
    margin-top: 6.7rem !important;
    margin-bottom: 6.7rem !important;
  }

  .my-xl-68 {
    margin-top: 6.8rem !important;
    margin-bottom: 6.8rem !important;
  }

  .my-xl-69 {
    margin-top: 6.9rem !important;
    margin-bottom: 6.9rem !important;
  }

  .my-xl-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xl-71 {
    margin-top: 7.1rem !important;
    margin-bottom: 7.1rem !important;
  }

  .my-xl-72 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }

  .my-xl-73 {
    margin-top: 7.3rem !important;
    margin-bottom: 7.3rem !important;
  }

  .my-xl-74 {
    margin-top: 7.4rem !important;
    margin-bottom: 7.4rem !important;
  }

  .my-xl-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-xl-76 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important;
  }

  .my-xl-77 {
    margin-top: 7.7rem !important;
    margin-bottom: 7.7rem !important;
  }

  .my-xl-78 {
    margin-top: 7.8rem !important;
    margin-bottom: 7.8rem !important;
  }

  .my-xl-79 {
    margin-top: 7.9rem !important;
    margin-bottom: 7.9rem !important;
  }

  .my-xl-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xl-81 {
    margin-top: 8.1rem !important;
    margin-bottom: 8.1rem !important;
  }

  .my-xl-82 {
    margin-top: 8.2rem !important;
    margin-bottom: 8.2rem !important;
  }

  .my-xl-83 {
    margin-top: 8.3rem !important;
    margin-bottom: 8.3rem !important;
  }

  .my-xl-84 {
    margin-top: 8.4rem !important;
    margin-bottom: 8.4rem !important;
  }

  .my-xl-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .my-xl-86 {
    margin-top: 8.6rem !important;
    margin-bottom: 8.6rem !important;
  }

  .my-xl-87 {
    margin-top: 8.7rem !important;
    margin-bottom: 8.7rem !important;
  }

  .my-xl-88 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }

  .my-xl-89 {
    margin-top: 8.9rem !important;
    margin-bottom: 8.9rem !important;
  }

  .my-xl-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xl-91 {
    margin-top: 9.1rem !important;
    margin-bottom: 9.1rem !important;
  }

  .my-xl-92 {
    margin-top: 9.2rem !important;
    margin-bottom: 9.2rem !important;
  }

  .my-xl-93 {
    margin-top: 9.3rem !important;
    margin-bottom: 9.3rem !important;
  }

  .my-xl-94 {
    margin-top: 9.4rem !important;
    margin-bottom: 9.4rem !important;
  }

  .my-xl-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .my-xl-96 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }

  .my-xl-97 {
    margin-top: 9.7rem !important;
    margin-bottom: 9.7rem !important;
  }

  .my-xl-98 {
    margin-top: 9.8rem !important;
    margin-bottom: 9.8rem !important;
  }

  .my-xl-99 {
    margin-top: 9.9rem !important;
    margin-bottom: 9.9rem !important;
  }

  .my-xl-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-6 {
    margin-top: 0.6rem !important;
  }

  .mt-xl-7 {
    margin-top: 0.7rem !important;
  }

  .mt-xl-8 {
    margin-top: 0.8rem !important;
  }

  .mt-xl-9 {
    margin-top: 0.9rem !important;
  }

  .mt-xl-10 {
    margin-top: 1rem !important;
  }

  .mt-xl-11 {
    margin-top: 1.1rem !important;
  }

  .mt-xl-12 {
    margin-top: 1.2rem !important;
  }

  .mt-xl-13 {
    margin-top: 1.3rem !important;
  }

  .mt-xl-14 {
    margin-top: 1.4rem !important;
  }

  .mt-xl-15 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-16 {
    margin-top: 1.6rem !important;
  }

  .mt-xl-17 {
    margin-top: 1.7rem !important;
  }

  .mt-xl-18 {
    margin-top: 1.8rem !important;
  }

  .mt-xl-19 {
    margin-top: 1.9rem !important;
  }

  .mt-xl-20 {
    margin-top: 2rem !important;
  }

  .mt-xl-21 {
    margin-top: 2.1rem !important;
  }

  .mt-xl-22 {
    margin-top: 2.2rem !important;
  }

  .mt-xl-23 {
    margin-top: 2.3rem !important;
  }

  .mt-xl-24 {
    margin-top: 2.4rem !important;
  }

  .mt-xl-25 {
    margin-top: 2.5rem !important;
  }

  .mt-xl-26 {
    margin-top: 2.6rem !important;
  }

  .mt-xl-27 {
    margin-top: 2.7rem !important;
  }

  .mt-xl-28 {
    margin-top: 2.8rem !important;
  }

  .mt-xl-29 {
    margin-top: 2.9rem !important;
  }

  .mt-xl-30 {
    margin-top: 3rem !important;
  }

  .mt-xl-31 {
    margin-top: 3.1rem !important;
  }

  .mt-xl-32 {
    margin-top: 3.2rem !important;
  }

  .mt-xl-33 {
    margin-top: 3.3rem !important;
  }

  .mt-xl-34 {
    margin-top: 3.4rem !important;
  }

  .mt-xl-35 {
    margin-top: 3.5rem !important;
  }

  .mt-xl-36 {
    margin-top: 3.6rem !important;
  }

  .mt-xl-37 {
    margin-top: 3.7rem !important;
  }

  .mt-xl-38 {
    margin-top: 3.8rem !important;
  }

  .mt-xl-39 {
    margin-top: 3.9rem !important;
  }

  .mt-xl-40 {
    margin-top: 4rem !important;
  }

  .mt-xl-41 {
    margin-top: 4.1rem !important;
  }

  .mt-xl-42 {
    margin-top: 4.2rem !important;
  }

  .mt-xl-43 {
    margin-top: 4.3rem !important;
  }

  .mt-xl-44 {
    margin-top: 4.4rem !important;
  }

  .mt-xl-45 {
    margin-top: 4.5rem !important;
  }

  .mt-xl-46 {
    margin-top: 4.6rem !important;
  }

  .mt-xl-47 {
    margin-top: 4.7rem !important;
  }

  .mt-xl-48 {
    margin-top: 4.8rem !important;
  }

  .mt-xl-49 {
    margin-top: 4.9rem !important;
  }

  .mt-xl-50 {
    margin-top: 5rem !important;
  }

  .mt-xl-51 {
    margin-top: 5.1rem !important;
  }

  .mt-xl-52 {
    margin-top: 5.2rem !important;
  }

  .mt-xl-53 {
    margin-top: 5.3rem !important;
  }

  .mt-xl-54 {
    margin-top: 5.4rem !important;
  }

  .mt-xl-55 {
    margin-top: 5.5rem !important;
  }

  .mt-xl-56 {
    margin-top: 5.6rem !important;
  }

  .mt-xl-57 {
    margin-top: 5.7rem !important;
  }

  .mt-xl-58 {
    margin-top: 5.8rem !important;
  }

  .mt-xl-59 {
    margin-top: 5.9rem !important;
  }

  .mt-xl-60 {
    margin-top: 6rem !important;
  }

  .mt-xl-61 {
    margin-top: 6.1rem !important;
  }

  .mt-xl-62 {
    margin-top: 6.2rem !important;
  }

  .mt-xl-63 {
    margin-top: 6.3rem !important;
  }

  .mt-xl-64 {
    margin-top: 6.4rem !important;
  }

  .mt-xl-65 {
    margin-top: 6.5rem !important;
  }

  .mt-xl-66 {
    margin-top: 6.6rem !important;
  }

  .mt-xl-67 {
    margin-top: 6.7rem !important;
  }

  .mt-xl-68 {
    margin-top: 6.8rem !important;
  }

  .mt-xl-69 {
    margin-top: 6.9rem !important;
  }

  .mt-xl-70 {
    margin-top: 7rem !important;
  }

  .mt-xl-71 {
    margin-top: 7.1rem !important;
  }

  .mt-xl-72 {
    margin-top: 7.2rem !important;
  }

  .mt-xl-73 {
    margin-top: 7.3rem !important;
  }

  .mt-xl-74 {
    margin-top: 7.4rem !important;
  }

  .mt-xl-75 {
    margin-top: 7.5rem !important;
  }

  .mt-xl-76 {
    margin-top: 7.6rem !important;
  }

  .mt-xl-77 {
    margin-top: 7.7rem !important;
  }

  .mt-xl-78 {
    margin-top: 7.8rem !important;
  }

  .mt-xl-79 {
    margin-top: 7.9rem !important;
  }

  .mt-xl-80 {
    margin-top: 8rem !important;
  }

  .mt-xl-81 {
    margin-top: 8.1rem !important;
  }

  .mt-xl-82 {
    margin-top: 8.2rem !important;
  }

  .mt-xl-83 {
    margin-top: 8.3rem !important;
  }

  .mt-xl-84 {
    margin-top: 8.4rem !important;
  }

  .mt-xl-85 {
    margin-top: 8.5rem !important;
  }

  .mt-xl-86 {
    margin-top: 8.6rem !important;
  }

  .mt-xl-87 {
    margin-top: 8.7rem !important;
  }

  .mt-xl-88 {
    margin-top: 8.8rem !important;
  }

  .mt-xl-89 {
    margin-top: 8.9rem !important;
  }

  .mt-xl-90 {
    margin-top: 9rem !important;
  }

  .mt-xl-91 {
    margin-top: 9.1rem !important;
  }

  .mt-xl-92 {
    margin-top: 9.2rem !important;
  }

  .mt-xl-93 {
    margin-top: 9.3rem !important;
  }

  .mt-xl-94 {
    margin-top: 9.4rem !important;
  }

  .mt-xl-95 {
    margin-top: 9.5rem !important;
  }

  .mt-xl-96 {
    margin-top: 9.6rem !important;
  }

  .mt-xl-97 {
    margin-top: 9.7rem !important;
  }

  .mt-xl-98 {
    margin-top: 9.8rem !important;
  }

  .mt-xl-99 {
    margin-top: 9.9rem !important;
  }

  .mt-xl-100 {
    margin-top: 10rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-6 {
    margin-right: 0.6rem !important;
  }

  .me-xl-7 {
    margin-right: 0.7rem !important;
  }

  .me-xl-8 {
    margin-right: 0.8rem !important;
  }

  .me-xl-9 {
    margin-right: 0.9rem !important;
  }

  .me-xl-10 {
    margin-right: 1rem !important;
  }

  .me-xl-11 {
    margin-right: 1.1rem !important;
  }

  .me-xl-12 {
    margin-right: 1.2rem !important;
  }

  .me-xl-13 {
    margin-right: 1.3rem !important;
  }

  .me-xl-14 {
    margin-right: 1.4rem !important;
  }

  .me-xl-15 {
    margin-right: 1.5rem !important;
  }

  .me-xl-16 {
    margin-right: 1.6rem !important;
  }

  .me-xl-17 {
    margin-right: 1.7rem !important;
  }

  .me-xl-18 {
    margin-right: 1.8rem !important;
  }

  .me-xl-19 {
    margin-right: 1.9rem !important;
  }

  .me-xl-20 {
    margin-right: 2rem !important;
  }

  .me-xl-21 {
    margin-right: 2.1rem !important;
  }

  .me-xl-22 {
    margin-right: 2.2rem !important;
  }

  .me-xl-23 {
    margin-right: 2.3rem !important;
  }

  .me-xl-24 {
    margin-right: 2.4rem !important;
  }

  .me-xl-25 {
    margin-right: 2.5rem !important;
  }

  .me-xl-26 {
    margin-right: 2.6rem !important;
  }

  .me-xl-27 {
    margin-right: 2.7rem !important;
  }

  .me-xl-28 {
    margin-right: 2.8rem !important;
  }

  .me-xl-29 {
    margin-right: 2.9rem !important;
  }

  .me-xl-30 {
    margin-right: 3rem !important;
  }

  .me-xl-31 {
    margin-right: 3.1rem !important;
  }

  .me-xl-32 {
    margin-right: 3.2rem !important;
  }

  .me-xl-33 {
    margin-right: 3.3rem !important;
  }

  .me-xl-34 {
    margin-right: 3.4rem !important;
  }

  .me-xl-35 {
    margin-right: 3.5rem !important;
  }

  .me-xl-36 {
    margin-right: 3.6rem !important;
  }

  .me-xl-37 {
    margin-right: 3.7rem !important;
  }

  .me-xl-38 {
    margin-right: 3.8rem !important;
  }

  .me-xl-39 {
    margin-right: 3.9rem !important;
  }

  .me-xl-40 {
    margin-right: 4rem !important;
  }

  .me-xl-41 {
    margin-right: 4.1rem !important;
  }

  .me-xl-42 {
    margin-right: 4.2rem !important;
  }

  .me-xl-43 {
    margin-right: 4.3rem !important;
  }

  .me-xl-44 {
    margin-right: 4.4rem !important;
  }

  .me-xl-45 {
    margin-right: 4.5rem !important;
  }

  .me-xl-46 {
    margin-right: 4.6rem !important;
  }

  .me-xl-47 {
    margin-right: 4.7rem !important;
  }

  .me-xl-48 {
    margin-right: 4.8rem !important;
  }

  .me-xl-49 {
    margin-right: 4.9rem !important;
  }

  .me-xl-50 {
    margin-right: 5rem !important;
  }

  .me-xl-51 {
    margin-right: 5.1rem !important;
  }

  .me-xl-52 {
    margin-right: 5.2rem !important;
  }

  .me-xl-53 {
    margin-right: 5.3rem !important;
  }

  .me-xl-54 {
    margin-right: 5.4rem !important;
  }

  .me-xl-55 {
    margin-right: 5.5rem !important;
  }

  .me-xl-56 {
    margin-right: 5.6rem !important;
  }

  .me-xl-57 {
    margin-right: 5.7rem !important;
  }

  .me-xl-58 {
    margin-right: 5.8rem !important;
  }

  .me-xl-59 {
    margin-right: 5.9rem !important;
  }

  .me-xl-60 {
    margin-right: 6rem !important;
  }

  .me-xl-61 {
    margin-right: 6.1rem !important;
  }

  .me-xl-62 {
    margin-right: 6.2rem !important;
  }

  .me-xl-63 {
    margin-right: 6.3rem !important;
  }

  .me-xl-64 {
    margin-right: 6.4rem !important;
  }

  .me-xl-65 {
    margin-right: 6.5rem !important;
  }

  .me-xl-66 {
    margin-right: 6.6rem !important;
  }

  .me-xl-67 {
    margin-right: 6.7rem !important;
  }

  .me-xl-68 {
    margin-right: 6.8rem !important;
  }

  .me-xl-69 {
    margin-right: 6.9rem !important;
  }

  .me-xl-70 {
    margin-right: 7rem !important;
  }

  .me-xl-71 {
    margin-right: 7.1rem !important;
  }

  .me-xl-72 {
    margin-right: 7.2rem !important;
  }

  .me-xl-73 {
    margin-right: 7.3rem !important;
  }

  .me-xl-74 {
    margin-right: 7.4rem !important;
  }

  .me-xl-75 {
    margin-right: 7.5rem !important;
  }

  .me-xl-76 {
    margin-right: 7.6rem !important;
  }

  .me-xl-77 {
    margin-right: 7.7rem !important;
  }

  .me-xl-78 {
    margin-right: 7.8rem !important;
  }

  .me-xl-79 {
    margin-right: 7.9rem !important;
  }

  .me-xl-80 {
    margin-right: 8rem !important;
  }

  .me-xl-81 {
    margin-right: 8.1rem !important;
  }

  .me-xl-82 {
    margin-right: 8.2rem !important;
  }

  .me-xl-83 {
    margin-right: 8.3rem !important;
  }

  .me-xl-84 {
    margin-right: 8.4rem !important;
  }

  .me-xl-85 {
    margin-right: 8.5rem !important;
  }

  .me-xl-86 {
    margin-right: 8.6rem !important;
  }

  .me-xl-87 {
    margin-right: 8.7rem !important;
  }

  .me-xl-88 {
    margin-right: 8.8rem !important;
  }

  .me-xl-89 {
    margin-right: 8.9rem !important;
  }

  .me-xl-90 {
    margin-right: 9rem !important;
  }

  .me-xl-91 {
    margin-right: 9.1rem !important;
  }

  .me-xl-92 {
    margin-right: 9.2rem !important;
  }

  .me-xl-93 {
    margin-right: 9.3rem !important;
  }

  .me-xl-94 {
    margin-right: 9.4rem !important;
  }

  .me-xl-95 {
    margin-right: 9.5rem !important;
  }

  .me-xl-96 {
    margin-right: 9.6rem !important;
  }

  .me-xl-97 {
    margin-right: 9.7rem !important;
  }

  .me-xl-98 {
    margin-right: 9.8rem !important;
  }

  .me-xl-99 {
    margin-right: 9.9rem !important;
  }

  .me-xl-100 {
    margin-right: 10rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 0.6rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 0.7rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 0.9rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-11 {
    margin-bottom: 1.1rem !important;
  }

  .mb-xl-12 {
    margin-bottom: 1.2rem !important;
  }

  .mb-xl-13 {
    margin-bottom: 1.3rem !important;
  }

  .mb-xl-14 {
    margin-bottom: 1.4rem !important;
  }

  .mb-xl-15 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-16 {
    margin-bottom: 1.6rem !important;
  }

  .mb-xl-17 {
    margin-bottom: 1.7rem !important;
  }

  .mb-xl-18 {
    margin-bottom: 1.8rem !important;
  }

  .mb-xl-19 {
    margin-bottom: 1.9rem !important;
  }

  .mb-xl-20 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-21 {
    margin-bottom: 2.1rem !important;
  }

  .mb-xl-22 {
    margin-bottom: 2.2rem !important;
  }

  .mb-xl-23 {
    margin-bottom: 2.3rem !important;
  }

  .mb-xl-24 {
    margin-bottom: 2.4rem !important;
  }

  .mb-xl-25 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xl-26 {
    margin-bottom: 2.6rem !important;
  }

  .mb-xl-27 {
    margin-bottom: 2.7rem !important;
  }

  .mb-xl-28 {
    margin-bottom: 2.8rem !important;
  }

  .mb-xl-29 {
    margin-bottom: 2.9rem !important;
  }

  .mb-xl-30 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-31 {
    margin-bottom: 3.1rem !important;
  }

  .mb-xl-32 {
    margin-bottom: 3.2rem !important;
  }

  .mb-xl-33 {
    margin-bottom: 3.3rem !important;
  }

  .mb-xl-34 {
    margin-bottom: 3.4rem !important;
  }

  .mb-xl-35 {
    margin-bottom: 3.5rem !important;
  }

  .mb-xl-36 {
    margin-bottom: 3.6rem !important;
  }

  .mb-xl-37 {
    margin-bottom: 3.7rem !important;
  }

  .mb-xl-38 {
    margin-bottom: 3.8rem !important;
  }

  .mb-xl-39 {
    margin-bottom: 3.9rem !important;
  }

  .mb-xl-40 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-41 {
    margin-bottom: 4.1rem !important;
  }

  .mb-xl-42 {
    margin-bottom: 4.2rem !important;
  }

  .mb-xl-43 {
    margin-bottom: 4.3rem !important;
  }

  .mb-xl-44 {
    margin-bottom: 4.4rem !important;
  }

  .mb-xl-45 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xl-46 {
    margin-bottom: 4.6rem !important;
  }

  .mb-xl-47 {
    margin-bottom: 4.7rem !important;
  }

  .mb-xl-48 {
    margin-bottom: 4.8rem !important;
  }

  .mb-xl-49 {
    margin-bottom: 4.9rem !important;
  }

  .mb-xl-50 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-51 {
    margin-bottom: 5.1rem !important;
  }

  .mb-xl-52 {
    margin-bottom: 5.2rem !important;
  }

  .mb-xl-53 {
    margin-bottom: 5.3rem !important;
  }

  .mb-xl-54 {
    margin-bottom: 5.4rem !important;
  }

  .mb-xl-55 {
    margin-bottom: 5.5rem !important;
  }

  .mb-xl-56 {
    margin-bottom: 5.6rem !important;
  }

  .mb-xl-57 {
    margin-bottom: 5.7rem !important;
  }

  .mb-xl-58 {
    margin-bottom: 5.8rem !important;
  }

  .mb-xl-59 {
    margin-bottom: 5.9rem !important;
  }

  .mb-xl-60 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-61 {
    margin-bottom: 6.1rem !important;
  }

  .mb-xl-62 {
    margin-bottom: 6.2rem !important;
  }

  .mb-xl-63 {
    margin-bottom: 6.3rem !important;
  }

  .mb-xl-64 {
    margin-bottom: 6.4rem !important;
  }

  .mb-xl-65 {
    margin-bottom: 6.5rem !important;
  }

  .mb-xl-66 {
    margin-bottom: 6.6rem !important;
  }

  .mb-xl-67 {
    margin-bottom: 6.7rem !important;
  }

  .mb-xl-68 {
    margin-bottom: 6.8rem !important;
  }

  .mb-xl-69 {
    margin-bottom: 6.9rem !important;
  }

  .mb-xl-70 {
    margin-bottom: 7rem !important;
  }

  .mb-xl-71 {
    margin-bottom: 7.1rem !important;
  }

  .mb-xl-72 {
    margin-bottom: 7.2rem !important;
  }

  .mb-xl-73 {
    margin-bottom: 7.3rem !important;
  }

  .mb-xl-74 {
    margin-bottom: 7.4rem !important;
  }

  .mb-xl-75 {
    margin-bottom: 7.5rem !important;
  }

  .mb-xl-76 {
    margin-bottom: 7.6rem !important;
  }

  .mb-xl-77 {
    margin-bottom: 7.7rem !important;
  }

  .mb-xl-78 {
    margin-bottom: 7.8rem !important;
  }

  .mb-xl-79 {
    margin-bottom: 7.9rem !important;
  }

  .mb-xl-80 {
    margin-bottom: 8rem !important;
  }

  .mb-xl-81 {
    margin-bottom: 8.1rem !important;
  }

  .mb-xl-82 {
    margin-bottom: 8.2rem !important;
  }

  .mb-xl-83 {
    margin-bottom: 8.3rem !important;
  }

  .mb-xl-84 {
    margin-bottom: 8.4rem !important;
  }

  .mb-xl-85 {
    margin-bottom: 8.5rem !important;
  }

  .mb-xl-86 {
    margin-bottom: 8.6rem !important;
  }

  .mb-xl-87 {
    margin-bottom: 8.7rem !important;
  }

  .mb-xl-88 {
    margin-bottom: 8.8rem !important;
  }

  .mb-xl-89 {
    margin-bottom: 8.9rem !important;
  }

  .mb-xl-90 {
    margin-bottom: 9rem !important;
  }

  .mb-xl-91 {
    margin-bottom: 9.1rem !important;
  }

  .mb-xl-92 {
    margin-bottom: 9.2rem !important;
  }

  .mb-xl-93 {
    margin-bottom: 9.3rem !important;
  }

  .mb-xl-94 {
    margin-bottom: 9.4rem !important;
  }

  .mb-xl-95 {
    margin-bottom: 9.5rem !important;
  }

  .mb-xl-96 {
    margin-bottom: 9.6rem !important;
  }

  .mb-xl-97 {
    margin-bottom: 9.7rem !important;
  }

  .mb-xl-98 {
    margin-bottom: 9.8rem !important;
  }

  .mb-xl-99 {
    margin-bottom: 9.9rem !important;
  }

  .mb-xl-100 {
    margin-bottom: 10rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-6 {
    margin-left: 0.6rem !important;
  }

  .ms-xl-7 {
    margin-left: 0.7rem !important;
  }

  .ms-xl-8 {
    margin-left: 0.8rem !important;
  }

  .ms-xl-9 {
    margin-left: 0.9rem !important;
  }

  .ms-xl-10 {
    margin-left: 1rem !important;
  }

  .ms-xl-11 {
    margin-left: 1.1rem !important;
  }

  .ms-xl-12 {
    margin-left: 1.2rem !important;
  }

  .ms-xl-13 {
    margin-left: 1.3rem !important;
  }

  .ms-xl-14 {
    margin-left: 1.4rem !important;
  }

  .ms-xl-15 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-16 {
    margin-left: 1.6rem !important;
  }

  .ms-xl-17 {
    margin-left: 1.7rem !important;
  }

  .ms-xl-18 {
    margin-left: 1.8rem !important;
  }

  .ms-xl-19 {
    margin-left: 1.9rem !important;
  }

  .ms-xl-20 {
    margin-left: 2rem !important;
  }

  .ms-xl-21 {
    margin-left: 2.1rem !important;
  }

  .ms-xl-22 {
    margin-left: 2.2rem !important;
  }

  .ms-xl-23 {
    margin-left: 2.3rem !important;
  }

  .ms-xl-24 {
    margin-left: 2.4rem !important;
  }

  .ms-xl-25 {
    margin-left: 2.5rem !important;
  }

  .ms-xl-26 {
    margin-left: 2.6rem !important;
  }

  .ms-xl-27 {
    margin-left: 2.7rem !important;
  }

  .ms-xl-28 {
    margin-left: 2.8rem !important;
  }

  .ms-xl-29 {
    margin-left: 2.9rem !important;
  }

  .ms-xl-30 {
    margin-left: 3rem !important;
  }

  .ms-xl-31 {
    margin-left: 3.1rem !important;
  }

  .ms-xl-32 {
    margin-left: 3.2rem !important;
  }

  .ms-xl-33 {
    margin-left: 3.3rem !important;
  }

  .ms-xl-34 {
    margin-left: 3.4rem !important;
  }

  .ms-xl-35 {
    margin-left: 3.5rem !important;
  }

  .ms-xl-36 {
    margin-left: 3.6rem !important;
  }

  .ms-xl-37 {
    margin-left: 3.7rem !important;
  }

  .ms-xl-38 {
    margin-left: 3.8rem !important;
  }

  .ms-xl-39 {
    margin-left: 3.9rem !important;
  }

  .ms-xl-40 {
    margin-left: 4rem !important;
  }

  .ms-xl-41 {
    margin-left: 4.1rem !important;
  }

  .ms-xl-42 {
    margin-left: 4.2rem !important;
  }

  .ms-xl-43 {
    margin-left: 4.3rem !important;
  }

  .ms-xl-44 {
    margin-left: 4.4rem !important;
  }

  .ms-xl-45 {
    margin-left: 4.5rem !important;
  }

  .ms-xl-46 {
    margin-left: 4.6rem !important;
  }

  .ms-xl-47 {
    margin-left: 4.7rem !important;
  }

  .ms-xl-48 {
    margin-left: 4.8rem !important;
  }

  .ms-xl-49 {
    margin-left: 4.9rem !important;
  }

  .ms-xl-50 {
    margin-left: 5rem !important;
  }

  .ms-xl-51 {
    margin-left: 5.1rem !important;
  }

  .ms-xl-52 {
    margin-left: 5.2rem !important;
  }

  .ms-xl-53 {
    margin-left: 5.3rem !important;
  }

  .ms-xl-54 {
    margin-left: 5.4rem !important;
  }

  .ms-xl-55 {
    margin-left: 5.5rem !important;
  }

  .ms-xl-56 {
    margin-left: 5.6rem !important;
  }

  .ms-xl-57 {
    margin-left: 5.7rem !important;
  }

  .ms-xl-58 {
    margin-left: 5.8rem !important;
  }

  .ms-xl-59 {
    margin-left: 5.9rem !important;
  }

  .ms-xl-60 {
    margin-left: 6rem !important;
  }

  .ms-xl-61 {
    margin-left: 6.1rem !important;
  }

  .ms-xl-62 {
    margin-left: 6.2rem !important;
  }

  .ms-xl-63 {
    margin-left: 6.3rem !important;
  }

  .ms-xl-64 {
    margin-left: 6.4rem !important;
  }

  .ms-xl-65 {
    margin-left: 6.5rem !important;
  }

  .ms-xl-66 {
    margin-left: 6.6rem !important;
  }

  .ms-xl-67 {
    margin-left: 6.7rem !important;
  }

  .ms-xl-68 {
    margin-left: 6.8rem !important;
  }

  .ms-xl-69 {
    margin-left: 6.9rem !important;
  }

  .ms-xl-70 {
    margin-left: 7rem !important;
  }

  .ms-xl-71 {
    margin-left: 7.1rem !important;
  }

  .ms-xl-72 {
    margin-left: 7.2rem !important;
  }

  .ms-xl-73 {
    margin-left: 7.3rem !important;
  }

  .ms-xl-74 {
    margin-left: 7.4rem !important;
  }

  .ms-xl-75 {
    margin-left: 7.5rem !important;
  }

  .ms-xl-76 {
    margin-left: 7.6rem !important;
  }

  .ms-xl-77 {
    margin-left: 7.7rem !important;
  }

  .ms-xl-78 {
    margin-left: 7.8rem !important;
  }

  .ms-xl-79 {
    margin-left: 7.9rem !important;
  }

  .ms-xl-80 {
    margin-left: 8rem !important;
  }

  .ms-xl-81 {
    margin-left: 8.1rem !important;
  }

  .ms-xl-82 {
    margin-left: 8.2rem !important;
  }

  .ms-xl-83 {
    margin-left: 8.3rem !important;
  }

  .ms-xl-84 {
    margin-left: 8.4rem !important;
  }

  .ms-xl-85 {
    margin-left: 8.5rem !important;
  }

  .ms-xl-86 {
    margin-left: 8.6rem !important;
  }

  .ms-xl-87 {
    margin-left: 8.7rem !important;
  }

  .ms-xl-88 {
    margin-left: 8.8rem !important;
  }

  .ms-xl-89 {
    margin-left: 8.9rem !important;
  }

  .ms-xl-90 {
    margin-left: 9rem !important;
  }

  .ms-xl-91 {
    margin-left: 9.1rem !important;
  }

  .ms-xl-92 {
    margin-left: 9.2rem !important;
  }

  .ms-xl-93 {
    margin-left: 9.3rem !important;
  }

  .ms-xl-94 {
    margin-left: 9.4rem !important;
  }

  .ms-xl-95 {
    margin-left: 9.5rem !important;
  }

  .ms-xl-96 {
    margin-left: 9.6rem !important;
  }

  .ms-xl-97 {
    margin-left: 9.7rem !important;
  }

  .ms-xl-98 {
    margin-left: 9.8rem !important;
  }

  .ms-xl-99 {
    margin-left: 9.9rem !important;
  }

  .ms-xl-100 {
    margin-left: 10rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .p-xl-6 {
    padding: 0.6rem !important;
  }

  .p-xl-7 {
    padding: 0.7rem !important;
  }

  .p-xl-8 {
    padding: 0.8rem !important;
  }

  .p-xl-9 {
    padding: 0.9rem !important;
  }

  .p-xl-10 {
    padding: 1rem !important;
  }

  .p-xl-11 {
    padding: 1.1rem !important;
  }

  .p-xl-12 {
    padding: 1.2rem !important;
  }

  .p-xl-13 {
    padding: 1.3rem !important;
  }

  .p-xl-14 {
    padding: 1.4rem !important;
  }

  .p-xl-15 {
    padding: 1.5rem !important;
  }

  .p-xl-16 {
    padding: 1.6rem !important;
  }

  .p-xl-17 {
    padding: 1.7rem !important;
  }

  .p-xl-18 {
    padding: 1.8rem !important;
  }

  .p-xl-19 {
    padding: 1.9rem !important;
  }

  .p-xl-20 {
    padding: 2rem !important;
  }

  .p-xl-21 {
    padding: 2.1rem !important;
  }

  .p-xl-22 {
    padding: 2.2rem !important;
  }

  .p-xl-23 {
    padding: 2.3rem !important;
  }

  .p-xl-24 {
    padding: 2.4rem !important;
  }

  .p-xl-25 {
    padding: 2.5rem !important;
  }

  .p-xl-26 {
    padding: 2.6rem !important;
  }

  .p-xl-27 {
    padding: 2.7rem !important;
  }

  .p-xl-28 {
    padding: 2.8rem !important;
  }

  .p-xl-29 {
    padding: 2.9rem !important;
  }

  .p-xl-30 {
    padding: 3rem !important;
  }

  .p-xl-31 {
    padding: 3.1rem !important;
  }

  .p-xl-32 {
    padding: 3.2rem !important;
  }

  .p-xl-33 {
    padding: 3.3rem !important;
  }

  .p-xl-34 {
    padding: 3.4rem !important;
  }

  .p-xl-35 {
    padding: 3.5rem !important;
  }

  .p-xl-36 {
    padding: 3.6rem !important;
  }

  .p-xl-37 {
    padding: 3.7rem !important;
  }

  .p-xl-38 {
    padding: 3.8rem !important;
  }

  .p-xl-39 {
    padding: 3.9rem !important;
  }

  .p-xl-40 {
    padding: 4rem !important;
  }

  .p-xl-41 {
    padding: 4.1rem !important;
  }

  .p-xl-42 {
    padding: 4.2rem !important;
  }

  .p-xl-43 {
    padding: 4.3rem !important;
  }

  .p-xl-44 {
    padding: 4.4rem !important;
  }

  .p-xl-45 {
    padding: 4.5rem !important;
  }

  .p-xl-46 {
    padding: 4.6rem !important;
  }

  .p-xl-47 {
    padding: 4.7rem !important;
  }

  .p-xl-48 {
    padding: 4.8rem !important;
  }

  .p-xl-49 {
    padding: 4.9rem !important;
  }

  .p-xl-50 {
    padding: 5rem !important;
  }

  .p-xl-51 {
    padding: 5.1rem !important;
  }

  .p-xl-52 {
    padding: 5.2rem !important;
  }

  .p-xl-53 {
    padding: 5.3rem !important;
  }

  .p-xl-54 {
    padding: 5.4rem !important;
  }

  .p-xl-55 {
    padding: 5.5rem !important;
  }

  .p-xl-56 {
    padding: 5.6rem !important;
  }

  .p-xl-57 {
    padding: 5.7rem !important;
  }

  .p-xl-58 {
    padding: 5.8rem !important;
  }

  .p-xl-59 {
    padding: 5.9rem !important;
  }

  .p-xl-60 {
    padding: 6rem !important;
  }

  .p-xl-61 {
    padding: 6.1rem !important;
  }

  .p-xl-62 {
    padding: 6.2rem !important;
  }

  .p-xl-63 {
    padding: 6.3rem !important;
  }

  .p-xl-64 {
    padding: 6.4rem !important;
  }

  .p-xl-65 {
    padding: 6.5rem !important;
  }

  .p-xl-66 {
    padding: 6.6rem !important;
  }

  .p-xl-67 {
    padding: 6.7rem !important;
  }

  .p-xl-68 {
    padding: 6.8rem !important;
  }

  .p-xl-69 {
    padding: 6.9rem !important;
  }

  .p-xl-70 {
    padding: 7rem !important;
  }

  .p-xl-71 {
    padding: 7.1rem !important;
  }

  .p-xl-72 {
    padding: 7.2rem !important;
  }

  .p-xl-73 {
    padding: 7.3rem !important;
  }

  .p-xl-74 {
    padding: 7.4rem !important;
  }

  .p-xl-75 {
    padding: 7.5rem !important;
  }

  .p-xl-76 {
    padding: 7.6rem !important;
  }

  .p-xl-77 {
    padding: 7.7rem !important;
  }

  .p-xl-78 {
    padding: 7.8rem !important;
  }

  .p-xl-79 {
    padding: 7.9rem !important;
  }

  .p-xl-80 {
    padding: 8rem !important;
  }

  .p-xl-81 {
    padding: 8.1rem !important;
  }

  .p-xl-82 {
    padding: 8.2rem !important;
  }

  .p-xl-83 {
    padding: 8.3rem !important;
  }

  .p-xl-84 {
    padding: 8.4rem !important;
  }

  .p-xl-85 {
    padding: 8.5rem !important;
  }

  .p-xl-86 {
    padding: 8.6rem !important;
  }

  .p-xl-87 {
    padding: 8.7rem !important;
  }

  .p-xl-88 {
    padding: 8.8rem !important;
  }

  .p-xl-89 {
    padding: 8.9rem !important;
  }

  .p-xl-90 {
    padding: 9rem !important;
  }

  .p-xl-91 {
    padding: 9.1rem !important;
  }

  .p-xl-92 {
    padding: 9.2rem !important;
  }

  .p-xl-93 {
    padding: 9.3rem !important;
  }

  .p-xl-94 {
    padding: 9.4rem !important;
  }

  .p-xl-95 {
    padding: 9.5rem !important;
  }

  .p-xl-96 {
    padding: 9.6rem !important;
  }

  .p-xl-97 {
    padding: 9.7rem !important;
  }

  .p-xl-98 {
    padding: 9.8rem !important;
  }

  .p-xl-99 {
    padding: 9.9rem !important;
  }

  .p-xl-100 {
    padding: 10rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-6 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-xl-7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }

  .px-xl-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-xl-9 {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }

  .px-xl-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-11 {
    padding-right: 1.1rem !important;
    padding-left: 1.1rem !important;
  }

  .px-xl-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .px-xl-13 {
    padding-right: 1.3rem !important;
    padding-left: 1.3rem !important;
  }

  .px-xl-14 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
  }

  .px-xl-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }

  .px-xl-17 {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important;
  }

  .px-xl-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }

  .px-xl-19 {
    padding-right: 1.9rem !important;
    padding-left: 1.9rem !important;
  }

  .px-xl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-21 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
  }

  .px-xl-22 {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important;
  }

  .px-xl-23 {
    padding-right: 2.3rem !important;
    padding-left: 2.3rem !important;
  }

  .px-xl-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }

  .px-xl-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xl-26 {
    padding-right: 2.6rem !important;
    padding-left: 2.6rem !important;
  }

  .px-xl-27 {
    padding-right: 2.7rem !important;
    padding-left: 2.7rem !important;
  }

  .px-xl-28 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }

  .px-xl-29 {
    padding-right: 2.9rem !important;
    padding-left: 2.9rem !important;
  }

  .px-xl-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-31 {
    padding-right: 3.1rem !important;
    padding-left: 3.1rem !important;
  }

  .px-xl-32 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }

  .px-xl-33 {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important;
  }

  .px-xl-34 {
    padding-right: 3.4rem !important;
    padding-left: 3.4rem !important;
  }

  .px-xl-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-xl-36 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }

  .px-xl-37 {
    padding-right: 3.7rem !important;
    padding-left: 3.7rem !important;
  }

  .px-xl-38 {
    padding-right: 3.8rem !important;
    padding-left: 3.8rem !important;
  }

  .px-xl-39 {
    padding-right: 3.9rem !important;
    padding-left: 3.9rem !important;
  }

  .px-xl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xl-41 {
    padding-right: 4.1rem !important;
    padding-left: 4.1rem !important;
  }

  .px-xl-42 {
    padding-right: 4.2rem !important;
    padding-left: 4.2rem !important;
  }

  .px-xl-43 {
    padding-right: 4.3rem !important;
    padding-left: 4.3rem !important;
  }

  .px-xl-44 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }

  .px-xl-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xl-46 {
    padding-right: 4.6rem !important;
    padding-left: 4.6rem !important;
  }

  .px-xl-47 {
    padding-right: 4.7rem !important;
    padding-left: 4.7rem !important;
  }

  .px-xl-48 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }

  .px-xl-49 {
    padding-right: 4.9rem !important;
    padding-left: 4.9rem !important;
  }

  .px-xl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xl-51 {
    padding-right: 5.1rem !important;
    padding-left: 5.1rem !important;
  }

  .px-xl-52 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important;
  }

  .px-xl-53 {
    padding-right: 5.3rem !important;
    padding-left: 5.3rem !important;
  }

  .px-xl-54 {
    padding-right: 5.4rem !important;
    padding-left: 5.4rem !important;
  }

  .px-xl-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .px-xl-56 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }

  .px-xl-57 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important;
  }

  .px-xl-58 {
    padding-right: 5.8rem !important;
    padding-left: 5.8rem !important;
  }

  .px-xl-59 {
    padding-right: 5.9rem !important;
    padding-left: 5.9rem !important;
  }

  .px-xl-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xl-61 {
    padding-right: 6.1rem !important;
    padding-left: 6.1rem !important;
  }

  .px-xl-62 {
    padding-right: 6.2rem !important;
    padding-left: 6.2rem !important;
  }

  .px-xl-63 {
    padding-right: 6.3rem !important;
    padding-left: 6.3rem !important;
  }

  .px-xl-64 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }

  .px-xl-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .px-xl-66 {
    padding-right: 6.6rem !important;
    padding-left: 6.6rem !important;
  }

  .px-xl-67 {
    padding-right: 6.7rem !important;
    padding-left: 6.7rem !important;
  }

  .px-xl-68 {
    padding-right: 6.8rem !important;
    padding-left: 6.8rem !important;
  }

  .px-xl-69 {
    padding-right: 6.9rem !important;
    padding-left: 6.9rem !important;
  }

  .px-xl-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-xl-71 {
    padding-right: 7.1rem !important;
    padding-left: 7.1rem !important;
  }

  .px-xl-72 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }

  .px-xl-73 {
    padding-right: 7.3rem !important;
    padding-left: 7.3rem !important;
  }

  .px-xl-74 {
    padding-right: 7.4rem !important;
    padding-left: 7.4rem !important;
  }

  .px-xl-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-xl-76 {
    padding-right: 7.6rem !important;
    padding-left: 7.6rem !important;
  }

  .px-xl-77 {
    padding-right: 7.7rem !important;
    padding-left: 7.7rem !important;
  }

  .px-xl-78 {
    padding-right: 7.8rem !important;
    padding-left: 7.8rem !important;
  }

  .px-xl-79 {
    padding-right: 7.9rem !important;
    padding-left: 7.9rem !important;
  }

  .px-xl-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-xl-81 {
    padding-right: 8.1rem !important;
    padding-left: 8.1rem !important;
  }

  .px-xl-82 {
    padding-right: 8.2rem !important;
    padding-left: 8.2rem !important;
  }

  .px-xl-83 {
    padding-right: 8.3rem !important;
    padding-left: 8.3rem !important;
  }

  .px-xl-84 {
    padding-right: 8.4rem !important;
    padding-left: 8.4rem !important;
  }

  .px-xl-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .px-xl-86 {
    padding-right: 8.6rem !important;
    padding-left: 8.6rem !important;
  }

  .px-xl-87 {
    padding-right: 8.7rem !important;
    padding-left: 8.7rem !important;
  }

  .px-xl-88 {
    padding-right: 8.8rem !important;
    padding-left: 8.8rem !important;
  }

  .px-xl-89 {
    padding-right: 8.9rem !important;
    padding-left: 8.9rem !important;
  }

  .px-xl-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xl-91 {
    padding-right: 9.1rem !important;
    padding-left: 9.1rem !important;
  }

  .px-xl-92 {
    padding-right: 9.2rem !important;
    padding-left: 9.2rem !important;
  }

  .px-xl-93 {
    padding-right: 9.3rem !important;
    padding-left: 9.3rem !important;
  }

  .px-xl-94 {
    padding-right: 9.4rem !important;
    padding-left: 9.4rem !important;
  }

  .px-xl-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .px-xl-96 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }

  .px-xl-97 {
    padding-right: 9.7rem !important;
    padding-left: 9.7rem !important;
  }

  .px-xl-98 {
    padding-right: 9.8rem !important;
    padding-left: 9.8rem !important;
  }

  .px-xl-99 {
    padding-right: 9.9rem !important;
    padding-left: 9.9rem !important;
  }

  .px-xl-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-xl-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }

  .py-xl-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-xl-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }

  .py-xl-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-11 {
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important;
  }

  .py-xl-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .py-xl-13 {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
  }

  .py-xl-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  .py-xl-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  .py-xl-17 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }

  .py-xl-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }

  .py-xl-19 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important;
  }

  .py-xl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-21 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }

  .py-xl-22 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }

  .py-xl-23 {
    padding-top: 2.3rem !important;
    padding-bottom: 2.3rem !important;
  }

  .py-xl-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .py-xl-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xl-26 {
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important;
  }

  .py-xl-27 {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important;
  }

  .py-xl-28 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }

  .py-xl-29 {
    padding-top: 2.9rem !important;
    padding-bottom: 2.9rem !important;
  }

  .py-xl-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-31 {
    padding-top: 3.1rem !important;
    padding-bottom: 3.1rem !important;
  }

  .py-xl-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }

  .py-xl-33 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important;
  }

  .py-xl-34 {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important;
  }

  .py-xl-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-xl-36 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }

  .py-xl-37 {
    padding-top: 3.7rem !important;
    padding-bottom: 3.7rem !important;
  }

  .py-xl-38 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important;
  }

  .py-xl-39 {
    padding-top: 3.9rem !important;
    padding-bottom: 3.9rem !important;
  }

  .py-xl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xl-41 {
    padding-top: 4.1rem !important;
    padding-bottom: 4.1rem !important;
  }

  .py-xl-42 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }

  .py-xl-43 {
    padding-top: 4.3rem !important;
    padding-bottom: 4.3rem !important;
  }

  .py-xl-44 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }

  .py-xl-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xl-46 {
    padding-top: 4.6rem !important;
    padding-bottom: 4.6rem !important;
  }

  .py-xl-47 {
    padding-top: 4.7rem !important;
    padding-bottom: 4.7rem !important;
  }

  .py-xl-48 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }

  .py-xl-49 {
    padding-top: 4.9rem !important;
    padding-bottom: 4.9rem !important;
  }

  .py-xl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xl-51 {
    padding-top: 5.1rem !important;
    padding-bottom: 5.1rem !important;
  }

  .py-xl-52 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }

  .py-xl-53 {
    padding-top: 5.3rem !important;
    padding-bottom: 5.3rem !important;
  }

  .py-xl-54 {
    padding-top: 5.4rem !important;
    padding-bottom: 5.4rem !important;
  }

  .py-xl-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .py-xl-56 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }

  .py-xl-57 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important;
  }

  .py-xl-58 {
    padding-top: 5.8rem !important;
    padding-bottom: 5.8rem !important;
  }

  .py-xl-59 {
    padding-top: 5.9rem !important;
    padding-bottom: 5.9rem !important;
  }

  .py-xl-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xl-61 {
    padding-top: 6.1rem !important;
    padding-bottom: 6.1rem !important;
  }

  .py-xl-62 {
    padding-top: 6.2rem !important;
    padding-bottom: 6.2rem !important;
  }

  .py-xl-63 {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important;
  }

  .py-xl-64 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }

  .py-xl-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .py-xl-66 {
    padding-top: 6.6rem !important;
    padding-bottom: 6.6rem !important;
  }

  .py-xl-67 {
    padding-top: 6.7rem !important;
    padding-bottom: 6.7rem !important;
  }

  .py-xl-68 {
    padding-top: 6.8rem !important;
    padding-bottom: 6.8rem !important;
  }

  .py-xl-69 {
    padding-top: 6.9rem !important;
    padding-bottom: 6.9rem !important;
  }

  .py-xl-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xl-71 {
    padding-top: 7.1rem !important;
    padding-bottom: 7.1rem !important;
  }

  .py-xl-72 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }

  .py-xl-73 {
    padding-top: 7.3rem !important;
    padding-bottom: 7.3rem !important;
  }

  .py-xl-74 {
    padding-top: 7.4rem !important;
    padding-bottom: 7.4rem !important;
  }

  .py-xl-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-xl-76 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important;
  }

  .py-xl-77 {
    padding-top: 7.7rem !important;
    padding-bottom: 7.7rem !important;
  }

  .py-xl-78 {
    padding-top: 7.8rem !important;
    padding-bottom: 7.8rem !important;
  }

  .py-xl-79 {
    padding-top: 7.9rem !important;
    padding-bottom: 7.9rem !important;
  }

  .py-xl-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xl-81 {
    padding-top: 8.1rem !important;
    padding-bottom: 8.1rem !important;
  }

  .py-xl-82 {
    padding-top: 8.2rem !important;
    padding-bottom: 8.2rem !important;
  }

  .py-xl-83 {
    padding-top: 8.3rem !important;
    padding-bottom: 8.3rem !important;
  }

  .py-xl-84 {
    padding-top: 8.4rem !important;
    padding-bottom: 8.4rem !important;
  }

  .py-xl-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .py-xl-86 {
    padding-top: 8.6rem !important;
    padding-bottom: 8.6rem !important;
  }

  .py-xl-87 {
    padding-top: 8.7rem !important;
    padding-bottom: 8.7rem !important;
  }

  .py-xl-88 {
    padding-top: 8.8rem !important;
    padding-bottom: 8.8rem !important;
  }

  .py-xl-89 {
    padding-top: 8.9rem !important;
    padding-bottom: 8.9rem !important;
  }

  .py-xl-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xl-91 {
    padding-top: 9.1rem !important;
    padding-bottom: 9.1rem !important;
  }

  .py-xl-92 {
    padding-top: 9.2rem !important;
    padding-bottom: 9.2rem !important;
  }

  .py-xl-93 {
    padding-top: 9.3rem !important;
    padding-bottom: 9.3rem !important;
  }

  .py-xl-94 {
    padding-top: 9.4rem !important;
    padding-bottom: 9.4rem !important;
  }

  .py-xl-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .py-xl-96 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }

  .py-xl-97 {
    padding-top: 9.7rem !important;
    padding-bottom: 9.7rem !important;
  }

  .py-xl-98 {
    padding-top: 9.8rem !important;
    padding-bottom: 9.8rem !important;
  }

  .py-xl-99 {
    padding-top: 9.9rem !important;
    padding-bottom: 9.9rem !important;
  }

  .py-xl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pt-xl-6 {
    padding-top: 0.6rem !important;
  }

  .pt-xl-7 {
    padding-top: 0.7rem !important;
  }

  .pt-xl-8 {
    padding-top: 0.8rem !important;
  }

  .pt-xl-9 {
    padding-top: 0.9rem !important;
  }

  .pt-xl-10 {
    padding-top: 1rem !important;
  }

  .pt-xl-11 {
    padding-top: 1.1rem !important;
  }

  .pt-xl-12 {
    padding-top: 1.2rem !important;
  }

  .pt-xl-13 {
    padding-top: 1.3rem !important;
  }

  .pt-xl-14 {
    padding-top: 1.4rem !important;
  }

  .pt-xl-15 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-16 {
    padding-top: 1.6rem !important;
  }

  .pt-xl-17 {
    padding-top: 1.7rem !important;
  }

  .pt-xl-18 {
    padding-top: 1.8rem !important;
  }

  .pt-xl-19 {
    padding-top: 1.9rem !important;
  }

  .pt-xl-20 {
    padding-top: 2rem !important;
  }

  .pt-xl-21 {
    padding-top: 2.1rem !important;
  }

  .pt-xl-22 {
    padding-top: 2.2rem !important;
  }

  .pt-xl-23 {
    padding-top: 2.3rem !important;
  }

  .pt-xl-24 {
    padding-top: 2.4rem !important;
  }

  .pt-xl-25 {
    padding-top: 2.5rem !important;
  }

  .pt-xl-26 {
    padding-top: 2.6rem !important;
  }

  .pt-xl-27 {
    padding-top: 2.7rem !important;
  }

  .pt-xl-28 {
    padding-top: 2.8rem !important;
  }

  .pt-xl-29 {
    padding-top: 2.9rem !important;
  }

  .pt-xl-30 {
    padding-top: 3rem !important;
  }

  .pt-xl-31 {
    padding-top: 3.1rem !important;
  }

  .pt-xl-32 {
    padding-top: 3.2rem !important;
  }

  .pt-xl-33 {
    padding-top: 3.3rem !important;
  }

  .pt-xl-34 {
    padding-top: 3.4rem !important;
  }

  .pt-xl-35 {
    padding-top: 3.5rem !important;
  }

  .pt-xl-36 {
    padding-top: 3.6rem !important;
  }

  .pt-xl-37 {
    padding-top: 3.7rem !important;
  }

  .pt-xl-38 {
    padding-top: 3.8rem !important;
  }

  .pt-xl-39 {
    padding-top: 3.9rem !important;
  }

  .pt-xl-40 {
    padding-top: 4rem !important;
  }

  .pt-xl-41 {
    padding-top: 4.1rem !important;
  }

  .pt-xl-42 {
    padding-top: 4.2rem !important;
  }

  .pt-xl-43 {
    padding-top: 4.3rem !important;
  }

  .pt-xl-44 {
    padding-top: 4.4rem !important;
  }

  .pt-xl-45 {
    padding-top: 4.5rem !important;
  }

  .pt-xl-46 {
    padding-top: 4.6rem !important;
  }

  .pt-xl-47 {
    padding-top: 4.7rem !important;
  }

  .pt-xl-48 {
    padding-top: 4.8rem !important;
  }

  .pt-xl-49 {
    padding-top: 4.9rem !important;
  }

  .pt-xl-50 {
    padding-top: 5rem !important;
  }

  .pt-xl-51 {
    padding-top: 5.1rem !important;
  }

  .pt-xl-52 {
    padding-top: 5.2rem !important;
  }

  .pt-xl-53 {
    padding-top: 5.3rem !important;
  }

  .pt-xl-54 {
    padding-top: 5.4rem !important;
  }

  .pt-xl-55 {
    padding-top: 5.5rem !important;
  }

  .pt-xl-56 {
    padding-top: 5.6rem !important;
  }

  .pt-xl-57 {
    padding-top: 5.7rem !important;
  }

  .pt-xl-58 {
    padding-top: 5.8rem !important;
  }

  .pt-xl-59 {
    padding-top: 5.9rem !important;
  }

  .pt-xl-60 {
    padding-top: 6rem !important;
  }

  .pt-xl-61 {
    padding-top: 6.1rem !important;
  }

  .pt-xl-62 {
    padding-top: 6.2rem !important;
  }

  .pt-xl-63 {
    padding-top: 6.3rem !important;
  }

  .pt-xl-64 {
    padding-top: 6.4rem !important;
  }

  .pt-xl-65 {
    padding-top: 6.5rem !important;
  }

  .pt-xl-66 {
    padding-top: 6.6rem !important;
  }

  .pt-xl-67 {
    padding-top: 6.7rem !important;
  }

  .pt-xl-68 {
    padding-top: 6.8rem !important;
  }

  .pt-xl-69 {
    padding-top: 6.9rem !important;
  }

  .pt-xl-70 {
    padding-top: 7rem !important;
  }

  .pt-xl-71 {
    padding-top: 7.1rem !important;
  }

  .pt-xl-72 {
    padding-top: 7.2rem !important;
  }

  .pt-xl-73 {
    padding-top: 7.3rem !important;
  }

  .pt-xl-74 {
    padding-top: 7.4rem !important;
  }

  .pt-xl-75 {
    padding-top: 7.5rem !important;
  }

  .pt-xl-76 {
    padding-top: 7.6rem !important;
  }

  .pt-xl-77 {
    padding-top: 7.7rem !important;
  }

  .pt-xl-78 {
    padding-top: 7.8rem !important;
  }

  .pt-xl-79 {
    padding-top: 7.9rem !important;
  }

  .pt-xl-80 {
    padding-top: 8rem !important;
  }

  .pt-xl-81 {
    padding-top: 8.1rem !important;
  }

  .pt-xl-82 {
    padding-top: 8.2rem !important;
  }

  .pt-xl-83 {
    padding-top: 8.3rem !important;
  }

  .pt-xl-84 {
    padding-top: 8.4rem !important;
  }

  .pt-xl-85 {
    padding-top: 8.5rem !important;
  }

  .pt-xl-86 {
    padding-top: 8.6rem !important;
  }

  .pt-xl-87 {
    padding-top: 8.7rem !important;
  }

  .pt-xl-88 {
    padding-top: 8.8rem !important;
  }

  .pt-xl-89 {
    padding-top: 8.9rem !important;
  }

  .pt-xl-90 {
    padding-top: 9rem !important;
  }

  .pt-xl-91 {
    padding-top: 9.1rem !important;
  }

  .pt-xl-92 {
    padding-top: 9.2rem !important;
  }

  .pt-xl-93 {
    padding-top: 9.3rem !important;
  }

  .pt-xl-94 {
    padding-top: 9.4rem !important;
  }

  .pt-xl-95 {
    padding-top: 9.5rem !important;
  }

  .pt-xl-96 {
    padding-top: 9.6rem !important;
  }

  .pt-xl-97 {
    padding-top: 9.7rem !important;
  }

  .pt-xl-98 {
    padding-top: 9.8rem !important;
  }

  .pt-xl-99 {
    padding-top: 9.9rem !important;
  }

  .pt-xl-100 {
    padding-top: 10rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pe-xl-6 {
    padding-right: 0.6rem !important;
  }

  .pe-xl-7 {
    padding-right: 0.7rem !important;
  }

  .pe-xl-8 {
    padding-right: 0.8rem !important;
  }

  .pe-xl-9 {
    padding-right: 0.9rem !important;
  }

  .pe-xl-10 {
    padding-right: 1rem !important;
  }

  .pe-xl-11 {
    padding-right: 1.1rem !important;
  }

  .pe-xl-12 {
    padding-right: 1.2rem !important;
  }

  .pe-xl-13 {
    padding-right: 1.3rem !important;
  }

  .pe-xl-14 {
    padding-right: 1.4rem !important;
  }

  .pe-xl-15 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-16 {
    padding-right: 1.6rem !important;
  }

  .pe-xl-17 {
    padding-right: 1.7rem !important;
  }

  .pe-xl-18 {
    padding-right: 1.8rem !important;
  }

  .pe-xl-19 {
    padding-right: 1.9rem !important;
  }

  .pe-xl-20 {
    padding-right: 2rem !important;
  }

  .pe-xl-21 {
    padding-right: 2.1rem !important;
  }

  .pe-xl-22 {
    padding-right: 2.2rem !important;
  }

  .pe-xl-23 {
    padding-right: 2.3rem !important;
  }

  .pe-xl-24 {
    padding-right: 2.4rem !important;
  }

  .pe-xl-25 {
    padding-right: 2.5rem !important;
  }

  .pe-xl-26 {
    padding-right: 2.6rem !important;
  }

  .pe-xl-27 {
    padding-right: 2.7rem !important;
  }

  .pe-xl-28 {
    padding-right: 2.8rem !important;
  }

  .pe-xl-29 {
    padding-right: 2.9rem !important;
  }

  .pe-xl-30 {
    padding-right: 3rem !important;
  }

  .pe-xl-31 {
    padding-right: 3.1rem !important;
  }

  .pe-xl-32 {
    padding-right: 3.2rem !important;
  }

  .pe-xl-33 {
    padding-right: 3.3rem !important;
  }

  .pe-xl-34 {
    padding-right: 3.4rem !important;
  }

  .pe-xl-35 {
    padding-right: 3.5rem !important;
  }

  .pe-xl-36 {
    padding-right: 3.6rem !important;
  }

  .pe-xl-37 {
    padding-right: 3.7rem !important;
  }

  .pe-xl-38 {
    padding-right: 3.8rem !important;
  }

  .pe-xl-39 {
    padding-right: 3.9rem !important;
  }

  .pe-xl-40 {
    padding-right: 4rem !important;
  }

  .pe-xl-41 {
    padding-right: 4.1rem !important;
  }

  .pe-xl-42 {
    padding-right: 4.2rem !important;
  }

  .pe-xl-43 {
    padding-right: 4.3rem !important;
  }

  .pe-xl-44 {
    padding-right: 4.4rem !important;
  }

  .pe-xl-45 {
    padding-right: 4.5rem !important;
  }

  .pe-xl-46 {
    padding-right: 4.6rem !important;
  }

  .pe-xl-47 {
    padding-right: 4.7rem !important;
  }

  .pe-xl-48 {
    padding-right: 4.8rem !important;
  }

  .pe-xl-49 {
    padding-right: 4.9rem !important;
  }

  .pe-xl-50 {
    padding-right: 5rem !important;
  }

  .pe-xl-51 {
    padding-right: 5.1rem !important;
  }

  .pe-xl-52 {
    padding-right: 5.2rem !important;
  }

  .pe-xl-53 {
    padding-right: 5.3rem !important;
  }

  .pe-xl-54 {
    padding-right: 5.4rem !important;
  }

  .pe-xl-55 {
    padding-right: 5.5rem !important;
  }

  .pe-xl-56 {
    padding-right: 5.6rem !important;
  }

  .pe-xl-57 {
    padding-right: 5.7rem !important;
  }

  .pe-xl-58 {
    padding-right: 5.8rem !important;
  }

  .pe-xl-59 {
    padding-right: 5.9rem !important;
  }

  .pe-xl-60 {
    padding-right: 6rem !important;
  }

  .pe-xl-61 {
    padding-right: 6.1rem !important;
  }

  .pe-xl-62 {
    padding-right: 6.2rem !important;
  }

  .pe-xl-63 {
    padding-right: 6.3rem !important;
  }

  .pe-xl-64 {
    padding-right: 6.4rem !important;
  }

  .pe-xl-65 {
    padding-right: 6.5rem !important;
  }

  .pe-xl-66 {
    padding-right: 6.6rem !important;
  }

  .pe-xl-67 {
    padding-right: 6.7rem !important;
  }

  .pe-xl-68 {
    padding-right: 6.8rem !important;
  }

  .pe-xl-69 {
    padding-right: 6.9rem !important;
  }

  .pe-xl-70 {
    padding-right: 7rem !important;
  }

  .pe-xl-71 {
    padding-right: 7.1rem !important;
  }

  .pe-xl-72 {
    padding-right: 7.2rem !important;
  }

  .pe-xl-73 {
    padding-right: 7.3rem !important;
  }

  .pe-xl-74 {
    padding-right: 7.4rem !important;
  }

  .pe-xl-75 {
    padding-right: 7.5rem !important;
  }

  .pe-xl-76 {
    padding-right: 7.6rem !important;
  }

  .pe-xl-77 {
    padding-right: 7.7rem !important;
  }

  .pe-xl-78 {
    padding-right: 7.8rem !important;
  }

  .pe-xl-79 {
    padding-right: 7.9rem !important;
  }

  .pe-xl-80 {
    padding-right: 8rem !important;
  }

  .pe-xl-81 {
    padding-right: 8.1rem !important;
  }

  .pe-xl-82 {
    padding-right: 8.2rem !important;
  }

  .pe-xl-83 {
    padding-right: 8.3rem !important;
  }

  .pe-xl-84 {
    padding-right: 8.4rem !important;
  }

  .pe-xl-85 {
    padding-right: 8.5rem !important;
  }

  .pe-xl-86 {
    padding-right: 8.6rem !important;
  }

  .pe-xl-87 {
    padding-right: 8.7rem !important;
  }

  .pe-xl-88 {
    padding-right: 8.8rem !important;
  }

  .pe-xl-89 {
    padding-right: 8.9rem !important;
  }

  .pe-xl-90 {
    padding-right: 9rem !important;
  }

  .pe-xl-91 {
    padding-right: 9.1rem !important;
  }

  .pe-xl-92 {
    padding-right: 9.2rem !important;
  }

  .pe-xl-93 {
    padding-right: 9.3rem !important;
  }

  .pe-xl-94 {
    padding-right: 9.4rem !important;
  }

  .pe-xl-95 {
    padding-right: 9.5rem !important;
  }

  .pe-xl-96 {
    padding-right: 9.6rem !important;
  }

  .pe-xl-97 {
    padding-right: 9.7rem !important;
  }

  .pe-xl-98 {
    padding-right: 9.8rem !important;
  }

  .pe-xl-99 {
    padding-right: 9.9rem !important;
  }

  .pe-xl-100 {
    padding-right: 10rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 0.6rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 0.7rem !important;
  }

  .pb-xl-8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-xl-9 {
    padding-bottom: 0.9rem !important;
  }

  .pb-xl-10 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-11 {
    padding-bottom: 1.1rem !important;
  }

  .pb-xl-12 {
    padding-bottom: 1.2rem !important;
  }

  .pb-xl-13 {
    padding-bottom: 1.3rem !important;
  }

  .pb-xl-14 {
    padding-bottom: 1.4rem !important;
  }

  .pb-xl-15 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-16 {
    padding-bottom: 1.6rem !important;
  }

  .pb-xl-17 {
    padding-bottom: 1.7rem !important;
  }

  .pb-xl-18 {
    padding-bottom: 1.8rem !important;
  }

  .pb-xl-19 {
    padding-bottom: 1.9rem !important;
  }

  .pb-xl-20 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-21 {
    padding-bottom: 2.1rem !important;
  }

  .pb-xl-22 {
    padding-bottom: 2.2rem !important;
  }

  .pb-xl-23 {
    padding-bottom: 2.3rem !important;
  }

  .pb-xl-24 {
    padding-bottom: 2.4rem !important;
  }

  .pb-xl-25 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xl-26 {
    padding-bottom: 2.6rem !important;
  }

  .pb-xl-27 {
    padding-bottom: 2.7rem !important;
  }

  .pb-xl-28 {
    padding-bottom: 2.8rem !important;
  }

  .pb-xl-29 {
    padding-bottom: 2.9rem !important;
  }

  .pb-xl-30 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-31 {
    padding-bottom: 3.1rem !important;
  }

  .pb-xl-32 {
    padding-bottom: 3.2rem !important;
  }

  .pb-xl-33 {
    padding-bottom: 3.3rem !important;
  }

  .pb-xl-34 {
    padding-bottom: 3.4rem !important;
  }

  .pb-xl-35 {
    padding-bottom: 3.5rem !important;
  }

  .pb-xl-36 {
    padding-bottom: 3.6rem !important;
  }

  .pb-xl-37 {
    padding-bottom: 3.7rem !important;
  }

  .pb-xl-38 {
    padding-bottom: 3.8rem !important;
  }

  .pb-xl-39 {
    padding-bottom: 3.9rem !important;
  }

  .pb-xl-40 {
    padding-bottom: 4rem !important;
  }

  .pb-xl-41 {
    padding-bottom: 4.1rem !important;
  }

  .pb-xl-42 {
    padding-bottom: 4.2rem !important;
  }

  .pb-xl-43 {
    padding-bottom: 4.3rem !important;
  }

  .pb-xl-44 {
    padding-bottom: 4.4rem !important;
  }

  .pb-xl-45 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xl-46 {
    padding-bottom: 4.6rem !important;
  }

  .pb-xl-47 {
    padding-bottom: 4.7rem !important;
  }

  .pb-xl-48 {
    padding-bottom: 4.8rem !important;
  }

  .pb-xl-49 {
    padding-bottom: 4.9rem !important;
  }

  .pb-xl-50 {
    padding-bottom: 5rem !important;
  }

  .pb-xl-51 {
    padding-bottom: 5.1rem !important;
  }

  .pb-xl-52 {
    padding-bottom: 5.2rem !important;
  }

  .pb-xl-53 {
    padding-bottom: 5.3rem !important;
  }

  .pb-xl-54 {
    padding-bottom: 5.4rem !important;
  }

  .pb-xl-55 {
    padding-bottom: 5.5rem !important;
  }

  .pb-xl-56 {
    padding-bottom: 5.6rem !important;
  }

  .pb-xl-57 {
    padding-bottom: 5.7rem !important;
  }

  .pb-xl-58 {
    padding-bottom: 5.8rem !important;
  }

  .pb-xl-59 {
    padding-bottom: 5.9rem !important;
  }

  .pb-xl-60 {
    padding-bottom: 6rem !important;
  }

  .pb-xl-61 {
    padding-bottom: 6.1rem !important;
  }

  .pb-xl-62 {
    padding-bottom: 6.2rem !important;
  }

  .pb-xl-63 {
    padding-bottom: 6.3rem !important;
  }

  .pb-xl-64 {
    padding-bottom: 6.4rem !important;
  }

  .pb-xl-65 {
    padding-bottom: 6.5rem !important;
  }

  .pb-xl-66 {
    padding-bottom: 6.6rem !important;
  }

  .pb-xl-67 {
    padding-bottom: 6.7rem !important;
  }

  .pb-xl-68 {
    padding-bottom: 6.8rem !important;
  }

  .pb-xl-69 {
    padding-bottom: 6.9rem !important;
  }

  .pb-xl-70 {
    padding-bottom: 7rem !important;
  }

  .pb-xl-71 {
    padding-bottom: 7.1rem !important;
  }

  .pb-xl-72 {
    padding-bottom: 7.2rem !important;
  }

  .pb-xl-73 {
    padding-bottom: 7.3rem !important;
  }

  .pb-xl-74 {
    padding-bottom: 7.4rem !important;
  }

  .pb-xl-75 {
    padding-bottom: 7.5rem !important;
  }

  .pb-xl-76 {
    padding-bottom: 7.6rem !important;
  }

  .pb-xl-77 {
    padding-bottom: 7.7rem !important;
  }

  .pb-xl-78 {
    padding-bottom: 7.8rem !important;
  }

  .pb-xl-79 {
    padding-bottom: 7.9rem !important;
  }

  .pb-xl-80 {
    padding-bottom: 8rem !important;
  }

  .pb-xl-81 {
    padding-bottom: 8.1rem !important;
  }

  .pb-xl-82 {
    padding-bottom: 8.2rem !important;
  }

  .pb-xl-83 {
    padding-bottom: 8.3rem !important;
  }

  .pb-xl-84 {
    padding-bottom: 8.4rem !important;
  }

  .pb-xl-85 {
    padding-bottom: 8.5rem !important;
  }

  .pb-xl-86 {
    padding-bottom: 8.6rem !important;
  }

  .pb-xl-87 {
    padding-bottom: 8.7rem !important;
  }

  .pb-xl-88 {
    padding-bottom: 8.8rem !important;
  }

  .pb-xl-89 {
    padding-bottom: 8.9rem !important;
  }

  .pb-xl-90 {
    padding-bottom: 9rem !important;
  }

  .pb-xl-91 {
    padding-bottom: 9.1rem !important;
  }

  .pb-xl-92 {
    padding-bottom: 9.2rem !important;
  }

  .pb-xl-93 {
    padding-bottom: 9.3rem !important;
  }

  .pb-xl-94 {
    padding-bottom: 9.4rem !important;
  }

  .pb-xl-95 {
    padding-bottom: 9.5rem !important;
  }

  .pb-xl-96 {
    padding-bottom: 9.6rem !important;
  }

  .pb-xl-97 {
    padding-bottom: 9.7rem !important;
  }

  .pb-xl-98 {
    padding-bottom: 9.8rem !important;
  }

  .pb-xl-99 {
    padding-bottom: 9.9rem !important;
  }

  .pb-xl-100 {
    padding-bottom: 10rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .ps-xl-6 {
    padding-left: 0.6rem !important;
  }

  .ps-xl-7 {
    padding-left: 0.7rem !important;
  }

  .ps-xl-8 {
    padding-left: 0.8rem !important;
  }

  .ps-xl-9 {
    padding-left: 0.9rem !important;
  }

  .ps-xl-10 {
    padding-left: 1rem !important;
  }

  .ps-xl-11 {
    padding-left: 1.1rem !important;
  }

  .ps-xl-12 {
    padding-left: 1.2rem !important;
  }

  .ps-xl-13 {
    padding-left: 1.3rem !important;
  }

  .ps-xl-14 {
    padding-left: 1.4rem !important;
  }

  .ps-xl-15 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-16 {
    padding-left: 1.6rem !important;
  }

  .ps-xl-17 {
    padding-left: 1.7rem !important;
  }

  .ps-xl-18 {
    padding-left: 1.8rem !important;
  }

  .ps-xl-19 {
    padding-left: 1.9rem !important;
  }

  .ps-xl-20 {
    padding-left: 2rem !important;
  }

  .ps-xl-21 {
    padding-left: 2.1rem !important;
  }

  .ps-xl-22 {
    padding-left: 2.2rem !important;
  }

  .ps-xl-23 {
    padding-left: 2.3rem !important;
  }

  .ps-xl-24 {
    padding-left: 2.4rem !important;
  }

  .ps-xl-25 {
    padding-left: 2.5rem !important;
  }

  .ps-xl-26 {
    padding-left: 2.6rem !important;
  }

  .ps-xl-27 {
    padding-left: 2.7rem !important;
  }

  .ps-xl-28 {
    padding-left: 2.8rem !important;
  }

  .ps-xl-29 {
    padding-left: 2.9rem !important;
  }

  .ps-xl-30 {
    padding-left: 3rem !important;
  }

  .ps-xl-31 {
    padding-left: 3.1rem !important;
  }

  .ps-xl-32 {
    padding-left: 3.2rem !important;
  }

  .ps-xl-33 {
    padding-left: 3.3rem !important;
  }

  .ps-xl-34 {
    padding-left: 3.4rem !important;
  }

  .ps-xl-35 {
    padding-left: 3.5rem !important;
  }

  .ps-xl-36 {
    padding-left: 3.6rem !important;
  }

  .ps-xl-37 {
    padding-left: 3.7rem !important;
  }

  .ps-xl-38 {
    padding-left: 3.8rem !important;
  }

  .ps-xl-39 {
    padding-left: 3.9rem !important;
  }

  .ps-xl-40 {
    padding-left: 4rem !important;
  }

  .ps-xl-41 {
    padding-left: 4.1rem !important;
  }

  .ps-xl-42 {
    padding-left: 4.2rem !important;
  }

  .ps-xl-43 {
    padding-left: 4.3rem !important;
  }

  .ps-xl-44 {
    padding-left: 4.4rem !important;
  }

  .ps-xl-45 {
    padding-left: 4.5rem !important;
  }

  .ps-xl-46 {
    padding-left: 4.6rem !important;
  }

  .ps-xl-47 {
    padding-left: 4.7rem !important;
  }

  .ps-xl-48 {
    padding-left: 4.8rem !important;
  }

  .ps-xl-49 {
    padding-left: 4.9rem !important;
  }

  .ps-xl-50 {
    padding-left: 5rem !important;
  }

  .ps-xl-51 {
    padding-left: 5.1rem !important;
  }

  .ps-xl-52 {
    padding-left: 5.2rem !important;
  }

  .ps-xl-53 {
    padding-left: 5.3rem !important;
  }

  .ps-xl-54 {
    padding-left: 5.4rem !important;
  }

  .ps-xl-55 {
    padding-left: 5.5rem !important;
  }

  .ps-xl-56 {
    padding-left: 5.6rem !important;
  }

  .ps-xl-57 {
    padding-left: 5.7rem !important;
  }

  .ps-xl-58 {
    padding-left: 5.8rem !important;
  }

  .ps-xl-59 {
    padding-left: 5.9rem !important;
  }

  .ps-xl-60 {
    padding-left: 6rem !important;
  }

  .ps-xl-61 {
    padding-left: 6.1rem !important;
  }

  .ps-xl-62 {
    padding-left: 6.2rem !important;
  }

  .ps-xl-63 {
    padding-left: 6.3rem !important;
  }

  .ps-xl-64 {
    padding-left: 6.4rem !important;
  }

  .ps-xl-65 {
    padding-left: 6.5rem !important;
  }

  .ps-xl-66 {
    padding-left: 6.6rem !important;
  }

  .ps-xl-67 {
    padding-left: 6.7rem !important;
  }

  .ps-xl-68 {
    padding-left: 6.8rem !important;
  }

  .ps-xl-69 {
    padding-left: 6.9rem !important;
  }

  .ps-xl-70 {
    padding-left: 7rem !important;
  }

  .ps-xl-71 {
    padding-left: 7.1rem !important;
  }

  .ps-xl-72 {
    padding-left: 7.2rem !important;
  }

  .ps-xl-73 {
    padding-left: 7.3rem !important;
  }

  .ps-xl-74 {
    padding-left: 7.4rem !important;
  }

  .ps-xl-75 {
    padding-left: 7.5rem !important;
  }

  .ps-xl-76 {
    padding-left: 7.6rem !important;
  }

  .ps-xl-77 {
    padding-left: 7.7rem !important;
  }

  .ps-xl-78 {
    padding-left: 7.8rem !important;
  }

  .ps-xl-79 {
    padding-left: 7.9rem !important;
  }

  .ps-xl-80 {
    padding-left: 8rem !important;
  }

  .ps-xl-81 {
    padding-left: 8.1rem !important;
  }

  .ps-xl-82 {
    padding-left: 8.2rem !important;
  }

  .ps-xl-83 {
    padding-left: 8.3rem !important;
  }

  .ps-xl-84 {
    padding-left: 8.4rem !important;
  }

  .ps-xl-85 {
    padding-left: 8.5rem !important;
  }

  .ps-xl-86 {
    padding-left: 8.6rem !important;
  }

  .ps-xl-87 {
    padding-left: 8.7rem !important;
  }

  .ps-xl-88 {
    padding-left: 8.8rem !important;
  }

  .ps-xl-89 {
    padding-left: 8.9rem !important;
  }

  .ps-xl-90 {
    padding-left: 9rem !important;
  }

  .ps-xl-91 {
    padding-left: 9.1rem !important;
  }

  .ps-xl-92 {
    padding-left: 9.2rem !important;
  }

  .ps-xl-93 {
    padding-left: 9.3rem !important;
  }

  .ps-xl-94 {
    padding-left: 9.4rem !important;
  }

  .ps-xl-95 {
    padding-left: 9.5rem !important;
  }

  .ps-xl-96 {
    padding-left: 9.6rem !important;
  }

  .ps-xl-97 {
    padding-left: 9.7rem !important;
  }

  .ps-xl-98 {
    padding-left: 9.8rem !important;
  }

  .ps-xl-99 {
    padding-left: 9.9rem !important;
  }

  .ps-xl-100 {
    padding-left: 10rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .gap-xxl-6 {
    gap: 0.6rem !important;
  }

  .gap-xxl-7 {
    gap: 0.7rem !important;
  }

  .gap-xxl-8 {
    gap: 0.8rem !important;
  }

  .gap-xxl-9 {
    gap: 0.9rem !important;
  }

  .gap-xxl-10 {
    gap: 1rem !important;
  }

  .gap-xxl-11 {
    gap: 1.1rem !important;
  }

  .gap-xxl-12 {
    gap: 1.2rem !important;
  }

  .gap-xxl-13 {
    gap: 1.3rem !important;
  }

  .gap-xxl-14 {
    gap: 1.4rem !important;
  }

  .gap-xxl-15 {
    gap: 1.5rem !important;
  }

  .gap-xxl-16 {
    gap: 1.6rem !important;
  }

  .gap-xxl-17 {
    gap: 1.7rem !important;
  }

  .gap-xxl-18 {
    gap: 1.8rem !important;
  }

  .gap-xxl-19 {
    gap: 1.9rem !important;
  }

  .gap-xxl-20 {
    gap: 2rem !important;
  }

  .gap-xxl-21 {
    gap: 2.1rem !important;
  }

  .gap-xxl-22 {
    gap: 2.2rem !important;
  }

  .gap-xxl-23 {
    gap: 2.3rem !important;
  }

  .gap-xxl-24 {
    gap: 2.4rem !important;
  }

  .gap-xxl-25 {
    gap: 2.5rem !important;
  }

  .gap-xxl-26 {
    gap: 2.6rem !important;
  }

  .gap-xxl-27 {
    gap: 2.7rem !important;
  }

  .gap-xxl-28 {
    gap: 2.8rem !important;
  }

  .gap-xxl-29 {
    gap: 2.9rem !important;
  }

  .gap-xxl-30 {
    gap: 3rem !important;
  }

  .gap-xxl-31 {
    gap: 3.1rem !important;
  }

  .gap-xxl-32 {
    gap: 3.2rem !important;
  }

  .gap-xxl-33 {
    gap: 3.3rem !important;
  }

  .gap-xxl-34 {
    gap: 3.4rem !important;
  }

  .gap-xxl-35 {
    gap: 3.5rem !important;
  }

  .gap-xxl-36 {
    gap: 3.6rem !important;
  }

  .gap-xxl-37 {
    gap: 3.7rem !important;
  }

  .gap-xxl-38 {
    gap: 3.8rem !important;
  }

  .gap-xxl-39 {
    gap: 3.9rem !important;
  }

  .gap-xxl-40 {
    gap: 4rem !important;
  }

  .gap-xxl-41 {
    gap: 4.1rem !important;
  }

  .gap-xxl-42 {
    gap: 4.2rem !important;
  }

  .gap-xxl-43 {
    gap: 4.3rem !important;
  }

  .gap-xxl-44 {
    gap: 4.4rem !important;
  }

  .gap-xxl-45 {
    gap: 4.5rem !important;
  }

  .gap-xxl-46 {
    gap: 4.6rem !important;
  }

  .gap-xxl-47 {
    gap: 4.7rem !important;
  }

  .gap-xxl-48 {
    gap: 4.8rem !important;
  }

  .gap-xxl-49 {
    gap: 4.9rem !important;
  }

  .gap-xxl-50 {
    gap: 5rem !important;
  }

  .gap-xxl-51 {
    gap: 5.1rem !important;
  }

  .gap-xxl-52 {
    gap: 5.2rem !important;
  }

  .gap-xxl-53 {
    gap: 5.3rem !important;
  }

  .gap-xxl-54 {
    gap: 5.4rem !important;
  }

  .gap-xxl-55 {
    gap: 5.5rem !important;
  }

  .gap-xxl-56 {
    gap: 5.6rem !important;
  }

  .gap-xxl-57 {
    gap: 5.7rem !important;
  }

  .gap-xxl-58 {
    gap: 5.8rem !important;
  }

  .gap-xxl-59 {
    gap: 5.9rem !important;
  }

  .gap-xxl-60 {
    gap: 6rem !important;
  }

  .gap-xxl-61 {
    gap: 6.1rem !important;
  }

  .gap-xxl-62 {
    gap: 6.2rem !important;
  }

  .gap-xxl-63 {
    gap: 6.3rem !important;
  }

  .gap-xxl-64 {
    gap: 6.4rem !important;
  }

  .gap-xxl-65 {
    gap: 6.5rem !important;
  }

  .gap-xxl-66 {
    gap: 6.6rem !important;
  }

  .gap-xxl-67 {
    gap: 6.7rem !important;
  }

  .gap-xxl-68 {
    gap: 6.8rem !important;
  }

  .gap-xxl-69 {
    gap: 6.9rem !important;
  }

  .gap-xxl-70 {
    gap: 7rem !important;
  }

  .gap-xxl-71 {
    gap: 7.1rem !important;
  }

  .gap-xxl-72 {
    gap: 7.2rem !important;
  }

  .gap-xxl-73 {
    gap: 7.3rem !important;
  }

  .gap-xxl-74 {
    gap: 7.4rem !important;
  }

  .gap-xxl-75 {
    gap: 7.5rem !important;
  }

  .gap-xxl-76 {
    gap: 7.6rem !important;
  }

  .gap-xxl-77 {
    gap: 7.7rem !important;
  }

  .gap-xxl-78 {
    gap: 7.8rem !important;
  }

  .gap-xxl-79 {
    gap: 7.9rem !important;
  }

  .gap-xxl-80 {
    gap: 8rem !important;
  }

  .gap-xxl-81 {
    gap: 8.1rem !important;
  }

  .gap-xxl-82 {
    gap: 8.2rem !important;
  }

  .gap-xxl-83 {
    gap: 8.3rem !important;
  }

  .gap-xxl-84 {
    gap: 8.4rem !important;
  }

  .gap-xxl-85 {
    gap: 8.5rem !important;
  }

  .gap-xxl-86 {
    gap: 8.6rem !important;
  }

  .gap-xxl-87 {
    gap: 8.7rem !important;
  }

  .gap-xxl-88 {
    gap: 8.8rem !important;
  }

  .gap-xxl-89 {
    gap: 8.9rem !important;
  }

  .gap-xxl-90 {
    gap: 9rem !important;
  }

  .gap-xxl-91 {
    gap: 9.1rem !important;
  }

  .gap-xxl-92 {
    gap: 9.2rem !important;
  }

  .gap-xxl-93 {
    gap: 9.3rem !important;
  }

  .gap-xxl-94 {
    gap: 9.4rem !important;
  }

  .gap-xxl-95 {
    gap: 9.5rem !important;
  }

  .gap-xxl-96 {
    gap: 9.6rem !important;
  }

  .gap-xxl-97 {
    gap: 9.7rem !important;
  }

  .gap-xxl-98 {
    gap: 9.8rem !important;
  }

  .gap-xxl-99 {
    gap: 9.9rem !important;
  }

  .gap-xxl-100 {
    gap: 10rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-6 {
    margin: 0.6rem !important;
  }

  .m-xxl-7 {
    margin: 0.7rem !important;
  }

  .m-xxl-8 {
    margin: 0.8rem !important;
  }

  .m-xxl-9 {
    margin: 0.9rem !important;
  }

  .m-xxl-10 {
    margin: 1rem !important;
  }

  .m-xxl-11 {
    margin: 1.1rem !important;
  }

  .m-xxl-12 {
    margin: 1.2rem !important;
  }

  .m-xxl-13 {
    margin: 1.3rem !important;
  }

  .m-xxl-14 {
    margin: 1.4rem !important;
  }

  .m-xxl-15 {
    margin: 1.5rem !important;
  }

  .m-xxl-16 {
    margin: 1.6rem !important;
  }

  .m-xxl-17 {
    margin: 1.7rem !important;
  }

  .m-xxl-18 {
    margin: 1.8rem !important;
  }

  .m-xxl-19 {
    margin: 1.9rem !important;
  }

  .m-xxl-20 {
    margin: 2rem !important;
  }

  .m-xxl-21 {
    margin: 2.1rem !important;
  }

  .m-xxl-22 {
    margin: 2.2rem !important;
  }

  .m-xxl-23 {
    margin: 2.3rem !important;
  }

  .m-xxl-24 {
    margin: 2.4rem !important;
  }

  .m-xxl-25 {
    margin: 2.5rem !important;
  }

  .m-xxl-26 {
    margin: 2.6rem !important;
  }

  .m-xxl-27 {
    margin: 2.7rem !important;
  }

  .m-xxl-28 {
    margin: 2.8rem !important;
  }

  .m-xxl-29 {
    margin: 2.9rem !important;
  }

  .m-xxl-30 {
    margin: 3rem !important;
  }

  .m-xxl-31 {
    margin: 3.1rem !important;
  }

  .m-xxl-32 {
    margin: 3.2rem !important;
  }

  .m-xxl-33 {
    margin: 3.3rem !important;
  }

  .m-xxl-34 {
    margin: 3.4rem !important;
  }

  .m-xxl-35 {
    margin: 3.5rem !important;
  }

  .m-xxl-36 {
    margin: 3.6rem !important;
  }

  .m-xxl-37 {
    margin: 3.7rem !important;
  }

  .m-xxl-38 {
    margin: 3.8rem !important;
  }

  .m-xxl-39 {
    margin: 3.9rem !important;
  }

  .m-xxl-40 {
    margin: 4rem !important;
  }

  .m-xxl-41 {
    margin: 4.1rem !important;
  }

  .m-xxl-42 {
    margin: 4.2rem !important;
  }

  .m-xxl-43 {
    margin: 4.3rem !important;
  }

  .m-xxl-44 {
    margin: 4.4rem !important;
  }

  .m-xxl-45 {
    margin: 4.5rem !important;
  }

  .m-xxl-46 {
    margin: 4.6rem !important;
  }

  .m-xxl-47 {
    margin: 4.7rem !important;
  }

  .m-xxl-48 {
    margin: 4.8rem !important;
  }

  .m-xxl-49 {
    margin: 4.9rem !important;
  }

  .m-xxl-50 {
    margin: 5rem !important;
  }

  .m-xxl-51 {
    margin: 5.1rem !important;
  }

  .m-xxl-52 {
    margin: 5.2rem !important;
  }

  .m-xxl-53 {
    margin: 5.3rem !important;
  }

  .m-xxl-54 {
    margin: 5.4rem !important;
  }

  .m-xxl-55 {
    margin: 5.5rem !important;
  }

  .m-xxl-56 {
    margin: 5.6rem !important;
  }

  .m-xxl-57 {
    margin: 5.7rem !important;
  }

  .m-xxl-58 {
    margin: 5.8rem !important;
  }

  .m-xxl-59 {
    margin: 5.9rem !important;
  }

  .m-xxl-60 {
    margin: 6rem !important;
  }

  .m-xxl-61 {
    margin: 6.1rem !important;
  }

  .m-xxl-62 {
    margin: 6.2rem !important;
  }

  .m-xxl-63 {
    margin: 6.3rem !important;
  }

  .m-xxl-64 {
    margin: 6.4rem !important;
  }

  .m-xxl-65 {
    margin: 6.5rem !important;
  }

  .m-xxl-66 {
    margin: 6.6rem !important;
  }

  .m-xxl-67 {
    margin: 6.7rem !important;
  }

  .m-xxl-68 {
    margin: 6.8rem !important;
  }

  .m-xxl-69 {
    margin: 6.9rem !important;
  }

  .m-xxl-70 {
    margin: 7rem !important;
  }

  .m-xxl-71 {
    margin: 7.1rem !important;
  }

  .m-xxl-72 {
    margin: 7.2rem !important;
  }

  .m-xxl-73 {
    margin: 7.3rem !important;
  }

  .m-xxl-74 {
    margin: 7.4rem !important;
  }

  .m-xxl-75 {
    margin: 7.5rem !important;
  }

  .m-xxl-76 {
    margin: 7.6rem !important;
  }

  .m-xxl-77 {
    margin: 7.7rem !important;
  }

  .m-xxl-78 {
    margin: 7.8rem !important;
  }

  .m-xxl-79 {
    margin: 7.9rem !important;
  }

  .m-xxl-80 {
    margin: 8rem !important;
  }

  .m-xxl-81 {
    margin: 8.1rem !important;
  }

  .m-xxl-82 {
    margin: 8.2rem !important;
  }

  .m-xxl-83 {
    margin: 8.3rem !important;
  }

  .m-xxl-84 {
    margin: 8.4rem !important;
  }

  .m-xxl-85 {
    margin: 8.5rem !important;
  }

  .m-xxl-86 {
    margin: 8.6rem !important;
  }

  .m-xxl-87 {
    margin: 8.7rem !important;
  }

  .m-xxl-88 {
    margin: 8.8rem !important;
  }

  .m-xxl-89 {
    margin: 8.9rem !important;
  }

  .m-xxl-90 {
    margin: 9rem !important;
  }

  .m-xxl-91 {
    margin: 9.1rem !important;
  }

  .m-xxl-92 {
    margin: 9.2rem !important;
  }

  .m-xxl-93 {
    margin: 9.3rem !important;
  }

  .m-xxl-94 {
    margin: 9.4rem !important;
  }

  .m-xxl-95 {
    margin: 9.5rem !important;
  }

  .m-xxl-96 {
    margin: 9.6rem !important;
  }

  .m-xxl-97 {
    margin: 9.7rem !important;
  }

  .m-xxl-98 {
    margin: 9.8rem !important;
  }

  .m-xxl-99 {
    margin: 9.9rem !important;
  }

  .m-xxl-100 {
    margin: 10rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-6 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-xxl-7 {
    margin-right: 0.7rem !important;
    margin-left: 0.7rem !important;
  }

  .mx-xxl-8 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }

  .mx-xxl-9 {
    margin-right: 0.9rem !important;
    margin-left: 0.9rem !important;
  }

  .mx-xxl-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-11 {
    margin-right: 1.1rem !important;
    margin-left: 1.1rem !important;
  }

  .mx-xxl-12 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .mx-xxl-13 {
    margin-right: 1.3rem !important;
    margin-left: 1.3rem !important;
  }

  .mx-xxl-14 {
    margin-right: 1.4rem !important;
    margin-left: 1.4rem !important;
  }

  .mx-xxl-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-16 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }

  .mx-xxl-17 {
    margin-right: 1.7rem !important;
    margin-left: 1.7rem !important;
  }

  .mx-xxl-18 {
    margin-right: 1.8rem !important;
    margin-left: 1.8rem !important;
  }

  .mx-xxl-19 {
    margin-right: 1.9rem !important;
    margin-left: 1.9rem !important;
  }

  .mx-xxl-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxl-21 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }

  .mx-xxl-22 {
    margin-right: 2.2rem !important;
    margin-left: 2.2rem !important;
  }

  .mx-xxl-23 {
    margin-right: 2.3rem !important;
    margin-left: 2.3rem !important;
  }

  .mx-xxl-24 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .mx-xxl-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xxl-26 {
    margin-right: 2.6rem !important;
    margin-left: 2.6rem !important;
  }

  .mx-xxl-27 {
    margin-right: 2.7rem !important;
    margin-left: 2.7rem !important;
  }

  .mx-xxl-28 {
    margin-right: 2.8rem !important;
    margin-left: 2.8rem !important;
  }

  .mx-xxl-29 {
    margin-right: 2.9rem !important;
    margin-left: 2.9rem !important;
  }

  .mx-xxl-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-31 {
    margin-right: 3.1rem !important;
    margin-left: 3.1rem !important;
  }

  .mx-xxl-32 {
    margin-right: 3.2rem !important;
    margin-left: 3.2rem !important;
  }

  .mx-xxl-33 {
    margin-right: 3.3rem !important;
    margin-left: 3.3rem !important;
  }

  .mx-xxl-34 {
    margin-right: 3.4rem !important;
    margin-left: 3.4rem !important;
  }

  .mx-xxl-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-xxl-36 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }

  .mx-xxl-37 {
    margin-right: 3.7rem !important;
    margin-left: 3.7rem !important;
  }

  .mx-xxl-38 {
    margin-right: 3.8rem !important;
    margin-left: 3.8rem !important;
  }

  .mx-xxl-39 {
    margin-right: 3.9rem !important;
    margin-left: 3.9rem !important;
  }

  .mx-xxl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxl-41 {
    margin-right: 4.1rem !important;
    margin-left: 4.1rem !important;
  }

  .mx-xxl-42 {
    margin-right: 4.2rem !important;
    margin-left: 4.2rem !important;
  }

  .mx-xxl-43 {
    margin-right: 4.3rem !important;
    margin-left: 4.3rem !important;
  }

  .mx-xxl-44 {
    margin-right: 4.4rem !important;
    margin-left: 4.4rem !important;
  }

  .mx-xxl-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xxl-46 {
    margin-right: 4.6rem !important;
    margin-left: 4.6rem !important;
  }

  .mx-xxl-47 {
    margin-right: 4.7rem !important;
    margin-left: 4.7rem !important;
  }

  .mx-xxl-48 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !important;
  }

  .mx-xxl-49 {
    margin-right: 4.9rem !important;
    margin-left: 4.9rem !important;
  }

  .mx-xxl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xxl-51 {
    margin-right: 5.1rem !important;
    margin-left: 5.1rem !important;
  }

  .mx-xxl-52 {
    margin-right: 5.2rem !important;
    margin-left: 5.2rem !important;
  }

  .mx-xxl-53 {
    margin-right: 5.3rem !important;
    margin-left: 5.3rem !important;
  }

  .mx-xxl-54 {
    margin-right: 5.4rem !important;
    margin-left: 5.4rem !important;
  }

  .mx-xxl-55 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }

  .mx-xxl-56 {
    margin-right: 5.6rem !important;
    margin-left: 5.6rem !important;
  }

  .mx-xxl-57 {
    margin-right: 5.7rem !important;
    margin-left: 5.7rem !important;
  }

  .mx-xxl-58 {
    margin-right: 5.8rem !important;
    margin-left: 5.8rem !important;
  }

  .mx-xxl-59 {
    margin-right: 5.9rem !important;
    margin-left: 5.9rem !important;
  }

  .mx-xxl-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xxl-61 {
    margin-right: 6.1rem !important;
    margin-left: 6.1rem !important;
  }

  .mx-xxl-62 {
    margin-right: 6.2rem !important;
    margin-left: 6.2rem !important;
  }

  .mx-xxl-63 {
    margin-right: 6.3rem !important;
    margin-left: 6.3rem !important;
  }

  .mx-xxl-64 {
    margin-right: 6.4rem !important;
    margin-left: 6.4rem !important;
  }

  .mx-xxl-65 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }

  .mx-xxl-66 {
    margin-right: 6.6rem !important;
    margin-left: 6.6rem !important;
  }

  .mx-xxl-67 {
    margin-right: 6.7rem !important;
    margin-left: 6.7rem !important;
  }

  .mx-xxl-68 {
    margin-right: 6.8rem !important;
    margin-left: 6.8rem !important;
  }

  .mx-xxl-69 {
    margin-right: 6.9rem !important;
    margin-left: 6.9rem !important;
  }

  .mx-xxl-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xxl-71 {
    margin-right: 7.1rem !important;
    margin-left: 7.1rem !important;
  }

  .mx-xxl-72 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }

  .mx-xxl-73 {
    margin-right: 7.3rem !important;
    margin-left: 7.3rem !important;
  }

  .mx-xxl-74 {
    margin-right: 7.4rem !important;
    margin-left: 7.4rem !important;
  }

  .mx-xxl-75 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .mx-xxl-76 {
    margin-right: 7.6rem !important;
    margin-left: 7.6rem !important;
  }

  .mx-xxl-77 {
    margin-right: 7.7rem !important;
    margin-left: 7.7rem !important;
  }

  .mx-xxl-78 {
    margin-right: 7.8rem !important;
    margin-left: 7.8rem !important;
  }

  .mx-xxl-79 {
    margin-right: 7.9rem !important;
    margin-left: 7.9rem !important;
  }

  .mx-xxl-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-xxl-81 {
    margin-right: 8.1rem !important;
    margin-left: 8.1rem !important;
  }

  .mx-xxl-82 {
    margin-right: 8.2rem !important;
    margin-left: 8.2rem !important;
  }

  .mx-xxl-83 {
    margin-right: 8.3rem !important;
    margin-left: 8.3rem !important;
  }

  .mx-xxl-84 {
    margin-right: 8.4rem !important;
    margin-left: 8.4rem !important;
  }

  .mx-xxl-85 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }

  .mx-xxl-86 {
    margin-right: 8.6rem !important;
    margin-left: 8.6rem !important;
  }

  .mx-xxl-87 {
    margin-right: 8.7rem !important;
    margin-left: 8.7rem !important;
  }

  .mx-xxl-88 {
    margin-right: 8.8rem !important;
    margin-left: 8.8rem !important;
  }

  .mx-xxl-89 {
    margin-right: 8.9rem !important;
    margin-left: 8.9rem !important;
  }

  .mx-xxl-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xxl-91 {
    margin-right: 9.1rem !important;
    margin-left: 9.1rem !important;
  }

  .mx-xxl-92 {
    margin-right: 9.2rem !important;
    margin-left: 9.2rem !important;
  }

  .mx-xxl-93 {
    margin-right: 9.3rem !important;
    margin-left: 9.3rem !important;
  }

  .mx-xxl-94 {
    margin-right: 9.4rem !important;
    margin-left: 9.4rem !important;
  }

  .mx-xxl-95 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }

  .mx-xxl-96 {
    margin-right: 9.6rem !important;
    margin-left: 9.6rem !important;
  }

  .mx-xxl-97 {
    margin-right: 9.7rem !important;
    margin-left: 9.7rem !important;
  }

  .mx-xxl-98 {
    margin-right: 9.8rem !important;
    margin-left: 9.8rem !important;
  }

  .mx-xxl-99 {
    margin-right: 9.9rem !important;
    margin-left: 9.9rem !important;
  }

  .mx-xxl-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-6 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-xxl-7 {
    margin-top: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }

  .my-xxl-8 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }

  .my-xxl-9 {
    margin-top: 0.9rem !important;
    margin-bottom: 0.9rem !important;
  }

  .my-xxl-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-11 {
    margin-top: 1.1rem !important;
    margin-bottom: 1.1rem !important;
  }

  .my-xxl-12 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .my-xxl-13 {
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important;
  }

  .my-xxl-14 {
    margin-top: 1.4rem !important;
    margin-bottom: 1.4rem !important;
  }

  .my-xxl-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-16 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }

  .my-xxl-17 {
    margin-top: 1.7rem !important;
    margin-bottom: 1.7rem !important;
  }

  .my-xxl-18 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important;
  }

  .my-xxl-19 {
    margin-top: 1.9rem !important;
    margin-bottom: 1.9rem !important;
  }

  .my-xxl-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxl-21 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }

  .my-xxl-22 {
    margin-top: 2.2rem !important;
    margin-bottom: 2.2rem !important;
  }

  .my-xxl-23 {
    margin-top: 2.3rem !important;
    margin-bottom: 2.3rem !important;
  }

  .my-xxl-24 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .my-xxl-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xxl-26 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important;
  }

  .my-xxl-27 {
    margin-top: 2.7rem !important;
    margin-bottom: 2.7rem !important;
  }

  .my-xxl-28 {
    margin-top: 2.8rem !important;
    margin-bottom: 2.8rem !important;
  }

  .my-xxl-29 {
    margin-top: 2.9rem !important;
    margin-bottom: 2.9rem !important;
  }

  .my-xxl-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-31 {
    margin-top: 3.1rem !important;
    margin-bottom: 3.1rem !important;
  }

  .my-xxl-32 {
    margin-top: 3.2rem !important;
    margin-bottom: 3.2rem !important;
  }

  .my-xxl-33 {
    margin-top: 3.3rem !important;
    margin-bottom: 3.3rem !important;
  }

  .my-xxl-34 {
    margin-top: 3.4rem !important;
    margin-bottom: 3.4rem !important;
  }

  .my-xxl-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-xxl-36 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }

  .my-xxl-37 {
    margin-top: 3.7rem !important;
    margin-bottom: 3.7rem !important;
  }

  .my-xxl-38 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important;
  }

  .my-xxl-39 {
    margin-top: 3.9rem !important;
    margin-bottom: 3.9rem !important;
  }

  .my-xxl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxl-41 {
    margin-top: 4.1rem !important;
    margin-bottom: 4.1rem !important;
  }

  .my-xxl-42 {
    margin-top: 4.2rem !important;
    margin-bottom: 4.2rem !important;
  }

  .my-xxl-43 {
    margin-top: 4.3rem !important;
    margin-bottom: 4.3rem !important;
  }

  .my-xxl-44 {
    margin-top: 4.4rem !important;
    margin-bottom: 4.4rem !important;
  }

  .my-xxl-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xxl-46 {
    margin-top: 4.6rem !important;
    margin-bottom: 4.6rem !important;
  }

  .my-xxl-47 {
    margin-top: 4.7rem !important;
    margin-bottom: 4.7rem !important;
  }

  .my-xxl-48 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }

  .my-xxl-49 {
    margin-top: 4.9rem !important;
    margin-bottom: 4.9rem !important;
  }

  .my-xxl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xxl-51 {
    margin-top: 5.1rem !important;
    margin-bottom: 5.1rem !important;
  }

  .my-xxl-52 {
    margin-top: 5.2rem !important;
    margin-bottom: 5.2rem !important;
  }

  .my-xxl-53 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important;
  }

  .my-xxl-54 {
    margin-top: 5.4rem !important;
    margin-bottom: 5.4rem !important;
  }

  .my-xxl-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }

  .my-xxl-56 {
    margin-top: 5.6rem !important;
    margin-bottom: 5.6rem !important;
  }

  .my-xxl-57 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important;
  }

  .my-xxl-58 {
    margin-top: 5.8rem !important;
    margin-bottom: 5.8rem !important;
  }

  .my-xxl-59 {
    margin-top: 5.9rem !important;
    margin-bottom: 5.9rem !important;
  }

  .my-xxl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xxl-61 {
    margin-top: 6.1rem !important;
    margin-bottom: 6.1rem !important;
  }

  .my-xxl-62 {
    margin-top: 6.2rem !important;
    margin-bottom: 6.2rem !important;
  }

  .my-xxl-63 {
    margin-top: 6.3rem !important;
    margin-bottom: 6.3rem !important;
  }

  .my-xxl-64 {
    margin-top: 6.4rem !important;
    margin-bottom: 6.4rem !important;
  }

  .my-xxl-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }

  .my-xxl-66 {
    margin-top: 6.6rem !important;
    margin-bottom: 6.6rem !important;
  }

  .my-xxl-67 {
    margin-top: 6.7rem !important;
    margin-bottom: 6.7rem !important;
  }

  .my-xxl-68 {
    margin-top: 6.8rem !important;
    margin-bottom: 6.8rem !important;
  }

  .my-xxl-69 {
    margin-top: 6.9rem !important;
    margin-bottom: 6.9rem !important;
  }

  .my-xxl-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xxl-71 {
    margin-top: 7.1rem !important;
    margin-bottom: 7.1rem !important;
  }

  .my-xxl-72 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }

  .my-xxl-73 {
    margin-top: 7.3rem !important;
    margin-bottom: 7.3rem !important;
  }

  .my-xxl-74 {
    margin-top: 7.4rem !important;
    margin-bottom: 7.4rem !important;
  }

  .my-xxl-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .my-xxl-76 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important;
  }

  .my-xxl-77 {
    margin-top: 7.7rem !important;
    margin-bottom: 7.7rem !important;
  }

  .my-xxl-78 {
    margin-top: 7.8rem !important;
    margin-bottom: 7.8rem !important;
  }

  .my-xxl-79 {
    margin-top: 7.9rem !important;
    margin-bottom: 7.9rem !important;
  }

  .my-xxl-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xxl-81 {
    margin-top: 8.1rem !important;
    margin-bottom: 8.1rem !important;
  }

  .my-xxl-82 {
    margin-top: 8.2rem !important;
    margin-bottom: 8.2rem !important;
  }

  .my-xxl-83 {
    margin-top: 8.3rem !important;
    margin-bottom: 8.3rem !important;
  }

  .my-xxl-84 {
    margin-top: 8.4rem !important;
    margin-bottom: 8.4rem !important;
  }

  .my-xxl-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }

  .my-xxl-86 {
    margin-top: 8.6rem !important;
    margin-bottom: 8.6rem !important;
  }

  .my-xxl-87 {
    margin-top: 8.7rem !important;
    margin-bottom: 8.7rem !important;
  }

  .my-xxl-88 {
    margin-top: 8.8rem !important;
    margin-bottom: 8.8rem !important;
  }

  .my-xxl-89 {
    margin-top: 8.9rem !important;
    margin-bottom: 8.9rem !important;
  }

  .my-xxl-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xxl-91 {
    margin-top: 9.1rem !important;
    margin-bottom: 9.1rem !important;
  }

  .my-xxl-92 {
    margin-top: 9.2rem !important;
    margin-bottom: 9.2rem !important;
  }

  .my-xxl-93 {
    margin-top: 9.3rem !important;
    margin-bottom: 9.3rem !important;
  }

  .my-xxl-94 {
    margin-top: 9.4rem !important;
    margin-bottom: 9.4rem !important;
  }

  .my-xxl-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }

  .my-xxl-96 {
    margin-top: 9.6rem !important;
    margin-bottom: 9.6rem !important;
  }

  .my-xxl-97 {
    margin-top: 9.7rem !important;
    margin-bottom: 9.7rem !important;
  }

  .my-xxl-98 {
    margin-top: 9.8rem !important;
    margin-bottom: 9.8rem !important;
  }

  .my-xxl-99 {
    margin-top: 9.9rem !important;
    margin-bottom: 9.9rem !important;
  }

  .my-xxl-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-6 {
    margin-top: 0.6rem !important;
  }

  .mt-xxl-7 {
    margin-top: 0.7rem !important;
  }

  .mt-xxl-8 {
    margin-top: 0.8rem !important;
  }

  .mt-xxl-9 {
    margin-top: 0.9rem !important;
  }

  .mt-xxl-10 {
    margin-top: 1rem !important;
  }

  .mt-xxl-11 {
    margin-top: 1.1rem !important;
  }

  .mt-xxl-12 {
    margin-top: 1.2rem !important;
  }

  .mt-xxl-13 {
    margin-top: 1.3rem !important;
  }

  .mt-xxl-14 {
    margin-top: 1.4rem !important;
  }

  .mt-xxl-15 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-16 {
    margin-top: 1.6rem !important;
  }

  .mt-xxl-17 {
    margin-top: 1.7rem !important;
  }

  .mt-xxl-18 {
    margin-top: 1.8rem !important;
  }

  .mt-xxl-19 {
    margin-top: 1.9rem !important;
  }

  .mt-xxl-20 {
    margin-top: 2rem !important;
  }

  .mt-xxl-21 {
    margin-top: 2.1rem !important;
  }

  .mt-xxl-22 {
    margin-top: 2.2rem !important;
  }

  .mt-xxl-23 {
    margin-top: 2.3rem !important;
  }

  .mt-xxl-24 {
    margin-top: 2.4rem !important;
  }

  .mt-xxl-25 {
    margin-top: 2.5rem !important;
  }

  .mt-xxl-26 {
    margin-top: 2.6rem !important;
  }

  .mt-xxl-27 {
    margin-top: 2.7rem !important;
  }

  .mt-xxl-28 {
    margin-top: 2.8rem !important;
  }

  .mt-xxl-29 {
    margin-top: 2.9rem !important;
  }

  .mt-xxl-30 {
    margin-top: 3rem !important;
  }

  .mt-xxl-31 {
    margin-top: 3.1rem !important;
  }

  .mt-xxl-32 {
    margin-top: 3.2rem !important;
  }

  .mt-xxl-33 {
    margin-top: 3.3rem !important;
  }

  .mt-xxl-34 {
    margin-top: 3.4rem !important;
  }

  .mt-xxl-35 {
    margin-top: 3.5rem !important;
  }

  .mt-xxl-36 {
    margin-top: 3.6rem !important;
  }

  .mt-xxl-37 {
    margin-top: 3.7rem !important;
  }

  .mt-xxl-38 {
    margin-top: 3.8rem !important;
  }

  .mt-xxl-39 {
    margin-top: 3.9rem !important;
  }

  .mt-xxl-40 {
    margin-top: 4rem !important;
  }

  .mt-xxl-41 {
    margin-top: 4.1rem !important;
  }

  .mt-xxl-42 {
    margin-top: 4.2rem !important;
  }

  .mt-xxl-43 {
    margin-top: 4.3rem !important;
  }

  .mt-xxl-44 {
    margin-top: 4.4rem !important;
  }

  .mt-xxl-45 {
    margin-top: 4.5rem !important;
  }

  .mt-xxl-46 {
    margin-top: 4.6rem !important;
  }

  .mt-xxl-47 {
    margin-top: 4.7rem !important;
  }

  .mt-xxl-48 {
    margin-top: 4.8rem !important;
  }

  .mt-xxl-49 {
    margin-top: 4.9rem !important;
  }

  .mt-xxl-50 {
    margin-top: 5rem !important;
  }

  .mt-xxl-51 {
    margin-top: 5.1rem !important;
  }

  .mt-xxl-52 {
    margin-top: 5.2rem !important;
  }

  .mt-xxl-53 {
    margin-top: 5.3rem !important;
  }

  .mt-xxl-54 {
    margin-top: 5.4rem !important;
  }

  .mt-xxl-55 {
    margin-top: 5.5rem !important;
  }

  .mt-xxl-56 {
    margin-top: 5.6rem !important;
  }

  .mt-xxl-57 {
    margin-top: 5.7rem !important;
  }

  .mt-xxl-58 {
    margin-top: 5.8rem !important;
  }

  .mt-xxl-59 {
    margin-top: 5.9rem !important;
  }

  .mt-xxl-60 {
    margin-top: 6rem !important;
  }

  .mt-xxl-61 {
    margin-top: 6.1rem !important;
  }

  .mt-xxl-62 {
    margin-top: 6.2rem !important;
  }

  .mt-xxl-63 {
    margin-top: 6.3rem !important;
  }

  .mt-xxl-64 {
    margin-top: 6.4rem !important;
  }

  .mt-xxl-65 {
    margin-top: 6.5rem !important;
  }

  .mt-xxl-66 {
    margin-top: 6.6rem !important;
  }

  .mt-xxl-67 {
    margin-top: 6.7rem !important;
  }

  .mt-xxl-68 {
    margin-top: 6.8rem !important;
  }

  .mt-xxl-69 {
    margin-top: 6.9rem !important;
  }

  .mt-xxl-70 {
    margin-top: 7rem !important;
  }

  .mt-xxl-71 {
    margin-top: 7.1rem !important;
  }

  .mt-xxl-72 {
    margin-top: 7.2rem !important;
  }

  .mt-xxl-73 {
    margin-top: 7.3rem !important;
  }

  .mt-xxl-74 {
    margin-top: 7.4rem !important;
  }

  .mt-xxl-75 {
    margin-top: 7.5rem !important;
  }

  .mt-xxl-76 {
    margin-top: 7.6rem !important;
  }

  .mt-xxl-77 {
    margin-top: 7.7rem !important;
  }

  .mt-xxl-78 {
    margin-top: 7.8rem !important;
  }

  .mt-xxl-79 {
    margin-top: 7.9rem !important;
  }

  .mt-xxl-80 {
    margin-top: 8rem !important;
  }

  .mt-xxl-81 {
    margin-top: 8.1rem !important;
  }

  .mt-xxl-82 {
    margin-top: 8.2rem !important;
  }

  .mt-xxl-83 {
    margin-top: 8.3rem !important;
  }

  .mt-xxl-84 {
    margin-top: 8.4rem !important;
  }

  .mt-xxl-85 {
    margin-top: 8.5rem !important;
  }

  .mt-xxl-86 {
    margin-top: 8.6rem !important;
  }

  .mt-xxl-87 {
    margin-top: 8.7rem !important;
  }

  .mt-xxl-88 {
    margin-top: 8.8rem !important;
  }

  .mt-xxl-89 {
    margin-top: 8.9rem !important;
  }

  .mt-xxl-90 {
    margin-top: 9rem !important;
  }

  .mt-xxl-91 {
    margin-top: 9.1rem !important;
  }

  .mt-xxl-92 {
    margin-top: 9.2rem !important;
  }

  .mt-xxl-93 {
    margin-top: 9.3rem !important;
  }

  .mt-xxl-94 {
    margin-top: 9.4rem !important;
  }

  .mt-xxl-95 {
    margin-top: 9.5rem !important;
  }

  .mt-xxl-96 {
    margin-top: 9.6rem !important;
  }

  .mt-xxl-97 {
    margin-top: 9.7rem !important;
  }

  .mt-xxl-98 {
    margin-top: 9.8rem !important;
  }

  .mt-xxl-99 {
    margin-top: 9.9rem !important;
  }

  .mt-xxl-100 {
    margin-top: 10rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-6 {
    margin-right: 0.6rem !important;
  }

  .me-xxl-7 {
    margin-right: 0.7rem !important;
  }

  .me-xxl-8 {
    margin-right: 0.8rem !important;
  }

  .me-xxl-9 {
    margin-right: 0.9rem !important;
  }

  .me-xxl-10 {
    margin-right: 1rem !important;
  }

  .me-xxl-11 {
    margin-right: 1.1rem !important;
  }

  .me-xxl-12 {
    margin-right: 1.2rem !important;
  }

  .me-xxl-13 {
    margin-right: 1.3rem !important;
  }

  .me-xxl-14 {
    margin-right: 1.4rem !important;
  }

  .me-xxl-15 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-16 {
    margin-right: 1.6rem !important;
  }

  .me-xxl-17 {
    margin-right: 1.7rem !important;
  }

  .me-xxl-18 {
    margin-right: 1.8rem !important;
  }

  .me-xxl-19 {
    margin-right: 1.9rem !important;
  }

  .me-xxl-20 {
    margin-right: 2rem !important;
  }

  .me-xxl-21 {
    margin-right: 2.1rem !important;
  }

  .me-xxl-22 {
    margin-right: 2.2rem !important;
  }

  .me-xxl-23 {
    margin-right: 2.3rem !important;
  }

  .me-xxl-24 {
    margin-right: 2.4rem !important;
  }

  .me-xxl-25 {
    margin-right: 2.5rem !important;
  }

  .me-xxl-26 {
    margin-right: 2.6rem !important;
  }

  .me-xxl-27 {
    margin-right: 2.7rem !important;
  }

  .me-xxl-28 {
    margin-right: 2.8rem !important;
  }

  .me-xxl-29 {
    margin-right: 2.9rem !important;
  }

  .me-xxl-30 {
    margin-right: 3rem !important;
  }

  .me-xxl-31 {
    margin-right: 3.1rem !important;
  }

  .me-xxl-32 {
    margin-right: 3.2rem !important;
  }

  .me-xxl-33 {
    margin-right: 3.3rem !important;
  }

  .me-xxl-34 {
    margin-right: 3.4rem !important;
  }

  .me-xxl-35 {
    margin-right: 3.5rem !important;
  }

  .me-xxl-36 {
    margin-right: 3.6rem !important;
  }

  .me-xxl-37 {
    margin-right: 3.7rem !important;
  }

  .me-xxl-38 {
    margin-right: 3.8rem !important;
  }

  .me-xxl-39 {
    margin-right: 3.9rem !important;
  }

  .me-xxl-40 {
    margin-right: 4rem !important;
  }

  .me-xxl-41 {
    margin-right: 4.1rem !important;
  }

  .me-xxl-42 {
    margin-right: 4.2rem !important;
  }

  .me-xxl-43 {
    margin-right: 4.3rem !important;
  }

  .me-xxl-44 {
    margin-right: 4.4rem !important;
  }

  .me-xxl-45 {
    margin-right: 4.5rem !important;
  }

  .me-xxl-46 {
    margin-right: 4.6rem !important;
  }

  .me-xxl-47 {
    margin-right: 4.7rem !important;
  }

  .me-xxl-48 {
    margin-right: 4.8rem !important;
  }

  .me-xxl-49 {
    margin-right: 4.9rem !important;
  }

  .me-xxl-50 {
    margin-right: 5rem !important;
  }

  .me-xxl-51 {
    margin-right: 5.1rem !important;
  }

  .me-xxl-52 {
    margin-right: 5.2rem !important;
  }

  .me-xxl-53 {
    margin-right: 5.3rem !important;
  }

  .me-xxl-54 {
    margin-right: 5.4rem !important;
  }

  .me-xxl-55 {
    margin-right: 5.5rem !important;
  }

  .me-xxl-56 {
    margin-right: 5.6rem !important;
  }

  .me-xxl-57 {
    margin-right: 5.7rem !important;
  }

  .me-xxl-58 {
    margin-right: 5.8rem !important;
  }

  .me-xxl-59 {
    margin-right: 5.9rem !important;
  }

  .me-xxl-60 {
    margin-right: 6rem !important;
  }

  .me-xxl-61 {
    margin-right: 6.1rem !important;
  }

  .me-xxl-62 {
    margin-right: 6.2rem !important;
  }

  .me-xxl-63 {
    margin-right: 6.3rem !important;
  }

  .me-xxl-64 {
    margin-right: 6.4rem !important;
  }

  .me-xxl-65 {
    margin-right: 6.5rem !important;
  }

  .me-xxl-66 {
    margin-right: 6.6rem !important;
  }

  .me-xxl-67 {
    margin-right: 6.7rem !important;
  }

  .me-xxl-68 {
    margin-right: 6.8rem !important;
  }

  .me-xxl-69 {
    margin-right: 6.9rem !important;
  }

  .me-xxl-70 {
    margin-right: 7rem !important;
  }

  .me-xxl-71 {
    margin-right: 7.1rem !important;
  }

  .me-xxl-72 {
    margin-right: 7.2rem !important;
  }

  .me-xxl-73 {
    margin-right: 7.3rem !important;
  }

  .me-xxl-74 {
    margin-right: 7.4rem !important;
  }

  .me-xxl-75 {
    margin-right: 7.5rem !important;
  }

  .me-xxl-76 {
    margin-right: 7.6rem !important;
  }

  .me-xxl-77 {
    margin-right: 7.7rem !important;
  }

  .me-xxl-78 {
    margin-right: 7.8rem !important;
  }

  .me-xxl-79 {
    margin-right: 7.9rem !important;
  }

  .me-xxl-80 {
    margin-right: 8rem !important;
  }

  .me-xxl-81 {
    margin-right: 8.1rem !important;
  }

  .me-xxl-82 {
    margin-right: 8.2rem !important;
  }

  .me-xxl-83 {
    margin-right: 8.3rem !important;
  }

  .me-xxl-84 {
    margin-right: 8.4rem !important;
  }

  .me-xxl-85 {
    margin-right: 8.5rem !important;
  }

  .me-xxl-86 {
    margin-right: 8.6rem !important;
  }

  .me-xxl-87 {
    margin-right: 8.7rem !important;
  }

  .me-xxl-88 {
    margin-right: 8.8rem !important;
  }

  .me-xxl-89 {
    margin-right: 8.9rem !important;
  }

  .me-xxl-90 {
    margin-right: 9rem !important;
  }

  .me-xxl-91 {
    margin-right: 9.1rem !important;
  }

  .me-xxl-92 {
    margin-right: 9.2rem !important;
  }

  .me-xxl-93 {
    margin-right: 9.3rem !important;
  }

  .me-xxl-94 {
    margin-right: 9.4rem !important;
  }

  .me-xxl-95 {
    margin-right: 9.5rem !important;
  }

  .me-xxl-96 {
    margin-right: 9.6rem !important;
  }

  .me-xxl-97 {
    margin-right: 9.7rem !important;
  }

  .me-xxl-98 {
    margin-right: 9.8rem !important;
  }

  .me-xxl-99 {
    margin-right: 9.9rem !important;
  }

  .me-xxl-100 {
    margin-right: 10rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 0.6rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 0.7rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 0.8rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 0.9rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-11 {
    margin-bottom: 1.1rem !important;
  }

  .mb-xxl-12 {
    margin-bottom: 1.2rem !important;
  }

  .mb-xxl-13 {
    margin-bottom: 1.3rem !important;
  }

  .mb-xxl-14 {
    margin-bottom: 1.4rem !important;
  }

  .mb-xxl-15 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-16 {
    margin-bottom: 1.6rem !important;
  }

  .mb-xxl-17 {
    margin-bottom: 1.7rem !important;
  }

  .mb-xxl-18 {
    margin-bottom: 1.8rem !important;
  }

  .mb-xxl-19 {
    margin-bottom: 1.9rem !important;
  }

  .mb-xxl-20 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-21 {
    margin-bottom: 2.1rem !important;
  }

  .mb-xxl-22 {
    margin-bottom: 2.2rem !important;
  }

  .mb-xxl-23 {
    margin-bottom: 2.3rem !important;
  }

  .mb-xxl-24 {
    margin-bottom: 2.4rem !important;
  }

  .mb-xxl-25 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xxl-26 {
    margin-bottom: 2.6rem !important;
  }

  .mb-xxl-27 {
    margin-bottom: 2.7rem !important;
  }

  .mb-xxl-28 {
    margin-bottom: 2.8rem !important;
  }

  .mb-xxl-29 {
    margin-bottom: 2.9rem !important;
  }

  .mb-xxl-30 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-31 {
    margin-bottom: 3.1rem !important;
  }

  .mb-xxl-32 {
    margin-bottom: 3.2rem !important;
  }

  .mb-xxl-33 {
    margin-bottom: 3.3rem !important;
  }

  .mb-xxl-34 {
    margin-bottom: 3.4rem !important;
  }

  .mb-xxl-35 {
    margin-bottom: 3.5rem !important;
  }

  .mb-xxl-36 {
    margin-bottom: 3.6rem !important;
  }

  .mb-xxl-37 {
    margin-bottom: 3.7rem !important;
  }

  .mb-xxl-38 {
    margin-bottom: 3.8rem !important;
  }

  .mb-xxl-39 {
    margin-bottom: 3.9rem !important;
  }

  .mb-xxl-40 {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-41 {
    margin-bottom: 4.1rem !important;
  }

  .mb-xxl-42 {
    margin-bottom: 4.2rem !important;
  }

  .mb-xxl-43 {
    margin-bottom: 4.3rem !important;
  }

  .mb-xxl-44 {
    margin-bottom: 4.4rem !important;
  }

  .mb-xxl-45 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xxl-46 {
    margin-bottom: 4.6rem !important;
  }

  .mb-xxl-47 {
    margin-bottom: 4.7rem !important;
  }

  .mb-xxl-48 {
    margin-bottom: 4.8rem !important;
  }

  .mb-xxl-49 {
    margin-bottom: 4.9rem !important;
  }

  .mb-xxl-50 {
    margin-bottom: 5rem !important;
  }

  .mb-xxl-51 {
    margin-bottom: 5.1rem !important;
  }

  .mb-xxl-52 {
    margin-bottom: 5.2rem !important;
  }

  .mb-xxl-53 {
    margin-bottom: 5.3rem !important;
  }

  .mb-xxl-54 {
    margin-bottom: 5.4rem !important;
  }

  .mb-xxl-55 {
    margin-bottom: 5.5rem !important;
  }

  .mb-xxl-56 {
    margin-bottom: 5.6rem !important;
  }

  .mb-xxl-57 {
    margin-bottom: 5.7rem !important;
  }

  .mb-xxl-58 {
    margin-bottom: 5.8rem !important;
  }

  .mb-xxl-59 {
    margin-bottom: 5.9rem !important;
  }

  .mb-xxl-60 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-61 {
    margin-bottom: 6.1rem !important;
  }

  .mb-xxl-62 {
    margin-bottom: 6.2rem !important;
  }

  .mb-xxl-63 {
    margin-bottom: 6.3rem !important;
  }

  .mb-xxl-64 {
    margin-bottom: 6.4rem !important;
  }

  .mb-xxl-65 {
    margin-bottom: 6.5rem !important;
  }

  .mb-xxl-66 {
    margin-bottom: 6.6rem !important;
  }

  .mb-xxl-67 {
    margin-bottom: 6.7rem !important;
  }

  .mb-xxl-68 {
    margin-bottom: 6.8rem !important;
  }

  .mb-xxl-69 {
    margin-bottom: 6.9rem !important;
  }

  .mb-xxl-70 {
    margin-bottom: 7rem !important;
  }

  .mb-xxl-71 {
    margin-bottom: 7.1rem !important;
  }

  .mb-xxl-72 {
    margin-bottom: 7.2rem !important;
  }

  .mb-xxl-73 {
    margin-bottom: 7.3rem !important;
  }

  .mb-xxl-74 {
    margin-bottom: 7.4rem !important;
  }

  .mb-xxl-75 {
    margin-bottom: 7.5rem !important;
  }

  .mb-xxl-76 {
    margin-bottom: 7.6rem !important;
  }

  .mb-xxl-77 {
    margin-bottom: 7.7rem !important;
  }

  .mb-xxl-78 {
    margin-bottom: 7.8rem !important;
  }

  .mb-xxl-79 {
    margin-bottom: 7.9rem !important;
  }

  .mb-xxl-80 {
    margin-bottom: 8rem !important;
  }

  .mb-xxl-81 {
    margin-bottom: 8.1rem !important;
  }

  .mb-xxl-82 {
    margin-bottom: 8.2rem !important;
  }

  .mb-xxl-83 {
    margin-bottom: 8.3rem !important;
  }

  .mb-xxl-84 {
    margin-bottom: 8.4rem !important;
  }

  .mb-xxl-85 {
    margin-bottom: 8.5rem !important;
  }

  .mb-xxl-86 {
    margin-bottom: 8.6rem !important;
  }

  .mb-xxl-87 {
    margin-bottom: 8.7rem !important;
  }

  .mb-xxl-88 {
    margin-bottom: 8.8rem !important;
  }

  .mb-xxl-89 {
    margin-bottom: 8.9rem !important;
  }

  .mb-xxl-90 {
    margin-bottom: 9rem !important;
  }

  .mb-xxl-91 {
    margin-bottom: 9.1rem !important;
  }

  .mb-xxl-92 {
    margin-bottom: 9.2rem !important;
  }

  .mb-xxl-93 {
    margin-bottom: 9.3rem !important;
  }

  .mb-xxl-94 {
    margin-bottom: 9.4rem !important;
  }

  .mb-xxl-95 {
    margin-bottom: 9.5rem !important;
  }

  .mb-xxl-96 {
    margin-bottom: 9.6rem !important;
  }

  .mb-xxl-97 {
    margin-bottom: 9.7rem !important;
  }

  .mb-xxl-98 {
    margin-bottom: 9.8rem !important;
  }

  .mb-xxl-99 {
    margin-bottom: 9.9rem !important;
  }

  .mb-xxl-100 {
    margin-bottom: 10rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-6 {
    margin-left: 0.6rem !important;
  }

  .ms-xxl-7 {
    margin-left: 0.7rem !important;
  }

  .ms-xxl-8 {
    margin-left: 0.8rem !important;
  }

  .ms-xxl-9 {
    margin-left: 0.9rem !important;
  }

  .ms-xxl-10 {
    margin-left: 1rem !important;
  }

  .ms-xxl-11 {
    margin-left: 1.1rem !important;
  }

  .ms-xxl-12 {
    margin-left: 1.2rem !important;
  }

  .ms-xxl-13 {
    margin-left: 1.3rem !important;
  }

  .ms-xxl-14 {
    margin-left: 1.4rem !important;
  }

  .ms-xxl-15 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-16 {
    margin-left: 1.6rem !important;
  }

  .ms-xxl-17 {
    margin-left: 1.7rem !important;
  }

  .ms-xxl-18 {
    margin-left: 1.8rem !important;
  }

  .ms-xxl-19 {
    margin-left: 1.9rem !important;
  }

  .ms-xxl-20 {
    margin-left: 2rem !important;
  }

  .ms-xxl-21 {
    margin-left: 2.1rem !important;
  }

  .ms-xxl-22 {
    margin-left: 2.2rem !important;
  }

  .ms-xxl-23 {
    margin-left: 2.3rem !important;
  }

  .ms-xxl-24 {
    margin-left: 2.4rem !important;
  }

  .ms-xxl-25 {
    margin-left: 2.5rem !important;
  }

  .ms-xxl-26 {
    margin-left: 2.6rem !important;
  }

  .ms-xxl-27 {
    margin-left: 2.7rem !important;
  }

  .ms-xxl-28 {
    margin-left: 2.8rem !important;
  }

  .ms-xxl-29 {
    margin-left: 2.9rem !important;
  }

  .ms-xxl-30 {
    margin-left: 3rem !important;
  }

  .ms-xxl-31 {
    margin-left: 3.1rem !important;
  }

  .ms-xxl-32 {
    margin-left: 3.2rem !important;
  }

  .ms-xxl-33 {
    margin-left: 3.3rem !important;
  }

  .ms-xxl-34 {
    margin-left: 3.4rem !important;
  }

  .ms-xxl-35 {
    margin-left: 3.5rem !important;
  }

  .ms-xxl-36 {
    margin-left: 3.6rem !important;
  }

  .ms-xxl-37 {
    margin-left: 3.7rem !important;
  }

  .ms-xxl-38 {
    margin-left: 3.8rem !important;
  }

  .ms-xxl-39 {
    margin-left: 3.9rem !important;
  }

  .ms-xxl-40 {
    margin-left: 4rem !important;
  }

  .ms-xxl-41 {
    margin-left: 4.1rem !important;
  }

  .ms-xxl-42 {
    margin-left: 4.2rem !important;
  }

  .ms-xxl-43 {
    margin-left: 4.3rem !important;
  }

  .ms-xxl-44 {
    margin-left: 4.4rem !important;
  }

  .ms-xxl-45 {
    margin-left: 4.5rem !important;
  }

  .ms-xxl-46 {
    margin-left: 4.6rem !important;
  }

  .ms-xxl-47 {
    margin-left: 4.7rem !important;
  }

  .ms-xxl-48 {
    margin-left: 4.8rem !important;
  }

  .ms-xxl-49 {
    margin-left: 4.9rem !important;
  }

  .ms-xxl-50 {
    margin-left: 5rem !important;
  }

  .ms-xxl-51 {
    margin-left: 5.1rem !important;
  }

  .ms-xxl-52 {
    margin-left: 5.2rem !important;
  }

  .ms-xxl-53 {
    margin-left: 5.3rem !important;
  }

  .ms-xxl-54 {
    margin-left: 5.4rem !important;
  }

  .ms-xxl-55 {
    margin-left: 5.5rem !important;
  }

  .ms-xxl-56 {
    margin-left: 5.6rem !important;
  }

  .ms-xxl-57 {
    margin-left: 5.7rem !important;
  }

  .ms-xxl-58 {
    margin-left: 5.8rem !important;
  }

  .ms-xxl-59 {
    margin-left: 5.9rem !important;
  }

  .ms-xxl-60 {
    margin-left: 6rem !important;
  }

  .ms-xxl-61 {
    margin-left: 6.1rem !important;
  }

  .ms-xxl-62 {
    margin-left: 6.2rem !important;
  }

  .ms-xxl-63 {
    margin-left: 6.3rem !important;
  }

  .ms-xxl-64 {
    margin-left: 6.4rem !important;
  }

  .ms-xxl-65 {
    margin-left: 6.5rem !important;
  }

  .ms-xxl-66 {
    margin-left: 6.6rem !important;
  }

  .ms-xxl-67 {
    margin-left: 6.7rem !important;
  }

  .ms-xxl-68 {
    margin-left: 6.8rem !important;
  }

  .ms-xxl-69 {
    margin-left: 6.9rem !important;
  }

  .ms-xxl-70 {
    margin-left: 7rem !important;
  }

  .ms-xxl-71 {
    margin-left: 7.1rem !important;
  }

  .ms-xxl-72 {
    margin-left: 7.2rem !important;
  }

  .ms-xxl-73 {
    margin-left: 7.3rem !important;
  }

  .ms-xxl-74 {
    margin-left: 7.4rem !important;
  }

  .ms-xxl-75 {
    margin-left: 7.5rem !important;
  }

  .ms-xxl-76 {
    margin-left: 7.6rem !important;
  }

  .ms-xxl-77 {
    margin-left: 7.7rem !important;
  }

  .ms-xxl-78 {
    margin-left: 7.8rem !important;
  }

  .ms-xxl-79 {
    margin-left: 7.9rem !important;
  }

  .ms-xxl-80 {
    margin-left: 8rem !important;
  }

  .ms-xxl-81 {
    margin-left: 8.1rem !important;
  }

  .ms-xxl-82 {
    margin-left: 8.2rem !important;
  }

  .ms-xxl-83 {
    margin-left: 8.3rem !important;
  }

  .ms-xxl-84 {
    margin-left: 8.4rem !important;
  }

  .ms-xxl-85 {
    margin-left: 8.5rem !important;
  }

  .ms-xxl-86 {
    margin-left: 8.6rem !important;
  }

  .ms-xxl-87 {
    margin-left: 8.7rem !important;
  }

  .ms-xxl-88 {
    margin-left: 8.8rem !important;
  }

  .ms-xxl-89 {
    margin-left: 8.9rem !important;
  }

  .ms-xxl-90 {
    margin-left: 9rem !important;
  }

  .ms-xxl-91 {
    margin-left: 9.1rem !important;
  }

  .ms-xxl-92 {
    margin-left: 9.2rem !important;
  }

  .ms-xxl-93 {
    margin-left: 9.3rem !important;
  }

  .ms-xxl-94 {
    margin-left: 9.4rem !important;
  }

  .ms-xxl-95 {
    margin-left: 9.5rem !important;
  }

  .ms-xxl-96 {
    margin-left: 9.6rem !important;
  }

  .ms-xxl-97 {
    margin-left: 9.7rem !important;
  }

  .ms-xxl-98 {
    margin-left: 9.8rem !important;
  }

  .ms-xxl-99 {
    margin-left: 9.9rem !important;
  }

  .ms-xxl-100 {
    margin-left: 10rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .p-xxl-6 {
    padding: 0.6rem !important;
  }

  .p-xxl-7 {
    padding: 0.7rem !important;
  }

  .p-xxl-8 {
    padding: 0.8rem !important;
  }

  .p-xxl-9 {
    padding: 0.9rem !important;
  }

  .p-xxl-10 {
    padding: 1rem !important;
  }

  .p-xxl-11 {
    padding: 1.1rem !important;
  }

  .p-xxl-12 {
    padding: 1.2rem !important;
  }

  .p-xxl-13 {
    padding: 1.3rem !important;
  }

  .p-xxl-14 {
    padding: 1.4rem !important;
  }

  .p-xxl-15 {
    padding: 1.5rem !important;
  }

  .p-xxl-16 {
    padding: 1.6rem !important;
  }

  .p-xxl-17 {
    padding: 1.7rem !important;
  }

  .p-xxl-18 {
    padding: 1.8rem !important;
  }

  .p-xxl-19 {
    padding: 1.9rem !important;
  }

  .p-xxl-20 {
    padding: 2rem !important;
  }

  .p-xxl-21 {
    padding: 2.1rem !important;
  }

  .p-xxl-22 {
    padding: 2.2rem !important;
  }

  .p-xxl-23 {
    padding: 2.3rem !important;
  }

  .p-xxl-24 {
    padding: 2.4rem !important;
  }

  .p-xxl-25 {
    padding: 2.5rem !important;
  }

  .p-xxl-26 {
    padding: 2.6rem !important;
  }

  .p-xxl-27 {
    padding: 2.7rem !important;
  }

  .p-xxl-28 {
    padding: 2.8rem !important;
  }

  .p-xxl-29 {
    padding: 2.9rem !important;
  }

  .p-xxl-30 {
    padding: 3rem !important;
  }

  .p-xxl-31 {
    padding: 3.1rem !important;
  }

  .p-xxl-32 {
    padding: 3.2rem !important;
  }

  .p-xxl-33 {
    padding: 3.3rem !important;
  }

  .p-xxl-34 {
    padding: 3.4rem !important;
  }

  .p-xxl-35 {
    padding: 3.5rem !important;
  }

  .p-xxl-36 {
    padding: 3.6rem !important;
  }

  .p-xxl-37 {
    padding: 3.7rem !important;
  }

  .p-xxl-38 {
    padding: 3.8rem !important;
  }

  .p-xxl-39 {
    padding: 3.9rem !important;
  }

  .p-xxl-40 {
    padding: 4rem !important;
  }

  .p-xxl-41 {
    padding: 4.1rem !important;
  }

  .p-xxl-42 {
    padding: 4.2rem !important;
  }

  .p-xxl-43 {
    padding: 4.3rem !important;
  }

  .p-xxl-44 {
    padding: 4.4rem !important;
  }

  .p-xxl-45 {
    padding: 4.5rem !important;
  }

  .p-xxl-46 {
    padding: 4.6rem !important;
  }

  .p-xxl-47 {
    padding: 4.7rem !important;
  }

  .p-xxl-48 {
    padding: 4.8rem !important;
  }

  .p-xxl-49 {
    padding: 4.9rem !important;
  }

  .p-xxl-50 {
    padding: 5rem !important;
  }

  .p-xxl-51 {
    padding: 5.1rem !important;
  }

  .p-xxl-52 {
    padding: 5.2rem !important;
  }

  .p-xxl-53 {
    padding: 5.3rem !important;
  }

  .p-xxl-54 {
    padding: 5.4rem !important;
  }

  .p-xxl-55 {
    padding: 5.5rem !important;
  }

  .p-xxl-56 {
    padding: 5.6rem !important;
  }

  .p-xxl-57 {
    padding: 5.7rem !important;
  }

  .p-xxl-58 {
    padding: 5.8rem !important;
  }

  .p-xxl-59 {
    padding: 5.9rem !important;
  }

  .p-xxl-60 {
    padding: 6rem !important;
  }

  .p-xxl-61 {
    padding: 6.1rem !important;
  }

  .p-xxl-62 {
    padding: 6.2rem !important;
  }

  .p-xxl-63 {
    padding: 6.3rem !important;
  }

  .p-xxl-64 {
    padding: 6.4rem !important;
  }

  .p-xxl-65 {
    padding: 6.5rem !important;
  }

  .p-xxl-66 {
    padding: 6.6rem !important;
  }

  .p-xxl-67 {
    padding: 6.7rem !important;
  }

  .p-xxl-68 {
    padding: 6.8rem !important;
  }

  .p-xxl-69 {
    padding: 6.9rem !important;
  }

  .p-xxl-70 {
    padding: 7rem !important;
  }

  .p-xxl-71 {
    padding: 7.1rem !important;
  }

  .p-xxl-72 {
    padding: 7.2rem !important;
  }

  .p-xxl-73 {
    padding: 7.3rem !important;
  }

  .p-xxl-74 {
    padding: 7.4rem !important;
  }

  .p-xxl-75 {
    padding: 7.5rem !important;
  }

  .p-xxl-76 {
    padding: 7.6rem !important;
  }

  .p-xxl-77 {
    padding: 7.7rem !important;
  }

  .p-xxl-78 {
    padding: 7.8rem !important;
  }

  .p-xxl-79 {
    padding: 7.9rem !important;
  }

  .p-xxl-80 {
    padding: 8rem !important;
  }

  .p-xxl-81 {
    padding: 8.1rem !important;
  }

  .p-xxl-82 {
    padding: 8.2rem !important;
  }

  .p-xxl-83 {
    padding: 8.3rem !important;
  }

  .p-xxl-84 {
    padding: 8.4rem !important;
  }

  .p-xxl-85 {
    padding: 8.5rem !important;
  }

  .p-xxl-86 {
    padding: 8.6rem !important;
  }

  .p-xxl-87 {
    padding: 8.7rem !important;
  }

  .p-xxl-88 {
    padding: 8.8rem !important;
  }

  .p-xxl-89 {
    padding: 8.9rem !important;
  }

  .p-xxl-90 {
    padding: 9rem !important;
  }

  .p-xxl-91 {
    padding: 9.1rem !important;
  }

  .p-xxl-92 {
    padding: 9.2rem !important;
  }

  .p-xxl-93 {
    padding: 9.3rem !important;
  }

  .p-xxl-94 {
    padding: 9.4rem !important;
  }

  .p-xxl-95 {
    padding: 9.5rem !important;
  }

  .p-xxl-96 {
    padding: 9.6rem !important;
  }

  .p-xxl-97 {
    padding: 9.7rem !important;
  }

  .p-xxl-98 {
    padding: 9.8rem !important;
  }

  .p-xxl-99 {
    padding: 9.9rem !important;
  }

  .p-xxl-100 {
    padding: 10rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-6 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-xxl-7 {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }

  .px-xxl-8 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }

  .px-xxl-9 {
    padding-right: 0.9rem !important;
    padding-left: 0.9rem !important;
  }

  .px-xxl-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-11 {
    padding-right: 1.1rem !important;
    padding-left: 1.1rem !important;
  }

  .px-xxl-12 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .px-xxl-13 {
    padding-right: 1.3rem !important;
    padding-left: 1.3rem !important;
  }

  .px-xxl-14 {
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
  }

  .px-xxl-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-16 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }

  .px-xxl-17 {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important;
  }

  .px-xxl-18 {
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
  }

  .px-xxl-19 {
    padding-right: 1.9rem !important;
    padding-left: 1.9rem !important;
  }

  .px-xxl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxl-21 {
    padding-right: 2.1rem !important;
    padding-left: 2.1rem !important;
  }

  .px-xxl-22 {
    padding-right: 2.2rem !important;
    padding-left: 2.2rem !important;
  }

  .px-xxl-23 {
    padding-right: 2.3rem !important;
    padding-left: 2.3rem !important;
  }

  .px-xxl-24 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }

  .px-xxl-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xxl-26 {
    padding-right: 2.6rem !important;
    padding-left: 2.6rem !important;
  }

  .px-xxl-27 {
    padding-right: 2.7rem !important;
    padding-left: 2.7rem !important;
  }

  .px-xxl-28 {
    padding-right: 2.8rem !important;
    padding-left: 2.8rem !important;
  }

  .px-xxl-29 {
    padding-right: 2.9rem !important;
    padding-left: 2.9rem !important;
  }

  .px-xxl-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-31 {
    padding-right: 3.1rem !important;
    padding-left: 3.1rem !important;
  }

  .px-xxl-32 {
    padding-right: 3.2rem !important;
    padding-left: 3.2rem !important;
  }

  .px-xxl-33 {
    padding-right: 3.3rem !important;
    padding-left: 3.3rem !important;
  }

  .px-xxl-34 {
    padding-right: 3.4rem !important;
    padding-left: 3.4rem !important;
  }

  .px-xxl-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-xxl-36 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }

  .px-xxl-37 {
    padding-right: 3.7rem !important;
    padding-left: 3.7rem !important;
  }

  .px-xxl-38 {
    padding-right: 3.8rem !important;
    padding-left: 3.8rem !important;
  }

  .px-xxl-39 {
    padding-right: 3.9rem !important;
    padding-left: 3.9rem !important;
  }

  .px-xxl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xxl-41 {
    padding-right: 4.1rem !important;
    padding-left: 4.1rem !important;
  }

  .px-xxl-42 {
    padding-right: 4.2rem !important;
    padding-left: 4.2rem !important;
  }

  .px-xxl-43 {
    padding-right: 4.3rem !important;
    padding-left: 4.3rem !important;
  }

  .px-xxl-44 {
    padding-right: 4.4rem !important;
    padding-left: 4.4rem !important;
  }

  .px-xxl-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xxl-46 {
    padding-right: 4.6rem !important;
    padding-left: 4.6rem !important;
  }

  .px-xxl-47 {
    padding-right: 4.7rem !important;
    padding-left: 4.7rem !important;
  }

  .px-xxl-48 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }

  .px-xxl-49 {
    padding-right: 4.9rem !important;
    padding-left: 4.9rem !important;
  }

  .px-xxl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xxl-51 {
    padding-right: 5.1rem !important;
    padding-left: 5.1rem !important;
  }

  .px-xxl-52 {
    padding-right: 5.2rem !important;
    padding-left: 5.2rem !important;
  }

  .px-xxl-53 {
    padding-right: 5.3rem !important;
    padding-left: 5.3rem !important;
  }

  .px-xxl-54 {
    padding-right: 5.4rem !important;
    padding-left: 5.4rem !important;
  }

  .px-xxl-55 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }

  .px-xxl-56 {
    padding-right: 5.6rem !important;
    padding-left: 5.6rem !important;
  }

  .px-xxl-57 {
    padding-right: 5.7rem !important;
    padding-left: 5.7rem !important;
  }

  .px-xxl-58 {
    padding-right: 5.8rem !important;
    padding-left: 5.8rem !important;
  }

  .px-xxl-59 {
    padding-right: 5.9rem !important;
    padding-left: 5.9rem !important;
  }

  .px-xxl-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xxl-61 {
    padding-right: 6.1rem !important;
    padding-left: 6.1rem !important;
  }

  .px-xxl-62 {
    padding-right: 6.2rem !important;
    padding-left: 6.2rem !important;
  }

  .px-xxl-63 {
    padding-right: 6.3rem !important;
    padding-left: 6.3rem !important;
  }

  .px-xxl-64 {
    padding-right: 6.4rem !important;
    padding-left: 6.4rem !important;
  }

  .px-xxl-65 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }

  .px-xxl-66 {
    padding-right: 6.6rem !important;
    padding-left: 6.6rem !important;
  }

  .px-xxl-67 {
    padding-right: 6.7rem !important;
    padding-left: 6.7rem !important;
  }

  .px-xxl-68 {
    padding-right: 6.8rem !important;
    padding-left: 6.8rem !important;
  }

  .px-xxl-69 {
    padding-right: 6.9rem !important;
    padding-left: 6.9rem !important;
  }

  .px-xxl-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-xxl-71 {
    padding-right: 7.1rem !important;
    padding-left: 7.1rem !important;
  }

  .px-xxl-72 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }

  .px-xxl-73 {
    padding-right: 7.3rem !important;
    padding-left: 7.3rem !important;
  }

  .px-xxl-74 {
    padding-right: 7.4rem !important;
    padding-left: 7.4rem !important;
  }

  .px-xxl-75 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .px-xxl-76 {
    padding-right: 7.6rem !important;
    padding-left: 7.6rem !important;
  }

  .px-xxl-77 {
    padding-right: 7.7rem !important;
    padding-left: 7.7rem !important;
  }

  .px-xxl-78 {
    padding-right: 7.8rem !important;
    padding-left: 7.8rem !important;
  }

  .px-xxl-79 {
    padding-right: 7.9rem !important;
    padding-left: 7.9rem !important;
  }

  .px-xxl-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-xxl-81 {
    padding-right: 8.1rem !important;
    padding-left: 8.1rem !important;
  }

  .px-xxl-82 {
    padding-right: 8.2rem !important;
    padding-left: 8.2rem !important;
  }

  .px-xxl-83 {
    padding-right: 8.3rem !important;
    padding-left: 8.3rem !important;
  }

  .px-xxl-84 {
    padding-right: 8.4rem !important;
    padding-left: 8.4rem !important;
  }

  .px-xxl-85 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }

  .px-xxl-86 {
    padding-right: 8.6rem !important;
    padding-left: 8.6rem !important;
  }

  .px-xxl-87 {
    padding-right: 8.7rem !important;
    padding-left: 8.7rem !important;
  }

  .px-xxl-88 {
    padding-right: 8.8rem !important;
    padding-left: 8.8rem !important;
  }

  .px-xxl-89 {
    padding-right: 8.9rem !important;
    padding-left: 8.9rem !important;
  }

  .px-xxl-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xxl-91 {
    padding-right: 9.1rem !important;
    padding-left: 9.1rem !important;
  }

  .px-xxl-92 {
    padding-right: 9.2rem !important;
    padding-left: 9.2rem !important;
  }

  .px-xxl-93 {
    padding-right: 9.3rem !important;
    padding-left: 9.3rem !important;
  }

  .px-xxl-94 {
    padding-right: 9.4rem !important;
    padding-left: 9.4rem !important;
  }

  .px-xxl-95 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }

  .px-xxl-96 {
    padding-right: 9.6rem !important;
    padding-left: 9.6rem !important;
  }

  .px-xxl-97 {
    padding-right: 9.7rem !important;
    padding-left: 9.7rem !important;
  }

  .px-xxl-98 {
    padding-right: 9.8rem !important;
    padding-left: 9.8rem !important;
  }

  .px-xxl-99 {
    padding-right: 9.9rem !important;
    padding-left: 9.9rem !important;
  }

  .px-xxl-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-6 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-xxl-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }

  .py-xxl-8 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }

  .py-xxl-9 {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
  }

  .py-xxl-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-11 {
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important;
  }

  .py-xxl-12 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .py-xxl-13 {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
  }

  .py-xxl-14 {
    padding-top: 1.4rem !important;
    padding-bottom: 1.4rem !important;
  }

  .py-xxl-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-16 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }

  .py-xxl-17 {
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
  }

  .py-xxl-18 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }

  .py-xxl-19 {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important;
  }

  .py-xxl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxl-21 {
    padding-top: 2.1rem !important;
    padding-bottom: 2.1rem !important;
  }

  .py-xxl-22 {
    padding-top: 2.2rem !important;
    padding-bottom: 2.2rem !important;
  }

  .py-xxl-23 {
    padding-top: 2.3rem !important;
    padding-bottom: 2.3rem !important;
  }

  .py-xxl-24 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .py-xxl-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xxl-26 {
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important;
  }

  .py-xxl-27 {
    padding-top: 2.7rem !important;
    padding-bottom: 2.7rem !important;
  }

  .py-xxl-28 {
    padding-top: 2.8rem !important;
    padding-bottom: 2.8rem !important;
  }

  .py-xxl-29 {
    padding-top: 2.9rem !important;
    padding-bottom: 2.9rem !important;
  }

  .py-xxl-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-31 {
    padding-top: 3.1rem !important;
    padding-bottom: 3.1rem !important;
  }

  .py-xxl-32 {
    padding-top: 3.2rem !important;
    padding-bottom: 3.2rem !important;
  }

  .py-xxl-33 {
    padding-top: 3.3rem !important;
    padding-bottom: 3.3rem !important;
  }

  .py-xxl-34 {
    padding-top: 3.4rem !important;
    padding-bottom: 3.4rem !important;
  }

  .py-xxl-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-xxl-36 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }

  .py-xxl-37 {
    padding-top: 3.7rem !important;
    padding-bottom: 3.7rem !important;
  }

  .py-xxl-38 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important;
  }

  .py-xxl-39 {
    padding-top: 3.9rem !important;
    padding-bottom: 3.9rem !important;
  }

  .py-xxl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xxl-41 {
    padding-top: 4.1rem !important;
    padding-bottom: 4.1rem !important;
  }

  .py-xxl-42 {
    padding-top: 4.2rem !important;
    padding-bottom: 4.2rem !important;
  }

  .py-xxl-43 {
    padding-top: 4.3rem !important;
    padding-bottom: 4.3rem !important;
  }

  .py-xxl-44 {
    padding-top: 4.4rem !important;
    padding-bottom: 4.4rem !important;
  }

  .py-xxl-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xxl-46 {
    padding-top: 4.6rem !important;
    padding-bottom: 4.6rem !important;
  }

  .py-xxl-47 {
    padding-top: 4.7rem !important;
    padding-bottom: 4.7rem !important;
  }

  .py-xxl-48 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }

  .py-xxl-49 {
    padding-top: 4.9rem !important;
    padding-bottom: 4.9rem !important;
  }

  .py-xxl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xxl-51 {
    padding-top: 5.1rem !important;
    padding-bottom: 5.1rem !important;
  }

  .py-xxl-52 {
    padding-top: 5.2rem !important;
    padding-bottom: 5.2rem !important;
  }

  .py-xxl-53 {
    padding-top: 5.3rem !important;
    padding-bottom: 5.3rem !important;
  }

  .py-xxl-54 {
    padding-top: 5.4rem !important;
    padding-bottom: 5.4rem !important;
  }

  .py-xxl-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .py-xxl-56 {
    padding-top: 5.6rem !important;
    padding-bottom: 5.6rem !important;
  }

  .py-xxl-57 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important;
  }

  .py-xxl-58 {
    padding-top: 5.8rem !important;
    padding-bottom: 5.8rem !important;
  }

  .py-xxl-59 {
    padding-top: 5.9rem !important;
    padding-bottom: 5.9rem !important;
  }

  .py-xxl-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xxl-61 {
    padding-top: 6.1rem !important;
    padding-bottom: 6.1rem !important;
  }

  .py-xxl-62 {
    padding-top: 6.2rem !important;
    padding-bottom: 6.2rem !important;
  }

  .py-xxl-63 {
    padding-top: 6.3rem !important;
    padding-bottom: 6.3rem !important;
  }

  .py-xxl-64 {
    padding-top: 6.4rem !important;
    padding-bottom: 6.4rem !important;
  }

  .py-xxl-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }

  .py-xxl-66 {
    padding-top: 6.6rem !important;
    padding-bottom: 6.6rem !important;
  }

  .py-xxl-67 {
    padding-top: 6.7rem !important;
    padding-bottom: 6.7rem !important;
  }

  .py-xxl-68 {
    padding-top: 6.8rem !important;
    padding-bottom: 6.8rem !important;
  }

  .py-xxl-69 {
    padding-top: 6.9rem !important;
    padding-bottom: 6.9rem !important;
  }

  .py-xxl-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xxl-71 {
    padding-top: 7.1rem !important;
    padding-bottom: 7.1rem !important;
  }

  .py-xxl-72 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }

  .py-xxl-73 {
    padding-top: 7.3rem !important;
    padding-bottom: 7.3rem !important;
  }

  .py-xxl-74 {
    padding-top: 7.4rem !important;
    padding-bottom: 7.4rem !important;
  }

  .py-xxl-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .py-xxl-76 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important;
  }

  .py-xxl-77 {
    padding-top: 7.7rem !important;
    padding-bottom: 7.7rem !important;
  }

  .py-xxl-78 {
    padding-top: 7.8rem !important;
    padding-bottom: 7.8rem !important;
  }

  .py-xxl-79 {
    padding-top: 7.9rem !important;
    padding-bottom: 7.9rem !important;
  }

  .py-xxl-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xxl-81 {
    padding-top: 8.1rem !important;
    padding-bottom: 8.1rem !important;
  }

  .py-xxl-82 {
    padding-top: 8.2rem !important;
    padding-bottom: 8.2rem !important;
  }

  .py-xxl-83 {
    padding-top: 8.3rem !important;
    padding-bottom: 8.3rem !important;
  }

  .py-xxl-84 {
    padding-top: 8.4rem !important;
    padding-bottom: 8.4rem !important;
  }

  .py-xxl-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }

  .py-xxl-86 {
    padding-top: 8.6rem !important;
    padding-bottom: 8.6rem !important;
  }

  .py-xxl-87 {
    padding-top: 8.7rem !important;
    padding-bottom: 8.7rem !important;
  }

  .py-xxl-88 {
    padding-top: 8.8rem !important;
    padding-bottom: 8.8rem !important;
  }

  .py-xxl-89 {
    padding-top: 8.9rem !important;
    padding-bottom: 8.9rem !important;
  }

  .py-xxl-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xxl-91 {
    padding-top: 9.1rem !important;
    padding-bottom: 9.1rem !important;
  }

  .py-xxl-92 {
    padding-top: 9.2rem !important;
    padding-bottom: 9.2rem !important;
  }

  .py-xxl-93 {
    padding-top: 9.3rem !important;
    padding-bottom: 9.3rem !important;
  }

  .py-xxl-94 {
    padding-top: 9.4rem !important;
    padding-bottom: 9.4rem !important;
  }

  .py-xxl-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }

  .py-xxl-96 {
    padding-top: 9.6rem !important;
    padding-bottom: 9.6rem !important;
  }

  .py-xxl-97 {
    padding-top: 9.7rem !important;
    padding-bottom: 9.7rem !important;
  }

  .py-xxl-98 {
    padding-top: 9.8rem !important;
    padding-bottom: 9.8rem !important;
  }

  .py-xxl-99 {
    padding-top: 9.9rem !important;
    padding-bottom: 9.9rem !important;
  }

  .py-xxl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pt-xxl-6 {
    padding-top: 0.6rem !important;
  }

  .pt-xxl-7 {
    padding-top: 0.7rem !important;
  }

  .pt-xxl-8 {
    padding-top: 0.8rem !important;
  }

  .pt-xxl-9 {
    padding-top: 0.9rem !important;
  }

  .pt-xxl-10 {
    padding-top: 1rem !important;
  }

  .pt-xxl-11 {
    padding-top: 1.1rem !important;
  }

  .pt-xxl-12 {
    padding-top: 1.2rem !important;
  }

  .pt-xxl-13 {
    padding-top: 1.3rem !important;
  }

  .pt-xxl-14 {
    padding-top: 1.4rem !important;
  }

  .pt-xxl-15 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-16 {
    padding-top: 1.6rem !important;
  }

  .pt-xxl-17 {
    padding-top: 1.7rem !important;
  }

  .pt-xxl-18 {
    padding-top: 1.8rem !important;
  }

  .pt-xxl-19 {
    padding-top: 1.9rem !important;
  }

  .pt-xxl-20 {
    padding-top: 2rem !important;
  }

  .pt-xxl-21 {
    padding-top: 2.1rem !important;
  }

  .pt-xxl-22 {
    padding-top: 2.2rem !important;
  }

  .pt-xxl-23 {
    padding-top: 2.3rem !important;
  }

  .pt-xxl-24 {
    padding-top: 2.4rem !important;
  }

  .pt-xxl-25 {
    padding-top: 2.5rem !important;
  }

  .pt-xxl-26 {
    padding-top: 2.6rem !important;
  }

  .pt-xxl-27 {
    padding-top: 2.7rem !important;
  }

  .pt-xxl-28 {
    padding-top: 2.8rem !important;
  }

  .pt-xxl-29 {
    padding-top: 2.9rem !important;
  }

  .pt-xxl-30 {
    padding-top: 3rem !important;
  }

  .pt-xxl-31 {
    padding-top: 3.1rem !important;
  }

  .pt-xxl-32 {
    padding-top: 3.2rem !important;
  }

  .pt-xxl-33 {
    padding-top: 3.3rem !important;
  }

  .pt-xxl-34 {
    padding-top: 3.4rem !important;
  }

  .pt-xxl-35 {
    padding-top: 3.5rem !important;
  }

  .pt-xxl-36 {
    padding-top: 3.6rem !important;
  }

  .pt-xxl-37 {
    padding-top: 3.7rem !important;
  }

  .pt-xxl-38 {
    padding-top: 3.8rem !important;
  }

  .pt-xxl-39 {
    padding-top: 3.9rem !important;
  }

  .pt-xxl-40 {
    padding-top: 4rem !important;
  }

  .pt-xxl-41 {
    padding-top: 4.1rem !important;
  }

  .pt-xxl-42 {
    padding-top: 4.2rem !important;
  }

  .pt-xxl-43 {
    padding-top: 4.3rem !important;
  }

  .pt-xxl-44 {
    padding-top: 4.4rem !important;
  }

  .pt-xxl-45 {
    padding-top: 4.5rem !important;
  }

  .pt-xxl-46 {
    padding-top: 4.6rem !important;
  }

  .pt-xxl-47 {
    padding-top: 4.7rem !important;
  }

  .pt-xxl-48 {
    padding-top: 4.8rem !important;
  }

  .pt-xxl-49 {
    padding-top: 4.9rem !important;
  }

  .pt-xxl-50 {
    padding-top: 5rem !important;
  }

  .pt-xxl-51 {
    padding-top: 5.1rem !important;
  }

  .pt-xxl-52 {
    padding-top: 5.2rem !important;
  }

  .pt-xxl-53 {
    padding-top: 5.3rem !important;
  }

  .pt-xxl-54 {
    padding-top: 5.4rem !important;
  }

  .pt-xxl-55 {
    padding-top: 5.5rem !important;
  }

  .pt-xxl-56 {
    padding-top: 5.6rem !important;
  }

  .pt-xxl-57 {
    padding-top: 5.7rem !important;
  }

  .pt-xxl-58 {
    padding-top: 5.8rem !important;
  }

  .pt-xxl-59 {
    padding-top: 5.9rem !important;
  }

  .pt-xxl-60 {
    padding-top: 6rem !important;
  }

  .pt-xxl-61 {
    padding-top: 6.1rem !important;
  }

  .pt-xxl-62 {
    padding-top: 6.2rem !important;
  }

  .pt-xxl-63 {
    padding-top: 6.3rem !important;
  }

  .pt-xxl-64 {
    padding-top: 6.4rem !important;
  }

  .pt-xxl-65 {
    padding-top: 6.5rem !important;
  }

  .pt-xxl-66 {
    padding-top: 6.6rem !important;
  }

  .pt-xxl-67 {
    padding-top: 6.7rem !important;
  }

  .pt-xxl-68 {
    padding-top: 6.8rem !important;
  }

  .pt-xxl-69 {
    padding-top: 6.9rem !important;
  }

  .pt-xxl-70 {
    padding-top: 7rem !important;
  }

  .pt-xxl-71 {
    padding-top: 7.1rem !important;
  }

  .pt-xxl-72 {
    padding-top: 7.2rem !important;
  }

  .pt-xxl-73 {
    padding-top: 7.3rem !important;
  }

  .pt-xxl-74 {
    padding-top: 7.4rem !important;
  }

  .pt-xxl-75 {
    padding-top: 7.5rem !important;
  }

  .pt-xxl-76 {
    padding-top: 7.6rem !important;
  }

  .pt-xxl-77 {
    padding-top: 7.7rem !important;
  }

  .pt-xxl-78 {
    padding-top: 7.8rem !important;
  }

  .pt-xxl-79 {
    padding-top: 7.9rem !important;
  }

  .pt-xxl-80 {
    padding-top: 8rem !important;
  }

  .pt-xxl-81 {
    padding-top: 8.1rem !important;
  }

  .pt-xxl-82 {
    padding-top: 8.2rem !important;
  }

  .pt-xxl-83 {
    padding-top: 8.3rem !important;
  }

  .pt-xxl-84 {
    padding-top: 8.4rem !important;
  }

  .pt-xxl-85 {
    padding-top: 8.5rem !important;
  }

  .pt-xxl-86 {
    padding-top: 8.6rem !important;
  }

  .pt-xxl-87 {
    padding-top: 8.7rem !important;
  }

  .pt-xxl-88 {
    padding-top: 8.8rem !important;
  }

  .pt-xxl-89 {
    padding-top: 8.9rem !important;
  }

  .pt-xxl-90 {
    padding-top: 9rem !important;
  }

  .pt-xxl-91 {
    padding-top: 9.1rem !important;
  }

  .pt-xxl-92 {
    padding-top: 9.2rem !important;
  }

  .pt-xxl-93 {
    padding-top: 9.3rem !important;
  }

  .pt-xxl-94 {
    padding-top: 9.4rem !important;
  }

  .pt-xxl-95 {
    padding-top: 9.5rem !important;
  }

  .pt-xxl-96 {
    padding-top: 9.6rem !important;
  }

  .pt-xxl-97 {
    padding-top: 9.7rem !important;
  }

  .pt-xxl-98 {
    padding-top: 9.8rem !important;
  }

  .pt-xxl-99 {
    padding-top: 9.9rem !important;
  }

  .pt-xxl-100 {
    padding-top: 10rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pe-xxl-6 {
    padding-right: 0.6rem !important;
  }

  .pe-xxl-7 {
    padding-right: 0.7rem !important;
  }

  .pe-xxl-8 {
    padding-right: 0.8rem !important;
  }

  .pe-xxl-9 {
    padding-right: 0.9rem !important;
  }

  .pe-xxl-10 {
    padding-right: 1rem !important;
  }

  .pe-xxl-11 {
    padding-right: 1.1rem !important;
  }

  .pe-xxl-12 {
    padding-right: 1.2rem !important;
  }

  .pe-xxl-13 {
    padding-right: 1.3rem !important;
  }

  .pe-xxl-14 {
    padding-right: 1.4rem !important;
  }

  .pe-xxl-15 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-16 {
    padding-right: 1.6rem !important;
  }

  .pe-xxl-17 {
    padding-right: 1.7rem !important;
  }

  .pe-xxl-18 {
    padding-right: 1.8rem !important;
  }

  .pe-xxl-19 {
    padding-right: 1.9rem !important;
  }

  .pe-xxl-20 {
    padding-right: 2rem !important;
  }

  .pe-xxl-21 {
    padding-right: 2.1rem !important;
  }

  .pe-xxl-22 {
    padding-right: 2.2rem !important;
  }

  .pe-xxl-23 {
    padding-right: 2.3rem !important;
  }

  .pe-xxl-24 {
    padding-right: 2.4rem !important;
  }

  .pe-xxl-25 {
    padding-right: 2.5rem !important;
  }

  .pe-xxl-26 {
    padding-right: 2.6rem !important;
  }

  .pe-xxl-27 {
    padding-right: 2.7rem !important;
  }

  .pe-xxl-28 {
    padding-right: 2.8rem !important;
  }

  .pe-xxl-29 {
    padding-right: 2.9rem !important;
  }

  .pe-xxl-30 {
    padding-right: 3rem !important;
  }

  .pe-xxl-31 {
    padding-right: 3.1rem !important;
  }

  .pe-xxl-32 {
    padding-right: 3.2rem !important;
  }

  .pe-xxl-33 {
    padding-right: 3.3rem !important;
  }

  .pe-xxl-34 {
    padding-right: 3.4rem !important;
  }

  .pe-xxl-35 {
    padding-right: 3.5rem !important;
  }

  .pe-xxl-36 {
    padding-right: 3.6rem !important;
  }

  .pe-xxl-37 {
    padding-right: 3.7rem !important;
  }

  .pe-xxl-38 {
    padding-right: 3.8rem !important;
  }

  .pe-xxl-39 {
    padding-right: 3.9rem !important;
  }

  .pe-xxl-40 {
    padding-right: 4rem !important;
  }

  .pe-xxl-41 {
    padding-right: 4.1rem !important;
  }

  .pe-xxl-42 {
    padding-right: 4.2rem !important;
  }

  .pe-xxl-43 {
    padding-right: 4.3rem !important;
  }

  .pe-xxl-44 {
    padding-right: 4.4rem !important;
  }

  .pe-xxl-45 {
    padding-right: 4.5rem !important;
  }

  .pe-xxl-46 {
    padding-right: 4.6rem !important;
  }

  .pe-xxl-47 {
    padding-right: 4.7rem !important;
  }

  .pe-xxl-48 {
    padding-right: 4.8rem !important;
  }

  .pe-xxl-49 {
    padding-right: 4.9rem !important;
  }

  .pe-xxl-50 {
    padding-right: 5rem !important;
  }

  .pe-xxl-51 {
    padding-right: 5.1rem !important;
  }

  .pe-xxl-52 {
    padding-right: 5.2rem !important;
  }

  .pe-xxl-53 {
    padding-right: 5.3rem !important;
  }

  .pe-xxl-54 {
    padding-right: 5.4rem !important;
  }

  .pe-xxl-55 {
    padding-right: 5.5rem !important;
  }

  .pe-xxl-56 {
    padding-right: 5.6rem !important;
  }

  .pe-xxl-57 {
    padding-right: 5.7rem !important;
  }

  .pe-xxl-58 {
    padding-right: 5.8rem !important;
  }

  .pe-xxl-59 {
    padding-right: 5.9rem !important;
  }

  .pe-xxl-60 {
    padding-right: 6rem !important;
  }

  .pe-xxl-61 {
    padding-right: 6.1rem !important;
  }

  .pe-xxl-62 {
    padding-right: 6.2rem !important;
  }

  .pe-xxl-63 {
    padding-right: 6.3rem !important;
  }

  .pe-xxl-64 {
    padding-right: 6.4rem !important;
  }

  .pe-xxl-65 {
    padding-right: 6.5rem !important;
  }

  .pe-xxl-66 {
    padding-right: 6.6rem !important;
  }

  .pe-xxl-67 {
    padding-right: 6.7rem !important;
  }

  .pe-xxl-68 {
    padding-right: 6.8rem !important;
  }

  .pe-xxl-69 {
    padding-right: 6.9rem !important;
  }

  .pe-xxl-70 {
    padding-right: 7rem !important;
  }

  .pe-xxl-71 {
    padding-right: 7.1rem !important;
  }

  .pe-xxl-72 {
    padding-right: 7.2rem !important;
  }

  .pe-xxl-73 {
    padding-right: 7.3rem !important;
  }

  .pe-xxl-74 {
    padding-right: 7.4rem !important;
  }

  .pe-xxl-75 {
    padding-right: 7.5rem !important;
  }

  .pe-xxl-76 {
    padding-right: 7.6rem !important;
  }

  .pe-xxl-77 {
    padding-right: 7.7rem !important;
  }

  .pe-xxl-78 {
    padding-right: 7.8rem !important;
  }

  .pe-xxl-79 {
    padding-right: 7.9rem !important;
  }

  .pe-xxl-80 {
    padding-right: 8rem !important;
  }

  .pe-xxl-81 {
    padding-right: 8.1rem !important;
  }

  .pe-xxl-82 {
    padding-right: 8.2rem !important;
  }

  .pe-xxl-83 {
    padding-right: 8.3rem !important;
  }

  .pe-xxl-84 {
    padding-right: 8.4rem !important;
  }

  .pe-xxl-85 {
    padding-right: 8.5rem !important;
  }

  .pe-xxl-86 {
    padding-right: 8.6rem !important;
  }

  .pe-xxl-87 {
    padding-right: 8.7rem !important;
  }

  .pe-xxl-88 {
    padding-right: 8.8rem !important;
  }

  .pe-xxl-89 {
    padding-right: 8.9rem !important;
  }

  .pe-xxl-90 {
    padding-right: 9rem !important;
  }

  .pe-xxl-91 {
    padding-right: 9.1rem !important;
  }

  .pe-xxl-92 {
    padding-right: 9.2rem !important;
  }

  .pe-xxl-93 {
    padding-right: 9.3rem !important;
  }

  .pe-xxl-94 {
    padding-right: 9.4rem !important;
  }

  .pe-xxl-95 {
    padding-right: 9.5rem !important;
  }

  .pe-xxl-96 {
    padding-right: 9.6rem !important;
  }

  .pe-xxl-97 {
    padding-right: 9.7rem !important;
  }

  .pe-xxl-98 {
    padding-right: 9.8rem !important;
  }

  .pe-xxl-99 {
    padding-right: 9.9rem !important;
  }

  .pe-xxl-100 {
    padding-right: 10rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 0.6rem !important;
  }

  .pb-xxl-7 {
    padding-bottom: 0.7rem !important;
  }

  .pb-xxl-8 {
    padding-bottom: 0.8rem !important;
  }

  .pb-xxl-9 {
    padding-bottom: 0.9rem !important;
  }

  .pb-xxl-10 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-11 {
    padding-bottom: 1.1rem !important;
  }

  .pb-xxl-12 {
    padding-bottom: 1.2rem !important;
  }

  .pb-xxl-13 {
    padding-bottom: 1.3rem !important;
  }

  .pb-xxl-14 {
    padding-bottom: 1.4rem !important;
  }

  .pb-xxl-15 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-16 {
    padding-bottom: 1.6rem !important;
  }

  .pb-xxl-17 {
    padding-bottom: 1.7rem !important;
  }

  .pb-xxl-18 {
    padding-bottom: 1.8rem !important;
  }

  .pb-xxl-19 {
    padding-bottom: 1.9rem !important;
  }

  .pb-xxl-20 {
    padding-bottom: 2rem !important;
  }

  .pb-xxl-21 {
    padding-bottom: 2.1rem !important;
  }

  .pb-xxl-22 {
    padding-bottom: 2.2rem !important;
  }

  .pb-xxl-23 {
    padding-bottom: 2.3rem !important;
  }

  .pb-xxl-24 {
    padding-bottom: 2.4rem !important;
  }

  .pb-xxl-25 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xxl-26 {
    padding-bottom: 2.6rem !important;
  }

  .pb-xxl-27 {
    padding-bottom: 2.7rem !important;
  }

  .pb-xxl-28 {
    padding-bottom: 2.8rem !important;
  }

  .pb-xxl-29 {
    padding-bottom: 2.9rem !important;
  }

  .pb-xxl-30 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-31 {
    padding-bottom: 3.1rem !important;
  }

  .pb-xxl-32 {
    padding-bottom: 3.2rem !important;
  }

  .pb-xxl-33 {
    padding-bottom: 3.3rem !important;
  }

  .pb-xxl-34 {
    padding-bottom: 3.4rem !important;
  }

  .pb-xxl-35 {
    padding-bottom: 3.5rem !important;
  }

  .pb-xxl-36 {
    padding-bottom: 3.6rem !important;
  }

  .pb-xxl-37 {
    padding-bottom: 3.7rem !important;
  }

  .pb-xxl-38 {
    padding-bottom: 3.8rem !important;
  }

  .pb-xxl-39 {
    padding-bottom: 3.9rem !important;
  }

  .pb-xxl-40 {
    padding-bottom: 4rem !important;
  }

  .pb-xxl-41 {
    padding-bottom: 4.1rem !important;
  }

  .pb-xxl-42 {
    padding-bottom: 4.2rem !important;
  }

  .pb-xxl-43 {
    padding-bottom: 4.3rem !important;
  }

  .pb-xxl-44 {
    padding-bottom: 4.4rem !important;
  }

  .pb-xxl-45 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xxl-46 {
    padding-bottom: 4.6rem !important;
  }

  .pb-xxl-47 {
    padding-bottom: 4.7rem !important;
  }

  .pb-xxl-48 {
    padding-bottom: 4.8rem !important;
  }

  .pb-xxl-49 {
    padding-bottom: 4.9rem !important;
  }

  .pb-xxl-50 {
    padding-bottom: 5rem !important;
  }

  .pb-xxl-51 {
    padding-bottom: 5.1rem !important;
  }

  .pb-xxl-52 {
    padding-bottom: 5.2rem !important;
  }

  .pb-xxl-53 {
    padding-bottom: 5.3rem !important;
  }

  .pb-xxl-54 {
    padding-bottom: 5.4rem !important;
  }

  .pb-xxl-55 {
    padding-bottom: 5.5rem !important;
  }

  .pb-xxl-56 {
    padding-bottom: 5.6rem !important;
  }

  .pb-xxl-57 {
    padding-bottom: 5.7rem !important;
  }

  .pb-xxl-58 {
    padding-bottom: 5.8rem !important;
  }

  .pb-xxl-59 {
    padding-bottom: 5.9rem !important;
  }

  .pb-xxl-60 {
    padding-bottom: 6rem !important;
  }

  .pb-xxl-61 {
    padding-bottom: 6.1rem !important;
  }

  .pb-xxl-62 {
    padding-bottom: 6.2rem !important;
  }

  .pb-xxl-63 {
    padding-bottom: 6.3rem !important;
  }

  .pb-xxl-64 {
    padding-bottom: 6.4rem !important;
  }

  .pb-xxl-65 {
    padding-bottom: 6.5rem !important;
  }

  .pb-xxl-66 {
    padding-bottom: 6.6rem !important;
  }

  .pb-xxl-67 {
    padding-bottom: 6.7rem !important;
  }

  .pb-xxl-68 {
    padding-bottom: 6.8rem !important;
  }

  .pb-xxl-69 {
    padding-bottom: 6.9rem !important;
  }

  .pb-xxl-70 {
    padding-bottom: 7rem !important;
  }

  .pb-xxl-71 {
    padding-bottom: 7.1rem !important;
  }

  .pb-xxl-72 {
    padding-bottom: 7.2rem !important;
  }

  .pb-xxl-73 {
    padding-bottom: 7.3rem !important;
  }

  .pb-xxl-74 {
    padding-bottom: 7.4rem !important;
  }

  .pb-xxl-75 {
    padding-bottom: 7.5rem !important;
  }

  .pb-xxl-76 {
    padding-bottom: 7.6rem !important;
  }

  .pb-xxl-77 {
    padding-bottom: 7.7rem !important;
  }

  .pb-xxl-78 {
    padding-bottom: 7.8rem !important;
  }

  .pb-xxl-79 {
    padding-bottom: 7.9rem !important;
  }

  .pb-xxl-80 {
    padding-bottom: 8rem !important;
  }

  .pb-xxl-81 {
    padding-bottom: 8.1rem !important;
  }

  .pb-xxl-82 {
    padding-bottom: 8.2rem !important;
  }

  .pb-xxl-83 {
    padding-bottom: 8.3rem !important;
  }

  .pb-xxl-84 {
    padding-bottom: 8.4rem !important;
  }

  .pb-xxl-85 {
    padding-bottom: 8.5rem !important;
  }

  .pb-xxl-86 {
    padding-bottom: 8.6rem !important;
  }

  .pb-xxl-87 {
    padding-bottom: 8.7rem !important;
  }

  .pb-xxl-88 {
    padding-bottom: 8.8rem !important;
  }

  .pb-xxl-89 {
    padding-bottom: 8.9rem !important;
  }

  .pb-xxl-90 {
    padding-bottom: 9rem !important;
  }

  .pb-xxl-91 {
    padding-bottom: 9.1rem !important;
  }

  .pb-xxl-92 {
    padding-bottom: 9.2rem !important;
  }

  .pb-xxl-93 {
    padding-bottom: 9.3rem !important;
  }

  .pb-xxl-94 {
    padding-bottom: 9.4rem !important;
  }

  .pb-xxl-95 {
    padding-bottom: 9.5rem !important;
  }

  .pb-xxl-96 {
    padding-bottom: 9.6rem !important;
  }

  .pb-xxl-97 {
    padding-bottom: 9.7rem !important;
  }

  .pb-xxl-98 {
    padding-bottom: 9.8rem !important;
  }

  .pb-xxl-99 {
    padding-bottom: 9.9rem !important;
  }

  .pb-xxl-100 {
    padding-bottom: 10rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .ps-xxl-6 {
    padding-left: 0.6rem !important;
  }

  .ps-xxl-7 {
    padding-left: 0.7rem !important;
  }

  .ps-xxl-8 {
    padding-left: 0.8rem !important;
  }

  .ps-xxl-9 {
    padding-left: 0.9rem !important;
  }

  .ps-xxl-10 {
    padding-left: 1rem !important;
  }

  .ps-xxl-11 {
    padding-left: 1.1rem !important;
  }

  .ps-xxl-12 {
    padding-left: 1.2rem !important;
  }

  .ps-xxl-13 {
    padding-left: 1.3rem !important;
  }

  .ps-xxl-14 {
    padding-left: 1.4rem !important;
  }

  .ps-xxl-15 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-16 {
    padding-left: 1.6rem !important;
  }

  .ps-xxl-17 {
    padding-left: 1.7rem !important;
  }

  .ps-xxl-18 {
    padding-left: 1.8rem !important;
  }

  .ps-xxl-19 {
    padding-left: 1.9rem !important;
  }

  .ps-xxl-20 {
    padding-left: 2rem !important;
  }

  .ps-xxl-21 {
    padding-left: 2.1rem !important;
  }

  .ps-xxl-22 {
    padding-left: 2.2rem !important;
  }

  .ps-xxl-23 {
    padding-left: 2.3rem !important;
  }

  .ps-xxl-24 {
    padding-left: 2.4rem !important;
  }

  .ps-xxl-25 {
    padding-left: 2.5rem !important;
  }

  .ps-xxl-26 {
    padding-left: 2.6rem !important;
  }

  .ps-xxl-27 {
    padding-left: 2.7rem !important;
  }

  .ps-xxl-28 {
    padding-left: 2.8rem !important;
  }

  .ps-xxl-29 {
    padding-left: 2.9rem !important;
  }

  .ps-xxl-30 {
    padding-left: 3rem !important;
  }

  .ps-xxl-31 {
    padding-left: 3.1rem !important;
  }

  .ps-xxl-32 {
    padding-left: 3.2rem !important;
  }

  .ps-xxl-33 {
    padding-left: 3.3rem !important;
  }

  .ps-xxl-34 {
    padding-left: 3.4rem !important;
  }

  .ps-xxl-35 {
    padding-left: 3.5rem !important;
  }

  .ps-xxl-36 {
    padding-left: 3.6rem !important;
  }

  .ps-xxl-37 {
    padding-left: 3.7rem !important;
  }

  .ps-xxl-38 {
    padding-left: 3.8rem !important;
  }

  .ps-xxl-39 {
    padding-left: 3.9rem !important;
  }

  .ps-xxl-40 {
    padding-left: 4rem !important;
  }

  .ps-xxl-41 {
    padding-left: 4.1rem !important;
  }

  .ps-xxl-42 {
    padding-left: 4.2rem !important;
  }

  .ps-xxl-43 {
    padding-left: 4.3rem !important;
  }

  .ps-xxl-44 {
    padding-left: 4.4rem !important;
  }

  .ps-xxl-45 {
    padding-left: 4.5rem !important;
  }

  .ps-xxl-46 {
    padding-left: 4.6rem !important;
  }

  .ps-xxl-47 {
    padding-left: 4.7rem !important;
  }

  .ps-xxl-48 {
    padding-left: 4.8rem !important;
  }

  .ps-xxl-49 {
    padding-left: 4.9rem !important;
  }

  .ps-xxl-50 {
    padding-left: 5rem !important;
  }

  .ps-xxl-51 {
    padding-left: 5.1rem !important;
  }

  .ps-xxl-52 {
    padding-left: 5.2rem !important;
  }

  .ps-xxl-53 {
    padding-left: 5.3rem !important;
  }

  .ps-xxl-54 {
    padding-left: 5.4rem !important;
  }

  .ps-xxl-55 {
    padding-left: 5.5rem !important;
  }

  .ps-xxl-56 {
    padding-left: 5.6rem !important;
  }

  .ps-xxl-57 {
    padding-left: 5.7rem !important;
  }

  .ps-xxl-58 {
    padding-left: 5.8rem !important;
  }

  .ps-xxl-59 {
    padding-left: 5.9rem !important;
  }

  .ps-xxl-60 {
    padding-left: 6rem !important;
  }

  .ps-xxl-61 {
    padding-left: 6.1rem !important;
  }

  .ps-xxl-62 {
    padding-left: 6.2rem !important;
  }

  .ps-xxl-63 {
    padding-left: 6.3rem !important;
  }

  .ps-xxl-64 {
    padding-left: 6.4rem !important;
  }

  .ps-xxl-65 {
    padding-left: 6.5rem !important;
  }

  .ps-xxl-66 {
    padding-left: 6.6rem !important;
  }

  .ps-xxl-67 {
    padding-left: 6.7rem !important;
  }

  .ps-xxl-68 {
    padding-left: 6.8rem !important;
  }

  .ps-xxl-69 {
    padding-left: 6.9rem !important;
  }

  .ps-xxl-70 {
    padding-left: 7rem !important;
  }

  .ps-xxl-71 {
    padding-left: 7.1rem !important;
  }

  .ps-xxl-72 {
    padding-left: 7.2rem !important;
  }

  .ps-xxl-73 {
    padding-left: 7.3rem !important;
  }

  .ps-xxl-74 {
    padding-left: 7.4rem !important;
  }

  .ps-xxl-75 {
    padding-left: 7.5rem !important;
  }

  .ps-xxl-76 {
    padding-left: 7.6rem !important;
  }

  .ps-xxl-77 {
    padding-left: 7.7rem !important;
  }

  .ps-xxl-78 {
    padding-left: 7.8rem !important;
  }

  .ps-xxl-79 {
    padding-left: 7.9rem !important;
  }

  .ps-xxl-80 {
    padding-left: 8rem !important;
  }

  .ps-xxl-81 {
    padding-left: 8.1rem !important;
  }

  .ps-xxl-82 {
    padding-left: 8.2rem !important;
  }

  .ps-xxl-83 {
    padding-left: 8.3rem !important;
  }

  .ps-xxl-84 {
    padding-left: 8.4rem !important;
  }

  .ps-xxl-85 {
    padding-left: 8.5rem !important;
  }

  .ps-xxl-86 {
    padding-left: 8.6rem !important;
  }

  .ps-xxl-87 {
    padding-left: 8.7rem !important;
  }

  .ps-xxl-88 {
    padding-left: 8.8rem !important;
  }

  .ps-xxl-89 {
    padding-left: 8.9rem !important;
  }

  .ps-xxl-90 {
    padding-left: 9rem !important;
  }

  .ps-xxl-91 {
    padding-left: 9.1rem !important;
  }

  .ps-xxl-92 {
    padding-left: 9.2rem !important;
  }

  .ps-xxl-93 {
    padding-left: 9.3rem !important;
  }

  .ps-xxl-94 {
    padding-left: 9.4rem !important;
  }

  .ps-xxl-95 {
    padding-left: 9.5rem !important;
  }

  .ps-xxl-96 {
    padding-left: 9.6rem !important;
  }

  .ps-xxl-97 {
    padding-left: 9.7rem !important;
  }

  .ps-xxl-98 {
    padding-left: 9.8rem !important;
  }

  .ps-xxl-99 {
    padding-left: 9.9rem !important;
  }

  .ps-xxl-100 {
    padding-left: 10rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.svg-inline--fa.fa-lg {
  vertical-align: -0.225em;
}

.svg-inline--fa.fa-w-1 {
  width: 0.0625em;
}

.svg-inline--fa.fa-w-2 {
  width: 0.125em;
}

.svg-inline--fa.fa-w-3 {
  width: 0.1875em;
}

.svg-inline--fa.fa-w-4 {
  width: 0.25em;
}

.svg-inline--fa.fa-w-5 {
  width: 0.3125em;
}

.svg-inline--fa.fa-w-6 {
  width: 0.375em;
}

.svg-inline--fa.fa-w-7 {
  width: 0.4375em;
}

.svg-inline--fa.fa-w-8 {
  width: 0.5em;
}

.svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}

.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}

.svg-inline--fa.fa-w-11 {
  width: 0.6875em;
}

.svg-inline--fa.fa-w-12 {
  width: 0.75em;
}

.svg-inline--fa.fa-w-13 {
  width: 0.8125em;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.svg-inline--fa.fa-w-15 {
  width: 0.9375em;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.svg-inline--fa.fa-w-17 {
  width: 1.0625em;
}

.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}

.svg-inline--fa.fa-w-19 {
  width: 1.1875em;
}

.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}

.svg-inline--fa.fa-pull-left {
  margin-right: 0.3em;
  width: auto;
}

.svg-inline--fa.fa-pull-right {
  margin-left: 0.3em;
  width: auto;
}

.svg-inline--fa.fa-border {
  height: 1.5em;
}

.svg-inline--fa.fa-li {
  width: 2em;
}

.svg-inline--fa.fa-fw {
  width: 1.25em;
}

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}

.fa-layers svg.svg-inline--fa {
  transform-origin: center center;
}

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: 0.25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  transform: scale(0.25);
  transform-origin: top right;
}

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  transform: scale(0.25);
  transform-origin: bottom right;
}

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  transform: scale(0.25);
  transform-origin: bottom left;
}

.fa-layers-top-right {
  right: 0;
  top: 0;
  transform: scale(0.25);
  transform-origin: top right;
}

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  transform: scale(0.25);
  transform-origin: top left;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul &gt; li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}

.fa-inverse {
  color: #fff;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black;
}

.fad.fa-inverse {
  color: #fff;
}

:root {
  --fa-primary-color: #ffd566;
  --fa-secondary-color: #a9a59e;
  --fa-secondary-opacity: 1;
}

.fa-layers-bottom-right {
  left: auto;
}

svg {
  fill: currentColor;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #ffb900;
}
.link-primary:hover, .link-primary:focus {
  color: #ffc733;
}

.link-secondary {
  color: #6f695d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #59544a;
}

.link-success {
  color: #1bb359;
}
.link-success:hover, .link-success:focus {
  color: #49c27a;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #f65e52;
}
.link-danger:hover, .link-danger:focus {
  color: #f87e75;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio &gt; * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.ui-helper-hidden-accessible {
  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;
}

.sf-autocomplete {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.sf-autocomplete .ui-menu-item {
  position: relative;
  display: block;
}
.sf-autocomplete .ui-menu-item:first-child .ui-menu-item-wrapper {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.sf-autocomplete .ui-menu-item:last-child .ui-menu-item-wrapper {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.sf-autocomplete .ui-menu-item + .sf-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  border-top-width: 0;
}
.sf-autocomplete .ui-menu-item + .sf-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  margin-top: -1px;
  border-top-width: 1px;
}
.sf-autocomplete .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.sf-autocomplete .ui-menu-item-wrapper.ui-state-active {
  z-index: 2;
  color: #ffffff;
  background-color: #ffb900;
  border-color: #ffb900;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-bottom: 0;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #6f695d;
}

h1.line, .line.h1,
h2.line,
.line.h2,
h3.line,
.line.h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1.line, .line.h1,
h2.line,
.line.h2,
h3.line,
.line.h3 {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 1200px) {
  h1.line, .line.h1,
h2.line,
.line.h2,
h3.line,
.line.h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

/*making h1 match h1-display*/
h1,
.h1 {
  font-size: 2.5rem;
  line-height: 3.25rem;
  /*  font-size: 3rem;
    line-height: 3.25rem;*/
  margin: 2rem 0;
}
@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 2.75rem;
    line-height: 3.75rem;
    /*   font-size: 3.5rem;
       line-height: 4rem;*/
  }
}
@media (min-width: 1200px) {
  h1,
.h1 {
    font-size: 3rem;
    line-height: 4rem;
    /*   font-size: 4rem;
       line-height: 4.5rem;*/
  }
}
h1-display,
.h1-display {
  font-size: 3rem;
  line-height: 3.25rem;
}
@media (min-width: 768px) {
  h1-display,
.h1-display {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
@media (min-width: 1200px) {
  h1-display,
.h1-display {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
h1.alt,
.h1.alt {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 3.125rem;
}
h1.condensed,
.h1.condensed {
  font-family: "Roboto", sans-serif;
}
h1.big,
.h1.big {
  display: inline-block;
  font-size: 4rem;
  width: 7rem;
  height: 7rem;
  line-height: 6rem;
  text-align: center;
  color: #00AAB2;
  border: solid 0.5rem #00AAB2;
  border-radius: 50% 50%;
  margin: 0;
}
@media (min-width: 992px) {
  h1.big,
.h1.big {
    font-size: 5rem;
    width: 9rem;
    height: 9rem;
    line-height: 7.75rem;
  }
}

h2,
.h2 {
  font-size: 1.75rem;
  line-height: 2.375rem;
}
@media (min-width: 768px) {
  h2,
.h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (min-width: 1200px) {
  h2,
.h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
h2.callout,
.h2.callout {
  font-size: 2rem;
  line-height: 2.75rem;
}
h2.landing,
.h2.landing {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  h2.landing,
.h2.landing {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1200px) {
  h2.landing,
.h2.landing {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}

.page-news h2.landing, .page-news .landing.h2 {
  font-size: 1.75rem;
  line-height: 2.375rem;
}
@media (min-width: 768px) {
  .page-news h2.landing, .page-news .landing.h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-news h2.landing, .page-news .landing.h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}

h3,
.h3 {
  font-size: 1.375rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  h3,
.h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 1200px) {
  h3,
.h3 {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
h3.alt,
.h3.alt {
  font-family: "Open Sans", sans-serif;
}
h3.condensed,
.h3.condensed {
  font-family: "Roboto", sans-serif;
}

h4,
.h4 {
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  h4,
.h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h4,
.h4 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
h4.alt,
.h4.alt {
  font-family: "Open Sans", sans-serif;
}
h4.condensed,
.h4.condensed {
  font-family: "Roboto", sans-serif;
}

h5,
.h5 {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  h5,
.h5 {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 1200px) {
  h5,
.h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
h5.alt,
.h5.alt {
  font-family: "Open Sans", sans-serif;
}

h6,
.h6 {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.125rem;
}
h6.alt,
.h6.alt {
  font-family: "Open Sans", sans-serif;
}
h6.condensed,
.h6.condensed {
  font-family: "Roboto", sans-serif;
}

/*app*/
.ql-font-monospace {
  font-family: monospace;
}

.ql-font-serif {
  font-family: serif;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?qm4797");
  src: url("../fonts/icomoon.eot?qm4797#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qm4797") format("truetype"), url("../fonts/icomoon.woff?qm4797") format("woff"), url("../fonts/icomoon.svg?qm4797#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]:not([class^=icon-btn]), [class*=" icon-"]:not([class*=icon-btn]) {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-left:before {
  content: "\e901";
}

.icon-angle-right:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-arrow-square-left:before {
  content: "\e905";
}

.icon-arrow-square-right:before {
  content: "\e906";
}

.icon-arrow-to-top:before {
  content: "\e907";
}

.icon-heart:before {
  content: "\e929";
}

.icon-heart1:before {
  content: "\e92a";
}

.icon-star:before {
  content: "\e939";
}

.icon-star1:before {
  content: "\e93a";
}

.icon-box-full:before {
  content: "\e908";
}

.icon-bookmark:before {
  content: "\e944";
}

.icon-bookmark1:before {
  content: "\e94c";
}

.icon-bookmark-slash:before {
  content: "\e943";
}

.icon-bookmark-slash1:before {
  content: "\e94a";
}

.icon-trash-can:before {
  content: "\e945";
}

.icon-cart-arrow-down:before {
  content: "\e946";
}

.icon-cart-minus:before {
  content: "\e947";
}

.icon-cart-xmark:before {
  content: "\e948";
}

.icon-cart-plus:before {
  content: "\e909";
}

.icon-cart-arrow-up:before {
  content: "\e949";
}

.icon-shopping-cart:before {
  content: "\e935";
}

.icon-cart-plus1:before {
  content: "\e90a";
}

.icon-cc-amazon-pay:before {
  content: "\e90b";
}

.icon-cc-amex:before {
  content: "\e90c";
}

.icon-cc-apple-pay:before {
  content: "\e90d";
}

.icon-cc-discover:before {
  content: "\e90e";
}

.icon-cc-mastercard:before {
  content: "\e90f";
}

.icon-cc-paypal:before {
  content: "\e910";
}

.icon-cc-stripe:before {
  content: "\e911";
}

.icon-cc-visa:before {
  content: "\e912";
}

.icon-check:before {
  content: "\e913";
}

.icon-check1:before {
  content: "\e914";
}

.icon-check-circle:before {
  content: "\e915";
}

.icon-check-square:before {
  content: "\e916";
}

.icon-check-square1:before {
  content: "\e917";
}

.icon-chevron-down:before {
  content: "\e918";
}

.icon-chevron-up:before {
  content: "\e91a";
}

.icon-chevron-down1:before {
  content: "\e919";
}

.icon-chevron-up1:before {
  content: "\e91b";
}

.icon-circle2 .path1:before {
  content: "\e91c";
  color: black;
  opacity: 0.4;
}

.icon-circle2 .path2:before {
  content: "\e91d";
  margin-left: -1em;
  color: black;
}

.icon-circle:before {
  content: "\e91e";
}

.icon-circle1:before {
  content: "\e91f";
}

.icon-digital-tachograph:before {
  content: "\e920";
}

.icon-edit:before {
  content: "\e921";
}

.icon-envelope:before {
  content: "\e922";
}

.icon-exclamation-triangle:before {
  content: "\e923";
}

.icon-facebook-f:before {
  content: "\e924";
}

.icon-fax:before {
  content: "\e925";
}

.icon-file-alt:before {
  content: "\e926";
}

.icon-file-download:before {
  content: "\e927";
}

.icon-file-pdf:before {
  content: "\e928";
}

.icon-info-circle:before {
  content: "\e92b";
}

.icon-instagram:before {
  content: "\e92c";
}

.icon-exclamation-circle:before {
  content: "\e941";
}

.icon-linkedin-in:before {
  content: "\e92d";
}

.icon-exclamation-triangle1:before {
  content: "\e942";
}

.icon-list:before {
  content: "\e92e";
}

.icon-map-marker-alt:before {
  content: "\e92f";
}

.icon-phone:before {
  content: "\e930";
}

.icon-phone-alt:before {
  content: "\e931";
}

.icon-plane-alt:before {
  content: "\e932";
}

.icon-plus:before {
  content: "\e933";
}

.icon-search:before {
  content: "\e934";
}

.icon-spinner-third1:before {
  content: "\e936";
}

.icon-spinner-third:before {
  content: "\e937";
}

.icon-square:before {
  content: "\e938";
}

.icon-th-large:before {
  content: "\e93b";
}

.icon-times:before {
  content: "\e93c";
}

.icon-tools:before {
  content: "\e93d";
}

.icon-twitter:before {
  content: "\e93e";
}

.icon-address-card:before {
  content: "\e900";
}

.icon-user-circle:before {
  content: "\e93f";
}

.icon-user-circle1:before {
  content: "\e940";
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
.icon-angle-left {
  width: 0.375em;
}

.icon-angle-right {
  width: 0.375em;
}

.icon-arrow-left {
  width: 0.875em;
}

.icon-arrow-right {
  width: 0.875em;
}

.icon-arrow-square-left {
  width: 0.875em;
}

.icon-arrow-square-right {
  width: 0.875em;
}

.icon-arrow-to-top {
  width: 0.75em;
}

.icon-star {
  width: 1.125em;
}

.icon-star1 {
  width: 1.125em;
}

.icon-box-full {
  width: 1.25em;
}

.icon-bookmark {
  width: 0.75em;
}

.icon-bookmark1 {
  width: 0.75em;
}

.icon-bookmark-slash {
  width: 1.25em;
}

.icon-bookmark-slash1 {
  width: 1.25em;
}

.icon-trash-can {
  width: 0.875em;
}

.icon-cart-arrow-down {
  width: 1.125em;
}

.icon-cart-minus {
  width: 1.125em;
}

.icon-cart-xmark {
  width: 1.125em;
}

.icon-cart-plus {
  width: 1.125em;
}

.icon-cart-arrow-up {
  width: 1.125em;
}

.icon-shopping-cart {
  width: 1.125em;
}

.icon-cart-plus1 {
  width: 1.125em;
}

.icon-cc-amazon-pay {
  width: 1.125em;
}

.icon-cc-amex {
  width: 1.125em;
}

.icon-cc-apple-pay {
  width: 1.125em;
}

.icon-cc-discover {
  width: 1.125em;
}

.icon-cc-mastercard {
  width: 1.125em;
}

.icon-cc-paypal {
  width: 1.125em;
}

.icon-cc-stripe {
  width: 1.125em;
}

.icon-cc-visa {
  width: 1.125em;
}

.icon-check1 {
  width: 0.875em;
}

.icon-check-square {
  width: 0.875em;
}

.icon-check-square1 {
  width: 0.875em;
}

.icon-chevron-down {
  width: 0.875em;
}

.icon-chevron-up {
  width: 0.875em;
}

.icon-chevron-down1 {
  width: 0.875em;
}

.icon-chevron-up1 {
  width: 0.875em;
}

.icon-digital-tachograph {
  width: 1.25em;
}

.icon-edit {
  width: 1.125em;
}

.icon-exclamation-triangle {
  width: 1.125em;
}

.icon-facebook-f {
  width: 0.625em;
}

.icon-file-alt {
  width: 0.75em;
}

.icon-file-download {
  width: 0.75em;
}

.icon-file-pdf {
  width: 0.75em;
}

.icon-instagram {
  width: 0.875em;
}

.icon-linkedin-in {
  width: 0.875em;
}

.icon-exclamation-triangle1 {
  width: 1.125em;
}

.icon-map-marker-alt {
  width: 0.75em;
}

.icon-plane-alt {
  width: 1.125em;
}

.icon-plus {
  width: 0.75em;
}

.icon-square {
  width: 0.875em;
}

.icon-times {
  width: 0.625em;
}

.icon-address-card {
  width: 1.125em;
}

.icon-user-circle {
  width: 0.96875em;
}

.icon-user-circle1 {
  width: 0.96875em;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  flex: 0 1 auto;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
@media (min-width: 576px) {
  html,
body {
    font-size: 16px;
  }
}

#__next {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-width: 100%;
  flex: 1 1 auto;
  margin-top: 5rem;
  margin-top: 82px;
  position: relative;
  /* Just for development*/
  min-height: 400px;
}

@media screen and (max-width: 504px) {
  main {
    margin-top: 135px;
  }
}
main &gt; .container_full-width:first-child {
  margin-top: 0;
}

#loading-progress {
  background-color: #22989d;
}

.skip-link {
  left: 50%;
  position: absolute;
  transform: translateY(-100%);
  background: #ffb900;
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  color: #fff;
  z-index: 9999;
}

.skip-link:focus-within {
  transform: translateY(0%);
  color: #fff;
}

.skip-link a,
.skip-link a:focus {
  color: #fff;
}

.medium {
  font-weight: 500;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

.raleway {
  font-family: "Raleway", sans-serif;
}

a {
  color: #6f695d;
  transition: color 0.15s ease-in-out;
}
a:hover, a:focus {
  color: #3a3731;
}

p,
.body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.25rem;
  color: #6f695d;
}
p a,
.body a {
  color: #6f695d;
  text-decoration: underline;
}
p a:hover, p a:focus,
.body a:hover,
.body a:focus {
  color: #3a3731;
}
p.small,
.body.small {
  font-size: 0.875rem;
}

svg {
  fill: currentColor;
}

/* Text Colors &amp; Modifiers */
.white {
  color: #ffffff;
}
.white-bg {
  background: #ffffff;
}

.offwhite {
  color: #f7f7f7;
}
.offwhite-bg {
  background: #f7f7f7;
}

.black {
  color: #000000;
}
.black-bg {
  background: #000000;
}

.light_gray {
  color: #e1e1e1;
}
.light_gray-bg {
  background: #e1e1e1;
}

.light_gray_6 {
  color: #c5c1ba;
}
.light_gray_6-bg {
  background: #c5c1ba;
}

.med_gray {
  color: #9d9fa2;
}
.med_gray-bg {
  background: #9d9fa2;
}

.smoke_gray {
  color: #6f695d;
}
.smoke_gray-bg {
  background: #6f695d;
}
.smoke_gray-bg h1, .smoke_gray-bg .h1,
.smoke_gray-bg h2,
.smoke_gray-bg .h2,
.smoke_gray-bg h3,
.smoke_gray-bg .h3,
.smoke_gray-bg h4,
.smoke_gray-bg .h4,
.smoke_gray-bg h5,
.smoke_gray-bg .h5,
.smoke_gray-bg h6,
.smoke_gray-bg .h6,
.smoke_gray-bg p,
.smoke_gray-bg li {
  color: #ffffff;
}

.dark_gray {
  color: #3a3731;
}
.dark_gray-bg {
  background: #3a3731;
}

.green {
  color: #1bb359;
}
.green-bg {
  background: #1bb359;
}

.dark_green {
  color: #08682e;
}
.dark_green-bg {
  background: #08682e;
}

.blue {
  color: #409dff;
}
.blue-bg {
  background: #409dff;
}

.dark_blue {
  color: #204e80;
}
.dark_blue-bg {
  background: #204e80;
}

.red {
  color: #f65e52;
}
.red-bg {
  background: #f65e52;
}

.light_gold {
  color: #007378;
}
.light_gold-bg {
  background: #007378;
}

.gold {
  color: #00AAB2;
}
.gold-bg {
  background: #00AAB2;
}
.gold-bg h1, .gold-bg .h1,
.gold-bg h2,
.gold-bg .h2,
.gold-bg h3,
.gold-bg .h3,
.gold-bg h4,
.gold-bg .h4,
.gold-bg h5,
.gold-bg .h5,
.gold-bg h6,
.gold-bg .h6,
.gold-bg p,
.gold-bg li {
  color: #ffffff;
}

.dark_gold {
  color: #e08e00;
}
.dark_gold-bg {
  background: #e08e00;
}

.brown {
  color: #524d44;
}
.brown-bg {
  background: #524d44;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade {
  transition: opacity 0.1s ease-in-out 0s;
}
.fade-enter {
  opacity: 0;
}
.fade-enter-active {
  opacity: 0;
}
.fade-enter-done {
  opacity: 1;
}
.fade-exit {
  opacity: 1;
}
.fade-exit-active {
  opacity: 0;
}
.fade-exit-done {
  opacity: 0;
}

* {
  box-sizing: border-box;
  flex: 0 1 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

figure {
  margin: 0;
}

.container {
  padding: 0 1rem;
  max-width: 1440px;
  margin: 3rem auto;
  position: relative;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 1.5rem;
    margin: 3.5rem auto;
    padding-top: 1rem;
  }
}
.container_full-width {
  padding: 0;
  max-width: auto;
  width: 100%;
  margin: 4.5rem auto 0;
}
.container_full-width + .container_full-width {
  margin-top: 0;
}
.container_half-width {
  max-width: 720px;
  width: 100%;
}
.container_half-width:nth-child(odd) {
  margin-left: auto;
}
.container_half-width:nth-child(even) {
  margin-right: auto;
}
.container &gt; *:first-child {
  margin-top: 0;
}
.container &gt; header:first-child &gt; *:first-child {
  margin-top: 0;
}

.preloader {
  position: relative;
  margin: 0 auto;
  width: 100px;
}

.preloader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.circular {
  animation: rotate 2s linear infinite;
  height: 50px;
  transform-origin: center center;
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%, 90% {
    stroke: #ffa700;
  }
}
/*.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.75);
    transition: opacity 0.15s ease-in-out 0s;
    z-index: 1000;

    .show {
        opacity: 1;
        pointer-events: all;
    }

    .modal-content {
        padding: 4rem;
        box-sizing: border-box;
        flex: 0 1 95%;
        position: relative;
        background-color: #ffffff;
        max-width: 66.66%;
        min-width: 0;
    }

    .modal-close-button {
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        color: #6f695d;
        padding: 0.75rem;
        border: none;
        background-color: transparent;
        transition: transform 0.15s ease-in-out 0s;
    }

    .modal-close-button:hover, .modal-close-button:focus {
        transform: scale(1.2);
    }

    .modal-close-button .edmo-icon-close {
        pointer-events: none;
    }

    .modal-close-button .edmo-icon-close svg {
        margin-right: 0;
    }
}*/
/*.loader {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.15s ease-in-out 0s;
    pointer-events: none;
}

.loader.loading {
    opacity: 1;
    pointer-events: all;
}

.loader svg {
    width: 10rem !important;
    height: 10rem !important;
    max-width: 100%;
    max-height: 100%;
}

.loader.small svg {
    width: 5rem !important;
    height: 5rem !important;
}

.loader_circle {
    fill: #ffb900;
    stroke: #ffb900;
}

.loader_airplane {
    fill: #6f695d;
    color: #6f695d;
    transform: scale(0.6) translateX(33%) translateY(33%);
}

.loader-circle_airplane {
    fill: #ffb900;
    color: #6f695d;

}

.loader.white .loader_circle, .loader.white .loader_airplane {
    fill: #ffffff;
}

.loader.white .loader_circle {
    stroke: #ffffff;
}

.loader.enable-background {
    background-color: rgba(255, 255, 255, 0.75);
}*/
.mobile-view {
  display: none;
  max-width: 100%;
  margin: 0 auto;
  flex: 0 0 100%;
}

table {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  border-collapse: collapse;
}
table th {
  padding: 0.375rem;
  color: #6f695d;
}
table th &gt; :first-child {
  margin-top: 0;
}
table th &gt; :last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  table th {
    padding: 0.5625rem;
  }
}
table td {
  font-size: 0.875rem;
  padding: 0.375rem 0.3214285714rem;
  vertical-align: top;
}
table td &gt; :first-child {
  margin-top: 0;
}
table td &gt; :last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  table td {
    font-size: 1rem;
    padding: 0.75rem 0.5625rem;
  }
}
table thead th {
  padding-bottom: 0.5625rem;
  border-bottom: 2px solid #6f695d;
  text-align: left;
  font-size: 1rem;
  vertical-align: bottom;
}
@media (min-width: 992px) {
  table thead th {
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
  }
}
table tbody th {
  text-align: right;
}
table tr:nth-child(odd) td {
  color: #6f695d;
}
table tr:nth-child(even) {
  background-color: #f7f7f7;
}
table tr:last-child th,
table tr:last-child th + td {
  font-size: 1rem;
}
@media (min-width: 992px) {
  table tr:last-child th,
table tr:last-child th + td {
    font-size: 1.125rem;
  }
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 1rem 0;
}

.italic {
  font-style: italic;
}

.all-caps {
  text-transform: uppercase;
}

blockquote,
.quote {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  line-height: 2.125rem;
}
@media (min-width: 768px) {
  blockquote,
.quote {
    font-size: 1.25rem;
  }
}
blockquote::before,
.quote::before {
  content: "\201c";
  font-size: 3.5rem;
  position: absolute;
  left: -22px;
  top: -5px;
  color: #00AAB2;
}
blockquote .cite,
.quote .cite {
  color: #00AAB2;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-align: right;
  margin-top: 1rem;
}
blockquote .cite::before,
.quote .cite::before {
  content: "\2014";
  padding-right: 0.5rem;
}

.subhead {
  color: #9d9fa2;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75rem;
}
.subhead.alt {
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.line {
  padding-top: 0.25rem;
  border-top: 2px solid #3a3731;
}
.line-gray {
  border-color: #6f695d;
}
.line-white {
  border-color: #ffffff;
}

.caption {
  color: #6f695d;
  font-style: italic;
  margin-top: 0.5625rem;
}

ul,
ol {
  padding-left: 2.25rem;
  margin: 1.125rem 0;
}

li {
  font-size: 1rem;
  padding: 0.5625rem 0 0.5625rem 0.375rem;
  color: #6f695d;
}

.page-landing .product-card-image-link .image-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.home-page_featured-products {
  margin: 0;
  padding: 1.5rem;
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .home-page_featured-products {
    padding: 1.25rem 3rem 3rem;
  }
}
@media screen and (min-width: 992px) {
  .home-page_featured-products {
    padding: 1.5rem 4.5rem 4.5rem;
  }
}
.home-page_featured-products .product-card {
  border-color: #9d9fa2;
}

.home-page_disclaimer {
  position: fixed;
  z-index: 100000;
  bottom: 2em;
  left: 1em;
  right: 1em;
  background: #eedd82;
  margin: 0 auto;
  border-radius: 0.5em;
  padding: 10px;
  color: grey;
  font-size: 19px;
  text-align: center;
  border: 2px solid #f5b200;
}
.home-page_disclaimer p {
  font-size: 21px;
  margin-top: 0px;
}

.error-msg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-about &gt; header {
  margin-bottom: 2.25rem;
}

/*"./layout-variables";*/
/*"./GlobalLayout.scss";*/
#__next {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-width: 100%;
  flex: 1 1 auto;
  margin-top: 5rem;
  position: relative;
}
main &gt; .container_full-width:first-child {
  margin-top: 0;
}

@media screen and (max-width: 504px) {
  main {
    margin-top: 135px;
  }
}
/*"./MainFooter.scss";*/
#MainFooter {
  overflow: auto;
  color: #ffffff;
  background-image: url("../images/footer_bg-0.125-2x.png");
  background-size: cover;
  z-index: 100;
}
#MainFooter .footer_links-lists {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
  margin: 3rem auto;
}
#MainFooter .footer_links-lists h4, #MainFooter .footer_links-lists .h4 {
  color: #ffffff;
  margin: 0 0 0.75rem 0;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.25rem;
}
#MainFooter .footer_links-lists ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#MainFooter .footer_links-lists li {
  padding: 0;
}
#MainFooter .footer_links-lists li a,
#MainFooter .footer_links-lists li button {
  color: #ffffff;
  transition: color 0.15s ease-in-out 0s;
  padding: 0.25rem 0;
  display: block;
  font-size: 0.875rem;
  border: none;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
}
#MainFooter .footer_links-lists li a:hover, #MainFooter .footer_links-lists li a:focus,
#MainFooter .footer_links-lists li button:hover,
#MainFooter .footer_links-lists li button:focus {
  text-decoration: none;
  color: #00AAB2;
}
#MainFooter .footer_links-lists &gt; div {
  flex: 0 1 50%;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  #MainFooter .footer_links-lists &gt; div {
    flex: 0 1 auto;
    margin: 0 2rem;
  }
}
#MainFooter .footer_links-lists &gt; div:first-child {
  margin-left: 0;
}
#MainFooter .footer_links-lists &gt; div:last-child {
  margin-right: 0;
}
#MainFooter .footer_links-lists &gt; div.phone-number {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  margin: 0;
}
@media (min-width: 992px) {
  #MainFooter .footer_links-lists &gt; div.phone-number {
    justify-content: flex-end;
  }
}
#MainFooter .footer_links-lists &gt; div.phone-number .phone {
  color: #e1e1e1;
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.15s ease-in-out 0s;
}
@media (min-width: 992px) {
  #MainFooter .footer_links-lists &gt; div.phone-number .phone {
    margin-top: 0;
  }
}
#MainFooter .footer_links-lists &gt; div.phone-number .phone:hover, #MainFooter .footer_links-lists &gt; div.phone-number .phone:focus {
  color: #ffffff;
  text-decoration: underline;
}
#MainFooter .footer_links-lists &gt; div.phone-number .phone .edmo-icon {
  margin-right: 0.5rem;
  margin-top: 0.125rem;
}
#MainFooter .footer_links-lists &gt; div.phone-number .phone .edmo-icon svg {
  width: 1.75rem;
}
#MainFooter .footer_legal {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 1.25rem;
}
#MainFooter .footer_legal hr {
  margin-bottom: 1.25rem;
  border: 1px solid #00AAB2;
  flex: 1 1 100%;
  opacity: 1;
}
#MainFooter .footer_legal h4, #MainFooter .footer_legal .h4 {
  flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  #MainFooter .footer_legal h4, #MainFooter .footer_legal .h4 {
    flex: 0 1 auto;
  }
}
#MainFooter .footer_legal h4, #MainFooter .footer_legal .h4,
#MainFooter .footer_legal p {
  color: #00AAB2;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: none;
  margin: 0.25rem;
  padding: 0;
}
#MainFooter .footer_legal p {
  flex: 1 1 100%;
}
#MainFooter .footer_legal p:first-of-type {
  margin-top: 0.625rem;
}
@media screen and (min-width: 576px) {
  #MainFooter .footer_legal p {
    flex: 0 1 auto;
  }
  #MainFooter .footer_legal p:not(:first-of-type) {
    padding-left: 0.375rem;
    border-left: 1px solid #00AAB2;
  }
}
@media screen and (min-width: 768px) {
  #MainFooter .footer_legal p:first-of-type {
    margin-top: 0.25rem;
    padding-left: 0.375rem;
    border-left: 1px solid #00AAB2;
  }
}
#MainFooter .footer_legal p::before {
  content: "";
}
#MainFooter .footer_social-media {
  margin-bottom: 0.5rem;
}
#MainFooter .footer_social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
#MainFooter .footer_social-media li {
  padding: 0;
  margin: 0 0.375rem;
}
#MainFooter .footer_social-media li:first-child {
  margin-left: 0;
}
#MainFooter .footer_social-media a .edmo-icon {
  width: 2rem;
  height: 2rem;
  color: #524d44;
  background-color: #e1e1e1;
  padding: 0.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.15s ease-in-out background-color;
}
#MainFooter .footer_social-media a .edmo-icon svg {
  width: 2rem;
  height: 2rem;
  max-width: 100%;
  max-height: 100%;
  transition: 0.15s ease-in-out transform;
}
#MainFooter .footer_social-media a:hover .edmo-icon, #MainFooter .footer_social-media a:focus .edmo-icon {
  background-color: #00AAB2;
}
#MainFooter .footer_social-media a:hover .edmo-icon svg, #MainFooter .footer_social-media a:focus .edmo-icon svg {
  transform: scale3d(1.1, 1.1, 1.1);
}

/*****"~nprogress/nprogress.css";******/
/*"./MainNav.scss";*/
#loading-progress {
  position: absolute;
  bottom: -8px;
  height: 8px;
  left: 0;
  width: 100vw;
}
#loading-progress #nprogress .bar {
  z-index: 0;
  background: rgba(82, 77, 68, 0.3125);
  height: 0.625rem;
}
#loading-progress #nprogress .peg {
  box-shadow: none;
}

.anchor::before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}

#MainNav {
  position: fixed;
  min-width: 100%;
  top: 0;
  z-index: 1000;
  background-color: #ffffff;
  border-bottom: 8px solid #00AAB2;
}
#MainNav .nav-wrapper {
  /*padding: 1.2rem 1.4rem; //base 1.6rem*/
  padding: 0.75rem 0.875rem;
  margin: 0 auto;
  background-color: #ffffff;
  max-width: 1440px;
  box-sizing: content-box;
}
@media (min-width: 992px) {
  #MainNav .nav-wrapper {
    height: 3.5rem;
    /* height: 5.4rem;*/
    /*base 1.6rem*/
  }
}
#MainNav .nav-buttons {
  display: flex;
}
@media (min-width: 992px) {
  #MainNav .nav-buttons {
    width: auto;
  }
}
#MainNav .navbar-toggler {
  width: 50px;
  height: 50px;
  position: relative;
  padding: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  border: 0 none;
  color: #fff;
  /*for the border on focus*/
}
#MainNav .navbar-toggler:focus:not(:focus-visible) {
  color: transparent;
}
#MainNav .navbar-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  width: 28px;
  background: #6F695D;
  opacity: 1;
  left: 22%;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#MainNav .navbar-toggler span:nth-child(1) {
  top: 14px;
}
#MainNav .navbar-toggler span:nth-child(2), #MainNav .navbar-toggler span:nth-child(3) {
  top: 22px;
}
#MainNav .navbar-toggler span:nth-child(4) {
  top: 30px;
}
#MainNav .navbar-toggler.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#MainNav .navbar-toggler.open span:nth-child(2) {
  transform: rotate(45deg);
}
#MainNav .navbar-toggler.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#MainNav .navbar-toggler.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#MainNav nav {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
#MainNav nav.navbar {
  padding: 0;
}
@media (min-width: 768px) {
  #MainNav nav.navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
#MainNav .logo-images {
  display: flex;
}
#MainNav .logo {
  margin: 0 0.5rem 0 0.125rem;
  display: inline-block;
}
@media (min-width: 1440px) {
  #MainNav .logo {
    margin: 0 0.5rem 0 0.75rem;
  }
}
#MainNav .logo-image {
  /*width: 3.375rem !important;
  height: 3.375rem !important;*/
  width: 53px;
  height: 54px;
  margin-right: 10px;
}
#MainNav .logo-image img {
  /* display: block;
  height: 100%;
  width: auto;*/
  width: 53px;
  height: 54px;
}
#MainNav .logo-image.logo-image-marine {
  width: 56px;
  height: 51px;
}
#MainNav .logo-image.logo-image-marine img {
  width: 56px;
  height: 51px;
  margin-top: 3px;
}
#MainNav .phone {
  padding: 0.75rem 0.875rem;
  color: #6f695d;
  background-color: #ffffff;
  transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
#MainNav .phone .edmo-icon-phone svg {
  width: 1.5rem;
  height: auto;
}
#MainNav .phone:hover, #MainNav .phone:focus {
  color: #00AAB2;
  background: #524d44;
}
#MainNav .navbar-collapse {
  /*   order: 100;*/
  width: 100%;
  flex-direction: column;
  margin-top: 10px;
  border-top: 2px solid black;
}
@media (min-width: 992px) {
  #MainNav .navbar-collapse {
    order: 0;
    width: auto;
    display: flex;
    flex-direction: row;
    margin: 0;
    border-top: none;
    flex: 1;
    align-items: center;
  }
}
#MainNav .navbar-collapse.is-revealed {
  display: flex;
}
#MainNav .nav-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  #MainNav .nav-items {
    flex-direction: row;
    align-items: start;
  }
}
#MainNav .nav-items &gt; a,
#MainNav .nav-items a.nav-link,
#MainNav .nav-items &gt; button,
#MainNav .nav-items a.cart {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 0.875rem;
  margin-right: 0.5rem;
  position: relative;
  font-weight: bold;
  color: #6f695d;
  background: #ffffff;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
  border: none;
  white-space: nowrap;
  width: 100%;
}
#MainNav .nav-items &gt; a:hover, #MainNav .nav-items &gt; a:focus,
#MainNav .nav-items a.nav-link:hover,
#MainNav .nav-items a.nav-link:focus,
#MainNav .nav-items &gt; button:hover,
#MainNav .nav-items &gt; button:focus,
#MainNav .nav-items a.cart:hover,
#MainNav .nav-items a.cart:focus {
  color: #00AAB2;
  outline: none;
}
#MainNav .nav-items &gt; a:active,
#MainNav .nav-items a.nav-link:active,
#MainNav .nav-items &gt; button:active,
#MainNav .nav-items a.cart:active {
  background-color: #524d44;
}
#MainNav .nav-items .edmo-icon {
  display: inline-flex;
}
#MainNav .nav-items svg {
  height: 1.5rem;
  width: 1.5rem;
}

.dropdown {
  position: relative;
  width: 100%;
}
.dropdown.with-icon .dropdown-label {
  min-width: 50px;
}
.dropdown.open .dropdown-label {
  color: #00AAB2;
  background: #524d44;
}
.dropdown.open .dropdown-label:focus {
  outline: none;
}
.dropdown.open .dropdown-list {
  opacity: 1;
  pointer-events: all;
}
.dropdown.open .dropdown-products-category-group.active {
  pointer-events: all;
}
.dropdown.styled .dropdown-list {
  background: #524d44;
  padding: 0.75rem 0.875rem;
  width: 100%;
}
@media (min-width: 992px) {
  .dropdown.styled .dropdown-list {
    min-width: 240px;
    position: absolute;
  }
}
.dropdown-label {
  padding: 0.75rem 0.875rem;
  position: relative;
  font-weight: bold;
  color: #6f695d;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: block;
  border: none;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  background: transparent;
  font-family: "Roboto", sans-serif;
}
.dropdown-label:hover, .dropdown-label:active {
  color: #00AAB2;
}
@media (min-width: 992px) {
  .dropdown-label {
    text-align: center;
    min-width: 100px;
  }
}
.dropdown-list {
  transition: opacity 0.15s ease-in-out 0s;
  display: none;
}
.dropdown-list.open {
  display: block;
}
.dropdown-item &gt; a,
.dropdown-item &gt; button {
  color: white;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0.5rem 0;
  display: block;
  width: 100%;
  transition: color 0.1s ease-in-out 0s;
}
.dropdown-item &gt; a:hover, .dropdown-item &gt; a:focus,
.dropdown-item &gt; button:hover,
.dropdown-item &gt; button:focus {
  color: #00AAB2;
  text-decoration: underline;
  outline: none;
}

.dropdown-toggle.show {
  background: #524d44;
  padding: 0.75rem 0.875rem;
  color: #00AAB2;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  border: 0 none;
  border-radius: 0;
}

.dropdown-list.show {
  background: #524d44;
  padding: 0.75rem 0.875rem;
  width: 100%;
  margin-top: 0;
  border: 0 none;
}

.dropdown-menu-products {
  padding: 0;
}
.dropdown-menu-products.show {
  padding: 0;
}
.dropdown-menu-products.show .dropdown-products-category-group.active {
  pointer-events: all;
}

@media (min-width: 992px) {
  .dropdown-list.show {
    min-width: 240px;
    position: absolute;
  }
}
.dropdown-item {
  padding: 0;
  color: #ffffff;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: inherit;
  text-decoration: inherit;
  background-color: inherit;
}

.dropdown-products {
  display: flex;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.15);
  min-height: 16rem;
  max-height: 24rem;
  z-index: 100;
}
@media (min-height: 750px) {
  .dropdown-products {
    max-height: none;
  }
}
@media (min-width: 992px) {
  .dropdown-products {
    position: absolute;
    min-width: 256px;
  }
}
.dropdown-products-departments {
  background: #524d44;
  padding: 0;
  margin: 0;
  min-width: 12rem;
  display: flex;
  flex-direction: column;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.dropdown-products .dropdown-tab {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
  padding: 1rem 1.5rem 1rem 1rem;
  position: relative;
  transition: color 0.15s ease-in-out 0s;
  box-sizing: border-box;
}
.dropdown-products .dropdown-tab::after {
  content: "";
  border: 0.5rem solid #ffffff;
  border-bottom-left-radius: 0.125rem;
  position: absolute;
  left: calc(100% - 0.375rem);
  box-sizing: content-box;
  transform-origin: center;
  transform: rotateZ(45deg);
  opacity: 0;
  transition: opacity 0.15s ease-in-out 0s;
}
.dropdown-products .dropdown-tab:not(.no-hover):hover {
  cursor: pointer;
}
.dropdown-products .dropdown-tab:hover, .dropdown-products .dropdown-tab:focus {
  color: #00AAB2;
  outline: none;
}
.dropdown-products .dropdown-tab.active {
  color: #ffffff;
}
.dropdown-products .dropdown-tab.active::after {
  opacity: 1;
}
.dropdown-products .dropdown-tab.no-hover {
  color: #00AAB2;
}
.dropdown-products-categories {
  background: #ffffff;
  align-items: center;
  position: relative;
  max-height: 100%;
  overflow: auto;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 992px) {
  .dropdown-products-categories {
    min-width: 620px;
  }
}
.dropdown-products-category-group {
  height: 100%;
  position: relative;
  transition: opacity 0.15s ease-in-out 0s;
  opacity: 0;
  padding: 1.5rem;
  pointer-events: none;
  top: 0;
  left: 0;
  display: none;
  /*  max-height: 42vh;*/
}
.dropdown-products-category-group.active {
  transition: opacity 0.15s ease-in-out 0.15s;
  opacity: 1;
  display: block;
}
.dropdown-products-category-group h4, .dropdown-products-category-group .h4 {
  color: #00AAB2;
  margin-top: 0;
  margin-bottom: 0.975rem;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (min-width: 992px) {
  .dropdown-products-category-group h4, .dropdown-products-category-group .h4 {
    margin-bottom: 0;
    text-align: right;
    position: absolute;
    bottom: 0.25rem;
    right: 0.375rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.dropdown-products-category-group h4 &gt; a, .dropdown-products-category-group .h4 &gt; a {
  color: #00AAB2;
  padding: 0;
  text-decoration: none;
}
.dropdown-products-category-group h4 &gt; a:hover, .dropdown-products-category-group .h4 &gt; a:hover, .dropdown-products-category-group h4 &gt; a:focus, .dropdown-products-category-group .h4 &gt; a:focus {
  color: #6f695d;
}
.dropdown-products-category-group ul {
  padding: 0;
  margin: 0;
  column-count: 1;
  column-gap: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .dropdown-products-category-group ul {
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 3;
    column-gap: 0.5rem;
    max-height: 100%;
    height: 100%;
  }
}
.dropdown-products-category-group ul li {
  padding: 0;
  /*   height: 25%;*/
  display: inline-block;
}
.dropdown-products-category-group a {
  display: block;
  flex: 0 50%;
  padding: 0.5rem 1rem 0.5rem 0;
  color: #6f695d;
  text-decoration: none;
  transition: color 0.15s ease-in-out 0s;
}
.dropdown-products-category-group a:hover, .dropdown-products-category-group a:focus {
  outline: none;
  color: #3a3731;
  text-decoration: underline;
}
.dropdown-products-category-group a.active {
  color: #3a3731;
  cursor: default;
  text-decoration: underline;
}
.dropdown-products-category-group a.active:hover, .dropdown-products-category-group a.active:focus {
  text-decoration: none;
}
.dropdown-products.dropdown-brands .dropdown-products-departments {
  min-width: 8rem;
}

#MainNav .user-menu {
  flex: 0 1 7.5rem;
  height: 100%;
}
#MainNav .user-menu .nav-items {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
#MainNav .user-menu .nav-items .user-menu_active-items {
  display: flex;
  width: 100%;
  height: 100%;
  flex: 1 1 100%;
}
#MainNav .user-menu .nav-items .user-menu_active-items .cart .cart-icon_quantity-in-cart {
  position: absolute;
  background: #00AAB2;
  color: #524d44;
}
#MainNav .user-menu .nav-items .user-menu_active-items .cart .cart-icon.has-quantity {
  margin-right: 0.5rem;
}
#MainNav .user-menu .nav-items .user-menu_active-items .cart:hover .cart-icon_quantity-in-cart, #MainNav .user-menu .nav-items .user-menu_active-items .cart:focus .cart-icon_quantity-in-cart {
  background: #00AAB2;
  color: #524d44;
}
#MainNav .user-menu .nav-items .user-menu_active-items &gt; a,
#MainNav .user-menu .nav-items .user-menu_active-items &gt; .dropdown {
  position: relative;
}
#MainNav .user-menu .nav-items .loader svg {
  height: 100%;
  width: auto;
  margin-right: 0;
}
#MainNav .user-menu .nav-items .dropdown {
  text-align: center;
}
#MainNav .user-menu .nav-items .dropdown .dropdown-label {
  margin-right: 0;
}
#MainNav .user-menu .nav-items .dropdown .dropdown-list {
  right: 0;
  text-align: right;
  top: 100%;
  position: absolute;
  width: 16rem;
}
#MainNav .user-menu .nav-items .dropdown .dropdown-item a,
#MainNav .user-menu .nav-items .dropdown .dropdown-item button {
  text-align: right;
  font-family: "Roboto", sans-serif;
}
#MainNav .user-menu .nav-items .login-button {
  width: 100%;
}
#MainNav .user-menu .nav-items .login-button,
#MainNav .user-menu .nav-items .dropdown {
  height: 50px;
  left: 0;
  top: 0;
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  color: inherit;
  color: #6f695d;
  transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, opacity 0.15s ease-in-out 0.1s;
  cursor: pointer;
  box-sizing: border-box;
}
#MainNav .user-menu .nav-items .login-button:last-child,
#MainNav .user-menu .nav-items .dropdown:last-child {
  margin-right: 0;
}
#MainNav .user-menu .nav-items .login-button:hover, #MainNav .user-menu .nav-items .login-button:focus,
#MainNav .user-menu .nav-items .dropdown:hover,
#MainNav .user-menu .nav-items .dropdown:focus {
  color: #00AAB2;
  outline: none;
}
#MainNav .user-menu .nav-items .login-button:active,
#MainNav .user-menu .nav-items .dropdown:active {
  background-color: #524d44;
}
#MainNav .user-menu .nav-items .login-button.login-button .edmo-icon,
#MainNav .user-menu .nav-items .dropdown.login-button .edmo-icon {
  margin-right: 0.375rem;
}
#MainNav .user-menu_identity {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  color: #c5c1ba;
  font-weight: 500;
}
#MainNav .user-menu_identity .label {
  font-weight: normal;
  font-size: 0.75rem;
}

#MainNav .search {
  display: flex;
  align-items: center;
  order: 2;
  justify-content: flex-end;
  margin-top: 1rem;
  padding: 0 0.25rem 0 0.5rem;
  flex: 1 1 100%;
}
@media screen and (min-width: 515px) {
  #MainNav .search {
    order: 0;
    margin-top: 0;
    padding: 0 1rem;
    flex: 1 1 auto;
  }
}
#MainNav .search .input-search {
  margin: 0;
  /*max-width: 100%;*/
  max-width: 740px;
}
#MainNav .search .input-search label {
  display: none;
}
#MainNav .search .input-search .input-wrapper-select input {
  background-color: transparent;
  border-color: transparent;
  font-size: 1.125rem;
  padding-right: 3.125rem;
  padding-left: 0.75rem;
  text-align: left;
  font-family: "Roboto", sans-serif;
  color: #6f695d;
  transition: color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s, border-color 0.25s ease-in-out 0s;
  border: 1px solid rgba(111, 105, 93, 0.25);
}
#MainNav .search .input-search .input-wrapper-select .edmo-icon-search {
  color: #6f695d;
}
#MainNav .search .input-search .input-wrapper-select ul {
  max-height: 75vh;
}
#MainNav .search .input-search .input-wrapper-select.is-open input, #MainNav .search .input-search .input-wrapper-select:hover input, #MainNav .search .input-search .input-wrapper-select:focus input {
  background-color: #ffffff;
  color: #3a3731;
}
#MainNav .search .input-search .input-wrapper-select.is-open .edmo-icon-search, #MainNav .search .input-search .input-wrapper-select:hover .edmo-icon-search, #MainNav .search .input-search .input-wrapper-select:focus .edmo-icon-search {
  color: #3a3731;
}
#MainNav .search .input-search .input-wrapper-select.is-open input,
#MainNav .search .input-search .input-wrapper-select.is-open ul {
  border-color: #6f695d;
}
#MainNav .search .input-search .input-wrapper-select.is-open input {
  border-bottom-color: transparent;
}
#MainNav .search .input-search .input-wrapper-select.is-open ul {
  border-top-color: transparent;
}
#MainNav .search .input-search .input-wrapper-select:hover input,
#MainNav .search .input-search .input-wrapper-select:hover ul, #MainNav .search .input-search .input-wrapper-select:focus input,
#MainNav .search .input-search .input-wrapper-select:focus ul {
  border-color: #00AAB2;
}
#MainNav .search .input-search .input-wrapper-select:hover.is-open input, #MainNav .search .input-search .input-wrapper-select:focus.is-open input {
  border-bottom-color: transparent;
}
#MainNav .search .input-search .input-wrapper-select:hover.is-open ul, #MainNav .search .input-search .input-wrapper-select:focus.is-open ul {
  border-top-color: transparent;
}
#MainNav .search .input-search .input-wrapper-select .btn .btn-icon-wrapper, #MainNav .search .input-search .input-wrapper-select .btn-ghost .btn-icon-wrapper, #MainNav .search .input-search .input-wrapper-select .btn-checkbox .btn-icon-wrapper, #MainNav .search .input-search .input-wrapper-select .btn-link .btn-icon-wrapper, #MainNav .search .input-search .input-wrapper-select .btn-icon .btn-icon-wrapper, #MainNav .search .input-search .input-wrapper-select .btn-highlight .btn-icon-wrapper, #MainNav .search .input-search .input-wrapper-select .btn-green .btn-icon-wrapper, #MainNav .search .input-search .input-wrapper-select .btn-blue .btn-icon-wrapper, #MainNav .search .input-search .input-wrapper-select .btn-gold .btn-icon-wrapper, #MainNav .search .input-search .input-wrapper-select .btn-white .btn-icon-wrapper, #MainNav .search .input-search .input-wrapper-select .btn-primary .btn-icon-wrapper, #MainNav .search .input-search .input-wrapper-select .btn-pagination .btn-icon-wrapper {
  position: static;
}

.sf-autocomplete {
  background-color: #e1e1e1;
  border: 1px solid #ffd54d;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  transition: opacity 0.15s ease-in-out 0s;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 9999999999;
}

.sf-autocomplete .ui-menu-item {
  padding: 0;
  font-size: 0.875rem;
  color: #6f695d;
}

.sf-autocomplete .ui-menu-item-wrapper {
  padding: 0.625rem;
  color: #6f695d;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}
.sf-autocomplete .ui-menu-item-wrapper:hover {
  color: #6f695d;
}

.site-navigation {
  order: 6;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .site-navigation {
    order: inherit;
    width: auto;
    margin-right: auto;
  }
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/*"./IEModal.scss";*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-modal.modal {
    opacity: 1;
    pointer-events: all;
  }
}
.ie-modal .modal-content {
  max-width: 22rem;
}
@media screen and (min-width: 576px) {
  .ie-modal .modal-content {
    max-width: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .ie-modal .modal-content {
    max-width: 32rem;
  }
}
@media screen and (min-width: 992px) {
  .ie-modal .modal-content {
    max-width: 42rem;
  }
}
.ie-modal_supported-browsers ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  justify-content: space-around;
}
.ie-modal_supported-browsers ul li {
  flex: 0 1 75%;
  padding: 1rem;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ie-modal_supported-browsers ul li img {
  width: 4rem;
}
.ie-modal_supported-browsers ul li h5, .ie-modal_supported-browsers ul li .h5 {
  margin: 1rem 0 0.75rem;
}
@media screen and (min-width: 576px) {
  .ie-modal_supported-browsers ul li {
    flex: 0 1 50%;
  }
  .ie-modal_supported-browsers ul li h5, .ie-modal_supported-browsers ul li .h5 {
    margin: 1.5rem 0 1rem;
  }
}
@media screen and (min-width: 768px) {
  .ie-modal_supported-browsers ul li {
    flex: 0 1 33.33%;
  }
  .ie-modal_supported-browsers ul li h5, .ie-modal_supported-browsers ul li .h5 {
    margin: 2rem 0 1.25rem;
  }
}

.btn, .btn-ghost, .btn-checkbox, .btn-link, .btn-icon, .btn-highlight, .btn-green, .btn-blue, .btn-gold, .btn-white, .btn-primary, .btn-pagination {
  border: solid 1px;
  border-radius: 0.25rem;
  padding: 0.75rem 2rem;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.15s ease-in-out 0s, background 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s;
  background: white;
  position: relative;
  text-align: center;
  color: #3a3731;
  border-color: #3a3731;
}
@media screen and (min-width: 768px) {
  .btn, .btn-ghost, .btn-checkbox, .btn-link, .btn-icon, .btn-highlight, .btn-green, .btn-blue, .btn-gold, .btn-white, .btn-primary, .btn-pagination {
    padding: 0.75rem 2.375rem;
    line-height: 2rem;
  }
}
.btn.hide, .hide.btn-ghost, .hide.btn-checkbox, .hide.btn-link, .hide.btn-icon, .hide.btn-highlight, .hide.btn-green, .hide.btn-blue, .hide.btn-gold, .hide.btn-white, .hide.btn-primary, .hide.btn-pagination {
  display: none;
}
.btn:focus, .btn-ghost:focus, .btn-checkbox:focus, .btn-link:focus, .btn-icon:focus, .btn-highlight:focus, .btn-green:focus, .btn-blue:focus, .btn-gold:focus, .btn-white:focus, .btn-primary:focus, .btn-pagination:focus {
  outline: none;
  box-shadow: none;
}
.btn-inline-block {
  display: inline-block;
}
.btn svg, .btn-ghost svg, .btn-checkbox svg, .btn-link svg, .btn-icon svg, .btn-highlight svg, .btn-green svg, .btn-blue svg, .btn-gold svg, .btn-white svg, .btn-primary svg, .btn-pagination svg,
.btn .edmo-icon svg {
  height: 1.5rem;
  width: auto;
  margin-right: 0.75rem;
}
.btn-row {
  display: flex;
  justify-content: flex-start;
  /*margin-top: 3rem;*/
}
.btn-row .btn:not(:last-child), .btn-row .btn-ghost:not(:last-child), .btn-row .btn-checkbox:not(:last-child), .btn-row .btn-link:not(:last-child), .btn-row .btn-icon:not(:last-child), .btn-row .btn-highlight:not(:last-child), .btn-row .btn-green:not(:last-child), .btn-row .btn-blue:not(:last-child), .btn-row .btn-gold:not(:last-child), .btn-row .btn-white:not(:last-child), .btn-row .btn-primary:not(:last-child), .btn-row .btn-pagination:not(:last-child) {
  margin-right: 0.75rem;
}
.btn.small, .small.btn-ghost, .small.btn-checkbox, .small.btn-link, .small.btn-icon, .small.btn-highlight, .small.btn-green, .small.btn-blue, .small.btn-gold, .small.btn-white, .small.btn-primary, .small.btn-pagination {
  padding: 0.375rem 1.625rem;
  font-size: 0.875rem;
}
.btn.small svg, .small.btn-ghost svg, .small.btn-checkbox svg, .small.btn-link svg, .small.btn-icon svg, .small.btn-highlight svg, .small.btn-green svg, .small.btn-blue svg, .small.btn-gold svg, .small.btn-white svg, .small.btn-primary svg, .small.btn-pagination svg,
.btn.small .edmo-icon svg {
  height: 1.25rem;
}
.btn-pagination {
  margin: 0.28125rem;
  padding: 0.5rem;
  border: none;
  color: #6f695d;
  background-color: transparent;
  transition: color 0.15s ease-in-out 0s transform 0.15s ease-in-out 0s;
}
.btn-pagination:hover, .btn-pagination:focus {
  color: #3a3731;
}
.btn-pagination:active {
  color: #9d9fa2;
}
.btn-pagination.active {
  color: #3a3731;
  transform: scale(1.1);
}
.btn-pagination.disabled {
  color: #e1e1e1;
  cursor: not-allowed;
}
.btn-pagination .edmo-icon svg {
  height: 2rem;
  width: auto;
  margin: 0;
}
.btn.icon-l .edmo-icon, .icon-l.btn-ghost .edmo-icon, .icon-l.btn-checkbox .edmo-icon, .icon-l.btn-link .edmo-icon, .icon-l.btn-icon .edmo-icon, .icon-l.btn-highlight .edmo-icon, .icon-l.btn-green .edmo-icon, .icon-l.btn-blue .edmo-icon, .icon-l.btn-gold .edmo-icon, .icon-l.btn-white .edmo-icon, .icon-l.btn-primary .edmo-icon, .icon-l.btn-pagination .edmo-icon {
  margin-right: 0.5rem;
}
.btn.icon-r .edmo-icon, .icon-r.btn-ghost .edmo-icon, .icon-r.btn-checkbox .edmo-icon, .icon-r.btn-link .edmo-icon, .icon-r.btn-icon .edmo-icon, .icon-r.btn-highlight .edmo-icon, .icon-r.btn-green .edmo-icon, .icon-r.btn-blue .edmo-icon, .icon-r.btn-gold .edmo-icon, .icon-r.btn-white .edmo-icon, .icon-r.btn-primary .edmo-icon, .icon-r.btn-pagination .edmo-icon {
  margin-right: 0;
  margin-left: 0.5rem;
  order: 2;
}
.btn-primary {
  color: #6f695d;
  border-color: #6f695d;
}
.btn-primary:hover, .btn-primary:focus {
  color: #ffffff;
  background: #6f695d;
}
.btn-primary:active {
  transition: background 0.1s ease-in-out 0s;
  background: #3a3731;
}
.btn-primary:disabled, .btn-primary:disabled:hover:focus {
  cursor: not-allowed;
  opacity: 0.75;
  color: #6f695d;
  background-color: transparent;
  border-color: #e1e1e1;
}
.btn-primary-solid {
  background-color: #6f695d;
  color: #ffffff;
}
.btn-gold, .btn-white {
  background: #00AAB2;
  color: #6f695d;
  border-color: #00AAB2;
}
.btn-gold:hover, .btn-white:hover, .btn-gold:focus, .btn-white:focus {
  color: #3a3731;
  background: #007378;
  border-color: #007378;
}
.btn-gold:disabled, .btn-white:disabled, .btn-gold:disabled:hover:focus {
  cursor: not-allowed;
  opacity: 0.75;
  color: #6f695d;
  background: #007378;
  border-color: #007378;
}
.btn-gold:active, .btn-white:active {
  transition: background 0.1s ease-in-out 0s, border-color 0.1s ease-in-out 0s;
  background: #00AAB2;
  border-color: #00AAB2;
}
.btn-gold.btn-ghost:hover, .btn-ghost.btn-white:hover, .btn-gold.btn-ghost:focus, .btn-ghost.btn-white:focus {
  background: #00AAB2;
  border-color: #00AAB2;
}
.btn-gold.btn-ghost:active, .btn-ghost.btn-white:active {
  background: #007378;
  border-color: #007378;
}
.btn-white {
  background: #ffffff;
  border-color: #00AAB2;
  border-width: 2px;
  color: #6f695d;
}
.btn-blue {
  background: #409dff;
  color: #ffffff;
  border-color: #409dff;
}
.btn-blue:hover, .btn-blue:focus {
  background: #204e80;
  border-color: #204e80;
}
.btn-blue:active {
  transition: background 0.1s ease-in-out 0s, border-color 0.1s ease-in-out 0s;
  background: #409dff;
  border-color: #409dff;
}
.btn-green {
  background: #1bb359;
  color: #ffffff;
  border-color: #1bb359;
}
.btn-green:hover, .btn-green:focus {
  background: #08682e;
  border-color: #08682e;
}
.btn-green:active {
  transition: background 0.1s ease-in-out 0s, border-color 0.1s ease-in-out 0s;
  background: #1bb359;
  border-color: #1bb359;
}
.btn-highlight {
  background: #00AAB2;
  border-color: #00AAB2;
  color: #f7f7f7;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 0.9286rem;
  font-weight: bold;
  padding: 0.7857rem 0.8571rem;
}
.btn-highlight:hover, .btn-highlight:focus {
  background: #007378;
  color: #ffffff;
  border-color: #007378;
}
.btn-highlight:active {
  transition: background 0.1s ease-in-out 0s, border-color 0.1s ease-in-out 0s;
  background: #00AAB2;
}
.btn-icon {
  border: none;
  transition: color 0.15s ease-in-out 0s, transform 0.15s ease-in-out 0s;
  margin-right: 0;
  padding: 0.75rem;
  background: transparent;
  color: #6f695d;
}
.btn-icon:hover, .btn-icon:focus {
  color: #00AAB2;
  transform: scale(1.1);
}
.btn-icon .edmo-icon svg {
  height: 1.5rem;
  width: 1.5rem;
}
.btn-link {
  border: none;
}
.btn-link:hover {
  color: #ffb900;
}
.btn-link:disabled, .btn-link:disabled:hover:focus {
  cursor: not-allowed;
  opacity: 0.5;
  color: #3a3731;
}
.btn-checkbox {
  border: none;
  padding: 0;
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
}
.btn-checkbox .edmo-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}
.btn-checkbox .edmo-icon-square svg {
  color: #6f695d;
  transition: color 0.15s ease-in-out;
}
.btn-checkbox .edmo-icon-checkbox svg {
  color: #00AAB2;
  transition: color 0.15s ease-in-out;
}
.btn-checkbox .edmo-icon.hide {
  opacity: 0;
}
.btn-checkbox .edmo-icon svg {
  width: 100%;
  height: 100%;
  margin-right: 0;
}
.btn-checkbox:hover .edmo-icon-square svg, .btn-checkbox:focus .edmo-icon-square svg {
  color: #00AAB2;
}
.btn-checkbox:hover .edmo-icon-checkbox svg, .btn-checkbox:focus .edmo-icon-checkbox svg {
  color: #007378;
}
.btn.hide-label .btn-label, .hide-label.btn-ghost .btn-label, .hide-label.btn-pagination .btn-label, .hide-label.btn-primary .btn-label, .hide-label.btn-gold .btn-label, .hide-label.btn-white .btn-label, .hide-label.btn-blue .btn-label, .hide-label.btn-green .btn-label, .hide-label.btn-highlight .btn-label, .hide-label.btn-icon .btn-label, .hide-label.btn-link .btn-label, .hide-label.btn-checkbox .btn-label {
  display: none;
}
.btn.hide-label .edmo-icon svg, .hide-label.btn-ghost .edmo-icon svg, .hide-label.btn-pagination .edmo-icon svg, .hide-label.btn-primary .edmo-icon svg, .hide-label.btn-gold .edmo-icon svg, .hide-label.btn-white .edmo-icon svg, .hide-label.btn-blue .edmo-icon svg, .hide-label.btn-green .edmo-icon svg, .hide-label.btn-highlight .edmo-icon svg, .hide-label.btn-icon .edmo-icon svg, .hide-label.btn-link .edmo-icon svg, .hide-label.btn-checkbox .edmo-icon svg {
  margin-right: 0;
}
.btn.loading, .loading.btn-ghost, .loading.btn-pagination, .loading.btn-primary, .loading.btn-gold, .loading.btn-white, .loading.btn-blue, .loading.btn-green, .loading.btn-highlight, .loading.btn-icon, .loading.btn-link, .loading.btn-checkbox {
  color: transparent;
}
.btn-ghost {
  background-color: transparent;
}
.btn-add-to-cart {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.btn-add-to-cart .btn-label {
  font-family: "Roboto", sans-serif;
}

a[href*=".pdf"]:not(a.edmo-icon-pdfDownload):not(a.icon-fileDownload):not(span.edmo-icon-fileDownload)::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e928";
  margin-right: 0.75rem;
  color: currentColor;
  font-size: 20px;
}

.edmo-icon-pdfDownload::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e928";
  margin-right: 0.75rem;
  color: currentColor;
  font-size: 20px;
}

.edmo-icon-fileDownload::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e927";
  margin-right: 0.75rem;
  color: currentColor;
  font-size: 20px;
}

.text-cta, .text-cta.small, .small.text-cta-white, .small.text-cta-primary, .small.text-cta-smoke_gray, .small.text-cta-gold, .text-cta-gold, .text-cta-primary, .text-cta-smoke_gray, .text-cta-white {
  color: #6f695d;
  text-decoration: none;
  border-top: 3px solid #6f695d;
  justify-self: flex-start;
  align-self: flex-start;
  padding: 0.625rem 0.75rem 0.625rem 0;
  margin: 0.5rem 0;
  font-weight: bold;
  font-size: 1rem;
  transition: 0.15s color ease-in-out, 0.15s border-color ease-in-out;
  justify-content: flex-start;
}
.text-cta.btn.icon-btn, .btn.icon-btn.small.text-cta-white, .btn.icon-btn.small.text-cta-primary, .btn.icon-btn.small.text-cta-smoke_gray, .btn.icon-btn.small.text-cta-gold, .btn.icon-btn.text-cta-gold, .btn.icon-btn.text-cta-primary, .btn.icon-btn.text-cta-smoke_gray, .btn.icon-btn.text-cta-white, .text-cta.icon-btn.btn-pagination, .icon-btn.btn-pagination.small.text-cta-white, .icon-btn.btn-pagination.small.text-cta-primary, .icon-btn.btn-pagination.small.text-cta-smoke_gray, .icon-btn.btn-pagination.small.text-cta-gold, .icon-btn.btn-pagination.text-cta-gold, .icon-btn.btn-pagination.text-cta-primary, .icon-btn.btn-pagination.text-cta-smoke_gray, .icon-btn.btn-pagination.text-cta-white, .text-cta.icon-btn.btn-primary, .icon-btn.btn-primary.small.text-cta-white, .icon-btn.btn-primary.small.text-cta-primary, .icon-btn.btn-primary.small.text-cta-smoke_gray, .icon-btn.btn-primary.small.text-cta-gold, .icon-btn.btn-primary.text-cta-gold, .icon-btn.btn-primary.text-cta-primary, .icon-btn.btn-primary.text-cta-smoke_gray, .icon-btn.btn-primary.text-cta-white, .text-cta.icon-btn.btn-gold, .icon-btn.btn-gold.small.text-cta-white, .icon-btn.btn-gold.small.text-cta-primary, .icon-btn.btn-gold.small.text-cta-smoke_gray, .icon-btn.btn-gold.small.text-cta-gold, .icon-btn.btn-gold.text-cta-gold, .icon-btn.btn-gold.text-cta-primary, .icon-btn.btn-gold.text-cta-smoke_gray, .icon-btn.btn-gold.text-cta-white, .text-cta.icon-btn.btn-white, .icon-btn.btn-white.small.text-cta-white, .icon-btn.btn-white.small.text-cta-primary, .icon-btn.btn-white.small.text-cta-smoke_gray, .icon-btn.btn-white.small.text-cta-gold, .icon-btn.btn-white.text-cta-gold, .icon-btn.btn-white.text-cta-primary, .icon-btn.btn-white.text-cta-smoke_gray, .icon-btn.btn-white.text-cta-white, .text-cta.icon-btn.btn-blue, .icon-btn.btn-blue.small.text-cta-white, .icon-btn.btn-blue.small.text-cta-primary, .icon-btn.btn-blue.small.text-cta-smoke_gray, .icon-btn.btn-blue.small.text-cta-gold, .icon-btn.btn-blue.text-cta-gold, .icon-btn.btn-blue.text-cta-primary, .icon-btn.btn-blue.text-cta-smoke_gray, .icon-btn.btn-blue.text-cta-white, .text-cta.icon-btn.btn-green, .icon-btn.btn-green.small.text-cta-white, .icon-btn.btn-green.small.text-cta-primary, .icon-btn.btn-green.small.text-cta-smoke_gray, .icon-btn.btn-green.small.text-cta-gold, .icon-btn.btn-green.text-cta-gold, .icon-btn.btn-green.text-cta-primary, .icon-btn.btn-green.text-cta-smoke_gray, .icon-btn.btn-green.text-cta-white, .text-cta.icon-btn.btn-highlight, .icon-btn.btn-highlight.small.text-cta-white, .icon-btn.btn-highlight.small.text-cta-primary, .icon-btn.btn-highlight.small.text-cta-smoke_gray, .icon-btn.btn-highlight.small.text-cta-gold, .icon-btn.btn-highlight.text-cta-gold, .icon-btn.btn-highlight.text-cta-primary, .icon-btn.btn-highlight.text-cta-smoke_gray, .icon-btn.btn-highlight.text-cta-white, .text-cta.icon-btn.btn-icon, .icon-btn.btn-icon.small.text-cta-white, .icon-btn.btn-icon.small.text-cta-primary, .icon-btn.btn-icon.small.text-cta-smoke_gray, .icon-btn.btn-icon.small.text-cta-gold, .icon-btn.btn-icon.text-cta-gold, .icon-btn.btn-icon.text-cta-primary, .icon-btn.btn-icon.text-cta-smoke_gray, .icon-btn.btn-icon.text-cta-white, .text-cta.icon-btn.btn-link, .icon-btn.btn-link.small.text-cta-white, .icon-btn.btn-link.small.text-cta-primary, .icon-btn.btn-link.small.text-cta-smoke_gray, .icon-btn.btn-link.small.text-cta-gold, .icon-btn.btn-link.text-cta-gold, .icon-btn.btn-link.text-cta-primary, .icon-btn.btn-link.text-cta-smoke_gray, .icon-btn.btn-link.text-cta-white, .text-cta.icon-btn.btn-checkbox, .icon-btn.btn-checkbox.small.text-cta-white, .icon-btn.btn-checkbox.small.text-cta-primary, .icon-btn.btn-checkbox.small.text-cta-smoke_gray, .icon-btn.btn-checkbox.small.text-cta-gold, .icon-btn.btn-checkbox.text-cta-gold, .icon-btn.btn-checkbox.text-cta-primary, .icon-btn.btn-checkbox.text-cta-smoke_gray, .icon-btn.btn-checkbox.text-cta-white, .text-cta.icon-btn.btn-ghost, .icon-btn.btn-ghost.small.text-cta-white, .icon-btn.btn-ghost.small.text-cta-primary, .icon-btn.btn-ghost.small.text-cta-smoke_gray, .icon-btn.btn-ghost.small.text-cta-gold, .icon-btn.btn-ghost.text-cta-gold, .icon-btn.btn-ghost.text-cta-primary, .icon-btn.btn-ghost.text-cta-smoke_gray, .icon-btn.btn-ghost.text-cta-white {
  border-bottom: none;
  border-radius: 0;
  border-right: none;
  border-left: none;
  padding-left: 0.125rem;
}
.text-cta:hover, .text-cta-gold:hover, .text-cta-primary:hover, .text-cta-smoke_gray:hover, .text-cta-white:hover, .text-cta:focus, .text-cta-gold:focus, .text-cta-primary:focus, .text-cta-smoke_gray:focus, .text-cta-white:focus {
  color: #3a3731;
  border-color: #3a3731;
}
.text-cta-white {
  color: #ffffff;
  border-color: #ffffff;
}
.text-cta-white:hover, .text-cta-white:focus {
  color: #524d44;
  border-color: #524d44;
}
.text-cta-primary, .text-cta-smoke_gray {
  color: #6f695d;
  border-color: #6f695d;
}
.text-cta-primary:hover, .text-cta-primary:focus, .text-cta-smoke_gray:hover, .text-cta-smoke_gray:focus {
  color: #00AAB2;
  border-color: #00AAB2;
}
.text-cta-gold {
  color: #00AAB2;
  border-color: #00AAB2;
}
.text-cta-gold:hover, .text-cta-gold:focus {
  color: #e08e00;
  border-color: #e08e00;
}
.text-cta.small, .small.text-cta-white, .small.text-cta-primary, .small.text-cta-smoke_gray, .small.text-cta-gold {
  font-size: 0.875rem;
  border-top: 2px solid;
  padding: 0.5rem 0.5rem 0.5rem 0;
  margin: 0.375rem 0;
}
.text-cta_row {
  display: flex;
  justify-content: flex-start;
}
.text-cta_row &gt; .text-cta, .text-cta_row &gt; .text-cta-white, .text-cta_row &gt; .text-cta-primary, .text-cta_row &gt; .text-cta-smoke_gray, .text-cta_row &gt; .text-cta-gold {
  margin-right: 2rem;
  flex: 0 1 auto;
}

div:not(.rdcontent) .text-cta_row.btn-row &gt; div &gt; div {
  display: flex;
  justify-content: flex-start;
}
div:not(.rdcontent) .text-cta_row.btn-row &gt; div &gt; div &gt; .text-cta, div:not(.rdcontent) .text-cta_row.btn-row &gt; div &gt; div &gt; .text-cta-white, div:not(.rdcontent) .text-cta_row.btn-row &gt; div &gt; div &gt; .text-cta-primary, div:not(.rdcontent) .text-cta_row.btn-row &gt; div &gt; div &gt; .text-cta-smoke_gray, div:not(.rdcontent) .text-cta_row.btn-row &gt; div &gt; div &gt; .text-cta-gold {
  margin-right: 2rem;
  flex: 0 1 auto;
}

.btn-primary:hover, .btn-primary:focus {
  color: #ffffff;
  background: #6f695d;
  border-color: #6f695d;
}

.btn-primary:active {
  transition: background 0.1s ease-in-out 0s;
  background: #3a3731;
  color: #ffffff;
  border-color: #3a3731;
}

.btn-primary:active:focus {
  box-shadow: none;
}

.btn-primary:active:focus:not(a.edmo-icon-pdfDownload):not(a.icon-fileDownload):not(span.edmo-icon-fileDownload) {
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 170, 178, 0.75);
}

.text-cta_row.btn-row div {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.btn-row .btn:not(:last-child), .btn-row .btn-pagination:not(:last-child), .btn-row .btn-primary:not(:last-child), .btn-row .btn-gold:not(:last-child), .btn-row .btn-white:not(:last-child), .btn-row .btn-blue:not(:last-child), .btn-row .btn-green:not(:last-child), .btn-row .btn-highlight:not(:last-child), .btn-row .btn-icon:not(:last-child), .btn-row .btn-link:not(:last-child), .btn-row .btn-checkbox:not(:last-child), .btn-row .btn-ghost:not(:last-child), .btn-row p:not(:last-child) {
  margin-right: 0.75rem;
}

/* to fix height with BS 5.1.3*/
.btn-row.expanding-labels .btn, .btn-row.expanding-labels .btn-pagination, .btn-row.expanding-labels .btn-primary, .btn-row.expanding-labels .btn-gold, .btn-row.expanding-labels .btn-white, .btn-row.expanding-labels .btn-blue, .btn-row.expanding-labels .btn-green, .btn-row.expanding-labels .btn-highlight, .btn-row.expanding-labels .btn-icon, .btn-row.expanding-labels .btn-link, .btn-row.expanding-labels .btn-checkbox, .btn-row.expanding-labels .btn-ghost {
  height: 46px;
}

/***  Brand logos on footer ***/
.brand-logos {
  margin: 0 auto;
}

.brand-logos .container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0 auto;
}

.brand-logos .slick-track {
  display: flex;
}

.brand-logos .slick-track {
  display: flex;
}

.brand-logos .slick-track .slick-slide {
  height: auto;
}

.brand-logos .slick-track .slick-slide &gt; div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-logos img {
  max-width: 7rem;
  max-height: 4rem;
}

@media screen and (max-width: 600px) {
  .table-responsive {
    border: 0;
  }

  .table-responsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .table-responsive tr {
    border-top: 1px solid #c5c1ba;
    display: block;
  }

  .table-responsive td {
    border-bottom: 1px solid #c5c1ba;
    display: block;
    /* font-size: .8em;*/
    text-align: right;
  }

  .table-responsive td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    /*text-transform: uppercase;*/
  }
}
.services-main_order h4, .services-main_order .h4 {
  color: #6f695d;
}
.services-main_order h4 button, .services-main_order .h4 button {
  background: transparent;
  border: none;
  text-decoration: underline;
  font-weight: bold;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.services-main_order h4 button, .services-main_order .h4 button,
.services-main_order h4 a,
.services-main_order .h4 a {
  color: #6f695d;
  transition: color 0.15s ease-in-out 0s;
  text-decoration: underline;
}
.services-main_order h4 button:hover, .services-main_order .h4 button:hover, .services-main_order h4 button:focus, .services-main_order .h4 button:focus,
.services-main_order h4 a:hover,
.services-main_order .h4 a:hover,
.services-main_order h4 a:focus,
.services-main_order .h4 a:focus {
  outline: none;
  color: #3a3731;
  text-decoration: none;
}
.services-main .checkout-accordion {
  margin-top: 7rem;
}

.legend-render {
  font-weight: bold;
  width: 100%;
  height: 100%;
  border: 0.125rem solid #3a3731;
  border-radius: 0.25rem;
  transition: border-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s;
}
.legend-render figcaption {
  display: none;
}
.legend-render ul {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.legend-render ul li {
  font-weight: bold;
  flex: 1 1 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  word-break: break-all;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0.25rem;
}
.legend-render ul li span {
  display: block;
}
.legend-render ul li.clear-white {
  color: #f7f7f7;
}
.legend-render ul li.lunar-white {
  color: #ffffff;
}
.legend-render ul li.red {
  color: red;
}
.legend-render ul li.green {
  color: #009d00;
}
.legend-render ul li.blue {
  color: #0026ff;
}
.legend-render ul li.lemon-yellow {
  color: #ffff20;
}
.legend-render ul li.amber-yellow {
  color: #fab300;
}
.legend-render_wrapper {
  width: 8rem;
  height: 8rem;
  border: 0.125rem solid #3a3731;
  border-radius: 0.25rem;
  padding: 0.375rem;
  transition: border-color 0.15s ease-in-out 0s;
}
.legend-render_wrapper.black-bg {
  border-color: #ffffff;
}
.legend-render_wrapper.black-bg .legend-render {
  border-color: #ffffff;
  color: #ffffff;
}
.legend-render.vertical ul {
  flex-direction: column;
}
.legend-render.vertical ul li {
  writing-mode: vertical-lr;
  text-orientation: upright;
}
.legend-render.top ul li:not(:first-child) {
  flex: 1 1 calc(50% - 0.125rem);
}
.legend-render.bottom ul li:not(:last-child) {
  flex: 1 1 calc(50% - 0.125rem);
}
.legend-render.left ul li {
  min-width: 50%;
}
.legend-render.left ul li:not(:first-child) {
  flex: 1 1 calc(50% - 0.125rem);
}
.legend-render.right ul li {
  min-width: 50%;
}
.legend-render.right ul li:not(:last-child) {
  flex: 1 1 calc(50% - 0.125rem);
}
.legend-render.panels-4 ul li {
  min-width: 50%;
  flex: 1 1 calc(50% - 0.125rem);
}
.legend-render_final {
  width: 16rem;
  height: 16rem;
  margin-bottom: 2rem;
}
.legend-render_final ul li {
  font-size: 2.5rem;
}

.details-information .input-radio-group {
  max-width: 40rem;
}
.details-information .input-radio-group .input-radio {
  margin: 1rem 0.5rem;
  flex: 0 1 auto;
}
.details-information .input-radio-group .input-radio .input-wrapper {
  flex-direction: column;
}
.details-information .input-radio-group .input-radio .input-wrapper label {
  margin-right: 0;
}
.details-information .input-radio-group .input-radio .input-wrapper span[role=radio] {
  margin-right: 0;
  margin-top: 0.75rem;
  order: 1;
}
.details-information table {
  max-width: calc(100% - 3rem);
}
.details-information table .legend-render_wrapper.legend-render_final {
  width: 10rem;
  height: 10rem;
}
.details-information table .legend-render_wrapper.legend-render_final ul li {
  font-size: 1.5rem;
}
.details-information table thead th:not(:first-of-type) {
  position: absolute;
  z-index: -100000;
  top: -99999999rem;
  left: -99999999rem;
}
@media screen and (min-width: 768px) {
  .details-information table thead th:not(:first-of-type) {
    position: static;
    z-index: 0;
    top: 0;
    left: 0;
  }
}
.details-information table tbody tr {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
  padding: 0.25rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .details-information table tbody tr {
    display: table-row;
    margin: 0;
    padding: 0;
  }
}
.details-information table tbody td:first-of-type h5, .details-information table tbody td:first-of-type .h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.details-information table tbody td:not(:first-of-type) {
  padding: 0.5rem 0.3125rem;
}
.details-information table tbody td:not(:first-of-type) h6, .details-information table tbody td:not(:first-of-type) .h6 {
  margin-bottom: 0.25rem;
  font-size: 0.8125rem;
}
.details-information table tbody td:not(:first-of-type) p {
  margin: 0;
  color: #3a3731;
}
@media screen and (min-width: 768px) {
  .details-information table tbody td:not(:first-of-type) {
    padding: 0.375rem 0.32143rem;
  }
}
.details-information table tbody td h5, .details-information table tbody td .h5,
.details-information table tbody td h6,
.details-information table tbody td .h6 {
  display: block;
}
@media screen and (min-width: 768px) {
  .details-information table tbody td h5, .details-information table tbody td .h5,
.details-information table tbody td h6,
.details-information table tbody td .h6 {
    display: none;
  }
}
.details-information table tbody td .btn.hide-label .btn-label, .details-information table tbody td .hide-label.btn-pagination .btn-label, .details-information table tbody td .hide-label.btn-primary .btn-label, .details-information table tbody td .hide-label.btn-gold .btn-label, .details-information table tbody td .hide-label.btn-white .btn-label, .details-information table tbody td .hide-label.btn-blue .btn-label, .details-information table tbody td .hide-label.btn-green .btn-label, .details-information table tbody td .hide-label.btn-highlight .btn-label, .details-information table tbody td .hide-label.btn-icon .btn-label, .details-information table tbody td .hide-label.btn-link .btn-label, .details-information table tbody td .hide-label.btn-checkbox .btn-label, .details-information table tbody td .hide-label.btn-ghost .btn-label {
  display: inline;
}
@media screen and (min-width: 768px) {
  .details-information table tbody td .btn.hide-label .btn-label, .details-information table tbody td .hide-label.btn-pagination .btn-label, .details-information table tbody td .hide-label.btn-primary .btn-label, .details-information table tbody td .hide-label.btn-gold .btn-label, .details-information table tbody td .hide-label.btn-white .btn-label, .details-information table tbody td .hide-label.btn-blue .btn-label, .details-information table tbody td .hide-label.btn-green .btn-label, .details-information table tbody td .hide-label.btn-highlight .btn-label, .details-information table tbody td .hide-label.btn-icon .btn-label, .details-information table tbody td .hide-label.btn-link .btn-label, .details-information table tbody td .hide-label.btn-checkbox .btn-label, .details-information table tbody td .hide-label.btn-ghost .btn-label {
    display: none;
  }
}
.details-information table tbody td:last-child {
  padding: 0;
}
.details-information table tbody td:last-child .btn-icon {
  padding: 0.5rem;
}

.legend-customization legend h3, .legend-customization legend .h3 {
  margin: 0.75rem 0;
}
.legend-customization &gt; section {
  padding: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .legend-customization &gt; section {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.legend-customization &gt; section h4, .legend-customization &gt; section .h4 {
  flex: 1 1 100%;
  margin: 0.75rem 0 0;
}
.legend-customization &gt; section &gt; .input {
  flex: 0 1 calc(50% - 1rem);
  width: auto;
  margin-right: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .legend-customization &gt; section &gt; .input {
    margin-bottom: 2.25rem;
  }
}
.legend-customization &gt; section &gt; .input-group {
  flex: 0 1 calc(50% - 1rem);
  margin: 1rem 0 2.25rem;
}
@media screen and (min-width: 768px) {
  .legend-customization &gt; section &gt; .input-group {
    margin: 2.25rem 0;
  }
}
.legend-customization &gt; section &gt; .input-group h5, .legend-customization &gt; section &gt; .input-group .h5 {
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  font-family: "Roboto", sans-serif;
}
.legend-customization &gt; section &gt; .input-group h5::before, .legend-customization &gt; section &gt; .input-group .h5::before {
  content: "*";
  color: #f65e52;
  display: inline-block;
  line-height: 0.5rem;
  margin-bottom: 0.5rem 0.125rem 0 0;
}
.legend-customization &gt; section &gt; .input-group .input {
  margin-top: 0;
}

.catalog-list {
  display: flex;
  flex-wrap: wrap;
  margin: 3.375rem 0;
  justify-content: center;
}
@media (min-width: 768px) {
  .catalog-list {
    justify-content: flex-start;
  }
}
.catalog-download {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2.25rem;
}
@media (min-width: 768px) {
  .catalog-download {
    margin-right: 4.5rem;
  }
}
.catalog-download header {
  margin: 1.5rem 0;
}
.catalog-download header h3, .catalog-download header .h3 {
  margin: 0;
}
.catalog-download header p {
  margin: 0;
}

.about-employees {
  padding-top: 0;
}

.team-member-division {
  margin: 2.25rem 0;
}
.team-member-division h2, .team-member-division .h2 {
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
.team-member-division &gt; div {
  display: flex;
  flex-wrap: wrap;
}
.team-member-division figure {
  flex: 0 1 auto;
  max-width: 160px;
}
.team-member-division figure:nth-child(odd) {
  margin-right: 1.25rem;
}
@media (min-width: 576px) {
  .team-member-division figure:nth-child(even) {
    margin-right: 1.25rem;
  }
}
.team-member-division figcaption h3, .team-member-division figcaption .h3 {
  margin-top: 0.9rem;
  margin-bottom: 0.125rem;
}
.team-member-division figcaption p {
  margin-top: 0.125rem;
  font-size: 0.75rem;
}

.cert-downloads {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.cert-downloads .btn, .cert-downloads .btn-pagination, .cert-downloads .btn-primary, .cert-downloads .btn-gold, .cert-downloads .btn-white, .cert-downloads .btn-blue, .cert-downloads .btn-green, .cert-downloads .btn-highlight, .cert-downloads .btn-icon, .cert-downloads .btn-link, .cert-downloads .btn-checkbox, .cert-downloads .btn-ghost {
  flex: 0 1 100%;
}
@media (min-width: 576px) {
  .cert-downloads .btn, .cert-downloads .btn-pagination, .cert-downloads .btn-primary, .cert-downloads .btn-gold, .cert-downloads .btn-white, .cert-downloads .btn-blue, .cert-downloads .btn-green, .cert-downloads .btn-highlight, .cert-downloads .btn-icon, .cert-downloads .btn-link, .cert-downloads .btn-checkbox, .cert-downloads .btn-ghost {
    flex: 0 1 75%;
  }
}
@media (min-width: 768px) {
  .cert-downloads .btn, .cert-downloads .btn-pagination, .cert-downloads .btn-primary, .cert-downloads .btn-gold, .cert-downloads .btn-white, .cert-downloads .btn-blue, .cert-downloads .btn-green, .cert-downloads .btn-highlight, .cert-downloads .btn-icon, .cert-downloads .btn-link, .cert-downloads .btn-checkbox, .cert-downloads .btn-ghost {
    flex: 0 1 60%;
  }
}
.cert-downloads .btn:not(:first-child), .cert-downloads .btn-pagination:not(:first-child), .cert-downloads .btn-primary:not(:first-child), .cert-downloads .btn-gold:not(:first-child), .cert-downloads .btn-white:not(:first-child), .cert-downloads .btn-blue:not(:first-child), .cert-downloads .btn-green:not(:first-child), .cert-downloads .btn-highlight:not(:first-child), .cert-downloads .btn-icon:not(:first-child), .cert-downloads .btn-link:not(:first-child), .cert-downloads .btn-checkbox:not(:first-child), .cert-downloads .btn-ghost:not(:first-child) {
  margin-top: 0.75rem;
}
@media (min-width: 992px) {
  .cert-downloads .btn, .cert-downloads .btn-pagination, .cert-downloads .btn-primary, .cert-downloads .btn-gold, .cert-downloads .btn-white, .cert-downloads .btn-blue, .cert-downloads .btn-green, .cert-downloads .btn-highlight, .cert-downloads .btn-icon, .cert-downloads .btn-link, .cert-downloads .btn-checkbox, .cert-downloads .btn-ghost {
    flex: 0 1 45%;
  }
  .cert-downloads .btn:not(:first-child), .cert-downloads .btn-pagination:not(:first-child), .cert-downloads .btn-primary:not(:first-child), .cert-downloads .btn-gold:not(:first-child), .cert-downloads .btn-white:not(:first-child), .cert-downloads .btn-blue:not(:first-child), .cert-downloads .btn-green:not(:first-child), .cert-downloads .btn-highlight:not(:first-child), .cert-downloads .btn-icon:not(:first-child), .cert-downloads .btn-link:not(:first-child), .cert-downloads .btn-checkbox:not(:first-child), .cert-downloads .btn-ghost:not(:first-child) {
    margin-left: 0.75rem;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .cert-downloads .btn, .cert-downloads .btn-pagination, .cert-downloads .btn-primary, .cert-downloads .btn-gold, .cert-downloads .btn-white, .cert-downloads .btn-blue, .cert-downloads .btn-green, .cert-downloads .btn-highlight, .cert-downloads .btn-icon, .cert-downloads .btn-link, .cert-downloads .btn-checkbox, .cert-downloads .btn-ghost {
    flex: 0 1 35%;
  }
}

.customer-service-main.about-contact-us &gt; header {
  text-align: center;
}
.customer-service-main.about-contact-us &gt; header &gt; h1, .customer-service-main.about-contact-us &gt; header &gt; .h1 {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 4rem;
}
.customer-service-main.about-contact-us &gt; header h3, .customer-service-main.about-contact-us &gt; header .h3 {
  margin-top: 1rem;
}
.customer-service-main.about-contact-us &gt; header .video-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 16.666%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .customer-service-main.about-contact-us &gt; header .video-wrapper {
    width: 80%;
    padding: 13.333%;
  }
}
.customer-service-main.about-contact-us &gt; header .video-wrapper video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.customer-service-gsa .gsa-contracts {
  display: flex;
  justify-content: center;
  margin: 4.5rem auto;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .customer-service-gsa .gsa-contracts {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.customer-service-gsa .gsa-contract:not(:first-child) {
  margin-top: 4.5rem;
}
@media (min-width: 992px) {
  .customer-service-gsa .gsa-contract:nth-child(odd) {
    margin-right: 2em;
  }
  .customer-service-gsa .gsa-contract:not(:first-child) {
    margin-top: 0;
  }
}

.customer-service-main &gt; header h1, .customer-service-main &gt; header .h1 {
  margin-top: 0;
}
.customer-service-main .product-notices {
  display: flex;
  flex-wrap: wrap;
  margin: 3.375rem 0;
}
.customer-service-main .product-notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.customer-service-main .product-notice header {
  margin: 1.5rem 0;
}
.customer-service-main .product-notice header h4, .customer-service-main .product-notice header .h4 {
  margin-top: 0;
}
.customer-service-main .product-notice header p {
  margin: 0.28125rem 0;
  color: #6f695d;
}
.customer-service-main .product-notice header time {
  font-weight: bold;
  color: #3a3731;
}
.customer-service-main .product-notice:not(:first-child) {
  margin-left: 4.5rem;
}

#product-page {
  padding-top: 0;
  margin-top: 2.5rem;
  /*Added*/
}
#product-page .breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
#product-page .breadcrumbs_categories ul {
  margin-bottom: 0;
}
#product-page .breadcrumbs_filters {
  margin-top: 0;
  text-align: right;
  display: flex;
  align-items: center;
}
#product-page .breadcrumbs_filters h6, #product-page .breadcrumbs_filters .h6 {
  margin-bottom: 0;
  margin-right: 0.375rem;
}
#product-page .breadcrumbs_filters ul {
  margin-bottom: 0;
}
#product-page .breadcrumbs_filters ul li a div {
  margin-right: 0;
  margin-left: 0.75rem;
}
#product-page .product-image {
  display: flex;
  flex-direction: column;
  /* max-width: 18.5rem;*/
  /*max-width: 26rem;*/
  margin: 0 auto 1.4286rem;
  flex: 1 1 auto;
  width: 100%;
}
#product-page .product-image a {
  border: solid 1px #000;
  display: inline-block;
  height: 18.5rem;
  width: 18.5rem;
}
#product-page .product-image img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
#product-page .product-image_wrapper {
  /*display: inline-flex;
  flex: 1 0 auto;
  align-items: flex-start;*/
  margin-bottom: 0.3571rem;
  border: 1px solid #6f695d;
  border-radius: 0.25rem;
  margin: 0 8px 8px 0;
}
#product-page .product-image_main {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  height: 408px;
}
#product-page .product-image_main img {
  padding: 1rem;
  max-width: 100%;
  max-height: 100%;
}
#product-page .product-image_others {
  /* commenting out for carousel*/
  /*   display: grid;
  grid-template-columns: repeat(auto-fill, 70px);
  justify-content: space-between;
  grid-gap: 10px;*/
}
#product-page .product-image_others.hide {
  display: none;
}
#product-page .product-image_others .product-thumbnail {
  border: 1px solid #6f695d;
  border-radius: 0.25rem;
  position: relative;
  padding: calc(12.5% - 0.25rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 auto;
  background-color: #ffffff;
  transition: border-color 0.15s ease-in-out, transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  height: 71px;
  width: 71px;
  margin-bottom: 0.5rem;
}
#product-page .product-image_others .product-thumbnail:not(:last-child) {
  /*margin-right: 0.5rem;*/
}
#product-page .product-image_others .product-thumbnail:hover {
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(111, 105, 93, 0.75);
}
#product-page .product-image_others .product-thumbnail img {
  /*top: 0;
  left: 0;
  position: absolute;
  width: calc(100% - 0.75rem);
  height: calc(100% - 0.75rem);
  object-fit: contain;
  margin: 0.375rem;*/
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
  max-width: 59px;
  max-height: 59px;
}
#product-page .product-image_others .product-thumbnail img:hover {
  transform: scale(1.2);
}
#product-page .product-image_others .product-thumbnail.selected {
  border-color: #3a3731;
}
#product-page .product-image_others .product-thumbnail.selected img {
  opacity: 0.5;
}
#product-page .product-image_others .product-thumbnail.selected:hover img, #product-page .product-image_others .product-thumbnail.selected:active img {
  opacity: 1;
}
#product-page .product-image_others .slick-track {
  margin-left: inherit;
  margin-right: inherit;
}
#product-page .product-image_others .slick-current .product-thumbnail {
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(111, 105, 93, 0.75);
}
#product-page .product-image_others .slick-current .product-thumbnail img {
  transform: scale(1.2);
  opacity: 0.5;
}
#product-page .product-info {
  margin-bottom: 1rem;
  position: relative;
}
#product-page .product-info_title {
  margin: 0.75rem 0 1rem 0;
  font-size: 1.625rem;
  line-height: 2rem;
}
@media (min-width: 992px) {
  #product-page .product-info_title {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
@media (min-width: 1440px) {
  #product-page .product-info_title {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
#product-page .product-info_company {
  color: #c5c1ba;
  margin: 0;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  #product-page .product-info_company {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1200px) {
  #product-page .product-info_company {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
#product-page .product-additionalInfo {
  color: #6f695d;
  display: flex;
  border-top: solid 1px #9d9fa2;
  border-bottom: solid 1px #9d9fa2;
  margin-top: 1.25rem;
  flex: 1 1 100%;
}
#product-page .product-additionalInfo p:first-of-type {
  padding-right: 2.2857rem;
}
#product-page .product-pricing {
  color: #6f695d;
  display: flex;
  flex-wrap: wrap;
  /*  border-top: solid 1px $med_gray;*/
  margin-top: 1.35rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  #product-page .product-pricing {
    flex-wrap: nowrap;
  }
}
#product-page .product-pricing_section,
#product-page .product-pricing .stock-status {
  padding: 1.25rem;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #product-page .product-pricing_section,
#product-page .product-pricing .stock-status {
    align-items: stretch;
  }
}
#product-page .product-pricing_section :first-child,
#product-page .product-pricing .stock-status :first-child {
  margin-top: 0;
}
#product-page .product-pricing_section h3, #product-page .product-pricing_section .h3,
#product-page .product-pricing_section h4,
#product-page .product-pricing_section .h4,
#product-page .product-pricing_section h5,
#product-page .product-pricing_section .h5,
#product-page .product-pricing .stock-status h3,
#product-page .product-pricing .stock-status .h3,
#product-page .product-pricing .stock-status h4,
#product-page .product-pricing .stock-status .h4,
#product-page .product-pricing .stock-status h5,
#product-page .product-pricing .stock-status .h5 {
  margin-bottom: 0.5rem;
}
#product-page .product-pricing_section h3, #product-page .product-pricing_section .h3,
#product-page .product-pricing .stock-status h3,
#product-page .product-pricing .stock-status .h3 {
  margin: 0;
  line-height: 1.875rem;
}
#product-page .product-pricing_section p,
#product-page .product-pricing .stock-status p {
  margin: 0;
}
#product-page .product-pricing_price {
  padding-left: 0;
  flex: 1 1 100%;
  padding-right: 1.75rem;
}
@media screen and (min-width: 992px) {
  #product-page .product-pricing_price {
    flex: 0 1 auto;
  }
}
#product-page .product-pricing_price &gt; h3, #product-page .product-pricing_price &gt; .h3 {
  display: flex;
  align-items: center;
}
#product-page .product-pricing_price &gt; h3 .edmo-tooltip, #product-page .product-pricing_price &gt; .h3 .edmo-tooltip {
  align-self: flex-start;
}
#product-page .product-pricing_price &gt; p {
  color: #6f695d;
  font-size: 0.875rem;
}
#product-page .product-pricing_price p.product-pricing_price_call {
  font-size: 1rem;
  margin-top: 0.5rem;
  padding: 0;
  display: block;
  text-decoration: none;
}
#product-page .product-pricing_price p.product-pricing_price_call a {
  color: #6f695d;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.15s ease-in-out 0s;
}
#product-page .product-pricing_price p.product-pricing_price_call a:hover, #product-page .product-pricing_price p.product-pricing_price_call a:focus {
  text-decoration: underline;
  color: #3a3731;
}
#product-page .product-pricing_price-levels {
  flex: 1 1 100%;
  /*border-top: 1px solid #9d9fa2;*/
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  #product-page .product-pricing_price-levels {
    align-items: stretch;
    /* border-left: solid 1px #9d9fa2;*/
    /*only when it is in its own compartment*/
    border-top: none;
    /* padding-left: 1.625rem;*/
    /*only when it is in its own compartment*/
    flex: 0 1 auto;
  }
}
#product-page .product-pricing_price-levels table {
  width: auto;
  margin: 0;
}
#product-page .product-pricing_price-levels table th {
  padding: 0.5rem 0.75rem 0.25rem 0.125rem;
  font-weight: normal;
  font-size: 1.125rem;
  text-align: left;
  color: #6f695d;
}
#product-page .product-pricing_price-levels table td {
  padding: 0.5rem 0.75rem 0.25rem 0.125rem;
  font-size: 1.125rem;
}
#product-page .product-pricing_price-levels table thead th {
  border-bottom: 1px solid #6f695d;
  color: #6f695d;
  font-size: 1rem;
}
#product-page .product-pricing .stock-status {
  flex: 1 1 100%;
  border-top: 1px solid #9d9fa2;
  border-bottom: 1px solid #9d9fa2;
  padding-left: 0;
  margin-bottom: 0;
}
#product-page .product-pricing .stock-status p {
  font-size: 1.125rem;
}
#product-page .product-pricing .stock-status p:not(:first-of-type) {
  margin: 0.25rem 0 0.1625rem;
}
@media screen and (min-width: 992px) {
  #product-page .product-pricing .stock-status {
    padding-left: 1.625rem;
    flex: 1 0 auto;
    border-left: solid 1px #9d9fa2;
    border-top: none;
    border-bottom: none;
  }
}
#product-page .product-configInfo {
  /*the container must be positioned relative:*/
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
#product-page .product-configInfo .custom-select-input {
  margin-top: 2rem;
}
#product-page .product-configInfo .custom-select {
  position: relative;
  max-width: 600px;
  font-size: 1rem;
  line-height: 1.625rem;
  font-family: "Open Sans", sans-serif;
  margin-top: 0.5rem;
}
#product-page .product-configInfo .custom-select select {
  display: none;
  /*hide original SELECT element:*/
}
#product-page .product-configInfo .select-selected {
  padding: 0.625rem 2.25rem 0.625rem 0.625rem;
  font-weight: 400;
  border: 1px solid #9d9fa2;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
  color: #6f695d;
}
#product-page .product-configInfo .select-selected:hover, #product-page .product-configInfo .select-selected:focus, #product-page .product-configInfo .select-selected.select-arrow-active {
  background-color: #00AAB2;
  border-color: #00AAB2;
}
#product-page .product-configInfo .select-selected.select-arrow-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#product-page .product-configInfo .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 15px;
  width: 15px;
  height: 15px;
  border: solid #6f695d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#product-page .product-configInfo .select-selected.select-arrow-active:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 20px;
}
#product-page .product-configInfo .select-items div, #product-page .product-configInfo .select-selected {
  /*  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  padding: 0.625rem;
  transition: background-color 0.15s ease-in-out 0s;
  color: #6f695d;
}
#product-page .product-configInfo .select-items {
  position: absolute;
  background-color: #e1e1e1;
  max-height: 10rem;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #ffd54d;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  transition: opacity 0.15s ease-in-out 0s;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  max-height: 10rem;
  overflow: scroll;
}
#product-page .product-configInfo .select-items a:hover {
  text-decoration: none;
  color: #6f695d;
}
#product-page .product-configInfo .select-hide {
  display: none;
}
#product-page .product-configInfo .select-items div:hover, #product-page .product-configInfo .same-as-selected {
  background-color: #00AAB2;
}
#product-page .add-piece-form {
  padding-top: 0;
  margin-top: 10px;
}
#product-page .add-piece-form:last-child,
#product-page .add-item-form:last-child,
#product-page .add-preset-qty-form:last-child {
  margin-bottom: 1rem;
}
#product-page .product-purchase .add-item-form {
  margin-top: 1rem;
}
#product-page .product-description {
  color: #6f695d;
  margin: 2.5rem 0;
}
#product-page .product-description img {
  max-width: 100%;
}
#product-page .product-warning {
  color: #f65e52;
  font-style: italic;
  margin: 1.5rem 0 0;
  display: flex;
  align-items: center;
}
#product-page .product-warning svg {
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.5714rem;
}
#product-page .product-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#product-page .product-details_main {
  display: flex;
  flex-direction: column;
  border-top: solid 1px #3a3731;
  width: 100%;
  margin-right: 1.6429rem;
}
#product-page .product-details_summary {
  color: #6f695d;
  margin-bottom: 2rem;
}
#product-page .product-notice {
  border-top: solid 1px #6f695d;
  color: #6f695d;
}
#product-page .product-notice p {
  font-size: 0.75rem;
  line-height: 1rem;
}

/*  576*/
@media (min-width: 768px) {
  #product-page .product-image {
    /* display: inline-flex;*/
    margin: 0 auto 1.4286rem;
    /*max-width: 22rem;*/
    /* max-width: 26rem;*/
    max-width: 400px;
  }
}
/* TABLET 992*/
@media (min-width: 992px) {
  #product-page .product-details {
    display: flex;
  }
  #product-page .product-image {
    /* display: inline-flex;*/
    margin: 0 0 1.5rem;
    /*max-width: 22rem;*/
    /*max-width: 26rem;*/
    max-width: 400px;
  }
  #product-page .product-info {
    border-top: solid 2px #6f695d;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    margin-left: 2rem;
  }
  #product-page .product-additionalInfo {
    border: none;
    /*border-bottom: solid 1px $med_gray;*/
    flex-direction: column;
    padding-bottom: 1rem;
    flex: 0 1 auto;
    padding-right: 1rem;
  }
  #product-page .product-additionalInfo p {
    margin: 0 0 0.1429rem;
  }
  #product-page .product-pricing_price {
    padding-right: 1rem;
    padding-left: 1rem;
    border-left: solid 1px #9d9fa2;
  }
  #product-page .product-quantity {
    border: none;
  }
  #product-page .product-quantity_quantity {
    width: auto;
  }
  #product-page .product-description {
    width: 100%;
  }
  #product-page .product-details {
    flex-direction: row;
  }
}
/* DESKTOP 1200 */
@media (min-width: 1200px) {
  #product-page .product-image {
    /*display: inline-flex;
    flex-direction: row-reverse;*/
    margin: 0 0 1.5rem;
    /*   max-width: 26rem;*/
    max-width: 400px;
  }
  #product-page .product-image_others {
    /*flex-direction: column;
    justify-content: flex-start;
    align-items: space-between;
    margin: 0 0.75rem;
    width: 5rem;*/
  }
  #product-page .product-image_others .product-thumbnail {
    /*padding: calc(50% - 0.25rem);*/
  }
  #product-page .product-image_others .product-thumbnail:not(:last-child) {
    /*margin-right: 0;
    margin-bottom: 0.5rem;*/
  }
}
.product-amount {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  width: 10.5rem;
  flex: 0 1 auto;
}
.product-amount .edmo-icon {
  margin-right: 3rem;
}
.product-amount .input {
  max-width: 12rem;
}
.product-amount .input label {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0.25rem 0.5rem;
  background: #c5c1ba;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  z-index: 2;
  border: 1px solid #9d9fa2;
  border-left-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  transition: border-color 0.15s ease-in-out 0s;
}
.product-amount .input label::before {
  margin-top: -0.25rem;
  order: 1;
}
.product-amount .input label .edmo-icon-success, .product-amount .input label .edmo-icon-error {
  position: absolute;
  margin-right: 0;
  right: calc(100% + 0.75rem);
}
.product-amount .input label .edmo-icon.hide {
  opacity: 0;
}
.product-amount .input label .increment_buttons {
  opacity: 0;
  width: 100%;
}
.product-amount .input:hover label, .product-amount .input:focus label, .product-amount .input:focus-within label {
  border-color: #007378;
  border-left-color: transparent;
}
.product-amount .input:hover .increment_buttons, .product-amount .input:focus .increment_buttons, .product-amount .input:focus-within .increment_buttons {
  opacity: 1;
}
.product-amount .input.valid label {
  border-left-color: transparent;
}
.product-amount .input.valid input {
  border-color: #9d9fa2;
}
.product-amount .input.valid input:hover, .product-amount .input.valid input:focus {
  border-color: #00AAB2;
}
.product-amount .input.error label {
  border-color: #f65e52;
  border-left-color: transparent;
}
.product-amount .input input {
  padding-right: 4.25rem;
}

.shopping-cart {
  height: 100%;
}
.shopping-cart__checkout {
  display: flex;
}
.shopping-cart .btn.btn-link, .shopping-cart .btn-link {
  transition: none;
}
.shopping-cart .btn.btn-link:hover, .shopping-cart .btn-link:hover {
  text-decoration: none;
}

.saved-items {
  margin-top: 4rem;
}
.saved-items .landscape-product-list_item_quantity {
  vertical-align: top;
}

.checkout &gt; header .btn-row {
  margin-top: 0;
}

.checkout__section {
  border-top: solid transparent 1px;
  color: #9d9fa2;
  padding-left: 2.25rem;
  position: relative;
}
.checkout__section h4, .checkout__section .h4 {
  margin-top: 1rem;
}
.checkout__section::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid #9d9fa2 1px;
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
  top: 0.75rem;
  left: 0;
  position: absolute;
}
.checkout__section--completed {
  color: initial;
}
.checkout__section--completed::before {
  content: "x";
}
.checkout__section--active {
  color: initial;
}
.checkout__section--active::before {
  background: #00AAB2;
  border-color: #00AAB2;
}
.checkout__section + .checkout__section {
  border-top: solid #9d9fa2 1px;
}

@media (min-width: 768px) {
  .category-section_list {
    column-count: 2;
    column-gap: 0.5rem;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .category-section_list {
    column-count: 3;
    column-gap: 0.5rem;
    width: 100%;
  }
}
.category-section_list li {
  text-align: left;
  margin: 0 0 1rem 0;
}

.brand_aplha_listing .account-section_list {
  margin-bottom: 0;
}

.brand_aplha_listing .account-section {
  margin-bottom: 0px;
}

.section-w-column-menu_content_brands nav ul li {
  margin: 8px 0;
}

.sign-up-form {
  margin-top: 0;
}
.sign-up-form fieldset &gt; .input:first-child {
  margin-top: 0;
}
.sign-up-form fieldset &gt; .input:last-child {
  margin-bottom: 0;
}
.sign-up-form_header {
  margin-bottom: 0;
}
.sign-up-form .phone {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex;
}
.sign-up-form .phone .edmo-icon-phoneAlt {
  margin-right: 0.6rem;
}
.sign-up-form #account_error {
  margin-top: 2rem;
}

.account-section {
  margin: 0 0 3rem 0;
  flex: 1 1 100%;
}
.account-sections {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .account-sections .account-section {
    padding: 1rem 0;
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
  .account-sections .account-section:not(:first-child) {
    padding-top: 1rem;
  }
}
.account-section:not(:first-child) {
  padding-top: 2rem;
}
.account-section header h3, .account-section header .h3 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .account-section {
    flex: 1 1 33.33%;
  }
  .account-section:not(:first-child):not(:nth-child(3n+1)) {
    padding-top: 1rem;
    padding-left: 3rem;
    border-left: 1px solid #e1e1e1;
  }
  .account-section:not(:last-child) {
    padding-right: 3rem;
  }
}
.account-section_list {
  padding: 0;
  list-style: none;
}
.account-section_list li {
  padding: 0 0 0 0.5rem;
  margin: 0.5rem 0;
}
.account-section_list li a {
  padding: 0.5rem 0;
  font-size: 1.25rem;
  color: #6f695d;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.account-section_list li a:hover, .account-section_list li a:focus {
  color: #6f695d;
  text-decoration: underline;
}

.add-item-form {
  margin: 3.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.add-item-form_wrapper {
  position: relative;
}
@media screen and (min-width: 576px) {
  .add-item-form {
    flex-direction: row;
    align-items: stretch;
  }
}
.add-item-form .input {
  margin: 0;
}
.add-item-form &gt; button {
  margin-top: 1rem;
  line-height: 1.625rem;
}
@media screen and (min-width: 576px) {
  .add-item-form &gt; button {
    margin-left: 1rem;
    margin-top: 0;
  }
}
.add-item-form &gt; button.favorite-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.75rem;
}

.add-piece-form {
  margin: 3rem 0;
}
.add-piece-form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 576px) {
  .add-piece-form form {
    flex-direction: row;
    align-items: flex-end;
  }
}
.add-piece-form form &gt; .btn, .add-piece-form form &gt; .btn-pagination, .add-piece-form form &gt; .btn-primary, .add-piece-form form &gt; .btn-gold, .add-piece-form form &gt; .btn-white, .add-piece-form form &gt; .btn-blue, .add-piece-form form &gt; .btn-green, .add-piece-form form &gt; .btn-highlight, .add-piece-form form &gt; .btn-icon, .add-piece-form form &gt; .btn-link, .add-piece-form form &gt; .btn-checkbox, .add-piece-form form &gt; .btn-ghost {
  padding: 0.625rem 1rem;
  line-height: 1.625rem;
  margin-top: 1rem;
}
@media screen and (min-width: 576px) {
  .add-piece-form form &gt; .btn, .add-piece-form form &gt; .btn-pagination, .add-piece-form form &gt; .btn-primary, .add-piece-form form &gt; .btn-gold, .add-piece-form form &gt; .btn-white, .add-piece-form form &gt; .btn-blue, .add-piece-form form &gt; .btn-green, .add-piece-form form &gt; .btn-highlight, .add-piece-form form &gt; .btn-icon, .add-piece-form form &gt; .btn-link, .add-piece-form form &gt; .btn-checkbox, .add-piece-form form &gt; .btn-ghost {
    margin-left: 1rem;
    margin-top: 0;
  }
}
.add-piece-form .input {
  margin: 0;
}
.add-piece-form .input-select {
  min-width: 12.5rem;
  width: initial;
  flex: 0 1 auto;
}

.add-preset-qty-form {
  flex-direction: column;
  align-items: flex-start;
  margin: 3.5rem 0;
}
.add-preset-qty-form button {
  line-height: 1.625rem;
}
.add-preset-qty-form &gt; div {
  flex: 1 1 auto;
  width: 100%;
}
.add-preset-qty-form .input-radio-group.input {
  width: 100%;
  margin: 0 0 1rem 0;
}
.add-preset-qty-form .input-radio-group.input &gt; div {
  display: flex;
}
.add-preset-qty-form .input-radio-group.input &gt; div .input.input-radio {
  flex: 0 1 100%;
  margin: 0 0 0.75rem 0;
  padding-right: 1rem;
  flex: 0 1 50%;
}
@media screen and (min-width: 576px) {
  .add-preset-qty-form .input-radio-group.input &gt; div .input.input-radio {
    flex: 0 1 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .add-preset-qty-form .input-radio-group.input &gt; div .input.input-radio {
    flex: 0 1 25%;
  }
}

#siteAlerts {
  z-index: 10;
  position: absolute;
  top: 88px;
  left: 0;
  right: 0;
  padding: 5px 0;
  margin-top: -8px;
  /* Style the close button (span) */
}
#siteAlerts .alert-listing {
  padding: 6px 12% 4px 12%;
  text-align: center;
  font-size: 13px;
  color: #6f695d;
  font-weight: normal;
  opacity: 0;
  transition: opacity 0.2s;
  line-height: 1;
  display: none;
  background-color: #00AAB2;
}
#siteAlerts .alert-listing p, #siteAlerts .alert-listing h6, #siteAlerts .alert-listing .h6, #siteAlerts .alert-listing h5, #siteAlerts .alert-listing .h5, #siteAlerts .alert-listing h4, #siteAlerts .alert-listing .h4, #siteAlerts .alert-listing h3, #siteAlerts .alert-listing .h3, #siteAlerts .alert-listing h2, #siteAlerts .alert-listing .h2, #siteAlerts .alert-listing h1, #siteAlerts .alert-listing .h1 {
  margin: 0;
  font-weight: normal;
  color: #6f695d;
}
#siteAlerts .close-alerts {
  cursor: pointer;
  padding: 0;
  font-weight: bold;
  position: absolute;
  top: 7px;
  right: 3.7%;
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  opacity: 1;
  transition: opacity 0.2s;
  display: block;
}
#siteAlerts .close-alerts svg {
  width: 25px;
  height: 25px;
}

#toggleAlert {
  z-index: 11;
  position: absolute;
  bottom: -1.25rem;
  right: 3.7%;
  height: 30px;
  width: 30px;
  opacity: 0;
  transition: opacity 0.2s;
  display: none;
}
#toggleAlert button {
  border-width: 0;
  background: none;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #00AAB2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
}
#toggleAlert button svg {
  width: 30px;
  height: 30px;
}

.block-quote {
  background-size: cover;
  background-position: center;
}
.block-quote:first-child {
  margin-top: 0;
}
.block-quote section {
  text-align: center;
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-shadow: 1px 1px 4px #3a3731;
  margin-top: 0 !important;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .block-quote section {
    padding: 6rem 3.375rem;
  }
}
.block-quote section h1, .block-quote section .h1 {
  text-align: center;
  margin-bottom: 0.75rem;
  color: #ffffff;
}
.block-quote section blockquote {
  margin-top: 0.75rem;
  margin-bottom: 0;
  max-width: 65ch;
}
.block-quote section blockquote::before {
  content: none;
}
.block-quote section blockquote :first-child {
  margin-top: 0;
}
.block-quote section blockquote :last-child {
  margin-bottom: 0;
}
.block-quote section blockquote &gt; * {
  color: #ffffff;
  line-height: 1.625rem;
  font-size: 1.25rem;
}

.body-text &gt; div:not(.text-cta_row):not(.btn_row):first-child {
  margin-top: 0;
}
.body-text &gt; div:not(.text-cta_row):not(.btn_row):last-child {
  margin-bottom: 0;
}
.body-text a:not(.text-cta):not(.text-cta-white):not(.text-cta-primary):not(.text-cta-smoke_gray):not(.text-cta-gold):not(.text-cta.small):not(.small.text-cta-white):not(.small.text-cta-primary):not(.small.text-cta-smoke_gray):not(.small.text-cta-gold):not(.btn-primary) {
  color: #6f695d;
  transition: color 0.15s ease-in-out 0s;
}
.body-text a:not(.text-cta):not(.text-cta-white):not(.text-cta-primary):not(.text-cta-smoke_gray):not(.text-cta-gold):not(.text-cta.small):not(.small.text-cta-white):not(.small.text-cta-primary):not(.small.text-cta-smoke_gray):not(.small.text-cta-gold):not(.btn-primary):hover, .body-text a:not(.text-cta):not(.text-cta-white):not(.text-cta-primary):not(.text-cta-smoke_gray):not(.text-cta-gold):not(.text-cta.small):not(.small.text-cta-white):not(.small.text-cta-primary):not(.small.text-cta-smoke_gray):not(.small.text-cta-gold):not(.btn-primary):focus {
  text-decoration: none;
  color: #3a3731;
}

.brand-logos {
  margin: 0 auto;
}
.brand-logos .container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0 auto;
}
.brand-logos .slick-track {
  display: flex;
}
.brand-logos .slick-track {
  display: flex;
}
.brand-logos .slick-track .slick-slide {
  height: auto;
}
.brand-logos .slick-track .slick-slide &gt; div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-logos img {
  max-width: 7rem;
  max-height: 4rem;
}

.breadcrumbs ul {
  padding: 0;
  margin: 0 0 1rem 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: flex-end;
}
.breadcrumbs ul li {
  padding: 0;
}
.breadcrumbs ul li .smoke_gray &gt; a {
  color: #6f695d;
  transition: 0.15s ease-in-out color;
  font-weight: normal;
  text-decoration: underline;
}
.breadcrumbs ul li .smoke_gray &gt; a:hover, .breadcrumbs ul li .smoke_gray &gt; a:focus, .breadcrumbs ul li .smoke_gray &gt; a.active {
  color: #3a3731;
}
.breadcrumbs_categories h4, .breadcrumbs_categories .h4,
.breadcrumbs_categories h5,
.breadcrumbs_categories .h5 {
  margin: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 1.125rem;
}
.breadcrumbs_categories li + li h4, .breadcrumbs_categories li + li .h4,
.breadcrumbs_categories li + li h5,
.breadcrumbs_categories li + li .h5 {
  margin-left: 0.375rem;
}
.breadcrumbs_categories li + li h4 a, .breadcrumbs_categories li + li .h4 a,
.breadcrumbs_categories li + li h5 a,
.breadcrumbs_categories li + li .h5 a {
  margin-left: 0.375rem;
}
.breadcrumbs_categories a {
  text-decoration: underline;
}
.breadcrumbs_filters {
  margin-top: 1.75rem;
}
.breadcrumbs_filters h6, .breadcrumbs_filters .h6 {
  margin: 0 0 0.375rem 0;
}
.breadcrumbs_filters ul li a {
  text-decoration: none;
}
.breadcrumbs_filters .tooltip {
  background-color: #6f695d;
  border-radius: 1rem;
  padding: 0.25rem 0 0.1875rem;
  transition: 0.15s ease-in-out background-color;
  margin: 0.25rem 0.75rem 0.25rem 0;
  cursor: pointer;
}
.breadcrumbs_filters .tooltip:hover, .breadcrumbs_filters .tooltip:focus {
  background-color: #3a3731;
}
.breadcrumbs_filters .tooltip button {
  color: #ffffff;
  font-size: 0.875rem;
  cursor: pointer;
}
.breadcrumbs_filters .tooltip p {
  line-height: 1.125rem;
  z-index: 1000;
}

.callout-bar {
  display: flex;
  flex-wrap: wrap;
}
.callout-bar .image-wrapper {
  flex: 0 1 100%;
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: auto !important;
}
.callout-bar .image-wrapper img {
  height: 100%;
  width: auto;
  min-width: 100%;
}
@media (min-width: 768px) {
  .callout-bar .image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important;
  }
  .callout-bar .image-wrapper img {
    position: absolute;
    object-fit: cover;
  }
}
.callout-bar_body {
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding: 3.375rem 4.5rem;
}
.callout-bar_body h2, .callout-bar_body .h2 {
  color: #007378;
  margin: 0 0 1.125rem 0;
}
.callout-bar_body p {
  margin: 0;
  color: #ffffff;
}
.callout-bar_body .btn, .callout-bar_body .btn-pagination, .callout-bar_body .btn-primary, .callout-bar_body .btn-gold, .callout-bar_body .btn-white, .callout-bar_body .btn-blue, .callout-bar_body .btn-green, .callout-bar_body .btn-highlight, .callout-bar_body .btn-icon, .callout-bar_body .btn-link, .callout-bar_body .btn-checkbox, .callout-bar_body .btn-ghost {
  margin-top: 2rem;
}
.callout-bar_body .btn-gold, .callout-bar_body .btn-white {
  border-color: #007378;
  color: #007378;
}
.callout-bar_body .btn-gold:hover, .callout-bar_body .btn-white:hover, .callout-bar_body .btn-gold:focus, .callout-bar_body .btn-white:focus {
  color: #6f695d;
  background-color: #007378;
  border-color: #007378;
}
.callout-bar_body .btn-gold:active, .callout-bar_body .btn-white:active {
  color: #6f695d;
  background-color: #00AAB2;
  border-color: #00AAB2;
}
@media (min-width: 768px) {
  .callout-bar .image-wrapper {
    flex: 0 1 50%;
  }
  .callout-bar_body {
    flex: 0 1 50%;
    padding: 4.5rem;
  }
  .callout-bar_body h2, .callout-bar_body .h2 {
    margin: 0 0 2.25rem 0;
  }
}
@media (min-width: 1200px) {
  .callout-bar .image-wrapper {
    flex: 0 1 66.66%;
  }
  .callout-bar_body {
    flex: 0 1 33.33%;
  }
}

.catalog {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .catalog .filters-menu {
    flex: 0 1 33.33%;
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .catalog .filters-menu {
    flex: 0 1 25%;
    min-height: 100%;
  }
}
@media (min-width: 768px) {
  .catalog_list {
    flex: 0 1 75%;
  }
}
@media (min-width: 768px) {
  .catalog {
    flex-direction: row;
  }
}
.catalog_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
}
.catalog_wrapper &gt; header {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0.75rem;
}
.catalog_wrapper &gt; header .breadcrumbs {
  flex: 1 1 auto;
}
.catalog_title {
  margin: 0 0.75rem 2rem;
  flex: 1 1 auto;
}

@keyframes loading {
  0% {
    transform: translateY(-25%);
  }
  50% {
    transform: translateY(25%);
  }
  100% {
    transform: translateY(-25%);
  }
}
.catalog_list {
  margin: 0 0 2.25rem;
  position: relative;
}
.catalog_list &gt; header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
}
.catalog_list &gt; header h1, .catalog_list &gt; header .h1 {
  margin-bottom: 0;
}
.catalog_list &gt; header .layout-buttons {
  display: flex;
  justify-content: flex-end;
}
.catalog_list &gt; header .layout-buttons .input {
  flex: 0 1 auto;
  margin: 0 1rem 0 0;
  flex-direction: row;
  align-items: center;
  justify-content: right;
  width: auto;
  max-width: 12rem;
}
.catalog_list &gt; header .layout-buttons .input label {
  font-size: 1.125rem;
  color: #6f695d;
  font-weight: bold;
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.catalog_list &gt; header .layout-buttons .input label::before {
  display: none;
}
.catalog_list &gt; header .layout-buttons .input .input-wrapper .input-wrapper-select &gt; button {
  padding: 0.125rem 2rem 0.125rem 0.375rem;
  font-family: "Roboto", sans-serif;
}
.catalog_list &gt; header .layout-buttons .input .input-wrapper .input-wrapper-select &gt; button .edmo-icon.edmo-icon-chevronDown svg {
  margin-right: 0.25rem;
}
.catalog_list &gt; header .layout-buttons &gt; .btn, .catalog_list &gt; header .layout-buttons &gt; .btn-pagination, .catalog_list &gt; header .layout-buttons &gt; .btn-primary, .catalog_list &gt; header .layout-buttons &gt; .btn-gold, .catalog_list &gt; header .layout-buttons &gt; .btn-white, .catalog_list &gt; header .layout-buttons &gt; .btn-blue, .catalog_list &gt; header .layout-buttons &gt; .btn-green, .catalog_list &gt; header .layout-buttons &gt; .btn-highlight, .catalog_list &gt; header .layout-buttons &gt; .btn-icon, .catalog_list &gt; header .layout-buttons &gt; .btn-link, .catalog_list &gt; header .layout-buttons &gt; .btn-checkbox, .catalog_list &gt; header .layout-buttons &gt; .btn-ghost {
  padding: 0.375rem;
}
.catalog_list &gt; header .layout-buttons &gt; .btn .edmo-icon, .catalog_list &gt; header .layout-buttons &gt; .btn-pagination .edmo-icon, .catalog_list &gt; header .layout-buttons &gt; .btn-primary .edmo-icon, .catalog_list &gt; header .layout-buttons &gt; .btn-gold .edmo-icon, .catalog_list &gt; header .layout-buttons &gt; .btn-white .edmo-icon, .catalog_list &gt; header .layout-buttons &gt; .btn-blue .edmo-icon, .catalog_list &gt; header .layout-buttons &gt; .btn-green .edmo-icon, .catalog_list &gt; header .layout-buttons &gt; .btn-highlight .edmo-icon, .catalog_list &gt; header .layout-buttons &gt; .btn-icon .edmo-icon, .catalog_list &gt; header .layout-buttons &gt; .btn-link .edmo-icon, .catalog_list &gt; header .layout-buttons &gt; .btn-checkbox .edmo-icon, .catalog_list &gt; header .layout-buttons &gt; .btn-ghost .edmo-icon {
  margin: 0;
}
.catalog_list &gt; header .layout-buttons &gt; .btn .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .btn-pagination .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .btn-primary .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .btn-gold .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .btn-white .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .btn-blue .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .btn-green .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .btn-highlight .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .btn-icon .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .btn-link .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .btn-checkbox .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .btn-ghost .edmo-icon svg {
  color: #6f695d;
  height: 1.75rem;
  width: 1.75rem;
  transition: color 0.15s ease-in-out;
}
.catalog_list &gt; header .layout-buttons &gt; .btn .edmo-icon svg:hover, .catalog_list &gt; header .layout-buttons &gt; .btn-pagination .edmo-icon svg:hover, .catalog_list &gt; header .layout-buttons &gt; .btn-primary .edmo-icon svg:hover, .catalog_list &gt; header .layout-buttons &gt; .btn-gold .edmo-icon svg:hover, .catalog_list &gt; header .layout-buttons &gt; .btn-white .edmo-icon svg:hover, .catalog_list &gt; header .layout-buttons &gt; .btn-blue .edmo-icon svg:hover, .catalog_list &gt; header .layout-buttons &gt; .btn-green .edmo-icon svg:hover, .catalog_list &gt; header .layout-buttons &gt; .btn-highlight .edmo-icon svg:hover, .catalog_list &gt; header .layout-buttons &gt; .btn-icon .edmo-icon svg:hover, .catalog_list &gt; header .layout-buttons &gt; .btn-link .edmo-icon svg:hover, .catalog_list &gt; header .layout-buttons &gt; .btn-checkbox .edmo-icon svg:hover, .catalog_list &gt; header .layout-buttons &gt; .btn-ghost .edmo-icon svg:hover, .catalog_list &gt; header .layout-buttons &gt; .btn .edmo-icon svg:focus, .catalog_list &gt; header .layout-buttons &gt; .btn-pagination .edmo-icon svg:focus, .catalog_list &gt; header .layout-buttons &gt; .btn-primary .edmo-icon svg:focus, .catalog_list &gt; header .layout-buttons &gt; .btn-gold .edmo-icon svg:focus, .catalog_list &gt; header .layout-buttons &gt; .btn-white .edmo-icon svg:focus, .catalog_list &gt; header .layout-buttons &gt; .btn-blue .edmo-icon svg:focus, .catalog_list &gt; header .layout-buttons &gt; .btn-green .edmo-icon svg:focus, .catalog_list &gt; header .layout-buttons &gt; .btn-highlight .edmo-icon svg:focus, .catalog_list &gt; header .layout-buttons &gt; .btn-icon .edmo-icon svg:focus, .catalog_list &gt; header .layout-buttons &gt; .btn-link .edmo-icon svg:focus, .catalog_list &gt; header .layout-buttons &gt; .btn-checkbox .edmo-icon svg:focus, .catalog_list &gt; header .layout-buttons &gt; .btn-ghost .edmo-icon svg:focus {
  color: #3a3731;
}
.catalog_list &gt; header .layout-buttons &gt; .btn.active .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .active.btn-pagination .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .active.btn-primary .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .active.btn-gold .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .active.btn-white .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .active.btn-blue .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .active.btn-green .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .active.btn-highlight .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .active.btn-icon .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .active.btn-link .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .active.btn-checkbox .edmo-icon svg, .catalog_list &gt; header .layout-buttons &gt; .active.btn-ghost .edmo-icon svg {
  color: #00AAB2;
}
.catalog_list &gt; .loader {
  position: absolute;
  height: 50rem;
  max-height: 50vh;
}
.catalog_list &gt; button {
  margin: 4rem auto 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.15s ease-in-out 0.1s;
}
.catalog_list &gt; button span {
  transition: opacity 0.15s ease-in-out 0.1s;
}
.catalog_list &gt; button.loading {
  background: #6f695d;
}
.catalog_list &gt; button.loading span {
  transition: opacity 0.15s ease-in-out 0s;
  opacity: 0;
}
.catalog_list &gt; button.hide {
  opacity: 0;
  pointer-events: none;
}
.catalog_list .product-card_stacked {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .catalog_list .product-card_stacked {
    flex: 1 1 75%;
    margin: 0.5625rem auto;
  }
}
@media (min-width: 768px) {
  .catalog_list .product-card_stacked {
    flex: 1 1 66.66%;
    margin: 0.5625rem auto;
  }
}
@media (min-width: 992px) {
  .catalog_list .product-card_stacked {
    flex: 1 1 calc(50% - 1.5rem);
    margin: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .catalog_list .product-card_stacked {
    flex: 0 1 calc(33.33% - 1.5rem);
    margin: 0.75rem;
  }
}
.catalog_list .product-card_landscape {
  flex: 1 1 100%;
}
.catalog_list_back-to-top.btn.icon-btn.toggle-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-pagination, .catalog_list_back-to-top.icon-btn.toggle-label.btn-primary, .catalog_list_back-to-top.icon-btn.toggle-label.btn-gold, .catalog_list_back-to-top.icon-btn.toggle-label.btn-white, .catalog_list_back-to-top.icon-btn.toggle-label.btn-blue, .catalog_list_back-to-top.icon-btn.toggle-label.btn-green, .catalog_list_back-to-top.icon-btn.toggle-label.btn-highlight, .catalog_list_back-to-top.icon-btn.toggle-label.btn-icon, .catalog_list_back-to-top.icon-btn.toggle-label.btn-link, .catalog_list_back-to-top.icon-btn.toggle-label.btn-checkbox, .catalog_list_back-to-top.icon-btn.toggle-label.btn-ghost {
  position: fixed;
  bottom: 0.75rem;
  right: 0.75rem;
  z-index: 900;
  background-color: rgba(255, 255, 255, 0.75);
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all 0.5s ease;
  padding: 0.375rem 1.6rem;
  height: 34px;
}
.catalog_list_back-to-top.btn.icon-btn.toggle-label .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-pagination .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-primary .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-gold .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-white .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-blue .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-green .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-highlight .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-icon .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-link .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-checkbox .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-ghost .btn-label {
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.1s ease-in-out 0.2s;
  font-size: 0;
}
.catalog_list_back-to-top.btn.icon-btn.toggle-label:hover, .catalog_list_back-to-top.icon-btn.toggle-label.btn-pagination:hover, .catalog_list_back-to-top.icon-btn.toggle-label.btn-primary:hover, .catalog_list_back-to-top.icon-btn.toggle-label.btn-gold:hover, .catalog_list_back-to-top.icon-btn.toggle-label.btn-white:hover, .catalog_list_back-to-top.icon-btn.toggle-label.btn-blue:hover, .catalog_list_back-to-top.icon-btn.toggle-label.btn-green:hover, .catalog_list_back-to-top.icon-btn.toggle-label.btn-highlight:hover, .catalog_list_back-to-top.icon-btn.toggle-label.btn-icon:hover, .catalog_list_back-to-top.icon-btn.toggle-label.btn-link:hover, .catalog_list_back-to-top.icon-btn.toggle-label.btn-checkbox:hover, .catalog_list_back-to-top.icon-btn.toggle-label.btn-ghost:hover, .catalog_list_back-to-top.btn.icon-btn.toggle-label:focus, .catalog_list_back-to-top.icon-btn.toggle-label.btn-pagination:focus, .catalog_list_back-to-top.icon-btn.toggle-label.btn-primary:focus, .catalog_list_back-to-top.icon-btn.toggle-label.btn-gold:focus, .catalog_list_back-to-top.icon-btn.toggle-label.btn-white:focus, .catalog_list_back-to-top.icon-btn.toggle-label.btn-blue:focus, .catalog_list_back-to-top.icon-btn.toggle-label.btn-green:focus, .catalog_list_back-to-top.icon-btn.toggle-label.btn-highlight:focus, .catalog_list_back-to-top.icon-btn.toggle-label.btn-icon:focus, .catalog_list_back-to-top.icon-btn.toggle-label.btn-link:focus, .catalog_list_back-to-top.icon-btn.toggle-label.btn-checkbox:focus, .catalog_list_back-to-top.icon-btn.toggle-label.btn-ghost:focus {
  background-color: #6f695d;
}
.catalog_list_back-to-top.btn.icon-btn.toggle-label:hover .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-pagination:hover .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-primary:hover .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-gold:hover .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-white:hover .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-blue:hover .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-green:hover .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-highlight:hover .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-icon:hover .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-link:hover .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-checkbox:hover .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-ghost:hover .btn-icon-wrapper, .catalog_list_back-to-top.btn.icon-btn.toggle-label:focus .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-pagination:focus .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-primary:focus .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-gold:focus .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-white:focus .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-blue:focus .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-green:focus .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-highlight:focus .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-icon:focus .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-link:focus .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-checkbox:focus .btn-icon-wrapper, .catalog_list_back-to-top.icon-btn.toggle-label.btn-ghost:focus .btn-icon-wrapper {
  opacity: 0;
  transition: opacity 0.05s ease-in-out;
}
.catalog_list_back-to-top.btn.icon-btn.toggle-label:hover .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-pagination:hover .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-primary:hover .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-gold:hover .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-white:hover .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-blue:hover .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-green:hover .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-highlight:hover .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-icon:hover .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-link:hover .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-checkbox:hover .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-ghost:hover .btn-label, .catalog_list_back-to-top.btn.icon-btn.toggle-label:focus .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-pagination:focus .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-primary:focus .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-gold:focus .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-white:focus .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-blue:focus .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-green:focus .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-highlight:focus .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-icon:focus .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-link:focus .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-checkbox:focus .btn-label, .catalog_list_back-to-top.icon-btn.toggle-label.btn-ghost:focus .btn-label {
  position: relative;
  font-size: inherit;
  opacity: 1;
}
.catalog_list_back-to-top.btn.icon-btn.toggle-label.showBtn, .catalog_list_back-to-top.icon-btn.toggle-label.showBtn.btn-pagination, .catalog_list_back-to-top.icon-btn.toggle-label.showBtn.btn-primary, .catalog_list_back-to-top.icon-btn.toggle-label.showBtn.btn-gold, .catalog_list_back-to-top.icon-btn.toggle-label.showBtn.btn-white, .catalog_list_back-to-top.icon-btn.toggle-label.showBtn.btn-blue, .catalog_list_back-to-top.icon-btn.toggle-label.showBtn.btn-green, .catalog_list_back-to-top.icon-btn.toggle-label.showBtn.btn-highlight, .catalog_list_back-to-top.icon-btn.toggle-label.showBtn.btn-icon, .catalog_list_back-to-top.icon-btn.toggle-label.showBtn.btn-link, .catalog_list_back-to-top.icon-btn.toggle-label.showBtn.btn-checkbox, .catalog_list_back-to-top.icon-btn.toggle-label.showBtn.btn-ghost {
  opacity: 1;
  transform: translateY(0);
}

.catalog-list-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.catalog-list-pagination .loader {
  z-index: 100;
}
.catalog-list-pagination .page-numbers {
  line-height: 1.625rem;
  font-size: 1.125rem;
  color: #6f695d;
  font-family: "Open Sans", sans-serif;
  padding: 0 2rem 0 1rem;
  transition: opacity 0.15s ease-in-out;
}
.catalog-list-pagination .page-numbers.loading {
  opacity: 0;
}
.catalog-list-pagination &gt; .btn, .catalog-list-pagination &gt; .btn-pagination, .catalog-list-pagination &gt; .btn-primary, .catalog-list-pagination &gt; .btn-gold, .catalog-list-pagination &gt; .btn-white, .catalog-list-pagination &gt; .btn-blue, .catalog-list-pagination &gt; .btn-green, .catalog-list-pagination &gt; .btn-highlight, .catalog-list-pagination &gt; .btn-icon, .catalog-list-pagination &gt; .btn-link, .catalog-list-pagination &gt; .btn-checkbox, .catalog-list-pagination &gt; .btn-ghost,
.catalog-list-pagination &gt; .btn:not(:last-child) {
  margin: 0.28125rem;
  min-width: 3.5rem;
}
.catalog-list-pagination-form {
  margin-left: 2rem;
}
.catalog-list-pagination .input input {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
}
.catalog-list-pagination .input-number {
  width: 5.5rem;
}
.catalog-list-pagination .input-wrapper &gt; .edmo-icon {
  opacity: 0;
}
.catalog-list-pagination .input .increment_buttons {
  width: 2rem;
}
.catalog-list-pagination .input label {
  display: none;
}
.catalog-list-pagination .input.valid input {
  border-color: #9d9fa2;
}
.catalog-list-pagination .input.valid:hover input, .catalog-list-pagination .input.valid:focus input {
  border-color: #00AAB2;
}

.home-slider__links .category-icon img {
  width: 7rem;
}
@media (min-width: 576px) {
  .home-slider__links .category-icon img {
    width: 8rem;
  }
}
@media (min-width: 992px) {
  .home-slider__links .category-icon img {
    width: 10rem;
  }
}
.home-slider__links .category-icon .category-icon-hover {
  display: block;
  position: relative;
  width: 7rem;
}
@media (min-width: 576px) {
  .home-slider__links .category-icon .category-icon-hover {
    width: 8rem;
  }
}
@media (min-width: 992px) {
  .home-slider__links .category-icon .category-icon-hover {
    width: 10rem;
  }
}
.home-slider__links .category-icon .category-icon-hover img.image-static {
  opacity: 1;
}
.home-slider__links .category-icon .category-icon-hover img.image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.2s;
}
.home-slider__links a:hover .category-icon-hover img.image-hover, .home-slider__links a:focus .category-icon-hover img.image-hover {
  opacity: 1;
}
.home-slider__links a:hover .category-icon-hover img.image-static, .home-slider__links a:focus .category-icon-hover img.image-static {
  opacity: 0;
  transition: opacity 0.2s;
}

.cart-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-icon.has-quantity {
  height: calc(100% - 0.25rem);
}
.cart-icon_quantity-in-cart {
  border-radius: 50%;
  min-width: 1.25rem;
  min-height: 1.25rem;
  font-weight: bold;
  transform: translate3d(1.125rem, -0.75rem, 0);
  position: absolute;
  font-size: 0.875rem;
  text-align: center;
  color: #6f695d;
  background-color: #ffffff;
  margin: 0;
  padding: 0.25rem;
  line-height: 0.75rem;
  transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
}

.cart-table {
  max-width: 100%;
  width: 100%;
}
.cart-table tr:nth-child(even) {
  background-color: transparent;
}
.cart-table thead tr {
  border-bottom: 1px solid #9d9fa2;
}
.cart-table thead th {
  font-weight: normal;
  border: none;
}
.cart-table thead td {
  text-align: center;
}
.cart-table thead td.item {
  width: 65%;
  text-align: left;
}
.cart-table thead .hide {
  opacity: 0;
}
.cart-table tfoot td {
  padding-top: 2rem;
}
.cart-table tfoot td .btn-primary {
  display: inline-block;
}
.cart-table tfoot td:last-child &gt; .btn, .cart-table tfoot td:last-child &gt; .btn-pagination, .cart-table tfoot td:last-child &gt; .btn-primary, .cart-table tfoot td:last-child &gt; .btn-gold, .cart-table tfoot td:last-child &gt; .btn-white, .cart-table tfoot td:last-child &gt; .btn-blue, .cart-table tfoot td:last-child &gt; .btn-green, .cart-table tfoot td:last-child &gt; .btn-highlight, .cart-table tfoot td:last-child &gt; .btn-icon, .cart-table tfoot td:last-child &gt; .btn-link, .cart-table tfoot td:last-child &gt; .btn-checkbox, .cart-table tfoot td:last-child &gt; .btn-ghost {
  width: 100%;
}
.cart-table_wrapper {
  position: relative;
  margin-top: 4rem;
}
.cart-table_edit {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: calc(100% + 1.5rem);
  right: 0;
}
.cart-table_edit .btn-link {
  padding: 0.375rem 1rem;
}
.cart-table_edit .btn-gold, .cart-table_edit .btn-white {
  margin-left: 0.75rem;
}
.cart-table_edit span {
  height: 0.8rem;
}
.cart-table_edit button.btn-link.small svg {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
  margin-right: 0.75rem;
}
.cart-table_edit button.btn-link.small:hover svg {
  fill: #ffb900;
}
.cart-table_item {
  border-top: 1px solid #9d9fa2;
  border-bottom: 1px solid #9d9fa2;
}
.cart-table_item td {
  padding: 1.5rem 1rem;
}
.cart-table_item_quantity {
  border-right: 1px solid #9d9fa2;
}
.cart-table_item_description {
  display: flex;
}
.cart-table_item_description a {
  color: #6f695d;
  text-decoration: none;
  transition: color 0.15s ease-in-out 0s;
  margin-bottom: 0.5rem 0;
}
.cart-table_item_description a:hover, .cart-table_item_description a:focus {
  color: #3a3731;
  text-decoration: underline;
}
.cart-table_item_description a h4, .cart-table_item_description a .h4 {
  margin: 0;
}
.cart-table_item_image-wrapper {
  flex: 0 1 25%;
  margin-right: 1rem;
}
.cart-table_item_image-wrapper .image-wrapper {
  padding: 0;
}
.cart-table_item_id {
  font-size: 1.125rem;
  margin: 0.5rem 0;
}
.cart-table_compact .landscape-product-list_item td {
  padding: 1rem 0.75rem;
}
.cart-table_compact .landscape-product-list_item_description h4, .cart-table_compact .landscape-product-list_item_description .h4 {
  font-size: 1rem;
  line-height: 1.125rem;
  margin-bottom: 0.25rem;
}
.cart-table_compact .landscape-product-list_item_description p {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.cart-table_compact .landscape-product-list_item_image-wrapper {
  display: none;
}
.cart-table_compact .landscape-product-list_item_onHand {
  display: none;
}
.cart-table_compact .landscape-product-list_item_quantity &gt; h5, .cart-table_compact .landscape-product-list_item_quantity &gt; .h5 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.cart-table_compact .landscape-product-list_item_quantity &gt; p {
  font-size: 0.875rem;
}
.cart-table_compact .landscape-product-list_item_quantity &gt; button.btn.btn-link.small, .cart-table_compact .landscape-product-list_item_quantity &gt; button.btn-link.small {
  margin-top: 0.0625rem;
  padding: 0.125rem 1.25rem;
}
.cart-table_compact .landscape-product-list_item_quantity form {
  display: flex;
  align-items: center;
}
.cart-table_compact .landscape-product-list_item_quantity form .input {
  margin-bottom: 0;
}
.cart-table_compact .landscape-product-list_item_quantity form .btn, .cart-table_compact .landscape-product-list_item_quantity form .btn-pagination, .cart-table_compact .landscape-product-list_item_quantity form .btn-primary, .cart-table_compact .landscape-product-list_item_quantity form .btn-gold, .cart-table_compact .landscape-product-list_item_quantity form .btn-white, .cart-table_compact .landscape-product-list_item_quantity form .btn-blue, .cart-table_compact .landscape-product-list_item_quantity form .btn-green, .cart-table_compact .landscape-product-list_item_quantity form .btn-highlight, .cart-table_compact .landscape-product-list_item_quantity form .btn-icon, .cart-table_compact .landscape-product-list_item_quantity form .btn-link, .cart-table_compact .landscape-product-list_item_quantity form .btn-checkbox, .cart-table_compact .landscape-product-list_item_quantity form .btn-ghost {
  line-height: 1rem;
}
.cart-table_compact .landscape-product-list_item_price h3, .cart-table_compact .landscape-product-list_item_price .h3 {
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
}
.cart-table_compact .landscape-product-list_item_price p {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

/*CheckoutForm*/
.checkout-accordion.checkout-complete .checkout-accordion-item:not(:last-child) &gt; header h2, .checkout-accordion.checkout-complete .checkout-accordion-item:not(:last-child) &gt; header .h2 {
  color: #9d9fa2;
}
.checkout-accordion.checkout-complete .checkout-accordion-item:not(:last-child) .status-icons {
  pointer-events: none;
}
.checkout-accordion.checkout-complete .checkout-accordion-item:not(:last-child) .status-icons .edmo-icon svg {
  color: #9d9fa2;
}
.checkout-accordion-item {
  position: relative;
}
.checkout-accordion-item &gt; header {
  display: flex;
  align-items: center;
}
.checkout-accordion-item &gt; header .status-icons {
  display: flex;
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  margin-right: 0.5rem;
  padding: 0;
  background: transparent;
  border: none;
  transition: transform 0.15s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .checkout-accordion-item &gt; header .status-icons {
    height: 2rem;
    width: 2rem;
    margin-right: 1rem;
  }
}
.checkout-accordion-item &gt; header .status-icons .edmo-icon {
  position: absolute;
  opacity: 1;
  transition: opacity 0.15s ease-in-out 0s;
}
.checkout-accordion-item &gt; header .status-icons .edmo-icon.hide {
  opacity: 0;
}
.checkout-accordion-item &gt; header .status-icons .edmo-icon-openCircle {
  color: #9d9fa2;
}
.checkout-accordion-item &gt; header .status-icons .edmo-icon-closedCircle {
  color: #00AAB2;
}
.checkout-accordion-item &gt; header .status-icons .edmo-icon-closedCircle.hide {
  opacity: 1;
  color: #ffffff;
  z-index: -1;
}
.checkout-accordion-item &gt; header .status-icons .edmo-icon-success {
  color: #6f695d;
}
.checkout-accordion-item &gt; header .status-icons svg {
  width: 1.5rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .checkout-accordion-item &gt; header .status-icons svg {
    width: 2rem;
  }
}
.checkout-accordion-item &gt; header h2, .checkout-accordion-item &gt; header .h2 {
  margin: 0;
  padding: 0.75rem 0;
  width: 100%;
}
.checkout-accordion-item:not(:first-child) &gt; header h2, .checkout-accordion-item:not(:first-child) &gt; header .h2 {
  border-top: 1px solid #9d9fa2;
}
.checkout-accordion-item:not(:last-child)::before {
  content: "";
  border-left: 1px solid #9d9fa2;
  left: 0.6875rem;
  height: 100%;
  top: 1.75rem;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .checkout-accordion-item:not(:last-child)::before {
    left: 1rem;
  }
}
.checkout-accordion-item &gt; div {
  max-height: 0;
  transition: max-height 0.25s ease-in-out 0s;
  overflow: hidden;
}
.checkout-accordion-item &gt; div &gt; * {
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .checkout-accordion-item &gt; div &gt; * {
    margin-left: 3rem;
  }
}
.checkout-accordion-item &gt; div form {
  padding: 2.5rem 0 4rem;
}
.checkout-accordion-item &gt; div form &gt; :first-child {
  margin-top: 0;
}
.checkout-accordion-item:first-child .btn-back {
  display: none;
}

.checkout-info-list {
  list-style: none;
}
.checkout-info-list li {
  position: relative;
  color: #6f695d;
}
.checkout-info-list li .edmo-icon {
  position: absolute;
  left: -1.875rem;
  top: 0.25rem;
}

/*NewAddressFields*/
.new-address-fields {
  border: none;
  border-top: 1px solid #9d9fa2;
  margin: 2.25rem 0 1.125rem 0;
  padding: 2.25rem 0 0 0;
}

/*OrderConfirmation*/
.survey-form {
  margin: 3rem 0;
  padding: 3rem 0;
  border-top: 1px solid #9d9fa2;
  border-bottom: 1px solid #9d9fa2;
  position: relative;
}
.survey-form.loading h3, .survey-form.loading .h3 {
  text-align: center;
}
.survey-form &gt; h3, .survey-form &gt; .h3 {
  margin: 0;
}
.survey-form &gt; form {
  padding-bottom: 0;
}

.input.input-checkbox .input-wrapper {
  align-items: flex-start;
}
.input.input-checkbox .input-wrapper label {
  margin-top: 0.125rem;
}

.order-confirmation-information section &gt; header {
  margin: 2rem 0;
}
.order-confirmation-information .survey-form &gt; form {
  padding-bottom: 0;
}

/*Payment Steps*/
.payment-step &gt; :first-child {
  margin-top: 1rem;
}
.payment-step .input-radio-group legend h5, .payment-step .input-radio-group legend .h5 {
  margin-bottom: 0.5rem;
}
.payment-step .input-radio-group legend p {
  margin: 0.5rem 0;
}
.payment-step .stock-notice {
  margin-bottom: 0.5rem;
}
.payment-step_method-fields {
  border-bottom: 1px solid #6f695d;
  margin: 3.5rem 0;
  padding: 2.5rem 0;
}
.payment-step_method-fields &gt; h4, .payment-step_method-fields &gt; .h4 {
  margin-top: 0;
}
.payment-step_method-fields &gt; :last-child {
  margin-bottom: 0.5rem;
}
.payment-step_method-fields_credit {
  border-top: 1px solid #6f695d;
}

.ccicon {
  height: 38px;
  position: relative;
  width: 36px;
  margin-bottom: -46px;
  z-index: 1;
  padding-left: 5px;
}

.column-menu {
  margin: 1.25rem 0;
  padding: 0 3rem 0 2rem;
  align-self: flex-start;
}
@media screen and (min-width: 576px) {
  .column-menu {
    margin: 0;
  }
}
@media screen and (min-width: 576px) {
  .column-menu_right {
    order: 1;
    margin-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .column-menu_right {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 576px) {
  .column-menu_left {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .column-menu_left {
    margin-right: 3rem;
  }
}
.column-menu h4, .column-menu .h4 {
  font-size: 1.25rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #9d9fa2;
  margin-top: 0;
}
.column-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.column-menu li {
  padding: 0;
  margin: 0;
}
.column-menu li a {
  padding: 0.5rem 0;
  font-size: 1.125rem;
  color: #6f695d;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
  white-space: nowrap;
}
.column-menu li a.active {
  font-weight: bold;
  color: #00AAB2;
}
.column-menu li a:hover, .column-menu li a:focus {
  color: #3a3731;
}

table.company-contact_list thead th {
  border-bottom: 2px solid #9d9fa2;
}
table.company-contact_list thead th.col-web-access {
  width: 115px;
}
table.company-contact_list tr:nth-child(even) {
  background-color: #ffffff;
}
table.company-contact_list td {
  vertical-align: middle;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #9d9fa2;
}
table.company-contact_list td .btn-row {
  align-items: center;
  justify-content: center;
}
table.company-contact_list td .btn-row .btn, table.company-contact_list td .btn-row .btn-pagination, table.company-contact_list td .btn-row .btn-primary, table.company-contact_list td .btn-row .btn-gold, table.company-contact_list td .btn-row .btn-white, table.company-contact_list td .btn-row .btn-blue, table.company-contact_list td .btn-row .btn-green, table.company-contact_list td .btn-row .btn-highlight, table.company-contact_list td .btn-row .btn-icon, table.company-contact_list td .btn-row .btn-link, table.company-contact_list td .btn-row .btn-checkbox, table.company-contact_list td .btn-row .btn-ghost {
  padding: 0;
  margin-left: 0.75rem;
}
table.company-contact_list td .btn-row .btn:not(:last-child), table.company-contact_list td .btn-row .btn-pagination:not(:last-child), table.company-contact_list td .btn-row .btn-primary:not(:last-child), table.company-contact_list td .btn-row .btn-gold:not(:last-child), table.company-contact_list td .btn-row .btn-white:not(:last-child), table.company-contact_list td .btn-row .btn-blue:not(:last-child), table.company-contact_list td .btn-row .btn-green:not(:last-child), table.company-contact_list td .btn-row .btn-highlight:not(:last-child), table.company-contact_list td .btn-row .btn-icon:not(:last-child), table.company-contact_list td .btn-row .btn-link:not(:last-child), table.company-contact_list td .btn-row .btn-checkbox:not(:last-child), table.company-contact_list td .btn-row .btn-ghost:not(:last-child) {
  margin-left: 0;
}

.company-contact_list {
  /*margin: 0;
  padding: 0;
  list-style: none;*/
}
.company-contact_list-item {
  display: flex;
  margin: 3rem 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .company-contact_list-item {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.company-contact_list-item:first-child {
  margin-top: 0;
}
.company-contact_list-item h5, .company-contact_list-item .h5 {
  margin: 0 0 1.25rem;
}
.company-contact_list-item h5 .title-details, .company-contact_list-item .h5 .title-details {
  font-size: 0.75rem;
  color: #6f695d;
  font-weight: normal;
}
.company-contact_list-item p {
  margin: 0.125rem;
}
.company-contact_list-item_details {
  flex: 1 1 auto;
}
.company-contact_list-item &gt; .btn-row {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .company-contact_list-item &gt; .btn-row {
    margin: 0 0 0 2rem;
  }
}
.company-contact_list-item &gt; .btn-row .btn, .company-contact_list-item &gt; .btn-row .btn-pagination, .company-contact_list-item &gt; .btn-row .btn-primary, .company-contact_list-item &gt; .btn-row .btn-gold, .company-contact_list-item &gt; .btn-row .btn-white, .company-contact_list-item &gt; .btn-row .btn-blue, .company-contact_list-item &gt; .btn-row .btn-green, .company-contact_list-item &gt; .btn-row .btn-highlight, .company-contact_list-item &gt; .btn-row .btn-icon, .company-contact_list-item &gt; .btn-row .btn-link, .company-contact_list-item &gt; .btn-row .btn-checkbox, .company-contact_list-item &gt; .btn-row .btn-ghost {
  margin: 0;
}
.company-contact_list-item &gt; .btn-row .btn:not(:first-child), .company-contact_list-item &gt; .btn-row .btn-pagination:not(:first-child), .company-contact_list-item &gt; .btn-row .btn-primary:not(:first-child), .company-contact_list-item &gt; .btn-row .btn-gold:not(:first-child), .company-contact_list-item &gt; .btn-row .btn-white:not(:first-child), .company-contact_list-item &gt; .btn-row .btn-blue:not(:first-child), .company-contact_list-item &gt; .btn-row .btn-green:not(:first-child), .company-contact_list-item &gt; .btn-row .btn-highlight:not(:first-child), .company-contact_list-item &gt; .btn-row .btn-icon:not(:first-child), .company-contact_list-item &gt; .btn-row .btn-link:not(:first-child), .company-contact_list-item &gt; .btn-row .btn-checkbox:not(:first-child), .company-contact_list-item &gt; .btn-row .btn-ghost:not(:first-child) {
  margin-top: 0.75rem;
}
.company-contact_list-item .company-contact-form {
  flex: 1 1 100%;
}
.company-contact_list-item .company-contact_update-status {
  margin-top: 0.75rem;
  flex: 0 1 100%;
}

.company-contact-form {
  margin: 2rem 0;
}
.company-contact-form .btn-row {
  margin-bottom: 1rem;
}

.contact-info {
  margin-bottom: 6rem;
}
.contact-info_text {
  margin-left: 0;
  margin-top: 2rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 576px) {
  .contact-info_text {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}
.contact-info_text &gt; div:first-of-type {
  margin-top: 2.5rem;
}
.contact-info_text &gt; div:first-of-type &gt; :first-child {
  margin-top: 1rem;
}
.contact-info_text &gt; div:first-of-type p {
  color: #6f695d;
  max-width: 35ch;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .contact-info_text &gt; div:first-of-type p {
    text-align: left;
  }
}
.contact-info_numbers {
  color: #ffffff;
  font-size: 1.25rem;
  text-decoration: none;
  display: flex;
  margin: 0.25rem 0 1.25rem;
  align-items: center;
  transition: color 0.15s ease-in-out 0s;
  justify-content: center;
}
.contact-info_numbers:hover, .contact-info_numbers:focus {
  color: #3a3731;
  text-decoration: underline;
}
.contact-info_map {
  margin: 2rem auto 0;
  width: 100%;
}
.contact-info_map-iframe {
  position: relative;
  width: 100%;
  padding: 15% 0;
}
.contact-info_map-iframe iframe {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  top: 0;
  left: 0;
}
.contact-info .map-button {
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.contact-info_details {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media screen and (min-width: 576px) {
  .contact-info_details {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .contact-info_details {
    width: 100%;
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .contact-info_details {
    width: 80%;
  }
}
.contact-info_details_card {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contact-info_details_card:not(:last-child) {
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .contact-info_details_card {
    padding: 3rem;
    flex: 1 1 33.33%;
  }
  .contact-info_details_card:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.375rem;
  }
}
.contact-info_details_card p {
  margin: 0.5rem;
}
.contact-info_details_card h6, .contact-info_details_card .h6 {
  margin: 1rem 0 0.25rem;
}
.contact-info_details_card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-info_details_card ul li {
  margin: 0;
  padding: 0;
}
.contact-info_details_card ul li p {
  margin: 0;
}
.contact-info_details_card .edmo-icon {
  margin-bottom: 1rem;
}
.contact-info_details_card .edmo-icon svg {
  height: 3.5rem;
  width: auto;
}

.cta-links-block.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cta-links-block:not(.centered) {
  padding-top: 0;
}
.cta-links-block .btn-row,
.cta-links-block .text-cta_row {
  margin-top: 4rem;
}

.edmo-core-values {
  background-color: #6f695d;
  padding: 1rem 1.25rem;
  max-width: 44ch;
  box-sizing: content-box;
}
.edmo-core-values ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.edmo-core-values ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.edmo-core-values ul li:not(:last-child) {
  margin-bottom: 2rem;
}
.edmo-core-values ul li h3, .edmo-core-values ul li .h3 {
  color: #00AAB2;
  font-variant: small-caps;
  margin: 0 0 0.75rem 0;
  width: 6.5625rem;
  border-top: 2px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .edmo-core-values ul li h3, .edmo-core-values ul li .h3 {
    width: 7.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .edmo-core-values ul li h3, .edmo-core-values ul li .h3 {
    width: 7.75rem;
  }
}
.edmo-core-values ul li p {
  color: #ffffff;
  margin: 0;
}

@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(180deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.edmo-icon {
  display: flex;
  align-items: center;
}
.edmo-icon-error, .edmo-icon-hazmat {
  color: #f65e52;
}
.edmo-icon-success {
  color: #1bb359;
}
.edmo-icon-info {
  color: #6f695d;
}
.edmo-icon-info svg.svg-inline--fa {
  width: 1.5rem;
  height: auto;
}
.edmo-icon-loading {
  color: #00AAB2;
}
.edmo-icon-loading:not(.hide) {
  animation: 0.5s infinite reverse rotate linear;
}

.edmo-mission {
  padding: 1.5rem 1.125rem;
  position: relative;
  padding-top: 2rem;
  min-height: 45.5rem;
  color: #ffffff;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.edmo-mission .background-content {
  padding-top: 2rem;
}
.edmo-mission .background-content &gt; header {
  margin: 0 auto;
  flex: 1 1 100%;
}
.edmo-mission .background-content &gt; header h1, .edmo-mission .background-content &gt; header .h1 {
  margin: 0;
  text-transform: initial;
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .edmo-mission .background-content &gt; header h1, .edmo-mission .background-content &gt; header .h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 768px) {
  .edmo-mission .background-content &gt; header h1, .edmo-mission .background-content &gt; header .h1 {
    font-size: 2.5rem;
    line-height: 2.875rem;
    margin-bottom: 0.75rem;
  }
}
.edmo-mission .background-content &gt; header h1.h1-display, .edmo-mission .background-content &gt; header .h1-display.h1 {
  font-size: 2.75rem;
  line-height: 3.75rem;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .edmo-mission .background-content &gt; header h1.h1-display, .edmo-mission .background-content &gt; header .h1-display.h1 {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.edmo-mission .background-content p {
  color: #ffffff;
}
.edmo-mission__letters {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 1.125rem;
  flex: 1 0 auto;
}
.edmo-mission__letters &gt; section {
  max-width: initial;
  padding: 1.5rem;
}
.edmo-mission__letters &gt; section &gt; h2, .edmo-mission__letters &gt; section &gt; .h2 {
  font-size: 1.875rem;
}
.edmo-mission__letters &gt; section &gt; div {
  max-width: 20rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .edmo-mission__letters {
    margin-top: 3.5rem;
    flex-direction: row;
    justify-content: space-around;
  }
  .edmo-mission__letters &gt; section {
    flex: 0 1 50%;
  }
  .edmo-mission__letters &gt; section &gt; h2, .edmo-mission__letters &gt; section &gt; .h2 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  .edmo-mission__letters &gt; section {
    flex: 0 1 25%;
  }
}

@keyframes heartLoading {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.favorite-button {
  border: none;
  background: transparent;
  padding: 0.75rem;
  cursor: pointer;
}
.favorite-button .contents-wrapper {
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-block;
  transition: transform 0.15s ease-in-out;
}
.favorite-button .contents-wrapper .label {
  display: none;
}
.favorite-button .contents-wrapper .edmo-icon {
  position: absolute;
  color: #00AAB2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.15s ease-in-out;
}
.favorite-button .contents-wrapper .edmo-icon svg {
  width: 100%;
  height: 100%;
}
.favorite-button .contents-wrapper .edmo-icon-filledHeart {
  opacity: 0;
}
.favorite-button .contents-wrapper .edmo-icon-bookmark svg {
  height: 90%;
}
.favorite-button:hover, .favorite-button:focus {
  outline: none;
}
.favorite-button:hover .contents-wrapper, .favorite-button:focus .contents-wrapper {
  transform: scale(1.1);
}
.favorite-button:hover .contents-wrapper .edmo-icon-filledHeart, .favorite-button:focus .contents-wrapper .edmo-icon-filledHeart {
  opacity: 0.35;
}
.favorite-button:hover .contents-wrapper .edmo-icon-heart, .favorite-button:focus .contents-wrapper .edmo-icon-heart {
  opacity: 1;
}
.favorite-button.active .contents-wrapper .edmo-icon-filledHeart {
  opacity: 1;
}
.favorite-button.active:focus .contents-wrapper .edmo-icon-heart, .favorite-button.active:hover .contents-wrapper .edmo-icon-heart {
  color: #009299;
  z-index: 1;
}
.favorite-button.active:focus .contents-wrapper .edmo-icon-filledHeart, .favorite-button.active:hover .contents-wrapper .edmo-icon-filledHeart {
  opacity: 0.75;
}
.favorite-button.loading .contents-wrapper {
  animation: heartLoading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.featured-products {
  margin: 4.5rem auto;
}
.featured-products header {
  display: flex;
  align-items: center;
  margin-bottom: 3.375rem;
  padding: 0;
}
.featured-products header h2, .featured-products header .h2 {
  flex: 1 1 auto;
  margin: 0;
  font-size: 1.75rem;
  padding-top: 0;
  line-height: 2rem;
}
.featured-products header .btn-pagination-container {
  display: flex;
  align-items: center;
}
.featured-products header button {
  transition: color 0.25s ease-in-out;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1201px) {
  .featured-products header button.num-slides-4 {
    color: #e1e1e1;
    pointer-events: none;
    cursor: not-allowed;
  }
}
@media (min-width: 993px) {
  .featured-products header button.num-slides-3 {
    color: #e1e1e1;
    pointer-events: none;
    cursor: not-allowed;
  }
}
@media (min-width: 769px) {
  .featured-products header button.num-slides-2 {
    color: #e1e1e1;
    pointer-events: none;
    cursor: not-allowed;
  }
}
@media (min-width: 577px) {
  .featured-products header button.num-slides-1 {
    color: #e1e1e1;
    pointer-events: none;
    cursor: not-allowed;
  }
}

#featured_product_section .featured-products.home-page_featured-products {
  margin: 0;
}

.featured-services .background-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2.1429rem 0 3.5rem;
}
.featured-services h1, .featured-services .h1 {
  width: 100%;
  text-align: center;
}
.featured-services h1.h1-display, .featured-services .h1-display.h1 {
  font-size: 3rem;
  line-height: 3.25rem;
}
@media (min-width: 768px) {
  .featured-services h1.h1-display, .featured-services .h1-display.h1 {
    font-size: 3.25rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .featured-services h1.h1-display, .featured-services .h1-display.h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
.featured-services__column {
  display: grid;
}
.featured-services__service {
  width: 21.4286rem;
  margin: 1rem;
  background-color: rgba(0, 170, 178, 0.85);
  padding: 2.125rem 2rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 7rem 1fr auto;
}
.featured-services__service h3:before, .featured-services__service .h3:before {
  height: 3px;
}
.featured-services__service h3, .featured-services__service .h3,
.featured-services__service p,
.featured-services__service footer {
  margin: 0 0 1.5rem;
}
.featured-services__service h3:last-child, .featured-services__service .h3:last-child,
.featured-services__service p:last-child,
.featured-services__service footer:last-child {
  margin-bottom: 0;
}
.featured-services__service h3, .featured-services__service .h3,
.featured-services__service p {
  color: #ffffff;
}
.featured-services__service footer {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.featured-services__service footer a.text-cta-white {
  align-self: flex-end;
}
.featured-services__service footer img {
  width: 4.5rem;
  height: auto;
}

.filters-menu {
  margin: 0;
  padding: 0;
  position: relative;
}
.filters-menu .checkbox {
  margin: 0;
  cursor: pointer;
}
.filters-menu .checkbox label.atag {
  display: flex;
  align-items: center;
}
.filters-menu .checkbox.active label.atag {
  color: #00AAB2;
}
.filters-menu .checkbox label.atag {
  color: #6f695d;
}
.filters-menu .checkbox label.atag:hover, .filters-menu .checkbox label.atag:focus {
  cursor: pointer;
}
@media (min-width: 992px) {
  .filters-menu {
    margin-right: 2rem;
  }
}
.filters-menu .facets-intersection-element-end {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.625rem;
  padding: 5.5rem 0 4rem;
  box-sizing: content-box;
  pointer-events: none;
}
.filters-menu_section {
  margin: 1.125rem 0;
}
@media (min-width: 768px) {
  .filters-menu_section {
    padding: 0 0.75rem;
  }
}
.filters-menu_section [role=button] {
  cursor: pointer;
}
.filters-menu_section h4, .filters-menu_section .h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #6f695d;
  margin: 0.75rem 0.25rem;
  transition: color 0.15s ease-in-out 0s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  width: calc(100% - 0.5rem);
  padding: 0;
  cursor: pointer;
  text-transform: uppercase;
}
.filters-menu_section h4 .edmo-icon-chevronDown, .filters-menu_section .h4 .edmo-icon-chevronDown {
  transition: transform 0.15s ease-in-out 0s;
  transform: translateY(-0.125rem);
}
.filters-menu_section h4 .edmo-icon-chevronDown svg, .filters-menu_section .h4 .edmo-icon-chevronDown svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -4px;
  margin-right: 0.5rem;
}
.filters-menu_section h4:hover, .filters-menu_section .h4:hover, .filters-menu_section h4:focus, .filters-menu_section .h4:focus {
  color: #3a3731;
  outline: none;
}
.filters-menu_section h4:hover .edmo-icon-chevronDown, .filters-menu_section .h4:hover .edmo-icon-chevronDown, .filters-menu_section h4:focus .edmo-icon-chevronDown, .filters-menu_section .h4:focus .edmo-icon-chevronDown {
  transform: translateY(0);
}
.filters-menu_section h4:hover.open .edmo-icon-chevronDown, .filters-menu_section .h4:hover.open .edmo-icon-chevronDown, .filters-menu_section h4:focus.open .edmo-icon-chevronDown, .filters-menu_section .h4:focus.open .edmo-icon-chevronDown {
  transform: translateY(0) rotateZ(-180deg);
}
.filters-menu_section h4.open .edmo-icon-chevronDown, .filters-menu_section .open.h4 .edmo-icon-chevronDown {
  transform: translateY(-0.125rem) rotateZ(-180deg);
}
.filters-menu_section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  transition: max-height 0.15s ease-in-out 0s, padding 0.15s ease-in-out 0s;
}
.filters-menu_section ul.open {
  max-height: auto;
}
.filters-menu_section ul li {
  padding: 0;
}
.filters-menu_section ul li:last-child {
  margin-bottom: 0.75rem;
}
.filters-menu_section ul li:not(:first-child) label.atag, .filters-menu_section ul li:not(:first-child) a {
  border-top: 1px solid #e1e1e1;
}
.filters-menu_section ul li label.atag {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  color: #6f695d;
  margin-left: 0.75rem;
  padding: 0.5625rem 0.375rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9375rem;
}
.filters-menu_section ul li label.atag .facet-title {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .filters-menu_section ul li label.atag .facet-title {
    max-width: 9rem;
  }
}
.filters-menu_section ul li label.atag .item-count {
  text-align: right;
  justify-self: flex-end;
  font-size: 0.875rem;
  flex: 1 1 auto;
}
.filters-menu_section ul li label.atag span[role=checkbox] {
  display: inline-block;
  flex: 0 1 auto;
  width: 1rem;
}
.filters-menu_section ul li label.atag span[role=checkbox] svg {
  width: 1rem;
}
.filters-menu_section &gt; h3, .filters-menu_section &gt; .h3 {
  margin: 0;
  padding: 0.75rem 0.25rem;
  color: #6f695d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.375rem;
  border-bottom: 2px solid #6f695d;
  transition: color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
}
.filters-menu_section &gt; h3 .edmo-icon-chevronDown, .filters-menu_section &gt; .h3 .edmo-icon-chevronDown {
  transition: transform 0.15s ease-in-out 0s;
  transform: translateY(-0.125rem);
}
.filters-menu_section &gt; h3 .edmo-icon-chevronDown svg, .filters-menu_section &gt; .h3 .edmo-icon-chevronDown svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -4px;
  margin-right: 0.5rem;
}
.filters-menu_section &gt; h3:hover, .filters-menu_section &gt; .h3:hover, .filters-menu_section &gt; h3:focus, .filters-menu_section &gt; .h3:focus {
  color: #6f695d;
  border-color: #6f695d;
}
.filters-menu_section &gt; h3:hover .edmo-icon-chevronDown, .filters-menu_section &gt; .h3:hover .edmo-icon-chevronDown, .filters-menu_section &gt; h3:focus .edmo-icon-chevronDown, .filters-menu_section &gt; .h3:focus .edmo-icon-chevronDown {
  transform: translateY(0);
}
.filters-menu_section &gt; h3:hover.open .edmo-icon-chevronDown, .filters-menu_section &gt; .h3:hover.open .edmo-icon-chevronDown, .filters-menu_section &gt; h3:focus.open .edmo-icon-chevronDown, .filters-menu_section &gt; .h3:focus.open .edmo-icon-chevronDown {
  transform: translateY(0) rotateZ(-180deg);
}
.filters-menu_section &gt; h3.open .edmo-icon-chevronDown, .filters-menu_section &gt; .open.h3 .edmo-icon-chevronDown {
  transform: translateY(-0.125rem) rotateZ(-180deg);
}
.filters-menu_section &gt; ul li {
  padding: 0;
}
.filters-menu_section &gt; ul li label.atag {
  padding: 0.375rem 0.25rem;
  display: block;
  transition: background-color 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
  margin-left: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 0.875rem;
}
.filters-menu_section &gt; ul li label.atag:hover, .filters-menu_section &gt; ul li label.atag:focus {
  background-color: #e1e1e1;
  color: #3a3731;
}
.filters-menu_section &gt; ul li label.atag.active {
  background-color: #00AAB2;
  color: #3a3731;
}
.filters-menu_section &gt; ul li a {
  padding: 0.375rem 0.25rem;
  display: block;
  transition: background-color 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s;
  margin-left: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 0.875rem;
}
.filters-menu_section &gt; ul li a:hover, .filters-menu_section &gt; ul li a:focus {
  background-color: #e1e1e1;
  color: #3a3731;
  text-decoration: none;
}
.filters-menu_section &gt; ul li a.active {
  background-color: #00AAB2;
  color: #3a3731;
}
.filters-menu_categories {
  margin-top: 0;
}
.filters-menu_categories &gt; ul &gt; li:first-child {
  margin-top: 0.75rem;
}
.filters-menu_categories &gt; ul &gt; li:last-child {
  margin-bottom: 0;
}
.filters-menu_filters {
  transition: opacity 0.05s ease-in-out 0.1s, max-height 0.15s ease-in-out 0s;
  position: fixed;
  z-index: 100;
  overflow: hidden;
  margin-top: 0;
  left: 0;
  max-height: 3rem;
  min-height: 0;
  box-sizing: border-box;
  top: 5rem;
}
@media (max-width: 767px) {
  .filters-menu_filters {
    width: 100% !important;
  }
}
.filters-menu_filters &gt; h3, .filters-menu_filters &gt; .h3 {
  padding: 0.75rem 1rem;
  background-color: #6f695d;
  color: #ffffff;
}
.filters-menu_filters &gt; h3:hover, .filters-menu_filters &gt; .h3:hover, .filters-menu_filters &gt; h3:focus, .filters-menu_filters &gt; .h3:focus {
  color: #ffffff;
  background-color: #3a3731;
}
.filters-menu_filters.open {
  /*max-height: calc(100vh - 5rem) !important;*/
  overflow: auto;
}
@media (max-width: 767px) {
  .filters-menu_filters.open {
    max-height: calc(100vh - 5rem) !important;
    overflow: auto;
  }
}
.filters-menu_filters.open .filters-menu_filters-items {
  opacity: 1;
}
.filters-menu_filters-items {
  background: rgba(255, 255, 255, 0.9);
  z-index: 100;
  opacity: 0;
  max-height: 100% !important;
  margin: 0 auto;
  padding: 1rem 2rem;
  transition: opacity 0.05s ease-in-out 0s, max-height 0.15s ease-in-out 0s;
  overflow: hidden;
}
.filters-menu_filters-items .loader {
  align-items: flex-start;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .filters-menu_filters-items {
    background: transparent;
    opacity: 1;
    padding: 0;
    max-width: 100%;
    max-height: unset !important;
  }
}
.filters-menu_filters-items &gt; div:not(:first-child):not(.loader) {
  border-top: 2px solid #9d9fa2;
}
.filters-menu_filters-items .clear-filters-link {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .filters-menu_filters {
    max-height: unset !important;
    position: relative;
    left: auto;
    top: 0;
  }
  .filters-menu_filters &gt; h3, .filters-menu_filters &gt; .h3 {
    display: none;
  }
  .filters-menu_filters.fixed {
    position: fixed;
    top: calc(5rem + 1rem);
    max-height: calc(100vh - (5rem + 3rem)) !important;
    overflow: auto;
    z-index: 100;
  }
  .filters-menu_filters.fixed.end {
    position: absolute;
    top: auto;
    bottom: 10.125rem;
  }
}

.gsa-contract {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gsa-contract:nth-child(odd) {
  margin-right: 2em;
}
.gsa-contract header {
  margin-bottom: 1.125rem;
}
.gsa-contract header h3, .gsa-contract header .h3 {
  margin: 0;
}
.gsa-contract header p {
  margin: 0.5625rem 0 0;
}
.gsa-contract &gt; div {
  margin-bottom: 1.125rem;
  flex: 1 1 auto;
}
.gsa-contract-info {
  overflow: scroll;
}

.home-slider {
  box-sizing: border-box;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-slider h1, .home-slider .h1 {
  margin-bottom: 0;
  white-space: pre-line;
}
.home-slider h1.h1-display, .home-slider .h1-display.h1 {
  font-size: 3rem;
  line-height: 3.5rem;
}
@media (min-width: 768px) {
  .home-slider h1.h1-display, .home-slider .h1-display.h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
@media (min-width: 992px) {
  .home-slider h1.h1-display, .home-slider .h1-display.h1 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}
@media (min-width: 1200px) {
  .home-slider h1.h1-display, .home-slider .h1-display.h1 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
.home-slider .subhead {
  margin-top: 0;
}
.home-slider__slide {
  /*  padding: 2rem 2rem 6.5rem;*/
  display: flex;
  align-items: center;
  min-height: 30vw;
  outline: none;
  height: 100%;
  padding: 0;
  position: relative;
}
@media (min-width: 576px) {
  .home-slider__slide {
    /*  padding: 2rem 2rem 7rem;*/
  }
}
@media (min-width: 992px) {
  .home-slider__slide {
    /* padding: 2rem 2rem 8rem;*/
  }
}
.home-slider__slide-content {
  color: #ffffff;
}
.home-slider__slide-content h1, .home-slider__slide-content .h1 {
  color: #ffffff;
}
.home-slider__slide-content h2, .home-slider__slide-content .h2 {
  color: #ffffff;
}
.home-slider__links {
  display: flex;
  flex-wrap: wrap;
  background: #f7f7f7;
  background: linear-gradient(#aea89e -5%, #f7f7f7 20%);
}
@media (min-width: 992px) {
  .home-slider__links {
    background: linear-gradient(#aea89e -5%, #f7f7f7 40%);
  }
}
.home-slider__links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #00AAB2;
  background: none;
  border: none;
  text-decoration: none;
  width: 50%;
  padding: 5.375rem 1rem 1.5rem 1rem;
  outline: none;
  transition: background-color 0.15s ease;
  cursor: pointer;
  text-align: center;
  position: relative;
}
@media (min-width: 576px) {
  .home-slider__links a {
    padding: 6.5rem 1rem 1.5rem 1rem;
  }
}
@media (min-width: 992px) {
  .home-slider__links a {
    padding: 8rem 1rem 1.5rem 1rem;
  }
}
.home-slider__links a:not(:nth-child(1)):not(:nth-child(2)) {
  margin-top: 3.5rem;
}
@media (min-width: 576px) {
  .home-slider__links a:not(:nth-child(1)):not(:nth-child(2)) {
    margin-top: 3.5rem;
  }
}
.home-slider__links a .category-icon {
  position: absolute;
  top: -1.75rem;
}
@media (min-width: 576px) {
  .home-slider__links a .category-icon {
    top: -2rem;
  }
}
@media (min-width: 992px) {
  .home-slider__links a .category-icon {
    top: -2.5rem;
  }
}
.home-slider__links a h3, .home-slider__links a .h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .home-slider__links a {
    width: 20%;
    position: relative;
    max-width: 360px;
  }
  .home-slider__links a:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(n+6)) {
    margin-top: 0;
  }
}
.home-slider__links p,
.home-slider__links h3,
.home-slider__links .h3 {
  margin: 0;
  color: #6f695d;
}
.home-slider__links p {
  color: #6f695d;
  display: none;
}
@media (min-width: 576px) {
  .home-slider__links p {
    display: block;
  }
}
.home-slider__links h3, .home-slider__links .h3 {
  margin-bottom: 0.125rem;
}
@media (min-width: 768px) {
  .home-slider__slide {
    justify-content: center;
  }
  .home-slider__slide-content {
    width: 78.5rem;
  }
  .home-slider__links {
    flex-direction: row;
    align-items: initial;
    justify-content: center;
  }
}
.home-slider .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.home-slider .slick-slide {
  height: auto;
}
.home-slider .slick-slide &gt; div {
  height: 100%;
}
.home-slider .slick-slide &gt; div &gt; section {
  height: 100%;
}
.home-slider .slick-arrow {
  position: absolute;
  font-size: 0;
  background: transparent;
  border: 3px solid #00AAB2;
  border-color: transparent transparent #00AAB2 #00AAB2;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 0;
  z-index: 100;
  cursor: pointer;
  transition: 0.15s ease-in-out border-color, 0.15s ease-in-out transform;
  bottom: 3.25rem;
  padding: 0;
}
@media (min-width: 576px) {
  .home-slider .slick-arrow {
    bottom: 3.5rem;
  }
}
@media (min-width: 992px) {
  .home-slider .slick-arrow {
    bottom: 3.75rem;
  }
}
.home-slider .slick-arrow:focus {
  outline: none;
}
.home-slider .slick-arrow:hover {
  border-color: transparent transparent #007378 #007378;
}
.home-slider .slick-next {
  right: 1.5rem;
  transform: rotateZ(-135deg);
}
.home-slider .slick-next:hover, .home-slider .slick-next:focus {
  transform: rotateZ(-135deg) scale(1.2);
}
.home-slider .slick-next::before {
  content: "";
  display: none;
}
.home-slider .slick-prev {
  left: 1.5rem;
  transform: rotateZ(45deg);
}
.home-slider .slick-prev:hover, .home-slider .slick-prev:focus {
  transform: rotateZ(45deg) scale(1.2);
}
.home-slider .slick-prev::before {
  content: "";
  display: none;
}
.home-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex !important;
  position: absolute;
  width: 100%;
  z-index: 90;
  justify-content: center;
  bottom: 3.125rem;
}
@media (min-width: 576px) {
  .home-slider .slick-dots {
    bottom: 3.375rem;
  }
}
@media (min-width: 992px) {
  .home-slider .slick-dots {
    bottom: 3.625rem;
  }
}
.home-slider .slick-dots li {
  flex: 0 1 auto;
  padding: 0;
  margin: 0.5rem;
}
.home-slider .slick-dots li.slick-active button {
  background-color: #00AAB2;
  transform: scale(1.375);
}
.home-slider .slick-dots li.slick-active button::before {
  content: "";
  display: none;
}
.home-slider .slick-dots button {
  padding: 0;
  background-color: #007378;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  width: 0.625rem;
  height: 0.625rem;
  border: none;
  transition: 0.15s ease-in-out background-color, 0.15s ease-in-out transform;
  cursor: pointer;
}
.home-slider .slick-dots button.slick-active, .home-slider .slick-dots button:hover, .home-slider .slick-dots button:focus {
  transform: scale(1.375);
}
.home-slider .slick-dots button::before {
  content: "";
  display: none;
}
.home-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.home-slider .home-slider-img {
  max-width: 100%;
  width: 100%;
}

.home-slider__slide {
  padding: 0;
  position: relative;
}

.home-slider__slide-content {
  max-width: 100%;
  flex: 0 0 100%;
  width: 70%;
  display: table;
  height: 100%;
  text-align: left;
  position: absolute;
  bottom: 0;
  top: 0;
  top: -50px;
  padding-left: 0;
  margin-top: 10%;
}

.home-slider__slide-content .t_cell {
  display: table-cell;
  vertical-align: middle;
}

.home-slider h1, .home-slider .h1,
.home-slider h1.h1-display {
  margin: 0;
  line-height: inherit;
}

.home-slider .btn-row {
  margin-top: 30px;
}

.slick-slide .home-slide-img-mobile {
  display: none;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 1400px) {
  .home-slider h1, .home-slider .h1,
.home-slider h1.h1-display {
    font-size: 60px;
    line-height: normal;
  }
}
@media (max-width: 1199px) {
  .home-slider h1, .home-slider .h1,
.home-slider h1.h1-display {
    font-size: 50px;
  }

  section.home-slider__slide-content .btn-highlight {
    padding: 6px 14px;
  }
}
@media (max-width: 1199px) {
  .home-slider h1, .home-slider .h1,
.home-slider h1.h1-display {
    font-size: 40px;
  }

  section.home-slider__slide-content .btn-highlight {
    padding: 4px 12px;
  }
}
@media (max-width: 767px) {
  .home-slider .slick-dots,
.home-slider .slick-arrow {
    bottom: 1.3rem;
  }

  .home-slider__slide,
.home-slider__slide {
    background-image: none !important;
    display: block;
    padding: 0;
  }

  .home-slider__slide-content {
    bottom: 90px;
  }

  .home-slider h1, .home-slider .h1,
.home-slider h1.h1-display {
    margin: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .home-slider__slide-content .t_cell {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-slider p {
    margin: 0;
  }

  .home-slider__slide .btn-row {
    display: block;
    justify-content: start;
    text-align: left;
    flex: 0 0 100%;
    margin: 0;
  }

  .home-slider__slide .btn-row .btn-highlight {
    display: inline-block;
    padding: 4px;
    margin: 6px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .home-slider h1, .home-slider .h1,
.home-slider h1.h1-display {
    font-size: 28px;
    line-height: 28px;
  }

  .home-slider .home-slider-img {
    display: none;
  }

  .slick-slide .home-slide-img-mobile {
    display: block;
  }

  .home-slider__slide-content {
    margin: 25% 10%;
  }
}
@media screen and (max-width: 504px) {
  main {
    margin-top: 135px;
  }

  .home-slider__slide-content {
    max-width: 210px;
  }
}
@media screen and (max-width: 479px) {
  .home-slider__slide-content {
    bottom: 50px;
  }

  .home-slider .slick-dots,
.home-slider .slick-arrow {
    bottom: 0.5rem;
  }
}
.icon-btn {
  align-items: center;
}
.icon-btn.hide-label .btn-label {
  display: none;
}
.icon-btn .btn-icon-wrapper {
  display: flex;
  font-size: 1.25rem;
  align-items: center;
}
.icon-btn .btn-icon-wrapper .edmo-icon {
  margin: 0 0.25rem;
}
.icon-btn.toggle-label {
  position: relative;
  width: auto;
  transition: min-width 0.15s ease-in-out 0s, color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
  min-width: 3.25rem;
}
.icon-btn.toggle-label .edmo-icon svg {
  margin-right: 0;
}
.icon-btn.toggle-label::after {
  content: " ";
}
.icon-btn.toggle-label &gt; span {
  position: absolute;
}
.icon-btn.toggle-label .btn-icon-wrapper,
.icon-btn.toggle-label .cart-icon_quantity-in-cart {
  transition: opacity 0.15s ease-in-out 0.2s;
  margin: 0;
}
.icon-btn.toggle-label .cart-icon_quantity-in-cart {
  padding: 0.1875rem;
  min-width: 1.125rem;
  transform: translate3d(0.875rem, -0.625rem, 0);
  min-height: 1.125rem;
}
.icon-btn.toggle-label .btn-label {
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.15s ease-in-out;
}
.icon-btn.toggle-label.active .btn-icon-wrapper,
.icon-btn.toggle-label.active .btn-label,
.icon-btn.toggle-label.active .cart-icon_quantity-in-cart {
  transition: opacity 0.15s ease-in-out;
}
.icon-btn.toggle-label.active .btn-icon-wrapper,
.icon-btn.toggle-label.active .cart-icon_quantity-in-cart {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.icon-btn.toggle-label.active .btn-label {
  opacity: 1;
  transition: opacity 0.15s ease-in-out 0.2s;
}

.btn-group {
  display: flex;
  justify-content: flex-start;
}
.btn-group .btn, .btn-group .btn-pagination, .btn-group .btn-primary, .btn-group .btn-gold, .btn-group .btn-white, .btn-group .btn-blue, .btn-group .btn-green, .btn-group .btn-highlight, .btn-group .btn-icon, .btn-group .btn-link, .btn-group .btn-checkbox, .btn-group .btn-ghost {
  flex: 1 1 auto;
}
.btn-group .btn:not(.small), .btn-group .btn-pagination:not(.small), .btn-group .btn-primary:not(.small), .btn-group .btn-gold:not(.small), .btn-group .btn-white:not(.small), .btn-group .btn-blue:not(.small), .btn-group .btn-green:not(.small), .btn-group .btn-highlight:not(.small), .btn-group .btn-icon:not(.small), .btn-group .btn-link:not(.small), .btn-group .btn-checkbox:not(.small), .btn-group .btn-ghost:not(.small) {
  padding: 0.75rem 0.5rem;
}
.btn-group .btn:not(:first-child), .btn-group .btn-pagination:not(:first-child), .btn-group .btn-primary:not(:first-child), .btn-group .btn-gold:not(:first-child), .btn-group .btn-white:not(:first-child), .btn-group .btn-blue:not(:first-child), .btn-group .btn-green:not(:first-child), .btn-group .btn-highlight:not(:first-child), .btn-group .btn-icon:not(:first-child), .btn-group .btn-link:not(:first-child), .btn-group .btn-checkbox:not(:first-child), .btn-group .btn-ghost:not(:first-child) {
  margin-left: 0.75rem;
  transform-origin: center;
}
.btn-group .btn:last-of-type, .btn-group .btn-pagination:last-of-type, .btn-group .btn-primary:last-of-type, .btn-group .btn-gold:last-of-type, .btn-group .btn-white:last-of-type, .btn-group .btn-blue:last-of-type, .btn-group .btn-green:last-of-type, .btn-group .btn-highlight:last-of-type, .btn-group .btn-icon:last-of-type, .btn-group .btn-link:last-of-type, .btn-group .btn-checkbox:last-of-type, .btn-group .btn-ghost:last-of-type {
  transform-origin: right;
}

.input {
  margin: 2.25rem 0;
  max-width: 32rem;
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 1 auto;
}
.input.hide {
  display: none;
}
.input input,
.input textarea {
  display: block;
  width: 100%;
}
.input input,
.input .btn,
.input .btn-pagination,
.input .btn-primary,
.input .btn-gold,
.input .btn-white,
.input .btn-blue,
.input .btn-green,
.input .btn-highlight,
.input .btn-icon,
.input .btn-link,
.input .btn-checkbox,
.input .btn-ghost,
.input textarea {
  border: 1px solid #9d9fa2;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: "Open Sans", sans-serif;
  padding: 0.625rem 2.25rem 0.625rem 0.625rem;
  font-weight: 400;
  transition: border-color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
  color: #6f695d;
}
.input input:hover, .input input:focus,
.input .btn:hover,
.input .btn-pagination:hover,
.input .btn-primary:hover,
.input .btn-gold:hover,
.input .btn-white:hover,
.input .btn-blue:hover,
.input .btn-green:hover,
.input .btn-highlight:hover,
.input .btn-icon:hover,
.input .btn-link:hover,
.input .btn-checkbox:hover,
.input .btn-ghost:hover,
.input .btn:focus,
.input .btn-pagination:focus,
.input .btn-primary:focus,
.input .btn-gold:focus,
.input .btn-white:focus,
.input .btn-blue:focus,
.input .btn-green:focus,
.input .btn-highlight:focus,
.input .btn-icon:focus,
.input .btn-link:focus,
.input .btn-checkbox:focus,
.input .btn-ghost:focus,
.input textarea:hover,
.input textarea:focus {
  border-color: #007378;
  outline: none;
}
.input label {
  color: #6f695d;
  display: flex;
  margin-bottom: 0.375rem;
  font-size: 1rem;
  align-items: flex-start;
}
.input label .label_tooltip {
  display: flex;
  align-items: center;
}
.input label .label_tooltip .tooltip {
  justify-content: flex-start;
}
.input label .label_tooltip .tooltip p {
  left: -0.5rem;
  bottom: calc(100% - 0.25rem);
}
.input label .label_tooltip .tooltip p::after {
  left: 0.875rem;
  top: 100%;
}
.input label .label_tooltip .tooltip button {
  padding: 0;
  margin-left: 0.25rem;
}
.input label .label_tooltip .tooltip button .edmo-icon {
  width: 1.125rem;
}
.input .edmo-icon-success {
  position: absolute;
  /* top: 0; */
  right: 0;
  pointer-events: none;
  transition: opacity 0.15s ease-in-out 0s;
  margin-right: 0.625rem;
}
.input .edmo-icon-success.hide {
  opacity: 0;
}
.input .edmo-icon-success svg {
  width: 1.25rem;
}
.input .edmo-icon-error {
  opacity: 0;
  display: none;
}
.input-phone {
  align-items: flex-start;
}
.input-phone-contents {
  display: flex;
  border: 1px solid #9d9fa2;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out 0s;
}
.input-phone-contents:hover, .input-phone-contents:focus {
  border-color: #007378;
}
.input-phone-contents input {
  border: none;
}
.input-phone-contents &gt; input {
  flex: 1 1 auto;
  width: 10.6875rem;
}
.input-phone.error .input-phone-contents {
  border-color: #f65e52;
}
.input-phone.valid .input-phone-contents {
  border-color: #1bb359;
}
.input-phone-contents {
  position: relative;
}
.input-phone-contents .PhoneInput {
  display: flex;
}
.input-phone-contents .PhoneInputCountry {
  position: relative;
}
.input-phone-contents .PhoneInputCountry select {
  width: 4.875rem;
  opacity: 0;
  height: 100%;
  cursor: pointer;
}
.input-phone-contents .PhoneInputCountryIcon {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  width: 2.375rem;
  pointer-events: none;
}
.input-phone-contents .edmo-icon {
  position: absolute;
  /* left: 3.75rem; */
  top: 0;
  transition: transform 0.15s ease-in-out;
  height: 100%;
  width: 5rem;
  left: 0;
  justify-content: flex-end;
  padding-right: 0.5rem;
  pointer-events: none;
}
.input-phone-contents .edmo-icon:hover svg, .input-phone-contents .edmo-icon:focus svg {
  transform: translateY(0.125rem);
}
.input-phone-contents .edmo-icon svg {
  width: 0.75rem;
}
.input-phone-contents .field-validation-error {
  position: absolute;
  top: 100%;
  margin-top: 0.375rem;
  transition: opacity 0.15s ease-in-out 0s;
  font-size: 0.875rem;
}
.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  max-width: 100%;
  min-width: 0 !important;
}
@media (min-width: 992px) {
  .input-wrapper {
    min-width: unset !important;
  }
}
.input-wrapper .is-open,
.input-wrapper .is-open.input-wrapper-select {
  border-bottom-left-radius: 0;
}
.input-wrapper .is-open &gt; ul,
.input-wrapper .is-open.input-wrapper-select &gt; ul {
  opacity: 1;
  pointer-events: all;
}
.input.error input,
.input.error .btn,
.input.error .btn-pagination,
.input.error .btn-primary,
.input.error .btn-gold,
.input.error .btn-white,
.input.error .btn-blue,
.input.error .btn-green,
.input.error .btn-highlight,
.input.error .btn-icon,
.input.error .btn-link,
.input.error .btn-checkbox,
.input.error .btn-ghost {
  border-color: #f65e52;
}
.input.error &gt; .error {
  opacity: 1;
}
.input &gt; .error {
  position: absolute;
  top: 100%;
  margin-top: 0.375rem;
  opacity: 0;
  transition: opacity 0.15s ease-in-out 0s;
  font-size: 0.875rem;
}
.input.valid input {
  border-color: #1bb359;
}
.input-required &gt; label::before {
  content: "*";
  color: #f65e52;
  display: inline-block;
  line-height: 0.5rem;
  margin: 0.25rem 0.125rem 0 0;
}
.input-required &gt; .label-wrapper &gt; label::before {
  content: "*";
  color: #f65e52;
  display: inline-block;
  line-height: 0.5rem;
  margin: 0.25rem 0.125rem 0 0;
}
.input-select {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.input-select.error .edmo-icon-error {
  opacity: 1;
}
.input-select.error .edmo-icon-chevronDown {
  opacity: 0;
}
.input-select.error:hover .edmo-icon-error, .input-select.error:focus .edmo-icon-error {
  opacity: 0;
}
.input-select.error:hover .edmo-icon-chevronDown, .input-select.error:focus .edmo-icon-chevronDown {
  opacity: 1;
}
.input-select.valid .edmo-icon-chevronDown, .input-select.success .edmo-icon-chevronDown {
  opacity: 0;
}
.input-select.valid .input-wrapper-select &gt; .btn, .input-select.valid .input-wrapper-select &gt; .btn-pagination, .input-select.valid .input-wrapper-select &gt; .btn-primary, .input-select.valid .input-wrapper-select &gt; .btn-gold, .input-select.valid .input-wrapper-select &gt; .btn-white, .input-select.valid .input-wrapper-select &gt; .btn-blue, .input-select.valid .input-wrapper-select &gt; .btn-green, .input-select.valid .input-wrapper-select &gt; .btn-highlight, .input-select.valid .input-wrapper-select &gt; .btn-icon, .input-select.valid .input-wrapper-select &gt; .btn-link, .input-select.valid .input-wrapper-select &gt; .btn-checkbox, .input-select.valid .input-wrapper-select &gt; .btn-ghost, .input-select.success .input-wrapper-select &gt; .btn, .input-select.success .input-wrapper-select &gt; .btn-pagination, .input-select.success .input-wrapper-select &gt; .btn-primary, .input-select.success .input-wrapper-select &gt; .btn-gold, .input-select.success .input-wrapper-select &gt; .btn-white, .input-select.success .input-wrapper-select &gt; .btn-blue, .input-select.success .input-wrapper-select &gt; .btn-green, .input-select.success .input-wrapper-select &gt; .btn-highlight, .input-select.success .input-wrapper-select &gt; .btn-icon, .input-select.success .input-wrapper-select &gt; .btn-link, .input-select.success .input-wrapper-select &gt; .btn-checkbox, .input-select.success .input-wrapper-select &gt; .btn-ghost {
  border-color: #1bb359;
}
.input-select.valid:hover .edmo-icon, .input-select.valid:focus .edmo-icon, .input-select.success:hover .edmo-icon, .input-select.success:focus .edmo-icon {
  opacity: 0;
}
.input-select.valid:hover .edmo-icon-chevronDown, .input-select.valid:focus .edmo-icon-chevronDown, .input-select.success:hover .edmo-icon-chevronDown, .input-select.success:focus .edmo-icon-chevronDown {
  opacity: 1;
}
.input-select_align-top.input-select .input-wrapper-select &gt; ul {
  bottom: 100%;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom: 0;
}
.input-select_align-top.input-select .input-wrapper-select.is-open input, .input-select_align-top.input-select .input-wrapper-select.is-open .btn, .input-select_align-top.input-select .input-wrapper-select.is-open .btn-pagination, .input-select_align-top.input-select .input-wrapper-select.is-open .btn-primary, .input-select_align-top.input-select .input-wrapper-select.is-open .btn-gold, .input-select_align-top.input-select .input-wrapper-select.is-open .btn-white, .input-select_align-top.input-select .input-wrapper-select.is-open .btn-blue, .input-select_align-top.input-select .input-wrapper-select.is-open .btn-green, .input-select_align-top.input-select .input-wrapper-select.is-open .btn-highlight, .input-select_align-top.input-select .input-wrapper-select.is-open .btn-icon, .input-select_align-top.input-select .input-wrapper-select.is-open .btn-link, .input-select_align-top.input-select .input-wrapper-select.is-open .btn-checkbox, .input-select_align-top.input-select .input-wrapper-select.is-open .btn-ghost {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-color: transparent;
}
.input-select_align-bottom.input-select .input-wrapper-select &gt; ul {
  top: 100%;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top: 0;
}
.input-select_align-bottom.input-select .input-wrapper-select.is-open input, .input-select_align-bottom.input-select .input-wrapper-select.is-open .btn, .input-select_align-bottom.input-select .input-wrapper-select.is-open .btn-pagination, .input-select_align-bottom.input-select .input-wrapper-select.is-open .btn-primary, .input-select_align-bottom.input-select .input-wrapper-select.is-open .btn-gold, .input-select_align-bottom.input-select .input-wrapper-select.is-open .btn-white, .input-select_align-bottom.input-select .input-wrapper-select.is-open .btn-blue, .input-select_align-bottom.input-select .input-wrapper-select.is-open .btn-green, .input-select_align-bottom.input-select .input-wrapper-select.is-open .btn-highlight, .input-select_align-bottom.input-select .input-wrapper-select.is-open .btn-icon, .input-select_align-bottom.input-select .input-wrapper-select.is-open .btn-link, .input-select_align-bottom.input-select .input-wrapper-select.is-open .btn-checkbox, .input-select_align-bottom.input-select .input-wrapper-select.is-open .btn-ghost {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}
.input-select .input-wrapper-select {
  width: 100%;
}
.input-select .input-wrapper-select &gt; ul {
  position: absolute;
  max-height: 10rem;
  cursor: pointer;
  overflow: auto;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #e1e1e1;
  border: 1px solid #007378;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  opacity: 0;
  transition: opacity 0.15s ease-in-out 0s;
  z-index: 2;
  pointer-events: none;
}
.input-select .input-wrapper-select &gt; ul li {
  padding: 0.625rem;
  transition: background-color 0.15s ease-in-out 0s;
  display: flex;
  justify-content: space-between;
  color: #6f695d;
}
.input-select .input-wrapper-select &gt; ul li span {
  flex: 1 1 auto;
  text-align: left;
}
.input-select .input-wrapper-select &gt; ul li span:last-child:not(:first-child) {
  text-align: right;
}
.input-select .input-wrapper-select &gt; ul li .product-numbers {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-self: flex-end;
  flex: 0 0 25%;
  margin-left: 1rem;
}
.input-select .input-wrapper-select &gt; ul li .product-number {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  flex: 0 1 auto;
}
.input-select .input-wrapper-select &gt; ul li .product-number:not(:first-child) {
  margin-top: 0.25rem;
}
.input-select .input-wrapper-select &gt; ul li .product-number span {
  flex: 0 1 auto;
  color: #6f695d;
}
.input-select .input-wrapper-select &gt; ul li .product-number &gt; span:first-child {
  font-size: 0.625rem;
  color: #6f695d;
  margin-right: 0.25rem;
  display: block;
}
.input-select .input-wrapper-select &gt; ul li.highlighted {
  background-color: #00AAB2;
}
.input-select .input-wrapper-select &gt; ul li:focus {
  outline: none;
}
.input-select .btn, .input-select .btn-pagination, .input-select .btn-primary, .input-select .btn-gold, .input-select .btn-white, .input-select .btn-blue, .input-select .btn-green, .input-select .btn-highlight, .input-select .btn-icon, .input-select .btn-link, .input-select .btn-checkbox, .input-select .btn-ghost {
  text-align: left;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.input-select .btn .btn-icon-wrapper, .input-select .btn-pagination .btn-icon-wrapper, .input-select .btn-primary .btn-icon-wrapper, .input-select .btn-gold .btn-icon-wrapper, .input-select .btn-white .btn-icon-wrapper, .input-select .btn-blue .btn-icon-wrapper, .input-select .btn-green .btn-icon-wrapper, .input-select .btn-highlight .btn-icon-wrapper, .input-select .btn-icon .btn-icon-wrapper, .input-select .btn-link .btn-icon-wrapper, .input-select .btn-checkbox .btn-icon-wrapper, .input-select .btn-ghost .btn-icon-wrapper {
  position: absolute;
  right: 0;
}
.input-select .btn .btn-icon-wrapper .edmo-icon-chevronDown, .input-select .btn-pagination .btn-icon-wrapper .edmo-icon-chevronDown, .input-select .btn-primary .btn-icon-wrapper .edmo-icon-chevronDown, .input-select .btn-gold .btn-icon-wrapper .edmo-icon-chevronDown, .input-select .btn-white .btn-icon-wrapper .edmo-icon-chevronDown, .input-select .btn-blue .btn-icon-wrapper .edmo-icon-chevronDown, .input-select .btn-green .btn-icon-wrapper .edmo-icon-chevronDown, .input-select .btn-highlight .btn-icon-wrapper .edmo-icon-chevronDown, .input-select .btn-icon .btn-icon-wrapper .edmo-icon-chevronDown, .input-select .btn-link .btn-icon-wrapper .edmo-icon-chevronDown, .input-select .btn-checkbox .btn-icon-wrapper .edmo-icon-chevronDown, .input-select .btn-ghost .btn-icon-wrapper .edmo-icon-chevronDown {
  position: absolute;
  right: 0;
  transition: opacity 0.15s ease-in-out 0s;
}
.input-select .btn .btn-icon-wrapper .edmo-icon-chevronDown svg, .input-select .btn-pagination .btn-icon-wrapper .edmo-icon-chevronDown svg, .input-select .btn-primary .btn-icon-wrapper .edmo-icon-chevronDown svg, .input-select .btn-gold .btn-icon-wrapper .edmo-icon-chevronDown svg, .input-select .btn-white .btn-icon-wrapper .edmo-icon-chevronDown svg, .input-select .btn-blue .btn-icon-wrapper .edmo-icon-chevronDown svg, .input-select .btn-green .btn-icon-wrapper .edmo-icon-chevronDown svg, .input-select .btn-highlight .btn-icon-wrapper .edmo-icon-chevronDown svg, .input-select .btn-icon .btn-icon-wrapper .edmo-icon-chevronDown svg, .input-select .btn-link .btn-icon-wrapper .edmo-icon-chevronDown svg, .input-select .btn-checkbox .btn-icon-wrapper .edmo-icon-chevronDown svg, .input-select .btn-ghost .btn-icon-wrapper .edmo-icon-chevronDown svg {
  margin-right: 0.625rem;
  height: 1.25rem;
  width: 1.25rem;
  transition: transform 0.15s ease-in-out 0s;
}
.input-select .btn:hover, .input-select .btn-pagination:hover, .input-select .btn-primary:hover, .input-select .btn-gold:hover, .input-select .btn-white:hover, .input-select .btn-blue:hover, .input-select .btn-green:hover, .input-select .btn-highlight:hover, .input-select .btn-icon:hover, .input-select .btn-link:hover, .input-select .btn-checkbox:hover, .input-select .btn-ghost:hover, .input-select .btn:focus, .input-select .btn-pagination:focus, .input-select .btn-primary:focus, .input-select .btn-gold:focus, .input-select .btn-white:focus, .input-select .btn-blue:focus, .input-select .btn-green:focus, .input-select .btn-highlight:focus, .input-select .btn-icon:focus, .input-select .btn-link:focus, .input-select .btn-checkbox:focus, .input-select .btn-ghost:focus {
  background: #00AAB2;
  border-color: #00AAB2;
}
.input-select .btn:hover svg, .input-select .btn-pagination:hover svg, .input-select .btn-primary:hover svg, .input-select .btn-gold:hover svg, .input-select .btn-white:hover svg, .input-select .btn-blue:hover svg, .input-select .btn-green:hover svg, .input-select .btn-highlight:hover svg, .input-select .btn-icon:hover svg, .input-select .btn-link:hover svg, .input-select .btn-checkbox:hover svg, .input-select .btn-ghost:hover svg, .input-select .btn:focus svg, .input-select .btn-pagination:focus svg, .input-select .btn-primary:focus svg, .input-select .btn-gold:focus svg, .input-select .btn-white:focus svg, .input-select .btn-blue:focus svg, .input-select .btn-green:focus svg, .input-select .btn-highlight:focus svg, .input-select .btn-icon:focus svg, .input-select .btn-link:focus svg, .input-select .btn-checkbox:focus svg, .input-select .btn-ghost:focus svg {
  transform: translateY(0.125rem);
}
.input-select .btn .btn-label, .input-select .btn-pagination .btn-label, .input-select .btn-primary .btn-label, .input-select .btn-gold .btn-label, .input-select .btn-white .btn-label, .input-select .btn-blue .btn-label, .input-select .btn-green .btn-label, .input-select .btn-highlight .btn-label, .input-select .btn-icon .btn-label, .input-select .btn-link .btn-label, .input-select .btn-checkbox .btn-label, .input-select .btn-ghost .btn-label {
  white-space: pre-wrap;
}
.input-grouped-select .input-wrapper-select &gt; ul &gt; li {
  color: #6f695d;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  padding: 0;
  font-size: 0.875rem;
}
.input-grouped-select .input-wrapper-select &gt; ul &gt; li:not(:first-child) {
  margin: 1.125rem 0;
}
.input-grouped-select .input-wrapper-select &gt; ul &gt; li span {
  margin: 0.75rem 0 0.25rem;
  padding: 0 0.625rem;
  display: block;
}
.input-grouped-select .input-wrapper-select &gt; ul &gt; li &gt; ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
.input-grouped-select .input-wrapper-select &gt; ul &gt; li &gt; ul &gt; li {
  color: #6f695d;
  font-size: 1.125rem;
  text-transform: none;
  font-weight: 400;
  padding: 0.625rem;
}
.input-group.hide-successive-labels .input:first-of-type {
  margin-bottom: 2.25rem;
}
.input-group.hide-successive-labels .input:not(:first-of-type):not(.input-required) label {
  display: none;
}
.input-group.hide-successive-labels .input + .input:not(:first-of-type):not(.input-required) {
  margin-top: 2.25rem;
}
.input-group.hide-all-labels .input {
  margin: 1.75rem 0;
}
.input-group.hide-all-labels .input label {
  display: none;
}
.input-group_row {
  display: flex;
  max-width: 32rem;
}
.input-group_row .input {
  margin: 0;
}
.input-group_row .input:not(:last-child) {
  margin-right: 1.25rem;
}
.input-dropship label {
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.input-search-select .btn, .input-search-select .btn-pagination, .input-search-select .btn-primary, .input-search-select .btn-gold, .input-search-select .btn-white, .input-search-select .btn-blue, .input-search-select .btn-green, .input-search-select .btn-highlight, .input-search-select .btn-icon, .input-search-select .btn-link, .input-search-select .btn-checkbox, .input-search-select .btn-ghost {
  position: absolute;
  border: none;
  right: 0;
  top: 0;
  height: 100%;
  background: none;
  width: auto;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 0.625rem;
  justify-content: center;
}
.input-search-select .btn .edmo-icon, .input-search-select .btn-pagination .edmo-icon, .input-search-select .btn-primary .edmo-icon, .input-search-select .btn-gold .edmo-icon, .input-search-select .btn-white .edmo-icon, .input-search-select .btn-blue .edmo-icon, .input-search-select .btn-green .edmo-icon, .input-search-select .btn-highlight .edmo-icon, .input-search-select .btn-icon .edmo-icon, .input-search-select .btn-link .edmo-icon, .input-search-select .btn-checkbox .edmo-icon, .input-search-select .btn-ghost .edmo-icon {
  margin-left: 0;
}
.input-search-select .btn .edmo-icon-chevronDown, .input-search-select .btn-pagination .edmo-icon-chevronDown, .input-search-select .btn-primary .edmo-icon-chevronDown, .input-search-select .btn-gold .edmo-icon-chevronDown, .input-search-select .btn-white .edmo-icon-chevronDown, .input-search-select .btn-blue .edmo-icon-chevronDown, .input-search-select .btn-green .edmo-icon-chevronDown, .input-search-select .btn-highlight .edmo-icon-chevronDown, .input-search-select .btn-icon .edmo-icon-chevronDown, .input-search-select .btn-link .edmo-icon-chevronDown, .input-search-select .btn-checkbox .edmo-icon-chevronDown, .input-search-select .btn-ghost .edmo-icon-chevronDown {
  position: static;
  left: auto;
}
.input-search-select .btn .edmo-icon-chevronDown svg, .input-search-select .btn-pagination .edmo-icon-chevronDown svg, .input-search-select .btn-primary .edmo-icon-chevronDown svg, .input-search-select .btn-gold .edmo-icon-chevronDown svg, .input-search-select .btn-white .edmo-icon-chevronDown svg, .input-search-select .btn-blue .edmo-icon-chevronDown svg, .input-search-select .btn-green .edmo-icon-chevronDown svg, .input-search-select .btn-highlight .edmo-icon-chevronDown svg, .input-search-select .btn-icon .edmo-icon-chevronDown svg, .input-search-select .btn-link .edmo-icon-chevronDown svg, .input-search-select .btn-checkbox .edmo-icon-chevronDown svg, .input-search-select .btn-ghost .edmo-icon-chevronDown svg {
  margin-right: 0;
}
.input-search .btn .edmo-icon-search, .input-search .btn-pagination .edmo-icon-search, .input-search .btn-primary .edmo-icon-search, .input-search .btn-gold .edmo-icon-search, .input-search .btn-white .edmo-icon-search, .input-search .btn-blue .edmo-icon-search, .input-search .btn-green .edmo-icon-search, .input-search .btn-highlight .edmo-icon-search, .input-search .btn-icon .edmo-icon-search, .input-search .btn-link .edmo-icon-search, .input-search .btn-checkbox .edmo-icon-search, .input-search .btn-ghost .edmo-icon-search {
  position: static;
  left: auto;
}
.input-search .btn .edmo-icon-search svg, .input-search .btn-pagination .edmo-icon-search svg, .input-search .btn-primary .edmo-icon-search svg, .input-search .btn-gold .edmo-icon-search svg, .input-search .btn-white .edmo-icon-search svg, .input-search .btn-blue .edmo-icon-search svg, .input-search .btn-green .edmo-icon-search svg, .input-search .btn-highlight .edmo-icon-search svg, .input-search .btn-icon .edmo-icon-search svg, .input-search .btn-link .edmo-icon-search svg, .input-search .btn-checkbox .edmo-icon-search svg, .input-search .btn-ghost .edmo-icon-search svg {
  margin-right: 0;
  transform: none;
}
.input-search li.suggestion-heading {
  flex-wrap: wrap;
  background-color: #f7f7f7;
}
.input-search li.suggestion-heading .h6 {
  margin: 0;
  flex: 1 1 100%;
  color: #6f695d;
}
.input-search li.suggestion-heading &gt; ul {
  padding: 0;
  margin: 0;
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
}
.input-search li.suggestion-heading &gt; ul &gt; li {
  font-size: 0.875rem;
  padding: 0.5rem 0.625rem;
}
.input-search strong {
  color: #3a3731;
}
.input-radio-group {
  margin: 2.25rem 0;
  padding: 0;
  max-width: 32rem;
  position: relative;
}
.input-radio-group legend {
  position: relative;
  color: #6f695d;
}
.input-radio-group legend p:last-of-type {
  margin-bottom: 0;
}
.input-radio-group legend .edmo-icon-success,
.input-radio-group legend .edmo-icon-error {
  position: absolute;
  top: 0;
  left: 100%;
  pointer-events: none;
  transition: opacity 0.15s ease-in-out 0s;
  margin-left: 0.625rem;
}
.input-radio-group legend .edmo-icon-success.hide,
.input-radio-group legend .edmo-icon-error.hide {
  opacity: 0;
}
.input-radio-group legend .edmo-icon-success svg,
.input-radio-group legend .edmo-icon-error svg {
  width: 1.25rem;
}
.input-radio-group .input {
  flex: 1 1 calc(50% - 0.5rem);
}
.input-radio-group .input:last-child {
  margin-right: 0;
}
.input-radio-group legend &gt; :first-child {
  margin-top: 0;
}
.input-radio-group &gt; div {
  display: flex;
  flex-wrap: wrap;
}
.input-radio-group .input-radio {
  max-width: 100%;
  margin: 1rem 0.25rem;
}
.input-radio-group.error input,
.input-radio-group.error .btn,
.input-radio-group.error .btn-pagination,
.input-radio-group.error .btn-primary,
.input-radio-group.error .btn-gold,
.input-radio-group.error .btn-white,
.input-radio-group.error .btn-blue,
.input-radio-group.error .btn-green,
.input-radio-group.error .btn-highlight,
.input-radio-group.error .btn-icon,
.input-radio-group.error .btn-link,
.input-radio-group.error .btn-checkbox,
.input-radio-group.error .btn-ghost {
  border-color: #f65e52;
}
.input-radio-group.error span[role=radio] .edmo-icon svg,
.input-radio-group.error span[role=checkbox] .edmo-icon svg {
  color: #f65e52;
}
.input-radio-group.error &gt; .error {
  opacity: 1;
}
.input-radio-group &gt; .error {
  position: absolute;
  top: 100%;
  margin-top: 0;
  opacity: 0;
  transition: opacity 0.15s ease-in-out 0s;
  font-size: 0.875rem;
}
.input-text-area textarea {
  font-size: 1rem;
}
.input-text-area .input-wrapper {
  align-items: flex-start;
}
.input-text-area .edmo-icon {
  top: 0.625rem;
}
.input-credit-card input {
  padding: 0.625rem 2.25rem 0.625rem 2.75rem;
}
.input-credit-card .label-wrapper {
  display: flex;
  align-items: flex-end;
}
.input-credit-card .label-wrapper label {
  flex: 1 1 auto;
}
.input-credit-card .label-wrapper .credit-card-options {
  margin: 0 0.375rem 0.5rem;
  height: 1.25rem;
  max-width: 2.875rem;
  display: block;
}
.input-credit-card .credit-card-logo {
  position: absolute;
  left: 0;
  pointer-events: none;
  margin-left: 0.625rem;
  display: block;
  max-width: 2rem;
  width: auto;
  height: auto;
  max-height: 1.25rem;
  transition: opacity 0.15s ease-in-out 0.15s;
}
.input-credit-card .credit-card-logo.hide {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.input-rating &gt; div {
  justify-content: flex-start;
}
.input-rating .input-radio {
  flex: 0 1 auto;
}
.input-rating .input-radio span[role=radio] {
  margin-right: 0;
  padding: 0.25rem;
  box-sizing: content-box;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}
.input-rating .input-radio span[role=radio] .edmo-icon-starActive svg {
  color: #00AAB2;
}
.input-rating .input-radio span[role=radio] .edmo-icon-star svg {
  color: #6f695d;
}
.input-rating .input-radio span[role=radio] .edmo-icon {
  position: absolute;
  transition: opacity 0.15s ease-in-out 0s;
}
.input-rating .input-radio span[role=radio] .edmo-icon svg {
  width: 1.5rem;
  transition: color 0.15s ease-in-out 0s;
}
.input-rating .input-radio span[role=radio] .edmo-icon.hide {
  opacity: 0;
  pointer-events: none;
}
.input-rating .input-radio.hovered span[role=radio] .edmo-icon svg {
  color: #007378;
}
.input-rating .input-radio.hovered ~ .input-radio:not(.hovered) .edmo-icon-starActive svg {
  color: #6f695d;
}
.input-rating .input-radio .input-wrapper label {
  display: none;
}
.input-number {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  width: 10.5rem;
  flex: 0 1 auto;
}
.input-number .increment_buttons {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  right: 1px;
  top: 1px;
  height: calc(100% - 2px);
  background: #c5c1ba;
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
  border-left-color: transparent;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  transition: border-color 0.15s ease-in-out 0s, opacity 0.15s ease-in-out 0s;
}
.input-number .increment_buttons button {
  flex: 1 1 50%;
  max-height: 50%;
  background: transparent;
  border: none;
  line-height: 0;
  padding: 0 0.75rem;
  width: 100%;
  cursor: pointer;
  padding-top: 0.375rem;
  padding-bottom: 0.125rem;
}
.input-number .increment_buttons button:first-child {
  padding-top: 0.375rem;
  padding-bottom: 0.125rem;
}
.input-number .increment_buttons button:last-child {
  padding-top: 0.125rem;
  padding-bottom: 0.375rem;
}
.input-number .increment_buttons button:disabled {
  opacity: 0.5;
}
.input-number .increment_buttons button:hover, .input-number .increment_buttons button:focus {
  outline: none;
}
.input-number .increment_buttons button:hover .edmo-icon, .input-number .increment_buttons button:focus .edmo-icon {
  color: #3a3731;
}
.input-number .increment_buttons button .edmo-icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #6f695d;
  transition: color 0.15s ease-in-out 0s;
}
.input-number .increment_buttons button .edmo-icon svg {
  width: auto;
  height: 90%;
  flex: 1 1 90%;
}
.input-number label span, .input-number label::before {
  transition: opacity 0.15s ease-in-out 0s;
}
.input-number label.disabled {
  opacity: 0.5;
}
.input-number:hover label &gt; .input-number_label, .input-number:focus label &gt; .input-number_label, .input-number:focus-within label &gt; .input-number_label {
  opacity: 0;
}
.input-number:hover label::before, .input-number:focus label::before, .input-number:focus-within label::before {
  opacity: 0;
}
.input-number:hover label .increment_buttons, .input-number:focus label .increment_buttons, .input-number:focus-within label .increment_buttons {
  opacity: 1;
}
.input-password .strength {
  flex: 1 1 100%;
  margin: 0.5rem 0 0;
}
.input-password .strength_bar {
  width: 100%;
  height: 0.75rem;
  background-color: #e1e1e1;
  line-height: 0;
}
.input-password .strength_bar span {
  display: inline-block;
  height: 100%;
  transition: 0.15s ease-in-out width;
}
.input-password .strength_bar.Insecure span {
  background-color: #f65e52;
}
.input-password .strength_bar.Insecure span.solid-section {
  width: 0;
}
.input-password .strength_bar.Weak span {
  background-color: orange;
}
.input-password .strength_bar.Weak span.solid-section {
  width: 25%;
}
.input-password .strength_bar.Moderate span {
  background-color: #e8e000;
}
.input-password .strength_bar.Moderate span.solid-section {
  width: 50%;
}
.input-password .strength_bar.Strong span {
  background-color: #1bb359;
}
.input-password .strength_bar.Strong span.solid-section {
  width: 75%;
}
.input-password .strength_bar.Secure span {
  background-color: #08682e;
}
.input-password .strength_bar.Secure span.solid-section {
  width: 100%;
}
.input-password .strength p {
  font-size: 1rem;
  color: #6f695d;
  margin: 0;
}
.input-password-new .error {
  position: static;
}
.input-password-new .error ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.input-password-new .error li {
  padding: 0;
  margin: 0.25rem 0;
  font-size: 0.875rem;
}
.input + p {
  margin-top: 0;
  font-size: 0.875rem;
  font-style: italic;
}
.input .field-validation-error {
  margin-top: 0.375rem;
  font-size: 0.875rem;
}

.js-can-validate {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}

.js-error label.error {
  color: #f65e52;
  font-size: 14px;
  margin-top: 0.375rem;
}

.PhoneInput .js-error {
  position: absolute;
  bottom: -28px;
}
.PhoneInput .input-wrapper .edmo-icon-error, .PhoneInput .input-wrapper .edmo-icon-success {
  left: auto;
  right: -15px;
}
.PhoneInput .input-wrapper .edmo-icon-error svg, .PhoneInput .input-wrapper .edmo-icon-success svg {
  width: 2rem;
}

input.error {
  border-color: #f65e52 !important;
}

/* EDMO wanted to hide error icon always */
.input-select .edmo-icon-error,
.input-select .edmo-icon-success {
  opacity: 0;
  display: none;
}

/*  NEW EDMO Quantity Error Message*/
.edmo-icon-error-msg.hide {
  opacity: 0;
  display: none;
}

/**  BS Custom */
.input-select .input-wrapper-custom-select {
  width: 100%;
}
.input-select .input-wrapper-custom-select .dropdown-toggle {
  font-size: 1rem;
}
.input-select .input-wrapper-custom-select .dropdown-toggle:hover {
  background: #ffb900;
  border-color: #ffb900;
  color: #524d44;
}
.input-select .input-wrapper-custom-select .dropdown-toggle:focus {
  /* box-shadow: 0px 2px #ffb900;*/
}
.input-select .input-wrapper-custom-select .dropdown-toggle.show {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #ffb900;
  color: #524d44;
  border-color: #ffb900;
}
.input-select .input-wrapper-custom-select ul.dropdown-menu {
  z-index: 100000;
  position: absolute;
  max-height: 10rem;
  cursor: pointer;
  overflow: auto;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #e1e1e1;
  border: 1px solid #007378;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  opacity: 0;
  transition: opacity 0.15s ease-in-out 0s;
  pointer-events: none;
  top: 100%;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top: 0;
}
.input-select .input-wrapper-custom-select ul.dropdown-menu li {
  padding: 0.625rem;
  transition: background-color 0.15s ease-in-out 0s;
  display: flex;
  justify-content: space-between;
  color: #6f695d;
}
.input-select .input-wrapper-custom-select ul.dropdown-menu li:hover {
  background-color: #00AAB2;
}
.input-select .input-wrapper-custom-select ul.dropdown-menu li:focus {
  outline: none;
}
.input-select .input-wrapper-custom-select ul.dropdown-menu li a:hover {
  text-decoration: none;
  color: #6f695d;
}
.input-select .input-wrapper-custom-select ul.dropdown-menu.show {
  opacity: 1;
  pointer-events: all;
  top: -2px;
}

.input-select.input-grouped-select .input-wrapper-custom-select &gt; ul &gt; li {
  color: #6f695d;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  padding: 0;
  font-size: 0.875rem;
}

.input-select.input-grouped-select .input-wrapper-custom-select ul.dropdown-menu li:hover {
  background-color: transparent;
}

.input-select.input-grouped-select .input-wrapper-custom-select ul.dropdown-menu &gt; li &gt; ul &gt; li:hover {
  background-color: #00AAB2;
}

.input-select.input-grouped-select .input-wrapper-custom-select &gt; ul &gt; li &gt; ul {
  width: 100%;
  padding: 0;
  margin: 0;
}

.input-select.input-grouped-select .input-wrapper-custom-select &gt; ul &gt; li &gt; span {
  margin: 0.75rem 0 0.25rem;
  padding: 0 0.625rem;
  display: block;
}

.input-select.input-grouped-select .input-wrapper-custom-select &gt; ul li &gt; span {
  flex: 1 1 auto;
  text-align: left;
}

.input-grouped-select .input-wrapper-custom-select &gt; ul &gt; li &gt; ul &gt; li {
  color: #6f695d;
  font-size: 1.125rem;
  text-transform: none;
  font-weight: 400;
  padding: 0.625rem;
}

.configurations .input {
  margin: 1.25rem 0;
}

.new-password {
  display: flex;
  flex-wrap: wrap;
}
.new-password .recommendations {
  margin: 1.5rem 0;
  flex: 1 1 100%;
}
.new-password .recommendations ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .new-password .recommendations {
    flex: 0 1 auto;
    margin: 2.25rem 0 2.25rem 2.75rem;
  }
  .new-password .recommendations ul {
    margin-top: 1.375rem;
  }
}
.new-password .recommendations li {
  padding: 0;
  margin: 0.625rem 0;
  font-size: 1.125rem;
}
.new-password:not(:last-child) .recommendations {
  margin-bottom: 0;
}
.new-password:not(:last-child) .input {
  margin-bottom: 0;
}
.new-password.stacked .recommendations {
  flex: 1 1 100%;
  margin: 1rem 0 0;
}
.new-password.stacked .recommendations ul {
  margin-top: 0;
}

form.ELTForm .input-select .input-wrapper-select ul {
  max-height: 12rem;
}

form.ELTForm .input-wrapper .is-open.input-wrapper-select ul {
  position: relative;
  z-index: 10;
}

.input-checkbox,
.checkbox,
.input-radio {
  align-items: flex-start;
  margin: 2.5rem 0 2.375rem 0.125rem;
  max-width: 36rem;
}
.input-checkbox span[role=checkbox],
.input-checkbox span[role=radio],
.checkbox span[role=checkbox],
.checkbox span[role=radio],
.input-radio span[role=checkbox],
.input-radio span[role=radio] {
  position: relative;
  margin-right: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.25rem;
  height: 1.25rem;
}
.input-checkbox span[role=checkbox][aria-checked=true] .edmo-icon-openCircle svg,
.input-checkbox span[role=radio][aria-checked=true] .edmo-icon-openCircle svg,
.checkbox span[role=checkbox][aria-checked=true] .edmo-icon-openCircle svg,
.checkbox span[role=radio][aria-checked=true] .edmo-icon-openCircle svg,
.input-radio span[role=checkbox][aria-checked=true] .edmo-icon-openCircle svg,
.input-radio span[role=radio][aria-checked=true] .edmo-icon-openCircle svg {
  color: #6f695d;
}
.input-checkbox.error span[role=checkbox] .edmo-icon svg,
.input-checkbox.error span[role=radio] .edmo-icon svg,
.checkbox.error span[role=checkbox] .edmo-icon svg,
.checkbox.error span[role=radio] .edmo-icon svg,
.input-radio.error span[role=checkbox] .edmo-icon svg,
.input-radio.error span[role=radio] .edmo-icon svg {
  color: #f65e52;
}
.input-checkbox .edmo-icon,
.checkbox .edmo-icon,
.input-radio .edmo-icon {
  margin-right: 0;
}
.input-checkbox .edmo-icon-square, .input-checkbox .edmo-icon-checkbox, .input-checkbox .edmo-icon-openCircle, .input-checkbox .edmo-icon-filledCircle,
.checkbox .edmo-icon-square,
.checkbox .edmo-icon-checkbox,
.checkbox .edmo-icon-openCircle,
.checkbox .edmo-icon-filledCircle,
.input-radio .edmo-icon-square,
.input-radio .edmo-icon-checkbox,
.input-radio .edmo-icon-openCircle,
.input-radio .edmo-icon-filledCircle {
  cursor: pointer;
  transition: opacity 0.15s ease-in-out 0s;
  position: absolute;
}
.input-checkbox .edmo-icon-square svg, .input-checkbox .edmo-icon-checkbox svg, .input-checkbox .edmo-icon-openCircle svg, .input-checkbox .edmo-icon-filledCircle svg,
.checkbox .edmo-icon-square svg,
.checkbox .edmo-icon-checkbox svg,
.checkbox .edmo-icon-openCircle svg,
.checkbox .edmo-icon-filledCircle svg,
.input-radio .edmo-icon-square svg,
.input-radio .edmo-icon-checkbox svg,
.input-radio .edmo-icon-openCircle svg,
.input-radio .edmo-icon-filledCircle svg {
  width: 1.25rem;
  height: auto;
  color: #6f695d;
  transition: color 0.15s ease-in-out 0s;
}
.input-checkbox .edmo-icon-square.hide, .input-checkbox .edmo-icon-checkbox.hide, .input-checkbox .edmo-icon-openCircle.hide, .input-checkbox .edmo-icon-filledCircle.hide,
.checkbox .edmo-icon-square.hide,
.checkbox .edmo-icon-checkbox.hide,
.checkbox .edmo-icon-openCircle.hide,
.checkbox .edmo-icon-filledCircle.hide,
.input-radio .edmo-icon-square.hide,
.input-radio .edmo-icon-checkbox.hide,
.input-radio .edmo-icon-openCircle.hide,
.input-radio .edmo-icon-filledCircle.hide {
  opacity: 0;
}
.input-checkbox .edmo-icon-openCircle svg,
.checkbox .edmo-icon-openCircle svg,
.input-radio .edmo-icon-openCircle svg {
  width: 1.375rem;
}
.input-checkbox .edmo-icon-checkbox svg, .input-checkbox .edmo-icon-filledCircle svg,
.checkbox .edmo-icon-checkbox svg,
.checkbox .edmo-icon-filledCircle svg,
.input-radio .edmo-icon-checkbox svg,
.input-radio .edmo-icon-filledCircle svg {
  color: #00AAB2;
}
.input-checkbox .edmo-icon-checkbox svg .fa-secondary, .input-checkbox .edmo-icon-filledCircle svg .fa-secondary,
.checkbox .edmo-icon-checkbox svg .fa-secondary,
.checkbox .edmo-icon-filledCircle svg .fa-secondary,
.input-radio .edmo-icon-checkbox svg .fa-secondary,
.input-radio .edmo-icon-filledCircle svg .fa-secondary {
  fill: transparent;
}
.input-checkbox:hover .edmo-icon-openCircle svg, .input-checkbox:focus .edmo-icon-openCircle svg,
.checkbox:hover .edmo-icon-openCircle svg,
.checkbox:focus .edmo-icon-openCircle svg,
.input-radio:hover .edmo-icon-openCircle svg,
.input-radio:focus .edmo-icon-openCircle svg {
  color: #00AAB2;
}
.input-checkbox:hover .edmo-icon-square svg,
.input-checkbox:hover .edmo-icon-checkbox svg, .input-checkbox:focus .edmo-icon-square svg,
.input-checkbox:focus .edmo-icon-checkbox svg,
.checkbox:hover .edmo-icon-square svg,
.checkbox:hover .edmo-icon-checkbox svg,
.checkbox:focus .edmo-icon-square svg,
.checkbox:focus .edmo-icon-checkbox svg,
.input-radio:hover .edmo-icon-square svg,
.input-radio:hover .edmo-icon-checkbox svg,
.input-radio:focus .edmo-icon-square svg,
.input-radio:focus .edmo-icon-checkbox svg {
  color: #007378;
}
.input-checkbox:hover .edmo-icon-square svg .fa-secondary,
.input-checkbox:hover .edmo-icon-checkbox svg .fa-secondary, .input-checkbox:focus .edmo-icon-square svg .fa-secondary,
.input-checkbox:focus .edmo-icon-checkbox svg .fa-secondary,
.checkbox:hover .edmo-icon-square svg .fa-secondary,
.checkbox:hover .edmo-icon-checkbox svg .fa-secondary,
.checkbox:focus .edmo-icon-square svg .fa-secondary,
.checkbox:focus .edmo-icon-checkbox svg .fa-secondary,
.input-radio:hover .edmo-icon-square svg .fa-secondary,
.input-radio:hover .edmo-icon-checkbox svg .fa-secondary,
.input-radio:focus .edmo-icon-square svg .fa-secondary,
.input-radio:focus .edmo-icon-checkbox svg .fa-secondary {
  fill: transparent;
}
.input-checkbox:hover .edmo-icon-filledCircle svg, .input-checkbox:focus .edmo-icon-filledCircle svg,
.checkbox:hover .edmo-icon-filledCircle svg,
.checkbox:focus .edmo-icon-filledCircle svg,
.input-radio:hover .edmo-icon-filledCircle svg,
.input-radio:focus .edmo-icon-filledCircle svg {
  color: #007378;
}
.input-checkbox:hover .edmo-icon-filledCircle svg .fa-secondary, .input-checkbox:focus .edmo-icon-filledCircle svg .fa-secondary,
.checkbox:hover .edmo-icon-filledCircle svg .fa-secondary,
.checkbox:focus .edmo-icon-filledCircle svg .fa-secondary,
.input-radio:hover .edmo-icon-filledCircle svg .fa-secondary,
.input-radio:focus .edmo-icon-filledCircle svg .fa-secondary {
  fill: transparent;
}
.input-checkbox .input-wrapper,
.checkbox .input-wrapper,
.input-radio .input-wrapper {
  width: 100%;
}
.input-checkbox .input-wrapper input,
.checkbox .input-wrapper input,
.input-radio .input-wrapper input {
  display: none;
}
.input-checkbox .input-wrapper label,
.checkbox .input-wrapper label,
.input-radio .input-wrapper label {
  white-space: pre-wrap;
  margin-right: 1.75rem;
  margin-bottom: 0;
  width: 100%;
  display: flex;
}
.input-checkbox .input-wrapper label::before,
.checkbox .input-wrapper label::before,
.input-radio .input-wrapper label::before {
  margin-top: 0.25rem;
}
.input-checkbox &gt; p,
.checkbox &gt; p,
.input-radio &gt; p {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  margin-top: 0.5rem;
  margin-left: 2rem;
  color: #6f695d;
}

.ui-autocomplete {
  max-width: 740px;
}
.ui-autocomplete li .ui-menu-item-wrapper a {
  transition: background-color 0.15s ease-in-out 0s;
  display: flex;
  justify-content: space-between;
  color: #6f695d;
}
.ui-autocomplete li .ui-menu-item-wrapper a:hover {
  text-decoration: none;
}
.ui-autocomplete li .ui-menu-item-wrapper a span {
  flex: 1 1 auto;
  text-align: left;
}
.ui-autocomplete li .ui-menu-item-wrapper a span:last-child:not(:first-child) {
  text-align: right;
}
.ui-autocomplete li .ui-menu-item-wrapper a .product-numbers {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-self: flex-end;
  flex: 0 0 25%;
  margin-left: 1rem;
}
.ui-autocomplete li .ui-menu-item-wrapper a .product-number {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  flex: 0 1 auto;
}
.ui-autocomplete li .ui-menu-item-wrapper a .product-number:not(:first-child) {
  margin-top: 0.25rem;
}
.ui-autocomplete li .ui-menu-item-wrapper a .product-number span {
  flex: 0 1 auto;
  color: #6f695d;
}
.ui-autocomplete li .ui-menu-item-wrapper a .product-number &gt; span:first-child {
  font-size: 0.625rem;
  color: #6f695d;
  margin-right: 0.25rem;
  display: block;
}
.ui-autocomplete li .ui-menu-item-wrapper a.highlighted {
  background-color: #00AAB2;
}
.ui-autocomplete li .ui-menu-item-wrapper a:focus {
  outline: none;
}

.invoice-list ul {
  padding: 0;
}
.invoice-list_item_details {
  overflow: hidden;
  transition: 0.5s max-height ease-in-out;
}
.invoice-list_item_details_docs header h6, .invoice-list_item_details_docs header .h6 {
  margin-bottom: 1rem;
}
.invoice-list_item_details_docs section ul {
  display: grid;
  flex-wrap: wrap;
  list-style: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}
.invoice-list_item_details_docs section ul li {
  padding: 0 1.5rem 0 0;
  margin: 0 0 0.75rem;
}
.invoice-list_item_details_docs section ul li .btn, .invoice-list_item_details_docs section ul li .btn-pagination, .invoice-list_item_details_docs section ul li .btn-primary, .invoice-list_item_details_docs section ul li .btn-gold, .invoice-list_item_details_docs section ul li .btn-white, .invoice-list_item_details_docs section ul li .btn-blue, .invoice-list_item_details_docs section ul li .btn-green, .invoice-list_item_details_docs section ul li .btn-highlight, .invoice-list_item_details_docs section ul li .btn-icon, .invoice-list_item_details_docs section ul li .btn-link, .invoice-list_item_details_docs section ul li .btn-checkbox, .invoice-list_item_details_docs section ul li .btn-ghost {
  text-align: left;
  padding: 0.25rem 0.75rem 0.25rem 0.125rem;
}
.invoice-list_item .label {
  font-size: 0.875em;
  display: inline-block;
  color: #6f695d;
  margin-right: 0.25rem;
}

.image-w-text {
  display: flex;
  flex-direction: column;
  margin: 2.25rem auto;
  flex-wrap: wrap;
}
.image-w-text &gt; h2, .image-w-text &gt; .h2 {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .image-w-text {
    flex-direction: row;
    margin: 4.5rem auto;
  }
}
.image-w-text .figure {
  max-width: 48rem;
  margin: 0 auto 1.125rem auto;
  flex: 1 1 33.33%;
}
@media (min-width: 992px) {
  .image-w-text .figure {
    flex-direction: row;
    margin: 0 auto;
  }
}
.image-w-text .body-text {
  flex: 1 1 auto;
  padding: 0;
  margin: 2.25rem auto 0 auto;
}
@media (min-width: 768px) {
  .image-w-text .body-text {
    padding: 0 3.375rem;
    transform: translateX(1.5rem);
  }
}
@media (min-width: 992px) {
  .image-w-text .body-text {
    margin: 0 0 0 3.375rem;
    padding-right: 2.25rem;
    transform: none;
    max-width: 43.5rem;
    flex: 1 1 calc(66.66% - 3.375rem);
  }
}
.image-w-text .body-text &gt; div:not(.text-cta_row):not(.btn_row) {
  padding: 2.25rem 0;
}
.image-w-text .body-text &gt; div:not(.text-cta_row):not(.btn_row):first-child {
  padding-top: 0;
}
.image-w-text .body-text &gt; div:not(.text-cta_row):not(.btn_row):first-child {
  margin-top: 0;
}
.image-w-text .body-text &gt; div:not(.text-cta_row):not(.btn_row):last-child {
  margin-bottom: 0;
}
.image-w-text .btn-row,
.image-w-text div:not(.rdcontent) .btn-row &gt; div &gt; div {
  margin-top: 0;
  flex-wrap: wrap;
}
.image-w-text .btn-row .btn, .image-w-text .btn-row .btn-pagination, .image-w-text .btn-row .btn-primary, .image-w-text .btn-row .btn-gold, .image-w-text .btn-row .btn-white, .image-w-text .btn-row .btn-blue, .image-w-text .btn-row .btn-green, .image-w-text .btn-row .btn-highlight, .image-w-text .btn-row .btn-icon, .image-w-text .btn-row .btn-link, .image-w-text .btn-row .btn-checkbox, .image-w-text .btn-row .btn-ghost,
.image-w-text div:not(.rdcontent) .btn-row &gt; div &gt; div .btn {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .image-w-text.image-right .body-text {
    margin: 0 3.375rem 0 0;
    padding-left: 0;
    padding-right: 2.25rem;
  }
}
@media (min-width: 992px) {
  .image-w-text .figure.align-right {
    order: 1;
  }
}

.page-hero {
  margin-top: 0;
  min-height: 18rem;
}
@media screen and (min-width: 768px) {
  .page-hero {
    min-height: 24rem;
  }
}
.page-hero_wrapper h1.h1-display,
.page-hero_wrapper h1,
.page-hero_wrapper .h1 {
  color: #00AAB2;
  margin-bottom: 0;
}
.page-hero_wrapper h2.landing,
.page-hero_wrapper h2,
.page-hero_wrapper .h2 {
  margin-top: 1rem;
}
.page-hero_wrapper .container {
  margin-bottom: -1.5rem;
}
.page-hero_wrapper .page-hero_title-overlay {
  overflow: hidden;
}
.page-hero_wrapper .page-hero_title-overlay .background-content {
  position: absolute;
  bottom: 0;
}
.page-hero_wrapper .page-hero_title-overlay h1.h1-display,
.page-hero_wrapper .page-hero_title-overlay h1,
.page-hero_wrapper .page-hero_title-overlay .h1 {
  text-align: center;
  bottom: -0.5rem;
  width: 100%;
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0.25rem 0.25rem 0.75rem rgba(82, 77, 68, 0.9);
  font-family: "Raleway", sans-serif;
  font-size: 3.25rem;
  line-height: 3.25rem;
}
@media (min-width: 576px) {
  .page-hero_wrapper .page-hero_title-overlay h1.h1-display,
.page-hero_wrapper .page-hero_title-overlay h1,
.page-hero_wrapper .page-hero_title-overlay .h1 {
    font-size: 4.25rem;
    line-height: 4rem;
  }
}
@media (min-width: 768px) {
  .page-hero_wrapper .page-hero_title-overlay h1.h1-display,
.page-hero_wrapper .page-hero_title-overlay h1,
.page-hero_wrapper .page-hero_title-overlay .h1 {
    font-size: 4.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 992px) {
  .page-hero_wrapper .page-hero_title-overlay h1.h1-display,
.page-hero_wrapper .page-hero_title-overlay h1,
.page-hero_wrapper .page-hero_title-overlay .h1 {
    bottom: -0.75rem;
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media (min-width: 1200px) {
  .page-hero_wrapper .page-hero_title-overlay h1.h1-display,
.page-hero_wrapper .page-hero_title-overlay h1,
.page-hero_wrapper .page-hero_title-overlay .h1 {
    font-size: 5.625rem;
    line-height: 5.5rem;
  }
}

.landscape-product-list {
  max-width: 100%;
}
.landscape-product-list_wrapper {
  height: 100%;
}
.landscape-product-list_wrapper .loader {
  z-index: 100;
}
.landscape-product-list thead th {
  font-weight: normal;
  border: none;
  box-sizing: border-box;
}
.landscape-product-list thead th &gt; span.hide {
  display: none;
}
.landscape-product-list thead .hide {
  opacity: 0;
}

.landscape-product-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .landscape-product-list {
    display: table;
  }
}
.landscape-product-list thead {
  display: none;
}
@media screen and (min-width: 768px) {
  .landscape-product-list thead {
    display: table-row-group;
  }
}
.landscape-product-list thead th {
  padding: 0.5625rem 1rem;
}
.landscape-product-list thead th.quantity {
  padding: 0.5625rem 1rem;
}
@media screen and (min-width: 768px) {
  .landscape-product-list thead th.quantity {
    padding-left: 3rem;
  }
}
.landscape-product-list_item {
  border-top: 1px solid #9d9fa2;
  border-bottom: 1px solid #9d9fa2;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .landscape-product-list_item {
    display: table-row;
    flex-wrap: nowrap;
  }
}
.landscape-product-list_item_cell {
  padding: 1.75rem 1rem;
}
.landscape-product-list_item_cell &gt; h3, .landscape-product-list_item_cell &gt; .h3 {
  padding: 2rem 0;
}
.landscape-product-list_item-select {
  position: absolute;
  left: 0;
  top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .landscape-product-list_item-select {
    top: 3.5rem;
    transform: translateY(-50%);
  }
}
.landscape-product-list_item_quantity {
  order: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  vertical-align: middle;
  position: relative;
  padding: 0.375rem 1rem 0.375rem 3rem;
}
@media screen and (min-width: 576px) {
  .landscape-product-list_item_quantity {
    border-right: 1px solid #9d9fa2;
    flex: 0 1 60%;
    max-width: 60%;
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .landscape-product-list_item_quantity {
    padding: 1.5rem 1rem 1.5rem 3rem;
    border: none;
    order: 0;
    display: table-cell;
    text-align: center;
    max-width: none;
    width: 16rem;
  }
}
.landscape-product-list_item_quantity &gt; h5, .landscape-product-list_item_quantity &gt; .h5 {
  margin: 0 0 0.5rem 0;
  font-size: 1.25rem;
  color: #6f695d;
}
.landscape-product-list_item_quantity &gt; p {
  margin: 0;
  font-size: 1rem;
}
.landscape-product-list_item_quantity &gt; button.btn.btn-link.small, .landscape-product-list_item_quantity &gt; button.btn-link.small {
  margin-top: 0.375rem;
  margin-left: -0.5rem;
  padding: 0.375rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .landscape-product-list_item_quantity &gt; button.btn.btn-link.small, .landscape-product-list_item_quantity &gt; button.btn-link.small {
    align-items: center;
    padding: 0.375rem 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.landscape-product-list_item_quantity form,
.landscape-product-list_item_quantity form.add-item-form,
.landscape-product-list_item_quantity .form-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 0 1 auto;
  margin: 0;
  max-width: 10.5rem;
}
@media screen and (min-width: 768px) {
  .landscape-product-list_item_quantity form,
.landscape-product-list_item_quantity form.add-item-form,
.landscape-product-list_item_quantity .form-wrapper {
    align-items: center;
    margin-right: auto;
  }
}
.landscape-product-list_item_quantity form .product-amount,
.landscape-product-list_item_quantity form.add-item-form .product-amount,
.landscape-product-list_item_quantity .form-wrapper .product-amount {
  flex: 0 1 auto;
}
.landscape-product-list_item_quantity form .product-amount .input.input-number.error,
.landscape-product-list_item_quantity form.add-item-form .product-amount .input.input-number.error,
.landscape-product-list_item_quantity .form-wrapper .product-amount .input.input-number.error {
  margin-bottom: 2rem;
}
.landscape-product-list_item_quantity form button.btn-gold.small, .landscape-product-list_item_quantity form button.small.btn-white,
.landscape-product-list_item_quantity form.add-item-form button.btn-gold.small,
.landscape-product-list_item_quantity .form-wrapper button.btn-gold.small,
.landscape-product-list_item_quantity .form-wrapper button.small.btn-white {
  margin-left: 0;
  padding: 0.375rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .landscape-product-list_item_quantity form button.btn-gold.small, .landscape-product-list_item_quantity form button.small.btn-white,
.landscape-product-list_item_quantity form.add-item-form button.btn-gold.small,
.landscape-product-list_item_quantity .form-wrapper button.btn-gold.small,
.landscape-product-list_item_quantity .form-wrapper button.small.btn-white {
    padding: 0.375rem 1rem;
  }
}
.landscape-product-list_item_quantity form button.btn.btn-link.small, .landscape-product-list_item_quantity form button.btn-link.small,
.landscape-product-list_item_quantity form.add-item-form button.btn.btn-link.small,
.landscape-product-list_item_quantity .form-wrapper button.btn.btn-link.small,
.landscape-product-list_item_quantity .form-wrapper button.btn-link.small {
  margin-top: 0.25rem;
  margin-left: -0.375rem;
  padding: 0.375rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .landscape-product-list_item_quantity form button.btn.btn-link.small, .landscape-product-list_item_quantity form button.btn-link.small,
.landscape-product-list_item_quantity form.add-item-form button.btn.btn-link.small,
.landscape-product-list_item_quantity .form-wrapper button.btn.btn-link.small,
.landscape-product-list_item_quantity .form-wrapper button.btn-link.small {
    margin-left: 0;
  }
}
.landscape-product-list_item_quantity form .item-utility_icons,
.landscape-product-list_item_quantity form.add-item-form .item-utility_icons,
.landscape-product-list_item_quantity .form-wrapper .item-utility_icons {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  line-height: 1;
}
.landscape-product-list_item_quantity form .item-utility_icons span,
.landscape-product-list_item_quantity form.add-item-form .item-utility_icons span,
.landscape-product-list_item_quantity .form-wrapper .item-utility_icons span {
  height: 0.8rem;
}
.landscape-product-list_item_quantity form .item-utility_icons button.btn-link.small,
.landscape-product-list_item_quantity form.add-item-form .item-utility_icons button.btn-link.small,
.landscape-product-list_item_quantity .form-wrapper .item-utility_icons button.btn-link.small {
  margin: 0;
}
.landscape-product-list_item_quantity form .item-utility_icons button.btn-link.small svg,
.landscape-product-list_item_quantity form.add-item-form .item-utility_icons button.btn-link.small svg,
.landscape-product-list_item_quantity .form-wrapper .item-utility_icons button.btn-link.small svg {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
  fill: #6f695d;
}
.landscape-product-list_item_quantity form .item-utility_icons button.btn-link.small:hover svg,
.landscape-product-list_item_quantity form.add-item-form .item-utility_icons button.btn-link.small:hover svg,
.landscape-product-list_item_quantity .form-wrapper .item-utility_icons button.btn-link.small:hover svg {
  fill: #ffb900;
}
@media screen and (min-width: 768px) {
  .landscape-product-list_item_quantity .product-amount {
    justify-content: center;
  }
}
.landscape-product-list_item_quantity .product-amount .input {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.landscape-product-list_item:nth-child(even) {
  background-color: transparent;
}
.landscape-product-list_item_description {
  display: flex;
  flex-direction: column;
  flex: 0 1 100%;
  position: relative;
}
.landscape-product-list_item_description h4, .landscape-product-list_item_description .h4,
.landscape-product-list_item_description p {
  font-size: 1rem;
  line-height: 1.125rem;
}
@media screen and (min-width: 576px) {
  .landscape-product-list_item_description {
    border-right: 1px solid #9d9fa2;
    flex: 0 1 60%;
  }
}
@media screen and (min-width: 768px) {
  .landscape-product-list_item_description {
    border: none;
  }
}
@media screen and (min-width: 992px) {
  .landscape-product-list_item_description {
    flex-direction: row;
  }
}
.landscape-product-list_item_description .favorite-button {
  margin-right: 1rem;
  position: absolute;
  z-index: 1;
  top: 0.75rem;
  left: -0.5rem;
}
@media screen and (min-width: 992px) {
  .landscape-product-list_item_description .favorite-button {
    position: static;
  }
}
.landscape-product-list_item_description a {
  color: #6f695d;
  text-decoration: none;
  transition: color 0.15s ease-in-out 0s;
  margin-bottom: 0.5rem 0;
}
.landscape-product-list_item_description a:hover, .landscape-product-list_item_description a:focus {
  color: #3a3731;
  text-decoration: underline;
}
.landscape-product-list_item_description a h4, .landscape-product-list_item_description a .h4 {
  margin: 0;
}
.landscape-product-list_item_image-wrapper {
  flex: 0 1 25%;
  max-width: 6rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .landscape-product-list_item_image-wrapper {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.landscape-product-list_item_image-wrapper .product-card-image-link .image-wrapper {
  padding: 0;
}
.landscape-product-list_item_id {
  font-size: 1.125rem;
  margin: 0.5rem 0;
}
.landscape-product-list_item_price {
  flex: 0 1 100%;
  vertical-align: middle;
}
@media screen and (min-width: 576px) {
  .landscape-product-list_item_price {
    flex: 0 1 auto;
  }
}
@media screen and (min-width: 768px) {
  .landscape-product-list_item_price {
    border-left: 1px solid #9d9fa2;
  }
}
.landscape-product-list_item_price h3, .landscape-product-list_item_price .h3 {
  margin-bottom: 0.5rem;
}
.landscape-product-list_item_price .unit-price {
  margin-top: 0.75rem;
  font-size: 1rem;
}
.landscape-product-list_item_price .unit-price .label {
  display: block;
  font-size: 0.875rem;
}
.landscape-product-list_item_warning {
  color: #f65e52;
}
.landscape-product-list_item .stock-status {
  display: flex;
  margin-top: 0.75rem;
}
.landscape-product-list_item .stock-status .stock-notice,
.landscape-product-list_item .stock-status .stock-notice:not(:first-of-type) {
  font-size: 0.875rem;
  margin: 0 1rem 0 0;
}

.loader {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.15s ease-in-out 0s;
  pointer-events: none;
}
.loader.loading {
  opacity: 1;
  pointer-events: all;
}
.loader svg {
  width: 10rem !important;
  height: 10rem !important;
  max-width: 100%;
  max-height: 100%;
}
.loader.small svg {
  width: 5rem !important;
  height: 5rem !important;
}
.loader_circle {
  fill: #00AAB2;
  stroke: #00AAB2;
}
.loader_airplane {
  fill: #6f695d;
  transform: scale(0.6) translateX(33%) translateY(33%);
}
.loader.white .loader_circle, .loader.white .loader_airplane {
  fill: #ffffff;
}
.loader.white .loader_circle {
  stroke: #ffffff;
}
.loader.enable-background {
  background-color: rgba(255, 255, 255, 0.75);
}
.loader_circle_airplane {
  fill: #ffb900;
  color: #6f695d;
}

.login-form-modal .modal-lg {
  max-width: 38rem;
}
.login-form-modal .modal-content {
  border: 0 none;
  border-radius: 0;
}
.login-form-modal .modal-content .btn-row .btn-primary.small {
  padding: 0.375rem 1rem;
}
.login-form h2, .login-form .h2 {
  margin-top: 0;
  margin-bottom: 2.875rem;
}
@media (min-width: 576px) {
  .login-form {
    flex: 0 1 66.66%;
  }
}
@media (min-width: 768px) {
  .login-form {
    flex: 0 1 50%;
  }
}
@media (min-width: 992px) {
  .login-form {
    flex: 0 1 33.33%;
  }
}
.login-form_new-customer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 0;
}
.login-form_new-customer h4, .login-form_new-customer .h4 {
  font-size: 0.8125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: none;
}
.login-form_new-customer .btn-link.btn, .login-form_new-customer .btn-link {
  margin-top: 0;
  padding: 0.125rem 1.625rem;
}
.login-form .btn-row {
  margin-top: 0.5rem;
  align-items: center;
}
.login-form .btn-row button {
  max-width: 50%;
  margin-top: 0;
  width: 16rem;
}
.login-form .btn-row button.btn:not(:first-child), .login-form .btn-row button.btn-pagination:not(:first-child), .login-form .btn-row button.btn-primary:not(:first-child), .login-form .btn-row button.btn-gold:not(:first-child), .login-form .btn-row button.btn-white:not(:first-child), .login-form .btn-row button.btn-blue:not(:first-child), .login-form .btn-row button.btn-green:not(:first-child), .login-form .btn-row button.btn-highlight:not(:first-child), .login-form .btn-row button.btn-icon:not(:first-child), .login-form .btn-row button.btn-link:not(:first-child), .login-form .btn-row button.btn-checkbox:not(:first-child), .login-form .btn-row button.btn-ghost:not(:first-child) {
  margin-left: 1.5rem;
}
.login-form .input {
  margin: 1.75rem 0;
}
.login-form .auth-error {
  margin-bottom: 1rem;
  color: #f65e52;
}
.login-form .disclaimer {
  font-size: 0.8rem;
}

.login-disclaimer {
  color: #6f695d;
  font-family: "Open Sans", sans-serif;
}
.login-disclaimer .section-one {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: large;
}
.login-disclaimer .section-two {
  display: block;
  text-align: center;
  font-size: medium;
  padding: 20px;
}

.logo-row {
  margin: 5rem auto;
}
.logo-row h3, .logo-row .h3 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.logo-row .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 1.5rem 0 0;
}
@media (min-width: 992px) {
  .logo-row .logos {
    justify-content: space-between;
  }
}
.logo-row .logos .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.125rem;
  max-width: 14rem;
  max-height: 8rem;
  width: auto !important;
  height: auto !important;
}
@media (min-width: 992px) {
  .logo-row .logos .image-wrapper {
    flex: 0 1 auto;
    max-width: 16vw;
    max-height: 12vw;
    margin: 0.5625rem 0;
  }
}
.logo-row .logos .image-wrapper img {
  object-fit: contain;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.75);
  transition: opacity 0.15s ease-in-out 0s;
  z-index: -1;
}
.modal.show {
  opacity: 1;
  pointer-events: all;
  z-index: 99999;
}
.modal-content {
  /* padding: 4rem;*/
  box-sizing: border-box;
  flex: 0 1 95%;
  position: relative;
  background-color: #ffffff;
  /* max-width: 66.66%;*/
  min-width: 0;
}
.modal-close-button {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: #6f695d;
  padding: 0.75rem;
  border: none;
  background-color: transparent;
  transition: transform 0.15s ease-in-out 0s;
}
.modal-close-button:hover, .modal-close-button:focus {
  transform: scale(1.2);
}
.modal-close-button .edmo-icon-close {
  pointer-events: none;
}
.modal-close-button .edmo-icon-close svg {
  margin-right: 0;
}
.modal .modal-header {
  border-bottom: 0 none;
}
.modal .modal-footer {
  border-top: 0 none;
}
.modal .modal-body {
  padding: 0 4rem 3rem 4rem;
  box-sizing: border-box;
}

.news {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: #ffffff;
}
.news &gt; button.loading {
  background: #6f695d;
}
.news_header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.news_header h1, .news_header .h1 {
  width: 100%;
  font-size: 1.75rem;
  line-height: 2.5rem;
}
.news_header a {
  color: #6f695d;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  margin-top: 4.6rem;
  text-decoration: none;
}
@media (min-width: 412px) {
  .news_header a {
    margin-top: 3rem;
  }
}
.news_header a:hover {
  color: #3a3731;
}
.news_header .edmo-icon {
  margin-top: 3px;
  margin-left: 1rem;
  width: 0.9rem;
  display: inline-block;
}
.news_header svg {
  width: 100%;
}
.news_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  .news_list {
    justify-content: flex-start;
    margin: 0 -8px;
  }
}
@media (min-width: 992px) {
  .news_list_landscape {
    justify-content: center;
  }
}
.news_card {
  display: flex;
  flex-direction: column;
  flex: 0 1 100%;
  width: initial;
  margin: 1rem;
  background: #ffffff;
}
@media (min-width: 576px) {
  .news_card {
    flex: 0 1 calc(75% - 2rem);
  }
}
@media (min-width: 768px) {
  .news_card {
    flex: 0 1 calc(66.66% - 2rem);
  }
}
@media (min-width: 992px) {
  .news_card {
    flex: 0 1 calc(51.5% - 2rem);
  }
}
@media (min-width: 1200px) {
  .news_card {
    flex: 0 1 calc(33.33% - 2rem);
  }
}
.news_card .text-cta-smoke_gray {
  margin-top: 1rem;
  margin-bottom: -0.25rem;
}
.news_card .image-wrapper {
  width: 100%;
  padding: 40% 0;
  position: relative;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_card .image-wrapper img {
  position: absolute;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
  height: 100%;
}
.news_card h4, .news_card .h4,
.news_card p {
  margin: 1rem 0;
}
.news_card h3, .news_card .h3 {
  margin: 0.5rem 0;
}
.news_card h4, .news_card .h4 {
  margin-top: 0;
  min-height: 48px;
}
.news_card a {
  margin-top: auto;
  margin-bottom: 2rem;
  color: #00AAB2;
  border-color: #00AAB2;
  display: inline-block;
  justify-self: flex-end;
}
.news_card a:hover, .news_card a:focus {
  color: #6f695d;
}
.news_card &gt; div {
  margin-bottom: 2rem;
}
.news_card img {
  object-fit: cover;
  height: 13.8571rem;
  width: 100%;
  margin-bottom: 1rem;
}
.news_card_content {
  display: flex;
  flex-direction: column;
}
.news_card_content a.text-cta-smoke_gray {
  margin-top: auto;
}
.news_card_landscape.news_card {
  flex: 0 1 100%;
  margin: 1rem 0;
}
.news_card_landscape.news_card .image-wrapper {
  padding: 0 30%;
  min-height: 18rem;
}
.news_card_landscape.news_card .image-wrapper img {
  margin: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  .news_card_landscape.news_card {
    flex: 0 1 90%;
  }
}
@media (min-width: 768px) {
  .news_card_landscape.news_card {
    flex: 0 1 80%;
    flex-direction: row;
  }
  .news_card_landscape.news_card .image-wrapper {
    min-height: 24rem;
  }
  .news_card_landscape.news_card .news_card_content {
    margin: 0 0 0 1.5rem;
  }
  .news_card_landscape.news_card .news_card_content h3, .news_card_landscape.news_card .news_card_content .h3 {
    margin-top: 0.25rem;
    font-size: 2.125rem;
  }
  .news_card_landscape.news_card .news_card_content .text-cta-smoke_gray {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 992px) {
  .news_card_landscape.news_card {
    flex: 0 1 80%;
  }
}
@media (min-width: 1200px) {
  .news_card_landscape.news_card {
    flex: 0 1 70%;
  }
}
.news_details {
  flex: 1 1 100%;
  /*text-align: right;*/
  text-align: left;
}
.news_details .btn-toggle-news-view {
  padding-right: 0.2rem;
}
.news_details h5, .news_details .h5 {
  margin: 1rem 0;
  border-bottom: 2px solid #6f695d;
}
.news_details .btn, .news_details .btn-pagination, .news_details .btn-primary, .news_details .btn-gold, .news_details .btn-white, .news_details .btn-blue, .news_details .btn-green, .news_details .btn-highlight, .news_details .btn-icon, .news_details .btn-link, .news_details .btn-checkbox, .news_details .btn-ghost {
  display: inline-block;
  padding: 0;
  min-width: 1px !important;
}
.news_details .btn.active .edmo-icon svg, .news_details .active.btn-pagination .edmo-icon svg, .news_details .active.btn-primary .edmo-icon svg, .news_details .active.btn-gold .edmo-icon svg, .news_details .active.btn-white .edmo-icon svg, .news_details .active.btn-blue .edmo-icon svg, .news_details .active.btn-green .edmo-icon svg, .news_details .active.btn-highlight .edmo-icon svg, .news_details .active.btn-icon .edmo-icon svg, .news_details .active.btn-link .edmo-icon svg, .news_details .active.btn-checkbox .edmo-icon svg, .news_details .active.btn-ghost .edmo-icon svg {
  color: #00AAB2;
}
.news_details .icon-btn .btn-icon-wrapper {
  margin-right: 5px;
}
.news_details .icon-btn .btn-icon-wrapper .edmo-icon {
  margin: 0;
}
.news_details .news_cat_list ul {
  padding: 0;
  margin: 0 0 0.8rem 0;
  list-style: none;
}
.news_details .news_cat_list ul li {
  padding: 0;
  margin-bottom: 15px;
}
.news_details .news_cat_list ul li:last-child {
  margin-bottom: 0;
}
.news_details .news_cat_list ul li.active a {
  color: #00AAB2;
}
.news_details .news_cat_list ul li a {
  text-decoration: none;
}
.news_details .news_cat_list ul li a:hover {
  color: #00AAB2;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .news_details .news_cat_list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .news_details .news_cat_list li {
    margin-right: 10px;
  }
}
.news_details .news_cat_list:first-of-type h5, .news_details .news_cat_list:first-of-type .h5 {
  margin-top: 0;
}
.news_details .news_cat_list:last-of-type h5, .news_details .news_cat_list:last-of-type .h5 {
  margin-top: 0.5rem;
}

.news_details {
  /*  .btn {
      display: inline-block;
      padding: 0;
      min-width: 1px !important;



      &amp;.active {
          .edmo-icon {
              svg {
                  color: $gold;
              }
          }
      }
  }

  .icon-btn {
      .btn-icon-wrapper {
          .edmo-icon {
              margin: 0;
          }
      }
  }*/
}

.news_card {
  position: relative;
  border: 1px solid #ddd9d0;
  margin: 0 1rem 1rem;
}
.news_card .image-wrapper {
  overflow: hidden;
}
.news_card .image-wrapper img {
  margin: 0;
}
.news_card.news_card__stacked .news_card_content a {
  position: absolute;
  bottom: 0;
}
.news_card.news_card__landscape .news_card_content a {
  position: relative;
  margin: 0rem 0;
}

.news_list_landscape .news_card {
  flex: none;
  margin: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.news_list_landscape .news_card:last-child {
  margin-bottom: 0;
}
.news_list_landscape .news_card .news_card_content div {
  min-height: 120px;
}
.news_list_landscape .news_card .image-wrapper {
  display: inline-block;
  width: 40%;
  float: left;
  padding: 0;
  margin: 0;
  height: 480px;
}
.news_list_landscape .news_card .image-wrapper img {
  margin: 0;
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news_list {
  width: 100%;
}
.news_list.news_list_landscape {
  max-width: 100%;
}
.news_list.news_list_landscape .news_card_content {
  display: inline-block;
  width: 60%;
  float: left;
  padding-left: 70px;
}

@media screen and (max-width: 640px) {
  .news_details {
    margin-right: 10px;
  }

  .news_list_landscape .news_card .image-wrapper,
.news_list.news_list_landscape .news_card_content {
    width: 100%;
  }
}
.news_tile_list {
  display: flex;
  flex-wrap: wrap;
  flex: none;
  /* margin: 0 -15px;*/
  width: 100%;
}
.news_tile_list .news_right {
  /*display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;*/
  padding-top: 40px;
}
.news_tile_list .news_left {
  /*    display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
      padding: 0 23px;*/
}
.news_tile_list .news_details {
  margin: 0;
  padding: 0;
}

.news_card_content {
  padding: 20px;
  height: 100%;
}

.news_card &gt; div.news_card_content {
  margin-bottom: 0;
}

.news_card.news_card__stacked .news_card_content a {
  position: relative;
  bottom: auto;
  margin: 0;
  margin-top: auto;
  padding-bottom: 0;
}

.news_card {
  margin: 0 8px 1rem;
}
.news_card .news-item-cat-list {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 0;
  margin: 0;
}
.news_card .news-item-cat-list li {
  margin: 0;
  padding: 0;
  margin-top: 4px;
  text-align: right;
}
.news_card .news-item-cat-list li a {
  color: #6f695d;
}

.news_list_landscape .news_card h4, .news_list_landscape .news_card .h4 {
  margin-bottom: 0;
  min-height: 102px;
  padding-bottom: 15px;
}

.news_list_landscape .news_card p {
  margin: 0;
}

.news_list_landscape .news_card h3, .news_list_landscape .news_card .h3 {
  margin: 0;
  padding-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .news_card .news_card_content div {
    min-height: 132px;
  }

  .news_card {
    flex: 0 1 calc(33.33% - 16px);
  }
}
@media screen and (max-width: 1600px) {
  .news_list_landscape .news_card .image-wrapper {
    height: 420px;
  }
}
@media screen and (max-width: 1400px) {
  .news_list_landscape .news_card .image-wrapper {
    height: 380px;
  }
}
@media screen and (max-width: 1199px) {
  .news_card h4, .news_card .h4 {
    min-height: 1px;
  }
}
@media screen and (max-width: 1190px) {
  .news_list_landscape .news_card .image-wrapper {
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .news_list_landscape .news_card .image-wrapper {
    height: auto;
  }

  .news_list_landscape .news_card h4, .news_list_landscape .news_card .h4 {
    min-height: 1px;
  }

  .news_list_landscape .news_card .news_card_content div {
    min-height: 1px;
    padding-bottom: 15px;
  }
}
/*app*/
@media screen and (max-width: 1199px) {
  .news_list.news_list_landscape .news_card_content {
    padding-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  .news_list.news_list_landscape .news_card_content {
    padding-left: 30px;
  }

  .news_tile_list .news_right,
.news_tile_list .news_left {
    /*   -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;*/
  }

  .news_tile_list .news_right {
    order: 2;
  }

  .news_tile_list .news_left {
    order: 1;
  }

  .news_card {
    margin: 0 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .news_list_landscape .news_card .image-wrapper,
.news_list.news_list_landscape .news_card_content {
    width: 100%;
    padding-left: 0;
  }

  .news_list.news_list_landscape .news_card_content {
    padding-left: 15px;
  }
}
.order-details &gt; header &gt; ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.order-details &gt; header &gt; ul &gt; li {
  flex: 0 1 100%;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0.25rem 0;
}
@media (min-width: 768px) {
  .order-details &gt; header &gt; ul &gt; li {
    flex: 0 1 50%;
    padding-right: 2rem;
  }
}
.order-details &gt; header &gt; ul &gt; li &gt; span {
  font-weight: bold;
  font-size: 1rem;
  display: block;
  margin-right: 0.375rem;
}
.order-details_products {
  max-width: 100%;
  margin: 3rem 0;
}
.order-details_products_item &gt; td:not(:nth-child(2)) {
  white-space: nowrap;
}
.order-details_products_item &gt; th {
  white-space: nowrap;
}
.order-details_products_item td &gt; h5, .order-details_products_item td &gt; .h5 {
  margin-bottom: 0.625rem;
}
.order-details_products_item td &gt; h5 a, .order-details_products_item td &gt; .h5 a {
  color: #6f695d;
  transition: color 0.15s ease-in-out 0s;
}
.order-details_products_item td &gt; h5 a:hover, .order-details_products_item td &gt; .h5 a:hover, .order-details_products_item td &gt; h5 a:focus, .order-details_products_item td &gt; .h5 a:focus {
  text-decoration: none;
  color: #3a3731;
}
.order-details_products_item td &gt; ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  display: none;
}
@media (min-width: 768px) {
  .order-details_products_item td &gt; ul {
    display: flex;
  }
}
.order-details_products_item td &gt; ul &gt; li {
  padding: 0.25rem 0;
}
.order-details_products_item td &gt; ul &gt; li:not(:last-child) {
  margin-right: 1rem;
}
.order-details_products_item td &gt; ul &gt; li &gt; span {
  display: inline-block;
  margin-right: 0.125rem;
  font-weight: bold;
  font-size: 0.875rem;
  color: #6f695d;
}
.order-details_products tbody th {
  text-align: left;
  vertical-align: top;
}
.order-details_products tbody th p {
  font-weight: bold;
  color: #6f695d;
  margin: 0.5rem 0;
  line-height: 1.25rem;
}
.order-details_products tbody th p:first-child {
  margin-top: 0;
}
.order-details_products tbody th p:last-child {
  margin-bottom: 0;
}
.order-details &gt; section {
  margin: 2.5rem 0;
}
.order-details_addresses {
  display: flex;
  flex-wrap: wrap;
}
.order-details_addresses &gt; div {
  flex: 0 1 100%;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 576px) {
  .order-details_addresses &gt; div {
    flex: 0 1 50%;
    padding-right: 2rem;
    padding-bottom: 0;
  }
}
.order-details_addresses &gt; div h5, .order-details_addresses &gt; div .h5 {
  margin: 0 0 1rem;
}
.order-details_addresses &gt; div p {
  margin: 0.25rem 0 0;
}
.order-details .stock-notice:first-of-type:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

.order-history_filters {
  /* display: flex;*/
  justify-content: space-between;
  margin: 0 0 5rem;
  /* flex-direction: column;*/
}
@media screen and (min-width: 992px) {
  .order-history_filters {
    /*   flex-direction: row;*/
  }
}
.order-history_filters .input {
  margin: 0;
}
.order-history_filters .input label {
  display: none;
}
.order-history_filters .input-date {
  border: 1px solid #9d9fa2;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: "Open Sans", sans-serif;
  padding: 0.625rem 0.625rem;
  font-weight: 400;
  transition: border-color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
}
.order-history_filters .react-datepicker-popper {
  top: -2.25rem;
}
.order-history_filters .react-datepicker-wrapper:not(:first-of-type) {
  margin-left: 1rem;
}
.order-history_filters .react-datepicker-wrapper .input {
  width: 9rem;
}
.order-history_filters .btn-row {
  margin-top: 0;
}
.order-history_filters div.order-history_number-filter,
.order-history_filters form.order-history_number-filter {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 1 1 auto;
}
@media screen and (min-width: 992px) {
  .order-history_filters div.order-history_number-filter,
.order-history_filters form.order-history_number-filter {
    flex-direction: row;
  }
}
.order-history_filters div.order-history_number-filter .btn-row,
.order-history_filters form.order-history_number-filter .btn-row {
  /* margin-top: 1.25rem;
   margin-left: 0;*/
}
@media screen and (min-width: 992px) {
  .order-history_filters div.order-history_number-filter .btn-row,
.order-history_filters form.order-history_number-filter .btn-row {
    /*  margin-left: 1.5rem;
      margin-top: 0;
      justify-content: flex-end;*/
  }
}
@media screen and (min-width: 992px) {
  .order-history_filters div.order-history_number-filter .btn-row .btn, .order-history_filters div.order-history_number-filter .btn-row .btn-pagination, .order-history_filters div.order-history_number-filter .btn-row .btn-primary, .order-history_filters div.order-history_number-filter .btn-row .btn-gold, .order-history_filters div.order-history_number-filter .btn-row .btn-white, .order-history_filters div.order-history_number-filter .btn-row .btn-blue, .order-history_filters div.order-history_number-filter .btn-row .btn-green, .order-history_filters div.order-history_number-filter .btn-row .btn-highlight, .order-history_filters div.order-history_number-filter .btn-row .btn-icon, .order-history_filters div.order-history_number-filter .btn-row .btn-link, .order-history_filters div.order-history_number-filter .btn-row .btn-checkbox, .order-history_filters div.order-history_number-filter .btn-row .btn-ghost,
.order-history_filters form.order-history_number-filter .btn-row .btn,
.order-history_filters form.order-history_number-filter .btn-row .btn-pagination,
.order-history_filters form.order-history_number-filter .btn-row .btn-primary,
.order-history_filters form.order-history_number-filter .btn-row .btn-gold,
.order-history_filters form.order-history_number-filter .btn-row .btn-white,
.order-history_filters form.order-history_number-filter .btn-row .btn-blue,
.order-history_filters form.order-history_number-filter .btn-row .btn-green,
.order-history_filters form.order-history_number-filter .btn-row .btn-highlight,
.order-history_filters form.order-history_number-filter .btn-row .btn-icon,
.order-history_filters form.order-history_number-filter .btn-row .btn-link,
.order-history_filters form.order-history_number-filter .btn-row .btn-checkbox,
.order-history_filters form.order-history_number-filter .btn-row .btn-ghost {
    line-height: 2.125rem;
  }
}
.order-history_filters div.order-history_date-filter:not(:first-child),
.order-history_filters form.order-history_date-filter:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .order-history_filters div.order-history_date-filter:not(:first-child),
.order-history_filters form.order-history_date-filter:not(:first-child) {
    margin-top: 0;
  }
}
.order-history_filters div.order-history_date-filter .btn-row,
.order-history_filters form.order-history_date-filter .btn-row {
  /* margin-top: 1.25rem;
   margin-left: 0;*/
}
@media screen and (min-width: 992px) {
  .order-history_filters div.order-history_date-filter .btn-row,
.order-history_filters form.order-history_date-filter .btn-row {
    /* margin-left: 1.5rem;
     margin-top: 0;
     justify-content: flex-end;*/
  }
}
@media screen and (min-width: 992px) {
  .order-history_filters div.order-history_date-filter .btn-row .btn, .order-history_filters div.order-history_date-filter .btn-row .btn-pagination, .order-history_filters div.order-history_date-filter .btn-row .btn-primary, .order-history_filters div.order-history_date-filter .btn-row .btn-gold, .order-history_filters div.order-history_date-filter .btn-row .btn-white, .order-history_filters div.order-history_date-filter .btn-row .btn-blue, .order-history_filters div.order-history_date-filter .btn-row .btn-green, .order-history_filters div.order-history_date-filter .btn-row .btn-highlight, .order-history_filters div.order-history_date-filter .btn-row .btn-icon, .order-history_filters div.order-history_date-filter .btn-row .btn-link, .order-history_filters div.order-history_date-filter .btn-row .btn-checkbox, .order-history_filters div.order-history_date-filter .btn-row .btn-ghost,
.order-history_filters form.order-history_date-filter .btn-row .btn,
.order-history_filters form.order-history_date-filter .btn-row .btn-pagination,
.order-history_filters form.order-history_date-filter .btn-row .btn-primary,
.order-history_filters form.order-history_date-filter .btn-row .btn-gold,
.order-history_filters form.order-history_date-filter .btn-row .btn-white,
.order-history_filters form.order-history_date-filter .btn-row .btn-blue,
.order-history_filters form.order-history_date-filter .btn-row .btn-green,
.order-history_filters form.order-history_date-filter .btn-row .btn-highlight,
.order-history_filters form.order-history_date-filter .btn-row .btn-icon,
.order-history_filters form.order-history_date-filter .btn-row .btn-link,
.order-history_filters form.order-history_date-filter .btn-row .btn-checkbox,
.order-history_filters form.order-history_date-filter .btn-row .btn-ghost {
    line-height: 2.125rem;
  }
}
.order-history &gt; .btn, .order-history &gt; .btn-pagination, .order-history &gt; .btn-primary, .order-history &gt; .btn-gold, .order-history &gt; .btn-white, .order-history &gt; .btn-blue, .order-history &gt; .btn-green, .order-history &gt; .btn-highlight, .order-history &gt; .btn-icon, .order-history &gt; .btn-link, .order-history &gt; .btn-checkbox, .order-history &gt; .btn-ghost {
  margin: 3rem auto 2rem;
}

.order-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.order-list_item {
  display: flex;
  padding: 0;
  flex-direction: column;
  border-top: 3px solid #00AAB2;
}
@media screen and (min-width: 992px) {
  .order-list_item {
    flex-direction: row;
  }
}
.order-list_item:last-child {
  border-bottom: 3px solid #00AAB2;
}
.order-list_item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.order-list_item ul li {
  padding: 0;
}
.order-list_item p {
  font-size: 1rem;
}
.order-list_item-details {
  flex: 1 1 auto;
  padding: 2.5rem 2.5rem 2.5rem 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.order-list_item-details h4, .order-list_item-details .h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.order-list_item-details .btn-row {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  margin-top: 1rem;
}
.order-list_item .label {
  font-size: 0.875em;
  display: block;
  color: #6f695d;
}
.order-list_item_heading-details {
  margin: 1rem 0 0;
}
.order-list_item_heading-details &gt; h5, .order-list_item_heading-details &gt; .h5,
.order-list_item_heading-details &gt; h6,
.order-list_item_heading-details &gt; .h6 {
  margin: 0 0 1rem 0;
  flex: 1 1 calc(100% - 1rem);
}
@media screen and (min-width: 576px) {
  .order-list_item_heading-details &gt; h5, .order-list_item_heading-details &gt; .h5,
.order-list_item_heading-details &gt; h6,
.order-list_item_heading-details &gt; .h6 {
    flex: 1 1 calc(50% - 1rem);
  }
}
.order-list_item_body-details {
  /* display: flex;
  justify-content: space-between;*/
  margin: 1rem 0;
  /*  flex-wrap: wrap;*/
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-gap: 20px;
}
.order-list_item_body-details p {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  flex: 1 1 calc(100% - 1rem);
}
@media screen and (min-width: 576px) {
  .order-list_item_body-details p {
    flex: 1 1 calc(50% - 1rem);
  }
}
@media screen and (min-width: 768px) {
  .order-list_item_body-details p {
    flex: 1 1 calc(33.33% - 1rem);
  }
}
@media screen and (min-width: 992px) {
  .order-list_item_body-details p {
    flex: 1 1 calc(25% - 1rem);
  }
}
.order-list_item_tracking-details {
  margin: 1rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-gap: 20px;
}
.order-list_item_tracking-details h6, .order-list_item_tracking-details .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.order-list_item_tracking-details ul {
  display: flex;
}
.order-list_item_tracking-details ul li {
  margin: 0 1rem;
}
.order-list_item_tracking-details ul li:first-child {
  margin-left: 0;
}
.order-list_item_tracking-details ul li:last-child {
  margin-right: 0;
}
.order-list_item_invoice-details {
  flex: 0 0 33.33%;
  box-sizing: border-box;
  background-color: #f7f7f7;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
}
.order-list_item_invoice-details_no-orders {
  background-color: #ffffff;
  padding: 0;
}
.order-list_item_invoice-details h5, .order-list_item_invoice-details .h5 {
  margin: 0 0 0.5rem;
}
.order-list_item_invoice-details ul {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.order-list_item_invoice-details ul li {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
}
.order-list_item_invoice-details ul li &gt; header {
  display: flex;
  /* flex-wrap: wrap;*/
  justify-content: space-between;
}
.order-list_item_invoice-details ul li &gt; header h6, .order-list_item_invoice-details ul li &gt; header .h6,
.order-list_item_invoice-details ul li &gt; header p {
  margin: 0.5rem 2rem 0.5rem 0;
  color: #6f695d;
}
.order-list_item_invoice-details ul li .btn-row {
  flex: 0 1 auto;
  display: flex;
  justify-content: flex-start;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .order-list_item_invoice-details ul li .btn-row {
    margin-top: 2rem;
  }
}
.order-list_item_invoice-details ul li .btn-row .btn, .order-list_item_invoice-details ul li .btn-row .btn-pagination, .order-list_item_invoice-details ul li .btn-row .btn-primary, .order-list_item_invoice-details ul li .btn-row .btn-gold, .order-list_item_invoice-details ul li .btn-row .btn-white, .order-list_item_invoice-details ul li .btn-row .btn-blue, .order-list_item_invoice-details ul li .btn-row .btn-green, .order-list_item_invoice-details ul li .btn-row .btn-highlight, .order-list_item_invoice-details ul li .btn-row .btn-icon, .order-list_item_invoice-details ul li .btn-row .btn-link, .order-list_item_invoice-details ul li .btn-row .btn-checkbox, .order-list_item_invoice-details ul li .btn-row .btn-ghost {
  background-color: transparent;
}
.order-list_item_invoice-details ul li .btn-row .btn:hover, .order-list_item_invoice-details ul li .btn-row .btn-pagination:hover, .order-list_item_invoice-details ul li .btn-row .btn-primary:hover, .order-list_item_invoice-details ul li .btn-row .btn-gold:hover, .order-list_item_invoice-details ul li .btn-row .btn-white:hover, .order-list_item_invoice-details ul li .btn-row .btn-blue:hover, .order-list_item_invoice-details ul li .btn-row .btn-green:hover, .order-list_item_invoice-details ul li .btn-row .btn-highlight:hover, .order-list_item_invoice-details ul li .btn-row .btn-icon:hover, .order-list_item_invoice-details ul li .btn-row .btn-link:hover, .order-list_item_invoice-details ul li .btn-row .btn-checkbox:hover, .order-list_item_invoice-details ul li .btn-row .btn-ghost:hover, .order-list_item_invoice-details ul li .btn-row .btn:focus, .order-list_item_invoice-details ul li .btn-row .btn-pagination:focus, .order-list_item_invoice-details ul li .btn-row .btn-primary:focus, .order-list_item_invoice-details ul li .btn-row .btn-gold:focus, .order-list_item_invoice-details ul li .btn-row .btn-white:focus, .order-list_item_invoice-details ul li .btn-row .btn-blue:focus, .order-list_item_invoice-details ul li .btn-row .btn-green:focus, .order-list_item_invoice-details ul li .btn-row .btn-highlight:focus, .order-list_item_invoice-details ul li .btn-row .btn-icon:focus, .order-list_item_invoice-details ul li .btn-row .btn-link:focus, .order-list_item_invoice-details ul li .btn-row .btn-checkbox:focus, .order-list_item_invoice-details ul li .btn-row .btn-ghost:focus {
  background-color: #6f695d;
}
.order-list_item_payment-details {
  margin: 1.5rem 0;
}
.order-list_item_payment-details h6, .order-list_item_payment-details .h6 {
  margin: 0 0 0.5rem 0;
}
.order-list_item_payment-details table thead th {
  color: #6f695d;
  font-size: 1rem;
  font-weight: normal;
  border-bottom: 1px solid rgba(111, 105, 93, 0.5);
  padding: 0.5rem 0.5rem 0.5rem 0.25rem;
}
.order-list_item_payment-details table tbody tr:nth-child(even) {
  background-color: rgba(247, 247, 247, 0.25);
}
.order-list_item_payment-details table tbody td {
  padding: 0.5rem 0.5rem 0.5rem 0.25rem;
  font-size: 1.125rem;
  color: #6f695d;
}

.parallax-background {
  position: relative;
  overflow: hidden;
  flex-direction: column;
}
.parallax-background .background-container {
  position: absolute;
  left: 0;
  min-height: 150%;
  background-position: center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.parallax-background .background-content {
  width: 100%;
  z-index: 100;
  position: relative;
}

.page-hero {
  position: relative;
  overflow: hidden;
  flex-direction: column;
}
.page-hero .background-container {
  position: absolute;
  left: 0;
  min-height: 125%;
  background-position: center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-hero .background-content {
  width: 100%;
  z-index: 100;
  position: relative;
}

@keyframes animateBgGradient {
  0% {
    background-position: 150% 50%;
  }
  100% {
    background-position: -150% 50%;
  }
}
.product-card {
  border: 1px solid #e1e1e1;
  padding: 1.125rem;
  margin: 0.75rem;
  transition: box-shadow 0.15s ease-in-out 0s, transform 0.15s ease-in-out 0s;
  box-sizing: border-box;
  position: relative;
  background-color: #ffffff;
}
.product-card a:not(.btn):not(.btn-pagination):not(.btn-primary):not(.btn-gold):not(.btn-white):not(.btn-blue):not(.btn-green):not(.btn-highlight):not(.btn-icon):not(.btn-link):not(.btn-checkbox):not(.btn-ghost) {
  color: #6f695d;
  display: block;
  text-decoration: none;
  transition: color 0.15s ease-in-out 0s;
}
.product-card a:not(.btn):not(.btn-pagination):not(.btn-primary):not(.btn-gold):not(.btn-white):not(.btn-blue):not(.btn-green):not(.btn-highlight):not(.btn-icon):not(.btn-link):not(.btn-checkbox):not(.btn-ghost):hover, .product-card a:not(.btn):not(.btn-pagination):not(.btn-primary):not(.btn-gold):not(.btn-white):not(.btn-blue):not(.btn-green):not(.btn-highlight):not(.btn-icon):not(.btn-link):not(.btn-checkbox):not(.btn-ghost):focus {
  color: #3a3731;
}
.product-card .image-wrapper {
  margin: 0 auto;
  transition: opacity 0.15s ease-in-out;
}
.product-card .btn, .product-card .btn-pagination, .product-card .btn-primary, .product-card .btn-gold, .product-card .btn-white, .product-card .btn-blue, .product-card .btn-green, .product-card .btn-highlight, .product-card .btn-icon, .product-card .btn-link, .product-card .btn-checkbox, .product-card .btn-ghost {
  width: 100%;
}
.product-card .tooltip-warning {
  justify-content: flex-start;
}
.product-card-image-link {
  position: relative;
  padding: 50% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card-image-link .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1rem;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card-image-link .image-wrapper img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.product-card.loading {
  pointer-events: none;
}
.product-card.loading .image-wrapper {
  opacity: 0;
}
.product-card.loading .loader {
  pointer-events: none;
}
.product-card.loading .product-text h3, .product-card.loading .product-text .h3,
.product-card.loading .product-text h4,
.product-card.loading .product-text .h4,
.product-card.loading .product-text p {
  color: transparent;
  background: linear-gradient(90deg, #f7f7f7 40%, #e1e1e1, #f7f7f7 60%);
  animation: animateBgGradient 4s linear infinite;
  background-size: 300%;
}
.product-card.loading .product-text h4, .product-card.loading .product-text .h4 {
  text-transform: none;
}
.product-card.loading .product-text::before {
  background: linear-gradient(90deg, #e1e1e1 35%, #f7f7f7, #e1e1e1 65%);
  animation: animateBgGradient 4s linear infinite;
  background-size: 300%;
}
.product-card.loading .btn, .product-card.loading .btn-pagination, .product-card.loading .btn-primary, .product-card.loading .btn-gold, .product-card.loading .btn-white, .product-card.loading .btn-blue, .product-card.loading .btn-green, .product-card.loading .btn-highlight, .product-card.loading .btn-icon, .product-card.loading .btn-link, .product-card.loading .btn-checkbox, .product-card.loading .btn-ghost {
  border-color: transparent;
  color: transparent;
  background: linear-gradient(90deg, #e1e1e1 35%, #f7f7f7, #e1e1e1 65%);
  animation: animateBgGradient 4s linear infinite;
  background-size: 300%;
}
.product-card .favorite-button {
  position: absolute;
  top: 0;
  right: 0;
}
.product-card_landscape {
  display: grid;
  flex: 0 1 100%;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto 3rem;
  grid-template-areas: "image text" "image buttons";
}
.product-card_landscape .product-card-image-link {
  grid-area: image;
  padding: 0;
}
.product-card_landscape .product-card-image-link .image-wrapper {
  align-items: flex-start;
  padding: 0 1rem 0 0;
}
.product-card_landscape .product-card-image-link .image-wrapper img {
  height: auto;
  max-height: 16rem;
}
.product-card_landscape .product-text {
  grid-area: text;
  grid-template-rows: 4rem 8fr 12fr 12fr;
}
.product-card_landscape .product-text::before {
  content: none;
}
.product-card_landscape .product-text h3, .product-card_landscape .product-text .h3 {
  margin-top: 0.25rem;
  padding-right: 2.75rem;
}
.product-card_landscape .btn-group {
  grid-area: buttons;
}
.product-card_landscape .btn-group .btn, .product-card_landscape .btn-group .btn-pagination, .product-card_landscape .btn-group .btn-primary, .product-card_landscape .btn-group .btn-gold, .product-card_landscape .btn-group .btn-white, .product-card_landscape .btn-group .btn-blue, .product-card_landscape .btn-group .btn-green, .product-card_landscape .btn-group .btn-highlight, .product-card_landscape .btn-group .btn-icon, .product-card_landscape .btn-group .btn-link, .product-card_landscape .btn-group .btn-checkbox, .product-card_landscape .btn-group .btn-ghost {
  max-width: 16rem;
}
.product-card_landscape .favorite-button {
  top: 0.5rem;
  right: 0.75rem;
}
.product-text {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 4rem auto auto;
  position: relative;
}
.product-text::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  height: 2px;
  background: #6f695d;
}
.product-text h3, .product-text .h3,
.product-text h4,
.product-text .h4,
.product-text p {
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
}
.product-text h3, .product-text .h3 {
  margin: 0.75rem auto 0.25rem;
  word-break: break-word;
  color: #6f695d;
  overflow: hidden;
  position: relative;
  font-size: 1rem;
  line-height: 1.25rem;
  display: -webkit-box;
  max-width: 100%;
  height: 4.5ch;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-text h3:hover, .product-text .h3:hover, .product-text h3:focus, .product-text .h3:focus {
  color: #3a3731;
}
.product-text h4, .product-text .h4 {
  margin: 0.375rem 0 0.75rem;
  word-break: break-word;
  line-height: 1.25rem;
}
.product-text h4.product-brand, .product-text .product-brand.h4 {
  font-size: 1rem;
}
.product .btn, .product .btn-pagination, .product .btn-primary, .product .btn-gold, .product .btn-white, .product .btn-blue, .product .btn-green, .product .btn-highlight, .product .btn-icon, .product .btn-link, .product .btn-checkbox, .product .btn-ghost {
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.product-numbers {
  margin: 0 0 0.75rem;
}
.product-numbers p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1rem;
}
.product-price {
  margin: 1.125rem 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex: 1 1 auto;
}
.product-price .tooltip-warning {
  margin-top: -0.0625rem;
}
.product-price .tooltip-warning button {
  padding: 0.375rem;
  margin-left: 0.125rem;
}
.product-price h4, .product-price .h4 {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  min-height: 2.125rem;
}

.product-list_carousel {
  padding: 0;
}
.product-list_carousel .slick-track {
  display: flex;
  min-width: 100%;
}
.product-list_carousel .slick-track .slick-slide {
  /*  height: auto;
    flex: 0 0 auto;*/
}
.product-list_carousel .slick-track .slick-slide &gt; div {
  height: 100%;
}
.product-list_carousel .slick-track .slick-slide &gt; div .product-card {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.product-list-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.product-list {
  transition: max-height 0.5s ease-in-out 0s;
  overflow: hidden;
}
.product-list_end-div {
  flex: 1 1 100%;
}
.product-card {
  flex: 1 1 calc(33.33% - 2rem);
}
.product-list-4-up .product-card {
  flex: 1 1 100%;
}
@media (min-width: 769px) {
  .product-list-4-up .product-card {
    flex: 1 1 calc(50% - 2rem);
  }
}
@media (min-width: 993px) {
  .product-list-4-up .product-card {
    flex: 1 1 calc(33.33% - 2rem);
  }
}
@media (min-width: 1201px) {
  .product-list-4-up .product-card {
    flex: 1 1 calc(25% - 2rem);
  }
}

.product-specs {
  display: flex;
  margin: 3rem 0;
  flex-direction: column;
}
.product-specs_additional {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 2px solid #6f695d;
}
.product-specs_additional h4, .product-specs_additional .h4 {
  margin: 0.5rem 0 1rem;
  color: #6f695d;
}
.product-specs_additional table thead th {
  padding-top: 0;
  padding-left: 0;
}
.product-specs_additional table thead th h4, .product-specs_additional table thead th .h4 {
  margin: 0.5rem 0 1rem;
  color: #6f695d;
}
.product-specs_additional section:not(:last-child) {
  margin-bottom: 2rem;
}
.product-specs_additional section:not(:first-child) {
  border-top: 2px solid #6f695d;
}
.product-specs_additional div {
  margin: 0.5rem 0;
}
.product-specs_additional .file {
  color: #6f695d;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.product-specs_additional svg {
  height: 1rem;
  margin-right: 0.5rem;
}
.product-specs_codes th {
  padding: 0;
  text-align: left;
  white-space: nowrap;
}
.product-specs_codes thead th {
  border-bottom: 0;
}
.product-specs_codes tbody th,
.product-specs_codes tbody td {
  padding: 0.375rem 0;
}
.product-specs_codes tbody th {
  font-weight: normal;
  padding-right: 0.5rem;
}
.product-specs_codes tbody td {
  color: #6f695d;
}
.product-specs_codes tbody tr {
  background-color: #ffffff;
}
@media screen and (min-width: 1200px) {
  .product-specs {
    flex-direction: row;
  }
  .product-specs_main {
    width: 75%;
  }
  .product-specs_additional {
    width: 25%;
  }
}
.product-specs_codes {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .product-specs_codes {
    margin-top: 0;
  }
}
.product-specs_codes table thead th {
  border-bottom: none;
}
.product-specs__main {
  flex: 1 1 auto;
  border-top: 2px solid #6f695d;
  margin-right: 2rem;
}
.product-specs__main img {
  transition: opacity 5s ease-in-out;
}
.product-specs__tabs {
  border-bottom: 0 none;
}
.product-specs__tabs button.nav-link {
  background: none;
  border: none;
  padding: 0;
  padding-top: 4px;
  position: relative;
  cursor: pointer;
  color: #6f695d;
}
.product-specs__tabs button.nav-link:not(:last-child) {
  margin-right: 2rem;
}
.product-specs__tabs button.nav-link::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 6px;
  transition: background-color 0.15s ease-in-out 0s;
}
.product-specs__tabs button.nav-link:hover, .product-specs__tabs button.nav-link:focus {
  outline: none;
  border: 0 none;
}
.product-specs__tabs button.nav-link:hover h3, .product-specs__tabs button.nav-link:hover .h3, .product-specs__tabs button.nav-link:focus h3, .product-specs__tabs button.nav-link:focus .h3 {
  color: #00AAB2;
}
.product-specs__tabs button.nav-link:hover::before, .product-specs__tabs button.nav-link:focus::before {
  background-color: #00AAB2;
}
.product-specs__tabs button.nav-link.active::before {
  background-color: #00AAB2;
}
.product-specs__tabs button.nav-link.active h3, .product-specs__tabs button.nav-link.active .h3 {
  color: #00AAB2;
}
.product-specs__tabs h3, .product-specs__tabs .h3 {
  margin: 0.25rem 0;
  color: #6f695d;
  transition: color 0.15s ease-in-out 0s;
}
.product-specs__summary-block {
  width: 100%;
  pointer-events: none;
  padding: 0.5rem;
}
.product-specs__summary-block:nth-child(2) &gt; div &gt; * {
  margin: 1.5rem 1.5rem 1.5rem 0;
  flex: 1 1 calc(50% - 1.5rem);
}
@media screen and (min-width: 576px) {
  .product-specs__summary-block:nth-child(2) &gt; div &gt; * {
    flex: 1 1 calc(33.33% - 1.5rem);
  }
}
@media screen and (min-width: 992px) {
  .product-specs__summary-block:nth-child(2) &gt; div &gt; * {
    margin-right: 2rem;
    flex: 1 1 calc(25% - 2rem);
  }
}
.product-specs__summary-block.active {
  pointer-events: all;
}
.product-specs__summary-block ul {
  padding-left: 1.25rem;
}
.product-specs__summary-block ul li {
  padding: 0.25rem 0;
}

.product-qty {
  position: relative;
}
.product-qty .loader.small {
  z-index: 10;
}
.product-qty .loader.small svg {
  max-width: 2.75rem !important;
  max-height: 2.75rem !important;
}

.quick-product-add {
  margin: 4rem 0 1rem;
}
.quick-product-add form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.quick-product-add form .input {
  margin-bottom: 0;
  margin-top: 0;
}
.quick-product-add form .product-amount {
  margin-left: 2rem;
}
.quick-product-add form .btn, .quick-product-add form .btn-pagination, .quick-product-add form .btn-primary, .quick-product-add form .btn-gold, .quick-product-add form .btn-white, .quick-product-add form .btn-blue, .quick-product-add form .btn-green, .quick-product-add form .btn-highlight, .quick-product-add form .btn-icon, .quick-product-add form .btn-link, .quick-product-add form .btn-checkbox, .quick-product-add form .btn-ghost {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  line-height: 1.625rem;
  margin-left: 4rem;
}
.quick-product-add form &gt; p {
  flex: 1 1 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}
.quick-product-add form.hide-qty-error .product-amount .input .error {
  opacity: 0;
}

.image-wrapper {
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  transition: filter 0.125s ease-in;
}
.image-wrapper.loaded {
  filter: none;
}
.image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.section-w-column-menu_content {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}
@media screen and (min-width: 576px) {
  .section-w-column-menu_content {
    flex-direction: row;
  }
}
.section-w-column-menu_content &gt; :not(:first-child) {
  flex: 1 1 auto;
}
.section-w-column-menu_content_brands nav {
  display: none;
}
@media screen and (min-width: 576px) {
  .section-w-column-menu_content_brands nav {
    display: flex;
  }
}
.section-w-column-menu_content_brands nav ul li {
  text-align: center;
}
.section-w-column-menu_w-breadcrumbs {
  margin-top: 1.5rem;
}
.section-w-column-menu_w-breadcrumbs h1, .section-w-column-menu_w-breadcrumbs .h1 {
  margin: 2rem 0;
}

.stock-notice {
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: bold;
}
.stock-notice .edmo-icon {
  display: inline-block;
  margin-left: 0.0625rem;
  margin-top: 0.0625rem;
}
.stock-notice .edmo-icon svg {
  height: 0.875rem;
  width: 0.875rem;
}
.stock-notice + * {
  margin-top: 0;
}
.stock-notice_in-stock {
  color: #00a0a8;
}
.stock-notice_partial-stock {
  color: #f07b2e;
}

.stock-status {
  margin-bottom: 1.25rem;
}
.stock-status .stock-notice {
  margin: 0;
}
.stock-status .stock-notice:not(:first-of-type) {
  margin-top: 0.0625rem;
}

.testimonial &gt; section {
  display: inline-flex;
  width: 100%;
  min-height: 24.5rem;
}
.testimonial .container_half-width {
  padding: 2rem 1rem;
}
.testimonial.container_full-width {
  margin: 0;
}
.testimonial__copy {
  background: #00AAB2;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.testimonial__copy .container_half-width {
  margin-right: 0;
  margin-left: auto;
}
.testimonial__copy h2, .testimonial__copy .h2 {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1.5rem;
}
.testimonial__copy a {
  color: #6f695d;
}
.testimonial__copy .subhead {
  color: #6f695d;
  font-size: 1.375rem;
}
.testimonial__copy &gt; div p {
  margin-bottom: 0.75rem;
}
.testimonial__slides {
  flex-direction: column;
  justify-content: space-evenly;
  background: #6f695d;
}
.testimonial__slides .container_half-width {
  margin-left: 0;
  margin-right: auto;
}
.testimonial__slides div {
  outline: none;
}
.testimonial__slides blockquote {
  margin: revert;
}
.testimonial__slides .slick-track {
  display: flex;
  align-items: center;
}
.testimonial .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}
.testimonial .slick-dots li {
  padding: 0;
}
.testimonial .slick-dots button {
  background: #9d9fa2;
  border: none;
  border-radius: 50%;
  margin: 0 0.25rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  max-width: 1.125rem;
  max-height: 1.125rem;
  transition: background-color 0.15s ease;
  outline: none;
  color: transparent;
  cursor: pointer;
}
.testimonial .slick-dots button:hover, .testimonial .slick-dots button:focus {
  background: #007378;
}
.testimonial .slick-dots button::before {
  content: "";
  display: none;
}
.testimonial .slick-dots .slick-active button {
  background: #00AAB2;
}
.testimonial .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .testimonial {
    height: 24.5rem;
    display: flex;
  }
  .testimonial .container_half-width {
    padding: 2rem 4rem;
  }
  .testimonial__slides .container_half-width {
    padding-bottom: 1rem;
  }
  .testimonial &gt; section {
    width: 50%;
    height: 100%;
    min-height: initial;
  }
}

.text-w-core-values {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .text-w-core-values {
    flex-direction: row;
    align-items: flex-start;
  }
}
.text-w-core-values .edmo-core-values {
  flex: 1 0 auto;
}
.text-w-core-values .body-text {
  margin-bottom: 2rem;
}
.text-w-core-values .body-text :first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .text-w-core-values .body-text {
    margin-right: 3rem;
    margin-bottom: 0;
  }
}

.text-w-download .body-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.text-w-download .btn, .text-w-download .btn-pagination, .text-w-download .btn-primary, .text-w-download .btn-gold, .text-w-download .btn-white, .text-w-download .btn-blue, .text-w-download .btn-green, .text-w-download .btn-highlight, .text-w-download .btn-icon, .text-w-download .btn-link, .text-w-download .btn-checkbox, .text-w-download .btn-ghost {
  margin: 3.375rem 0 1.125rem 0;
}

.edmo-tooltip {
  position: relative;
  display: flex;
  justify-content: center;
  cursor: help;
}
.edmo-tooltip:focus {
  outline: none;
}
.edmo-tooltip .edmo-icon {
  color: #204e80;
}
.edmo-tooltip .edmo-icon svg {
  width: 1.5rem;
}
.edmo-tooltip button {
  background: transparent;
  border: none;
  line-height: 0;
  padding: 0.5625rem;
}
.edmo-tooltip button:hover {
  cursor: help;
}
.edmo-tooltip button:focus {
  outline: none;
}
.edmo-tooltip.tooltip-info button {
  padding: 0;
  margin-left: 0.25rem;
  width: 1.1rem;
  height: 1.1rem;
}
.edmo-tooltip.tooltip-info .edmo-icon {
  color: #204e80;
  width: 1.1rem;
  height: 1.1rem;
}
.edmo-tooltip.tooltip-info .edmo-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}
.edmo-tooltip.tooltip-warning .edmo-icon {
  color: #f65e52;
  width: 1.5rem;
  height: auto;
}
.edmo-tooltip.tooltip-warning .edmo-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.custom-tooltip-info {
  /*  bottom: calc(100% - 0.25rem);*/
}
.custom-tooltip-info.tooltip.show {
  opacity: 1;
}
.custom-tooltip-info .tooltip-inner {
  max-width: 23em;
  padding: 0.45rem 0.75rem 0.375rem;
  color: #ffffff;
  text-align: left;
  background: #204e80;
  border-radius: 1.0625rem;
  z-index: 1000;
  line-height: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  box-shadow: 1px 1px 1px rgba(32, 78, 128, 0.75);
  transition: opacity 0.25s ease-in-out 0s, transform 0s linear 0.25s;
  white-space: normal;
  /*margin-left: 285px;*/
}
.custom-tooltip-info.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .custom-tooltip-info.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #204e80;
}
.custom-tooltip-info.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .custom-tooltip-info.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #204e80;
}
.custom-tooltip-info.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .custom-tooltip-info.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #204e80;
}
.custom-tooltip-info.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .custom-tooltip-info.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #204e80;
}

.custom-tooltip-warning .tooltip-inner {
  color: #ffffff;
  border-radius: 1.0625rem;
  background: #f65e52;
  padding: 0.45rem 0.75rem 0.375rem;
  line-height: 1rem;
  font-size: 0.875rem;
  font-weight: bold;
  box-shadow: 1px 1px 1px rgba(246, 94, 82, 0.75);
  transition: opacity 0.25s ease-in-out 0s, transform 0s linear 0.25s;
  pointer-events: none;
  white-space: pre;
  z-index: 1000;
  max-width: 225px;
}
.custom-tooltip-warning.tooltip.show {
  opacity: 1;
}
.custom-tooltip-warning.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .custom-tooltip-warning.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #f65e52;
}
.custom-tooltip-warning.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .custom-tooltip-warning.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #f65e52;
}
.custom-tooltip-warning.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .custom-tooltip-warning.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #f65e52;
}
.custom-tooltip-warning.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .custom-tooltip-warning.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #f65e52;
}
.custom-tooltip-warning.bs-tooltip-auto .tooltip-arrow::before {
  border-top-color: #f65e52;
}

.landscape-product-list_item_description {
  flex-direction: column;
}
.landscape-product-list_item_description .info_item_up_wrapper {
  display: flex;
}
.landscape-product-list_item_description .elt_item_wrapper {
  flex: 1;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  border: 2px solid #000;
  background-color: #ffb900;
  margin-top: 15px;
}
.landscape-product-list_item_description .elt_item_wrapper .elt_item_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.landscape-product-list_item_description .elt_item_wrapper .elt_item_left &gt; h4, .landscape-product-list_item_description .elt_item_wrapper .elt_item_left &gt; .h4 {
  margin: 0;
}
.landscape-product-list_item_description .elt_item_wrapper .elt_item_left &gt; p {
  margin: 0;
  font-size: 0.7rem;
  font-weight: bold;
}
.landscape-product-list_item_description .elt_item_wrapper .elt_item_right {
  display: flex;
  align-items: center;
}
.landscape-product-list_item_description .elt_item_wrapper .elt_item_right &gt; button {
  padding: 0.8rem 3.5rem;
  background-color: #fff;
  border: 1px solid #eee;
  cursor: pointer;
  font-weight: bold;
  color: #6f695d;
  font-size: 1.3rem;
}
.landscape-product-list_item_description .elt_item_wrapper .elt_item_right &gt; button:hover {
  color: #f5b200;
}
.landscape-product-list_item_description .elt_item_wrapper .elt_item_right &gt; p {
  margin: 0;
  font-size: 2rem;
  margin-left: 3rem;
}

.sfPageEditor #MainNav {
  top: auto;
  position: relative;
}
.sfPageEditor .featured-services__column {
  width: 32%;
}
.sfPageEditor .featured-services__service {
  min-height: 400px;
}
.sfPageEditor .site-alerts {
  display: none;
}
.sfPageEditor #MainNav nav {
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .sfPageEditor .navbar-expand-lg {
    flex-wrap: nowrap;
  }
}
.sfPageEditor #MainNav .logo, .sfPageEditor #MainNav .nav-buttons {
  flex: 0 1 auto;
}
.sfPageEditor #MainNav .search,
.sfPageEditor #MainNav .site-navigation {
  flex: 1 1 auto;
}
.sfPageEditor .image-w-text .RadDock .rdCenter .rdContent .btn-row &gt; div &gt; div {
  margin-top: 0;
  flex-wrap: wrap;
}
.sfPageEditor .text-cta_row .RadDock .rdCenter .rdContent &gt; div &gt; div {
  display: flex;
  justify-content: flex-start;
}
</pre></body></html>