/* Fonts are awaiting... */
/*!
 * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
@import "../../style.css";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 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";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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: #FF00CE;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1160px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1100px;
  }
}
.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1160px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-200,
.gy-sm-200 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-200,
.gy-md-200 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-200,
.gy-lg-200 {
    --bs-gutter-y: 20rem;
  }
}
@media (min-width: 1160px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-200,
.gy-xl-200 {
    --bs-gutter-y: 20rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

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

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-170 {
  margin: 17rem !important;
}

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

.m-190 {
  margin: 19rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-170 {
  margin-right: 17rem !important;
  margin-left: 17rem !important;
}

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

.mx-190 {
  margin-right: 19rem !important;
  margin-left: 19rem !important;
}

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

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-170 {
  margin-top: 17rem !important;
  margin-bottom: 17rem !important;
}

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

.my-190 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important;
}

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-170 {
  margin-top: 17rem !important;
}

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

.mt-190 {
  margin-top: 19rem !important;
}

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

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-170 {
  margin-right: 17rem !important;
}

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

.me-190 {
  margin-right: 19rem !important;
}

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-170 {
  margin-bottom: 17rem !important;
}

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

.mb-190 {
  margin-bottom: 19rem !important;
}

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

.mb-auto {
  margin-bottom: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-170 {
  margin-left: 17rem !important;
}

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

.ms-190 {
  margin-left: 19rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n170 {
  margin: -17rem !important;
}

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

.m-n190 {
  margin: -19rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-n170 {
  margin-right: -17rem !important;
  margin-left: -17rem !important;
}

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

.mx-n190 {
  margin-right: -19rem !important;
  margin-left: -19rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-n170 {
  margin-top: -17rem !important;
  margin-bottom: -17rem !important;
}

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

.my-n190 {
  margin-top: -19rem !important;
  margin-bottom: -19rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n170 {
  margin-top: -17rem !important;
}

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

.mt-n190 {
  margin-top: -19rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-n170 {
  margin-right: -17rem !important;
}

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

.me-n190 {
  margin-right: -19rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-n170 {
  margin-bottom: -17rem !important;
}

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

.mb-n190 {
  margin-bottom: -19rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-n170 {
  margin-left: -17rem !important;
}

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

.ms-n190 {
  margin-left: -19rem !important;
}

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

.p-0 {
  padding: 0 !important;
}

.p-10 {
  padding: 1rem !important;
}

.p-20 {
  padding: 2rem !important;
}

.p-30 {
  padding: 3rem !important;
}

.p-35 {
  padding: 3.5rem !important;
}

.p-40 {
  padding: 4rem !important;
}

.p-50 {
  padding: 5rem !important;
}

.p-60 {
  padding: 6rem !important;
}

.p-70 {
  padding: 7rem !important;
}

.p-80 {
  padding: 8rem !important;
}

.p-90 {
  padding: 9rem !important;
}

.p-100 {
  padding: 10rem !important;
}

.p-110 {
  padding: 11rem !important;
}

.p-120 {
  padding: 12rem !important;
}

.p-130 {
  padding: 13rem !important;
}

.p-140 {
  padding: 14rem !important;
}

.p-150 {
  padding: 15rem !important;
}

.p-160 {
  padding: 16rem !important;
}

.p-170 {
  padding: 17rem !important;
}

.p-180 {
  padding: 18rem !important;
}

.p-190 {
  padding: 19rem !important;
}

.p-200 {
  padding: 20rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-10 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-20 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-30 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-35 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-40 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-50 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-60 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-70 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-80 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-90 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-100 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-110 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}

.px-120 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.px-130 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}

.px-140 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}

.px-150 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

.px-160 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.px-170 {
  padding-right: 17rem !important;
  padding-left: 17rem !important;
}

.px-180 {
  padding-right: 18rem !important;
  padding-left: 18rem !important;
}

.px-190 {
  padding-right: 19rem !important;
  padding-left: 19rem !important;
}

.px-200 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-35 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-50 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-60 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-70 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-80 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-90 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-100 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-110 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.py-120 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-130 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.py-140 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.py-150 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-160 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-170 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important;
}

.py-180 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.py-190 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important;
}

.py-200 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-35 {
  padding-top: 3.5rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pt-70 {
  padding-top: 7rem !important;
}

.pt-80 {
  padding-top: 8rem !important;
}

.pt-90 {
  padding-top: 9rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

.pt-110 {
  padding-top: 11rem !important;
}

.pt-120 {
  padding-top: 12rem !important;
}

.pt-130 {
  padding-top: 13rem !important;
}

.pt-140 {
  padding-top: 14rem !important;
}

.pt-150 {
  padding-top: 15rem !important;
}

.pt-160 {
  padding-top: 16rem !important;
}

.pt-170 {
  padding-top: 17rem !important;
}

.pt-180 {
  padding-top: 18rem !important;
}

.pt-190 {
  padding-top: 19rem !important;
}

.pt-200 {
  padding-top: 20rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-10 {
  padding-right: 1rem !important;
}

.pe-20 {
  padding-right: 2rem !important;
}

.pe-30 {
  padding-right: 3rem !important;
}

.pe-35 {
  padding-right: 3.5rem !important;
}

.pe-40 {
  padding-right: 4rem !important;
}

.pe-50 {
  padding-right: 5rem !important;
}

.pe-60 {
  padding-right: 6rem !important;
}

.pe-70 {
  padding-right: 7rem !important;
}

.pe-80 {
  padding-right: 8rem !important;
}

.pe-90 {
  padding-right: 9rem !important;
}

.pe-100 {
  padding-right: 10rem !important;
}

.pe-110 {
  padding-right: 11rem !important;
}

.pe-120 {
  padding-right: 12rem !important;
}

.pe-130 {
  padding-right: 13rem !important;
}

.pe-140 {
  padding-right: 14rem !important;
}

.pe-150 {
  padding-right: 15rem !important;
}

.pe-160 {
  padding-right: 16rem !important;
}

.pe-170 {
  padding-right: 17rem !important;
}

.pe-180 {
  padding-right: 18rem !important;
}

.pe-190 {
  padding-right: 19rem !important;
}

.pe-200 {
  padding-right: 20rem !important;
}

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

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-35 {
  padding-bottom: 3.5rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

.pb-110 {
  padding-bottom: 11rem !important;
}

.pb-120 {
  padding-bottom: 12rem !important;
}

.pb-130 {
  padding-bottom: 13rem !important;
}

.pb-140 {
  padding-bottom: 14rem !important;
}

.pb-150 {
  padding-bottom: 15rem !important;
}

.pb-160 {
  padding-bottom: 16rem !important;
}

.pb-170 {
  padding-bottom: 17rem !important;
}

.pb-180 {
  padding-bottom: 18rem !important;
}

.pb-190 {
  padding-bottom: 19rem !important;
}

.pb-200 {
  padding-bottom: 20rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-10 {
  padding-left: 1rem !important;
}

.ps-20 {
  padding-left: 2rem !important;
}

.ps-30 {
  padding-left: 3rem !important;
}

.ps-35 {
  padding-left: 3.5rem !important;
}

.ps-40 {
  padding-left: 4rem !important;
}

.ps-50 {
  padding-left: 5rem !important;
}

.ps-60 {
  padding-left: 6rem !important;
}

.ps-70 {
  padding-left: 7rem !important;
}

.ps-80 {
  padding-left: 8rem !important;
}

.ps-90 {
  padding-left: 9rem !important;
}

.ps-100 {
  padding-left: 10rem !important;
}

.ps-110 {
  padding-left: 11rem !important;
}

.ps-120 {
  padding-left: 12rem !important;
}

.ps-130 {
  padding-left: 13rem !important;
}

.ps-140 {
  padding-left: 14rem !important;
}

.ps-150 {
  padding-left: 15rem !important;
}

.ps-160 {
  padding-left: 16rem !important;
}

.ps-170 {
  padding-left: 17rem !important;
}

.ps-180 {
  padding-left: 18rem !important;
}

.ps-190 {
  padding-left: 19rem !important;
}

.ps-200 {
  padding-left: 20rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-170 {
    margin: 17rem !important;
  }

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

  .m-sm-190 {
    margin: 19rem !important;
  }

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

  .m-sm-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mx-sm-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }

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

  .mx-sm-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-sm-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !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-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .my-sm-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

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

  .my-sm-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

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

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-170 {
    margin-top: 17rem !important;
  }

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

  .mt-sm-190 {
    margin-top: 19rem !important;
  }

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

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

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

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

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

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

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

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

  .me-sm-60 {
    margin-right: 6rem !important;
  }

  .me-sm-70 {
    margin-right: 7rem !important;
  }

  .me-sm-80 {
    margin-right: 8rem !important;
  }

  .me-sm-90 {
    margin-right: 9rem !important;
  }

  .me-sm-100 {
    margin-right: 10rem !important;
  }

  .me-sm-110 {
    margin-right: 11rem !important;
  }

  .me-sm-120 {
    margin-right: 12rem !important;
  }

  .me-sm-130 {
    margin-right: 13rem !important;
  }

  .me-sm-140 {
    margin-right: 14rem !important;
  }

  .me-sm-150 {
    margin-right: 15rem !important;
  }

  .me-sm-160 {
    margin-right: 16rem !important;
  }

  .me-sm-170 {
    margin-right: 17rem !important;
  }

  .me-sm-180 {
    margin-right: 18rem !important;
  }

  .me-sm-190 {
    margin-right: 19rem !important;
  }

  .me-sm-200 {
    margin-right: 20rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-10 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-20 {
    margin-bottom: 2rem !important;
  }

  .mb-sm-30 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-35 {
    margin-bottom: 3.5rem !important;
  }

  .mb-sm-40 {
    margin-bottom: 4rem !important;
  }

  .mb-sm-50 {
    margin-bottom: 5rem !important;
  }

  .mb-sm-60 {
    margin-bottom: 6rem !important;
  }

  .mb-sm-70 {
    margin-bottom: 7rem !important;
  }

  .mb-sm-80 {
    margin-bottom: 8rem !important;
  }

  .mb-sm-90 {
    margin-bottom: 9rem !important;
  }

  .mb-sm-100 {
    margin-bottom: 10rem !important;
  }

  .mb-sm-110 {
    margin-bottom: 11rem !important;
  }

  .mb-sm-120 {
    margin-bottom: 12rem !important;
  }

  .mb-sm-130 {
    margin-bottom: 13rem !important;
  }

  .mb-sm-140 {
    margin-bottom: 14rem !important;
  }

  .mb-sm-150 {
    margin-bottom: 15rem !important;
  }

  .mb-sm-160 {
    margin-bottom: 16rem !important;
  }

  .mb-sm-170 {
    margin-bottom: 17rem !important;
  }

  .mb-sm-180 {
    margin-bottom: 18rem !important;
  }

  .mb-sm-190 {
    margin-bottom: 19rem !important;
  }

  .mb-sm-200 {
    margin-bottom: 20rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-10 {
    margin-left: 1rem !important;
  }

  .ms-sm-20 {
    margin-left: 2rem !important;
  }

  .ms-sm-30 {
    margin-left: 3rem !important;
  }

  .ms-sm-35 {
    margin-left: 3.5rem !important;
  }

  .ms-sm-40 {
    margin-left: 4rem !important;
  }

  .ms-sm-50 {
    margin-left: 5rem !important;
  }

  .ms-sm-60 {
    margin-left: 6rem !important;
  }

  .ms-sm-70 {
    margin-left: 7rem !important;
  }

  .ms-sm-80 {
    margin-left: 8rem !important;
  }

  .ms-sm-90 {
    margin-left: 9rem !important;
  }

  .ms-sm-100 {
    margin-left: 10rem !important;
  }

  .ms-sm-110 {
    margin-left: 11rem !important;
  }

  .ms-sm-120 {
    margin-left: 12rem !important;
  }

  .ms-sm-130 {
    margin-left: 13rem !important;
  }

  .ms-sm-140 {
    margin-left: 14rem !important;
  }

  .ms-sm-150 {
    margin-left: 15rem !important;
  }

  .ms-sm-160 {
    margin-left: 16rem !important;
  }

  .ms-sm-170 {
    margin-left: 17rem !important;
  }

  .ms-sm-180 {
    margin-left: 18rem !important;
  }

  .ms-sm-190 {
    margin-left: 19rem !important;
  }

  .ms-sm-200 {
    margin-left: 20rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .m-sm-n10 {
    margin: -1rem !important;
  }

  .m-sm-n20 {
    margin: -2rem !important;
  }

  .m-sm-n30 {
    margin: -3rem !important;
  }

  .m-sm-n35 {
    margin: -3.5rem !important;
  }

  .m-sm-n40 {
    margin: -4rem !important;
  }

  .m-sm-n50 {
    margin: -5rem !important;
  }

  .m-sm-n60 {
    margin: -6rem !important;
  }

  .m-sm-n70 {
    margin: -7rem !important;
  }

  .m-sm-n80 {
    margin: -8rem !important;
  }

  .m-sm-n90 {
    margin: -9rem !important;
  }

  .m-sm-n100 {
    margin: -10rem !important;
  }

  .m-sm-n110 {
    margin: -11rem !important;
  }

  .m-sm-n120 {
    margin: -12rem !important;
  }

  .m-sm-n130 {
    margin: -13rem !important;
  }

  .m-sm-n140 {
    margin: -14rem !important;
  }

  .m-sm-n150 {
    margin: -15rem !important;
  }

  .m-sm-n160 {
    margin: -16rem !important;
  }

  .m-sm-n170 {
    margin: -17rem !important;
  }

  .m-sm-n180 {
    margin: -18rem !important;
  }

  .m-sm-n190 {
    margin: -19rem !important;
  }

  .m-sm-n200 {
    margin: -20rem !important;
  }

  .mx-sm-n10 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-sm-n20 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-sm-n30 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-sm-n35 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-sm-n40 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-sm-n50 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-sm-n60 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-sm-n70 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-sm-n80 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-sm-n90 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-sm-n100 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-sm-n110 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-sm-n120 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-sm-n130 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-sm-n140 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-sm-n150 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-sm-n160 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .mx-sm-n170 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }

  .mx-sm-n180 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }

  .mx-sm-n190 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }

  .mx-sm-n200 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }

  .my-sm-n10 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-sm-n20 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-sm-n30 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-sm-n35 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-sm-n40 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-sm-n50 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-sm-n60 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-sm-n70 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-sm-n80 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-sm-n90 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-sm-n100 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-sm-n110 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-sm-n120 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-sm-n130 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-sm-n140 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-sm-n150 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-sm-n160 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .my-sm-n170 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }

  .my-sm-n180 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .my-sm-n190 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }

  .my-sm-n200 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .mt-sm-n10 {
    margin-top: -1rem !important;
  }

  .mt-sm-n20 {
    margin-top: -2rem !important;
  }

  .mt-sm-n30 {
    margin-top: -3rem !important;
  }

  .mt-sm-n35 {
    margin-top: -3.5rem !important;
  }

  .mt-sm-n40 {
    margin-top: -4rem !important;
  }

  .mt-sm-n50 {
    margin-top: -5rem !important;
  }

  .mt-sm-n60 {
    margin-top: -6rem !important;
  }

  .mt-sm-n70 {
    margin-top: -7rem !important;
  }

  .mt-sm-n80 {
    margin-top: -8rem !important;
  }

  .mt-sm-n90 {
    margin-top: -9rem !important;
  }

  .mt-sm-n100 {
    margin-top: -10rem !important;
  }

  .mt-sm-n110 {
    margin-top: -11rem !important;
  }

  .mt-sm-n120 {
    margin-top: -12rem !important;
  }

  .mt-sm-n130 {
    margin-top: -13rem !important;
  }

  .mt-sm-n140 {
    margin-top: -14rem !important;
  }

  .mt-sm-n150 {
    margin-top: -15rem !important;
  }

  .mt-sm-n160 {
    margin-top: -16rem !important;
  }

  .mt-sm-n170 {
    margin-top: -17rem !important;
  }

  .mt-sm-n180 {
    margin-top: -18rem !important;
  }

  .mt-sm-n190 {
    margin-top: -19rem !important;
  }

  .mt-sm-n200 {
    margin-top: -20rem !important;
  }

  .me-sm-n10 {
    margin-right: -1rem !important;
  }

  .me-sm-n20 {
    margin-right: -2rem !important;
  }

  .me-sm-n30 {
    margin-right: -3rem !important;
  }

  .me-sm-n35 {
    margin-right: -3.5rem !important;
  }

  .me-sm-n40 {
    margin-right: -4rem !important;
  }

  .me-sm-n50 {
    margin-right: -5rem !important;
  }

  .me-sm-n60 {
    margin-right: -6rem !important;
  }

  .me-sm-n70 {
    margin-right: -7rem !important;
  }

  .me-sm-n80 {
    margin-right: -8rem !important;
  }

  .me-sm-n90 {
    margin-right: -9rem !important;
  }

  .me-sm-n100 {
    margin-right: -10rem !important;
  }

  .me-sm-n110 {
    margin-right: -11rem !important;
  }

  .me-sm-n120 {
    margin-right: -12rem !important;
  }

  .me-sm-n130 {
    margin-right: -13rem !important;
  }

  .me-sm-n140 {
    margin-right: -14rem !important;
  }

  .me-sm-n150 {
    margin-right: -15rem !important;
  }

  .me-sm-n160 {
    margin-right: -16rem !important;
  }

  .me-sm-n170 {
    margin-right: -17rem !important;
  }

  .me-sm-n180 {
    margin-right: -18rem !important;
  }

  .me-sm-n190 {
    margin-right: -19rem !important;
  }

  .me-sm-n200 {
    margin-right: -20rem !important;
  }

  .mb-sm-n10 {
    margin-bottom: -1rem !important;
  }

  .mb-sm-n20 {
    margin-bottom: -2rem !important;
  }

  .mb-sm-n30 {
    margin-bottom: -3rem !important;
  }

  .mb-sm-n35 {
    margin-bottom: -3.5rem !important;
  }

  .mb-sm-n40 {
    margin-bottom: -4rem !important;
  }

  .mb-sm-n50 {
    margin-bottom: -5rem !important;
  }

  .mb-sm-n60 {
    margin-bottom: -6rem !important;
  }

  .mb-sm-n70 {
    margin-bottom: -7rem !important;
  }

  .mb-sm-n80 {
    margin-bottom: -8rem !important;
  }

  .mb-sm-n90 {
    margin-bottom: -9rem !important;
  }

  .mb-sm-n100 {
    margin-bottom: -10rem !important;
  }

  .mb-sm-n110 {
    margin-bottom: -11rem !important;
  }

  .mb-sm-n120 {
    margin-bottom: -12rem !important;
  }

  .mb-sm-n130 {
    margin-bottom: -13rem !important;
  }

  .mb-sm-n140 {
    margin-bottom: -14rem !important;
  }

  .mb-sm-n150 {
    margin-bottom: -15rem !important;
  }

  .mb-sm-n160 {
    margin-bottom: -16rem !important;
  }

  .mb-sm-n170 {
    margin-bottom: -17rem !important;
  }

  .mb-sm-n180 {
    margin-bottom: -18rem !important;
  }

  .mb-sm-n190 {
    margin-bottom: -19rem !important;
  }

  .mb-sm-n200 {
    margin-bottom: -20rem !important;
  }

  .ms-sm-n10 {
    margin-left: -1rem !important;
  }

  .ms-sm-n20 {
    margin-left: -2rem !important;
  }

  .ms-sm-n30 {
    margin-left: -3rem !important;
  }

  .ms-sm-n35 {
    margin-left: -3.5rem !important;
  }

  .ms-sm-n40 {
    margin-left: -4rem !important;
  }

  .ms-sm-n50 {
    margin-left: -5rem !important;
  }

  .ms-sm-n60 {
    margin-left: -6rem !important;
  }

  .ms-sm-n70 {
    margin-left: -7rem !important;
  }

  .ms-sm-n80 {
    margin-left: -8rem !important;
  }

  .ms-sm-n90 {
    margin-left: -9rem !important;
  }

  .ms-sm-n100 {
    margin-left: -10rem !important;
  }

  .ms-sm-n110 {
    margin-left: -11rem !important;
  }

  .ms-sm-n120 {
    margin-left: -12rem !important;
  }

  .ms-sm-n130 {
    margin-left: -13rem !important;
  }

  .ms-sm-n140 {
    margin-left: -14rem !important;
  }

  .ms-sm-n150 {
    margin-left: -15rem !important;
  }

  .ms-sm-n160 {
    margin-left: -16rem !important;
  }

  .ms-sm-n170 {
    margin-left: -17rem !important;
  }

  .ms-sm-n180 {
    margin-left: -18rem !important;
  }

  .ms-sm-n190 {
    margin-left: -19rem !important;
  }

  .ms-sm-n200 {
    margin-left: -20rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-10 {
    padding: 1rem !important;
  }

  .p-sm-20 {
    padding: 2rem !important;
  }

  .p-sm-30 {
    padding: 3rem !important;
  }

  .p-sm-35 {
    padding: 3.5rem !important;
  }

  .p-sm-40 {
    padding: 4rem !important;
  }

  .p-sm-50 {
    padding: 5rem !important;
  }

  .p-sm-60 {
    padding: 6rem !important;
  }

  .p-sm-70 {
    padding: 7rem !important;
  }

  .p-sm-80 {
    padding: 8rem !important;
  }

  .p-sm-90 {
    padding: 9rem !important;
  }

  .p-sm-100 {
    padding: 10rem !important;
  }

  .p-sm-110 {
    padding: 11rem !important;
  }

  .p-sm-120 {
    padding: 12rem !important;
  }

  .p-sm-130 {
    padding: 13rem !important;
  }

  .p-sm-140 {
    padding: 14rem !important;
  }

  .p-sm-150 {
    padding: 15rem !important;
  }

  .p-sm-160 {
    padding: 16rem !important;
  }

  .p-sm-170 {
    padding: 17rem !important;
  }

  .p-sm-180 {
    padding: 18rem !important;
  }

  .p-sm-190 {
    padding: 19rem !important;
  }

  .p-sm-200 {
    padding: 20rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-sm-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-sm-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-sm-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-sm-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-sm-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-sm-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-sm-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-sm-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-sm-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-sm-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-sm-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-sm-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-sm-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-sm-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-sm-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-sm-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .px-sm-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }

  .px-sm-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-sm-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-sm-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-sm-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-sm-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-sm-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-sm-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-sm-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-sm-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-sm-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-sm-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-sm-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-sm-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-sm-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-sm-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-sm-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-sm-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-sm-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .py-sm-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .py-sm-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-sm-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-10 {
    padding-top: 1rem !important;
  }

  .pt-sm-20 {
    padding-top: 2rem !important;
  }

  .pt-sm-30 {
    padding-top: 3rem !important;
  }

  .pt-sm-35 {
    padding-top: 3.5rem !important;
  }

  .pt-sm-40 {
    padding-top: 4rem !important;
  }

  .pt-sm-50 {
    padding-top: 5rem !important;
  }

  .pt-sm-60 {
    padding-top: 6rem !important;
  }

  .pt-sm-70 {
    padding-top: 7rem !important;
  }

  .pt-sm-80 {
    padding-top: 8rem !important;
  }

  .pt-sm-90 {
    padding-top: 9rem !important;
  }

  .pt-sm-100 {
    padding-top: 10rem !important;
  }

  .pt-sm-110 {
    padding-top: 11rem !important;
  }

  .pt-sm-120 {
    padding-top: 12rem !important;
  }

  .pt-sm-130 {
    padding-top: 13rem !important;
  }

  .pt-sm-140 {
    padding-top: 14rem !important;
  }

  .pt-sm-150 {
    padding-top: 15rem !important;
  }

  .pt-sm-160 {
    padding-top: 16rem !important;
  }

  .pt-sm-170 {
    padding-top: 17rem !important;
  }

  .pt-sm-180 {
    padding-top: 18rem !important;
  }

  .pt-sm-190 {
    padding-top: 19rem !important;
  }

  .pt-sm-200 {
    padding-top: 20rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-10 {
    padding-right: 1rem !important;
  }

  .pe-sm-20 {
    padding-right: 2rem !important;
  }

  .pe-sm-30 {
    padding-right: 3rem !important;
  }

  .pe-sm-35 {
    padding-right: 3.5rem !important;
  }

  .pe-sm-40 {
    padding-right: 4rem !important;
  }

  .pe-sm-50 {
    padding-right: 5rem !important;
  }

  .pe-sm-60 {
    padding-right: 6rem !important;
  }

  .pe-sm-70 {
    padding-right: 7rem !important;
  }

  .pe-sm-80 {
    padding-right: 8rem !important;
  }

  .pe-sm-90 {
    padding-right: 9rem !important;
  }

  .pe-sm-100 {
    padding-right: 10rem !important;
  }

  .pe-sm-110 {
    padding-right: 11rem !important;
  }

  .pe-sm-120 {
    padding-right: 12rem !important;
  }

  .pe-sm-130 {
    padding-right: 13rem !important;
  }

  .pe-sm-140 {
    padding-right: 14rem !important;
  }

  .pe-sm-150 {
    padding-right: 15rem !important;
  }

  .pe-sm-160 {
    padding-right: 16rem !important;
  }

  .pe-sm-170 {
    padding-right: 17rem !important;
  }

  .pe-sm-180 {
    padding-right: 18rem !important;
  }

  .pe-sm-190 {
    padding-right: 19rem !important;
  }

  .pe-sm-200 {
    padding-right: 20rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-10 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-20 {
    padding-bottom: 2rem !important;
  }

  .pb-sm-30 {
    padding-bottom: 3rem !important;
  }

  .pb-sm-35 {
    padding-bottom: 3.5rem !important;
  }

  .pb-sm-40 {
    padding-bottom: 4rem !important;
  }

  .pb-sm-50 {
    padding-bottom: 5rem !important;
  }

  .pb-sm-60 {
    padding-bottom: 6rem !important;
  }

  .pb-sm-70 {
    padding-bottom: 7rem !important;
  }

  .pb-sm-80 {
    padding-bottom: 8rem !important;
  }

  .pb-sm-90 {
    padding-bottom: 9rem !important;
  }

  .pb-sm-100 {
    padding-bottom: 10rem !important;
  }

  .pb-sm-110 {
    padding-bottom: 11rem !important;
  }

  .pb-sm-120 {
    padding-bottom: 12rem !important;
  }

  .pb-sm-130 {
    padding-bottom: 13rem !important;
  }

  .pb-sm-140 {
    padding-bottom: 14rem !important;
  }

  .pb-sm-150 {
    padding-bottom: 15rem !important;
  }

  .pb-sm-160 {
    padding-bottom: 16rem !important;
  }

  .pb-sm-170 {
    padding-bottom: 17rem !important;
  }

  .pb-sm-180 {
    padding-bottom: 18rem !important;
  }

  .pb-sm-190 {
    padding-bottom: 19rem !important;
  }

  .pb-sm-200 {
    padding-bottom: 20rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-10 {
    padding-left: 1rem !important;
  }

  .ps-sm-20 {
    padding-left: 2rem !important;
  }

  .ps-sm-30 {
    padding-left: 3rem !important;
  }

  .ps-sm-35 {
    padding-left: 3.5rem !important;
  }

  .ps-sm-40 {
    padding-left: 4rem !important;
  }

  .ps-sm-50 {
    padding-left: 5rem !important;
  }

  .ps-sm-60 {
    padding-left: 6rem !important;
  }

  .ps-sm-70 {
    padding-left: 7rem !important;
  }

  .ps-sm-80 {
    padding-left: 8rem !important;
  }

  .ps-sm-90 {
    padding-left: 9rem !important;
  }

  .ps-sm-100 {
    padding-left: 10rem !important;
  }

  .ps-sm-110 {
    padding-left: 11rem !important;
  }

  .ps-sm-120 {
    padding-left: 12rem !important;
  }

  .ps-sm-130 {
    padding-left: 13rem !important;
  }

  .ps-sm-140 {
    padding-left: 14rem !important;
  }

  .ps-sm-150 {
    padding-left: 15rem !important;
  }

  .ps-sm-160 {
    padding-left: 16rem !important;
  }

  .ps-sm-170 {
    padding-left: 17rem !important;
  }

  .ps-sm-180 {
    padding-left: 18rem !important;
  }

  .ps-sm-190 {
    padding-left: 19rem !important;
  }

  .ps-sm-200 {
    padding-left: 20rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-10 {
    margin: 1rem !important;
  }

  .m-md-20 {
    margin: 2rem !important;
  }

  .m-md-30 {
    margin: 3rem !important;
  }

  .m-md-35 {
    margin: 3.5rem !important;
  }

  .m-md-40 {
    margin: 4rem !important;
  }

  .m-md-50 {
    margin: 5rem !important;
  }

  .m-md-60 {
    margin: 6rem !important;
  }

  .m-md-70 {
    margin: 7rem !important;
  }

  .m-md-80 {
    margin: 8rem !important;
  }

  .m-md-90 {
    margin: 9rem !important;
  }

  .m-md-100 {
    margin: 10rem !important;
  }

  .m-md-110 {
    margin: 11rem !important;
  }

  .m-md-120 {
    margin: 12rem !important;
  }

  .m-md-130 {
    margin: 13rem !important;
  }

  .m-md-140 {
    margin: 14rem !important;
  }

  .m-md-150 {
    margin: 15rem !important;
  }

  .m-md-160 {
    margin: 16rem !important;
  }

  .m-md-170 {
    margin: 17rem !important;
  }

  .m-md-180 {
    margin: 18rem !important;
  }

  .m-md-190 {
    margin: 19rem !important;
  }

  .m-md-200 {
    margin: 20rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-md-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-md-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-md-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-md-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-md-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-md-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-md-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-md-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-md-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-md-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-md-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-md-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-md-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-md-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-md-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }

  .mx-md-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }

  .mx-md-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-md-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !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-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-md-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-md-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-md-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-md-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-md-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-md-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-md-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-md-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-md-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-md-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-md-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-md-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-md-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-md-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-md-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .my-md-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .my-md-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-md-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-10 {
    margin-top: 1rem !important;
  }

  .mt-md-20 {
    margin-top: 2rem !important;
  }

  .mt-md-30 {
    margin-top: 3rem !important;
  }

  .mt-md-35 {
    margin-top: 3.5rem !important;
  }

  .mt-md-40 {
    margin-top: 4rem !important;
  }

  .mt-md-50 {
    margin-top: 5rem !important;
  }

  .mt-md-60 {
    margin-top: 6rem !important;
  }

  .mt-md-70 {
    margin-top: 7rem !important;
  }

  .mt-md-80 {
    margin-top: 8rem !important;
  }

  .mt-md-90 {
    margin-top: 9rem !important;
  }

  .mt-md-100 {
    margin-top: 10rem !important;
  }

  .mt-md-110 {
    margin-top: 11rem !important;
  }

  .mt-md-120 {
    margin-top: 12rem !important;
  }

  .mt-md-130 {
    margin-top: 13rem !important;
  }

  .mt-md-140 {
    margin-top: 14rem !important;
  }

  .mt-md-150 {
    margin-top: 15rem !important;
  }

  .mt-md-160 {
    margin-top: 16rem !important;
  }

  .mt-md-170 {
    margin-top: 17rem !important;
  }

  .mt-md-180 {
    margin-top: 18rem !important;
  }

  .mt-md-190 {
    margin-top: 19rem !important;
  }

  .mt-md-200 {
    margin-top: 20rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-10 {
    margin-right: 1rem !important;
  }

  .me-md-20 {
    margin-right: 2rem !important;
  }

  .me-md-30 {
    margin-right: 3rem !important;
  }

  .me-md-35 {
    margin-right: 3.5rem !important;
  }

  .me-md-40 {
    margin-right: 4rem !important;
  }

  .me-md-50 {
    margin-right: 5rem !important;
  }

  .me-md-60 {
    margin-right: 6rem !important;
  }

  .me-md-70 {
    margin-right: 7rem !important;
  }

  .me-md-80 {
    margin-right: 8rem !important;
  }

  .me-md-90 {
    margin-right: 9rem !important;
  }

  .me-md-100 {
    margin-right: 10rem !important;
  }

  .me-md-110 {
    margin-right: 11rem !important;
  }

  .me-md-120 {
    margin-right: 12rem !important;
  }

  .me-md-130 {
    margin-right: 13rem !important;
  }

  .me-md-140 {
    margin-right: 14rem !important;
  }

  .me-md-150 {
    margin-right: 15rem !important;
  }

  .me-md-160 {
    margin-right: 16rem !important;
  }

  .me-md-170 {
    margin-right: 17rem !important;
  }

  .me-md-180 {
    margin-right: 18rem !important;
  }

  .me-md-190 {
    margin-right: 19rem !important;
  }

  .me-md-200 {
    margin-right: 20rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-10 {
    margin-bottom: 1rem !important;
  }

  .mb-md-20 {
    margin-bottom: 2rem !important;
  }

  .mb-md-30 {
    margin-bottom: 3rem !important;
  }

  .mb-md-35 {
    margin-bottom: 3.5rem !important;
  }

  .mb-md-40 {
    margin-bottom: 4rem !important;
  }

  .mb-md-50 {
    margin-bottom: 5rem !important;
  }

  .mb-md-60 {
    margin-bottom: 6rem !important;
  }

  .mb-md-70 {
    margin-bottom: 7rem !important;
  }

  .mb-md-80 {
    margin-bottom: 8rem !important;
  }

  .mb-md-90 {
    margin-bottom: 9rem !important;
  }

  .mb-md-100 {
    margin-bottom: 10rem !important;
  }

  .mb-md-110 {
    margin-bottom: 11rem !important;
  }

  .mb-md-120 {
    margin-bottom: 12rem !important;
  }

  .mb-md-130 {
    margin-bottom: 13rem !important;
  }

  .mb-md-140 {
    margin-bottom: 14rem !important;
  }

  .mb-md-150 {
    margin-bottom: 15rem !important;
  }

  .mb-md-160 {
    margin-bottom: 16rem !important;
  }

  .mb-md-170 {
    margin-bottom: 17rem !important;
  }

  .mb-md-180 {
    margin-bottom: 18rem !important;
  }

  .mb-md-190 {
    margin-bottom: 19rem !important;
  }

  .mb-md-200 {
    margin-bottom: 20rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-10 {
    margin-left: 1rem !important;
  }

  .ms-md-20 {
    margin-left: 2rem !important;
  }

  .ms-md-30 {
    margin-left: 3rem !important;
  }

  .ms-md-35 {
    margin-left: 3.5rem !important;
  }

  .ms-md-40 {
    margin-left: 4rem !important;
  }

  .ms-md-50 {
    margin-left: 5rem !important;
  }

  .ms-md-60 {
    margin-left: 6rem !important;
  }

  .ms-md-70 {
    margin-left: 7rem !important;
  }

  .ms-md-80 {
    margin-left: 8rem !important;
  }

  .ms-md-90 {
    margin-left: 9rem !important;
  }

  .ms-md-100 {
    margin-left: 10rem !important;
  }

  .ms-md-110 {
    margin-left: 11rem !important;
  }

  .ms-md-120 {
    margin-left: 12rem !important;
  }

  .ms-md-130 {
    margin-left: 13rem !important;
  }

  .ms-md-140 {
    margin-left: 14rem !important;
  }

  .ms-md-150 {
    margin-left: 15rem !important;
  }

  .ms-md-160 {
    margin-left: 16rem !important;
  }

  .ms-md-170 {
    margin-left: 17rem !important;
  }

  .ms-md-180 {
    margin-left: 18rem !important;
  }

  .ms-md-190 {
    margin-left: 19rem !important;
  }

  .ms-md-200 {
    margin-left: 20rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .m-md-n10 {
    margin: -1rem !important;
  }

  .m-md-n20 {
    margin: -2rem !important;
  }

  .m-md-n30 {
    margin: -3rem !important;
  }

  .m-md-n35 {
    margin: -3.5rem !important;
  }

  .m-md-n40 {
    margin: -4rem !important;
  }

  .m-md-n50 {
    margin: -5rem !important;
  }

  .m-md-n60 {
    margin: -6rem !important;
  }

  .m-md-n70 {
    margin: -7rem !important;
  }

  .m-md-n80 {
    margin: -8rem !important;
  }

  .m-md-n90 {
    margin: -9rem !important;
  }

  .m-md-n100 {
    margin: -10rem !important;
  }

  .m-md-n110 {
    margin: -11rem !important;
  }

  .m-md-n120 {
    margin: -12rem !important;
  }

  .m-md-n130 {
    margin: -13rem !important;
  }

  .m-md-n140 {
    margin: -14rem !important;
  }

  .m-md-n150 {
    margin: -15rem !important;
  }

  .m-md-n160 {
    margin: -16rem !important;
  }

  .m-md-n170 {
    margin: -17rem !important;
  }

  .m-md-n180 {
    margin: -18rem !important;
  }

  .m-md-n190 {
    margin: -19rem !important;
  }

  .m-md-n200 {
    margin: -20rem !important;
  }

  .mx-md-n10 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-md-n20 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-md-n30 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-md-n35 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-md-n40 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-md-n50 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-md-n60 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-md-n70 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-md-n80 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-md-n90 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-md-n100 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-md-n110 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-md-n120 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-md-n130 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-md-n140 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-md-n150 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-md-n160 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .mx-md-n170 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }

  .mx-md-n180 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }

  .mx-md-n190 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }

  .mx-md-n200 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }

  .my-md-n10 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-md-n20 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-md-n30 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-md-n35 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-md-n40 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-md-n50 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-md-n60 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-md-n70 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-md-n80 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-md-n90 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-md-n100 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-md-n110 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-md-n120 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-md-n130 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-md-n140 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-md-n150 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-md-n160 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .my-md-n170 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }

  .my-md-n180 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .my-md-n190 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }

  .my-md-n200 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .mt-md-n10 {
    margin-top: -1rem !important;
  }

  .mt-md-n20 {
    margin-top: -2rem !important;
  }

  .mt-md-n30 {
    margin-top: -3rem !important;
  }

  .mt-md-n35 {
    margin-top: -3.5rem !important;
  }

  .mt-md-n40 {
    margin-top: -4rem !important;
  }

  .mt-md-n50 {
    margin-top: -5rem !important;
  }

  .mt-md-n60 {
    margin-top: -6rem !important;
  }

  .mt-md-n70 {
    margin-top: -7rem !important;
  }

  .mt-md-n80 {
    margin-top: -8rem !important;
  }

  .mt-md-n90 {
    margin-top: -9rem !important;
  }

  .mt-md-n100 {
    margin-top: -10rem !important;
  }

  .mt-md-n110 {
    margin-top: -11rem !important;
  }

  .mt-md-n120 {
    margin-top: -12rem !important;
  }

  .mt-md-n130 {
    margin-top: -13rem !important;
  }

  .mt-md-n140 {
    margin-top: -14rem !important;
  }

  .mt-md-n150 {
    margin-top: -15rem !important;
  }

  .mt-md-n160 {
    margin-top: -16rem !important;
  }

  .mt-md-n170 {
    margin-top: -17rem !important;
  }

  .mt-md-n180 {
    margin-top: -18rem !important;
  }

  .mt-md-n190 {
    margin-top: -19rem !important;
  }

  .mt-md-n200 {
    margin-top: -20rem !important;
  }

  .me-md-n10 {
    margin-right: -1rem !important;
  }

  .me-md-n20 {
    margin-right: -2rem !important;
  }

  .me-md-n30 {
    margin-right: -3rem !important;
  }

  .me-md-n35 {
    margin-right: -3.5rem !important;
  }

  .me-md-n40 {
    margin-right: -4rem !important;
  }

  .me-md-n50 {
    margin-right: -5rem !important;
  }

  .me-md-n60 {
    margin-right: -6rem !important;
  }

  .me-md-n70 {
    margin-right: -7rem !important;
  }

  .me-md-n80 {
    margin-right: -8rem !important;
  }

  .me-md-n90 {
    margin-right: -9rem !important;
  }

  .me-md-n100 {
    margin-right: -10rem !important;
  }

  .me-md-n110 {
    margin-right: -11rem !important;
  }

  .me-md-n120 {
    margin-right: -12rem !important;
  }

  .me-md-n130 {
    margin-right: -13rem !important;
  }

  .me-md-n140 {
    margin-right: -14rem !important;
  }

  .me-md-n150 {
    margin-right: -15rem !important;
  }

  .me-md-n160 {
    margin-right: -16rem !important;
  }

  .me-md-n170 {
    margin-right: -17rem !important;
  }

  .me-md-n180 {
    margin-right: -18rem !important;
  }

  .me-md-n190 {
    margin-right: -19rem !important;
  }

  .me-md-n200 {
    margin-right: -20rem !important;
  }

  .mb-md-n10 {
    margin-bottom: -1rem !important;
  }

  .mb-md-n20 {
    margin-bottom: -2rem !important;
  }

  .mb-md-n30 {
    margin-bottom: -3rem !important;
  }

  .mb-md-n35 {
    margin-bottom: -3.5rem !important;
  }

  .mb-md-n40 {
    margin-bottom: -4rem !important;
  }

  .mb-md-n50 {
    margin-bottom: -5rem !important;
  }

  .mb-md-n60 {
    margin-bottom: -6rem !important;
  }

  .mb-md-n70 {
    margin-bottom: -7rem !important;
  }

  .mb-md-n80 {
    margin-bottom: -8rem !important;
  }

  .mb-md-n90 {
    margin-bottom: -9rem !important;
  }

  .mb-md-n100 {
    margin-bottom: -10rem !important;
  }

  .mb-md-n110 {
    margin-bottom: -11rem !important;
  }

  .mb-md-n120 {
    margin-bottom: -12rem !important;
  }

  .mb-md-n130 {
    margin-bottom: -13rem !important;
  }

  .mb-md-n140 {
    margin-bottom: -14rem !important;
  }

  .mb-md-n150 {
    margin-bottom: -15rem !important;
  }

  .mb-md-n160 {
    margin-bottom: -16rem !important;
  }

  .mb-md-n170 {
    margin-bottom: -17rem !important;
  }

  .mb-md-n180 {
    margin-bottom: -18rem !important;
  }

  .mb-md-n190 {
    margin-bottom: -19rem !important;
  }

  .mb-md-n200 {
    margin-bottom: -20rem !important;
  }

  .ms-md-n10 {
    margin-left: -1rem !important;
  }

  .ms-md-n20 {
    margin-left: -2rem !important;
  }

  .ms-md-n30 {
    margin-left: -3rem !important;
  }

  .ms-md-n35 {
    margin-left: -3.5rem !important;
  }

  .ms-md-n40 {
    margin-left: -4rem !important;
  }

  .ms-md-n50 {
    margin-left: -5rem !important;
  }

  .ms-md-n60 {
    margin-left: -6rem !important;
  }

  .ms-md-n70 {
    margin-left: -7rem !important;
  }

  .ms-md-n80 {
    margin-left: -8rem !important;
  }

  .ms-md-n90 {
    margin-left: -9rem !important;
  }

  .ms-md-n100 {
    margin-left: -10rem !important;
  }

  .ms-md-n110 {
    margin-left: -11rem !important;
  }

  .ms-md-n120 {
    margin-left: -12rem !important;
  }

  .ms-md-n130 {
    margin-left: -13rem !important;
  }

  .ms-md-n140 {
    margin-left: -14rem !important;
  }

  .ms-md-n150 {
    margin-left: -15rem !important;
  }

  .ms-md-n160 {
    margin-left: -16rem !important;
  }

  .ms-md-n170 {
    margin-left: -17rem !important;
  }

  .ms-md-n180 {
    margin-left: -18rem !important;
  }

  .ms-md-n190 {
    margin-left: -19rem !important;
  }

  .ms-md-n200 {
    margin-left: -20rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-10 {
    padding: 1rem !important;
  }

  .p-md-20 {
    padding: 2rem !important;
  }

  .p-md-30 {
    padding: 3rem !important;
  }

  .p-md-35 {
    padding: 3.5rem !important;
  }

  .p-md-40 {
    padding: 4rem !important;
  }

  .p-md-50 {
    padding: 5rem !important;
  }

  .p-md-60 {
    padding: 6rem !important;
  }

  .p-md-70 {
    padding: 7rem !important;
  }

  .p-md-80 {
    padding: 8rem !important;
  }

  .p-md-90 {
    padding: 9rem !important;
  }

  .p-md-100 {
    padding: 10rem !important;
  }

  .p-md-110 {
    padding: 11rem !important;
  }

  .p-md-120 {
    padding: 12rem !important;
  }

  .p-md-130 {
    padding: 13rem !important;
  }

  .p-md-140 {
    padding: 14rem !important;
  }

  .p-md-150 {
    padding: 15rem !important;
  }

  .p-md-160 {
    padding: 16rem !important;
  }

  .p-md-170 {
    padding: 17rem !important;
  }

  .p-md-180 {
    padding: 18rem !important;
  }

  .p-md-190 {
    padding: 19rem !important;
  }

  .p-md-200 {
    padding: 20rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-md-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-md-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-md-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-md-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-md-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-md-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-md-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-md-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-md-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-md-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-md-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-md-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-md-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-md-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-md-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-md-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .px-md-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }

  .px-md-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-md-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-md-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-md-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-md-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-md-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-md-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-md-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-md-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-md-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-md-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-md-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-md-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-md-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-md-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-md-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-md-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-md-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .py-md-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .py-md-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-md-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-10 {
    padding-top: 1rem !important;
  }

  .pt-md-20 {
    padding-top: 2rem !important;
  }

  .pt-md-30 {
    padding-top: 3rem !important;
  }

  .pt-md-35 {
    padding-top: 3.5rem !important;
  }

  .pt-md-40 {
    padding-top: 4rem !important;
  }

  .pt-md-50 {
    padding-top: 5rem !important;
  }

  .pt-md-60 {
    padding-top: 6rem !important;
  }

  .pt-md-70 {
    padding-top: 7rem !important;
  }

  .pt-md-80 {
    padding-top: 8rem !important;
  }

  .pt-md-90 {
    padding-top: 9rem !important;
  }

  .pt-md-100 {
    padding-top: 10rem !important;
  }

  .pt-md-110 {
    padding-top: 11rem !important;
  }

  .pt-md-120 {
    padding-top: 12rem !important;
  }

  .pt-md-130 {
    padding-top: 13rem !important;
  }

  .pt-md-140 {
    padding-top: 14rem !important;
  }

  .pt-md-150 {
    padding-top: 15rem !important;
  }

  .pt-md-160 {
    padding-top: 16rem !important;
  }

  .pt-md-170 {
    padding-top: 17rem !important;
  }

  .pt-md-180 {
    padding-top: 18rem !important;
  }

  .pt-md-190 {
    padding-top: 19rem !important;
  }

  .pt-md-200 {
    padding-top: 20rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-10 {
    padding-right: 1rem !important;
  }

  .pe-md-20 {
    padding-right: 2rem !important;
  }

  .pe-md-30 {
    padding-right: 3rem !important;
  }

  .pe-md-35 {
    padding-right: 3.5rem !important;
  }

  .pe-md-40 {
    padding-right: 4rem !important;
  }

  .pe-md-50 {
    padding-right: 5rem !important;
  }

  .pe-md-60 {
    padding-right: 6rem !important;
  }

  .pe-md-70 {
    padding-right: 7rem !important;
  }

  .pe-md-80 {
    padding-right: 8rem !important;
  }

  .pe-md-90 {
    padding-right: 9rem !important;
  }

  .pe-md-100 {
    padding-right: 10rem !important;
  }

  .pe-md-110 {
    padding-right: 11rem !important;
  }

  .pe-md-120 {
    padding-right: 12rem !important;
  }

  .pe-md-130 {
    padding-right: 13rem !important;
  }

  .pe-md-140 {
    padding-right: 14rem !important;
  }

  .pe-md-150 {
    padding-right: 15rem !important;
  }

  .pe-md-160 {
    padding-right: 16rem !important;
  }

  .pe-md-170 {
    padding-right: 17rem !important;
  }

  .pe-md-180 {
    padding-right: 18rem !important;
  }

  .pe-md-190 {
    padding-right: 19rem !important;
  }

  .pe-md-200 {
    padding-right: 20rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-10 {
    padding-bottom: 1rem !important;
  }

  .pb-md-20 {
    padding-bottom: 2rem !important;
  }

  .pb-md-30 {
    padding-bottom: 3rem !important;
  }

  .pb-md-35 {
    padding-bottom: 3.5rem !important;
  }

  .pb-md-40 {
    padding-bottom: 4rem !important;
  }

  .pb-md-50 {
    padding-bottom: 5rem !important;
  }

  .pb-md-60 {
    padding-bottom: 6rem !important;
  }

  .pb-md-70 {
    padding-bottom: 7rem !important;
  }

  .pb-md-80 {
    padding-bottom: 8rem !important;
  }

  .pb-md-90 {
    padding-bottom: 9rem !important;
  }

  .pb-md-100 {
    padding-bottom: 10rem !important;
  }

  .pb-md-110 {
    padding-bottom: 11rem !important;
  }

  .pb-md-120 {
    padding-bottom: 12rem !important;
  }

  .pb-md-130 {
    padding-bottom: 13rem !important;
  }

  .pb-md-140 {
    padding-bottom: 14rem !important;
  }

  .pb-md-150 {
    padding-bottom: 15rem !important;
  }

  .pb-md-160 {
    padding-bottom: 16rem !important;
  }

  .pb-md-170 {
    padding-bottom: 17rem !important;
  }

  .pb-md-180 {
    padding-bottom: 18rem !important;
  }

  .pb-md-190 {
    padding-bottom: 19rem !important;
  }

  .pb-md-200 {
    padding-bottom: 20rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-10 {
    padding-left: 1rem !important;
  }

  .ps-md-20 {
    padding-left: 2rem !important;
  }

  .ps-md-30 {
    padding-left: 3rem !important;
  }

  .ps-md-35 {
    padding-left: 3.5rem !important;
  }

  .ps-md-40 {
    padding-left: 4rem !important;
  }

  .ps-md-50 {
    padding-left: 5rem !important;
  }

  .ps-md-60 {
    padding-left: 6rem !important;
  }

  .ps-md-70 {
    padding-left: 7rem !important;
  }

  .ps-md-80 {
    padding-left: 8rem !important;
  }

  .ps-md-90 {
    padding-left: 9rem !important;
  }

  .ps-md-100 {
    padding-left: 10rem !important;
  }

  .ps-md-110 {
    padding-left: 11rem !important;
  }

  .ps-md-120 {
    padding-left: 12rem !important;
  }

  .ps-md-130 {
    padding-left: 13rem !important;
  }

  .ps-md-140 {
    padding-left: 14rem !important;
  }

  .ps-md-150 {
    padding-left: 15rem !important;
  }

  .ps-md-160 {
    padding-left: 16rem !important;
  }

  .ps-md-170 {
    padding-left: 17rem !important;
  }

  .ps-md-180 {
    padding-left: 18rem !important;
  }

  .ps-md-190 {
    padding-left: 19rem !important;
  }

  .ps-md-200 {
    padding-left: 20rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-10 {
    margin: 1rem !important;
  }

  .m-lg-20 {
    margin: 2rem !important;
  }

  .m-lg-30 {
    margin: 3rem !important;
  }

  .m-lg-35 {
    margin: 3.5rem !important;
  }

  .m-lg-40 {
    margin: 4rem !important;
  }

  .m-lg-50 {
    margin: 5rem !important;
  }

  .m-lg-60 {
    margin: 6rem !important;
  }

  .m-lg-70 {
    margin: 7rem !important;
  }

  .m-lg-80 {
    margin: 8rem !important;
  }

  .m-lg-90 {
    margin: 9rem !important;
  }

  .m-lg-100 {
    margin: 10rem !important;
  }

  .m-lg-110 {
    margin: 11rem !important;
  }

  .m-lg-120 {
    margin: 12rem !important;
  }

  .m-lg-130 {
    margin: 13rem !important;
  }

  .m-lg-140 {
    margin: 14rem !important;
  }

  .m-lg-150 {
    margin: 15rem !important;
  }

  .m-lg-160 {
    margin: 16rem !important;
  }

  .m-lg-170 {
    margin: 17rem !important;
  }

  .m-lg-180 {
    margin: 18rem !important;
  }

  .m-lg-190 {
    margin: 19rem !important;
  }

  .m-lg-200 {
    margin: 20rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-lg-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-lg-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-lg-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-lg-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-lg-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-lg-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-lg-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-lg-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-lg-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-lg-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-lg-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-lg-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-lg-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-lg-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-lg-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }

  .mx-lg-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }

  .mx-lg-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-lg-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !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-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-lg-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-lg-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-lg-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-lg-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-lg-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-lg-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-lg-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-lg-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-lg-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-lg-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-lg-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-lg-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-lg-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-lg-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-lg-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .my-lg-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .my-lg-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-lg-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-10 {
    margin-top: 1rem !important;
  }

  .mt-lg-20 {
    margin-top: 2rem !important;
  }

  .mt-lg-30 {
    margin-top: 3rem !important;
  }

  .mt-lg-35 {
    margin-top: 3.5rem !important;
  }

  .mt-lg-40 {
    margin-top: 4rem !important;
  }

  .mt-lg-50 {
    margin-top: 5rem !important;
  }

  .mt-lg-60 {
    margin-top: 6rem !important;
  }

  .mt-lg-70 {
    margin-top: 7rem !important;
  }

  .mt-lg-80 {
    margin-top: 8rem !important;
  }

  .mt-lg-90 {
    margin-top: 9rem !important;
  }

  .mt-lg-100 {
    margin-top: 10rem !important;
  }

  .mt-lg-110 {
    margin-top: 11rem !important;
  }

  .mt-lg-120 {
    margin-top: 12rem !important;
  }

  .mt-lg-130 {
    margin-top: 13rem !important;
  }

  .mt-lg-140 {
    margin-top: 14rem !important;
  }

  .mt-lg-150 {
    margin-top: 15rem !important;
  }

  .mt-lg-160 {
    margin-top: 16rem !important;
  }

  .mt-lg-170 {
    margin-top: 17rem !important;
  }

  .mt-lg-180 {
    margin-top: 18rem !important;
  }

  .mt-lg-190 {
    margin-top: 19rem !important;
  }

  .mt-lg-200 {
    margin-top: 20rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-10 {
    margin-right: 1rem !important;
  }

  .me-lg-20 {
    margin-right: 2rem !important;
  }

  .me-lg-30 {
    margin-right: 3rem !important;
  }

  .me-lg-35 {
    margin-right: 3.5rem !important;
  }

  .me-lg-40 {
    margin-right: 4rem !important;
  }

  .me-lg-50 {
    margin-right: 5rem !important;
  }

  .me-lg-60 {
    margin-right: 6rem !important;
  }

  .me-lg-70 {
    margin-right: 7rem !important;
  }

  .me-lg-80 {
    margin-right: 8rem !important;
  }

  .me-lg-90 {
    margin-right: 9rem !important;
  }

  .me-lg-100 {
    margin-right: 10rem !important;
  }

  .me-lg-110 {
    margin-right: 11rem !important;
  }

  .me-lg-120 {
    margin-right: 12rem !important;
  }

  .me-lg-130 {
    margin-right: 13rem !important;
  }

  .me-lg-140 {
    margin-right: 14rem !important;
  }

  .me-lg-150 {
    margin-right: 15rem !important;
  }

  .me-lg-160 {
    margin-right: 16rem !important;
  }

  .me-lg-170 {
    margin-right: 17rem !important;
  }

  .me-lg-180 {
    margin-right: 18rem !important;
  }

  .me-lg-190 {
    margin-right: 19rem !important;
  }

  .me-lg-200 {
    margin-right: 20rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-10 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-20 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-30 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-35 {
    margin-bottom: 3.5rem !important;
  }

  .mb-lg-40 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-50 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-60 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-70 {
    margin-bottom: 7rem !important;
  }

  .mb-lg-80 {
    margin-bottom: 8rem !important;
  }

  .mb-lg-90 {
    margin-bottom: 9rem !important;
  }

  .mb-lg-100 {
    margin-bottom: 10rem !important;
  }

  .mb-lg-110 {
    margin-bottom: 11rem !important;
  }

  .mb-lg-120 {
    margin-bottom: 12rem !important;
  }

  .mb-lg-130 {
    margin-bottom: 13rem !important;
  }

  .mb-lg-140 {
    margin-bottom: 14rem !important;
  }

  .mb-lg-150 {
    margin-bottom: 15rem !important;
  }

  .mb-lg-160 {
    margin-bottom: 16rem !important;
  }

  .mb-lg-170 {
    margin-bottom: 17rem !important;
  }

  .mb-lg-180 {
    margin-bottom: 18rem !important;
  }

  .mb-lg-190 {
    margin-bottom: 19rem !important;
  }

  .mb-lg-200 {
    margin-bottom: 20rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-10 {
    margin-left: 1rem !important;
  }

  .ms-lg-20 {
    margin-left: 2rem !important;
  }

  .ms-lg-30 {
    margin-left: 3rem !important;
  }

  .ms-lg-35 {
    margin-left: 3.5rem !important;
  }

  .ms-lg-40 {
    margin-left: 4rem !important;
  }

  .ms-lg-50 {
    margin-left: 5rem !important;
  }

  .ms-lg-60 {
    margin-left: 6rem !important;
  }

  .ms-lg-70 {
    margin-left: 7rem !important;
  }

  .ms-lg-80 {
    margin-left: 8rem !important;
  }

  .ms-lg-90 {
    margin-left: 9rem !important;
  }

  .ms-lg-100 {
    margin-left: 10rem !important;
  }

  .ms-lg-110 {
    margin-left: 11rem !important;
  }

  .ms-lg-120 {
    margin-left: 12rem !important;
  }

  .ms-lg-130 {
    margin-left: 13rem !important;
  }

  .ms-lg-140 {
    margin-left: 14rem !important;
  }

  .ms-lg-150 {
    margin-left: 15rem !important;
  }

  .ms-lg-160 {
    margin-left: 16rem !important;
  }

  .ms-lg-170 {
    margin-left: 17rem !important;
  }

  .ms-lg-180 {
    margin-left: 18rem !important;
  }

  .ms-lg-190 {
    margin-left: 19rem !important;
  }

  .ms-lg-200 {
    margin-left: 20rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-n10 {
    margin: -1rem !important;
  }

  .m-lg-n20 {
    margin: -2rem !important;
  }

  .m-lg-n30 {
    margin: -3rem !important;
  }

  .m-lg-n35 {
    margin: -3.5rem !important;
  }

  .m-lg-n40 {
    margin: -4rem !important;
  }

  .m-lg-n50 {
    margin: -5rem !important;
  }

  .m-lg-n60 {
    margin: -6rem !important;
  }

  .m-lg-n70 {
    margin: -7rem !important;
  }

  .m-lg-n80 {
    margin: -8rem !important;
  }

  .m-lg-n90 {
    margin: -9rem !important;
  }

  .m-lg-n100 {
    margin: -10rem !important;
  }

  .m-lg-n110 {
    margin: -11rem !important;
  }

  .m-lg-n120 {
    margin: -12rem !important;
  }

  .m-lg-n130 {
    margin: -13rem !important;
  }

  .m-lg-n140 {
    margin: -14rem !important;
  }

  .m-lg-n150 {
    margin: -15rem !important;
  }

  .m-lg-n160 {
    margin: -16rem !important;
  }

  .m-lg-n170 {
    margin: -17rem !important;
  }

  .m-lg-n180 {
    margin: -18rem !important;
  }

  .m-lg-n190 {
    margin: -19rem !important;
  }

  .m-lg-n200 {
    margin: -20rem !important;
  }

  .mx-lg-n10 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lg-n20 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-lg-n30 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-lg-n35 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-lg-n40 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-lg-n50 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-lg-n60 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-lg-n70 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-lg-n80 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-lg-n90 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-lg-n100 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-lg-n110 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-lg-n120 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-lg-n130 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-lg-n140 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-lg-n150 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-lg-n160 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .mx-lg-n170 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }

  .mx-lg-n180 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }

  .mx-lg-n190 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }

  .mx-lg-n200 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }

  .my-lg-n10 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg-n20 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-lg-n30 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-lg-n35 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-lg-n40 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-lg-n50 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-lg-n60 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-lg-n70 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-lg-n80 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-lg-n90 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-lg-n100 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-lg-n110 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-lg-n120 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-lg-n130 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-lg-n140 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-lg-n150 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-lg-n160 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .my-lg-n170 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }

  .my-lg-n180 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .my-lg-n190 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }

  .my-lg-n200 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .mt-lg-n10 {
    margin-top: -1rem !important;
  }

  .mt-lg-n20 {
    margin-top: -2rem !important;
  }

  .mt-lg-n30 {
    margin-top: -3rem !important;
  }

  .mt-lg-n35 {
    margin-top: -3.5rem !important;
  }

  .mt-lg-n40 {
    margin-top: -4rem !important;
  }

  .mt-lg-n50 {
    margin-top: -5rem !important;
  }

  .mt-lg-n60 {
    margin-top: -6rem !important;
  }

  .mt-lg-n70 {
    margin-top: -7rem !important;
  }

  .mt-lg-n80 {
    margin-top: -8rem !important;
  }

  .mt-lg-n90 {
    margin-top: -9rem !important;
  }

  .mt-lg-n100 {
    margin-top: -10rem !important;
  }

  .mt-lg-n110 {
    margin-top: -11rem !important;
  }

  .mt-lg-n120 {
    margin-top: -12rem !important;
  }

  .mt-lg-n130 {
    margin-top: -13rem !important;
  }

  .mt-lg-n140 {
    margin-top: -14rem !important;
  }

  .mt-lg-n150 {
    margin-top: -15rem !important;
  }

  .mt-lg-n160 {
    margin-top: -16rem !important;
  }

  .mt-lg-n170 {
    margin-top: -17rem !important;
  }

  .mt-lg-n180 {
    margin-top: -18rem !important;
  }

  .mt-lg-n190 {
    margin-top: -19rem !important;
  }

  .mt-lg-n200 {
    margin-top: -20rem !important;
  }

  .me-lg-n10 {
    margin-right: -1rem !important;
  }

  .me-lg-n20 {
    margin-right: -2rem !important;
  }

  .me-lg-n30 {
    margin-right: -3rem !important;
  }

  .me-lg-n35 {
    margin-right: -3.5rem !important;
  }

  .me-lg-n40 {
    margin-right: -4rem !important;
  }

  .me-lg-n50 {
    margin-right: -5rem !important;
  }

  .me-lg-n60 {
    margin-right: -6rem !important;
  }

  .me-lg-n70 {
    margin-right: -7rem !important;
  }

  .me-lg-n80 {
    margin-right: -8rem !important;
  }

  .me-lg-n90 {
    margin-right: -9rem !important;
  }

  .me-lg-n100 {
    margin-right: -10rem !important;
  }

  .me-lg-n110 {
    margin-right: -11rem !important;
  }

  .me-lg-n120 {
    margin-right: -12rem !important;
  }

  .me-lg-n130 {
    margin-right: -13rem !important;
  }

  .me-lg-n140 {
    margin-right: -14rem !important;
  }

  .me-lg-n150 {
    margin-right: -15rem !important;
  }

  .me-lg-n160 {
    margin-right: -16rem !important;
  }

  .me-lg-n170 {
    margin-right: -17rem !important;
  }

  .me-lg-n180 {
    margin-right: -18rem !important;
  }

  .me-lg-n190 {
    margin-right: -19rem !important;
  }

  .me-lg-n200 {
    margin-right: -20rem !important;
  }

  .mb-lg-n10 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-n20 {
    margin-bottom: -2rem !important;
  }

  .mb-lg-n30 {
    margin-bottom: -3rem !important;
  }

  .mb-lg-n35 {
    margin-bottom: -3.5rem !important;
  }

  .mb-lg-n40 {
    margin-bottom: -4rem !important;
  }

  .mb-lg-n50 {
    margin-bottom: -5rem !important;
  }

  .mb-lg-n60 {
    margin-bottom: -6rem !important;
  }

  .mb-lg-n70 {
    margin-bottom: -7rem !important;
  }

  .mb-lg-n80 {
    margin-bottom: -8rem !important;
  }

  .mb-lg-n90 {
    margin-bottom: -9rem !important;
  }

  .mb-lg-n100 {
    margin-bottom: -10rem !important;
  }

  .mb-lg-n110 {
    margin-bottom: -11rem !important;
  }

  .mb-lg-n120 {
    margin-bottom: -12rem !important;
  }

  .mb-lg-n130 {
    margin-bottom: -13rem !important;
  }

  .mb-lg-n140 {
    margin-bottom: -14rem !important;
  }

  .mb-lg-n150 {
    margin-bottom: -15rem !important;
  }

  .mb-lg-n160 {
    margin-bottom: -16rem !important;
  }

  .mb-lg-n170 {
    margin-bottom: -17rem !important;
  }

  .mb-lg-n180 {
    margin-bottom: -18rem !important;
  }

  .mb-lg-n190 {
    margin-bottom: -19rem !important;
  }

  .mb-lg-n200 {
    margin-bottom: -20rem !important;
  }

  .ms-lg-n10 {
    margin-left: -1rem !important;
  }

  .ms-lg-n20 {
    margin-left: -2rem !important;
  }

  .ms-lg-n30 {
    margin-left: -3rem !important;
  }

  .ms-lg-n35 {
    margin-left: -3.5rem !important;
  }

  .ms-lg-n40 {
    margin-left: -4rem !important;
  }

  .ms-lg-n50 {
    margin-left: -5rem !important;
  }

  .ms-lg-n60 {
    margin-left: -6rem !important;
  }

  .ms-lg-n70 {
    margin-left: -7rem !important;
  }

  .ms-lg-n80 {
    margin-left: -8rem !important;
  }

  .ms-lg-n90 {
    margin-left: -9rem !important;
  }

  .ms-lg-n100 {
    margin-left: -10rem !important;
  }

  .ms-lg-n110 {
    margin-left: -11rem !important;
  }

  .ms-lg-n120 {
    margin-left: -12rem !important;
  }

  .ms-lg-n130 {
    margin-left: -13rem !important;
  }

  .ms-lg-n140 {
    margin-left: -14rem !important;
  }

  .ms-lg-n150 {
    margin-left: -15rem !important;
  }

  .ms-lg-n160 {
    margin-left: -16rem !important;
  }

  .ms-lg-n170 {
    margin-left: -17rem !important;
  }

  .ms-lg-n180 {
    margin-left: -18rem !important;
  }

  .ms-lg-n190 {
    margin-left: -19rem !important;
  }

  .ms-lg-n200 {
    margin-left: -20rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-10 {
    padding: 1rem !important;
  }

  .p-lg-20 {
    padding: 2rem !important;
  }

  .p-lg-30 {
    padding: 3rem !important;
  }

  .p-lg-35 {
    padding: 3.5rem !important;
  }

  .p-lg-40 {
    padding: 4rem !important;
  }

  .p-lg-50 {
    padding: 5rem !important;
  }

  .p-lg-60 {
    padding: 6rem !important;
  }

  .p-lg-70 {
    padding: 7rem !important;
  }

  .p-lg-80 {
    padding: 8rem !important;
  }

  .p-lg-90 {
    padding: 9rem !important;
  }

  .p-lg-100 {
    padding: 10rem !important;
  }

  .p-lg-110 {
    padding: 11rem !important;
  }

  .p-lg-120 {
    padding: 12rem !important;
  }

  .p-lg-130 {
    padding: 13rem !important;
  }

  .p-lg-140 {
    padding: 14rem !important;
  }

  .p-lg-150 {
    padding: 15rem !important;
  }

  .p-lg-160 {
    padding: 16rem !important;
  }

  .p-lg-170 {
    padding: 17rem !important;
  }

  .p-lg-180 {
    padding: 18rem !important;
  }

  .p-lg-190 {
    padding: 19rem !important;
  }

  .p-lg-200 {
    padding: 20rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-lg-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-lg-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-lg-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-lg-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-lg-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-lg-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-lg-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-lg-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-lg-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-lg-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-lg-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-lg-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-lg-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-lg-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-lg-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .px-lg-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }

  .px-lg-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-lg-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-lg-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-lg-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-lg-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-lg-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-lg-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-lg-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-lg-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-lg-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-lg-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-lg-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-lg-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-lg-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-lg-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-lg-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-lg-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .py-lg-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .py-lg-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-lg-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-10 {
    padding-top: 1rem !important;
  }

  .pt-lg-20 {
    padding-top: 2rem !important;
  }

  .pt-lg-30 {
    padding-top: 3rem !important;
  }

  .pt-lg-35 {
    padding-top: 3.5rem !important;
  }

  .pt-lg-40 {
    padding-top: 4rem !important;
  }

  .pt-lg-50 {
    padding-top: 5rem !important;
  }

  .pt-lg-60 {
    padding-top: 6rem !important;
  }

  .pt-lg-70 {
    padding-top: 7rem !important;
  }

  .pt-lg-80 {
    padding-top: 8rem !important;
  }

  .pt-lg-90 {
    padding-top: 9rem !important;
  }

  .pt-lg-100 {
    padding-top: 10rem !important;
  }

  .pt-lg-110 {
    padding-top: 11rem !important;
  }

  .pt-lg-120 {
    padding-top: 12rem !important;
  }

  .pt-lg-130 {
    padding-top: 13rem !important;
  }

  .pt-lg-140 {
    padding-top: 14rem !important;
  }

  .pt-lg-150 {
    padding-top: 15rem !important;
  }

  .pt-lg-160 {
    padding-top: 16rem !important;
  }

  .pt-lg-170 {
    padding-top: 17rem !important;
  }

  .pt-lg-180 {
    padding-top: 18rem !important;
  }

  .pt-lg-190 {
    padding-top: 19rem !important;
  }

  .pt-lg-200 {
    padding-top: 20rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-10 {
    padding-right: 1rem !important;
  }

  .pe-lg-20 {
    padding-right: 2rem !important;
  }

  .pe-lg-30 {
    padding-right: 3rem !important;
  }

  .pe-lg-35 {
    padding-right: 3.5rem !important;
  }

  .pe-lg-40 {
    padding-right: 4rem !important;
  }

  .pe-lg-50 {
    padding-right: 5rem !important;
  }

  .pe-lg-60 {
    padding-right: 6rem !important;
  }

  .pe-lg-70 {
    padding-right: 7rem !important;
  }

  .pe-lg-80 {
    padding-right: 8rem !important;
  }

  .pe-lg-90 {
    padding-right: 9rem !important;
  }

  .pe-lg-100 {
    padding-right: 10rem !important;
  }

  .pe-lg-110 {
    padding-right: 11rem !important;
  }

  .pe-lg-120 {
    padding-right: 12rem !important;
  }

  .pe-lg-130 {
    padding-right: 13rem !important;
  }

  .pe-lg-140 {
    padding-right: 14rem !important;
  }

  .pe-lg-150 {
    padding-right: 15rem !important;
  }

  .pe-lg-160 {
    padding-right: 16rem !important;
  }

  .pe-lg-170 {
    padding-right: 17rem !important;
  }

  .pe-lg-180 {
    padding-right: 18rem !important;
  }

  .pe-lg-190 {
    padding-right: 19rem !important;
  }

  .pe-lg-200 {
    padding-right: 20rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-10 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-20 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-30 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-35 {
    padding-bottom: 3.5rem !important;
  }

  .pb-lg-40 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-50 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-60 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-70 {
    padding-bottom: 7rem !important;
  }

  .pb-lg-80 {
    padding-bottom: 8rem !important;
  }

  .pb-lg-90 {
    padding-bottom: 9rem !important;
  }

  .pb-lg-100 {
    padding-bottom: 10rem !important;
  }

  .pb-lg-110 {
    padding-bottom: 11rem !important;
  }

  .pb-lg-120 {
    padding-bottom: 12rem !important;
  }

  .pb-lg-130 {
    padding-bottom: 13rem !important;
  }

  .pb-lg-140 {
    padding-bottom: 14rem !important;
  }

  .pb-lg-150 {
    padding-bottom: 15rem !important;
  }

  .pb-lg-160 {
    padding-bottom: 16rem !important;
  }

  .pb-lg-170 {
    padding-bottom: 17rem !important;
  }

  .pb-lg-180 {
    padding-bottom: 18rem !important;
  }

  .pb-lg-190 {
    padding-bottom: 19rem !important;
  }

  .pb-lg-200 {
    padding-bottom: 20rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-10 {
    padding-left: 1rem !important;
  }

  .ps-lg-20 {
    padding-left: 2rem !important;
  }

  .ps-lg-30 {
    padding-left: 3rem !important;
  }

  .ps-lg-35 {
    padding-left: 3.5rem !important;
  }

  .ps-lg-40 {
    padding-left: 4rem !important;
  }

  .ps-lg-50 {
    padding-left: 5rem !important;
  }

  .ps-lg-60 {
    padding-left: 6rem !important;
  }

  .ps-lg-70 {
    padding-left: 7rem !important;
  }

  .ps-lg-80 {
    padding-left: 8rem !important;
  }

  .ps-lg-90 {
    padding-left: 9rem !important;
  }

  .ps-lg-100 {
    padding-left: 10rem !important;
  }

  .ps-lg-110 {
    padding-left: 11rem !important;
  }

  .ps-lg-120 {
    padding-left: 12rem !important;
  }

  .ps-lg-130 {
    padding-left: 13rem !important;
  }

  .ps-lg-140 {
    padding-left: 14rem !important;
  }

  .ps-lg-150 {
    padding-left: 15rem !important;
  }

  .ps-lg-160 {
    padding-left: 16rem !important;
  }

  .ps-lg-170 {
    padding-left: 17rem !important;
  }

  .ps-lg-180 {
    padding-left: 18rem !important;
  }

  .ps-lg-190 {
    padding-left: 19rem !important;
  }

  .ps-lg-200 {
    padding-left: 20rem !important;
  }
}
@media (min-width: 1160px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-10 {
    margin: 1rem !important;
  }

  .m-xl-20 {
    margin: 2rem !important;
  }

  .m-xl-30 {
    margin: 3rem !important;
  }

  .m-xl-35 {
    margin: 3.5rem !important;
  }

  .m-xl-40 {
    margin: 4rem !important;
  }

  .m-xl-50 {
    margin: 5rem !important;
  }

  .m-xl-60 {
    margin: 6rem !important;
  }

  .m-xl-70 {
    margin: 7rem !important;
  }

  .m-xl-80 {
    margin: 8rem !important;
  }

  .m-xl-90 {
    margin: 9rem !important;
  }

  .m-xl-100 {
    margin: 10rem !important;
  }

  .m-xl-110 {
    margin: 11rem !important;
  }

  .m-xl-120 {
    margin: 12rem !important;
  }

  .m-xl-130 {
    margin: 13rem !important;
  }

  .m-xl-140 {
    margin: 14rem !important;
  }

  .m-xl-150 {
    margin: 15rem !important;
  }

  .m-xl-160 {
    margin: 16rem !important;
  }

  .m-xl-170 {
    margin: 17rem !important;
  }

  .m-xl-180 {
    margin: 18rem !important;
  }

  .m-xl-190 {
    margin: 19rem !important;
  }

  .m-xl-200 {
    margin: 20rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xl-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-xl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xl-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }

  .mx-xl-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }

  .mx-xl-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }

  .mx-xl-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }

  .mx-xl-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .mx-xl-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }

  .mx-xl-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }

  .mx-xl-130 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }

  .mx-xl-140 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }

  .mx-xl-150 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }

  .mx-xl-160 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }

  .mx-xl-170 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }

  .mx-xl-180 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }

  .mx-xl-190 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }

  .mx-xl-200 {
    margin-right: 20rem !important;
    margin-left: 20rem !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-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xl-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-xl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .my-xl-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .my-xl-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .my-xl-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .my-xl-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .my-xl-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .my-xl-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .my-xl-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .my-xl-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .my-xl-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .my-xl-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .my-xl-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }

  .my-xl-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .my-xl-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }

  .my-xl-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-10 {
    margin-top: 1rem !important;
  }

  .mt-xl-20 {
    margin-top: 2rem !important;
  }

  .mt-xl-30 {
    margin-top: 3rem !important;
  }

  .mt-xl-35 {
    margin-top: 3.5rem !important;
  }

  .mt-xl-40 {
    margin-top: 4rem !important;
  }

  .mt-xl-50 {
    margin-top: 5rem !important;
  }

  .mt-xl-60 {
    margin-top: 6rem !important;
  }

  .mt-xl-70 {
    margin-top: 7rem !important;
  }

  .mt-xl-80 {
    margin-top: 8rem !important;
  }

  .mt-xl-90 {
    margin-top: 9rem !important;
  }

  .mt-xl-100 {
    margin-top: 10rem !important;
  }

  .mt-xl-110 {
    margin-top: 11rem !important;
  }

  .mt-xl-120 {
    margin-top: 12rem !important;
  }

  .mt-xl-130 {
    margin-top: 13rem !important;
  }

  .mt-xl-140 {
    margin-top: 14rem !important;
  }

  .mt-xl-150 {
    margin-top: 15rem !important;
  }

  .mt-xl-160 {
    margin-top: 16rem !important;
  }

  .mt-xl-170 {
    margin-top: 17rem !important;
  }

  .mt-xl-180 {
    margin-top: 18rem !important;
  }

  .mt-xl-190 {
    margin-top: 19rem !important;
  }

  .mt-xl-200 {
    margin-top: 20rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-10 {
    margin-right: 1rem !important;
  }

  .me-xl-20 {
    margin-right: 2rem !important;
  }

  .me-xl-30 {
    margin-right: 3rem !important;
  }

  .me-xl-35 {
    margin-right: 3.5rem !important;
  }

  .me-xl-40 {
    margin-right: 4rem !important;
  }

  .me-xl-50 {
    margin-right: 5rem !important;
  }

  .me-xl-60 {
    margin-right: 6rem !important;
  }

  .me-xl-70 {
    margin-right: 7rem !important;
  }

  .me-xl-80 {
    margin-right: 8rem !important;
  }

  .me-xl-90 {
    margin-right: 9rem !important;
  }

  .me-xl-100 {
    margin-right: 10rem !important;
  }

  .me-xl-110 {
    margin-right: 11rem !important;
  }

  .me-xl-120 {
    margin-right: 12rem !important;
  }

  .me-xl-130 {
    margin-right: 13rem !important;
  }

  .me-xl-140 {
    margin-right: 14rem !important;
  }

  .me-xl-150 {
    margin-right: 15rem !important;
  }

  .me-xl-160 {
    margin-right: 16rem !important;
  }

  .me-xl-170 {
    margin-right: 17rem !important;
  }

  .me-xl-180 {
    margin-right: 18rem !important;
  }

  .me-xl-190 {
    margin-right: 19rem !important;
  }

  .me-xl-200 {
    margin-right: 20rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-10 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-20 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-30 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-35 {
    margin-bottom: 3.5rem !important;
  }

  .mb-xl-40 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-50 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-60 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-70 {
    margin-bottom: 7rem !important;
  }

  .mb-xl-80 {
    margin-bottom: 8rem !important;
  }

  .mb-xl-90 {
    margin-bottom: 9rem !important;
  }

  .mb-xl-100 {
    margin-bottom: 10rem !important;
  }

  .mb-xl-110 {
    margin-bottom: 11rem !important;
  }

  .mb-xl-120 {
    margin-bottom: 12rem !important;
  }

  .mb-xl-130 {
    margin-bottom: 13rem !important;
  }

  .mb-xl-140 {
    margin-bottom: 14rem !important;
  }

  .mb-xl-150 {
    margin-bottom: 15rem !important;
  }

  .mb-xl-160 {
    margin-bottom: 16rem !important;
  }

  .mb-xl-170 {
    margin-bottom: 17rem !important;
  }

  .mb-xl-180 {
    margin-bottom: 18rem !important;
  }

  .mb-xl-190 {
    margin-bottom: 19rem !important;
  }

  .mb-xl-200 {
    margin-bottom: 20rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-10 {
    margin-left: 1rem !important;
  }

  .ms-xl-20 {
    margin-left: 2rem !important;
  }

  .ms-xl-30 {
    margin-left: 3rem !important;
  }

  .ms-xl-35 {
    margin-left: 3.5rem !important;
  }

  .ms-xl-40 {
    margin-left: 4rem !important;
  }

  .ms-xl-50 {
    margin-left: 5rem !important;
  }

  .ms-xl-60 {
    margin-left: 6rem !important;
  }

  .ms-xl-70 {
    margin-left: 7rem !important;
  }

  .ms-xl-80 {
    margin-left: 8rem !important;
  }

  .ms-xl-90 {
    margin-left: 9rem !important;
  }

  .ms-xl-100 {
    margin-left: 10rem !important;
  }

  .ms-xl-110 {
    margin-left: 11rem !important;
  }

  .ms-xl-120 {
    margin-left: 12rem !important;
  }

  .ms-xl-130 {
    margin-left: 13rem !important;
  }

  .ms-xl-140 {
    margin-left: 14rem !important;
  }

  .ms-xl-150 {
    margin-left: 15rem !important;
  }

  .ms-xl-160 {
    margin-left: 16rem !important;
  }

  .ms-xl-170 {
    margin-left: 17rem !important;
  }

  .ms-xl-180 {
    margin-left: 18rem !important;
  }

  .ms-xl-190 {
    margin-left: 19rem !important;
  }

  .ms-xl-200 {
    margin-left: 20rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n10 {
    margin: -1rem !important;
  }

  .m-xl-n20 {
    margin: -2rem !important;
  }

  .m-xl-n30 {
    margin: -3rem !important;
  }

  .m-xl-n35 {
    margin: -3.5rem !important;
  }

  .m-xl-n40 {
    margin: -4rem !important;
  }

  .m-xl-n50 {
    margin: -5rem !important;
  }

  .m-xl-n60 {
    margin: -6rem !important;
  }

  .m-xl-n70 {
    margin: -7rem !important;
  }

  .m-xl-n80 {
    margin: -8rem !important;
  }

  .m-xl-n90 {
    margin: -9rem !important;
  }

  .m-xl-n100 {
    margin: -10rem !important;
  }

  .m-xl-n110 {
    margin: -11rem !important;
  }

  .m-xl-n120 {
    margin: -12rem !important;
  }

  .m-xl-n130 {
    margin: -13rem !important;
  }

  .m-xl-n140 {
    margin: -14rem !important;
  }

  .m-xl-n150 {
    margin: -15rem !important;
  }

  .m-xl-n160 {
    margin: -16rem !important;
  }

  .m-xl-n170 {
    margin: -17rem !important;
  }

  .m-xl-n180 {
    margin: -18rem !important;
  }

  .m-xl-n190 {
    margin: -19rem !important;
  }

  .m-xl-n200 {
    margin: -20rem !important;
  }

  .mx-xl-n10 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n20 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xl-n30 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xl-n35 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-xl-n40 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-xl-n50 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .mx-xl-n60 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }

  .mx-xl-n70 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }

  .mx-xl-n80 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }

  .mx-xl-n90 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }

  .mx-xl-n100 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }

  .mx-xl-n110 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }

  .mx-xl-n120 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }

  .mx-xl-n130 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }

  .mx-xl-n140 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }

  .mx-xl-n150 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }

  .mx-xl-n160 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }

  .mx-xl-n170 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }

  .mx-xl-n180 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }

  .mx-xl-n190 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }

  .mx-xl-n200 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }

  .my-xl-n10 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n20 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xl-n30 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xl-n35 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-xl-n40 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-xl-n50 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .my-xl-n60 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .my-xl-n70 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .my-xl-n80 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .my-xl-n90 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .my-xl-n100 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .my-xl-n110 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .my-xl-n120 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .my-xl-n130 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .my-xl-n140 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .my-xl-n150 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .my-xl-n160 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .my-xl-n170 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }

  .my-xl-n180 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .my-xl-n190 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }

  .my-xl-n200 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .mt-xl-n10 {
    margin-top: -1rem !important;
  }

  .mt-xl-n20 {
    margin-top: -2rem !important;
  }

  .mt-xl-n30 {
    margin-top: -3rem !important;
  }

  .mt-xl-n35 {
    margin-top: -3.5rem !important;
  }

  .mt-xl-n40 {
    margin-top: -4rem !important;
  }

  .mt-xl-n50 {
    margin-top: -5rem !important;
  }

  .mt-xl-n60 {
    margin-top: -6rem !important;
  }

  .mt-xl-n70 {
    margin-top: -7rem !important;
  }

  .mt-xl-n80 {
    margin-top: -8rem !important;
  }

  .mt-xl-n90 {
    margin-top: -9rem !important;
  }

  .mt-xl-n100 {
    margin-top: -10rem !important;
  }

  .mt-xl-n110 {
    margin-top: -11rem !important;
  }

  .mt-xl-n120 {
    margin-top: -12rem !important;
  }

  .mt-xl-n130 {
    margin-top: -13rem !important;
  }

  .mt-xl-n140 {
    margin-top: -14rem !important;
  }

  .mt-xl-n150 {
    margin-top: -15rem !important;
  }

  .mt-xl-n160 {
    margin-top: -16rem !important;
  }

  .mt-xl-n170 {
    margin-top: -17rem !important;
  }

  .mt-xl-n180 {
    margin-top: -18rem !important;
  }

  .mt-xl-n190 {
    margin-top: -19rem !important;
  }

  .mt-xl-n200 {
    margin-top: -20rem !important;
  }

  .me-xl-n10 {
    margin-right: -1rem !important;
  }

  .me-xl-n20 {
    margin-right: -2rem !important;
  }

  .me-xl-n30 {
    margin-right: -3rem !important;
  }

  .me-xl-n35 {
    margin-right: -3.5rem !important;
  }

  .me-xl-n40 {
    margin-right: -4rem !important;
  }

  .me-xl-n50 {
    margin-right: -5rem !important;
  }

  .me-xl-n60 {
    margin-right: -6rem !important;
  }

  .me-xl-n70 {
    margin-right: -7rem !important;
  }

  .me-xl-n80 {
    margin-right: -8rem !important;
  }

  .me-xl-n90 {
    margin-right: -9rem !important;
  }

  .me-xl-n100 {
    margin-right: -10rem !important;
  }

  .me-xl-n110 {
    margin-right: -11rem !important;
  }

  .me-xl-n120 {
    margin-right: -12rem !important;
  }

  .me-xl-n130 {
    margin-right: -13rem !important;
  }

  .me-xl-n140 {
    margin-right: -14rem !important;
  }

  .me-xl-n150 {
    margin-right: -15rem !important;
  }

  .me-xl-n160 {
    margin-right: -16rem !important;
  }

  .me-xl-n170 {
    margin-right: -17rem !important;
  }

  .me-xl-n180 {
    margin-right: -18rem !important;
  }

  .me-xl-n190 {
    margin-right: -19rem !important;
  }

  .me-xl-n200 {
    margin-right: -20rem !important;
  }

  .mb-xl-n10 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n20 {
    margin-bottom: -2rem !important;
  }

  .mb-xl-n30 {
    margin-bottom: -3rem !important;
  }

  .mb-xl-n35 {
    margin-bottom: -3.5rem !important;
  }

  .mb-xl-n40 {
    margin-bottom: -4rem !important;
  }

  .mb-xl-n50 {
    margin-bottom: -5rem !important;
  }

  .mb-xl-n60 {
    margin-bottom: -6rem !important;
  }

  .mb-xl-n70 {
    margin-bottom: -7rem !important;
  }

  .mb-xl-n80 {
    margin-bottom: -8rem !important;
  }

  .mb-xl-n90 {
    margin-bottom: -9rem !important;
  }

  .mb-xl-n100 {
    margin-bottom: -10rem !important;
  }

  .mb-xl-n110 {
    margin-bottom: -11rem !important;
  }

  .mb-xl-n120 {
    margin-bottom: -12rem !important;
  }

  .mb-xl-n130 {
    margin-bottom: -13rem !important;
  }

  .mb-xl-n140 {
    margin-bottom: -14rem !important;
  }

  .mb-xl-n150 {
    margin-bottom: -15rem !important;
  }

  .mb-xl-n160 {
    margin-bottom: -16rem !important;
  }

  .mb-xl-n170 {
    margin-bottom: -17rem !important;
  }

  .mb-xl-n180 {
    margin-bottom: -18rem !important;
  }

  .mb-xl-n190 {
    margin-bottom: -19rem !important;
  }

  .mb-xl-n200 {
    margin-bottom: -20rem !important;
  }

  .ms-xl-n10 {
    margin-left: -1rem !important;
  }

  .ms-xl-n20 {
    margin-left: -2rem !important;
  }

  .ms-xl-n30 {
    margin-left: -3rem !important;
  }

  .ms-xl-n35 {
    margin-left: -3.5rem !important;
  }

  .ms-xl-n40 {
    margin-left: -4rem !important;
  }

  .ms-xl-n50 {
    margin-left: -5rem !important;
  }

  .ms-xl-n60 {
    margin-left: -6rem !important;
  }

  .ms-xl-n70 {
    margin-left: -7rem !important;
  }

  .ms-xl-n80 {
    margin-left: -8rem !important;
  }

  .ms-xl-n90 {
    margin-left: -9rem !important;
  }

  .ms-xl-n100 {
    margin-left: -10rem !important;
  }

  .ms-xl-n110 {
    margin-left: -11rem !important;
  }

  .ms-xl-n120 {
    margin-left: -12rem !important;
  }

  .ms-xl-n130 {
    margin-left: -13rem !important;
  }

  .ms-xl-n140 {
    margin-left: -14rem !important;
  }

  .ms-xl-n150 {
    margin-left: -15rem !important;
  }

  .ms-xl-n160 {
    margin-left: -16rem !important;
  }

  .ms-xl-n170 {
    margin-left: -17rem !important;
  }

  .ms-xl-n180 {
    margin-left: -18rem !important;
  }

  .ms-xl-n190 {
    margin-left: -19rem !important;
  }

  .ms-xl-n200 {
    margin-left: -20rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-10 {
    padding: 1rem !important;
  }

  .p-xl-20 {
    padding: 2rem !important;
  }

  .p-xl-30 {
    padding: 3rem !important;
  }

  .p-xl-35 {
    padding: 3.5rem !important;
  }

  .p-xl-40 {
    padding: 4rem !important;
  }

  .p-xl-50 {
    padding: 5rem !important;
  }

  .p-xl-60 {
    padding: 6rem !important;
  }

  .p-xl-70 {
    padding: 7rem !important;
  }

  .p-xl-80 {
    padding: 8rem !important;
  }

  .p-xl-90 {
    padding: 9rem !important;
  }

  .p-xl-100 {
    padding: 10rem !important;
  }

  .p-xl-110 {
    padding: 11rem !important;
  }

  .p-xl-120 {
    padding: 12rem !important;
  }

  .p-xl-130 {
    padding: 13rem !important;
  }

  .p-xl-140 {
    padding: 14rem !important;
  }

  .p-xl-150 {
    padding: 15rem !important;
  }

  .p-xl-160 {
    padding: 16rem !important;
  }

  .p-xl-170 {
    padding: 17rem !important;
  }

  .p-xl-180 {
    padding: 18rem !important;
  }

  .p-xl-190 {
    padding: 19rem !important;
  }

  .p-xl-200 {
    padding: 20rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xl-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-xl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .px-xl-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  .px-xl-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }

  .px-xl-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }

  .px-xl-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }

  .px-xl-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .px-xl-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }

  .px-xl-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }

  .px-xl-130 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }

  .px-xl-140 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }

  .px-xl-150 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }

  .px-xl-160 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }

  .px-xl-170 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }

  .px-xl-180 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }

  .px-xl-190 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }

  .px-xl-200 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xl-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-xl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .py-xl-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .py-xl-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .py-xl-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .py-xl-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .py-xl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .py-xl-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .py-xl-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .py-xl-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .py-xl-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .py-xl-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .py-xl-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .py-xl-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }

  .py-xl-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .py-xl-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }

  .py-xl-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-10 {
    padding-top: 1rem !important;
  }

  .pt-xl-20 {
    padding-top: 2rem !important;
  }

  .pt-xl-30 {
    padding-top: 3rem !important;
  }

  .pt-xl-35 {
    padding-top: 3.5rem !important;
  }

  .pt-xl-40 {
    padding-top: 4rem !important;
  }

  .pt-xl-50 {
    padding-top: 5rem !important;
  }

  .pt-xl-60 {
    padding-top: 6rem !important;
  }

  .pt-xl-70 {
    padding-top: 7rem !important;
  }

  .pt-xl-80 {
    padding-top: 8rem !important;
  }

  .pt-xl-90 {
    padding-top: 9rem !important;
  }

  .pt-xl-100 {
    padding-top: 10rem !important;
  }

  .pt-xl-110 {
    padding-top: 11rem !important;
  }

  .pt-xl-120 {
    padding-top: 12rem !important;
  }

  .pt-xl-130 {
    padding-top: 13rem !important;
  }

  .pt-xl-140 {
    padding-top: 14rem !important;
  }

  .pt-xl-150 {
    padding-top: 15rem !important;
  }

  .pt-xl-160 {
    padding-top: 16rem !important;
  }

  .pt-xl-170 {
    padding-top: 17rem !important;
  }

  .pt-xl-180 {
    padding-top: 18rem !important;
  }

  .pt-xl-190 {
    padding-top: 19rem !important;
  }

  .pt-xl-200 {
    padding-top: 20rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-10 {
    padding-right: 1rem !important;
  }

  .pe-xl-20 {
    padding-right: 2rem !important;
  }

  .pe-xl-30 {
    padding-right: 3rem !important;
  }

  .pe-xl-35 {
    padding-right: 3.5rem !important;
  }

  .pe-xl-40 {
    padding-right: 4rem !important;
  }

  .pe-xl-50 {
    padding-right: 5rem !important;
  }

  .pe-xl-60 {
    padding-right: 6rem !important;
  }

  .pe-xl-70 {
    padding-right: 7rem !important;
  }

  .pe-xl-80 {
    padding-right: 8rem !important;
  }

  .pe-xl-90 {
    padding-right: 9rem !important;
  }

  .pe-xl-100 {
    padding-right: 10rem !important;
  }

  .pe-xl-110 {
    padding-right: 11rem !important;
  }

  .pe-xl-120 {
    padding-right: 12rem !important;
  }

  .pe-xl-130 {
    padding-right: 13rem !important;
  }

  .pe-xl-140 {
    padding-right: 14rem !important;
  }

  .pe-xl-150 {
    padding-right: 15rem !important;
  }

  .pe-xl-160 {
    padding-right: 16rem !important;
  }

  .pe-xl-170 {
    padding-right: 17rem !important;
  }

  .pe-xl-180 {
    padding-right: 18rem !important;
  }

  .pe-xl-190 {
    padding-right: 19rem !important;
  }

  .pe-xl-200 {
    padding-right: 20rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-10 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-20 {
    padding-bottom: 2rem !important;
  }

  .pb-xl-30 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-35 {
    padding-bottom: 3.5rem !important;
  }

  .pb-xl-40 {
    padding-bottom: 4rem !important;
  }

  .pb-xl-50 {
    padding-bottom: 5rem !important;
  }

  .pb-xl-60 {
    padding-bottom: 6rem !important;
  }

  .pb-xl-70 {
    padding-bottom: 7rem !important;
  }

  .pb-xl-80 {
    padding-bottom: 8rem !important;
  }

  .pb-xl-90 {
    padding-bottom: 9rem !important;
  }

  .pb-xl-100 {
    padding-bottom: 10rem !important;
  }

  .pb-xl-110 {
    padding-bottom: 11rem !important;
  }

  .pb-xl-120 {
    padding-bottom: 12rem !important;
  }

  .pb-xl-130 {
    padding-bottom: 13rem !important;
  }

  .pb-xl-140 {
    padding-bottom: 14rem !important;
  }

  .pb-xl-150 {
    padding-bottom: 15rem !important;
  }

  .pb-xl-160 {
    padding-bottom: 16rem !important;
  }

  .pb-xl-170 {
    padding-bottom: 17rem !important;
  }

  .pb-xl-180 {
    padding-bottom: 18rem !important;
  }

  .pb-xl-190 {
    padding-bottom: 19rem !important;
  }

  .pb-xl-200 {
    padding-bottom: 20rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-10 {
    padding-left: 1rem !important;
  }

  .ps-xl-20 {
    padding-left: 2rem !important;
  }

  .ps-xl-30 {
    padding-left: 3rem !important;
  }

  .ps-xl-35 {
    padding-left: 3.5rem !important;
  }

  .ps-xl-40 {
    padding-left: 4rem !important;
  }

  .ps-xl-50 {
    padding-left: 5rem !important;
  }

  .ps-xl-60 {
    padding-left: 6rem !important;
  }

  .ps-xl-70 {
    padding-left: 7rem !important;
  }

  .ps-xl-80 {
    padding-left: 8rem !important;
  }

  .ps-xl-90 {
    padding-left: 9rem !important;
  }

  .ps-xl-100 {
    padding-left: 10rem !important;
  }

  .ps-xl-110 {
    padding-left: 11rem !important;
  }

  .ps-xl-120 {
    padding-left: 12rem !important;
  }

  .ps-xl-130 {
    padding-left: 13rem !important;
  }

  .ps-xl-140 {
    padding-left: 14rem !important;
  }

  .ps-xl-150 {
    padding-left: 15rem !important;
  }

  .ps-xl-160 {
    padding-left: 16rem !important;
  }

  .ps-xl-170 {
    padding-left: 17rem !important;
  }

  .ps-xl-180 {
    padding-left: 18rem !important;
  }

  .ps-xl-190 {
    padding-left: 19rem !important;
  }

  .ps-xl-200 {
    padding-left: 20rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/* Start - helpers */
