:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-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: #39724F;
  --bs-secondary: #CFE6D7;
  --bs-success: #4499E0;
  --bs-info: #E0EBF1;
  --bs-warning: #ffc107;
  --bs-danger: #C30003;
  --bs-light: #FFFFFF;
  --bs-dark: #000000;
  --bs-lightgray: #F8F8F8;
  --bs-gray: #EBEBEB;
  --bs-regulargray: #CACACA;
  --bs-mediumgray: #8A8A8A;
  --bs-darkengray: #333333;
  --bs-primary-rgb: 57, 114, 79;
  --bs-secondary-rgb: 207, 230, 215;
  --bs-success-rgb: 68, 153, 224;
  --bs-info-rgb: 224, 235, 241;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 195, 0, 3;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 0, 0, 0;
  --bs-lightgray-rgb: 248, 248, 248;
  --bs-gray-rgb: 235, 235, 235;
  --bs-regulargray-rgb: 202, 202, 202;
  --bs-mediumgray-rgb: 138, 138, 138;
  --bs-darkengray-rgb: 51, 51, 51;
  --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.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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;
}

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

h1, .h1 {
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.25rem;
  }
}

h3, .h3 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

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

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

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;
  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: .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: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #39724F;
  text-decoration: underline;
}

a:hover {
  color: #2e5b3f;
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

a > code {
  color: inherit;
}

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

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

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

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

.container {
  max-width: 350px;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 350px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 704px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1044px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
  -ms-flex-negative: 0;
      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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%;
}

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-2x3,
.gx-2x3 {
  --bs-gutter-x: 6px;
}

.g-2x3,
.gy-2x3 {
  --bs-gutter-y: 6px;
}

.g-3x5,
.gx-3x5 {
  --bs-gutter-x: 15px;
}

.g-3x5,
.gy-3x5 {
  --bs-gutter-y: 15px;
}

.g-x1,
.gx-x1 {
  --bs-gutter-x: 10px;
}

.g-x1,
.gy-x1 {
  --bs-gutter-y: 10px;
}

.g-x3,
.gx-x3 {
  --bs-gutter-x: 30px;
}

.g-x3,
.gy-x3 {
  --bs-gutter-y: 30px;
}

.g-x5,
.gx-x5 {
  --bs-gutter-x: 50px;
}

.g-x5,
.gy-x5 {
  --bs-gutter-y: 50px;
}

.g-x6,
.gx-x6 {
  --bs-gutter-x: 60px;
}

.g-x6,
.gy-x6 {
  --bs-gutter-y: 60px;
}

.g-x7,
.gx-x7 {
  --bs-gutter-x: 70px;
}

.g-x7,
.gy-x7 {
  --bs-gutter-y: 70px;
}

.g-x8,
.gx-x8 {
  --bs-gutter-x: 80px;
}

.g-x8,
.gy-x8 {
  --bs-gutter-y: 80px;
}

.g-x9,
.gx-x9 {
  --bs-gutter-x: 90px;
}

.g-x9,
.gy-x9 {
  --bs-gutter-y: 90px;
}

.g-x10,
.gx-x10 {
  --bs-gutter-x: 100px;
}

.g-x10,
.gy-x10 {
  --bs-gutter-y: 100px;
}

.g-x12,
.gx-x12 {
  --bs-gutter-x: 120px;
}

.g-x12,
.gy-x12 {
  --bs-gutter-y: 120px;
}

.g-x15,
.gx-x15 {
  --bs-gutter-x: 150px;
}

.g-x15,
.gy-x15 {
  --bs-gutter-y: 150px;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .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: 0.75rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 2.75rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 2.75rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 3.25rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 3.25rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 3.75rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 3.75rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-18,
  .gx-sm-18 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-18,
  .gy-sm-18 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-23,
  .gx-sm-23 {
    --bs-gutter-x: 5.25rem;
  }
  .g-sm-23,
  .gy-sm-23 {
    --bs-gutter-y: 5.25rem;
  }
  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-26,
  .gx-sm-26 {
    --bs-gutter-x: 6.5rem;
  }
  .g-sm-26,
  .gy-sm-26 {
    --bs-gutter-y: 6.5rem;
  }
  .g-sm-2x3,
  .gx-sm-2x3 {
    --bs-gutter-x: 6px;
  }
  .g-sm-2x3,
  .gy-sm-2x3 {
    --bs-gutter-y: 6px;
  }
  .g-sm-3x5,
  .gx-sm-3x5 {
    --bs-gutter-x: 15px;
  }
  .g-sm-3x5,
  .gy-sm-3x5 {
    --bs-gutter-y: 15px;
  }
  .g-sm-x1,
  .gx-sm-x1 {
    --bs-gutter-x: 10px;
  }
  .g-sm-x1,
  .gy-sm-x1 {
    --bs-gutter-y: 10px;
  }
  .g-sm-x3,
  .gx-sm-x3 {
    --bs-gutter-x: 30px;
  }
  .g-sm-x3,
  .gy-sm-x3 {
    --bs-gutter-y: 30px;
  }
  .g-sm-x5,
  .gx-sm-x5 {
    --bs-gutter-x: 50px;
  }
  .g-sm-x5,
  .gy-sm-x5 {
    --bs-gutter-y: 50px;
  }
  .g-sm-x6,
  .gx-sm-x6 {
    --bs-gutter-x: 60px;
  }
  .g-sm-x6,
  .gy-sm-x6 {
    --bs-gutter-y: 60px;
  }
  .g-sm-x7,
  .gx-sm-x7 {
    --bs-gutter-x: 70px;
  }
  .g-sm-x7,
  .gy-sm-x7 {
    --bs-gutter-y: 70px;
  }
  .g-sm-x8,
  .gx-sm-x8 {
    --bs-gutter-x: 80px;
  }
  .g-sm-x8,
  .gy-sm-x8 {
    --bs-gutter-y: 80px;
  }
  .g-sm-x9,
  .gx-sm-x9 {
    --bs-gutter-x: 90px;
  }
  .g-sm-x9,
  .gy-sm-x9 {
    --bs-gutter-y: 90px;
  }
  .g-sm-x10,
  .gx-sm-x10 {
    --bs-gutter-x: 100px;
  }
  .g-sm-x10,
  .gy-sm-x10 {
    --bs-gutter-y: 100px;
  }
  .g-sm-x12,
  .gx-sm-x12 {
    --bs-gutter-x: 120px;
  }
  .g-sm-x12,
  .gy-sm-x12 {
    --bs-gutter-y: 120px;
  }
  .g-sm-x15,
  .gx-sm-x15 {
    --bs-gutter-x: 150px;
  }
  .g-sm-x15,
  .gy-sm-x15 {
    --bs-gutter-y: 150px;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .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: 0.75rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 2rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 2rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 2.75rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 2.75rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 3rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 3rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 3.25rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 3.25rem;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 3.75rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 3.75rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 4rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 4rem;
  }
  .g-md-18,
  .gx-md-18 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-18,
  .gy-md-18 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 5rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 5rem;
  }
  .g-md-23,
  .gx-md-23 {
    --bs-gutter-x: 5.25rem;
  }
  .g-md-23,
  .gy-md-23 {
    --bs-gutter-y: 5.25rem;
  }
  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 6rem;
  }
  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 6rem;
  }
  .g-md-26,
  .gx-md-26 {
    --bs-gutter-x: 6.5rem;
  }
  .g-md-26,
  .gy-md-26 {
    --bs-gutter-y: 6.5rem;
  }
  .g-md-2x3,
  .gx-md-2x3 {
    --bs-gutter-x: 6px;
  }
  .g-md-2x3,
  .gy-md-2x3 {
    --bs-gutter-y: 6px;
  }
  .g-md-3x5,
  .gx-md-3x5 {
    --bs-gutter-x: 15px;
  }
  .g-md-3x5,
  .gy-md-3x5 {
    --bs-gutter-y: 15px;
  }
  .g-md-x1,
  .gx-md-x1 {
    --bs-gutter-x: 10px;
  }
  .g-md-x1,
  .gy-md-x1 {
    --bs-gutter-y: 10px;
  }
  .g-md-x3,
  .gx-md-x3 {
    --bs-gutter-x: 30px;
  }
  .g-md-x3,
  .gy-md-x3 {
    --bs-gutter-y: 30px;
  }
  .g-md-x5,
  .gx-md-x5 {
    --bs-gutter-x: 50px;
  }
  .g-md-x5,
  .gy-md-x5 {
    --bs-gutter-y: 50px;
  }
  .g-md-x6,
  .gx-md-x6 {
    --bs-gutter-x: 60px;
  }
  .g-md-x6,
  .gy-md-x6 {
    --bs-gutter-y: 60px;
  }
  .g-md-x7,
  .gx-md-x7 {
    --bs-gutter-x: 70px;
  }
  .g-md-x7,
  .gy-md-x7 {
    --bs-gutter-y: 70px;
  }
  .g-md-x8,
  .gx-md-x8 {
    --bs-gutter-x: 80px;
  }
  .g-md-x8,
  .gy-md-x8 {
    --bs-gutter-y: 80px;
  }
  .g-md-x9,
  .gx-md-x9 {
    --bs-gutter-x: 90px;
  }
  .g-md-x9,
  .gy-md-x9 {
    --bs-gutter-y: 90px;
  }
  .g-md-x10,
  .gx-md-x10 {
    --bs-gutter-x: 100px;
  }
  .g-md-x10,
  .gy-md-x10 {
    --bs-gutter-y: 100px;
  }
  .g-md-x12,
  .gx-md-x12 {
    --bs-gutter-x: 120px;
  }
  .g-md-x12,
  .gy-md-x12 {
    --bs-gutter-y: 120px;
  }
  .g-md-x15,
  .gx-md-x15 {
    --bs-gutter-x: 150px;
  }
  .g-md-x15,
  .gy-md-x15 {
    --bs-gutter-y: 150px;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .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: 0.75rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 2.75rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 2.75rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 3.25rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 3.25rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 3.75rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 3.75rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-18,
  .gx-lg-18 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-18,
  .gy-lg-18 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-23,
  .gx-lg-23 {
    --bs-gutter-x: 5.25rem;
  }
  .g-lg-23,
  .gy-lg-23 {
    --bs-gutter-y: 5.25rem;
  }
  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-26,
  .gx-lg-26 {
    --bs-gutter-x: 6.5rem;
  }
  .g-lg-26,
  .gy-lg-26 {
    --bs-gutter-y: 6.5rem;
  }
  .g-lg-2x3,
  .gx-lg-2x3 {
    --bs-gutter-x: 6px;
  }
  .g-lg-2x3,
  .gy-lg-2x3 {
    --bs-gutter-y: 6px;
  }
  .g-lg-3x5,
  .gx-lg-3x5 {
    --bs-gutter-x: 15px;
  }
  .g-lg-3x5,
  .gy-lg-3x5 {
    --bs-gutter-y: 15px;
  }
  .g-lg-x1,
  .gx-lg-x1 {
    --bs-gutter-x: 10px;
  }
  .g-lg-x1,
  .gy-lg-x1 {
    --bs-gutter-y: 10px;
  }
  .g-lg-x3,
  .gx-lg-x3 {
    --bs-gutter-x: 30px;
  }
  .g-lg-x3,
  .gy-lg-x3 {
    --bs-gutter-y: 30px;
  }
  .g-lg-x5,
  .gx-lg-x5 {
    --bs-gutter-x: 50px;
  }
  .g-lg-x5,
  .gy-lg-x5 {
    --bs-gutter-y: 50px;
  }
  .g-lg-x6,
  .gx-lg-x6 {
    --bs-gutter-x: 60px;
  }
  .g-lg-x6,
  .gy-lg-x6 {
    --bs-gutter-y: 60px;
  }
  .g-lg-x7,
  .gx-lg-x7 {
    --bs-gutter-x: 70px;
  }
  .g-lg-x7,
  .gy-lg-x7 {
    --bs-gutter-y: 70px;
  }
  .g-lg-x8,
  .gx-lg-x8 {
    --bs-gutter-x: 80px;
  }
  .g-lg-x8,
  .gy-lg-x8 {
    --bs-gutter-y: 80px;
  }
  .g-lg-x9,
  .gx-lg-x9 {
    --bs-gutter-x: 90px;
  }
  .g-lg-x9,
  .gy-lg-x9 {
    --bs-gutter-y: 90px;
  }
  .g-lg-x10,
  .gx-lg-x10 {
    --bs-gutter-x: 100px;
  }
  .g-lg-x10,
  .gy-lg-x10 {
    --bs-gutter-y: 100px;
  }
  .g-lg-x12,
  .gx-lg-x12 {
    --bs-gutter-x: 120px;
  }
  .g-lg-x12,
  .gy-lg-x12 {
    --bs-gutter-y: 120px;
  }
  .g-lg-x15,
  .gx-lg-x15 {
    --bs-gutter-x: 150px;
  }
  .g-lg-x15,
  .gy-lg-x15 {
    --bs-gutter-y: 150px;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .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: 0.75rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 2.75rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 2.75rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 3.25rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 3.25rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-18,
  .gx-xl-18 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-18,
  .gy-xl-18 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-23,
  .gx-xl-23 {
    --bs-gutter-x: 5.25rem;
  }
  .g-xl-23,
  .gy-xl-23 {
    --bs-gutter-y: 5.25rem;
  }
  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-26,
  .gx-xl-26 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xl-26,
  .gy-xl-26 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xl-2x3,
  .gx-xl-2x3 {
    --bs-gutter-x: 6px;
  }
  .g-xl-2x3,
  .gy-xl-2x3 {
    --bs-gutter-y: 6px;
  }
  .g-xl-3x5,
  .gx-xl-3x5 {
    --bs-gutter-x: 15px;
  }
  .g-xl-3x5,
  .gy-xl-3x5 {
    --bs-gutter-y: 15px;
  }
  .g-xl-x1,
  .gx-xl-x1 {
    --bs-gutter-x: 10px;
  }
  .g-xl-x1,
  .gy-xl-x1 {
    --bs-gutter-y: 10px;
  }
  .g-xl-x3,
  .gx-xl-x3 {
    --bs-gutter-x: 30px;
  }
  .g-xl-x3,
  .gy-xl-x3 {
    --bs-gutter-y: 30px;
  }
  .g-xl-x5,
  .gx-xl-x5 {
    --bs-gutter-x: 50px;
  }
  .g-xl-x5,
  .gy-xl-x5 {
    --bs-gutter-y: 50px;
  }
  .g-xl-x6,
  .gx-xl-x6 {
    --bs-gutter-x: 60px;
  }
  .g-xl-x6,
  .gy-xl-x6 {
    --bs-gutter-y: 60px;
  }
  .g-xl-x7,
  .gx-xl-x7 {
    --bs-gutter-x: 70px;
  }
  .g-xl-x7,
  .gy-xl-x7 {
    --bs-gutter-y: 70px;
  }
  .g-xl-x8,
  .gx-xl-x8 {
    --bs-gutter-x: 80px;
  }
  .g-xl-x8,
  .gy-xl-x8 {
    --bs-gutter-y: 80px;
  }
  .g-xl-x9,
  .gx-xl-x9 {
    --bs-gutter-x: 90px;
  }
  .g-xl-x9,
  .gy-xl-x9 {
    --bs-gutter-y: 90px;
  }
  .g-xl-x10,
  .gx-xl-x10 {
    --bs-gutter-x: 100px;
  }
  .g-xl-x10,
  .gy-xl-x10 {
    --bs-gutter-y: 100px;
  }
  .g-xl-x12,
  .gx-xl-x12 {
    --bs-gutter-x: 120px;
  }
  .g-xl-x12,
  .gy-xl-x12 {
    --bs-gutter-y: 120px;
  }
  .g-xl-x15,
  .gx-xl-x15 {
    --bs-gutter-x: 150px;
  }
  .g-xl-x15,
  .gy-xl-x15 {
    --bs-gutter-y: 150px;
  }
}

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

.link-primary {
  color: #39724F;
}

.link-primary:hover, .link-primary:focus {
  color: #2e5b3f;
}

.link-secondary {
  color: #CFE6D7;
}

.link-secondary:hover, .link-secondary:focus {
  color: #d9ebdf;
}

.link-success {
  color: #4499E0;
}

.link-success:hover, .link-success:focus {
  color: #69ade6;
}

.link-info {
  color: #E0EBF1;
}

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

.link-warning {
  color: #ffc107;
}

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

.link-danger {
  color: #C30003;
}

.link-danger:hover, .link-danger:focus {
  color: #9c0002;
}

.link-light {
  color: #FFFFFF;
}

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

.link-dark {
  color: #000000;
}

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

.link-lightgray {
  color: #F8F8F8;
}

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

.link-gray {
  color: #EBEBEB;
}

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

.link-regulargray {
  color: #CACACA;
}

.link-regulargray:hover, .link-regulargray:focus {
  color: #d5d5d5;
}

.link-mediumgray {
  color: #8A8A8A;
}

.link-mediumgray:hover, .link-mediumgray:focus {
  color: #a1a1a1;
}

.link-darkengray {
  color: #333333;
}

.link-darkengray:hover, .link-darkengray:focus {
  color: #292929;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      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;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #9cb9a7;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(57, 114, 79, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(57, 114, 79, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 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, -webkit-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, -webkit-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    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;
  -webkit-margin-end: 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, -webkit-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, -webkit-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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

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

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

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

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

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

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

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

@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}

.form-select:focus {
  border-color: #9cb9a7;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(57, 114, 79, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(57, 114, 79, 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.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #9cb9a7;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(57, 114, 79, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(57, 114, 79, 0.25);
}

.form-check-input:checked {
  background-color: #39724F;
  border-color: #39724F;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #39724F;
  border-color: #39724F;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: 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;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    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='%239cb9a7'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(57, 114, 79, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(57, 114, 79, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(57, 114, 79, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #39724F;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-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: #c4d5ca;
}

.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: #39724F;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #c4d5ca;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}

.form-floating > .form-control {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

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

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(68, 153, 224, 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: #4499E0;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234499E0' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #4499E0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(68, 153, 224, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(68, 153, 224, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #4499E0;
}

.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='%234499E0' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #4499E0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(68, 153, 224, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(68, 153, 224, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #4499E0;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #4499E0;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(68, 153, 224, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(68, 153, 224, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #4499E0;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .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: #C30003;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(195, 0, 3, 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: #C30003;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23C30003'%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='%23C30003' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #C30003;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(195, 0, 3, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(195, 0, 3, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #C30003;
}

.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='%23C30003'%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='%23C30003' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #C30003;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(195, 0, 3, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(195, 0, 3, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #C30003;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #C30003;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(195, 0, 3, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(195, 0, 3, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #C30003;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .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-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(57, 114, 79, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(57, 114, 79, 0.25);
  opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

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

.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: -ms-grid !important;
  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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
          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-3 {
  top: 3% !important;
}

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

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

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

.top-n2 {
  top: -2% !important;
}

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

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

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

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

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

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

.bottom-n2 {
  bottom: -2% !important;
}

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

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

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

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

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

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

.start-n2 {
  left: -2% !important;
}

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

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

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

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

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

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

.end-n2 {
  right: -2% !important;
}

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

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

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

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          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: #39724F !important;
}

.border-secondary {
  border-color: #CFE6D7 !important;
}

.border-success {
  border-color: #4499E0 !important;
}

.border-info {
  border-color: #E0EBF1 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #C30003 !important;
}

.border-light {
  border-color: #FFFFFF !important;
}

.border-dark {
  border-color: #000000 !important;
}

.border-lightgray {
  border-color: #F8F8F8 !important;
}

.border-gray {
  border-color: #EBEBEB !important;
}

.border-regulargray {
  border-color: #CACACA !important;
}

.border-mediumgray {
  border-color: #8A8A8A !important;
}

.border-darkengray {
  border-color: #333333 !important;
}

.border-white {
  border-color: #fff !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 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      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: 0.75rem !important;
}

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

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

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

.gap-7 {
  gap: 1.75rem !important;
}

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