/* Start - default helpers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* End - default helpers */
/* Start - general styles */
* {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  /* These Rules make if unnecessary to redefine color, size or font multiple times */
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
}
*:focus {
  outline: none;
}
*.stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  color: transparent !important;
}
*.remove-margin {
  margin: 0 !important;
}
*.remove-padding {
  padding: 0 !important;
}

*, ::after, ::before {
  box-sizing: border-box;
}

[class*=icon-] {
  text-transform: none !important;
}

/* End - general styles */
.w-100 {
  width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.h-100 {
  height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.cursor-pointer {
  cursor: pointer;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.position-static {
  position: static !important;
}

.position-sticky {
  position: sticky !important;
}

.position-fixed {
  position: fixed !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* Start - color styles */
/* End - color styles */
/* End - helpers */
/* Start - mixins */
/* End - mixins */
/* Start - functions */
/* End - functions */
.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.position-static {
  position: static !important;
}

.position-sticky {
  position: sticky !important;
}

.position-fixed {
  position: fixed !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.w-100 {
  width: 100% !important;
}

.w-0 {
  width: 0 !important;
}

.w-auto {
  width: auto !important;
}

.h-100 {
  height: 100% !important;
}

.h-0 {
  height: 0 !important;
}

.h-auto {
  height: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

@media (min-width: 576px) {
  .position-absolute-sm {
    position: absolute !important;
  }

  .position-relative-sm {
    position: relative !important;
  }

  .position-static-sm {
    position: static !important;
  }

  .position-sticky-sm {
    position: sticky !important;
  }

  .position-fixed-sm {
    position: fixed !important;
  }

  .text-center-sm {
    text-align: center !important;
  }

  .text-left-sm {
    text-align: left !important;
  }

  .text-right-sm {
    text-align: right !important;
  }

  .w-100-sm {
    width: 100% !important;
  }

  .w-0-sm {
    width: 0 !important;
  }

  .w-auto-sm {
    width: auto !important;
  }

  .h-100-sm {
    height: 100% !important;
  }

  .h-0-sm {
    height: 0 !important;
  }

  .h-auto-sm {
    height: auto !important;
  }

  .overflow-hidden-sm {
    overflow: hidden !important;
  }

  .overflow-visible-sm {
    overflow: visible !important;
  }
}
@media (min-width: 768px) {
  .position-absolute-md {
    position: absolute !important;
  }

  .position-relative-md {
    position: relative !important;
  }

  .position-static-md {
    position: static !important;
  }

  .position-sticky-md {
    position: sticky !important;
  }

  .position-fixed-md {
    position: fixed !important;
  }

  .text-center-md {
    text-align: center !important;
  }

  .text-left-md {
    text-align: left !important;
  }

  .text-right-md {
    text-align: right !important;
  }

  .w-100-md {
    width: 100% !important;
  }

  .w-0-md {
    width: 0 !important;
  }

  .w-auto-md {
    width: auto !important;
  }

  .h-100-md {
    height: 100% !important;
  }

  .h-0-md {
    height: 0 !important;
  }

  .h-auto-md {
    height: auto !important;
  }

  .overflow-hidden-md {
    overflow: hidden !important;
  }

  .overflow-visible-md {
    overflow: visible !important;
  }
}
@media (min-width: 992px) {
  .position-absolute-lg {
    position: absolute !important;
  }

  .position-relative-lg {
    position: relative !important;
  }

  .position-static-lg {
    position: static !important;
  }

  .position-sticky-lg {
    position: sticky !important;
  }

  .position-fixed-lg {
    position: fixed !important;
  }

  .text-center-lg {
    text-align: center !important;
  }

  .text-left-lg {
    text-align: left !important;
  }

  .text-right-lg {
    text-align: right !important;
  }

  .w-100-lg {
    width: 100% !important;
  }

  .w-0-lg {
    width: 0 !important;
  }

  .w-auto-lg {
    width: auto !important;
  }

  .h-100-lg {
    height: 100% !important;
  }

  .h-0-lg {
    height: 0 !important;
  }

  .h-auto-lg {
    height: auto !important;
  }

  .overflow-hidden-lg {
    overflow: hidden !important;
  }

  .overflow-visible-lg {
    overflow: visible !important;
  }
}
@media (min-width: 1160px) {
  .position-absolute-xl {
    position: absolute !important;
  }

  .position-relative-xl {
    position: relative !important;
  }

  .position-static-xl {
    position: static !important;
  }

  .position-sticky-xl {
    position: sticky !important;
  }

  .position-fixed-xl {
    position: fixed !important;
  }

  .text-center-xl {
    text-align: center !important;
  }

  .text-left-xl {
    text-align: left !important;
  }

  .text-right-xl {
    text-align: right !important;
  }

  .w-100-xl {
    width: 100% !important;
  }

  .w-0-xl {
    width: 0 !important;
  }

  .w-auto-xl {
    width: auto !important;
  }

  .h-100-xl {
    height: 100% !important;
  }

  .h-0-xl {
    height: 0 !important;
  }

  .h-auto-xl {
    height: auto !important;
  }

  .overflow-hidden-xl {
    overflow: hidden !important;
  }

  .overflow-visible-xl {
    overflow: visible !important;
  }
}
/*
 * This is the base, 1 rem is 10px.
 * If you want elements to have a fluid size
 * set the base font size to vw which is 10px.
 * EXAMPLE:
 * h1 is 35px on desktop, you want it to be fluid after 1400px viewport
 * 100 / 1400px * 10 -> 0.714vw
 * This way you dont need fluid-type function
 */
html {
  font-size: 0.714vw;
}
@media (max-width: 991.98px) {
  html {
    font-size: 10px;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  min-height: 100%;
  color: #000000;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

header {
  background-color: #090A0A;
  color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 1000;
}
header #logo {
  z-index: 11;
}
header #custom_logo {
  width: 50%;
}
header #custom_logo.is_svg {
  width: auto;
}
header #burger {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  width: 30px;
  height: 25px;
  position: relative;
  z-index: 10;
}
header #burger span {
  position: relative;
  top: 0;
  display: block;
  background-color: #ffffff;
  height: 3px;
  width: 100%;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

main {
  min-height: 100vh;
}

footer {
  color: black;
}
footer a.tel, footer a.email {
  color: black;
}
footer nav#footer-menu ul li {
  margin-left: 15px;
}
footer nav#footer-menu ul li:before {
  content: "|";
  opacity: 0.5;
}
@media (max-width: 991.98px) {
  footer nav#footer-menu ul li {
    margin-left: 0;
  }
  footer nav#footer-menu ul li:before {
    display: none;
  }
}
footer nav#footer-menu ul li:first-of-type {
  margin-left: 0;
}
footer nav#footer-menu ul li:first-of-type:before {
  display: none;
}
footer nav#footer-menu ul li:first-of-type a {
  margin-left: 0;
}
footer nav#footer-menu ul li a:not(.download) {
  color: #000000;
  margin-left: 15px;
  text-decoration: underline;
  opacity: 1;
}
@media (max-width: 767.98px) {
  footer nav#footer-menu ul li a:not(.download) {
    margin-left: 0;
  }
}
footer img.download-image {
  width: auto;
  height: 44px;
}
@media (max-width: 767.98px) {
  footer svg {
    height: 50px;
  }
  footer .wrapper {
    width: 100%;
  }
}

#menu .btn {
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  #menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #090A0A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  #menu.show {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
  }
  #menu.show + #burger span {
    width: 100%;
  }
  #menu.show + #burger span:first-of-type {
    top: 11px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu.show + #burger span:nth-child(2) {
    width: 0;
  }
  #menu.show + #burger span:last-of-type {
    top: -11px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu nav ul li {
    margin-bottom: 50px;
  }
  #menu nav ul li a {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
  }
  #menu a.btn span {
    display: block;
    width: 100%;
    text-align: center;
  }
}

address {
  font-style: normal;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 600;
  margin-top: 0;
}

h1, .h1 {
  font-size: 7.2rem;
  line-height: 8.2rem;
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 45px;
    line-height: 55px;
  }
}

h2, .h2 {
  font-size: 5.2rem;
  line-height: 6.2rem;
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 42px;
    line-height: 52px;
  }
}

h3, .h3 {
  font-size: 3.6rem;
  line-height: 4.4rem;
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 26px;
    line-height: 34px;
  }
}

h4, .h4 {
  font-size: 2.2rem;
  line-height: 3.2rem;
}

a, button {
  text-decoration: none;
}
a.underline, button.underline {
  display: inline-block;
  padding-bottom: 10px;
  font-weight: bold;
}
a.underline:hover, button.underline:hover {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
a.underline:hover:after, button.underline:hover:after {
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
a.underline:after, button.underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: relative;
  top: 5px;
  opacity: 0.5;
}
a.underline span, button.underline span {
  white-space: nowrap;
}
a.underline:hover, button.underline:hover {
  color: #FF00CE;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
a.underline:hover:after, button.underline:hover:after {
  opacity: 1;
  background-color: currentColor;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
a.btn, button.btn {
  font-size: 1.6rem;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  padding: 1.4rem 3.5rem 1.4rem 3.5rem;
  border-radius: 30px;
  line-height: 1;
}
a[href="#footnotes"], button[href="#footnotes"] {
  color: currentColor !important;
}

ul {
  margin: 0;
  padding-left: 15px;
}

nav ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
nav ul li {
  list-style: none;
}
@media (max-width: 991.98px) {
  nav ul {
    flex-direction: column;
  }
  nav ul li {
    text-align: center;
  }
}

img {
  max-width: 100%;
}

picture img {
  max-width: none;
  width: 100%;
}
picture.rounded {
  overflow: hidden;
  border-radius: 60px;
}
@media (max-width: 991.98px) {
  picture.rounded {
    border-radius: 40px;
  }
}
@media (max-width: 575.98px) {
  picture.rounded {
    border-radius: 20px;
  }
}

picture, img, iframe, video {
  display: block;
}

/* Start - recurring styles (buttons, box-types, etc.) */
h1 span,
.h1 span,
h1 a,
.h1 a,
h2 span,
.h2 span,
h2 a,
.h2 a,
h3 span,
.h3 span,
h3 a,
.h3 a,
h4 span,
.h4 span,
h4 a,
.h4 a,
.rich-text a,
p a {
  color: #FF00CE;
}

.rich-text p {
  margin: 0;
}
.rich-text p + p {
  margin-top: 1rem;
}
.rich-text.big p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.2rem;
}
@media (max-width: 767.98px) {
  .rich-text.big p {
    font-size: 20px;
    line-height: 28px;
  }
}

form {
  /* Style wrapping span as button */
}
form .form-element {
  position: relative;
}
form label:not(.circle) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.form-textarea-wrapper form label:not(.circle) {
  top: 10px;
  transform: none;
}
form label:not(.circle).focused {
  top: -2rem;
  transform: none;
  font-size: 12px;
}
form .wpcf7-not-valid-tip {
  display: inline-block;
}
form input:not([type=radio]):not([type=checkbox]), form textarea, form select {
  background-color: transparent;
  border: 1px solid #A2A2A2;
  display: block;
  width: 100%;
  font-size: 16px;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form input[type=checkbox]:checked + label {
  background-color: #ffffff !important;
}
form button {
  background-color: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
form input:not([type=radio]):not([type=checkbox]), form select, form textarea {
  height: 46px;
  line-height: normal;
  padding-top: 0;
}
form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
form:not(.sent) .wpcf7-response-output,
form .ajax-loader {
  display: none !important;
}
form .wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-color: #198754 !important;
  padding: 30px 30px 25px 30px !important;
  margin-bottom: 90px !important;
}
form .form-wrapper {
  position: relative;
}
form.wpcf7-form ::placeholder {
  color: #ffffff;
  opacity: 1;
}
form.wpcf7-form input:not([type=radio]):not([type=checkbox]), form.wpcf7-form textarea, form.wpcf7-form select {
  height: auto;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 8px 0;
}
form.wpcf7-form textarea {
  height: 46px;
  resize: none;
}
form.wpcf7-form span.wpcf7-form-control.wpcf7-radio {
  flex-direction: column;
  align-items: flex-start;
}
form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
form.wpcf7-form .wpcf7-list-item.last {
  margin-top: 15px;
}
form.wpcf7-form .wpcf7-radio, form.wpcf7-form .wpcf7-radio .wpcf7-list-item, form.wpcf7-form .wpcf7-checkbox, form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item, form.wpcf7-form .wpcf7-acceptance, form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: center;
  position: relative;
}
form.wpcf7-form .wpcf7-radio input, form.wpcf7-form .wpcf7-radio .wpcf7-list-item input, form.wpcf7-form .wpcf7-checkbox input, form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item input, form.wpcf7-form .wpcf7-acceptance input, form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item input {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label, form.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label, form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label, form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label, form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label, form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  top: 1px;
}
@media (max-width: 575.98px) {
  form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label, form.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label, form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label, form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label, form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label, form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    top: 3px;
  }
}
form.wpcf7-form .wpcf7-radio .real-checker, form.wpcf7-form .wpcf7-checkbox .real-checker, form.wpcf7-form .wpcf7-acceptance .real-checker {
  margin-right: 17px;
  border: 1px solid #ffffff;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}
form.wpcf7-form .wpcf7-radio input[type=radio] + .real-checker,
form.wpcf7-form .wpcf7-radio input[type=checkbox] + .real-checker, form.wpcf7-form .wpcf7-checkbox input[type=radio] + .real-checker,
form.wpcf7-form .wpcf7-checkbox input[type=checkbox] + .real-checker, form.wpcf7-form .wpcf7-acceptance input[type=radio] + .real-checker,
form.wpcf7-form .wpcf7-acceptance input[type=checkbox] + .real-checker {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
form.wpcf7-form .wpcf7-radio input[type=radio] + .real-checker::before,
form.wpcf7-form .wpcf7-radio input[type=checkbox] + .real-checker::before, form.wpcf7-form .wpcf7-checkbox input[type=radio] + .real-checker::before,
form.wpcf7-form .wpcf7-checkbox input[type=checkbox] + .real-checker::before, form.wpcf7-form .wpcf7-acceptance input[type=radio] + .real-checker::before,
form.wpcf7-form .wpcf7-acceptance input[type=checkbox] + .real-checker::before {
  content: "";
  display: block;
  opacity: 0;
  transition: opacity 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
}
form.wpcf7-form .wpcf7-radio input[type=radio]:checked + .real-checker::before,
form.wpcf7-form .wpcf7-radio input[type=checkbox]:checked + .real-checker::before, form.wpcf7-form .wpcf7-checkbox input[type=radio]:checked + .real-checker::before,
form.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + .real-checker::before, form.wpcf7-form .wpcf7-acceptance input[type=radio]:checked + .real-checker::before,
form.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + .real-checker::before {
  opacity: 1;
}
form.wpcf7-form .wpcf7-radio input[type=checkbox] + .real-checker, form.wpcf7-form .wpcf7-radio input[type=checkbox] + .real-checker::before, form.wpcf7-form .wpcf7-checkbox input[type=checkbox] + .real-checker, form.wpcf7-form .wpcf7-checkbox input[type=checkbox] + .real-checker::before, form.wpcf7-form .wpcf7-acceptance input[type=checkbox] + .real-checker, form.wpcf7-form .wpcf7-acceptance input[type=checkbox] + .real-checker::before {
  border-radius: 0;
}
form.wpcf7-form .wpcf7-acceptance .real-checker {
  display: inline-block;
  position: relative;
  top: 5px;
}
form.wpcf7-form .wpcf7-acceptance label {
  position: static;
  transform: unset;
  display: flex;
}
form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
form.wpcf7-form .wpcf7-acceptance input#datenschutz:checked ~ .real-checker:before {
  content: "x";
  position: absolute;
  top: -5px;
  right: 4px;
  display: inline-block;
}
@media (max-width: 575.98px) {
  form.wpcf7-form .wpcf7-form-control.wpcf7-radio {
    flex-direction: column;
    align-items: start;
  }
}
form.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 100%;
  right: 10px;
  font-size: 12px;
}
form.wpcf7-form.sent .row,
form.wpcf7-form.sent button.wpcf7-submit {
  display: none !important;
}
form span.wpcf7-form-control-wrap.datei {
  display: inline-block;
  position: relative;
  width: 100%;
  border: 1px solid #ffffff;
  color: #ffffff;
  overflow: hidden;
}
form span.wpcf7-form-control-wrap.datei input[type=file] {
  padding: 15px 15px 14px 15px !important;
  border-bottom: 0 !important;
}
form button#submitForm,
form button#submitForm2 {
  display: block;
  border: 0;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
form button#submitForm:hover,
form button#submitForm2:hover {
  background-color: #FF00CE;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
form button#submitForm:hover span,
form button#submitForm2:hover span {
  color: #ffffff !important;
}