.gap-9 {
  gap: 2.25rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-11 {
  gap: 2.75rem !important;
}

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

.gap-13 {
  gap: 3.25rem !important;
}

.gap-14 {
  gap: 3.5rem !important;
}

.gap-15 {
  gap: 3.75rem !important;
}

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

.gap-18 {
  gap: 4.5rem !important;
}

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

.gap-23 {
  gap: 5.25rem !important;
}

.gap-24 {
  gap: 6rem !important;
}

.gap-26 {
  gap: 6.5rem !important;
}

.gap-2x3 {
  gap: 6px !important;
}

.gap-3x5 {
  gap: 15px !important;
}

.gap-x1 {
  gap: 10px !important;
}

.gap-x3 {
  gap: 30px !important;
}

.gap-x5 {
  gap: 50px !important;
}

.gap-x6 {
  gap: 60px !important;
}

.gap-x7 {
  gap: 70px !important;
}

.gap-x8 {
  gap: 80px !important;
}

.gap-x9 {
  gap: 90px !important;
}

.gap-x10 {
  gap: 100px !important;
}

.gap-x12 {
  gap: 120px !important;
}

.gap-x15 {
  gap: 150px !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

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

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

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

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

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

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

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

.m-7 {
  margin: 1.75rem !important;
}

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

.m-9 {
  margin: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

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

.m-13 {
  margin: 3.25rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.m-15 {
  margin: 3.75rem !important;
}

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

.m-18 {
  margin: 4.5rem !important;
}

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

.m-23 {
  margin: 5.25rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.m-26 {
  margin: 6.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.m-x15 {
  margin: 150px !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: 0.75rem !important;
  margin-left: 0.75rem !important;
}

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

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

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

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

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

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

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

.mx-11 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}

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

.mx-13 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}

.mx-14 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-15 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

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

.mx-18 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

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

.mx-23 {
  margin-right: 5.25rem !important;
  margin-left: 5.25rem !important;
}

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

.mx-26 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mx-x15 {
  margin-right: 150px !important;
  margin-left: 150px !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: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

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

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

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

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

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

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

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

.my-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

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

.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

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

.my-23 {
  margin-top: 5.25rem !important;
  margin-bottom: 5.25rem !important;
}

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-26 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.my-2x3 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.my-3x5 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-x1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-x3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-x5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-x6 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-x7 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-x8 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-x9 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-x10 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-x12 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.my-x15 {
  margin-top: 150px !important;
  margin-bottom: 150px !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: 0.75rem !important;
}

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

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

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

.mt-7 {
  margin-top: 1.75rem !important;
}

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

.mt-9 {
  margin-top: 2.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

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

.mt-13 {
  margin-top: 3.25rem !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

.mt-15 {
  margin-top: 3.75rem !important;
}

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

.mt-18 {
  margin-top: 4.5rem !important;
}

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

.mt-23 {
  margin-top: 5.25rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.mt-26 {
  margin-top: 6.5rem !important;
}

.mt-2x3 {
  margin-top: 6px !important;
}

.mt-3x5 {
  margin-top: 15px !important;
}

.mt-x1 {
  margin-top: 10px !important;
}

.mt-x3 {
  margin-top: 30px !important;
}

.mt-x5 {
  margin-top: 50px !important;
}

.mt-x6 {
  margin-top: 60px !important;
}

.mt-x7 {
  margin-top: 70px !important;
}

.mt-x8 {
  margin-top: 80px !important;
}

.mt-x9 {
  margin-top: 90px !important;
}

.mt-x10 {
  margin-top: 100px !important;
}

.mt-x12 {
  margin-top: 120px !important;
}

.mt-x15 {
  margin-top: 150px !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: 0.75rem !important;
}

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

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

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

.me-7 {
  margin-right: 1.75rem !important;
}

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

.me-9 {
  margin-right: 2.25rem !important;
}

.me-10 {
  margin-right: 2.5rem !important;
}

.me-11 {
  margin-right: 2.75rem !important;
}

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

.me-13 {
  margin-right: 3.25rem !important;
}

.me-14 {
  margin-right: 3.5rem !important;
}

.me-15 {
  margin-right: 3.75rem !important;
}

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

.me-18 {
  margin-right: 4.5rem !important;
}

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

.me-23 {
  margin-right: 5.25rem !important;
}

.me-24 {
  margin-right: 6rem !important;
}

.me-26 {
  margin-right: 6.5rem !important;
}

.me-2x3 {
  margin-right: 6px !important;
}

.me-3x5 {
  margin-right: 15px !important;
}

.me-x1 {
  margin-right: 10px !important;
}

.me-x3 {
  margin-right: 30px !important;
}

.me-x5 {
  margin-right: 50px !important;
}

.me-x6 {
  margin-right: 60px !important;
}

.me-x7 {
  margin-right: 70px !important;
}

.me-x8 {
  margin-right: 80px !important;
}

.me-x9 {
  margin-right: 90px !important;
}

.me-x10 {
  margin-right: 100px !important;
}

.me-x12 {
  margin-right: 120px !important;
}

.me-x15 {
  margin-right: 150px !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: 0.75rem !important;
}

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

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

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

.mb-7 {
  margin-bottom: 1.75rem !important;
}

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

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mb-11 {
  margin-bottom: 2.75rem !important;
}

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

.mb-13 {
  margin-bottom: 3.25rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.mb-15 {
  margin-bottom: 3.75rem !important;
}

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

.mb-18 {
  margin-bottom: 4.5rem !important;
}

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

.mb-23 {
  margin-bottom: 5.25rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.mb-26 {
  margin-bottom: 6.5rem !important;
}

.mb-2x3 {
  margin-bottom: 6px !important;
}

.mb-3x5 {
  margin-bottom: 15px !important;
}

.mb-x1 {
  margin-bottom: 10px !important;
}

.mb-x3 {
  margin-bottom: 30px !important;
}

.mb-x5 {
  margin-bottom: 50px !important;
}

.mb-x6 {
  margin-bottom: 60px !important;
}

.mb-x7 {
  margin-bottom: 70px !important;
}

.mb-x8 {
  margin-bottom: 80px !important;
}

.mb-x9 {
  margin-bottom: 90px !important;
}

.mb-x10 {
  margin-bottom: 100px !important;
}

.mb-x12 {
  margin-bottom: 120px !important;
}

.mb-x15 {
  margin-bottom: 150px !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: 0.75rem !important;
}

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

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

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

.ms-7 {
  margin-left: 1.75rem !important;
}

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

.ms-9 {
  margin-left: 2.25rem !important;
}

.ms-10 {
  margin-left: 2.5rem !important;
}

.ms-11 {
  margin-left: 2.75rem !important;
}

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

.ms-13 {
  margin-left: 3.25rem !important;
}

.ms-14 {
  margin-left: 3.5rem !important;
}

.ms-15 {
  margin-left: 3.75rem !important;
}

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

.ms-18 {
  margin-left: 4.5rem !important;
}

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

.ms-23 {
  margin-left: 5.25rem !important;
}

.ms-24 {
  margin-left: 6rem !important;
}

.ms-26 {
  margin-left: 6.5rem !important;
}

.ms-2x3 {
  margin-left: 6px !important;
}

.ms-3x5 {
  margin-left: 15px !important;
}

.ms-x1 {
  margin-left: 10px !important;
}

.ms-x3 {
  margin-left: 30px !important;
}

.ms-x5 {
  margin-left: 50px !important;
}

.ms-x6 {
  margin-left: 60px !important;
}

.ms-x7 {
  margin-left: 70px !important;
}

.ms-x8 {
  margin-left: 80px !important;
}

.ms-x9 {
  margin-left: 90px !important;
}

.ms-x10 {
  margin-left: 100px !important;
}

.ms-x12 {
  margin-left: 120px !important;
}

.ms-x15 {
  margin-left: 150px !important;
}

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

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

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

.m-n3 {
  margin: -0.75rem !important;
}

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

.m-n5 {
  margin: -1.25rem !important;
}

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

.m-n7 {
  margin: -1.75rem !important;
}

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

.m-n9 {
  margin: -2.25rem !important;
}

.m-n10 {
  margin: -2.5rem !important;
}

.m-n11 {
  margin: -2.75rem !important;
}

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

.m-n13 {
  margin: -3.25rem !important;
}

.m-n14 {
  margin: -3.5rem !important;
}

.m-n15 {
  margin: -3.75rem !important;
}

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

.m-n18 {
  margin: -4.5rem !important;
}

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

.m-n23 {
  margin: -5.25rem !important;
}

.m-n24 {
  margin: -6rem !important;
}

.m-n26 {
  margin: -6.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-n3 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}

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

.mx-n5 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

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

.mx-n7 {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important;
}

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

.mx-n9 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}

.mx-n10 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.mx-n11 {
  margin-right: -2.75rem !important;
  margin-left: -2.75rem !important;
}

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

.mx-n13 {
  margin-right: -3.25rem !important;
  margin-left: -3.25rem !important;
}

.mx-n14 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.mx-n15 {
  margin-right: -3.75rem !important;
  margin-left: -3.75rem !important;
}

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

.mx-n18 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

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

.mx-n23 {
  margin-right: -5.25rem !important;
  margin-left: -5.25rem !important;
}

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

.mx-n26 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-n3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

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

.my-n5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

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

.my-n7 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

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

.my-n9 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.my-n10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n11 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

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

.my-n13 {
  margin-top: -3.25rem !important;
  margin-bottom: -3.25rem !important;
}

.my-n14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n15 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}

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

.my-n18 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

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

.my-n23 {
  margin-top: -5.25rem !important;
  margin-bottom: -5.25rem !important;
}

.my-n24 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n26 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}

.my-n2x3 {
  margin-top: -6px !important;
  margin-bottom: -6px !important;
}

.my-n3x5 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.my-nx1 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.my-nx3 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.my-nx5 {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

.my-nx6 {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}

.my-nx7 {
  margin-top: -70px !important;
  margin-bottom: -70px !important;
}

.my-nx8 {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

.my-nx9 {
  margin-top: -90px !important;
  margin-bottom: -90px !important;
}

.my-nx10 {
  margin-top: -100px !important;
  margin-bottom: -100px !important;
}

.my-nx12 {
  margin-top: -120px !important;
  margin-bottom: -120px !important;
}

.my-nx15 {
  margin-top: -150px !important;
  margin-bottom: -150px !important;
}

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

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

.mt-n3 {
  margin-top: -0.75rem !important;
}

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

.mt-n5 {
  margin-top: -1.25rem !important;
}

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

.mt-n7 {
  margin-top: -1.75rem !important;
}

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

.mt-n9 {
  margin-top: -2.25rem !important;
}

.mt-n10 {
  margin-top: -2.5rem !important;
}

.mt-n11 {
  margin-top: -2.75rem !important;
}

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

.mt-n13 {
  margin-top: -3.25rem !important;
}

.mt-n14 {
  margin-top: -3.5rem !important;
}

.mt-n15 {
  margin-top: -3.75rem !important;
}

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

.mt-n18 {
  margin-top: -4.5rem !important;
}

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

.mt-n23 {
  margin-top: -5.25rem !important;
}

.mt-n24 {
  margin-top: -6rem !important;
}

.mt-n26 {
  margin-top: -6.5rem !important;
}

.mt-n2x3 {
  margin-top: -6px !important;
}

.mt-n3x5 {
  margin-top: -15px !important;
}

.mt-nx1 {
  margin-top: -10px !important;
}

.mt-nx3 {
  margin-top: -30px !important;
}

.mt-nx5 {
  margin-top: -50px !important;
}

.mt-nx6 {
  margin-top: -60px !important;
}

.mt-nx7 {
  margin-top: -70px !important;
}

.mt-nx8 {
  margin-top: -80px !important;
}

.mt-nx9 {
  margin-top: -90px !important;
}

.mt-nx10 {
  margin-top: -100px !important;
}

.mt-nx12 {
  margin-top: -120px !important;
}

.mt-nx15 {
  margin-top: -150px !important;
}

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

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

.me-n3 {
  margin-right: -0.75rem !important;
}

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

.me-n5 {
  margin-right: -1.25rem !important;
}

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

.me-n7 {
  margin-right: -1.75rem !important;
}

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

.me-n9 {
  margin-right: -2.25rem !important;
}

.me-n10 {
  margin-right: -2.5rem !important;
}

.me-n11 {
  margin-right: -2.75rem !important;
}

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

.me-n13 {
  margin-right: -3.25rem !important;
}

.me-n14 {
  margin-right: -3.5rem !important;
}

.me-n15 {
  margin-right: -3.75rem !important;
}

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

.me-n18 {
  margin-right: -4.5rem !important;
}

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

.me-n23 {
  margin-right: -5.25rem !important;
}

.me-n24 {
  margin-right: -6rem !important;
}

.me-n26 {
  margin-right: -6.5rem !important;
}

.me-n2x3 {
  margin-right: -6px !important;
}

.me-n3x5 {
  margin-right: -15px !important;
}

.me-nx1 {
  margin-right: -10px !important;
}

.me-nx3 {
  margin-right: -30px !important;
}

.me-nx5 {
  margin-right: -50px !important;
}

.me-nx6 {
  margin-right: -60px !important;
}

.me-nx7 {
  margin-right: -70px !important;
}

.me-nx8 {
  margin-right: -80px !important;
}

.me-nx9 {
  margin-right: -90px !important;
}

.me-nx10 {
  margin-right: -100px !important;
}

.me-nx12 {
  margin-right: -120px !important;
}

.me-nx15 {
  margin-right: -150px !important;
}

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

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

.mb-n3 {
  margin-bottom: -0.75rem !important;
}

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

.mb-n5 {
  margin-bottom: -1.25rem !important;
}

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

.mb-n7 {
  margin-bottom: -1.75rem !important;
}

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

.mb-n9 {
  margin-bottom: -2.25rem !important;
}

.mb-n10 {
  margin-bottom: -2.5rem !important;
}

.mb-n11 {
  margin-bottom: -2.75rem !important;
}

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

.mb-n13 {
  margin-bottom: -3.25rem !important;
}

.mb-n14 {
  margin-bottom: -3.5rem !important;
}

.mb-n15 {
  margin-bottom: -3.75rem !important;
}

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

.mb-n18 {
  margin-bottom: -4.5rem !important;
}

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

.mb-n23 {
  margin-bottom: -5.25rem !important;
}

.mb-n24 {
  margin-bottom: -6rem !important;
}

.mb-n26 {
  margin-bottom: -6.5rem !important;
}

.mb-n2x3 {
  margin-bottom: -6px !important;
}

.mb-n3x5 {
  margin-bottom: -15px !important;
}

.mb-nx1 {
  margin-bottom: -10px !important;
}

.mb-nx3 {
  margin-bottom: -30px !important;
}

.mb-nx5 {
  margin-bottom: -50px !important;
}

.mb-nx6 {
  margin-bottom: -60px !important;
}

.mb-nx7 {
  margin-bottom: -70px !important;
}

.mb-nx8 {
  margin-bottom: -80px !important;
}

.mb-nx9 {
  margin-bottom: -90px !important;
}

.mb-nx10 {
  margin-bottom: -100px !important;
}

.mb-nx12 {
  margin-bottom: -120px !important;
}

.mb-nx15 {
  margin-bottom: -150px !important;
}

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

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

.ms-n3 {
  margin-left: -0.75rem !important;
}

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

.ms-n5 {
  margin-left: -1.25rem !important;
}

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

.ms-n7 {
  margin-left: -1.75rem !important;
}

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

.ms-n9 {
  margin-left: -2.25rem !important;
}

.ms-n10 {
  margin-left: -2.5rem !important;
}

.ms-n11 {
  margin-left: -2.75rem !important;
}

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

.ms-n13 {
  margin-left: -3.25rem !important;
}

.ms-n14 {
  margin-left: -3.5rem !important;
}

.ms-n15 {
  margin-left: -3.75rem !important;
}

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

.ms-n18 {
  margin-left: -4.5rem !important;
}

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

.ms-n23 {
  margin-left: -5.25rem !important;
}

.ms-n24 {
  margin-left: -6rem !important;
}

.ms-n26 {
  margin-left: -6.5rem !important;
}

.ms-n2x3 {
  margin-left: -6px !important;
}

.ms-n3x5 {
  margin-left: -15px !important;
}

.ms-nx1 {
  margin-left: -10px !important;
}

.ms-nx3 {
  margin-left: -30px !important;
}

.ms-nx5 {
  margin-left: -50px !important;
}

.ms-nx6 {
  margin-left: -60px !important;
}

.ms-nx7 {
  margin-left: -70px !important;
}

.ms-nx8 {
  margin-left: -80px !important;
}

.ms-nx9 {
  margin-left: -90px !important;
}

.ms-nx10 {
  margin-left: -100px !important;
}

.ms-nx12 {
  margin-left: -120px !important;
}

.ms-nx15 {
  margin-left: -150px !important;
}

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

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

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

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

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

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

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

.p-7 {
  padding: 1.75rem !important;
}

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

.p-9 {
  padding: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

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

.p-13 {
  padding: 3.25rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.p-15 {
  padding: 3.75rem !important;
}

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

.p-18 {
  padding: 4.5rem !important;
}

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

.p-23 {
  padding: 5.25rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.p-26 {
  padding: 6.5rem !important;
}

.p-2x3 {
  padding: 6px !important;
}

.p-3x5 {
  padding: 15px !important;
}

.p-x1 {
  padding: 10px !important;
}

.p-x3 {
  padding: 30px !important;
}

.p-x5 {
  padding: 50px !important;
}

.p-x6 {
  padding: 60px !important;
}

.p-x7 {
  padding: 70px !important;
}

.p-x8 {
  padding: 80px !important;
}

.p-x9 {
  padding: 90px !important;
}

.p-x10 {
  padding: 100px !important;
}

.p-x12 {
  padding: 120px !important;
}

.p-x15 {
  padding: 150px !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: 0.75rem !important;
  padding-left: 0.75rem !important;
}

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

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

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

.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

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

.px-9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

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

.px-13 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

.px-14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-15 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

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

.px-18 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

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

.px-23 {
  padding-right: 5.25rem !important;
  padding-left: 5.25rem !important;
}

.px-24 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-26 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.px-2x3 {
  padding-right: 6px !important;
  padding-left: 6px !important;
}

.px-3x5 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

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

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

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

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

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

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

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

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

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

.px-x15 {
  padding-right: 150px !important;
  padding-left: 150px !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: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

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

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

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

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

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

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

.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

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

.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

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

.py-23 {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-26 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.py-2x3 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.py-3x5 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-x1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-x3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-x5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-x6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-x7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-x8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-x9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-x10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-x12 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.py-x15 {
  padding-top: 150px !important;
  padding-bottom: 150px !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: 0.75rem !important;
}

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

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

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

.pt-7 {
  padding-top: 1.75rem !important;
}

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

.pt-9 {
  padding-top: 2.25rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

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

.pt-13 {
  padding-top: 3.25rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pt-15 {
  padding-top: 3.75rem !important;
}

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

.pt-18 {
  padding-top: 4.5rem !important;
}

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

.pt-23 {
  padding-top: 5.25rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pt-26 {
  padding-top: 6.5rem !important;
}

.pt-2x3 {
  padding-top: 6px !important;
}

.pt-3x5 {
  padding-top: 15px !important;
}

.pt-x1 {
  padding-top: 10px !important;
}

.pt-x3 {
  padding-top: 30px !important;
}

.pt-x5 {
  padding-top: 50px !important;
}

.pt-x6 {
  padding-top: 60px !important;
}

.pt-x7 {
  padding-top: 70px !important;
}

.pt-x8 {
  padding-top: 80px !important;
}

.pt-x9 {
  padding-top: 90px !important;
}

.pt-x10 {
  padding-top: 100px !important;
}

.pt-x12 {
  padding-top: 120px !important;
}

.pt-x15 {
  padding-top: 150px !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: 0.75rem !important;
}

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

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

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

.pe-7 {
  padding-right: 1.75rem !important;
}

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

.pe-9 {
  padding-right: 2.25rem !important;
}

.pe-10 {
  padding-right: 2.5rem !important;
}

.pe-11 {
  padding-right: 2.75rem !important;
}

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

.pe-13 {
  padding-right: 3.25rem !important;
}

.pe-14 {
  padding-right: 3.5rem !important;
}

.pe-15 {
  padding-right: 3.75rem !important;
}

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

.pe-18 {
  padding-right: 4.5rem !important;
}

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

.pe-23 {
  padding-right: 5.25rem !important;
}

.pe-24 {
  padding-right: 6rem !important;
}

.pe-26 {
  padding-right: 6.5rem !important;
}

.pe-2x3 {
  padding-right: 6px !important;
}

.pe-3x5 {
  padding-right: 15px !important;
}

.pe-x1 {
  padding-right: 10px !important;
}

.pe-x3 {
  padding-right: 30px !important;
}

.pe-x5 {
  padding-right: 50px !important;
}

.pe-x6 {
  padding-right: 60px !important;
}

.pe-x7 {
  padding-right: 70px !important;
}

.pe-x8 {
  padding-right: 80px !important;
}

.pe-x9 {
  padding-right: 90px !important;
}

.pe-x10 {
  padding-right: 100px !important;
}

.pe-x12 {
  padding-right: 120px !important;
}

.pe-x15 {
  padding-right: 150px !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: 0.75rem !important;
}

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

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

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

.pb-7 {
  padding-bottom: 1.75rem !important;
}

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

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

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

.pb-13 {
  padding-bottom: 3.25rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pb-15 {
  padding-bottom: 3.75rem !important;
}

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

.pb-18 {
  padding-bottom: 4.5rem !important;
}

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

.pb-23 {
  padding-bottom: 5.25rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pb-26 {
  padding-bottom: 6.5rem !important;
}

.pb-2x3 {
  padding-bottom: 6px !important;
}

.pb-3x5 {
  padding-bottom: 15px !important;
}

.pb-x1 {
  padding-bottom: 10px !important;
}

.pb-x3 {
  padding-bottom: 30px !important;
}

.pb-x5 {
  padding-bottom: 50px !important;
}

.pb-x6 {
  padding-bottom: 60px !important;
}

.pb-x7 {
  padding-bottom: 70px !important;
}

.pb-x8 {
  padding-bottom: 80px !important;
}

.pb-x9 {
  padding-bottom: 90px !important;
}

.pb-x10 {
  padding-bottom: 100px !important;
}

.pb-x12 {
  padding-bottom: 120px !important;
}

.pb-x15 {
  padding-bottom: 150px !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: 0.75rem !important;
}

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

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

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

.ps-7 {
  padding-left: 1.75rem !important;
}

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

.ps-9 {
  padding-left: 2.25rem !important;
}

.ps-10 {
  padding-left: 2.5rem !important;
}

.ps-11 {
  padding-left: 2.75rem !important;
}

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

.ps-13 {
  padding-left: 3.25rem !important;
}

.ps-14 {
  padding-left: 3.5rem !important;
}

.ps-15 {
  padding-left: 3.75rem !important;
}

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

.ps-18 {
  padding-left: 4.5rem !important;
}

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

.ps-23 {
  padding-left: 5.25rem !important;
}

.ps-24 {
  padding-left: 6rem !important;
}

.ps-26 {
  padding-left: 6.5rem !important;
}

.ps-2x3 {
  padding-left: 6px !important;
}

.ps-3x5 {
  padding-left: 15px !important;
}

.ps-x1 {
  padding-left: 10px !important;
}

.ps-x3 {
  padding-left: 30px !important;
}

.ps-x5 {
  padding-left: 50px !important;
}

.ps-x6 {
  padding-left: 60px !important;
}

.ps-x7 {
  padding-left: 70px !important;
}

.ps-x8 {
  padding-left: 80px !important;
}

.ps-x9 {
  padding-left: 90px !important;
}

.ps-x10 {
  padding-left: 100px !important;
}

.ps-x12 {
  padding-left: 120px !important;
}

.ps-x15 {
  padding-left: 150px !important;
}

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

.fs-1 {
  font-size: 3rem !important;
}

.fs-2 {
  font-size: 2.25rem !important;
}

.fs-3 {
  font-size: 1.5rem !important;
}

.fs-4 {
  font-size: 1.5rem !important;
}

.fs-5 {
  font-size: 1.125rem !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.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-regulargray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-regulargray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-mediumgray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-mediumgray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-darkengray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-darkengray-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;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-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: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        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: 0.75rem !important;
  }
  .gap-sm-4 {
    gap: 1rem !important;
  }
  .gap-sm-5 {
    gap: 1.25rem !important;
  }
  .gap-sm-6 {
    gap: 1.5rem !important;
  }
  .gap-sm-7 {
    gap: 1.75rem !important;
  }
  .gap-sm-8 {
    gap: 2rem !important;
  }
  .gap-sm-9 {
    gap: 2.25rem !important;
  }
  .gap-sm-10 {
    gap: 2.5rem !important;
  }
  .gap-sm-11 {
    gap: 2.75rem !important;
  }
  .gap-sm-12 {
    gap: 3rem !important;
  }
  .gap-sm-13 {
    gap: 3.25rem !important;
  }
  .gap-sm-14 {
    gap: 3.5rem !important;
  }
  .gap-sm-15 {
    gap: 3.75rem !important;
  }
  .gap-sm-16 {
    gap: 4rem !important;
  }
  .gap-sm-18 {
    gap: 4.5rem !important;
  }
  .gap-sm-20 {
    gap: 5rem !important;
  }
  .gap-sm-23 {
    gap: 5.25rem !important;
  }
  .gap-sm-24 {
    gap: 6rem !important;
  }
  .gap-sm-26 {
    gap: 6.5rem !important;
  }
  .gap-sm-2x3 {
    gap: 6px !important;
  }
  .gap-sm-3x5 {
    gap: 15px !important;
  }
  .gap-sm-x1 {
    gap: 10px !important;
  }
  .gap-sm-x3 {
    gap: 30px !important;
  }
  .gap-sm-x5 {
    gap: 50px !important;
  }
  .gap-sm-x6 {
    gap: 60px !important;
  }
  .gap-sm-x7 {
    gap: 70px !important;
  }
  .gap-sm-x8 {
    gap: 80px !important;
  }
  .gap-sm-x9 {
    gap: 90px !important;
  }
  .gap-sm-x10 {
    gap: 100px !important;
  }
  .gap-sm-x12 {
    gap: 120px !important;
  }
  .gap-sm-x15 {
    gap: 150px !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .m-sm-9 {
    margin: 2.25rem !important;
  }
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  .m-sm-11 {
    margin: 2.75rem !important;
  }
  .m-sm-12 {
    margin: 3rem !important;
  }
  .m-sm-13 {
    margin: 3.25rem !important;
  }
  .m-sm-14 {
    margin: 3.5rem !important;
  }
  .m-sm-15 {
    margin: 3.75rem !important;
  }
  .m-sm-16 {
    margin: 4rem !important;
  }
  .m-sm-18 {
    margin: 4.5rem !important;
  }
  .m-sm-20 {
    margin: 5rem !important;
  }
  .m-sm-23 {
    margin: 5.25rem !important;
  }
  .m-sm-24 {
    margin: 6rem !important;
  }
  .m-sm-26 {
    margin: 6.5rem !important;
  }
  .m-sm-2x3 {
    margin: 6px !important;
  }
  .m-sm-3x5 {
    margin: 15px !important;
  }
  .m-sm-x1 {
    margin: 10px !important;
  }
  .m-sm-x3 {
    margin: 30px !important;
  }
  .m-sm-x5 {
    margin: 50px !important;
  }
  .m-sm-x6 {
    margin: 60px !important;
  }
  .m-sm-x7 {
    margin: 70px !important;
  }
  .m-sm-x8 {
    margin: 80px !important;
  }
  .m-sm-x9 {
    margin: 90px !important;
  }
  .m-sm-x10 {
    margin: 100px !important;
  }
  .m-sm-x12 {
    margin: 120px !important;
  }
  .m-sm-x15 {
    margin: 150px !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: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-sm-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-sm-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-sm-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-sm-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-23 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-sm-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-sm-2x3 {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .mx-sm-3x5 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-sm-x1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-sm-x3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-sm-x5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-sm-x6 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-sm-x7 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .mx-sm-x8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-sm-x9 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-sm-x10 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-sm-x12 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-sm-x15 {
    margin-right: 150px !important;
    margin-left: 150px !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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-sm-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-sm-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-sm-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-sm-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-23 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-sm-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-sm-2x3 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-sm-3x5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-sm-x1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-sm-x3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-x5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-sm-x6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-sm-x7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-sm-x8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-sm-x9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-sm-x10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-sm-x12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-sm-x15 {
    margin-top: 150px !important;
    margin-bottom: 150px !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: 0.75rem !important;
  }
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mt-sm-8 {
    margin-top: 2rem !important;
  }
  .mt-sm-9 {
    margin-top: 2.25rem !important;
  }
  .mt-sm-10 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-11 {
    margin-top: 2.75rem !important;
  }
  .mt-sm-12 {
    margin-top: 3rem !important;
  }
  .mt-sm-13 {
    margin-top: 3.25rem !important;
  }
  .mt-sm-14 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-15 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-16 {
    margin-top: 4rem !important;
  }
  .mt-sm-18 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-20 {
    margin-top: 5rem !important;
  }
  .mt-sm-23 {
    margin-top: 5.25rem !important;
  }
  .mt-sm-24 {
    margin-top: 6rem !important;
  }
  .mt-sm-26 {
    margin-top: 6.5rem !important;
  }
  .mt-sm-2x3 {
    margin-top: 6px !important;
  }
  .mt-sm-3x5 {
    margin-top: 15px !important;
  }
  .mt-sm-x1 {
    margin-top: 10px !important;
  }
  .mt-sm-x3 {
    margin-top: 30px !important;
  }
  .mt-sm-x5 {
    margin-top: 50px !important;
  }
  .mt-sm-x6 {
    margin-top: 60px !important;
  }
  .mt-sm-x7 {
    margin-top: 70px !important;
  }
  .mt-sm-x8 {
    margin-top: 80px !important;
  }
  .mt-sm-x9 {
    margin-top: 90px !important;
  }
  .mt-sm-x10 {
    margin-top: 100px !important;
  }
  .mt-sm-x12 {
    margin-top: 120px !important;
  }
  .mt-sm-x15 {
    margin-top: 150px !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: 0.75rem !important;
  }
  .me-sm-4 {
    margin-right: 1rem !important;
  }
  .me-sm-5 {
    margin-right: 1.25rem !important;
  }
  .me-sm-6 {
    margin-right: 1.5rem !important;
  }
  .me-sm-7 {
    margin-right: 1.75rem !important;
  }
  .me-sm-8 {
    margin-right: 2rem !important;
  }
  .me-sm-9 {
    margin-right: 2.25rem !important;
  }
  .me-sm-10 {
    margin-right: 2.5rem !important;
  }
  .me-sm-11 {
    margin-right: 2.75rem !important;
  }
  .me-sm-12 {
    margin-right: 3rem !important;
  }
  .me-sm-13 {
    margin-right: 3.25rem !important;
  }
  .me-sm-14 {
    margin-right: 3.5rem !important;
  }
  .me-sm-15 {
    margin-right: 3.75rem !important;
  }
  .me-sm-16 {
    margin-right: 4rem !important;
  }
  .me-sm-18 {
    margin-right: 4.5rem !important;
  }
  .me-sm-20 {
    margin-right: 5rem !important;
  }
  .me-sm-23 {
    margin-right: 5.25rem !important;
  }
  .me-sm-24 {
    margin-right: 6rem !important;
  }
  .me-sm-26 {
    margin-right: 6.5rem !important;
  }
  .me-sm-2x3 {
    margin-right: 6px !important;
  }
  .me-sm-3x5 {
    margin-right: 15px !important;
  }
  .me-sm-x1 {
    margin-right: 10px !important;
  }
  .me-sm-x3 {
    margin-right: 30px !important;
  }
  .me-sm-x5 {
    margin-right: 50px !important;
  }
  .me-sm-x6 {
    margin-right: 60px !important;
  }
  .me-sm-x7 {
    margin-right: 70px !important;
  }
  .me-sm-x8 {
    margin-right: 80px !important;
  }
  .me-sm-x9 {
    margin-right: 90px !important;
  }
  .me-sm-x10 {
    margin-right: 100px !important;
  }
  .me-sm-x12 {
    margin-right: 120px !important;
  }
  .me-sm-x15 {
    margin-right: 150px !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: 0.75rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 2.75rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 3.25rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-23 {
    margin-bottom: 5.25rem !important;
  }
  .mb-sm-24 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-26 {
    margin-bottom: 6.5rem !important;
  }
  .mb-sm-2x3 {
    margin-bottom: 6px !important;
  }
  .mb-sm-3x5 {
    margin-bottom: 15px !important;
  }
  .mb-sm-x1 {
    margin-bottom: 10px !important;
  }
  .mb-sm-x3 {
    margin-bottom: 30px !important;
  }
  .mb-sm-x5 {
    margin-bottom: 50px !important;
  }
  .mb-sm-x6 {
    margin-bottom: 60px !important;
  }
  .mb-sm-x7 {
    margin-bottom: 70px !important;
  }
  .mb-sm-x8 {
    margin-bottom: 80px !important;
  }
  .mb-sm-x9 {
    margin-bottom: 90px !important;
  }
  .mb-sm-x10 {
    margin-bottom: 100px !important;
  }
  .mb-sm-x12 {
    margin-bottom: 120px !important;
  }
  .mb-sm-x15 {
    margin-bottom: 150px !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: 0.75rem !important;
  }
  .ms-sm-4 {
    margin-left: 1rem !important;
  }
  .ms-sm-5 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-6 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 1.75rem !important;
  }
  .ms-sm-8 {
    margin-left: 2rem !important;
  }
  .ms-sm-9 {
    margin-left: 2.25rem !important;
  }
  .ms-sm-10 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-11 {
    margin-left: 2.75rem !important;
  }
  .ms-sm-12 {
    margin-left: 3rem !important;
  }
  .ms-sm-13 {
    margin-left: 3.25rem !important;
  }
  .ms-sm-14 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-15 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-16 {
    margin-left: 4rem !important;
  }
  .ms-sm-18 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-20 {
    margin-left: 5rem !important;
  }
  .ms-sm-23 {
    margin-left: 5.25rem !important;
  }
  .ms-sm-24 {
    margin-left: 6rem !important;
  }
  .ms-sm-26 {
    margin-left: 6.5rem !important;
  }
  .ms-sm-2x3 {
    margin-left: 6px !important;
  }
  .ms-sm-3x5 {
    margin-left: 15px !important;
  }
  .ms-sm-x1 {
    margin-left: 10px !important;
  }
  .ms-sm-x3 {
    margin-left: 30px !important;
  }
  .ms-sm-x5 {
    margin-left: 50px !important;
  }
  .ms-sm-x6 {
    margin-left: 60px !important;
  }
  .ms-sm-x7 {
    margin-left: 70px !important;
  }
  .ms-sm-x8 {
    margin-left: 80px !important;
  }
  .ms-sm-x9 {
    margin-left: 90px !important;
  }
  .ms-sm-x10 {
    margin-left: 100px !important;
  }
  .ms-sm-x12 {
    margin-left: 120px !important;
  }
  .ms-sm-x15 {
    margin-left: 150px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .m-sm-n5 {
    margin: -1.25rem !important;
  }
  .m-sm-n6 {
    margin: -1.5rem !important;
  }
  .m-sm-n7 {
    margin: -1.75rem !important;
  }
  .m-sm-n8 {
    margin: -2rem !important;
  }
  .m-sm-n9 {
    margin: -2.25rem !important;
  }
  .m-sm-n10 {
    margin: -2.5rem !important;
  }
  .m-sm-n11 {
    margin: -2.75rem !important;
  }
  .m-sm-n12 {
    margin: -3rem !important;
  }
  .m-sm-n13 {
    margin: -3.25rem !important;
  }
  .m-sm-n14 {
    margin: -3.5rem !important;
  }
  .m-sm-n15 {
    margin: -3.75rem !important;
  }
  .m-sm-n16 {
    margin: -4rem !important;
  }
  .m-sm-n18 {
    margin: -4.5rem !important;
  }
  .m-sm-n20 {
    margin: -5rem !important;
  }
  .m-sm-n23 {
    margin: -5.25rem !important;
  }
  .m-sm-n24 {
    margin: -6rem !important;
  }
  .m-sm-n26 {
    margin: -6.5rem !important;
  }
  .m-sm-n2x3 {
    margin: -6px !important;
  }
  .m-sm-n3x5 {
    margin: -15px !important;
  }
  .m-sm-nx1 {
    margin: -10px !important;
  }
  .m-sm-nx3 {
    margin: -30px !important;
  }
  .m-sm-nx5 {
    margin: -50px !important;
  }
  .m-sm-nx6 {
    margin: -60px !important;
  }
  .m-sm-nx7 {
    margin: -70px !important;
  }
  .m-sm-nx8 {
    margin: -80px !important;
  }
  .m-sm-nx9 {
    margin: -90px !important;
  }
  .m-sm-nx10 {
    margin: -100px !important;
  }
  .m-sm-nx12 {
    margin: -120px !important;
  }
  .m-sm-nx15 {
    margin: -150px !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-sm-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-sm-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-sm-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-sm-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-sm-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-sm-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-sm-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-sm-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n23 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-sm-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n26 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-sm-n2x3 {
    margin-right: -6px !important;
    margin-left: -6px !important;
  }
  .mx-sm-n3x5 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-sm-nx1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-sm-nx3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-sm-nx5 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .mx-sm-nx6 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-sm-nx7 {
    margin-right: -70px !important;
    margin-left: -70px !important;
  }
  .mx-sm-nx8 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-sm-nx9 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-sm-nx10 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-sm-nx12 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .mx-sm-nx15 {
    margin-right: -150px !important;
    margin-left: -150px !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-sm-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-sm-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-sm-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-sm-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-sm-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-sm-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-sm-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-sm-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-sm-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n23 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-sm-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n26 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-sm-n2x3 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .my-sm-n3x5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-sm-nx1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-sm-nx3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-sm-nx5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .my-sm-nx6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-sm-nx7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .my-sm-nx8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-sm-nx9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-sm-nx10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-sm-nx12 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .my-sm-nx15 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1rem !important;
  }
  .mt-sm-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-sm-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n7 {
    margin-top: -1.75rem !important;
  }
  .mt-sm-n8 {
    margin-top: -2rem !important;
  }
  .mt-sm-n9 {
    margin-top: -2.25rem !important;
  }
  .mt-sm-n10 {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n11 {
    margin-top: -2.75rem !important;
  }
  .mt-sm-n12 {
    margin-top: -3rem !important;
  }
  .mt-sm-n13 {
    margin-top: -3.25rem !important;
  }
  .mt-sm-n14 {
    margin-top: -3.5rem !important;
  }
  .mt-sm-n15 {
    margin-top: -3.75rem !important;
  }
  .mt-sm-n16 {
    margin-top: -4rem !important;
  }
  .mt-sm-n18 {
    margin-top: -4.5rem !important;
  }
  .mt-sm-n20 {
    margin-top: -5rem !important;
  }
  .mt-sm-n23 {
    margin-top: -5.25rem !important;
  }
  .mt-sm-n24 {
    margin-top: -6rem !important;
  }
  .mt-sm-n26 {
    margin-top: -6.5rem !important;
  }
  .mt-sm-n2x3 {
    margin-top: -6px !important;
  }
  .mt-sm-n3x5 {
    margin-top: -15px !important;
  }
  .mt-sm-nx1 {
    margin-top: -10px !important;
  }
  .mt-sm-nx3 {
    margin-top: -30px !important;
  }
  .mt-sm-nx5 {
    margin-top: -50px !important;
  }
  .mt-sm-nx6 {
    margin-top: -60px !important;
  }
  .mt-sm-nx7 {
    margin-top: -70px !important;
  }
  .mt-sm-nx8 {
    margin-top: -80px !important;
  }
  .mt-sm-nx9 {
    margin-top: -90px !important;
  }
  .mt-sm-nx10 {
    margin-top: -100px !important;
  }
  .mt-sm-nx12 {
    margin-top: -120px !important;
  }
  .mt-sm-nx15 {
    margin-top: -150px !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .me-sm-n4 {
    margin-right: -1rem !important;
  }
  .me-sm-n5 {
    margin-right: -1.25rem !important;
  }
  .me-sm-n6 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n7 {
    margin-right: -1.75rem !important;
  }
  .me-sm-n8 {
    margin-right: -2rem !important;
  }
  .me-sm-n9 {
    margin-right: -2.25rem !important;
  }
  .me-sm-n10 {
    margin-right: -2.5rem !important;
  }
  .me-sm-n11 {
    margin-right: -2.75rem !important;
  }
  .me-sm-n12 {
    margin-right: -3rem !important;
  }
  .me-sm-n13 {
    margin-right: -3.25rem !important;
  }
  .me-sm-n14 {
    margin-right: -3.5rem !important;
  }
  .me-sm-n15 {
    margin-right: -3.75rem !important;
  }
  .me-sm-n16 {
    margin-right: -4rem !important;
  }
  .me-sm-n18 {
    margin-right: -4.5rem !important;
  }
  .me-sm-n20 {
    margin-right: -5rem !important;
  }
  .me-sm-n23 {
    margin-right: -5.25rem !important;
  }
  .me-sm-n24 {
    margin-right: -6rem !important;
  }
  .me-sm-n26 {
    margin-right: -6.5rem !important;
  }
  .me-sm-n2x3 {
    margin-right: -6px !important;
  }
  .me-sm-n3x5 {
    margin-right: -15px !important;
  }
  .me-sm-nx1 {
    margin-right: -10px !important;
  }
  .me-sm-nx3 {
    margin-right: -30px !important;
  }
  .me-sm-nx5 {
    margin-right: -50px !important;
  }
  .me-sm-nx6 {
    margin-right: -60px !important;
  }
  .me-sm-nx7 {
    margin-right: -70px !important;
  }
  .me-sm-nx8 {
    margin-right: -80px !important;
  }
  .me-sm-nx9 {
    margin-right: -90px !important;
  }
  .me-sm-nx10 {
    margin-right: -100px !important;
  }
  .me-sm-nx12 {
    margin-right: -120px !important;
  }
  .me-sm-nx15 {
    margin-right: -150px !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -1.75rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -2.25rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n11 {
    margin-bottom: -2.75rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n13 {
    margin-bottom: -3.25rem !important;
  }
  .mb-sm-n14 {
    margin-bottom: -3.5rem !important;
  }
  .mb-sm-n15 {
    margin-bottom: -3.75rem !important;
  }
  .mb-sm-n16 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n18 {
    margin-bottom: -4.5rem !important;
  }
  .mb-sm-n20 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n23 {
    margin-bottom: -5.25rem !important;
  }
  .mb-sm-n24 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n26 {
    margin-bottom: -6.5rem !important;
  }
  .mb-sm-n2x3 {
    margin-bottom: -6px !important;
  }
  .mb-sm-n3x5 {
    margin-bottom: -15px !important;
  }
  .mb-sm-nx1 {
    margin-bottom: -10px !important;
  }
  .mb-sm-nx3 {
    margin-bottom: -30px !important;
  }
  .mb-sm-nx5 {
    margin-bottom: -50px !important;
  }
  .mb-sm-nx6 {
    margin-bottom: -60px !important;
  }
  .mb-sm-nx7 {
    margin-bottom: -70px !important;
  }
  .mb-sm-nx8 {
    margin-bottom: -80px !important;
  }
  .mb-sm-nx9 {
    margin-bottom: -90px !important;
  }
  .mb-sm-nx10 {
    margin-bottom: -100px !important;
  }
  .mb-sm-nx12 {
    margin-bottom: -120px !important;
  }
  .mb-sm-nx15 {
    margin-bottom: -150px !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1rem !important;
  }
  .ms-sm-n5 {
    margin-left: -1.25rem !important;
  }
  .ms-sm-n6 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n7 {
    margin-left: -1.75rem !important;
  }
  .ms-sm-n8 {
    margin-left: -2rem !important;
  }
  .ms-sm-n9 {
    margin-left: -2.25rem !important;
  }
  .ms-sm-n10 {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n11 {
    margin-left: -2.75rem !important;
  }
  .ms-sm-n12 {
    margin-left: -3rem !important;
  }
  .ms-sm-n13 {
    margin-left: -3.25rem !important;
  }
  .ms-sm-n14 {
    margin-left: -3.5rem !important;
  }
  .ms-sm-n15 {
    margin-left: -3.75rem !important;
  }
  .ms-sm-n16 {
    margin-left: -4rem !important;
  }
  .ms-sm-n18 {
    margin-left: -4.5rem !important;
  }
  .ms-sm-n20 {
    margin-left: -5rem !important;
  }
  .ms-sm-n23 {
    margin-left: -5.25rem !important;
  }
  .ms-sm-n24 {
    margin-left: -6rem !important;
  }
  .ms-sm-n26 {
    margin-left: -6.5rem !important;
  }
  .ms-sm-n2x3 {
    margin-left: -6px !important;
  }
  .ms-sm-n3x5 {
    margin-left: -15px !important;
  }
  .ms-sm-nx1 {
    margin-left: -10px !important;
  }
  .ms-sm-nx3 {
    margin-left: -30px !important;
  }
  .ms-sm-nx5 {
    margin-left: -50px !important;
  }
  .ms-sm-nx6 {
    margin-left: -60px !important;
  }
  .ms-sm-nx7 {
    margin-left: -70px !important;
  }
  .ms-sm-nx8 {
    margin-left: -80px !important;
  }
  .ms-sm-nx9 {
    margin-left: -90px !important;
  }
  .ms-sm-nx10 {
    margin-left: -100px !important;
  }
  .ms-sm-nx12 {
    margin-left: -120px !important;
  }
  .ms-sm-nx15 {
    margin-left: -150px !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: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .p-sm-9 {
    padding: 2.25rem !important;
  }
  .p-sm-10 {
    padding: 2.5rem !important;
  }
  .p-sm-11 {
    padding: 2.75rem !important;
  }
  .p-sm-12 {
    padding: 3rem !important;
  }
  .p-sm-13 {
    padding: 3.25rem !important;
  }
  .p-sm-14 {
    padding: 3.5rem !important;
  }
  .p-sm-15 {
    padding: 3.75rem !important;
  }
  .p-sm-16 {
    padding: 4rem !important;
  }
  .p-sm-18 {
    padding: 4.5rem !important;
  }
  .p-sm-20 {
    padding: 5rem !important;
  }
  .p-sm-23 {
    padding: 5.25rem !important;
  }
  .p-sm-24 {
    padding: 6rem !important;
  }
  .p-sm-26 {
    padding: 6.5rem !important;
  }
  .p-sm-2x3 {
    padding: 6px !important;
  }
  .p-sm-3x5 {
    padding: 15px !important;
  }
  .p-sm-x1 {
    padding: 10px !important;
  }
  .p-sm-x3 {
    padding: 30px !important;
  }
  .p-sm-x5 {
    padding: 50px !important;
  }
  .p-sm-x6 {
    padding: 60px !important;
  }
  .p-sm-x7 {
    padding: 70px !important;
  }
  .p-sm-x8 {
    padding: 80px !important;
  }
  .p-sm-x9 {
    padding: 90px !important;
  }
  .p-sm-x10 {
    padding: 100px !important;
  }
  .p-sm-x12 {
    padding: 120px !important;
  }
  .p-sm-x15 {
    padding: 150px !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: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-sm-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-sm-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-sm-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-sm-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-23 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-sm-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-sm-2x3 {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .px-sm-3x5 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-sm-x1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-sm-x3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-sm-x5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-sm-x6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-sm-x7 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .px-sm-x8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-sm-x9 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-sm-x10 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-sm-x12 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-sm-x15 {
    padding-right: 150px !important;
    padding-left: 150px !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-sm-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-sm-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-sm-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-sm-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-23 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-sm-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-sm-2x3 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-sm-3x5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-sm-x1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-sm-x3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-x5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-sm-x6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-sm-x7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-sm-x8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-sm-x9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-sm-x10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-sm-x12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-sm-x15 {
    padding-top: 150px !important;
    padding-bottom: 150px !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: 0.75rem !important;
  }
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pt-sm-8 {
    padding-top: 2rem !important;
  }
  .pt-sm-9 {
    padding-top: 2.25rem !important;
  }
  .pt-sm-10 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-11 {
    padding-top: 2.75rem !important;
  }
  .pt-sm-12 {
    padding-top: 3rem !important;
  }
  .pt-sm-13 {
    padding-top: 3.25rem !important;
  }
  .pt-sm-14 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-15 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-16 {
    padding-top: 4rem !important;
  }
  .pt-sm-18 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-20 {
    padding-top: 5rem !important;
  }
  .pt-sm-23 {
    padding-top: 5.25rem !important;
  }
  .pt-sm-24 {
    padding-top: 6rem !important;
  }
  .pt-sm-26 {
    padding-top: 6.5rem !important;
  }
  .pt-sm-2x3 {
    padding-top: 6px !important;
  }
  .pt-sm-3x5 {
    padding-top: 15px !important;
  }
  .pt-sm-x1 {
    padding-top: 10px !important;
  }
  .pt-sm-x3 {
    padding-top: 30px !important;
  }
  .pt-sm-x5 {
    padding-top: 50px !important;
  }
  .pt-sm-x6 {
    padding-top: 60px !important;
  }
  .pt-sm-x7 {
    padding-top: 70px !important;
  }
  .pt-sm-x8 {
    padding-top: 80px !important;
  }
  .pt-sm-x9 {
    padding-top: 90px !important;
  }
  .pt-sm-x10 {
    padding-top: 100px !important;
  }
  .pt-sm-x12 {
    padding-top: 120px !important;
  }
  .pt-sm-x15 {
    padding-top: 150px !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: 0.75rem !important;
  }
  .pe-sm-4 {
    padding-right: 1rem !important;
  }
  .pe-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pe-sm-8 {
    padding-right: 2rem !important;
  }
  .pe-sm-9 {
    padding-right: 2.25rem !important;
  }
  .pe-sm-10 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-11 {
    padding-right: 2.75rem !important;
  }
  .pe-sm-12 {
    padding-right: 3rem !important;
  }
  .pe-sm-13 {
    padding-right: 3.25rem !important;
  }
  .pe-sm-14 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-15 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-16 {
    padding-right: 4rem !important;
  }
  .pe-sm-18 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-20 {
    padding-right: 5rem !important;
  }
  .pe-sm-23 {
    padding-right: 5.25rem !important;
  }
  .pe-sm-24 {
    padding-right: 6rem !important;
  }
  .pe-sm-26 {
    padding-right: 6.5rem !important;
  }
  .pe-sm-2x3 {
    padding-right: 6px !important;
  }
  .pe-sm-3x5 {
    padding-right: 15px !important;
  }
  .pe-sm-x1 {
    padding-right: 10px !important;
  }
  .pe-sm-x3 {
    padding-right: 30px !important;
  }
  .pe-sm-x5 {
    padding-right: 50px !important;
  }
  .pe-sm-x6 {
    padding-right: 60px !important;
  }
  .pe-sm-x7 {
    padding-right: 70px !important;
  }
  .pe-sm-x8 {
    padding-right: 80px !important;
  }
  .pe-sm-x9 {
    padding-right: 90px !important;
  }
  .pe-sm-x10 {
    padding-right: 100px !important;
  }
  .pe-sm-x12 {
    padding-right: 120px !important;
  }
  .pe-sm-x15 {
    padding-right: 150px !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: 0.75rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 2.75rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 3.25rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-23 {
    padding-bottom: 5.25rem !important;
  }
  .pb-sm-24 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-26 {
    padding-bottom: 6.5rem !important;
  }
  .pb-sm-2x3 {
    padding-bottom: 6px !important;
  }
  .pb-sm-3x5 {
    padding-bottom: 15px !important;
  }
  .pb-sm-x1 {
    padding-bottom: 10px !important;
  }
  .pb-sm-x3 {
    padding-bottom: 30px !important;
  }
  .pb-sm-x5 {
    padding-bottom: 50px !important;
  }
  .pb-sm-x6 {
    padding-bottom: 60px !important;
  }
  .pb-sm-x7 {
    padding-bottom: 70px !important;
  }
  .pb-sm-x8 {
    padding-bottom: 80px !important;
  }
  .pb-sm-x9 {
    padding-bottom: 90px !important;
  }
  .pb-sm-x10 {
    padding-bottom: 100px !important;
  }
  .pb-sm-x12 {
    padding-bottom: 120px !important;
  }
  .pb-sm-x15 {
    padding-bottom: 150px !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: 0.75rem !important;
  }
  .ps-sm-4 {
    padding-left: 1rem !important;
  }
  .ps-sm-5 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-6 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 1.75rem !important;
  }
  .ps-sm-8 {
    padding-left: 2rem !important;
  }
  .ps-sm-9 {
    padding-left: 2.25rem !important;
  }
  .ps-sm-10 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-11 {
    padding-left: 2.75rem !important;
  }
  .ps-sm-12 {
    padding-left: 3rem !important;
  }
  .ps-sm-13 {
    padding-left: 3.25rem !important;
  }
  .ps-sm-14 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-15 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-16 {
    padding-left: 4rem !important;
  }
  .ps-sm-18 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-20 {
    padding-left: 5rem !important;
  }
  .ps-sm-23 {
    padding-left: 5.25rem !important;
  }
  .ps-sm-24 {
    padding-left: 6rem !important;
  }
  .ps-sm-26 {
    padding-left: 6.5rem !important;
  }
  .ps-sm-2x3 {
    padding-left: 6px !important;
  }
  .ps-sm-3x5 {
    padding-left: 15px !important;
  }
  .ps-sm-x1 {
    padding-left: 10px !important;
  }
  .ps-sm-x3 {
    padding-left: 30px !important;
  }
  .ps-sm-x5 {
    padding-left: 50px !important;
  }
  .ps-sm-x6 {
    padding-left: 60px !important;
  }
  .ps-sm-x7 {
    padding-left: 70px !important;
  }
  .ps-sm-x8 {
    padding-left: 80px !important;
  }
  .ps-sm-x9 {
    padding-left: 90px !important;
  }
  .ps-sm-x10 {
    padding-left: 100px !important;
  }
  .ps-sm-x12 {
    padding-left: 120px !important;
  }
  .ps-sm-x15 {
    padding-left: 150px !important;
  }
  .fs-sm-1 {
    font-size: 3rem !important;
  }
  .fs-sm-2 {
    font-size: 2.25rem !important;
  }
  .fs-sm-3 {
    font-size: 1.5rem !important;
  }
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  .fs-sm-5 {
    font-size: 1.125rem !important;
  }
  .fs-sm-6 {
    font-size: 1rem !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: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        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: 0.75rem !important;
  }
  .gap-md-4 {
    gap: 1rem !important;
  }
  .gap-md-5 {
    gap: 1.25rem !important;
  }
  .gap-md-6 {
    gap: 1.5rem !important;
  }
  .gap-md-7 {
    gap: 1.75rem !important;
  }
  .gap-md-8 {
    gap: 2rem !important;
  }
  .gap-md-9 {
    gap: 2.25rem !important;
  }
  .gap-md-10 {
    gap: 2.5rem !important;
  }
  .gap-md-11 {
    gap: 2.75rem !important;
  }
  .gap-md-12 {
    gap: 3rem !important;
  }
  .gap-md-13 {
    gap: 3.25rem !important;
  }
  .gap-md-14 {
    gap: 3.5rem !important;
  }
  .gap-md-15 {
    gap: 3.75rem !important;
  }
  .gap-md-16 {
    gap: 4rem !important;
  }
  .gap-md-18 {
    gap: 4.5rem !important;
  }
  .gap-md-20 {
    gap: 5rem !important;
  }
  .gap-md-23 {
    gap: 5.25rem !important;
  }
  .gap-md-24 {
    gap: 6rem !important;
  }
  .gap-md-26 {
    gap: 6.5rem !important;
  }
  .gap-md-2x3 {
    gap: 6px !important;
  }
  .gap-md-3x5 {
    gap: 15px !important;
  }
  .gap-md-x1 {
    gap: 10px !important;
  }
  .gap-md-x3 {
    gap: 30px !important;
  }
  .gap-md-x5 {
    gap: 50px !important;
  }
  .gap-md-x6 {
    gap: 60px !important;
  }
  .gap-md-x7 {
    gap: 70px !important;
  }
  .gap-md-x8 {
    gap: 80px !important;
  }
  .gap-md-x9 {
    gap: 90px !important;
  }
  .gap-md-x10 {
    gap: 100px !important;
  }
  .gap-md-x12 {
    gap: 120px !important;
  }
  .gap-md-x15 {
    gap: 150px !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .m-md-9 {
    margin: 2.25rem !important;
  }
  .m-md-10 {
    margin: 2.5rem !important;
  }
  .m-md-11 {
    margin: 2.75rem !important;
  }
  .m-md-12 {
    margin: 3rem !important;
  }
  .m-md-13 {
    margin: 3.25rem !important;
  }
  .m-md-14 {
    margin: 3.5rem !important;
  }
  .m-md-15 {
    margin: 3.75rem !important;
  }
  .m-md-16 {
    margin: 4rem !important;
  }
  .m-md-18 {
    margin: 4.5rem !important;
  }
  .m-md-20 {
    margin: 5rem !important;
  }
  .m-md-23 {
    margin: 5.25rem !important;
  }
  .m-md-24 {
    margin: 6rem !important;
  }
  .m-md-26 {
    margin: 6.5rem !important;
  }
  .m-md-2x3 {
    margin: 6px !important;
  }
  .m-md-3x5 {
    margin: 15px !important;
  }
  .m-md-x1 {
    margin: 10px !important;
  }
  .m-md-x3 {
    margin: 30px !important;
  }
  .m-md-x5 {
    margin: 50px !important;
  }
  .m-md-x6 {
    margin: 60px !important;
  }
  .m-md-x7 {
    margin: 70px !important;
  }
  .m-md-x8 {
    margin: 80px !important;
  }
  .m-md-x9 {
    margin: 90px !important;
  }
  .m-md-x10 {
    margin: 100px !important;
  }
  .m-md-x12 {
    margin: 120px !important;
  }
  .m-md-x15 {
    margin: 150px !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: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-md-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-md-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-md-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-md-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-23 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-md-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-md-2x3 {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .mx-md-3x5 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-md-x1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-md-x3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-md-x5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-md-x6 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-md-x7 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .mx-md-x8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-md-x9 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-md-x10 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-md-x12 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-md-x15 {
    margin-right: 150px !important;
    margin-left: 150px !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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-md-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-md-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-md-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-md-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-23 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-md-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-md-2x3 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-md-3x5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-md-x1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-md-x3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-x5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-md-x6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-md-x7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-md-x8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-md-x9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-md-x10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-md-x12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-md-x15 {
    margin-top: 150px !important;
    margin-bottom: 150px !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: 0.75rem !important;
  }
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
  .mt-md-7 {
    margin-top: 1.75rem !important;
  }
  .mt-md-8 {
    margin-top: 2rem !important;
  }
  .mt-md-9 {
    margin-top: 2.25rem !important;
  }
  .mt-md-10 {
    margin-top: 2.5rem !important;
  }
  .mt-md-11 {
    margin-top: 2.75rem !important;
  }
  .mt-md-12 {
    margin-top: 3rem !important;
  }
  .mt-md-13 {
    margin-top: 3.25rem !important;
  }
  .mt-md-14 {
    margin-top: 3.5rem !important;
  }
  .mt-md-15 {
    margin-top: 3.75rem !important;
  }
  .mt-md-16 {
    margin-top: 4rem !important;
  }
  .mt-md-18 {
    margin-top: 4.5rem !important;
  }
  .mt-md-20 {
    margin-top: 5rem !important;
  }
  .mt-md-23 {
    margin-top: 5.25rem !important;
  }
  .mt-md-24 {
    margin-top: 6rem !important;
  }
  .mt-md-26 {
    margin-top: 6.5rem !important;
  }
  .mt-md-2x3 {
    margin-top: 6px !important;
  }
  .mt-md-3x5 {
    margin-top: 15px !important;
  }
  .mt-md-x1 {
    margin-top: 10px !important;
  }
  .mt-md-x3 {
    margin-top: 30px !important;
  }
  .mt-md-x5 {
    margin-top: 50px !important;
  }
  .mt-md-x6 {
    margin-top: 60px !important;
  }
  .mt-md-x7 {
    margin-top: 70px !important;
  }
  .mt-md-x8 {
    margin-top: 80px !important;
  }
  .mt-md-x9 {
    margin-top: 90px !important;
  }
  .mt-md-x10 {
    margin-top: 100px !important;
  }
  .mt-md-x12 {
    margin-top: 120px !important;
  }
  .mt-md-x15 {
    margin-top: 150px !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: 0.75rem !important;
  }
  .me-md-4 {
    margin-right: 1rem !important;
  }
  .me-md-5 {
    margin-right: 1.25rem !important;
  }
  .me-md-6 {
    margin-right: 1.5rem !important;
  }
  .me-md-7 {
    margin-right: 1.75rem !important;
  }
  .me-md-8 {
    margin-right: 2rem !important;
  }
  .me-md-9 {
    margin-right: 2.25rem !important;
  }
  .me-md-10 {
    margin-right: 2.5rem !important;
  }
  .me-md-11 {
    margin-right: 2.75rem !important;
  }
  .me-md-12 {
    margin-right: 3rem !important;
  }
  .me-md-13 {
    margin-right: 3.25rem !important;
  }
  .me-md-14 {
    margin-right: 3.5rem !important;
  }
  .me-md-15 {
    margin-right: 3.75rem !important;
  }
  .me-md-16 {
    margin-right: 4rem !important;
  }
  .me-md-18 {
    margin-right: 4.5rem !important;
  }
  .me-md-20 {
    margin-right: 5rem !important;
  }
  .me-md-23 {
    margin-right: 5.25rem !important;
  }
  .me-md-24 {
    margin-right: 6rem !important;
  }
  .me-md-26 {
    margin-right: 6.5rem !important;
  }
  .me-md-2x3 {
    margin-right: 6px !important;
  }
  .me-md-3x5 {
    margin-right: 15px !important;
  }
  .me-md-x1 {
    margin-right: 10px !important;
  }
  .me-md-x3 {
    margin-right: 30px !important;
  }
  .me-md-x5 {
    margin-right: 50px !important;
  }
  .me-md-x6 {
    margin-right: 60px !important;
  }
  .me-md-x7 {
    margin-right: 70px !important;
  }
  .me-md-x8 {
    margin-right: 80px !important;
  }
  .me-md-x9 {
    margin-right: 90px !important;
  }
  .me-md-x10 {
    margin-right: 100px !important;
  }
  .me-md-x12 {
    margin-right: 120px !important;
  }
  .me-md-x15 {
    margin-right: 150px !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: 0.75rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-md-8 {
    margin-bottom: 2rem !important;
  }
  .mb-md-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-11 {
    margin-bottom: 2.75rem !important;
  }
  .mb-md-12 {
    margin-bottom: 3rem !important;
  }
  .mb-md-13 {
    margin-bottom: 3.25rem !important;
  }
  .mb-md-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-15 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-16 {
    margin-bottom: 4rem !important;
  }
  .mb-md-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-20 {
    margin-bottom: 5rem !important;
  }
  .mb-md-23 {
    margin-bottom: 5.25rem !important;
  }
  .mb-md-24 {
    margin-bottom: 6rem !important;
  }
  .mb-md-26 {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-2x3 {
    margin-bottom: 6px !important;
  }
  .mb-md-3x5 {
    margin-bottom: 15px !important;
  }
  .mb-md-x1 {
    margin-bottom: 10px !important;
  }
  .mb-md-x3 {
    margin-bottom: 30px !important;
  }
  .mb-md-x5 {
    margin-bottom: 50px !important;
  }
  .mb-md-x6 {
    margin-bottom: 60px !important;
  }
  .mb-md-x7 {
    margin-bottom: 70px !important;
  }
  .mb-md-x8 {
    margin-bottom: 80px !important;
  }
  .mb-md-x9 {
    margin-bottom: 90px !important;
  }
  .mb-md-x10 {
    margin-bottom: 100px !important;
  }
  .mb-md-x12 {
    margin-bottom: 120px !important;
  }
  .mb-md-x15 {
    margin-bottom: 150px !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: 0.75rem !important;
  }
  .ms-md-4 {
    margin-left: 1rem !important;
  }
  .ms-md-5 {
    margin-left: 1.25rem !important;
  }
  .ms-md-6 {
    margin-left: 1.5rem !important;
  }
  .ms-md-7 {
    margin-left: 1.75rem !important;
  }
  .ms-md-8 {
    margin-left: 2rem !important;
  }
  .ms-md-9 {
    margin-left: 2.25rem !important;
  }
  .ms-md-10 {
    margin-left: 2.5rem !important;
  }
  .ms-md-11 {
    margin-left: 2.75rem !important;
  }
  .ms-md-12 {
    margin-left: 3rem !important;
  }
  .ms-md-13 {
    margin-left: 3.25rem !important;
  }
  .ms-md-14 {
    margin-left: 3.5rem !important;
  }
  .ms-md-15 {
    margin-left: 3.75rem !important;
  }
  .ms-md-16 {
    margin-left: 4rem !important;
  }
  .ms-md-18 {
    margin-left: 4.5rem !important;
  }
  .ms-md-20 {
    margin-left: 5rem !important;
  }
  .ms-md-23 {
    margin-left: 5.25rem !important;
  }
  .ms-md-24 {
    margin-left: 6rem !important;
  }
  .ms-md-26 {
    margin-left: 6.5rem !important;
  }
  .ms-md-2x3 {
    margin-left: 6px !important;
  }
  .ms-md-3x5 {
    margin-left: 15px !important;
  }
  .ms-md-x1 {
    margin-left: 10px !important;
  }
  .ms-md-x3 {
    margin-left: 30px !important;
  }
  .ms-md-x5 {
    margin-left: 50px !important;
  }
  .ms-md-x6 {
    margin-left: 60px !important;
  }
  .ms-md-x7 {
    margin-left: 70px !important;
  }
  .ms-md-x8 {
    margin-left: 80px !important;
  }
  .ms-md-x9 {
    margin-left: 90px !important;
  }
  .ms-md-x10 {
    margin-left: 100px !important;
  }
  .ms-md-x12 {
    margin-left: 120px !important;
  }
  .ms-md-x15 {
    margin-left: 150px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  .m-md-n4 {
    margin: -1rem !important;
  }
  .m-md-n5 {
    margin: -1.25rem !important;
  }
  .m-md-n6 {
    margin: -1.5rem !important;
  }
  .m-md-n7 {
    margin: -1.75rem !important;
  }
  .m-md-n8 {
    margin: -2rem !important;
  }
  .m-md-n9 {
    margin: -2.25rem !important;
  }
  .m-md-n10 {
    margin: -2.5rem !important;
  }
  .m-md-n11 {
    margin: -2.75rem !important;
  }
  .m-md-n12 {
    margin: -3rem !important;
  }
  .m-md-n13 {
    margin: -3.25rem !important;
  }
  .m-md-n14 {
    margin: -3.5rem !important;
  }
  .m-md-n15 {
    margin: -3.75rem !important;
  }
  .m-md-n16 {
    margin: -4rem !important;
  }
  .m-md-n18 {
    margin: -4.5rem !important;
  }
  .m-md-n20 {
    margin: -5rem !important;
  }
  .m-md-n23 {
    margin: -5.25rem !important;
  }
  .m-md-n24 {
    margin: -6rem !important;
  }
  .m-md-n26 {
    margin: -6.5rem !important;
  }
  .m-md-n2x3 {
    margin: -6px !important;
  }
  .m-md-n3x5 {
    margin: -15px !important;
  }
  .m-md-nx1 {
    margin: -10px !important;
  }
  .m-md-nx3 {
    margin: -30px !important;
  }
  .m-md-nx5 {
    margin: -50px !important;
  }
  .m-md-nx6 {
    margin: -60px !important;
  }
  .m-md-nx7 {
    margin: -70px !important;
  }
  .m-md-nx8 {
    margin: -80px !important;
  }
  .m-md-nx9 {
    margin: -90px !important;
  }
  .m-md-nx10 {
    margin: -100px !important;
  }
  .m-md-nx12 {
    margin: -120px !important;
  }
  .m-md-nx15 {
    margin: -150px !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-md-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-md-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-md-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-md-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-md-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-md-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-md-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-md-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-md-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n23 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-md-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n26 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-md-n2x3 {
    margin-right: -6px !important;
    margin-left: -6px !important;
  }
  .mx-md-n3x5 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-md-nx1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-md-nx3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-md-nx5 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .mx-md-nx6 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-md-nx7 {
    margin-right: -70px !important;
    margin-left: -70px !important;
  }
  .mx-md-nx8 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-md-nx9 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-md-nx10 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-md-nx12 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .mx-md-nx15 {
    margin-right: -150px !important;
    margin-left: -150px !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-md-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-md-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-md-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-md-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-md-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-md-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-md-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-md-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-md-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n23 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-md-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n26 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-md-n2x3 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .my-md-n3x5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-md-nx1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-md-nx3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-md-nx5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .my-md-nx6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-md-nx7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .my-md-nx8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-md-nx9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-md-nx10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-md-nx12 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .my-md-nx15 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-md-n4 {
    margin-top: -1rem !important;
  }
  .mt-md-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-md-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n7 {
    margin-top: -1.75rem !important;
  }
  .mt-md-n8 {
    margin-top: -2rem !important;
  }
  .mt-md-n9 {
    margin-top: -2.25rem !important;
  }
  .mt-md-n10 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n11 {
    margin-top: -2.75rem !important;
  }
  .mt-md-n12 {
    margin-top: -3rem !important;
  }
  .mt-md-n13 {
    margin-top: -3.25rem !important;
  }
  .mt-md-n14 {
    margin-top: -3.5rem !important;
  }
  .mt-md-n15 {
    margin-top: -3.75rem !important;
  }
  .mt-md-n16 {
    margin-top: -4rem !important;
  }
  .mt-md-n18 {
    margin-top: -4.5rem !important;
  }
  .mt-md-n20 {
    margin-top: -5rem !important;
  }
  .mt-md-n23 {
    margin-top: -5.25rem !important;
  }
  .mt-md-n24 {
    margin-top: -6rem !important;
  }
  .mt-md-n26 {
    margin-top: -6.5rem !important;
  }
  .mt-md-n2x3 {
    margin-top: -6px !important;
  }
  .mt-md-n3x5 {
    margin-top: -15px !important;
  }
  .mt-md-nx1 {
    margin-top: -10px !important;
  }
  .mt-md-nx3 {
    margin-top: -30px !important;
  }
  .mt-md-nx5 {
    margin-top: -50px !important;
  }
  .mt-md-nx6 {
    margin-top: -60px !important;
  }
  .mt-md-nx7 {
    margin-top: -70px !important;
  }
  .mt-md-nx8 {
    margin-top: -80px !important;
  }
  .mt-md-nx9 {
    margin-top: -90px !important;
  }
  .mt-md-nx10 {
    margin-top: -100px !important;
  }
  .mt-md-nx12 {
    margin-top: -120px !important;
  }
  .mt-md-nx15 {
    margin-top: -150px !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -0.75rem !important;
  }
  .me-md-n4 {
    margin-right: -1rem !important;
  }
  .me-md-n5 {
    margin-right: -1.25rem !important;
  }
  .me-md-n6 {
    margin-right: -1.5rem !important;
  }
  .me-md-n7 {
    margin-right: -1.75rem !important;
  }
  .me-md-n8 {
    margin-right: -2rem !important;
  }
  .me-md-n9 {
    margin-right: -2.25rem !important;
  }
  .me-md-n10 {
    margin-right: -2.5rem !important;
  }
  .me-md-n11 {
    margin-right: -2.75rem !important;
  }
  .me-md-n12 {
    margin-right: -3rem !important;
  }
  .me-md-n13 {
    margin-right: -3.25rem !important;
  }
  .me-md-n14 {
    margin-right: -3.5rem !important;
  }
  .me-md-n15 {
    margin-right: -3.75rem !important;
  }
  .me-md-n16 {
    margin-right: -4rem !important;
  }
  .me-md-n18 {
    margin-right: -4.5rem !important;
  }
  .me-md-n20 {
    margin-right: -5rem !important;
  }
  .me-md-n23 {
    margin-right: -5.25rem !important;
  }
  .me-md-n24 {
    margin-right: -6rem !important;
  }
  .me-md-n26 {
    margin-right: -6.5rem !important;
  }
  .me-md-n2x3 {
    margin-right: -6px !important;
  }
  .me-md-n3x5 {
    margin-right: -15px !important;
  }
  .me-md-nx1 {
    margin-right: -10px !important;
  }
  .me-md-nx3 {
    margin-right: -30px !important;
  }
  .me-md-nx5 {
    margin-right: -50px !important;
  }
  .me-md-nx6 {
    margin-right: -60px !important;
  }
  .me-md-nx7 {
    margin-right: -70px !important;
  }
  .me-md-nx8 {
    margin-right: -80px !important;
  }
  .me-md-nx9 {
    margin-right: -90px !important;
  }
  .me-md-nx10 {
    margin-right: -100px !important;
  }
  .me-md-nx12 {
    margin-right: -120px !important;
  }
  .me-md-nx15 {
    margin-right: -150px !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -1.75rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -2.25rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n11 {
    margin-bottom: -2.75rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n13 {
    margin-bottom: -3.25rem !important;
  }
  .mb-md-n14 {
    margin-bottom: -3.5rem !important;
  }
  .mb-md-n15 {
    margin-bottom: -3.75rem !important;
  }
  .mb-md-n16 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n18 {
    margin-bottom: -4.5rem !important;
  }
  .mb-md-n20 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n23 {
    margin-bottom: -5.25rem !important;
  }
  .mb-md-n24 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n26 {
    margin-bottom: -6.5rem !important;
  }
  .mb-md-n2x3 {
    margin-bottom: -6px !important;
  }
  .mb-md-n3x5 {
    margin-bottom: -15px !important;
  }
  .mb-md-nx1 {
    margin-bottom: -10px !important;
  }
  .mb-md-nx3 {
    margin-bottom: -30px !important;
  }
  .mb-md-nx5 {
    margin-bottom: -50px !important;
  }
  .mb-md-nx6 {
    margin-bottom: -60px !important;
  }
  .mb-md-nx7 {
    margin-bottom: -70px !important;
  }
  .mb-md-nx8 {
    margin-bottom: -80px !important;
  }
  .mb-md-nx9 {
    margin-bottom: -90px !important;
  }
  .mb-md-nx10 {
    margin-bottom: -100px !important;
  }
  .mb-md-nx12 {
    margin-bottom: -120px !important;
  }
  .mb-md-nx15 {
    margin-bottom: -150px !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-md-n4 {
    margin-left: -1rem !important;
  }
  .ms-md-n5 {
    margin-left: -1.25rem !important;
  }
  .ms-md-n6 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n7 {
    margin-left: -1.75rem !important;
  }
  .ms-md-n8 {
    margin-left: -2rem !important;
  }
  .ms-md-n9 {
    margin-left: -2.25rem !important;
  }
  .ms-md-n10 {
    margin-left: -2.5rem !important;
  }
  .ms-md-n11 {
    margin-left: -2.75rem !important;
  }
  .ms-md-n12 {
    margin-left: -3rem !important;
  }
  .ms-md-n13 {
    margin-left: -3.25rem !important;
  }
  .ms-md-n14 {
    margin-left: -3.5rem !important;
  }
  .ms-md-n15 {
    margin-left: -3.75rem !important;
  }
  .ms-md-n16 {
    margin-left: -4rem !important;
  }
  .ms-md-n18 {
    margin-left: -4.5rem !important;
  }
  .ms-md-n20 {
    margin-left: -5rem !important;
  }
  .ms-md-n23 {
    margin-left: -5.25rem !important;
  }
  .ms-md-n24 {
    margin-left: -6rem !important;
  }
  .ms-md-n26 {
    margin-left: -6.5rem !important;
  }
  .ms-md-n2x3 {
    margin-left: -6px !important;
  }
  .ms-md-n3x5 {
    margin-left: -15px !important;
  }
  .ms-md-nx1 {
    margin-left: -10px !important;
  }
  .ms-md-nx3 {
    margin-left: -30px !important;
  }
  .ms-md-nx5 {
    margin-left: -50px !important;
  }
  .ms-md-nx6 {
    margin-left: -60px !important;
  }
  .ms-md-nx7 {
    margin-left: -70px !important;
  }
  .ms-md-nx8 {
    margin-left: -80px !important;
  }
  .ms-md-nx9 {
    margin-left: -90px !important;
  }
  .ms-md-nx10 {
    margin-left: -100px !important;
  }
  .ms-md-nx12 {
    margin-left: -120px !important;
  }
  .ms-md-nx15 {
    margin-left: -150px !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: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .p-md-9 {
    padding: 2.25rem !important;
  }
  .p-md-10 {
    padding: 2.5rem !important;
  }
  .p-md-11 {
    padding: 2.75rem !important;
  }
  .p-md-12 {
    padding: 3rem !important;
  }
  .p-md-13 {
    padding: 3.25rem !important;
  }
  .p-md-14 {
    padding: 3.5rem !important;
  }
  .p-md-15 {
    padding: 3.75rem !important;
  }
  .p-md-16 {
    padding: 4rem !important;
  }
  .p-md-18 {
    padding: 4.5rem !important;
  }
  .p-md-20 {
    padding: 5rem !important;
  }
  .p-md-23 {
    padding: 5.25rem !important;
  }
  .p-md-24 {
    padding: 6rem !important;
  }
  .p-md-26 {
    padding: 6.5rem !important;
  }
  .p-md-2x3 {
    padding: 6px !important;
  }
  .p-md-3x5 {
    padding: 15px !important;
  }
  .p-md-x1 {
    padding: 10px !important;
  }
  .p-md-x3 {
    padding: 30px !important;
  }
  .p-md-x5 {
    padding: 50px !important;
  }
  .p-md-x6 {
    padding: 60px !important;
  }
  .p-md-x7 {
    padding: 70px !important;
  }
  .p-md-x8 {
    padding: 80px !important;
  }
  .p-md-x9 {
    padding: 90px !important;
  }
  .p-md-x10 {
    padding: 100px !important;
  }
  .p-md-x12 {
    padding: 120px !important;
  }
  .p-md-x15 {
    padding: 150px !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: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-md-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-md-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-md-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-md-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-23 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-md-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-md-2x3 {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .px-md-3x5 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-md-x1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-md-x3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-md-x5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-md-x6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-md-x7 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .px-md-x8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-md-x9 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-md-x10 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-md-x12 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-md-x15 {
    padding-right: 150px !important;
    padding-left: 150px !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-md-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-md-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-md-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-md-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-23 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-md-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-md-2x3 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-md-3x5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-md-x1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-md-x3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-x5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-md-x6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-md-x7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-md-x8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-md-x9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-md-x10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-md-x12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-md-x15 {
    padding-top: 150px !important;
    padding-bottom: 150px !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: 0.75rem !important;
  }
  .pt-md-4 {
    padding-top: 1rem !important;
  }
  .pt-md-5 {
    padding-top: 1.25rem !important;
  }
  .pt-md-6 {
    padding-top: 1.5rem !important;
  }
  .pt-md-7 {
    padding-top: 1.75rem !important;
  }
  .pt-md-8 {
    padding-top: 2rem !important;
  }
  .pt-md-9 {
    padding-top: 2.25rem !important;
  }
  .pt-md-10 {
    padding-top: 2.5rem !important;
  }
  .pt-md-11 {
    padding-top: 2.75rem !important;
  }
  .pt-md-12 {
    padding-top: 3rem !important;
  }
  .pt-md-13 {
    padding-top: 3.25rem !important;
  }
  .pt-md-14 {
    padding-top: 3.5rem !important;
  }
  .pt-md-15 {
    padding-top: 3.75rem !important;
  }
  .pt-md-16 {
    padding-top: 4rem !important;
  }
  .pt-md-18 {
    padding-top: 4.5rem !important;
  }
  .pt-md-20 {
    padding-top: 5rem !important;
  }
  .pt-md-23 {
    padding-top: 5.25rem !important;
  }
  .pt-md-24 {
    padding-top: 6rem !important;
  }
  .pt-md-26 {
    padding-top: 6.5rem !important;
  }
  .pt-md-2x3 {
    padding-top: 6px !important;
  }
  .pt-md-3x5 {
    padding-top: 15px !important;
  }
  .pt-md-x1 {
    padding-top: 10px !important;
  }
  .pt-md-x3 {
    padding-top: 30px !important;
  }
  .pt-md-x5 {
    padding-top: 50px !important;
  }
  .pt-md-x6 {
    padding-top: 60px !important;
  }
  .pt-md-x7 {
    padding-top: 70px !important;
  }
  .pt-md-x8 {
    padding-top: 80px !important;
  }
  .pt-md-x9 {
    padding-top: 90px !important;
  }
  .pt-md-x10 {
    padding-top: 100px !important;
  }
  .pt-md-x12 {
    padding-top: 120px !important;
  }
  .pt-md-x15 {
    padding-top: 150px !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: 0.75rem !important;
  }
  .pe-md-4 {
    padding-right: 1rem !important;
  }
  .pe-md-5 {
    padding-right: 1.25rem !important;
  }
  .pe-md-6 {
    padding-right: 1.5rem !important;
  }
  .pe-md-7 {
    padding-right: 1.75rem !important;
  }
  .pe-md-8 {
    padding-right: 2rem !important;
  }
  .pe-md-9 {
    padding-right: 2.25rem !important;
  }
  .pe-md-10 {
    padding-right: 2.5rem !important;
  }
  .pe-md-11 {
    padding-right: 2.75rem !important;
  }
  .pe-md-12 {
    padding-right: 3rem !important;
  }
  .pe-md-13 {
    padding-right: 3.25rem !important;
  }
  .pe-md-14 {
    padding-right: 3.5rem !important;
  }
  .pe-md-15 {
    padding-right: 3.75rem !important;
  }
  .pe-md-16 {
    padding-right: 4rem !important;
  }
  .pe-md-18 {
    padding-right: 4.5rem !important;
  }
  .pe-md-20 {
    padding-right: 5rem !important;
  }
  .pe-md-23 {
    padding-right: 5.25rem !important;
  }
  .pe-md-24 {
    padding-right: 6rem !important;
  }
  .pe-md-26 {
    padding-right: 6.5rem !important;
  }
  .pe-md-2x3 {
    padding-right: 6px !important;
  }
  .pe-md-3x5 {
    padding-right: 15px !important;
  }
  .pe-md-x1 {
    padding-right: 10px !important;
  }
  .pe-md-x3 {
    padding-right: 30px !important;
  }
  .pe-md-x5 {
    padding-right: 50px !important;
  }
  .pe-md-x6 {
    padding-right: 60px !important;
  }
  .pe-md-x7 {
    padding-right: 70px !important;
  }
  .pe-md-x8 {
    padding-right: 80px !important;
  }
  .pe-md-x9 {
    padding-right: 90px !important;
  }
  .pe-md-x10 {
    padding-right: 100px !important;
  }
  .pe-md-x12 {
    padding-right: 120px !important;
  }
  .pe-md-x15 {
    padding-right: 150px !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: 0.75rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-md-8 {
    padding-bottom: 2rem !important;
  }
  .pb-md-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-md-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-11 {
    padding-bottom: 2.75rem !important;
  }
  .pb-md-12 {
    padding-bottom: 3rem !important;
  }
  .pb-md-13 {
    padding-bottom: 3.25rem !important;
  }
  .pb-md-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-15 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-16 {
    padding-bottom: 4rem !important;
  }
  .pb-md-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-20 {
    padding-bottom: 5rem !important;
  }
  .pb-md-23 {
    padding-bottom: 5.25rem !important;
  }
  .pb-md-24 {
    padding-bottom: 6rem !important;
  }
  .pb-md-26 {
    padding-bottom: 6.5rem !important;
  }
  .pb-md-2x3 {
    padding-bottom: 6px !important;
  }
  .pb-md-3x5 {
    padding-bottom: 15px !important;
  }
  .pb-md-x1 {
    padding-bottom: 10px !important;
  }
  .pb-md-x3 {
    padding-bottom: 30px !important;
  }
  .pb-md-x5 {
    padding-bottom: 50px !important;
  }
  .pb-md-x6 {
    padding-bottom: 60px !important;
  }
  .pb-md-x7 {
    padding-bottom: 70px !important;
  }
  .pb-md-x8 {
    padding-bottom: 80px !important;
  }
  .pb-md-x9 {
    padding-bottom: 90px !important;
  }
  .pb-md-x10 {
    padding-bottom: 100px !important;
  }
  .pb-md-x12 {
    padding-bottom: 120px !important;
  }
  .pb-md-x15 {
    padding-bottom: 150px !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: 0.75rem !important;
  }
  .ps-md-4 {
    padding-left: 1rem !important;
  }
  .ps-md-5 {
    padding-left: 1.25rem !important;
  }
  .ps-md-6 {
    padding-left: 1.5rem !important;
  }
  .ps-md-7 {
    padding-left: 1.75rem !important;
  }
  .ps-md-8 {
    padding-left: 2rem !important;
  }
  .ps-md-9 {
    padding-left: 2.25rem !important;
  }
  .ps-md-10 {
    padding-left: 2.5rem !important;
  }
  .ps-md-11 {
    padding-left: 2.75rem !important;
  }
  .ps-md-12 {
    padding-left: 3rem !important;
  }
  .ps-md-13 {
    padding-left: 3.25rem !important;
  }
  .ps-md-14 {
    padding-left: 3.5rem !important;
  }
  .ps-md-15 {
    padding-left: 3.75rem !important;
  }
  .ps-md-16 {
    padding-left: 4rem !important;
  }
  .ps-md-18 {
    padding-left: 4.5rem !important;
  }
  .ps-md-20 {
    padding-left: 5rem !important;
  }
  .ps-md-23 {
    padding-left: 5.25rem !important;
  }
  .ps-md-24 {
    padding-left: 6rem !important;
  }
  .ps-md-26 {
    padding-left: 6.5rem !important;
  }
  .ps-md-2x3 {
    padding-left: 6px !important;
  }
  .ps-md-3x5 {
    padding-left: 15px !important;
  }
  .ps-md-x1 {
    padding-left: 10px !important;
  }
  .ps-md-x3 {
    padding-left: 30px !important;
  }
  .ps-md-x5 {
    padding-left: 50px !important;
  }
  .ps-md-x6 {
    padding-left: 60px !important;
  }
  .ps-md-x7 {
    padding-left: 70px !important;
  }
  .ps-md-x8 {
    padding-left: 80px !important;
  }
  .ps-md-x9 {
    padding-left: 90px !important;
  }
  .ps-md-x10 {
    padding-left: 100px !important;
  }
  .ps-md-x12 {
    padding-left: 120px !important;
  }
  .ps-md-x15 {
    padding-left: 150px !important;
  }
  .fs-md-1 {
    font-size: 3rem !important;
  }
  .fs-md-2 {
    font-size: 2.25rem !important;
  }
  .fs-md-3 {
    font-size: 1.5rem !important;
  }
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  .fs-md-5 {
    font-size: 1.125rem !important;
  }
  .fs-md-6 {
    font-size: 1rem !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: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        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: 0.75rem !important;
  }
  .gap-lg-4 {
    gap: 1rem !important;
  }
  .gap-lg-5 {
    gap: 1.25rem !important;
  }
  .gap-lg-6 {
    gap: 1.5rem !important;
  }
  .gap-lg-7 {
    gap: 1.75rem !important;
  }
  .gap-lg-8 {
    gap: 2rem !important;
  }
  .gap-lg-9 {
    gap: 2.25rem !important;
  }
  .gap-lg-10 {
    gap: 2.5rem !important;
  }
  .gap-lg-11 {
    gap: 2.75rem !important;
  }
  .gap-lg-12 {
    gap: 3rem !important;
  }
  .gap-lg-13 {
    gap: 3.25rem !important;
  }
  .gap-lg-14 {
    gap: 3.5rem !important;
  }
  .gap-lg-15 {
    gap: 3.75rem !important;
  }
  .gap-lg-16 {
    gap: 4rem !important;
  }
  .gap-lg-18 {
    gap: 4.5rem !important;
  }
  .gap-lg-20 {
    gap: 5rem !important;
  }
  .gap-lg-23 {
    gap: 5.25rem !important;
  }
  .gap-lg-24 {
    gap: 6rem !important;
  }
  .gap-lg-26 {
    gap: 6.5rem !important;
  }
  .gap-lg-2x3 {
    gap: 6px !important;
  }
  .gap-lg-3x5 {
    gap: 15px !important;
  }
  .gap-lg-x1 {
    gap: 10px !important;
  }
  .gap-lg-x3 {
    gap: 30px !important;
  }
  .gap-lg-x5 {
    gap: 50px !important;
  }
  .gap-lg-x6 {
    gap: 60px !important;
  }
  .gap-lg-x7 {
    gap: 70px !important;
  }
  .gap-lg-x8 {
    gap: 80px !important;
  }
  .gap-lg-x9 {
    gap: 90px !important;
  }
  .gap-lg-x10 {
    gap: 100px !important;
  }
  .gap-lg-x12 {
    gap: 120px !important;
  }
  .gap-lg-x15 {
    gap: 150px !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .m-lg-9 {
    margin: 2.25rem !important;
  }
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  .m-lg-11 {
    margin: 2.75rem !important;
  }
  .m-lg-12 {
    margin: 3rem !important;
  }
  .m-lg-13 {
    margin: 3.25rem !important;
  }
  .m-lg-14 {
    margin: 3.5rem !important;
  }
  .m-lg-15 {
    margin: 3.75rem !important;
  }
  .m-lg-16 {
    margin: 4rem !important;
  }
  .m-lg-18 {
    margin: 4.5rem !important;
  }
  .m-lg-20 {
    margin: 5rem !important;
  }
  .m-lg-23 {
    margin: 5.25rem !important;
  }
  .m-lg-24 {
    margin: 6rem !important;
  }
  .m-lg-26 {
    margin: 6.5rem !important;
  }
  .m-lg-2x3 {
    margin: 6px !important;
  }
  .m-lg-3x5 {
    margin: 15px !important;
  }
  .m-lg-x1 {
    margin: 10px !important;
  }
  .m-lg-x3 {
    margin: 30px !important;
  }
  .m-lg-x5 {
    margin: 50px !important;
  }
  .m-lg-x6 {
    margin: 60px !important;
  }
  .m-lg-x7 {
    margin: 70px !important;
  }
  .m-lg-x8 {
    margin: 80px !important;
  }
  .m-lg-x9 {
    margin: 90px !important;
  }
  .m-lg-x10 {
    margin: 100px !important;
  }
  .m-lg-x12 {
    margin: 120px !important;
  }
  .m-lg-x15 {
    margin: 150px !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: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-lg-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-lg-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-lg-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-lg-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-23 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-lg-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-lg-2x3 {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .mx-lg-3x5 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-lg-x1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-lg-x3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-lg-x5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-lg-x6 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-lg-x7 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .mx-lg-x8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-lg-x9 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-lg-x10 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-lg-x12 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-lg-x15 {
    margin-right: 150px !important;
    margin-left: 150px !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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-lg-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-lg-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-lg-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-lg-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-23 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-lg-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-lg-2x3 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-lg-3x5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-lg-x1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-lg-x3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-x5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-lg-x6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-lg-x7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-lg-x8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-lg-x9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-lg-x10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-lg-x12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-lg-x15 {
    margin-top: 150px !important;
    margin-bottom: 150px !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: 0.75rem !important;
  }
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mt-lg-8 {
    margin-top: 2rem !important;
  }
  .mt-lg-9 {
    margin-top: 2.25rem !important;
  }
  .mt-lg-10 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-11 {
    margin-top: 2.75rem !important;
  }
  .mt-lg-12 {
    margin-top: 3rem !important;
  }
  .mt-lg-13 {
    margin-top: 3.25rem !important;
  }
  .mt-lg-14 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-15 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-16 {
    margin-top: 4rem !important;
  }
  .mt-lg-18 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-20 {
    margin-top: 5rem !important;
  }
  .mt-lg-23 {
    margin-top: 5.25rem !important;
  }
  .mt-lg-24 {
    margin-top: 6rem !important;
  }
  .mt-lg-26 {
    margin-top: 6.5rem !important;
  }
  .mt-lg-2x3 {
    margin-top: 6px !important;
  }
  .mt-lg-3x5 {
    margin-top: 15px !important;
  }
  .mt-lg-x1 {
    margin-top: 10px !important;
  }
  .mt-lg-x3 {
    margin-top: 30px !important;
  }
  .mt-lg-x5 {
    margin-top: 50px !important;
  }
  .mt-lg-x6 {
    margin-top: 60px !important;
  }
  .mt-lg-x7 {
    margin-top: 70px !important;
  }
  .mt-lg-x8 {
    margin-top: 80px !important;
  }
  .mt-lg-x9 {
    margin-top: 90px !important;
  }
  .mt-lg-x10 {
    margin-top: 100px !important;
  }
  .mt-lg-x12 {
    margin-top: 120px !important;
  }
  .mt-lg-x15 {
    margin-top: 150px !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: 0.75rem !important;
  }
  .me-lg-4 {
    margin-right: 1rem !important;
  }
  .me-lg-5 {
    margin-right: 1.25rem !important;
  }
  .me-lg-6 {
    margin-right: 1.5rem !important;
  }
  .me-lg-7 {
    margin-right: 1.75rem !important;
  }
  .me-lg-8 {
    margin-right: 2rem !important;
  }
  .me-lg-9 {
    margin-right: 2.25rem !important;
  }
  .me-lg-10 {
    margin-right: 2.5rem !important;
  }
  .me-lg-11 {
    margin-right: 2.75rem !important;
  }
  .me-lg-12 {
    margin-right: 3rem !important;
  }
  .me-lg-13 {
    margin-right: 3.25rem !important;
  }
  .me-lg-14 {
    margin-right: 3.5rem !important;
  }
  .me-lg-15 {
    margin-right: 3.75rem !important;
  }
  .me-lg-16 {
    margin-right: 4rem !important;
  }
  .me-lg-18 {
    margin-right: 4.5rem !important;
  }
  .me-lg-20 {
    margin-right: 5rem !important;
  }
  .me-lg-23 {
    margin-right: 5.25rem !important;
  }
  .me-lg-24 {
    margin-right: 6rem !important;
  }
  .me-lg-26 {
    margin-right: 6.5rem !important;
  }
  .me-lg-2x3 {
    margin-right: 6px !important;
  }
  .me-lg-3x5 {
    margin-right: 15px !important;
  }
  .me-lg-x1 {
    margin-right: 10px !important;
  }
  .me-lg-x3 {
    margin-right: 30px !important;
  }
  .me-lg-x5 {
    margin-right: 50px !important;
  }
  .me-lg-x6 {
    margin-right: 60px !important;
  }
  .me-lg-x7 {
    margin-right: 70px !important;
  }
  .me-lg-x8 {
    margin-right: 80px !important;
  }
  .me-lg-x9 {
    margin-right: 90px !important;
  }
  .me-lg-x10 {
    margin-right: 100px !important;
  }
  .me-lg-x12 {
    margin-right: 120px !important;
  }
  .me-lg-x15 {
    margin-right: 150px !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: 0.75rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 2.75rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 3.25rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-23 {
    margin-bottom: 5.25rem !important;
  }
  .mb-lg-24 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-26 {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-2x3 {
    margin-bottom: 6px !important;
  }
  .mb-lg-3x5 {
    margin-bottom: 15px !important;
  }
  .mb-lg-x1 {
    margin-bottom: 10px !important;
  }
  .mb-lg-x3 {
    margin-bottom: 30px !important;
  }
  .mb-lg-x5 {
    margin-bottom: 50px !important;
  }
  .mb-lg-x6 {
    margin-bottom: 60px !important;
  }
  .mb-lg-x7 {
    margin-bottom: 70px !important;
  }
  .mb-lg-x8 {
    margin-bottom: 80px !important;
  }
  .mb-lg-x9 {
    margin-bottom: 90px !important;
  }
  .mb-lg-x10 {
    margin-bottom: 100px !important;
  }
  .mb-lg-x12 {
    margin-bottom: 120px !important;
  }
  .mb-lg-x15 {
    margin-bottom: 150px !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: 0.75rem !important;
  }
  .ms-lg-4 {
    margin-left: 1rem !important;
  }
  .ms-lg-5 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-6 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 1.75rem !important;
  }
  .ms-lg-8 {
    margin-left: 2rem !important;
  }
  .ms-lg-9 {
    margin-left: 2.25rem !important;
  }
  .ms-lg-10 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-11 {
    margin-left: 2.75rem !important;
  }
  .ms-lg-12 {
    margin-left: 3rem !important;
  }
  .ms-lg-13 {
    margin-left: 3.25rem !important;
  }
  .ms-lg-14 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-15 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-16 {
    margin-left: 4rem !important;
  }
  .ms-lg-18 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-20 {
    margin-left: 5rem !important;
  }
  .ms-lg-23 {
    margin-left: 5.25rem !important;
  }
  .ms-lg-24 {
    margin-left: 6rem !important;
  }
  .ms-lg-26 {
    margin-left: 6.5rem !important;
  }
  .ms-lg-2x3 {
    margin-left: 6px !important;
  }
  .ms-lg-3x5 {
    margin-left: 15px !important;
  }
  .ms-lg-x1 {
    margin-left: 10px !important;
  }
  .ms-lg-x3 {
    margin-left: 30px !important;
  }
  .ms-lg-x5 {
    margin-left: 50px !important;
  }
  .ms-lg-x6 {
    margin-left: 60px !important;
  }
  .ms-lg-x7 {
    margin-left: 70px !important;
  }
  .ms-lg-x8 {
    margin-left: 80px !important;
  }
  .ms-lg-x9 {
    margin-left: 90px !important;
  }
  .ms-lg-x10 {
    margin-left: 100px !important;
  }
  .ms-lg-x12 {
    margin-left: 120px !important;
  }
  .ms-lg-x15 {
    margin-left: 150px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  .m-lg-n4 {
    margin: -1rem !important;
  }
  .m-lg-n5 {
    margin: -1.25rem !important;
  }
  .m-lg-n6 {
    margin: -1.5rem !important;
  }
  .m-lg-n7 {
    margin: -1.75rem !important;
  }
  .m-lg-n8 {
    margin: -2rem !important;
  }
  .m-lg-n9 {
    margin: -2.25rem !important;
  }
  .m-lg-n10 {
    margin: -2.5rem !important;
  }
  .m-lg-n11 {
    margin: -2.75rem !important;
  }
  .m-lg-n12 {
    margin: -3rem !important;
  }
  .m-lg-n13 {
    margin: -3.25rem !important;
  }
  .m-lg-n14 {
    margin: -3.5rem !important;
  }
  .m-lg-n15 {
    margin: -3.75rem !important;
  }
  .m-lg-n16 {
    margin: -4rem !important;
  }
  .m-lg-n18 {
    margin: -4.5rem !important;
  }
  .m-lg-n20 {
    margin: -5rem !important;
  }
  .m-lg-n23 {
    margin: -5.25rem !important;
  }
  .m-lg-n24 {
    margin: -6rem !important;
  }
  .m-lg-n26 {
    margin: -6.5rem !important;
  }
  .m-lg-n2x3 {
    margin: -6px !important;
  }
  .m-lg-n3x5 {
    margin: -15px !important;
  }
  .m-lg-nx1 {
    margin: -10px !important;
  }
  .m-lg-nx3 {
    margin: -30px !important;
  }
  .m-lg-nx5 {
    margin: -50px !important;
  }
  .m-lg-nx6 {
    margin: -60px !important;
  }
  .m-lg-nx7 {
    margin: -70px !important;
  }
  .m-lg-nx8 {
    margin: -80px !important;
  }
  .m-lg-nx9 {
    margin: -90px !important;
  }
  .m-lg-nx10 {
    margin: -100px !important;
  }
  .m-lg-nx12 {
    margin: -120px !important;
  }
  .m-lg-nx15 {
    margin: -150px !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-lg-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-lg-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-lg-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-lg-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-lg-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-lg-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-lg-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-lg-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n23 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-lg-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n26 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-lg-n2x3 {
    margin-right: -6px !important;
    margin-left: -6px !important;
  }
  .mx-lg-n3x5 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-lg-nx1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-lg-nx3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-lg-nx5 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .mx-lg-nx6 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-lg-nx7 {
    margin-right: -70px !important;
    margin-left: -70px !important;
  }
  .mx-lg-nx8 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-lg-nx9 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-lg-nx10 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-lg-nx12 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .mx-lg-nx15 {
    margin-right: -150px !important;
    margin-left: -150px !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-lg-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-lg-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-lg-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-lg-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-lg-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-lg-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-lg-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-lg-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-lg-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n23 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-lg-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n26 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-lg-n2x3 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .my-lg-n3x5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-lg-nx1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-lg-nx3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-lg-nx5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .my-lg-nx6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-lg-nx7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .my-lg-nx8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-lg-nx9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-lg-nx10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-lg-nx12 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .my-lg-nx15 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1rem !important;
  }
  .mt-lg-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-lg-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n7 {
    margin-top: -1.75rem !important;
  }
  .mt-lg-n8 {
    margin-top: -2rem !important;
  }
  .mt-lg-n9 {
    margin-top: -2.25rem !important;
  }
  .mt-lg-n10 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n11 {
    margin-top: -2.75rem !important;
  }
  .mt-lg-n12 {
    margin-top: -3rem !important;
  }
  .mt-lg-n13 {
    margin-top: -3.25rem !important;
  }
  .mt-lg-n14 {
    margin-top: -3.5rem !important;
  }
  .mt-lg-n15 {
    margin-top: -3.75rem !important;
  }
  .mt-lg-n16 {
    margin-top: -4rem !important;
  }
  .mt-lg-n18 {
    margin-top: -4.5rem !important;
  }
  .mt-lg-n20 {
    margin-top: -5rem !important;
  }
  .mt-lg-n23 {
    margin-top: -5.25rem !important;
  }
  .mt-lg-n24 {
    margin-top: -6rem !important;
  }
  .mt-lg-n26 {
    margin-top: -6.5rem !important;
  }
  .mt-lg-n2x3 {
    margin-top: -6px !important;
  }
  .mt-lg-n3x5 {
    margin-top: -15px !important;
  }
  .mt-lg-nx1 {
    margin-top: -10px !important;
  }
  .mt-lg-nx3 {
    margin-top: -30px !important;
  }
  .mt-lg-nx5 {
    margin-top: -50px !important;
  }
  .mt-lg-nx6 {
    margin-top: -60px !important;
  }
  .mt-lg-nx7 {
    margin-top: -70px !important;
  }
  .mt-lg-nx8 {
    margin-top: -80px !important;
  }
  .mt-lg-nx9 {
    margin-top: -90px !important;
  }
  .mt-lg-nx10 {
    margin-top: -100px !important;
  }
  .mt-lg-nx12 {
    margin-top: -120px !important;
  }
  .mt-lg-nx15 {
    margin-top: -150px !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .me-lg-n4 {
    margin-right: -1rem !important;
  }
  .me-lg-n5 {
    margin-right: -1.25rem !important;
  }
  .me-lg-n6 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n7 {
    margin-right: -1.75rem !important;
  }
  .me-lg-n8 {
    margin-right: -2rem !important;
  }
  .me-lg-n9 {
    margin-right: -2.25rem !important;
  }
  .me-lg-n10 {
    margin-right: -2.5rem !important;
  }
  .me-lg-n11 {
    margin-right: -2.75rem !important;
  }
  .me-lg-n12 {
    margin-right: -3rem !important;
  }
  .me-lg-n13 {
    margin-right: -3.25rem !important;
  }
  .me-lg-n14 {
    margin-right: -3.5rem !important;
  }
  .me-lg-n15 {
    margin-right: -3.75rem !important;
  }
  .me-lg-n16 {
    margin-right: -4rem !important;
  }
  .me-lg-n18 {
    margin-right: -4.5rem !important;
  }
  .me-lg-n20 {
    margin-right: -5rem !important;
  }
  .me-lg-n23 {
    margin-right: -5.25rem !important;
  }
  .me-lg-n24 {
    margin-right: -6rem !important;
  }
  .me-lg-n26 {
    margin-right: -6.5rem !important;
  }
  .me-lg-n2x3 {
    margin-right: -6px !important;
  }
  .me-lg-n3x5 {
    margin-right: -15px !important;
  }
  .me-lg-nx1 {
    margin-right: -10px !important;
  }
  .me-lg-nx3 {
    margin-right: -30px !important;
  }
  .me-lg-nx5 {
    margin-right: -50px !important;
  }
  .me-lg-nx6 {
    margin-right: -60px !important;
  }
  .me-lg-nx7 {
    margin-right: -70px !important;
  }
  .me-lg-nx8 {
    margin-right: -80px !important;
  }
  .me-lg-nx9 {
    margin-right: -90px !important;
  }
  .me-lg-nx10 {
    margin-right: -100px !important;
  }
  .me-lg-nx12 {
    margin-right: -120px !important;
  }
  .me-lg-nx15 {
    margin-right: -150px !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -1.75rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -2.25rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n11 {
    margin-bottom: -2.75rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n13 {
    margin-bottom: -3.25rem !important;
  }
  .mb-lg-n14 {
    margin-bottom: -3.5rem !important;
  }
  .mb-lg-n15 {
    margin-bottom: -3.75rem !important;
  }
  .mb-lg-n16 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n18 {
    margin-bottom: -4.5rem !important;
  }
  .mb-lg-n20 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n23 {
    margin-bottom: -5.25rem !important;
  }
  .mb-lg-n24 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n26 {
    margin-bottom: -6.5rem !important;
  }
  .mb-lg-n2x3 {
    margin-bottom: -6px !important;
  }
  .mb-lg-n3x5 {
    margin-bottom: -15px !important;
  }
  .mb-lg-nx1 {
    margin-bottom: -10px !important;
  }
  .mb-lg-nx3 {
    margin-bottom: -30px !important;
  }
  .mb-lg-nx5 {
    margin-bottom: -50px !important;
  }
  .mb-lg-nx6 {
    margin-bottom: -60px !important;
  }
  .mb-lg-nx7 {
    margin-bottom: -70px !important;
  }
  .mb-lg-nx8 {
    margin-bottom: -80px !important;
  }
  .mb-lg-nx9 {
    margin-bottom: -90px !important;
  }
  .mb-lg-nx10 {
    margin-bottom: -100px !important;
  }
  .mb-lg-nx12 {
    margin-bottom: -120px !important;
  }
  .mb-lg-nx15 {
    margin-bottom: -150px !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1rem !important;
  }
  .ms-lg-n5 {
    margin-left: -1.25rem !important;
  }
  .ms-lg-n6 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n7 {
    margin-left: -1.75rem !important;
  }
  .ms-lg-n8 {
    margin-left: -2rem !important;
  }
  .ms-lg-n9 {
    margin-left: -2.25rem !important;
  }
  .ms-lg-n10 {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n11 {
    margin-left: -2.75rem !important;
  }
  .ms-lg-n12 {
    margin-left: -3rem !important;
  }
  .ms-lg-n13 {
    margin-left: -3.25rem !important;
  }
  .ms-lg-n14 {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n15 {
    margin-left: -3.75rem !important;
  }
  .ms-lg-n16 {
    margin-left: -4rem !important;
  }
  .ms-lg-n18 {
    margin-left: -4.5rem !important;
  }
  .ms-lg-n20 {
    margin-left: -5rem !important;
  }
  .ms-lg-n23 {
    margin-left: -5.25rem !important;
  }
  .ms-lg-n24 {
    margin-left: -6rem !important;
  }
  .ms-lg-n26 {
    margin-left: -6.5rem !important;
  }
  .ms-lg-n2x3 {
    margin-left: -6px !important;
  }
  .ms-lg-n3x5 {
    margin-left: -15px !important;
  }
  .ms-lg-nx1 {
    margin-left: -10px !important;
  }
  .ms-lg-nx3 {
    margin-left: -30px !important;
  }
  .ms-lg-nx5 {
    margin-left: -50px !important;
  }
  .ms-lg-nx6 {
    margin-left: -60px !important;
  }
  .ms-lg-nx7 {
    margin-left: -70px !important;
  }
  .ms-lg-nx8 {
    margin-left: -80px !important;
  }
  .ms-lg-nx9 {
    margin-left: -90px !important;
  }
  .ms-lg-nx10 {
    margin-left: -100px !important;
  }
  .ms-lg-nx12 {
    margin-left: -120px !important;
  }
  .ms-lg-nx15 {
    margin-left: -150px !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: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .p-lg-9 {
    padding: 2.25rem !important;
  }
  .p-lg-10 {
    padding: 2.5rem !important;
  }
  .p-lg-11 {
    padding: 2.75rem !important;
  }
  .p-lg-12 {
    padding: 3rem !important;
  }
  .p-lg-13 {
    padding: 3.25rem !important;
  }
  .p-lg-14 {
    padding: 3.5rem !important;
  }
  .p-lg-15 {
    padding: 3.75rem !important;
  }
  .p-lg-16 {
    padding: 4rem !important;
  }
  .p-lg-18 {
    padding: 4.5rem !important;
  }
  .p-lg-20 {
    padding: 5rem !important;
  }
  .p-lg-23 {
    padding: 5.25rem !important;
  }
  .p-lg-24 {
    padding: 6rem !important;
  }
  .p-lg-26 {
    padding: 6.5rem !important;
  }
  .p-lg-2x3 {
    padding: 6px !important;
  }
  .p-lg-3x5 {
    padding: 15px !important;
  }
  .p-lg-x1 {
    padding: 10px !important;
  }
  .p-lg-x3 {
    padding: 30px !important;
  }
  .p-lg-x5 {
    padding: 50px !important;
  }
  .p-lg-x6 {
    padding: 60px !important;
  }
  .p-lg-x7 {
    padding: 70px !important;
  }
  .p-lg-x8 {
    padding: 80px !important;
  }
  .p-lg-x9 {
    padding: 90px !important;
  }
  .p-lg-x10 {
    padding: 100px !important;
  }
  .p-lg-x12 {
    padding: 120px !important;
  }
  .p-lg-x15 {
    padding: 150px !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: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-lg-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-lg-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-lg-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-lg-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-23 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-lg-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-lg-2x3 {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .px-lg-3x5 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-lg-x1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-lg-x3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-lg-x5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-lg-x6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-lg-x7 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .px-lg-x8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-lg-x9 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-lg-x10 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-lg-x12 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-lg-x15 {
    padding-right: 150px !important;
    padding-left: 150px !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-lg-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-lg-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-lg-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-lg-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-23 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-lg-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-lg-2x3 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-lg-3x5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-lg-x1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-lg-x3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-x5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-lg-x6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-lg-x7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-lg-x8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-lg-x9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-lg-x10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-lg-x12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-lg-x15 {
    padding-top: 150px !important;
    padding-bottom: 150px !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: 0.75rem !important;
  }
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pt-lg-8 {
    padding-top: 2rem !important;
  }
  .pt-lg-9 {
    padding-top: 2.25rem !important;
  }
  .pt-lg-10 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-11 {
    padding-top: 2.75rem !important;
  }
  .pt-lg-12 {
    padding-top: 3rem !important;
  }
  .pt-lg-13 {
    padding-top: 3.25rem !important;
  }
  .pt-lg-14 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-15 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-16 {
    padding-top: 4rem !important;
  }
  .pt-lg-18 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-20 {
    padding-top: 5rem !important;
  }
  .pt-lg-23 {
    padding-top: 5.25rem !important;
  }
  .pt-lg-24 {
    padding-top: 6rem !important;
  }
  .pt-lg-26 {
    padding-top: 6.5rem !important;
  }
  .pt-lg-2x3 {
    padding-top: 6px !important;
  }
  .pt-lg-3x5 {
    padding-top: 15px !important;
  }
  .pt-lg-x1 {
    padding-top: 10px !important;
  }
  .pt-lg-x3 {
    padding-top: 30px !important;
  }
  .pt-lg-x5 {
    padding-top: 50px !important;
  }
  .pt-lg-x6 {
    padding-top: 60px !important;
  }
  .pt-lg-x7 {
    padding-top: 70px !important;
  }
  .pt-lg-x8 {
    padding-top: 80px !important;
  }
  .pt-lg-x9 {
    padding-top: 90px !important;
  }
  .pt-lg-x10 {
    padding-top: 100px !important;
  }
  .pt-lg-x12 {
    padding-top: 120px !important;
  }
  .pt-lg-x15 {
    padding-top: 150px !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: 0.75rem !important;
  }
  .pe-lg-4 {
    padding-right: 1rem !important;
  }
  .pe-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pe-lg-8 {
    padding-right: 2rem !important;
  }
  .pe-lg-9 {
    padding-right: 2.25rem !important;
  }
  .pe-lg-10 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-11 {
    padding-right: 2.75rem !important;
  }
  .pe-lg-12 {
    padding-right: 3rem !important;
  }
  .pe-lg-13 {
    padding-right: 3.25rem !important;
  }
  .pe-lg-14 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-15 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-16 {
    padding-right: 4rem !important;
  }
  .pe-lg-18 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-20 {
    padding-right: 5rem !important;
  }
  .pe-lg-23 {
    padding-right: 5.25rem !important;
  }
  .pe-lg-24 {
    padding-right: 6rem !important;
  }
  .pe-lg-26 {
    padding-right: 6.5rem !important;
  }
  .pe-lg-2x3 {
    padding-right: 6px !important;
  }
  .pe-lg-3x5 {
    padding-right: 15px !important;
  }
  .pe-lg-x1 {
    padding-right: 10px !important;
  }
  .pe-lg-x3 {
    padding-right: 30px !important;
  }
  .pe-lg-x5 {
    padding-right: 50px !important;
  }
  .pe-lg-x6 {
    padding-right: 60px !important;
  }
  .pe-lg-x7 {
    padding-right: 70px !important;
  }
  .pe-lg-x8 {
    padding-right: 80px !important;
  }
  .pe-lg-x9 {
    padding-right: 90px !important;
  }
  .pe-lg-x10 {
    padding-right: 100px !important;
  }
  .pe-lg-x12 {
    padding-right: 120px !important;
  }
  .pe-lg-x15 {
    padding-right: 150px !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: 0.75rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 2.75rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 3.25rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-23 {
    padding-bottom: 5.25rem !important;
  }
  .pb-lg-24 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-26 {
    padding-bottom: 6.5rem !important;
  }
  .pb-lg-2x3 {
    padding-bottom: 6px !important;
  }
  .pb-lg-3x5 {
    padding-bottom: 15px !important;
  }
  .pb-lg-x1 {
    padding-bottom: 10px !important;
  }
  .pb-lg-x3 {
    padding-bottom: 30px !important;
  }
  .pb-lg-x5 {
    padding-bottom: 50px !important;
  }
  .pb-lg-x6 {
    padding-bottom: 60px !important;
  }
  .pb-lg-x7 {
    padding-bottom: 70px !important;
  }
  .pb-lg-x8 {
    padding-bottom: 80px !important;
  }
  .pb-lg-x9 {
    padding-bottom: 90px !important;
  }
  .pb-lg-x10 {
    padding-bottom: 100px !important;
  }
  .pb-lg-x12 {
    padding-bottom: 120px !important;
  }
  .pb-lg-x15 {
    padding-bottom: 150px !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: 0.75rem !important;
  }
  .ps-lg-4 {
    padding-left: 1rem !important;
  }
  .ps-lg-5 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-6 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 1.75rem !important;
  }
  .ps-lg-8 {
    padding-left: 2rem !important;
  }
  .ps-lg-9 {
    padding-left: 2.25rem !important;
  }
  .ps-lg-10 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-11 {
    padding-left: 2.75rem !important;
  }
  .ps-lg-12 {
    padding-left: 3rem !important;
  }
  .ps-lg-13 {
    padding-left: 3.25rem !important;
  }
  .ps-lg-14 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-15 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-16 {
    padding-left: 4rem !important;
  }
  .ps-lg-18 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-20 {
    padding-left: 5rem !important;
  }
  .ps-lg-23 {
    padding-left: 5.25rem !important;
  }
  .ps-lg-24 {
    padding-left: 6rem !important;
  }
  .ps-lg-26 {
    padding-left: 6.5rem !important;
  }
  .ps-lg-2x3 {
    padding-left: 6px !important;
  }
  .ps-lg-3x5 {
    padding-left: 15px !important;
  }
  .ps-lg-x1 {
    padding-left: 10px !important;
  }
  .ps-lg-x3 {
    padding-left: 30px !important;
  }
  .ps-lg-x5 {
    padding-left: 50px !important;
  }
  .ps-lg-x6 {
    padding-left: 60px !important;
  }
  .ps-lg-x7 {
    padding-left: 70px !important;
  }
  .ps-lg-x8 {
    padding-left: 80px !important;
  }
  .ps-lg-x9 {
    padding-left: 90px !important;
  }
  .ps-lg-x10 {
    padding-left: 100px !important;
  }
  .ps-lg-x12 {
    padding-left: 120px !important;
  }
  .ps-lg-x15 {
    padding-left: 150px !important;
  }
  .fs-lg-1 {
    font-size: 3rem !important;
  }
  .fs-lg-2 {
    font-size: 2.25rem !important;
  }
  .fs-lg-3 {
    font-size: 1.5rem !important;
  }
  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
  .fs-lg-5 {
    font-size: 1.125rem !important;
  }
  .fs-lg-6 {
    font-size: 1rem !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: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        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: 0.75rem !important;
  }
  .gap-xl-4 {
    gap: 1rem !important;
  }
  .gap-xl-5 {
    gap: 1.25rem !important;
  }
  .gap-xl-6 {
    gap: 1.5rem !important;
  }
  .gap-xl-7 {
    gap: 1.75rem !important;
  }
  .gap-xl-8 {
    gap: 2rem !important;
  }
  .gap-xl-9 {
    gap: 2.25rem !important;
  }
  .gap-xl-10 {
    gap: 2.5rem !important;
  }
  .gap-xl-11 {
    gap: 2.75rem !important;
  }
  .gap-xl-12 {
    gap: 3rem !important;
  }
  .gap-xl-13 {
    gap: 3.25rem !important;
  }
  .gap-xl-14 {
    gap: 3.5rem !important;
  }
  .gap-xl-15 {
    gap: 3.75rem !important;
  }
  .gap-xl-16 {
    gap: 4rem !important;
  }
  .gap-xl-18 {
    gap: 4.5rem !important;
  }
  .gap-xl-20 {
    gap: 5rem !important;
  }
  .gap-xl-23 {
    gap: 5.25rem !important;
  }
  .gap-xl-24 {
    gap: 6rem !important;
  }
  .gap-xl-26 {
    gap: 6.5rem !important;
  }
  .gap-xl-2x3 {
    gap: 6px !important;
  }
  .gap-xl-3x5 {
    gap: 15px !important;
  }
  .gap-xl-x1 {
    gap: 10px !important;
  }
  .gap-xl-x3 {
    gap: 30px !important;
  }
  .gap-xl-x5 {
    gap: 50px !important;
  }
  .gap-xl-x6 {
    gap: 60px !important;
  }
  .gap-xl-x7 {
    gap: 70px !important;
  }
  .gap-xl-x8 {
    gap: 80px !important;
  }
  .gap-xl-x9 {
    gap: 90px !important;
  }
  .gap-xl-x10 {
    gap: 100px !important;
  }
  .gap-xl-x12 {
    gap: 120px !important;
  }
  .gap-xl-x15 {
    gap: 150px !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            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: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .m-xl-9 {
    margin: 2.25rem !important;
  }
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  .m-xl-11 {
    margin: 2.75rem !important;
  }
  .m-xl-12 {
    margin: 3rem !important;
  }
  .m-xl-13 {
    margin: 3.25rem !important;
  }
  .m-xl-14 {
    margin: 3.5rem !important;
  }
  .m-xl-15 {
    margin: 3.75rem !important;
  }
  .m-xl-16 {
    margin: 4rem !important;
  }
  .m-xl-18 {
    margin: 4.5rem !important;
  }
  .m-xl-20 {
    margin: 5rem !important;
  }
  .m-xl-23 {
    margin: 5.25rem !important;
  }
  .m-xl-24 {
    margin: 6rem !important;
  }
  .m-xl-26 {
    margin: 6.5rem !important;
  }
  .m-xl-2x3 {
    margin: 6px !important;
  }
  .m-xl-3x5 {
    margin: 15px !important;
  }
  .m-xl-x1 {
    margin: 10px !important;
  }
  .m-xl-x3 {
    margin: 30px !important;
  }
  .m-xl-x5 {
    margin: 50px !important;
  }
  .m-xl-x6 {
    margin: 60px !important;
  }
  .m-xl-x7 {
    margin: 70px !important;
  }
  .m-xl-x8 {
    margin: 80px !important;
  }
  .m-xl-x9 {
    margin: 90px !important;
  }
  .m-xl-x10 {
    margin: 100px !important;
  }
  .m-xl-x12 {
    margin: 120px !important;
  }
  .m-xl-x15 {
    margin: 150px !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: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-xl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-xl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-23 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-xl-24 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-26 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xl-2x3 {
    margin-right: 6px !important;
    margin-left: 6px !important;
  }
  .mx-xl-3x5 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xl-x1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xl-x3 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xl-x5 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-xl-x6 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xl-x7 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .mx-xl-x8 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xl-x9 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-xl-x10 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-xl-x12 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-xl-x15 {
    margin-right: 150px !important;
    margin-left: 150px !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: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-xl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-23 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-xl-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xl-2x3 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my-xl-3x5 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xl-x1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xl-x3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-x5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-xl-x6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xl-x7 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-xl-x8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xl-x9 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-xl-x10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-xl-x12 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-xl-x15 {
    margin-top: 150px !important;
    margin-bottom: 150px !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: 0.75rem !important;
  }
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mt-xl-8 {
    margin-top: 2rem !important;
  }
  .mt-xl-9 {
    margin-top: 2.25rem !important;
  }
  .mt-xl-10 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-11 {
    margin-top: 2.75rem !important;
  }
  .mt-xl-12 {
    margin-top: 3rem !important;
  }
  .mt-xl-13 {
    margin-top: 3.25rem !important;
  }
  .mt-xl-14 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-15 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-16 {
    margin-top: 4rem !important;
  }
  .mt-xl-18 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-20 {
    margin-top: 5rem !important;
  }
  .mt-xl-23 {
    margin-top: 5.25rem !important;
  }
  .mt-xl-24 {
    margin-top: 6rem !important;
  }
  .mt-xl-26 {
    margin-top: 6.5rem !important;
  }
  .mt-xl-2x3 {
    margin-top: 6px !important;
  }
  .mt-xl-3x5 {
    margin-top: 15px !important;
  }
  .mt-xl-x1 {
    margin-top: 10px !important;
  }
  .mt-xl-x3 {
    margin-top: 30px !important;
  }
  .mt-xl-x5 {
    margin-top: 50px !important;
  }
  .mt-xl-x6 {
    margin-top: 60px !important;
  }
  .mt-xl-x7 {
    margin-top: 70px !important;
  }
  .mt-xl-x8 {
    margin-top: 80px !important;
  }
  .mt-xl-x9 {
    margin-top: 90px !important;
  }
  .mt-xl-x10 {
    margin-top: 100px !important;
  }
  .mt-xl-x12 {
    margin-top: 120px !important;
  }
  .mt-xl-x15 {
    margin-top: 150px !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: 0.75rem !important;
  }
  .me-xl-4 {
    margin-right: 1rem !important;
  }
  .me-xl-5 {
    margin-right: 1.25rem !important;
  }
  .me-xl-6 {
    margin-right: 1.5rem !important;
  }
  .me-xl-7 {
    margin-right: 1.75rem !important;
  }
  .me-xl-8 {
    margin-right: 2rem !important;
  }
  .me-xl-9 {
    margin-right: 2.25rem !important;
  }
  .me-xl-10 {
    margin-right: 2.5rem !important;
  }
  .me-xl-11 {
    margin-right: 2.75rem !important;
  }
  .me-xl-12 {
    margin-right: 3rem !important;
  }
  .me-xl-13 {
    margin-right: 3.25rem !important;
  }
  .me-xl-14 {
    margin-right: 3.5rem !important;
  }
  .me-xl-15 {
    margin-right: 3.75rem !important;
  }
  .me-xl-16 {
    margin-right: 4rem !important;
  }
  .me-xl-18 {
    margin-right: 4.5rem !important;
  }
  .me-xl-20 {
    margin-right: 5rem !important;
  }
  .me-xl-23 {
    margin-right: 5.25rem !important;
  }
  .me-xl-24 {
    margin-right: 6rem !important;
  }
  .me-xl-26 {
    margin-right: 6.5rem !important;
  }
  .me-xl-2x3 {
    margin-right: 6px !important;
  }
  .me-xl-3x5 {
    margin-right: 15px !important;
  }
  .me-xl-x1 {
    margin-right: 10px !important;
  }
  .me-xl-x3 {
    margin-right: 30px !important;
  }
  .me-xl-x5 {
    margin-right: 50px !important;
  }
  .me-xl-x6 {
    margin-right: 60px !important;
  }
  .me-xl-x7 {
    margin-right: 70px !important;
  }
  .me-xl-x8 {
    margin-right: 80px !important;
  }
  .me-xl-x9 {
    margin-right: 90px !important;
  }
  .me-xl-x10 {
    margin-right: 100px !important;
  }
  .me-xl-x12 {
    margin-right: 120px !important;
  }
  .me-xl-x15 {
    margin-right: 150px !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: 0.75rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 3.25rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-18 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-23 {
    margin-bottom: 5.25rem !important;
  }
  .mb-xl-24 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-26 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xl-2x3 {
    margin-bottom: 6px !important;
  }
  .mb-xl-3x5 {
    margin-bottom: 15px !important;
  }
  .mb-xl-x1 {
    margin-bottom: 10px !important;
  }
  .mb-xl-x3 {
    margin-bottom: 30px !important;
  }
  .mb-xl-x5 {
    margin-bottom: 50px !important;
  }
  .mb-xl-x6 {
    margin-bottom: 60px !important;
  }
  .mb-xl-x7 {
    margin-bottom: 70px !important;
  }
  .mb-xl-x8 {
    margin-bottom: 80px !important;
  }
  .mb-xl-x9 {
    margin-bottom: 90px !important;
  }
  .mb-xl-x10 {
    margin-bottom: 100px !important;
  }
  .mb-xl-x12 {
    margin-bottom: 120px !important;
  }
  .mb-xl-x15 {
    margin-bottom: 150px !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: 0.75rem !important;
  }
  .ms-xl-4 {
    margin-left: 1rem !important;
  }
  .ms-xl-5 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-6 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 1.75rem !important;
  }
  .ms-xl-8 {
    margin-left: 2rem !important;
  }
  .ms-xl-9 {
    margin-left: 2.25rem !important;
  }
  .ms-xl-10 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-11 {
    margin-left: 2.75rem !important;
  }
  .ms-xl-12 {
    margin-left: 3rem !important;
  }
  .ms-xl-13 {
    margin-left: 3.25rem !important;
  }
  .ms-xl-14 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-15 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-16 {
    margin-left: 4rem !important;
  }
  .ms-xl-18 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-20 {
    margin-left: 5rem !important;
  }
  .ms-xl-23 {
    margin-left: 5.25rem !important;
  }
  .ms-xl-24 {
    margin-left: 6rem !important;
  }
  .ms-xl-26 {
    margin-left: 6.5rem !important;
  }
  .ms-xl-2x3 {
    margin-left: 6px !important;
  }
  .ms-xl-3x5 {
    margin-left: 15px !important;
  }
  .ms-xl-x1 {
    margin-left: 10px !important;
  }
  .ms-xl-x3 {
    margin-left: 30px !important;
  }
  .ms-xl-x5 {
    margin-left: 50px !important;
  }
  .ms-xl-x6 {
    margin-left: 60px !important;
  }
  .ms-xl-x7 {
    margin-left: 70px !important;
  }
  .ms-xl-x8 {
    margin-left: 80px !important;
  }
  .ms-xl-x9 {
    margin-left: 90px !important;
  }
  .ms-xl-x10 {
    margin-left: 100px !important;
  }
  .ms-xl-x12 {
    margin-left: 120px !important;
  }
  .ms-xl-x15 {
    margin-left: 150px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .m-xl-n5 {
    margin: -1.25rem !important;
  }
  .m-xl-n6 {
    margin: -1.5rem !important;
  }
  .m-xl-n7 {
    margin: -1.75rem !important;
  }
  .m-xl-n8 {
    margin: -2rem !important;
  }
  .m-xl-n9 {
    margin: -2.25rem !important;
  }
  .m-xl-n10 {
    margin: -2.5rem !important;
  }
  .m-xl-n11 {
    margin: -2.75rem !important;
  }
  .m-xl-n12 {
    margin: -3rem !important;
  }
  .m-xl-n13 {
    margin: -3.25rem !important;
  }
  .m-xl-n14 {
    margin: -3.5rem !important;
  }
  .m-xl-n15 {
    margin: -3.75rem !important;
  }
  .m-xl-n16 {
    margin: -4rem !important;
  }
  .m-xl-n18 {
    margin: -4.5rem !important;
  }
  .m-xl-n20 {
    margin: -5rem !important;
  }
  .m-xl-n23 {
    margin: -5.25rem !important;
  }
  .m-xl-n24 {
    margin: -6rem !important;
  }
  .m-xl-n26 {
    margin: -6.5rem !important;
  }
  .m-xl-n2x3 {
    margin: -6px !important;
  }
  .m-xl-n3x5 {
    margin: -15px !important;
  }
  .m-xl-nx1 {
    margin: -10px !important;
  }
  .m-xl-nx3 {
    margin: -30px !important;
  }
  .m-xl-nx5 {
    margin: -50px !important;
  }
  .m-xl-nx6 {
    margin: -60px !important;
  }
  .m-xl-nx7 {
    margin: -70px !important;
  }
  .m-xl-nx8 {
    margin: -80px !important;
  }
  .m-xl-nx9 {
    margin: -90px !important;
  }
  .m-xl-nx10 {
    margin: -100px !important;
  }
  .m-xl-nx12 {
    margin: -120px !important;
  }
  .m-xl-nx15 {
    margin: -150px !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xl-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xl-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xl-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-xl-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-xl-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xl-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-xl-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xl-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n23 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-xl-n24 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n26 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xl-n2x3 {
    margin-right: -6px !important;
    margin-left: -6px !important;
  }
  .mx-xl-n3x5 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-xl-nx1 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-xl-nx3 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xl-nx5 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .mx-xl-nx6 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-xl-nx7 {
    margin-right: -70px !important;
    margin-left: -70px !important;
  }
  .mx-xl-nx8 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-xl-nx9 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-xl-nx10 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-xl-nx12 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .mx-xl-nx15 {
    margin-right: -150px !important;
    margin-left: -150px !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xl-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xl-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xl-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xl-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-xl-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-xl-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xl-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-xl-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xl-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n23 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-xl-n24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n26 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xl-n2x3 {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .my-xl-n3x5 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-xl-nx1 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-xl-nx3 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xl-nx5 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .my-xl-nx6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-xl-nx7 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .my-xl-nx8 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-xl-nx9 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-xl-nx10 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-xl-nx12 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .my-xl-nx15 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1rem !important;
  }
  .mt-xl-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-xl-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n7 {
    margin-top: -1.75rem !important;
  }
  .mt-xl-n8 {
    margin-top: -2rem !important;
  }
  .mt-xl-n9 {
    margin-top: -2.25rem !important;
  }
  .mt-xl-n10 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n11 {
    margin-top: -2.75rem !important;
  }
  .mt-xl-n12 {
    margin-top: -3rem !important;
  }
  .mt-xl-n13 {
    margin-top: -3.25rem !important;
  }
  .mt-xl-n14 {
    margin-top: -3.5rem !important;
  }
  .mt-xl-n15 {
    margin-top: -3.75rem !important;
  }
  .mt-xl-n16 {
    margin-top: -4rem !important;
  }
  .mt-xl-n18 {
    margin-top: -4.5rem !important;
  }
  .mt-xl-n20 {
    margin-top: -5rem !important;
  }
  .mt-xl-n23 {
    margin-top: -5.25rem !important;
  }
  .mt-xl-n24 {
    margin-top: -6rem !important;
  }
  .mt-xl-n26 {
    margin-top: -6.5rem !important;
  }
  .mt-xl-n2x3 {
    margin-top: -6px !important;
  }
  .mt-xl-n3x5 {
    margin-top: -15px !important;
  }
  .mt-xl-nx1 {
    margin-top: -10px !important;
  }
  .mt-xl-nx3 {
    margin-top: -30px !important;
  }
  .mt-xl-nx5 {
    margin-top: -50px !important;
  }
  .mt-xl-nx6 {
    margin-top: -60px !important;
  }
  .mt-xl-nx7 {
    margin-top: -70px !important;
  }
  .mt-xl-nx8 {
    margin-top: -80px !important;
  }
  .mt-xl-nx9 {
    margin-top: -90px !important;
  }
  .mt-xl-nx10 {
    margin-top: -100px !important;
  }
  .mt-xl-nx12 {
    margin-top: -120px !important;
  }
  .mt-xl-nx15 {
    margin-top: -150px !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .me-xl-n4 {
    margin-right: -1rem !important;
  }
  .me-xl-n5 {
    margin-right: -1.25rem !important;
  }
  .me-xl-n6 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n7 {
    margin-right: -1.75rem !important;
  }
  .me-xl-n8 {
    margin-right: -2rem !important;
  }
  .me-xl-n9 {
    margin-right: -2.25rem !important;
  }
  .me-xl-n10 {
    margin-right: -2.5rem !important;
  }
  .me-xl-n11 {
    margin-right: -2.75rem !important;
  }
  .me-xl-n12 {
    margin-right: -3rem !important;
  }
  .me-xl-n13 {
    margin-right: -3.25rem !important;
  }
  .me-xl-n14 {
    margin-right: -3.5rem !important;
  }
  .me-xl-n15 {
    margin-right: -3.75rem !important;
  }
  .me-xl-n16 {
    margin-right: -4rem !important;
  }
  .me-xl-n18 {
    margin-right: -4.5rem !important;
  }
  .me-xl-n20 {
    margin-right: -5rem !important;
  }
  .me-xl-n23 {
    margin-right: -5.25rem !important;
  }
  .me-xl-n24 {
    margin-right: -6rem !important;
  }
  .me-xl-n26 {
    margin-right: -6.5rem !important;
  }
  .me-xl-n2x3 {
    margin-right: -6px !important;
  }
  .me-xl-n3x5 {
    margin-right: -15px !important;
  }
  .me-xl-nx1 {
    margin-right: -10px !important;
  }
  .me-xl-nx3 {
    margin-right: -30px !important;
  }
  .me-xl-nx5 {
    margin-right: -50px !important;
  }
  .me-xl-nx6 {
    margin-right: -60px !important;
  }
  .me-xl-nx7 {
    margin-right: -70px !important;
  }
  .me-xl-nx8 {
    margin-right: -80px !important;
  }
  .me-xl-nx9 {
    margin-right: -90px !important;
  }
  .me-xl-nx10 {
    margin-right: -100px !important;
  }
  .me-xl-nx12 {
    margin-right: -120px !important;
  }
  .me-xl-nx15 {
    margin-right: -150px !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -2.75rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n13 {
    margin-bottom: -3.25rem !important;
  }
  .mb-xl-n14 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xl-n15 {
    margin-bottom: -3.75rem !important;
  }
  .mb-xl-n16 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n18 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xl-n20 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n23 {
    margin-bottom: -5.25rem !important;
  }
  .mb-xl-n24 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n26 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xl-n2x3 {
    margin-bottom: -6px !important;
  }
  .mb-xl-n3x5 {
    margin-bottom: -15px !important;
  }
  .mb-xl-nx1 {
    margin-bottom: -10px !important;
  }
  .mb-xl-nx3 {
    margin-bottom: -30px !important;
  }
  .mb-xl-nx5 {
    margin-bottom: -50px !important;
  }
  .mb-xl-nx6 {
    margin-bottom: -60px !important;
  }
  .mb-xl-nx7 {
    margin-bottom: -70px !important;
  }
  .mb-xl-nx8 {
    margin-bottom: -80px !important;
  }
  .mb-xl-nx9 {
    margin-bottom: -90px !important;
  }
  .mb-xl-nx10 {
    margin-bottom: -100px !important;
  }
  .mb-xl-nx12 {
    margin-bottom: -120px !important;
  }
  .mb-xl-nx15 {
    margin-bottom: -150px !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1rem !important;
  }
  .ms-xl-n5 {
    margin-left: -1.25rem !important;
  }
  .ms-xl-n6 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n7 {
    margin-left: -1.75rem !important;
  }
  .ms-xl-n8 {
    margin-left: -2rem !important;
  }
  .ms-xl-n9 {
    margin-left: -2.25rem !important;
  }
  .ms-xl-n10 {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n11 {
    margin-left: -2.75rem !important;
  }
  .ms-xl-n12 {
    margin-left: -3rem !important;
  }
  .ms-xl-n13 {
    margin-left: -3.25rem !important;
  }
  .ms-xl-n14 {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n15 {
    margin-left: -3.75rem !important;
  }
  .ms-xl-n16 {
    margin-left: -4rem !important;
  }
  .ms-xl-n18 {
    margin-left: -4.5rem !important;
  }
  .ms-xl-n20 {
    margin-left: -5rem !important;
  }
  .ms-xl-n23 {
    margin-left: -5.25rem !important;
  }
  .ms-xl-n24 {
    margin-left: -6rem !important;
  }
  .ms-xl-n26 {
    margin-left: -6.5rem !important;
  }
  .ms-xl-n2x3 {
    margin-left: -6px !important;
  }
  .ms-xl-n3x5 {
    margin-left: -15px !important;
  }
  .ms-xl-nx1 {
    margin-left: -10px !important;
  }
  .ms-xl-nx3 {
    margin-left: -30px !important;
  }
  .ms-xl-nx5 {
    margin-left: -50px !important;
  }
  .ms-xl-nx6 {
    margin-left: -60px !important;
  }
  .ms-xl-nx7 {
    margin-left: -70px !important;
  }
  .ms-xl-nx8 {
    margin-left: -80px !important;
  }
  .ms-xl-nx9 {
    margin-left: -90px !important;
  }
  .ms-xl-nx10 {
    margin-left: -100px !important;
  }
  .ms-xl-nx12 {
    margin-left: -120px !important;
  }
  .ms-xl-nx15 {
    margin-left: -150px !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: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .p-xl-9 {
    padding: 2.25rem !important;
  }
  .p-xl-10 {
    padding: 2.5rem !important;
  }
  .p-xl-11 {
    padding: 2.75rem !important;
  }
  .p-xl-12 {
    padding: 3rem !important;
  }
  .p-xl-13 {
    padding: 3.25rem !important;
  }
  .p-xl-14 {
    padding: 3.5rem !important;
  }
  .p-xl-15 {
    padding: 3.75rem !important;
  }
  .p-xl-16 {
    padding: 4rem !important;
  }
  .p-xl-18 {
    padding: 4.5rem !important;
  }
  .p-xl-20 {
    padding: 5rem !important;
  }
  .p-xl-23 {
    padding: 5.25rem !important;
  }
  .p-xl-24 {
    padding: 6rem !important;
  }
  .p-xl-26 {
    padding: 6.5rem !important;
  }
  .p-xl-2x3 {
    padding: 6px !important;
  }
  .p-xl-3x5 {
    padding: 15px !important;
  }
  .p-xl-x1 {
    padding: 10px !important;
  }
  .p-xl-x3 {
    padding: 30px !important;
  }
  .p-xl-x5 {
    padding: 50px !important;
  }
  .p-xl-x6 {
    padding: 60px !important;
  }
  .p-xl-x7 {
    padding: 70px !important;
  }
  .p-xl-x8 {
    padding: 80px !important;
  }
  .p-xl-x9 {
    padding: 90px !important;
  }
  .p-xl-x10 {
    padding: 100px !important;
  }
  .p-xl-x12 {
    padding: 120px !important;
  }
  .p-xl-x15 {
    padding: 150px !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: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-xl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-xl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-23 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-xl-24 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-26 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xl-2x3 {
    padding-right: 6px !important;
    padding-left: 6px !important;
  }
  .px-xl-3x5 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xl-x1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xl-x3 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xl-x5 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-xl-x6 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xl-x7 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .px-xl-x8 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-xl-x9 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-xl-x10 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-xl-x12 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-xl-x15 {
    padding-right: 150px !important;
    padding-left: 150px !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: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-xl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-23 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-xl-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xl-2x3 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py-xl-3x5 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xl-x1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xl-x3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-x5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-xl-x6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xl-x7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-xl-x8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-xl-x9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-xl-x10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-xl-x12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-xl-x15 {
    padding-top: 150px !important;
    padding-bottom: 150px !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: 0.75rem !important;
  }
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pt-xl-8 {
    padding-top: 2rem !important;
  }
  .pt-xl-9 {
    padding-top: 2.25rem !important;
  }
  .pt-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-11 {
    padding-top: 2.75rem !important;
  }
  .pt-xl-12 {
    padding-top: 3rem !important;
  }
  .pt-xl-13 {
    padding-top: 3.25rem !important;
  }
  .pt-xl-14 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-15 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-16 {
    padding-top: 4rem !important;
  }
  .pt-xl-18 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-20 {
    padding-top: 5rem !important;
  }
  .pt-xl-23 {
    padding-top: 5.25rem !important;
  }
  .pt-xl-24 {
    padding-top: 6rem !important;
  }
  .pt-xl-26 {
    padding-top: 6.5rem !important;
  }
  .pt-xl-2x3 {
    padding-top: 6px !important;
  }
  .pt-xl-3x5 {
    padding-top: 15px !important;
  }
  .pt-xl-x1 {
    padding-top: 10px !important;
  }
  .pt-xl-x3 {
    padding-top: 30px !important;
  }
  .pt-xl-x5 {
    padding-top: 50px !important;
  }
  .pt-xl-x6 {
    padding-top: 60px !important;
  }
  .pt-xl-x7 {
    padding-top: 70px !important;
  }
  .pt-xl-x8 {
    padding-top: 80px !important;
  }
  .pt-xl-x9 {
    padding-top: 90px !important;
  }
  .pt-xl-x10 {
    padding-top: 100px !important;
  }
  .pt-xl-x12 {
    padding-top: 120px !important;
  }
  .pt-xl-x15 {
    padding-top: 150px !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: 0.75rem !important;
  }
  .pe-xl-4 {
    padding-right: 1rem !important;
  }
  .pe-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pe-xl-8 {
    padding-right: 2rem !important;
  }
  .pe-xl-9 {
    padding-right: 2.25rem !important;
  }
  .pe-xl-10 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-11 {
    padding-right: 2.75rem !important;
  }
  .pe-xl-12 {
    padding-right: 3rem !important;
  }
  .pe-xl-13 {
    padding-right: 3.25rem !important;
  }
  .pe-xl-14 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-15 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-16 {
    padding-right: 4rem !important;
  }
  .pe-xl-18 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-20 {
    padding-right: 5rem !important;
  }
  .pe-xl-23 {
    padding-right: 5.25rem !important;
  }
  .pe-xl-24 {
    padding-right: 6rem !important;
  }
  .pe-xl-26 {
    padding-right: 6.5rem !important;
  }
  .pe-xl-2x3 {
    padding-right: 6px !important;
  }
  .pe-xl-3x5 {
    padding-right: 15px !important;
  }
  .pe-xl-x1 {
    padding-right: 10px !important;
  }
  .pe-xl-x3 {
    padding-right: 30px !important;
  }
  .pe-xl-x5 {
    padding-right: 50px !important;
  }
  .pe-xl-x6 {
    padding-right: 60px !important;
  }
  .pe-xl-x7 {
    padding-right: 70px !important;
  }
  .pe-xl-x8 {
    padding-right: 80px !important;
  }
  .pe-xl-x9 {
    padding-right: 90px !important;
  }
  .pe-xl-x10 {
    padding-right: 100px !important;
  }
  .pe-xl-x12 {
    padding-right: 120px !important;
  }
  .pe-xl-x15 {
    padding-right: 150px !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: 0.75rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-23 {
    padding-bottom: 5.25rem !important;
  }
  .pb-xl-24 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-26 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xl-2x3 {
    padding-bottom: 6px !important;
  }
  .pb-xl-3x5 {
    padding-bottom: 15px !important;
  }
  .pb-xl-x1 {
    padding-bottom: 10px !important;
  }
  .pb-xl-x3 {
    padding-bottom: 30px !important;
  }
  .pb-xl-x5 {
    padding-bottom: 50px !important;
  }
  .pb-xl-x6 {
    padding-bottom: 60px !important;
  }
  .pb-xl-x7 {
    padding-bottom: 70px !important;
  }
  .pb-xl-x8 {
    padding-bottom: 80px !important;
  }
  .pb-xl-x9 {
    padding-bottom: 90px !important;
  }
  .pb-xl-x10 {
    padding-bottom: 100px !important;
  }
  .pb-xl-x12 {
    padding-bottom: 120px !important;
  }
  .pb-xl-x15 {
    padding-bottom: 150px !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: 0.75rem !important;
  }
  .ps-xl-4 {
    padding-left: 1rem !important;
  }
  .ps-xl-5 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-6 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 1.75rem !important;
  }
  .ps-xl-8 {
    padding-left: 2rem !important;
  }
  .ps-xl-9 {
    padding-left: 2.25rem !important;
  }
  .ps-xl-10 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-11 {
    padding-left: 2.75rem !important;
  }
  .ps-xl-12 {
    padding-left: 3rem !important;
  }
  .ps-xl-13 {
    padding-left: 3.25rem !important;
  }
  .ps-xl-14 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-15 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-16 {
    padding-left: 4rem !important;
  }
  .ps-xl-18 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-20 {
    padding-left: 5rem !important;
  }
  .ps-xl-23 {
    padding-left: 5.25rem !important;
  }
  .ps-xl-24 {
    padding-left: 6rem !important;
  }
  .ps-xl-26 {
    padding-left: 6.5rem !important;
  }
  .ps-xl-2x3 {
    padding-left: 6px !important;
  }
  .ps-xl-3x5 {
    padding-left: 15px !important;
  }
  .ps-xl-x1 {
    padding-left: 10px !important;
  }
  .ps-xl-x3 {
    padding-left: 30px !important;
  }
  .ps-xl-x5 {
    padding-left: 50px !important;
  }
  .ps-xl-x6 {
    padding-left: 60px !important;
  }
  .ps-xl-x7 {
    padding-left: 70px !important;
  }
  .ps-xl-x8 {
    padding-left: 80px !important;
  }
  .ps-xl-x9 {
    padding-left: 90px !important;
  }
  .ps-xl-x10 {
    padding-left: 100px !important;
  }
  .ps-xl-x12 {
    padding-left: 120px !important;
  }
  .ps-xl-x15 {
    padding-left: 150px !important;
  }
  .fs-xl-1 {
    font-size: 3rem !important;
  }
  .fs-xl-2 {
    font-size: 2.25rem !important;
  }
  .fs-xl-3 {
    font-size: 1.5rem !important;
  }
  .fs-xl-4 {
    font-size: 1.5rem !important;
  }
  .fs-xl-5 {
    font-size: 1.125rem !important;
  }
  .fs-xl-6 {
    font-size: 1rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !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: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

p {
  margin-bottom: 0;
}

ul {
  margin-left: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

a:visited {
  color: #39724F;
}

button {
  background: transparent;
  border: none;
  padding: 0;
}

a:focus {
  outline: none;
}

.main-about, .main-home {
  overflow: hidden;
}

body {
  font-family: 'Noto Sans TC', sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}

h1, .h1, .h1, h2, .h2, .h2, h3, .h3, .h3, h4, .h4, .h4, h5, .h5, .h5, h6, .h6, .h6 {
  margin-bottom: 0;
}

h1, .h1, .h1 {
  font-family: Noto Sans TC;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: left;
}

@media (max-width: 767.98px) {
  h1, .h1, .h1 {
    font-size: 24px;
  }
}

h2, .h2, .h2 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 1px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  h2, .h2, .h2 {
    font-size: 18px;
  }
}

h3, .h3, .h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 2px;
}

@media (max-width: 767.98px) {
  h3, .h3, .h3 {
    font-size: 16px;
  }
}

h4, .h4, .h4 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  h4, .h4, .h4 {
    font-size: 16px;
  }
}

h5, .h5, .h5 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 500;
}

.text-small {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

.fw-300 {
  font-weight: 300;
}

.en-h1, .en-h2, .en-h3 {
  font-family: 'PT Sans', sans-serif;
}

.en-h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.en-h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}

.en-h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.text-sm-justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .text-sm-justify {
    text-align: center;
  }
}

.homeSwiper {
  height: 420px;
}

.homeSwiper__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homeSwiper__button-next, .homeSwiper__button-prev {
  display: none;
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .homeSwiper__button-next, .homeSwiper__button-prev {
    display: block;
  }
}

@media (min-width: 768px) {
  .homeSwiper__button-next {
    right: 5%;
  }
}

@media (min-width: 992px) {
  .homeSwiper__button-next {
    right: 8%;
  }
}

@media (min-width: 768px) {
  .homeSwiper__button-prev {
    left: 5%;
  }
}

@media (min-width: 992px) {
  .homeSwiper__button-prev {
    left: 8%;
  }
}

.homeSwiper__button-next.swiper-button-disabled, .homeSwiper__button-prev.swiper-button-disabled {
  opacity: .5;
}

.categoriesSwiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.categoriesSwiper .swiper-slide svg rect {
  fill: #CACACA;
}

.categoriesSwiper .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
}

.categoriesSwiper .swiper-slide a p {
  margin-top: 10px;
  text-align: center;
}

.categoriesSwiper__button-next {
  right: -10px;
}

.categoriesSwiper__button-prev {
  left: -10px;
}

.breadcrumbs {
  text-align: center;
  margin-bottom: 20px;
  color: #FFFFFFB2;
  font-size: 14px;
}

.breadcrumbs a {
  color: #FFFFFF;
  font-size: 14px;
}

.breadcrumbs a:visited {
  color: #FFFFFF;
}

.breadcrumbs a:hover {
  color: #FFFFFF;
}

.post-tank .breadcrumbs {
  text-align: left;
  color: #8A8A8A;
  margin-bottom: 20px;
}

.post-tank .breadcrumbs a {
  color: #333333;
}

.post-tank .breadcrumbs a:visited {
  color: #333333;
}

.post-tank .breadcrumbs a:hover {
  color: #333333;
}

@media (min-width: 992px) {
  .post-tank .breadcrumbs {
    margin-bottom: 40px;
  }
}

.btn {
  padding: 10px 40px;
  -webkit-transition: all .2s;
  transition: all .2s;
  display: inline-block;
  border-radius: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

@media (min-width: 992px) {
  .btn {
    padding: 10px 40px;
  }
}

.btn:visited {
  color: #333333;
}

.btn-outline-primary {
  color: #39724F;
  border: 2px solid #39724F;
}

.btn-outline-secondary {
  color: #CFE6D7;
  border: 2px solid #CFE6D7;
}

.btn-outline-success {
  color: #4499E0;
  border: 2px solid #4499E0;
}

.btn-outline-info {
  color: #E0EBF1;
  border: 2px solid #E0EBF1;
}

.btn-outline-warning {
  color: #ffc107;
  border: 2px solid #ffc107;
}

.btn-outline-danger {
  color: #C30003;
  border: 2px solid #C30003;
}

.btn-outline-light {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.btn-outline-dark {
  color: #000000;
  border: 2px solid #000000;
}

.btn-outline-lightgray {
  color: #F8F8F8;
  border: 2px solid #F8F8F8;
}

.btn-outline-gray {
  color: #EBEBEB;
  border: 2px solid #EBEBEB;
}

.btn-outline-regulargray {
  color: #CACACA;
  border: 2px solid #CACACA;
}

.btn-outline-mediumgray {
  color: #8A8A8A;
  border: 2px solid #8A8A8A;
}

.btn-outline-darkengray {
  color: #333333;
  border: 2px solid #333333;
}

.btn-outline-light:visited {
  color: #FFFFFF;
}

.btn-outline-primary:hover {
  background: #39724F;
  color: #FFFFFF;
}

.btn-outline-primary:hover:visited {
  color: #FFFFFF;
}

.btn-outline-secondary:hover {
  background: #CFE6D7;
  color: #FFFFFF;
}

.btn-outline-secondary:hover:visited {
  color: #FFFFFF;
}

.btn-outline-success:hover {
  background: #4499E0;
  color: #FFFFFF;
}

.btn-outline-success:hover:visited {
  color: #FFFFFF;
}

.btn-outline-info:hover {
  background: #E0EBF1;
  color: #FFFFFF;
}

.btn-outline-info:hover:visited {
  color: #FFFFFF;
}

.btn-outline-warning:hover {
  background: #ffc107;
  color: #FFFFFF;
}

.btn-outline-warning:hover:visited {
  color: #FFFFFF;
}

.btn-outline-danger:hover {
  background: #C30003;
  color: #FFFFFF;
}

.btn-outline-danger:hover:visited {
  color: #FFFFFF;
}

.btn-outline-light:hover {
  background: #FFFFFF;
  color: #333333;
}

.btn-outline-light:hover:visited {
  color: #333333;
}

.btn-outline-dark:hover {
  background: #000000;
  color: #FFFFFF;
}

.btn-outline-dark:hover:visited {
  color: #FFFFFF;
}

.btn-outline-lightgray:hover {
  background: #F8F8F8;
  color: #FFFFFF;
}

.btn-outline-lightgray:hover:visited {
  color: #FFFFFF;
}

.btn-outline-gray:hover {
  background: #EBEBEB;
  color: #FFFFFF;
}

.btn-outline-gray:hover:visited {
  color: #FFFFFF;
}

.btn-outline-regulargray:hover {
  background: #CACACA;
  color: #FFFFFF;
}

.btn-outline-regulargray:hover:visited {
  color: #FFFFFF;
}

.btn-outline-mediumgray:hover {
  background: #8A8A8A;
  color: #FFFFFF;
}

.btn-outline-mediumgray:hover:visited {
  color: #FFFFFF;
}

.btn-outline-darkengray:hover {
  background: #333333;
  color: #FFFFFF;
}

.btn-outline-darkengray:hover:visited {
  color: #FFFFFF;
}

.btn-outline-primary:visited {
  color: #39724F;
}

.btn-outline-secondary:visited {
  color: #CFE6D7;
}

.btn-outline-success:visited {
  color: #4499E0;
}

.btn-outline-info:visited {
  color: #E0EBF1;
}

.btn-outline-warning:visited {
  color: #ffc107;
}

.btn-outline-danger:visited {
  color: #C30003;
}

.btn-outline-light:visited {
  color: #FFFFFF;
}

.btn-outline-dark:visited {
  color: #000000;
}

.btn-outline-lightgray:visited {
  color: #F8F8F8;
}

.btn-outline-gray:visited {
  color: #EBEBEB;
}

.btn-outline-regulargray:visited {
  color: #CACACA;
}

.btn-outline-mediumgray:visited {
  color: #8A8A8A;
}

.btn-outline-darkengray:visited {
  color: #333333;
}

.btn-primary {
  background: #39724F;
  color: #FFFFFF;
  border: 1px solid #39724F;
}

.btn-secondary {
  background: #CFE6D7;
  color: #FFFFFF;
  border: 1px solid #CFE6D7;
}

.btn-success {
  background: #4499E0;
  color: #FFFFFF;
  border: 1px solid #4499E0;
}

.btn-info {
  background: #E0EBF1;
  color: #FFFFFF;
  border: 1px solid #E0EBF1;
}

.btn-warning {
  background: #ffc107;
  color: #FFFFFF;
  border: 1px solid #ffc107;
}

.btn-danger {
  background: #C30003;
  color: #FFFFFF;
  border: 1px solid #C30003;
}

.btn-light {
  background: #FFFFFF;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.btn-dark {
  background: #000000;
  color: #FFFFFF;
  border: 1px solid #000000;
}

.btn-lightgray {
  background: #F8F8F8;
  color: #FFFFFF;
  border: 1px solid #F8F8F8;
}

.btn-gray {
  background: #EBEBEB;
  color: #FFFFFF;
  border: 1px solid #EBEBEB;
}

.btn-regulargray {
  background: #CACACA;
  color: #FFFFFF;
  border: 1px solid #CACACA;
}

.btn-mediumgray {
  background: #8A8A8A;
  color: #FFFFFF;
  border: 1px solid #8A8A8A;
}

.btn-darkengray {
  background: #333333;
  color: #FFFFFF;
  border: 1px solid #333333;
}

.btn-primary:hover {
  background: #203f2c;
  border: 1px solid #39724F;
}

.btn-secondary:hover {
  background: #9dccad;
  border: 1px solid #CFE6D7;
}

.btn-success:hover {
  background: #1f73b9;
  border: 1px solid #4499E0;
}

.btn-info:hover {
  background: #abc9d9;
  border: 1px solid #E0EBF1;
}

.btn-warning:hover {
  background: #ba8b00;
  border: 1px solid #ffc107;
}

.btn-danger:hover {
  background: #770002;
  border: 1px solid #C30003;
}

.btn-light:hover {
  background: #d9d9d9;
  border: 1px solid #FFFFFF;
}

.btn-dark:hover {
  background: black;
  border: 1px solid #000000;
}

.btn-lightgray:hover {
  background: #d2d2d2;
  border: 1px solid #F8F8F8;
}

.btn-gray:hover {
  background: #c5c5c5;
  border: 1px solid #EBEBEB;
}

.btn-regulargray:hover {
  background: #a4a4a4;
  border: 1px solid #CACACA;
}

.btn-mediumgray:hover {
  background: #646464;
  border: 1px solid #8A8A8A;
}

.btn-darkengray:hover {
  background: #0d0d0d;
  border: 1px solid #333333;
}

.form-aside {
  width: 22.14765101%;
}

.form-content {
  width: 77.85234899%;
}

.form-content > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form-content > p .wpcf7-form-control-wrap {
  width: 100%;
}

.form-content > p [data-name="text-182"] {
  margin-left: 36px;
}

@media (max-width: 767.98px) {
  .form-content > p [data-name="text-182"] {
    margin-left: 8px;
  }
}

.form-check-input {
  width: 20px;
  height: 20px;
  background: transparent;
}

.form-check-input[type="radio"] {
  border-radius: 5px 0;
  border-color: #39724F;
}

.form-check-input:checked {
  background: transparent;
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.81812C0 2.16126 1.34315 0.818115 3 0.818115H16V13.8181C16 15.475 14.6569 16.8181 13 16.8181H0V3.81812Z' fill='%2339724F'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

.form-control, .form-select {
  padding: 21px 30px;
  border-radius: 0;
  font-size: 18px;
  line-height: 18px;
  border-width: 0;
  height: 60px;
}

@media (max-width: 767.98px) {
  .form-control, .form-select {
    padding: 12px 16px;
  }
}

.form-control--textarea {
  height: unset;
}

.form-select {
  color: #8A8A8A;
}

.form-checkbox .wpcf7-list-item {
  display: block;
}

.form-checkbox .wpcf7-list-item [type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 20px;
  height: 20px;
  border-radius: 5px 0;
  border-color: #39724F;
}

.form-checkbox .wpcf7-list-item [type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.81812C0 2.16126 1.34315 0.818115 3 0.818115H16V13.8181C16 15.475 14.6569 16.8181 13 16.8181H0V3.81812Z' fill='%2339724F'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .secondLayer .list-products {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.list-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 64px;
  background: #FFFFFF;
  border-radius: 15px;
  -webkit-box-shadow: 0px 2px 4px 0px #00000026;
          box-shadow: 0px 2px 4px 0px #00000026;
}

@media (max-width: 767.98px) {
  .list-products {
    padding: 60px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.list-products__list-item {
  width: 18.93939394%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.25;
}

@media (max-width: 767.98px) {
  .list-products__list-item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.list-products__list-item:last-child {
  margin-right: 0px;
}

.list-products__icon {
  margin-bottom: 10px;
  display: block;
}

.list-products__icon svg {
  display: block;
  margin: 0 auto;
}

.list-products--single {
  background: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-products--single .list-products__list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 110px;
  margin-right: unset;
}

.list-products--single .list-products__list-item a {
  color: #000000;
}

.list-products--single .list-products__list-item--active {
  background: #FFFFFF;
}

.list-products--single .list-products__list-item--active a {
  color: #39724F;
}

.list-products--single .list-products__icon svg rect {
  fill: #CACACA;
}

.list-products--single .list-products__icon--active svg rect {
  fill: #39724F;
}

.list-products-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #EBEBEB;
}

.list-products-children a {
  display: block;
  text-align: center;
  width: 100%;
}

.list-card {
  padding-bottom: 104px;
}

.list-card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  padding: 40px 63px;
  margin-bottom: 104px;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  -webkit-box-shadow: 0px 2px 4px 0px #00000026;
          box-shadow: 0px 2px 4px 0px #00000026;
}

@media (max-width: 767.98px) {
  .list-card-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 20px;
    margin-bottom: 52px;
  }
}

.list-card-item--contact {
  padding: 0;
}

.list-card-item__title {
  font-size: 30px;
  line-height: 39px;
  color: #39724F;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .list-card-item__title {
    font-size: 20px;
    line-height: 1.5;
  }
}

.list-card-item__title--contact {
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .list-card-item__title--contact {
    font-size: 28px;
    line-height: 1.5;
  }
}

.list-card-item__aside {
  width: 19.46308725%;
  margin-right: 2.684563758%;
}

@media (max-width: 767.98px) {
  .list-card-item__aside {
    width: 100%;
    margin-right: 0;
  }
}

.list-card-item__aside--contact {
  width: 50%;
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .list-card-item__aside--contact {
    width: 100%;
  }
}

.list-card-item__content {
  width: 77.85234899%;
}

@media (max-width: 767.98px) {
  .list-card-item__content {
    width: 100%;
  }
}

.list-card-item__content--contact {
  width: 50%;
  padding: 45px 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  .list-card-item__content--contact {
    width: 100%;
    padding: 30px 30px;
  }
}

.list-card-item__context {
  color: #39724F;
  padding: 10px 0;
  border-width: 1px 0;
  border-color: #000000;
  border-style: solid;
  margin-bottom: 15px;
}

.list-card-item__img {
  width: 100%;
  height: auto;
}

.list-card-item__img--contact {
  height: 520px;
  border-bottom-right-radius: 35px;
}

@media (max-width: 767.98px) {
  .list-card-item__img--contact {
    height: unset;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.list-card-item__img--building {
  width: 332px;
}

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

.list-card-item__logo {
  width: 150px;
  height: 60px;
  margin-right: 98px;
  margin-bottom: 50px;
}

.list-card-item__logo:nth-child(4n) {
  margin-right: 0;
}

.list-card-item__logo:nth-last-child(1), .list-card-item__logo:nth-last-child(2), .list-card-item__logo:nth-last-child(3), .list-card-item__logo:nth-last-child(4) {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .list-card-item__logo {
    margin-right: 0;
    margin-bottom: 36px;
    width: 100%;
    height: auto;
  }
  .list-card-item__logo:nth-last-child(1), .list-card-item__logo:nth-last-child(2), .list-card-item__logo:nth-last-child(3), .list-card-item__logo:nth-last-child(4) {
    margin-bottom: 36px;
  }
}

.main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
}

@media (max-width: 767.98px) {
  .main-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: unset;
  }
}

.main-block__section {
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.main-block__section--p34 {
  width: 34.1176%;
}

.main-block__section--p66 {
  width: 65.8824%;
}

.main-block__section--1of3 {
  width: 33.33333333%;
}

.main-block__section--2of3 {
  width: 66.66666666%;
}

.main-block__section--1of2 {
  width: 50%;
}

@media (max-width: 767.98px) {
  .main-block__section--mobile-full {
    width: 100%;
    height: 300px;
  }
}

.main-block__section--secondary {
  background: #CFE6D7;
}

.main-block__section--radius {
  border-top-left-radius: 30px;
}

.main-block__play-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.main-block__play-btn svg path {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.main-block__play-btn:hover svg path {
  fill: #39724F;
}

.main-block__modal-dialog {
  max-width: 700px;
}

.main-block__video {
  width: 100%;
}

.main-block--footer {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 131px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
}

@media (max-width: 767.98px) {
  .main-block--footer {
    padding-top: 16px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-block--shadow {
  -webkit-box-shadow: 0px 2px 4px 0px #00000026;
          box-shadow: 0px 2px 4px 0px #00000026;
}

.modal-body {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.modal-footer, .modal-header {
  border: none;
  border-radius: 0;
  padding: 0;
}

.modal-content {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, #cfe6d7), color-stop(74%, white));
  background: linear-gradient(180deg, #cfe6d7 32%, white 74%);
}

.modal-footer {
  height: 50px;
}

.modal-header {
  height: 100px;
  padding-left: 50px;
  padding-right: 50px;
}

.videoModal .modal__video {
  width: 100%;
  height: 400px;
}

.videoModal .modal-body {
  padding-top: 0;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.videoModal .modal-content {
  background: #FFFFFF;
  border-radius: 0;
}

.videoModal .modal-header {
  height: 60px;
}

.banner-single-archive {
  padding: 171px 0;
}

@media (max-width: 767.98px) {
  .banner-single-archive {
    padding: 90px 0;
  }
}

.banner-about {
  padding: 171px 0;
  position: relative;
}

.banner-about-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 120px;
  right: 120px;
}

@media (max-width: 767.98px) {
  .banner-about-nav {
    left: 20px;
    right: 20px;
  }
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-form .search-label {
  margin-right: 32px;
}

.search-form .search-field {
  padding: 9px 16px;
  font-size: 14px;
  line-height: 18px;
  margin-right: 27px;
}

@media (max-width: 991.98px) {
  .search-form .search-field {
    margin-right: 0;
  }
}

.search-form .search-btn {
  padding: 16px;
  background: #39724F;
}

@media (max-width: 991.98px) {
  .search-form .search-btn {
    padding: 5px;
  }
}

.list-card-item__model {
  line-height: 21px;
}

@media (max-width: 767.98px) {
  .list-card-item__model {
    font-size: 12px;
    line-height: 1.5;
  }
}

.list-card-item__model thead tr th:nth-child(1) {
  width: 21.55172414%;
}

@media (max-width: 767.98px) {
  .list-card-item__model thead tr th:nth-child(1) {
    width: 30%;
  }
}

.list-card-item__model thead tr th:nth-child(2) {
  width: 47.4137931%;
}

@media (max-width: 767.98px) {
  .list-card-item__model thead tr th:nth-child(2) {
    width: 30%;
  }
}

.list-card-item__model thead tr th:nth-child(3) {
  width: 8.045977011%;
}

@media (max-width: 767.98px) {
  .list-card-item__model thead tr th:nth-child(3) {
    width: 15%;
  }
}

.list-card-item__model tbody tr > * {
  padding-top: 10px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: '';
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: '';
}

.thirdLayer {
  margin-left: 61px;
  margin-right: 61px;
}

@media (max-width: 767.98px) {
  .thirdLayer {
    margin-left: 0;
    margin-right: 0;
  }
}

.thirdLayer .swiper-slide {
  width: 25%;
}

.thirdLayer ~ .swiper-button-next {
  right: -15px;
}

.thirdLayer ~ .swiper-button-prev {
  left: -15px;
}

.secondLayer {
  margin-left: 61px;
  margin-right: 61px;
}

@media (max-width: 767.98px) {
  .secondLayer {
    margin-left: 0;
    margin-right: 0;
  }
}

.secondLayer .swiper-slide {
  width: 20%;
}

@media (max-width: 767.98px) {
  .secondLayer .swiper-slide {
    width: unset;
  }
}

.secondLayer__swiper-button-next, .secondLayer__swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.secondLayer__swiper-button-next {
  right: -10px;
}

.secondLayer__swiper-button-prev {
  left: -10px;
}

.l-bottom-xs {
  margin-bottom: 20px;
}

.i-top-xs {
  padding-top: 20px;
}

.i-bottom-xs {
  padding-bottom: 20px;
}

.l-bottom-s {
  margin-bottom: 30px;
}

.i-top-s {
  padding-top: 30px;
}

.i-bottom-s {
  padding-bottom: 30px;
}

.l-bottom-m {
  margin-bottom: 40px;
}

.i-top-m {
  padding-top: 40px;
}

.i-bottom-m {
  padding-bottom: 40px;
}

.l-bottom-l {
  margin-bottom: 50px;
}

.i-top-l {
  padding-top: 50px;
}

.i-bottom-l {
  padding-bottom: 50px;
}

.l-bottom-xl {
  margin-bottom: 60px;
}

.i-top-xl {
  padding-top: 60px;
}

.i-bottom-xl {
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .l-bottom-lg-xs {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .i-top-lg-xs {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .i-bottom-lg-xs {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .l-bottom-lg-s {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .i-top-lg-s {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .i-bottom-lg-s {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .l-bottom-lg-m {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .i-top-lg-m {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .i-bottom-lg-m {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .l-bottom-lg-l {
    margin-bottom: 104px;
  }
}

@media (min-width: 992px) {
  .i-top-lg-l {
    padding-top: 104px;
  }
}

@media (min-width: 992px) {
  .i-bottom-lg-l {
    padding-bottom: 104px;
  }
}

@media (min-width: 992px) {
  .l-bottom-lg-xl {
    margin-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .i-top-lg-xl {
    padding-top: 120px;
  }
}

@media (min-width: 992px) {
  .i-bottom-lg-xl {
    padding-bottom: 120px;
  }
}

.check404 {
  height: calc(100vh - 294px);
}

header {
  position: relative;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar .logo-img {
  width: 85px;
  height: 61px;
}

@media (min-width: 992px) {
  .navbar .navbar-toggler {
    display: none;
  }
}

.navbar .nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .nav-group.active {
  display: block;
  position: absolute;
  z-index: 200;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
}

.navbar .nav-group.active .inner-navbar {
  display: block;
}

@media (max-width: 991.98px) {
  .navbar .nav-group {
    display: none;
  }
}

.navbar .nav-group .inner-navbar .menu-item a {
  line-height: 20px;
  color: #000000;
  display: block;
  padding: 10.5px 15px;
  font-weight: 700;
  position: relative;
}

@media (max-width: 991.98px) {
  .navbar .nav-group .inner-navbar .menu-item a {
    padding: 16px 0px;
    text-align: center;
  }
  .navbar .nav-group .inner-navbar .menu-item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 5%;
    right: 5%;
    height: 1px;
    background: #EBEBEB;
  }
}

.navbar .nav-group .inner-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .nav-group .inner-navbar .current-menu-item a, .navbar .nav-group .inner-navbar .current-surgical_products_cat-ancestor a, .navbar .nav-group .inner-navbar .current-sterilization_products_cat-ancestor a {
  color: #39724F;
}

.navbar .nav-group .inner-navbar .menu-item:first-child a {
  padding-left: 30px;
}

@media (max-width: 991.98px) {
  .navbar .nav-group .inner-navbar .menu-item:first-child a {
    padding-left: 0;
  }
}

.navbar .nav-group .inner-navbar .menu-item:last-child a {
  padding-right: 30px;
}

@media (max-width: 991.98px) {
  .navbar .nav-group .inner-navbar .menu-item:last-child a {
    padding-right: 0;
  }
}

.navbar .nav-group .wpml-ls, .navbar .nav-group .wpml-ls-link {
  padding: 0;
  line-height: 20px;
  color: #CACACA;
}

@media (max-width: 991.98px) {
  .navbar .nav-group .wpml-ls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.navbar .nav-group .wpml-ls-current-language .wpml-ls-link {
  color: #39724F;
}

.navbar .nav-group .wpml-ls-item {
  margin-right: 16px;
  position: relative;
}

.navbar .nav-group .wpml-ls-item:last-child {
  margin-right: 0;
}

.navbar .nav-group .wpml-ls-item:last-child::after {
  display: none;
}

.navbar .nav-group .wpml-ls-item::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  width: 1px;
  background: #8A8A8A;
}

.search-toggler {
  cursor: pointer;
  position: relative;
}

@media (max-width: 991.98px) {
  .search-toggler {
    display: none;
  }
}

.search-form-toggle {
  display: none;
}

@media (max-width: 991.98px) {
  .search-form-toggle {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
  }
}

.search-form-toggle.active {
  display: block;
  position: absolute;
  top: 55px;
  right: -16px;
  z-index: 2000;
  background: #FFFFFF;
  padding-left: 20px;
}

.site-footer {
  background: linear-gradient(90.9deg, #39724F 0%, #548D40 100%);
  padding-top: 35px;
  padding-bottom: 35px;
}

.site-footer .sns-link {
  margin-right: 10px;
}

.site-footer .sns-link:last-child {
  margin-right: 0;
}

.site-footer__logo {
  width: 150px;
  height: 70px;
}

.navbar-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar-about .menu-item {
  margin-right: 80px;
}

.navbar-about .menu-item a {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 500;
  color: #000000;
  display: block;
}

.navbar-about .current-menu-item a {
  color: #39724F;
}

.navbar-about .current-menu-item a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 10px 12px;
  border-color: transparent transparent #39724F transparent;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about-location {
  padding-top: 52px;
  padding-bottom: 134px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767.98px) {
  .about-location {
    background-image: unset !important;
  }
}

.about-location__title {
  font-style: 40px;
  line-height: 52px;
  color: #39724F;
}

.section-service {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='771' viewBox='0 0 1440 771' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M782.5 765.124C283.5 728.748 70.5 756.715 -8.90385e-07 765.124L-3.66638e-08 31.5059C-3.66638e-08 31.5059 360 2.13735e-05 720 0C1104 -2.27983e-05 1440 31.5059 1440 31.5059L1440 746.984C1440 746.984 1059.5 785.317 782.5 765.124Z' fill='%23F0F0F0'/%3E%3C/svg%3E");
  position: relative;
  z-index: 350;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slogan-service {
  background-image: url("data:image/svg+xml,%3Csvg width='517' height='88' viewBox='0 0 517 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.44 63.44C40.44 60.88 39.48 58.8 37.56 57.2C35.72 55.6 33.36 54.16 30.48 52.88C27.68 51.52 24.6 50.16 21.24 48.8C17.96 47.36 14.88 45.64 12 43.64C9.2 41.56 6.84 39 4.92 35.96C3.08 32.92 2.16 29.04 2.16 24.32C2.16 20.24 2.84 16.72 4.2 13.76C5.56 10.72 7.48 8.2 9.96 6.2C12.52 4.19999 15.52 2.71999 18.96 1.76C22.4 0.799995 26.24 0.319994 30.48 0.319994C35.36 0.319994 39.96 0.759996 44.28 1.64C48.6 2.44 52.16 3.64 54.96 5.24L49.8 19.04C48.04 17.92 45.4 16.92 41.88 16.04C38.36 15.08 34.56 14.6 30.48 14.6C26.64 14.6 23.68 15.36 21.6 16.88C19.6 18.4 18.6 20.44 18.6 23C18.6 25.4 19.52 27.4 21.36 29C23.28 30.6 25.64 32.08 28.44 33.44C31.32 34.8 34.4 36.2 37.68 37.64C41.04 39.08 44.12 40.84 46.92 42.92C49.8 44.92 52.16 47.44 54 50.48C55.92 53.44 56.88 57.16 56.88 61.64C56.88 66.12 56.12 70 54.6 73.28C53.16 76.48 51.08 79.16 48.36 81.32C45.72 83.48 42.48 85.08 38.64 86.12C34.88 87.16 30.72 87.68 26.16 87.68C20.16 87.68 14.88 87.12 10.32 86C5.76 84.88 2.4 83.76 0.24 82.64L5.52 68.6C6.4 69.08 7.52 69.6 8.88 70.16C10.32 70.72 11.92 71.24 13.68 71.72C15.44 72.2 17.28 72.6 19.2 72.92C21.2 73.24 23.24 73.4 25.32 73.4C30.2 73.4 33.92 72.6 36.48 71C39.12 69.32 40.44 66.8 40.44 63.44ZM83.8328 1.99999L133.633 1.99999V16.64L100.273 16.64V36.2L130.633 36.2V50.84L100.273 50.84V71.36L134.233 71.36V86L83.8328 86L83.8328 1.99999ZM162.528 2.84C164.368 2.52 166.328 2.24 168.408 1.99999C170.568 1.67999 172.688 1.43999 174.768 1.28C176.928 1.12 179.008 0.999998 181.008 0.919994C183.008 0.839995 184.848 0.799995 186.528 0.799995C190.448 0.799995 194.288 1.16 198.048 1.88C201.888 2.6 205.288 3.84 208.248 5.6C211.288 7.36 213.688 9.8 215.448 12.92C217.288 15.96 218.208 19.8 218.208 24.44C218.208 31.32 216.608 36.92 213.408 41.24C210.208 45.56 205.928 48.56 200.568 50.24L206.448 53.96L225.648 86L206.688 86L187.608 53.12L178.968 51.56L178.968 86H162.528L162.528 2.84ZM187.728 15.44C186.048 15.44 184.368 15.48 182.688 15.56C181.088 15.64 179.848 15.8 178.968 16.04V40.4H185.928C190.488 40.4 194.128 39.36 196.848 37.28C199.568 35.2 200.928 31.76 200.928 26.96C200.928 23.36 199.808 20.56 197.568 18.56C195.328 16.48 192.048 15.44 187.728 15.44ZM272.573 51.32L274.733 65.6H275.333L277.733 51.2L293.813 1.99999L311.093 1.99999L279.893 86.6H268.133L236.693 1.99999L255.773 1.99999L272.573 51.32ZM334.841 1.99999L351.281 1.99999V86H334.841V1.99999ZM440.26 82.52C437.7 84.36 434.42 85.68 430.42 86.48C426.5 87.28 422.46 87.68 418.3 87.68C413.26 87.68 408.46 86.92 403.9 85.4C399.42 83.8 395.46 81.28 392.02 77.84C388.58 74.32 385.82 69.8 383.74 64.28C381.74 58.68 380.74 51.92 380.74 44C380.74 35.76 381.86 28.88 384.1 23.36C386.42 17.76 389.38 13.28 392.98 9.92C396.66 6.48 400.74 4.03999 405.22 2.59999C409.7 1.07999 414.18 0.319994 418.66 0.319994C423.46 0.319994 427.5 0.639995 430.78 1.28C434.14 1.92 436.9 2.68 439.06 3.56L435.82 17.48C433.98 16.6 431.78 15.96 429.22 15.56C426.74 15.16 423.7 14.96 420.1 14.96C413.46 14.96 408.1 17.32 404.02 22.04C400.02 26.76 398.02 34.08 398.02 44C398.02 48.32 398.5 52.28 399.46 55.88C400.42 59.4 401.86 62.44 403.78 65C405.78 67.48 408.22 69.44 411.1 70.88C414.06 72.24 417.46 72.92 421.3 72.92C424.9 72.92 427.94 72.56 430.42 71.84C432.9 71.12 435.06 70.2 436.9 69.08L440.26 82.52ZM466.411 1.99999L516.211 1.99999V16.64L482.851 16.64V36.2L513.211 36.2V50.84L482.851 50.84V71.36L516.811 71.36V86L466.411 86V1.99999Z' fill='%23F8F8F8'/%3E%3C/svg%3E");
  width: 280px;
  height: 80px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 17%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media (min-width: 992px) {
  .slogan-service {
    width: 525px;
    height: 155px;
  }
}

.letter-1 {
  letter-spacing: 1px;
}

.letter-2 {
  letter-spacing: 2px;
}

.letter-3 {
  letter-spacing: 3px;
}

.letter-4 {
  letter-spacing: 4px;
}

.letter-5 {
  letter-spacing: 5px;
}

.letter-6 {
  letter-spacing: 6px;
}

.letter-7 {
  letter-spacing: 7px;
}

.letter-8 {
  letter-spacing: 8px;
}

.letter-9 {
  letter-spacing: 9px;
}

.letter-10 {
  letter-spacing: 10px;
}

.z-index-1 {
  z-index: 100;
}

.z-index-2 {
  z-index: 200;
}

.z-index-3 {
  z-index: 300;
}

.z-index-4 {
  z-index: 400;
}

.z-index-5 {
  z-index: 500;
}

.z-index-6 {
  z-index: 600;
}

.z-index-7 {
  z-index: 700;
}

.z-index-8 {
  z-index: 800;
}

.z-index-9 {
  z-index: 900;
}

.z-index-10 {
  z-index: 1000;
}

.z-index-11 {
  z-index: 1100;
}

.z-index-12 {
  z-index: 1200;
}

.z-index-13 {
  z-index: 1300;
}

.z-index-14 {
  z-index: 1400;
}

.z-index-15 {
  z-index: 1500;
}

.z-index-16 {
  z-index: 1600;
}

.z-index-17 {
  z-index: 1700;
}

.z-index-18 {
  z-index: 1800;
}

.z-index-19 {
  z-index: 1900;
}

.z-index-20 {
  z-index: 2000;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}

.fw-1 {
  font-weight: 100;
}

.fw-2 {
  font-weight: 200;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-9 {
  font-weight: 900;
}

.fw-10 {
  font-weight: 1000;
}

.letter-min {
  letter-spacing: 0.2px;
}

.letter-0 {
  letter-spacing: 0;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.text-indent-2 {
  text-indent: 2em;
}

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

.bg-img-center {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=all.css.map */

/* float social*/
.float_soc {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10%;
    z-index: 999;
    cursor: pointer;
}
.float_soc img {
    width: 50px;
	height:50px;
}