/* End - recurring styles */
/* Start - page styles */
.max-container {
  max-width: 1300px;
}

.block-intro-bild,
.block-vollbild-bild {
  position: relative;
}
.block-intro-bild .content,
.block-vollbild-bild .content {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* End - page styles */
/* Start - modules styles */
.block-intro {
  position: relative;
  background-color: #090A0A;
  color: #ffffff;
}
@media (min-width: 768px) {
  .block-intro {
    min-height: 700px;
  }
}
.block-intro span, .block-intro .unit {
  color: currentColor;
}
.block-intro .h4 {
  opacity: 0.5;
}
.block-intro img#scroll_down {
  position: absolute;
  right: 60px;
  bottom: 60px;
  cursor: pointer;
  width: auto;
}
@media (max-width: 575.98px) {
  .block-intro img#scroll_down {
    right: 30px;
    bottom: 30px;
    width: 20px;
  }
}
@media (max-width: 575.98px) {
  .block-intro {
    height: auto !important;
  }
}

.block-produkt-teaser .picture {
  position: relative;
}
.block-produkt-teaser .picture .content {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .block-produkt-teaser .picture .content {
    position: static;
    color: #000000;
  }
}
.block-produkt-teaser .swiper-container {
  background-color: #000000;
}
.block-produkt-teaser .swiper-container:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.block-formular-element {
  background-color: #090A0A;
  color: #ffffff;
}
.block-formular-element #form {
  position: relative;
  top: -60px;
}
@media (max-width: 767.98px) {
  .block-formular-element #form {
    top: -20px;
  }
}

.block-intro-bild picture:before {
  content: "";
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.8) 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, transparent 0%, rgba(255, 255, 255, 0.8) 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.8) 85%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .block-intro-bild picture:before {
    left: 0;
    background: transparent;
    background: -moz-linear-gradient(to left, transparent 0%, rgba(255, 255, 255, 0.5) 50%);
    background: linear-gradient(to left, transparent 0%, rgba(255, 255, 255, 0.5) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$from", endColorstr="$to",GradientType=1 );
  }
}
.block-intro-bild picture img {
  width: 100vw;
  min-height: 100vh;
  object-fit: cover;
}
.block-intro-bild .content {
  z-index: 2;
}

@media (min-width: 992px) {
  .block-bild-collage picture.image1 {
    height: 45vh;
    min-height: 420px;
  }
  .block-bild-collage picture.image2 {
    height: 35vh;
    min-height: 330px;
  }
  .block-bild-collage picture.image3 {
    height: 45vh;
    min-height: 420px;
  }
  .block-bild-collage picture.image4 {
    height: 25vh;
    min-height: 230px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .block-bild-collage picture.image1 {
    height: 26vh;
  }
  .block-bild-collage picture.image2 {
    height: 25vh;
  }
  .block-bild-collage picture.image3 {
    height: 35vh;
  }
  .block-bild-collage picture.image4 {
    height: 13vh;
  }
}
@media (max-width: 767.98px) {
  .block-bild-collage picture.box-parallax {
    height: auto;
  }
  .block-bild-collage picture.box-parallax > img {
    width: 100%;
    height: auto;
    position: static;
    transform: translate(0, 0) !important;
  }
  .block-bild-collage picture.image1 {
    max-width: 45%;
    margin-top: 5rem;
  }
  .block-bild-collage picture.image2 {
    max-width: 50%;
    margin-left: auto;
    margin-top: -20%;
  }
  .block-bild-collage picture.image3 {
    max-width: 35%;
    margin-left: 10%;
    margin-top: -30%;
  }
  .block-bild-collage picture.image4 {
    margin-top: 2rem;
    max-width: 85%;
  }
}

.block-vollbild-bild {
  background: #F7F7F7;
}
@media (max-width: 767.98px) {
  .block-vollbild-bild {
    display: flex;
    flex-direction: column-reverse;
  }
  .block-vollbild-bild picture.fullwidth-parallax {
    height: 60vh;
  }
}

.block-app-vorschau {
  overflow: visible;
}
.block-app-vorschau picture.mockup {
  max-width: 275px;
  width: 100%;
  background: #F0F7F3;
  border: 12px solid #000000;
  border-radius: 30px;
  overflow: hidden;
}
.block-app-vorschau picture.mockup img {
  width: 100%;
}
.block-app-vorschau .sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 22.5vh;
  z-index: 999;
  min-height: 65vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-app-vorschau .sticky-container .sticky-navigation {
  max-height: 400px;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-app-vorschau .sticky-container .sticky-navigation > span {
  background-color: #ffffff;
  margin: 6px 0;
}
.block-app-vorschau .sticky-container .sticky-navigation .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  opacity: 1 !important;
  border: 2px solid #000000;
}
.block-app-vorschau .sticky-container .sticky-navigation .swiper-pagination-bullet-active {
  background-color: black;
}
.block-app-vorschau .service {
  min-height: 65vh;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.block-app-vorschau .service:last-child {
  margin-bottom: 0;
}
.block-app-vorschau ul.download-button li {
  list-style: none;
}
.block-app-vorschau ul.download-button li img {
  width: auto;
  height: 40px;
}
@media (max-width: 767.98px) {
  .block-app-vorschau .service {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .block-app-vorschau .service + .service {
    margin-top: 8rem;
  }
  .block-app-vorschau .service ul {
    text-align: center;
  }
  .block-app-vorschau .service > picture {
    width: 70%;
    margin: 0 auto;
  }
  .block-app-vorschau .service > img {
    width: 80px;
  }
}

.block-anleitung ol {
  counter-reset: entries;
  padding-left: 3.8rem;
  list-style: none;
}
.block-anleitung ol > li {
  position: relative;
}
@media (min-width: 768px) {
  .block-anleitung ol > li {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767.98px) {
  .block-anleitung ol > li {
    margin-bottom: 3rem;
  }
}
.block-anleitung ol > li::before {
  counter-increment: entries;
  content: counter(entries);
  font-size: 14px;
  font-weight: bold;
  border-radius: 100%;
  min-width: 2.8rem;
  min-height: 2.8rem;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: absolute;
  left: -3.8rem;
}
.block-anleitung ol > li:last-of-type {
  margin-bottom: 0;
}
.block-anleitung ol > li ul li {
  list-style: none;
}
@media (max-width: 767.98px) {
  .block-anleitung ol {
    padding-left: 5rem;
  }
  .block-anleitung ol > li::before {
    left: -5rem;
  }
}

.block-faq picture.fullwidth-parallax {
  height: 60vh;
}
.block-faq .position-sticky {
  top: 15rem;
}
.block-faq .accordion-item {
  border-bottom: 1px solid #000;
}
.block-faq .accordion-body {
  display: none;
  padding-top: 1.5rem;
}
.block-faq .accordion-title {
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.block-faq .accordion-title.active:after {
  transform: rotate(-180deg);
}
.block-faq .accordion-title.active .switch .icon-plus {
  margin-left: -15px;
}
.block-faq .accordion .switch {
  overflow: hidden;
  min-width: 15px;
  max-width: 15px;
  min-height: 15px;
  margin-top: 5px;
}
.block-faq .accordion .switch svg {
  min-width: 15px;
  min-height: 15px;
}

.block-formular-element-phase-2 input,
.block-formular-element-phase-2 input::placeholder {
  color: #ffffff;
}

.block-fussnoten {
  background-color: #F7F7F7;
}
.block-fussnoten table tr td {
  vertical-align: top;
}
@media (max-width: 767.98px) {
  .block-fussnoten table tr td {
    padding-bottom: 1.5rem;
  }
}

#cookie-banner {
  z-index: 1001;
  bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}
#cookie-banner .btn {
  font-size: 14px;
  padding: 0.8rem 2.6rem 0.8rem 2.6rem;
  border: 0;
}

/* End - modules styles */
picture.fullwidth-parallax {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
picture.fullwidth-parallax > img {
  width: 100vmax;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  pointer-events: none;
}

picture.box-parallax {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
picture.box-parallax > img {
  width: auto;
  height: 120%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
/* IE Hacks */
/* wordpress inline styles */

/*# sourceMappingURL=style.css.map */
